@charset "utf-8";
/**************************************************************
	reset-stylesheet
**************************************************************/
/*- html5 -----------------------------*/
header, footer, section, nav, article, aside, main {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}
html {
	min-width: 100%;
	min-height: 100%;
	font-size: 14px;
	background-color: #FFF;
}

body {
	overflow-x : hidden;
	overflow-y : auto;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5;
	color: #333;
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, button,
p, table, th, td , small, strong, em {
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5;
}


img {
	vertical-align: bottom;
	border: none;
}
a img {
	border: none;
	background: none;
}
/*a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}*/


a {
	color: #333;
	text-decoration: none;
}
a:link,
a:visited { color: #333;}
a:hover,
a:active { color: #999;}

a.fade {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.fade:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

@media screen and (max-width: 640px) {
	a:hover {
		color: #333;
	}
	a:hover img.linkimg{
		opacity: 1.0;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=100 )";
	}
	a:active img.linkimg{
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}
}


ul, ol, li {
	list-style: none;
}

table, th, td, thead, tbody {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}


/**************************************************************
	#wrapper	-CommonSetting-
**************************************************************/
#wrapper {
	box-sizing: border-box;
	width: 100%;
	padding-top: 80px;
	background: url(../img/content_bg.jpg) repeat center top;
}

@media screen and (max-width: 640px) {
	#wrapper {
		padding-top: 50px;
	}
}


/**************************************************************
	header	-CommonSetting-
**************************************************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background-color: #fff;

	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2)
}

#header #header_content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	min-width: 900px;
	height: 80px;
	margin: 0 auto;
	padding: 15px;
}

/* logo */
#header #header_content h1 {
	width: 200px;
	height: 42px;
}
#header #header_content h1 img {
	display: block;
}

@media screen and (max-width: 640px) {
	#header #header_content {
		width: 100vw;
		min-width: auto;
		height: 50px;
		padding: 5px;
	}
	#header #header_content h1 {
		width: auto;
		height: 40px;
		padding: 0;
	}
	#header #header_content h1 img {
		display: block;
		width: auto;
		height: 100%;
	}

}




/**	header	#nav	*****************************************************************/
#nav {
	box-sizing: border-box;
}
#nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#nav ul li:first-child {
	margin-left: 0;
}
#nav ul li.sp-only {
	display: none;
}
#nav ul li {
	line-height: 1;
	border-left: 1px solid #000;
}
#nav ul li a {
	display: inline-block;
	padding: 0 30px 0 10px;
	line-height: 1;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 1.142857136rem;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#nav ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#nav ul li a span {
	display: block;
	margin-top: 10px;
	letter-spacing: .1em;
	text-align: left;
	font-size: 0.71428571rem;
	font-family: 'Lato', sans-serif;
}

#nav ul li.contact_btn {
	border: none;
}
#nav ul li.contact_btn a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 15px 20px;
	letter-spacing: .1em;
	font-size: 1.571428562rem;
	border: 1px solid #000;
}
#nav ul li.contact_btn a:before {
	position: absolute;
	top: 50%; left: -10px;
	width: 21px;
	height: 1px;
	content: "";
	background: #000;
}

#nav #navi_close,
#navi_open {
	display: none;
}

@media screen and (max-width: 640px) {
	#navi_open {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 100010;
		border-radius: 0.5em;
	}
	#navi_open a {
		display: block;
		padding: 4px;
	}
	#navi_open img {
		vertical-align: middle;
		width: 32px;
		height: 32px;
	}
	#nav {
		display: none;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		z-index: 100010;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		padding: 0;
		margin: 0 0 5px;
		background-color: #FFF;
		border: none;
	}
	#nav #navi_close {
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 25px 5px 15px;
		background-color: #cbdff1;
		font-family: 'Lato', sans-serif;
		font-weight: bold;
		font-size: 1rem;
		color: #333;
	}
	#nav #navi_close a {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5px;
		display: block;
		width: 20px;
		height: 20px;
		margin: auto 0;
	}
	#nav ul li a.hide {
		display: block;
	}
	#nav ul li.sp-only {
		display: block;
	}
	#nav #navi_close a img {
		float: left;
		vertical-align: middle;
		width: 100%;
		height: auto;
	}
	#nav ul {
		display: block;
		width: 100%;
	}
	#nav ul li {
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		background: none;
	}
	#nav ul li::before {
		display: none;
	}
	#nav ul li.contact_btn {
		padding: 0;
	}
	#nav ul li a span {
		display: none;
	}
	#nav ul li a,
	#nav ul li.contact_btn a {
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 15px 15px 30px;
		margin: 0;
		background: none;
		background: url(../img/blt_arrow_r_dbl.png) no-repeat 15px center;
		border: none;
		border-bottom: 1px solid #999;
		text-align: left;
		text-decoration: none;
		font-size: 15px;
		color: #333;
	}
	#nav ul li.contact_btn a {
		-webkit-box-shadow: none;
		box-shadow: none;
		letter-spacing: 0;
	}
	#nav ul li.contact_btn a:before {
		display: none;
	}
}




/**************************************************************
	main	-CommonSetting-
**************************************************************/
#main {
	width: 100%;
	padding: 0;
	margin: 0;
}




/**************************************************************
	footer	-CommonSetting-
**************************************************************/
#footer {
	position: relative;
	box-sizing: border-box;
	min-width: 900px;
	margin-top: 50px;
	padding: 0 0 10px;
	background-color: #333;
	color: #fff;
}
#footer.index_footer {
	margin-top: 0;

}
@media screen and (max-width: 640px) {
	#footer {
		width: 100%;
		min-width: 100%;
		min-width: auto;
		padding: 0 0 20px;
	}
}
/* footer - pagetop */
#go_top_btn {
	display: flex;
	justify-content: flex-end;
	width: 900px;
	margin: 0 auto;
}
#go_top_btn a {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 0;
	padding-top: 30px;
	background: #fff url(../img/pagetop.png) no-repeat center center;
}
@media screen and (max-width: 640px) {
	#go_top_btn {
		display: block;
		width: 100%;
	}
	#go_top_btn a {
	width: 100%;
	}
}

.footer_item_wrapper {
	display: flex;
	width: 900px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.footer_item_wrapper {
		display: block;
		width: 100%;
		padding-top: 40px;
	}
}

/* footer - signature */
.footer_signature {
	order: 1; /* 並び順 - 1 */
}
.footer_signature h2 a {
	display: block;
	margin-bottom: 20px;
}
.footer_signature address {
	font-size: 0.857142852rem;
	font-style: normal;
}
.footer_signature address p {
	display: flex;
}
.footer_signature address .telephone_sp_on {
	margin-right: 15px;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.footer_signature {
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.footer_signature h2 {
		display: block;
		width: 100%;
	}
	.footer_signature h2 a {
		margin-bottom: 5px;
	}
	.footer_signature address {
		display: block;
		padding-top: 10px;
	}
	.footer_signature address p {
		display: block;
	}
	.footer_signature address .telephone_sp_on {
		margin-right: 0;
	}
	.footer_signature p {
		display: block;
		padding-top: 10px;
		text-align: center;
	}
}

/* footer - navi */
.footer_navi {
	order: 2; /* 並び順 - 2 */
}
.footer_navi_category {
	display: flex;
}
.footer_navi_category ul:first-of-type {
	margin-right: 30px;
}
.footer_navi li:not(:last-of-type) {
	margin-bottom: 10px;
}
.footer_navi a {
	color: #fff;
	letter-spacing: .2em;
}
.footer_navi a:before {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 1px;
	margin-right: 10px;
	content: "";
	background: #fff;
}
.footer_navi_contact {
	order: 3; /* 並び順 - 3 */
}
.footer_navi_contact .contact_btn a {
	display: block;
	position: relative;
	line-height: 1;
	box-sizing: border-box;
	padding: 15px;
	letter-spacing: .1em;
	font-family:'游明朝', Yu Minch, YuMincho, Hiragino Mincho ProN, 'HGS明朝E', 'メイリオ', Meiryo, serif;
	font-size: 1.571428562rem;
	border: 1px solid #fff;
	color: #fff;
}
.footer_navi_contact .contact_btn a:before {
	position: absolute;
	top: 50%; left: -10px;
	width: 21px;
	height: 1px;
	content: "";
	background: #fff;
}

@media screen and (max-width: 640px) {
	.footer_navi {
		display: block;
		width: 100%;
	}
	.footer_navi_category {
		justify-content: center;
	}
	.contact_btn {
		margin-top: 10px;
	}
	.footer_navi_contact .contact_btn {
		width: 100%;
		text-align: center;
	}
	.footer_navi_contact .contact_btn a {
		display: inline-block;
		padding: 10px;
		font-size: 1.142857136rem;
	}
	.footer_navi_contact .contact_btn a:before {
		width: 11px;
		left: -5px;
	}

	.footer_navi .footer_navi_contact .contact_tel {
		text-align: center;
	}
	.footer_navi .footer_navi_contact .contact_tel h2 {
		margin-top: 0;
	}
	.footer_navi .footer_navi_contact .contact_mail {
		margin-top: 10px;
		width: 100%;
		height: 50px;
	}
}

/* footer - copy */
.copy {
	margin-top: 20px;
	text-align: center;
	font-size: 0.857142852rem;
}
@media screen and (max-width: 640px) {
	.copy {
		font-size: 0.71428571rem;
	}
}

/**************************************************************
	#contents	-CommonSetting-
**************************************************************/
#contents {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#contents {
		width: 100%;
		min-height: auto;
	}
}

/* content block */
.content_block {
	width: 900px;
	margin: 30px auto;
	padding: 20px 20px 40px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/* image block */
.img_block {
	width: 900px;
	margin: 30px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.content_block {
		box-sizing: border-box;
		width: 90vw;
		margin: 15px auto;
		padding: 10px 10px 20px;
	}
	.wrap_content {
		margin-top: 60px;
		padding: 20px 0;
	}
	.img_block {
		width: 90vw;
		margin: 15px auto;
		padding: 0;
	}


}


/* content bits */
.content_box {
	overflow: hidden;
	margin-top: 30px;
}

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