@charset "utf-8";
/* 共通 */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
html{
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  /* IE用 */
  html{
	  overflow-x: hidden;
  }
}
body{
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック",YuGothic,"ヒラギノUD角ゴF Std","ヒラギノUD角ゴ Std","ヒラギノ角ゴ std","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  line-height: 1.6;
  color: #251814;
  position: relative;
}
a:focus, *:focus{
  outline: none;
  color: #000;
}
main{
  display: block;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
ul li{
  list-style: none;
}
h1, h2, h3, h4, h5{
  margin: 0;
  font-size: inherit;
}
p{
  margin: 0;
}
a:hover img{
  opacity: .8;
  transition: .4s;
}
a img, a{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s;
}
a{
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover{
  opacity: .8;
  transition: .4s;
}
.center{
  text-align: center;
}
.flex{
  display: flex;
}
.mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"ヒラギノ明朝 Std","Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.inter{
	font-family: 'Inter', sans-serif;
}
.noto{	
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.kozuka{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.renner{
	font-family: 'Renner';
}
.lato{
	font-family: 'Lato', sans-serif;
}
.acier{
	font-family: acier-bat-outline, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pc{
	display: none !important;
}
.obj{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.inner{
	margin: 0 auto;
	width: 90%;
}
.bold{
	font-weight: 900;
}
.block{
	display: block;
}
h2.contents-title{
	font-size: 19px;
	margin-bottom: 20px;
}
h2.contents-title span{
	display: block;
	letter-spacing:11px;
	margin-bottom: 6px;
	font-size: 0.7em;
}

.more-btn{
	text-align: center;
}
.more-btn a{
	margin: 0 auto;
	display: inline-block;
  width: 65vw;
  max-width: 350px;  
  text-align: center;
  border: 2px solid #000;
  padding: 11px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  transition: .5s;
  background: #fff;
}
.more-btn a:after{
	content: "";
  background: url(../images/common/btn-arrow.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 8px;
  display: inline-block;
  margin-left: .3em;
  vertical-align: middle;
  transition: .5s;
}
/* ヘッダー */
.header-area{
	position: relative;
}
.head-logo{
	padding: 15px 0;	
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 100%;
	background: #fff;
	z-index: 1000;
	text-align: center;
}
.head-logo img{
	width: 50vw;
	max-width: 220px;
}
.gnavi-list{
	align-items: center;
}
.gnavi-list li{
	flex: 1;
	text-align: center;
}
.gnavi-list li a{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 1.4;
	border-bottom: 1px solid transparent;	
	transition: .6s;
	padding: 0 5px 3px 5px;
}
/* フッター */
.footer-area{
	padding: 50px 0 20px 0;
	background: #c5d2de;
}
@media screen and (max-width:667px){
	.footer-area{
		padding: 0 0 30px 0;
	}	
}
@media screen and (max-width:667px){
	.foot-top{
		background: #fff;
		width: 100%;
		padding: 50px 5%;
	}
}
.footer-area .sec-title{
	font-size: 22px;
	line-height: 1.8;
}
.footer-area .sec-title .mini{
  font-size: 16px;
  font-weight: 500;
  display: block;
  letter-spacing: 4px;
}
@media screen and (max-width:667px){
	.footer-area .sec-title .mini.inter{
		font-size: 14px;
	}
}
.link-list{
	flex-direction: column;
}
.link-list li{
	margin-bottom: 10px;
}
@media screen and (max-width:667px){
	.link-list li{
		margin-bottom: 5px;
	}
	.link-list li:last-of-type{
		margin-bottom: 0;
	}
}
@media screen and (max-width:667px){
	.link-list li img{
		object-fit: cover;
		width: 100%;
		height: 35vw;
	}
}
.foot-middle{
	background: #fff;
	padding: 20px 3%;
}
.foot-ad-box{
	align-items: center;
	flex-direction: column;
}
.foot-ad-box .sec-title{
	text-align: center;
	letter-spacing: 4px;
}
.foot-ad-box .sub-text{
	margin-top: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: center;
}
.foot-cont-box{
	margin-top: 30px;
	flex-direction: column;
}
.foot-cont-box .title{
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.contactbox .form{
	margin-top: 15px;
}
.contactbox .form a{
	padding: 10px 0;
	display: block;
	width:100%;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	background: #e5e1aa;
	position: relative;
	text-align: center;
}

.contactcontents{
	width:100%;
}

.foot-cont-box .title:before{
/*
	margin-right: 5px;
	content: "";
	background: url(../images/common/arrow-common.png) no-repeat;
	background-size: contain;
	width: 34px;
	height: 8px;
	display: inline-block;
*/
}
.chat-box{
	margin-top: 30px;
}
.chat-box .btn{
	margin: 10px auto 0;
	width: 220px;
}
.tel-box .number{
	margin-top: 5px;
}
.tel-box .number a{
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
}
.tel-box .number a:before{
	margin-right: 8px;
	content: "";
	background: url(../images/common/under-tel.png) no-repeat;
	background-size: contain;
	width: 26px;
	height: 23px;
	display: inline-block;
}
.foot-cont-box .tel-box .time{
	margin-bottom: 30px;
	text-align: center;
}
.mail-box .form{
	margin-top: 10px;
}
.mail-box .form a{
	margin: 0 auto;
	width: 300px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
	background: #e5e1aa;
}
.mail-box .form a:before{
	margin-right: 8px;
	content: "";
	background: url(../images/common/under-mail.png) no-repeat;
	background-size: contain;
	width: 27px;
	height: 20px;
	display: inline-block;
}
.foot-under{
	margin-top: 50px;
	flex-direction: column;
}
.foot-logo{
	width: 50vw;
  max-width: 220px;
  margin:0 auto;
}
.foot-adress{
	margin-top: 20px;
	letter-spacing: 1px;
}
.foot-adress .lato{
	margin-bottom: 3px;
	display: block;
}
.foot-adress2{
	margin-top: 10px;
	letter-spacing: 1px;
}
.foot-adress3{
	margin-top: 3px;
}
.follow{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
}
.sns-list{
	margin-top: 10px;
}
.sns-list li{
	margin: 0 10px;
	width: 20px;
}
.foot-under-right{
	margin-top: 40px;
}
.foot-under-right>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.foot-under-right>ul li{	
	margin: 0 2% 20px 0;
	width: 49%;
}
.foot-under-right>ul li:nth-of-type(2n){
	margin: 0 0 20px 0;
}
.foot-under-right>ul li a{
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
}
.foot-under-right>ul li a:before {
	margin-right: 3px;
  content: "-";
  display: inline-block;
}
.copy{
	margin-top: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: 300;	
	letter-spacing: 1px;
}
/* スマホメニュー内 */
.fat-nav .foot-logo{
	margin: 50px auto 0;
	width: 200px;
}
.fat-nav .head-navi{
	margin-top: 30px;
}
.fat-nav .gnavi-list li{
	margin-top: 20px;
}
.fat-nav .gnavi-list li a{
	display: block;
	font-size: 17px;
}
@media screen and (max-width:650px){
	.fat-nav .gnavi-list li a{
		font-size: 15px;
	}
}
.fat-nav .foot-middle{
	margin-top: 30px;
	padding: 0;
	position: relative;
}
.fat-nav .foot-ad-box .sec-title{
	font-size: 20px;
	letter-spacing: 1px;
	background: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.fat-nav .tel-box .number{
	margin-top: 0;
}
.fat-nav .tel-box .number a{
	font-size: 26px;
}
.fat-nav .tel-box .number a:before{
	margin-right: 10px;
}
.fat-nav .foot-cont-box{
	margin-top: 10px;
}
.fat-nav .mail-box{
	margin-top: 10px;
}
.fat-nav .mail-box .form{
	margin-top: 0;
}
.fat-nav .mail-box .form a{
	margin: 0 auto;
	width: 300px;
}
.fat-nav .follow{
	margin-top: 30px;
	text-align: center;
}
.fat-nav .sns-list{
	justify-content: center;
}
.fat-nav .chat-box{
	margin-top: 0;
}