@charset "utf-8";
/* CSS Document */
.clrfx:after {
    content:" ";
    display:block;
    clear:both;
}

html,body,aside,article,p,ul,ol{
	overflow-x:hidden;*/
	margin:0;
	padding:0;
	font-size:14px;
	color:#333;
	line-height:1.8;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
	vertical-align:bottom;
	font-feature-settings : "palt";
}
h1,h2, h3, h4, h5, h6{
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
input, select {
	vertical-align:middle;
}
ol,ul,p,i,dl,dt,dd {
	list-style:none;
	font-style:normal;
	padding:0;
	margin:0;
}
ol,ul,dl{
	overflow: hidden;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
li {
	padding:0;
}
a{
	display: block;
	text-decoration:none;
	color:#0044cc;
	-webkit-tap-highlight-color:transparent;
}
a img:hover{
	opacity:0.5;
	transition:all 0.2s ease-out 0s;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}
.nav a img:hover{
	opacity:1 !important;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}
a:hover{
	text-decoration: underline;
	opacity:0.6;
	transition:all 0.2s ease-out 0s;
	zoom:1;
}
textarea{ 
	overflow: auto; 
}
img{
	max-width:100%;
	border:none;
	overflow:hidden;
	vertical-align:bottom;
	height: auto;
}
.nonopacity:hover {
	opacity: 1;
}
/* RISET END */
body{
	overflow: hidden;
	margin: 0;
}
header{
	padding: 34px 0 28px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
header p{
	width: 90%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-width: 458px;
}
header p i{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3.5px;
	margin: 0px auto;
	float: left;
	padding-top: 26px;
	padding-left: 8px;
	color: #1370B8;
}
header p span{
	width: auto;
	float: right;
	padding: 0px 11px 0 9px;
}
.main_color{
	color: #00569e;
}
/* MAIN VIZ */
.top_main_viz{
	background: url(/images/mainbg01.png)no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 50px 0;
	margin-bottom: -23px;
}

#can1 {
	width: 100%;
}

.top_main_viz p,
header.lower_page+.main_viz p {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	position: relative;
}

header.lower_page{
	padding: 16px 0 25px;
	position: relative;
}
header.lower_page+.main_viz{
	position: relative;
	background: -moz-linear-gradient(-45deg, #bee4fb 0%, #25a5f3 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #bee4fb 0%,#25a5f3 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #bee4fb 0%,#25a5f3 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 90px 0;
	margin: -20px 0 -20px 0;
}
header.lower_page+.main_viz .backdot {
	background-image: url(/images/dot_ptn.png);
	-webkit-background-size: 200px auto;
	-o-background-size: 200px auto;
	background-size: 200px auto;
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

header.lower_page+.main_viz p span{
	text-align: center;
	display: block;
	font-size: 1em;
    padding: 19px 1vw 0;
	color: #fff;
	letter-spacing: 1px;
}
header.lower_page+.main_viz p span em {
	display: block;
	font-style: normal;
}
header.lower_page+.main_viz p img{
	max-width: 425px;
	width: 90%;
}
body.beginners_body{
	background: url(/images/MONO_p06.jpg)no-repeat;
}

.wave_wrap {
	position: relative;
}

.wave {
  background: url(/images/wave1.png) repeat-x; 
  position: absolute;
  top: -24px;
  width: 6400px;
	z-index: 3;
  height: 198px;
  animation: wave 24s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
	background-size: auto 35px;
}

.wave2 {
  background: url(/images/wave2.png) repeat-x; 
  position: absolute;
  top: 0px;
  width: 6400px;
	z-index: 1;
  height:50px;
  animation: wave2 24s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
	background-size: auto 35px;
	left: -3400px;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

.top_warapper {
	position: relative;
	z-index: 10;
}

/* lower */
header.lower_page+.reservation_main p span{
	padding: 19px 0 0;
}
@media screen and (max-width:1200px){
	.top_main_viz{
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media screen and (max-width:1109px){
	header.lower_page+.main_viz:after{
		height: 7.344vw;
	}
}
@media screen and (max-width:1156px){
	/*header.lower_page+.main_viz i{
		bottom: 7vw;
	}*/
}
@media screen and (max-width:873px){
	/*header.lower_page+.main_viz span.no_delet{
		height: 4.2vw;
	}*/
}
/* lower header */
header.lower_page{
	text-align: left;
}
header.lower_page .wave {
	top:-14px;
}
header.lower_page .pc_display{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 0 0 15px 0;
}
header.lower_page h1{
	float: left;
	padding-left: 24px;
	width: 137px;
	padding-top: 4px;
}
header.lower_page .pc_display nav{
	float: right;
	width: 786px;/*711px*/
	padding-top: 4px;
}
header.lower_page nav ul li{
	float: left;
}
header.lower_page nav ul li a{
	color: #333;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	line-height: 1;
}
header.lower_page nav ul li a:hover{
	text-decoration: none;
}
header.lower_page nav ul li.navi_blog a{
	background: url(/images/blog_icon.png)no-repeat;
	background-position: 84% 85%;
	background-size: 11%;
}
header.lower_page nav ul li:first-child a{
	padding: 4px 0 4px 2px;
	width: 100px;
}
header.lower_page nav ul li:nth-child(2) a{
	width: 114px;
	padding: 4px 0;
}
header.lower_page nav ul li:nth-child(3) a{
	width: 129px;
	padding: 4px 0;
}
header.lower_page nav ul li:nth-child(4) a{
	width: 163px;
	padding: 4px 0;
}
header.lower_page nav ul li:nth-child(5) a{
	width: 130px;
	padding: 4px 0;
}
header.lower_page nav ul li:nth-child(6) a{
	width: 70px;
    padding: 4px 0;
}
header.lower_page nav ul li:last-child a{
	width: 62px;
    padding: 4px 0;
}
.lower{
	width: 800px;
	margin: 83px auto 100px;
}
/* TOP START */
.top_wrap{
	width: 961px;
	margin: 0 auto;
}

.top_wrap a {
	margin-top: -0px;
	margin-bottom: 0px;
}

.top_wrap a:hover {
	opacity:1 !important;
	margin-top: -4px;
	margin-bottom: 4px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	transition:all 0.2s ease-out 0s;
}

.top_wrap a:hover img {
	opacity:0.8 !important;
}

/*190806*/
#btn__10ani {
	margin-top: -150px;
	text-align: right;
	width: 750px;
	margin-bottom:0px;
}
#btn__10ani img {
	width: 97px;
	height: auto;
}
#sp__btn__10ani {
	width:97px;
	margin-top:-140px;
	text-align:right;
	margin-right:38px;
	margin-left: auto;
	box-sizing:border-box;
	position:relative;
	z-index:200;
	margin-bottom:0px;
}

#sp__btn__10ani img {
	height:auto;
	width:97px;
}

/* TOP END */

.top_wrap .top_colum{
	margin: 35px;
}
/* NAVI */
nav.top_navi ul{
	padding: 2px 0;
}
nav.top_navi ul li{
	float: left;
}
nav.top_navi ul li a{
	display: block;
}
nav.top_navi ul li a:hover{
	text-decoration: none;
}
nav.top_navi ul li:first-child a{
	padding: 2px 0 0 31px;
	width: 107px;
	line-height: 0;
}
nav.top_navi ul li:nth-child(2) a{
	padding: 2px 0 0 0;
	width: 124px;
	line-height: 0;
}
nav.top_navi ul li:nth-child(3) a{
	padding: 2px 0 0 1px;
	width: 139px;
	line-height: 0;
}
nav.top_navi ul li:nth-child(4) a{
	padding: 3px 0 0 0;
	width: 177px;
	line-height: 0;
}
nav.top_navi ul li:nth-child(5) a{
	padding: 3px 0 0 0;
    width: 143px;
    line-height: 0;
}
nav.top_navi ul li:nth-child(6) a{
	padding: 3px 0 0 0;
	width: 80px;
    line-height: 0;
}
nav.top_navi ul li:last-child a{
	padding: 3px 0 0 0;
	width: 69px;
    line-height: 0;
}
.main_viz{
	position: relative;
}
.main_viz p.main_txt{
	position: absolute;
	bottom: 11.5%;
	color: #fff;
	text-align: center;
	width: 49.5%;
	font-weight: bold;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top_bloglink a{
	background: url(/images/top_blog_icon.png)no-repeat;
	-webkit-background-size: 38px;
	-o-background-size: 38px;
	background-size: 26px;
	text-align: center;
	color: #FFF;
	padding: 8px 0 9px 51px;
	font-size: 18px;
	letter-spacing: 1px;
	background-position: 13% 50%;
	position: relative;
}
.top_bloglink a:hover{
	text-decoration: none;
}
.top_bloglink a:after{
	content: "";
	background: url(/images/toplinki_con.png)no-repeat;
	position: absolute;
	top: 42%;
	display: block;
	width: 8px;
	height: 17px;
	right: 17px;
	background-size: 100%;
}
.top_bloglink a span{
	padding-right: 24px;
}
.wrap{
	width: 800px;
	margin: 0 auto 35px;
	padding: 60px 0 0;
}
.top_body .wrap{
	width: 900px;
	margin: 0 auto 35px;
	padding: 60px 0 0;
}
.wrap .top_bloglink{
	width: 71%;
	margin: 0 auto 35px;
	background: url(/images/top_link_bg.png);
	border-radius: 50px;
	background-size: 3px 50px;
}
/* TOPCONTENTS */
.top_wrap ul.masonry_block{
	padding: 7px 0;
}
.top_wrap ul.masonry_block li{
	float: left;
	margin: 0 17px 15px 0;
}
.top_wrap ul.masonry_block li.last_child{
	margin-right: 0 !important;
}
.top_wrap ul.masonry_block li.small_img{
	width: 179px;
    height: 179px;
}
.top_wrap ul.masonry_block li.biger_img{
	width: 371px;
	height: 374px;
}
.top_wrap ul.masonry_block li.link_title{
	width: 179px;
	height: 375px;
}
.top_wrap ul.masonry_block li.list_block{
	width: 765px;
	margin-right: 13px;
}

.top_wrap ul.masonry_block li.list_block ul li{
	margin: 0 17px 35px 0;
}
.top_wrap ul.masonry_block li.list_block ul li.n{
	position: absolute;
	bottom: 36px;
	left: 0;
	margin-bottom: 0;
	opacity: 0;
}
.top_wrap ul.masonry_block li.list_block ul li.k{
	position: absolute;
	bottom: 0;
	right: 0;
}
/* PHOTO LIST */
.lower h2{
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	border-radius: 8px;
	padding: 10px 0;
}
.lower_photo_list{
	margin-bottom: 39px;
}
.lower_photo_list h2{
	color: #00569E;
	margin-bottom: 20px;
	border-radius: 8px;
    background: #f2f9fd;
    padding: 10px 0;
}
.lower_photo_list p,.photo_detail h2+p{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.6;
}
.lower_photo_list ul{
	margin: 19px 0;
}
.lower_photo_list ul li{
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	width: calc( 24% - 9px );
}

.lower_photo_list a {
	position: relative;
	height: 100%;
}

.lower_photo_list ul li:nth-child(4n){
	margin-right: 0;
}
.more_btn{
	background: url(/images/photo04.png);
	display: block;
	width: 30%;
	margin: 29px auto;
	padding: 4px 0 4px 1px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-weight: bold;
	text-decoration: none;
}
a.more_btn span{
	vertical-align: top;
	display: inline-block;
	width: 10px;
	text-indent: -9999px;
	background: url(/images/photo05.png)no-repeat;
	background-size: 10px auto;
	background-position: 50%;
	margin-left: 3px;
}
/* MORE */
.lower_photo_list .clicked{
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.lower_photo_list ul.moreshow{
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.lower_photo_list .clicked+ul.moreshow{
	opacity: 1;
	height: auto;
	padding: 0;
	margin: 0;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
/* END */
.lower_photo_list+section{
	text-align: center;
}
a.view_more{
	color: #00569e;
	display: block;
	width: 39%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 4px 6px 0;
	letter-spacing: 1.6px;
	border: 1px solid;
	border-radius: 50px;
}
a.view_more span{
	vertical-align: top;
	display: inline-block;
	width: 10px;
	text-indent: -9999px;
	background: url(/images/photo08.png)no-repeat;
	background-size: 100%;
	background-position: 50%;
	margin-left: 5px;
}
a.view_more:hover,a.more_btn:hover{
	text-decoration: none;
}
.photo_list_base{
	margin: 83px auto 42px;
}
/* PHOTO DETAIL */
.detail_lower{
	margin: 81px auto 36px;
}
.photo_detail{
	width: 700px;
	margin: 0 auto;
}
.photo_detail .bx-wrapper{
	box-shadow: 0 0 0;
	border: none;
	margin-bottom: 23px;
}

.bx-controls-direction{
	display: none;
}

.photo_detail .bx-wrapper .bx-prev{
	background: url(/images/shousai02.png)no-repeat;
	left: -59px;
	z-index: 999;
	background-size: 10px;
	margin-top: 0;
	width: 30px;
	background-position: left center;
	top: 46%;
}

.entry-content .lower {
	position: relative;
}
.post-navigation {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top:36%;
	transform: translateY(-40%);
}

@media screen and (max-width:500px){
	.post-navigation {
		top: 28%;
	}
}

.nav-links {
	position: relative;
}
.post-navigation h2 {
	display: none;
}
 .btn_prev {
	background: url(/images/shousai02.png)no-repeat;
	z-index: 999;
	background-size: 10px;
	margin-top: 0;
	width: 30px;
	background-position: 50%;
	height: 30px;
	 display: inline-block;
	 position: absolute;
	 left:0;
}
 .btn_next {
	background: url(/images/shousai01.png)no-repeat;
	z-index: 999;
	background-size: 10px;
	margin-top: 0;
	width: 30px;
	background-position: 50%;
	height: 30px;
	 display: inline-block;
	 position: absolute;
	 right:0;
}

.photo_detail .bx-wrapper .bx-next{
	background: url(/images/shousai01.png)no-repeat;
	right: -59px;
	z-index: 999;
	background-size: 10px;
	margin-top: 0;
	width: 30px;
	background-position: 50%;
	top: 46%;
}
.photo_detail .bx-wrapper .bx-prev:focus,.photo_detail .bx-wrapper .bx-prev:hover,
.photo_detail .bx-wrapper .bx-next:focus,.photo_detail .bx-wrapper .bx-next:hover{
	background-position: 50%;
}
.photo_detail h2{
	font-size: 20px;
	letter-spacing: -0.2px;
	padding: 0;
}
.photo_detail h2 span{
	padding: 0 11px;
}
.photo_detail h2+p{
	padding: 0 32px;
}
.photo_detail section{
	overflow: hidden;
    width: 52%;
	margin: 27px auto 30px;
	padding: 14px 60px 25px;
    background: #eaf6fd;
    line-height: 1;
    border-radius: 80px;
}
.photo_detail section h3{
	float: left;
	font-size: 17px;
	letter-spacing: 1.3px;
	font-weight: bold;
	padding-top: 19px;
	color: #00569E;
}
.photo_detail section ul{
	float: right;
	width: 44.3%;
	padding-top: 11px;
}
.photo_detail section ul li{
	float: left;
	margin-right: 22px;
	width: 20%;
}
.photo_detail section ul li:last-child{
	margin-right: 0;
	width: 22.2%;
	padding-top: 2px;
}
a.for_deail{
	text-align: center;
}
a.for_deail span{
	background: url(/images/shousai01.png)no-repeat;
	background-size: 65%;
    background-position: 50%;
}

/* ABOUT */
.lower_about_page{
	margin: 80px auto 35px;
}
.lower_about h2{
	font-size: 29px;
	color: #00569E;
	letter-spacing: 2px;
}
.lower_about h2+section{
	margin: 71px 0 59px;
}
.lower_about h2+section p.about_main+p{
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
	letter-spacing: 1.4px;
}
.lower_about h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.4px;
	color: #00569e;
	padding: 10px 0;
	background: #f2f9fd;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.lower_about h3+ul{
	margin: 38px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.lower_about h3+ul li{
	width: 31.2%;
	margin-right: 25px;
	margin-bottom: 27px;
}
.lower_about h3+ul li:nth-child(3n+3){
	margin-right: 0;
}
.lower_about h3+ul li p.interior_img+p{
	padding: 7px 0;
    font-size: 12px;
    text-align: justify;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
.lower_about+section{
	padding: 112px 0 0;
	margin-top: 88px;
	border-top: 1px solid #7fcff4;
}
.lower_about+section h2{
	font-size: 29px;
}
.lower_about+section table{
	width: 88%;
	margin: 42px auto 60px;
	max-width: 500px;
}
.lower_about+section table tr th{
	padding: 13px 0 13px 0px;
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px #eeeeee;
}
.lower_about+section table tr td{
	padding: 13px 55px 13px;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: solid 1px #eeeeee;
}
.lower_about+section table tr:last-child th{
	border-bottom: none;
}
.lower_about+section table tr:last-child td{
	border-bottom: none;
}
/* RESERVATION */
.reservation_page{
	margin: 25px auto;
}
.reservation_page ul.reservation_navi{
	margin-bottom: 30px;
	padding: 30px 0 0 0;
}
.reservation_page ul.reservation_navi li{
	float: left;
	background: url(/images/photo04.png);
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right: 17px;
}
.reservation_page ul.reservation_navi li:last-child{
	margin-right: 0;
}
.reservation_page ul.reservation_navi li a{
	padding: 10px 34px 12px 33px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(/images/reserve_icon.png)no-repeat;
	background-position: 50% 76%;
	background-size: 11px;
}
.reservation_page ul.reservation_navi li:nth-child(2) a{
	padding: 8.5px 45px 15.5px;
}
.reservation_page ul.reservation_navi li:nth-child(3) a{
	padding: 10px 53px 14px;
}
.reservation_page ul.reservation_navi li:nth-child(4) a{
	padding: 9px 19px 15px;
}
.reservation_page ul.reservation_navi li:last-child a{
	padding: 8.5px 45px 15.5px;
}
.reservation_page ul.reservation_navi li a:hover{
	text-decoration: none;
}
.lower_reservation h2{
	font-size: 30px;
	padding: 20px 0;
	margin-bottom: 50px;
}
/* #schedule */
#schedule{
	padding: 20px 0 118px;
	border-bottom: 1px solid #7fcff4;
}
#schedule iframe{
	width: 100%;
}
/* #place */
#place{
	border-bottom: 1px solid #7fcff4;
	padding: 91px 0 117px;
}
#place iframe{
	width: 100%;
	margin-bottom: 17px;
}
#place p{
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.4px;
}
#place h3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#place h3+p{
	text-align: center;
	font-size: 18px;
}
#price{
	padding-top: 112px;
}
#price h2{
	margin-bottom: 72px;
	padding: 0 20px;
}
#price h4{
	text-align: center;
	padding: 6px 0;
	font-size: 18px;
	font-weight: bold;
	background: #f2f9fd;
	border-radius: 8px;
	margin-bottom: 23px;
}
#price .price_content{
	margin-bottom: 50px;
	max-width: 800px;
	margin: 0 auto;
}
.price_content p.price_content_txt{
	font-size: 14.5px;
	padding: 0 0 30px 0;
	letter-spacing: 1.3px;
}
#price .content_edit{
	float: left;
	width: calc( 57% - 36px );
	margin-right: 36px;
}
#price .content_img{
	float: left;
	width: 43%;
}
#price .content_edit h5{
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 9px;
	letter-spacing: 0.5px;
}
#price .content_edit h5 span{
	font-size: 13px;
	float: right;
	letter-spacing: 1px;
	color: #333;
}
#price .content_edit p{
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 1.7;
}
#price .content_edit p.edit_txt{
	margin-bottom: 26px;
}
#price .content_edit p.bolid_txt span{
	font-weight: bold;
	display: block;
	padding: 0 0 30px 0;
}
#price .edit_img{
	padding-top: 10px;
}
#price .edit_img+p{
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	font-weight: bold;
}
#price .price_list ul{
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
#price .price_list ul.last_child{
	margin-bottom: 24px;
}
#price .price_list ul li{
	/*float: left;*/
	width: calc( 35.3% - 48px );
	margin-right: 48px;
}
#price .price_list ul li:last-child{
	margin-right: 0;
}
#price .price_list ul li h5{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3px;
	padding-left: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #229ddd;
	margin-bottom: 8px;
}
#price .price_list ul li dl{
	margin-bottom: 3px;
}
#price .price_list ul li dl dt{
	float: left;
	width: 70%;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.8px;
}
#price .price_list ul li dl dd{
	float: left;
	text-align: right;
	width: 30%;
	font-size: 12px;
	letter-spacing: 0.45px;
}
#price .price_list ul li p{
	text-align: center;
	font-size: 13px;
}
#price .price_list ul li p span{
	display: block;
	line-height: 1.2;
}
#price .price_list p.price_content_txt02{
	padding: 0 0 30px 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #787878;
}
div.welcome_block{
	padding: 18px 0 24px;
	position: relative;
}
div.welcome_block:after{
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	position: absolute;
	background: url(/images/reserv03.png);
	top: 18px;
}
div.welcome_block h3.welcome_title{
	text-align: center;
	width: 90%;
	max-width: 380px;
	margin: -1.6% auto 0;
	z-index: 2;
	position: relative;
}
div.welcome_block section{
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	overflow: hidden;
	z-index: 2;
	text-align: center;
	position: relative;
}
div.welcome_block section p.women_price{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 24px;
}
div.welcome_block section p.women_price span,
div.welcome_block section p.child_price span{
	padding: 0 20px;
	letter-spacing: 0.4px;
	color: #F36100;
}
div.welcome_block section p.child_price{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 28px;
}
div.welcome_block section p.clear_txt{
	clear: both;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
}
.reservation_lower_area{
	border-top: 1px solid #7fcff4;
	margin: 38px auto 24px;
}
.reservation_lower_area #reserved{
	padding: 85px 0 0;
	max-width: 800px;
	margin: 0 auto;
}
.reservation_lower_area #reserved h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 25px 0;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
div.reservation_step h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2.8px;
	padding: 7px 0;
	background: #f2f9fd;
	border-radius: 8px;
	margin-bottom: 23px;
}
div.reservation_step h4+p,
div.reservation_step h4+p+p,
div.reservation_step ul li{
	font-size: 14px;
	letter-spacing: 1.2px;
}
div.reservation_step h4+p+p{
	margin-top: 28px;
}
div.reservation_step h4+p span{
	text-decoration: underline;
}
div.reservation_step+p.step_icon{
	padding: 13px 0 31px;
	text-align: center;
	width: 14px;
	margin: 0 auto;
}
div.boarding_reservation{
	border-top: 1px solid #7fcff4;
	margin: 118px auto 0;
}
div.boarding_reservation #boarding{
	padding: 85px 0 0;
}
div.boarding_reservation #boarding h3{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 28px 0;
	letter-spacing: 3px;
}
div.boarding_reservation #boarding h3+p{
	font-size: 15px;
	text-align: center;
	padding: 16px 0 17px;
	letter-spacing: 2.7px;
}
div.boarding_reservation #boarding h3+p+a{
	text-align: center;
	width: 59%;
	margin: 0 auto;
	background: #00569e;
	padding: 20px 0;
	border-radius: 60px;
}
div.boarding_reservation #boarding h3+p+a img{
	width: 63%;
	vertical-align: middle;
}
div.boarding_reservation #boarding h3+p+a+p{
	padding: 14px 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	padding-right: 10px;
}
/* BEGINNERS */
.beginners_lower{
	margin: 90px auto 23px;
}
.beginners_lower ul li{
	float: left;
	width: calc( 31.8% - 37px );
	margin-right: 33px;
	padding: 0 0 0 21px;
}
.beginners_lower ul li:last-child,
.beginners_lower ul.second_list li:last-child{
	margin-right: 0;
}
.beginners_lower ul li p.point_img{
	width: 100%;
}
.beginners_lower ul li p.point_txt{
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	letter-spacing: 1.1px;
	font-weight: bold;
	line-height: 1.6;
	color: #033333;
}
.beginners_lower ul.second_list{
	margin: 34px auto;
	width: 61%;
	padding: 0 14px;
}
.beginners_lower ul.second_list li{
	width: calc( 50% - 15px );
	padding: 0;
	margin-right: 30px;
}
.beginners_lower ul.second_list li p.point_txt{
	padding: 5px 0;
}
.beginners_links{
	background: url(/images/photo04.png);
	text-align: center;
	border-radius: 60px;
	margin: 70px auto 0;
	width: 65%;
}
.beginners_links a{
	padding-bottom: 16px;
	background: url(/images/toplinki_con.png)no-repeat;
	background-position: 94% 50%;
	background-size: 11px;
}
.beginners_links a:hover{
	text-decoration: none;
}
.beginners_links a span{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 12px 31px 0 0;
	line-height: 1.5;
}
.beginners_links a i{
	display: block;
	color: #bae3f9;
	font-size: 15px;
	letter-spacing: 1.6px;
	padding: 0 32px 0 0;
}
/* GOODS */
.goods_page{
	margin: 67px auto 40px;
}
.goods_page h2{
	font-size: 30px;
}
.goods_page section{
	margin: 58px 0 0;
	overflow: hidden;
}
.goods_page section div.goods_txt{
	float: left;
	width: 48%;
	margin-right: 50px;
}
.goods_page section div.goods_txt p{
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.3px;
}
.goods_page section div.goods_txt p:first-child{
	margin-bottom: 25px;
}
.goods_page section .goods_img{
	float: left;
	width: 45.67%;
	padding-top: 7px;
}
.goods_page section .goods_img ul li{
	float: left;
	width: calc( 50% - 7px );
	margin-right: 14px;
	margin-bottom: 14px;
}
.goods_page section .goods_img ul li:nth-child(2n+2){
	margin-right: 0;
}
.goods_page section .goods_img ul li:nth-child(3),
.goods_page section .goods_img ul li:nth-child(4){
	margin-bottom: 0;
}
/* FOOTER */
footer{
	padding: 40px 0;
}
footer p.footer_logo{
	text-align: center;
	width: 42px;
	margin: 0 auto;
}
footer .footer_area{
	margin: 32px 0 20px;
	text-align: center;
	background: #58b5eb;
	padding: 40px 0 48px;
}
footer .footer_area p.footer_company_title{
	width: 90%;
	max-width: 450px;
	margin: 0 auto 8px;
	background: url(/images/footer_bg.png);
	padding-bottom: 19px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 1%;
}
footer .footer_area p.footer_company_contact{
	width: 90%;
	max-width: 450px;
    margin: 0 auto;
}
footer .sns_links{
	text-align: center;
	padding: 20px 0 0 0;
}
footer .sns_links ul{
	width: 122px;
	margin: 0 auto;
}
footer .sns_links ul li{
	float: left;
	width: 23%;
	margin-right: 18px;
}
footer .sns_links ul li:last-child{
	margin-right: 0;
	width: 24.5%;
	padding-top: 2px;
}
footer .copy_right{
	padding: 18px 0 0;
	letter-spacing: 0;
	font-size: 10px!important;
}
.sp_display,.sp_main_viz{
	display: none;
}

@media screen and (max-width:999px){
	.pc_display {
		display: none;
	}
	.sp_display {
		display: block;
		padding: 0 0 42px 0;
	}
	header.lower_page nav ul li{
		float: none;
	}
	header.lower_page nav#sp_menu_list ul li a {
		padding: 4vw 0;
		border-right: none;
		color: #00569e;
		text-align: center;
		border-bottom: 1px solid #fff;
		width: auto;
	}
	header.lower_page nav#sp_menu_list ul li:last-child a {
		border-bottom: none;
	}
	header.lower_page nav ul li a.blog_sp_navi{
		background: url(/images/sp_blog_icon.png)no-repeat;
		background-position: 70% 50%;
		background-size: 16px 16px;
	}
	.sp_topmain{
		position: relative;
	}
	p.main_txt{
		padding: 7vw 6vw;
		text-align: center;
		max-width: 400px;
		margin-left:auto;
		margin-right: auto;
	}
	.sp_bloglink a{
		width: 92%;
		margin: 1vw auto;
	}
	.spwrap{
		margin: 10vw 4vw 0;
	}
	.spwrap ul li{
		float: left;
		width: calc( 50% - 2vw );
		margin-bottom: 4vw;
	}
	.spwrap ul li ul li{
		float: none;
		width: 100%;
	}
	.spwrap ul li ul li:last-child{
		margin-bottom: 0;
	}
	.spwrap ul li.sp_top_left{
		margin-right: 4vw;
	}
	.spwrap ul li.sp_top_right{
		margin-left: 4vw;
	}
	/* TOP MENU */
	.sp_top_relative{
		position: relative;
		overflow: initial;
		padding: 15px 0 0 0;
	}
	#target{
		width: 100%;
		overflow: inherit;
		position:relative;
		z-index: 110;
		
	}
	#target a.top_menu{
		text-align: center;
		text-indent: -9999px;
		background: url(/images/menu_on.png)no-repeat;
		background-size: 22%;
		background-position: 50%;
		padding: 4vw 0;
	}
	#target a:hover,#target a:focus{
		opacity: 1;	
	}
	#target ul{
		display: none;
		position: absolute;
		top: auto;
		width: calc( 100% - 6vw );
		padding: 7vw 3vw;
		background: url(/images/sp_navibg.png);
		z-index: 999;
	}
	#target ul li{
		margin-bottom: 2.7vw;
	}
	#target ul li a{
		padding: 1vw 0;
		text-align: center;
		font-weight: bold;
		letter-spacing: 1px;
		border-bottom: 1px solid #fff;
		font-size: 19px;
	}
	#target ul li.navi_blog a{
		background: url(/images/sp_blog_icon.png)no-repeat;
		background-size: 16px auto;
		background-position: 64% 50%;
	}
	#target section{
		animation: fadeIn 1s ease 0s 1 normal;
		-webkit-animation: fadeIn 1s ease 0s 1 normal;
	    overflow: inherit;
		padding-bottom: 0px;
	}
	#price .content_edit{
		float: none;
		width: auto;
		margin: 0;
	}
	footer .footer_area p.sp_footerlogo {
		max-width: 335px;
		width: 90%;
		margin: 0 auto;
	}
	footer .footer_area p.footer_company_contact+ul{
		padding: 30px 5%;
	}
	footer .footer_area p.footer_company_contact+ul li{
		float: left;
		width: calc( 50% - 4.8vw );
		text-align: left;
		margin-bottom: 1.6vw;
	}
	footer .footer_area p.footer_company_contact+ul li.sp_reserve{
		width: calc( 55% - 4.8vw );
	}
	footer .footer_area p.footer_company_contact+ul li.sp_blog{
		background: url(/images/sp_foot_blog.png)no-repeat;
		background-position: 120px 70%;
		background-size: 14px auto;
	}
	footer .footer_area p.footer_company_contact+ul li a{
		color: #FFF;
		background: url(/images/foot_navi_icon.png)no-repeat;
		background-size: 10px auto;
		padding-left: 30px;
		padding-top: 1vw;
		background-position: 2% 62%;
	}
	footer .sns_links ul{
		width: 37%;
	}
	footer .sns_links ul li{
		width: 22.5%;
		margin-right: 6vw;
	}
	footer .sns_links ul li img{
		width: 100%;
		height: auto;
	}
	footer .sns_links ul li:first-child{
		width: 26%;
		margin-right: 4.7vw;
	}
	footer .sns_links ul li:first-child a{
		margin-left: 5px;
	}
	footer .sns_links ul li:nth-child(2){
		margin-right: 4.5vw;
	}
	footer .copy_right{
		padding: 3.5vw 0;
		font-size: 10px!important;
	}
	
	.reservation_lower_area {
		margin:0 3vw;
	}

}

@media screen and (max-width:768px){
	.pc_display,
	header.lower_page nav ul li a:after
	{
		display: none;
	}
	.sp_main_viz img{
		width: 100%;
		height: auto;
	}
	iframe{
		width: 100%;
	}
	header.lower_page .wave {
		top:-18px;
	}
	
/* HEADER */
	header.lower_page{
		padding: 20px 0 !important;
	}
	header.lower_page h1{
		padding-left: 3.7vw;
		margin-top: -4px;
	}
	header.lower_page .drawer--right .drawer-nav{
		right: -17.30rem;
		width: auto;
		z-index: 1000;
	}
/* NAVI */
	.drawer--right .drawer-hamburger,
	.drawer--right.drawer-open .drawer-nav,
	.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{
		top: 5vw;
		right: 2.8vw !important;
		background: rgba(255,255,255,0.7);
		padding: 18px .35rem 35px;
		z-index: 1000;
	}
	header.lower_page .drawer-hamburger-icon,
	header.lower_page .drawer-hamburger-icon:after,
	header.lower_page .drawer-hamburger-icon:before{
		height: 4px;
		background-color: #a2a2a2;
		margin-top: 15px;
	}
	header.lower_page .drawer-hamburger-icon:after,
	header.lower_page .drawer-hamburger-icon:before{
		top: -30px;
	}
	header.lower_page .drawer-hamburger-icon:after{
		top: 2px !important;
	}
	header.lower_page .drawer--right.drawer-open .drawer-hamburger{
		right: 13.95rem !important;
		background: rgba(255,255,255,0.7);
	}
	header.lower_page .drawer--right.drawer-open .drawer-nav{
		right: 0 !important;
		width: calc( 50% - 20px );
		top: 0;
		padding: 20px;
		background: url(/images/sp_navibg.png);
	}
	.drawer-hamburger:hover{
		background-color: rgba(255,255,255,0.7) !important;
	}
/* END */
	.lower{
		width: auto;
	}
/* PHOTO */
	.lower_photo_list ul li{
		width: calc( 52.5% - 38px );
		margin-right: 38px;
		margin-bottom: 12px;
	}
	.lower_photo_list ul li:nth-child(2n+2){
		margin-right: 0;
	}
	.more_btn{
		margin: 8.2vw auto;
		width: 97.7%;
		padding: 2vw 0;
		letter-spacing: 4px;
	}
	a.more_btn span{
		width: 21px;
		margin-left: 12px;
	}
	.lower_photo_list{
		margin-bottom: 22vw;
		padding: 0 3.5%;
	}
	a.view_more{
		width: 94%;
		padding: 4vw 0;
		border-radius: 60px;
	}
	a.view_more span{
		width: 10px;
		margin-top: 0px;
		height: 30px;
		vertical-align: top;
	}
	a.for_deail{
		text-align: center;
	}
	.photo_detail{
		width: auto;
	}
	.main_slider{
		width: 87%;
		margin: 0 auto;
	}
	.photo_detail .bx-wrapper .bx-next{
		top: 48%;
		right: -5vw;
		background-size: 75%;
		background-position: 0 50%;
	}
	.photo_detail .bx-wrapper .bx-prev{
		background-size: 75%;
		left: -4.5vw;
		top: 48%;
	}
	.photo_detail h2.sp_display i{
		display: block;
		line-height: 1.3;
	}
	.photo_detail h2.sp_display{
		margin-bottom: 22px;
	}
	.photo_detail section{
		width: 80%;
		margin: 8vw 0;
	}
	.photo_detail section h3{
		float: none;
		text-align: center;
		font-size: 4.5vmin;
		padding-left: 4vw;
		letter-spacing: 4px;
		padding-top: 3.5vw;
	}
	.photo_detail section ul{
		float: none;
		width: calc( 75% - 15vw );
		margin: 0 auto;
		padding: 4vw 0 0 9vw;
	}
	.photo_detail section ul li{
		width: 22%;
		margin-right: 5.2vw;
	}
	.photo_detail section ul li img{
		width: 100%;
		height: auto;
	}
	.photo_detail section ul li:nth-child(2){
		margin-right: 4vw;
	}
	.photo_detail section ul li:last-child{
		width: 26%;
	}
	.detail_lower{
		margin: 11vw 3vw 16vw;
	}
/* FOOTER */
	footer .footer_area{
		padding: 8vw 0 1vw;
		margin-bottom: 0px;
		margin-top: 4vw;
	}
	footer .footer_area p.footer_company_title{
		width: auto;
		margin-bottom: 0;
		font-size: 4vmin;
		color: #fff;
		padding-bottom: 3vw;
		background: none;
	}
	footer .footer_area p.sp_footerlogo {
		max-width: 335px;
		width: 90%;
		margin: 0 auto;
	}
	footer .footer_area p.footer_company_contact{
		margin-top: 2.8vw;
		width: auto;
		padding: 0 3vw;
		font-size: 4vmin;
		letter-spacing: 1px;
		padding-bottom: 3vw;
		border-bottom: 1px dotted #fff;
		color: #fff;
		font-weight: bold;
		line-height: 1.4;
	}
	
/* TOP */
	header.top_header{
		padding: 5.8vw 0;
		background: none;
	}
	header.top_header p{
		width: 68%;
		padding-top: 5px;
	}
	

/* CHECKED */
	.menu_slid ul{
		opacity: 1;
		height: auto;
	}
	#target a.menu_open{
		background: url(/images/menu_off.png)no-repeat;
		background-size: 22%;
		background-position: 50%;
	}
/* FIXED */
	.fixed section{
		position: fixed;
		top: 0;
		width: 100%;
		background-image: url(/images/sp_menubg.jpg);
		background-size: 8px;
		background-color: #0039b4;
		z-index: 99;
	}
	section.active{
		/*height: 107vw;*/
		overflow: inherit;
		z-index: 999;
		animation: fadeIn 1s ease 0s 1 normal;
		-webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
/* GOODS */
	.goods_page section{
		margin: 0 5%;
	}
	.goods_page section div.goods_txt{
		float: none;
		width: auto;
		margin: 0;
	}
	.goods_page section .goods_img{
		float: none;
		width: auto;
		padding: 0;
		margin-top: 30px;
	}
	.goods_page section .goods_img ul li{
		float: left;
		width: calc( 50% - 2.5vw );
		margin-right: 5vw;
		margin-bottom: 4vw;
	}
/* BEGINNER */
	.beginners_lower{
		margin: 8vw 3vw 24vw;
	}
	.beginners_lower ul li{
		float: none;
		width: 80%;
		margin: 0 auto 3vh;
		text-align: center;
		padding: 0;
	}
	.beginners_lower ul li p.point_txt{
		padding: 4.5vw 0;
		font-size: 4.7vmin;
	}
	.beginners_lower ul li:last-child, .beginners_lower ul.second_list li:last-child{
		margin-right: auto;
	}
	.beginners_lower ul.second_list{
		margin: 0;
		width: auto;
	}
	.beginners_lower ul.second_list li{
		width: 80%;
	}
	.beginners_links{
		width: 98%;
		-webkit-border-radius: 115px;
		border-radius: 115px;
		margin: 11vh auto 0;
	}
	.beginners_links a{
		padding: 4.7vw 0 3vw;
		background-size: 3.5%;
		background-position: 94% 49%;
	}
	.beginners_links a span{
		padding: 0;
		font-size: 5vmin;
		letter-spacing: 3px;
		font-weight: bold;
	}
	.beginners_links a i{
		font-size: 4vmin;
		width: 65%;
		margin: 1px auto 0;
		padding: 0;
	}
/* ABOUT */
	.lower_about_page{
		margin: 7vw 3vw 26vw;
	}
	.lower_about_page .lower_about h2{
		font-size: 2em;
	}
	.lower_about h2+section{
		margin: 8vw 0 9vw;
	}
	.lower_about h2+section p.about_main+p{
		font-size: 3.2vmin;
		padding: 3.8vw 2vw;
	}
	.lower_about h3{
		font-size: 4.6vmin;
	}
	.lower_about h3+ul{
		margin: 13vw 0;
	}
	.lower_about h3+ul li{
		width: calc( 51% - 3vw );
		margin-right: 3vw;
		margin-bottom: 9vw;
	}
	.lower_about h3+ul li:nth-child(3n+3){
		margin-right: 3vw;
	}
	.lower_about h3+ul li:nth-child(2n+2){
		margin-right: 0;
	}
	.lower_about h3+ul li p.interior_img+p{
		padding: 3% 0 0;
	}
	.lower_about+section{
		padding: 30vw 0 0;
		margin-top: 17vw;
	}
	.lower_about+section table{
		width: auto;
		width: 100%;
		margin: 9vw 0;
	}
	.lower_about+section table tr{
		display: block;
		padding-bottom: 2.3vw;
		margin-bottom: 1.3vw;
		border-bottom: 1px solid #eee;
	}
	.lower_about+section table tr:last-child {
		border-bottom: none;
	}
	.lower_about+section table tr th{
		display: block;
		border-bottom: none;
		padding-bottom: 0px;
	}
	.lower_about+section table tr td{
		display: block;
		border-bottom: none;
		padding: 0px;
	}
/* RESERVATION */
	.reservation_page{
		margin: 9vw 3vw;
	}
	.reservation_page ul.reservation_navi{
		padding: 0 2vw;
	}
	.reservation_page ul.reservation_navi li{
		width: calc( 50% - 2vw );
		margin-right: 4vw;
		margin-bottom: 3.6vw;
	}
	.reservation_page ul.reservation_navi li:nth-child(2n+2){
		margin-right: 0;
	}
	.reservation_page ul.reservation_navi li:last-child{
		clear: both;
		float: none;
		margin: 0 auto;
	}
	.reservation_page ul.reservation_navi li a,
	.reservation_page ul.reservation_navi li:nth-child(2) a,
	.reservation_page ul.reservation_navi li:nth-child(3) a,
	.reservation_page ul.reservation_navi li:nth-child(4) a,
	.reservation_page ul.reservation_navi li:last-child a{
		padding: 1.6vw 3vw 2.8vw;
		background-size: 7%;
		background-position: 50% 78%;
	}
	.reservation_page ul.reservation_navi li a span{
		display: block;
	}
	#schedule{
		padding: 0;
		padding: 9vw 0 26vw !important;
	}
	.lower_reservation h2{
		font-size: 6.5vmin;
		padding: 21px 0 0;
		margin-bottom: 20px !important;
	}
	#schedule iframe{
		height: 90vw;
	}
	#place{
		-webkit-border-radius: 0;
		border-radius: 0;
		padding-bottom: 0px;
	}
	#place h2{
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 60px 0 0 0 !important;
	}
	#place iframe{
		height: 54vw;
		margin-bottom: 6vw;
	}
	#place h3{
		padding-bottom: 1vw;
	}
	#place h3+p{
		font-size: 3.5vmin;
		text-align: center;
	}
	#place h3+p span{
		display: block;
	}
	#price{
		padding-top: 0;
		margin-top: 12vw;
	}
	#price h2{
		letter-spacing: 3px;
		padding: 60px 0 0 0 !important;
	}
	#price h4{
		padding: 2vw;
		font-size: 4vmin;
		margin-bottom: 2.5vw !important;
		background: #f2f9fd;
		margin-bottom: 5.5vw;
	}
	#price .price_content{
		margin-bottom: 9vw;
	}
	#price .price_content:nth-child(3){
		margin-bottom: 13vw;
	}
	#price .price_content:last-child{
		margin-bottom: 7vw;
	}
	
	#price .price_list ul li{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 3vw;
	}
	#price .price_list ul li dl dd{
	}
	#price .price_list ul{
		margin-bottom: 12vw;
		display: block;
	}
	#price .price_list ul.last_child{
		margin-bottom: 6vw;
	}
	#price .price_list ul.last_child li{
		margin-bottom: 4vw;
	}
	#price .price_list p.price_content_txt02{
		font-size: 2vmin;
		padding: 0 2vw;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.4;
	}
	#price .price_list p.price_content_txt02 i{
		display: block;
		line-height: 1.3;
	}

	div.sp_welcome{
		padding: 8px 0;
	}
	div.sp_welcome section{
		background: url(/images/reserv03.png);
		width: 100%;
		margin: 0;
		padding: 18px 0 24px;
	}
}
/** SP **/
@media screen and (max-width:600px){
	body::-webkit-scrollbar {
		display: none;
	}
	header.lower_page{
		padding: 18px 0 !important;
	}
/* MENU */
	.drawer--right .drawer-hamburger,
	.drawer--right.drawer-open .drawer-nav,
	.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{
		top: 7px;
		right: 2vw !important;
		width: 1.7rem;
		padding: 4.13% 3.44% 6.54%;
	}
	button:focus{
		outline: none;
	}
	header.lower_page .drawer-hamburger-icon,
	header.lower_page .drawer-hamburger-icon:after,
	header.lower_page .drawer-hamburger-icon:before{
		height: 1px;
		margin-top: 9px;
	}
	header.lower_page .drawer-hamburger-icon:after,
	header.lower_page .drawer-hamburger-icon:before{
		top: -17px;
	}
	header.lower_page .drawer-hamburger-icon:after{
		top: -0.8px !important;
	}
	header.lower_page .drawer--right.drawer-open .drawer-hamburger{
		right: 14.7rem !important;
		padding: 5.63% 3.44% 5.04%;
	}
	header.lower_page .drawer--right.drawer-open .drawer-nav{
		width: calc( 53% - 2% );
		padding: 2%;
	}
/* END */
/* FOOTER */
	footer{
		padding: 5vw 0 3vw;
	}
	footer .footer_area{
		padding: 8vw 0 1vw;
	}
	footer .footer_area p.footer_company_contact{
		margin-top: 2.8vw;
	}
	footer .footer_area p.footer_company_contact+ul li a{
		background-size: 7%;
		background-position: 2% 53%;
	}
	footer .footer_area p.footer_company_contact+ul li.sp_reserve{
		width: calc( 58% - 4.8vw );
	}
	footer .footer_area p.footer_company_contact+ul li.sp_reserve a{
		background-size: 5%;
	}
	footer .footer_area p.footer_company_contact+ul li.sp_blog{
		background-position: 75% 67%;
		background-size: 10%;
	}
/* PHOTO */
	.lower_photo_list ul li{
		margin-right: 5%;
		width: calc( 50% - 2.5% );
	}
	a.more_btn span{
		width: 3.5%;
		margin-left: 1%;
	}
	a.view_more span{
		width: 3.5%;
		height: auto;
		margin: 0 0 0 1.5%;
	}
	.photo_detail .bx-wrapper .bx-next,
	.photo_detail .bx-wrapper .bx-prev{
		width: 4.5%;
		top: 43%;
	}
	.photo_detail h2.sp_display{
		margin-top: -5vw;
		padding: 0;
		margin-bottom: 2vw;
	}
	.lower_photo_list p, .photo_detail h2+p{
		padding: 2px 0;
		line-height: 1.8;
	}
	.photo_detail section{
		width: auto;
	}
	.photo_detail section ul{
		text-align: center;
		margin: 0 auto;
		padding: 3vw 0 0 3vw;
		width: 63%;
	}
	.photo_detail section ul li{
		width: 24%;
		margin-right: 5.2vw;
	}
	.photo_detail section ul li:nth-child(2){
		margin-right: 3.4vw;
	}
	.photo_detail section ul li:last-child{
		width: 28%;
	}
/* GOODS */
	.beginners_lower ul li{
		width: 61%;
	}
	.beginners_lower ul.second_list li{
		width: 67%;
		margin: 0 auto 6.8vh;
		text-align: center;
		padding: 0;
	}
/* ABOUT */
	.lower_about h3{
		letter-spacing: 2.5px;
	}
	.lower_about h3+ul{
		margin: 9vw 0;
	}
	.lower_about+section{
		margin-top: 18vw;
	}
	.lower_about_page{
		margin: 7vw 3vw 19vw;
	}
	.lower_about h3+ul li{
		margin-bottom: 11vw;
	}
/* RESERVATION */
	.reservation_page ul.reservation_navi li:nth-child(4) a{
		padding: 1.6vw;
		background-position: 50% 85%;
	}
	.reservation_page ul.reservation_navi li:last-child a{
		padding: 1.3vw 3vw;
		background-position: 50% 85%;
	}
	.lower_reservation h2{
		margin-bottom: 11vw;
	}
	#schedule{
		padding: 2vh 0 26vw !important;
	}
	.price_content p.price_content_txt{
		line-height: 1.9;
		padding-top: 0.7vw;
		margin-bottom: 1.9vw;
	}
	#price h4{
		letter-spacing: 1px;
		font-size: 4.7vmin;
	}
	#price .price_list ul+h4{
		margin-bottom: 3.9vw !important;
	}
	#price .content_edit h5{
		letter-spacing: 1.1px;
		font-size: 4.1vmin;
	}
	div.welcome_block h3.welcome_title{
		margin: -4.6vw auto 0;
	}
	div.welcome_block:after{
		height: 36vw;
	}
	div.boarding_reservation #boarding h3{
		font-size: 7.2vmin;
		letter-spacing: 1px;
	}
	body.reservation_body header.lower_page .drawer-hamburger-icon{
		margin-top: 5px;
	}
	body.reservation_body header.lower_page .drawer-hamburger-icon:after,
	body.reservation_body header.lower_page .drawer-hamburger-icon:before{
		top: -15px;
	}
	body.reservation_body header.lower_page .drawer-hamburger-icon,
	body.reservation_body header.lower_page .drawer-hamburger-icon:after,
	body.reservation_body header.lower_page .drawer-hamburger-icon:before{
		margin-top: 8px;
	}
}

.drawer-nav {
    position: fixed;
    top: 60px;
    height: auto;
    width: 100%;
    padding: 20px 0 0 0;
    background: url(/images/sp_navibg.png);
    z-index: 2;
}

#sp_menu {
	display: none;
	position: fixed;
	top:25px;
	right:25px;
	width: 25px;
	height: 25px;
	z-index: 200;
}

@media screen and (max-width:999px){
	#sp_menu {
		display: block;
	}
}

#sp_menu_list {
	display: none;
}

.rect1 {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #a2a2a2;
	margin: 0 0 6px;
	position: absolute;
}

.rect2 {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #a2a2a2;
	margin: 0 0 6px;
	position: absolute;
	top:8px;
}

.rect3 {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #a2a2a2;
	position: absolute;
	top:16px;
}

span.rect1_c {
	transform:rotate(-45deg);
	top:6px;
	left: 2px;
}

span.rect2_c {
	transform:rotate(45deg);
	top:6px;
	left: 2px;
}

span.rect3_c {
	display: none;
}

#fish a:hover {
	opacity: 1 !important;
}

.top_body .top_header .sp_display {
	padding: 0 0 0px 0;
}

.beginners_lower .pointlist {
	text-align: center;
}

.beginners_lower .pointlist li {
	display: inline-block;
	float: none;
	padding: 0 10px 30px 10px;
}

.beginners_lower .pointlist li:nth-child(1) {
	padding-left:0;
}

.beginners_lower .pointlist li:nth-child(3) {
	padding-left:0;
	margin-right: 0;
}

.photothumbnail_list {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-color: #ff0000;
}

.masonry_block img {
	width: 100% !important;
	height: auto !important;
}

.top_body .sptopgallery img {
	width: 100% !important;
	height: auto !important;
}