@charset "utf-8";
/*------------------------------------------------------------
　共通
-------------------------------------------------------------*/
.left > * + * {
  margin-top: 20px;
}
.box {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
.box_guide {
  padding-top: 134px;
  margin-top: -134px;
}
.box_guide > div[class^="sec_"] + div[class^="sec_"] {
  margin-top: 20px;
}
.tit_wrap {
  margin-bottom: 20px;
}
.tit_esthe {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.c_red {
  color: #b60401;
}
.center {
  text-align: center;
}
.f_b {
  font-weight: bold;
}
.u-bold {
  font-weight: bold;
}
.u-color-em {
  color: #fa338f;
}

.shop-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 13px;
	width: 320px;
	height: 50px;
	margin-inline: auto;
	background-color: #f7f3e6;
	color: #b60401;
	font-size: 30px;
	font-weight: bold;
}

.content_systemNav {
  padding: 20px 0 30px;
}
.content_systemNav > * + * {
  margin-top: 20px;
}
.system_nav {
  display: flex;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ddcd96;
  border-left: 1px solid #ddcd96;
}
.system_nav li {
  flex: 1;
  border-right: 1px solid #ddcd96;
  border-bottom: 1px solid #ddcd96;
}
.system_nav li a {
  display: block;
  background: #fcfaf4;
  line-height: 60px;
  text-align: center;
  transition: 0.5s ease-out;
}
.system_nav li a:hover {
  color: #962314;
  background: #fff;
}
/*------------------------------------------------------------
　料金について
-------------------------------------------------------------*/
.charge {
  padding-inline: 30px;
}
.charge > * {
  margin-top: 20px;
}
.charge_info {
  width: fit-content;
  margin-inline: auto;
}
.charge_info > *:first-child {
  background-position: 0 bottom;
  background-size: 4px 4px;
  background-image: repeating-linear-gradient(
    0deg,
    #ddcd96,
    #ddcd96 1px,
    #ffffff 1px,
    #ffffff 3px,
    #ddcd96 3px,
    #ddcd96 4px
  );
  background-repeat: repeat-x;
  padding: 0 40px 9px;
}
.charge_info > * + * {
  margin-top: 10px;
}
.charge_em {
  color: #26b480;
  font-size: 20px;
  font-weight: bold;
}

/*------------------------------------------------------------
　ご予約について
-------------------------------------------------------------*/
.sec_reservation {
  padding: 0 30px;
}
.sec_reservation .tit_wrap {
  margin: 0 -30px 20px;
}
.reservation-tel,
.reservation-web,
.reservation-cancel {
  margin-top: 40px;
}
.reservation-tel .tit_system2,
.reservation-web .tit_system2,
.reservation-cancel .tit_system2 {
  margin-bottom: 20px;
}

.reservation-notes {
  margin-top: 20px;
  padding: 15px 20px;
  background: #f6f5f0;
}
.reservation-notes dt {
  font-size: 16px;
  font-weight: bold;
}
.reservation-notes-list {
  margin-top: 10px;
}
.reservation-notes-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.reservation-notes-list li + li {
  margin-top: 5px;
}

.reservation_text,
.reservation-web_text {
  margin-top: 20px;
  text-align: center;
}

.reservation-date {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.reservation-date_item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 330px;
  margin: 0 10px;
  border: 1px solid #ddcd96;
  text-align: center;
}
.reservation-date_item dt {
  margin: -1px -1px 0;
  color: #fff;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  background: url(../images/system/bg_reservation.png) no-repeat;
}
.reservation-date_item dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.reservation-date_item dd p {
  position: relative;
  padding: 10px 0;
}
.reservation-date_item dd p + p {
  border-top: 1px dotted #ddcd96;
}
.reservation-date_item dd p span {
  display: inline-block;
  width: 50%;
}
.reservation-date_item dd p::before {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  color: #cfcfcf;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -8px;
  content: "・・・";
}

.table_reservation {
  margin-top: 20px;
  border-top: 1px solid #ddcd96;
}
.table_reservation > * {
  width: 100%;
  border-bottom: 1px solid #ddcd96;
  display: table;
}
.table_reservation > * > * {
  display: table-cell;
  padding: 10px 20px;
}
.table_reservation dt {
  color: #b60401;
  font-weight: bold;
  width: 180px;
  background: #fcfaf4;
}

.reservation-web_btn {
  display: block;
  position: relative;
  width: 280px;
  height: 60px;
  margin: 20px auto 0;
  border-radius: 8px;
  background: #6d372f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  transition: opacity 0.5s ease-out;
}
.reservation-web_btn::after {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.reservation-web_btn:hover {
  opacity: 0.8;
}
.c-icon-web::before {
  display: inline-block;
  width: 26px;
  height: 20px;
  margin: -2px 10px 0 0;
  background: url("../images/common/icon-web.png") no-repeat;
  vertical-align: middle;
  content: "";
}
.reservation-web-notes {
  margin-top: 30px;
  padding: 20px 15px;
  background: #f5f6ee;
}
.reservation-web-notes dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.reservation-web-notes dt:not(:first-child) {
  margin-top: 20px;
}
.reservation-web-notes dd > * + * {
  margin-top: 20px;
}
.reservation-web-notes li {
  padding-left: 1em;
  text-indent: -1em;
}

.reservation-cancel_row {
  display: flex;
}
.reservation-cancel-text {
  padding-right: 20px;
}
.reservation-cancel-text p + p {
  margin-top: 20px;
}
.reservation-cancel-table {
  width: 360px;
  border: 1px solid #b4b3b1;
  table-layout: fixed;
  text-align: center;
}
.reservation-cancel-table tr + tr {
  border-bottom: 1px dotted #b4b3b1;
}
.reservation-cancel-table tr:last-child {
  border-bottom: 0;
}
.reservation-cancel-table_heading {
  border-bottom: 1px solid #b4b3b1;
  background: #f6f5f0;
  font-weight: bold;
}
.reservation-cancel-table th,
.reservation-cancel-table td {
  padding: 15px 0;
}
.reservation-cancel-table th:not(.reservation-cancel-table_heading) {
  border-right: 1px solid #b4b3b1;
}
/*------------------------------------------------------------
　ご利用方法
-------------------------------------------------------------*/
.system_contents {
  padding-inline: 30px;
}
.system_contents .tit_esthe {
  margin-bottom: 30px;
  font-size: 18px;
}
.sec_howTo .system_nav {
  margin-block: 20px 30px;
}
.howto-items {
  margin-top: 30px;
  padding-bottom: 30px;
}
.howto-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
  box-sizing: border-box;
  min-height: 200px;
  border: 1px solid #ddcd96;
  padding: 30px;
}
.howto-item:not(:first-child) {
  margin-top: 20px;
}
.howto-item:not(:last-child):before {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 24px;
  height: 12px;
  margin-inline: auto;
  background-color: #26b480;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howto-item_contents > * + *:not(.howto-item_link) {
  margin-top: 20px;
}
.howto-item_heading {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
}
.howto-item_heading span {
  color: #b60401;
}
.howto-item_link {
  margin-top: 10px;
}
.howto-item_link a {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #b60401;
  text-decoration: underline;
}
.howto-item_link a:hover {
  text-decoration: none;
}
.howto-item_link a:before {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #b60401;
  border-right: 1px solid #b60401;
  content: "";
}
.howTo_info {
  margin-bottom: 40px;
  padding: 20px;
  background: #fcfaf4;
}

/*------------------------------------------------------------
　デリバリー料金
-------------------------------------------------------------*/
.sec_fee {
  padding-bottom: 40px;
}
.sec_fee > * + * {
  margin-top: 20px;
}
.delivery > * + * {
  margin-top: 30px;
}
.delivery-area > * + * {
  margin-top: 20px;
}
.delivery-area_row {
  display: flex;
  column-gap: 20px;
}
.delivery-area_list > * + *,
.delivery-area_img > * + * {
  margin-top: 20px;
}
.delivery-area_list {
  flex: 1;
}
.delivery-area-li {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid #9a9a9a;
}
.delivery-area-li dt,
.delivery-area-li dd {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #9a9a9a;
}
.delivery-area-li dt {
  justify-content: center;
  position: relative;
  background: url(../images/common/bg.png);
  background-size: 28px 47px;
}
.delivery-area-li dt::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #26b480 transparent transparent;
  content: "";
}
.delivery-area-li dd {
  flex-wrap: wrap;
}
.delivery-area-li dd span {
  display: inline-block;
}
.delivery-area-li dd span:not(:last-child)::after {
  content: "、";
}

/*------------------------------------------------------------
　hotel_list
-------------------------------------------------------------*/
.sec_hotel_list .txt {
  margin-bottom: 20px;
}
.ttl_hotel_list {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.ttl_hotel_list:before,
.ttl_hotel_list:after {
  content: "";
  width: 230px;
  height: 4px;
  background: #26b480;
  position: absolute;
  top: 50%;
}

.ttl_hotel_list:before {
  left: 0;
}

.ttl_hotel_list:after {
  right: 0;
}

.item_hotel_list {
  position: relative;
  margin-bottom: 20px;
}

.accordion + .accordion {
  display: none;
}
.accordion_btn {
  position: relative;
}
.accordion_btn_top {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.accordion_btn_bottom {
  cursor: pointer;
  text-align: center;
  width: 240px;
  height: 40px;
  line-height: 40px;
  background: #c6f1e1;
  margin: 20px auto 0;
  transition: opacity 0.5s ease-out;
}
.accordion_btn_bottom:hover {
  opacity: 0.8;
}
.accordion_btn:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 9px solid #26b480;
  position: absolute;
}
.accordion_btn.active:before {
  border-top: none;
  border-bottom: 9px solid #26b480;
}
.accordion_btn_top:before {
  top: 5px;
  left: -20px;
}
.accordion_btn_bottom:before {
  top: 15px;
  left: 65px;
}
.accordion_btn_bottom.active:before {
  left: 80px;
}

.li_accordion1 {
  border-bottom: 2px solid #7d7d7d;
  margin-top: 5px;
}

.li_accordion1 li {
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
}

.li_accordion1 li + li {
  border-top: 1px solid #d3d3d3;
}

.item_hotel_list dt {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #b60401;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #7d7d7d;
  padding-bottom: 20px;
}
:is(.item_hotel_list dt, .li_accordion2 .hotel_name, .hotel_address, .hotel_tel)::before {
  background-image: url(../images/system/hotel-icon.png);
  content: "";
}
.item_hotel_list dt:before {
  width: 20px;
  height: 18px;
}
.li_accordion2 .hotel_name:before {
  width: 22px;
  height: 26px;
  background-position: 0 -18px;
}
.li_accordion2 .hotel_address:before {
  width: 12px;
  height: 17px;
  background-position: 0 -44px;
}

.li_accordion2 .hotel_tel:before {
  width: 20px;
  height: 16px;
  background-position: 0 -61px;
}
:is(.hotel_name, .hotel_address, .hotel_tel) {
  display: flex;
  align-items: center;
  column-gap: var(--hotel-column-gap);
}
:is(.hotel_address, .hotel_tel) {
  --hotel-column-gap: 10px;
}
.li_accordion2 {
  margin-top: 20px;
}

.li_accordion2 > * {
  border-radius: 5px 5px 0 0;
  box-shadow: 1px 0 0 #333 inset, -1px 0 0 #333 inset;
}

.li_accordion2 > * + * {
  margin-top: 20px;
}

.li_accordion2_data1 {
  color: #fff;
  text-align: center;
  background-size: auto auto;
  background-color: rgba(51, 51, 51, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 15px,
    rgba(0, 0, 0, 1) 15px,
    rgba(0, 0, 0, 1) 17px
  );
}
.li_accordion2_data1 > div {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  padding-block: 10px;
}
.li_accordion2_data1 .hotel_name {
  --hotel-column-gap: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed #bbb;
}

.li_accordion2_data2 {
  display: flex;
  background: #f4f4f4;
  box-shadow: 1px 0 0 #333 inset, -1px 0 0 #333 inset;
}

.li_accordion2_data2 > * {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #333;
}
.li_accordion2_data2 > * + * {
  border-left: 1px solid #333;
}
.li_accordion2_data3 {
  display: flex;
}
.li_accordion2_data3 > * {
  display: table-cell;
  border-bottom: 1px solid #666;
}
.li_accordion2_data3 :is(.hotel_price, .hotel_data) {
  padding: 15px;
}
.li_accordion2_data3 .hotel_price {
  color: #b60401;
  font-weight: bold;
  width: 15%;
  border-right: 1px dashed #bbb;
}

.li_accordion2_data3 .hotel_data {
  width: 35%;
}

.li_accordion2_data3 .hotel_data span {
  color: #b60401;
}

.li_accordion2_data3 .hotel_data + .hotel_price {
  border-left: 1px solid #333;
}

/*------------------------------------------------------------
　アクセスマップ
-------------------------------------------------------------*/
.access_map {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.access_map figure img {
  margin-bottom: 30px;
}
.access_map .txt {
  margin-bottom: 30px;
}
.item_access {
  margin-bottom: 30px;
}
.tit_system2 {
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  border-left: 5px solid #26b480;
  box-shadow: 0 1px 0 #b2b2b2 inset, -1px 0 0 #b2b2b2 inset, 0 -1px 0 #b2b2b2 inset;
  padding-left: 15px;
}
.item_access .tit_system2 {
  margin-bottom: 10px;
}
.list_access li {
  text-indent: -25px;
  padding: 10px 0 10px 25px;
}
.list_access li + li {
  border-top: 1px dashed #b2b2b2;
}
.decimal {
  color: #26b480;
  font-weight: bold;
  margin-right: 10px;
}
.attention dd {
  width: 820px;
  height: 318px;
  background: url(../images/system/bg_attention.png) no-repeat;
}
.box_attention {
  width: 440px;
  padding: 40px 0 0 30px;
}
.box_attention img {
  margin-bottom: 25px;
}
.hotelMap_info {
  background: #fcfaf4;
  padding: 30px;
}
/*------------------------------------------------------------
　オプション
-------------------------------------------------------------*/
.sec_option .info_tax {
  margin-top: 20px;
}
.li_option {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}
.li_option li {
  width: calc(50% - 15px);
}
.li_option .tit {
  margin: 15px 0 5px;
  color: #b60401;
  font-size: 16px;
  font-weight: bold;
}

/*------------------------------------------------------------
  禁止事項
-------------------------------------------------------------*/
.prohibitedMatter-top {
  margin: 20px 0;
  padding: 0 30px;
}
.prohibitedMatter-top_border {
  padding: 20px;
  background-size: 40px 40px;
  background-color: #242424;
  background-image: linear-gradient(
    -45deg,
    #000000 25%,
    transparent 25%,
    transparent 50%,
    #000000 50%,
    #000000 75%,
    transparent 75%,
    transparent
  );
}
.prohibitedMatter-top_box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
}
.prohibitedMatter-top_box > *:first-child {
  margin-bottom: 10px;
  font-size: 20px;
}
.prohibitedMatter-top_box .em_color {
  color: #a40000;
}
.prohibitedMatter-top_box .em_border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}

.li_prohibitedMatter {
  border: 1px solid #ddcd96;
  margin: 20px 0;
  padding: 10px 20px;
}
.li_prohibitedMatter li {
  padding: 10px 0 10px 1.5em;
  text-indent: -1.5em;
  list-style: disc inside;
}
.li_prohibitedMatter > li + li {
  border-top: 1px solid #d9d9d9;
}

.info_tax {
  height: 30px;
  background-color: #fff2c9;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.info_tax span {
  color: #f33454;
}

.tax-info {
  position: relative;
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.tax-info span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #fff;
}
.tax-info:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
}
.sec_charge .tax-info {
  width: 680px;
  font-size: 26px;
}
.delivery-area .tax-info {
  font-size: 18px;
}
.delivery-area_list > * + .tax-info {
  margin: 20px 0 0;
}
.delivery-area .tax-info:before {
  border-top: 10px double #26b480;
}
