﻿@charset "utf-8";

/* ■■冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);


.clearfix:after {
	content				: "" ;
	display				: block ;
	clear				: both ;
}

.clearfix	{
	display				: block ;
}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */

html	{
	background		: none ;
	position		: relative ;
	width			: 100% ;
	height			: 100% ;
}

body	{
	width			: 100% ;
	height			: 100% ;
	padding			: 0 ;
	margin			: 0 ;
	font-family		: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	font-size		: 15px ;
	font-weight		: normal ;
	line-height		: 30px ;
	color			: #777777;
	-webkit-text-size-adjust: 100%;
	position		: relative ;
}

a img	{
	border			: none ;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	 -moz-opacity: 0.6;
}

a.opacity00:hover img{
opacity: 1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}

a	{
	text-decoration	: none ;
	color 			: #777777 ;
}

a:hover{
	color			: #777777 ;
	text-decoration	: underline ;
}


form{
	margin			: 0 ;
	padding			: 0 ;
}


.visi_text{
	visibility		: hidden ;
}


/****ヘッダー****/




.menu_box{
	width: 100%;
	height: 100px;
	background-color: #fff;
}

.menu{
	width: 100%;
	height: 100px;
	position: relative;
}

.menu_line{
	width: 1250px;
	height: 100px;
	margin: 0 auto;
}
.menu_area{
	width: 1250px;
	height: 100px;
	display: inline-block;
}

.menu_logo{
	width: 240px;
	height: 80px;
	margin: 10px 110px 0 0;
	float: left;
}

.menu01{
	width: 150px;
	height: 70px;
	margin: 15px 0 0;
	float: left;
}
.menu02{
	width: 150px;
	height: 100px;
	margin: 0;
	float: left;
}

.snsbox{
	width: 180px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 10px;
}

.sns01{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 15px 0 0;
}
.sns02{
	width: 50px;
	height: 50px;
	float: left;
}







/*************************フッター*************************/
.foot{
	width: 100%;
	margin: 0 auto;
}

.foot_box{
	width: 100%;
	display: inline-block;
}

.foot_l{
	width: 45%;
	float: left;
	padding: 0 5% 0 0;
}

.foot_area{
	width: 300px;
	float: right;
}

.foot_logo{
	width: 220px;
	height: 200px;
	margin: 20px auto;
}
.foot_logo img{
	width: 220px;
	height: 200px;
}

.foot_name{
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
	font-size: 24px;
	color: #fff;
}

.foot_add{
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.foot_tel{
	width: 300px;
	height: 60px;
	margin: 0 auto 15px;
}
.foot_tel img{
	width: 300px;
	height: 60px;
}

.foot_mail{
	width: 300px;
	height: 60px;
	margin: 0 auto;
}
.foot_mail img{
	width: 300px;
	height: 60px;
}

.foot_r{
	width: 50%;
	height: 530px;
	float: left;
}


.bottom{
	width: 100%;
	padding: 100px 0 20px;
	background-color: #fff;
	position: relative;
	z-index: 6;
}

.bottom_sns{
	width: 180px;
	padding: 0 10px;
	margin: 0 auto 30px;
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.b_sns01{
	width: 50px;
	height: 50px;
}
.b_sns01 img{
	width: 50px;
	height: 50px;
}

.b_txt{
	width: 100%;
	text-align: center;
	padding: 20px 0 50px;
}

.copy{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #9CC059;
}

#page-top {
    position		: fixed;
    bottom			: 40px;
    right			: 20px;
    opacitye		: 0.8;
    cursor			: pointer ;
    z-index			: 9999 ;
}
#page-top img {
    width			: 60px ;
    height			: 60px;
}


.schedule_btn{
	width: 300px;
	height: 80px;
	margin: 0 auto 80px;
	z-index:9999;
}
.schedule_btn img{
	width: 300px;
	height: 80px;
	margin: 0 auto 80px;
	z-index:9999;
}



/*　ボタン　*/

.square_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;


	line-height:360%;
	width:95%;
	height:80px;
}


.green{
    background: #9cc15a;/*背景色*/
    border-bottom: solid 2px #72a714;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.orange{
    background: #F7BB57;/*背景色*/
    border-bottom: solid 2px #F39800;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}



.green:hover {
    background: #72a714;/*背景色*/
    border-bottom: solid 2px #72a714;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}


.orange:hover {
    background: #F39800;/*背景色*/
    border-bottom: solid 2px #F39800;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}






.square_btn {
	font-size: 22px;
	line-height:360%;
}

.square_btn span{
	font-size: 18px;
	line-height:360%;

}


.square_btn:hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
	width:95%;
	height:80px;
}

.square_btn:active {
    border-bottom: solid 2px #72a714;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.topbtn{
	text-align:center;
}



@media screen and (min-width:640px) and ( max-width:1650px) {
/*　画面サイズが640pxから1650pxまではここを読み込む　*/

.snsbox{
	display: none;
}

}

@media screen and (min-width:320px) and ( max-width:639px) {
/*　画面サイズが320pxから639pxまではここを読み込む　*/

.tit{
	width		: 300px;
	height		: 140px;
	position	: absolute;
	top		: 70px;
	left		: 0;
	right		: 0;
	bottom		: 0;
	margin		: auto;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.tit .img01{
	position	:absolute;
	top		:-100px;
	left		:90px;
}




.parallax01{
	position: relative;
	background-image: url("../img/main_img.jpg");
	height: 100%; 
	background-size:1000px 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.snsbox{
	display: none;
}

.sp_menu{
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	position: relative;
}

.sp_logo{
	width: 200px;
	height: 67px;
	margin: 0 0 0 10px;
}
.sp_logo img{
	width: 200px;
	height: 67px;
}

.sp_nav{
	width: 32px;
	height: 32px;
	position: relative;
}

.drawer-nav{
	z-index: 9999;
}

.sp_menu_01{
	text-align: center;
	font-size: 16px;
	margin: 0 0 25px;
}

.sp_snsbox{
	width: 110px;
	margin: 0 auto;
}

.sp_snsline{
	width: 110px;
	height: 30px;
	display: inline-block;
}

.sp_sns_bt01{
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	float: left;
}
.sp_sns_bt01 img{
	width: 30px;
	height: 30px;
}
.sp_sns_bt02{
	width: 30px;
	height: 30px;
	margin: 0;
	float: left;
}
.sp_sns_bt02 img{
	width: 30px;
	height: 30px;
}

.menu_box{
	display: none;
}

#page-top {
    position			: fixed;
    bottom			: 0px;
    right			: 10px;
    opacitye			: 0.8;
    cursor			: pointer ;
    z-index			: 9999 ;
}
#page-top img {
    width			: 60px ;
    height			: 60px;
}

.footer{
	width: 100%;
	background-color: #9CC059;
	position: relative;
	z-index: 6;
}

.foot{
	width: 100%;
	margin: 0 auto;
}

.foot_box{
	width: 100%;
	display: inline-block;
}

.foot_l{
	width: 100%;
	padding: 0 0 20px 0;
}

.foot_area{
	width: 90%;
	padding: 0 5%;
}

.foot_logo{
	width: 220px;
	height: 200px;
	margin: 20px auto;
}
.foot_logo img{
	width: 220px;
	height: 200px;
}

.foot_name{
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
	font-size: 24px;
	color: #fff;
}

.foot_add{
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.foot_tel{
	width: 300px;
	height: 60px;
	margin: 0 auto 15px;
}
.foot_tel img{
	width: 300px;
	height: 60px;
}

.foot_mail{
	width: 300px;
	height: 60px;
	margin: 0 auto;
}
.foot_mail img{
	width: 300px;
	height: 60px;
}

.foot_r{
	display: none;
}

.sp_map{
	width: 100%;
	height: 310px;
}

.bottom{
	width: 100%;
	padding: 100px 0 20px;
	background-color: #fff;
	position: relative;
	z-index: 6;
}


.square_btn {
	font-size: 16px;
	line-height:220%;
}

.square_btn span{
	font-size: 14px;
	line-height:180%;

}


}

@media screen and (min-width: 639px) {
/* 960pxからの幅の場合に適応される */

.tit{
	width		: 300px;
	height		: 140px;
	position	: absolute;
	top		: 130px;
	left		: 0;
	right		: 0;
	bottom		: 0;
	margin		: auto;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.tit .img01{
	position	:absolute;
	top		:-100px;
	left		:90px;
}



.sp_menu{
	display: none;
}

.sp_map{
	display: none;
}

.footer{
	width: 100%;
	height: 530px;
	background-color: #9CC059;
	position: relative;
	z-index: 6;
}


.parallax01{
	position: relative;
	background-image: url("../img/main_img.jpg");
	height: 100%; 
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pcnone{
	display:none;
}


}
