@charset "UTF-8";
/*---------------サブページ共通---------------*/
.sub_head ul li {
  width: 25%;
  display: inline-block; }

@media screen and (max-width: 500px) {
  .sub_head ul li {
    width: 50%; } }
/*温泉*/
.spa_box01 li a.popup {
  position: inherit;
  width: 100%;
  display: block;
  background: #FFF000;
  color: #000;
  height: auto;
  bottom: 0;
  padding: 0;
  right: 0;
  line-height: 130%;
  padding: 10px 50px;
  box-sizing: border-box; }
  .spa_box01 li a.popup:hover {
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer; }
  .spa_box01 li a.popup p {
    font-size: 12px; }
    .spa_box01 li a.popup p span {
      font-size: 10px; }
  .spa_box01 li a.popup h4 {
    font-size: 18px;
    font-weight: normal; }

#modal-content {
  width: 90%;
  margin: 0;
  padding: 20px 3%;
  background: #FFF000;
  color: #000;
  position: fixed;
  display: none;
  z-index: 5;
  text-align: left;
  top: 15px !important;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 130%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #modal-content h3 {
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0; }
  #modal-content .left {
    width: 100%;
    float: none; }

#modal-close {
  text-align: center;
  display: block;
  margin-top: 30px;
  padding: 30px 0; }

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

/*クーポン*/
.coupon_box01 {
  position: inherit;
  z-index: 1;
  width: 100%;
  height: auto; }
  .coupon_box01 img {
    position: inherit;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: auto; }
  .coupon_box01 p {
    position: inherit;
    margin-top: -30%;
    margin-bottom: 30%;
    z-index: 2;
    top: 270px;
    left: 100px;
    color: #fff;
    letter-spacing: 0;
    font-size: 18px;
    text-align: left;
    padding: 0 5%; }

.coupon_box03 {
  width: 94%;
  margin: 30px auto; }
  .coupon_box03 p {
    text-align: left;
    border: 1px solid #aaa;
    padding: 20px 5%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%; }
  .coupon_box03 a {
    display: block;
    background: #85C9B5;
    padding: 30px 0;
    color: #fff; }
    .coupon_box03 a:hover {
      text-decoration: none;
      background: #B0DDCF; }

/*料理*/
.food_box02 .tab_photo_content {
  margin-top: -1%;
  width: 100%;
  margin-bottom: 0; }
  .food_box02 .tab_photo_content li {
    width: 100%; }
  .food_box02 .tab_photo_content img {
    width: 100% !important; }
.food_box02 ul {
  margin: 30px 0 100px; }
  .food_box02 ul li {
    display: inline-block;
    width: 18%;
    margin: 1%; }

@media screen and (max-width: 500px) {
  .food #tab_small01 li,
  .food #tab_small02 li,
  .food #tab_small03 li,
  .food .foodBtnSmall li {
    width: 24%; } }
.food_big {
  display: none; }

.food #tabContent li.food_big:first-child, .food #tabContent li.food_small:first-child {
  display: block; }

.food .tab_photo_content li {
  display: none; }
  .food .tab_photo_content li:first-child {
    display: block; }
.food .tab_photo {
  margin-top: 20px; }
  .food .tab_photo li {
    width: 18%;
    display: inline-block;
    background: #FFF;
    cursor: pointer; }
    .food .tab_photo li:hover {
      opacity: 0.7; }
    .food .tab_photo li.select {
      opacity: 0.5; }
    .food .tab_photo li img {
      width: 100%;
      margin-bottom: 0; }

/*神戸牛*/
.kobe {
  padding-top: 50px;
  border-top: 1px solid #000;
  margin-top: 100px; }

.kobe_content {
  margin-top: 100px;
  overflow: hidden; }
  .kobe_content li {
    text-align: left;
    width: 96%;
    margin: 0 auto 100px;
    clear: both; }
    .kobe_content li h3 {
      font-weight: normal;
      font-size: 20px;
      border-bottom: 1px solid #aaa;
      padding-bottom: 15px;
      margin-bottom: 15px;
      margin-top: 0; }
    .kobe_content li p {
      font-size: 20px;
      line-height: 160%;
      width: 100%; }
    .kobe_content li img {
      float: right;
      margin-top: 0;
      margin-bottom: 20px;
      max-width: 45%;
      margin-left: 20px; }
    .kobe_content li:nth-child(2n) img {
      float: left;
      margin-right: 20px; }

.kobe_plan {
  font-size: 20px;
  margin-top: 80px; }
  .kobe_plan a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background: #86CAB5;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 10px 0 0; }
    .kobe_plan a:hover {
      opacity: 0.7; }

/*部屋*/
.room_big {
  display: none; }

.room #tabContent li.room_big:first-child, .room #tabContent li.room_small:first-child {
  display: block; }

.room_small .img_list {
  min-height: inherit; }

.room .tab_photo_content li {
  display: none; }
  .room .tab_photo_content li:first-child {
    display: block; }
.room .tab_photo {
  margin-top: 20px; }
  .room .tab_photo li {
    width: 18%;
    display: inline-block;
    background: #FFF;
    cursor: pointer; }
    .room .tab_photo li:hover {
      opacity: 0.7; }
    .room .tab_photo li.select {
      opacity: 0.5; }
    .room .tab_photo li img {
      width: 100%;
      margin-bottom: 0; }

/*施設*/
.facility_content:first-child {
  display: block; }
.facility_content #tabContent li.room_big:first-child, .facility_content #tabContent li.room_small:first-child {
  display: block; }
.facility_content .tab_photo_content li {
  display: none; }
  .facility_content .tab_photo_content li:first-child {
    display: block; }
.facility_content .tab_photo {
  margin-top: 20px; }
  .facility_content .tab_photo li {
    width: 18%;
    display: inline-block;
    background: #FFF;
    cursor: pointer; }
    .facility_content .tab_photo li:hover {
      opacity: 0.7; }
    .facility_content .tab_photo li.select {
      opacity: 0.5; }
    .facility_content .tab_photo li img {
      width: 100%;
      margin-bottom: 0; }
.facility_content .table1 {
  width: 96%;
  margin: 0 auto 50px;
  border-collapse: collapse; }
  .facility_content .table1 td {
    border: 1px solid #000;
    padding: 5px 0; }
.facility_content .table2 {
  width: 96%;
  margin: 0 auto;
  border-collapse: collapse; }
  .facility_content .table2 th {
    display: block;
    background: #86CAB5;
    border-right: none;
    border-bottom: 1px solid #FFF;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    padding: 15px 4%; }
    .facility_content .table2 th:last-child {
      border-right: none; }
  .facility_content .table2 td {
    display: block;
    border-right: none;
    padding: 5px 0;
    width: 100%;
    text-align: left;
    vertical-align: top; }
    .facility_content .table2 td p {
      background: #86CAB5;
      color: #FFF;
      display: block;
      padding: 5px 5%; }
    .facility_content .table2 td:last-child {
      border-right: none; }
    .facility_content .table2 td img {
      display: inline-block;
      margin: 3%;
      text-align: left; }
.facility_content a {
  width: 96%;
  text-align: left;
  color: #000;
  display: block;
  margin: 10px auto; }

@media screen and (max-width: 500px) {
  .facility_content h4 {
    text-align: left; } }
/*宴会*/
/*ご挨拶*/
.greeting_box01 {
  text-align: left; }
  .greeting_box01 li {
    overflow: hidden; }
    .greeting_box01 li img, .greeting_box01 li:nth-child(2) img {
      float: none; }
    .greeting_box01 li p {
      float: none;
      width: 100%;
      padding: 20px 5% 0;
      font-size: 14px;
      box-sizing: border-box; }
      .greeting_box01 li p.signature {
        padding: 20px 5% 0;
        font-size: 18px;
        margin-bottom: 60px;
        text-align: right; }
        .greeting_box01 li p.signature span {
          font-size: 16px; }

/*アクセス*/
.access iframe {
  width: 90%;
  margin: 0 auto 50px;
  height: 300px; }

.access_box01 li {
  margin-bottom: 100px;
  padding: 0 3%; }
  .access_box01 li h3 {
    font-weight: normal;
    margin-bottom: 30px; }
    .access_box01 li h3 img {
      margin-right: 15px; }

/*会員様限定特典*/
.member h3 {
  font-size: 25px; }

.member_box01 {
  width: 96%;
  margin: 0 auto 40px; }
  .member_box01 img {
    margin: 10px 0; }

.member_box02 {
  width: 96%;
  margin: 0 auto 80px; }
  .member_box02 h3 {
    text-align: left;
    margin-bottom: 20px; }
  .member_box02 p {
    text-align: left;
    margin-bottom: 30px; }
  .member_box02 img {
    margin-bottom: 40px; }
  .member_box02 a {
    display: block;
    background: #FFF000;
    border: 1px solid #2AB6B3;
    color: #000;
    font-size: 20px;
    padding: 15px 0; }
    .member_box02 a:hover {
      text-decoration: none;
      opacity: 0.7; }

.member_box03 {
  width: 96%;
  margin: 0 auto 80px; }
  .member_box03 h3 {
    margin-bottom: 40px; }
  .member_box03 ul {
    text-align: left; }
    .member_box03 ul li {
      list-style: decimal;
      padding-left: 15px;
      margin: 0 0 30px 2em; }
      .member_box03 ul li ul {
        margin-top: 10px; }
        .member_box03 ul li ul li {
          list-style-type: none;
          counter-increment: cnt;
          text-indent: -3em;
          margin-left: 0em; }
          .member_box03 ul li ul li:before {
            content: "（" counter(cnt) "） "; }
  .member_box03 p {
    text-align: left; }
  .member_box03 a {
    display: inline-block;
    background: #FFF000;
    border: 1px solid #2AB6B3;
    color: #000;
    font-size: 20px;
    padding: 15px 0;
    width: 46%;
    margin: 10px 2% 0 0; }
    .member_box03 a:hover {
      text-decoration: none;
      opacity: 0.7; }

@media screen and (max-width: 500px) {
  .member_box03 a {
    width: 100%;
    margin: 10px 0 0 0; } }
/*ダウンロード*/
.download_box01 {
  text-align: left; }
  .download_box01 li {
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 50px 10%;
    border-top: 1px solid #86CAB5;
    box-sizing: border-box;
    vertical-align: top; }
    .download_box01 li img {
      margin-bottom: 20px; }
    .download_box01 li a {
      color: #000; }

/*よくある質問*/
.faq #tab li {
  box-sizing: border-box; }

.faq_content {
  display: none;
  text-align: left;
  width: 94%;
  margin: 60px auto; }
  .faq_content li {
    margin-bottom: 70px; }

/*会社概要*/
@media screen and (max-width: 600px) {
  #about_profile table th {
    width: 100%;
    display: block;
    padding: 30px 0 10px;
    font-weight: bold;
    text-align: left; }
  #about_profile table td {
    display: block;
    padding: 10px 0 30px;
    border-bottom: 1px solid #ccc; } }
#about_group {
  width: 100%;
  margin: 50px auto; }
  #about_group li h3 {
    float: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-weight: normal;
    text-align: left; }
  #about_group li p {
    width: 65%;
    text-align: left; }
  #about_group li img {
    width: 30%;
    margin-bottom: 10px; }

@media screen and (max-width: 600px) {
  #about_group li {
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center; }
    #about_group li h3 {
      float: none;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000;
      width: 100%;
      font-weight: normal;
      text-align: left; }
    #about_group li img {
      float: none;
      width: 100%;
      margin-bottom: 10px; }
    #about_group li p {
      float: none;
      text-align: left;
      width: 100%; } }
#about_recruit {
  font-size: 18px;
  width: 100%;
  margin: 50px auto; }
  #about_recruit h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    width: 100%; }

.about_recruitbox01 li {
  overflow: hidden;
  margin-bottom: 50px; }
  .about_recruitbox01 li h3 {
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 100%; }
  .about_recruitbox01 li img {
    float: right;
    width: 30%; }
  .about_recruitbox01 li p {
    float: left;
    line-height: 140%;
    width: 65%; }

.about_recruitbox02 {
  margin: 50px 0;
  overflow: hidden; }
  .about_recruitbox02 h3 {
    float: none;
    padding-bottom: 10px;
    width: 100%; }
  .about_recruitbox02 p {
    line-height: 180%;
    font-size: 18px;
    float: none; }

.about_recruitbox03 p {
  font-size: 20px;
  line-height: 150%; }
  .about_recruitbox03 p span {
    font-size: 18px; }

@media screen and (max-width: 600px) {
  .about_recruitbox01 li img {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .about_recruitbox01 li p {
    float: none;
    width: 100%; } }
/*プライバシーポリシー*/
.privacy {
  width: 96%;
  margin: 0 auto; }

/*blog*/
.blog .main, .blog .side {
  width: 96%;
  float: none;
  margin: 0 auto; }

/*お問い合わせ*/
.contact_table tr {
  border-bottom: 1px solid #DDD;
  display: block; }
.contact_table td, .contact_table th {
  display: block;
  padding: 30px 0; }

.contact_btn input[type="submit"] {
  width: 100% !important;
  padding: 15px;
  cursor: pointer;
  font-size: 18px; }

/*# sourceMappingURL=sp.css.map */
