@charset "utf-8";
/* CSS Document */

/********フォントメモ********/
/*
font-family: 'Alike Angular', serif;
font-family: 'Noto Serif JP', serif;　500,700,900
font-family: 'Noto Sans JP', sans-serif;　400,700,900
*/

/********色メモ********/
/*
赤：#e70012
*/

/********リンク********/
a:link{
    color: #e70012;
}
a:hover{
    color: #e70012;
}

a:visited{
    color: #e70012;
}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********見出し********/

.heading_sec {
    margin: 1em auto 0;
	padding: 0 0 20px;
	font-size: 40rem;
	font-weight: 500;
font-family: 'Noto Serif JP', sans-serif;   
	line-height: 1.3;
    color: #fff;
/*    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);   */ 
}


.heading_sec.c {
/*	color: #e70012;*/
}

@media screen and (max-width: 500px){
	.heading_sec {	
		font-size: 40rem;
		letter-spacing: 0;
	}

    .heading_sec .sub {
        font-size: 16rem;
    }    
}


@media screen and (max-width: 320px){
	.heading_sec {	
		font-size: 38rem;
	}
}

/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}


/**********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}

.res_pc {
	display: inline;
}


@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

	.res_pc {
		display: none;
	}	

}


@media screen and (max-width: 414px){

    .res2 {
        display: inline;
    }

}


@media screen and (max-width: 375px){

    .res3 {
        display: inline;
    }

}

@media screen and (max-width: 320px){

    .res4 {
        display: inline;
    }

}


html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 16em;
	line-height:1.8;
	color:#000;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;		

    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {
        font-size: 16em;
/*        background: url("../images/bg_smp.jpg") no-repeat center fixed;
        background-size: cover;*/
    }

    body:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background: url("../images/bg_smp.jpg") no-repeat center;
      background-size:cover;
    }    
}

@media screen and (max-width: 767px){

}


#header{}

#navi{}

#main{}

#footer{}

#wrap{}


.wrap{ 
	position: relative;
	max-width: 800px;
	margin: 0 auto;
    padding: 0 20px;
	text-align: center;

}

/*****セクション共通*****/

.sec {
  padding:3em 1.5em 3em;
	color: #000;
}


/*****フッター*****/

.wrap_for_footer {
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 200px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/    
}

footer{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 16rem;
background: #000;
    bottom: 0;
	padding-top: 20px;
    padding-bottom: 20px;
    
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/    
}

footer .copy {
/*    margin-right: 2em;*/
	color: #fff;
}


footer .sns_link {
    /*margin-top: 2em;*/
}

footer .sns_link li {
    display: inline-block;
    margin: 1em;
    text-align: center;
    vertical-align: top;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 5px;
	z-index: 1000;

}

#pagetop a {
	text-decoration: none;
	color: #dd1524;
}

#pagetop a::after {
	font-family: "Font Awesome 5 Free";	
	content: "\f106";
	font-weight: 900;
	font-size: 4em;
}

@media screen and (max-width: 414px){

}


.btn_close {
    margin: 3em auto 40px;
    font-weight: 700;
    color: #dd1524;
}
.btn_close a {
    text-decoration: none;}

/*******************************************
 キャストスケジュール
*******************************************/

.castsch {
    padding: 40px 0 0;
    text-align: center;
}

.castsch .for_pdf {
    display: none;
}

.castsch .header .day {
    display: block;
    margin-top: 0.5em;
    font-size: 18rem;
}
.castsch .header .day::before {
    content: "(";
}
.castsch .header .day::after {
    content: ")";
}

/***　PDFリンク　***/

.castsch .header .pdf_link{
    display: block;
    padding: 0 5px 5px;
    text-align: right;
    font-weight: 700;
}

.castsch .header .pdf {
	position: relative;
    display: block;
}

.castsch .header .pdf a {
    text-decoration: none;
}

.castsch .header .pdf::before {
	content: url(../../img/pdficon.gif);
	position: relative;
	top: 10px;
	left: -5px;
}


/***　キャストスケジュール表　***/

.castsch .list{
    width: 10em;
  border-collapse: collapse;
  border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.castsch .list th, .castsch .list td {
	padding: 0.3em 1em;
	border: 1px solid #410008;
    text-align: center;
}

.castsch .list th {
    background: #e50012;
    color: #fff;
    font-weight: bold;
}

.castsch .list th select {
    font-size: 0.9em;
    padding: 0.5em;
}

.castsch .list td {
    background: rgba(255,255,255,1);
}

.castsch .list .day {
    text-align: left;
    width: 15em;
    font-weight: bold;
}

.castsch .list .time {
    margin-left: 0.5em;
}

.castsch .sat{color: #2142a2;}
.castsch .sun{color: #c01420;}

.reserved {color:#777;}

.castsch_caution {
	margin: 1em auto 1em;
	color:#e50012;
	text-align: center;
    font-weight: 700;
}

.castsch_caution li{
	text-indent: -1em;
	padding-left: 1em;
}

.castsch .list tr td:first-child {
white-space: nowrap;
}

.castsch .reset {
    text-align: right;
    font-weight: 700;
}

.castsch .reset a {
    text-decoration: none;
}

.castsch .reset .fas {
   margin-right: 0.3em;
}