@media screen and (max-width:767px) {

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	list-style-type: none;
    line-height: 1.4em;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
}

textarea { font-size: 100%; }

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

hr { display: none; }

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	height: 100%;
	background: #f8f9fb;
	color: #07171f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{text-decoration: none; color: #000;}

.nolink{
    pointer-events: none;
    opacity: 0.2;

}

.s_text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

.pc_view{
	display: none !important;
}

.button a{
  display: inline-block;
  height: 34px;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
  outline: none;
}
.button a::before,
.button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button a,
.button a::before,
.button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button a{
background-color: #fff;
    border: 2px solid #07171f;
    line-height: 30px;
    letter-spacing: 0.4em;
    padding: 0 40px;
    color: #07171f;
    font-size: 14px;
}

header{
width: 88%;
    margin: 0 auto;
}

header h1{
margin-top: 4%;
    width: 48%;
    margin-bottom: 4%;
}

header .sns_block{
position: fixed;
    top: 96px;
right: 16px;
    z-index: 10;
}

header .sns_block li{
    width: 28px;
    text-align: center;
    margin-bottom: 24px;
}

header .gn{
	display: none;
}

* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.cp_fullscreenmenu {
}
.cp_fullscreenmenu .menu {
position: fixed;
top: 0;
right: 0;
display: flex;
visibility: hidden;
overflow: hidden;
width: 100%;
height: 100%;
pointer-events: none;
outline: 1px solid transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
align-items: center;
justify-content: center;
z-index: 5;
}
.cp_fullscreenmenu .menu > div {
display: flex;
overflow: hidden;
width: 240vw;
    height: 240vw;
transition: all 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
text-align: center;
color: #fefefe;
border-radius: 50%;
background: #07171f;
flex: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
align-items: center;
justify-content: center;
}
.cp_fullscreenmenu .menu > div > ul {
display: block;
max-height: 100vh;
margin: 0;
padding: 0 1em;
list-style: none;
transition: opacity 0.4s ease;
opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
font-size: 18px;
    display: block;
    margin: 32% 0;
    padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
position: relative;
display: inline;
cursor: pointer;
transition: color 0.4s ease;
color: #fff;
}
.cp_fullscreenmenu .menu > div > ul > li > a:after {
position: absolute;
z-index: 1;
bottom: -0.15em;
left: 0;
width: 0;
height: 2px;
content: '';
transition: width 0.4s ease;
background: #e5e5e5;
}
.cp_fullscreenmenu .toggle {
position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
visibility: visible;
pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
transition-duration: 0.5s;
-webkit-transform: scale(1);
transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
opacity: 1;
}

.cp_fullscreenmenu .hamburger {
position: fixed;
z-index: 6;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0.5em 1em;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    border-radius: 0 0.12em 0.12em 0;
    background: #07171f;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
position: relative;
top: 50%;
display: block;
width: 100%;
height: 3px;
transition: all 0.4s ease;
background: #fefefe;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
position: absolute;
z-index: 1;
top: -10px;
left: 0;
display: block;
width: 100%;
height: 3px;
content: '';
transition: all 0.4s ease;
background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
top: 10px;
width: 80%;
}

.mainvivisual{
}

.mainvivisual .inner{
    width: 88%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 100%;
}

.mainvivisual .inner .date{
position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    margin-top: 2%;
    width: 65%;
}

.mainvivisual .inner .date p:first-child{
font-size: 6vw;
    letter-spacing: 0.1em;
    font-family: 'Didact Gothic', sans-serif;
    line-height: 0.8em;
}

.mainvivisual .inner .date p:last-child{
font-size: 8vw;
    background-color: #07171f;
    line-height: 1em;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 0.05em;
    font-family: 'Didact Gothic', sans-serif;
    margin-top: 0;
    height: 1em;
    text-align: center;
}

.mainvivisual .inner .date p:last-child small{
	margin-right:2%;
    font-size: 3.2vw;	
}

.mainvivisual .inner .date p:last-child small:last-child{
    margin-right: 0;
}

.mainvivisual .inner .date p:last-child span{
	    font-size: 2.4vw;
    margin: 0 4%;
}

.mainvivisual .inner .right{
position: absolute;
    top: 0;
    left: 0;
    width: 72%;
    z-index: 3;
    margin-top: 78%;
}

.mainvivisual .inner .left{
position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    z-index: 2;
}

.mainvivisual .inner h2{
position: absolute;
    color: #07171f;
    z-index: 3;
    left: 0;
    top: 0;
    margin-top: 24%;
    margin-left: 4%;
    font-size: 7.2vw;
    letter-spacing: 0.4em;
    font-family: 'Didact Gothic', sans-serif;
    line-height: 1.8em;
}

.copyright{
position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: solid 2px #000;
    text-align: center;
    line-height: 0.8em;
    padding-left: 2px;
}

.copyright p{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
font-size: 10px;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 0.2em;
}

.pickup{
width: 88%;
    margin: 6% auto;
}

.pickup p{
font-size: 12px;
    font-weight: 600;
}

.pickup h3{
font-size: 14px;
    line-height: 1.4em;
}

.pickup h3 a{
	text-decoration: underline;
}

.top_place{
    background-color: #07171f;
    padding-bottom: 8%;
    position: static;
    margin-top: 4%;
}

.top_place .inner{
width: 88%;
    margin: 0 auto;
    padding-top: 8%;
    overflow: hidden;
}

.top_place .inner h2{
color: #fff;
    font-size: 6.4vw;
    display: inline-block;
    border-bottom: solid 3px #fff;
    float: left;
    width: 18%;
    line-height: 1em;
}

.top_place .inner p{
color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    float: left;
    width: 72%;
    margin-left: 8%;
}

.top_about{
    padding: 8% 0;
    overflow: hidden;
}

.top_about .inner{
width: 88%;
    margin: 0 auto;
}

.top_about .inner .left{
}

.top_about .inner .left h2{
font-size: 6.4vw;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 8%;
    display: inline-block;
    border-bottom: solid 4px;
}

.top_about .inner .left p{
font-size: 12px;
    margin-bottom: 4%;
    line-height: 1.4em;
}

.top_about .inner .left p br{
	display: none;
}

.top_about .inner .right{
margin-top: 8%;
}

.top_about .inner .right img.vertical{
float: left;
    width: 36%;
    margin-top: 12%;
}

.top_about .inner .right ul{
float: right;
    width: 56%;
}

.top_about .inner .right ul li img{
}

.top_about .inner .right ul li:first-child{
    margin-left: 24%;
}

.top_about .inner .right ul li:last-child{
    margin-top: 8%;
    margin-right: 24%;  
}

.top_news{
    background: linear-gradient(90deg,#f8f9fb 0%,#f8f9fb 50%,#07171f 50%,#07171f 100%);
}

.top_news .inner{
width: 88%;
    margin: 0 auto;
    overflow: hidden;
}

.top_news .inner .headline{
    float: left;
    width: 16%;
}

.top_news .inner .headline h2{
writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 6.4vw;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 0.2em;
    border-left: solid 3px;
    display: inline-block;
}

.top_news .inner .large_block{
    width: 84%;
    float: left;
    background-color: #07171f;
    padding: 8% 8% 0;
    font-size: 0;
    padding-right: 0;
}

.top_news .inner .large_block .middle_block{
margin-bottom: 12%;
    font-size: 0;
}

.top_news .inner .large_block .middle_block:nth-of-type(1){
}

.top_news .inner .large_block .middle_block:nth-of-type(2){
}

.top_news .inner .large_block .middle_block:nth-of-type(3){
}

.top_news .inner .large_block .middle_block img{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.top_news .inner .large_block .middle_block .detail{
display: inline-block;
    vertical-align: top;
    width: 54%;
    margin-left: 6%;
}

.top_news .inner .large_block .middle_block .date{
margin-bottom: 2%;
    font-weight: 600;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
}

.top_news .inner .large_block .middle_block h3{
font-size: 14px;
    color: #fff;
    line-height: 1.4em;
}

.top_news .inner .large_block .middle_block h3 a{
    color: #fff;
}

.top_news .inner .large_block .button{
    text-align: right;
    margin-top: 8%;
    margin-bottom: 8%;
}

.top_news .top_news_footer{
background: linear-gradient(0deg,#f8f9fb 0%,#f8f9fb 65%,#07171f 65%,#07171f 100%);
    padding-bottom: 8%;
}

.top_news .top_news_footer img{
    width: 72%;
}

.share_block{
background-color: #fff;
    width: 100%;
    padding: 4% 0;
}

.share_block h2{
text-align: center;
    width: 120px;
    margin: 0 auto 4%;
}

.share_block ul{
    text-align: center;
    font-size: 0;
}

.share_block ul li{
    width: 32px;
    display: inline-block;
    margin: 0 16px;
    vertical-align: middle;
}

footer{
    background-color: #07171f;
    overflow: hidden;
}

footer p,
footer a{
    color: #fff;
}

footer .inner{
margin: 0 auto;
    width: 88%;
    padding: 8% 0;
}

footer .inner .nav{
 font-size: 0;
 text-align: center; 
 margin-bottom: 8%;  
}

footer .inner .nav li{
font-size: 14px;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 4%;
}

footer .inner .logo_footer{
    width: 40%;
    margin: 0 auto 2%;
}

footer .inner .date{
text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 6vw;
    letter-spacing: 0.05em;
    margin-bottom: 8%;
}

footer .inner .date small{
font-size: 4vw;
    margin-left: 1%;
}

footer .inner .date span{
    margin: 0 1%;
}

footer .inner .large_block{
    overflow: hidden;
}

footer .inner .large_block .left_block{
margin-bottom: 8%;
}

footer .inner .large_block .right_block{
}

footer .inner .large_block p{
    line-height: 1.6em;
}

footer .inner .large_block a{
    text-decoration: underline;
}

footer .inner .support{
    margin-top: 8%;
}

footer .inner .support p{
margin-bottom: 2%;
}

footer .inner .support p br{
	display: none;
}

footer .inner .support p:last-child{
	margin-bottom: 0;
}

footer .button{
    margin: 0 auto 8%;
    display: block;
    text-align: center;
}

footer .button a{
letter-spacing: 0.1em;
    padding: 8px 24px;
    height: 56px;
    background-image: url(../img/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 30px;
    padding-left: 56px;
    line-height: 40px;
    font-size: 12px;
}

.pageload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.pageload-overlay.show {
    visibility: visible;
}

.pageload-overlay svg {
    position: absolute;
    top: 0;
    left: 0;
}

.pageload-overlay svg path {
    fill: #fff;
}

#loader {
width: 180px;
    height: 110px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -90px;
    z-index: 1001;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#loader img{
    text-align: center;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.othercontents{
overflow: hidden;
padding-bottom: 12%;
}

.othercontents .inner{
width: 88%;
    margin: 8% auto;
}

.othercontents .inner .headline {
float: left;
    width: 14%;
}

.othercontents .inner .headline h2 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
font-size: 7.2vw;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 0.1em;
    border-left: solid 3px;
    display: inline-block;
}

.othercontents .inner .large_block{
width: 86%;
    float: left;
    font-size: 0;
    margin-bottom: 6%;
}

.singlenews .inner .large_block .middle_block{
margin-bottom: 16%;
}

.singlenews .inner .large_block .middle_block .date{
font-size: 12px;
    font-weight: 600;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 2%;
    letter-spacing: 0.1em;
}

.singlenews .inner .large_block .middle_block .thumbnail{
margin-bottom: 4%;
}

.singlenews .inner .large_block .middle_block h3{
font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    margin-bottom: 4%;
}

.singlenews .inner .detail p{
    margin-bottom: 1.6%;
    line-height: 1.6em;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
}

.singlenews .inner .detail img{
    margin-bottom: 1.6%;
}

.singlenews .inner .large_block .button{
    text-align: center;
}

.navigation{
margin-bottom: 8%;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #aaa;
padding: 8% 4% 0;
}

.navigation .navigation_prev{
    float: left;
    width: 40%;
}

.navigation .navigation_next{
    float: right;
    text-align: right;
    width: 40%;
}

.news .inner .large_block .middle_block{
margin-bottom: 12%;
}

.news .inner .large_block .middle_block:nth-child(3n) {
    margin-right: 0;
}

.news .inner .large_block .middle_block img{
width: 40%;
    display: inline-block;
    vertical-align: top;
}

.news .inner .large_block .middle_block .detail{
width: 54%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6%;
	
}

.news .inner .large_block .middle_block .date{
    margin-bottom: 2%;
    font-weight: 600;
    font-family: 'Didact Gothic', sans-serif;
}

.news .inner .large_block .middle_block h3{
font-size: 12px;
    line-height: 1.4em;
}

.news .inner .large_block .middle_block h3 a{
	text-decoration: underline;
}

.singlenews .inner .large_block .middle_block .detail table{
    margin-bottom: 8%;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}

.singlenews .inner .large_block .middle_block .detail table td{
    width: 100% !important;
    display: block;
    padding: 8% 0;
}

.singlenews .inner .large_block .middle_block .detail table td:last-child{
padding-top: 0;
}

.singlenews .inner .large_block .middle_block .detail h4{
	font-weight: 600;
	font-size: 16px; 
	 border-bottom: solid 1px;
 display: inline-block;
  margin-bottom: 2%;
}

.singlenews .inner .large_block .middle_block .detail a{
	text-decoration: underline;
}

.singlenews .gallery{
    margin-bottom: 8%;
}

.singlenews .gallery li{
    text-align: center;
}

.singlenews .gallery li p,
.singlenews .gallery li img{
margin-bottom: 0 !important;
}

.singlenews .gallery li a{
pointer-events: none;  
}

.singlenews .gallery li p{
    font-size: 10px;
}

.singlenews .gallery-columns-4 ul{
-webkit-column-count: 4;
    -webkit-column-gap: 4%;
    -webkit-column-fill: auto;
    -moz-column-count: 4;
    -moz-column-gap: 4%;
    -moz-column-fill: balance !important;
    column-count: 4;
    column-gap: 4%;
    column-fill: auto;
}

.singlenews .gallery-columns-4 li{
vertical-align: top;
margin-bottom: 16%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    display: block !important;
}

.singlenews .gallery-columns-3 ul{
-webkit-column-count: 3;
    -webkit-column-gap: 4%;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 4%;
    -moz-column-fill: balance !important;
    column-count: 3;
    column-gap: 4%;
    column-fill: auto;
}

.singlenews .gallery-columns-3 li{
vertical-align: top;
margin-bottom: 16%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    display: block !important;
}

.singlenews .gallery-columns-2 ul{
-webkit-column-count: 2;
    -webkit-column-gap: 4%;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 4%;
    -moz-column-fill: balance !important;
    column-count: 2;
    column-gap: 4%;
    column-fill: auto;
}

.singlenews .gallery-columns-2 li{
vertical-align: top;
margin-bottom: 16%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    display: block !important;
}

.singlenews .gallery-columns-1 li{
margin-bottom: 8%;
}

.singlenews .gallery-columns-1 li p{
    font-size: 14px;
}

.access .map{
height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 12%;
}

.access .map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.access .middle_block{
margin-bottom: 8%;
    border-bottom: solid 1px #aaa;
    padding-bottom: 6%;
}

.access .middle_block h3{
margin-bottom: 6%;
background-image: url(../img/icon_map.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 20px;
padding-left: 24px;
font-size: 16px;
letter-spacing: 0.05em;
border-bottom: solid 2px #222;
display: inline-block;
}

.access .middle_block .address{
margin-bottom: 4%;
}

.access .middle_block .event{
    margin-bottom: 2%;
}

.access .middle_block .event .date{
font-size: 12px;
font-weight: 600;
}

.access .middle_block .event h4{
font-size: 14px;
}

.artist .inner .large_block .middle_block{
width: 29.3%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
    margin-bottom: 12%;
}

.artist .inner .large_block .middle_block:nth-child(3n) {
    margin-right: 0;
}

.artist .inner .large_block .middle_block img{
    margin-bottom: 8%;
}

.artist .inner .large_block .middle_block h3{
    font-size: 14px;
    text-align: center;
}

.artist .inner .large_block .middle_block h3 a{
    text-decoration: underline;
}

.singleartist .middle_block{
overflow: hidden;
    margin-bottom: 16%;
}

.singleartist .middle_block .thumbnail{
width: 100%;
    margin: 0 0 8%;
}

.singleartist .middle_block .detail{
    width: 90%;
    margin: 0 auto;
}

.singleartist .middle_block .detail .tag{
    background-color: #07171f;
    display: inline-block;
    color: #fff;
    padding: 0 2.4%;
    height: 1.4em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 2.4%;
}

.singleartist .middle_block .detail a{
    text-decoration: underline;
}

.singleartist .middle_block .detail h3{
font-size: 18px;
    margin-bottom: 8%;
    letter-spacing: 0.05em;
}

.singleartist .middle_block .detail p{
    line-height: 1.8em;
}

.singleartist .middle_block .detail .text{
margin-bottom: 8%;
}

.singleartist .middle_block .detail .place{
margin-bottom: 4%;
}

.singleartist .middle_block .detail .event{
margin-bottom: 4%;
}

.singleartist .middle_block .detail h4{
font-weight: 600;
    margin-bottom: 1.6%;
    border-bottom: solid 2px #222;
    display: inline-block;
    padding-bottom: 0.8%;
}

.singleartist .button{
    text-align: center;
    margin-top: 16%;
}

.pagetop {
display: none;
}

.pagetop img{
display: none;
}

.schedule table tbody th {
  text-align: left;
}

.schedule .table-wrapper{
    width: 100%;
    overflow: scroll;
    height: 480px;
    border: solid #07171f 1px;
}

.schedule .table-wrapper:last-child{
width: 100%;
    overflow: scroll;
}

.schedule table{
  position: relative;
  border-collapse: separate;
}

.schedule table td,
.schedule table th{
white-space: nowrap;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4em;
}

.schedule table td small{
    margin-left: 4px;
}

.schedule table th{
position: sticky;
    top: -1px;
    z-index: 2;
    background-color: #607D8B;
    color: #fff;
    border-top: none;
}

.schedule table th:first-of-type{
  left: 0;
  z-index: 3;
}

.schedule table tbody tr td:first-of-type{
  background-color: #eee;
  position: sticky;
  left: -1px;
  text-align: left;
}

.schedule .table-wrapper:first-child{
    margin-bottom: 16%;
}

.schedule p{
margin-bottom: 2.4%;
    letter-spacing: 0.2em;
    font-size: 14px;
}

.schedule h3{
font-size: 20px;
margin-bottom: 4%;
display: inline-block;
border-bottom: solid 2px;
margin-top: 16%;
}

.bg_wh{
background-color: #f8f9fb !important;
    position: unset !important;
}

.small_height td{
padding: 0 8px !important;
}

.othercontents .map_schedule_pdf{
background-repeat: no-repeat;
background-size: 22px;
background-position: center left;
text-align: center;
background-image: url(../img/icon_pdf.png);
width: 248px;
margin: 4% auto 16%;
}

.othercontents .map_schedule_pdf a{
    text-decoration: underline;
}

.othercontents .map_schedule_pdf{
background-repeat: no-repeat;
background-size: 22px;
background-position: center left;
text-align: center;
background-image: url(../img/icon_pdf.png);
width: 248px;
margin: 0 auto 8%;
}

.othercontents .map_schedule_pdf a{
    text-decoration: underline;
}

.schedule.othercontents .map_schedule_pdf{
font-size: 14px;
clear: both;
overflow: hidden;
letter-spacing: normal;
margin-top: 2.4%;
display: block;
margin-bottom: 0;
text-align: center;
width: 72%;
margin: 0 auto;
}










}




















}




















