@charset "UTF-8";
html{
	width: 100%;
}
body{
	*font-size: small;
	*font: x-small;
	font-size: 13px;
	color: #333333;
	line-height: 1.2;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
@font-face{
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face{
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face{
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face{
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face{
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
#wrap{
	text-align: left;
	overflow: hidden;
	background-color: #fff;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd, figure{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
li{
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
a{
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a{
	-webkit-tap-highlight-color: transparent;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
input, textarea, select, button, label{
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
*{
  box-sizing: border-box;
}
:focus{
	outline: 0;
	border-color: orange;
}
.pcOnly{
	display: block;
}
.tabOnly,
.spOnly{
	display: none;
}
.footstepBox{
	padding-left: 40px;
	padding-right: 40px;
}
.footstepBox a,
.footstepBox a:visited,
.footstepBox{
  color: #fff!important;
}
@media screen and (max-width: 1000px) {
	.tabOnly{
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.pcOnly{
		display: none;
	}
	.pcOnly,.tabOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
  /* .footstepBox a{
    color: #1b558c!important;
  }
  .footstepBox{
    color: #333333!important;
  } */
	.footstepBox{
    position: absolute;
    top: 0;
    left: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}


/* main
-----------------------------------------------*/
#main{
  max-width: 1200px;
  height: 560px;
  margin: 0 auto;
  background: url("../images/img_main.jpg") no-repeat bottom center / cover;
}
#main p{
  padding-top: 115px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #main{
    position: relative;
    height: 0;
    padding-top: 80%;
    background-image: url("../images/img_main_sp.jpg");
  }
  #main p{
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    padding-top: 0;
    font-size: 26px;
  }
}


/* section
-----------------------------------------------*/
section{
  padding: 0 40px;
}
section .inner{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
section h2{
  font-size: 26px;
  line-height: 1.846;
}
section h2 span{
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-right: 30px;
  color: #84715c;
}
section h2 + p{
  font-size: 18px;
  line-height: 2;
  margin-top:10px;
}
section p{
  font-size: 16px;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 750px) {
  section{
    padding: 0 20px;
  }
  section h2{
    font-size: 20px;
  }
  section h2 span{
    display: block;
    font-size: 40px;
    margin-right: 0;
    line-height: 1.2;
  }
  section h2 + p{
    font-size: 14px;
    margin-top:10px;
  }
  section p{
    font-size: 14px;
  }
}


/* lead
-----------------------------------------------*/
#lead{
  margin-top: 90px;
}
#lead h1{
  max-width: 316px;
  margin: 0 auto;
}
#lead p{
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #lead{
    margin-top: 60px;
  }
  #lead h1{
    max-width: 250px;
    margin: 0 auto;
  }
  #lead p{
    font-size: 14px;
  }
}


/* model
-----------------------------------------------*/
#model{
  margin-top: 60px;
}
#model .col{
  display: flex;
  align-items: center;
}
#model .col + .col{
  margin-top: 80px;
}
#model .col .img{
  width: 58.334%;
}
#model .col .model{
  width: 41.666%;
}
#model .col:nth-child(odd) .model{
  text-align: center;
  padding-right: 20px;
}
#model .col:nth-child(even) .model{
  text-align: right;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  #model{
    padding-left: 0;
    padding-right: 0;
  }
  #model .col{
    flex-wrap: wrap;
  }
  #model .col + .col{
    margin-top: 40px;
  }
  #model .col:nth-child(even){
    flex-direction: column-reverse;
  }
  #model .col .img{
    width: 100%;
    margin-top: 20px;
  }
  #model .col .model{
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
  #model .col:nth-child(odd) .model,
  #model .col:nth-child(even) .model{
    text-align: center;
    padding: 0;
  }
}


/* house
-----------------------------------------------*/
#house{
  margin-top: 70px;
}
#house .box{
  background: #f7f7f7; 
  margin-top: 30px;
  padding: 40px 80px;
  display: flex;
  align-items: center;
}
#house .box .txt{
  width: 70%;
  padding-right: 60px;
}
#house .box .img{
  width: 30%;
}
@media screen and (max-width: 1023px) {
  #house .box{
    display: block;
    padding: 40px;
  }
  #house .box .txt{
    width: 100%;
    padding-right: 0;
  }  
  #house .box .img{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #house{
    margin-top: 60px;
  }
  #house .box{
    margin-top: 20px;
    padding: 20px;
  }
}


/* feature
-----------------------------------------------*/
#feature{
  background: #e4d7ca;
  padding-top: 75px;
  padding-bottom: 90px;
  margin-top: 105px;
}
#feature .col3{
  display: flex;
  margin: 55px auto 0;
  max-width: 1160px;
}
#feature .col3 .col{
  width: 33.33%;
  margin-right: 70px;
}
#feature .col3 .col:last-child{
  margin-right: 0;
}
#feature .col3 .col .img{
  text-align: center;
}
#feature .col3 .col .img span{
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#feature .col3 .col .img img{
  width: 137px;
  margin: 10px auto 0;
}
#feature .col3 .col .txt{
  margin-top: 20px;
}
#feature .col3 .col .txt h3{
  font-size: 26px;
  text-align: center;
}
#feature .col3 .col .txt p{
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #feature{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #feature .col3{
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  #feature .col3 .col{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #feature .col3 .col:last-child{
    margin-bottom: 0;
  }
  #feature .col3 .col .img img{
    width: 110px;
    margin: 5px auto 0;
  }
  #feature .col3 .col .txt{
    margin-top: 10px;
  }
  #feature .col3 .col .txt h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  #feature .col3 .col .txt p{
    margin-top: 10px;
  }
}


/* example
-----------------------------------------------*/
#example{
  margin-top: 70px;
}
#example .col{
  display: flex;
  width: 100%;
  margin-top: 80px;
  align-items: center;
}
#example .col + .col{
  margin-top: 20px;
}
#example .col .img{
  width: 58.33%;
  text-align: center;
}
#example .col .img ul{
  display: flex;
}
#example .col .img li{
  margin-right: 20px;
}
#example .col .img li:last-child{
  margin-right: 0;
}
#example .col .txt{
  width: 41.67%;
  padding: 0 90px 0 135px;
  box-sizing: border-box;
}
#example .col:nth-child(even) .txt{
  padding: 0 135px 0 90px;
}
#example .col .txt h3{
  font-size: 40px;
  margin-bottom: 20px;
}
#example .col:first-child .txt h3{
  color: #424b4c;
}
#example .col:nth-child(3) .txt h3{
  color: #84715c;
}
#example .col:last-child .txt h3{
  color: #000000;
}
@media screen and (max-width: 1280px) {
  #example .col{
    flex-wrap: wrap;
    max-width: 700px;
    margin: 60px auto 0;
  }
  #example .col:nth-child(odd){
    flex-direction: column-reverse;
  }
  #example .col + .col{
    margin-top: 60px;
  }
  #example .col .img{
    width: 100%;
  }
  #example .col .img ul{
    justify-content: center;
  }
  #example .col .txt{
    width:100%;
    padding: 0 !important;
    text-align: center;
    margin-top: 20px;
  }
  #example .col .txt h3{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #example{
    margin-top: 40px;
  }
  #example .col{
    margin-top: 30px;
  }
  #example .col + .col{
    margin-top: 30px;
  }
  #example .col .img li {
    margin-right: 10px;
  }
  #example .col:nth-child(even) .txt{
    padding: 0;
  }
  #example .col .txt{
    text-align: left;
  }
  #example .col .txt h3{
    font-size: 22px;
    margin-bottom: 5px;
  }
}


/* gallery
-----------------------------------------------*/
#gallery{
  margin-top: 70px;
}
#imgGallery{
	margin: 60px auto 0;
	max-width: 1010px;
}
#imgGallery .slider-for{
	padding: 0 5px;
}
#imgGallery .slider-for li img{
	width: 100%;
}
#imgGallery .slider-for li span{
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #000;
	color: #fff;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: bold;
	transform: translate3d(0, 0, 0);
}
#imgGallery .slider-for li span.wht{
	background: #fff;
	color: #333;
}
#imgGallery .slider-nav{
	overflow: hidden;
	margin-top: 10px;
}
#imgGallery .slider-nav li{
	padding: 0 5px;
}
@media screen and (max-width: 750px) {
  #gallery .inner{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }
	#imgGallery{
		margin: 20px auto 0;
	}
	#imgGallery .slider-for{
		padding: 0 2px;
	}
	#imgGallery .slider-nav{
		margin-top: 4px;
	}
	#imgGallery .slider-nav li{
		padding: 0 2px;
	}
	#imgGallery .slick-next{
		right: -10px;
	}
	#imgGallery .slick-prev{
		left: -10px;
	}
	#imgGallery .cer-for li span{
		left: 15px;
		bottom: 15px;
		padding: 5px 10px;
		font-size: 13px;
	}
}


/* imgGallery slick
-----------------------------------------------*/
#imgGallery .slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
#imgGallery .slick-list{
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0;
	height: 100%;
}
#imgGallery .slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
#imgGallery .slick-slider .slick-track, .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#imgGallery .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#imgGallery .slick-track:before, .slick-track:after{
	display: table;
	content: '';
}
#imgGallery .slick-track:after{
	clear: both;
}
#imgGallery .slick-loading .slick-track{
	visibility: hidden;
}
#imgGallery .slick-slide{
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}
#imgGallery .slick-slide:focus{
	outline: none;
}
#imgGallery [dir='rtl'] .slick-slide{
	float: right;
}
#imgGallery .slick-initialized .slick-slide{
	display: block;
}
#imgGallery .slick-loading .slick-slide{
	visibility: hidden;
}
#imgGallery .slick-vertical .slick-slide{
	display: block;
	height: auto;
}
#imgGallery .slick-next, .slick-prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	border: none;
	cursor: pointer;
}
#imgGallery .slick-next{
	right: 0;
}
#imgGallery .slick-prev{
	left: 0;
}
#imgGallery .slick-arrow::before{
	position: relative;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: left .2s cubic-bezier(.210, .60, .350, 1);
}
#imgGallery .slick-next::before{
	left: -8%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#imgGallery .slick-prev::before{
	left: 8%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#imgGallery .slick-next:hover::before{
	left: -2%;
}
#imgGallery .slick-prev:hover::before{
	left: 2%;
}
#imgGallery .slick-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
#imgGallery .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#imgGallery .slick-dots li button{
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	transition: background .4s cubic-bezier(.210, .60, .350, 1);
}
#imgGallery .slick-dots li.slick-active button, .slick-dots li button:hover{
	background-color: rgba(255, 255, 255, 1);
}


/* plan
-----------------------------------------------*/
#plan{
	background: #c4c0be;
  margin-top: 100px;
	padding: 80px 40px 100px;
}
#plan .tab{
	background-color: #fff;
	max-width: 1000px;
	margin: 60px auto 0;
}
#plan ul{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
#plan ul li{
	width: calc(100% / 2);
	text-align: center;
}
#plan ul li a{
	display: block;
	cursor: pointer;
	overflow: hidden;
}
#plan ul li:first-child a{
	border-left: none;
}
#plan ul li a strong{
	font-size: 20px;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: 64px;
}
#plan ul li:first-child a strong{
	border-image-outset: 20px 20px 20px 0;
}
#plan li .tab_btn{
	background-color: #d6d3d2;
	color: #83715c;
}
#plan li:first-child .tab_btn{
	color: #424b4c;
}
#plan li .tab_btn.active{
	background-color: #fff;
}
#plan .panel_area{
	margin-top: 55px;
	padding: 0 60px 60px 60px;
}
#plan .panel_area .text{
	display: flex;
	margin-bottom: 60px;
}
#plan .panel_area .text p:first-child{
	width: 66.6%;
	padding-right: 20px;
}
#plan .panel_area .text p:last-child{
	width: 33.3%;
	border-left: 1px solid #c4c0be;
	padding: 0 10px 0 20px;
}
#plan .tab_panel{
	display: none;
}
#plan .tab_panel.active{
	display: block;
}
#plan .panel_area .img{
	display: flex;	
}
@media screen and (max-width: 750px) {
  #plan{
    padding: 40px 20px;
    margin-top: 40px;
  }
  #plan ul li a strong{
    font-size: 16px;
    height: 54px;
  }
  #plan .tab{
    margin: 30px auto 0;
  }
  #plan .panel_area{
    margin-top: 20px;
    padding: 0 20px 20px 20px;
  }
  #plan .panel_area .text{
    display: block;
    margin-bottom: 40px;
    }
  #plan .panel_area .text p{
    font-size: 14px;
  }
  #plan .panel_area .text p:first-child{
    width: 100%;
    padding-right: 0;
  }
  #plan .panel_area .text p:last-child{
    width: 100%;
    border-left: none;
    border-top: 1px solid #c4c0be;
    padding: 10px 0 0;
    margin-top: 10px;
  }
  #plan .panel_area .img{
    display: block;
  }
}


/* variation
-----------------------------------------------*/
#variation{
  background: #f0f0f0;
	padding: 80px 40px 100px;
}
#variation h2 + p {
    margin-top: 5px;
}
#variation .box{
  background: #fff;
  padding: 40px 90px;
  margin-top: 5px;
}
#variation .box1{
  margin-top: 65px;
}
#variation .box h3{
  font-size: 26px;
  margin-bottom: 10px;
}
#variation .box ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 30px 20px;
}
#variation .box ul li{
  width: calc((100% - 60px)/4);
  text-align: center;
}
#variation .box ul li img{
  display: block;
  margin: 0 auto;
}
#variation .box1 ul li span{
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
#variation .box1 ul li span strong{
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}
#variation .box2 ul li span{
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 42px;
  position: relative;
  text-align: left;
}
#variation .box2 li span::before{
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
#variation .box2 ul li.color1 span::before{
  background: #dbddda;
}
#variation .box2 ul li.color2 span::before{
  background: #505458;
}
#variation .box2 ul li.color3 span::before{
  background: #859a8d;
}
#variation .box2 ul li.color4 span::before{
  background: #756954;
}
#variation .box3 ul li span{
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
#variation .box ul li img{
  max-height: 138px;
}
#variation .box:nth-of-type(3) li img{
  max-height: 190px;
}
#variation .btn{
  margin-bottom: 20px;
}
#variation .btn a{
  background: #84715c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 350px;
  height: 80px;
  line-height: 80px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}
#variation .btn a::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  margin: 0 0 5px 6px;
  transform: rotate(45deg);
}
#variation .btn a:hover{
  opacity: .7;
}
@media screen and (max-width: 1280px) {
  #variation .box{
    background: #fff;
    padding: 40px 60px;
  }
}
@media screen and (max-width: 1023px) {
  #variation .box ul li{
    width: calc((100% - 20px)/2);
  }
}
@media screen and (max-width: 750px) {
  #variation{
    padding: 40px 20px;
  }
  #variation .box{
    padding: 20px;
  }
  #variation .box1{
    margin-top: 30px;
  }
  #variation .box h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  #variation .box ul{
    gap: 20px 20px;
  }
  #variation .box ul li img{
    max-width: 120px;
  }
  #variation .box1 ul li span{
    font-size: 14px;
  }
  #variation .box1 ul li span strong{
    font-size: 20px;
  }
  #variation .box2 ul li span{
    font-size: 14px;
    margin-top: 10px;
    padding-left: 25px;
  }
  #variation .box2 li span::before{
    top: -3px;
    width: 20px;
    height: 20px;
  }
  #variation .box3 ul li span{
    font-size: 14px;
  }
  #variation .btn a{
    font-size: 16px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
  }
}


/* specification
-----------------------------------------------*/
#specification{
	margin: 80px 0 100px;
}
#specification .tableInner{
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}
#specification table{
  width: 100%;
}
#specification th,
#specification td{
  color: #84715c;
  border: solid 1px #84715c;
  padding: 17px 20px;
  line-height: 1.5;
  font-size: 14px;
}
#specification th{
  background: #e6e3de;
  white-space: nowrap;
}
#specification td{
  text-align: center;
  width: 50%;
}
#specification td img{
  max-width: 400px;
}
#specification .note{
  margin-top: 10px;
}
#specification .note li{
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
  margin: 3px 0 0 1em;
  text-indent: -1em;
}
#specification .note li:first-child{
  margin-top: 0;
}
#specification .btn{
  display: block;
  background: #00afdd;
  color: #fff !important;
  position: relative;
  border-radius: 4px;
  max-width: 710px;
  height: 85px;
  padding: 35px 20px 0 20px;
  text-align: center;
  box-sizing: content-box;
  margin: 80px auto 0;
}
#specification .btn:hover{
  opacity: .8;
}
#specification .btn span{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
#specification .btn span::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 1px;
}
#specification .btn img{
  position: absolute;
  top: -20px;
  right: 60px;
}
@media screen and (max-width: 830px) {
  #specification .btn{
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #specification{
    margin-top: 40px;
  }
  #specification .tableInner{
    margin: 30px auto 0;
  }
  #specification .scroll-table{
    overflow: auto;
    white-space: nowrap;
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
  }
  #specification .scroll-table::-webkit-scrollbar {
    height: 8px;
  }
  #specification .scroll-table::-webkit-scrollbar-thumb {
    background-color: #84715c;
    border-radius: 8px;
  }
  #specification .scroll-table::-webkit-scrollbar-track {
    background: #fff;
  }
  #specification th,
  #specification td{
    padding: 12px 15px;
    font-size: 13px;
  }
  #specification tr:first-child th strong{
    font-size: 16px;
  }
  #specification .note li{
    font-size: 11px;
  }
  #specification .btn{
    width: auto;
    height: auto;
    padding: 25px 0 25px 20px;
    font-size: 10px;
    margin: 40px auto 0;
  }
  #specification .btn span{
    font-size: 13px;
    margin-bottom: 10px;
  }
  #specification .btn img{
    right: 2%;
    top: -10%;
    width: 90px;
  }
}


/* map
-----------------------------------------------*/
#map{
  background: #f0f0f0;
  margin-top: 100px;
  padding: 100px 40px;
}
#map .list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 60px;
}
#map .list .col{
  width: calc((100% - 120px)/4);
}
#map .list .col h3 strong{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
}
#map .list .col h3 span{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  background: #424b4c;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  line-height: 1;
}
#map .list .col p{
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
#map .list .col p a{
  text-decoration: underline;
  color: #333;
}
@media screen and (max-width: 1200px) {
  #map .list .col{
    width: calc((100% - 80px)/3);
  }
}
@media screen and (max-width: 920px) {
  #map .list{
    gap: 40px 40px;
    margin-top: 60px;
  }
  #map .list .col{
    width: calc((100% - 40px)/2);
  }
}
@media screen and (max-width: 750px) {
  #map{
    padding: 40px 20px;
    margin-top: 50px;
  }
  #map .list{
    gap: 30px 20px;
    margin-top: 40px;
  }
  #map .list .col{
    width: calc((100% - 20px)/2);
  }
  #map .list .col h3 strong{
    display: block;
    font-size: 16px;
    margin-right: 8px;
  }
  #map .list .col h3 span{
    font-size: 11px;
    padding: 3px 5px;
    margin-top: 5px;
  }
  #map .list .col p{
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5;
  }
}


/* modTopMap
-----------------------------------------------*/
.modTopMap{
  margin-top: 70px;
}
.boxGmap{
  width: 100%;
  height: 550px;
}
.txtInfo{
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.88;
  text-align: center;
}
.boxGmap p{
  font-size: 13px;
  line-height: 1.5;
}
.icoMarker{
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.icoMarker::before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 48px;
  margin-top: -24px;
  background: url("../images/icon_map.svg") no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 750px) {
  .modTopMap{
    position: relative;
    left: -20px;
    margin-top: 30px;
    width: calc(100% + 40px);
  }
  .boxGmap{
    height: 400px;
  }
}


/* faq
-----------------------------------------------*/
#faq{
  background: #e2d7cb;
    padding: 80px 40px 100px;
}
#faq .boxInner{
  padding: 80px 70px;
  background: #fff;
	margin: 70px auto 0;
}
#faq .list{
	width: 100%;
  box-sizing: border-box;
}
#faq .list li{
  margin-top: 40px;
}
#faq .list li:first-child{
  margin-top: 0;
}
#faq .list li h3{
	font-size: 20px;
	margin-bottom: 15px;
}
#faq .list li p{
	text-align: left;
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
  #faq{
    padding: 40px 20px;
  }
  #faq .boxInner{
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    padding: 40px 20px 20px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #faq .list li h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  #faq .list li p{
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 14px;
  }
}


/* relationBox
-----------------------------------------------*/
#relationBox .inner{
  width: 1040px;
  margin: 0 auto;
  padding: 100px 0;
}
#relationBox h4{
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
#relationBox h4 .sp{
  display: none;
}
#relationBox ul{
  overflow: hidden;
}
#relationBox ul li{
  float: left;
  width: 235px;
  margin-right: 20px;
}
#relationBox ul li.link4{
  margin-right: 0px;
}
#relationBox ul li a{
  display: block;
  color: #005C94;
  font-size: 14px;
  font-weight: bold;
}
#relationBox ul li a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
#relationBox ul li .photo{
  border: 2px solid #EEEDEB;
  margin-bottom: 8px;
}
#relationBox ul li i{
  font-size: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  #relationBox ul{
    width: 100%;
    overflow: hidden;
  }
  #relationBox ul li{
    float: left;
    box-sizing: border-box;
    width: 25%;
    margin-right: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  #relationBox .inner{
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 740px) {
  #relationBox .inner{
    padding: 40px 15px 0;
    width: auto;
  }
  #relationBox h4{
    font-size: 15px;
  }
  #relationBox ul{
    font-size: 0;
    text-align: center;
  }
  #relationBox ul li{
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
  }
  #relationBox ul li:nth-child(2n){
    margin-left: 3%;
  }
  #relationBox ul li a{
    font-size: 12px;
  }
  #relationBox ul li .photo img{
    width: 100%;
    height: auto;
  }
  #relationBox ul li i{
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  #relationBox h4 .sp{
    display: inline;
  }
}