@charset "utf-8";

/*============================
下層ページ用ヘッダー
============================*/
.under_header {
	position: relative;
}

/* 左の雲 */
.under_header .in::before {
	content: "";
	width: 1.50rem;
	height: 0.96rem;
	background-image: url(../img/common/under_header_cloud01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -1.40rem;
	top: 0.50rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.under_header .in::before {
		width: 0.75rem;
		height: 0.48rem;
		left: -0.10rem;
		top: 0
	}
}

/* 右の雲 */
.under_header .in::after {
	content: "";
	width: 1.74rem;
	height: 1.15rem;
	background-image: url(../img/common/under_header_cloud02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 0.70rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.under_header .in::after {
		width: 0.87rem;
		height: 0.575rem;
		right: 0.05rem;
		top: 0.45rem;
		z-index: 1;
	}
}

.under_header .page_title_wrap {
	padding-top: 0.70rem;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 640px) {
	.under_header .page_title_wrap {
		padding-top: 0.35rem;
	}
}

.under_header .page_title_wrap .title {
	font-size: 0.38rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 640px) {
	.under_header .page_title_wrap .title {
		font-size: 0.21rem;
	}
}

/* 検索アイコン付き */
.under_header .page_title_wrap .title.search_icon span::before {
	content: "";
	width: 0.44rem;
	height: 0.44rem;
	display: inline-block;
	background-image: url(../img/common/icon_search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin-right: 0.15rem;
	top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.under_header .page_title_wrap .title.search_icon span::before {
		width: 0.22rem;
		height: 0.22rem;
		margin-right: 0.08rem;
		top: 0.04rem;
	}
}

.under_header .page_title_wrap .en_text {
	font-size: 0.18rem;
	padding-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.under_header .page_title_wrap .en_text {
		font-size: 0.11rem;
		padding-top: 0.10rem;
	}
}

/*============================
下層ページ用セクション基本
============================*/
.contents {
	padding: 1.00rem 0;
}

@media screen and (max-width: 640px) {
	.contents {
		padding: 0.35rem 0 0;
	}
}

.contents:nth-child(2) {
	padding-top: 0.70rem;
}

@media screen and (max-width: 640px) {
	.contents:nth-child(2) {
		padding-top: 0.35rem;
	}
}

/*============================
下層ページ用セクションタイトル
============================*/
.sec_title_wrap {
}

.sec_title_wrap .sec_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 0.30rem;
	padding-bottom: 0.38rem;
}

@media screen and (max-width: 640px) {
	.sec_title_wrap .sec_title {
		font-size: 0.20rem;
		padding-bottom: 0.19rem;
	}
}

.sec_title_wrap .lead {
	font-size: 0.18rem;
	letter-spacing: 0.08em;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.sec_title_wrap .lead {
		font-size: 0.12rem;
	}
}

/*============================
下層ページ用セクション区切りのドットボーダー
============================*/
.cont_border {
	position: relative;
}

.cont_border::before {
	content: "";
	width: 100%;
	height: 2px;
	background-image: url(../img/common/dot_border.png);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*============================
お問い合わせ・フォーム用のモジュール
============================*/
.mod_contact_wrap {
	padding: 1.00rem 0;
}

@media screen and (max-width: 640px) {
	.mod_contact_wrap {
		padding: 0.50rem 0;
	}
}

.mod_contact_wrap.form .mod_contact {
	max-width: 8.60rem;
	margin: auto;
}

.mod_contact_wrap .mod_contact {
	border: 2px solid #000;
	border-radius: 0.15rem;
	padding: 0.40rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #FFF;
}

@media screen and (max-width: 640px) {
	.mod_contact_wrap .mod_contact {
		border-radius: 0.075rem;
		padding: 0;
		display: block;
	}
}

.mod_contact_wrap .mod_contact .title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 0.28rem;
	letter-spacing: 0.10em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.mod_contact_wrap .mod_contact .title {
		font-size: 0.20rem;
		letter-spacing: 0.08em;
		padding-bottom: 0.10rem;
	}
}

.mod_contact_wrap .mod_contact .title span::before {
	content: "";
	display: inline-block;
	width: 0.28rem;
	height: 0.28rem;
	padding-right: 0.10rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.03rem;
}

@media screen and (max-width: 640px) {
	.mod_contact_wrap .mod_contact .title span::before {
		width: 0.185rem;
		height: 0.185rem;
		padding-right: 0.06rem;
		top: 0.02rem;
	}
}

.mod_contact_wrap .mod_contact .tel_box {
	width: 50%;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 640px) {
	.mod_contact_wrap .mod_contact .tel_box {
		width: 100%;
		padding: 0.20rem 0;
	}
}

.mod_contact .tel_box::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #000;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 640px) {
	.mod_contact .tel_box::after {
		width: calc(100% - 0.40rem);
		height: 2px;
		right: 0.20rem;
		top: auto;
		bottom: 0;
	}
}

.mod_contact .tel_box .title span::before {
	background-image: url(../img/common/contact_icon_tel.svg);
}

.mod_contact .tel_box .tel_num a {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 0.38rem;
	color: #000;
}

@media screen and (max-width: 640px) {
	.mod_contact .tel_box .tel_num a {
		font-size: 0.25rem;
	}
}

.mod_contact .tel_box .time {
	padding-top: 0.15rem;
	font-size: 0.16rem;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.mod_contact .tel_box .time {
		padding-top: 0.10rem;
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

.mod_contact .form_box {
	width: 50%;
	text-align: center;
	position: relative;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.mod_contact .form_box {
		width: 100%;
		padding: 0.20rem 0;
	}
}

.mod_contact .form_box .title span::before {
	background-image: url(../img/common/contact_icon_form.svg);
}

.mod_contact .form_box .more_btn {
	width: 100%;
	max-width: 3.00rem;
	margin: auto;
}

@media screen and (max-width: 640px) {
	.mod_contact .form_box .more_btn {
		max-width: 2.50rem;
		margin: 0.06rem auto 0;
	}
}

.mod_contact .form_box .more_btn a {
	display: block;
	background-color: #EA6E00;
	text-align: center;
	color: #FFF;
	padding: 0.10rem 0;
	border-radius: 0.60rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.mod_contact .form_box .more_btn a {
		display: block;
		background-color: #EA6E00;
		text-align: center;
		color: #FFF;
		padding: 0.10rem 0;
		border-radius: 0.60rem;
		position: relative;
	}
}

.mod_contact .form_box .more_btn a .big_text {
	font-size: 0.18rem;
	font-weight: 700;
	display: block;
}

@media screen and (max-width: 640px) {
	.mod_contact .form_box .more_btn a .big_text {
		font-size: 0.15rem;
	}
}

.mod_contact .form_box .more_btn a .small_text {
	font-size: 0.16rem;
	font-weight: 500;
	display: block;
	padding-top: 0.08rem;
}

@media screen and (max-width: 640px) {
	.mod_contact .form_box .more_btn a .small_text {
		font-size: 0.12rem;
	}
}

.mod_contact .form_box .more_btn a::after {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../img/common/link_arrow_right_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.mod_contact .form_box .more_btn a::after {
		width: 0.06rem;
		height: 0.9rem;
		right: 0.10rem;
	}
}

/* お問い合わせフォーム用 */
.mod_contact_wrap.form .mod_contact .tel_box {
	width: 100%;
}

.mod_contact_wrap.form .mod_contact .tel_box::after {
	content: none;
}

.mod_contact_wrap.form .mod_contact .tel_box .time {
	display: inline-block;
}

.mod_contact_wrap.form .mod_contact .tel_box .caption{
	display: inline-block;
	font-size: 0.14rem;
	padding-left: 0.20rem;
}

@media screen and (max-width: 640px) {
	.mod_contact_wrap.form .mod_contact .tel_box .caption{
		display: inline-block;
		font-size: 0.12rem;
		padding-left: 0;
		padding-top: 0.10rem;
	}
}