@charset "UTF-8";

/*=============================================================
#base
=============================================================*/

.footerinfo__container {
	width: 90vw;
	margin: 0 calc(50% - 45vw);
}

footer .footerinfo__container .information>li,
footer .footerinfo__container .information>li dt,
footer .footerinfo__container .information>li p {
	font-size: 12px;
}

/****** BASE ******/

/*** Googleマップ ***/
.base__map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9のアスペクト比 */
	height: 0;
}

.base__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/****** 会社情報 ******/

body#history #contents .contentsInner dt {
	width: 25%;
}

body#history #contents .contentsInner dd {
	width: 70%;
}

/****** 来店予約フォーム ******/

#contact #ctbese ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stadnes {
	top: -6px;
}

/****** 見学・来店予約フォーム ******/
.form-bases__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-bases__item {
	width: 48%;
}

.form-bases__item .basesliderBox .baseInfo {
	width: 100%;
}

@media screen and (min-width:769px) {

	footer .footerinfo__container .information {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerinfo__container .information>li {
		width: 18%;
		float: none;
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {


	footer .footerinfo__container .information {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .footerinfo__container .information>li {
		width: 90%;
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
	}

	/****** 来店予約フォーム ******/
	#contact .contact_test #ctbese ul li:first-child {
		margin-bottom: 2rem;
	}

	/****** 見学・来店予約フォーム ******/
	.form-bases__item {
		width: 100%;
		margin-bottom: 2rem;
	}


}

@media screen and (min-width:641px) and (max-width:768px) {

	/****** 見学・来店予約フォーム ******/
	#tourreservation .wpcf7 .form-bases__item .basesliderBox .baseInfo {
		width: 100%;
		margin-bottom: 2rem;
	}

}

@media screen and (max-width:640px) {

	/****** 見学・来店予約フォーム ******/
	#tourreservation .wpcf7 .form-bases__item .basesliderBox .baseInfo {
		width: 100%;
	}
}