@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 {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#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対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* リンク */
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;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

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

.pc {
	display: block;
}

.sp {
	display: none;
}


/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
}

h1.title {
	background: #333333;
	padding: 20px 10px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
}

.main_title {
	margin-bottom: 30px;
}

.main_title p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.main_title h2 {
	color: #6A9A5B;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

.content_wrap h3 {
	position: relative;
	padding-left: 1em;
	margin-bottom: 20px;
	font-size: 22px;
}

.content_wrap h3::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 40px;
	background-color: #6A9A5B;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	overflow: hidden;
}

header .container {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.menu {
	display: none;
}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
}

#gnav ul {
	display: flex;
	align-items: center;
}

#gnav ul>li a {
	display: block;
	color: #fff;
	padding: 0 17px;
	text-decoration: none;
	font-weight: 500;
}

#gnav ul>li a:hover {
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.navi_contact a {
	width: 133px;
	height: 34px;
	color: #333 !important;
	background-color: #fff;
	border-radius: 17px;
	text-align: center;
	line-height: 34px;
}


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

.flex_box {
	display: flex;
	justify-content: space-between;
}

.btn a {
	position: relative;
	display: flex;
	width: 306px;
	height: 60px;
	color: #6A9A5B;
	padding-right: 1em;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	border: 2px solid #6A9A5B;
	font-weight: bold;
}

.btn a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #6a9a5b;
	border-right: 0;
	right: 20px;
}

.btn a:hover {
	background-color: #6A9A5B;
	color: #fff;
	opacity: 1;
}

.btn a:hover::before {
	border-left-color: #fff;
}

.section_lead {
	width: 90%;
	margin: 0 auto 60px;
	font-size: 22px;
}

.content_lead {
	margin-bottom: 40px;
	font-weight: 500;
}

.content_wrap:not(:last-of-type) {
	margin-bottom: 80px;
}

/* ▼ システム
--------------------------------------- */
.disabled {
	opacity: .5;
	pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	clear: both;
}

#footer_inner {
	position: relative;
	background-color: #E8F0E3;
	padding: 54px 0;
	margin: 0 auto;
}

#footer_inner::before {
	content: "";
	position: absolute;
	background: url(../img/footer_img.png) repeat-x left bottom;
	background-size: 1500px auto;
	width: 100%;
	height: 75px;
	bottom: 100%;
	left: 0;
	z-index: 10;
}

#footer_inner #text_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#fnav ul {
	display: flex;
}

#fnav ul>li a {
	padding: 0 17px;
}

#fnav ul>li:first-child a {
	padding-left: 0;
}

.contact_wrap {
	background-color: #fff;
	padding: 24px;
	border-radius: 14px;
	font-size: 20px;
}

.contact_wrap div span {
	display: inline-flex;
	align-items: center;
	margin: 0 10px 0 24px;
}

.contact_wrap .tel-moji {
	display: inline-block;
}

.contact_wrap .btn a {
	font-size: 16px;
}

.contact_wrap .open_hrs {
	margin: 0;
	font-size: 16px;
	vertical-align: baseline;
}

#footer_bottom {
	background-color: #6A9A5B;
	color: #fff;
	padding: 30px 0;
	overflow: hidden;
}

#footer_bottom .container {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}


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


/* ▼▼▼ 404
====================================================== */
#not_found {
	padding: 8vw 20px;
}

#not_found p {
	font-size: 14px;
	text-align: center;
}

#not_found p.arial {
	margin-bottom: 10px;
	font-size: 42px;
	font-family: "Arial", "メイリオ";
}

#not_found p.arial+p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#not_found p.txt {
	margin-bottom: 30px;
	line-height: 1.9;
}

#not_found .top_btn a {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #ccc;
}

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

	body {
		font-size: 14px;
	}

	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 {
		height: 80px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	#site_title a {
		margin-left: 5%;
		width: 280px;
	}

	#site_title a img {
		vertical-align: middle;
	}

	.main_title p {
		font-size: 16px;
	}

	.main_title h2 {
		font-size: 28px;
	}

	.content_wrap h3 {
		margin-bottom: 13px;
		font-size: 18px;
	}

	.content_wrap h3::before {
		width: 8px;
		height: 30px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		height: 80px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	header .container {
		padding: 0;
	}

	.header_inner {
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block !important;
		-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: 80px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}

	#gnav.open {
		-moz-transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		background-color: #6A9A5B;
	}

	#gnav ul {
		display: block;
	}

	#gnav ul>li {
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
		text-indent: 0;
	}

	#gnav ul>li>a {
		height: 60px !important;
		background: #F5F0E8;
		background-size: 10px 10px !important;
		border-bottom: 1px solid #6A9A5B;
		padding: 0 15px;
		color: #333;
		line-height: 60px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
	}

	#gnav ul>li>a:hover {
		text-decoration: none;
		opacity: 1;
	}

	#gnav .contact_wrap {
		border-radius: 0;
	}

	#gnav .contact_wrap div span {
		margin-left: 13%;
	}



	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 80px;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}

	.menu .icon {
		display: block;
		width: 30px;
		height: 2px;
		border-top: 2px solid #fff;
		position: absolute;
		top: 50%;
		right: 23px;
		-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: 2px solid #fff;
		position: absolute;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		right: 0;
	}

	.menu .icon:before {
		top: -11px;
	}

	.menu .icon:after {
		bottom: -9px;
	}

	.menu .icon.active {
		border-color: #6A9A5B;
	}

	.menu .icon.active:before {
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: -2px;
		right: 0;
	}

	.menu .icon.active:after {
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		bottom: 0;
		right: 0;
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,
	#contents,
	#side,
	footer,
	#footer_inner {
		float: none;
		width: 100%;
	}

	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.flex_box {
		display: block;
	}

	.contact_wrap .btn {
		display: flex;
		justify-content: center;
	}

	.section_lead {
		width: 100%;
		margin: 0 auto 40px;
		font-size: 18px;
	}

	.content_lead {
		margin-bottom: 28px;
	}

	.content_wrap:not(:last-of-type) {
		margin-bottom: 40px;
	}

	/* ▼▼▼ フッター
	====================================================== */
	#footer_inner {
		padding: 33px 0 25px;
	}

	#footer_inner::before {
		background-size: 1000px auto;
		height: 55px;
	}

	#footer_inner #text_wrap {
		height: 168px;
		margin-bottom: 28px;
	}

	#fnav ul {
		flex-wrap: wrap;
	}

	#fnav ul>li:last-child a {
		padding-left: 0;
	}

	#footer_bottom .container {
		display: block;
		font-size: 10px;
	}

	#footer_bottom {
		padding: 26px 0;
	}

	#footer_bottom .container p,
	#footer_bottom .container div a {
		display: block;
		text-align: center;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		padding: 10px;
		right: 0;
		bottom: 0;
	}

	/* ▼▼▼ 404
	====================================================== */
	#not_found {
		padding: 100px 20px 60px;
	}

	#not_found p.arial {
		margin-bottom: 10px;
		font-size: 39px;
	}

	#not_found p.arial+p {
		font-size: 17px;
	}

	#not_found p.txt {
		line-height: 1.6;
	}

}