@charset "utf-8";

/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	padding-top: 150px;
}
.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 1024px) {
#wrapper {
	padding-top: 44px;
}
}


/* header
----------------------------------------------- */
#header {
	background: #fff;
	z-index: 11;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
#header .headerin {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 10px;
}
#header .headerlogo {
	text-align: center;
}
#header .headerlogo a {
	display: inline-block;
}

#header .navbartoggle {
	display: none;
}

.header_gnav {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: #342714;
	height: 100vh;
	width: 100%;
	z-index: 10;
}


@media (max-width: 1024px) {
#header {
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#header .headerin {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
}
#header .headerlogo {
	font-size: 0;
}
#header .headerlogo img {
	width: 150px;
}
#header .navbartoggle {
	position: absolute;
	font-size: 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.header_gnav .header_gnav_in {
	background: #342714;
}
.header_gnav .header_gnav_mess {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	position: relative;
}
.header_gnav .header_gnav_logo {
	text-align: center;
	font-size: 0;
}
.header_gnav .header_gnav_logo img {
	width: 150px;
}
.header_gnav .header_gnav_close {
	position: absolute;
	font-size: 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
	.header_gnav .header_gnav_cont {
		padding: 20px 20px 40px;
	}
	.header_gnav .header_gnav_link li {
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.8;
	}
	.header_gnav .header_gnav_link li+li {
		margin-top: 20px;
	}
	.header_gnav .header_gnav_link li a {
		display: block;
		color: #fff;
	}
	.header_gnav .header_gnav_btn {
		max-width: 330px;
		margin: 25px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.header_gnav .header_gnav_btn a {
		width: 48.5%;
		height: 44px;
		font-size: 12px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	.header_gnav .header_gnav_btn .header_gnav_map {
		background: #fff;
		color: #42690f;
		border: 1px #42690f solid;
	}
	.header_gnav .header_gnav_btn .header_gnav_cta {
		color: #fff;
		background: #42690f;
	}
	.header_gnav .header_gnav_tel {
		margin-top: 25px;
	}
	.header_gnav .header_gnav_tel a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 35px;
		line-height: 1;
		color: #fff;
		font-weight: 700;
	}
	.header_gnav .header_gnav_tel a img {
		width: 22px;
		margin-right: 10px;
	}
	.header_gnav .header_gnav_time {
		text-align: center;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		margin-top: 5px;
	}
}


/* gnavi
----------------------------------------------- */
.gnavi {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.gnavi li {
	margin: 0 18px;
}
.gnavi li a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	color: #42690f;
}
.gnavi li a:hover {
	color: #72b51b;
}

@media (max-width: 1024px) {
.gnavi {
	display: none;
}
}


/* teaser
----------------------------------------------- */
#teaser {
	height: 316px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#teaser .teasercont {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 2;
}
#teaser .teasermain {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#teaser .teaseren {
	background: #42690f;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#teaser .teaserjp {
	border: 2px #42690f solid;
	color: #333;
	letter-spacing: 0.1em;
	white-space: nowrap;
	background: #fff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	padding: 15px 10px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

@media (max-width: 1024px) {
#teaser {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#teaser .teasercont {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
}
#teaser .teasermain {
	max-width: none;
	margin: 0;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column-reverse;
}
#teaser .teaseren {
	padding: 2px 10px;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
}
#teaser .teaserjp {
	border: 2px #42690f solid;
	color: #342714;
	background: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	padding: 10px;
	min-width: 190px;
	text-align: center;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
}
}
@media (max-width: 640px) {
#teaser {
	height: 110px;
}
}


/* contents
----------------------------------------------- */
.contents {
	padding: 135px 0 100px;
}
@media (max-width: 767px) {
.contents {
	padding: 30px 0;
}
}


/* comcont
----------------------------------------------- */
.comcont {
	padding: 0 20px;
}

.combtn {
	max-width: 1000px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.combtn a {
	display: flex;
	width: 49%;
	height: 160px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
}
.combtn a img {
	margin-right: 20px;
}
.combtn a.bgcompany {
	background: url(../img/common/combtn_company.jpg) center 0 no-repeat;
	background-size: cover;
}
.combtn a.bgstaff {
	background: url(../img/common/combtn_staff.jpg) center 0 no-repeat;
	background-size: cover;
}
.combtn a.bghouse {
	background: url(../img/common/combtn_house.jpg) center 0 no-repeat;
	background-size: cover;
}
.combtn a.bgbirth {
	background: url(../img/common/combtn_birth.jpg) center 0 no-repeat;
	background-size: cover;
}
.combtn a.bgaboutus {
	background: url(../img/common/combtn_aboutus.jpg) center 0 no-repeat;
	background-size: cover;
}
.combtn a.bgsite {
	background: url(../img/common/combtn_site.jpg) center 0 no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
.comcont {
	padding: 0 10px;
}
.combtn {
	margin: 20px auto 0;
	flex-direction: column;
}
.combtn a {
	display: flex;
	width: 100%;
	height: 120px;
}
.combtn a+a {
	margin-top: 10px;
}
.combtn a img {
	width: 70px;
	margin-right: 15px;
}
.combtn a.bgbirth {
	font-size: 20px;
}
.combtn a.bgsite {
	font-size: 17px;
}
}

.comcta {
	max-width: 1200px;
	margin: 120px auto 0;
	background: #e1e8de;
	padding: 50px 20px;
}
.comcta .comctahd {
	text-align: center;
	font-size: 16px;
	color: #342714;
	line-height: 1.5;
	font-weight: 700;
}
.comcta .comctain {
	max-width: 950px;
	margin: 55px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comcta .comctabtn a {
	background: #42690f;
	display: flex;
	width: 440px;
	height: 90px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.comcta .comctabtn a:hover {
	background: #72b51b;
}
.comcta .comctacont {
	padding: 0 0 0 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	text-align: center;
}
.comcta .comctatit {
	font-size: 16px;
	color: #42690f;
	line-height: 1.5;
}
.comcta .comctatel {
	margin-top: 20px;
}
.comcta .comctatel a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	line-height: 1;
	color: #42690f;
}
.comcta .comctatel a img {
	width: 25px;
	margin-right: 10px;
}
.comcta .comctatime {
	margin-top: 20px;
	font-size: 15px;
	color: #42690f;
}

@media (max-width: 1024px) {
.comcta .comctain {
	flex-direction: column;
}
.comcta .comctacont {
	padding: 0;
}
.comcta .comctabtn {
	margin-top: 25px;
}
}
@media (max-width: 767px) {
.comcta {
	margin: 20px auto 0;
	padding: 20px;
}
.comcta .comctahd {
	font-size: 16px;
}
.comcta .comctain {
	margin: 25px auto 0;
}
.comcta .comctabtn {
	width: 100%;
}
.comcta .comctabtn a {
	width: 100%;
	height: 44px;
	font-size: 18px;
}
.comcta .comctatit {
	font-size: 17px;
}
.comcta .comctatel {
	margin-top: 15px;
}
.comcta .comctatel a {
	font-size: 35px;
}
.comcta .comctatel a img {
	width: 22px;
	margin-right: 10px;
}
.comcta .comctatime {
	margin-top: 15px;
	font-size: 15px;
}
}



/* footer
----------------------------------------------- */
#footer {
	background: #e2d75b;
	padding: 50px 20px 60px;
	color: #342714;
}
#footer a {
	color: #342714;
}
#footer .footerin {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px 0 0;
	display: flex;
	justify-content: space-between;
}
#footer .footermess {
	
}
#footer .flogo a {
	display: block;
}
#footer .faddr {
	display: flex;
	align-items: center;
	margin-top: 30px;
	font-size: 13px;
}
#footer .faddr a {
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 700;
	color: #42690f;
	width: 100px;
	height: 26px;
	background: #fff;
	border: 1px #42690f solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#footer .faddr a:hover {
	background: #42690f;
	color: #fff;
}
#footer .copyright {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5;
}
#footer .footerlink {
	
}
#footer .fbtnbox {
	display: flex;
	justify-content: flex-end;
}
#footer .fmap {
	display: none;
}
#footer .fctabtn {
}
#footer .fctabtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 260px;
	height: 60px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #42690f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#footer .fctabtn a:hover {
	background: #72b51b;
}
#footer .fnavi {
	display: flex;
	align-items: flex-start;
	margin-top: 55px;
}
#footer .fnaviin+.fnaviin {
	margin-left: 55px;
}
#footer .fnaviin li {
	font-size: 14px;
}
#footer .fnaviin li a {
	display: inline-block;
	position: relative;
}
#footer .fnaviin li a:before {
	position:absolute;
	background: #342714;
	width: 0;
	height: 1px;
	content:"";
	z-index:2;
	bottom: 0;
	left: 0;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .fnaviin li a:hover:before {
	width: 100%;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .privacysp {
	display: none;
}

@media (max-width: 1024px) {
#footer .footerin {
	padding: 0;
	display: block;
}
#footer .footermess {
	
}
#footer .flogo a {
	display: block;
	text-align: center;
}
#footer .faddr {
	display: none;
}
#footer .copyright {
	text-align: center;
}
#footer .footerlink {
	
}
#footer .fbtnbox {
	max-width: 88%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
#footer .fmap {
	display: block;
	width: 48.5%;
}
#footer .fmap a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 60px;
	font-size: 15px;
	font-weight: 700;
	border: 1px #42690f solid;
	color: #42690f;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#footer .fctabtn {
	width: 48.5%;
}
#footer .fctabtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #42690f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#footer .fctabtn a:hover {
	background: #72b51b;
}
#footer .fnavi {
	display: none;
}
#footer .privacysp {
	display: block;
	text-align: center;
	margin-top: 20px;
}
#footer .privacysp a {
	display: inline-block;
}
}
@media (max-width: 767px) {
#footer {
	padding: 20px;
}
#footer .flogo img {
	width: 175px;
}
#footer .copyright {
	margin-top: 10px;
	font-size: 10px;
}
#footer .fbtnbox {
	max-width: none;
	margin: 20px auto 0;
}
#footer .fmap a {
	height: 44px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#footer .fctabtn a {
	height: 44px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#footer .privacysp {
	margin-top: 10px;
}
#footer .privacysp a {
	font-size: 12px;
}
}


/* H
----------------------------------------------- */
.hdl {
	font-size: 20px;
	line-height: 1.5;
	color: #342714;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px #707070 solid;
}
@media (max-width: 767px) {
.hdl {
	font-size: 20px;
	padding-bottom: 20px;
}
}



/* btn
----------------------------------------------- */
.combtn {
}



/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 7px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #42690f;
	border: 1px #707070 solid;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .page:hover, 
.wp-pagenavi .current {
	background: #e1e8de;
	border: 1px #e1e8de solid;
	color: #707070;
}
.wp-pagenavi .previouspostslink {
	background-image: url("../img/common/prev_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .previouspostslink:hover {
	background-image: url("../img/common/prev_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .nextpostslink {
	background-image: url("../img/common/next_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .nextpostslink:hover {
	background-image: url("../img/common/next_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1024px) {
.wp-pagenavi {
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 100px;
}
}
@media (max-width: 767px) {
.wp-pagenavi {
	margin: 30px 0 0;
	padding: 0 70px;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 3px 7px;
	width: 50px;
	height: 50px;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	margin: 3px 0;
	font-size: 0;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	margin: 3px 0;
	font-size: 0;
}
}



/* detailnavi
----------------------------------------------- */
.detailnavi {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}
.detailnavi .detailnaviin {
	position: relative;
	text-align: center;
}
.detailnavi .detailnaviin a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	width: 180px;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 15px;
	font-weight: bold;
	color: #42690f;
	background: #fff;
	border: 1px #707070 solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.detailnavi .detailnaviin a:hover {
	background: #e1e8de;
}
.detailnavi .detailnaviin .naviprev {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0 0 30px;
	background-image: url("../img/common/prev_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: 25px center;
	z-index: 2;
}
.detailnavi .detailnaviin .naviprev:hover {
	background-image: url("../img/common/prev_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: 25px center;
}
.detailnavi .detailnaviin .navinext {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 30px 0 0;
	background-image: url("../img/common/next_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: right 25px center;
	z-index: 2;
}
.detailnavi .detailnaviin .navinext:hover {
	background-image: url("../img/common/next_wpnavi.svg");
	background-repeat: no-repeat;
	background-position: right 25px center;
}

@media (max-width: 1024px) {
.detailnavi {
	position: relative;
	left: auto;
	bottom: auto;
	margin-top: 100px;
	padding: 0;
}
}
@media (max-width: 767px) {
.detailnavi {
	margin: 30px 0 0;
}
.detailnavi .detailnaviin a {
	width: 120px;
	font-size: 16px;
	font-weight: 500;
}
.detailnavi .detailnaviin .naviprev {
	width: 58px;
	padding: 0;
}
.detailnavi .detailnaviin .navitxt {
	display: none;
}
.detailnavi .detailnaviin .navinext {
	width: 58px;
	padding: 0;
}
.detailnavi .detailnaviin .naviprev {
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.detailnavi .detailnaviin .naviprev:hover {
	background-position: center center;
}
.detailnavi .detailnaviin .navinext {
	background-position: center center;
	z-index: 2;
}
.detailnavi .detailnaviin .navinext:hover {
	background-position: center center;
}
}



.anchor {
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 44px;
	margin-top: -44px;
}
}


