@charset "utf-8";
/* CSS Document */

/***フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900

font-family: "tot-shizukardmin-stdn", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "ryo-display-plusn", serif;
font-weight: 500;700;
font-style: normal;

***/

/***色
藍 #32313f; rgba(50,49,63,1);
金 #cbad6d;
***/
/*******************************

　構造、共通

*******************************/


html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%;
  -webkit-text-size-adjust: none;
} 


body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height: 1.8;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #272732;
	text-align: center;
}

html,body { /*背景色用*/
/*  height: 100vh*/
}

body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
    background-color: #272732;
}


/********リンク********/
a{ color:#000;}
a:hover{}


/**キャストスケジュール**/

.castsch{
	width: 980px;
	margin: 0 auto;
	padding: 0 1em;
}

header .castsch_logo {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

header .castsch_logo img {
	width: 100%;
}

header .castsch_title  {
	margin: 0 auto 1em;
	line-height: 1.5;
	text-align: center;
}

header h1.print {
	display: none;
}

header .castsch_title .title {
	display: block;
	margin: 0 auto 0.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8em;
	color: #fff;

}

header .castsch_title .day {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 0.7em;
}


header .caution {
	margin: 0 auto 2em;
	color:#ff0000;
	font-family: 'Noto Sans JP', sans-serif; 
	font-weight: 700;
	text-align: center;
}

header .caution li{
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}

header {
	margin: 0.5em 0;
	text-align: right;
	font-size: 0.8em;
	line-height: 2.5em;
}

header .pdf {
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
}

header .pdf a {
	text-decoration: none;
}

header .pdf .icon {
	margin-right: 0.3em;
}

/*header .pdf::before {
	content: url(../../img/pdficon.gif);
	position: relative;
	top: 10px;
	left: -5px;
}*/



/****************************************

　フッター

*****************************************/

.btn_close {
	text-align: center;
	font-weight: 700;
}


footer{
	width: 100%;
	margin: 6em auto 0;
    padding: 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}
footer .billing {
	font-weight: 400;
	font-size:clamp(12rem, 2vw, 16rem);
	color: rgba(255,255,255,0.9);
}

footer .copy {
	display: block;
	padding: 1em;
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
	display: inline-block;
    margin: 40px 0.5em 0;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: bottom;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	bottom: 13px;
    width: 35px;
}

footer .sns_link li.ban_teigeki_closing {
    width: 240px;
}

footer .sns_link li.ban_concert {
    width: 200px;
}


footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
	font-weight: 400;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

.list .midashi {
	background: #000;
}
.list .midashi td {
	background: #d5c7aa;
	color: #000;
}
.list{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8em;
	background: rgba(255,255,255,1);
	color: #000;
	font-weight: 700;
}

.list th, .list td {
	padding: 0.5em 0.8em;
	border: 1px solid #72603b;

}

.list .sat{background-color: #b5c7d9;}
.list .sun{background-color: #ceadaf;}

.list .reserved {color:#888;}


.list tr td:first-child {
white-space: nowrap;
}

/****　組み合わせをリセット　****/

.btn_reset {
	display: inline-block;
	margin: 2em auto;
	padding: 0.5em 2em 0.5em;
	background: rgba(203,173,109,0.8);
	border: 1px solid #72603b;
	color: #000;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	transition: 0.5s;
}

.btn_reset:hover {
	background: rgba(203,173,109,1);
}

.btn_reset .icon {
	margin-right: 0.3em;
}

/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    line-height: 0;
	z-index: 100;
}

#pagetop img {
	display: block;
	width: 100%;
	max-width: 150px;
}



@media screen and (max-width: 768px) {
	#pagetop img {
		width: 30vw;

	}

}

