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

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.6;
}

.contents-box p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}


/*header*/

#header  {
}

/*header-wrap*/

.header-wrap  {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.header  {
	width: 100%;
}

.header h1 {
	color: #0ac7d3;
	line-height: 1.2;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.header .nav-pc {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 60px;
}

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

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

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


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

nav ul{
	display: flex;
	padding-top: 160px;
	background-image: url("../images/logo-nav.png");
	background-position: center 30px;
	background-repeat: no-repeat;
	
}
nav ul li a {
	color: #000;
	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: #f29600;
	letter-spacing: 0.1em;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 50px;
		height: 50px;
		position: relative;
		top: 2px;
		z-index: 100;
		background-image: url("../images/menu-nav.png");
		background-position: center bottom 5px;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-bottom: 30px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #f29600;
		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:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタン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);
		}



/* main-img-top */

#main-img {
	width:100%;
	overflow:hidden;
	text-align:center;
	position: relative;
	padding-bottom: 40px;
}

#main-img h3 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

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

.title-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	height: 55px;
	width: 100%;
}

.title-box h2 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #39b54a;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.2em;
}


/*contents*/

.contents {
	width: 100%;
}

/*box-contents*/

.box-contents {
	width:100%;
	text-align:center;
	background-image: url("../../common/images/contents02-back.png");
	background-position: center 110px;
	background-repeat: no-repeat;
	padding-bottom: 70px;
}

.box-contents .box-in {
	width:1035px;
	padding-top: 30px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	background-color: #f7f3f0;
}

.box-contents .box01 {
	padding-bottom: 70px;
}

.box-contents .box01 h3 {
	background-image: url("../../common/images/midashi03.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 533px;
	height: 133px;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #22b573;
	font-size: 58px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

.box-contents .box01 h4 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	color: #39b54a;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.3em;
	margin-bottom: 15px;
}

.box-contents .box01 h5 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	background-color: #00abe2;
	padding: 80px;
	padding-top: 6px;
	padding-bottom: 5px;
	display: inline-block;
	border-radius: 40px;
}

/*img-box*/

.img-box {
	padding: 10px;
}


.img-box img {
	width: 100%;
	height: auto;
	border-style : solid;
  border-color : #FFFFFF;
  border-width : 7px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	background-color: #FFF;
}

/*midashi*/

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

p.text02 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #666666;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.15em;
}


.midashi01-box {
	width: 1000px;
	margin-bottom: 25px;
	position: relative;
	padding-top: 30px;
}

.midashi01-box h6 {
	background-image: url("../images/midashi01.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 100px;
	height: 77px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.midashi01-box .box-in {
	margin-left: 60px;
	background-color: #f7fceb;
	border-radius: 0 40px 40px 0;
	padding: 20px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.midashi01-box h3 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #009245;
	font-size: 22px;
	letter-spacing: 0.2em;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 15px;
}

.midashi01-box h4 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #0ac7d3;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	float: left;
	background-color: #FFF;
	padding: 15px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.midashi02-box {
	width: 1000px;
	margin-bottom: 15px;
	background-image: url("../images/midashi02.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 60px;
}

.midashi02-box h4 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #8c6239;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 10px;
	padding-top: 20px;
	border-bottom-style : dotted;
  border-bottom-color : #CCCCCC;
  border-bottom-width : 3px;
}

.midashi03-box {
	width:1030px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../top/images/contents01-back2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.midashi03-box h3 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #009245;
	font-size: 22px;
	font-weight: 400;
	background-image: url("../images/midashi01.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 105px;
	padding-top: 45px;
	padding-bottom: 5px;
}


/*subcontents-map*/

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

.subcontents-map h4 {
	margin-bottom: 20px;
	background-image: url("../images/midashi-access.svg");
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 17px;
	line-height: 1.2;
	color: #666666;
	display: inline-block;
	padding-left: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

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


/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	padding: 60px 0px 50px;
	text-align:center;
	background-color: #FEF9F8;
}

#subcontents .box-in {
	width: 940px;
}

#subcontents .contents-left {
	width: 400px;
	text-align: left;
}

#subcontents .contents-right {
	width: 425px;
	padding-top: 10px;
}

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

#subcontents h4 {
	font-size: 30px;
	background-image: url("../images/tel-footer.svg");
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #999999;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:400;
}

#subcontents p {
	line-height: 1.4;
	font-size: 13px;
	text-align: left;
	color: #999999;
	margin-bottom: 5px;
}

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




/*footer*/

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

.footer p {
	font-size: 12px;
	color: #FFF;
}

/*footer-link*/

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

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

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

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


/*footer-link2*/

.footer-link2 {
	position: fixed;
	left: 20px;
	bottom: 20px;
}

.footer-link2 img {
	width: 170px;
	height: auto;
}

.footer-link2 a:hover {
	opacity: 0.75;
}


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

#header {
}
	

	

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

		

	
/*subcontents*/

#subcontentslist {
	min-width: 1280px;
}

#subcontents {
	min-width: 1280px;
}

.subcontents-box {
}


.footer {
}
	
.footer p {
}



}
@media screen and (max-width: 737px) {
    body {
		background-position: center 80px;
		background-size: auto 350px;
    }

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

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


.contents-box {
}

.contents-box p {
}



/*header*/


/*header*/

#header {
	position: relative;
	width:100%;
}

.header h1 {
	font-size: 12px;
	letter-spacing: 0em;
	margin-bottom: 5px;
}
	
.header p img {
	height: 40px;
	width: auto;
	
}
	
	
.header-sp {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	text-align: right;
	z-index: 99999999;
	
}
	
nav{
	float: right;
	}
	
nav ul{
	padding-top: 70px;
	background-image: none;
	
}
	
	nav ul li{
		width: 92%;
	}
	
	nav ul li a {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	
#nav_toggle span{
		background: #c164a2;
	}
	
.header-sp .contents-left {
	width: auto;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float: left;
	padding-top: 5px;
	padding-left:5px;
}
	
#header .header-sp .contents-left img {
	height: 60px;
	width: auto;
}
	
	
.header-sp .contents-right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

/*contents*/


#contents {
}

.contents {
	width: 100%;
}


/*box-contents*/

.box-contents {
	width:100%;
	background-size: 250% auto;
	padding-bottom: 40px;
}

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

.box-contents .box01 {
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right:15px; 
}

.box-contents .box01 h3 {
	width: 92%;
	background-size: auto 55px;
	height: auto;
	line-height: 1.2;
	font-size: 26px;
	letter-spacing: 0em;
	padding-top: 20px;
	padding-bottom: 5px;
}

.box-contents .box01 h4 {
	font-size: 18px;
	letter-spacing: 0em;
	margin-bottom: 10px;
}

.box-contents .box01 h5 {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
}


/*img-box*/

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


/*midashi*/

p.text01 {
	line-height: 1.7;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: left;
}
	
p.text01 br {
		display: none;
}

p.text02 {
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: left;
}
	p.text02 br {
		display: none;
}


.midashi01-box {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 20px;
}

.midashi01-box h6 {
	background-image: url("../images/midashi01.png");
	background-size: 60px auto;
	width: 60px;
	height: 48px;
}

.midashi01-box .box-in {
	margin-left: 0px;
	border-radius: 40px;
	padding: 20px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.midashi01-box h3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
	clear: both;
}

.midashi01-box h4 {
	font-size: 14px;
	display: inline-block;
	float: none;
	clear: both;
}

.midashi02-box {
	width: 100%;
	background-image: url("../images/midashi02.png");
	background-size: 40px auto;
	padding-left: 40px;
}

.midashi02-box h4 {
	font-size: 18px;
	letter-spacing: 0em;
	padding: 10px;
	padding-top: 10px;
}

.midashi03-box {
	width:92%;
	background-image: none;
}

.midashi03-box h3 {
	font-size: 18px;
	background-size: 60px auto;
	background-position: left bottom;
	padding-left: 65px;
	padding-top: 20px;
}

/*subcontents-map*/


.subcontents-map {
}

.subcontents-map h4 {
	background-position: center top;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	padding-bottom: 0px;
}

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

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


/*subcontents*/

#subcontents {
	padding: 30px 0px 20px;
}

#subcontents .box-in {
	width: 92%;
}

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

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

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

#subcontents h4 {
	display: inline-block;
}

#subcontents p {
	font-size: 13px;
	text-align: center;
}
	
	
.footer {
	padding-bottom: 20%;
}

/*footer-link*/

.footer-link {
	display: block;
}
	
/*footer-link2*/

.footer-link2 {
	display: none;
}
	
      
}
