@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Yu Gothic Medium", YuGothic, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #555;
	text-decoration: none;
	text-align: left;
	border: none;
	outline: none;
	line-height: 1.8em;
	list-style: none;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
body {
	min-width: 1200px;
}
a {
	transition: linear background .3s;
}
.error {
	color: #f55;
}
#sp-memu {
	display: none;
}
/*header*/
header {
	width: 1200px;
	margin: auto;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}
header h1 img {
	height: 80px;
}
header .contact {
	border: 3px solid #6A9A70;
	border-radius: 8px;
	padding: 8px 16px;
	width: 440px;
	background-color: #EEF8EF;
}
header .contact .flex {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
header .contact .mail,
header .contact .tel {
	width: 49%;
}
header .contact .mail a,
header .contact .tel a {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0e5717;
	border-radius: 50px;
	background-color: #fff;
	height: 42px;
}
header .contact .tel a {
	font-size: 19px;
}
header .contact .mail a:hover,
header .contact .tel a:hover {
	background-color: #0e5717;
	color: #fff;
}
header .contact .mail a:hover:before,
header .contact .tel a:hover:before {
	color: #fff;
}
header .contact .mail a:before {
	font-family: 'FontAwesome';
	content: '\f0e0';
	font-size: 28px;
	color: #0e5717;
	margin-right: 8px;
}
header .contact .tel a:before {
	font-family: 'FontAwesome';
	content: '\f095';
	font-size: 28px;
	color: #0e5717;
	margin-right: 8px;
}
/*nav*/
nav {
	background: linear-gradient(#111,#333);
	border-bottom: 1px solid #fffaf3;
	min-width: 1200px;
}
nav > ul {
	width: 1200px;
	margin: auto;
	-js-display: flex;
	display: flex;
	border-right: 1px solid #555;
}
nav > ul > li {
	width: calc(100% / 6);
	border-left: 1px solid #555;
}
nav a,
nav span {
	display: block;
	text-align: center;
	padding: 6px 0;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}
nav a:hover,
nav span:hover {
	background-color: #111;
}
nav > ul > li ul {
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #333;
	width: 264px;
	box-shadow: 2px 2px 5px 1px #000;
}
nav > ul > li ul li a {
	padding: 6px 0;
	border-top: 1px solid #555;
}
/*footer*/
footer {
	background-color: #333;
	padding-top: 32px;
	min-width: 1200px;
}
footer div {
	width: 800px;
	margin: auto;
}
footer .sitemap {
	margin-bottom: 16px;
}
footer .sitemap ul {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
footer .sitemap ul li a {
	color: #ccc;
}
footer .sitemap ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .copy {
	text-align: center;
	padding: 16px 0;
}
footer .copy small {
	color: #fff;
	font-size: 12px;
}
/*sub-page*/
body:not(.home) main {
	padding: 64px 0 80px;
}
.h-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 128px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.h-section h2 {
	width: 1200px;
	/*! text-shadow: 0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000; */
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin: auto;
	font-size: 40px;
	color: #fff;
}
.h-section h2 span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-left: 16px;
}
.h-section h2,
.h-section h2 span {
	text-shadow: 0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000,0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000,0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000;
}
.h-section .breadclumb {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
}
.h-section .breadclumb ul {
	width: 1200px;
	margin: auto;
	-js-display: flex;
	display: flex;
}
.h-section .breadclumb ul li {
	-js-display: flex;
	display: flex;
	align-items: center;
}
.h-section .breadclumb ul li:not(:last-child):after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: 8px;
}
.h-section .breadclumb ul li .home:before {
	font-family: FontAwesome;
	content: '\f015';
}
.h-section .breadclumb ul li a,
.h-section .breadclumb ul li span {
	display: block;
	padding: 8px 16px;
	text-align: center;
}
/*main*/
main {
 	background-color: #fffaf3;
	padding-bottom: 64px;
}
/*home*/
.home .slide {
	border-bottom: 1px solid #0e5717;
}
.home .slide ul li {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 720px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1200px;
}
.home .slide ul li:nth-child(1) {
	background-image: url(/img/slide01.png);
}
.home .slide ul li div {
	width: 1200px;
	-js-display: flex;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.home .slide ul li div p {
	text-shadow: 0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000,0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000,0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.home .slide ul li div .title {
	font-size: 64px;
	letter-spacing: 8px;
	margin-top: -40px;
}
.home .slide ul li div .msg {
	font-size: 40px;
}
.home main .section {
	width: 1200px;
	margin: auto;
	padding-top: 64px;
	padding-bottom: 32px;
}
.home main .section h2 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	text-align: center;
	font-size: 32px;
	margin-bottom: 32px;
	color: #0e5717;
}
.home main .section.news-cases {
	width: 960px;
	display: flex;
	justify-content: space-between;
}
.home main .section.news-cases > div {
	width: 49%;
}
.home main .section.news-cases > div ul {
	padding: 24px;
	background-color: #fff;
	max-height: 240px;
	min-height: 240px;
	overflow-y: scroll;
}
.home main .section.news-cases > div ul li:not(:last-child) {
	margin-bottom: 8px;
}
.home main .section.news-cases > div ul li a {
	display: flex;
}
.home main .section.news-cases > div ul li a time {
	color: #aaa;
	margin-right: 2em;
}
.home main .section.news-cases > div ul li a span {
	color: #6A9A70;
}
.home main .section.news-cases > div ul li a:hover span {
	text-decoration: underline;
}
.home main .section.news-cases .link {
	text-align: center;
	margin-top: 32px;
}
.home main .section.news-cases .link a {
	background-color: #0e5717;
	color: #fff;
	display: inline-block;
	padding: 12px 64px;
}
.home main .section.news-cases .link a:hover {
	opacity: .8;
}
.home main .section.contents01 ul {
	margin: auto;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
}
.home main .section.contents01 ul li {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% / 3);
}
.home main .section.contents01 ul li:nth-child(2) {
	flex-direction: column-reverse;
}
.home main .section.contents01 ul li div:first-child {
	background-color: #fff;
	padding: 40px 48px;
	height: 267px;
}
.home main .section.contents01 ul li div:first-child h3 {
	text-align: center;
	margin-bottom: 8px;
	font-size: 24px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明 ProN','Hiragino Mincho ProN',sans-serif;
}
.home main .section.contents01 ul li div:last-child img {
	width: 100%;
	height: 267px;
	display: block;
}
.home main .separator {
	margin-top: 64px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/home_separator.png);
	min-width: 1200px;
	height: 480px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home main .separator p {
	text-shadow: 0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.home main .separator div {
	width: 1200px;
	-js-display: flex;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.home main .separator div .title {
	font-size: 48px;
	letter-spacing: 8px;
}
.home main .separator div .msg {
	font-size: 18px;
}
.home main .section.contents02 {
	width: 800px;
	margin-top: 32px;
}
.home main .section.contents02 ul li {
	-js-display: flex;
	display: flex;
}
.home main .section.contents02 ul li div {
	width: 50%;
	background-color: #fff;
}
.home main .section.contents02 ul li div:first-child {
	padding: 40px
}
.home main .section.contents02 ul li div img {
	display: block;
	width: 100%;
}
.home main .section.contents02 ul li:last-child {
	flex-direction: row-reverse;
}
.home main .section.contents02 .link {
	text-align: center;
	margin-top: 48px;
}
.home main .section.contents02 .link a {
	background-color: #0e5717;
	color: #fff;
	display: inline-block;
	padding: 12px 64px;
}
.home main .section.contents02 .link a:hover {
	opacity: .8;
}
/*contact*/
.contact .h-section,
.contact-completed .h-section {
	background-image: url(/img/contact_header.jpeg);
}
.contact main form {
	width: 1200px;
	margin: auto;
}
.contact main form table {
	width: 1200px;
	border-collapse: collapse;
}
.contact main form table tr {
	border-bottom: 1px solid #ccc;
}
.contact main form th,
.contact main form td {
	padding: 16px;
}
.contact main form th {
	width: 320px;
}
.contact main form th div {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact main form th div span:first-child {
	font-weight: bold;
}
.contact main form th div span:last-child {
	font-size: 12px;
	display: block;
	color: #fff;
	padding: 0 8px;
}
.contact main form th div span.required {
	background-color: #f77;
}
.contact main form td [type="text"],
.contact main form td textarea {
	border: 1px solid #ccc;
	width: 100%;
	padding: 8px 10px;
	background-color: #fafafa;
}
.contact main form td [type="text"]:focus,
.contact main form td textarea:focus {
	background-color: #fff;
}
.contact main form td textarea {
	height: 240px;
}
.contact main form .btns {
	margin-top: 40px;
	text-align: center;
}
.contact main form .btns .error {
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}
.contact main form .btns .g-recaptcha {
	margin-bottom: 16px;
}
.contact main form .btns .g-recaptcha > div {
	margin: auto;
}
.contact main form .btns [type="button"] {
	padding: 12px 64px;
	cursor: pointer;
	color: #fff;
	background-color: #0e5717;
}
.contact main form .btns [type="button"]:hover {
	opacity: .8;
}
.contact-completed main p {
	width: 1200px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 24px;
}
.contact-completed main p:not(:first-child) {
	margin-top: 24px;
}
/*company*/
.company .h-section {
	background-image: url(/img/company_header.jpeg);
}
.company main table {
	width: 1200px;
	margin: auto;
	border-collapse: collapse;
}
.company main table tr {
	border-bottom: 1px solid #ccc;
}
.company main table th,
.company main table td {
	padding: 16px;
}
.company main table th {
	font-weight: bold;
	width: 320px;
}
.company main .gmap {
	width: 1200px;
	margin: 40px auto 0;
}
.company main .gmap iframe {
	display: block;
	width: 100%;
	height: 480px;
}
/*about*/
.about .h-section {
	background-image: url(/img/about_header.jpeg);
}
.about main .section {
	width: 1200px;
	margin: auto;
	margin-bottom: 64px;
}
.about main .section h3 {
	font-size: 24px;
	margin-bottom: 16px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.about main .section.feature ul {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.about main .section.feature ul li {
	width: 380px;
}
.about main .section.feature ul li div:first-child {
	height: 152px;
}
.about main .section.feature ul li div h4 {
	font-weight: bold;
	margin-bottom: 8px;
}
.about main .section.feature ul li div img {
	display: block;
	width: 100%;
}
.about main .section.type > div {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.about main .section.type > div p {
	width: 45%;
}
.about main .section.type > div div {
	width: 50%;
}
.about main .section.type > div .img img {
	display: block;
	width: 100%;
}
.about main .separator {
	margin-top: 96px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/about_separator.png);
	height: 240px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about main .separator p {
	text-shadow: 0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #fff;
}
.about main .separator div .title {
	font-size: 40px;
	letter-spacing: 8px;
}
.about main .section.navi {
	margin-top: 64px;
}
.about main .section.navi ul {
	-js-display: flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.about main .section.navi ul li {
	width: 340px;
}
.about main .section.navi ul li a:hover {
	opacity: .8;
}
.about main .section.navi ul li a:hover p {
	text-decoration: underline;
}
.about main .section.navi ul li h4 {
	padding: 0 20px;
	height: 240px;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 10px #000,2px 2px 10px #000,-2px -2px 10px #000;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノæ ProN','Hiragino Mincho ProN',sans-serif;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about main .section.navi ul li:nth-child(1) h4 {
	background-image: url(/img/about_navi_izuminosato.png);
}
.about main .section.navi ul li:nth-child(2) h4 {
	background-image: url(/img/about_navi_odawaraisaida.png);
}
.about main .section.navi ul li:nth-child(3) h4 {
	background-image: url(/img/about_navi_hakone.png);
}
.about main .section.navi ul li p {
	background-color: #fff;
	padding: 20px;
}
/*flow*/
.flow .h-section {
	background-image: url(/img/flow_header.jpeg);
}
.flow main .section {
	width: 1200px;
	margin: auto;
}
.flow main .section ul li {
	-js-display: flex;
	display: flex;
	margin-bottom: 24px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.flow main .section ul li:before {
	background-color: #EEF8EF;
	font-size: 18px;
	padding: 24px;
	border-right: 1px solid #ccc;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	color: #0e5717;
}
.flow main .section ul li:nth-child(1):before {
	content: '1';
}
.flow main .section ul li:nth-child(2):before {
	content: '2';
}
.flow main .section ul li:nth-child(3):before {
	content: '3';
}
.flow main .section ul li:nth-child(4):before {
	content: '4';
}
.flow main .section ul li:nth-child(5):before {
	content: '5';
}
.flow main .section ul li:nth-child(6):before {
	content: '6';
}
.flow main .section ul li:nth-child(7):before {
	content: '7';
}
.flow main .section ul li div {
	padding: 20px;
	width: 100%;
}
.flow main .section ul li div h3 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 18px;
	padding-bottom: 8px;
	color: #0e5717;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.flow main .section ul li div p:not(:last-child) {
	margin-bottom: 8px;
}
.flow main .section ul li div p span {
	font-size: 24px;
	color: #36a;
}
/*faq*/
.faq .h-section {
	background-image: url(/img/faq_header.jpeg);
}
.faq main .section {
	width: 1200px;
	margin: auto;
}
.faq main .section ul li {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.faq main .section ul li h3 {
	padding: 20px;
	font-size: 16px;
	-js-display: flex;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.faq main .section ul li h3:before {
	content: 'Q';
	display: inline-block;
	border-radius: 3px;
	margin-right: 16px;
	width: 32px;
	height: 32px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #0e5717;
}
.faq main .section ul li h3:after {
	font-family: FontAwesome;
	content: '\f067';
	font-size: 18px;
	position: absolute;
	right: 20px;
}
.faq main .section ul li h3.open:after {
	content: '\f068';
}
.faq main .section ul li h3:hover {
	opacity: .8;
	text-decoration: underline;
}
.faq main .section ul li div {
	display: none;
	padding: 0 20px 20px 20px;
}
.faq main .section ul li div p {
	color: #0e5717;
	background-color: #EEF8EF;
	padding: 8px 16px;
}
.faq main .section aside {
	margin-top: 40px;
}
.faq main .section aside p {
	text-align: center;
	margin-bottom: 8px;
}
.faq main .section aside span {
	font-size: 24px;
	color: #0e5717;
}
/*navi*/
.navi main .section {
	width: 1200px;
	margin: auto;
	margin-bottom: 64px;
}
.navi main .section.top h3 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	text-align: center;
	font-size: 32px;
	margin-bottom: 32px;
	color: #0e5717;
}
.navi .top ul {
	-js-display: flex;
	display: flex;
	justify-content: center;
}
.navi .top ul li {
	width: 33%;
	background-color: #fff;
	padding: 24px 0;
}
.navi .top ul li h4 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	text-align: center;
	font-size: 24px;
	color: #0e5717;
	margin-bottom: 16px;
}
.navi .top ul li p {
	padding: 0 24px;
	line-height: 2em;
}
.navi .access {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.navi .access .map,
.navi .access .txt {
	width: 49%;
}
.navi .access .map iframe {
	display: block;
	width: 100%;
}
.navi .access .txt h3 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 24px;
	color: #0e5717;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}
.navi .access .txt .basic {
	margin-bottom: 40px;
}
.navi .access .txt .basic dl {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.navi .access .txt .basic dl dt {
	display: block;
	width: 20%;
	font-weight: bold;
}
.navi .access .txt .basic dl dd {
	display: block;
	width: 80%;
}
.navi .info h3 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	text-align: center;
	font-size: 32px;
	margin-bottom: 32px;
	color: #0e5717;
}
.navi.hakone .info > p {
	margin-bottom: 32px;
}
.navi .info .inner {
	display: flex;
	justify-content: space-between;
}
.navi .info .inner .img,
.navi .info .inner .txt {
	width: 49%;
	justify-content: space-between;
}
.navi .info .inner .img img {
	display: block;
	width: 100%;
}
.navi .info .inner .txt div:after {
	content: '';
	display: block;
	clear: both;
}
.navi .info .inner .txt div {
	margin-bottom: 16px;
}
.navi .info .inner .txt div p {
	float: right;
	display: inline;
	width: 184px;
	position: relative;
	margin-left: 16px;
}
.navi .info .inner .txt div p span {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	font-size: 13px;
	text-align: center;
}
.navi .info .inner .txt div p img {
	width: 100%;
	display: block;
}
.navi main .section.type h3 {
	font-size: 24px;
	margin-bottom: 16px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	color: #0e5717;
}
.navi main .section.type > div {
	-js-display: flex;
	display: flex;
}
.navi main .section.type > div p,
.navi main .section.type > div div {
	width: 50%;
}
.navi main .section.type > div .img img {
	display: block;
	width: 100%;
}
.navi main .section.price h3 {
	font-size: 24px;
	margin-bottom: 16px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	color: #0e5717;
}
.navi main .section.price > div {
	display: flex;
	justify-content: space-between;
}
.navi main .section.price .left,
.navi main .section.price .right {
	width: 49%;
}
.navi main .section.price .left .list ul li {
	margin-bottom: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.navi main .section.price .left .list ul li h4 {
	font-size: 20px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	color: #f55;
}
.navi main .section.price .left .list ul li .h {
	display: flex;
	align-items: center;
}
.navi main .section.price .left .list ul li .h span:first-child {
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 1px 16px;
}
.navi main .section.price .left .list ul li .h span:last-child {
	margin-left: 16px;
	color: #0e5717;
}
.navi main .section.price .left .list ul li .p {
	margin-top: 8px;
	font-size: 24px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
}
.navi main .section.price .left .list ul li .p span {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 40px;
	margin: 0 8px;
}
.navi main .section.price .left .list aside {
	background-color: #EEF8EF;
	font-size: 13px;
	padding: 8px;
}
.navi main .section.price .right {
	background-color: #fff;
	padding: 16px;
}
.navi main .section.price .right h4 {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 24px;
	color: #0e5717;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}
.navi main .section.price .right ul {
	margin-top: 16px;
}
.navi main .section.price .right ul li {
	margin-bottom: 16px;
}
.navi main .section.price .right ul li div {
	display: flex;
	align-items: center;
}
.navi main .section.price .right ul li h5 {
	font-size: 18px;
	width: 176px;
	font-weight: bold;
}
.navi main .section.price .right ul li .tel {
	font-size: 24px;
	color: #0e5717;
	padding: 0 8px;
}
.navi main .section.price .right ul li aside {
	background-color: #EEF8EF;
	background-color: #f5f5f5;
	padding: 6px;
}
.navi main .section.price .right > aside a {
	color: #36a;
	text-decoration: underline;
}
/*navi - izuminosato*/
.navi.izuminosato .h-section {
	background-image: url(/img/navi_izuminosato_header.jpeg);
	background-position: center;
}
/*navi - odawaraisaida*/
.navi.odawaraisaida .h-section {
	background-image: url(/img/navi_odawaraisaida_header.jpeg);
	background-position: center;
}
/*navi - hakone*/
.navi.hakone .h-section {
	background-image: url(/img/navi_hakone_header.jpeg);
	background-position: center;
}
/*news*/
.news .h-section {
	background-image: url(/img/news_header.jpeg);
}
.news main .section {
	width: 1200px;
	margin: auto;
}
.news main .section ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.news main .section ul li {
	width: 32%;
	margin-bottom: 24px;
}
.news main .section ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}
.news main .section ul li a {
	display: block;
	background-color: #fff;
	padding: 24px;
}
.news main .section ul li a:hover {
	opacity: .8;
}
.news main .section ul li a:hover .txt p span {
	text-decoration: underline;
}
.news main .section ul li a .txt {
	align-items: center;
}
.news main .section ul li a .txt p time,
.news main .section ul li a .txt p span {
	display: block;
}
.news main .section ul li a .txt p span {
	color: #6A9A70;
}
.news main .section ul li a .txt p time {
	color: #888;
  font-size: 12px;
}
.news main .section ul li a .txt p span {
	font-size: 16px;
}
.news main .pagenation {
	width: 1200px;
	margin: 40px auto 0;
}
.news main .pagenation ul {
	-js-display: flex;
  display: flex;
	justify-content: center;
}
.news main .pagenation ul li {
	margin: 0 8px;
}
.news main .pagenation ul li span,
.news main .pagenation ul li a {
	-js-display: flex;
  display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
}
.news main .pagenation ul li span {
	background-color: #0e5717;
	color: #fff;
}
.news main .pagenation ul li a {
	background-color: #EEF8EF;
}
.news main .pagenation ul li a:hover {
	background-color: #0e5717;
	color: #fff;
}
/*news-detail*/
.news-detail .h-section {
	background-image: url(/img/news-detail_header.jpeg);
}
.news-detail .section {
	width: 1200px;
	margin: auto;
}
.news-detail .section.detail h3 {
	font-size: 28px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
}
.news-detail .section.detail time {
	color: #888;
}
.news-detail .section.detail .cnt {
	margin-top: 24px;
	padding: 24px;
	background-color: #fff;
}
.news-detail .section.detail .cnt p {
	margin-bottom: 1em;
}
.news-detail .section.detail .cnt img {
	max-width: 100%;
}
.news-detail .section.list {
	margin-top: 40px;
}
.news-detail .section.list .head {
	-js-display: flex;
	display: flex;
	background-color: #555;
	align-items: center;
	justify-content: space-between;
	padding: 2px 12px;
}
.news-detail .section.list .head h4 {
	color: #fff;
	font-size: 20px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
}
.news-detail .section.list .head a {
	color: #fff;
}
.news-detail .section.list .head a:hover {
	opacity: .8;
}
.news-detail .section.list .head a:after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: 8px;
}
.news-detail .section.list ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.news-detail .section.list ul li {
	width: 50%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news-detail .section.list ul li:nth-child(even) {
	border-right: 1px solid #ccc;
}
.news-detail .section.list ul li a {
	display: block;
	padding: 32px;
}
.news-detail .section.list ul li a:hover span {
	text-decoration: underline;
}
.news-detail .section.list ul li a time {
	color: #888;
	font-size: 13px;
	display: block;
}
/*cases*/
.cases .h-section {
	background-image: url(/img/cases_header.jpeg);
}
.cases main .section {
	width: 1200px;
	margin: auto;
}
.cases main .section ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.cases main .section ul li {
	width: 32%;
	margin-bottom: 24px;
}
.cases main .section ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}
.cases main .section ul li a {
	display: block;
	background-color: #fff;
	padding: 24px;
}
.cases main .section ul li a:hover {
	opacity: .8;
}
.cases main .section ul li a:hover .txt p span {
	text-decoration: underline;
}
.cases main .section ul li a .txt {
	align-items: center;
}
.cases main .section ul li a .txt p time,
.cases main .section ul li a .txt p span {
	display: block;
}
.cases main .section ul li a .txt p span {
	color: #6A9A70;
}
.cases main .section ul li a .txt p time {
	color: #888;
  font-size: 12px;
}
.cases main .section ul li a .txt p span {
	font-size: 16px;
}
.cases main .pagenation {
	width: 1200px;
	margin: 40px auto 0;
}
.cases main .pagenation ul {
	-js-display: flex;
  display: flex;
	justify-content: center;
}
.cases main .pagenation ul li {
	margin: 0 8px;
}
.cases main .pagenation ul li span,
.cases main .pagenation ul li a {
	-js-display: flex;
  display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
}
.cases main .pagenation ul li span {
	background-color: #0e5717;
	color: #fff;
}
.cases main .pagenation ul li a {
	background-color: #EEF8EF;
}
.cases main .pagenation ul li a:hover {
	background-color: #0e5717;
	color: #fff;
}
/*cases-detail*/
.cases-detail .h-section {
	background-image: url(/img/cases-detail_header.jpeg);
}
.cases-detail .section {
	width: 1200px;
	margin: auto;
}
.cases-detail .section.detail h3 {
	font-size: 28px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
}
.cases-detail .section.detail time {
	color: #888;
}
.cases-detail .section.detail .cnt {
	margin-top: 24px;
	padding: 24px;
	background-color: #fff;
}
.cases-detail .section.detail .cnt p {
	margin-bottom: 1em;
}
.cases-detail .section.detail .cnt img {
	max-width: 100%;
}
.cases-detail .section.list {
	margin-top: 40px;
}
.cases-detail .section.list .head {
	-js-display: flex;
	display: flex;
	background-color: #555;
	align-items: center;
	justify-content: space-between;
	padding: 2px 12px;
}
.cases-detail .section.list .head h4 {
	color: #fff;
	font-size: 20px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','æ¸¸ææä½','ãã©ã®ãææ ProN','Hiragino Mincho ProN',sans-serif;
}
.cases-detail .section.list .head a {
	color: #fff;
}
.cases-detail .section.list .head a:hover {
	opacity: .8;
}
.cases-detail .section.list .head a:after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: 8px;
}
.cases-detail .section.list ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.cases-detail .section.list ul li {
	width: 50%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cases-detail .section.list ul li:nth-child(even) {
	border-right: 1px solid #ccc;
}
.cases-detail .section.list ul li a {
	display: block;
	padding: 32px;
}
.cases-detail .section.list ul li a:hover span {
	text-decoration: underline;
}
.cases-detail .section.list ul li a time {
	color: #888;
	font-size: 13px;
	display: block;
}
