@charset "utf-8";

/* 
Template Name: page
*/
.sub {
  position: relative;
}
.breadcrumb_block {
  background-color: transparent;
  margin-top:-8px;
  color:#333;

}

.breadcrumbsWrap {
  width: fit-content;
  padding: 4px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin:31px auto;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  text-align: center;
}

.breadcrumbs a {
  color:#333;
}
.breadcrumbs .arrow {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
}
.page_mv {
  height:100%;
  width: 100%;
  position: relative;
}
.mv_wrapper {
  position: relative;
  height:750px;
}
.mv_wrapper img {
  height:750px;
  object-fit: cover;
}

.page_title {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%);
  color:#fff;
}
.mv_wrapper .page_title img {
  height:49px;
  width: auto;
}
.page_title span {
  color:#fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  font-weight: normal;
  display:block;
}
.mv_scroll_page {
  top:566px;
}

/* .mv_scroll_page span {
  top:666px;
} */
.page_dot {
  width:fit-content;
  margin:0 auto;
  }
.page_dot img{
  height:107px; 
  width: auto;
}
.section_title_line {
  padding:0;
  padding-bottom:88px;
 
}

.section_head h2 {
  font-family: YonagaOldMincho;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2.5px;
  text-align: center;
  color: #3f4e64;

}
.page_section {
  /* padding-top:83px; */
  padding-bottom:80px;
  /* padding:0 20px; */
}
.category_buttons_container {
  display: flex;
  justify-content: center;
  max-width: 88%;
  margin: 13px auto 0;
  gap: 24px; /* ボタン間のスペース */
}

.category_button {
  flex: 1; /* 親要素の幅に対して均等に分配 */
  display: flex;
  justify-content: space-between; /* テキストと矢印を両端に配置 */
  align-items: center;
  background-color: #3f4e64;; /* 画像に近い色 */
  color: #ffffff;
  padding: 18px 25px;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap; /* テキストが改行されないように */
  transition: background-color 0.3s ease;
  height:80px;
  line-height: 1.75;
  letter-spacing: 0.5px;
}
.category_button_arrow img{
  width: 11px;
  height: 13px;
}
.mb100 {
  margin-bottom:100px;
}
/* rooms */

.rooms_section_inner {
  background-color: rgba(176, 163, 143,0.1);
  max-width:88%;
  margin:0 auto;
  position: relative;
  padding-top:88px;
  padding-bottom:120px;
}
.rooms_section_title {
 height: 36px;
 width:auto;
 margin:0 auto;
  display:block;

 
}
.rooms_section_head_text {
  margin-top: 60px;
  margin-bottom: 70px;
  text-align: center;
  color: #757575;
  line-height: 2.15;
  letter-spacing: 1px;
  font-size: 15px;
}
.rooms-swiper {
  width:78%;
  height:auto;
  margin:0 auto;
}
.rooms-swiper .swiper-slide {
  height:720px;
}
.rooms-swiper .swiper-slide img {
  height:720px;
  object-fit: cover;
}
.rooms-pagination {
  display: flex;
    gap: 8px;
    align-items: center;
    justify-content:center;
    width:fit-content!important;
    position: static !important;
    margin:35px auto 0;
}

.rooms_accordion {
  max-width:90%;
  margin:0 auto;
  border-top:1px solid  #b0a38f;
}
.rooms_accordion:last-child {
  border-bottom:1px solid  #b0a38f;
}
.rooms_accordion_item summary {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #b0a38f;
  font-weight: 500;
  padding: 27px 43px 27px 125px;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: GaramondPremrPro-LtDisp,serif;
  font-size: 20px;
}

.rooms_accordion_item summary::-webkit-details-marker {
  display: none;
}
.rooms_accordion_item:not([open]) summary::before,
  .rooms_accordion_item:not([open]) summary::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #b0a38f;;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;

}
.rooms_accordion_item:not([open]) summary::after  {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.rooms_accordion_item[open] summary::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #b0a38f;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: rotate(180deg);
  transition: transform 0.2s;
  transition: .5s;

}

.rooms_accordion_title {
  line-height:50px;
}
.rooms_accordion_inner {
  margin-left:100px;
}
.rooms_accordion_content {
  display:flex;
  width:100%;
  gap:60px;
  padding-bottom:65px;
}
.rooms_accordion_img {
  width: 50%;
}
.rooms_accordion_content_text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.39;
  letter-spacing: 0.9px;
  text-align: left;
  color: #b0a38f;
  font-family: YonagaOldMincho, serif;

}
.rooms_accordion_content_text {
  display:flex;
}

.facility_section {
  background-color: #fff;
  padding-bottom:18px;
}
.facility_content {
  padding: 100px 0px 147px 100px;
  height:620px;
}



/* service */


.service_rental_section_inner {
  max-width:1680px;
  margin:0 auto;
  position: relative;
  padding-top:88px;
  /* padding-bottom:120px; */

}


.service_rental_items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 40px;
}

.service_rental_row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  max-width:1680px;
  min-height:890px;
  margin:0 auto;
  width: 88%;

}
.service_rental_row_bg_left,
.service_rental_row_bg_right {
  width:100%;
  position: relative;
  margin:20px 0; 
}
.service_rental_row_bg_left::after,
  .service_rental_row_bg_right::after {
  content:"";
  background-color: rgba(176, 163, 143,0.1);
  width:64%;
  height:820px;
  position: absolute;
  top:70px;
 
  z-index: -1;
}
.service_rental_row_bg_left::after{
  left:0;
}
.service_rental_row_bg_right::after {
  right:0;
}
.service_rental_item {
  /* padding: 32px 24px 24px 24px; */
  /* flex: 1 1 0; */
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  width:50%;
}

.service_rental_img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}

.service_rental_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  background-color: #fff;
}

.service_rental_title {
  font-family: YonagaOldMincho;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 1.6px;
  text-align: center;
  color: #3f4e64;
  margin:47px auto;
}

.service_rental_text {
  font-family: HiraginoSans-W3;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
  margin: 0 36px;
}
.service_note {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #757575;
  margin: 18px 36px 0;
}
.service_note_2 {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #757575;
  margin: 18px 36px 0;
}


/* meals */
.meals_section_inner {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  padding-top: 88px;
  padding-bottom: 120px;
}
.meals_section_title {
  height: 48px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.meals_section_head_text {
  font-size: 15px;
 margin-top:60px;
 margin-bottom:65px;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: center;
  color: #757575;

}
.meals_content_wrapper {
  max-width: 88%;
  margin:100px auto 0;
  background-color: rgba(176, 163, 143,0.1);
  padding-top: 100px;

}
.meals_content_text_wrapper {
  padding:44px 180px 73px 180px;

}
.meals_content_title {
  font-family: YonagaOldMincho;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: 4.8px;
  text-align: left;
  color: #3f4e64;
  margin-bottom:36px;
}
.meals_content_text {
  font-family: HiraKakuProN-W3;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
}
.restaurants_section {
  max-width: 88%;
  margin: 40px auto;
  /* padding: 0 20px; */
}

.restaurants_container {
  display: flex;
  justify-content: space-between;

  gap: 80px; /* カード間のスペース */

}

.restaurant_card {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  text-align: center;
  border-top: 1px solid #b0a38f;
  border-bottom: 1px solid #b0a38f;
   
  padding: 50px 0;
}

.restaurant_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 39px;
}

.restaurant_name {
  letter-spacing: 1.6px;
  color: #3F4E65;
  font-family: YonagaOldMincho, serif;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}

.instagram_icon img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

.restaurant_image_slider {
  position: relative;
  margin-bottom: 30px;
}

.restaurant-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content:center;
  width:fit-content!important;
  position: static !important;
  margin:35px auto 0;
}
.restaurant_details {
  text-align: left;
    margin-bottom: 30px;
    flex-grow: 1; /* この要素が伸びて高さを揃える */
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 1px;
    color: #757575;
}

.restaurant_details p {
  margin-top: 0;
  margin-bottom: 1.8em;
}

.official_site_button {
  display: inline-block;
  border: 1px solid #b0a38f;
  padding: 6px 18px;
  text-decoration: none;
  color: #b0a38f;
  margin-right:auto;
  width: fit-content;
  font-size: 14px;
  background-color: #fff;
  transition: background-color 0.3s;
  vertical-align: middle;
}


.official_site_button::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url(../images/page/site_link.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;

}


/* recommended　spot */
.spot_section_inner {
  max-width: 88%;
    margin: 0 auto;
    position: relative;
    padding-top: 88px;
}
.spot_items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 70px;
}
.spot_row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  max-width: 1680px;
  min-height: 890px;
  margin: 0 auto;
}
.spot_item {
  /* padding: 32px 24px 24px 24px; */
  /* flex: 1 1 0; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  min-width: 0;
  width: 50%;
}
.spot_title {
  font-family: YonagaOldMincho;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 1.6px;
  color: #3f4e64;
  margin: 30px 0 16px;
}
.spot_site_links {
  display: flex;
  gap:11px;
}
.spot_site_links a {
  display: block;
}
.spot_site_links .official_site_button {
  margin:0;
}
.spot_text_wrapper {
  margin-top:30px;
}
.spot_text {
  padding-bottom: 20px;
  font-size: 15px;
  color: #757575;
  line-height: 1.75;
  letter-spacing: 0.5px;
}
.spot_info {
  border-top:1px solid #b0a38f;
  padding-top:30px;
  padding-bottom:30px;
  border-bottom:1px solid #b0a38f;
  font-size: 15px;
  color: #757575;
  line-height: 1.75;
  letter-spacing: 0.5px;
}

/* stay  */
.staypage_section_inner {
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    padding-top: 88px;
    padding-bottom: 120px;
}
.stay_content_wrapper {
  display: flex;
  max-width:78%;
  margin:50px auto 200px;
  gap:35px;
}

.stay_content {
  position: relative;
  height:auto;
  
}
.stay_content h4{
  font-family: YuMinPr6N;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 6.75px;
  color:#fff;
  margin:56px 0 37px 20px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%);
  z-index: 2;
}
/* ▼ファミリー向けタイムライン追加 */
.stay_shape {
  background-image:url(../images/page/stay_shape.png);
  width:100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.stay_head {
  display: flex;
  align-items: center;
  gap: 58px;
  margin-bottom: 24px;
  max-width: 88%;
  margin:0 auto;
}
.stay_head.couple {
  flex-direction: column;
}
.stay_labelbox {
  background: #3f4e64;
  max-width: 520px;
}

.stay_timeline {
  max-width: 88%;
  margin:100px auto 0;

}
.stay_catch {
  flex: 1;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap:40px;
}
.stay_catch.couple {
  align-items: center;
}
.stay_catch_text {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-family: YuMinPr6N,serif;
  letter-spacing: 6.75px;
  text-align: left;
  color: #3f4e64;
  background-color: #f6f6f4;
  width:fit-content;
  line-height:1;
}

.family_stay_day_title {
  font-size: 67px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  color: #3f4e64;
  margin:100px auto 185px 150px;
  width: fit-content;
  letter-spacing: 1.5px;
}
.group_stay_day_title {
  font-size: 67px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  color: #3f4e64;
  margin: 100px 150px 185px auto;
  width: fit-content;
  letter-spacing: 1.5px;
}
.couple_stay_day_title {
  font-size: 67px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  color: #3f4e64;
  margin: 200px auto 200px;
  width: fit-content;
  letter-spacing: 1.5px;
}
.family_stay_timeline_list,
.group_stay_timeline_list,
.couple_stay_timeline_list {
  display: flex;
  flex-direction: column;
  /* gap: 100px; */
  position: relative;
}
.family_stay_timeline_list::before {
  content: '';
  position: absolute;
  left: 220px;
  top: -150px; /* ラベルの高さ＋余白分だけ上に伸ばす */
  bottom: 0;
  width: 40px;
  background:  #f6f6f4;;
  z-index: -1;
}

.group_stay_timeline_list::before {
  content: '';
  position: absolute;
  right: 220px;
  top: -150px; /* ラベルの高さ＋余白分だけ上に伸ばす */
  bottom: 0;
  width: 40px;
  background:  #f6f6f4;;
  z-index: -1;
}
.couple_stay_timeline_list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 40px;
  background:  #f6f6f4;;
  z-index: -1;
  transform: translateX(-50%);
}
.family_stay_timeline_item {
  display: flex;

  align-items: flex-start;
  padding-bottom: 100px;
  position: relative;
  background: transparent;
  margin-left:200px;
}
.group_stay_timeline_item {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-bottom: 100px;
  position: relative;
  background: transparent;
  margin-right:200px;
}
.couple_stay_timeline_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 100px;
  position: relative;
  background: transparent;

}
.reverse_item {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.couple_stay_timeline_item .timeline_content {
 padding-right:200px;
 max-width: 780px;

}
.couple_stay_timeline_item.reverse_item .timeline_content{
  margin-right: 0;
  max-width: 780px;

  flex: none;
  padding-left: 200px;
  padding-right:0;
}
.family_stay_timeline_timeblock {
  min-width: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: transparent;
}
.timeline_time {
  font-size: 25px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  color: #3f4e64;

  margin-bottom: 6px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.couple_stay_timeline_time {
  font-size: 25px;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  color: #3f4e64;
  text-align: center;
  margin-bottom: 6px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.timeline_icon img {
  width: 66px;
  height: 66px;
  display: block;
  margin: 0 auto;
  background: transparent;
  position: relative;
  z-index: 2;
}
.timeline_content {
  flex: 1;
  min-width: 0;
  margin-top:40px;
}
.timeline_title {
  font-size: 25px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  color: #3f4e64;
  padding-left:45px;
  padding-top:20px;
  border-bottom: 2px solid #3f4e64;
  height: 60px;
}
.timeline_desc {
  font-family: HiraKakuProN-W3;
  font-size: 15px;
  color: #757575;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.15;
  letter-spacing: 1px;
  padding-left:45px;
  padding-right:45px;
  padding-top:50px;
}
.group_timeline_desc {
  font-family: HiraKakuProN-W3;
  font-size: 15px;
  color: #757575;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.15;
  letter-spacing: 1px;
  padding-left:45px;
  padding-top:50px;

}
.timeline_desc a,
.group_timeline_desc a {
  position:relative ;
  padding-left:25px;
}
.timeline_desc a::before,
.group_timeline_desc a::before {
  content:"";
  position: absolute;
  left:0;
  top:0;
  background-image: url(../images/page/link_icon.png);
  background-repeat: no-repeat;
  width:22px;
  height:22px;
  background-size: contain;
}
.timeline_img {
  flex:1;
}
.timeline_img img{
  max-width: 780px;
  /* height:440px; */
  object-fit: cover;
  display: block;
}

.couple_timeline_img img {
  max-width: 780px;
  /* height:440px; */
  object-fit: cover;
  display: block;
}
.family_stay_timeline_item_inn {
  display:flex;
  flex:1;
}
.group_stay_timeline_item_inn {
  display: flex;
  flex-direction: row-reverse;
  flex:1;

}
.couple_stay_timeline_item_inn {
  display: flex;


}
.reverse_item .couple_stay_timeline_item_inn {
  display: flex;
  flex-direction: row-reverse;

}
.stay_spot_items {
  max-width: 88%;
  margin:100px auto 0;

}
.stay_spot_row {
  display:flex;
  justify-content: space-between;
  gap:27px;
  width:100%;
  padding:0 20px;
}
.stay_spot_item {
  width: calc((100% / 4) - 27px);
  display:flex;
  flex-direction: column;
}
.stay_spot_title {
  margin-top:36px;
  font-size: 25px;
  color: #3f4e64;
}
.stay_spot_text_wrapper {
  font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    margin-top: 33px;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #757575;
}
.stay_spot_text_wrapper span {
  background-color:  #626162;;
  font-size: 18px;
  color:#fff;
  padding:0 5px;
}
.stay_spot_site_links {
  margin-top:auto;
}
.stay_spot_link_button {
  border:1px solid  #575757;
  padding:6px 18px;
  color: #575757;
  font-size:14px;
}
.stay_link_button {
  width:fit-content;
  margin:140px auto 90px;
}
.stay_link_button a{
  font-family: YuMin,serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: 1.46px;
  color: #fff;
  padding: 28px 88px 28px 89px;
  border-radius: 50px;
  background-color: #b0a38f;
}
.stay_page_link_wrapper {
  display:flex;
  justify-content: space-between;
  margin-bottom:175px;
  margin-top:132px;
  padding:0 140px;
}
.stay_page_link a {
  font-size:20px;
  border-bottom:1px solid #64553F;
  padding:30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:100px;
}
.stay_page_link img{
  width:24px;
}
/* よくある質問 */
.faq_section_inner {
  max-width: 88%;
  margin: 0 auto;
  position: relative;
  padding-top: 88px;
  padding-bottom:80px;
}
.faq_section_title {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.11;
  letter-spacing: 4.32px;
  text-align: left;
  color: #2e2c2c;
  margin-bottom:60px;
  font-family:YonagaOldMincho,serif;
}
.faq_accordion {
  max-width: 1280px;
  margin: 40px auto;
}

.faq_accordion_item {
 
  margin-bottom: 2px;
  padding: 0;
  transition: box-shadow 0.2s;
  overflow: hidden;
}



.faq_accordion_item summary {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color:  #b0a38f;
  font-weight: 400;
  padding: 30px;
  cursor: pointer;
  list-style: none;
  position: relative;
  border-radius: 5px;
}

.faq_accordion_item summary::-webkit-details-marker {
  display: none;
}

.faq_accordion_item:not([open]) summary::before,
  .faq_accordion_item:not([open]) summary::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  transition: .5s;

}
.faq_accordion_item:not([open]) summary::after  {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.faq_accordion_item[open] summary::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right:2%;
  transform: rotate(-45deg);
  transition: transform 0.2s;
  transition: .5s;

}
.faq_accordion_item[open] summary::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;

  position: absolute;
  top: 50%;
  right: 2%;
  transform: rotate(45deg);
  transition: transform 0.2s;
  transition: .5s;

}
.faq {
  color:  #fff;
  background-color: #B0A38F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height:40px;
  font-family: 'Times New Roman', serif;
}

.faq_accordion_title {
  color:#fff;
  position: relative;
  padding-left:65px;
  font-size: 20px;
  font-weight: 500;
}
.faq_accordion_title::before {
  content:"";
  background-image: url(../images/page/Q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height:40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq_answer {
  display: flex;
  gap: 25px;
  padding: 30px 22px;
}

.faq_answer_text {
  color: #757575;
  font-size: 15px;
  position: relative;
  padding-left:65px;
  line-height: 2.15;
  letter-spacing: 1px;
}
.faq_answer_text::before {
  content:"";
  background-image: url(../images/page/A.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height:40px;
  position: absolute;
  top: 0;
  left: 0;
}
/* メンバーシップ */
.entry_section_head_text {
  max-width:88%;
  margin:67px auto;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
}
.entry_button {
  width:fit-content;
  margin:70px auto;
}
.entry_button a {
  display: block;
  max-width:400px;
  padding:28px ;
  background-color: #b0a38f;
  border-radius: 80px;
  text-align: center;
  font-size: 20px;
  font-family: YuMinPr6Nm,serif;
  line-height: 1.62;
  letter-spacing: 1.95px;
  color:#fff;

}
.entry_content_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #b0a38f;
  /* border-bottom: 1px solid #b0a38f; */
  padding:64px 30px 0;
}
.membership_benefits_title {
  font-family: YonagaOldMincho;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.5px;
  text-align: left;
  color: #b0a38f;
  margin-bottom:30px;
}
.membership_benefit_item {
  padding:0 0 33px ;
}
.benefit_title ,.benefit_highlight{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 1.3px;
  text-align: left;
  color: #b0a38f;
  margin-bottom:32px;
}
.benefits_text_small {
  font-size:15px;
}
.benefit_desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
  padding: 0 0 32px;
  border-bottom: dotted 1px #b0a38f;
}
.membership_benefit_item:last-child .benefit_desc {
  border-bottom:none;

}
.membership_rank_info {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom:1px solid  #b0a38f;
}
.membership_rank_desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
}
.benefit_desc img {
  max-width:640px;
}
.benefit_desc p {
  margin-top:74px;
  margin-bottom:47px;
}

/* プライバシーポリシー */
.policy_section_inner {
  max-width:88%;
  margin:0 auto;
  position: relative;
  padding-top:88px;
  padding-bottom:120px;
}
.policy_content_wrapper {
  max-width:1280px;
  margin:96px auto;
}
.policy_content {
  border-top:1px solid #b0a38f;
  padding:64px 0;
}
.policy_section_head_text {
  max-width:1280px;
  margin:67px auto;
  line-height: 2.15;
  letter-spacing: 1px;
  font-size: 15px;
  color: #757575;
}

.policy_content h3 {
  font-family: YonagaOldMincho;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.5px;
  color: #3f4e64;
  margin-bottom:20px;
}
.policy_content p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  font-size: 15px;
  color: #757575;
}
.entry_content_bottom {
  border-bottom: 1px solid  #b0a38f;
  margin-bottom: 160px;
}
/* アクセス */
.access_content_wrapper {
  max-width: 1680px;
    margin: 83px auto 134px;
    position: relative;
    padding-top: 187px;
    padding-bottom: 200px;
    background-color: rgba(176, 163, 143,0.1);
}
.access_content_logo {
  width:190px;
  margin:0 auto;
}
.access_address {
  margin:0 auto;
  margin-top:77px;
  max-width:1280px;
  padding-bottom:75px;
  border-bottom:1px solid #3f4e64;
}
.access_address h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.6px;
  text-align: center;
  color: #3f4e64;
  font-family: YonagaOldMincho;
}
.access_address p {
  margin-top:53px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  color: #757575;
}
.access_info {
  margin:0 auto;
  margin-top:63px;
  max-width:1280px;
  padding:0 115px 75px 115px;
  border-bottom:1px solid #3f4e64;
}
.access_info_title {
  display: flex;
  gap:22px;
  align-items: center;
}
.access_info_title img {
  width:44px;
  height:30px;
  object-fit: contain;
  display: block;
}
.access_info_title h3{
  font-family: YonagaOldMincho;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.6px;
  color: #3f4e64;
  display: block;

}
.access_info_sub_title {
  font-family: YonagaOldMincho;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: 1.2px;
  color: #3f4e64;
  margin-top:30px;
}
.access_info_content {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
  margin-top:10px;
  margin-bottom:48px;
}
.access_info_content.bus {
  margin-top:30px;
  margin-bottom:30px;
}
.car_navi_box {
  max-width: 880px;
  border: 1px solid  #3f4e64;
 
  padding: 24px 24px 42px 24px;
  margin: 10px auto 0;
  position: relative;
  box-sizing: border-box;
}

.car_navi_label {
  display: inline-block;
  background: #3f4e64;
  color: #fff;
  font-size: 18px;
  padding: 10px 18px;

  position: absolute;
  top: 20px;
  left: -10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.car_navi_text {
  color:  #3f4e64;
  font-size: 15px;
  margin-top: 55px;
  line-height: 2.15;
  letter-spacing: 1px;
  font-weight: 400;
}
.access_note_1 {
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: center;
  color: #757575;
  margin-top:45px;
  margin-bottom:32px;
}
.access_note_2 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 1px;
  text-align: left;
  color: #757575;
  margin-top:23px;

}
.access_link_box_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.access_link_box {
  /* flex: 1 1 0; */
  max-width: 405px; /* (1280 - 30*2) / 3 = 406.66... */
  min-width: 0;
  border: 1px solid #b0a38f;
  color: #b0a38f;
  font-size: 18px;
  text-align: center;
  padding: 20px 20px 17px 20px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

.access_link_box span {
  display: block;
  font-size: 16px;
  color: #b0a38f;
  margin-top: 4px;
}
.access_info_content_inner {
  border-top:1px solid  #b0a38f;
  max-width: 1051px;
  margin:22px auto 0;
  padding:7px 0 32px 0;
}
.access_image_1 {
  max-width: 767px;
  margin:45px auto;
  display: block;
  object-fit: contain;
}
.access_site_link {
  width: fit-content;

  height:auto;
}
.access_site_link a{
  display: block;
  margin-top:30px;
  height:100%;
  border:1px solid #b0a38f;
  padding:20px 60px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.9px;
  text-align: center;
  color: #b0a38f;
}
.access_site_link img {
  width:18px;
  height:18px;
  object-fit: contain;
}
.access_info_bus_content {
  margin-top:57px;
}
.bus_name {
  color: #005bcc;
}
.page_access_section {
  background-image: url(../images/page/access_page_bg.webp)  ;
  background-repeat: no-repeat;
  background-size: cover;
  padding:125px  0 172px ;
  margin-bottom: 0 !important;

}
.page_access_map {
  height:auto;
}
.page_access_map iframe{
  width: 100%;
  height: 900px;
}
.access_map_image {
  max-width:1050px;
  margin:95px auto 0;
}
.page_access_section .section_title_line {
  max-width:1680px;
  padding:0 0 68px;
  margin:0 auto;
  display: block;
  position: relative;
  top:0;
}
.mt25 {
  margin-top:25px;
}
.mt35 {
  margin-top:35px;
}
@media (max-width: 1440px) {
  .family_stay_timeline_item {
    margin-left:150px;
  }
  .family_stay_timeline_list::before {
    left:170px;
  }
  .stay_spot_items {
    width:100%;
    padding:0 20px;
  }
  .stay_timeline {
    width:100%;
    max-width:1280px;
  }

  .couple_timeline_img img {
    max-width:580px;
  }
  .couple_stay_timeline_item.reverse_item .timeline_content {
    padding-left:100px;
    max-width:580px;

  }
  .couple_stay_timeline_item .timeline_content {
    padding-right:100px;
    max-width:580px;

  }
}
@media (max-width: 1100px) {
 
  .rooms-swiper {
    width:100%;
  }
  .facility_content {
    padding: 54px 24px;
  }
  .service_rental_row {
    flex-direction: column;
    gap: 24px;
  }
  .service_rental_item {
    width: 100%;
  }
  .service_rental_img {
    width: 100%;
    height: 180px;
  }
  .restaurants_section {
    padding:0 20px;
  }
  .restaurant_name {
    font-size:24px;
  }
  .faq_accordion_item summary,.faq_answer {
    width:100%;
    padding:24px;
    padding-right: 120px;
  }
  .family_stay_timeline_item {
    margin-left:60px;
  }
  .group_stay_timeline_item {
    margin-right:60px;
  }
  .family_stay_timeline_list::before {
    left:80px;
  }
  .group_stay_timeline_list::before {
    right:80px;
  }
  .family_stay_day_title {
    margin: 100px auto 185px 50px;
  }
  .group_stay_day_title {
    margin: 100px 50px 185px auto;
  }
  .timeline_img {
    margin-left: auto;
    margin-top:53px;
  }
  .stay_timeline {
    width:100%;
    max-width:1280px;
  }

  .couple_timeline_img img {
    max-width:450px;
  }
  .couple_stay_timeline_item {
    justify-content: center;
  }
  .couple_stay_timeline_item.reverse_item .timeline_content {
    padding-left:50px;
    max-width:450px;

  }
  .couple_stay_timeline_item .timeline_content {
    padding-right:50px;
    max-width:450px;

  }
  .couple_stay_timeline_item .timeline_title {
    padding-top:0;
  }

}
@media (min-width: 769px) and (max-width: 1099px) {
  .couple_stay_timeline_item .timeline_title.line_2 {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .family_stay_timeline_list::before {
    left: 22px;
    top: -72px;
  }
  .family_stay_timeline {
    max-width: 98vw;
    padding: 0 2vw;
  }

  .family_stay_timeline_timeblock {
    min-width: 44px;
  }
  .timeline_img {
    width: calc(100% - 80px);

  }
  .timeline_img img {
    width: 100%;
   
    height: auto;
  }

}
@media (max-width: 768px) {
  .mv_wrapper {
    height: auto;
  }
  .category_buttons_container {
    flex-wrap: wrap;
    width:100%;
    padding:0 20px;
  }
  .category_button {
    width:45%;
    flex: none;
  }
  .service_rental_items {
    gap: 24px;
  }
  .service_rental_item {
    padding: 18px 8px 16px 8px;
  }
  .rooms-swiper .swiper-slide,.rooms-swiper .swiper-slide img {
    height:540px;
  }
  .meals_section_inner {
    width:100%;
  }
  .restaurants_container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    border-top: none;
    border-bottom: none;
  }
  .restaurant_card {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
  }
  .restaurant_card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .staypage_section_inner {
    width:100%;
  }
  .stay_content_wrapper {
    width:100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 150px;
  }
  .stay_content {
    width:45%;
  }
  .stay_head {
    flex-direction: column;
  }
  .stay_head.group {
    flex-direction: column-reverse;
  }
  .stay_catch {
    align-items: center;
    gap:15px;
  }
  .stay_catch_text {
    font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 3.75px;
  text-align: center;
 

  }
  .stay_labelbox {
    width:290px;
  }
  .family_stay_day_title {
    font-size: 40px; 
    margin: 100px auto 185px 70px;
  }
  .couple_stay_day_title ,.group_stay_day_title{
    font-size: 40px; 

  }
  .family_stay_timeline_list::before,
  .couple_stay_timeline_list::before {
    left:95px;
  }
  .family_stay_timeline_item {
    margin-left:70px;
  }
  .family_stay_timeline_item {
    flex-direction: column;
  }
  .group_stay_timeline_item {
    flex-direction: column;
  }
  .group_stay_timeline_item .timeline_img {
  margin-right:auto;
  margin-left:unset;
}
  .timeline_title.line_2 {
    padding-top:0;
  }
  .couple_stay_timeline_item {
    flex-direction: column-reverse;
    margin-left:70px;
  }
  .couple_timeline_img {
    margin-left:auto;
    margin-top: 53px;
    max-width: 580px;

  }
  .couple_timeline_img img {
    max-width: 580px;

  }
  .reverse_item .couple_stay_timeline_item_inn {
    flex-direction: row;
  }
  .couple_stay_timeline_item.reverse_item .timeline_content,
  .couple_stay_timeline_item .timeline_content {
    padding-left:0;
    padding-right: 0;
    max-width: 580px;
  }
  .stay_spot_row {
    flex-wrap: wrap;
    row-gap: 60px;
  }
  .stay_page_link a {
    gap:75px;
    font-size:15px;
  }
  .stay_spot_item {
    width: calc((100% / 2) - 27px);
  }
  .stay_page_link_wrapper {
    padding:0 45px;
  }
  .spot_row {
    min-height: 730px;
  }
  .official_site_button {
    padding:13px 18px;
  }
  .spot_title {
    font-size:24px;
  }
  .section_head h2 {
    font-size:45px;
  }
  .faq_accordion_item summary,.faq_answer {
    padding-right:75px;
  }
  .access_address {
    width:88%;
    margin:0 auto;
    padding:0;
    padding-bottom: 75px;
  }
  .access_info {
    padding:0 0 75px;
    width:88%;

    /* padding: 0 60px 75px 60px; */
   
}
.access_map_image {
  width:88%;
  margin: 95px auto 0;

}
.access_link_box_wrapper {
  flex-direction: column;
}
.access_link_box {
  width: 405px;
}
  #policy .section_head h2 {
    font-size:28px;
  }
  .policy_content h3 {
    font-size:22px;
    margin-bottom: 24px;
  }
  .policy_content p {
    font-size:16px;
  }

}

@media (max-width: 480px) {
  .mv_wrapper {
    height:380px;
  }
  .mv_wrapper img {
    height:380px;
  }
  .mv_wrapper .page_title img {
    height:49px;
  }
  #recommended-spot .mv_wrapper .page_title img {
    max-height: 32px;
    height:auto;
  }
  .mv_scroll_page {
    top:auto;
  }
  .section_head h2 {
    font-size:45px;
  }
  .category_buttons_container {
    flex-direction: column; /* 画面が小さい場合は縦並びに */
    gap: 16px;
   
  }
  .category_button {
    width:100%;
  }
  .service_rental_text {
    padding:0;
  }
  .rooms-swiper .swiper-slide,.rooms-swiper .swiper-slide img {
    height:380px;
  }
  .meals_content_text_wrapper {
    padding:46px 20px 73px 20px;
  
  }
  .rooms_accordion_content {
    flex-direction: column;
  }
  .rooms_accordion_img {
    width:100%;
  }
  .rooms_accordion_content_text {
    flex-direction: column;
  }
  .family_stay_timeline_list::before,
  .couple_stay_timeline_list::before  {
    left:40px;
    width: 30px;
  }
  .group_stay_timeline_list::before {
    right:40px;
    width: 30px;

  }

  .family_stay_day_title,
  .couple_stay_day_title {
    margin: 100px auto 185px 20px;
  }
  .group_stay_day_title {
    margin: 100px 20px 185px auto;

  }
  .family_stay_timeline_item,
  .couple_stay_timeline_item  {
    margin-left:20px;
  }
  .group_stay_timeline_item  {
    margin-right:20px;
  }
  .timeline_icon img {
    width:70px;
    height:70px;
  }
  .timeline_title {
    padding-left:24px;
    height:64px;
    font-size:22px;
  }
  .couple_timeline_img {
    width: 100%;
        height: auto;
   
  }
  .couple_timeline_img {
    width: 100%;
    height: auto;
    width: calc(100% - 80px);
  }
  .couple_timeline_img img {
    max-width: unset;
    width: 100%;
        height: auto;
  }
  .timeline_desc ,.group_timeline_desc{
    padding-left:24px;
    padding-top:24px;
  }
  .group_timeline_desc {
    padding-right:24px;
  }
  .couple_stay_timeline_item.reverse_item .timeline_content, .couple_stay_timeline_item .timeline_content {
    flex:1;
    max-width: unset;
  }
  .stay_link_button a {
    padding: 28px;
    font-size:16px;
  }
  .stay_spot_row {
    flex-direction: column;
  }
  .stay_spot_item {
    width:100%;
  }
  .stay_page_link_wrapper {
    padding:0 20px;
    gap:50px;
  }
  .stay_page_link a {
    gap:16px;
    font-size:14px;
  }
  .spot_row {
    flex-direction: column;
  }
  
  .spot_item {
    width:100%;
  }
  .section_head h2 {
    font-size:32px;
  }
  .faq_section_inner {
    padding-top:40px;
    padding-bottom:40px;
  }
  .faq_section_title {
    font-size:24px;
  }
  .faq_accordion {
    margin:0 auto;
  }
  .faq_accordion_title {
    font-size:18px;
  }
 
  .faq_accordion_item summary, .faq_answer {
  padding-left:2%;
  gap: 16px;
  align-items: flex-start;
  padding-right: 25px;
}

.faq_answer_text {
  font-size:16px;
}
.entry_content_wrapper {
  padding:64px 0 0;
}
.benefit_title {
  font-size:20px;
}
.benefit_desc,.membership_rank_desc {
  font-size:15px;
}
.access_info_title h3 {
  font-size:24px;
}
.access_info_sub_title {
  font-size:20px;
}
.access_info {
  padding: 0 20px 75px 20px;
}

.car_navi_text {
  margin-top:80px;
}
.access_link_box {
  flex:1;
  width:280px;
}
.access_info_title {
  flex-direction: column;
}
.page_access_map iframe{
  width: 100%;
  height: 450px;
}
}
/* add */
.spot-passportCont {
    width: 100%;
    background: #c0b5a5;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
    margin-top: 60px;
}
.spot-passportCont2 {
    width: 88%;
    background: #c0b5a5;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.passport-txt {
    font-family: 'YonagaOldMincho';
    font-size: 25px;
    line-height: 2.15;
    letter-spacing: 1px;
    color: #fff;
}
.rooms_accordion_content_text ul {
    margin-right: 50px;
}
a.okinawa-pass {
    text-decoration: underline;
}
@media (max-width: 768px) {
.spot-passportCont {
    width: 100%;
    background: #c0b5a5;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 20px;
    margin-top: 40px;
    flex-direction: column;
}
.spot-passportCont2 {
    width: 90%;
    background: #c0b5a5;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
}
.passport-txt {
    font-family: 'YonagaOldMincho';
    font-size: 18px;
    line-height: 2.15;
    letter-spacing: 1px;
    color: #fff;
}
.passport-btn {
    margin-top: 20px;
}
.entry_button a {
    display: block;
    max-width: 300px;
    padding: 28px;
    background-color: #b0a38f;
    border-radius: 80px;
    text-align: center;
    font-size: 20px;
    font-family: YuMinPr6Nm, serif;
    line-height: 1.62;
    letter-spacing: 1.95px;
    color: #fff;
}
.rooms_section_title {
    height: 30px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.meals_content_wrapper {
  padding-top: 0px;
}
.meals_section_inner,.staypage_section_inner {
    padding-bottom: 0px;
}
.staypage_section_inner {
  width:88%;
}}
@media (max-width: 480px) {
  .entry_button a {
    padding:16px 30px;
  }
 
}