@charset "UTF-8";
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.separate_line {
  padding-top: 55px;
  position: relative;
}
.separate_line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(/img/pic_about_line.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.common_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #d0c2a7;
}

.ek_notes {
  font-size: 11px;
}

.ttl_line {
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  font-weight: normal;
}
.ttl_line span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.ttl_line span i {
  font-size: 12px;
  font-style: normal;
}
.ttl_line span::before, .ttl_line span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #fff;
}
.ttl_line span::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ttl_line span::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.under_mv .enkai_ttl {
  position: absolute;
  top: 50%;
  left: calc(50% - 452px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 42px;
  color: #9b8c57;
  text-shadow: 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
.under_mv .enkai_ttl::before, .under_mv .enkai_ttl::after {
  display: none;
}

.ek_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 30px;
}
.ek_list .list_box {
  width: 300px;
}
.ek_list .list_box .img_wrap {
  margin-bottom: 22px;
  position: relative;
}
.ek_list .list_box .img_wrap p {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 10px;
  text-shadow: 0 0 10px #000;
}
.ek_list .list_box .text {
  font-size: 14px;
}
.ek_list .list_box .text > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
  font-size: 20px;
  text-align: center;
  color: #d0c2a7;
}
.ek_list .list_box .text > h3.label_ttl {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c7bea2;
  color: #03152f;
}
.ek_list .list_box .text dl {
  line-height: 1.8;
  padding-bottom: 15px;
}
.ek_list .list_box .text dl dt {
  padding-bottom: 16px;
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  font-weight: normal;
}
.ek_list .list_box .text dl dt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.ek_list .list_box .text dl dt span i {
  font-size: 12px;
  font-style: normal;
}
.ek_list .list_box .text dl dt span::before, .ek_list .list_box .text dl dt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #fff;
}
.ek_list .list_box .text dl dt span::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ek_list .list_box .text dl dt span::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ek_list .list_box .text dl dd {
  padding-left: 1em;
  position: relative;
}
.ek_list .list_box .text dl dd::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ek_list .list_box .text dl.non_dot dd {
  padding-left: 0;
}
.ek_list .list_box .text dl.non_dot dd::before {
  display: none;
}
.ek_list .list_box .text .table_wrap {
  line-height: 1.8;
  padding-bottom: 15px;
}
.ek_list .list_box .text .table_wrap h4 {
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  font-weight: normal;
  padding-bottom: 16px;
}
.ek_list .list_box .text .table_wrap h4 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.ek_list .list_box .text .table_wrap h4 span i {
  font-size: 12px;
  font-style: normal;
}
.ek_list .list_box .text .table_wrap h4 span::before, .ek_list .list_box .text .table_wrap h4 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #fff;
}
.ek_list .list_box .text .table_wrap h4 span::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ek_list .list_box .text .table_wrap h4 span::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ek_list .list_box .text .table_wrap table tr th {
  padding-left: 1em;
  position: relative;
  font-weight: normal;
  vertical-align: baseline;
  white-space: nowrap;
}
.ek_list .list_box .text .table_wrap table tr th::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ek_list .list_box .text .table_wrap table tr th::after {
  content: "：";
}
.ek_list .list_box .text p.sub_text {
  font-size: 12px;
}
.ek_list .list_box .text p.obento_value {
  font-size: 17px;
}
.ek_list .list_box .text p.season {
  color: #c7bea2;
  text-align: center;
}
.ek_list .list_box .text .menu_box + .menu_box {
  margin-top: 15px;
}
.ek_list .list_box .text .menu_box h4 {
  text-align: center;
  font-size: 17px;
  overflow: hidden;
  font-weight: normal;
  padding-bottom: 5px;
}
.ek_list .list_box .text .menu_box h4 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.ek_list .list_box .text .menu_box h4 span i {
  font-size: 12px;
  font-style: normal;
}
.ek_list .list_box .text .menu_box h4 span::before, .ek_list .list_box .text .menu_box h4 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #fff;
}
.ek_list .list_box .text .menu_box h4 span::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ek_list .list_box .text .menu_box h4 span::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ek_list .list_box .text .menu_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ek_list .list_box .text .menu_box ul li {
  position: relative;
  padding-left: 1em;
}
.ek_list .list_box .text .menu_box ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ek_list .list_box .text .menu_bg {
  padding: 16px 15px;
  background-color: rgba(249, 249, 249, 0.1);
  line-height: 1.8;
}
.ek_list .list_box .text .menu_bg h4,
.ek_list .list_box .text .menu_bg h5 {
  font-size: inherit;
  font-weight: normal;
}
.ek_list .list_box .text .menu_bg ul li {
  padding-left: 1em;
  position: relative;
}
.ek_list .list_box .text .menu_bg ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ek_list.border_list {
  border: 1px solid #fff;
}
.ek_list.border_list .list_box {
  padding-top: 22px;
  padding-bottom: 29px;
  width: 299px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.ek_list.border_list .list_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.ek_list.border_list .list_box:nth-child(3n)::after {
  display: none;
}

.enkai_content_area {
  margin-top: 30px;
}

.nomiho .content_area {
  border: 1px solid #fff;
  padding: 40px 20px;
  position: relative;
}
.nomiho .content_area h2 {
  color: #d0c2a7;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-left: 24px;
  padding-right: 24px;
  background-color: #001630;
}
.nomiho .content_area .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
.nomiho .content_area .content_wrap .content_box {
  width: 364px;
}
.nomiho .content_area .content_wrap .content_box ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 2.1;
}
.nomiho .content_area .content_wrap .content_box ul li {
  padding-left: 1em;
  position: relative;
}
.nomiho .content_area .content_wrap .content_box ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.nomiho .nomiho_notes {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.7;
}
.nomiho .nomiho_notes ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec_cancel {
  padding: 42px 30px 28px;
  border: 1px solid #c7bea2;
  position: relative;
}
.sec_cancel::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c7bea2;
  pointer-events: none;
}
.sec_cancel h2 {
  text-align: center;
  padding: 0 22px;
  position: absolute;
  font-size: 30px;
  color: #c7bea2;
  top: 0;
  left: 50%;
  background-color: #001630;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.sec_cancel h3 {
  width: 200px;
  background-color: #c7bea2;
  color: #001630;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sec_cancel p.t_description {
  text-align: center;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.8;
  color: #c7bea2;
}
.sec_cancel .cancel_box {
  margin-top: 22px;
  background-color: #1d2d44;
  padding: 15px 15px 22px;
}
.sec_cancel .cancel_box h4 {
  font-size: 20px;
  text-align: center;
}
.sec_cancel .cancel_box dl {
  margin-top: 18px;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.sec_cancel .cancel_box dl .dl_list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_cancel .cancel_box dl .dl_list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}
.sec_cancel .cancel_box dl .dl_list + .dl_list {
  margin-top: 10px;
}
.sec_cancel .cancel_box dl .dl_list dt {
  background-color: #1d2d44;
  padding-right: 10px;
}
.sec_cancel .cancel_box dl .dl_list dd {
  min-width: 130px;
  background-color: #1d2d44;
  padding-left: 10px;
}

.hall .hall_content {
  margin-top: 40px;
}
.hall .hall_content + .hall_content {
  margin-top: 100px;
}
.hall .hall_content h3 {
  font-size: 20px;
  text-align: center;
  background-color: #c7bea2;
  color: #03152f;
  padding: 10px;
}
.hall .hall_content .content_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hall .hall_content .content_wrap .left_content {
  width: 480px;
}
.hall .hall_content .content_wrap .left_content .img_wrap + .text {
  margin-top: 26px;
}
.hall .hall_content .content_wrap .left_content .text .detail_box + .detail_box {
  margin-top: 38px;
}
.hall .hall_content .content_wrap .left_content .text .detail_box h4 {
  font-size: 18px;
}
.hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap {
  margin-top: 12px;
}
.hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap table {
  width: 100%;
}
.hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap table tr th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap table tr th,
.hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap table tr td {
  padding: 4px 10px;
  border: 1px solid #fff;
}
.hall .hall_content .content_wrap .right_content {
  width: 439px;
}
.hall .hall_content .content_wrap .right_content .layout_wrap {
  margin-top: 23px;
}
.hall .hall_content .content_wrap .right_content .layout_wrap + .layout_wrap {
  margin-top: 50px;
}

.sec_price .table_area {
  margin-top: 30px;
}
.sec_price .table_area .ttl_tani {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_price .table_area .ttl_tani span {
  display: block;
}
.sec_price .table_area .ttl_tani span.ttl {
  font-size: 15px;
}
.sec_price .table_area .ttl_tani span.tani {
  font-size: 12px;
}
.sec_price .table_area .table_wrap {
  margin-top: 5px;
  font-size: 15px;
}
.sec_price .table_area .table_wrap table {
  width: 100%;
}
.sec_price .table_area .table_wrap table thead {
  background-color: rgba(255, 255, 255, 0.1);
}
.sec_price .table_area .table_wrap table tbody tr th {
  background-color: rgba(255, 255, 255, 0.1);
}
.sec_price .table_area .table_wrap table tr th,
.sec_price .table_area .table_wrap table tr td {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
}
.sec_price .table_area .table_wrap table tr th {
  font-weight: normal;
  vertical-align: middle;
}
.sec_price .table_area .table_wrap table tr td.ta_left {
  -moz-text-align-last: left;
       text-align-last: left;
}
.sec_price .table_area .two_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_price .table_area .two_table .content_wrap {
  width: 470px;
  position: relative;
}
.sec_price .table_area .two_table .content_wrap .table_notes {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec_reserve {
  padding-bottom: 80px;
}
.sec_reserve .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.sec_reserve .ttl_wrap .left_content .circle_ttl {
  width: 98px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ad9169;
  color: #001630;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_reserve .ttl_wrap .right_content h2 {
  font-size: 30px;
}
.sec_reserve .ttl_wrap .right_content p.tel_ttl {
  font-size: 15px;
}
.sec_reserve .ttl_wrap .right_content p.tel_ttl a {
  text-decoration: none;
}
.sec_reserve .ttl_wrap .right_content p.tel_ttl a span {
  font-size: 30px;
}
.sec_reserve .ttl_wrap .right_content p.text {
  margin-top: 10px;
  font-size: 14px;
}
.sec_reserve .content_wrap ul.end_notes {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
.sec_reserve .content_wrap ul.end_notes li {
  padding-left: 1em;
  position: relative;
}
.sec_reserve .content_wrap ul.end_notes li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 680px) {
  .ek_inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .separate_line {
    padding-top: 40rem;
    position: relative;
  }
  .separate_line::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    height: 30rem;
    background-position: center center;
    background-size: cover;
  }
  .common_ttl {
    font-size: 20rem;
  }
  .ek_notes {
    font-size: 10rem;
  }
  .ttl_line {
    font-size: 15rem;
  }
  .ttl_line span {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .ttl_line span i {
    font-size: 11rem;
  }
  .ttl_line span::before, .ttl_line span::after {
    width: 100vw;
  }
  .page_lead p {
    text-align: center;
  }
  .under_mv .enkai_ttl {
    top: 56%;
    left: 15rem;
    font-size: 18rem;
    text-shadow: 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 0px 0px 20rem #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  }
  .ek_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70rem 0;
  }
  .ek_list .list_box {
    width: 47%;
  }
  .ek_list .list_box .img_wrap {
    margin-bottom: 16rem;
  }
  .ek_list .list_box .img_wrap p {
    bottom: 5rem;
    font-size: 10rem;
    text-shadow: 0 0 10rem #000;
  }
  .ek_list .list_box .text {
    font-size: 13rem;
  }
  .ek_list .list_box .text > h3 {
    margin-bottom: 18rem;
    font-size: 18rem;
  }
  .ek_list .list_box .text > h3.label_ttl {
    margin-bottom: 10rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ek_list .list_box .text dl {
    padding-bottom: 15rem;
    font-size: 12rem;
  }
  .ek_list .list_box .text dl dt {
    padding-bottom: 14rem;
    font-size: 15rem;
  }
  .ek_list .list_box .text dl dt span {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .ek_list .list_box .text dl dt span i {
    font-size: 11rem;
  }
  .ek_list .list_box .text dl dt span::before, .ek_list .list_box .text dl dt span::after {
    width: 100vw;
  }
  .ek_list .list_box .text .table_wrap {
    font-size: 12rem;
    padding-bottom: 15rem;
  }
  .ek_list .list_box .text .table_wrap h4 {
    font-size: 15rem;
    padding-bottom: 14rem;
  }
  .ek_list .list_box .text .table_wrap h4 span {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .ek_list .list_box .text .table_wrap h4 span i {
    font-size: 11rem;
  }
  .ek_list .list_box .text .table_wrap h4 span::before, .ek_list .list_box .text .table_wrap h4 span::after {
    width: 100vw;
  }
  .ek_list .list_box .text .table_wrap table tr {
    display: block;
  }
  .ek_list .list_box .text .table_wrap table tr th,
  .ek_list .list_box .text .table_wrap table tr td {
    display: block;
  }
  .ek_list .list_box .text .table_wrap table tr th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding-left: 0;
    color: #001630;
    background-color: #fff;
    padding: 0 8rem;
  }
  .ek_list .list_box .text .table_wrap table tr th::before, .ek_list .list_box .text .table_wrap table tr th::after {
    display: none;
  }
  .ek_list .list_box .text .table_wrap table tr td ul li {
    padding-left: 1em;
    position: relative;
  }
  .ek_list .list_box .text .table_wrap table tr td ul li::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ek_list .list_box .text .table_wrap table tr:nth-child(n+2) {
    padding-top: 10rem;
  }
  .ek_list .list_box .text p.sub_text {
    font-size: 11rem;
  }
  .ek_list .list_box .text p.obento_value {
    font-size: 15rem;
  }
  .ek_list .list_box .text .menu_box + .menu_box {
    margin-top: 22rem;
  }
  .ek_list .list_box .text .menu_box h4 {
    font-size: 15rem;
    padding-bottom: 5rem;
  }
  .ek_list .list_box .text .menu_box h4 span {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .ek_list .list_box .text .menu_box h4 span i {
    font-size: 11rem;
  }
  .ek_list .list_box .text .menu_box h4 span::before, .ek_list .list_box .text .menu_box h4 span::after {
    width: 100vw;
  }
  .ek_list .list_box .text .menu_bg {
    padding: 14rem 8rem;
    font-size: 12rem;
  }
  .ek_list.border_list {
    display: block;
    border: 1px solid #fff;
  }
  .ek_list.border_list .list_box {
    padding-top: 18rem;
    padding-bottom: 26rem;
    width: auto;
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .ek_list.border_list .list_box + .list_box {
    border-top: 1px solid #fff;
  }
  .ek_list.border_list .list_box::after {
    display: none;
  }
  .enkai_content_area {
    margin-top: 20rem;
  }
  .nomiho .content_area {
    border: 1px solid #fff;
    padding: 30rem 12rem;
    position: relative;
  }
  .nomiho .content_area h2 {
    font-size: 16rem;
    padding-left: 12rem;
    padding-right: 12rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nomiho .content_area .content_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .nomiho .content_area .content_wrap .content_box {
    width: 47%;
  }
  .nomiho .content_area .content_wrap .content_box ul {
    margin-top: 10rem;
    display: block;
    font-size: 13rem;
    line-height: 1.8;
  }
  .nomiho .nomiho_notes {
    margin-top: 10rem;
    font-size: 12rem;
  }
  .sec_cancel {
    padding: 30rem 12rem 20rem;
  }
  .sec_cancel h2 {
    padding: 0 12rem;
    font-size: 18rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sec_cancel h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 12rem;
    padding-right: 12rem;
    font-size: 15rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sec_cancel p.t_description {
    text-align: left;
    margin-top: 14rem;
    font-size: 14rem;
  }
  .sec_cancel .cancel_box {
    margin-top: 20rem;
    padding: 15rem 12rem 20rem;
  }
  .sec_cancel .cancel_box h4 {
    font-size: 16rem;
  }
  .sec_cancel .cancel_box dl {
    margin-top: 15rem;
    width: auto;
    font-size: 12rem;
  }
  .sec_cancel .cancel_box dl .dl_list + .dl_list {
    margin-top: 10rem;
  }
  .sec_cancel .cancel_box dl .dl_list dt {
    padding-right: 10rem;
  }
  .sec_cancel .cancel_box dl .dl_list dd {
    min-width: 120rem;
    padding-left: 10rem;
  }
  .hall .hall_content {
    margin-top: 30rem;
  }
  .hall .hall_content + .hall_content {
    margin-top: 80rem;
  }
  .hall .hall_content h3 {
    font-size: 16rem;
    padding: 8rem;
  }
  .hall .hall_content .content_wrap {
    margin-top: 26rem;
    display: block;
  }
  .hall .hall_content .content_wrap .left_content {
    width: auto;
  }
  .hall .hall_content .content_wrap .left_content .img_wrap + .text {
    margin-top: 20rem;
  }
  .hall .hall_content .content_wrap .left_content .text .detail_box + .detail_box {
    margin-top: 30rem;
  }
  .hall .hall_content .content_wrap .left_content .text .detail_box h4 {
    font-size: 16rem;
  }
  .hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap {
    margin-top: 10rem;
  }
  .hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap table tr th,
  .hall .hall_content .content_wrap .left_content .text .detail_box .table_wrap table tr td {
    padding: 3rem 10rem;
  }
  .hall .hall_content .content_wrap .right_content {
    margin-top: 20rem;
    width: auto;
  }
  .hall .hall_content .content_wrap .right_content .layout_wrap {
    margin-top: 18rem;
  }
  .hall .hall_content .content_wrap .right_content .layout_wrap + .layout_wrap {
    margin-top: 40rem;
  }
  .sec_price .table_area {
    margin-top: 26rem;
  }
  .sec_price .table_area .ttl_tani span {
    display: block;
  }
  .sec_price .table_area .ttl_tani span.ttl {
    font-size: 14rem;
  }
  .sec_price .table_area .ttl_tani span.tani {
    font-size: 12rem;
  }
  .sec_price .table_area .table_wrap {
    margin-top: 5rem;
    font-size: 13rem;
    overflow: auto;
  }
  .sec_price .table_area .table_wrap table {
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sec_price .table_area .table_wrap table tr th,
  .sec_price .table_area .table_wrap table tr td {
    padding: 10rem;
  }
  .sec_price .table_area .two_table {
    display: block;
  }
  .sec_price .table_area .two_table .content_wrap {
    width: auto;
  }
  .sec_price .table_area .two_table .content_wrap + .content_wrap {
    margin-top: 26rem;
  }
  .sec_price .table_area .two_table .content_wrap .table_notes {
    margin-top: 10rem;
    font-size: 12rem;
    position: static;
  }
  .sec_reserve {
    padding-bottom: 60rem;
  }
  .sec_reserve .ttl_wrap {
    gap: 12px;
  }
  .sec_reserve .ttl_wrap .left_content .circle_ttl {
    width: 60rem;
    font-size: 13rem;
  }
  .sec_reserve .ttl_wrap .right_content h2 {
    font-size: 18rem;
  }
  .sec_reserve .ttl_wrap .right_content p.tel_ttl {
    font-size: 13rem;
  }
  .sec_reserve .ttl_wrap .right_content p.tel_ttl a span {
    font-size: 16rem;
  }
  .sec_reserve .ttl_wrap .right_content p.text {
    margin-top: 5rem;
    font-size: 13rem;
  }
  .sec_reserve .content_wrap {
    margin-top: 30rem;
  }
  .sec_reserve .content_wrap ul.end_notes {
    font-size: 13rem;
    width: auto;
  }
}/*# sourceMappingURL=enkai.css.map */