@charset "utf-8";
/* CSS Document */

/*ROOM＿CSS*/

h2{
	font-size: clamp(24px, 6vw, 36px);
}

.room_title{
	height: 450px;
	background-image: url("../image/room/room_mv.jpg");
	background-size:cover;
	background-position:center;
}

.room_title h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 215px;

  background: linear-gradient(90deg, #fff8ef, #693f09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.room_title h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
	
    /* ▼ これを追加 */
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.room_title.show h2 span {
  opacity: 1;
  transform: translateX(0);
}

.ldk_text h2{
	color: #2d1509;
	text-align: center;
	font-weight: normal;
}

.plan_area {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.floor_plan{
 display: flex;
 justify-content: center;
}


/*タイトル左から出現*/
/*.room_title h2 span {
  display: inline-block;
  opacity: 1;
  transform: translateX(-20px);
  transition: all 0.5s ease;
　font-family: 'Noto Serif JP';
}

.room_title.show h2 span {
  opacity: 1;
  transform: translateX(0);
　font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}*/

/* PLAN A */
.plan_box {
  background: #5b4a32;
  color: #fff;
  width: 140px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plan_small {
  font-size: 14px;
  letter-spacing: 2px;
}

.plan_big {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

/* 情報BOX */
.info_box {
  width: 200px;
  border: 1px solid #5b4a32;
  text-align: center;
  background: #fff;
}

.info_title {
  background: #5b4a32;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
}

.info_value {
  padding: 10px 0;
  font-size: 18px;
  color: #352000;
}

.step_circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  font-size: 24px;
  font-family: serif;
  line-height: 1;
}

@media (max-width: 768px) {
.room_title h2{
     font-size: 40px;
	 padding-top: 260px;
    }
	
.roomIcon svg {
        position: absolute;
        top: 120px;
        left: 85%;
        right: 0;
        bottom: 0;
        width: 50px;
        opacity: 0.8;
    }
	
	.spflex_room{
		display: flex;
		flex-direction: row;
		
	}
	
	.h20_room_flex{
		
	}
}


.nth_child{
	padding-top: 100px;
}


/* デフォルト（PC） */
.h20_room_fig {
  display: block;
}

.h20_room_sp {
  display: none;
}

/* PCでは非表示 */
.container {
  display: none;
}

/* PCでは非表示 */
.slide_btn {
  display: none;
}

/* PCでは非表示 */
.kukaku_z {
  display: none;
}

/* スマホで表示 */
@media screen and (max-width: 768px) {
  .kukaku_z {
    display: block;
	max-width: 550px;
}
  
	.kukaku_z img{
	max-width: 100%;
    height: auto;
}
	
	.kukaku_image{
	 display: flex;
     justify-content: center; /* 横中央 */
     align-items: center;     /* 縦中央（高さある場合） */
}
}
	

/* モバイル（画面幅768px以下など） */
@media (max-width: 768px) {
 
.room_slider{
  position:relative;
  display:flex;
  align-items:center;
  padding:0 60px; /* ←左右余白 */
}
	
/* スライドエリア */
.h20_room_sp{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;

  -webkit-overflow-scrolling:touch;
  touch-action:pan-x;

  scrollbar-width:none;
}
	
.h20_room_sp::-webkit-scrollbar{
  display:none;
}

/* 1枚ずつ */
.slide{
  min-width:100%;
}

.slide img{
  width:100%;
  display:block;
}

/* ボタン */
.slide_btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;

  width:48px;
  height:48px;
  border-radius:50%;

  border:none;
  cursor:pointer;

  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(8px);

  box-shadow:
    0 4px 12px rgba(0,0,0,0.15);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:22px;
  color:#333;

  transition:.3s;
}
	
.prev{
  left:10px;
}

.next{
  right:10px;
}
	
/*プラン頭のデザイン*/
	
@media (max-width: 768px) {
  .container {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
}
	

.container {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

/* 左側 */
.left-box {
  background-color: #5b4a32;
  color: white;
  width: 120px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plan {
  font-size:20px;
  letter-spacing: 1px;
  margin-bottom: -10px;
}

.type {
  font-size: 40px;
  letter-spacing: 2px;
}

/* 右側 */
.right-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info {
  width: 120px;
  border: 1px solid #5b4a32;
}

.label {
  background-color: #5b4a32;
  color: white;
  text-align: center;
  padding: 2px 0;
  font-size: 8px;
}

.value {
  background-color: #fff;
  text-align: center;
  padding: 4px 0;
  font-size: 9px;
}
	
}


/* ===== 初期（PC） ===== */
.ldk_text {
  display: block;
}

.sp_ldk_text {
  display: none;
}

/* ===== SP（スマホ） ===== */
@media screen and (max-width: 768px) {
  .ldk_text {
    
  }

  .sp_ldk_text {
    display: block;
  }
	
	.sp_ldk_text{
		text-align: center;
		color: #221103;
	}
	
	.room_title h2{
		color: #fff;
	}
	
	
}


@media screen and (max-width: 700px){
	
.img_280 .l-lightbox__img img{
	width: 100%;
}
	
}
