/* CSS Document */
.content-fv {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
  /*background-color: #000;*/ /* 読み込み前の背景 */
}
.content-fv {
  width: 100%;
  aspect-ratio: 1920 / 904;
  top: 0px;
  /* マスク画像の設定 */
  -webkit-mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/common/content-fv-mask.svg);
  mask-image: url(https://satsuki-tamana.jp/satsuki/wp-content/themes/sugoi-simple2/img/common/content-fv-mask.svg);
  /* 1. サイズ指定：横100%、縦は自動（アスペクト比維持） */
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  /* 2. 位置指定：中央下基準 */
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  /* 3. 繰り返し設定：リピートしない（必須） */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.content-fvimg {
  height: 100%;
  width: 100%;
  /* aspect-ratio: 677 / 319; */
  aspect-ratio: 1920 / 904;
  object-fit: cover;
  object-position: center 55%;
}

.topsection{
    margin-top: margin-top: 2.5%;
}
@media(max-width:767px) {
/*  .content-fv {
    mask-size: 400% auto;
    aspect-ratio: 290 / 500;
  }*/
  .content-fv {
mask-size: 400% auto;
aspect-ratio: 290 / 250;
margin-top: 90px;
  }
	
	
	
	
}
.lower-concept-section {
  position: relative;
  padding: 50px 5% 42px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.lower-concept-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lower-concept-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.lower-concept-header h2 {
  margin: 0 0 26px;
  color: var(--main-colorA);
  /*font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;*/
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.lower-concept-header h2 span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--main-colorA);
}
.lower-concept-header h3{
font-weight: 400;
  font-size: 18px;
  color: var(--main-colorA);  
}
.lower-concept-text h3 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.lower-concept-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
   
}
.lower-concept-linkspc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}
.lower-concept-linkspc a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--main-colorB);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.lower-concept-linkspc a:hover {
  color: #fff;
  background-color: var(--main-colorB);
}

.room-detail-section .lower-concept-linksa a {
	width: 285px;
	margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--main-colorB)!important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.room-detail-section .lower-concept-linksa a:hover {
  color: #fff!important;
  background-color: var(--main-colorB);
}

@media screen and (max-width: 900px) {
  .lower-concept-section {
    padding: 44px 6% 38px;
  }
  .lower-concept-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 600px) {
/*  .lower-concept-header h2 {
    font-size: 28px;
  }*/
/*  .lower-concept-text h3 {
    font-size: 15px;
  }*/
/*  .lower-concept-text p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }*/
  .lower-concept-text p br {
    display: none;
  }
/*  .lower-concept-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }*/
  .lower-concept-links a {
    min-height: 42px;
    font-size: 15px;
  }
}
.lower-detail-section {
  color: #fff;
}
.lower-detail-head {
  padding: 52px 5% 58px;
    max-width: 1440px;
    margin: auto;
}
.lower-detail-inner {
  max-width: 1500px;
  margin: 0 auto;
}
.lower-detail-title h2 {
  margin: 0 0 40px;
  color: var(--main-colorA);
  /*font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;*/
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.lower-detail-title h2 span {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.lower-detail-text {
  max-width: 1200px;
}
.lower-detail-text p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.lower-detail-image img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-detail {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .lower-detail-head {
    padding: 34px 6% 46px;
  }
/*  .lower-detail-title h2 {
    margin-bottom: 32px;
    font-size: 34px;
  }*/
  .lower-detail-title h2 span {
    margin-top: 10px;
    font-size: 20px;
  }
  .lower-detail-text p {
    font-size: 15px;
    line-height: 2;
	
  }
	
}
@media screen and (max-width: 600px) {
/*  .lower-detail-head {
    padding: 30px 6% 38px;
  }*/
/*  .lower-detail-title h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }*/
/*  .lower-detail-title h2 span {
    font-size: 18px;
  }*/
/*  .lower-detail-text p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }*/
}
.lower-info-block {
  padding: 80px 5% 120px;
}
.lower-info-inner {
  display: flex;
  gap: 4%;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.lower-info-image {
  width: 50%;
  flex-shrink: 0;
}
.lower-info-content {
  flex: 1;
}
.lower-info-image img {
  display: block;
  width: 100%;
  height: 427px;
  object-fit: cover;
}
.lower-info-content {
  color: #fff;
    padding: 0 1.5%;
}
.lower-info-content h3 {
  margin: 0 0 15px;
  color: var(--main-colorA);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.lower-info-content p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.lower-info-time {
  margin-top: 34px;
}
.lower-info-time span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.lower-info-time p {
  font-size: 16px;
  line-height: 1.9;
}
.lower-info-link {
  margin-top: 34px;
}
.lower-info-link a {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-decoration: none;
}
/*.lower-info-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 145px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}*/
.lower-info-link a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  .lower-info-inner {
    grid-template-columns: 52% 1fr;
    gap: 50px;
  }
  .lower-info-image {
    width: 50%;
  }
  .lower-info-image img {
    height: auto;
    aspect-ratio: 640 / 427;
  }
}
@media screen and (max-width: 900px) {
  .lower-info-block {
    padding: 60px 6% 80px;
  }
  .lower-info-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lower-info-content h3 {
    margin-bottom: 22px;
    font-size: 18px;
  }
  .lower-info-content p, .lower-info-time p, .lower-info-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .lower-info-block {
    padding: 46px 6% 64px;
  }
  .lower-info-content p {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
  .lower-info-time span {
    font-size: 14px;
  }
  .lower-info-link a::after {
    width: 120px;
  }
}
.lower-info-inner--reverse {
  flex-direction: row-reverse;
}
.pb0 {
  padding-bottom: 0 !important
}
.pt0 {
  padding-top: 0 !important
}

@media(max-width:767px){
    .lower-concept-section {
        padding: 44px 6% 38px;
        margin-top: 24%;
    }
        .lower-concept-header h2 {
        font-size: 30px;
    }
    
.lower-concept-header h2 span {

  font-size: 18px;
}
  .lower-concept-text h3 {
    font-size: 18px;
  }
  .lower-concept-text p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .lower-concept-links {
display: none;
  }
    
  .lower-detail-title h2 {
    margin-bottom: 32px;
    font-size: 36px;
  }
  .lower-detail-title h2 span {
    font-size: 30px;
  }
  .lower-detail-title h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
.topsection .lower-detail-text{
		margin-bottom: 30px;
	}
.lower-detail-text p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.0;
  letter-spacing: 0.0em;
}
    
.lower-info-inner {
    display: block;
    /*gap: 4%;*/
    align-items: center;
    /*max-width: 1440px;*/
    margin: 0 auto;
}
.lower-info-block {
  padding: 80px 0;
}
    .lower-info-image {
        width: 100%;
    }
  .lower-detail-head {
    padding: 30px 6% 5px;
  }
.lower-info-content {
    color: #fff;
    padding: 4%;
}
.lower-info-content h3 {
  margin: 0 0 10px;

}
    
    
}

/*menu-accordion*/
/*スマホ用下固定ページ内リンクメニュー*/
/* ======================================
  lower concept accordion
  下配置・上に開く
====================================== */

.lower-concept-accordion {
  width: min(100%, 300px);
  margin: 0 auto;
  position: sticky;
  top: calc(100vh - 80px);
  z-index: 999;
}

/* 開閉エリア：ボタンの上に配置 */
.lower-concept-accordion-body {
  position: absolute;
  left: 0;
  bottom: calc(100% + 18px);
  width: 100%;

  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.45s ease;
}

/* 開いた状態 */
.lower-concept-accordion.is-open .lower-concept-accordion-body {
  grid-template-rows: 1fr;
}

/* リンク一覧 */
.lower-concept-links {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;

  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

/* 開いた時：下から上にすっと出る */
.lower-concept-accordion.is-open .lower-concept-links {
  opacity: 1;
  transform: translateY(0);
}

.lower-concept-links li {
  margin: 0;
  padding: 0;
}

/* リンクボタン */
.lower-concept-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--main-colorB);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.lower-concept-links a:hover {
  transform: translateY(-2px);
}

/* 下の開閉ボタン */
.lower-concept-accordion-button {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--main-colorB);
  cursor: pointer;
  appearance: none;
}

/* 二連矢印 */
.lower-concept-accordion-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 22px;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease;
}

.lower-concept-accordion-arrow::before,
.lower-concept-accordion-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}

.lower-concept-accordion-arrow::before {
  top: 0;
}

.lower-concept-accordion-arrow::after {
  top: 9px;
}

/* 開いた時は下向きに */
.lower-concept-accordion.is-open .lower-concept-accordion-arrow {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* スマホ調整 */
@media screen and (max-width: 600px) {
  .lower-concept-accordion {
    width: min(100%, 276px);
    top: calc(100vh - 72px);
  }

  .lower-concept-accordion-body {
    bottom: calc(100% + 16px);
  }

  .lower-concept-links {
    gap: 22px;
  }

  .lower-concept-links a {
    min-height: 42px;
    font-size: 15px;
  }

  .lower-concept-accordion-button {
    height: 50px;
  }
}
/*スマホ用下固定ページ内リンクメニューここまで*/

/*reCAPTCHA 非表示*/
.grecaptcha-logo{
	display: none;
}

html {
  scroll-padding-top: 140px;
}
@media(max-width:767px){
html {
  scroll-padding-top: 80px;
}
	
    .booking-box-sp {
        position: relative;
        z-index: 4;
        bottom: 10px;
        text-align: center;
        width: 100%;
        border: 2px;
        display: block;
        /*top: -60px;*/
        top: -30px;
    }
    .booking-box-sp a {
        padding: 12px;
        color: white;
        background-color: var(--main-colorB);
        border: 2px white solid;
        display: flex;
        width: 230px;
        border-radius: 15px;
        line-height: 1em;
        margin: auto;
        font-size: 20px;
        justify-content: center;
        text-decoration: none;
        font-weight: normal;
    }
}

.grecaptcha-badge {
  box-shadow: none !important;
}