@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;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********リンク********/
a {
    color: #cbad6d;
}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.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;}


/********テキスト********/

.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: #ff4c49;font-weight: 900;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

	.res {
		display: inline;
	}
}

@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: 18em;
	line-height: 1.8;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #272732;
}

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;
}
@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {font-size: 16em;}
}

/*************************
　フッター
*************************/
.btn_close {
	margin: 2em auto;
}
.btn_close a {
    color: #ddb03d;
    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;

	}

}

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;
}





/*************************
　ヘッダーエリア
*************************/

header {
    width: 100%;
    max-width: 900px;
    margin: 3em auto 0;
}

header .heading_page .stage {
	margin: 0 auto 1em;
	font-size: 28rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1.3;
}

header .heading_page .stage .theater {
	display: block;
}

header .heading_page .stage .month .s {
	font-size: 0.8em;
}

header .heading_page .logo {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 1em;
}

header .heading_page .logo img {
    width: 100%;
}

header .heading_page .title {
    margin: 0 auto;
	padding: 0.3em;
	border-top: 1px solid #cbad6d;
	border-bottom: 1px solid #cbad6d;
	font-family: 'Noto Serif JP', serif;
    font-size: 40rem;
    color: #fff;
    line-height: 1.3;
	font-weight: 700;
}


header .lead {
    margin: 0 auto 2em;
    text-align: left;
}


@media screen and (max-width: 767px){
    header .heading_page .logo {
        width: 60vw;
		max-width: 300px;
		min-width: 200px;
    }
}

@media screen and (max-width: 414px){
	header .heading_page .stage {
		font-size: 20rem;
	}
    header .heading_page .title {
        font-size: 28rem;
    }
}



/*************************
　共通
*************************/
.wrap {
    padding: 0 1em;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
	padding: 2em 0;
}



@media screen and (max-width: 500px){
	.box {
		padding: 2em 0.5em;
	}
}

.lead {
	margin: 1em auto 3em;
	padding: 0 1em;
	text-align: left;
}

@media screen and (max-width: 414px){
	.lead {
		font-size: 0.9em;
	}
}

.list_first{
	margin: 2em auto 1em;
	font-weight: 400;
	text-align: left;
}

.list_first li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.list_first li .pk {
	margin-bottom: 0;
	padding-left: 0;
	text-indent: 0;
}
.detail {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 2em auto 0;
	padding: 2em;
	background: rgba(0,0,0,0.2);
	border: 2px groove #cbad6d;
/*	outline: 1px solid rgba(131,105,31,0.5);
	outline-offset: -20px;*/
	color: #fff;
}

.detail a{
    color: #cbad6d;
    font-weight: bold;
}

.detail > dt {
	margin: 0 auto;
	padding: 0.8em;
	background: rgba(203,173,109,0.5);
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3), 0 0 10px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 24rem;
	text-align: center;
	line-height: 1.3;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
}

.detail > dd {
	margin-bottom: 2em;
	padding: 2em 1em 1em;
    color: #fff;
	text-align: center;
}

@media screen and (max-width: 600px){
    .detail {
        padding: 1em;
    }
	.detail dd {
		padding: 1em;
	}
}
@media screen and (max-width: 450px){
	.detail dt {
		font-size: 18rem;
	}
}

.detail .entry .tel {
	font-family: 'Noto Serif JP', serif;
	font-size: 28rem;
	font-weight: 700;
}
.detail .entry .tel a {
	color: #fff;
	text-decoration: none;
}
.detail .entry .tel .fas {
	margin-right: 0.3em;
}

.detail .entry .note {
	margin-bottom: 1em;
}
.detail .entry .note2 {
	margin-left: 1em;
	font-size: 0.6em;
}

@media screen and (max-width: 450px){
	.detail .entry {
		text-align: left;
	}
	.detail .entry .tel {
		text-align: center;
	}
	.detail .entry .pk {
		display: inline;
	}
	.detail .entry .note2 {
		display: block;
	}
}

.detail .caution {}

.detail .caution ul {
	display: inline-block;
	margin: 2em auto 0;
	text-align: left;
}

.detail .caution li{
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	font-size: 0.9em;
}

@media screen and (max-width: 450px){
	.detail .caution {
		text-align: left;
	}
	.detail .caution .pk {
		display: inline;
	}

	.detail .caution ul {
		padding: 0;
	}
}

.contact .office,
.contact .tel,
.contact .note{
	display: inline-block;
	margin: 0 0.5em;
}

.contact .tel a {
	text-decoration: none;
	color: #fff;
}

.contact .note {}
