@charset "UTF-8";

@media screen and (max-width: 899px){

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.pc {display:none !important;}
.sp {display:block !important;}



/****************************************

	header

*****************************************/
header {}

#header {
	margin: 0 15px;
}
.header__inner {}


.header__logo {}
.header__contents {}


.header__logo h1 {
	padding: 10px 0 5px 0;
	color: #333333;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
}
.header__logo a {
	padding: 0 0 15px 0;
	display: block;
}
.header__logo a img {
	height: 25px;
}


.header__name {
	text-align: right;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	padding: 0;
}
.header__tel {
	text-align: right;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	padding: 0;
}
.header__tel span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.header__tel a {
	color: #333333;
}
.header__tel a:hover {
	color: #333333;
}
.header__address {
	text-align: right;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	padding: 0 0 5px 0;
}



/****************************************

	nav

*****************************************/
.nav {
	display: none;
}



.sp-nav {
	min-width: 100%;
	background: #FFFFFF;
	position: relative;
	z-index: 100;
}

.sp-nav__menu {
	display: none;
}
.sp-nav__menu li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
.sp-nav__menu li a {
	display: block;
	padding: 10px;
	background: #A00000;
	color: #FFFFFF;
	text-decoration: none;
}
.sp-nav__menu li a:hover {
	background: #A00000;
	color: #FFFFFF;
}
.sp-nav__menu li:last-child a {
	border: none;
}

.sp-nav__toggle {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #A00000;
}
.sp-nav__toggle a {
	display: block;
	position: relative;
	padding: 10px 0 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.sp-nav__toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFFFFF;
}
.sp-nav__toggle a:before,
.sp-nav__toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background:#A00000;
}
.sp-nav__toggle a:before {
	margin-top: -6px;
}
.sp-nav__toggle a:after {
	margin-top: 2px;
}



/****************************************

	共通

*****************************************/
#wrapper {
	background: #ffffff;
}


.contents {
	background: #FFFFFF;
	padding: 20px 15px 20px 15px;
}

.contents__main {}
.contents__aside {}


.contents__main h2 {
	font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "メイリオ", "ＭＳ 明朝", 'MS Mincho', serif;
	border-left: 7px solid #5B0000;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	color: #004C26;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	padding: 12px 10px 12px 15px;
	margin: 0 0 20px 0;
}
.contents__main h2 span {
	display: block;
	font-size: 18px;
}


.contents__main h3 {
	font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "メイリオ", "ＭＳ 明朝", 'MS Mincho', serif;
	color: #004C26;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

.contents__main h4 {
	color: #ACA804;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	padding: 5px 0 5px 0;
}


.contents__main p {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	padding: 0 0 25px 0;
}
.contents__main p:last-of-type {
	padding: 0;
}


.contents__main ul {
	padding: 0 0 5px 0;
}
.contents__main ul li {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	padding: 0 0 5px 20px;
	position: relative;
}
.contents__main ul li::before {
	content: '■';
	position: absolute;
	left: 0;
	top: 0;
	color: #DED805;
	font-size: 14px;
}



.aside__nav {}
.aside__nav ul {
	margin: 0 0 30px 0;
}
.aside__nav ul li a {
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 10px 0;
	padding: 10px 10px 8px 10px;
	font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "メイリオ", "ＭＳ 明朝", 'MS Mincho', serif;
	color: #004C26;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	display: block;
	text-decoration: none;
}
.aside__nav ul li:last-of-type a {
	margin: 0;
}
.aside__nav ul li a span {
	display: block;
	color: #004C26;
	font-size: 20px;
	padding: 0 0 3px 0;
}
.aside__nav ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background-color: #A00000;
	position: absolute;
	top: 0;
	left: 0;
}
.aside__nav ul li a:hover {
	color: #A00000;
}
.aside__nav ul li a:hover span {
	color: #A00000;
}



.aside__recruit {
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 30px 0;
	padding: 15px 10px 12px 10px;
	position: relative;
}
.aside__recruit::before {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background-color: #004C26;
	position: absolute;
	top: 0;
	left: 0;
}
.aside__recruit--title {
	font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro', "メイリオ", "ＭＳ 明朝", 'MS Mincho', serif;
	color: #004C26;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	padding: 0 0 5px 0;
}
.aside__recruit--txt {
	color: #333333;
	font-size: 11px;
	line-height: 1.6;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.aside__recruit--btn a {
	text-align: center;
	width: 100%;
	display: block;
	background: #004C26;
	padding: 10px 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
}
.aside__recruit--btn a:hover {
	background: rgba(0, 76, 38, 0.8);
}
.aside__recruit--btn:last-of-type a {
	margin: 0;
}



.aside__bnr {}
.aside__bnr h3 {
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.aside__bnr ul {
	margin: 0 0 30px 0;
}
.aside__bnr ul li {
	text-align: center;
	margin: 0 0 20px 0;
}


.aside__info {}
.aside__info--image {
	text-align: center;
	padding: 0 0 12px 0;
}
.aside__info--guide {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.aside__info--time {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}



#notfound {}
#notfound p.txt {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
#notfound p.txt:last-child {
	margin: 0;
}
#notfound p.btn a {
	color: #A00000;
	font-size: 14px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #fff;
	width: 240px;
	margin: 0 auto;
	border: 1px solid #A00000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
}
#notfound p.btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #A00000;
}



/****************************************

	wordpress側用設定

*****************************************/



/****************************************

	footer

*****************************************/
#pagetop {
	text-align: left;
	margin: 40px 0 50px 0;
}



footer {}

#footer {
	background: #1B7500;
}
.footer__inner {
	margin: 0 auto;
}
.footer__inner p {
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	padding: 8px 10px;
}



/****************************************

	home

*****************************************/
.top__visual {
	padding: 0;
}
.top__visual img {
	height: auto;
	width: 100%;
}



.top-flow {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
}
.top-flow:nth-of-type(6) {
	margin: 0 0 30px 0;
}
.top-flow__step {
	width: 60px;
	margin: 0 10px 0 0;
}
.top-flow__contents {
	width: calc(100% - 70px);
}

.top-flow__title {
	color: #00522E;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 600;
}
.top-flow__txt {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}



/****************************************

	access

*****************************************/
.access {}


/* 計算方法　長方形動画（630:350）の場合100÷630×350=55.55555555555556% に設定 */
.access__map {
	text-align: center;
	padding: 0 0 55.55555555555556% 0;
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
}
.access__map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/****************************************

	contact

*****************************************/
.contact__txt {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 5px 0 20px 0;
}
.contact__txt span.required {
	color: #FF0000;
}

.contact__policy {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 20px 0;
}

.contactform__box {
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 19px;
	margin: 0 0 20px 0;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}
.contactform__box span.required {
	color: #FF0000;
}


.contactform__box input[name="your-name"],
.contactform__box input[name="your-email"],
.contactform__box input[name="your-subject"]{
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #C7C7C7;
	color: #666666;
	font-size: 14px;
}

.contactform__box textarea[name="your-message"]{
	width: 100%;
	padding: 10px;
	border: 1px solid #C7C7C7;
	color: #666666;
	font-size: 14px;
}


.contactform__btn {
	margin: 20px 0 20px 0;
}
.contactform__btn input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: middle;
	margin: 0 0 20px 0;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #A00000;
	background: #A00000;
	width: 280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.contactform__btn input[type="submit"]:hover {
	background: #fff;
	color: #A00000;
}



.contact__completed--txt {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 20px 0 20px 0;
    text-align: center;
}

.contactform__home--btn {
	margin: 10px 0 20px 0;
}
.contactform__home--btn a {
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: middle;
	margin: 0 0 20px 0;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #A00000;
	background: #A00000;
	width: 280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.contactform__home--btn a:hover {
	background: #fff;
	color: #A00000;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
