﻿@charset "EUC-JP";
@import url('../../../../css-8');

/*////////// ??Reset [html5]?? //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit;}
a{margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';	content: none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
button{ border:none; background:none; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
.clear{clear:both;}
/*////////// ??Reset [html5]?? //////////*/

body{
	color: #000;
	background: #fff;
	font-family: "Verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "?????���?", "YuGothic", "????", sans-serif;
	margin: 0px auto;
	min-width: 600px;
	height: auto;
	width: 100%;
	overflow-x: hidden;
} 
html, body {
	height: 100%;
}
* html body{  
    overflow: hidden;  
}  

/*////////// ?? ??? ?? //////////*/

a img{
	border:none;
	text-decoration:none;
}
a:link{
	color: #313131;
	text-decoration: none;
}
a:visited{
	color: #313131;
	text-decoration: none;
}
a:focus{
	outline:none;
	color: #000;
	text-decoration:none;
}
a:hover{
}
.main-nav a:link , .RoundedBtn a:link , .accordion a:link , #mainNewfaceSection a:link{
	text-decoration:none;
}

/*////////// ?? ??? ?? //////////*/


/*////////// ?? ???? ?? //////////*/

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

.fontFigure {font-family: "Cinzel", "Crimson Text", "???????��� ProN W3", "Hiragino Mincho ProN", "????���", "YuMincho", "HG??���E", "??? ????���", "??? ??���", serif;}
.fontGothic {font-family: "?????���?", "YuGothic", "Hiragino Kaku Gothic Pro", "????", sans-serif;}
.fontMincho {font-family: "????���", "YuMincho", "???????��� ProN W3", "Hiragino Mincho ProN", "HG??���E", "??? ????���", "??? ??���", serif; }

p{
	font-family: "?????���?", "YuGothic", "Hiragino Kaku Gothic Pro", "????", sans-serif; 
	font-size: 1em;
	letter-spacing: 1.5px;
	line-height: 26px;
	color: #313131;
}
.center {text-align:center;}
.right {float:right;}
.left {float:left;}
.pink {color:#ff2361;}
.red {color:#cd0000;}
.blue{color:#00b4c8;}
.grey {color:#666;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}
.m-center {margin: 0 auto; }
.tright {text-align: right;}

.delay {
    opacity: 0;
    transition: opacity .3s ease;
}
.delay.visible {
    opacity: 1;
}
#page-select{
	width: 96%;
	max-width: 1180px;
	min-width: 754px;
	margin: 10px auto 30px;
}
#page-select div{
	margin: 0 8px;
}
#page-select #prev{
	float: left;
}
#page-select #next{
	float: right;
}
.button-box{
	width: 308px;
	margin: 12px auto 20px;
}
.button-shine {
	width: 274px;
	height: 52px;
	line-height: 52px;
	letter-spacing: 0.2em;
	padding: 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.button-box a,
.button-box .button{
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.button {
	color: #000;
	border: 2px solid #fff;
	padding: 2px 2px;
	position: relative;
}
.change-border::after,
.change-border::before,
.change-border__inner::after,
.change-border__inner::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.change-border::after {
	height: 2px;
	left: -2px;
	top: -2px;
	width: 0px;
}
.change-border::before {
	bottom: -2px;
	height: 2px;
	right: -2px;
	width: 0px;
}
.change-border__inner::after {
	bottom: -2px;
	height: 0px;
	left: -2px;
	width: 2px;
}
.change-border__inner::before {
	height: 0px;
	right: -2px;
	top: -2px;
	width: 2px;
}
.change-border:hover::after,
.change-border:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}
.change-border:hover .change-border__inner::after,
.change-border:hover .change-border__inner::before {
	height: 100%;
	height: calc(100% + 2px);
}
span.change-border__inner{
	font-size: 1.2em;
	letter-spacing: 4px;
	line-height: 52px;
}

span.small-letter{font-size: 0.7em;}

.listFade{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
	transition: .3s;
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
	transform: translate(0,5px);
	opacity: 0;
}
.fadeIn{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.tablelist{
	display: table;
	width: 80%;
	max-width: 1180px;
	margin: 0 auto;
}
.tablelist .tablerow{
	display: table-row;
}
.tablelist .tablerow li,
.tablelist .tablerow dt,
.tablelist .tablerow dd
{
	display: table-cell;
}
/*////////// ?? ???? ?? //////////*/

/*////////// ?? index / ?????????? ?? //////////*/

#index header {
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 50px;
	background-position: top center;
	background-repeat:  repeat-y;
}
#enter-container{
	text-align: center;
	position: relative;
	top: 12%;
}
#enter-container h1{
	width: 80%;
	max-width: 680px;
	margin: 0 auto 60px;
	padding-top: 100px;
}
#enter-container h1 img{
	width: 100%;
}
#enter-container ul#enterbtn{
	position: relative;
	margin: 0 auto 50px;
}
#enter-container ul#enterbtn li{
	background-color: rgba(80,80,80,.4);
    position: relative;
    z-index: 1000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#enter-container ul#enterbtn li:hover{
	opacity: 0.5;
}
#enter-container ul#enterbtn li a {
	display: block;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
}
#enter-container ul#enterbtn svg {
	margin-top: 10px;
	width: 100%;
	height: 48px;
}
#enter-container ul#enterbtn span {
	line-height: 28px;
	vertical-align: middle;
	z-index: 900;
}

/************* ????????????? ************/
ul#enterbtn.btn-circle{
	width: 600px;
}
ul#enterbtn.btn-circle li{
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
}
ul#enterbtn.btn-circle li:first-child{
	float: left;
}
ul#enterbtn.btn-circle li:nth-child(2){
	float: right;
}
#enter-container ul#enterbtn.btn-circle svg {
	width: 48px;
}
#enter-container ul#enterbtn.btn-circle span {
	position: absolute;
	left: 0;
	right: 0;
	top: 64px;
}

/************* ????????????? ************/
ul#enterbtn.btn-square{
	width: 380px;
}
ul#enterbtn.btn-square li{
	width: 380px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 24px;
}

/************* ?????????????? ************/
ul#enterbtn.btn-kadomaru{
	width: 380px;
}
ul#enterbtn.btn-kadomaru li{
	width: 380px;
	height: 80px;
	line-height: 80px;
	border-radius: 12px;
	margin-bottom: 24px;
}

#enter-container ul.tablelist{
	width: 100%;
	max-width: 1180px;
}
#link-container{
	width: 100%;
	min-height: 20%;
	padding: 0px 0 14px;
}
#link-container h2{
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
#link-container ul{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 10px;
}
#link-container ul li{
	text-align: center;
    width: 200px;
    height: 70px;
	float: left;
	margin: 0 6px 8px 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 1;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#link-container ul li:hover{
	opacity: 0.75;
}
#link-container ul li img{
	width: 100%;
}
#link-container ul li span{
	font-size: 12px;
	width: 100%;
}
.enter-freespace{
	text-align: center;
	width: 100%;
	padding: 20px 0;
}
.enter-freespace table{
	margin: 0 auto;
}

/*////////// ?? index / ?????????? ?? //////////*/

/*////////// ?? top / ??���????? ?? //////////*/

/************* Header / ??���??? ************/

header{
	width: 100%;
	position: relative;
}
h1#headerCover{
	margin-bottom: -3px;	
}
header#top #h1-container{
	width: 100%;
	min-width: 980px;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
header#top #h1-container h1{
	height: 100px;
}
header#top #h1-container h1 img{
	height: 100%;
}
header#top ul#shopinfo{
	width: 540px;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 10px;
}
header ul#shopinfo li{
	letter-spacing: 1px;
	vertical-align: top;
}
ul#shopinfo li#tel{
	font-size: 1.4em;
}
ul#shopinfo li#open{
	font-size: 1.4em;
}
header ul#shopinfo li span{
	padding-right: 4px;
}

/************* /Header / ??���??? ************/

/************* Navigation / ??????????? ************/

#header-navi {
	display: none;
}
.headerNavi{
	width: 100%;
	height: 80px;
}
.headerNavi nav#side-navi{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
nav ul#gnavi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
nav ul#gnavi li{
	font-size: 1em;
	letter-spacing: 1.5px;
	text-align: center;
	cursor: pointer;
	line-height: 10px;
	height: 80px;
	display: flex;
	align-items: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
nav ul#gnavi li a{
	line-height: 22px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
nav ul#gnavi li a:hover{
	opacity: 0.75;
}
nav ul#gnavi li span{
	white-space: nowrap;
}
nav ul#gnavi li a::after {
    content: " ";
    backface-visibility: hidden;
    color: rgba(60,60,40,1);
    border: 1px solid rgba(0,0,0,0);
    bottom: -8px;
    display: block;
    position: relative;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    width: 0;
	margin: 0 auto;
}
nav ul#gnavi li:hover a::after{
	backface-visibility: hidden;
	border-color: rgba(255,255,255,0.8);
	-webkit-transition: width 350ms ease-in-out;
	-moz-transition: width 350ms ease-in-out;
	-o-transition: width 350ms ease-in-out;
	-ms-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 90%;
}
nav ul#gnavi li .gnavi-ja{
	display: inline-block;
	font-family: "?????���?", "YuGothic",  "Hiragino Kaku Gothic Pro", "????", sans-serif;
	font-size: 0.7em;
	letter-spacing: 1.5px;
	white-space: nowrap;
}
nav ul#gnavi li ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
	background: rgba(255,75,143,0.7);
	padding: 10px;
}
nav ul#gnavi li ul.child li{
	display: block;
	width: 140px;
	font-size: 0.7em;
	text-align: center;
	border-bottom: solid 1px #fff;
    padding: 10px 28px 8px;
    color: #fff;
}
nav ul#gnavi li ul.child li a{
    color: #fff;
}
nav ul#gnavi li ul.child li::after {
    backface-visibility: hidden;
    color: rgba(60,60,40,1);
    border: 2px solid rgba(0,0,0,0);
    bottom: -9px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 0;
}
nav ul#gnavi li ul.child li:hover::after{
	backface-visibility: hidden;
    border: 2px solid rgba(255,255,255,1);
	-webkit-transition: width 350ms ease-in-out;
	-moz-transition: width 350ms ease-in-out;
	-o-transition: width 350ms ease-in-out;
	-ms-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}

/************* /Navigation / ??????????? ************/

/************* bread crumb / ???? ************/
#breadcrumContainer {
	width: 100%;
	border-bottom: 1px solid #b0b0b0;
	position: relative;
}
.breadcrumbs{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumbs span{
	line-height: 36px;
	letter-spacing: 2px;
	margin: 0 4px;
}
/************* /bread crumb / ???? ************/

main{
	display: block;
	width: 100%;
 	height: auto;
    position: relative;
	z-index: 1;
}
.contentsBG,
.contentsBGfixed{
	width: 100%;
	max-width: 1200px;
	padding-bottom: 50px;
	margin: 0 auto;
}
.contents{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contents section{
	margin-bottom: 50px;
}
.contents-title{
	text-align: center;
	padding-top: 18px;
}
.contents-title h2{
	font-size: 2.6em;
	letter-spacing: 1px;
	line-height: 46px;
	padding-top: 6px;
	position: relative;
}
.contents-title h2 span::after{
	content: "";
	width: 32px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
	margin: auto;
}
.contents-title h2 span.small-letter{
	font-size: 0.4em;
	letter-spacing: 4px;
}

/************* free / ?????????? ************/

.free{
	text-align: center;
}
.free img{
	max-width: 100%;
}

/************* free / ?????????? ************/

/************* info / ??????��?????????? ************/

#top-info{
	margin: 0 auto 50px;
}
.info-slider{
	width: 100%;
	position: relative;
}

/************* info / ??????��?????????? ************/

/************* castlist / ???��??���??? ************/

ul.cast-list{
	width: 100%;
	height: auto;
	min-height: 140px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
ul.cast-list li.profile{
	width: calc(100% / 6 - 2px);
	height: auto;
	margin: 0px 1px 10px;
	position: relative;
	overflow: hidden; 
}
@media screen and (max-width: 1480px){
	ul.cast-list li.profile{
		width: calc(100% / 5 - 2px);
	}
}
@media screen and (max-width : 1180px ){
	ul.cast-list li.profile{
		width: calc(100% / 4 - 2px);
	}
}
ul.cast-list li img.thum{
	width: 100%;
	height: 100%;
}
ul.cast-list li figure{
	position: relative;
	margin-bottom: -3px;
}
/*
ul.cast-list li figure::after,
ul.cast-list li figure::after,
.thumBox::after{
    content: "";
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.9));
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.9));
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.9), rgba(255,255,255,0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.9)));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0.9)', GradientType=0)";
    width: 100%;
    height: 200px;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: 10;
}
*/
ul.cast-list li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top-newcast .thumBox::before{
	bottom: 0px;
}
.thum{
	position: relative;
	overflow: hidden;
}
.thum a::before,
ul.cast-list li a figure::before{
	content: "";
	width: 300%;
	height: 200%;
	position: absolute;
	top: -190%;
	right: -250%;
	opacity: 0.3;
	z-index: 120;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.thum a:hover::before,
ul.cast-list li a figure:hover::before{
	top: 0%;
	right: 10%;
	opacity: 0.4;
}
.thum a::after,
ul.cast-list li a figure::after{
	content: "";
	width: 300%;
	height: 200%;
	position: absolute;
	top: 110%;
	left: -230%;
	opacity:1;
	z-index: 120;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.thum a:hover::after,
ul.cast-list li a figure:hover::after{
	top: -100%;
	left: -10%;
	opacity: 0.4;
}
ul.cast-list li .thum-over{
	position: absolute;
	top: 100%;
	left: 20%;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
	opacity: 0;
	z-index: 300;
}
ul.cast-list li:hover .thum-over{
	z-index: 300;
    -moz-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
	opacity: 1;
}
ul.cast-list li .thum-over p{
	color: #fff;
	font-size: 1.8em;
	text-align: right;
	line-height: 40px;
	position: absolute;
	top: 10px;
	right: -300px;
	padding-top: 2%;
	z-index: 300;
}
ul.cast-list li:hover .thum-over p{
	right: -220px; 
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
ul.cast-list li .thum-over::after{
	content: "";
	width: 600px;
	height: 240px;
	background-color: rgba(228, 4, 36,0.85);
	position: absolute;
	left: -800px;
	top: 0;
}
ul.cast-list li:hover .thum-over::after{
	left: -220px; 
	top: 0;
	-moz-transition: all 900ms ease-in-out;
	-webkit-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	-ms-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}
ul.cast-list li figcaption{
	width: 100%;
	bottom: 12px;
	z-index: 100;
	margin: 8px auto 4px;
}
figcaption p {
    color: #1e1e1e;
    font-size: 1em;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}
ul.state{
	position: absolute;
	z-index: 100;
	bottom: 8px;
	left: 4px;
}
ul.state li{
    font-size: 0.8em;
    letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-right: 3px;
	margin-bottom: 6px;
}
ul.state li span{
	padding: 0px 10px;
}
ul.state li img{
	margin-bottom: -5px;
}
.icon-new {
	color: #fff;
	background-color: rgba(255,55,110,0.8);
}
.icon-today {
	color: #fff;
	background-color: rgba(0,50,255,0.8);
}
.icon-rank {
	color: #fff;
	background-color: rgba(60,180,205,0.8);
}
p.name {
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 3px;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
p.size {
    font-size: 0.9em;
}
.thisSchedule{
	position: relative;
	width: 100%;
	margin-bottom: 1px;
	z-index: 130;
}
.thisSchedule p.time{
	background-size: 100%;
	padding: 1px 0 1px 12px;
	margin-left: 0;
}
.thisSchedule .timer{
	font-size: 0.85em;
	margin-left: 4px;
	padding: 1px 0 1px 12px;
}
ul.tag{
	width: 100%;
	position: relative;
	z-index: 130;
}
ul.cast-list li ul.tag{
	height: 50px;
}
ul.tag li{
	font-size: 12px;
	text-align: center;
	width: 44%;
	width : -webkit-calc(50% - 13px) ;
	width : calc(50% - 13px) ;
	float: left;
	border: 1px solid #666;
	padding: 0.1% 5px;
	margin: 1px 0;
	overflow: hidden;
	text-overflow: "";
	white-space: nowrap;
}
ul.tag li.icon-img {
	border: none;
	margin: 0;
}
ul.tag li.icon-img > img {
	width: 100%;
	max-width: 120px !important;
	max-height: unset !important;
}
ul.tag li:nth-child(odd){
	margin-right: 2px;
}
.add-marquee{
	padding: 0 4px 0;
}
ul.cast-list li svg.twitter,
.thum svg.twitter {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 130;
}
svg.twitter path{
	fill: #1DA1F2;
}

ul.cast-list li .room-box + a svg.twitter {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 52px;
	left: 6px;
	z-index: 130;
}

/************* /castlist / ???��??���??? ************/

/************* topics / ??????? ************/

#topics .topics-container{
	width: calc(100% - 120px);
	max-width: 1180px;
	min-width: 754px;
	margin: 10px auto 30px;	
	padding: 40px;
	border-collapse: separate;
	border-spacing: 24px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.topics-container .thum{
	width: 32%;
	min-width: 300px;
	max-width: 360px;
	margin-right: 20px;
}
.topics-container .thum figure{
	position: relative;
	margin-bottom: -8px;
}
.topics-container .thum img{
	width: 100%
}
#topics ul#topics-wrapper .topics-container,
#topics ul#topics-wrapper .topics-container .textBox {
	max-height: none;
}
.topics-container .textBox h3{
	font-size: 1.4em;
	margin-bottom: 14px;
	text-align: center;
}
.topics-container .textBox p{
	text-align: center;
}
.topics-container .textBox p.date{
	margin-bottom: 6px;
}
p.comment{
	font-size: 12px;
}
#topics-accoordion {
	margin-bottom: 20px;
}
.acd-check{
    display: none;
}
.acd-label{
	border: 1px solid #333;
	background: rgba(255,255,255,0.1);
	display: block;
	margin-bottom: 1px;
	padding: 20px;
	position: relative;
	cursor: pointer;
}
.acd-label:after{
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	position: absolute;
	right: 24px;
	top: calc(50% - 14px);
	font-size: 30px;
}
.acd-label h3 {
	width: calc(100% - 36px);
}
.acd-content{
	border: 1px solid #333;
	display: none;
	align-items: flex-start;
	justify-content: center;
	height: 0;
	opacity: 0;
	padding: 0 30px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.acd-content img {
	width: 32%;
	min-width: 300px;
	max-width: 360px;
	max-height: 480px;
	margin-right: 20px;	
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
	font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 30px;
	margin-bottom: 2px;
	margin-top: -2px;
	display: flex;
}

/************* /topics / ??????? ************/

/************* diary / ???????????? ************/

#diary ul{
	width: 100%;
	min-width: 754px;
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
}
#diary ul li.blog-container{
	width: calc(50% - 68px);
	height: auto;
	margin: 7px 4px;
	padding: 28px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border: solid 1px;
}
#diary ul li.blog-container a{
	display: flex;
	justify-content: center;
	align-items: center;
}
#diary ul li.blog-container.personal-blog{
	height: 492px;
}
#diary ul li.blog-container:hover:not(.personal-blog){
	opacity: .65;
}
.box-border{
	border: 2px solid #000;
}
#diary ul li.blog-container .thum{
	max-width: 180px;
	max-height: 250px;
	overflow: hidden;
	float: left;
}
#diary ul li.blog-container .thum img,
article .thum img{
	width: 100%;
}
#diary ul li.blog-container .textBox{
	width: -webkit-calc(100% - 196px);
	width: calc(100% - 196px);
	max-height: 250px;
	overflow: hidden;
	margin-left: 16px;
	float: left;
}
#diary ul li.blog-container.personal-blog .thum{
	float: none;
}
#diary ul li.blog-container.personal-blog .textBox{
	width: 100%;
	max-height: 480px;
	overflow-y: auto;
}
p.date {
	font-size: 12px;
	letter-spacing: 4px;
}
#diary .textBox time{
	display:block;
	text-align: left;
}
#diary .textBox p{
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	width: 100%;
	padding: 0;
	margin: 8px 0 12px;
}
#diary h3{
	font-size: 1.4em;
	letter-spacing: 4px;
	margin: 30px auto 20px;
}
#diary h3 > a{
	display: inline-block;
	padding: 0.6em 1em;
	border: solid 1px;
}
article.diary-detail{
	width: 94%;
	max-width: 1080px;
	margin: 40px auto;
}
article.diary-detail .thum{
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin: 30px 0;
}
article.diary-detail h4{
	font-size: 22px;
	line-height: 37px;
	margin: 12px 0;
}
#diary article.diary-detail h4{
	font-size: 22px;
	line-height: 37px;
	margin: 12px 0;
}

#diary article.diary-detail .box{
	display: flex;	
}

#diary article.diary-detail .text{
	margin: 30px;
}
#diary ul li.blog-container .textBox .text img{
	max-width: 100%;
}

#diary #page-select {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
}

/************* /diary / ???????????? ************/

/************* schedule / ?�ا�??? ************/

ul#total{
	width: 600px;
	margin: 10px auto 20px;
}
ul#total li{
	text-align: center;
	width: 290px;
	float: left;
	padding: 4px 0;
	opacity: 1;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
ul#total li:hover{
	opacity: 0.8;
}
ul#total li:first-child{
	margin-right: 20px;
}
ul#total li span{
	font-size: 1.4em;
	padding: 0 6px;
}
ul#total li a{
	display: block;
}
/************* /schedule / ?�ا�??? ************/

/************* newface / ??????? ************/

ul#newface-wrapper{
	width: calc(100% - 2px);
	min-width: 754px;
	margin: 10px auto 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
ul#newface-wrapper>li{
	width: 49%;
}
ul#newface-wrapper>li:first-child,
ul#newface-wrapper>li:nth-child(odd){
	margin-right: auto;
}
#newface .newface-container{
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#newface .newface-container .thum{
	width: 50%;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
}
#newface .newface-container .thum figure{
	position: relative;
	margin-bottom: -8px;
}
#newface .newface-container .thum img{
	width: 100%
}
#newface .newface-container .textBox{
	width: 50%;
	margin-right: 10px;
}
#newface .newface-container .textBox ul.tag{
	margin-bottom: 12px;
}
#newface .newface-container p.date{
	font-size: 0.85em;
	letter-spacing: 3px;
	line-height: 14px;
	margin-bottom: 12px;
}
#newface .newface-container .textBox ul.state{
	position: relative;
	bottom: 0;
	left: 0;
	margin-bottom: 6px;
}
#newface .newface-container .textBox ul.tag{
	margin-bottom: 12px;
}
#newface .newface-container .comment{
	max-height: 232px;
	overflow: auto
}
@media screen and (max-width: 1180px){
	ul#newface-wrapper>li{
		width: 100%;
		float: none;
	}
	#newface .newface-container .textBox {
		float: left;
		margin-left: 20px;
	}
}

/************* /newface / ??????? ************/

/************* Ranking / ???? ************/

#top-ranking .ranking-slider{
	width: 100%;
	position: relative;
	margin: 10px auto 20px;
}
#top-ranking .flickity-page-dots{
	display: none;
}
#top-ranking .ranking-slider .gallery-cell{
	position: relative;
}
#top-ranking .ranking-slider .gallery-cell .ranking-box a{
	width: 100%;
	height: 100%;
	display: block;
	margin-bottom: -8px;
}
#top-ranking .ranking-slider .gallery-cell .ranking-data{
	color: #000;
	width: 100%;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
	z-index: 11;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number{
	font-size: 1.4em;
	letter-spacing: 8px;
	text-align: center;
	color: #fff;
	background: #000;
	width: 100%;
	height: 32px;
	position: relative;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number::after{
	content: "";
	width: 356px;
	height: 28px;
	background-image: url(../images/rankBG-1.png);
	position: absolute;
	top: 2px;
	left: 2px;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number.rank1{
	background-color: #89760e;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number.rank2{
	background-color: #918f82;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number.rank3{
	background-color: #987b3d;
}
#top-ranking .ranking-slider .gallery-cell .ranking-number span{
	font-size: 1.2em;
	padding-left: 4px;
}
#top-ranking .ranking-slider .gallery-cell ul.state {
	position: absolute;
	left: 14px;
	bottom: 0;
}
#top-ranking .ranking-slider .gallery-cell .ranking-box p{
	line-height: 22px;
	margin-left: 14px;
}

/************* / Ranking / ???? ************/

/************* recommended / ??���????���? ************/

#recommend ul.cast-list {
    max-width: 1120px;
  	display:flex;
	justify-content: center;
	align-items: flex-start;
}
#recommend ul.cast-list li.profile {
	width: calc(100% / 3 - 2px);
}

/************* /recommended / ??���????���? ************/

/************* livechat / ????????���?&??????????? ************/

ul#chat-container li{
	text-align: center;
}
.other-contents .tablelist{
	border-collapse: separate;
	border-spacing: 6px 10px;
	width: 880px;
	margin: 0 auto 50px;
} 
.other-contents ul li iframe{
	width: 100%;
	margin: 0 auto;
}

/************* /liveChat / ????????���?&??????????? ************/

/************* top-dtown / ????????? ************/

#top-dtown {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

/************* /top-dtown / ????????? ************/

/************* access / ???????? ************/

.map-container {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

/************* /access / ???????? ************/

/************* contents / ??????�����?? ************/

#contents-banner{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 20px;
	border-collapse: separate;
	border-spacing: 2px 0;
}
#contents-banner ul{
	width: 100%;
 	height: auto;
	margin: 0 auto;
	position: relative;
}
#contents-banner.box1{
	max-width: 320px;
}
#contents-banner.box2{
	max-width: 630px;
}
#contents-banner.box3{
	max-width: 940px;
}
#contents-banner.box4{
	max-width: 1250px;
}
#contents-banner ul li.contents-box{
	position: relative;
	width: 310px;
	height: 180px;
	overflow: hidden;
}
#contents-banner ul li.contents-box a{
	display: block;
	width: 100%;
	height: 100%;
}
#contents-banner ul li.contents-box p{
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 36%;
	padding: 0 14px;
	z-index: 10;
}
#contents-banner ul li.contents-box p span{
	font-size: 0.7em;
}
#contents-banner ul li.contents-box img{
	width: 100%;
	position: absolute;
	z-index: 0;
}
#contents-banner ul li.contents-box .contents-box-inner::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.scale {
	overflow: hidden;
}
.scale img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.scale:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/************* /contents / ??????�����?? ************/

/*////////// ?? top / ??���????? ?? //////////*/


/*////////// ?? footer / ??���??? ?? //////////*/

footer{
	width: 100%;
	color: #313131;
	clear: both;
	background-color: rgba(255,255,255,0.95);
	position: relative;
	padding: 12px 0 34px;;
	z-index: 1000;
}
footer ul#f-navi {
	width: 1130px;
	margin: 0px auto 24px;
}
footer ul#f-navi li {
	float: left;
	font-size: 0.8em;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
footer ul#f-navi li a {
	display: block;
	padding: 0 20px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
footer ul#f-navi li:hover a {
	opacity: 0.75;
}
address{
	width: 100%;
	font-size: 11px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 auto;
	padding-bottom: 10px;
	z-index: 800;
}
address a{
	color: #fff;
}

/*////////// ?? footer / ??���??? ?? //////////*/


/*////////// ?? profile / ??????????????? ?? //////////*/

ul.btnList{
	width: 972px;
	margin: 0 auto;
}
ul.btnList li{
	float: left;
	margin: 20px 8px;
}
ul.btnList lispan{
	padding-left: 6px;
}
.profile-dtown{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
#profile-main{
	width: 100%;
	min-width: 980px;
	max-width: 1180px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}
#profile-main #profile-L{
	width: 600px;
	margin-right: 30px;
}
#profile-main #profile-R{
	width: -webkit-calc(100% - 644px);
	width: calc(100% - 644px);
}
#profile-main #profile-R p{
	text-align: left;
	letter-spacing: 2px;
	line-height: 150%;
}
#profile-main #profile-R p.name{
	font-size: 1.2em;
	margin-bottom: 2px;
}
#profile-main #profile-R p.age{
	font-size: 0.9em;
	margin-bottom: 10px;
}
#profile ul.state{
	margin-bottom: 2px;
	position: relative;
}
#profile ul.state li {
	font-size: 0.9em;
	line-height: 30px;
	padding: 0px 20px;
	margin-bottom: 6px;
}
.icon-time {
	color: #fff;
	background-color: rgba(255,0,0,0.8);
}
#profile .tagwrapper{
 	display: table;
	border-collapse: separate;
    border-spacing: 2px 4px;
	margin-bottom: 20px;
}
#profile ul.tag{
	display: table-row;
	height: auto;
}
#profile ul.tag li {
	width: 1%;
	display: table-cell;
	float: none;
	padding: 4px 5px;
}
#profile ul.tag li.icon-img {
	border: none;
	width: 120px;
	display: inline-block;
}

#profile-main #profile-R .button-box{
	margin: 0 0 20px;
}
#profile-main #profile-R #profile-data{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 320px;
	display: table;
	border-collapse: separate;
	border-spacing: 0px 10px;	
}
#profile-main #profile-R #profile-data dl{
	font-size: 0.9em;
	letter-spacing: 2px;
	width: 100%;
	max-height: 320px;
    overflow-y: scroll;
	margin: 0px auto 30px;
}
#profile-main #profile-R #profile-data dl .data-row{
	display: table-row;
	line-height: 180%;
	letter-spacing: 3px;
	width: 100%;
}
#profile-main #profile-R #profile-data dt{
	display: table-cell;
	font-size: 0.9em;
	vertical-align: middle;
	text-align: right;
	border-right: 1px solid #AAAAAA;
	padding: 2px 16px;
}
#profile-main #profile-R #profile-data dd{
	display: table-cell;
	font-size: 1em;
	vertical-align: middle;
	padding-left: 16px;
}
#profile #profile-main h3{
	font-size: 1.8em;
	text-align: left;
	position: relative;
	padding-bottom: 16px;
	margin: 0 auto 20px;
}
#profile #profile-main h3 span{
	font-size: 0.5em;
	padding-left: 8px;
}
#profile #profile-main h3::before{
	content: "";
	width: 44px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#profile .profile-comment{
	margin-bottom: 50px;
}
#profile .profile-comment .comment{
	font-size: 0.8em;
	line-height: 200%;
	max-height: 300px;
	overflow: auto;
}
#profile #photo-data {
	width: 584px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
}
#profile #photo-data .cast-thumb {
	width: 480px;
	margin-right: 10px;
}
#profile #photo-data .cast-thumb_x2 {
	width: 450px;
	margin-right: 2px;
}
#profile #photo-data .cast-thumb img,
#profile #photo-data .cast-thumb_x2 img {
    width: 100%;
}
#profile #photo-data a.twitter{
    position: absolute;
    top: 14px;
    left: 14px;
}
#profile .jkit-gallery-thumbs {
	display: flex;
	max-height: 580px;
	flex-direction: column;
	flex-wrap: wrap;
}
#profile .jkit-gallery-thumbs img {
	width: 70px;
}
#profile #profile-option ul li{
	font-size: 0.9em;
	letter-spacing: 0;
	line-height: 50px;
	text-align: center;
	color: #A8A8A8;
	background-color: #e1e1e1;
	width: calc(100% / 3 - 4px);
	height: 50px;
	margin: 2px;
	float: left;
	position: relative;
	overflow: hidden;
	opacity: 0.8;
}
#profile #profile-option ul li.active{
	opacity: 1;
}
#profile #profile-option ul li::after{
	content:"";
	border: 1px solid rgba(255,255,255,0.4);
	background: url(../images/schedule_day-1.png) no-repeat;
	background-position: 1px 1px;
	background-size: 100% 46px;
	width: 157px;
	width: calc(100% - 2px);
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#profile #profile-option{
    position: relative;
}
#profile #profile-option ul.optionswitch{
    position: absolute;
    top: 0;
    right: 70px
}
#profile #profile-option ul.optionswitch li{
	float: none;
	width: 80px;
	height: 20px;
	position: relative;
	margin-bottom: 8px;
	overflow: visible;
}
#profile #profile-option ul.optionswitch li::after{
	width: 78px;
	height: 18px;
	background-position: 0px 0px;
}
#profile #profile-option ul.optionswitch li span{
	line-height: 20px;
	white-space: nowrap;
	height: 20px;
	position: absolute;
	top: 0;
	left: 86px;
}
#profile-schedule{
	width: 100%;
}
#profile-schedule ul.schedule-list {
	position: relative;
	padding: 3px 0;
	display: flex;
}
#profile-schedule ul.schedule-list li{
	font-size: 1rem;
	text-align: center;
	line-height: 42px;
	letter-spacing: 2px;
	width: calc(83% / 7 - 6px);
	height: auto;
	min-height: 146px;
	position: relative;
    margin: 0 0 0 -1px;
	padding: 20px 1.5%;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.4) inset;
}
#profile-schedule ul.schedule-list li::after {
    content: " ";
    background: #b4b4b4;
    top: 72px;
    display: block;
    position: absolute;
	width: 24px;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#profile-schedule ul.schedule-list li:first-child{
	margin-left: 0;
}
#profile-schedule #weekly-container ul li .time-box{
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
}
#profile-schedule ul.schedule-list li span.day{
	font-size: 0.6rem;
	vertical-align: top;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	padding: 2px 4px;
	margin-left: 2px;
}
#profile-schedule ul.schedule-list li#sat span.day{
	color: #089fff;
	border-top: 1px solid #089fff;
	border-bottom: 1px solid #089fff;
}
#profile-schedule ul.schedule-list li#sun span.day{
	color: #e90000;
	border-top: 1px solid #e90000;
	border-bottom: 1px solid #e90000;
}
#profile-schedule ul.schedule-list li span.time{
	display: block;
	line-height: 34px;
}

#profile #movieBox {
	width: 100%;
	max-width: 584px;
	margin: 0 auto 24px;
	text-align: center;
}
#profile #movieBox object,
#profile #movieBox video {
	width: 100%;
    margin: 0 auto;
}
#profile-enquete {
	clear: both;
	width: 100%;
}
#profile-enquete ul {
	max-height: 300px;
	overflow: auto;
}
#profile-enquete ul li {
	border: 1px solid #333;
	padding: 30px;
	margin-bottom: 10px;
}
#profile-enquete ul li div {
	display: flex;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}
#profile-enquete ul li p {
	margin: 0 0 10px;
}
#profile-enquete ul li div p:last-child {
	text-align: right;
}

/*////////// ?? profile / ??????????????? ?? //////////*/


/*////////// ?? cast / ????????? ?? //////////*/

/*////////// ?? cast / ????????? ?? //////////*/


/*////////// ?? schedule / ?�ا�??? ?? //////////*/

#schedule ul.shop-list {
    width: 94%;
    max-width: 1200px;
    height: auto;
	position: relative;
    margin: 0px auto 50px;
	padding: 3px 0;
}
#schedule ul.shop-list li{
	display: block;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 60px;
	width: 14%;
	height: auto;
	float: left;
	position: relative;
	margin: 0px 0.1% 0px;
	z-index: 100;
}
#schedule ul.shop-list li.active::before{
	content:"";
	border-bottom: 2px solid rgba(0,0,0,0.8);
	width: 101%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}
#schedule ul.shop-list li::after {
    backface-visibility: hidden;
    color: rgba(60,60,40,1);
    border: 1px solid rgba(0,0,0,0);
    bottom: 0px;
    content: " ";
    display: block;
    position: relative;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    width: 0;
}
#schedule ul.shop-list li:hover::after{
	backface-visibility: hidden;
	border-color: rgba(0,0,0,0.8);
	-webkit-transition: width 350ms ease-in-out;
	-moz-transition: width 350ms ease-in-out;
	-o-transition: width 350ms ease-in-out;
	-ms-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}
#schedule ul.shop-list li:first-child{
	margin-left: 0.4%;
}
#schedule ul.shop-list li:last-child{
	margin-right: 0.4%;
}
#schedule ul.shop-list li span{
	font-size: 0.8rem;
	vertical-align: top;
	color: #313131;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	padding: 2px 4px;
	margin-left: 6px;
}
#schedule ul.shop-list li#sat span{
	color: #089fff;
	border-top: 1px solid #089fff;
	border-bottom: 1px solid #089fff;
}
#schedule ul.shop-list li#sun span{
	color: #e90000;
	border-top: 1px solid #e90000;
	border-bottom: 1px solid #e90000;
}
/*////////// ?? schedule / ?�ا�??? ?? //////////*/


/*////////// ?? newface / ??????? ?? //////////*/

/*////////// ?? newface / ??????? ?? //////////*/


/*////////// ?? ranking / ???? ?? //////////*/

#rankingNavi-container{
	display: table;
	width: 96%;
	max-width: 1180px;
	margin: 20px auto 0;
	position: relative;
}
#rankingNavi-container ul{
	display: table-row;
}
#rankingNavi-container ul li{
	display: table-cell;
}
#rankingNavi-container ul li:not(#active){
	opacity: 0.4;
}
#rankingNavi-container ul li:not(#active):hover{
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.8;
}
#rankingNavi-container ul li .button-box{
	width: 100%;
}
#rankingNavi-container ul li .button-box a{
	width: 88%;
	padding: 0 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#rankingNavi-container ul li .button-box a .button-shine{
	width: 100%;
}
ul#ranking-wrapper>li {
	padding: 30px 0;	
}
ul#ranking-wrapper li .ranking-container{
	width: 80%;
	max-width: 980px;
	margin: 0 auto 0px;
	position: relative;
}
ul#ranking-wrapper li .ranking-container .thum{
	width: 360px;
	height: 480px;
}
ul#ranking-wrapper li .ranking-container .thum img{
	width: 100%;
}
ul#ranking-wrapper li .ranking-container .textBox{
	width: calc(100% - 400px);
}
ul#ranking-wrapper li:nth-child(odd) .ranking-container .thum{
	float: left;
	margin-right: 40px;
}
ul#ranking-wrapper li:nth-child(even) .ranking-container .thum{
	float: right;
}
ul#ranking-wrapper li:nth-child(odd) .ranking-container .textBox{
	float: left;
}
ul#ranking-wrapper li .ranking-container .textBox,
ul#ranking-wrapper li .ranking-container .textBox ul.state li{
	float: left;
}
ul#ranking-wrapper li .ranking-container h4{
	font-size: 4em;
	position: relative;
	text-align: left;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
ul#ranking-wrapper li .ranking-container h4::after{
	content: "";
	width: 32px;
	height: 1px;
	line-height: auto;
	background-color: #000;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: auto;
}
ul#ranking-wrapper li .ranking-container h4.no1{
	color: #89760e;
}
ul#ranking-wrapper li .ranking-container h4.no2{
	color: #918f82;
}
ul#ranking-wrapper li .ranking-container h4.no3{
	color: #987b3d;
}
ul#ranking-wrapper li .ranking-container ul.state{
	margin-top: 8px;
	margin-bottom: 12px;
	position: relative;
	bottom: 0;
	left: 0;
}

/*////////// ?? ranking / ???? ?? //////////*/


/*////////// ?? event / ????????? ?? //////////*/

#event-wrapper li{
	width: 100%;
	margin: 10px auto 50px;
}
#event-wrapper .eventTitle{
	padding: 16px 0;
}
#event-wrapper .eventTitle h3,
#event-wrapper .eventTitle p.date{
	letter-spacing: 3px;
	width: 90%;
	max-width: 780px;
}
#event-wrapper .eventTitle p.date{
	font-size: 0.85em;
	line-height: 14px;
	margin: 0px auto 14px;
}
#event-wrapper .eventTitle h3{
	font-size: 1.2em;
	text-align: center;
	margin: 0px auto 0px;
}
#event-wrapper .event-container{
	text-align: center;
	width: 100%;
	max-width: 936px;
	margin: 10px auto 10px;
}
#event-wrapper .event-container>img{
	width: 100%;
	max-width: 936px;
	margin: 10px auto 10px;
}
#event-wrapper .event-container p.comment{
	width: 90%;
	max-width: 780px;
	margin: 10px auto 20px;
}

/*////////// ?? event / ????????? ?? //////////*/


/*////////// ?? news / ??????? ?? //////////*/

/*////////// ?? news / ??????? ?? //////////*/


/*////////// ?? lower / ??????? ?? //////////*/

.lower h3{
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 3px;
	margin: 12px auto 14px;
}
.lower p,
.text-box{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.lower p img,
.text-box img{
	max-width: 100%;
}
.lower h4{
	font-size: 1em;
	line-height: 38px;
	text-align: center;
	letter-spacing: 3px;
	width: 90%;
	padding: 18px 5% 18px;
	margin: 0 auto;
}
.lower h4 span{
	font-size: 0.8em;
	border: 1px solid #fff;
	padding: 4px 24px;
	margin-right: 10px;
}
.cover,
.cover img{
	width: 100%;
}

/*////////// ?? lower / ??????? ?? //////////*/


/*////////// ?? access / ???????? ?? //////////*/

.ggmap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 400px;
	margin-bottom: 50px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*////////// ?? access???? ?? //////////*/


/*////////// ?? system / ????????? ?? //////////*/

#system h3{
	font-size: 1.6em;
	margin: 30px auto 14px;
	padding: 10px 0;
	position: relative;
}
#system h3 span{
	font-size: 0.6em;
	padding-left: 6px;
}
h3 span.ttl-smaller{
	font-size: 0.35em;
	letter-spacing: 6px;
}
.systemBox{
	margin-bottom: 50px;
}
.price-list{
	width: 450px;
	margin: 30px auto 20px;
	display: table;
}
.price-list dl{
	font-size: 2.4em;
	line-height: 32px;
	margin: 0 auto;
	display: table-row;
}
.price-list dl dt{
	display: table-cell;
	font-size: 0.5em;
	letter-spacing: 1.5px;
	vertical-align: middle;
	padding: 10px 10px 10px;
	margin: 0 5px 5px 0;
	text-align: right;
	width: 180px;
}
.price-list dl dd{
	display: table-cell;
	font-size: 0.8em;
	text-align: right;
	letter-spacing: 2px;
	vertical-align: middle;
	padding: 10px 10px 20px;
	margin: 0 5px 5px 0;
	width: 210px;
}
.price-list dl dd span,
#transportation .tablelist .tablerow dt span,
#transportation .tablelist .tablerow dd span {
	font-size: 0.6em;
}
@media screen and (min-width: 1080px){
	.price-list{
		width: 900px;
	}
	.price-list dl{
		width: 450px;
		float: left;
	}
}
#system #card .tablelist ul.tablerow li{
	text-align: center;
}
#basicplan p{
	width: 70%;
	font-size: 1.2em;
	margin: 20px auto;
}
#option .price-list dl dt{
	font-size: 0.4em;
	line-height: 20px;
	width: 180px;
}
#attention p{
	font-size: 0.9em;
	text-align: left;
	line-height: 30px;
	width: 80%;
	max-width: 860px;
	margin: 10px auto 30px;
}

/*////////// ?? system / ????????? ?? //////////*/


/*////////// ?? hotellist / ??????? ?? //////////*/

#hotellist table {
	letter-spacing: 1.5px;
	border: 1px #666666 solid;
	width: 980px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
#hotellist  table th {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2.5px;
	color: #FFFFFF;
	border: 1px #e1e1e1 solid;
	margin: 0px auto;
	padding: 10px 0px;
}
#hotellist  table th.business {
	background-color: #589ee3;
}
#hotellist  table th.lovehotel {
	background-color: #ff2361;
}
#hotellist table td {
	border: 1px #e1e1e1 solid;
	padding: 10px 8px;
}
#hotellist table td a{
	display: block;
}
#hotellist h3{
	line-height: 36px;
	padding: 10px 0;
}
#hotellist h4{
	padding: 0 5%;
}
#hotellist h4 span{
	border: 1px solid #000;
}

/*////////// ?? hotellist / ??????? ?? //////////*/


/*////////// ?? transport / ?????? ?? //////////*/

#transportation .tablelist{
	border-collapse: separate;
	border-spacing: 0px 16px;	
}
#transportation .tablelist .tablerow dt,
#transportation .tablelist .tablerow dd{
	font-size: 1.1em;
	line-height: 200%;
	vertical-align: middle;
	padding: 0 20px;
}
#transportation .tablelist .tablerow dt{
	font-size: 1.8em;
	text-align: right;
	white-space: nowrap;
}
#transportation p{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

/*////////// ?? transport / ?????? ?? //////////*/


/*////////// ?? link / ??? ?? //////////*/

.linkCollection{
	width: 100%;
	position: relative;
}
.linkCollection ul{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 0px;
	padding-bottom: 100px;
}
.linkCollection ul li{
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin: 4px;
}

/*////////// ?? link / ??? ?? //////////*/


/*////////// ?? contact & reservation / ???????&????? ?? //////////*/

/************* / formstyle / ????????????? ************/
#form{
	margin: 0px auto;
	font-size: 0.8em;
}
#contact_form{
	width: 100%;
}
.tbl_form {
	display: table;
	border-collapse: separate;
	border-spacing: 6px 10px;
	width: 880px;
	margin: 0 auto 50px;
}
.tbl_form > dl {
	display: table-row;
}
.tbl_form > dl > dt {
	display: table-cell;
	letter-spacing: 1.5px;
	vertical-align: middle;
	width: 240px;
	border: 1px solid #AAAAAA;
	padding: 20px 20px 15px;
	margin: 0 5px 5px 0;
}
.tbl_form > dl > dd {
	display: table-cell;
	letter-spacing: 2px;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	padding: 15px 20px 15px;
	margin: 0 5px 5px 0;
}
.tbl_form > dl > dd span {
	display: flex;
	align-items: center;
	margin-right: 6px;
}
.tbl_form > dl > dd span input{
	margin: 0 8px;
}
.tbl_form > dl > dd a{
	display: block;
}
.tbl_form > dl > dd .radioBox label {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.essential {
	margin-left: 10px;
	color: #ff2850;
}
input, select {
	color: #000;
    vertical-align: middle;
    -webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d1d1d1;
    cursor: pointer;
	margin-top: -2px;
	padding: 8px 10px;
}
input::placeholder,
textarea::placeholder {
	color: #000;
}
#form .tbl_form select{
	margin-right: 10px;
}
#form .tbl_form #size select{
	margin-left: 8px;
}
#recruit_form .tbl_form select option:first-child{
	display: none;
}
#recruit_form .tbl_form > dl > dd span:not(:last-child) {
	margin-bottom: 10px;
}
#recruit_form .tbl_form > dl#size > dd span {
	margin-bottom: 0px;
}
.input_inq1 {
    width: 95%;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.input_inq2 {
    width: 240px;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.input_inq3 {
    width: 64px;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.select_inq1 {
	width: 240px;
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
.select_inq2 {
	background-color: #f2f2f2;
	border: 1px solid #d1d1d1;
	padding: 6px 10px;
}
dl.radio-box dd span{
	color: #fff;
	padding-top: 2px;
}
ul, ol, li {
    list-style: outside none none;
}
.radio-box{
	margin-bottom: -6px;
}
ul.radio{
	width: 290px;
}
.fotm_list_inline li{
    margin-right: 14px;
	float: left;
}
label.input_radio{
    padding-left: 15px;
    position: relative;
}
label.input_radio::before,
label.input_checkbox::before,
.btn_confirm, .fotm_list_inline li,
.ftxt3,
.ftxt4 {
    display: inline-block;
    vertical-align: middle;
}
dd#message-box{
	height: 300px;
}
#form .more button{
	width: 100%;
	height: 100%;
}
.more button span{
	font-size: 0.8em;
	padding-left: 6px
}
.error_style { color: red; }
.form_box1 { display: inline;}

/************* / formstyle / ????????????? ************/

/*////////// ?? contact & reservation / ???????&????? ?? //////////*/



/*////////// ?? selfie / ???????? ?? //////////*/

.infiniteslide{
	height: 200px;
	margin-bottom: 20px;
}
.infiniteslide ul li{
	max-width: 280px;
}
.infiniteslide ul li img{
	width: 100%;
}
#selfie{
	width: 100%;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
    max-height: 100vh;
    box-sizing: border-box;
}
 
#gallery.on {
    opacity: 1;
    max-height: 100%;
}
 
#gallery li {
    max-width: 230px;
    padding: 5px;
	box-sizing: border-box;
	border-color: #d2d2d2;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}
 
#gallery li img {
    max-width: 100%;
    height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#gallery li article p{
	font-size: 12px;
	margin-bottom: 0;
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#gallery li article p:hover,
#gallery li img:hover {
	opacity: 0.6;
}

#gallery li article a:last-child p{
	text-align: center;
}

#loading {
    text-align: center;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
 
#loading p {
    text-align: center;
    font-size: 70px;
}
 
#profile #selfie h3{
	font-size: 1.8em;
	position: relative;
	padding-bottom: 16px;
	margin: 0 auto 20px;
}
#profile #selfie h3 span{
	font-size: 0.5em;
	padding-left: 8px;
}
#profile #selfie h3::before{
	content: "";
	width: 44px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#profile #gallery li article a:last-child p{
	text-align: left;
}

/*////////// ?? selfie / ???????? ?? //////////*/


/*////////// ?? group-schedule / ????????���?????? ?? //////////*/

.shoptag {
	text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 1px;
}

/* ??���????���? */
[type="color1"] .coloredBG {
	color: #fff;
	background-color: #000;
}

/* ??????????? */
[type="color2"] .coloredBG {
	color: #fff;
	background-color: #ff0088;
}

/* ???????? */
[type="color4"] .coloredBG {
	color: #fff;
	background-color: #69411e;
}

/* ???????��?????���? */
[type="color5"] .coloredBG {
	color: #fff;
	background-color: #640096;
}

/* ???????????? */
[type="color6"] .coloredBG {
	color: #fff;
	background-color: #b928f5;
}

/* 	???????????? */
[type="color7"] .coloredBG {
	color: #fff;
	background-color: #ecd000;
}

/* ??????? */
[type="color8"] .coloredBG {
	color: #fff;
	background-color: #14dc8c;
}

/* ???????????? */
[type="color9"] .coloredBG {
	color: #fff;
	background-color: #00afeb;
}

/* ????????????? */
[type="color10"] .coloredBG {
	color: #fff;
	background-color: #003cff;
}

/* ?????????���? */
[type="color11"] .coloredBG {
	color: #fff;
	background-color: #dc0000;
}

/* ??????????? */
[type="color12"] .coloredBG {
	color: #fff;
	background-color: #f69bad;
}

/* ??????????????? */
[type="color13"] .coloredBG {
	color: #fff;
	background-color: #beaa00;
}

/* ????????? */
[type="color14"] .coloredBG {
	color: #fff;
	background-color: #000;
}

/* ???????????���? */
[type="color15"] .coloredBG {
	color: #fff;
	background-color: #d70000;
}

/* ?????????????????���? */
[type="color16"] .coloredBG {
	color: #fff;
	background-color: #960000;
}

/* ???????????? */
[type="color17"] .coloredBG {
	color: #fff;
	background-color: #000a96;
}

/* ???????????? */
[type="color18"] .coloredBG {
	color: #fff;
	background-color: #ff0082;
}

/* ??????????????? */
[type="color19"] .coloredBG {
	color: #fff;
	background-color: #8f0b81;
}

/* ????????????????????? */
[type="color20"] .coloredBG {
	color: #fff;
	background-color: #00afeb;
}

/* ?????���?????���? */
[type="color21"] .coloredBG {
	color: #fff;
	background-color: #222;
}

/* ??????? */
[type="color22"] .coloredBG {
	color: #000;
	background-color: #f0f0f0;
}

/* ????????���? */
[type="color23"] .coloredBG {
	color: #fff;
	background-color: #2b2b2b;
}

/* ???���???????????���? */
[type="color24"] .coloredBG {
	color: #fff;
	background-color: #640096;
}

/* ??????????? */
[type="color25"] .coloredBG {
	color: #fff;
	background-color: #8bf593;
}

/* ?????????���? */
[type="color26"] .coloredBG {
	color: #fff;
	background-color: #111;
}

/*////////// ?? group-schedule / ????????���?????? ?? //////////*/

/*login-form*/
.login-form-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #737373;
	padding: 6px 0;
}

.login-form {
	max-width: 1200px;
	text-align: right;
	margin: 0 auto;
}

.login-form input[type="text"] {
	position: relative;
	width: 200px;
	height: 10px;
}

.login-form input[type="submit"] {
	position: relative;
	padding: 3px 10px;
}

/*///�ȥåץڡ����������ե졼���ɲ�///*/
.other-contents-frame {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.other-contents-frame li{
	margin:  0 20px;
}

.other-contents-frame li iframe{
	height: 500px;
}

/*///��ͥڡ���LINE�ܥ�����css///*/
.line-box {
	background-color: #29b040;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	height: 50px;
}

.line-box .inner {
	display: flex;
	height: 50px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	align-items: center;
}

.line-box .inner span:last-child {
	background-color: #fff;
	color: #29b040;
	height: 34px;
	padding: 0 10px;
	margin-right: 0;
}

a.line-url{
	text-decoration:underline;
}

/*  �롼��̾��css */
.room-box {
	text-align: center;
	font-size: 18px;
	min-height: 46px;
	display: flex;
	align-items: end;
}
.room-box img{
	width: 100%;
}
.room-box p {
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

/* �����ץ��ե�����ڡ����ѥ롼�ॢ������ */
#profile-main .prof-room-box {
	font-size: 18px;
	max-width: 300px;
	margin-bottom: 10px;
}

#profile-main .prof-room-box img{
	width: 100%;
}

#profile-main .prof-room-box p {
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
	text-align: center !important;
}