@charset "UTF-8";

body.fixed {
        position: relative;
        width: auto;
        height: auto;
}

#shopHeader{
	background-color: #ffffff;
	width: auto;
	padding:2% 4%;
	position: relative;
	line-height: 1.5;
}

#shopContents{
	padding: 5px 0;
}

.aera_Img {
	padding: 1px 3px;
	border-radius:3px;
	color:#ffffff;
	font-size:11px;
	font-weight: normal;
	text-align:center;
	height: 12px;
	line-height: 13px;
}
.pref_1{background-color:#4cc0fd;}
.pref_4{background-color:#4cc0fd;}
.pref_11{background-color:#fe88dc;}
.pref_13{background-color:#ff4d4d;}
.pref_14{background-color:#fe88dc;}
.pref_23{background-color:#31b13a;}
.pref_26{background-color:#7961dd;}
.pref_27{background-color:#7961dd;}
.pref_28{background-color:#7961dd;}
.pref_34{background-color:#7961dd;}
.pref_40{background-color:#45bbaf;}
.pref_45{background-color:#43BDAE;}
.pref_47{background-color:#43BDAE;}



#shopNm{
	font-size: 18px;
	width: 96%;
	line-height: 1.5;
}


#sheepBtn a{
	border: 1px solid #FFCB76;
	position: absolute;
	line-height: 1.2;
	font-size:1em;
	width: auto;
	top: 4%;
	right: 4%;
	display: block;
	padding: 1%;
	color: #ffffff;
	text-align: center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: -moz-linear-gradient(center bottom, #ffa110 0%,#ff7607 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffa110),color-stop(1, #ff7607));
}

.btnPlayNav {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
}

.btnPlayNav img{
	max-width: 100%;
}

#shopNav{
	width: 90%;
	margin: 20px auto 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d6af68;
}

/* #shopFooter{
	border-top: 3px solid #000000;
} */

#shopNav li:first-child{
	border-top-right-radius: 10px;
	border-top-left-radius:10px;
}

#shopNav li:last-child{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
}

#shopNav li{
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #d6af68;
	background: -moz-linear-gradient(center bottom, #fffbf3 0%,#fff2da 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fffbf3),color-stop(1, #fff2da));
}

#shopNav li.off{
	background: -moz-linear-gradient(center bottom, #d7d7d7 0%,#d7d7d7 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d7d7d7),color-stop(1, #d7d7d7));
	color: #ffffff;
	border: 1px solid #d2d2d2;
}


#shopNav li:last-child {
  border-bottom: none;
}

#shopNav li a,#shopNav li span {
  color: #000000;
  display: block;
  font-size: 1.17em;
  height: 100%;
  position: relative;
}

#shopNav li span{
	color: #ffffff;
}


#shopNav li.nav01 a{background: url(../img/shop_v2/nav01.png) no-repeat 5% center;background-size: 27px 23px;}
#shopNav li.nav02 a{background: url(../img/shop_v2/nav02.png) no-repeat 5% center;background-size: 27px 23px;}
#shopNav li.nav02 span{background: url(../img/shop_v2/nav02_off.png) no-repeat 5% center;background-size: 27px 23px;}

#shopNav li.nav03 a{background: url(../img/shop_v2/nav03.png) no-repeat 5% center;background-size: 27px 23px;}
#shopNav li.nav04 a{background: url(../img/shop_v2/nav04.png) no-repeat 5% center;background-size: 27px 23px;}
#shopNav li.nav05 a{background: url(../img/shop_v2/nav05.png) no-repeat 5% center;background-size: 27px 23px;}

#shopNav li.nav06 a{background: url(../img/shop_v2/nav06.png) no-repeat 5% center;background-size: 27px 23px;}
#shopNav li.nav06 span{background: url(../img/shop_v2/nav06_off.png) no-repeat 5% center;background-size: 27px 23px;}

#shopNav li.nav07 a{background: url(../img/shop_v2/nav07.png) no-repeat 5% center;background-size: 27px 23px;}
#shopNav li.nav07 span{background: url(../img/shop_v2/nav07_off.png) no-repeat 5% center;background-size: 27px 23px;}

.subTtl{
	background-color: #000000;
	line-height: 24px;
	padding: 2%;
	width: auto;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 10px;
}

.arrow_a,.arrow_a li{
	display: block;
	position: relative;
}



.arrow_a a:after,.arrow_a li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(45deg);
}

.accessBox iframe {
  width: 100%;
  height: 100%;
}


.btnPlayNav a{
	display: block;
	border-radius: 10px;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background:  #ff0000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
}


.btnPlayNav a::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  top: 20px;
  left: 10px;
}

.btnPlayNav.withTel a{
	height: auto;
	line-height: 1.5;
	padding:10px 0;	
}

.btnPlayNav.withTel a::before {
	top:30px;
}

.btnPlayBox img{
	max-width: 70%;
	margin: 10px auto;
	display: block;
}

.listTable td a {
	color: #00f!important;
    text-decoration: underline!important;
}

.todaySch time {
	font-size: 70%!important;
}




/*--- js-modal ---*/

.modal-open{
	cursor: pointer;
}

.modal-open:hover{
	opacity: 0.7;
}



.modal {
    display: none;
    /*visibility: hidden;*/
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.modal.open {
    /*display: none;*/
    visibility: inherit;
    height: 100vh;
    z-index: 1050;
}

.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%,-50%);
  width: 90%;
  height: 50%;
  background: #fff;
  border-radius: 50px;
  border: 10px solid #000;
  padding: 60px 0 0;
}

.btnClose {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  float: right;
  margin-right: 4px;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
}

.btnClose span {
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #ccc;
    transition: all 0.2s ease-out;
    top: 20px;
}

.btnClose span:nth-of-type(1){
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);	
}

.btnClose span:nth-of-type(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



.innerBox{
	width: 98%;
	margin: 0 auto 10px;
}

.shopnNm{
	width: auto;
	text-align: center;
	margin: 0 auto 10px;
}



.fanMsg{
	background-color: #ff0000;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
	text-align: center;
	padding: 4% 0;
	font-size: 13px;
}
/*
.fanMsg span{
	font-size: 1em;
}
*/

#reserveList{
	width: 100%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
}

#reserveList li{
	width: 76%;
	margin: 0 auto;
}

#reserveList li a{
	display: block;
	pointer-events: auto;
	z-index: 9999;
}


#reserveList li img{
	width: 100%;
}



/******************** coupon **********************/

#couponBox{
	width: auto;
	background-color: #000000;
	padding: 4% 2%;
	text-align: center;
}

.ttlImg img{
	max-width: 100%;
}


.couponInfo{
	width: auto;
	padding: 2%;
	position: relative;
	background: -moz-linear-gradient(center bottom, #ffe87a 0%,#ffde41 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe87a),color-stop(1, #ffde41));
}

.couponAttenton{
	color: #ffffff;
	font-size: 12px;
	padding: 2px 0;
}

.couponDetail{
	border: 1px solid #d7d7d7;
	border-top: none;
	width: auto;
}

.couponInfoTtl{
	line-height: 1.5;
	padding-bottom: 1%;
	font-size: 13px;
}