@charset "UTF-8";

/* Scss Document */
html {
	font-size: 62.5%;
}

body {
	position: relative;
	min-width: 1200px;
	color: #000;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

a {
	color: #000;
	text-decoration: none;
}

a img:hover {
	opacity: 0.6;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.oswald.-bold {
	font-weight: 500;
}

.sp {
	display: none;
}

.inner {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.flex_wrap {
	display: flex;
}

.center {
	text-align: center;
}

header {
	margin-bottom: 5px;
	padding-bottom: 32px;
	background: url(../images/bg_header.png) bottom center no-repeat;
	overflow: hidden;
}

header .inner {
	position: relative;
	padding: 0;
}

header .summary {
	margin-bottom: 15px;
	margin-right: 230px;
	padding-top: 1em;
	font-size: 1.0rem;
	text-align: right;
}

header .contact {
	position: absolute;
	top: 0;
	right: 0;
}

header .logo {
	position: absolute;
	top: 0;
	left: 0;
}

header .logo {}

header .btn-home {
	position: absolute;
	top: 52px;
	left: 500px;
	font-size: 1.2rem;
	letter-spacing: .2em;
}

header .btn-home a {
	padding-left: 15px;
	display: block;
	color: #00461D;
	background: url(../images/ico_green_right_s.png) no-repeat left center;
	background-size: auto 10px;
}

header .btn-home a:hover {
	opacity: 0.6;
}

header .info ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

header .info ul li {
	margin-left: 6px;
	width: 30px;
}

header .info ul li.tel {
	margin-left: 10px;
	width: 233px;
}

#gnav {
	font-size: 1.6rem;
	font-weight: bold;
}

#gnav .inner {
	padding: 0;
}

#gnav ul {
	display: flex;
	justify-content: space-around;
}

#gnav li {
	width: 200px;
	margin: 10px 0;
	border-right: #BFBFBF 1px solid;
	text-align: center;
	line-height: 30px;
}

#gnav li:nth-child(2) {
	border-left: #BFBFBF 1px solid;
}

#gnav a {
	display: block;
	color: #000;
	text-decoration: none;
}

#gnav a:hover {
	opacity: 0.6;
}

/*------------------
main
------------------*/
main {
	overflow: hidden;
}

.page_ttl {
	box-sizing: border-box;
	height: 140px;
	padding-top: 40px;
	background: url(../images/bg_page_ttl.jpg) top center no-repeat;
}

.page_ttl .page,
.page_ttl .sub {
	display: block;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}

.page_ttl .page {
	margin-bottom: 5px;
	font-size: 2.0rem;
	letter-spacing: 3px;
	text-indent: -3px;
}

.page_ttl .sub {
	font-size: 3.0rem;
	letter-spacing: 6px;
	text-indent: -6px;
}

.page_nav {
	background: #ECEBE6;
	margin-bottom: 16px;
}

.page_nav ul {
	display: flex;
	justify-content: center;
}

.page_nav li {
	margin: 1em 0;
	padding: 0 1em;
	border-right: rgba(0, 0, 0, 0.25) 1px solid;
	letter-spacing: 2px;
	text-indent: -2px;
}

.page_nav li.active {
	position: relative;
	color: #00461D;
	font-weight: bold;
}

.page_nav li.active span {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -46px;
	left: 50%;
	border-top: 16px solid #ECEBE6;
	border-right: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid transparent;
}

.page_nav li a {
	text-decoration: none;
}

.page_nav li a:hover {
	text-decoration: underline;
}

.page_nav li a:before {
	padding: 0 8px 0 0;
	content: url(../images/ico_green_right_s.png);
	float: left;
}

.contents {
	margin-bottom: 60px;
}

.contents:first-of-type {
	margin-top: 60px;
}

.lttl {
	margin: 50px 0 40px 0;
	font-size: 2.6rem;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}

.lttl:before {
	content: url(../images/lttl_line.png);
	padding-right: 1em;
}

.lttl:after {
	content: url(../images/lttl_line.png);
	padding-left: 1em;
}

p.lead {
	margin-bottom: 50px;
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
}

.pageup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	font-size: 0;
	line-height: 0;
	display: none;
}

footer {
	margin-top: 60px;
	border-top: #00471D 4px solid;
	padding-top: 20px;
	padding-bottom: 40px;
}

footer .footer_nav {
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 1.0;
}

footer .inner {
	padding: 0;
}

footer .flex_wrap {
	align-items: center;
}

footer .left {
	margin-right: auto;
}

footer .left .logo {
	margin-bottom: 0;
}

footer .left .address {
	margin-left: 20px;
	font-size: 1.3rem;
	line-height: 1.3;
}

/*footer .left .address br {
	display: none;
}
*/
footer .right {}


footer .footer_nav ul {
	display: flex;
	justify-content: flex-end;
}

footer .footer_nav li {
	border-right: #000 1px solid;
}

footer .footer_nav a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
}

footer .footer_nav a:hover {
	text-decoration: underline;
}

footer .right .info {
	margin-bottom: 20px;
}

footer .right .info ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

footer .right .info li {
	margin-left: 6px;
	width: 30px;
}

footer .right .info .tel {
	margin-left: 10px;
	width: 233px;
}

footer .right .info .contact {
	margin-left: 25px;
	width: auto;
}

footer .copy {
	margin: -2em;
	padding-right: 160px;
	font-size: 1.3rem;
	text-align: right;
}

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

	/*html {
	font-size: 62.5%;
}*/
	body {
		min-width: 100%;
		/*color: #000;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;*/
		font-size: 1.4rem;
		/*line-height: 1.8;
	letter-spacing: 0.03em;*/
	}

	/*
a {
	color: #000;
	text-decoration: none;
}
a img:hover {
	opacity: 0.6;
}
img {
	vertical-align: bottom;
}
	*/
	.sp {
		display: inline-block;
	}

	.pc {
		display: none;
	}

	img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.inner {
		/*box-sizing: border-box;*/
		width: 100%;
		/*margin: 0 auto;*/
		padding: 0 20px;
	}

	/*
.flex_wrap {
	display: flex;
}
.center {
	text-align: center;
}
	*/
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #FFF;
		/*border-bottom: #00471D 3px solid;*/
		z-index: 10000;
		padding-bottom: 0;
		/*margin-bottom: 5px;
	background: url(../images/bg_header.png) bottom center no-repeat;*/
	}

	/*
header .inner {
	position: relative;
	padding: 0;
}
header .summary {
	margin-bottom: 15px;
	padding-top: 1em;
	font-size: 1.0rem;
}
header .contact {
	position: absolute;
	top: 0;
	right: 0;
}
	*/
	header .logo {
		padding: 10px;
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: 50px;
	}

	header .logo img {
		width: auto;
		height: 50px;
	}

	header .logo a {
		display: block;
	}

	.btn-home {
		display: none;
	}

	/*.sp_header {
	position: relative;
	width: 100%;
	height: 50px;
	background: #8ad07d;
}*/
	#gnav {
		display: none;
		position: fixed;
		top: 70px;
		width: 100%;
		background: rgba(225, 225, 225, .9);
		z-index: 10001;
	}

	.sp-menu {
		display: block;
		position: fixed;
		top: 7px;
		right: 10px;
		z-index: 10001;
	}

	.sp-menu .menu-trigger,
	.sp-menu .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.sp-menu .menu-trigger {
		position: relative;
		width: 44px;
		height: 44px;
	}

	.sp-menu .menu-trigger span {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto 0 auto auto;
		width: 70%;
		height: 2px;
		background-color: #00471D;
		border-radius: 5px;
	}

	.sp-menu .menu-trigger span:nth-of-type(1) {
		top: 15px;
		width: 70%;
	}

	.sp-menu .menu-trigger span:nth-of-type(2) {
		top: 25px;
		width: 52.5%;
	}

	.sp-menu .menu-trigger span:nth-of-type(3) {
		top: 35px;
		width: 35%;
	}

	.sp-menu .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
		width: 75%;
	}

	.sp-menu .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
		width: 75%;
	}

	.sp-menu .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		width: 75%;
	}

	/*
#gnav {
	font-size: 1.6rem;
	font-weight: bold;
}
#gnav .inner {
	padding: 0;
}*/
	#gnav ul {
		/*display: flex;
	justify-content: space-around;*/
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#gnav li {
		width: 100%;
		margin: 0;
		padding: 15px;
		border-right: none;
		border-bottom: #FFF 1px solid;
		background: rgba(0, 71, 29, .9);
		/*text-align: center;
	line-height: 30px;*/
	}

	#gnav li:first-child {
		border-left: none;
	}

	#gnav a {
		/*display: block;*/
		color: #FFF;
		/*text-decoration: none;*/
	}

	#gnav .menu_col2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}

	#gnav .menu_col2 li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		border-right: #FFF 1px solid;
	}

	#gnav .menu_col2 li:nth-child(even) {
		border-right: none;
	}

	/*
#gnav a:hover {
	opacity: 0.6;
}	
	*/
	#gnav .info {
		width: 100%;
	}

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

	#gnav .info ul li {
		width: 80%;
		background: none;
	}

	#gnav .info ul li.tel {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-left: none;
		width: 100%;
	}

	#gnav .info ul li.tel a {
		width: 6vw;

	}

	#gnav .info ul li.tel :first-child {
		margin-right: 1.5vw;
	}

	#gnav .info ul li.tel :last-child {
		margin-left: auto;
		width: 54vw;
	}

	#gnav .info a {
		display: block;
	}

	#gnav .info ul li.contact {
		width: 100%;
		background: rgba(208, 17, 27, .9);
	}

	/*------------------
main
------------------*/
	main {
		padding-top: 70px;
	}

	.page_ttl {
		margin-bottom: 10px;
		/*box-sizing: border-box;
	height: 140px;
	padding-top: 40px;
	background: url(../images/bg_page_ttl.jpg) top center no-repeat;*/
	}

	/*
.page_ttl .page, .page_ttl .sub {
	display: block;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
.page_ttl .page {
	margin-bottom: 5px;
	font-size: 2.0rem;
	letter-spacing: 3px;
	text-indent: -3px;
}*/
	.page_ttl .sub {
		font-size: 2.4rem;
		letter-spacing: 0;
		text-indent: 0;
	}

	p.lead {
		/*margin-bottom: 50px;*/
		font-size: 1.8rem;
		text-align: left;
		/*line-height: 1.4;
    text-align: center;*/
	}

	.page_nav {
		margin-bottom: 0;
		background: none;
		/*background: #ECEBE6;
	margin-bottom: 16px;*/
	}

	.page_nav ul {
		/*display: flex;
	justify-content: center;*/
		justify-content: space-between;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page_nav .inner {
		/*padding: 0;*/
	}

	.page_nav li {
		/*margin: 1em 0;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
		margin: .5em 0;
		padding: .5em;
		border-right: none;
		border-radius: 3px;
		background: #ECEBE6;
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: normal;
		/*border-right: rgba(0, 0, 0, 0.25) 1px solid;*/
	}

	/*.page_nav li:last-child {
	border-right: none;
}*/

	.page_nav li.active {
		background: #00461D;
		color: #FFF;
		/*position: relative;
	color: #00461D;
	font-weight: bold;*/
	}

	.page_nav li.active span {
		border: none;
	}

	.page_nav li a {
		text-decoration: none;
	}

	/*
.page_nav li a:hover {
	text-decoration: underline;
}*/
	.page_nav li a:before {
		padding: 0;
		content: none;
		float: none;
	}

	/*
.contents {
	margin-bottom: 60px;
}
.contents:first-of-type {
	margin-top: 60px;
}*/
	.lttl {
		/*margin: 50px 0 40px 0;*/
		font-size: 2.0rem;
		padding: 0 35px;
		/*font-weight: 400;
	text-align: center;*/
		line-height: 1.2;
		background: url(../images/lttl_line.png) top 50% left 0 no-repeat, url(../images/lttl_line.png) top 50% right 0 no-repeat;
	}

	.lttl:before {
		content: none;
		/*content: url(../images/lttl_line.png);
	padding-right: 1em;*/
	}

	.lttl:after {
		content: none;
		/*content: url(../images/lttl_line.png);
	padding-left: 1em;*/
	}

	.pageup {
		/*position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	font-size: 0;
	line-height: 0;
	display: none;*/
		width: 60px;
	}

	footer {
		margin-top: 40px;
		padding-top: 0;
		padding-bottom: 0;
	}

	footer .footer_nav {
		margin-top: 0;
		/*border-top: #00471D 4px solid;
	padding-top: 20px;*/
		padding-top: 0;
		padding-bottom: 0;
	}

	/*
footer .inner {
	padding: 0;
}*/
	footer .flex_wrap {
		display: block;
	}

	footer .left {
		width: 100%;
		margin: 0 0 6vw;
		text-align: center;
	}

	footer .logo {
		width: 90%;
		margin: 0 auto;
	}

	footer .logo img {
		max-width: auto;
		width: 100%;
	}

	footer .left .address {
		width: 83%;
		font-size: 3.6vw;
		line-height: 1.6;
		text-align: left;
		margin: auto;
	}

	footer .right {
		margin: 0 auto;
		width: 83%;
		justify-content: center;
	}

	footer .footer_nav {
		margin-bottom: 15px;
		padding: 5vw;
		font-size: 3.2vw;
		line-height: 1.0;
		background: #dddcd7;
	}

	footer .footer_nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	footer .footer_nav li {
		border-right: none;
		width: 50%;
	}

	footer .footer_nav li a {
		padding: .75em;
	}


	footer .footer_nav a:hover {
		text-decoration: underline;
	}

	footer .right .info {
		margin: 0 auto 8vw;
		width: 85%;
	}

	footer .right .info ul {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	footer .right .info li {
		margin-left: 6px;
		width: 7vw;
	}

	footer .right .info .tel {
		margin-left: auto;
		margin-right: 0;
	}

	footer .right .info .contact {
		margin-left: 25px;
	}

	footer .copy {
		padding: 1em;
		margin: 0;
		background: #00471D;
		color: #FFF;
		font-size: 3vw;
		text-align: center;
		line-height: 1.3;
	}
}