@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: 15px;
  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;
  min-width:1150px;
}
@media screen and (max-width:768px){
	body{
		font-size: 14px;
	}
}
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[href^="tel:"]{
  pointer-events: none;
}
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;
}
.sp{
	display: none !important;
}
.obj{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.inner{
	margin: 0 auto;
	width: 85%;
	max-width: 1200px;
}
.bold{
	font-weight: 900;
}
.block{
	display: block;
}

h2.contents-title{
	font-size: 26px;
	margin-bottom: 20px;
}
h2.contents-title span{
	display: block;
	letter-spacing:11px;
	margin-bottom: 6px;
	font-size: 0.7em;
}


.more-btn a{
	font-size: 24px;
	display: block;
	letter-spacing: 5px;
	width: 250px;
	color: #000;
	border: 2px solid #000;
	text-align: center;
	padding: 3px 0;
	position: relative;
}
@media screen and (max-width:768px){
	.more-btn a{
		font-size: 20px;
		width: 200px;
	}
}
.more-btn a:after{
	content: "";
	background: url(../images/top/arrow-right.png) no-repeat;
	background-size: contain;
	width: 300px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -50px;
	transition: .5s;
}
@media screen and (max-width:768px){
	.more-btn a:after{
		width: 250px;
		height: 25px;
		bottom: -40px;
	}
}
.more-btn a:hover{
	color: #fff;
	background: #000;
}
/* ヘッダー */
.header-area{
	background: rgba(255,255,255,.95);
	z-index: 1000;
	display: flex;
	justify-content: flex-end;
	align-items:center; 
	position: relative;
}
.headcontact{
	background:#e5e1aa;
	width:150px;
	height:100%;
	padding:10px 0;
	text-align: center;
	font-size:16px;
	font-weight: bold;
}
.head-logo{
	width:12%;
	position: absolute;
	top:20px;
	left:5%;
}
.gnavi-list{
	align-items: center;
	width:800px;
}
.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;
}
@media screen and (max-width:1109px){
	.gnavi-list li a{
		font-size: 17px;
	}
}
.gnavi-list li a:hover{
	border-bottom: 1px solid #251814;	
	transition: .6s;	
}
/* フッター */
.footer-area{
	margin-top: 130px;
	padding: 20px 0 20px 0;
	background: #c5d2de;
}
.footer-area .sec-title{
	font-size: 48px;
  letter-spacing: 8px;
}
.footer-area .sec-title .mini{
	font-size: 24px;
  font-weight: 500;
  display: block;
  letter-spacing: 10px;
}
.link-list{
	justify-content: space-between;
}
.link-list li{
	width: 32.5%;
}
.foot-middle{
	background: #fff;
	padding: 30px;
}
.foot-ad-box .sec-title{
	width: 330px;	
	text-align: center;
	letter-spacing: 6px;
	margin-right: 40px;
}
.foot-ad-box{
	align-items:center;
}
.foot-ad-box .sub-text{
	flex: 1;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: center;
	font-size: 18px;
}
.contactcontents{
	flex:1;
}
@media screen and (max-width:950px){
	.foot-ad-box .sub-text{
		margin-top: 10px;
		text-align: center;
		padding-left: 0;
		font-size: 15px;
		line-height: 2;
	}
}
.foot-cont-box{
	margin-top: 30px;
	flex-wrap: wrap;
}
@media screen and (max-width:950px){
	.foot-cont-box{
		margin-top: 20px;
		flex-direction: column;
		align-items: center;
	}
}
.foot-cont-box .title{
	letter-spacing: 5px;
	font-size: 18px;
	display: flex;
	align-items: center;
}
@media screen and (max-width:950px){
	.foot-cont-box .title{
		justify-content: center;
		letter-spacing: 4px;
	}
}
.foot-cont-box .title:before{
	margin-right: 7px;
	content: "";
	background: url(../images/common/arrow-common.png) no-repeat;
	background-size: contain;
	width: 34px;
	height: 8px;
	display: inline-block;
}
.foot-cont-box .tel-box{
	width: 330px;
}
@media screen and (max-width:950px){
	.foot-cont-box .tel-box .time{
		margin: 0 0 10px;
		text-align: center;
	}
}
.foot-cont-box .mail-box{
	padding-left: 17vw;
	flex: 1;
}
@media screen and (min-width:1600px){
	.foot-cont-box .mail-box{
		padding-left: 200px;
	}
}
@media screen and (max-width:1260px){
	.foot-cont-box .mail-box{
		padding-left: 7vw;
	}
}
@media screen and (max-width:950px){
	.foot-cont-box .mail-box{
		padding-left: 0;
	}
}
.tel-box .number{
	margin-top: 10px;
}
.tel-box .number a{
	font-size: 38px;
	display: flex;
	align-items: center;
}
.tel-box .number a:before{
	margin-right: 10px;
	content: "";
	background: url(../images/common/under-tel.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 34px;
	display: inline-block;
}
.contactbox .form{
	margin-top: 15px;
}
.contactbox .form a{
	padding: 10px 0;
	width: 100%;
	font-size: 19px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
	background: #e5e1aa;
	position: relative;
}
.contactbox .form a::after {
    content: "";
    background: url(../images/common/arrow.svg);
    display: inline-block;
    background-size: 100%;
    width: 31px;
    height: 11px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.mail-box .form a:before{
	margin-right: 10px;
	content: "";
	background: url(../images/common/under-mail.png) no-repeat;
	background-size: contain;
	width: 36px;
	height: 25px;
	display: inline-block;
}
@media screen and (max-width:1060px){
	.mail-box .form a:before{
		width: 30px;
		height: 25px;
	}
}
.chat-box{
	margin: 30px 0 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width:950px){
	.chat-box{
		flex-direction: column;
	}
}
.foot-cont-box .chat-box .title{
	margin-top: 15px;
}
@media screen and (max-width:1300px){
	.foot-cont-box .chat-box .title{
		font-size: 16px;
	}
}
.chat-box .btn{
	margin: 10px 30px 0 0;
	width: 300px;
}
@media screen and (max-width:950px){
	.chat-box .btn{
		margin: 10px auto 0;		
	}
}
.foot-under{
	margin-top: 100px;
	align-items:center;
}
.foot-under-left{
	width: 318px;
}
@media screen and (max-width:768px){
	.foot-under-left{
		width: 260px;
	}
}
.foot-adress{
	margin-top: 10px;
	letter-spacing: 1px;
}
.foot-adress .lato{
	display: block;
}
.foot-adress2{
	margin-top: 10px;
	letter-spacing: 1px;
}
.follow{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 300;
}
.sns-list{
	margin-top: 10px;
	justify-content: space-between;
	width: 85%;
}
.sns-list li{
	width: 30px;
}
.foot-under-right{
	flex: 1;
	padding-left: 12vw;
}
.foot-under-right ul{
	display: flex;
	flex-wrap:wrap;
}
@media screen and (max-width:950px){
	.foot-under-right{
		padding-left: 7vw;
	}
}
@media screen and (max-width:768px){
	.foot-under-right{
		padding-left: 40px;
	}
}
.foot-under-right>ul li{
	margin-bottom: 20px;
}
.foot-under-right>ul li a{
	font-size: 18px;
	letter-spacing: 4px;
	padding:0 10px;
	display: flex;
	align-items: center;
}
.foot-under-right>ul li a:hover{
	color: #6d6d6d;
	opacity: .6;
}
@media screen and (max-width:768px){
	.foot-under-right>ul li a{
		font-size: 17px;
	}
}
.foot-under-right>ul li a:before{
	content: "-";
	display: inline-block;
}
.copy{
	margin-top: 50px;
	text-align: right;
	font-size: 13px;
	font-weight: 300;	
	letter-spacing: 1px;
}