@charset "utf-8";

/* for Common & Smartphone*/


/*mvWrap
--------------------------------- */

.mvWrap{
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  background: #fff9b1;
}


.mvWrap .swiper-button-next, .mvWrap .swiper-button-prev {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width:767px) {
  .mvWrap .swiper-button-next{
    right: 0;
  }
  .mvWrap .swiper-button-prev{
    left: 0;
  }
  .mvWrap .swiper-button-next::after, .mvWrap .swiper-button-prev::after {
    font-size: 30px;
  }
}

.mvWrap .swiper-pagination {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff9b1;
  text-align: center;
}

.mvWrap .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}
.mvWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #197a3b;
}


/* for pc*/
@media print, screen and (min-width:768px) {
  
  
.mvWrap{
  position: relative;
  width: 100%;
  margin-top: 75px;
}
  .mvWrap .swiper-slide{
  }
  /*.mvWrap .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 75px);
    height: calc(100dvh - 75px);
    min-height: 700px;
  }
  .mvWrap .swiper-slide.mv01 img{
    object-position: center top;
  }*/
  .mvWrap .swiper-button-next::after, .mvWrap .swiper-button-prev::after {
    font-size: 44px;
  }

}




/*mianInfo
--------------------------------- */
.mianInfo{
  padding: 40px 0;
  text-align: center;
}
.mianInfo h2{
  width: 90%;
  max-width: 490px;
  margin: 0 auto 15px auto;
}
.mianInfo .t01{
  margin: 0 0 15px 0;
  font-size:clamp(calc(2.0rem * 0.7), calc(20vw / 3.75), 2.0rem);/*20 / 28*/
  line-height: 1.6;
}
.mianInfo .t02{
  margin: 20px 0 10px 0;
  font-size:clamp(calc(2.0rem * 0.7), calc(20vw / 3.75), 2.0rem);/*20 / 28*/
  line-height: 1.6;
}
.mianInfo .t03{
  font-size:clamp(calc(3.0rem * 0.7), calc(30vw / 3.75), 3.0rem);/*30 / 48*/
  line-height: 1.0;
}
.mianInfo .t03 strong{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mianInfo .t03 i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7em;
  margin: 0 5px 0 0;
  padding: 5px 0 7px 4px;
  font-style: normal;
  border: 2px solid #197a3b;
  font-size:calc((30 / 48) * 100%);
  letter-spacing: normal;
  line-height: 1.0;
}
.mianInfo .t04{
  margin: 1em 0 0 0;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw / 3.75), 1.5rem);/*15 / 18*/
  line-height: 1.6;
}
.mianInfo .price{
  max-width: 700px;
  margin: 0 auto;
}



/* for PC*/
@media print, screen and (min-width:768px) {
  .mianInfo{
    padding: 50px 0;
  }
  .mianInfo h2{
    margin-bottom: 20px;
  }
  .mianInfo .t01{
    margin: 0 0 20px 0;
    font-size:clamp(calc(2.8rem * 0.7), calc(28vw / 10), 2.8rem);/*20 / 28*/
    line-height: 1.6;
  }
  .mianInfo .t02{
    margin: 25px 0 15px 0;
    font-size:clamp(calc(2.8rem * 0.7), calc(28vw / 10), 2.8rem);/*20 / 28*/
    line-height: 1.2;
  }
  .mianInfo .t03{
    font-size:clamp(calc(4.8rem * 0.7), calc(48vw / 10), 4.8rem);/*30 / 48*/
    line-height: 1.0;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
  }
  .mianInfo .t03 i{
    margin: 0 10px 0 0;
  }
  
  .mianInfo .t04{
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw / 10), 1.8rem);/*15 / 18*/
    line-height: 1.0;
  }

}


/*cvBtns
--------------------------------- */
.cvBtns{
  background: linear-gradient(to right, #d9e367 0 , #d9e367 50%, #197a3b 50%, #197a3b 100%);
}
.cvBtns ul{
  display: flex;
}
.cvBtns ul::after{
  content: none;
}
.cvBtns li{
  width: 50%;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw / 3.75), 1.5rem);/*15 / 22*/
}
.cvBtns li a{
  display: flex;
  align-items: center;
  height: 90px;
}
.cvBtns li a > span{
  position: relative;
  width: 100%;
}
.cvBtns li a > span i{
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-style: normal;
  transform: translate(0,-50%);
}
.cvBtns li a > span i::before{
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-right: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-width: 7px;
  border-left-style: solid;
  transform: translate(-50%,-50%);
}


.cvBtns li.btnReq a{
  color: #197a3b;
}
.cvBtns li.btnReq a > span i{
  background: #fff;
}
.cvBtns li.btnReq a > span i::before{
  border-left-color: #197a3b;
}
.cvBtns li.btnRsv a{
  color: #fff;
}
.cvBtns li.btnRsv a > span i{
  background: #fff;
}
.cvBtns li.btnRsv a > span i::before{
  border-left-color: #197a3b;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .cvBtns{}
  .cvBtns ul{}
  .cvBtns ul::after{
    content: none;
  }
  .cvBtns li{
    font-size:clamp(calc(2.2rem * 0.7), calc(22vw / 10.00), 2.2rem);/*15 / 22*/
  }
  .cvBtns li a{
    height: 70px;
  }
  .cvBtns li a > span{}
  .cvBtns li a > span i{
    position: relative;
    right: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    transform: none;
  }
  .cvBtns li a > span i::before{}
}


/*information
--------------------------------- */
.information{
  padding: 40px 0;
  background: url("../images/top/bg_info.png") no-repeat left bottom;
  background-size: 30% auto;
}
@media  screen and (max-width:767px) {
  .copy02{
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw / 3.75), 1.6rem);/*16*/
  }
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .information{
    padding: 50px 0;
    background-size: 25% auto;
  }
}

/*concept
--------------------------------- */
.concept{
  position: relative;
  background: url("../images/concept/bg_concept_sp.jpg") no-repeat right bottom;
  background-size: cover;
  text-align: left;
}
.concept::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display:block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ecfbff 0 , #b6ddfe 100%);
  z-index: -1;
}
.concept > div{
  position: relative;
  height: 100%;
  min-height: 570px;
  padding: 20px 0;
}
.concept .catch{
  width: calc((200 / 375) * 100%);
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 0;
}
.concept p{
  margin: 0 0 15px 0;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw / 3.75), 1.5rem);/*15*/
  text-align: left;
  line-height: 2.2;
}
.concept .logo{
  position: absolute;
  left: 0;
  bottom: 50px;
  width: calc((200 / 375) * 100%);
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .concept{
    background: url("../images/concept/bg_concept_pc.jpg") no-repeat center bottom;
    background-size: contain;
  }
  .concept > div{
    min-height: 780px;
    padding: 80px 0 45px 0;
  }
  .concept .catch{
    width: calc((470 / 1080) * 100%);
    margin: 0 0 40px 0;
  }
  .concept p{
    width: calc((500 / 1080) * 100%);
    margin: 0 0 30px 0;
    font-size:clamp(calc(1.6rem * 0.7), calc(16vw / 10.00), 1.6rem);/*16*/
  }
  .concept .logo{
    bottom: 45px;
    width: calc((460 / 1080) * 100%);
  }
}


/*modelhouse
--------------------------------- */
.modelhouse{
  position: relative;
}
.modelhouse .copy02{
  line-height: 1.0;
}
.modelhouse .copy02 img{
	height: 30px;
	margin: 0 10px 0 0;
	vertical-align: bottom;
}
.modelhouse .copy02 span{
	font-size: 180%;
}
.mhGal{
	position: relative;
	margin: 0 0 20px 0;
}
.mhGal .cap{
	position: absolute;
	right: 5px;
	bottom: 0px;
	color: #fff;
}
.mhGal.main {
	/*opacity: 0;*/
	margin-top: 20px;
	margin-bottom:10px;
}
.mhGal.main.slick-initialized {
	/*opacity: 1;*/
}
.mhGal.main .slick-track > .slick-slide img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}
.mhGal.main .slick-track > .slick-slide p{
	position: absolute;
	left: 5px;
	bottom: 3px;
	font-size: 1.0rem;
	text-align: left;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,1),0 0 1px rgba(0,0,0,0.5);
}
.mhGal.main .slick-track > .slick-slide:nth-of-type(1) p,
.mhGal.main .slick-track > .slick-slide:nth-of-type(2) p,
.mhGal.main .slick-track > .slick-slide:nth-of-type(3) p,
.mhGal.main .slick-track > .slick-slide:nth-of-type(11) p{
	color: #000;
	text-shadow: none;
}

/*arrow*/

/* Arrows */
.mhGal.main .slick-prev,
.mhGal.main .slick-next{
	z-index:10000;
}

.mhGal.main .slick-prev:hover,
.mhGal.main .slick-prev:focus,
.mhGal.main .slick-next:hover,
.mhGal.main .slick-next:focus{}

.mhGal.main .slick-prev,
.mhGal.main .slick-next{
	content: '';
	position:absolute;
	top:40%;
	width:16px;
	height:16px;
	margin-top:-8px;
	/*border:1px solid #0f1a71;*/
	/*border:2px solid #81292d;*/
  border:2px solid #197a3b;
	border-left:none;
	border-bottom:none;
	cursor:pointer;
	}
.mhGal.main .slick-prev{
    /*left: -14px;*/
  left: -6px;
   -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.mhGal.main .slick-next{
  /*right: -14px;*/
  right: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mhGal.main .slick-prev:hover,
.mhGal.main .slick-next:hover{
 	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7; 
	opacity:0.7;
	zoom:1;
	-webkit-transition: .3s;
	transition: .3s;
}


.mhGal.main .slick-dots{
	padding: 10px 0 0 0;
}
.mhGal.main .slick-dots > li{
	position:relative;
	float: left;
	height: auto;
	border:2px solid #fff;
	line-height:1.0;
	color:#1b9cbd;
	font-size: 1.0rem;
	text-align:center;
	/*font-family: 'Didact Gothic', sans-serif;*/
	outline:none;
}
@media screen and (max-width:767px) {
  .mhGal.main .slick-dots > li{
	  width:23.0% !important;
	  margin:0 1.0% 4px 1.0%;
  }
  .mhGal.main .slick-dots > li:nth-child(4n){
    margin-right:0;
  }
  .mhGal.main .slick-dots > li:nth-child(4n+1){
    clear:both;
  }
}
.mhGal.main .slick-dots > li.slick-active{
	/*border-color:#00acbf;*/
	/*border-color:#00b3ec;*/
	border-color:#197a3b;
}
.mhGal.main .slick-dots > li img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .modelhouse{}
  .modelhouse .copy02 img{
		height: 42px;
	  margin: 0 20px 0 0
		}
	.mhGal.main{}
	.mhGal.main .slick-prev,
	.mhGal.main .slick-next{
    top: 50%;
		width:30px;
		height:30px;
		}
	.mhGal.main .slick-prev{
			left: -30px;
	}
	.mhGal.main .slick-next{
			right: -30px;
	}

	.mhGal.main .slick-dots > li{
	  width:15.5% !important;
	  margin:0 1.4% 4px 0;
		cursor:pointer;
	}
	.mhGal.main .slick-dots > li:nth-child(6n){
		margin-right:0;
	}
	.mhGal.main .slick-dots > li:nth-child(6n+1){
		clear:both;
	}
	.mhGal.main .slick-dots > li:last-child{
		/*margin-right:0;*/
	}

	.mhGal.main .slick-dots > li:hover{
		/*border-color:#81292d;*/
    border-color: #197a3b;
		}
	.mhGal.main .slick-dots > li.slick-active{}

	.mhGal.main .slick-track > .slick-slide p{
		left: 10px;
		bottom: 5px;
		font-size: 1.2rem;
	}
}

/*location
--------------------------------- */
.location{
  position: relative;
}
.location .pList{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.location .pList li{
  width: 48.5%;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.0;
}
.location .pList li:nth-last-of-type(-n+2){
  margin-bottom: 0;
}
.location .pList li figcaption{
  margin: 4px 0 0 0;
  /*font-size:clamp(1.0rem, 3.46vw, 1.3rem);13 / 14*/
  font-size:clamp(1.0rem, 3.46vw, 1.2rem);/*0, / 14*/
  line-height: 1.2;
}

.location .tList{}
.location .tList li{
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  ffont-size:clamp(1.1rem, 3.20vw, 1.4rem);/*14 / 17*/
  line-height: 1.4;
}

.location .tList li:first-of-type{
  border-top: 1px solid #000;
}
.location .tList ul + ul li:first-of-type{
  border-top: none;
}
.location .tList li::after{
  content: "";
  clear: both;
  display: block;
}
.location .tList li p:nth-of-type(1){
  float: left;
  text-align: left;
}
.location .tList li p:nth-of-type(2){
  float: right;
  white-space: nowrap;
}
.location .tList li p:nth-of-type(2) span{
  display: inline-block;
}

.location .tList li p:nth-of-type(2) span:nth-of-type(1){
  text-align: right;
}
.location .tList li p:nth-of-type(2) span:nth-of-type(2){
  position: relative;
  margin-left: 0.5em;
  padding-left: 1.0em;
  text-align: right;
}
.location .tList li p:nth-of-type(2) span:nth-of-type(2)::before{
  content: "／";
  position: absolute;
  left: -5px;
  top: 0;
}

.location .mapCap{
  font-size:clamp(1.4rem, 5.33vw, 2.0rem);/*20 / 30*/
}




/* for PC*/
@media print, screen and (min-width:768px) {
  .location{}
  .location .pList{}
  .location .pList li{
    width: calc((304 / 1000) * 100%);
    margin: 0 0 30px 0;
  }
  .location .pList li:nth-last-of-type(-n+3){
    margin-bottom: 0;
  }
  .location .pList li figcaption{
    margin: 4px 0 0 0;
    font-size:clamp(1.0rem, 1.4vw, 1.4rem);/*13 / 14*/
    line-height: 1.2;
  }

  .location .tList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .location .tList::after{
    content: none;
  }
  .location .tList ul{
    width: 48%;
  }
  .location .tList li{
    padding: 15px 0;
    font-size:clamp(1.2rem, 1.7vw, 1.7rem);/*14 / 17*/
  }
  .location .tList li:first-of-type{}
  .location .tList ul + ul li:first-of-type{
    border-top: 1px solid #000;
  }
  .location .tList li::after{}
  .location .tList li p:nth-of-type(1){}
  .location .tList li p:nth-of-type(2){}
  .location .tList li p:nth-of-type(2) span{
    display: inline-block;
    vertical-align: top;
  }

  .location .tList li p:nth-of-type(2) span:nth-of-type(1){}
  .location .tList li p:nth-of-type(2) span:nth-of-type(2){}
  /*.location .tList li p:nth-of-type(2) span:nth-of-type(2)::before{
    content: "／";
    position: absolute;
    left: -5px;
    top: 0;
  }*/
  .location .mapCap{
    font-size:clamp(2.5rem, 2.77vw, 2.8rem);/*20 / 28*/
  }
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
}
/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
/*横向きのみの記述*/
}



/*access
--------------------------------- */
.access{}

.access .time{
  text-align: center;
}
.access .time div{
  display: inline-block;
  line-height: 1.0;
}
.access .time div strong{
  color: #910000;
  font-weight: 400;
}
.access .time.type01 .t01{
  font-size:clamp(1.0rem, 3.46vw, 1.3rem);/*13 / 20*/
  text-align: left;
}
.access .time.type01 .t02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.access .time.type01 span:nth-of-type(1){
  padding: 5px;
  background: #197a3b;
  color: #fff;
  font-size:clamp(1.0rem, 3.46vw, 1.3rem);/*13 / 20*/
}
.access .time.type01 span:nth-of-type(2){
  font-size:clamp(1.9rem, 6.93vw, 2.6rem);/*26 / 40*/
}
.access .time.type01 span:nth-of-type(3){
  font-size:clamp(1.5rem, 5.33vw, 2.0rem);/*20 / 32*/
}
.access .time.type01 strong{
  font-size:clamp(2.8rem, 10.13vw, 3.8rem);/*38 / 72*/
}
.access .time.type01 span:nth-of-type(4){
  font-size:clamp(2.1rem, 7.44vw, 2.8rem);/*28 / 44*/
}


.access .time.type02 span:nth-of-type(1){
  font-size:clamp(1.3rem, 4.80vw, 1.8rem);/*18 / 30*/
}
.access .time.type02 span:nth-of-type(2){
  font-size:clamp(1.1rem, 4.00vw, 1.5rem);/*15 / 24*/
}
.access .time.type02 strong{
  font-size:clamp(2.2rem, 8.00vw, 3.0rem);/*30/ 54*/
}
.access .time.type02 span:nth-of-type(3){
  font-size:clamp(1.5rem, 5.33vw, 2.0rem);/*20 / 32*/
}

.access .pList{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.access .pList li{
  width: 48.5%;
  margin: 0 0 30px 0;
}
.access .pList li figure{
  position: relative;
  margin: 0 0 10px 0;
}
.access .pList li figure figcaption{
  position: absolute;
  right: 2px;
  bottom: 2px;
  text-align: right;
  color: #fff;
}
.access .pList li figure + div{
  display: inline-block;
  text-align: left;
  line-height: 1.0;
}
.access .pList li figure + div .t01{
  font-size:clamp(1.0rem, 3.20vw, 1.2rem);/*12 / 18*/
}
.access .pList li figure + div .t02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  margin-top: -6px;
}
.access .pList li figure + div .t02 span:nth-of-type(1){
  font-size:clamp(1.3rem, 4.80vw, 1.8rem);/*18 / 32*/
}
.access .pList li figure + div .t02 span:nth-of-type(2){
  font-size:clamp(1.2rem, 4.26vw, 1.6rem);/*16 / 32*/
}
.access .pList li figure + div .t02 strong{
  color: #910000;
  font-size:clamp(2.4rem, 8.56vw, 3.2rem);/*32 / 63*/
  font-weight: 400;
}
.access .pList li figure + div .t02 span:nth-of-type(3){
  font-size:clamp(1.5rem, 5.33vw, 2.0rem);/*20 / 38*/
}

.access .pList li figure + div .t03{
  margin: 10px 0 0 0;
  font-size:1.0rem;/*10 / 12*/
  line-height: 1.4;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .access{}

  .access .time{}
  .access .time div{}
  .access .time div strong{}
  .access .time.type01 .t01{
    font-size:clamp(1.5rem, 2.00vw, 2.0rem);/*13 / 20*/
  }
  .access .time.type01 .t02{}
  .access .time.type01 span:nth-of-type(1){
    padding: 5px 7px;
    font-size:clamp(1.5rem, 2.00vw, 2.0rem);/*13 / 20*/
  }
  .access .time.type01 span:nth-of-type(2){
    font-size:clamp(3.0rem, 4.0vw, 4.0rem);/*26 / 40*/
  }
  .access .time.type01 span:nth-of-type(3){
    font-size:clamp(2.4rem, 3.2vw, 3.2rem);/*20 / 32*/
  }
  .access .time.type01 strong{
    font-size:clamp(5.4rem, 7.2vw, 7.2rem);/*38 / 72*/
  }
  .access .time.type01 span:nth-of-type(4){
    font-size:clamp(3.3rem, 4.4vw, 4.4rem);/*28 / 44*/
  }


  .access .time.type02 span:nth-of-type(1){
    font-size:clamp(2.2rem, 3.0vw, 3.0rem);/*18 / 30*/
  }
  .access .time.type02 span:nth-of-type(2){
    font-size:clamp(1.8rem, 2.4vw, 2.4rem);/*15 / 24*/
  }
  .access .time.type02 strong{
    font-size:clamp(4.0rem, 5.4vw, 5.4rem);/*30/ 54*/
  }
  .access .time.type02 span:nth-of-type(3){
    font-size:clamp(2.4rem, 3.2vw, 3.2rem);/*20 / 32*/
  }

  .access .pList{}
  .access .pList li{
    width: calc((460 / 1000) * 100%);
    margin: 0 0 40px 0;
  }
  .access .pList li figure{
    margin: 0 0 20px 0;
  }
  .access .pList li figure figcaption{}
  .access .pList li figure + div{}
  .access .pList li figure + div .t01{
    font-size:clamp(1.3rem, 1.8vw, 1.8rem);/*12 / 18*/
  }
  .access .pList li figure + div .t02{
    margin-top: -14px;
  }
  .access .pList li figure + div .t02 span:nth-of-type(1){
    font-size:clamp(2.4rem, 3.2vw, 3.2rem);/*18 / 32*/
  }
  .access .pList li figure + div .t02 span:nth-of-type(2){
    font-size:clamp(2.4rem, 3.2vw, 3.2rem);/*16 / 32*/
  }
  .access .pList li figure + div .t02 strong{
    margin: 0 5px;
    font-size:clamp(4.7rem, 6.3vw, 6.3rem);/*32 / 63*/
  }
  .access .pList li figure + div .t02 span:nth-of-type(3){
    font-size:clamp(2.8rem, 3.8vw, 3.8rem);/*20 / 38*/
  }

  .access .pList li figure + div .t03{
    margin-top: 15px;
    font-size:1.2rem;/*10 / 12*/
  }

}



/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/  
}
@media screen and (min-width:768px) and (max-width:930px) {
}



/*landplan
--------------------------------- */
.landplan{}
.landplan  .tList{
  /*display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.landplan  .tList li{
  margin: 0 0 20px 0;
}
.landplan  .tList li:last-of-type{
  margin-bottom: 0;
}
.landplan  .tList li figure{
  width: 80px;
  margin: 0 auto 10px auto;
}
.landplan  .tList li .t01{
  margin: 0 0 10px 0;
  font-size:clamp(1.3rem, 4.80vw, 1.8rem);/*18 / 22*/
  text-align: center;
  line-height: 1.6;
}
.landplan  .tList li .t02{
  font-size:clamp(1.1rem, 3.77vw, 1.4rem);/*14 / 14*/
  text-align: left;
  line-height: 1.8;
}
.landplan  .pList{
  /*display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.landplan  .pList li{
  margin: 0 0 20px 0;
}
.landplan  .pList li:last-of-type{
  margin-bottom: 0;
}
.landplan  .pList li figure{}
.landplan  .pList li figure figcaption{
  margin: 5px 0 0 0;
  font-size:clamp(1.0rem, 3.20vw, 1.2rem);/*12 / 13*/
  text-align: left;
  line-height: 1.0;
}


/* for pc */
@media print, screen and (min-width:768px) {
  .landplan{}
  .landplan  .tList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .landplan  .tList li{
    width: calc((300 / 1000) * 100%);
    margin: 0 0 50px 0;
  }
  .landplan  .tList li:nth-last-of-type(-n+3){
    margin-bottom: 0;
  }
  .landplan  .tList li figure{
    width: 90px;
    margin: 0 auto 20px auto;
  }
  .landplan  .tList li .t01{
    margin: 0 0 20px 0;
    font-size:clamp(1.6rem, 2.2vw, 2.2rem);/*18 / 22*/
  }
  .landplan  .tList li .t02{
    font-size:clamp(1.0rem, 1.4vw, 1.4rem);/*14 / 14*/
  }
  .landplan  .pList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .landplan  .pList li{
    width: calc((460 / 1000) * 100%);
    margin: 0 0 50px 0;
  }
  .landplan  .pList li:nth-last-of-type(-n+2){
    margin-bottom: 0;
  }
  .landplan  .pList li figure{}
  .landplan  .pList li figure figcaption{
    font-size:clamp(1.0rem, 1.3vw, 1.3rem);/*12 / 13*/
  }
}



/*plan
--------------------------------- */
.plan{}
.btns{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btns .btn{
  width: 49%;
  border-radius: 200px;
  font-size:clamp(1.2rem, 4.26vw, 1.6rem);/*16 / 30*/
  text-align: center;
}
.btns .btn a{
  position: relative;
  display: block;
  height: 40px;
  line-height: 38px;
  border-radius: inherit;
  color: #fff;
}
.btns .btn a span{
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.btns .btn a span::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  display: block;
  width: 0;
  height: 0;
  border-top-width: 6px;
  border-top-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btns .btn:nth-of-type(1) a{
  background: #197a3b;
}
.btns .btn:nth-of-type(1) a span::after{
  border-top-color: #197a3b;
}
.btns .btn:nth-of-type(2) a{
  background: #86b81b;
}
.btns .btn:nth-of-type(2) a span::after{
  border-top-color: #86b81b;
}



.plan .plaBtns{
  padding: 30px 0;
}
.plan .plaBtns section{
  margin: 0 0 30px 0;
}
.plan .plaBtns section:last-of-type{
  margin-bottom: 0;
}

.plan .plaBtns .ttl{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.plan .plaBtns ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan .plaBtns ul::after{
  content: "";
  display: block;
  width: 48.5%;
  height: 1px;
}
.plan .plaBtns ul li{
  width: 48.5%;
  margin: 20px 0 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: #197a3b;
}
.plan .plaBtns ul li a{
  display: block;
  background: #fff;
}
.plan .plaBtns ul li a .type{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan .plaBtns ul li a .type p{
  width: 50%;
  padding: 2px 0;
  text-align: center;
}
.plan .plaBtns ul li a .type p:nth-of-type(1),
.plan .plaBtns ul li a .area p:nth-of-type(2){
  background: #197a3b;
}
.plan .plaBtns ul li a .type p:nth-of-type(1){
  font-size:clamp(1.1rem, 4.00vw, 1.5rem);/*15 / 22*/
  color: #fff;
}
.plan .plaBtns ul li a .type p:nth-of-type(1) span{
  font-size:145%;
}
.plan .plaBtns ul li a .type p:nth-of-type(2){
  padding: 6px 0 0 0;
  background: #dcdddd;
  font-size:clamp(1.5rem, 5.33vw, 2.0rem);/*20 / 22*/
}

.plan .plaBtns ul li a .area{
  padding: 10px 0;
  text-align: center;
}
.plan .plaBtns ul li a .area p:nth-of-type(1){
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11 / 12*/
  line-height: 2.0;
}
.plan .plaBtns ul li a .area p:nth-of-type(2){
  width: 90%;
  height: 24px;
  margin: 5px auto 0 auto;
  font-size:clamp(1.0rem, 3.20vw, 1.2rem);/*12 / 13*/
  line-height: 22px;
  border-radius: 200px;
  color: #fff;
}
.plan .plaBtns ul li a .area p:nth-of-type(2)::after{
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  border-top: 6px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
}


/*参考プラン*/
.plan .plaBtns ul li.sankou{
  border-color: #002063;
}
/*.plan .plaBtns ul li.sankou a::before{
  content: "参考プラン";
  display: block;
  padding: 0.5em 0;
  color: #002063;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw / 3.75), 1.3rem);
  text-align: center;
  line-height: 1.0;
}*/
.plan .plaBtns ul li.sankou a .type p:nth-of-type(1),
.plan .plaBtns ul li.sankou a .area p:nth-of-type(2){
  background: #002063;
}

.plan .plaBtns ul li.sankou a .type p:nth-of-type(1){
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:clamp(calc(1.4rem * 0.7), calc(14vw / 3.75), 1.4rem);
  line-height: 1.0;
}



/*.plan .plaBtns ul.floor2 li{
  border-color: #197a3b;
}
.plan .plaBtns ul.floor2 li a .type p:nth-of-type(1),
.plan .plaBtns ul.floor2 li a .area p:nth-of-type(2){
  background: #197a3b;
}

.plan .plaBtns ul.floor2sb li{
  border-color: #abcd03;
}
.plan .plaBtns ul.floor2sb li a .type p:nth-of-type(1),
.plan .plaBtns ul.floor2sb li a .area p:nth-of-type(2){
  background: #abcd03;
}*/
  
/* for pc */
@media print, screen and (min-width:768px) {
  .plan{}
  .btns{}
  .btns .btn{
    width: caalc((480 / 1000) * 100%);
    font-size:clamp(2.2rem, 3.0vw, 3.0rem);/*16 / 30*/
  }
  .btns .btn a{
    height: 60px;
    line-height: 58px;
  }
  .btns .btn a span{
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .btns .btn a span::after{
    border-top-width: 8px;
    border-right-width: 6px;
    border-left-width: 6px;
  }
  .btns .btn:nth-of-type(1) a{}
  .btns .btn:nth-of-type(1) a span::after{}
  .btns .btn:nth-of-type(2) a{}
  .btns .btn:nth-of-type(2) a span::after{}



  .plan .plaBtns{
    padding: 40px 0;
  }
  .plan .plaBtns > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plan .plaBtns section{
    width: calc((460 / 1000) * 100%);
    margin: 0;
  }

  .plan .plaBtns .ttl{
    max-width: 324px;
  }
  .plan .plaBtns ul{}
  .plan .plaBtns ul::after{
    width: calc((220 / 460) * 100%);
  }
  .plan .plaBtns ul li{
    width: calc((220 / 460) * 100%);
    margin: 30px 0 0 0;
  }
  .plan .plaBtns ul li a{}
  .plan .plaBtns ul li a .type{}

  .plan .plaBtns ul li a .type p{
    padding: 0;
  }
  .plan .plaBtns ul li a .type p:nth-of-type(1){
    font-size:clamp(1.6rem, 2.2vw, 2.2rem);/*15 / 22*/
  }
  .plan .plaBtns ul li a .type p:nth-of-type(1) span{}
  .plan .plaBtns ul li a .type p:nth-of-type(2){
    padding: 8px 0 0 0;
    font-size:clamp(2.1rem, 2.8vw, 2.8rem);/*20 / 28*/
  }

  .plan .plaBtns ul li a .area{}
  .plan .plaBtns ul li a .area p:nth-of-type(1){
    font-size:clamp(1.0rem, 1.2vw, 1.2rem);/*11 / 12*/
  }
  .plan .plaBtns ul li a .area p:nth-of-type(2){}
  .plan .plaBtns ul li a .area p:nth-of-type(2)::after{}

  /*参考プラン*/
  .plan .plaBtns ul li.sankou a{}
  .plan .plaBtns ul li.sankou a::before{
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw / 10), 1.8rem);/*15 / 18*/
  }
  .plan .plaBtns ul li.sankou a .type p:nth-of-type(1),
  .plan .plaBtns ul li.sankou a .area p:nth-of-type(2){}
  .plan .plaBtns ul li.sankou a .type p:nth-of-type(1){
    font-size:clamp(calc(1.7rem * 0.7), calc(17vw / 10), 1.7rem);/*15 / 18*/
  }


  .plan .plaBtns ul.floor2 li{}
  .plan .plaBtns ul.floor2 li a .type p:nth-of-type(1),
  .plan .plaBtns ul.floor2 li a .area p:nth-of-type(2){}

  .plan .plaBtns ul.floor2sb li{}
  .plan .plaBtns ul.floor2sb li a .type p:nth-of-type(1),
  .plan .plaBtns ul.floor2sb li a .area p:nth-of-type(2){}

}




/*plaDtl
--------------------------------- */
.plaDtl{
  margin: 0 0 30px 0;
}
.plaDtl .plaTtl{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
  max-width: 420px;
  margin: 0 0 10px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #197a3b;
  text-align: center;
  line-height: 1.0;
}
/*.plaDtl .plaTtl::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 28%;
  height: 100%;
  background: #dcdddd;
  z-index: -1;
}*/
.plaDtl .plaTtl p{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  line-height: 1.0;
}
.plaDtl .plaTtl p:nth-of-type(1){
  width: 50%;
}
.plaDtl .plaTtl p:nth-of-type(1) img{
  width: 95%;
}
.plaDtl .plaTtl p:nth-of-type(2),
.plaDtl .merit li::before{
  background: #197a3b;
}
.plaDtl .plaTtl p:nth-of-type(2){
  width: 25%;
  /*padding: 2px 0 5px 0;*/
  font-size:clamp(1.5rem, 5.33vw, 2.0rem);/*20 / 24*/
  color: #fff;
}
@media screen and (max-width:360px) {
  .plaDtl .plaTtl p:nth-of-type(2){
    font-size:1.4rem;/*20 / 24*/
  }
}
.plaDtl .plaTtl p:nth-of-type(2) strong{
  font-size: 150%;
  font-weight: 400;
  line-height: 1.0;
}
.plaDtl .plaTtl p:nth-of-type(2) span{
  display: flex;
  align-items: flex-end;
  line-height: 1.0;
}
.plaDtl .plaTtl p:nth-of-type(3){
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  background: #dcdddd;
  font-size:clamp(1.5rem, 5.33vw, 2.0rem);/*20 / 24*/
}

.plaDtl .area{
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.8;
}
.plaDtl .area p:nth-of-type(1){
  margin: 0 0 10px 0;
  font-size:clamp(1.1rem, 3.77vw, 1.4rem);/*14 / 16*/
}
.plaDtl .area p:nth-of-type(2){
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11 / 13*/
}

.plaDtl .merit{}
.plaDtl .merit li{
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  font-size:clamp(1.0rem, 3.20vw, 1.2rem);/*12 / 13*/
  text-align: left;
}
.plaDtl .merit li::before{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.plaDtl .merit li:nth-of-type(1)::before{
  content: "1";
}
.plaDtl .merit li:nth-of-type(2)::before{
  content: "2";
}
.plaDtl .merit li:nth-of-type(3)::before{
  content: "3";
}
.plaDtl .merit li:nth-of-type(4)::before{
  content: "4";
}

/*参考プラン*/
.plaDtl.sankou{}
.plaDtl.sankou .plaTtl{
  border-color: #002063;
}
.plaDtl.sankou .plaTtl p:nth-of-type(2),
.plaDtl.sankou .merit li::before{
  background: #002063;
}
.plaDtl.sankou .plaTtl p:nth-of-type(2){
  font-size:1.5rem;/*20 / 24*/
}
.plaDtl.sankou .plaTtlWrap{}
.plaDtl.sankou .plaTtlWrap > p{
  margin: 0 0 2px 0;
  padding: 0.5em 0;
  background: #002063;
  color: #fff;
  font-size:clamp(calc(1.5rem * 0.7), calc(15vw / 3.75), 1.5rem);/*15 / 18*/
  text-align: center;
  line-height: 1.0;
}


/*.plaDtl.floor2 .plaTtl{
  border-color: #197a3b;
}
.plaDtl.floor2 .plaTtl p:nth-of-type(2),
.plaDtl.floor2 .merit li::before{
  background: #197a3b;
}

.plaDtl.floor2sb .plaTtl{
  border-color: #abcd03;
}
.plaDtl.floor2sb .plaTtl p:nth-of-type(2),
.plaDtl.floor2sb .merit li::before{
  background: #abcd03;
}*/



/* for pc */
@media print, screen and (min-width:768px) {
  .plaDtl{
    margin: 0 0 80px 0;
  }

  .plaDtl .plaTtl{}
  .plaDtl .plaTtl::before{}
  .plaDtl .plaTtl p{
    height: 55px;
    line-height: 1.0;
  }
  .plaDtl .plaTtl p:nth-of-type(1){}
  .plaDtl .plaTtl p:nth-of-type(1) img{
    width: 90%;
  }
  .plaDtl .plaTtl p:nth-of-type(2){
    width: 28%;
    /*padding: 4px 0 7px 0;*/
    font-size:clamp(1.6rem, 2.4vw, 2.4rem);/*20 / 24*/
  }
  .plaDtl .plaTtl p:nth-of-type(2) strong{
    /*font-size: 175%;*/
    font-size: 160%;
  }
  .plaDtl .plaTtl p:nth-of-type(2) span{
    padding: 0 0 5px 0;
  }
  .plaDtl .plaTtl p:nth-of-type(3){
    font-size:clamp(1.6rem, 2.4vw, 2.4rem);/*20 / 24*/
  }
  .plaDtl .plaTtl p:nth-of-type(3){
    width: 22%;
  }

  .plaDtl .area{
    margin: 0 0 30px 0;
  }
  .plaDtl .area p:nth-of-type(1){
    margin: 0 0 10px 0;
    font-size:clamp(1.2rem, 1.6vw, 1.6rem);/*14 / 16*/
  }
  .plaDtl .area p:nth-of-type(2){
    font-size:clamp(1.0rem, 1.3vw, 1.3rem);/*11 / 13*/
  }

  .plaDtl .merit{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plaDtl .merit li{
    width: calc((220 / 1000) * 100%);
    margin: 0;
    font-size:clamp(1.0rem, 1.3vw, 1.3rem);/*12 / 13*/
  }
  .plaDtl .merit li::before{
    top: 2px;
  }

  .plaDtl .merit li:nth-of-type(1)::before{}
  .plaDtl .merit li:nth-of-type(2)::before{}
  .plaDtl .merit li:nth-of-type(3)::before{}
  .plaDtl .merit li:nth-of-type(4)::before{}
  
  /*参考プラン*/
  .plaDtl.sankou{}
  .plaDtl.sankou .plaTtl{}
  .plaDtl.sankou .plaTtl p:nth-of-type(2),
  .plaDtl.sankou .merit li::before{}
  .plaDtl.sankou .plaTtl p:nth-of-type(2){
    font-size:clamp(1.8rem, 2.7vw, 1.8rem);/*20 / 24*/
  }
  
  
  .plaDtl.sankou .plaTtlWrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  
  .plaDtl.sankou .plaTtlWrap > p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.5em;
    margin: 0 0 10px 12px;
    padding: 0;
    font-size:clamp(calc(1.8rem * 0.7), calc(18vw / 10), 1.8rem);/*15 / 18*/
  }

  


  .plaDtl.floor2 .plaTtl{}
  .plaDtl.floor2 .plaTtl p:nth-of-type(2),
  .plaDtl.floor2 .merit li::before{}

  .plaDtl.floor2sb .plaTtl{}
  .plaDtl.floor2sb .plaTtl p:nth-of-type(2),
  .plaDtl.floor2sb .merit li::before{}
  
  
  .plaDtl.floor2sb .merit{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 50%;
  }
  .plaDtl.floor2sb .merit li{
    width: 48.5%;
  }
  .plaDtl.floor2sb figure{
    margin-top: -300px;
  }
}
/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/
  
}
@media screen and (min-width:768px) and (max-width:930px) {
}




/*free plan
--------------------------------- */
.freeplan{
  padding: 30px 0;
}
.freeplan .fpLead{
  font-size:clamp(1.0rem, 3.46vw, 1.3rem);/*13 / 15*/
  text-align: left;
  line-height: 2.0;
}
.freeplan .fp01{}
.freeplan .fp01 .txt{
  margin: 0 0 20px 0;
  text-align: left;
}
.freeplan .fp01 .txt .t01{
  margin: 0 0 5px 0;
  font-size:clamp(1.2rem, 4.26vw, 1.6rem);/*16 / 18*/
  text-align: center;
  line-height: 1.6;
}
.freeplan .fp01 .txt .t02{
  margin: 0 0 10px 0;
  font-size:clamp(2.2rem, 8.00vw, 3.0rem);/*30 / 32*/
  text-align: center;
  line-height: 1.4;
}

.freeplan .fp01 .img{
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}


.freeplan .fpUnit{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
	justify-content: space-around;
}
.freeplan .fpUnit .img01{
  order: 1;
  -ms-flex-item-align: center;
	align-self: center;
  width: 48%;
}
.freeplan .fpUnit .img02{
  order: 2;
  -ms-flex-item-align: center;
	align-self: center;
  width: 48%;
}
.freeplan .fpUnit .txt{
  order: 3;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: left;
}
.freeplan .fpUnit .txt .copy01{
  margin: 0 0 10px 0;
  padding-left: 0;
  letter-spacing: normal;
  text-align: left;
}

.freeplan .person{}
.freeplan .person .perTtl{
  position: relative;
  margin: 0 0 20px 0;
  padding: 5px 0;
  color: #81292d;
  font-size:clamp(2.2rem, 8.00vw, 3.0rem);/*30 / 50*/
  text-align: center;
  line-height: 1.4;
}
.freeplan .person .perTtl::before,
.freeplan .person .perTtl::after{
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 100%;
  border-color: #81292d;
  border-style: solid;
}
.freeplan .person .perTtl::before{
  left: 0;
  border-width: 2px 0 2px 2px;
}
.freeplan .person .perTtl::after{
  right: 0;
  border-width: 2px 2px 2px 0;
}

.freeplan .person .perUnit{}
.freeplan .person .perUnit .perTtl02{
  width: 70%;
  margin: 0 auto 20px auto;
}
.freeplan .person .perUnit .copy01{
  margin: 0 0 20px 0;
  color: #4a3135;
  text-align: left;
}

.freeplan .person .perUnit div:not(.perTtl02){
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.freeplan .person .perUnit figcaption{
  margin: 5px 0 0 0;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.0;
}

.freeplan .person .perUnit figure{
  margin-bottom: 20px;
}


.freeplan .person .perUnit.tateuri figure:nth-of-type(1){
  width: 100%;
}
.freeplan .person .perUnit.tateuri figure:nth-of-type(2){
  width: 55%;
  margin: 0 auto;
}

.freeplan .person .perUnit.chumon figure:nth-of-type(1){
  width: 100%;
}
.freeplan .person .perUnit.chumon figure:nth-of-type(2),
.freeplan .person .perUnit.chumon figure:nth-of-type(3){
  width: 48.5%;
}

/* for pc */
@media print, screen and (min-width:768px) {
  .freeplan{
    padding: 60px 0;
  }
  .freeplan .fpLead{
    font-size:clamp(1.1rem, 1.5vw, 1.5rem);/*13 / 15*/
  }
  .freeplan .fp01{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .freeplan .fp01 .txt{
    width: calc((670 / 1000) * 100%);
    margin: 0;
  }
  .freeplan .fp01 .txt .t01{
    font-size:clamp(1.3rem, 1.8vw, 1.8rem);/*16 / 18*/
    text-align: left;
  }
  .freeplan .fp01 .txt .t02{
    font-size:clamp(2.4rem, 3.2vw, 3.2rem);/*30 / 32*/
    text-align: left;
  }

  .freeplan .fp01 .img{
    width: calc((300 / 1000) * 100%);
    margin: 0;
  }
  
  
  .freeplan .fpUnit{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .freeplan .fpUnit .img01{
    order: 1;
    -ms-flex-item-align: end;
	  align-self: flex-end;
    width: calc((260 / 1000) * 100%);
  }
  .freeplan .fpUnit .img02{
    order: 3;
    -ms-flex-item-align: end;
	  align-self: flex-end;
    width: calc((290 / 1000) * 100%);
  }
  .freeplan .fpUnit .txt{
    order: 3;
    width: calc((450 / 1000) * 100%);
    margin: 0;
  }
  .freeplan .fpUnit .txt .copy01{}
  
  
  .freeplan .fpUnit.fp02 .img01{
    -ms-flex-item-align: start;
	  align-self: flex-start;
  }
  .freeplan .fpUnit.fp02 .txt .copy01{
    white-space: nowrap;
  }
  
  .freeplan .fpUnit.fp03 .img01{
    -ms-flex-item-align: center;
	align-self: center;
  }
  .freeplan .fpUnit.fp03 .img02{
    -ms-flex-item-align: start;
	  align-self: flex-start;
  }
  .freeplan .fpUnit.fp04 .img01{
    -ms-flex-item-align: start;
	  align-self: flex-start;
  }
  
  
  .freeplan .person{}
  .freeplan .person .perTtl{
    margin: 0 0 50px 0;
    padding: 10px 0;
    font-size:clamp(3.7rem, 5.0vw, 5.0rem);/*30 / 50*/
  }
  .freeplan .person .perTtl::before,
  .freeplan .person .perTtl::after{}
  .freeplan .person .perTtl::before{}
  .freeplan .person .perTtl::after{}

  .freeplan .person .perUnit{
    position: relative;
  }
  .freeplan .person .perUnit .perTtl02{
    position: absolute;
    left: 0;
    top: 0;
    width: calc((240 / 1000) * 100%);
    margin: 0;
    z-index: 2;
  }
  .freeplan .person .perUnit .copy01{
    margin: 0 0 20px 0;
    padding: 10px 0 0 calc((250 / 1000) * 100%);
    letter-spacing: normal;
  }

  .freeplan .person .perUnit div:not(.perTtl02){
    position: relative;
    max-width: 860px;
    margin: 0 auto;
  }

  .freeplan .person .perUnit figcaption{}

  .freeplan .person .perUnit figure{}


  .freeplan .person .perUnit.tateuri figure:nth-of-type(1){
    width: calc((584 / 860) * 100%);
  }
  .freeplan .person .perUnit.tateuri figure:nth-of-type(2){
    width: calc((245 / 860) * 100%);
    margin: 0;
  }

  .freeplan .person .perUnit.chumon figure:nth-of-type(1){
    width: calc((584 / 860) * 100%);
  }
  .freeplan .person .perUnit.chumon figure:nth-of-type(2),
  .freeplan .person .perUnit.chumon figure:nth-of-type(3){
    width: calc((245 / 860) * 100%);
  }
  .freeplan .person .perUnit.chumon figure:nth-of-type(3){
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
}




/*quality
--------------------------------- */
.quality{}

.quality .makerLogo{
  max-width: 300px;
  margin: 0 auto 20px auto;
}
/*リクシルの文字色*/
.quality .lixil .tCol01{
  color: #86b81b !important;
}

.quality .pList{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quality .pList .catTtl{
  width: 100%;
  margin: 0 0 20px 0;
  font-size:clamp(1.8rem, 6.40vw, 2.4rem);/*24 / 34*/
  text-align: left;
  line-height: 1.2;
}
.quality .pList .catTtl span{
  display: block;
  margin: 5px 0 0 0;
  font-size:clamp(1.0rem, 3.46vw, 1.3rem);/*13 / 16*/
}
.quality .pList div.main{
  width: 100%;
  margin: 0 0 20px 0;
}
.quality .pList div:not(.main){
  width: 48.5%;
  margin: 0 0 20px 0;
}
.quality .pList div:nth-last-of-type(-n+2){
  margin-bottom: 0;
}
.quality .pList figcaption{
  margin: 5px 0 0 0;
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11 / 13*/
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

/*リクシル文字位置*/
.quality .lixil .pList.bath div.main figcaption{
  padding-left: calc((((600 - 442) / 2) / 600) * 100%);
}
.quality .lixil .pList.powder div.main figcaption{
  /*padding-left: calc((((600 - 290) / 2) / 600) * 100%);*/
}



.quality .guarantee{}
.quality .guarantee .reiws{
  padding: 30px 0;
}
.quality .guarantee .reiws .copy01{
  margin: 0 0 20px 0;
}

.quality .guarantee .reiwsB{}
.quality .guarantee .reiwsB div{
  margin: 0 0 30px 0;
  font-size:clamp(1.0rem, 3.46vw, 1.3rem);/*13 / 15*/
  text-align: left;
  line-height: 1.8;
}
.quality .guarantee .reiwsB dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;*/
}
.quality .guarantee .reiwsB dl dt{
  width: 5em;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #197a3b;
  text-align: center;
  font-size:clamp(1.1rem, 3.77vw, 1.4rem);/*14 / 16*/
  font-weight: 700;
  color: #fff;
}
.quality .guarantee .reiwsB dl dd{
  width: calc(100% - 6em);
  margin: 0 0 10px 0;
  font-size:clamp(1.0rem, 3.46vw, 1.3rem);/*13 / 15*/
  line-height: 1.4;
  text-align: left;
}
.quality .guarantee .reiwsB dl dd strong{
  font-size:150%;
}
/* for pc */
@media print, screen and (min-width:768px) {
  .quality{}

  .quality .makerLogo{
    margin: 0 auto 30px auto;
  }

  .quality .pList{
    position: relative;
  }
  .quality .pList .catTtl{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 200px;
    font-size:clamp(2.5rem, 3.4vw, 3.4rem);/*24 / 34*/
  }
  .quality .pList .catTtl span{
    margin-top: 20px;
    font-size:clamp(1.2rem, 1.6vw, 1.6rem);/*13 / 16*/
  }
  .quality .pList div.main{
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .quality .pList div.main figcaption,
  .quality .pList div.main img{
   max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .quality .pList div:not(.main){
    width: calc((200 / 1000) * 100%);
    margin: 0;
  }
  .quality .pList div:nth-last-of-type(-n+2){}
  .quality .pList figcaption{
    font-size:clamp(1.0rem, 1.3vw, 1.3rem);/*11 / 13*/
  }

  /*リクシル文字位置*/
  .quality .lixil .pList.bath div.main figcaption{
    padding-left: calc((600px - 442px) / 2);
  }
  .quality .lixil .pList.powder div.main figcaption{
    /*padding-left: calc((600px / 2) - 10px);*/
  }

  
  

  .quality .guarantee{}
  .quality .guarantee .reiws{
    padding: 50px 0;
  }
  .quality .guarantee .reiws .copy01{}

  .quality .guarantee .reiwsB{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .quality .guarantee .reiwsB div{
    width: 51%;
    margin: 0;
    font-size:clamp(1.1rem, 1.5vw, 1.5rem);/*13 / 15*/
  }
  .quality .guarantee .reiwsB dl{
    width: 46%;
  }
  .quality .guarantee .reiwsB dl dt{
    margin: 0 0 15px 0;
    font-size:clamp(1.2rem, 1.6vw, 1.6rem);/*14 / 16*/
  }
  .quality .guarantee .reiwsB dl dd{
    margin: 0 0 15px 0;
    font-size:clamp(1.2rem, 1.5vw, 1.5rem);/*13 / 15*/
    line-height: 1.6;
  }
  .quality .guarantee .reiwsB dl dd strong{}
}




/*map
--------------------------------- */
.map{
  padding: 30px 0;
}
.map h2{
  font-size:clamp(calc(2.4rem * 0.7), calc(24vw / 3.75), 2.4em);/*24 / 28*/
}
.map ul{}
.map ul li{
  margin: 0 0 20px 0;
}
.map ul li:last-of-type{
  margin-bottom: 0;
}
/* for pc */
@media print, screen and (min-width:768px) {
  .map{
    padding: 40px 0;
  }
  .map h2{
    font-size:clamp(calc(2.8rem * 0.7), calc(28vw / 10.00), 2.8em);/*24 / 28*/
  }
  .map ul{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .map ul::after{
    content: none;
  }
  .map ul li{
    width: calc((470 / 1000) * 100%);
    margin-bottom: 0;
  }
}




/*set aos
--------------------------------- */
/* for sp*/
@media screen and (max-width: 767px) {
  .wonList li:nth-of-type(2n+1){
    transition-delay: 0;
  }
  .wonList li:nth-of-type(2n){
    transition-delay: .05s;
  }
}

/* for pc*/
@media print, screen and (min-width:768px) {
  .merit li:nth-of-type(3n+1),
  .wonList li:nth-of-type(3n+1){
    transition-delay: 0;
  }
  .merit li:nth-of-type(3n+2),
  .wonList li:nth-of-type(3n+2){
    transition-delay: .05s;
  }
  .merit li:nth-of-type(3n),
  .wonList li:nth-of-type(3n){
    transition-delay: .1s;
  }
  
  .conList ul li:nth-of-type(2n+1){
    transition-delay: 0;
  }
  .conList ul li:nth-of-type(2n){
    transition-delay: .05s;
  }
}


