@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
***/

/***色
茶色　#672d2c;
アイボリー　#f4efe3;
赤　#e7252c;
暗い赤　#9f222c;
***/

/*******************************

　構造、共通

*******************************/


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:2;
	color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	background-color: #fefdf8;
    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: 300px;
	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: #672d2c;

}

header .castsch_title .day {
	display: block;
	color: #672d2c;
	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;
}

.btn_close a{
    text-decoration: none;
    color: #672d2c;
}

footer{
	margin: 2em auto 0;
    padding: 0;
	color: #672d2c;
	text-align: center;
	bottom: 0;
}
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: #672d2c;
	font-size: 16rem;
	font-weight: 400;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}

.list .midashi {
	background: #000;
}
.list .midashi td {
	background: #f4efe3;
	color: #000;
    font-size: 0.9em;
}
.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;
    font-feature-settings: "palt";
}

.list .sat{background-color: #d4e3f3;}
.list .sun{background-color: #ffd8db;}

.list .reserved {color:#888;}


.list tr td:first-child {
white-space: nowrap;
}

/***　イベントアイコン　***/

.lbl {}

.lbl .icon img {
    display: block;
    width: 100%;
}
.lbl.icon1::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    background: url(../images/ticket_event_icon1.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}
.lbl.icon2::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.3em;
    margin-left: 0.2em;
    background: url(../images/ticket_event_icon2.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}
.lbl.icon3::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.3em;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    background: url(../images/ticket_event_icon3.svg) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    vertical-align: middle;
}

.event {
    max-width: 980px;
    margin: 0 auto 2em;
    padding: 1em 1.5em;
	background: rgba(255,255,255,0.5);
    border: 1px solid #000;
    border-radius: 5px;
/*    border-top: 1px dotted #672d2c;
    border-bottom: 1px dotted #672d2c;*/
    text-align: left;
    font-size: 0.9em;
}

.event .list_event {}

.event .list_event {
}

.event .list_event li {}
.event .list_event:not(:first-of-type) li {
    display: inline-block;
    margin-right: 1em;
}
.event .list_event .lbl {
}
.event .list_event .lbl.icon1::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../images/ticket_event_icon1.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: middle;
}
.event .list_event .lbl.icon2::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  background: url(../images/ticket_event_icon2.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: middle;
}
.event .list_event .lbl.icon3::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.3em;
  background: url(../images/ticket_event_icon3.svg) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: middle;
}

.event .list_event .lbl .icon img {
    display: block;
    width: 100%;
}

.event .list_event .list_day {
    margin-left: 1em;
    margin-bottom: 0.5em;
}

.event .list_event .list_day li {
    display: inline-block;
}
.event .list_event .list_day li:not(:last-of-type)::after {
    content: "／";
}
.event .caution {
    margin: 0.5em 0 0;
    font-size: 0.9em;
    text-align: left;
}

@media screen and (max-width: 840px){
    .event {
        max-width: inherit;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 768px){
    .event {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 580px){
    .wrap_event {
        display: flex;
    }
    .event .list_event {
        padding: 0 1em;
    }

    .event .list_event:not(:first-of-type) li {
        display: block;
        margin-right: auto;
    }
    .event .list_event .list_day li {
        display: block;
    }
    .event .list_event .list_day li:not(:last-of-type)::after {
        content: none;
    }
    .event .caution {
        text-align: right;
    }
}

@media screen and (max-width: 480px){
    .wrap_event {
        display: block;
    }
    .event .list_event {
        padding: 0;
    }

}

/****　組み合わせをリセット　****/

.btn_reset {
	display: inline-block;
	margin: 2em auto;
	padding: 0.5em 2em 0.5em;
	border: 1px solid #672d2c;
	color: #672d2c;
	line-height: 1;
	text-decoration: none;
	font-weight: 700;
	transition: 0.5s;
}

.btn_reset:hover {
background: #f4efe3;
}

.btn_reset .icon {
	margin-right: 0.3em;
}

.btn_close {
    display: block;
    margin: 0 auto;
	color: #672d2c;
    text-decoration: none;
}

/****　ページトップへ戻る　****/

#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;

	}

}

