@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	border: none;
	text-decoration: none;
	line-height: 1.2;
	color: #000000;
}
*,*::after,*::before{
	box-sizing: border-box;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
a:hover,a:active{
	opacity: 0.5;
}

.btn1{
	font-family: "fot-tsukuardgothic-std",sans-serif;
	width:300px;
	height: 50px;
	background-color: #ffffff;
}
.btn1 a{
	display: block;
	width:300px;
	height: 50px;
	padding: 8px 15px;
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
	background-position: 260px 10px;
	border: solid 3px #5cc790;
}
.btn1 a:hover,.btn1 a:active{
	background-color: #5cc790;
	color: #ffffff;
}
.btn2{
	font-family: "fot-tsukuardgothic-std",sans-serif;
	width:600px;
	height: 70px;
	background-color: #5cc790;
	border-radius: 10px;
	text-align: center;
}
.btn2 a{
	display: block;
	width:600px;
	height: 70px;
	padding: 20px 15px;
	background-image: url(../images/btn2.png);
	background-repeat: no-repeat;
	background-position: 560px center;
	border-radius: 10px;
	color: #ffffff;
}
.btn2 a:hover,.btn2 a:active{
	opacity: 1;
	background-color: #ffffff;
	color: #5cc790;
	border: solid 1px #5cc790; 
}

/*固定電話*/
.tel_bottom p{
	border:solid 2px #5cc790;
	background-color: #5cc790;
	color: #ffffff;
	text-align: center;
	padding: 5px 0 0;
	font-size: 26px;
	letter-spacing: 3px;
}
.tel_bottom p a{
	display: block;
	color: #ffffff;
}
.tel_bottom p span{
	display: block;
	background-color: #ffffff;
	color: #5cc790;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: 500;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	padding: 5px 0 5px 80px;
	margin: 10px 0 0 0;
}

/*header*/
header{
	padding: 16px 0;
	position: relative;
}
header .siteName{
	text-indent: -9999px;
	margin: 20px 0 0;
}
header .siteName a{
	display: block;
	width:293px;
	height: 34px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

header .tel a{
	display: block;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	padding: 0 0 0 52px;
	font-size: 14px;
	letter-spacing: 2px;
}
header .tel a span{
	font-size: 26px;
	display: block;
	letter-spacing: 1px;
	font-weight: 500;
}

/*top_news*/
.top_news h2{
	background-image: url(../images/topnews_title.png);
	background-repeat: no-repeat;
	width:600px;
	height: 60px;
}
.top_news article{
	float: left;
}
.top_news article .time{
	font-size: 0.8em;
	margin: 10px 0;
}
.top_news article h3{
	font-family: "yu-mincho-pr6n";
	letter-spacing: 0;
	text-align: justify;
}
.top_news .btn1{
	clear: left;
	margin: 0 0 0 auto;
}

/*content*/
.top_content{
	background-color: #ffffff;
}
.top_content h2{
	text-indent: 0;
	font-family: "yu-mincho-pr6n";
	letter-spacing: 2px;
}
.banner .banner1,.banner .banner2{
	text-indent: -9999px;
}
.banner .banner1 a{
	display: block;
	background-image: url(../images/banner01.jpg);
	background-repeat: no-repeat;
}
.banner .banner2 a{
	display: block;
	background-image: url(../images/banner02.jpg);
	background-repeat: no-repeat;
}

/*facility*/
.facility h2{
	background-image: url(../images/topfacility_title.png);
	background-repeat: no-repeat;
	width:503px;
	height: 61px;
}
.facility dd{
	float: left;
	height: 260px;
	margin: 0 0 20px;
}
.facility dd span{
	display: inline-block;
	text-indent: -9999px;
	width:33px;
	margin: 110px 8px 0 0;
	float: left;
}

.facility .f1 span{
	background-image: url(../images/facility_01.png);
	background-repeat: no-repeat;
	height: 150px;
}
.facility .f2 span{
	background-image: url(../images/facility_02.png);
	background-repeat: no-repeat;
	height: 115px;
}
.facility .f3 span{
	background-image: url(../images/facility_03.png);
	background-repeat: no-repeat;
	height: 116px;
}
.facility .f4 span{
	background-image: url(../images/facility_04.png);
	background-repeat: no-repeat;
	height: 116px;
}

/*schedule*/
.schedule{
	background-color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
}
.schedule h2{
	background-image: url(../images/schedule_title.png);
	background-repeat: no-repeat;
	width:264px;
	height: 60px;
}
.schedule p{
	letter-spacing: 3px;
}
.schedule table{
	font-family: "fot-tsukuardgothic-std",sans-serif;
	border-collapse: collapse;
	border: solid 1px #5cc790;
	margin: 0 auto 10px;
}
.schedule table thead{
	background-color: #5cc790;
}
.schedule table th{
	padding: 30px 10px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}
.schedule table td{
	padding: 25px 10px;
	font-size: 1.2em;
	border-left: solid 1px #b4a8a8;
	border-bottom: solid 1px #b4a8a8;
	letter-spacing: 1px;
	text-align: center;
}
.schedule table tr td:first-of-type{
	border-left: none;
}
.schedule table tr:last-child td{
	border-bottom: none;
}
.red{
	color: #ff2a2a;
}
.green{
	color:#5cc790;
}
.blue{
	color:#2687ff;
}

/*access*/
.access{
	padding-bottom: 40px;
}
.access h2{
	background-image: url(../images/access_title.png);
	background-repeat: no-repeat;
	width:259px;
	height: 60px;
}
.access dd{
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	line-height: 1.6;
}
.access dd iframe{
	margin: 30px 0 0;
}

/*ban_list*/
.ban_list{
    border-top: solid 3px #ffe048;
    background-color: #fff;
}
/*ban_list*/
.ban_list dl{
    margin: 0 auto;
    text-align: center;
}
.ban_list dl{
    margin: 0 auto;
    text-align: center;
}
.ban_list dt{
    font-family: "yu-mincho-pr6n";
	letter-spacing: 2px;
    font-size: 1.15em;
    margin: 0 auto 10px;
}

/*footer*/
footer{
	text-align: center;
	background-color: #eaf8e6;
}
footer small{
	text-align: center;
	font-weight: 100;
}

@media (min-width:641px){/*PC*/
	.tablet{
		display: none;
	}
	body{
		font-size: 19px;
		background-color: #FDFFE1;
	}
	h1{
		font-size: 2em;
	}
	h2{
		font-size: 1.5em;
		text-indent: -9999px;
	}
	h3{
		font-size: 1.2em;
	}
	section{
	padding: 65px 0;
	}
	.btn1,.btn1 a,.btn2,.btn2 a{
	font-size: 23px;
	}
	header,.top_news,.facility,.access{
	width:1100px;
	margin: 0 auto;
	}
	/*固定電話*/
	.cases .tel_bottom{
	width:1100px;
	margin: 10px auto 0;
	}
	.tel_bottom p span{
	background-position: 330px center;
	}
	
	/*header*/
	header{
	padding-bottom: 10px;
	border-bottom: solid 3px #ffe048;
	}
	header .siteName{
	float:left;
	}
	header nav{
	margin: 0 auto 0;
	padding: 20px 0 0 0;
	font-size: 18px;
	clear: both;
	text-align: center;
	}
	header nav dl{
	list-style-type: circle;
	}
	header nav dd{
	display: inline-block;
	padding: 10px 35px 10px 45px;
	background-image: url(../images/nav_icon.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	border-right: dotted 1px #ffe048;
	}
	header nav dd:nth-of-type(2){
	border-left: dotted 1px #ffe048;
	}
	header nav dd a:hover{
	color:#5cc790;
	opacity: 1;
	}
	header .tel{
	width:230px;
	padding: 13px 0 0 0;
	float: right;
	}
	header .point{
	width:550px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	font-size: 18px;
	float: left;
	}
	header .point li{
	display: inline-block;
	padding: 5px 20px;
	margin: 0 5px 0 0;
	letter-spacing: 2px;
	color: #5cc790;
	border: solid 2px #5cc790;
	border-radius: 100px;
	font-family: "fot-tsukuardgothic-std",sans-serif;
	font-weight: bold;
	}
		
	/*mainview*/
	.mainview{
	width:1100px;
	padding: 0;
	margin: 0 auto;
	/*background-image: url(../images/mainview.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 545px;
	position: relative;
	}
	.mainview img{
	width:1100px;
	margin: 0 auto;
	}
	.mainview h2{
	background-image: url(../images/mainview_title_pc.png);
	background-repeat: no-repeat;
	width:193px;
	height: 485px;
	position: absolute;
	top:30px;
	right: 75px;
	}
	
	/*top_news*/
	.top_news h2{
	margin: 0 auto 70px;
	}
	.top_news article{
	margin: 0 20px 40px 0;
	}
	.top_news article:last-of-type{
	margin-right: 0;
	}
	.top_news article img{
	width:336px;
	}
    .news_img {
    max-height: 216px;
    overflow: hidden;
    vertical-align: middle;
    }
	
	/*content*/
	.top_content article{
	background-image: url(../images/image01_pc.png);
	background-repeat: no-repeat;
	width:1100px;
	padding: 0 20px 0 10px;
	height: 326px;
	margin: 0 auto 40px;
	}
	.top_content h2{
	width:610px;
	margin: 0 0 30px auto;
	padding: 10px 0 0 0;
	background: linear-gradient(transparent 70%, #fff1a3 0%);
	}
	.top_content h2 br{
	display: none;
	}
	.top_content article p{
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: justify;
	width:610px;
	margin: 0 0 0 auto;
	}
	.banner{
	width:1100px;
	margin: 0 auto;
	padding: 40px 0 0;
	border-top: dotted 1px #b3e2c5;
	}
	.banner .banner1,.banner .banner2{
	width:530px;
	}
	.banner .banner1{
	float: left;
	}
	.banner .banner2{
	float: right;
	}
	.banner .banner1 a{
	width:530px;
	height: 128px;
	background-size: 100%;
	}
	.banner .banner2 a{
	width:530px;
	height: 128px;
	background-size: 100%;
	}
	
	/*facility*/
	.facility h2{
	margin: 0 auto 70px;
	}
	.facility dd{
	width:250px;
	margin: 0 33px 0 0;
	}
	.facility dd:last-of-type{
	margin: 0;
	}
	.facility img{
	width:200px;
	height: 200px;
	}
	
	/*schedule*/
	.schedule h2{
	margin: 0 auto 70px;
	}
	.schedule table{
	width:1100px;
	}
	.schedule aside{
	width:1100px;
	margin: 0 auto;
	}
	
	/*access*/
	.access h2{
	margin: 0 auto 70px;
	}
	.access .acs{
		float: left;
		width: 460px;
		padding: 10px 0 0 0;
	}
	.access dd iframe{
	width:1100px;
	height: 500px;
	}
    
    /*ban_list*/
    .ban_list{
    padding: 35px 0;
    }
    .ban_list dl{
    width:1100px;
    }
	
	/*footer*/
	footer{
	padding: 15px 0;
	}
}
@media (max-width:640px){/*スマートフォン*/
	*{
		font-size: 22px;
	}
	.pc{
	display: none;
	}
	body{
	background-color: #fefff3;
	}
	h1{
		font-size: 2em;
	}
	h2{
		font-size: 1.5em;
		text-indent: -9999px;
	}
	h3{
		font-size: 1.2em;
	}
	section{
	padding: 45px 0;
	}
	.btn1,.btn1 a,.btn2,.btn2 a{
	font-size: 26px;
	}
	/*固定電話*/
	.tel_bottom{
	width:100%;
	position: fixed;
	bottom:0;
	}
	.tel_bottom p span{
	background-position: 100px center;
	}
	
	/*header*/
	header{
	padding-left: 5px;
	padding-right: 5px;
	}
	header .tel{
		position: absolute;
		top:30px;
		left: 320px;
	}
	/*トグルボタン*/
	#menubtn{
		background-color:#5cc790;
		width:70px;
		height: 70px;
		border-radius: 10px;
		text-indent: -9999px;
		position: absolute;
		right:10px;
		top: 10px;
	}
	#menubtn a{
		display: block;
		width:70px;
		height: 70px;
		background-image: url(../images/togglebtn.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	header nav{
	margin: 15px auto 0;
	width: 600px;
	display: none;
	}
	header nav dd{
	border-bottom: dotted 2px #ffffff;
	}
	header nav dd a{
	display: block;
	background-color: #eaf8e6;
	padding: 25px 40px;
	font-size: 1.5em;
	}
	header nav dd a:hover,header nav dd a:active{
	color: #ffffff;
	background-color: #5cc790;
	opacity: 0.8;
	}
	
	/*nav_電話*/
	header nav .nav_tel a{
	background-color: #5cc790;
	background-image: url(../images/tel2.png);
	background-repeat: no-repeat;
	background-position: 40px 15px;
	padding: 15px 40px 15px 137px;
	font-size: 1.2em;
	color: #ffffff;
	letter-spacing: 2px;
	}
	header nav .nav_tel a span{
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 8px;
	}
	
	/*mainview*/
	.mainview{
	/*background-image: url(../images/mainview.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 345px;
	position: relative;
	padding: 0;
	}
	.mainview h2{
	background-image: url(../images/mainview_title.png);
	background-repeat: no-repeat;
	width:140px;
	height: 326px;
	position: absolute;
	top:10px;
	right: 35px;
	}
	
	/*top_news*/
	.top_news{
	width:640px;
	padding-right: 20px;
	padding-left: 20px;
	}
	.top_news h2{
	margin: 0 auto 40px;
	}
	.top_news article{
	width:291px;
	margin: 0 0 30px;
	}
	.top_news article:nth-of-type(odd){
	margin-right: 18px;
	}
	.top_news article:nth-of-type(n+5){/*5番目以降の記事を表示しない*/
	display: none;
	}
	.top_news article img{
	width:286px;
	}
    .news_img {
    max-height: 184px;
    overflow: hidden;
    vertical-align: middle;
    }
	
	/*content*/
	.top_content article{
	background-image: url(../images/image01.png);
	background-repeat: no-repeat;
	height: 326px;
	padding-right: 20px;
	}
	.top_content h2{
	width:370px;
	margin: 0 0 30px auto;
	padding: 10px 0 0 0;
	}
	.top_content article p{
	line-height: 1.6;
	text-align: justify;
	width:370px;
	margin: 0 0 0 auto;
	}
	.banner .banner1,.banner .banner2{
	width:600px;
	margin: 10px auto 25px;
	}
	.banner .banner1 a{
	width:600px;
	height: 145px;
	}
	.banner .banner2 a{
	width:600px;
	height: 145px;
	}
	
	/*facility*/
	.facility{
	padding-right: 20px;
	padding-left: 20px;
	}
	/*facility*/
	.facility h2{
	margin: 0 auto 40px;
	}
	.facility dl{
	width:600px;
	margin: 0 auto;
	}
	.facility dd{
	width:280px;
	}
	.facility dd:nth-of-type(odd){
	margin-right: 40px;
	}
	
	/*schedule*/
	.schedule h2{
	margin: 0 auto 40px;
	}
	.schedule table{
	width:100%;
	}
	
	/*access*/
	.access h2{
	margin: 0 auto 40px;
	}
	.access .acs{
	padding: 0 0 0 10px;
	}
	.access dd iframe{
	width:640px;
	height: 300px;
	}
    
    /*ban_list*/
    .ban_list{
    padding: 25px 0;
    }
    .ban_list dl{
    width:640px;
    }
	
	/*footer*/
	footer{
	padding: 15px 0 135px;
	}
}