@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');


html {
	overflow: auto;
}


/* Global */
body {
	height: 100%;
    color: #d0d0d0;
	font-size: 1em;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	letter-spacing: 1px;
    overflow-wrap: anywhere;
	line-break: strict;
    background-color: #222;
	background: linear-gradient(135deg, #0e192b 10%, #000000 90%);
    position: relative;
	display: flex;
  	flex-flow: column;
  	min-height: 100vh;
}

.body_bg {
	background-color: #fff;
}


#wrap {
	flex: 1;
}

img {
	max-width: 100%;
	height: auto;
}

a:hover img {
opacity:0.85;
filter: alpha(opacity=85);
-ms-filter: "alpha(opacity=85)";
}

.ie8 img {
	width: auto;
}

a:link {
	color: #3958c5;
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
	border-style: none;
}

a:visited {
	color: #3958c5;
}

a:hover {
	color: #3958c5;
	text-decoration: underline;
}



* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


.container {
	width: 95%;
	max-width: 1000px !important;
	margin: auto;
}

.container1200 {
	width: 95%;
	max-width: 1200px !important;
	margin: auto;
}

.container1200-2 {
	width: 95%;
	max-width: 1200px !important;
	margin: auto;
}



/* Navigation */
header {
	margin: 0;
	padding: 0;
	background-color: #070e1b;
}

.logo_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin: 0;
	padding: 22px 20px 20px;
}

.logo_wrap h1 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: 500;
	letter-spacing: 0;
}

.logo_wrap h1 a {
	color: #ccc;
}

.logo_wrap .logo {
	width: 110px;
}

.logo_wrap h1 span {
	margin-right: 15px;
	display: inline-block;
}



/* ふわっと表示 */
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 700ms;
}
	

    
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

#fade_effect .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}

#fade_effect .fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

#fade_effect .fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}



/* General Slides */ 
.slide {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}

#slide1 {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.slide1_hero {
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    z-index: 1;
	position: relative;
}



/* ページ読み込みふわっと表示下から */
.css-fade3 {
  width:100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  opacity: 0;
  animation-name:fade-in3;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}


/* Slide2 */ 
#slide2 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0 120px;
}

.info {
	border: 3px solid #eb0930;
	margin: 0 0 60px;
	padding: 2em;
	background-color: #fff;
}

.info p {
	color: #000;
	font-size: 1em;
	line-height: 2em;
	margin: 0;
	letter-spacing: 1px;
}

.news {
	color: #fff;
	font-size: 1.2em;
	line-height: 2.5em;
	margin: 0;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
}

.news .news_large {
	font-size: 1.7em;
}

.news_p {
	color: #fff;
	font-size: 1.3em;
	line-height: 2em;
	margin: 0;
	letter-spacing: 2px;
	padding-top: 20px;
	font-family: 'Noto Serif JP', serif;
}


.lead_title {
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: 700;
	display: inline-block;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0;
}

.lead_title2 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 600;
	display: inline-block;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 60px 0 0;
}

.lead_txt {
	font-size: 1em;
	line-height: 2.3em;
	width:100%;
	margin: 10px auto 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.comment_wrap {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 80px 0 0;
	padding: 0;
}

.comment_wrap div {
	width: 47%;
	margin: 0;
	padding: 2em 2em 1em;
	border: 1px solid #787878;
}

.comment_wrap div p {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 10px;
}



/*使わない */ 
.common_p {
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 40px 0 20px;
	padding: 0;
}


/* Slide6 */ 
#slide6 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0;
	z-index: 1;
}

#slide6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.title_tf {
	color: rgba(255, 255, 255, 0.3);
	font-size: 7em;
	font-family: "Bonheur Royale", cursive;;
  font-weight: 400;
  font-style: normal;
	transform: rotate(-15deg);
  text-align: left;
  margin: 0 0 -60px;
  padding: 0;
  display: inline-block;
  letter-spacing: 3px;
}

.about_wrap {
  width:100%;
  margin: 0 auto 0;
}

.story_p {
	font-size: 1em;
	line-height: 2em;
	width:100%;
	margin: 30px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}

.alternative_img {
    vertical-align: bottom;
}


/* Slide8 */ 
#slide8 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0;
}

#slide8::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.staff_wrap {
	position: relative;
	z-index: 10;
	padding: 0;
	text-align: left;
}

.staff_wrap h2 {
    margin: 0 auto;
    padding: 0 0 40px;
}

.p_cast {
	font-size: 1.3em;
	line-height: 2em;
	margin: 30px 0 0;
	letter-spacing: 1px;
}

.p_cast span {
	display: inline-block;
}

.frame01 {
	border: 1px solid #777;
	width: 90%;
	margin: 80px auto 0;
	padding: 2em;
	background-color: rgba(0, 0, 0, 0.3);
}

.staff_wrap h3 {
    margin: 0 auto;
    padding: 0 0 40px;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 3px;
}

.cast_flex {
	margin: 40px 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cast_flex figure {
	margin: 0 1% 50px 0;
	padding: 0;
	width: 24%;
}

.cast_flex figure:nth-child(4n)  {
	margin: 0 0 50px !important;
}

.cast_flex figure figcaption {
	color: #dad9ca;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 5px;
	letter-spacing: 1px;
	border-color: #dad9ca;
}

.cast_flex figure figcaption span {
	font-size: 0.8em;
	display: inline-block;
}




/* Slide9 */ 
#slide9 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0;
	z-index: 1;
}

#slide9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.event_wrap {
	background-color: #fff;
	border-radius: 4px; /* CSS3草案 */  
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px; /* Firefox用 */
	margin: 70px 0 0;
	padding: 40px 20px 0;
	position: relative;
	z-index: 1;
}

.event_photos {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.photos_left {
	width: 43%;
	margin: 0;
}

.photos_left img {
	width: 100%;
	margin: 0 0 30px;
}

.photos_right {
	width: 52%;
	margin: 0;
	padding: 0;
}

.photos_right div {
	color: #333;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.photos_right ul {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.photos_right li {
	width: 47.5%;
	margin: 0 0 30px;
	padding: 0;
}


/* Slide3 */ 
#slide3 {
	position: relative;
	text-align: center;
	padding: 100px 0;
	background: linear-gradient(180deg, #0e192b 10%, #000000 90%);
}

table.outline {
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: justify;
 	text-justify: inter-ideograph;
	letter-spacing: 1px;
	width: 100%;
	margin: 60px auto 50px;
}

table.outline th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	vertical-align: top;
	width: 20%;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	border: 1px solid #555;
	border-right-style: none;
	border-left-style: none;
}

table.outline td {
	vertical-align: top;
	padding: 18px 10px 10px 50px;
	border: 1px solid #555;
	border-right-style: none;
	border-left-style: none;
}

table.outline a {
    text-decoration: none;
}

.note {
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
}



/* Slide4 */ 
#slide4 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 100px 0 120px;
}

#slide4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.bg_dark {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.h3_time_tbl {
	color: #222;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	font-weight: 700;
	letter-spacing: 3px;
	background-color: rgba(225, 202, 154, 0.9);
	border: 1px solid #000;
	padding: 10px 5px;
	margin-top: 60px;
	margin-bottom: -2px;
}

.h3_time_tbl span {
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	letter-spacing: 1px;
}

table.time_tbl {
	border-collapse: collapse;
	color: #222;
	width: 100%;
	margin: 0 auto 40px;
}

.time_tbl th {
	line-height: 1.6em;
	text-align: center;
	border: 1px solid #000;
	padding: 10px 5px;
}

.time_tbl_th02 {
	font-size: 0.95em;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.85);
	width: 120px;
}

.time_tbl_th03 {
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.85);
	width: auto;
}

.time_tbl td {
	padding: 10px;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255, 1);
	vertical-align: top;
}

.time_tbl_td01 {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: center;
	letter-spacing: 1px;
}

.time_tbl_td02 {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 1px;
	padding: 10px 10px 10px 20px !important;
}


/* Slide5 */ 
#slide5 {
	position: relative;
	text-align: center;
	margin: 0;
    padding: 100px 0;
	z-index: 1;
}

#slide5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slide5_h3 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	margin: 70px 0 0;
	padding: 0;
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.slide5_p {
	font-size: 0.85em;
	line-height: 2em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 0;
	padding: 0;
}

.goto_wrap {
	text-align: left;
	margin: 20px 0 0;
}

.goto_member {
	font-size: 0.85em;
	line-height: 1.6em;
	border: 1px dashed #eee;
	display: inline-block;
	padding: 4px 5px 3px;
}

.goto_member a {
	color: #eee;
}

.goto_member a:hover {
	color: rgb(227, 182, 88) !important;
	text-decoration: none;
}




/* トップ公演日程 */
.top_schedule {
	margin: 30px auto 30px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #444;
	border-right-style: none;
	border-left-style: none;
	background-color: rgba(255, 255, 255, 0.9);
	color: #222;
}

.top_schedule th {
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 3px;
	border: 1px solid #444;
	border-right-style: none;
	border-left-style: none;
	padding: 10px;
}

.top_schedule td {
	font-size: 0.9em;
	line-height: 1.8em;
	vertical-align: middle;
	border: 1px solid #444;
	border-right-style: none;
	border-left-style: none;
	padding: 10px;
}

.top_schedule .td1 {
	width: 65%;
	text-align: left;
	padding-left: 10em;
}

.top_schedule .td2 {
	width: 30%;
	text-align: left;
	padding-left: 2em;
}

.top_schedule .td2 span {
	font-size: 8px;
	margin-left: 5px;
}

.txt_blue {
	color: rgb(36, 112, 188);
}

.txt_red {
	color: rgb(217, 62, 116);
}




/* Slide7　流れ */ 
#slide7 {
	position: relative;
	text-align: center;
	padding: 100px 0 ;
	background: linear-gradient(180deg, #0e192b 10%, #000000 90%);
}


#slide7 ul {
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
	list-style-type: none;
}

#slide7 li {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#slide7 li .title_wrap {
	width: 13%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

#slide7 li .title_wrap .title {
	color: #dad9ca;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 500;
	margin: 0;
	padding: 2px 0 0;
	border: 1px solid #dad9ca;
}

#slide7 li .title_wrap img {
	width: 100%;
	max-width: 130px;
	margin: 10px 0 0;
	padding: 0;
}

#slide7 li .description {
	width: 82%;
	margin: 8px 0 0;
	padding: 0;
}

#slide7 .li_01 {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 0 0 10px;
	padding: 0;
}

#slide7 .li_02 {
	color: #dad9ca;
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: justify;
 	text-justify: inter-ideograph;
	margin: 0;
	padding: 0;
}



/* overlay */
.overlay1 {
	position: relative;
	padding: 0 0 100px;
}

.overlay1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


/* 中ページ */ 
#slide_title {
	position: relative;
    background: linear-gradient(135deg, #000 10%, #0e192b 70%);
}

.title_flex {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.title_flex figure {
	width: 40%;
	margin: 0;
	padding: 1em 0;
}

.title_flex .description {
	text-align: center;
	width: 58%;
	margin: 0;
	padding: 1em 0 1em 1em;
}

.title_flex .description .title01 {
    color: #fff;
    font-size: 1.1em;
    line-height: 2.3em;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
}

.title_flex .description .title02 {
    font-size: 1.6em;
}

.title_flex .description .title03 {
    font-size: 1.3em;
}

.title_flex .description .p01 {
	background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 500;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	margin: .5em 0 0;
	padding: .6em 0;
	display: inline-block;
}

.title_flex .description .p01 span {
	display: inline-block;
}

.title_flex .description .p02 {
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 1em 0 .5em;
}

.title_flex .description .p03 {
	color: #ddd;
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 0;
	padding: .0;
}


#slide_main {
	color: #222;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 100px 0 120px;
	background-color: #fff;
}

h3.ticket_h3 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 600;
    text-align: center;
	position: relative;
    border-radius: 5px;
    border: 2px solid #444;
	margin: 100px 0 40px;
    padding: 12px 12px 12px 20px;
	background-color: #f3f3f3;
}

h3.ticket_h3:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 20px;
    background-color: #fff;
    content: "";
}

h3.ticket_h3:after {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 2px;
    background-color: #444;
    content: "";
}

.day_schedule {
	font-weight: bold;
	display: inline-block;
	background-color: #222;
	color: #fff;
	padding: 0 15px;
}

.ticket_ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.ticket_ul ul {
	width: 100%;
	margin: 10px 0 0;
	padding: 0 10px 0 20px;
}

.ticket_ul li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: "◎ ";
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
}

.ticket_ul  ul li {
	margin: 0 0 8px;
	padding: 0;
	list-style-type: disc;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h4.ticket_h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
    text-align: left;
    border: 3px double #444;
	margin: 50px 0 30px;
    padding: 10px 12px;
	display: inline-block;
	background-color: #e1edf7;
}

.qr_flex {
	display: flex;
	align-items: center;
	border: 1px solid #aaa;
	margin: 30px 0;
	padding: 1em;
	width: 100%;
	max-width: 600px;
}

.qr_flex .description {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.7em;
}

.qr_flex .qrcode_wrap {
	display: flex;
}

.qr_flex .qrcode_wrap figure {
	width: 100px;
	margin: 0 10px 0 50px;
	padding: 0;
}

.qr_flex .qrcode_wrap figcaption {
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
}

.price_list {
	margin: 80px 0 0;
}

h4.room_h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #444;
	margin: 50px 0 20px;
    padding: 0 0 8px;
}

.room_ti {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 600;
	text-align: left;
	margin: 0 0 10px -10px;
}

.room_flex4 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}

.room_flex4 figure {
	width: 23%;
	margin: 0 2.6666% 20px 0;
	padding: 0;
}

.room_flex4 figure:last-child {
	margin: 0 0 20px;
}

.room_flex4 figure figcaption {
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: left;
	margin: 5px 0 0;
}

.main_txt p {
    font-size: 0.95em;
    line-height: 1.8em;
    text-align: justify;
	text-justify: inter-ideograph;
    margin: 0 0 30px;
    padding: 0;
}

table.fee_table {
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
	margin: 40px auto 50px;
	border: 1px solid #999;
}

.fee_table th {
	padding: 12px 10px;
	border: 1px solid #999;
	background-color: #f5f5f5;
}

.fee_table td {
	padding: 12px 10px;
	border: 1px solid #999;
}

.red_dotframe {
	border: 2px dashed #feda31;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #fffde5;
}


/* FOOTER */
footer {
	text-align: center;
	margin: 0;
	padding: 30px 0 40px;
	background-color: #111;
}

.copyright {
	color: #888;
	font-size: 0.95em;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 20px 0 0;
}

.no_link {
	pointer-events: none;
}


/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}

/*フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(237, 48, 36,.5));
	filter: drop-shadow(0px 0px 2px rgba(237, 48, 36,.5));
	width: 120px;
}

.floating-banner a:hover img {
	opacity:0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
}


/*font*/
.f_zenkaku_g_new {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.f_shippori {
	font-family: 'Shippori Mincho', serif;

}

.br820 {
	display: none;
}


/*view point 切り替え*/
@media screen and (max-width: 1200px) {
.title_flex figure {
    width: 32%;
}

.title_flex .description {
    width: 66%;
}

.title_flex .description .title01 {
    font-size: 1.2em;
    line-height: 2.5em;
}

.title_flex .description .title02 {
    font-size: 1.4em;
}

.title_flex .description .title03 {
    font-size: 1.2em;
}

.title_flex .description .p01 {
    font-size: 1.1em;
}

.title_flex .description .p02 {
    font-size: 1em;
}

.title_flex .description .p03 {
    font-size: 0.9em;
}
}


@media screen and (max-width: 1024px) {
.container {
	width: 90%;
}

.container1200 {
	width: 90%;
}

.container1200-2 {
	width: 88%;
	max-width: 1200px !important;
	margin: auto;
}

.logo_wrap {
	width: 93%;
}
}


@media screen and (max-width: 912px) {
.top_schedule .td1 {
    padding-left: 5em;
}

.room_flex4 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.room_flex4 figure {
    width: 48%;
	margin: 0 0 20px 0;
}
}


@media screen and (max-width: 820px) {
.title_flex .description .title01 {
    font-size: 1.1em;
    line-height: 2.5em;
}

.br820 {
	display: block;
}

.title_flex .description .p03 {
	text-align: left;
}
}

@media screen and (max-width: 768px) {
.title_flex .description {
	padding: 1em 0 1.5em 1em;
}

.title_flex .description .title02 {
	font-size: 1.3em;
}
}


@media screen and (min-width: 751px) {
a[href^="tel:"]{
    pointer-events: none;
}
}


@media screen and (max-width: 640px) {
.logo_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 15px;
}

.logo_wrap .logo {
    width: 80px;
	margin-bottom: 15px;
}

.logo_wrap h1 {
    text-align: center;
}

.logo_wrap h1 span {
	margin-right: 0;
}


/* slide_title-sp */
.title_flex figure {
    width: 100%;
}

.title_flex .description {
    width: 100%;
	padding: 0 1em 1.5em;
}

.title_flex .description .title01 {
	display: none;
}

.title_flex .description .p01,
.title_flex .description .p02,
.title_flex .description .p03 {
	line-height: 1.6em;
}


.container {
	width: 90%;
	max-width: 1000px !important;
	margin: auto;
}


/* sp-slide2 */
#slide2 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}

.info p {
	color: #000;
	font-size: 1em;
	line-height: 2em;
	margin: 0;
	letter-spacing: 1px;
}

.news .news_large {
	font-size: 1.5em;
}

.lead_title {
    font-size: 1.8em;
    line-height: 1.6em;
}

.lead_txt {
        font-size: 0.95em;
        line-height: 2.1em;
}

.title_tf {
    font-size: 5em;
    margin: 0 0 -60px;
}

.comment_wrap {
	margin: 50px 0 0;
}

.comment_wrap div {
	width: 100%;
	margin-bottom: 20px;
	padding: 1em 1em .5em;
}


/* sp-slide3 */
#slide3 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

table.outline th {
	font-size: 0.9em;
    padding: 15px 0;
}

table.outline td {
	font-size: 0.9em;
    padding: 15px 10px 10px 10px;
}


/* sp-slide4 */
#slide4 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}

.h3_time_tbl {
    padding: 10px 0;
}

.h3_time_tbl span {
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
	letter-spacing: 1px;
}

.time_tbl_th02 {
    width: 60px;
}

.time_tbl td {
	padding-right: 5px;
	padding-left: 5px;
}

.time_tbl_td02 {
    padding: 10px 5px 10px 10px !important;
}


.table-scroll {
overflow: auto;
}
.table-scroll table {
table-layout: fixed;
}



/*sp-slide5 */
#slide5 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
}

.goto_member {
    font-size: 0.8em;
    line-height: 1.6em;
    border: 1px solid #eee;
    display: inline-block;
    padding: 6px 2px 5px;
}

.top_schedule .td1 {
    width: 55%;
    padding-left: 1em;
}

.top_schedule .td2 {
    width: 35%;
    text-align: left;
    padding: 0 0 0 10px;
}



/* sp-slide6 */
#slide6 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}


/* sp-slide8 */
#slide8 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.p_cast {
    font-size: 1em;
    line-height: 2em;
    margin: 20px 0 0;
    letter-spacing: 1px;
}

.cast_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cast_flex figure {
	margin: 0 0 50px 0;
	padding: 0;
	width: 48%;
}

/* sp-slide9 */
#slide9 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.photos_left {
	width: 100%;
	margin: 0;
}

.photos_right {
	width: 100%;
	margin: 0;
	padding: 0;
}

.photos_right div {
    font-size: 0.95em;
}


/*sp-slide7 */
#slide7 {
    position: relative;
	padding-top: 50px;
	padding-bottom: 0;
}

#slide7 li {
	width: 100%;
	margin: 0 0 40px;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	border-bottom: 1px solid rgba(99, 37, 40, 0.5);
}

#slide7 li .title_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

#slide7 li .title_wrap .title {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

#slide7 li .title_wrap img {
	width: 100%;
	max-width: 120px;
	margin: 10px 0 0;
	padding: 0;
}

#slide7 li .description {
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
}

#slide7 .li_01 {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
}


/* sp-slide_main */
#slide_main {
   padding: 50px 0;
}

.qr_flex {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    padding: 1em 1em 0;
}

.qr_flex .qrcode_wrap figure {
	width: 100px;
	margin: 20px 10px 0;
	padding: 0;
}

h4.room_h4 {
    font-size: 1em;
}

.room_flex4 figure {
    width: 100%;
}

.fee_table th {
	display: block;
}

.fee_table td {
	display: block;
}

/* sp-FOOTER */
footer {
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
}

.copyright {
    font-size: 0.8em;
}

.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}
