@charset "utf-8";
/*------------------------------*/
/* 初期値クリア                 */
/*------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul {
	list-style: none;
}
li {
	list-style-position: inside;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
form label {
	cursor: pointer;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: .8;
}
img {
	border: none;
	vertical-align: bottom;
}
/*------------------------------*/
/* 共通設定                     */
/*------------------------------*/
.fr {
	float: right;
	padding-left: 10px;
}
.fl {
	float: left;
	padding-right: 10px;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.none{
	display: none;
}

html, body {
	overflow-x: hidden;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1em;
	line-height: 1.6;
}
.wrap {
	max-width: 1024px;
	margin: 0 auto;
}
.wrap-over {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
/*------------------------------*/
/* お問い合わせ                 */
/*------------------------------*/
.contact {
	background: #00A0E9 url(../img/contact-bk.jpg) left center / auto 100% no-repeat;
	text-align: center;
	padding: 40px 20px;
	color: #fff;
}
.cont-h2 {
	width: 500px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .3em;
	border: #fff solid 2px;
	margin: 0 auto 30px;
}
.cont-h2 small {
	font-size: 0.5em;
}
.cont-tel {
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.cont-tel small {
	font-size: 0.5em;
}
.cont-tel img {
	height: 1.2em;
	width: auto;
	margin-right: 0.2em
}
.cont-tel a{
	display: inline-block;
	pointer-events: none;
	color: #fff;
}
.cont-btn {
	display: block;
	width: 300px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2;
	background-color: #fff;
	color: #00A0E9;
	margin: 0 auto;
}
.cont-btn:hover {
	opacity: .8;
}
/*------------------------------*/
/* フッター                     */
/*------------------------------*/
.footer {
	text-align: center;
	border-bottom: 10px solid #00A0E9;
	padding: 40px 20px;
}
.footer .logo {
	height: 80px;
	width: auto;
	margin-bottom: 10px;
}
.copyright {
	font-size: 1em;
}
/*------------------------------*/
/* レスポンシブ対応(共通)       */
/*------------------------------*/
@media screen and (max-width:768px) {
	.wrap {
		width: 100%;
	}
	.fl {
		float: none;
		padding-right:0;
	}
	.fr {
		float: none;
		padding-left:0;
	}
	.none{
		display: inline;
	}
	.contact {
		padding: 30px 20px;
	}
	.cont-h2 {
		font-size: 1.5em;
		width: 100%;
		margin-bottom: 20px;
	}
	.cont-tel{
		font-size: 2em;
		margin: 0 auto 20px;
	}
	.cont-tel a{
		pointer-events: auto;
	}
	.copyright {
		font-size: 0.7em;
	}
}
/*---------------------------------------------*/
/* グローバルナビ(drawer.js/スマホ用カスタム)  */
/*---------------------------------------------*/
@media screen and (max-width:768px) {
	.drawer-navbar .drawer-navbar-header {
		text-align: left;
		padding: 0;
		height: 3.8rem;
	}
	.drawer-navbar .drawer-brand img {
		height: 3.5rem;
		width: auto;
	}
	.tel {
		display: none;
	}
	.drawer-navbar .drawer-menu {
		padding-bottom: 0;
	}
	.drawer-navbar .drawer-menu-item {
		text-align: center;
		border-bottom: 1px solid #d2d2d2;
		padding: 15px;
	}
	.drawer-navbar .drawer-menu-item:hover {
		text-decoration: none;
		background-color: #00a0e9;
		color: #ffe100;
		opacity: 1;
	}
	.drawer-hamburger {
		background-color: #fff;
		border-radius: 10px;
		opacity: 0.8;
		border: 0;
	}
}
/*-----------------------------------------*/
/* グローバルナビ(drawer.js/PC用カスタム)  */
/*-----------------------------------------*/
@media screen and (min-width:769px) {
	.drawer-navbar {
		border-bottom: none;
		height: 180px;
	}
	.drawer-container {
		max-width: 100%;
	}
	.drawer-navbar .drawer-navbar-header {
		float: none;
		text-align: left;
		height: 120px;
		padding: 20px 10px;
		margin: 0 auto;
	}
	.drawer-navbar .drawer-brand {
		padding-left: 0;
		padding-right: 0;
	}
	.drawer-navbar .drawer-brand img {
		height: 80px;
		width: auto;
	}
	.drawer-navbar .drawer-nav {
		height: 60px;
		border-top: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
	}
	.drawer-navbar .drawer-menu li {/*width: calc(100% / 6)*/;
		width: 16.66%;
		height: 59px;
		text-align: center;
		border-right: 1px solid #d2d2d2;
	}
	.drawer-navbar .drawer-menu li:first-child {
		border-left: 1px solid #d2d2d2;
	}
	.drawer-navbar .drawer-menu-item {
		line-height: 1.2;
		height: 100%;
		padding-top: 20px;
	}
	.drawer-navbar .drawer-menu-item:hover {
		text-decoration: none;
		background-color: #00a0e9;
		color: #ffe100;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#home-page .m1,
	#about-page .m2,
	#inspect-page .m3,
	#flow-page .m4,
	#menu-page .m5,
	#contact-page .m6,
	#end-page .m6{
		background-color: #00a0e9;
		color: #ffe100;
		opacity: 1;
	}
	.tel {
		font-size: 2em;
		font-weight: bold;
		line-height: 1;
		text-align: right;
	}
	.tel small {
		font-size: 0.5em;
	}
	.tel img {
		height: 1.2em;
		width: auto;
		margin-right: 0.2em
	}
	.tel a{
		display: inline-block;
		pointer-events: none;
		color: #000;
	}
}
