@charset "utf-8";

/* kv
---------------------------------------------- */
.kvTxt{
	letter-spacing: .15em;
	margin-bottom: 50px;
}
.KvSubTxt{
	display: block;
    font-size: 24px;
    letter-spacing: .15em;
    color: #de8c9a;
    margin-top: 20px;
    text-shadow: none;
}

@media screen and (min-width: 768px){
		.kvTxt{
			width: 100%;
			margin-right: 0;
			margin-left: 0;
			border-bottom: none;
			text-align: center;
		}
		.kvImg{
			margin-right: auto;
			margin-left: auto;
		}
}

@media screen and (max-width: 768px){
	.KvSubTxt {
		width: 100vw;
		margin-right: calc(50% - 50vw);
    	margin-left: calc(50% - 50vw);
	    font-size: 14px;
	    letter-spacing: .05em;
	    margin-top: 18px;
	}
	.kvTxt .en {
		margin-top: 12px;
	}
}

.fv-offer {
  position: relative;
  max-width: 900px;
  margin: -100px auto 0;
  display: grid;
  grid-template-columns: 1fr; 
} 
.fv-offer__price h3 {
  text-align: center;
  font-size: 2em;
}
.fv-offer__price {
  width: 60%;
  margin-left: 0;
  z-index: 2; 
}
.fv-offer__price .reservation-inner {
  margin: 10px auto;
  background-color: #fff;
}
.reservation {
  padding: 24px 16px 5px;
} 
.fv-offer__device {
  position: relative;
  width: 40%;
  margin-left: auto;
  margin-top: -21%; 
  z-index: 1; 
}
.fv-offer__device img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -100%;
}


@media (max-width: 640px){
	.fv-offer__price h3 {
    font-size: 1.5em;
  }
  .fv-offer{
    max-width: 94vw;
    margin: -10px auto 24px;
    flex-direction: column;
    align-items: center;
  }
  
  .fv-offer__device{
    order: 0;
    flex: none;
    width: 90%;
    margin: 30px auto 0;
  }
  .fv-offer__price{
    flex: none;
    width: 100%;
    margin: 0;
  }
.fv-offer__device img {
  margin-bottom: 0; 
}
}

/* kayokoComment
---------------------------------------------- */
.kayokoCommentTxt,
.kayoko-comment-section {
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 0; 
}
.kayokoComment .kayokoCommentImg {
  position: static;
  float: none;
  width: 100%;
  max-width: 100%;
  height: 312px;
  bottom: auto;
  margin: 0;
  background: url(../../img/common/pc/img_kayokoCommentImg.png) right bottom / contain no-repeat;
}
.kayokoCommentTxt .des {
  float: none;
  width: auto; 
  max-width: none;
}
/* --- PC・タブレット用 2カラムレイアウト --- */
@media (min-width: 641px) {
  .kayokoCommentTxt > p.des,
  .kayoko-comment-section > .kayoko-comment-paragraph {
    margin-right: 80px; 
  }
  .kayoko-comment-columns {
    display: flex;
    align-items: flex-end; 
    gap: 20px; 
	margin-right: 40px; 
  }
  .kayoko-comment-text {
    flex: 0 0 65%;
  }
  .kayoko-comment-image {
    flex: 0 0 35%;
  }
  .kayokoComment .kayokoCommentImg {
    margin-bottom: -80px;
  }
}
/* --- スマホ用 1カラムレイアウト --- */
@media (max-width: 640px) {
  .kayokoCommentTxt,
  .kayoko-comment-section {
     padding-top: 11vw;
     padding-left: 7.8vw;
     padding-right: 7.8vw;
     padding-bottom: 0; 
  }
  .kayoko-comment-columns {
    display: flex;
    flex-direction: column; 
  }
  .kayoko-comment-text {
    order: 1; 
  }
  .kayoko-comment-image {
    order: 2; 
    width: 100%; 
    margin-top: -16px;
    margin-bottom: 0; 
    max-width: 150px; 
    margin-left: auto;
  }
  .kayokoComment .kayokoCommentImg {
    height: 188px !important; 
  }
  .kayokoCommentTxt > p.des,
  .kayoko-comment-section > .kayoko-comment-paragraph {
    margin-right: 0; 
  }
}

/* recommend-area おすすめから探す
---------------------------------------------- */
.recommend-area {
	padding: 60px 0 0 0;
}
.recommend-area h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 500;
	color: #b02b5a;
}
.recommend-area p {
    text-align: center;
	font-size: 20px;
    line-height: 1;
    margin-top: 20px;
}
.recommend-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 4%;
	margin-top: 40px;
}
.recommend-list > * {
	flex-basis: 48%;
}	
@media screen and (max-width: 768px) {
.recommend-area {
	padding: 30px 0 50px 0;
}
.recommend-area h2 {
    font-size: 18px;
  }
.recommend-list {
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
  }
.recommend-area p {
	font-size: 16px;
}
}

/* detail
---------------------------------------------- */
.detail {
	margin-top: 130px;
}

.detail .secTtl1 {
	margin: 60px 0 12px;
	font-size: 24px;
}

.detail .side {
	display: grid;
	column-gap: 40px;
	grid-template-columns: 400px 1fr;
	align-items: center;
	font-size: 18px;
	line-height: 1.875;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.detail {
		margin-top: 40px;
	}
	.detail .secTtl1 {
		margin: 40px 0 10px;
		font-size: 16px;
	}

	.detail .side {
		display: block;
		font-size: 12px;
	}

	.detail .detail-img {
		margin-bottom: 12px;
	}
	
	.detail p{
		margin-top: 20px;
	}
}

/* .approachBox
---------------------------------------------- */
.approachBox { margin-top: 60px; }

.approachBox .cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2222222%;
}
.approachBox .cards > li {
  flex: 0 1 40%;
  border-radius: 0 20px;
  height: 80px;
}
.approachBox .cards > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.approachBox .cards > li > a.tri_r-b::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 36px solid transparent;
}
.approachBox .cards > li > a.arrow_r::after {
  content: "";
  position: absolute;
  right: 3.5%;
  bottom: 8%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.approachBox .cards > li > a:hover,
.approachBox .cards > li > a:focus-visible {
  outline: none;
  filter: brightness(0.98);
}

/* 1つ目：DENSITY（淡いブルー） */
.approachBox .cards > li:nth-child(1) {
  background: radial-gradient(50% 50% at 50% 50%, #f8fcff 0%, #e6f4fb 100%);
}
.approachBox .cards > li:nth-child(1) > a.tri_r-b::before {
  border-right-color: #b3d9f2;
}

/* 2つ目：HIFU（淡いミントグリーン） */
.approachBox .cards > li:nth-child(2) {
  background: radial-gradient(50% 50% at 50% 50%, #f8fdfa 0%, #e6f6ee 100%);
}
.approachBox .cards > li:nth-child(2) > a.tri_r-b::before {
  border-right-color: #b8e0cb;
}

@media (max-width: 640px) {
  .approachBox .cards { gap: 16px; }
  .approachBox .cards > li { flex-basis: 100%; height: 72px; }
  .approachBox .cards > li > a { font-size: 18px; }
}