@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif;
}
.arial{
	font-family: "Arial", "メイリオ", sans-serif;
}
.times{
	font-family: "Times New Roman", sans-serif;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.common-container{
	max-width: 1400px;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
}
#site_title a img{
	width: 190px;
}
.title_img {
	margin: 0 0 30px;
	text-align: center;
}
	.title_img span{
		display: block;
		margin-top: 10px;
		font-size: 15px;
		text-align: center;
		font-weight: 500;
		line-height: 1;
	}

.page_title{
	margin-top: 50px;
	font-size: 58px;
	font-weight: normal;
	line-height: 1.3;
}
	.page_title small{
		display: block;
		font-size: 16px;
		font-weight: bold;
		font-family: "Arial", "メイリオ", sans-serif;
	}

.sub_title{
	margin: 0 0 50px;
	font-size: 30px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
}
.sub_title::after{
	content: "";
	display: block;
	width: 192px;
	border-top: 1px solid #aaa;
	margin: 10px auto 0;
}


/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	overflow: hidden;
}
header .container{
	display: flex;
	align-items: center;
	padding: 20px;
}

.menu {display: none;}

/* グローバルナビゲーション */
.tel_wrap{
	font-size: 22px;
	font-family: "Times New Roman", sans-serif;
	margin-bottom: 25px;
}
	.tel_wrap small{
		display: inline-block;
		margin-left: 10px;
		font-size: 13px;
		font-family: 'Noto Sans JP', sans-serif;
	}

#gnav {
	overflow: hidden;
	margin-left: auto;
}
	#gnav ul {
		display: flex;
		justify-content: flex-end;
		margin-right: -20px;
	}
	#gnav ul > li:not(:last-child){
		border-right: 1px solid #707070;
	}
	#gnav ul > li a {
		display: block;
		text-decoration: none;
		padding: 0 25px;
		line-height: 1;
	}
	#gnav ul > li a:hover {
		-ms-filter: "alpha(opacity=60)";
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}


/* ボタン
--------------------------------------- */
.view_btn{
	border: 1px solid #919191;
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "Times New Roman", sans-serif;
	letter-spacing: .05em;
}
	.view_btn a{
		display: block;
		padding: 0 20px;
		position: relative;
	}
	.view_btn a::after{
		content: "";
		border-top: 1px solid #CECECE;
		width: 60px;
		position: absolute;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		top: 50%;
		right: -30px;
	}

/* ▼ パンくず
--------------------------------------- */
#path {
	margin-bottom: 25px;
	font-size: 12px;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}
	#path ol{
		display: flex;
		justify-content: flex-end;
	}
	#path li {
		vertical-align: middle;
	}
	#path li:first-child::before{
		content: "";
		display: inline-block;
		background: url(../img/path_icon.svg) no-repeat center/100%;
		width: 8px;
		height: 10px;
		margin-right: 5px;
	}
	#path li:not(:last-child):after {
		content: "＞";
		margin: 0 5px;
		color: #333;
	}


/* ▼▼▼ フッター
===================================== */
footer {
	border-top: 1px solid #D6D6D6;
	width: 100%;
	clear: both;
	overflow: hidden;
	}
	footer > .container{
		display: flex;
		padding: 25px 20px;
		align-items: center;
	}
	footer ul.f_nav{
		display: flex;
		margin-left: auto;
	}
	footer ul.f_nav li:not(:last-child) {
		border-right: 1px solid #707070;
	}
	footer ul.f_nav li a{
		display: block;
		text-decoration: none;
		padding: 0 25px;
		line-height: 1;
	}
#footer_inner {
	background: #F0F3F4;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
}
#footer_inner .tel_area{
	margin: 0 0 10px;
	font-size: 41px;
	font-family: "Times New Roman", sans-serif;
	text-align: center;
}
	#footer_inner .tel_area small{
		display: inline-block;
		font-size: 13px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.f_nav02{
		display: flex;
		justify-content: center;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 13px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.f_nav02 li{
		line-height: 1;
	}
	.f_nav02 li:first-child{
		margin-right: 10px;
	}
	.f_nav02 li a{
		padding: 0 10px;
		font-weight: bold;
	}
	.f_nav02 li.no_link a{
		cursor: inherit;
	}
	.f_nav02 li.no_link a:hover{
		opacity: 1;
	}
	.f_nav02 li:not(:last-child) a{
		border-right: 1px solid #000;
	}
	.f_logo a img{
		width: 190px;
	}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	font-size: 12px;
	color: #fff;
}



/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		overflow: hidden;
		width: 159px;
		margin: 10px 15px;
	}

	.title_img{
		padding: 0 10px;
		margin: 0 0 40px;
	}
	.title_img span{
		margin-top: 15px;
	}

	.page_title{
		margin-top: 20px;
		font-size: 35px;
		font-weight: ;
	}
		.page_title small{
			font-weight: normal;
		}

	.sub_title{
		margin: 0 0 30px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}
	body.menu_fixed .header_inner{
		background: #E6E6E6;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	.header_inner {
		width: 100%;
		height: 70px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: flex!important;
		flex-direction: column;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding-top: 70px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow-y: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul {
			display: block;
			order: 1;
			font-size: 18px;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav ul > li > a {
			height: 70px!important;
			background: #E6E6E6;
			background-size: 10px 10px!important;
			border-bottom: 1px solid #D8D8D8;
			padding: 0 50px;
			color: #333;
			line-height: 70px;
			font-weight: bold;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}
		.tel_wrap{
			background: #E6E6E6;
			order: 2;
			width: 100%;
			padding: 30px 20px;
			font-size: 37px;
			text-align: center;
			line-height: 1;
		}
		.tel_wrap small{
			display: block;
			font-size: 15px;
			margin: 10px 0 0;
			text-align: center;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 70px;
		height: 70px;
		background: ;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 30px;
			height: 1px;
			border-top: 1px solid #000;
			position: absolute;
			top: 50%;
			right: 20px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 30px;
			border-top: 1px solid #000;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top:-12px;
		}
		.menu .icon:after {
			bottom:-10px;
		}
		.menu .icon.active {
			border-color: #E6E6E6;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: -1px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 0;
			right: 0;
		}
		.menu .icon span:before{
			content: "";
			color: #000;
			font-size: 12px;
			position: absolute;
			left: 50%;
			bottom: -24px;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		margin-top: 70px;
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* ボタン
	--------------------------------------- */
	.view_btn a::after{
		width: 58px;
		right: -29px;
	}


	/* ▼▼▼ フッター
	====================================================== */
	footer > .container{
		padding: 10px 20px 15px;
	}
	footer ul.f_nav{
		display: none;
	}
	#footer_inner{
		padding: 20px 10px;
	}
	#footer_inner .tel_area{
		line-height: 1;
		margin-bottom: 20px;
		font-size: 37px;
	}
	#footer_inner .tel_area small{
		display: block;
		margin-top: 10px;
		text-align: center;
	}
	.f_nav02{
		flex-wrap: wrap;
	}
	.f_nav02 li{
		margin-top: 10px;
		font-size: 12px;
	}
	.f_nav02 li:first-child{
		width: 100%;
		text-align: center;
		margin: 0;
		font-size: 14px;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		background: #000;
		padding: 10px;
		color: #fff;
	}

}
