@charset "utf-8";
/* ========== recommend-top ========== */
.recommend-keyv {
    padding: 0;
    background: #fff;
    position: relative;
    height: 800px;
}
.recommend-keyv__heading{
    position:absolute;
    z-index:2;
    top: 47%;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 100%;
}
.recommend-keyv__heading .recommend-keyv__title {
    color: #fff;
    content-visibility: auto;
    font-size: 5rem;
    text-align: center;
    width: 100%;
    border: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-bottom: 0;
    font-weight: 700;
    min-height: 75px;
    margin: 0 auto;
}
.recommend-subcopy{
	color: #fff;
    font-size: 2.8rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: clamp(32px,2.6vw,50px);
    text-align: center;
    font-weight: 700;
    width: 100%;
    display:block;
    margin-top: 30px;
}
.recommend__flex--img{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.recommend__flex--img img {
    vertical-align: middle;
    width: 100%;
    height: 800px;
    max-width: 100%;
    object-fit: cover;
}
.recommend__flex--img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-height: 800px; 
    background: url("/wp/wp-content/themes/baibaisite/recommend/images/keyv_overlay.png") ;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.recommend-overview {
    width: clamp(820px,62.9vw,1200px);
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 9;
}
.overview-bukken_mei {
    color: #fff;
    margin-bottom: 3px;
    font-size: clamp(15px, 1.05vw, 20px);
    padding-left: clamp(27px, 2.09vw, 40px);
    font-weight: 500;
}
.recommend-overview-box{
    display: flex;
    width:100%;
    height: clamp(62px,4.72vw,90px);
    background: #fff;
    border-radius: 5px;
    padding: clamp(17px,1.31vw,25px) clamp(27px,2.09vw,40px);
    box-sizing: border-box;
    gap: clamp(20px,1.57vw,30px);
}
.recommend-overview-box .overview-syubetsu {
    width: clamp(123px,9.45vw,180px);
    height: clamp(29px,2.26vw,43px);
    background: #2e6256;
    color: #fff;
    font-size: clamp(15px,0.94vw,18px);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.recommend-overview-box .overview-kakaku {
    font-size: clamp(32px,2.41vw,46px);
    margin: 0;
    display: flex;
    align-items: first baseline;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.recommend-overview-box .overview-kakaku .yen-man{
    font-size: clamp(15px,1.05vw,20px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.recommend-overview-box .overview-info {
  font-size: clamp(15px,1.05vw,20px);
  margin: 0;
    margin-bottom: 0px;
  display: flex;
  align-items: center;
  height: clamp(29px,2.26vw,43px);
  font-weight: 300;
}
.recommend-keyv + .pankuzu {
    margin-bottom: 70px;
}
.recommend-keyv + .pankuzu.adjust.cont-w {
    width: calc(100% - 100px);
    margin-left: 100px;
}
/* ========== appeal-text ========== */
.appeal-text{
    font-size: 2rem;
    text-align: center;
    color: #beaf87;
    font-weight: 500;
    line-height: 2.4;
    width: 1200px;
}
.post-type-recommend .appeal-text p{
    letter-spacing: normal;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0;
}

/* ========== recommend-heading ========== */
.recommend-bg-field .image-wrap img {
    aspect-ratio: 16 / 6;
    cursor: pointer;
    display: block;
    object-fit: cover;
    object-position: center;
}
.myblock._recommend-heading {
    background-color: #f2efe7;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "Zen Kaku Gothic New", sans-serif;
    justify-content: center;
    margin: 0 0 100px;
    max-width: none;
    min-height: 200px;
    word-break: auto-phrase;
    text-align: center;
}
.myblock._recommend-heading :is(h1,h2,h3,h4,h5,h6) {
    border: none;
    color: #414042;
    line-height: 1.26;
    margin: 0;
    padding: 0;
    font-size: 4rem;
}

.myblock._recommend-heading .-jtitle {
    display: block;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .075em;
    min-height: 1em;
    text-align: center;
}

/* ========== .recommend-points ========== */
.recommend-points{
  counter-reset: point;
}
.post-type-recommend .recommend-points h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 auto 50px;
    border: none;
    color: #2e6256;
    padding: 0;
}
.recommend-point-item{
    counter-increment: point;
    display:flex;
    margin-bottom: clamp(68px, 5.25vw, 100px);
}
.recommend-points .recommend-point-item:nth-of-type(odd){
    flex-direction: row;
    justify-content: left;
}
.recommend-points .recommend-point-item:nth-of-type(even){
    flex-direction: row-reverse;
    justify-content: right;
}

.recommend-points .recommend-point-item .point-image {
    width: 50%;
    height: clamp(450px,29.4vw,560px);
}
.recommend-points .recommend-point-item .point-image img{
    width: 100%;
    height: clamp(450px,29.4vw,560px);
    object-fit: cover;
}
.recommend-points .recommend-point-item .point-text {
    width: 50%;
    box-sizing: border-box;
    max-width: 740px;
    padding: clamp(31px,2.36vw,45px) clamp(34px,2.6vw,50px);
}
.recommend-points .number {
    font-family: 'Allura', cursive;
    font-size: 4rem;
    color: #beaf87;
    line-height: 1;
}
.recommend-point-item .num::before{
  content: counter(point, decimal-leading-zero);
  padding-left: 4px;
  font-size: 6rem;
}
.recommend-points.no-number .number{
  display:none;
}
.recommend-point-item .point-text h3 {
    border: none;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 auto clamp(31px,2.36vw,45px);
    padding:0;
    color: #333;
    line-height: 1;
}
.recommend-point-item .point-text p{
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: normal;
  margin: 0 auto;
}

/* ========== recommend-gallery ========== */

.recommend-gallery .gallery-title {
    border: none;
    text-align: center;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.4rem;
    color: #2e6256;
    margin-bottom: 0;
    padding-bottom: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
}
.post-type-recommend .recommend-gallery .gallery-subtitle {
    margin-bottom: 45px;
    text-align: center;
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #333;
    margin-top: 0;
    line-height: 1;
    letter-spacing: normal;
}

.gallery-main .swiper-slide {
    transform: scale(0.85); 
    transition: all 0.3s;
    aspect-ratio: 840 / 560;
    padding-bottom: 85px;
    position: relative;
}

.gallery-main .swiper-slide:not(.swiper-slide-active)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    max-height: 800px;
    background: rgba(0, 0, 0, .3);
    transform: translateX(-50%);
    pointer-events: none;
    border-radius: 30px;
    aspect-ratio: 840 / 560;
}
.gallery-main .swiper-slide img{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-main .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.gallery-main .swiper-slide.swiper-slide-next .caption,
.gallery-main .swiper-slide.swiper-slide-prev .caption {
    display: none;
}
.gallery-main .swiper-slide.swiper-slide-active .caption {
    margin: 15px 0 0;
    font-size: 1.6rem;
    letter-spacing: normal;
}
.swiper-button-prev::before, .swiper-button-next::before{
    display: none;
}
/* swiper矢印 */
.gallery-main .swiper-button-next:after,
.gallery-main .swiper-button-prev:after{
    display: none;
}
.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
    width: 20px;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    background: url(/wp/wp-content/themes/baibaisite/recommend/images/arrow.png) no-repeat center center;
    background-size: contain;
    border: 0;
}
.gallery-main .swiper-button-prev {
    left: calc(50% - clamp(321px,24.67vw,470px));
}
.gallery-main .swiper-button-next {
    right: calc(50% - clamp(321px,24.67vw,470px)); 
    transform: translateY(-50%) scale(-1,1);
}

.recommend-gallery .gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}
.recommend-gallery {
  user-select: none;
}
.recommend-gallery img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
/* 矢印はクリックできるように戻す */
.recommend-gallery .swiper-button-prev,
.recommend-gallery .swiper-button-next {
  pointer-events: auto;
}
.gallery-thumbs .swiper-wrapper {
  display: contents; 
}

.gallery-thumbs .swiper-slide {
  width: calc((100% - 80px) / 5); 
  cursor: pointer;
  opacity: 0.6;
  aspect-ratio: 3/2;
}
.gallery-thumbs .swiper-slide img {
  object-fit: cover;
  height: 100%;
  margin: auto;
}
.gallery-thumbs .swiper-slide.is-active,
.gallery-thumbs .swiper-slide:hover{
  opacity: 1;
}


/* ========== recommend-movie ========== */
.recommend-movie {
    border: 1px solid #e3e3e3;
    width: 1200px;
    margin: 100px auto;
    padding: 30px;
    box-sizing: border-box;
}
.recommend-movie h3{
    color: #2e6256;
    font-size: 2rem;
    line-height: 1;
    border: none;
    margin: 0 0 30px;
    padding: 0;
}
.recommend-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

.movie-preview {
  margin-bottom: 10px;
}


/* ========== recommend-plan ========== */
.recommend-plan {
    display: flex;
    gap: clamp(89px,6.82vw,130px);
    width: 1200px;
    justify-content: space-between;
    box-sizing: border-box;
    color: #333;
}
.recommend-plan.is-reverse{
    flex-direction:row-reverse;
}
.recommend-plan .plan-text h3 {
    font-size: 4.4rem;
    color: #333;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    line-height: 1;
}
.recommend-plan .plan-image {
    width: 50%;
}
.recommend-plan .plan-image img {
    height: 100%;
    max-height: 900px;
    max-width: 600px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.recommend-plan .plan-text {
    width: 50%;
    max-width: 500px;
    height: 520px;
    border: 3px solid #beaf87;
    box-sizing: border-box;
    padding: 60px 0 50px;
    text-align: center;
    height: 100%;
    min-height: 520px;
}
.recommend-plan .price {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 1;
}
.recommend-plan .price::after{
    content: "万円";
    margin-left: 4px;
    font-size:3.6rem;
    font-weight: 700;
}
.recommend-plan .price:empty::after {
  content: "";
}
.recommend-plan .price:not(:empty)::after {
  content: "万円";
}
.recommend-plan .plan-text p {
    font-family: 'Inter', sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    margin: 58px auto;
}
.recommend-plan .plan-text p::first-letter {
  font-size: 6rem;
}
.recommend-plan .plan-text .area-row {
    display: flex;
    gap: 5px;
    align-items: baseline;
    justify-content: center;
    text-align: justify;
    margin-bottom: 10px;
}
.recommend-plan .plan-text .areas{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
}
.recommend-plan .plan-text .areas span.area-type::after {
    content: ":";
    padding-left: 5px;
}
.recommend-plan .plan-text .areas span.area-value{
    font-family: 'Inter', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
}
.recommend-plan .plan-text .areas span.area-unit{
    font-size: 2.8rem;
    line-height: 1;
}

/* ========== recommend-environmet ========== */
.recommend-environment {
    background: #f7f5f0;
    padding: 30px;
    width: 1200px;
    margin: auto; 
    box-sizing: border-box;
}
.recommend-environment .environment-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 100px 30px;
    color: #333;
}

.recommend-environment .environment-item .env-image {
    aspect-ratio: 3 / 2;
    margin-bottom: 17px;
}
.recommend-environment .environment-item .env-image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.recommend-environment .environment-item .env-text h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #333;
    border: none;
    padding: 0;
}
.recommend-environment .environment-item .env-text p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
}


/* ========== recommend-vr ========== */
.recommend-vr{
    margin-bottom: 100px;
}
.recommend-vr h3 {
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 auto 50px;
    border: none;
    color: #2e6256;
    padding: 0;
}
.vr-iframe {
    width: 100%;
    height: 600px;
    max-width: 1200px;
    margin: auto;
}

/* ========== recommend-vr ========== */
.block-editor-block-list__block[data-type="baibaisite/toi-insert"] {
    width: 1200px;
    margin-bottom: 100px;
}