@charset "utf-8";

/* =========================================================
ページタイトル
========================================================= */
/* 背景画像 なし（雲のみ） */
.bl_lowerPageTtl { position: relative; overflow: hidden; }
.bl_lowerPageTtl::after { margin: auto; width: 1400px; height: 214px; content: ""; position: absolute; top: 57px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: url(/common/images/lower/bg_lower_top.png) no-repeat; z-index: 1; pointer-events: none; }
.bl_lowerPageTtl .bl_lowerPageTtl_inner { margin: 0 auto; }
.bl_lowerPageTtl .bl_lowerPageTtl_inner .el_lowerPageTtl_txt { margin: 0 auto; width: 970px; height: 310px; position: relative; z-index: 2; }
.bl_lowerPageTtl .bl_lowerPageTtl_inner .el_lowerPageTtl_txt img { margin: 0 auto; width: 59%; }

/* 背景画像 あり */
.bl_lowerPageTtl.bl_lowerPageTtl_onBackground { height: 350px; background-repeat: no-repeat; background-size: cover; }
.bl_lowerPageTtl.bl_lowerPageTtl_onBackground::after { content: none; }
.bl_lowerPageTtl.bl_lowerPageTtl_onBackground .bl_lowerPageTtl_inner { width: 1210px; height: 100%; position: relative; }
.bl_lowerPageTtl.bl_lowerPageTtl_onBackground .bl_lowerPageTtl_inner .el_lowerPageTtl_txt { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.bl_lowerPageTtl.bl_lowerPageTtl_onBackground .bl_lowerPageTtl_inner .el_lowerPageTtl_txt img { width: 54%; }


/* =========================================================
パンくず
========================================================= */
.bl_breadcrumb { margin: -21px auto 37px; width: 970px; text-align: right; position: relative; z-index: 2; }
@media screen and (min-width: 751px) and (max-width: 1280px) {
	.bl_breadcrumb { padding-right: 20px; }
}
.bl_breadcrumb ul { font-size: 12px; color: #888; }
.bl_breadcrumb ul li { display: inline-block; }
.bl_breadcrumb ul li::after { margin: 0 8px; content: ">"; display: inline-block; }
.bl_breadcrumb ul li:last-child::after { content: none; }
.bl_breadcrumb ul li a { color: #266485; }
.bl_breadcrumb ul li a:hover { text-decoration: underline; }

/* ページタイトル背景画像ありの下のパンくず */
.bl_lowerPageTtl.bl_lowerPageTtl_onBackground + .bl_breadcrumb { margin: 19px auto 15px; }


/* =========================================================
見出し
========================================================= */
.el_heading { margin-bottom: 20px; line-height: 1.5; font-weight: bold; }
.el_heading.el_headingStyle01 { font-size: 26px; color: #252525; }
.el_heading.el_headingStyle02 { padding-bottom: 15px; font-size: 22px; color: #896F1F; border-bottom: 1px solid #896f1f; }
.el_heading.el_headingStyle03 { font-size: 20px; color: #896F1F; }
.el_heading.el_headingStyle04 { padding-left: 10px; font-size: 18px; color: #252525; border-left: 4px solid #896f1f; }
.el_heading.el_headingStyle05 { font-size: 17px; color: #252525; }
.el_heading.el_headingStyle06 { font-size: 16px; color: #252525; }


/* =========================================================
ボタン
========================================================= */
/* ボタン基本 */
.el_btn { text-align: center; }
.el_btn a { width: 390px; line-height: 60px; font-size: 16px; color: #000; border: 2px solid #000; border-radius: 4px; -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2); box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2); display: inline-block; }
.el_btn a .el_btnIcon { margin: -3px 11px 0 0; width: 16px; height: 16px; position: relative; display: inline-block; vertical-align: middle; }
.el_btn a .el_btnIcon::before,
.el_btn a .el_btnIcon::after { width: 16px; height: 16px; content: ""; display: inline-block; -webkit-transition: all 0.5s; transition: all 0.5s; position: absolute; left: 0; background-size: cover; }
.el_btn a .el_btnIcon::before { background-image: url(/common/images/icon_arrow_black.svg); opacity: 1; }
.el_btn a .el_btnIcon::after { background-image: url(/common/images/icon_arrow_white.svg); opacity: 0; }

/* ボタン基本 ホバー */
.el_btn a:hover { color: #fff; background-color: #000; }
.el_btn a:hover .el_btnIcon::before { opacity: 0; }
.el_btn a:hover .el_btnIcon::after { opacity: 1; }

/* ボタン色別 */
.el_btn.el_btnColor01 a { color: #896f1f; border-color: #896f1f; }
.el_btn.el_btnColor02 a { color: #c16d3f; border-color: #c16d3f; }
.el_btn.el_btnColor01 a .el_btnIcon::before { background-image: url(/common/images/icon_arrow_brown.svg); }
.el_btn.el_btnColor02 a .el_btnIcon::before { background-image: url(/common/images/icon_arrow_orange.svg); }

/* ボタン色別 ホバー */
.el_btn.el_btnColor01 a:hover { color: #FFF; background-color: #896f1f; }
.el_btn.el_btnColor02 a:hover { color: #FFF; background-color: #c16d3f; }


/* ボタンラップ */
.bl_btnUnit { display: flex; justify-content: space-between; }
.bl_btnUnit a { width: 100%; }
.bl_btnUnit.bl_btnUnit__col2 .el_btn { width: 47%; }
.bl_btnUnit.bl_btnUnit__col3 .el_btn { width: 31%; }


/* =========================================================
リンク
========================================================= */
.el_link a { font-size: 15px; }
.el_link a .el_linkIcon { margin: -3px 5px 0 0; width: 13px; height: 13px; position: relative; display: inline-block; vertical-align: middle; }
.el_link a .el_linkIcon::before { width: 100%; height: 100%; content: ""; display: inline-block; position: absolute; left: 0; background-size: cover; background-image: url(/common/images/icon_arrow_black.svg); }
.el_link a:hover { text-decoration: underline; }

/* リンク色別 */
.el_link.el_linkStyle01 a { color: #266485; }
.el_link.el_linkStyle01 a .el_linkIcon::before { background-image: url(/common/images/icon_arrow_blue.svg); }


/* =========================================================
電話番号
========================================================= */
.bl_inquiryCounter { margin: 15px 0; }
.bl_inquiryCounter .bl_inquiryCounter_ttl { margin-bottom: 10px; font-weight: bold; }
.bl_inquiryCounter .bl_inquiryCounter_txt {  }
.bl_inquiryCounter .bl_inquiryCounter_num { margin-bottom: 7px; font-size: 40px; color: #266485; font-weight: 400; font-family: "Roboto", sans-serif; display: inline-block; pointer-events: none; line-height: 1; }
.bl_inquiryCounter .bl_inquiryCounter_num::before { margin-right: 5px; width: 30px; height: 30px; content: ""; background-image: url(/common/images/icon_tel02.png); background-repeat: no-repeat; background-size: cover; display: inline-block; }


/* =========================================================
リスト
========================================================= */
.el_list + .el_list { margin-top: 20px; }
.el_list li { padding-left: 1em; text-indent: -1em; }
.el_list li::before { width: 1em; text-indent: 0; display: inline-block; }
.el_list li + li { margin-top: 5px; }
.el_list li > ul { margin-top: 5px; }

/* アスタリスクリスト */
.el_list.el_listStyle_ast > li::before { content: "＊"; }

/* 中点リスト */
.el_list.el_listStyle_disc > li::before { content: "・"; }


/* =========================================================
メインコンテンツ
========================================================= */
.ly_main { position: relative; overflow: hidden; z-index: 2; }
.ly_main::after { width: 1249px; height: 402px; content: ""; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 30px; background: url(/common/images/lower/bg_lower_bottom.png) no-repeat; z-index: 1; pointer-events: none; }
.ly_main .ly_main_inner {  }


/* =========================================================
コンテンツブロック
========================================================= */
.bl_contentBlock { margin-bottom: 75px; }
.bl_contentBlock p { margin-bottom: 25px; line-height: 1.8; }


/* =========================================================
ヘルパー
========================================================= */
/* 文字の位置 */
.hp_taC { text-align: center!important; }
.hp_taR { text-align: right!important; }
.hp_taL { text-align: left!important; }

/* 文字の太さ */
.hp_fwN { font-weight: normal!important; }
.hp_fwB { font-weight: bold!important; }

/* 上付き文字 */
.hp_supTxt { font-size: 0.5em!important; line-height: 1!important; vertical-align: super!important; }

/* 文字色 */
.hp_txtColor_red { color: #e81b1b!important; }

/* マージン */
.hp_mb10 { margin-bottom: 10px!important; }
.hp_mb20 { margin-bottom: 20px!important; }
.hp_mb30 { margin-bottom: 30px!important; }
.hp_mb40 { margin-bottom: 40px!important; }

/* 電話番号リンク PC時無効 */
.hp_telLink { pointer-events: none; }



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

	/* =========================================================
	ページタイトル
	========================================================= */
	/* 背景画像 なし（雲のみ） */
	.bl_lowerPageTtl { background: url(/common/images/lower/sp/bg_lower_top.png) no-repeat; background-size: cover; }
	.bl_lowerPageTtl::after { content: none; }
	.bl_lowerPageTtl .bl_lowerPageTtl_inner { margin: 0 auto; }
	.bl_lowerPageTtl .bl_lowerPageTtl_inner .el_lowerPageTtl_txt { margin: 0 auto; width: 100%; height: auto; }
	.bl_lowerPageTtl .bl_lowerPageTtl_inner .el_lowerPageTtl_txt img { width: 100%; }

	/* 背景画像 あり */
	.bl_lowerPageTtl.bl_lowerPageTtl_onBackground { margin-bottom: 7%; height: auto; }
	.bl_lowerPageTtl.bl_lowerPageTtl_onBackground .bl_lowerPageTtl_inner { width: 100%; }
	.bl_lowerPageTtl.bl_lowerPageTtl_onBackground .bl_lowerPageTtl_inner .el_lowerPageTtl_txt { position: static; -webkit-transform: none; transform: none; }
	.bl_lowerPageTtl.bl_lowerPageTtl_onBackground .bl_lowerPageTtl_inner .el_lowerPageTtl_txt img { width: 100%; }


	/* =========================================================
	パンくず
	========================================================= */
	.bl_breadcrumb { display: none; }


	/* =========================================================
	見出し
	========================================================= */
	.el_heading { margin-bottom: 15px; }
	.el_heading.el_headingStyle01 { font-size: 18px; }
	.el_heading.el_headingStyle02 { padding-bottom: 11px; font-size: 17px; }
	.el_heading.el_headingStyle03 { font-size: 16px; }
	.el_heading.el_headingStyle04 { font-size: 15px; border-left-width: 3px; }
	.el_heading.el_headingStyle05 { font-size: 14px; }
	.el_heading.el_headingStyle06 { font-size: 13px; }

	/* =========================================================
	ボタン
	========================================================= */
	/* ボタン基本 */
	.el_btn a { padding: 19px 0; width: 100%; height: auto; line-height: 1; font-size: 14px; font-weight: bold; }
	.el_btn a .el_btnIcon { margin: 0 1% 0 0; width: 18px; height: 18px; }
	.el_btn a .el_btnIcon::after { content: none; }

	/* ボタン基本 ホバー */
	.el_btn a:hover { color: #000; background-color: transparent; }
	.el_btn a:hover .el_btnIcon::before { opacity: 1; }

	/* ボタン色別 ホバー */
	.el_btn.el_btnColor01 a:hover { color: #896f1f; background-color: transparent; }
	.el_btn.el_btnColor02 a:hover { color: #c16d3f; background-color: transparent; }

	/* ボタンラップ */
	.bl_btnUnit { display: block; }
	.bl_btnUnit.bl_btnUnit__col2 .el_btn,
	.bl_btnUnit.bl_btnUnit__col3 .el_btn { width: 100%; }
	.bl_btnUnit.bl_btnUnit__col2 .el_btn + .el_btn,
	.bl_btnUnit.bl_btnUnit__col3 .el_btn + .el_btn { margin-top: 10px; }


	/* =========================================================
	リンク
	========================================================= */
	.el_link a { font-size: 13px; }
	.el_link a .el_linkIcon { margin: -3px 9px 0 0; width: 15px; height: 15px; }
	.el_link a:hover { text-decoration: none; }


	/* =========================================================
	電話番号
	========================================================= */
	.bl_inquiryCounter {  }
	.bl_inquiryCounter .bl_inquiryCounter_ttl { margin-bottom: 10px; font-weight: bold; }
	.bl_inquiryCounter .bl_inquiryCounter_txt {  }
	.bl_inquiryCounter .bl_inquiryCounter_num { font-size: 30px; pointer-events: auto; line-height: 1; }
	.bl_inquiryCounter .bl_inquiryCounter_num::before { margin: -9px 9px 0 0; width: 29px; height: 29px; vertical-align: middle; }


	/* =========================================================
	メインコンテンツ
	========================================================= */
	.ly_main::after { content: none; }


	/* =========================================================
	コンテンツブロック
	========================================================= */
	.bl_contentBlock { margin-bottom: 55px; }
	.bl_contentBlock .bl_contentBlock_inner { margin: 0 auto; width: 92%; }


	/* =========================================================
	ヘルパー
	========================================================= */
	/* 電話番号リンク SP時有効 */
	.hp_telLink { pointer-events: auto; }

}
