@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #333434;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fffff9;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.h2_style {
	font-size: 18px;
	text-align: center;
	color: #232323;
}
.h2_style span {
	display: block;
	color: #8dc031;
	margin-top: 5px;
	position: relative;
}
.h2_style span:after {
	content: "";
	width: 90px;
	border-bottom: 5px dotted #ddd;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
}
.sp_mode {
	display:none;
}
.pc_mode {
	display:block;
}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.sp_mode {
		display:block;
	}
	.pc_mode {
		display:none;
	}

}

@media screen and (max-width: 640px) {

	.h2_style {
		font-size: 16px;
	}

}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/

header {
	padding: 20px 0 25px;
	border-top: 4px solid #ece8a3;
}
header h1 {
	display: inline-block;
}
header .right_nav a {
	display: inline-block;
	font-size: 13px;
	margin: 0 15px;
}
header .right_nav a:before {
	content: url("../img/common/link_arrow_01.png");
	margin-right: 10px;
}
header .right_nav a:hover {
	text-decoration: underline;
	color: #70b437;
}
#nav_pc {
	background: #ffffff;
	border-bottom: 2px solid #8dc031;
}
#nav_pc ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#nav_pc li {
	width: 16.6%;
	box-sizing: border-box;
	border-right: 4px dotted #8dc031;
	position: relative;
}
#nav_pc li:nth-child(1) a:before {
	content: url("../img/common/nav_icon_01.png");
	position: absolute;
	left: 35px;
}
#nav_pc li:nth-child(2) a:before {
	content: url("../img/common/nav_icon_02.png");
	position: absolute;
	left: 40px;
}
#nav_pc li:nth-child(3) a:before {
	content: url("../img/common/nav_icon_06.png");
	position: absolute;
	left: 10px;
}
#nav_pc li:nth-child(4) a:before {
	content: url("../img/common/nav_icon_03.png");
	position: absolute;
	left: 8px;
}
#nav_pc li:nth-child(5) a:before {
	content: url("../img/common/nav_icon_04.png");
	position: absolute;
	left: 25px;
}
#nav_pc li:nth-child(6) a:before {
	content: url("../img/common/nav_icon_05.png");
	position: absolute;
	left: 25px;
}
#nav_pc li:nth-child(1) a:hover:before {
	content: url("../img/common/nav_icon_01_on.png");
}
#nav_pc li:nth-child(2) a:hover:before {
	content: url("../img/common/nav_icon_02_on.png");
}
#nav_pc li:nth-child(3) a:hover:before {
	content: url("../img/common/nav_icon_06_on.png");
}
#nav_pc li:nth-child(4) a:hover:before {
	content: url("../img/common/nav_icon_03_on.png");
}
#nav_pc li:nth-child(5) a:hover:before {
	content: url("../img/common/nav_icon_04_on.png");
}
#nav_pc li:nth-child(6) a:hover:before {
	content: url("../img/common/nav_icon_05_on.png");
}
#nav_pc li:first-child {
	border-left: 4px dotted #8dc031;
}
#nav_pc li a {
	display: block;
	padding: 15px 0 15px 20px;
	text-align: center;
	color: #444444;
}
#nav_pc li a:hover {
	background: #8ec12d;
	color: #ffffff;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
#nav_pc li a {
	font-weight: 500;
}
#nav_sp{
	display: none;
}

@media screen and (max-width: 840px) {

	header h1 {
		width: 432px;
	}
	#sp_menu_block {
		position: relative;
		z-index: 99999;
	}
	#sp_menu {
		display: block !important;
	}
	#pc_menu {
		display: none;
	}
	#sp_menu ul {
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	#sp_menu ul li {
		width: 50%;
		float: left;
		box-sizing: border-box;
		background: #867f68;
		border-bottom: 2px solid #75705d;
	}
	/*#sp_menu ul li:nth-child(1) {
		width: 100%;
		border-top: 2px solid #75705d;
	}*/
	#sp_menu ul li:nth-child(odd) {
		border-right: 2px solid #75705d;
	}
	#sp_menu ul li a {
		display: block;
		width: initial;
		font-size: 1.4rem;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		margin: 0;
		padding: 20px 0;
	}
	.menu-btn {
		position: absolute;
		top: -24px;
		right: 10px;
		z-index: 999;
		display: inline;
		font-size: 32px;
	}
	.menu-btn a {
	    display: inline-block;
	    text-decoration: none;
		margin-top: 0px;
	}
	.btn-open {
		display: block;
		width: 38px;
		height: 30px;
		position: relative;
	}
	.btn-open span {
		display: block;
		width: 40px;
		height: 3px;
		background: #867f68;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
	}
	.btn-open span:first-child {
		position: absolute;
		top: 0;
		right: 0;
	}
	.btn-open span:nth-child(2) {
		position: absolute;
		top: 12px;
		right: 0;
	}
	.btn-open span:last-child {
		position: absolute;
		top: 24px;
		right: 0;
	}
	.btn-open:after {
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.btn-close:after {
		content: '×';
		font-size: 50px;
		display: block;
		position: fixed;
		top: 15px;
		right: 5px;
		color: #867f68;
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.overlay {
		position: fixed;
		top: 73px;
		left: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.overlay h1 {
		width: 210px;
		margin: 18px 0 0 8px;
		padding-bottom: 2px;
	}
	header {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		background: #fff;
	}
	header nav li.select {
		border-top: none;
	}
	header nav li.select:before {
		content: none;
		width: 0;
		height: 0;
		position: static;
	}
	header nav li.select a {
		color: #ae79b2 !important;
	}
	#nav_pc{
		display:none;
	}

}

@media screen and (max-width: 640px) {

	header {
		padding: 15px 0;
		    height: 19px;
	}
	header h1 {
		width: 240px;
	}
	.overlay {
		top: 52px;
	}
	.menu-btn {
		top: -21px;
	}
	.btn-open span {
		width: 30px;
		height: 2px;
	}
	.btn-open span:nth-child(2) {
		top: 8px;
	}
	.btn-open span:last-child {
		top: 16px;
	}
	.btn-close:after {
		font-size: 34px;
	}

}

/*-----------------------------------

	lower_img

-----------------------------------*/

#lower #nav_pc {
	background: #fffff9;
}
#lower_img h2 {
	font-size: 20px;
	font-weight: 500;
	padding: 50px 0;
	line-height: 200%;
	color: #2f2f2f;
	text-shadow: 0 0 30px rgb(255, 255, 255);
}
#lower_img h2 span {
	display: block;
	font-size: 54px;
	font-weight: 800;
	color: #8ec12d;
	margin-bottom: 10px;
}

@media screen and (max-width: 840px) {

	#lower_img {
		margin-top: 10%;
	}

}

@media screen and (max-width: 640px) {

	#lower_img {
		margin-top: 52px;
	}
	#lower_img h2 {
		font-size: 15px;
		line-height: 150%;
		padding: 20px 0;
	}
	#lower_img h2 span {
		font-size: 28px;
		margin-bottom: 5px;
	}

}

/*-----------------------------------

	breadcrumb

-----------------------------------*/

#breadcrumb {
	width: 100%;
	background: #e0dfca;
	padding: 2.5px 0;
}
#breadcrumb ul li {
	float: left;
	display:inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
#breadcrumb ul li a {
	color: #77754f;
	font-weight: 500;
	text-decoration: underline;
}
#breadcrumb ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
	#breadcrumb{
		height: auto;
	}
	#breadcrumb ul li{
		font-size: 11px;
		font-size: 1.1rem;
	}
}

/*-----------------------------------

	contents

-----------------------------------*/

@media screen and (max-width: 840px) {
	#contents{
		margin-top: 50px;
	}
}

@media screen and (max-width: 640px) {
	#lower #contents{
		margin-top: 20px;
	}
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	position: fixed;
	right: 25px;
	bottom: 0;
	cursor: pointer;
	z-index: 999;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	opacity: 0.8;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}

@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 40px;
		background: url(../img/common/sp/pagetop.png) #9a9878;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}
/*-----------------------------------

	footer

-----------------------------------*/

footer {
	background: #f8f6d1;
	padding: 25px 0 10px;
}
footer nav ul {
	width: 730px !important;
}
footer nav li {
	float: left;
}
footer nav li a {
	font-size: 12px;
	font-weight: 300;
	color: #535353 !important;
	padding: 0 10px;
}
footer nav li:last-child a {
	border-right: none;
}
footer nav li a:before {
	content: url("../img/common/link_arrow_01.png");
	margin-right: 10px;
}
footer nav li a:hover {
	text-decoration: underline;
	color: #70b437 !important;
}
footer .logo_area {
	width: 250px;
}
footer .logo_area p {
	font-size: 12px;
	color: #535353;
	line-height: 140%;
}
footer .logo_area h1 {
	font-size: 14px;
	font-weight: 500;
	color: #535353;
}
footer #footer_copy {
	width: 1000px;
	margin: 10px auto 0;
	color: #535353;
	text-align: center;
	border-top: 1px solid #efebab;
}

@media screen and (max-width: 840px) {

	footer {
		padding-top: 15px;
	}
	footer nav {
		margin-bottom: 20px;
	}
	footer #footer_copy {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {

	footer {
		padding-top: 0;
	}
	footer .contents_inner {
		width: 100%;
	}
	footer nav {
		padding: 0;
	}
	footer ul {
		background: #716f55;
	}
	footer .logo_area {
		width: 250px;
		margin: 0 auto 10px;
		float: none !important;
	}
	footer .logo_area h1 {
		margin: 0 auto;
	}
	footer .logo_area p {
		text-align: center;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li {
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #8a8768;
	}
	footer nav li:first-child {
		width: 100%;
	}
	footer nav li:nth-child(even) {
		border-right: 1px solid #8a8768;
	}
	footer nav li a {
		display: block;
		border: none;
		color: #fff !important;
		padding: 10px 0;
		text-align: center;
	}
	footer nav li a:hover {
		text-decoration: none;
	}
	footer #footer_copy {
		font-size: 10px;
	}

}
