@charset "UTF-8";

html *, body{
	font-family: "yugothic";
	color: #707070;
	font-size: 14px;
	letter-spacing: 0.075em;
	line-height: 1.42;
}

.hiFontTtl{
	font-size: 2.57em;/* 36px */
}

.hiFontMidTtl{
	font-size: 1.71em;/* 24px */
}
.lh-36{
	line-height: 36px;
}


.hiFontSubTtl{
	font-size: 1.29em; /* 18px */
}

.hiFontSub2Ttl{
	font-size: 1.29em; /* 18px */
}

.hiFontP{
	font-size: 1.14em;/* 16px */
}

.hiFontSmall{
	font-size: 12px;
}

.container{
	max-width: 1064px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1084px){
	.container{
		max-width: calc(100% - 10px);
		padding: 0 20px;
		margin-left: auto;
		margin-right: auto;
	}

}







/* header */

header{
	border-top: 40px solid #41bd69 ;
	padding-top: 50px;
	padding-bottom: 60px;
}
.headerWrap{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.headerWrapIn{
	display: block;
	text-decoration: none;

}

.headerLogoArea{
	flex-basis: 220px;
	margin-right:20px;
}
.headerMenuArea{
	flex-basis: calc(100% - 240px);
}

.headerLogoIn{

}

.headerLogo{
	width: 200px;
	margin: 0 auto 10px auto;
}
.headerLogoCapArea{
	text-align: center;
}
.headerMenuTopArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerMenuBottomArea{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;;
}
.headerMenuWrap{
	flex-basis: 100%;
	border-right: 2px solid #ffdb29;
}

.headerMenuWrap:last-child{
	border-right: none;
}

.headerMenuTopCatch{
	font-size: 19px
}

.headerMenuLink{
	text-decoration:none;
}
.headerMenuEng{
	font-size: 12px;
	margin-bottom: 10px;
}
.headerMenuEng, .headerMenuJp{
	display: block;
	text-align: center;
}

.lgMinwid{
	min-width: 160px;
}


/* header end */
.mainVi{
	background-image: url(../img/main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 670px;
	background-position: center;
	display: flex;
	align-items: center;
}

.mainViTxtArea{
	margin-top: 30px;
	text-align: center;
}

.mainViLogoArea{

}

.mainViLogo{
	margin:  0 auto 50px auto;
}
.mainViCapArea{
	margin-bottom:  50px;
}
.mainViCoArea{
}

.contentTtlBox{
	margin-bottom: 45px;
}

.contentTtl{

}

.contentTtlEng,.contentTtlJp{
	display: block;
	text-align: center;
}
.contentTtlEng{
	margin-bottom: 20px;
}

.contentArea{
	padding: 50px 0;
}

.scheduleArea{
	margin-bottom: 50px;
}

.scheduleImgArea{
	max-width: 750px;
	margin: 0 auto;
}

.scheduleImg{
	margin: 0 auto;
}
.scheduleImgCapArea{
	margin-top: 20px;
}
footer .scheduleImgCapArea{
	margin-top: 10px;
}

.accessMapWrap{
	margin-bottom: 60px;
}
.accessMap{
	width: 100%;
	height: 650px;
}
.accessStoreInfoWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.accessStoreInfoImgArea{
	flex-basis: calc(100% - 330px);
}

.accessStoreInfoImg{
}

.accessStoreInfoTxtArea{
	flex-basis: 330px;
	margin-left: 30px;
}

.accessStoreInfoTxtTtlArea{
	margin-bottom: 25px;
}

.accessStoreInfoTxtDescArea{
	margin-bottom: 30px;
}

.accessStoreInfoTxtDescArea:last-of-type{
	margin-bottom: 0;
}

.accessStoreInfoWrap.ty2{
	margin-bottom: 50px;
}
.ty2 .accessStoreInfoImgArea{
	flex-basis: calc(100% - 700px);
}

.ty2 .accessStoreInfoTxtArea{
	flex-basis: 670px;
	margin-left: 30px;
}

.ty2 .accessStoreInfoTxtTtlArea{
	margin-bottom: 0;
}

.ty2 .accessStoreInfoTxtDescArea{
	margin-bottom: 30px;
}

.reverce .accessStoreInfoImgArea{
	order: 2;
}

.reverce .accessStoreInfoTxtArea{
	order: 1;
	margin-left: 0;
	margin-right: 30px;
}

.accessStoreInfoTxtDescArea.t2{
	margin-top: 20px;
	padding: 25px;
	background-color: #FFF;
}

.contentSubTtlBox{
	margin-bottom: 25px;
}
.contentSubTtl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contentSubTtl >img{
	margin-right: 10px;
}






.flowWrap{
	margin-bottom: 55px;
}
.flowTtl{

	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flowTtlTxt{
	font-size:24px
}

.flowInner{
	margin-left: 36px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.flowSubArea{

}


.flowBoxWrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
.fl-fs{
	justify-content: flex-start;

}
.flowBox{
	flex-basis: calc(50% - 40px);
	padding: 15px;

}

.flowBoxTtl{
	margin-bottom: 20px;
}
.flowBoxDesc{


}
.Question{
	font-size: 30px;
	margin-right: 20px;
}

.faqContainer{
	max-width: 880px;
	margin: 0 auto;
}

.faqWrap{
	padding: 20px;
	border-top: 1px solid #41bd69
}
.faqWrap:last-of-type{
	border-bottom: 1px solid #41bd69
}
.faqDescArea{
	display: none;
	padding-top: 30px;
}
.faqTtlArea{
	position: relative;
	cursor: pointer;
}
.faqTtlArea{
	position: relative;
	z-index: 0;
}
.RightIconArea{
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 50%;
	height: 20px;
	margin: auto;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.RightIconArea i{
	transform: rotate(0);
	font-size:18px;
}
.active .RightIconArea i{
	transform: rotate(180deg);
}

.telImageArea{
	margin-bottom: 30px;
}
.telImage{
	margin: 0 auto;
}

.contactAreaWrap{

}

.contactArea{
	max-width: 710px;
	margin: 40 auto;
	padding: 20px;
}
.contactRow{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:20px;
}
.contactRowLabel{
	flex-basis: 220px;
	margin-right: 20px;
}

.contactRowInput{
	flex-basis: calc(100% - 240px);
	display: flex;
	flex-direction: column;
}
.contact-form{
	padding: 5px 10px;
	width: 100%;
}
textarea.contact-form{
	height: 150px;
}
.requireIcon{
	color: red;
}
.altop{
	align-self: flex-start;
	padding-top: 5px;
}


.buttomArea{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.btn{
	padding: 10px 30px;
	font-size: 14px;
	background-color: #41bd69;
	border: 2px solid #41bd69;
	color: #FFF;
	border-radius:20px;
	transition: color .3s, background-color .3s;
	text-decoration: none;
}

.btn:hover{
	background-color: transparent;
	color: #41bd69;
	transition: color .3s, background-color .3s;
}


.btn.gray{
	background-color: #a9a9a9;
	border: 2px solid #a9a9a9;
}

.btn.gray:hover{
	background-color: transparent;
	color: #a9a9a9;
	transition: color .3s, background-color .3s;
}

.error label{
	color: red;
	font-size: 12px;
}
.contact-form[disabled="disabled"]{
	background-color: transparent;
	border: none;
}

.footerWrap{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footerArea{
	flex-basis: calc(100% - 520px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.footerLogoArea{
	display: block;
	text-decoration: none;
}
.footerArea2{
	flex-basis: 520px;
}
.footerAreaLogoC{
	margin-bottom: 30px;
}


.comptxt{
	margin: 20px 0;
}

.copyright{
	padding: 10px 0
}

.newsWrap{
	padding: 20px;
}
.newsArea{
	background-color: #FFF;
	padding: 20px;
}
.newsAreaListUl{
	font-size: 18px
}
.newsAreaListLi{
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 2px solid #ebfff1;
}
.newsAreaListLi:last-of-type{
	border-bottom: none;
}
.newsAreaListLi time{
	 flex-basis: 140px;
}
.newsAreaListLi span{
	 flex-basis: calc(100% - 140px);
}

.tbShow, .tbShow-inline, .tbShow-flex,
.spShow, .spShow-inline, .spShow-flex{
	display: none
}



@media screen and (max-width: 991px){
	html *, body{
		font-size: 12px;
	}
	.headerMenuTopCatch{
		font-size: 14px;
	}

	.headerLogo {
		width: 100px;
		margin: 0 auto 10px auto;
	}
	.headerMenuArea {
		flex-basis: calc(100% - 130px);
	}
	.headerLogoCap{
		font-size: 12px;
	}


	.newsAreaListLi time{
		margin-bottom: 5px
	}
	.newsAreaListLi time, .newsAreaListLi span{
		display: block;
		flex-basis: 100%;
	}









	.tbHide{
		display: none;
	}
	.tbShow{
		display: block;
	}
	.tbShow-inline{
		display: inline;
	}
	.tbShow-flex{
		display: flex;
	}
}



@media screen and (max-width: 768px){
	html *, body{
		font-size: 12px;
	}
	header {
		border-top: 5px solid #41bd69;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.headerLogo {
		width: auto;
		height: 35px;
		margin: 0 auto 0 0;
	}
	.headerMenuArea {
		flex-basis: calc(100% - 130px);
	}
	.headerLogoCap{
		font-size: 12px;
	}
	.mainVi {
		height: 260px;
	}
	.mainViLogo {
		width: 120px;
		margin: 0 auto 20px auto;
	}
	.mainViCapArea {
		margin-bottom: 10px;
	}


	.accessStoreInfoWrap,
	.flowBoxWrap,
	.contactRow,
	.footerWrap{
		flex-wrap: wrap;
	}
	.accessStoreInfoImgArea,
	.accessStoreInfoTxtArea,
	.ty2 .accessStoreInfoImgArea,
	.ty2 .accessStoreInfoTxtArea,
	.flowBox,
	.contactRowLabel,
	.contactRowInput,
	.footerArea,
	.footerArea2{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
	.accessStoreInfoImgArea > img,
	.ty2 .accessStoreInfoImgArea > img{
		margin: auto;
	}
	.flowInner{
		margin-left: 0;
	}

	.contentTtlEng {
		margin-bottom: 0px;
	}
	.flowWrap .hiFontTtl{
		font-size: 24px;
	}
	.flowWrap .flowTtlTxt {
		font-size: 16px;
	}




	.copyright{
		text-align: center;
	}
	.footerArea{
		text-align: center;
	}

	.footerArea > *{
		width: 100%
	}
	.footerArea > * > img{
		margin: auto;
	}
	.accessStoreInfoTxtTtl.hiFontMidTtl{
		font-size: 16px;
		line-height: 1.33
	}

	.mainViCo.hiFontMidTtl {
		font-size: 16px;
	}


	.humberger,.humberger:before,.humberger:after {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #41bd69;
		position:relative;
		transition: .5s;
	}
	.humberger:before,.humberger:after {
		content: "";
		position:absolute;
		left: 0;
		transform: rotate(0deg);
	}
	.humberger:before{
		top: -10px;
	}
	.humberger:after {
		top: 10px;
	}


	.active .humberger{
		background-color: transparent;
		transition: .5s;
	}
	.active .humberger:before{
		top: 0px;
		transform: rotate(45deg);
		transition: .5s;
	}
	.active .humberger:after {
		top: 0px;
		transform: rotate(-45deg);
		transition: .5s;
	}

	.spMenu {
		position: fixed;
		width: 100%;
		background-color: #FFF;
		padding: 30px 0 0 0;
		z-index: 9999999999;
		top: 60px;
		left: 0;
		transform: translateX(100vw);
		transition: .5s;
	}
	.active .spMenu {
		transform: translateX(0);
		transition: .5s;
	}
	.spMenu .headerMenuWrap {
		border-right: none;
	}
	.spMenu .headerMenuIn {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #DDD;
	}
	.spMenu .headerMenuWrap:last-of-type .headerMenuIn{
		margin-bottom: 0;
	}
	header{
		position: fixed;
		width: 100%;
		height: 35px;
		background-color: #FFF;
		top: 0;
			z-index: 1;
	}
	body:before{
		content: "";
		display: block;
		padding-top: 35px;
	}




	.spHide{
		display: none;
	}
	.spShow{
		display: block;
	}
	.spShow-inline{
		display: inline;
	}
	.spShow-flex{
		display: flex;
	}
}




@media screen and (max-width: 500px){
	.accessStoreInfoWrap,
	.flowBoxWrap,
	.contactRow{
		flex-wrap: wrap;
	}
	.accessStoreInfoImgArea,
	.accessStoreInfoTxtArea,
	.ty2 .accessStoreInfoImgArea,
	.ty2 .accessStoreInfoTxtArea,
	.flowBox,
	.contactRowLabel,
	.contactRowInput,
	.footerWrap{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
	.accessStoreInfoImgArea > img,
	.ty2 .accessStoreInfoImgArea > img{
		margin: auto;
	}
	.flowInner{
		margin-left: 0;
	}


}












