@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-cjk-ja, sans-serif;
font-style: normal;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}

.contents-box p {
	font-family: source-han-sans-cjk-ja, sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 16px;
	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;
	position: relative;
}


.header {
	width: 90%;
	padding-bottom: 40px;
}

.header .header-left {
	width: 50%;
}

.header .header-left h1, .header .contents-right {
	display: inline-block;
vertical-align: top;
}

.header .header-left .contents-right {
	display: none;
}

.header .header-left h5 {
	background-image: url("../images/tel.svg");
background-position: left top;
background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 37px;
line-height: 1.2;
	font-weight: 400;
}


.header .header-right {
	width: 50%;
	text-align: right;
}

.header p {
	font-size: 14px;
	padding-top: 10px;
	line-height: 1.6;
	text-align: left;
	display: inline-block;
}

.header .header-right p {
	font-size: 12px;
	color: #00A99D;
}

.header .header-right p span {
	color: #F87492;
}

.header .header-right p span.c02 {
	color: #F7931E;
	text-indent: -5px;
	display: inline-block;
}



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: #006837;
		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;
}

.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:100%;
	overflow:hidden;
	text-align:center;
	position: relative;
	padding-bottom: 70px;
	background-image: url("../images/main-back.png");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 30px;
}

/*title-box*/
 
.title-box {
	position: absolute;
   top: 85%;
   left: 50%;
   -webkit-transform: translate(-50%, -85%);
   transform: translate(-50%, -85%);
	width: 80%;
}

.title {
	background-image:url("../images/title-back.png");
background-position: center top;
background-repeat: no-repeat;
	width: 346px;
	height: 275px;
	float: left;
	padding-top: 165px;
}

#main-img .title-box h2 img {
	width: auto;
height: auto;
}


#main-img h6 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: none;
}

#main-img h6 img {
	width: 200px;
	height: auto;
}

#main-img h6 a:hover {
	opacity: 0.75;
}



/*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 {
	width: 1080px;
	margin-bottom: 25px;
	text-align: left;
	padding: 8px 25px;
	border-radius: 20px;
	background-color: #f2f2f2;
}

.midashi01 h2, .midashi01 h3 {
	display: inline-block;
vertical-align: top;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 500;
font-style: normal;
	line-height: 1.2;
}

.midashi01 h2 {
	font-size: 30px;
	color: #999999;
	margin-right: 15px;
}

.midashi01 h3 {
	font-size: 18px;
	color: #f87492;
	padding-top: 10px;
}

.midashi02 {
	margin-bottom: 30px;
	width: 1040px;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 500;
font-style: normal;
	line-height: 1.3;
	font-size: 29px;
color: #00a99d;
letter-spacing: 0.1em;
}


.midashi03 {
	width: 1000px;
	margin-bottom: 25px;
	text-align: left;
}

.midashi03 h4 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 23px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	padding: 4px 20px;
	display: inline-block;
	border-radius: 0 0 10px 10px;
	background-color: #0ac7d3;
}


/*subcontents-map*/

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

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


.btntop-footer {
	display: none;
	}


/*subcontents*/

#subcontents {
	padding: 60px 0px 50px;
	text-align: center;
}

#subcontents .box01, #subcontents .box02 {
	display: inline-block;
vertical-align: top;
margin-left: 40px;
margin-right: 40px;
	text-align: left;
}

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

#subcontents h4 {
	font-size: 36px;
color: #c23e63;
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;
	background-image: url("../images/tel.svg");
background-position: left 10px;
background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 20px auto;
}

#subcontents h5 {
	padding: 30px 50px;
	border-radius: 15px;
	border-style : solid;
border-color : #9c005d;
border-width : 2px;
}

#subcontents p {
	text-align: right;
	font-size: 14px;
color: #666666;
line-height: 1.4;
	padding-top: 15px;
}

#subcontents p span {
	display: inline-block;
	padding-left: 10px;
}

#subcontents p span:nth-child(2) {
	color: #91278d;
}

#subcontents p span:nth-child(3) {
	color: #c23e63;
}

#subcontents p span:nth-child(4) {
	color: #3ab4b6;
}

.subcontents-map {
	width: 100%;
	background-color: #f1d3db;
	text-align: center;
	padding-top: 30px;
}

.subcontents-map h3 {
	font-size: 17px;
color: #c23e63;
line-height: 1.2;
letter-spacing: 0.1em;
	background-image: url("../images/access.svg");
background-position: left top;
background-repeat: no-repeat;
	padding-left: 260px;
	padding-top: 8px;
	margin-bottom: 25px;
	display: inline-block;
}

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



/*footer*/

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

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

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

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

#header .sp-view {
	display: none;
}
	
	.header .contents-right .box02 {
		display: none;
	}	
		
		
	
.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 {
	font-size: 14px;
}

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

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


/*header*/


/*header*/

#header {
}

.header {
	width:100%;
	padding-bottom: 20px;
}
	
.header .header-left {
	width: 100%;
	text-align: center;
}
	
.header .header-left .contents-right {
	display: none;
}
	
	.header .header-right {
	display: none;
}
	
	

.header h1 {
}
	
	.header h1 img {
		height: 55px;
		width: auto;
}
	
/*開閉ボタン*/
	#nav_toggle{
		width: 45px;
		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;
	padding-top: 50px;
	background-size: 120% auto;
	background-position: center 40px;
	padding-bottom: 0px;
	z-index: 0px;
}
	
#main-img img {
	width:92%;
	height: auto;
}

	
#main-img h5 {
	display: none;
}
	
/*title-box*/
 
.title-box {
	position: static;
   -webkit-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
	width: 100%;
	z-index: 0px;
	padding-top: 10px;
}

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

#main-img .title-box h2 img {
	width: auto;
height: 45px;
}

	
.title {
	float: none;
	width: 100%;
	padding: 10px 20px;
}



#main-img h6 {
	display: none;
}

#header h6.sp-view, .contents h6.banner24 {
		width: 92%;
		text-align: center;
		padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	}
	
.contents h6.banner24 {
		padding-top: 0px;
	margin-bottom: 20px;
	}
	
	#header h6.sp-view img, .contents h6.banner24 img {
		width: 100%;
		height: auto;
	}
	
/*contents*/


.contents {
	padding-bottom: 20px;
	padding-top: 30px;
}

	

/*contents001*/
 
.contents001 {
	width: 100%;
	text-align: center;
	background-image: none;
	margin-bottom: 15px;
}

.contents-box-in {
	width: 92%;
	padding: 0px 15px 0px;
	margin-bottom: 15px;
}

		
/* banner-box */


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

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

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

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

.banner-box  ul li {
	width: 30%;
	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*/

p.text01 {
	font-size: 14px;
}
	
.midashi01 {
	width: 92%;
	margin-bottom: 20px;
	padding: 5px 20px;
}
	
.midashi01 h2, .midashi01 h3 {
	display: block;
	clear: both;
}

.midashi01 h2 {
	font-size: 22px;
}
	
.midashi01 h3 {
	font-size: 17px;
	padding-top: 0px;
}
	
.midashi02 {
	margin-bottom: 20px;
	width: 92%;
	font-size: 20px;
}

	
.midashi03 {
	width: 100%;
	margin-bottom: 20px;
}
	
.midashi03 h4 {
	font-size: 18px;
	padding: 5px 15px;
	width: 100%;
	text-align: center;
	display: block;
}

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



/*subcontents*/

#subcontents {
	padding: 25px 0px 20px;
	width: 90%;
}

#subcontents .box01, #subcontents .box02 {
	display: block;
margin-left: auto;
margin-right: auto;
	text-align: center;
}
	
#subcontents h3 {
	margin-bottom: 5px;
}

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

#subcontents h4 {
	font-size: 32px;
background-position: left 8px;
	padding-left: 22px;
	background-size: 18px auto;
	display: inline-block;
	margin-bottom: 15px;
}

#subcontents h5 {
	padding: 20px 10px;
}
	
#subcontents h5 img {
	width: 100%;
height: auto;
}

#subcontents p {
	text-align: center;
}

#subcontents p span {
	display: inline-block;
	padding-left: 0px;
}

.subcontents-map {
	width: 100%;
	padding-top: 25px;
}

.subcontents-map h3 {
	font-size: 14px;
background-position: center top;
	padding-left: 0px;
	padding-top: 30px;
	margin-bottom: 20px;
	background-size: auto 20px;
}

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

.footer {
		padding: 15px 0px;
	}
	.footer p {
		font-size: 10px;
	}


      
}
