@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
　/*サイトによって変更*/
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #603813;
	font-size: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 16px;
	color: #603813;
	line-height: 1.8;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
	color: #29abe2;
}

.contents-box p a {
}

.space-box {
	clear:both;
}



/*header*/

#header {
	width: 100%;
	z-index: 99999999999;
	position: relative;
}

#header h1 {
	position: absolute;
   top: 0%;
   left: 50%;
   -webkit-transform: translate(-50%, -0%);
   transform: translate(-50%, -0%);
	padding-top: 45px;
}


.header {
	width: 100%;
	padding: 10px 30px;
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.header h2 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:400;
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
	display: inline-block;
	padding: 6px 20px;
	background-color: #fbb03b;
}




/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:#FFF;
		left: 0;
		
	}
	nav div {
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		padding-top: 250px;
	}
	nav ul{
		margin: 0 auto;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		display: flex;
  justify-content: space-between;
		flex-wrap: wrap;
	}

nav ul li{
	width: 50%;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a {
		display: block; 
		color: #6fb92c;
		font-weight: normal;
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 0.3em;
		padding: 10px 0px;
	}

nav ul li a:before {
		content: "・";
	}

nav ul li a:hover {
		opacity: 1;
	color: #d68f2a;
	}

nav ul li a span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #c59b6d;
	letter-spacing: 0.1em;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 87px;
		height: 87px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 23px 17px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:13px;
	}
	#nav_toggle span:nth-child(3){
		top:26px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* nav-pc */

.nav-pc {
	width: 100%;
	line-height: 0;
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
}

.nav-pc ul {
	display: inline-block;
}

.nav-pc ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 35px;
}

.nav-pc ul li a:hover {
	opacity: 0.75;
}


/* main-img-top */

#main-img {
	width:1180px;
	margin-top: 90px;
	text-align: right;
	position: relative;
}

/*title-box*/
 
.title-box {
	position: absolute;
   top: 30%;
   left: 0%;
   -webkit-transform: translate(0%, -30%);
   transform: translate(0%, -30%);
	width: 100%;
}

.title-box .title {
	background-image: url("../images/title.png");
background-position: left top;
background-repeat: no-repeat;
	width: 450px;
	height: 435px;
	text-align: center;
	padding-top: 200px;
}

.title-box .title h2, .title-box .title h3 {
color: #FFF;
line-height: 1.2;
}

.title-box .title h2 {
font-size: 50px;
letter-spacing: 0.2em;
	margin-bottom: 5px;
	font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
}

.title-box .title h3 {
font-size: 12px;
}




/*contents*/
 


.contents {
	width: 100%;
}




/*midashi*/

p.text01 {
	color:#4d4d4d;
	line-height:1.6;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.midashi01 {
	text-align: center;
	margin-bottom: 40px;
}

.midashi01 h3 {
	font-size: 30px;
color: #FFF;
line-height: 1.2;
	font-weight: normal;
	padding: 8px 40px;
	display: inline-block;
	background-color: #8cc63f;
	border-radius: 60px;
}

.midashi02 {
	font-size: 25px;
color: #4d4d4d;
line-height: 1.2;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 8px 40px;
	text-align: center;
	background-color: #FFF;
	border-radius: 60px;
	border-style : solid;
border-color : #8cc63f;
border-width : 4px;
	margin-bottom: 20px;
}


footer {
}


/*banner-24*/

.banner-24 {
	position: fixed;
	bottom: 30px;
	right: 15px;
	display: none;
}

/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align:center;
}

.subcontents-map .map-title {
	width: 100%;
}

.subcontents-map .box01 {
	display: flex;
  justify-content: center;
	align-items: center;
	background-color: #fee7c4;
	padding: 15px 0px;
}


.subcontents-map p {
	font-size: 17px;
color: #42210b;
line-height: 1.2;
font-weight: normal;
	padding-left: 20px;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 400px;
}


/*subcontents*/

#subcontents {
	width: 100%;
	text-align: center;
	border-top-style : solid;
border-top-color : #fee7c4;
border-top-width : 50px;
	padding: 45px 0px;
}

#subcontents h3 {
	margin-bottom:8px;
}

#subcontents h4 {
	font-size: 42px;
color: #f7931e;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding-left: 35px;
}

#subcontents h4:before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 28px;
	height: 38px;
}

#subcontents p {
	width: 550px;
	padding-top: 20px;
	text-align: left;
	font-size: 15px;
color: #666666;
line-height: 1.4;
	margin: auto;
}

#subcontents p span {
color: #29abe2;
}

#subcontents p span2 {
color: #f89ead;
}

/*footer*/


.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FFF;
}

.footer p {
	font-size: 14px;
	color: #42210b;
}

/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	background-color: #f15a24;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

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

.footer-link ul li {
	width: 40%;
	margin: 0px 2%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}



/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	

#header .sp-view {
	display: none;
}
	


.footer {
}
	
.footer p {
}



}
@media screen and (max-width: 737px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}


	.wrap-box {
		background-position: center 60px;
	width: 100%;
	background-size: 110% auto;
	}

/*header*/

#header {
	width:100%;
}

.header {
	width: 100%;
	padding: 12px 10px;
}
	
.header h1 img {
	height: 30px;
	width: auto;
}

.header h2 {
	font-size: 14px;
	padding: 5px 12px;
}


	
	
/*開閉ボタン*/
	#nav_toggle{
		width: 65px;
		height: 65px;
		padding: 16px 15px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}

	
	.nav-pc {
		display: none;
	}
	
nav div {
		padding-top: 80px;
	}
	nav ul{
		width: 92%;
	}
	
nav ul li {
	width: 100%;
	
}
	
nav ul li a {
		font-size: 18px;
	}
	
/* main-img-top */

#main-img {
	width:92%;
	margin-top: 20px;
	position: static;
}
	
#main-img > img {
	width: 100%;
height: auto;
}

/*title-box*/
 
.title-box {
	position: static;
   -webkit-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
	width: 100%;
}

.title-box .title {
	background-image: none;
	height: auto;
	width: 100%;
	padding-top: 5px;
}

.title-box .title h2, .title-box .title h3 {
color: #6fb92c;
}

.title-box .title h2 {
font-size: 30px;
	
}

.title-box .title h3 {
font-size: 11px;
}



	
/*contents*/


.contents {
	padding-top: 0px;
}

	
/*box-concept*/
 
.box-concept {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 60px;
	background-size: auto 400px;
}

.box-concept .box-in {
	width: 92%;
	padding-top: 15px;
}

.box-concept .box {
	display: block;
}
	
.box-concept .box01 img {
	width: 220px;
	height: auto;
}

.box-concept .box02 {
	padding-left: 0px;
	padding-top: 15px;
	width: 100%;
}

.box-concept h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.box-concept h3 img {
	height: 30px;
	width: auto;
}

.box-concept p {
line-height: 1.8;
}

	
/*lay01*/
 

.lay01, .lay02 {
	width: 100%;
	padding: 30px 0px 0px;
background-position: center 30px;
	background-size: auto 40px;
}




/*midashi*/

p.text01 {
	font-size: 14px;
}

	
.midashi01 {
	margin-bottom: 25px;
	width: 92%;
}

.midashi01 h3 {
	font-size: 18px;
	padding: 8px 30px;
}
	
.midashi02 {
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 8px 20px;
border-width : 3px;
	margin-bottom: 15px;
	width: 100%;
}

	
.btntop-footer {
		width: 92%;
		padding-bottom: 20px;
		display: block;
	}
	
.btntop-footer img {
		width: 100%;
	height: auto;
	}

	
footer {
}

/*banner-24*/

.banner-24 {
	bottom: 70px;
	right: 5px;
}
	
.banner-24 img {
	width: 90px;
height: auto;
}

/*subcontents-map*/


.subcontents-map .box01 {
	display: block;
	padding: 12px 0px;
}

.subcontents-map h3 img {
	height: 24px;
	width: auto;
}

.subcontents-map p {
	font-size: 14px;
	padding-left: 0px;
	padding-top: 3px;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 150px;
}


/*subcontents*/

#subcontents {
	width: 100%;
border-top-width : 20px;
	padding: 20px 0px;
}

#subcontents h3 {
	margin-bottom:5px;
}
	
#subcontents h3 img {
	height: 50px;
	width: auto;
}

#subcontents h4 {
	font-size: 30px;
	margin-bottom: 15px;
	padding-left: 25px;
}

#subcontents h4:before {
	height: 25px;
}
	
#subcontents h6 {
	width: 92%;
	margin: auto;
}
	
#subcontents h6 img {
	width: 100%;
height: auto;
}

#subcontents p {
	width: 92%;
	font-size: 12px;
}


/*footer*/

.footer {
	padding: 15px 0px;
	padding-bottom: 22%;
}

.footer p {
	font-size: 10px;
}
	
/*footer-link*/

.footer-link {
	display: block;
}


      
}
