@charset "utf-8";
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 980px;
	position: relative;
}

/*=================================
オンライン予約へのリンクボタン部分
=================================*/
a.online{
	display: none;
	width: 100px;
	position: fixed;
	top: 100px;
	right: 10px;
	height: auto;
	overflow: hidden;
}
a.online img{
	width: 100%;
	height: auto;
}

.online_new{
	display: none;
	width: 100px;
	height: 345px;
	position: fixed;
	top: 100px;
	right: 10px;
	height: auto;
	overflow: hidden;
}
.online_new img.o_bg{
	width: 100%;
	height: auto;
}
.online_new a img{
	width: 100%;
}
.online_new a{
	position: absolute;
	width: 80%;
	height: auto;
	left: 10%;
}
.online_new a.to_o{
	bottom: 20px;
}

/*=================================
下層ヘッダーナビここから　共通部分
=================================*/
div#header_lower_bg{
	width: 100%;
	height: 106px;
	background-image: url(../img/eyecatch_bg.jpg);
	background-size: cover;
	background-position: center 63%;
	overflow: hidden;
}

div#header_lower_bg div#header_lower{
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#header_lower_bg div#header_lower div#logo{
	width: 181px;
	height: auto;
	margin-top: 10px;
	float: left;
}

div#header_lower_bg div#header_lower #logo img{
	width: 100%;
	height: auto;
}

div#header_lower_bg div#header_lower #logo h1{
	font-size: 9px;
	font-weight:400;
	line-height:34px;
	color: #fff;
	text-align: center;
	margin-top: -5px;
	letter-spacing: 1px;
}

div.lower_nav{
	width: auto;
	height: auto;
	padding-top: 35px;
	float: right;
}

div.lower_nav ul{
	width: auto;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.lower_nav ul li{
	width: auto;
	text-align: center;
	float: left;
}

div.lower_nav ul li a{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	display: block;
	text-align: center;
	margin: 0 20px;
	color: #fff;
}
/*=================================
下層ヘッダーナビここまで　共通部分
=================================*/


/*=================================
メイン共通部分
=================================*/
div#main{
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/*パンクズここから*/
#pankuzu{
	width: 980px;
	height: auto;
	margin: 5px auto 13px auto;
	overflow: hidden;
}

div#main div#pankuzu_bg div#pankuzu a{
	color: #000;
}

div#main div#pankuzu_bg div#pankuzu{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 10px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
}

/*パンクズここまで*/

/*タイトルここから*/
div#main div.main_title{
	width: 980px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#main div.main_title h2{
	font-size: 35px;
	font-weight: 800;
	line-height: 68px;
	text-align: center;
	color: #5b9fd6;
}

div#main div.main_title p.title{
	font-size: 14px;
	font-weight: 800;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
}

/*タイトルここまで*/


/*リンクここから*/
div#main_common{
	width: 100%;
	height: auto;
	margin-top: 123px;
}

div#main_common div.main_link{
	width: 980px;
	height: auto;
	margin: 0 auto;
}

div#main_common div.main_link ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

div#main_common div.main_link ul li{
	width: 292px;
	margin-right: 52px;
	height: auto;
	min-height: 530px;
	position: relative;
}

div#main_common div.main_link ul li:last-child{
	margin-right: 0;
}

div#main_common div.main_link ul li h5{
	font-size: 19px;
	font-weight: 800;
	line-height: 36px;
	text-align: center;
}

div#main_common div.main_link ul li img{
	width: 100%;
	height: auto;
	padding: 30px 0;
}

div#main_common div.main_link ul li p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
}

div#main_common div.main_link ul li a{
	width: 181px;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: #5b9fd6;
	border-radius: 14px;
	display: block;
	margin: 26px auto 0 auto;
	position: absolute;
	bottom: 0;
	padding-top: 4px;
	left: 55.5px;
}
/*リンクここまで*/


/*ポイントここから*/
div.main_point{
	width: 100%;
	height: 552px;
	margin-top: 133px;
	background-image: url(../img/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

div.main_point div.point_inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
}

div.main_point div.point_inner img{
	width: 420px;
	height: auto;
	margin: 0 auto;
	padding-top: 65px;
	display: block;
}

div.main_point div.point_inner ul{
	/*width: 391px;*/
	width: 430px;
	height: auto;
	margin: 40px auto 0 auto;
	padding-left: 20px;
}

div.main_point div.point_inner ul li{
	padding: 10px 0;
}

div.main_point div.point_inner ul li p{
	font-size: 18.5px;
	font-weight: 400;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	color: #fff;
}


/*アクセスここから*/
div#main_common div.main_access{
	width: 906px;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
}

div#main_common div.main_access h4{
	font-size: 24px;
	font-weight: 800;
	line-height: 46px;
	text-align: center;
	margin: 50px 0 45px 0;
}

div#main_common div.main_access table{
	width: 305px;
	height: auto;
	float: left;
}

div#main_common div.main_access table th{
	width: 120px;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 40px;
}

div#main_common div.main_access table td{
	width: 185px;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

div#main_common div.main_access table td a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	pointer-events: none;
	color: #000;
}

div#main_common div.main_access iframe{
	width: 489px;
	height: 317px;
	margin-top: 5px;
	float: right;
}


/*lineバナー*/
div#main_common img.line{
	width: 906px;
	height: auto;
	display: block;
	height: auto;
	margin: 60px auto;
}

/*新lineリンクバナー*/
.line_link {
	width: 980px;
	margin: 60px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.line_link p {
	width: 100%;
}
.line_link p span{
	display: block;
	width: 500px;
	margin: 0 auto 25px;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	color: #42b746;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.line_link p span::before,
.line_link p span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom center;
	width: 22px;
	height: 46px;
}
.line_link p span::before {
	background-image: url(../img/icon_02_01.svg);
	right: auto;
	left: 0;
}
.line_link p span::after {
	background-image: url(../img/icon_02_02.svg);
	right: 0;
	left: auto;
}
.line_link img{
	display: block;
	width: 464px;
}


/*=================================
メイン共通ここまで
=================================*/



/*=================================
フッターここから　共通部分
=================================*/
div#footer_bg{
	width: 100%;
	height: auto;
	/*margin-top: 80px;*/
	padding: 30px 0 10px;
	background-color: #0f0300;
}

div#footer_bg a.footer_logo{
	width: 150px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

div#footer_bg a.footer_logo img{
	width: 100%;
	height: auto;
}

div#footer_bg div#footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
div#footer_bg div#footer .footer_o{
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

div#footer_bg div#footer h5{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 13px;
	letter-spacing: 1px;
	float: left;
}

div#footer_bg div#footer p{
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 13px;
	letter-spacing: 1px;
	float: left;
}

div#footer_bg div#footer p.call{
	display: block;
	width: auto;
	margin-right: 0;
	padding: 0;
}

div#footer_bg div#footer p.call a{
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	overflow: hidden;
}

div#footer_bg div#footer p.call a img{
	display: block;
	float: left;
	width: 13%;
	line-height: 24px;
	vertical-align: middle;
	margin-top: 5px;
}
div#footer_bg div#footer p.call a span{
	display: block;
	float: right;
	vertical-align: middle;
}

div#footer_bg p.copy{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
}

/*=================================
フッターここまで
=================================*/



}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
	position: relative;
	padding-bottom: 105px;
}

/*=================================
オンライン予約へのリンクボタン部分
=================================*/
a.online_sp{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #599ed5;
}
a.online_sp img{
	display: inline-block;
	width: 5%;
	height: auto;
	margin-right: 5px;
	line-height: 50px;
	vertical-align: middle;
}
a.online_sp span{
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	line-height: 50px;
	color: #fff;
	vertical-align: middle;
}

.online_sp_new{
	width: 96%;
	height: 50px;
	padding: 10px 2%;
	position: fixed;
	bottom: 0;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #599ed5;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.online_sp_new p{
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5em;
}
.online_sp_new a{
	width: 45%;
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5em;
	color: #599ed5;
	background-color:#fff;
	border-radius: 10px;
}

/*=================================
下層ヘッダーここから　共通部分
=================================*/
div#header_lower_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 74px;
	z-index: 1001;
	width: 100%;
	background-image: url(../img/sp_eyecatch.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 75%;
}


div#header_lower_bg div#header_lower{
	width: 100%;
	min-height: 120px;
	margin: 0 auto;
	overflow: hidden;
}

div#header_lower_bg div#header_lower div#logo{
	width: 100%;
	height: auto;
	padding-top: 15px;
	margin: 0 auto;
}

div#header_lower_bg div#header_lower #logo a{
	width: 140px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}

div#header_lower_bg div#header_lower #logo  img{
	width: 140px;
	height: auto;
}

div#header_lower_bg div#header_lower #logo h1{
	margin-top: 3px;
	font-size: 12px;
	font-weight:400;
	line-height: 22px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}

/*=================================
下層ヘッダーここまで　共通部分
=================================*/

/*スマホ用ドロップダウンメニュー部分*/
/* =========================================================
btn
========================================================= */
div#btn{
	width:38px;
	height:auto;
	line-height: 1em;
	color: #fff;
	position: absolute;
	top: 25%;
	right: 4%;
}
/* =========================================================
sp_menu
========================================================= */
div#sp_menu {
	margin: 0 auto;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	background-color: #000;
	text-align: left;
	padding-bottom: 40px;
}
/* =========================================================
btn
========================================================= */
#close{
	width:38px;
	height:auto;
	line-height: 1em;
	color: #fff;
	position: absolute;
	top: 4%;
	right: 4%;
}




/*装飾*/
div#sp_menu ul#nav_01_sp{
	width: 85%;
	margin: 80px auto 0;
	/*border-top: 1px solid #fff;*/
/*	padding: 0 5%;*/
}
div#sp_menu ul#nav_01_sp li{
	width: 100%;
	height: auto;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
div#sp_menu ul#nav_01_sp li a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 4px;
	padding: 15px 0;
}

/*=================================
メイン共通部分
=================================*/
div#main{
	width: 96%;
	height: auto;
	margin: 120px auto 0;
	overflow: hidden;
}

/*パンクズここから*/
#pankuzu{
	width: 100%;
	height: auto;
	margin: 5px auto 13px auto;
	overflow: hidden;
}

div#main div#pankuzu_bg div#pankuzu a{
	color: #000;
}

div#main div#pankuzu_bg div#pankuzu{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 10px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
}

/*パンクズここまで*/

/*タイトルここから*/
div#main div.main_title{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#main div.main_title h2{
	font-size: 20px;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
	color: #5b9fd6;
}

div#main div.main_title p.title{
	font-size: 11px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: center;
}

/*タイトルここまで*/


/*リンクここから*/
div#main_common{
	width: 100%;
	height: auto;
	margin-top: 10px;
}

div#main_common div.main_link{
	width: 96%;
	height: auto;
	margin: 0 auto;
}

div#main_common div.main_link ul{
	width: 80%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#main_common div.main_link ul li{
	width: 100%;
	height: auto;
	margin: 20px 0;
}

div#main_common div.main_link ul li h5{
	font-size: 19px;
	font-weight: 800;
	line-height: 36px;
	text-align: center;
}

div#main_common div.main_link ul li img{
	width: 90%;
	height: auto;
	padding: 15px 0;
	display: block;
	margin: 0 auto
}

div#main_common div.main_link ul li p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
}

div#main_common div.main_link ul li a{
	width: 181px;
	height: auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: #5b9fd6;
	border-radius: 14px;
	display: block;
	margin: 10px auto 40px;
}
/*リンクここまで*/


/*ポイントここから*/
div.main_point{
	width: 100%;
	height: auto;
	margin-top: 20px;
	background-image: url(../img/sp_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

div.main_point div.point_inner{
	width: 100%;
	height: auto;
	padding-top: 30px;
	margin: 0 auto;
}

div.main_point div.point_inner img{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}

div.main_point div.point_inner ul{
	width: 90%;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}

div.main_point div.point_inner ul li{
	padding: 10px 0;
}

div.main_point div.point_inner ul li p{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	color: #fff;
}


/*アクセスここから*/
div#main_common div.main_access{
	width: 96%;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
}

div#main_common div.main_access h4{
	font-size: 20px;
	font-weight: 800;
	line-height: 38px;
	margin-top: 20px;
	text-align: center;
}

div#main_common div.main_access table{
	width: 90%;
	margin: 20px auto;
	height: auto;
}

div#main_common div.main_access table th{
	width: 30%;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 10px;
}

div#main_common div.main_access table td{
	width: 70%;
	height: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
}

div#main_common div.main_access table td a{
	text-decoration: underline;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
}

div#main_common div.main_access iframe{
	width: 96%;
	height: 317px;
	margin: 0 auto;
	display: block;
}

/*lineバナー*/
div#main_common a.line{
	width: 90%;
	height: auto;
	display: block;
	margin: 30px auto;
}
div#main_common a.line img{
	width: 100%;
	height: auto;
}

/*新lineリンクバナー*/
.line_link {
	width: 96%;
	margin: 60px auto;
}
.line_link p {
	width: 100%;
}
.line_link p span{
	display: block;
	width: 300px;
	margin: 0 auto 25px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	color: #42b746;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.line_link p span::before,
.line_link p span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom center;
	width: 22px;
	height: 46px;
}
.line_link p span::before {
	background-image: url(../img/icon_02_01.svg);
	right: auto;
	left: 0;
}
.line_link p span::after {
	background-image: url(../img/icon_02_02.svg);
	right: 0;
	left: auto;
}
.line_link .line_link_01 {
	/*max-width: 294px;*/
	margin: 0 auto;
	background-color: #42b746;
	border-radius: 5px;
	padding: 12px 17px;
}
.line_link .line_link_01 img {
	display: block;
	width: 100%;
	/*max-width: 270px;*/
	margin: 0 auto;
}
.line_link .line_link_01 a {
	display: block;
	width: 100%;
	margin: 10px auto 0;
	background-color: #ffe100;
	font-size: 11px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
	color: #000;
	border-radius: 5px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}


/*=================================
メイン共通ここまで
=================================*/



/*=================================
フッターここから　共通部分
=================================*/
div#footer_bg{
	width: 100%;
	height: auto;
	/*margin-top: 80px;*/
	padding: 30px 0 10px;
	background-color: #0f0300;
}

div#footer_bg a.footer_logo{
	width: 40%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

div#footer_bg a.footer_logo img{
	width: 100%;
	height: auto;
}

div#footer_bg div#footer{
	width: 96%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#footer_bg div#footer h5{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
}

div#footer_bg div#footer p{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
}

div#footer_bg div#footer p.call{
	/*color: #fff;*/
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
}

div#footer_bg div#footer p.call a{
	width: auto;
	color: #fff;
}


div#footer_bg div#footer p.call a img{
	width:4%;
	margin-right: 5px;
	vertical-align: top;
	margin-top:9px;
}

div#footer_bg p.copy{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
}






}

/*=================================
フッターここまで
=================================*/