@charset "utf-8";

/**************************************************************
	全ページ共通
**************************************************************/
/** #breadcrumb *****************************************************************/
#breadcrumb {
	width: 900px;
	box-sizing: border-box;
	margin: 20px auto 50px;
}
#breadcrumb ul {
	font-size: 0;
}
#breadcrumb ul li {
	display: inline-block;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 1rem;
}
#breadcrumb ul li a {
	text-decoration: underline;
}
#breadcrumb ul li a:hover {
	text-decoration: none;
}
#breadcrumb ul li::after {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	line-height: 1;
	vertical-align: baseline;
	font-size: 1rem;
}
#breadcrumb ul li:last-child::after {
	display: none;
}


@media screen and (max-width: 640px) {
	#breadcrumb {
		width: auto;
		padding: 10px 15px;
		margin: 10px auto 25px;
	}

}

/** #Layout *********************************************************************/
/* column set */
.colset {
	overflow: hidden;
}
.colset .col-r {
	float: right;
}
.colset .col-l {
	float: left;
}
@media screen and (max-width: 640px) {
	.colset .col-r,
	.colset .col-l {
		float: none;
		margin-bottom: 20px;
	}
}

/* clear fix */
.cf:after {
    content: " ";
    display: block;
    clear: both;
}


/** #page_title *****************************************************************/
#page_title {
	position: relative;
	height: 150px;
	color: #0a1333;
	background: #0088a1 -moz-linear-gradient( -90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
	background: #0088a1 -webkit-linear-gradient( -90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
	background: #0088a1 -ms-linear-gradient( -90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
	z-index: 0;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
#page_title:before {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 150px;
	content: "";
	background: url(../img/bg_stripe03.png) repeat;
	z-index: 1;
}

#page_title h2 {
	line-height: 1;
	font-weight: bold;
	font-size: 2.714285698rem;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: rgb(251, 250, 248);
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
    -moz-transform: matrix( 1,0,0,1,0,0);
    -webkit-transform: matrix( 1,0,0,1,0,0);
    -ms-transform: matrix( 1,0,0,1,0,0);
	z-index: 2;
}
#page_title h2 span {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.42857142rem;
}

@media screen and (max-width: 640px) {
	#page_title {
		position: relative;
		min-width: auto;
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	#page_title:before {
		height: 102px;
	}
	#page_title h2 {
		position: static;
		min-width: auto;
		margin-left: 0;
		font-size: 2.14285713rem;
	}
	#page_title h2 span {
		display: block;
		margin-top: 10px;
		font-size: 1.142857136rem;
	}

}

/** 見出し
*****************************************************************/
.content_head {
	margin-bottom: 30px;
	padding-bottom: 15px;
	line-height: 1;
	font-weight: bold;
	font-size: 1.285714278rem;
	border-bottom: 2px solid #0088a1;
}
.content_head:before {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 14px;
	margin-right: 10px;
	content: "";
	background: url(../img/commn_arrow.png) no-repeat;
}
@media screen and (max-width: 640px) {
	.content_head {
		margin-bottom: 15px;
		font-size: 1rem;
	}
}
.content_boxhead {
	margin-bottom: 20px;
	padding: 15px 15px 15px 45px;
	background: url(../img/blt_arrow_rd_wh.png) no-repeat 15px center #464a58;
	line-height: 1;
	font-weight: bold;
	font-size: 1.375rem;
	color: #FFF;
}
@media screen and (max-width: 640px) {

}



/** 標準フォーマット
*********************************************************/
ul.default {
	margin: 0 0 0 20px;
	list-style: none;
}
ul.default li {
	list-style: disc;
}
@media screen and (max-width: 640px) {
}


/** リンク
***************************************************************/
.inquiry_btn a {
	-webkit-box-shadow: 0 8px 4px -4px rgba(0,0,0,0.3);
	box-shadow: 0 8px 4px -4px rgba(0,0,0,0.3);
}
@media screen and (max-width: 640px) {
	.inquiry_btn {
		margin-top: 30px;
	}
}

.morelink {
	padding-right: 30px;
	background: url(../img/blt_wedge_r_dbl.png) no-repeat right center;
	font-family: 'Lato', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

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



/** 電話番号セット ***************************************************************/
.entry_leading {}
.entry_leading p {
	line-height: 1.8;
}
.entry_leading .entry_tel {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: baseline;
	margin: 20px 0;
}
.entry_leading .entry_tel p:first-child {
	margin-right: 60px;
}
.entry_leading .entry_tel p:first-child a {
	font-family: 'Lato', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
	.entry_leading .entry_tel {
		display: block;
	}
	.entry_leading .entry_tel p:first-child {
		margin-right: 0;
	}
	.entry_leading .entry_tel p:first-child a {
		font-size: 1.875rem;
	}
}


/** 配置 *****************************************************************/
.flt-l {
	float: left;
	margin: 0 20px 10px 0;
}
.flt-r {
	float: right;
	margin: 0 0 10px 20px;
}
@media screen and (max-width: 640px) {
.flt-l,
.flt-r {
	float: none;
	margin: 0 0 20px 0;
}
}


/** 画像
*****************************************************************/
.shadowBox {
	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 640px) {
	.shadowBox {}
}


.fitImg {
	text-align: center;
}
.fitImg img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.fitImg img {
		box-sizing: border-box;
		max-width: 100%;
		height: auto;
	}
}

.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: -20px;
}
.gallery li {
	width: calc((100% - 40px) / 2);
	margin-top: 20px;
}
.gallery li img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.gallery {
		margin-top: -10px;
	}
	.gallery li {
		width: calc((100% - 10px) / 2);
		margin-top: 10px;
	}

}

/** 本文
*****************************************************************/

.greeting p {
	line-height: 1.428;
}


/** inline要素 *****************************************************************/
.require {
	color: #00c6ff;
	font-weight: bold;
}
.em {
	color: #800000;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.note {
	font-weight: bold;
	font-size: 0.75rem;
}

.leadTxt {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.125rem;
}

.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-t {
	text-align: right;
}

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

/** table
*****************************************************************/

.common_table {
	width: 100%;
}
.common_table tr {
	position: relative;
}
.common_table th {
	width: 160px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.142857136rem;
	border-bottom: 2px solid #0025e0;
}
.common_table td {
	padding: 20px 20px 20px 15px;
	border-bottom: 2px solid #f6f6f6;
}

@media screen and (max-width: 640px) {
	.common_table th {
		width: 6em;
		padding: 10px 10px 10px 0;
		font-size: 1rem;
	}
	.common_table td {
		padding: 10px 0;
	}
}
