@charset "UTF-8";
/* ヘッド
---------------------------------------------------- */
.head {
	margin-top: 60px;
	height: 260px;
	background: url("../images/head-img-sp.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

/* セクション共通
---------------------------------------------------- */
section {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #6db0e0;
}
section h2 {
	margin-bottom: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	letter-spacing: 2px;
}

/* ナビ
---------------------------------------------------- */
.nav {
	padding-top: 20px;
	padding-bottom: 25px;
}
.nav h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.2em;
}
.nav h1 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #6db0e0;
}
.nav h1 em {
	display: block;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	font-style: normal;
}

/* お問い合わせ
---------------------------------------------------- */
.otoiawase {
	background: #e0eef7;
	border-bottom: none;
}
.otoiawase p {
	text-align: center;
}
.otoiawase .attention {
	color: #6db0e0;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* ヘッド
---------------------------------------------------- */
.head {
	margin-top: 182px;
	height: 300px;
	background: url("../images/head-img-pc.jpg") center center no-repeat;
	background-size: cover;
}

/* セクション共通
---------------------------------------------------- */
section {
	padding-top: 100px;
	padding-bottom: 150px;
}
section h2 {
	margin-bottom: 60px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
}

/* ナビ
---------------------------------------------------- */
.nav {
	padding-top: 90px;
	padding-bottom: 50px;
}
.nav h1 {
	margin-bottom: 65px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 46px;
}
.nav h1 em {
	font-size: 16px;
	font-size: 1.6rem;
}

/* お問い合わせ
---------------------------------------------------- */
.otoiawase .inner {
	max-width: 740px;
	padding: 0;
}
}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
