@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

***/

/***色
黒　#402b22; rgba(64,43,34,1);
薄茶　#bc9f75; rgba(188,159,117);
橙　#c25d2c;
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********リンク********/
a {
    color: #c25d2c;
}


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: #fd1e1b;}


/********共通********/

.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:2;
	color: #402b22;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #e8dec5;	
}

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: top;
    background-size: cover;  
    background-color: #e8dec5;
}

@media (orientation: portrait) { /**　画面が縦長の時　**/

	body:after {
		background-image: url("../images/bg_smp.jpg");
		background-size: cover;  
	}
}

@media screen and (max-width: 768px){
	html {font-size: 5.5%;}
	body {font-size: 17em;}
}

/*************************
　フッター
*************************/
.btn_close {
	margin: 1em auto 0;
    text-align: center;
}
.btn_close a {
    color: #402b22;
    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;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}
footer .copy {
	display: block;
	padding: 1em;
	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: #402b22;
	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;
    text-align: center;
}

header .heading_page .stage {
	margin: 0 auto 1em;
	font-size: 28rem;
	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.5em;
    font-size: 40rem;
    background: rgba(188,159,117,0.3);
    box-shadow: 0 0 50px rgba(64,43,34,0.3);
    outline: 2px solid rgba(255,255,255, 0.8);
    outline-offset: -10px;
    color: #402b22;
    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;
    }
    header .heading_page .title {
        font-size: 34rem;
    }
}

@media screen and (max-width: 500px){
	header .heading_page .stage {
		font-size: 20rem;
	}
    header .heading_page .title {
        outline: 2px solid rgba(255,255,255,0.5);
        outline-offset: -5px;    
        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;
	outline: 10px double rgba(188,159,117,0.5);
	outline-offset: -20px;
	background: rgba(255,255,255,0.5);
    box-shadow: 0 0 50px rgba(64,43,34,0.3);
	color: #402b22;
}

.detail a {
	color: #402b22;
}

.detail {

}

.detail > dt {
	padding: 0.5em 1em;
	border-bottom: 2px solid rgba(188,159,117,0.5);
	color: #402b22;
	font-size: 26rem;
	line-height: 1.5;
    text-align: center;
}

.detail > dd {
	padding: 1em;
}

@media screen and (max-width: 600px){
	.detail dd {
		padding: 1em;
	}
}
@media screen and (max-width: 450px){
	.detail dt {
		font-size: 18rem;
	}
}

.detail .entry .tel {
    margin: 0 auto 0.5em;
	font-size: 28rem;
	font-weight: 700;
}
.detail .entry .tel a {
	color: #402b22;
	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: #402b22;
}

.contact .tel .icon {
    margin-right: 0.2em;
}
