@charset "UTF-8";
/* 日帰利用 */
.day_tit {
  margin: 50px -3px 30px 0;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 3px;
  text-align: center; }

p.indent {
  padding-left: 1em;
  text-indent: -1em; }

ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8; }

.attention {
  color: #f50000; }

#sec1 {
  padding-bottom: 60px; }
  #sec1 .bar_tit {
    margin-bottom: 60px; }
  #sec1 .box {
    width: 48%; }
    #sec1 .box .bar_tit {
      padding: 40px 0 20px;
      margin-bottom: 0;
      background: none; }
    #sec1 .box .attention {
      margin-bottom: 1em; }
  #sec1 .day_detail {
    margin-top: 20px;
    font-size: 0; }
    #sec1 .day_detail li {
      position: relative;
      display: inline-block;
      width: 90px;
      height: 90px;
      margin-right: 33px;
      padding: 15px 10px 5px;
      text-align: center;
      border: 1px solid #574B45;
      vertical-align: top; }
      #sec1 .day_detail li:after {
        content: "";
        display: block;
        position: absolute;
        right: -29px;
        top: 50%;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background: url(../img/icn_plus.png) no-repeat;
        background-size: 100%; }
      #sec1 .day_detail li:last-child {
        margin-right: 0; }
      #sec1 .day_detail li:last-child:after {
        content: none; }
    #sec1 .day_detail .tit {
      margin-top: 5px;
      margin-right: -3px;
      font-size: 18px;
      letter-spacing: 3px; }

#sec2 {
  padding-bottom: 60px; }
  #sec2 .day_reserve {
    margin: 60px auto 40px;
    padding: 30px 30px;
    background: #000;
    text-align: center; }
    #sec2 .day_reserve .tit {
      margin-bottom: 20px;
      color: #B88B25;
      font-size: 1.25em;
      line-height: 1.6; }
    #sec2 .day_reserve .tel .tel_txt {
      display: inline-block;
      font-size: 0.938em;
      line-height: 1.4; }
    #sec2 .day_reserve .tel .tel_num {
      display: inline-block;
      font-size: 40px;
      line-height: 1;
      white-space: nowrap; }
      #sec2 .day_reserve .tel .tel_num span {
        font-size: .65em; }
    #sec2 .day_reserve .btn {
      width: 100%;
      max-width: 355px;
      margin: 0 2%; }
      #sec2 .day_reserve .btn a {
        display: block;
        padding: 15px 10px;
        background: #fff;
        color: #000;
        font-size: 0.938em;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        #sec2 .day_reserve .btn a:before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 13px;
          margin-right: 15px;
          background: url(../../common/img/arrow_black_right.png) no-repeat;
          background-size: 100%;
          vertical-align: middle; }
  #sec2 .day_link li {
    width: 30.5%;
    margin-top: 40px;
    border: 1px solid #574B45;
    text-align: center; }
    #sec2 .day_link li a {
      display: block;
      padding: 35px 15px; }
      #sec2 .day_link li a:hover {
        opacity: 1;
        background: rgba(87, 75, 69, 0.5); }
      #sec2 .day_link li a:after {
        content: "";
        display: block;
        width: 13px;
        height: 10px;
        background: url(../../common/img/arrow_white_btm.svg) no-repeat;
        background-size: 100%;
        margin: 0 auto; }
    #sec2 .day_link li .icn {
      display: inline-block;
      margin-bottom: 10px;
      height: 42px;
      line-height: 42px; }
      #sec2 .day_link li .icn img {
        vertical-align: middle; }
    #sec2 .day_link li .tit {
      margin: 0 -2px 5px 0;
      font-size: 1.25em;
      line-height: 1.6;
      letter-spacing: 2px; }
      #sec2 .day_link li .tit:after {
        content: "";
        display: block;
        width: 70%;
        height: 1px;
        background: #fff;
        margin: 30px auto 20px; }
      #sec2 .day_link li .tit .en {
        display: inline-block;
        line-height: 1; }

#sec3 {
  padding-bottom: 60px; }
  #sec3 .bar_tit {
    margin-bottom: 60px; }
  #sec3 .table_wrap {
    margin: 40px 0; }
    #sec3 .table_wrap .info_table {
      empty-cells: show; }
      #sec3 .table_wrap .info_table th {
        display: table-cell; }
      #sec3 .table_wrap .info_table thead th:not(:first-child) {
        text-align: center; }
      #sec3 .table_wrap .info_table td {
        display: table-cell;
        text-align: center; }
      #sec3 .table_wrap .info_table .disnon {
        display: none; }

#sec4 .bg {
  padding: 10px 0 80px;
  background: url(../img/bg_sec4.jpg) no-repeat center;
  background-size: cover; }
#sec4 .sec4_tit {
  margin-top: 50px;
  margin-right: -3px;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 3px;
  text-align: center; }
#sec4 .sec4_tit_en {
  margin-bottom: 30px;
  text-align: center; }
#sec4 .lunch .box {
  width: 50%; }
  #sec4 .lunch .box .pic {
    margin-bottom: 20px; }
#sec4 .dinner .pic {
  margin-bottom: 20px;
  white-space: nowrap; }
  #sec4 .dinner .pic img {
    width: 50%; }

#sec5 .bg {
  padding: 10px 0 60px;
  background: url(../img/bg_sec5.jpg) no-repeat center;
  background-size: cover; }
#sec5 .txt01 {
  margin: 50px 0 30px;
  font-size: 0.938em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
#sec5 .spa_wrap .box {
  width: 32.5%; }
  #sec5 .spa_wrap .box .pic {
    margin-bottom: 20px; }
#sec5 .link_wrap {
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .day_tit {
    margin: 30px 0 15px; }

  #sec1 {
    padding-bottom: 30px; }
    #sec1 .bar_tit {
      margin-bottom: 20px; }
    #sec1 .box_wrap {
      display: block; }
    #sec1 .box {
      width: 100%; }
      #sec1 .box .bar_tit {
        padding: 40px 0 15px; }
      #sec1 .box .info_table th, #sec1 .box .info_table td {
        width: auto;
        display: table-cell; }
    #sec1 .day_detail {
      text-align: center; }
      #sec1 .day_detail li {
        width: 58px;
        height: 58px;
        margin-right: 22px;
        padding: 8px 0; }
        #sec1 .day_detail li:after {
          width: 12px;
          height: 12px;
          right: -18px;
          margin-top: -6px; }
      #sec1 .day_detail .icn img {
        width: auto;
        height: 20px;
        vertical-align: middle; }
      #sec1 .day_detail .tit {
        margin-top: 3px;
        font-size: 14px; }

  #sec2 {
    padding-bottom: 30px; }
    #sec2 .day_reserve {
      margin: 20px 0;
      padding: 15px 15px; }
      #sec2 .day_reserve .tit {
        margin-bottom: 10px;
        font-size: 1.125em; }
      #sec2 .day_reserve .tel {
        margin-bottom: 10px; }
        #sec2 .day_reserve .tel .tel_num {
          margin-top: 5px;
          font-size: 28px; }
    #sec2 .day_link {
      display: block;
      margin-top: 20px; }
      #sec2 .day_link li {
        width: 100%;
        margin-top: 10px; }
        #sec2 .day_link li a {
          padding: 10px 10px 15px; }
        #sec2 .day_link li .tit {
          line-height: 1.2; }
          #sec2 .day_link li .tit:after {
            width: 75px;
            margin: 5px auto 10px; }
        #sec2 .day_link li .icn {
          height: auto;
          margin-right: 10px;
          margin-bottom: 0; }
          #sec2 .day_link li .icn img {
            zoom: .8; }
        #sec2 .day_link li .en {
          position: relative;
          top: -6px; }
          #sec2 .day_link li .en img {
            zoom: .9; }

  #sec3 {
    padding-bottom: 30px; }
    #sec3 .bar_tit {
      margin-bottom: 20px; }
    #sec3 .table_wrap {
      margin: 20px 0; }
      #sec3 .table_wrap .info_table th, #sec3 .table_wrap .info_table td {
        width: auto; }

  #sec4 .sec4_tit {
    margin-top: 20px; }
  #sec4 .sec4_tit_en {
    margin-bottom: 15px; }
  #sec4 .bg {
    padding-bottom: 30px; }
  #sec4 .lunch {
    display: block; }
    #sec4 .lunch .box {
      width: 100%;
      margin-bottom: 20px; }
      #sec4 .lunch .box .pic {
        margin-bottom: 10px; }
  #sec4 .dinner .pic {
    white-space: normal;
    margin-bottom: 10px; }
    #sec4 .dinner .pic img {
      width: 100%; }

  #sec5 .bg {
    padding: 0 0 30px; }
  #sec5 .txt01 {
    margin: 20px 0; }
  #sec5 .spa_wrap {
    display: block; }
    #sec5 .spa_wrap .box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      margin-bottom: 10px; }
      #sec5 .spa_wrap .box .pic {
        width: 42%;
        margin-bottom: 0; }
      #sec5 .spa_wrap .box .txt {
        width: 56%;
        padding-left: 10px; }
  #sec5 .taC {
    text-align: left; }
  #sec5 .link_wrap {
    display: block;
    margin-top: 20px; }
    #sec5 .link_wrap .btn_wrap {
      width: 100%; }
    #sec5 .link_wrap a.btn_default {
      margin-top: 15px; } }
@media screen and (max-width: 640px) {
  #sec3 .table_wrap {
    overflow-x: scroll; }
    #sec3 .table_wrap .info_table {
      width: 620px; }
      #sec3 .table_wrap .info_table thead th {
        width: auto;
        margin-top: 0;
        background: #000; }
        #sec3 .table_wrap .info_table thead th:first-child {
          position: absolute;
          left: 10px;
          width: 124px; }
      #sec3 .table_wrap .info_table tbody {
        border: 1px solid #574B45; }
        #sec3 .table_wrap .info_table tbody .disnon {
          display: table-cell; }
        #sec3 .table_wrap .info_table tbody th {
          position: absolute;
          left: 10px;
          width: 124px;
          height: 49px;
          margin-top: 0;
          background: #000;
          z-index: 1; }
        #sec3 .table_wrap .info_table tbody td {
          width: 100px;
          margin-top: 0;
          height: 48px; }
        #sec3 .table_wrap .info_table tbody .rowspan1 th {
          height: 97px; }
        #sec3 .table_wrap .info_table tbody .rowspan1 td {
          height: 48px; }
        #sec3 .table_wrap .info_table tbody .rowspan2 th {
          margin-top: -1px;
          height: 145px; }
        #sec3 .table_wrap .info_table tbody .rowspan2 td {
          height: 72px; } }
