@charset "utf-8";

body{}
.fMin{
	font-family: YakuHanMP_Noto, 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝","MS PMincho", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-weight: 300;
	}
.fEn{
	/*font-family: 'Cormorant Garamond', serif;*/
	}

h1,h2,h3,h4,h5,h6{
  font-weight: 300;
}

.bg{
  padding: 30px 0;
  background: #f5f2e9;
}

.sec{
  padding-bottom: 60px !important;
}


.shinshun{
  background: #E50012;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .bg{
    padding: 40px 0 0 0;
  }
  .sec{
    padding-bottom: 100px !important;
  }
}
/*#pjgNav ul li:nth-of-type(4) a{
	opacity: 0.3 !important;
	cursor: default;
}*/
/*
.btnRsv a{
	cursor: default;
}
.btnRsv a::before{
	opacity: 0.3 !important;
}
.btnRsv a:hover{
	opacity: 1;
}*/
#contents{
	margin-bottom: 0;
	padding-bottom: 0;
}
/* for Common & Smartphone*/

/*btn
#########################################*/
/*.btnOL a{
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000;
}
*/
#pjhNav .nav{
	width: calc(100%/3);
}

/*comH*/
#comH{
	height: 20px;
  background: #0086c4;
}
#comH span{
	float: left;
	margin: 2px;
	background: #fff;
	font-size: 10px;
	padding: 2px;
	line-height: 1.0;
}

/*gNav*/
#pjgNav{
	background:rgba(0,91,171,0.95);
	}
#pjgNav .nav a.new{
	position: relative;
}
#pjgNav .nav a.new::before{
	content: "NEW";
	position: absolute;
	right: 0;
	top: 0;
	width: 3em;
	height: 1.4em;
	line-height: 1.4em;
	background: #900;
	color: #fff;
	font-size: 77%;
	letter-spacing: normal;
	}

/*#pjgNav ul .nav:nth-of-type(3) a{
	cursor: default;
  opacity: 0.3;
	}
#pjgNav ul .nav:nth-of-type(3) a:hover{
  opacity: 0.3;
	}*/


#hMenuBtn p{
	color:#005bab;
	}
#hMenuBtn span {
	background: #005bab; /* 線の色 */
  }
  
.pageTtl{
  /*margin: 0 0 15px 0;*/
	}
.pageTtl h1,
.pageTtl h2{
  /*font-size: 115%;*/
	color: #005bab;
	}

#footer{
  border-width: 4px;
  border-color: #005bab;
}

/*.btnWrap .btn{
	width: 45%;
	}*/
.btnReq a{
	background: #005bab;
}
.btnRsv a{
	background: #937e28;
}
.btnWrap .btn.btnRsv a{
	letter-spacing: normal;
	}
.slick-dots li.slick-active button{
	background: #005bab !important;
}

.btnClose{
	margin: 20px auto 0 auto;
}
.btnClose a{
position: relative;
display: block;
padding: 0 0 0 0.5em;
color: #fff;
background: #005bab !important;
text-decoration: none;
}
.btnClose a::before,
.btnClose a::after{
content: "";
position: absolute;
top: 50%;
left: 20px;
width: 1px;
height: 16px;
margin: -8px 0 0 0;
background: #fff;
}
.btnClose a::before{
transform: rotate(45deg);
}
.btnClose a::after{
transform: rotate(-45deg);
}
.btnClose a{
height: 40px;
line-height: 40px;
background: #888;
/*font-size: 139%;*/
font-size: 124%;
}

#mv{
	position: relative;
	margin-bottom: 0;
}
.mvCatch{
	position: absolute;
}

.mv00 .mvCatch{
	left: 50%;
	top: 20%;
	width: 100%;
	max-width: 414px;
	text-align: center;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.mvCap {
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 10px;
  text-align: right;
}
.mvCap.wh {
  color: #fff;
}
/*mainInfo*/
#mainInfo{
	margin: 0 0 30px 0;
	padding: 0;
}

.miZeh{
  width: 80%;
  max-width: 312px;
  margin: 20px auto 0 auto;
}

.miTxt06{
  display: inline-block;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 200%;
  font-feature-settings: "palt";
  line-height: 1.2;
}
.miTxt06 a{
  position: relative;
  display: block;
  min-height: 36px;
  padding: 0 50px 0 0;
  color: #fff;
}
.miTxt06 a i{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 36px;
  border-radius: 50%;
  background: #fff;
  font-style: normal;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.miTxt06 a i::before{
  content: "こちら";
  position: absolute;
  left: 0;
  top: 20%;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #0068b7;
  white-space: nowrap;
  text-shadow: none;
}
.miTxt06 a i::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid #0068b7;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.miTxt06 span{
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
	font-size: 180%;
}

.miTxt07{
  margin-bottom: 10px;
	font-size: 170%;
	white-space: normal;
	line-height: 1.4;
  letter-spacing: -0.05em;
}
.miTxt08{
  margin: 10px 0 0 0;
  font-size: 215%;
	white-space: normal;
	line-height: 1.4;
}
.miTxt08 i{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.0;
  margin: 0 2px;
  color: #005bac;
  font-size: 70%;
  font-style: normal;
  text-shadow: none;
}
.miTxt08 i::before{
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}

.miTxt08 i span{
  position: relative;
  z-index: 1;
  line-height: 0.5;
}  

.miTxt08 i:nth-of-type(1){
	color: #00a0e9; 
}
.miTxt08 i:nth-of-type(2){
	color: #e4007f; 
}
.miTxt08 i:nth-of-type(3){
	color: #ea5514; 
}
  

/*info*/
#info{
	padding: 30px 0;
	background: #005bab;
  color: #fff;
}
#info .bold{
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#info img{
	width: 95%;
	max-width: 570px;
	margin: 0 auto 10px auto;
}
#info02{
	padding: 10px 0 20px 0;
	background: #005bab;
	color: #000;
}
#info02 p{
	font-size: 154%;/*36 / 20*/
	font-weight: bold;
}
#info02 p + p{
	font-size: 93%;/*12 / 16*/
}
#info .btnReq a{
  background-color: #5876b8;
}
.areaTxt,
.priceTxt{
	color: #fff;
  font-weight: bold;
}
.priceTxt{
	margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.areaTxt dt,
.priceTxt dt{
	padding: 0 0.2em 0 0;
	font-size: 93%;
	color: #fff;
	vertical-align: baseline;
}

.areaTxt dd,
.priceTxt dd{
	font-size: 254%;
	vertical-align: baseline;
}
.areaTxt dd span,
.priceTxt dd span{
	color: #fff;
}

@media screen and (max-width: 767px) {
  /*.priceTxt,
  .areaTxt{
    margin-left: 10px;
    margin-right: 10px;
  }
  .areaTxt dt,
  .priceTxt dt,
  .areaTxt dd,
  .priceTxt dd{
    display: block;
    text-align: left;
  }
  .areaTxt dt br,
  .priceTxt dt br,
  .areaTxt dd br,
  .priceTxt dd br{
    display: none;
  }*/
}

.infoTxt01{
	margin: 0 0.3em 0.4em 0;
	font-size: 231%;
	text-align: center;
	letter-spacing: normal;
	/*line-height: 1.2;*/
	line-height: 1.5;
	color: #000;
}
.sat,
.sun,
.hol{
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: -10px 4px 0 4px;
	padding: 0 0.25em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	font-size: 85%;
	vertical-align: middle;
}
.sat{
	background: #1d2975; 
}
.sun{
	background: #d71618; 
}
.hol{
	background: #ed6c00; 
}



/*landscape*/
#landscape .lpFig{
	position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#landscape .lpFig img{}
#landscape .lpFig figcaption{
  position: absolute;
  right: 0;
  bottom: 0;
}
#landscape .areaList{
	width: 100%;
  margin-left: auto;
  margin-right: auto;
	vertical-align: top;
}
#landscape .areaList.sp{}
#landscape .areaList.pc{
  display: none !important;
}
#landscape .areaList:first-of-type{
	margin-top: 20px;
}
#landscape .areaList:last-of-type{}
#landscape .areaList dt,
#landscape .areaList dd{
	height: 40px;
	line-height: 40px;
  background: #fff;
	text-align: center;
	font-size: 116%;
}
#landscape .areaList dt{
	position: relative;
	clear: both;
	float: left;
	width: 4.5em;
	border-right: none !important;
  z-index: 1;
}
#landscape .areaList dt::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 24px;
	background: #000;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#landscape .areaList dd{
	margin: 0 0 10px 0;
	padding: 0 0 0 5em;
	border-left: none !important;
	border-right: none !important;
	border-bottom-width: 0 !important;
}
#landscape .areaList:last-of-type dd:last-of-type{
	border-bottom-width: 1px !important;
}
#landscape .areaList dd span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 80%;
}


#landscape .areaList dt{
	position: relative;
	border-right-color: #005bac;
}
/*#landscape .areaList dt.seiyaku{}
#landscape .areaList dt.seiyaku::after{
	content: "済";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35px;
	height: 35px;
	border: 1px solid #e4007f;
	border-radius: 100%;
	font-size: 186%;
	text-align: center;
	line-height: 35px;
	color: #e4007f;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6" , HiraMinProN-W6 , "ヒラギノ明朝 Pro W6" , HiraMinPro-W6, "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
	font-weight:bold;
}*/

#landscape .areaList dd{
	position: relative;
	border-color: #fff;
	font-feature-settings: "palt";
}

#landscape .areaList dd.seiyaku::before,
#landscape .areaList dd.shodan::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: calc(100% - 5em);
	height: 100%;
	background: rgba(255,255,255,0.8);
}
#landscape .areaList dd.seiyaku::after,
#landscape .areaList dd.shodan::after{
	position: absolute;
	left: 55%;
	top: 50%;
	width: 32px;
	height: 32px;
	border: 1px solid #e4007f;
	border-radius: 100%;
	font-size: 139%;
	text-align: center;
	line-height: 32px;
	color: #e4007f;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3" , HiraMinProN-W3 , "ヒラギノ明朝 Pro W3" , HiraMinPro-W6, "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
	/*font-weight:bold;*/
}
#landscape .areaList dd.seiyaku::after{
	content: "済";
}
#landscape .areaList dd.shodan::after{
	content: "商";
}



/*plan*/
#plan .pList{
  margin: 0 0 30px 0;
}
#plan .pList li{
  margin: 0 0 20px 0;
  text-align: center;
}
#plan .pList li:last-of-type{
  margin-bottom: 0;
}
#plan .pList li p{
  margin: 5px 0 0 0;
  font-size: 124%;
  text-align: center;
  color: #1d2087;
  line-height: 1.4;
}
.resTxt01{
	font-feature-settings: "palt";
	}
.plaUnit {
  padding-bottom: 30px;
  }
.plaUnit:first-of-type {
    padding-top: 0;
  }
.plaTtl{
  padding: 10px;
  background: #0068b7;
	border-color: #0068b7;
	color: #fff;
}
.plaTtl span{
  display: block;
  margin: 5px 0 0 0;
  padding: 5px 5px 0 5px;
  border-top: 1px solid #fff;
  font-size: 70%;
}
.plaCopy01{
  margin: 0 0 20px 0;
  font-size: 154%;/*20 / 26*/
  color: #000;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.plaCopy02 li{
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 1.3em;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.plaCopy02 li::before{
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
}
.plaFig{}
.plaPrice{
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
}
.plaPrice dt,
.plaPrice dd{
	display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #000;
}
.plaPrice.type02{
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  border-top: none;
  border-bottom: 1px solid #000;
}
.plaPrice.type02 dd{
  font-size: 154%;
}



/*equipment*/
#equipment .equUnit dt{
	font-weight: bold;
}
#equipment .fuyu{
	color: #ed6c00;
}
#equipment .natsu{
	color: #0068b7;
}
#equipment .equStr{
	margin: 0 0 20px 0;
}
#equipment .equStr li{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 124%;/*16 / 18*/
	font-weight: bold;
}
#equipment .equStr li img{
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}

.equCarTtl{
	border-color: #005bab;
	color: #005bab;
  font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	}
#ame .equUnit{
	float: none;
	width: auto;
}
.equAmeTtl{
	margin: 0 0 0.7em 0;
	padding: 5px;
	background: #002b69;
	color: #fff;
	font-size: 117%;
	text-align: center;
	line-height: 1.2;
}

#ame .ame02 div{
	margin: 0 0 20px 0;
}


#pow .equUnitMain{
	margin: 0 0 20px 0;
}

#kit div.equUnitMain{
	float: none !important;
	width: 100% !important;
	margin-bottom: 20px;
}

#kit div.equUnitMain + .equUnit{
	width: 100%;
}
#kit div.equUnitMain + .equUnit img{
	width: 48.5%;
}
#kit div.equUnitMain + .equUnit img:first-of-type{
	float: left;
}
#kit div.equUnitMain + .equUnit img:last-of-type{
	float: right;
}

.ttlLow{
  margin: 0 0 10px 0;
  font-size: 18px;
  text-align: left;
  color: #ec9148;
  font-weight: bold;
}

/*locaion*/
#locaion{}
#loc01{
  margin-top: 40px;
}
#loc01 ul{
  margin: 30px 0 20px 0;
}
#loc01 li{
  margin: 0 0 20px 0;
}
#loc01 li figcaption{
  margin: 5px 0 0 0;
  font-size: 93%;
  text-align: left;
  line-height: 1.2;
}
#locaion{}
#locMap {
	margin-top: 0;
	padding-top: 40px;
}
#locMap .mapTxt01{
	margin: 0 0 20px 0;
	letter-spacing: normal;
	line-height: 1.4;
  font-size: 108%;
	color:#e50012;
}
.cnT01{
	margin: 10px 0 20px 0;
	color:#93252a;
}
#locMap .carnavi{
	display: inline-block;
	margin: 0 auto 20px auto;
	background-image: url(../images/ico_car.png);
	text-align: left;
	line-height: 1.4;
  color: #0081cc;
	}
#locDataP{
	padding: 30px 0 0 0;
}
#locDataP li{
	position: relative;
	margin-bottom: 20px;
  font-size: 93%;
}
#locDataP li span{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}

#location .time{
  margin: 0 0 20px 0;
  line-height: 1.0;
}
#location .time dt{
  font-size: 115%;
  text-align: left;
  line-height: 1.0;
}
#location .time dd.t01{
  margin: -12px 0 20px 0;
  font-size: 186%;/*24 / 32*/
  text-align: left;
  line-height: 1.0;
}
#location .time dd.t02{
  font-size: 200%;/*26 / 38*/
  text-align: left;
  line-height: 1.0;
}

#location .time dd span{
  display: inline-block;
  padding: 5px;
  background: #000;
  color: #fff;
  font-size: 70%;
  text-align: center;
}
#location .time dd strong{
  color: #900000;
}
#location .time dd.t01 strong{
  font-size: 200%;
}
#location .time dd.t02 strong{
  font-size: 125%;
}
#location .time dd i{
  color: #900000;
  font-style: normal;
}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {

}
/* for Smartphone*/
/*スマホ横向きの際に適用*/
@media screen and (orientation : landscape) {}





/* for PC*/
@media print, screen and (min-width:768px) {
	/*comH*/
	#comH{
		height: auto;
	}
	#comH span{
	margin: 8px 0 0 0;
	background: #fff;
	font-size: 16px;
	padding: 4px 10px;
}
	
	#pjName img{
		height: 50px;
	}
	.hScroll #pjName img{
		height: 35px;
	}
/*#contents{
	margin-top: 70px;
	}

#pjhNav .nav.btnOL{
	width: 7em;
	margin-right: 1em;
	font-size: 93%;
}*/
  .pageTtl h1,
  .pageTtl h2{
    /*font-size: 170%;*/
    }

/*btn
#########################################*/
.btnOL{display: none;}
.btnOL a{
	position: relative;
	background: none;
	border-top: none;
	border-left: none;
	}
.btnOL a::after{
	content: "";
	position: absolute;
	right: -8px;
	top: 50%;
	width: 0;
	height: 0;
	margin: -5px 0 0 0;
	border: 8px solid #000;
	border-top: 6px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid transparent;
	vertical-align: middle;
}

#pjhNav .nav{
	width: 120px;
}
  #pjhNav .nav a {
    border-radius: 0;
  }
  /*gNav*/
  #pjgNav{
    background: rgba(255,255,255,0.9);
    }
  #pjgNav .nav{
    width:calc((1/6)*100%);
    border-right-color:#005bab;
    font-size: 85%;
    }
  #pjgNav ul .nav:first-child{
    border-left-color:#005bab;
    }
  #pjgNav .nav a span{
    color: #005bab;
    /*font-size: 120%;CONCEPT HOUSEが入らないので小さく／／／元は135%baseに記載*/
    }
  /*.btnWrap .btn{
    width: auto;
    min-width: 35%;
    }*/
  
  #pjgNav .nav a.new::before{
    right: 2px;
    top: -4px;
    width: 4em;
    }
  

  .btnClose{
    width: 210px;
    margin: 30px auto 0 auto;
  }

	
	

	#mv{}
	.mv00 .mvCatch{
		width: 100%;
    max-width: 960px;
		top: 20px;
	}
	
    /*maininfo*/
	#mainInfo{
		margin: 0 0 30px 0;
	}
#mainInfo .miTxt03{}
/*mainInfo01*/
.miTxt02{
	letter-spacing: 0.2em;
}
.miTxt05{
	font-size: 216%;
}
.miTxt06{
	font-size: 279%;
}
.miTxt06 a{
  min-height: 48px;
  padding: 0 60px 0 0;
}
.miTxt06 a i{
  top: 52%;
  right: 0;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: .3s;
}
.miTxt06 a i::before{
  top: 25%;
  font-size: 12px;
}
.miTxt06 a i::after{
  bottom: 15%;
}
.miTxt06 span{
	font-size: 130%;
}
  
  
.miTxt06 a:hover i{
  opacity: 0.7;
}
  
.miTxt07{
	font-size: 308%;
}
.miTxt08{
  margin: 10px 0 0 0;
  font-size: 385%;
}
.miTxt08 i{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.0;
  margin: 0 2px;
  color: #005bac;
  font-size: 70%;
  font-style: normal;
  text-shadow: none;
}
.miTxt08 i::before{
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}

.miTxt08 i span{
  position: relative;
  z-index: 1;
  line-height: 0.5;
  font-weight: normal;
} 

  


/*info*/
	#info{
		padding: 25px 0;
	}
  #info .bold{}
	
	#info02 p{
		font-size: 278%;/*36 / 20*/
	}
  #info02 p + p{
    font-size: 124%;/*12 / 16*/
  }
.priceTxt{
  margin-left: 10px;
  margin-right: 10px;
  }
.areaTxt dt,
.priceTxt dt{
	margin-right: 5px;
	font-size: 154%;
	vertical-align: middle;
	}

	
.areaTxt dd,
.priceTxt dd{
	font-size: 415%;
	vertical-align: middle;
	}
.infoTxt01{
	font-size: 308%;
	}
	
.sat,
.sun,
.hol{
	/*padding: 0;*/
}

/*landscape*/
  #landscape  .lpFig{
    max-width: 860px;
    margin: 0 auto;
    } 
  #landscape .lpFig figcaption{
    bottom: 40px;
  }
	#landscape .areaList{
		width: 400px;
		margin-top: 40px;
	}
  #landscape .areaList.sp{
    display: none !important;
  }
  #landscape .areaList.pc{
    display: inline-block!important;
    margin-left: 10px;
    margin-right: 10px;
  }
	#landscape .areaList:first-of-type{
		margin-top: 40px;
	}
	#landscape .areaList:last-of-type{}
	#landscape .areaList dt,
	#landscape .areaList dd{
    margin-bottom: 15px;
		font-size: 124%;
	}
	#landscape .areaList dd:last-of-type{
		border-bottom-width: 1px !important;
	}
  /* for safari 游ゴシックがなくなった対応*/
  _::-webkit-full-page-media, _:future, :root #landscape .areaList dt,
  _::-webkit-full-page-media, _:future, :root #landscape .areaList dd{
      font-size: 116%;
  }

	
/*plan*/
  
  #plan .pList{
    margin: 0 0 50px 0;
  }
  #plan .pList li{
    float: left;
    width: 30.20%;
    margin: 0 4.7% 0 0;
  }
  #plan .pList li:last-of-type{
    margin-right: 0;
  }
  #plan .pList li p{
    margin: 10px 0 0 0;
    font-size: 154%;
  }
  .plaUnit {
    padding-top: 100px;
    padding-bottom: 0;
  }
.plaTtl{
  width: 120px;
}
.plaCopy {
  width: 60%;
}
  .plaCopy01{
    margin-bottom: 0;
    font-size: 200%;/*20 / 26*/
  }
.plaFig{
  clear: both;
	position: relative;
}
.plaPrice{
	/*position: absolute;
	left: 0;*/
	/*top: 0;*/
	/*top: -30px;*/
}
.plaPrice.type02 dd{
  font-size: 170%;
}

/*equipment*/
#equipment .fuyu{}
#equipment .natsu{}
#equipment .equStr{
	margin: 0 0 50px 0;
}
#equipment .equStr li{
	float: left;
	width: 29.2%;
	margin: 0 6.2% 0 0;
	font-size: 139%;/*16 / 18*/
	line-height: 1.4;
}
#equipment .equStr li:last-of-type{
	margin-right: 0;
}
#equipment .equStr li img{}
#bat div:nth-of-type(2){
	margin-bottom: 10px !important;
	}
#pow .equUnitMain{
	margin: 0;
}
#ame .equUnit{
	float: left;
	width: 31%;
}
#ame .equUnit:not(:last-of-type){
	margin-right: 3.5%;
}
.equAmeTtl{
	padding: 5px 10px;
	font-size: 124%;
}
	#kit{
		text-align: center;
	}
	#kit div.equUnitMain{
		float: none;
		width: 100%;
		margin-right: 0 !important;
	}
	#kit .equUnit{
		float: none !important;
		display: inline-block;
		margin-left: 2.3%;
		margin-right: 2.3%;
		vertical-align: top;
	}
	#kit div:nth-of-type(3n+1){
		margin-right: 2.3% !important;
	}
	#kit div.equUnitMain + .equUnit{
		width: calc(36% + 4.8%);
	}
	#kit div.equUnitMain + .equUnit img{
		width: 44.7%;
	}
	#kit div.equUnitMain + .equUnit img:first-of-type{
		float: left;
	}
	#kit div.equUnitMain + .equUnit img:last-of-type{
		float: right;
	}
  .ttlLow{
    font-size: 20px;
  }

	
/*locaion*/
	#locMap {
		max-width: 960px;
		margin: 0 auto 40px auto;
		padding-top: 70px;
	}
  #locMap .mapTxt01{
    margin: 0 0 30px 0;
    font-size: 139%;
  }
	#loc01{
		float: left;
		width: calc((450/960)*100%);
		margin: 40px 0 0 0;
	}
  #loc01 ul{}
  /*#loc01 li{
    width: calc((250/530)*100%);
  }
  #loc01 li:nth-of-type(1){
    float: left;
  }
  #loc01 li:nth-of-type(2){
    float: right;
  }*/
  #loc01 li figcaption{}
  
	#loc02{
		float: right;
		width: calc((490/960)*100%);
		margin: 40px 0 0 0;
	}
	#locMap .carnavi{
		font-size: 124%;
		}
	#locDataP{
		padding: 50px 0 0 0;
	}
  #locDataP li{
    font-size: 100%;
  }
  
  #location .time{
    margin: 0 0 30px 0;
    line-height: 1.0;
  }
  #location .time dt{
    font-size: 139%;
  }
  #location .time dd.t01{
    margin: -16px 0 20px 0;
    font-size: 248%;/*24 / 32*/
  }
  #location .time dd.t02{
    font-size: 278%;/*26 / 36*/
  }

  #location .time dd span{
    padding: 10px;
  }
  #location .time dd strong{}
  #location .time dd.t01 strong{}
  #location .time dd.t02 strong{}
  #location .time dd i{}

}

/* for iPad*//*縦横両方の記述*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #landscape .areaList{
		width: 30%;
		margin: 0 0.2% !important;
	}
  #landscape .areaList dt,
  #landscape .areaList dd{
    font-size: 93%;
  }

}


/*提案*/
#proposal{}
#proposal section{}
#proposal section:first-of-type{
  margin-top: 20px;
}
#proposal section .txt{
	position: relative;
	padding: 20px 20px 0 20px;
	text-align: left;
}

#proposal section .txt .t00{
  display: inline-block;
  padding: 4px 7px;
  background: #005bab;
  color: #fff;
	font-size: 108%;/*14 / 16*/
  text-align: center;
  line-height: 1.0;
}
#proposal section .txt .t01{
  margin: 10px 0;
	font-size: 139%;/*18 / 24*/
}
#proposal section .txt .t02{
	font-size: 115%;/*15 / 16*/
  line-height: 2.0;
}
#proposal section .img{}
#proposal section .img img{
  width: 100%;
}



/* for PC*/
@media print, screen and (min-width:768px) {
  #proposal{}
  #proposal section{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #proposal section::after{
    content: none;
  }

  #proposal section:first-of-type{
    margin-top: 40px;
  }
  
  #proposal section .txt{
    width: 50%;
    padding: 0 10px 0 calc((70/1190)*100%);
  }
  #proposal section .txt > div{
    max-width: 450px;
  }


  #proposal section .txt .t00{
    font-size: 124%;/*14 / 16*/
  }
  #proposal section .txt .t01{
    margin: 10px 0;
    font-size: 186%;/*18 / 24*/
  }
  #proposal section .txt .t02{
    font-size: 124%;/*15 / 16*/
  }
  #proposal section .img{
    width: 50%;
  }
  
  #proposal section:nth-of-type(2n){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #proposal section:nth-of-type(2n) .txt{
    padding: 0 calc((70/1190)*100%) 0 10px;
  }
  #proposal section:nth-of-type(2n) .txt > div{
    float: right;
  }
}

/* for iPad*//*縦横両方の記述*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #proposal section .txt .t00{
    font-size: 108%;/*14 / 16*/
  }
  #proposal section .txt .t01{
    font-size: 154%;/*18 / 24*/
  }
  #proposal section .txt .t02{
    font-size: 115%;/*15 / 16*/
  }

}


/*ローン*/
#loan{
	margin: 0 0 30px 0;
  padding: 30px 0;
  background: #005bab;
}
#loan > div{
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
}
#loan .t01{
  font-size: 139%;/*18 / 24*/
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-feature-settings: "palt";
}
#loan .t02{
  position: relative;
  display: inline-block;
  font-size: 170%;/*22 / 32*/
  text-align: center;
  margin: 0 0 20px 0;
  background: url("../images/pro_bg.png") no-repeat center 10px;
  background-size: 100% auto;
  color: #005bab;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-weight: bold;
}
#loan .t02 span{
  font-size: 80%;
}

#loan .t03{
  font-size: 124%;/*16 / 20*/
  text-align: center;
}
#loan .t04 span{
  display: inline-block;
  vertical-align: baseline;
  font-size: 186%;/*24 / 32*/
}
#loan .t04 strong{
  display: inline-block;
  vertical-align: baseline;
  font-size: 200%;/*26 / 40*/
}
#loan figure{
  margin: 20px 0 0 0;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  #loan{
		margin: 0 0 60px 0;
    padding: 60px 0;
  }
  #loan > div{
    padding: 60px 9.5%;
    border-radius: 20px;
  }
  #loan .t01{
    font-size: 186%;/*18 / 24*/
    margin: 0 0 30px 0;
  }
  #loan .t02{
    font-size: 248%;/*22 / 32*/
    margin: 0 0 30px 0;
    padding: 0 70px;
    background-position: center 40%;
  }
  #loan .t02 span{}

  #loan .t03{
    font-size: 154%;/*16 / 20*/
  }
  #loan .t04 span{
    font-size: 248%;/*24 / 32*/
  }
  #loan .t04 strong{
    font-size: 308%;/*26 / 40*/
  }
  #loan figure{
    margin: 30px 0 0 0;
  }
}

/* for iPad*//*縦横両方の記述*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #loan > div{
    max-width: 90vw;
  }
}


/*コンセプト*/

.concept01{
  /*display: inline-block;*/
  max-width: 740px;
  margin: 0 auto 20px auto;
  position: relative;
  padding: 0 10px;
  text-align: center;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.concept01::before,
.concept01::after{
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  border: 1px solid #000;
}
.concept01::before{
  left: 0;
  border-right: none;
}
.concept01::after{
  right: 0;
  border-left: none;
}
.concept01 p:nth-of-type(1){
  margin: 0.2em 0;
  font-size: 117%;/*15 / 28*/
  color: #910000;
}
.concept01 p:nth-of-type(2){
  font-size: 77%;/*10 / 11*/
}
.concept01 img{
  width: 80%;
  vertical-align: middle;
}

/* for PC*/
@media print, screen and (min-width:768px) {

  .concept01{
    display: inline-block;
    min-height: 140px;
    margin: 0 auto 40px auto;
    padding: 10px 35px;
  }
  .concept01::before,
  .concept01::after{
    width: 16px;
  }
  .concept01::before{}
  .concept01::after{}
  .concept01 p:nth-of-type(1){
    font-size: 216%;/*15 / 28*/
  }
  .concept01 p:nth-of-type(2){
    font-size: 85%;/*10 / 11*/
  }
  
  .concept01 img{
    width: auto;
  }
  
}


/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

