@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;line-height:1.8em;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-weight: 300;
	line-height:1.8em;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #222;
	background: #FFF;
}

a{
	color: #47b5ff;
	text-decoration: none;
}

a:hover, .active{
	color: #1b76ff;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.text_align_center{text-align:center;}
.text_align_left{text-align:left;}
.text_align_right{text-align:right;}

h2.blue_subtitle{
	width:100%;
	font-weight:700;
	font-size:1.2rem;
	color:#1e67c7;
}

.wing_blue {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
}
.wing_blue::before,
.wing_blue::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #1e67c7;
}
.wing_blue::before {
	margin-right: 20px;
}
.wing_blue::after {
	margin-left: 20px;
}

.heading_num {
	position: relative;
	font-size: 27px;
}

.heading_num::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 15px;
	color: #c5708f;
	font-size: 27px;
	border-bottom: 2px solid #c5708f;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:0;/* 568px; */
	/* (画像の高さ / 画像の横幅) × 100 */
    padding-top:60%;
	/* background: url(../images/27250.jpg) fixed;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s; */
}
.header_pa1{
	background: url(../images/bg01.png) fixed;
	background-repeat: no-repeat;
    background-position: top 100px center;
    background-size: contain;
    -webkit-background-size: contain; /*cover;*/
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}
.header_pa2{
	background: url(../images/bg02.png?1) fixed;
	background-repeat: no-repeat;
    background-position: top 100px center;
    background-size: contain;
    -webkit-background-size: contain; /*cover;*/
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}
.header_pa3{
	background: url(../images/bg03.png?1) fixed;
	background-repeat: no-repeat;
    background-position: top 100px center;
    background-size: contain;
    -webkit-background-size: contain; /*cover;*/
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}
.header_pa4{
	background: url(../images/bg04.png?1) fixed;
	background-repeat: no-repeat;
    background-position: top 100px center;
    background-size: contain;
    -webkit-background-size: contain; /*cover;*/
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}
/* SP */
@media screen and (max-width:799px) {
	.header_pa1,.header_pa2,.header_pa3,.header_pa4{
		background-position: top 70px center;
	}
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
	opacity:0.7;
}

#slogan{
	position: absolute;
	top: 55%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #c5708f;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-family: "Folk Medium";
	font-size: 24px;
	/* margin-bottom: 10px; */
	font-weight:600;
	text-shadow: 0px 3px 3px rgba(255,255,255,0.9);
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}

.scroll_area{
	position: absolute;
	width:100%;
	text-align:center;
	top: 75%;
}
.scroll_area a {
	
	bottom: 0px;
	left: 50%;
	z-index: 1;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size:100%;
	text-decoration: none;
	color:#c5708f;
	padding-top: 80px;
}
.scroll_area a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 80px;
	margin-left: -15px;
	border: 2px solid #c5708f;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll_area a span::before {
	position: absolute;
	top: 5px;
	left: 23%;
	content: '';
	width: 20px;
	height: 20px;
	margin-left: -2.5px;
	background-color: #c5708f;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 50px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
@keyframes sdb {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 50px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

@-webkit-keyframes sdb_sp {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 30px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
@keyframes sdb_sp {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 30px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

#menuWrap{
	display:none;
}
.logo img{
	margin-left:20px;
	width:210px;
	height:auto;
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
}


#calender {
	margin: 10px auto;
	width: 100%;
	background: #ffffff;
	overflow:hidden;
}

table#menu {

	padding: 0px 0px;
	margin: 0px auto;
	border-top: 2px solid #ffe6e6;
	border-collapse: collapse;
	background: #ffffff;
}
table#menu a {
	font-size: 0.7rem;
	text-decoration: none;
	color: #ffffff;
}
table#menu th {
	font-weight: 700;
	font-size: 0.7rem;
	text-align: center;
	color: #ffffff;
	background: #c5708f;
}
table#menu th, table#menu td {
	padding: 0.7em 0.7em;
	text-align: center;
	border: 2px solid #ffe6e6;
}
table#menu td.sub {
	
	font-size: xx-small;
	text-align: center;
	color: #0000cc;
	border: 2px solid #ffe6e6;
}
table#menu tr {
	clear: left;
}
table#menu2 {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
 	font-size: small;
}
table#menu2 td {
	padding: 2px 2px;  
	font-size: small;
	text-align: right;
	color: #444444;
}
table#menu2 td.sub {
	width: 200px;/**/
	font-size: small;
	text-align: left;
	vertical-align:top;
	color: #444444;
	/*border:1px solid #ffe6e6;*/
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	background:#c5708f;
	color:#FFF;
}
#footer p,#footer a{
	color:#FFF;
}

/* SP */
@media screen and (max-width:599px) {
	#footer{
		padding: 50px 10px 100px 0;
	}
}

/* 共通
------------------------------------------------------------*/
h1, h2{
	/* font-family: 'Josefin Sans', 'Noto Sans JP',serif; */
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	color:#c5708f;
}
section h3{
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}

#sec01 header H2,#sec02 header H2,#sec03 header H2,#sec04 header H2,#sec05 header H2,#sec06 header H2{
	font-size:25px;
	line-height:1.0em;
}
#sec01 header H2 span,#sec02 header H2 span,#sec03 header H2 span,#sec04 header H2 span,#sec05 header H2 span,#sec06 header H2 span{
	font-size:0.6em;
	display:block;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 150px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.hotpepper_button{
	margin:70px 0px;
	padding: 2px;
	opacity:0;
}
.hotpepper_button img{
	width:500px;
}
/* SP */
@media screen and (max-width:599px) {
	.hotpepper_button{
		margin:30px 0px;
	}
	.hotpepper_button img{
		width:300px;
	}
}	

.isAnimate {
	opacity: 1;
	-webkit-animation: SlideIn 0.6s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation: SlideIn 0.6s ease-out;
	-moz-animation-iteration-count: 1;
	-ms-animation: SlideIn 0.6s ease-out;
	-ms-animation-iteration-count: 1;
}
@-webkit-keyframes SlideIn {
	0% {opacity: 0;transform:translateY(80px);}
	100% {opacity: 1;}
}
@-moz-keyframes SlideIn {
	0% {opacity: 0;transform:translateY(80px);}
	100% {opacity: 1;}
}
@-ms-keyframes SlideIn {
	0% {opacity: 0;transform:translateY(80px);}
	100% {opacity: 1;}
}




/* SEC01 CONCEPT
------------------------------------------------------------*/
#sec01{
	padding-top: 80px;
	margin-top:-40px;
}
@media only screen and (max-width: 799px){
	.concept{
		width: 90%;
		margin: 0 auto;
		padding:0px 0px 80px;
	}
}
@media only screen and (min-width: 800px){
	.concept{
		width: 60%;
		margin: 0 auto;
		padding:0px 0px 80px;
	}
}
.concept img{width:30%;}

/* SEC02 COLUMN
------------------------------------------------------------*/
#sec02{
	padding-top: 70px;
	margin-top:-40px;
}

#sec02 h2{
	padding: 20px 0 20px;
}

.column_area{
	clear:both;
	overflow:hidden;
	display:block;
	margin:10px 0px;
}
.thumb_image{
	width:30%;
	margin:0px 20px 20px 0px;
}
.column_title{
    background: url(image/line_t.gif) repeat-x bottom center #ee84b2;
    color: #fff;
    font-size: 12px;
    padding: 2px 0 2px 10px;
	margin:10px 0px 20px;
}
.column_title img {
    float: left;
    margin: 2px 10px 0px 0px;
	width:18px;
}
.column_info_area{
	display:flex;
}
.column_info_box_img{
	align-self: stretch;
	width:35%;
}
.column_info_box{
	width:60%;
	padding-left:20px;
	display:flex;
	flex-direction: column;
}
@media only screen and (max-width: 599px){
	.column_info_area{
		flex-direction: column;
	}
	.column_info_box_img{
		width:100%;
	}
	.column_info_box{
		width:100%;
		padding:0px;
	}
}
.column_info_box_noimage{
	width:100%;
	display:flex;
	flex-direction: column;
}
.column_info_title{
	width:100%;
}
.column_info_body{
	text-align:left;
}
.column_info_date{
	margin:auto 0 0;
	text-align:right;
}

.column_button_area{
	clear:both;
	width:100%;
	margin:70px auto;
	text-align:center;
	display:block;
}
.column_button{
	position: relative;
	width:220px;
	padding:3px;
	display: block;
    overflow: hidden;
    transition: all .25s ease-in-out .25s;
    margin: 0 auto;
	color:#FFF;
	text-align:center;
	font-size:90%;
	color:#FFF;
	cursor:pointer;
}
.column_button span {
	display: block;
	padding: 15px 30px;
	background:#c5708f;
	z-index: 100;
	position: relative;
	transition: all .25s ease-in-out .25s;
}
.column_button span::after{
	content:">>";
	margin-left:5px;
}

.column_button:before {
    top: -100%;
    left: -100%;
    content: "";
	width: 100%;
    height: 100%;
    position: absolute;
    background: #8ef0ff;
    transition: all .25s ease-in-out .5s;
}
.column_button:after {
    bottom: -100%;
    right: -100%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8ef0ff;
    transition: all .25s ease-in-out .5s;
}
.column_button:hover{
	color:#fff;
	opacity:0.7;
	transition: all ease-in-out .25s;
}

.column_button:hover:before {
	top: 0;
	left: 0;
	transition: all ease-in-out .25s;
}
.column_button:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .25s;
}


/* SEC03 MENU
------------------------------------------------------------*/
#sec03{
	padding-top: 80px;
	margin-top:-40px;
}
.wrap{
	clear: both;
	width: 100%;
	background: #2b2b2b;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}



@media only screen and (max-width: 799px){
	.menu_info{
		width: 90%;
		margin: 0 auto;
		padding:0px 0px 80px;
	}
}
@media only screen and (min-width: 800px){
	.menu_info{
		width: 60%;
		margin: 0 auto;
		padding:0px 0px 80px;
	}
}

.menu_box_wrap{
	display: flex;
    flex-wrap:wrap;
	width:100%;
	margin:0 auto;
	/* text-align:center; */
}
.menu_box{
	opacity:0;
	width:100%;
	padding:20px;
	margin:10px 0px;
	background: rgba(197,112,143,0.2);
}
.menu_field{
	display:flex;
	justify-content:center;
	margin:0 auto;
	padding:10px;
	width:75%;
	/* background: rgba(255,255,255,0.4); */
}
.menu_item{
	width:70%;
}
.menu_item img{
	width:13px;
	margin-right:3px;
}
.menu_price{
	width:30%;
	text-align:right;
}

/* SP */
@media screen and (max-width:599px) {
	.menu_field{
		width:95%;
	}
	.menu_item{
		font-size:80%;
	}
	.menu_price{
		font-size:80%;
	}
}


.isAnimate_left {
	opacity: 1;
	-webkit-animation: Slide_left 0.6s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation: Slide_left 0.6s ease-out;
	-moz-animation-iteration-count: 1;
	-ms-animation: Slide_left 0.6s ease-out;
	-ms-animation-iteration-count: 1;
}
@-webkit-keyframes Slide_left {
	0% {opacity: 0;transform:translateX(-70px);}
	100% {opacity: 1;}
}
@-moz-keyframes Slide_left {
	0% {opacity: 0;transform:translateX(-70px);}
	100% {opacity: 1;}
}
@-ms-keyframes Slide_left {
	0% {opacity: 0;transform:translateX(-70px);}
	100% {opacity: 1;}
}

.isAnimate_right {
	opacity: 1;
	-webkit-animation: Slide_right 0.6s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation: Slide_right 0.6s ease-out;
	-moz-animation-iteration-count: 1;
	-ms-animation: Slide_right 0.6s ease-out;
	-ms-animation-iteration-count: 1;
}
@-webkit-keyframes Slide_right {
	0% {opacity: 0;transform:translateX(70px);}
	100% {opacity: 1;}
}
@-moz-keyframes Slide_right {
	0% {opacity: 0;transform:translateX(70px);}
	100% {opacity: 1;}
}
@-ms-keyframes Slide_right {
	0% {opacity: 0;transform:translateX(70px);}
	100% {opacity: 1;}
}




/* SEC04 TICKET
------------------------------------------------------------*/
#sec04{
	padding-top: 80px;
	margin-top:-40px;
}
.sec04bg01{
	background: url(../images/couponBG01.png) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	padding:0px 0px 50px;
	/* color: #fff; */
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}
.sec04bg02{
	background: url(../images/couponBG02.png) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	padding:0px 0px 50px;
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}
.sec04bg03{
	background: url(../images/couponBG03.png) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	padding:0px 0px 50px;
	transition: 2.5s;
	-moz-transition: 2.5s;
	-webkit-transition: 2.5s;
}

.ticket_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;

}
.ticket_field span{
	width:100%;
	margin:10px auto;
	font-weight:700;
	text-align:center;
	font-size:120%;
	color:#c5708f;
	display:block;
}
.ticket_field{
	width:25%;
	padding:10px;
	margin:0px 10px;
	background: rgba(255,255,255,0.5);
	border:2px solid #FFF;
	border-radius:10px;
}
/* SP */
@media screen and (max-width:799px) {
	.ticket_field{
		width:100%;
		margin:10px 5px;
	}
}
.first_ticket_area{
	display: flex;
	justify-content:center;
	/* margin:0 auto; */
	width:100%;
}
.first_ticket{
	padding:30px 50px;
	margin:0px 5px;
	background: rgba(255,255,255,0.5);
	border:2px solid #FFF;
	border-radius:10px;
}

/* SEC05 METHOD
------------------------------------------------------------*/
/* .col4 li{
	margin-bottom: 50px;
}

.col4 img{
	max-width: 100%;
	display: block;
	margin: -5px auto 20px;
}
#sec04 header{
	padding-top:50px;
}

#sec04 li H2{
	font-size:17px;line-height:1.1em;
} */









/* SEC06 SHOP
------------------------------------------------------------*/
#sec06{
	padding-top: 80px;
	margin-top:-40px;
}

#sec06 dl{
	line-height: 1.2;
}

#sec06 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec06 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.2em;
}



#map{
	position: relative;
	padding-bottom: 100%;
	margin-bottom:30px;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}








/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 30px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  	a#menu{
		display:none;
	}	

	.menu_area{
		display: flex !important;
		align-items: flex-end;
	}
	.panel{
		display:block !important;
		flex-basis:75%;
		align-self: flex-end;
		/* display: flex !important; */
  		/* align-items: flex-end; */
	}

	#mainnav{
		position:fixed;
		padding-top:20px;
		top: 0;
		width:100%;
		/* height:150px; */
		z-index:500;
		background: rgba(255, 255, 255, 0.65);
		transition: 0.7s;
		-moz-transition: 0.7s;
		-webkit-transition: 0.7s;
	}
	.logo{
		flex-basis:25%;
	}

	#mainnav ul{
		text-align: right;
		padding:10px 30px 0px 0px;
	}

	#mainnav li{
		display: inline-block;
		padding: 0px 10px 0px;
		font-size: 14px;
		font-weight: 700;
	}
	
  	#mainnav a{
		color: #c5708f;
		display: inline-block;position: relative;overflow: hidden;text-decoration: none;
	}
	
	#mainnav .panel a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #c5708f;
		transform: translate(-100%, -300%);
		transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
		content: "";
	}
	  
	#mainnav .panel a:hover:after {
		transform: translate(0, -300%);
	}

	#mainnav.changeNav{
		padding-top:10px;
		height:60px;
		transition: 1.7s;
		-moz-transition: 1.7s;
		-webkit-transition: 1.7s;
	}
	#mainnav.changeNav .logo img{
		width:150px;
		transition: 1.7s;
		-moz-transition: 1.7s;
		-webkit-transition: 1.7s;
	}

	/* .mainnav_bg.changeNav_bg{
		height:85px;
		transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	} */

	#mainnav.changeNav li{
		/* padding: 0px 10px; */
	}

	/* SEC03 WRAPPING
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #2b2b2b;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC04 METHOD
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 20%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 COMPANY
	-----------------*/

	
  	#footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}

	.prod_box_2021 {
		opacity:0;
		position: relative;
		background: #191919;
		width: 100%;
		/* margin: 5px 5px; */
		padding: 10px 10px;
		text-align: center;
		display: flex;
		flex-direction: column;
		color: #FFF;
		text-decoration: none;
	}
}

@media only screen and (max-width: 599px){
	#header{
		position: relative;
		overflow:hidden;
		width:100%;
		height:0;
		/* (画像の高さ / 画像の横幅) × 100 */
		padding-top: 70%;
		/* background: url(../images/mainImg_sp.jpg) fixed; */
		/* background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		-webkit-background-size: contain; */
	}
	#slogan{
		/* top: 38%; */
	}
	#slogan h1{
		font-size: 20px;
		line-height:1.4em;
	}

	#slogan h2{
		font-size: 16px;
		line-height:1.4em;
	}
}

@media only screen and (max-width: 799px){
	#menuWrap{
		display:block;
		transition: 1.5s;
		-moz-transition: 1.5s;
		-webkit-transition: 1.5s;
	}
	.logo{
		display:block;
		top:0px;
		left:0px;
		position:fixed;
	}
	.logo img{
		width:180px;
		margin-top:10px;
		margin-left:10px;
		transition: 1.5s;
		-moz-transition: 1.5s;
		-webkit-transition: 1.5s;
	}
	#mainnav.changeNav .logo img{
		width:120px;
        transition: 1.5s;
		-moz-transition: 1.5s;
		-webkit-transition: 1.5s;
	}
	a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
		background: rgba(255, 183, 255, 0.6);
		transition: 1.5s;
		-moz-transition: 1.5s;
		-webkit-transition: 1.5s;
	}
	#mainnav.changeNav a#menu{
		margin: 5px 10px;
		transition: 1.5s;
		-moz-transition: 1.5s;
		-webkit-transition: 1.5s;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -8px;
  	background: #c5708f;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #c5708f;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		background: rgba(255, 255, 255, 0.65);
	}

	#mainnav ul{
		border-bottom: 1px solid rgb(131, 131, 131);
		background: rgba(209, 206, 208, 0.8);
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid rgb(61, 58, 61);
		color:#1e67c7;
		font-weight: 700;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
		max-width: 80%;
	}
	section h2 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 0px 0 20px 0;
	}
	#sec01 h2{
		padding: 20px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}


#page-top {
    display: block;
    z-index: 10000;
    text-indent: -200px;
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 55px;
    right: 3%;
    padding: 0;
    margin: 0;
    background: rgba(197,112,143,0.5) url(../images/return_top.png) no-repeat center;
    border: 1px solid #fff;
    animation-name: scroll;
    animation-duration: 1S;
    animation-fill-mode: forwards;
    cursor: pointer;
}

@media only screen and (max-width: 799px){
	.sp_only{
		display:block;
	}
}
@media only screen and (min-width: 800px){
	.sp_only{
		display:none;
	}
}

.sp340_only{
	display:none;
}
@media only screen and (max-width: 340px){
	.sp340_only{
		display:block;
	}
}

@media only screen and (max-width: 799px){
	.scroll_area {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 85%;
	}
	.scroll_area a {
		bottom: 0px;
		left: 50%;
		z-index: 1;
		display: inline-block;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size:80%;
		text-decoration: none;
		color: #FFF;
		padding-top: 60px;
	}
	.scroll_area a span {
		position: absolute;
		top: 0;
		left: 50%;
		width: 25px;
		height: 60px;
		margin-left: -10px;
		border: 2px solid #fff;
		border-radius: 50px;
		box-sizing: border-box;
	}
	.scroll_area a span::before {
		position: absolute;
		top: 5px;
		/* left: 0%; */
		content: '';
		width: 15px;
		height: 15px;
		margin-left: -2px;
		background-color: #fff;
		border-radius: 100%;
		-webkit-animation: sdb_sp 2s infinite;
		animation: sdb_sp 2s infinite;
		box-sizing: border-box;
	}



}

/*モーダルのスタイル
--------------------------------------------------------------------------*/
#modal0,#modal1,#modal2,#modal3,#modal4,#modal5,#modal6,#modal7,#modal8,#modal9{
	width: 400px;
	padding: 10px; 
	display:none;
	background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
@media only screen and (max-width: 799px){
	#modal0,#modal1,#modal2,#modal3,#modal4,#modal5,#modal6,#modal7,#modal8,#modal9{
		width:90%;
	}
}
.modal_close { position: absolute; top: 15px; right: 15px; display: block; width: 30px; height: 30px; background: url(../images/pop_btnClose_small.png); z-index: 2;
}
.modal_close:hover {
  background-position: 0 -30px;
}

#modal_body img{
	margin:0 auto;
	text-align:center;
}
.modal_body h2{
	padding:0px 0px;
	margin:0px 2px 5px 20px;
	text-align:left;
	color: #000;
	font-size:16px;
	font-weight:bold;
	text-shadow: 2px;
}
#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}


/* pagenation
--------------------------------------------------------------------------*/
#page ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: transparent;
	text-align: center;
}

#page ul.pageNav01 li {
	display: inline;
	margin: 0 10px;
	padding: 0;
}

#page ul.pageNav01 li a {
	display: inline-block;
	margin:50px 0px 10px;
	padding: 10px 30px;
	background: rgba(197,112,143,0.8);
	border: 1px solid rgba(197,112,143,1.0);
	text-decoration: none;
	vertical-align: middle;
	color:#FFF;
	font-size:90%;
}

@media only screen and (max-width: 399px){
	#page ul.pageNav01 li a {
		padding: 10px 10px;
	}
}

#page ul.pageNav01 li span {
	display: inline-block;
	color:#000;
	margin-bottom: 5px;
	margin-right:0px;
	padding: 10px 30px;
	background: rgba(197,112,143,0.5);
	border: 1px solid rgba(197,112,143,1.0);
	text-decoration: none;
	vertical-align: middle;
}

#page ul.pageNav01 li a:hover {
	background: rgba(197,112,143,0.2);
	border-color: rgba(197,112,143,1.0);
	color:#c5708f;
}




.bold{
	font-weight:bold;
}
.text75per {
    font-size: 75%;
}
.text80per {
    font-size: 80%;
}
.text85per {
    font-size: 85%;
}
.text90per {
    font-size: 90%;
}
.text110per {
    font-size: 110%;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}


footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .sns {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .sns li {
    background: none!important;
}
footer .sns li {
    background: none!important;
}
footer .sns li {
    margin: 0 5px;
}
.sns_icon {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.sns_icon a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.ico_hotpepperbeauty_footer img {
    max-width: 65%;
    max-height: 65%;
}
.ico_fb img {
    max-width: 55%;
    max-height: 55%;
}
.ico_x img {
    max-width: 55%;
    max-height: 55%;
}
.ico_insta img, .ico_line img {
    max-width: 60%;
    max-height: 60%;
}
.ico_hatena img {
    max-width: 50%;
    max-height: 50%;
}



/* PC */
@media screen and (min-width: 840px){
	.shareArea{
		position: fixed;
		bottom: 200px;
		right: 0;
		padding: 10px 15px;
		border-radius:5px;
		background: rgba(197,112,143,0.5);
		z-index: 10;
	}
	.shareArea .sns {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.shareArea .sns li {
		margin: 5px 0;
	}
	.sns_icon {
		width: 35px;
		height: 35px;
		border-radius: 5px;
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
	}
	.ico_tel{
		display:none;
	}
}
/* SP */
@media screen and (max-width:839px) {
	.shareArea{
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
		border-radius:5px;
		background: rgba(241, 133, 223, 0.7);
		width: 70%;
		/* max-width: 300px; */
		z-index: 10;
	}
	.shareArea .sns{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 5px auto;
	}
	.shareArea .sns li {
		margin: 5px;
	}
	.sns_icon {
		width: 35px;
		height: 35px;
		border-radius: 5px;
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
	}
	.ico_tel{
		display:block;
	}
}

.shareArea.sns_icon a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ico_fb img,.ico_x img {
    max-width: 55%;
    max-height: 55%;
}
.ico_line img {
    max-width: 60%;
    max-height: 60%;
}
.ico_hatena img {
    max-width: 50%;
    max-height: 50%;
}
.ico_hotpepperbeauty img.icon_def,.ico_tel img,.ico_mail img  {
    max-width: 65%;
    max-height: 65%;
}

.ico_hotpepperbeauty {
	position:relative;
	background: #AE2F5B;
}
.ico_tel {
    background: #ee8138;
}
.ico_mail {
    background: #d852bb;
}
.ico_fb {
    background: #3b5999;
}
.ico_x {
    background: #000;
}
.ico_line {
    background: #00b900;
}
.ico_hatena {
    background: #00a4de;
}






.isAnimate_slideup {
	opacity: 1;
	-webkit-animation: SlideUp 0.5s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation: SlideUp 0.5s ease-out;
	-moz-animation-iteration-count: 1;
	-ms-animation: SlideUp 0.5s ease-out;
	-ms-animation-iteration-count: 1;
}

@-webkit-keyframes SlideUp {
	0% {opacity: 0;transform:translateY(100px);}
	100% {opacity: 1;}
}
@-moz-keyframes SlideUp {
	0% {opacity: 0;transform:translateY(100px);}
	100% {opacity: 1;}
}
@-ms-keyframes SlideUp {
	0% {opacity: 0;transform:translateY(100px);}
	100% {opacity: 1;}
}

/* マウスホバーでサムネイル画像拡大 */
img.imgpan {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
img.imgpan:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor:pointer;
}



#splash {
	/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	/* background:#c8aca9; */
	/* background:#FFF; */
	text-align:center;
	color:#FFF;
	background: url(../images/splash_bg2.jpg) fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
}
#splash_top{
	position: absolute;
	top:0;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top:35%;
	/* bottom:50%; */
	left:0;
	right:0;
	/* transform: translate(-50%, -50%); */
}
/* PC */
@media screen and (min-width:600px) {
	#splash_logo {
		top:40%;
	}
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:100%;
	
}



