@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
***/

/***色
赤　#e14242;
***/


/*******************************

　構造、共通

*******************************/


html {  
    overflow-y:scroll;
	margin: 0;
	padding: 0;
	font-size: 6.25%;
  -webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 18em;
	line-height:2;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/* 画像ファイルの指定 */
	background-image: url(../images/bg2022.jpg);

}

body:after {/*擬似要素をつくる*/
    z-index: -1;
    position: fixed;/*固定配置*/
    top: 0; left: 0;/*左上に固定*/
    width: 100%;
    height: 100%;/*画面全体を覆う*/
    content: "";
	background-image: url(../images/bg2022.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;  
    background-color: #000; /*非対応ブラウザ用*/
}


/********リンク********/
a{ color:#fff;}
a:hover{}


/**キャストスケジュール**/

.castsch{
	width: 900px;
	margin: 0 auto;
}

header .castsch_logo {
	margin: 0 auto;
	text-align: center;
}

header .castsch_title  {
	margin: 0 auto 1em;
	line-height: 1.5;
	text-align: center;
}

header h1.print {
	display: none;
}

header .castsch_title .title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2em;
	color: #fff;

}

header .castsch_title .day {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 0.7em;
}


header .caution {
	margin: 0 auto 2em;
	color:#F00;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

header .caution li{
/*	text-indent: -1em;
	padding-left: 1em;*/
}

header {
	margin: 0.5em 0;
	text-align: right;
	font-size: 0.8em;
	line-height: 2.5em;
}

header .pdf {
	position: relative;
	text-align: right;
}

header .pdf::before {
	content: url(../../img/pdficon.gif);
	position: relative;
	top: 10px;
	left: -5px;
}

.box_area {
	margin: 0 auto 3em;
}

.heading_area {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.3em;
}

.list{
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8em;
}

.list th, .list td {
	padding: 0.5em 0.8em;
	border: 1px solid #fff;
}

.list td.day {
	width: 10em;
}

.sat{background-color: #00356a;}
.sun{background-color: #950000;}

.reserved {color:#777;}


.list tr td:first-child {
white-space: nowrap;
}

/****　組み合わせをリセット　****/

.btn_reset {
	display: inline-block;
	margin: 0 auto 2em;
	padding: 0.5em 2em;
	border: 1px solid #fff;
	border-radius: 3px;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	transition: 0.5s;
}
.btn_reset:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

#footer .policy_link {
	display: block;
    margin: 0.5em auto 1em;
	color: #fff;
}

#footer .policy_link li {
    display: inline-block;
}

#footer .policy_link li:not(:last-of-type)::after {
	content: "|";
	margin: 0 1em;
}

#footer .policy_link a {
	text-decoration: none;
	color: #fff;
	font-size: 14rem;
	font-weight: 400;
	transition: 0.5s;
}

