@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;
}


.contents-box {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 300;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}

.contents-box p {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	line-height: 1;
}

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

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}


/*header*/

#header {
	width: 100%;
	z-index: 99999999999;
	padding: 15px 20px 0;
}


#header .contents-left {
	width: 440px;
}

#header .contents-right {
	width: 400px;
	text-align: right;
}

#header .contents-right h5 {
	color: #8cc63f;
	line-height: 1.2;
	display: inline-block;
	font-size: 33px;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	background-image: url("../images/tel-footer.svg");
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 28px;
}

#header .contents-right p {
	color: #808080;
	line-height: 1.2;
}





nav {
	margin-right: -16px;
	text-align: center;
}

nav ul{
	display: flex;
	padding-top: 160px;
	
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 14px;
	display: inline-block;
}

/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(0,0,0,0.8);
		left: 0;
		
	}
	nav ul{
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	nav ul li{
		margin: 0 auto;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a {
		display: block; 
		color: #FFF;
		font-weight: normal;
		font-size: 21px;
		line-height: 1.2;
		letter-spacing: 0.3em;
	}

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: 60px;
		height: 68px;
		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;
	}
	#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:15px;
	}
	#nav_toggle span:nth-child(3){
		top:30px;
	}
	
	/*開閉ボタン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;
	z-index: 0;
}

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

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

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



/* main-img-top */

#main-img {
	width:100%;
	overflow:hidden;
	text-align:center;
}

#main-img img {
	width:100%;
	height: auto;
}



/*contents*/
 


.contents {
	width: 100%;
	z-index: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-style : solid;
  border-bottom-color : #eefaf8;
  border-bottom-width : 25px;
}


/*ba-box*/

.ba-box {
	width: 100%;
	text-align: center;
	background-color: #f0eae3;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.ba-box h4 {
	background-color: #c6b198;
	line-height: 1.2;
	color: #FFF;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight: normal;
	letter-spacing: 0.3em;
	display: inline-block;
	padding: 70px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-bottom: 35px;
}

.ba-box .box-in {
	width: 840px;
	margin-bottom: 30px;
	background-image: url("../images/arrow01.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.ba-box .box-in2 {
	background-image: none;
	width: 820px;
}

.ba-box .box-in img {
	width: 100%;
	height: auto;
}

.ba-box .box-in .box {
	width: 364px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.ba-box .box-in2 .box {
	width: 380px;
}

.ba-box .box-in .box h5 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ba-box .box-in .box h5 img {
	width: auto;
}

.ba-box .box-in .box p {
	text-align: left;
	padding-top: 10px;
	line-height: 1.2;
}

.ba-box .box-in2 .box p {
	line-height: 1.6;
}

/*free-box*/

.free-box {
	width: 900px;
	margin-bottom: 80px;
	text-align: center;
}

.free-box p {
	padding-top: 30px;
}

.free-box a:hover {
	opacity: 0.75;
}



	
/* banner-box */


.banner-box {
	width: 100%;
	text-align: center;
	background-image: url("../images/contentslink-back.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 80px;
	padding-bottom: 60px;
}

.banner-box .box-in {
	width: 1065px;
}

.banner-box .box-in .contents-left {
	width: 214px;
	padding-top: 75px;
}

.banner-box .box-in .contents-right {
	width: 846px;
}


.banner-box  h3 {
}


.banner-box a:hover {
	opacity: 0.75;
}

.banner-box  ul {
}

.banner-box  ul li {
	width: 206px;
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
	float: left;
	margin-bottom: 20px;
}

.banner-box  ul li:first-child {
	margin-left: 126px;
}

.banner-box  ul li:nth-child(3n) {
	margin-right: 0px;
}





/*midashi*/

p.text01 {
	color:#4d4d4d;
	line-height:1.8;
}

.midashi01 {
	text-align: center;
	background-image: url("../images/midashi01.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 90px;
	margin-bottom: 25px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:28px;
	color:#c59b6d;
	line-height:1.2;
	font-weight: normal;
	letter-spacing: 0.3em;
}

.midashi02 {
	text-align: center;
	margin-bottom: 25px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:28px;
	color:#c59b6d;
	line-height:1.2;
	font-weight: normal;
	letter-spacing: 0.3em;
}


/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align:center;
	border-top-style : solid;
  border-top-color : #9EE6DB;
  border-top-width : 35px;
	background-color: #FFF;
}

.subcontents-map h3 {
	margin-bottom: 20px;
	margin-top: 25px;
	background-image: url("../images/midashi-access.svg");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 240px;
	display: inline-block;
	font-size: 17px;
	color: #433b38;
	font-weight: normal;
	height: 29px;
	padding-top: 8px;
}

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



/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	background-color: #FFF;
}

.subcontents-box {
	width: 980px;
	padding-top: 40px;
	padding-bottom: 35px;
}

.subcontents-box .contents-left {
	width: 400px;
}

.subcontents-box .contents-right {
	width: 498px;
	text-align: right;
}


#subcontents h4 {
	color: #8cc63f;
	line-height: 1.2;
	display: inline-block;
	font-size: 39px;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	background-image: url("../images/tel-footer.svg");
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 32px;
}


#subcontents p {
	line-height:1.6;
	color:#f45378;
	padding-top: 10px;
	font-size: 13px;
	letter-spacing: 0.1em;
}



/*footer*/

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

.footer p {
	font-size: 14px;
	color: #433b38;
}


/*banner*/

.banner-side {
    position: fixed;
    right: 0px;
    bottom: 40%;
    z-index: 99999999999;
}

/*footer-link*/

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

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

.footer-link ul li {
	width: 48%;
	margin: 0px 1%;
}

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

    



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

#header {
	min-width: 1280px;
	position: relative;
}
	

#header .header {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
	

#header .header .contents-left {
	margin-left: 25px;
	width: 400px;
	padding-top: 15px;
}
	

#header .header .contents-right {
	width: 110px;
	height: 110px;
	text-align: right;
	padding-top: 28px;
	padding-right: 20px;
}
	

		
		
		
	
.main-img {
	min-width: 1280px;
}		

/*subcontents*/

#subcontentslist {
	min-width: 1280px;
}

#subcontents {
	min-width: 1280px;
}

.subcontents-box {
}


.footer {
}
	
.footer p {
}



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

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

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


.contents-box {
}

.contents-box p {
}

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


/*header*/


/*header*/

#header {
	width:100%;
	padding: 10px 10px 0px;
}

	
#header .contents-left {
	width: 100%;
}
	
#header .contents-left img {
	height: 35px;
	width: auto;
}
	
	
#header .contents-right {
	display: none;
}
	
	
	
.header {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
}

.header h1 {
	padding-top: 10px;
	padding-left: 10px;
}
	
	.header h1 img {
		height: 45px;
		width: auto;
}
	
/*開閉ボタン*/
	#nav_toggle{
		width: 40px;
		height: 48px;
	}
	#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 ul{
	padding-top: 60px;
	
}
	
nav ul li a {
		font-size: 18px;
	}
	

/* main-img */

#main-img {
	width:100%;
	position: static;
}

	
/*contents*/


.contents {
	padding-top: 0px;
	padding-bottom: 20px;
  border-bottom-width : 15px;
}

	
	
/*ba-box*/

.ba-box {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.ba-box h4 {
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	letter-spacing: 0.15em;
	padding: 25px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-bottom: 25px;
}

.ba-box .box-in {
	width: 90%;
	margin-bottom: 20px;
	background-image: none;
}


.ba-box .box-in .box {
	width: 100%;
}
	
.ba-box .box-in .box:first-child {
	background-image: url("../images/arrow02.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
	

.ba-box .box-in2 .box:first-child {
	background-image: none;
	padding-bottom: 0px;
}

/*free-box*/

.free-box {
	width: 90%;
	margin-bottom: 40px;
}

.free-box p {
	padding-top: 25px;
}

.free-box img {
	width: 100%;
	height: auto;
}



	
		
/* banner-box */


.banner-box {
	width: 100%;
	background-size: auto 100%;
	padding-top: 35px;
	padding-bottom: 20px;
}

.banner-box .box-in {
	width: 92%;
}

.banner-box .box-in .contents-left {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 20px;
}

.banner-box .box-in .contents-right {
	width: 100%;
}


.banner-box  h3 img {
	width: 150px;
	height: auto;
}


.banner-box a:hover {
	opacity: 0.75;
}

.banner-box  ul {
	display: inline-block;
}

.banner-box  ul li {
	width: 48%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	float: none;
	margin-bottom: 8px;
}
	
.banner-box  ul li img {
	width: 100%;
	height: auto;
}

.banner-box  ul li:first-child {
	margin-left: 0px;
}

.banner-box  ul li:nth-child(3n) {
	margin-right: 0.5%;
}




/*midashi*/


.midashi01 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-size: auto 35px;
	padding-top: 55px;
	letter-spacing: 0.15em;
}
	
.midashi02 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.15em;
}



/*subcontents-map*/

.subcontents-map {
	border-top-width: 20px;
}
	
.subcontents-map .map-box {
	width: 100%;
	clear: both;
	height: 150px;
}
	
	
.subcontents-map  h3 {
	background-position: center top;
	padding-top: 30px;
	padding-left: 0px;
	background-size: auto 20px;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
}	

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


/*banner*/

.banner-side {
    display: none;
}


/*subcontents*/

#subcontents {
	width: 100%;
	text-align: center;
}

.subcontents-box {
	width: 92%;
	padding-top: 25px;
	padding-bottom: 20px;
}

.subcontents-box .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.subcontents-box .contents-right {
	width: 100%;
}

#subcontents h3 img {
	height: 50px;
	width: auto;
	
}

#subcontents h4 {
	font-size: 28px;
	line-height: 1.2;
	background-size: 15px auto;
	background-position: left 8px;
	padding-left: 25px;
}

#subcontents h5 img {
	width: 100%;
	height: auto;
}

#subcontents p {
	font-size: 12px;
	letter-spacing: 0em;
}

	.footer p {
		font-size: 12px;
	}
	
	/*footer-link*/
	.footer-link {
	   display: block;
	}


      
}
