@charset "UTF-8";
/* =============================================================
layout.css
 =============================================================== */

/* header
  ---------------------------------------------------------------- */

#header {
    min-width: 1100px;
    min-height: 72px;
    background: #000;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background: rgba(000, 000, 000, 0.8);
}

#header .header_logo {
    padding: 25px 20px 0;
    width: 220px;
    float: left;
    position: relative;
    z-index: 500;
    box-sizing: border-box;
}

#header .header_logo span {
    display: block;
    text-align: center;
    color: #fff;
}

#header .header_right {
    padding: 35px 50px;
    width: 150px;
    float: right;
    display: flex;
    position: relative;
    z-index: 500;
}

#header .search_container {
    box-sizing: border-box;
    position: relative;
    background: #fff;
    padding: 3px 10px;
    margin: 0 20px 0 0;
    border-radius: 20px;
    height: 2.8em;
    width: 80%;
    overflow: hidden;
}

#header .search_container input[type="text"] {
    border: none;
    height: 2.0em;
    background: 000;
}

#header .search_container input[type="text"]:focus {
    outline: 0;
}

#header .search_container input[type="submit"] {
    cursor: pointer;
    font-size: 1.3em;
    border: none;
    background: none;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -3px;
    outline: none;
}

#header .header_sns_language {
    display: flex;
}

.sns_box {
    padding: 5px 0 0 0;
}

#header .sns_icon {
    padding: 23px 30px 0 0;
}

#header .language_box {
    display: flex;
    margin: 0 0 0 15px;
}

#header .language_box a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 5px 5px;
}

#header .gnavi {
    position: relative;
    z-index: 100;
    text-align: center;
    display: block;
    margin: 0 auto 0 0;
}

#header .gnavi.second {
    width: auto;
    margin: 0;
}

#header .gnavi ul {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 15px;
    padding: 17px 0 0 0;
    margin: 0 50px 0 0;
}

#header .gnavi>ul>li>a:hover {
    color: #ccc;
}

#header .gnavi>ul>li.event>a:hover {
    color: #fb91b9;
}

#header .gnavi>ul>li.about>a:hover {
    color: #007fb2;
}

#header .gnavi>ul>li.seat>a:hover {
    color: #e36d15;
}

#header .gnavi>ul>li.floor>a:hover {
    color: #aad5f6;
}

#header .gnavi>ul>li.access>a:hover {
    color: #dfef8d;
}

#header .gnavi>ul>li>a {
    display: block;
    position: relative;
    padding: 9px 30px;
    float: left;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#header .gnavi.second>ul>li>a {
    padding: 3px 15px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 35px;
    margin: 3px 0 0 0;
}

#header .gnavi.second>ul>li>a:hover {
    color: #fff;
    background: #000;
    border-radius: 35px;
    border: 2px solid #fff;
}

.sp_gnavi {
    display: none;
}

i.fab.fa-twitter {
    color: #fff;
}

i.fab.fa-twitter:hover {
    color: #1DA1F2;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

@media screen and (min-width: 739px) {
    body.is-fixed #header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
        background: rgba(000, 000, 000, 0.8);
    }
    body.is-fixed #header .header_logo {
        padding: 12px 50px;
        width: 280px;
        float: left;
        position: relative;
        z-index: 500;
    }
}

@media only screen and (max-width: 739px) {
    #header {
        min-width: 100%;
        position: unset;
        min-height: 15px;
    }
    #header .header_logo {
        padding: 0 0 0 5px;
        width: 100%;
        height: 50px;
        float: none;
        margin: 0 auto;
        position: fixed;
        background: #000;
        z-index: 10001;
    }
    #header .header_logo a {
        display: block;
        width: 140px;
        margin: 0;
    }
    #header .header_logo a img {
        width: 140px;
        display: inherit;
        padding: 15px 0 0 0;
    }
    #header .header_logo a span {
        display: inline-block;
        font-size: 11px;
    }
    #header .header_right {
        display: none
    }
    #header .header_right.openNav {
        display: block;
    }
    #header .gnavi {
        display: none
    }
    .important_news {
        display: block;
    }
    .sp_gnavi.openNav {
        display: block;
        padding: 0 0 50px;
        height: 110vh;
        min-height: 850px;
    }
    #header .header_right {
        padding: 0 0 15px;
        margin: 15px 4% 5px;
        width: 92%;
        float: none;
    }
    #header .search_container {
        width: 100%;
    }
    #header .header_sns_language {
        padding: 20px 15% 10px;
        justify-content: space-between;
    }
    #header .sns_box {
        max-width: 150px;
    }
    /* sp_gnavi */
    .sp_wrap {
        display: none;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        top: 50px;
        z-index: 10000;
        background: #000;
    }
    .sp_wrap.openNav {
        display: block;
    }
    #sp_gnavi .sp_gnavi__tit {
        padding: 5px;
        background: #333333;
        color: #fff;
        text-align: center;
        width: 96%;
        margin: 35px 2% 15px;
    }
    #sp_gnavi .sp_gnavi__block {
        display: flex;
        flex-wrap: wrap;
        width: 96%;
        margin: 0 2% 15px;
    }
    #sp_gnavi .sp_gnavi__block.boder {
        padding: 0 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin: 0 2% 15px;
    }
    #sp_gnavi .sp_gnavi__block li {
        width: 50%;
    }
    #sp_gnavi .sp_gnavi__block a {
        display: block;
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
    }
    #header .sns_icon {
        display: none;
    }
}

/* navToggle
  ---------------------------------------------------------------- */

@media only screen and (max-width: 739px) {
    #navToggle {
        position: fixed;
        display: block;
        right: 15px;
        top: 12px;
        width: 28px;
        height: 25px;
        cursor: pointer;
        z-index: 12000;
    }
    body.is-fixed #navToggle {
        z-index: 10000;
    }
    #navToggle div {
        position: relative;
    }
    #navToggle span {
        display: block;
        position: absolute;
        width: 100%;
        border-bottom: solid 2px #fff;
        /* -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out; */
        transition: .3s ease, visibility .3s ease;
    }
    #navToggle span:nth-child(1) {
        top: 1px;
    }
    #navToggle span:nth-child(2) {
        top: 12px;
        width: 100%;
    }
    #navToggle span:nth-child(3) {
        top: 24px;
        width: 100%;
    }
    #navToggle.openNav span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #navToggle.openNav span:nth-child(2), #navToggle.openNav span:nth-child(3) {
        top: 12px;
        width: 100%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navToggle__text {
        position: absolute;
        top: 41px;
        left: 1px;
        text-align: center;
    }
}

/* footer
  ---------------------------------------------------------------- */

#footer {
    position: relative;
    color: #fff;
    background: #000;
    overflow: hidden;
    padding: 15px 0;
}

.footer_navi_t {
    float: right;
    width: 45%;
    min-width: 580px;
    display: flex;
    text-align: center;
    margin: 10px 0 30px;
}

.footer_navi_t a:hover {
    text-decoration: underline;
}

.footer_navi_t a, .footer_navi_m a {
    color: #fff;
}

.footer_navi_t li+li::before {
    margin: 0 15px;
    content: "|";
}

.footer_navi_m {
    width: 100%;
    display: flex;
}

.footer_navi_m li:first-child {
    width: 150px;
    margin: 0 40px 0 0;
}

.footer_navi_m li {
    margin: 0 30px 0 0;
}

.footer_navi_b {
    width: 100%;
    padding: 30px 0 0px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
}

@media only screen and (max-width: 739px) {
    .footer_navi_t {
        float: none;
        width: 96%;
        min-width: 96%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin: 10px 2% 30px;
    }
    .footer_navi_t li {
        width: 50%;
        display: block;
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
    }
    .footer_navi_t li+li::before {
        margin: 0;
        content: "";
    }
    .footer_navi_m {
        width: 100%;
        display: block;
    }
    .footer_navi_m li:first-child, .footer_navi_m li {
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }
}

/* important
 ---------------------------------------------------------------- */

 #important {
    width: 100%;
    display: block;
    position: absolute;
    top: 73px;
    background: #fff;
    z-index: 100;
}

.important_news {
    width: 100%;
    display: flex;
    margin: 0 auto;
    width: 500px;
}

.important_news dd {
    padding: 0 0 0 15px;
    font-size: 15px;
    color: red;
}

@media only screen and (max-width: 739px) {
    #important {
        width: 100%;
        background: #fff;
        padding: 0;
    }
    s0 .important_news {
        display: flex;
        width: 100%;
    }
    .important_news dt {
        padding: 0 0 0 15px;
    }
    .important_news dd {
        padding: 3px 0 0 15px;
        font-size: 12px;
        color: red;
    }
}

/* pickup
 ---------------------------------------------------------------- */

#pickup {
    padding: 70px 0 0 0;
    background: #000;
}

#pickup.important_active{
    padding: 95px 0 0 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    background: #000;
}

.slick-initialized .slick-slide {
    opacity: 0.4;
    /* 両サイドの画像を透過 */
}

.slick-initialized .slick-slide a {
    height: 505px;
    display: block;
    width: 100%;
    position: relative;
}
.slick-initialized .slick-slide .slider_img {
    height: 400px;
    display: block;
    width: 100%;
    position: relative;
}

.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}

@media only screen and (max-width: 739px) {
    .slick-initialized .slick-slide a {
        height: 364px;
        margin: 0 0 10px;
    }
	.slick-initialized .slick-slide .slider_img {
		height: 300px;
	}
    #pickup {
        padding: 0;
    }
}
.slick-initialized .slick-slide.slick-active {
    opacity: 1;
    /* センター画像を非透過 */
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1500;
}

.slide-arrow {
    position: absolute;
    top: 40%;
    margin-top: -15px;
}

.prev-arrow {
    left: 21%;
    height: 36px;
    width: 36px;
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 9999;
}

.prev-arrow:hover {
    cursor: pointer;
}

.next-arrow {
    right: 21%;
    height: 36px;
    width: 36px;
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 9999;
}

.next-arrow:hover {
    cursor: pointer;
}

.slider_item {
    position: relative;
}

.slider_detail {
    color: #fff;
    position: relative;
    background: #000;
    padding: 30px 0 15px;
    width: 100%;
    display: flex;
}

.slider_detail__left {
    width: 12%;
    min-width: 120px;
    padding: 0 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.slider_detail__left .date_sub {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
}

.slider_detail__left .date_sub.sunday {
    color: #ff0709;
}

.slider_detail__left .date_sub.saturday {
    color: #3d84d4;
}

.slider_detail__left .date {
    font-size: 22px;
    font-weight: bold;
}

.slider_detail__right {
    width: 85%;
    padding: 0px 10px 0 15px;
}

@media only screen and (max-width: 739px) {
    .slider_detail__right span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .slider_detail__right {
        width: 90%;
        padding: 0px 10px 0 5px;
    }
}

.slider_detail__right h2 {
    font-size: 17px;
    margin: 0 0 5px;
    line-height: 1.2;
}

.slider_detail__right span {
    display: block;
    line-height: 1.2;
}

@media only screen and (max-width: 739px) {
    .slick-slider {
        padding: 0px 0 0 0;
    }
    .slider_detail__right h2 {
        font-size: 16px;
    }
    .slider_detail__left .date {
        font-size: 14px;
        font-weight: bold;
    }
    .slider_detail__left {
        width: 30%;
        min-width: 50px;
        padding: 0 10px;
    }
    .slider_detail {
        padding: 5px 0;
    }
    .slick-initialized .slick-slide {
        padding: 0;
        z-index: 9999;
    }
    .prev-arrow {
        display: none !important;
    }
    .next-arrow {
        display: none !important;
    }
    .slick-list.draggable {
        padding: 0 !important;
    }
}

/* news_sns
---------------------------------------------------------------- */

#news_sns, #news {
    padding: 100px 0 150px 0;
    background: #1a1a1a;
    /* background: url(../images/top_news.jpg) no-repeat right 55%/cover; */
    background-attachment: fixed;
    background: rgb(0, 127, 255);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 127, 255, 1) 0%, rgba(248, 86, 153, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 127, 255, 1) 0%, rgba(248, 86, 153, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 127, 255, 1) 0%, rgba(248, 86, 153, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#f85699', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#news_sns .sectiontit {
    color: #fff;
    text-align: center;
    font-size: 57px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.top_news {
    display: flex;
    margin: 0 auto;
}

.top_news .top_news__list {
    width: 70%;
    padding: 12px 5% 15px;
}

.top_news .top_news__sns {
    width: 30%;
    border: 10px solid #1DA1F2;
    background: #fff;
}

.top_news h2 {
    color: #000;
    text-align: center;
    font-size: 57px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.top_news h2.sns {
    color: #1DA1F2;
}

.news_detail {
    margin: 0 0 52px;
}
.news_detail__list {
    margin: 0 0 30px;
}
.news_detail__list > a:hover dd {
    text-decoration: underline;
    transition: 0.5s;
}

a.event_btn.news {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 35px;
    border: 2px solid #fff;
    background: rgba(000, 000, 000, 0);
    display: block;
    width: 50%;
    max-width: 300px;
    padding: 12px 45px;
    margin: 0 auto 15px;
    text-align: center;
}

.news_detail dl {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.news_detail a:first-child dl, .news_detail div:first-child dl {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.news_detail dl>dt {
    width: 25%;
    max-width: 200px;
    padding: 0 0 0 5%;
    float: left;
}

.news_detail dl>dd {
    width: 70%;
    float: left;
}

.top_news .news_detail dl>dd a {
    color: #fff;
}

.news_detail>a:hover dl {
    background: #000;
    color: #fff;
    transition: 0.5s;
}

#news .news_detail {
    margin: 0 0 52px;
}

#news .news_detail dl {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#news .news_detail.archive dl {
    color: #000;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

#news .news_detail.archive a:nth-child(2n) dl {
    background: #f0f0f0;
    border-bottom: 1px solid #e9e9e9;
}

#news .news_detail.archive a:first-child dl {
    border-top: 1px solid #e9e9e9;
}

#news .news_detail a:first-child dl {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#news .news_detail.archive a:hover dl dd {
    text-decoration: underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#news .news_detail dl>dt {
    width: 30%;
    max-width: 200px;
    padding: 0 0 0 4%;
    float: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#news .news_detail dl>dd {
    width: 75%;
    float: left;
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 26px;
}

#news .top_news .news_detail dl>dd a {
    color: #fff;
}

#news .news_detail>a:hover dl {
    background: #000;
    color: #fff;
    transition: 0.5s;
}

.new {
    margin-left: 5px;
    vertical-align: middle !important;
}

.pdf {
    margin-left: 5px;
    vertical-align: middle !important;
}

#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
}

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
}

.timeline {
    max-width: 100% !important;
    width: 100% !important;
}

/* ここから下を追記 */

.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 24pz !important;
    line-height: 14pt!important;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 24px !important;
    line-height: 50px;
    font-weight: 300;
}

@media only screen and (max-width: 739px) {
    .top_news h2 {
        text-align: center;
        font-size: 48px;
        margin: 0 0 15px;
    }
    .top_news {
        display: block;
        margin: 0 auto;
    }
    .top_news .top_news__list {
        width: 100%;
        padding: 50px 4%;
    }
    .top_news .top_news__sns {
        width: 100%;
        overflow: hidden;
    }
    .top_news .top_news__snsp iframe {
        width: 100%;
        margin: 0 auto;
    }
    .top_news .top_news__snsp iframe .timeline-Tweet-text {
        margin-top: 6px;
        margin-left: 0;
        font-size: 12px !important;
        line-height: 15px !important;
        ;
    }
    .news_detail dl {
        padding: 10px;
        font-size: 14px;
    }
    .news_detail dl>dt {
        font-size: 12px;
        width: 100%;
        padding: 0 0 10px 0;
        float: none;
    }
    .news_detail dl>dd {
        width: 100%;
        float: none;
    }
    #news_sns {
        padding: 50px 0 80px 0;
    }
    #news_sns .sectiontit {
        font-size: 38px;
    }
}

/* top_about
---------------------------------------------------------------- */

#top_about {
    width: 100%;
    background: url(https://localhost/assets/images/top_about_bg.jpg) no-repeat right 55%/cover;
    padding: 80px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007fb2+0,ffff84+100 */
    background: rgb(0, 127, 178);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fb2', endColorstr='#ffff84', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#top_about .container.white {
    padding: 75px 5%;
    border-radius: 100px;
}

.top_about_tit {
    font-size: 42px;
    color: #fff;
    padding: 10px 50px;
    width: 100%;
    margin: 0 auto;
}

.top_about_sub {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.top_about_tit_block {
    display: block;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.top_about_tit span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    float: left;
}

.top_about_tit img {
    width: 260px;
    height: auto;
    display: block;
    float: right;
    padding: 17px 0 0 0;
}

.about_section__center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 45px;
}

.about_section__center_inner {
    position: relative;
    /* comingsoon用 */
    /* background: #ddd; */
    /* open用 */
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    width: 270px;
    height: 270px;
    margin: 1%;
}

a.about_section__center_inner:hover {
    /* comingsoon用 */
    /* cursor: default; */
    /* open用 */
    transform: scale(1.1, 1.1);
}
.about_section__center_inner.comingsoon {
    background: #ddd;
}

a.about_section__center_inner.comingsoon:hover {
    cursor: default;
    transform: none;
}
.about_section_tit {
    color: #70cab7;
    font-size: 20px;
    padding: 25px 0 25px;
    position: relative;
}

.about_section_tit::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    position: absolute;
    border-right: 2px solid #70cab7;
    border-bottom: 2px solid #70cab7;
    transform: rotate(45deg);
}

.about_section_tit h3 {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.about_section_text {
    width: 80%;
    font-size: 16px;
    margin: 10px auto 0;
    color: #000;
}

.about_section__center .about_section_text {
    font-weight: 500;
}

.about_section_tit h3 {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
a.top_about_btn {
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 35px;
    display: block;
    width: 300px;
    padding: 15px 45px;
    margin: 0 auto;
    text-align: center;
}

a.top_about_btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
.aboutTab__item.coming_soon {
    background: #ddd!important;
}
@media only screen and (max-width: 739px) {
    #top_about {
        padding: 100px 0;
    }
    .top_about_tit {
        font-size: 18px;
        padding: 10px 2%;
        width: 94%;
        margin: 0 3%;
        margin: 0 auto 10px;
    }
    .about_section {
        display: block;
        margin: 0 0 30px;
    }
    .about_section__list {
        width: 94%;
        margin: 0 3%;
    }
    .about_section__center {
        padding: 0;
        margin: 10px 0 0 0;
    }
    .about_section.reverse .about_section__center {
        padding: 0;
    }
    .about_section__list_tit {
        font-size: 20px;
        margin: 0 0 10px;
        font-weight: bold;
    }
    a.top_about_btn {
        font-size: 14px;
        border-radius: 35px;
        width: 80%;
        padding: 15px 45px;
        margin: 0 10% 30px;
        text-align: center;
        box-sizing: border-box;
    }
    .about_section__list_text {
        font-size: 14px;
    }
    #top_about .container.white {
        padding: 75px 5%;
        border-radius: 15px;
        width: 94%;
    }
    .about_section__center {
        display: block;
    }
    .about_section__center_inner {
        display: block;
        margin: 0 auto 30px;
    }
    .top_about_tit_block {
        display: block;
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .top_about_tit span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        float: none;
        margin: 0 auto;
        font-size: 32px;
        text-align: center;
        display: block;
    }
    .top_about_tit img {
        width: 150px;
        height: auto;
        display: block;
        float: none;
        padding: 17px 0 0 0;
        margin: 0 auto;
    }
}

/* page_about
---------------------------------------------------------------- */

#about {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007fb2+0,ffff84+100 */
    background: rgb(0, 127, 178);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fb2', endColorstr='#ffff84', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* page_seat
---------------------------------------------------------------- */

#seat {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8000+1,d13e99+100 */
    background: rgb(255, 128, 0);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 128, 0, 1) 1%, rgba(209, 62, 153, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 128, 0, 1) 1%, rgba(209, 62, 153, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 128, 0, 1) 1%, rgba(209, 62, 153, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#d13e99', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* page_floor
---------------------------------------------------------------- */

#floor {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3fa7f3+2,000048+100 */
    background: rgb(63, 167, 243);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(63, 167, 243, 1) 2%, rgba(0, 0, 72, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(63, 167, 243, 1) 2%, rgba(0, 0, 72, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(63, 167, 243, 1) 2%, rgba(0, 0, 72, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa7f3', endColorstr='#000048', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.floor_search_box {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10% 30px;
    justify-content: space-between;
}

.floor_search_box a {
    width: 23%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px;
    margin: 0 0 20px;
    color: #fff;
    border: 2px solid #fff;
    display: block;
    position: relative;
}

.floor_search_box a.is-active {
    background: #000;
}

.floor_search_box a:hover {
    background: #000;
}

.dropdwn_menu {
    width: 202px;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0;
    background: rgba(000, 000, 000, 0.8);
    z-index: 500;
    top: 44px;
    left: 3px;
}

.dropdwn_menu li {
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 5px;
}

.dropdwn_menu li.dropdwn_submenu {
    width: 100%;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
}

.dropdwn_menu li a {
    padding: 5px 0;
    margin: -5px 5px -5px -5px;
    display: block;
}

@media screen and (max-width: 739px) {
    .dropdwn_menu {
        display: none !important;
    }
}

.floornumber_tit {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    line-height: 1;
    margin: 0 0 50px;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

@media screen and (max-width: 739px) {
    .floornumber_tit {
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-size: 36px;
        line-height: 1;
        margin: 0 0 35px;
        text-align: center;
    }
}

/* page_organizer
---------------------------------------------------------------- */

#organizer {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008f99+0,f8645d+100 */
    background: rgb(0, 143, 153);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 143, 153, 1) 0%, rgba(248, 100, 93, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 143, 153, 1) 0%, rgba(248, 100, 93, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 143, 153, 1) 0%, rgba(248, 100, 93, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008f99', endColorstr='#f8645d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* page_faq
---------------------------------------------------------------- */

#faq {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007fb2+0,ffff84+100 */
    background: rgb(0, 127, 178);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 127, 178, 1) 0%, rgba(255, 255, 132, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fb2', endColorstr='#ffff84', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.faq_block {
    display: block;
    width: 100%;
    margin: 0 0 50px;
}

.faq_list {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 30px 55px 30px 80px;
    margin: 0 0 20px;
    box-sizing: border-box;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
}

.faq_list:hover {
    cursor: pointer;
}

a.faq_list {
    color: #000;
}

.faq_list dl {
    display: flex;
    width: 100%;
    position: relative;
}

.faq_list dl dt {
    padding: 0 15px 0 0;
}

.faq_list dl dd.question_text {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 500;
}

.faq_list dl dd.answer_text {
    padding: 15px 30px 0 0;
    font-size: 16px;
}

.faq_list dl dt.question_tit {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #007fb2;
}

.faq_list dl dt.answer_tit {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ff545e
}

.faq_list .anser {
    display: none;
}
.faq_list .toggleIcon {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.faq_list .toggleIcon::before {
    width: 2px;
    height: 100%;
    left: calc(50% - 2px);
    margin-left: 1px;
    content: '';
    position: absolute;
    background: #AAA;
}

.faq_list .toggleIcon::after {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    content: '';
    position: absolute;
    background: #AAA;
}

.toggleIcon.open::before {
    transform: rotate(45deg);
}

.toggleIcon.open::after {
    transform: rotate(45deg);
}

.faq_search_box {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10% 30px;
    justify-content: space-between;
}

.faq_search_box::before {
    content: "";
    display: block;
    width: 32%;
    order: 1;
}

.faq_search_box a {
    width: 32%;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px;
    margin: 0 0 20px;
    color: #fff;
    border: 2px solid #fff;
    display: block;
    border-radius: 35px;
}

.faq_search_box a:hover {
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 739px) {
    #faq {
        padding: 100px 0;
    }
    .faq_list {
        width: 96%;
        background: #fff;
        padding: 15px;
        margin: 0 2% 20px;
        border-radius: 30px;
    }
    .faq_list dl dd.question_text {
        font-size: 15px;
        padding: 5px 30px 0 0;
        font-weight: 700;
    }
    .faq_list dl dd.answer_text {
        font-size: 12px;
        padding: 8px 30px 0 0;
    }
    .faq_search_box {
        width: 94%;
        display: block;
        margin: 0 3%;
    }
    .faq_search_box a {
        width: 100%;
    }
    .faq_list dl dt.question_tit {
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #007fb2;
    }
    .faq_list dl dt.answer_tit {
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #ff545e
    }
    .faq_list .toggleIcon {
        position: absolute;
        width: 1em;
        height: 1em;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

/* page_access
---------------------------------------------------------------- */

#access {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffff84+0,0096c1+100 */
    background: rgb(255, 255, 132);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 132, 1) 0%, rgba(0, 150, 193, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 132, 1) 0%, rgba(0, 150, 193, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 132, 1) 0%, rgba(0, 150, 193, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff84', endColorstr='#0096c1', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* page_contact
---------------------------------------------------------------- */

#contact {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff988f+0,8b41d2+100 */
    background: rgb(255, 152, 143);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 152, 143, 1) 0%, rgba(139, 65, 210, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 152, 143, 1) 0%, rgba(139, 65, 210, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 152, 143, 1) 0%, rgba(139, 65, 210, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff988f', endColorstr='#8b41d2', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* contact
---------------------------------------------------------------- */

#contact .block {
    font-size: 16px;
}

#contact .child-iframe {
    border: 1px solid #ccc;
}

#contact .block .box_top {
    width: 100%;
    padding: 20px 4% 40px;
}

#contact .block .box_inner {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 4% 40px;
    border: 1px solid #ccc;
}

#contact .block dl {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

#contact .block dl.border_top {
    border-top: 1px dotted #ccc;
}

#contact .block dl dt {
    float: left;
    width: 35%;
}

#contact .block dl dd {
    float: right;
    width: 65%;
}

* html #contact .block dl dd {
    height: 100%;
}

#contact .block .box_form {
    padding: 20px;
}

#contact .block .caption {
    color: #999;
}

#contact .block .box_form input {
    width: 75%;
    padding: 15px 5%;
    font-size: 14px;
}

#contact .block .box_form input[type=radio], #contact .block .box_form input[type=checkbox] {
    width: 20px;
}

#contact .block .box_form label {
    display: block;
    margin-bottom: 5px;
}

#contact .block .box_form textarea {
    width: 90%;
    padding: 15px 5%;
    font-size: 14px;
}

#contact .block .error {
    color: #f00;
    font-weight: bold;
}

#contact .block .box_btn {
    width: 540px;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
}

#contact .block .box_btn input {
    width: 260px;
    height: auto;
}

#contact .block .float_l {
    float: left;
}

#contact .block .float_r {
    float: right;
}

#contact .block .icon_required {
    margin-left: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #BF0003;
    font-size: 12px;
    color: #fff;
}

#contact .box_btn button, #contact .box_btn input, #contact .box_btn a {
    width: 260px;
    height: auto;
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}

#contact .box_btn button:hover, #contact .box_btn input:hover, #contact .box_btn a:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
    #contact .block dl {
        margin-bottom: 10px;
    }
    #contact .block dl dt {
        float: none;
        width: 100%;
    }
    #contact .block dl dd {
        float: none;
        width: 100%;
    }
    #contact .block .box_top {
        width: 90%;
        padding: 10px 5% 20px;
    }
    #contact .block .box_inner {
        width: 90%;
        margin-bottom: 15px;
        padding: 10px 5% 20px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: none;
        border-right: none;
    }
    #contact .block .box_form {
        padding: 5px;
    }
    #contact .block .box_form input {
        width: 90%;
        font-size: 12px;
    }
    #contact .block .box_form textarea {
        margin-bottom: 20px;
        font-size: 12px;
    }
    #contact .block .box_btn {
        width: 100%;
    }
    #contact .block .float_l {
        float: none;
        margin-bottom: 10px;
    }
    #contact .block .float_r {
        float: none;
    }
}

/* page_sitemap
---------------------------------------------------------------- */

#sitemap {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dedee0+0,1c1d23+100 */
    background: rgb(222, 222, 224);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(222, 222, 224, 1) 0%, rgba(28, 29, 35, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(222, 222, 224, 1) 0%, rgba(28, 29, 35, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(222, 222, 224, 1) 0%, rgba(28, 29, 35, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedee0', endColorstr='#1c1d23', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* event
---------------------------------------------------------------- */

#event {
    width: 100%;
    padding: 100px 0;
    background-attachment: fixed;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fba9ae+0,ffff84+99 */
    background: #fba9ae;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fba9ae 0%, #ffff84 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fba9ae 0%, #ffff84 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fba9ae 0%, #ffff84 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba9ae', endColorstr='#ffff84', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.event_block {
    display: block;
    width: 100%;
    margin: 0 0 70px;
}

.event_list {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 15px 55px 15px 55px;
    margin: 0 0 20px;
    box-sizing: border-box;
    border-radius: 150px;
}

a.event_list {
    color: #000;
}

a.event_list:hover {
    transform: scale(1.1, 1.1);
}

.event_list__date {
    width: 15%;
    text-align: center;
    padding: 35px 2% 0 10px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.event_list__photo {
    width: 250px;
    max-height: 150px;
}

.event_list__date span {
    font-size: 20px;
    font-weight: bold;
}

.event_list__date span.sunday {
    color: #ff0709;
}

.event_list__date span.saturday {
    color: #3d84d4;
}

.event_list__date p {
    font-size: 38px;
    font-weight: bold;
}

.event_list__photo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}

.event_list__detail {
    width: 60%;
    padding: 0 0 0 30px;
}

.event_list__detail h3 {
    font-size: 24px;
    margin: 20px 0 15px 0;
    line-height: 1em;
}

.event_list__detail p {
    font-size: 16px;
}

.event_list__detail .title {
    margin: 0 0 5px;
}

.event_list__detail .information {
    font-size: 14px;
    color: #636363;
    font-weight: bold;
}

a.event_btn {
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-radius: 35px;
    display: block;
    width: 300px;
    padding: 15px 45px;
    margin: 0 auto;
    text-align: center;
}

a.event_btn:hover {
    background: #000;
    color: #fff;
}

a.event_btn.twitter {
    color: #1DA1F2;
    font-weight: bold;
    font-size: 16px;
    border-radius: 35px;
    border: 2px solid #1DA1F2;
    display: block;
    width: 50%;
    max-width: 300px;
    padding: 12px 45px;
    margin: 0 auto 15px;
    text-align: center;
}

a.event_btn.twitter:hover {
    color: #fff;
    font-weight: bold;
    border-radius: 35px;
    border: 2px solid #1DA1F2;
    background: #1DA1F2;
}

@media only screen and (max-width: 739px) {
    #event {
        padding: 100px 0;
    }
    .event_list {
        width: 94%;
        display: block;
        background: #fff;
        padding: 5px 17px 25px 17px;
        margin: 0 3% 20px;
        box-sizing: border-box;
        border-radius: 30px;
        overflow: hidden;
    }
    .event_list__date {
        float: left;
        width: 30%;
        padding: 35px 2% 0 0px;
    }
    .event_list__photo {
        float: right;
        width: 65%;
        margin: 10px 0 20px;
    }
    .event_list__detail {
        width: 100%;
        padding: 0;
        clear: both;
    }
    .event_list__date p {
        font-size: 24px;
    }
    .event_list__photo img {
        display: block;
        width: auto;
        max-width: auto;
    }
    .event_list__detail h3 {
        font-size: 20px;
    }
    .event_list__detail .information {
        font-size: 12px;
        font-weight: 500;
    }
    a.event_btn, a.event_btn.twitter {
        font-size: 14px;
        border-radius: 35px;
        width: 80%;
        padding: 15px 45px;
        margin: 0 10% 30px;
        text-align: center;
        box-sizing: border-box;
    }
}

/* top_cooperation
---------------------------------------------------------------- */

#cooperation {
    width: 100%;
    background: #fff;
    padding: 40px 0 35px;
}

.cooperation_logo {
    margin: 0 auto;
    display: block;
    width: 100px;
}

@media only screen and (max-width: 739px) {
    #cooperation {
        padding: 15px 0;
    }
    .cooperation_logo {
        width: 80px;
    }
}

/* archive_event
---------------------------------------------------------------- */

.archive_event_block {
    width: 250px;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    color: #fff;
}

.archive_event_block {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
}

.archive_event_block .year {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}
.archive_event_block .space {
	display: block;
    width: 50px;
}

.week_wrap {
    width: 100%;
    position: relative;
}

.week_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.week_block.side {
    display: block;
	margin: 0 auto;
}

#event .prev-arrow {
    left: -14%;
    top: 50px;
}

#event .next-arrow {
    right: -14%;
    top: 50px;
}

#event .prev-arrow {
    height: 15px;
    width: 15px;
    position: absolute;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(135deg);
    z-index: 9999;
}

#event .next-arrow {
    height: 15px;
    width: 15px;
    position: absolute;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    z-index: 9999;
}

.week_block li {
    font-size: 38px;
    font-weight: bold;
    padding: 15px;
    color: #fff;
    position: relative;
    line-height: 1.2;
}
.week_block.side li {
	float: left;
	margin-right: 14px;
}
.week_block.side li:nth-child(3n) {
	margin-right: 0;
}

.week_block li a {
    color: #fff;
}

.week_block li:hover {
    transform: scale(1.1, 1.1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.week_block li.active {
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    width: 2.2em;
    font-size: 40px;
    height: 2.2em;
    padding: 10px;
    line-height: 1.2;
}

.week_block li.active a {
    color: #000;
}

.week_block li span {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
}

@media only screen and (max-width: 739px) {
    .archive_event_block {
        width: 70%;
        display: block;
        text-align: center;
        margin: 0 15% 50px;
    }
    .week_block li {
        font-size: 38px;
        font-weight: bold;
        padding: 15px;
        color: #fff;
        position: relative;
    }
    .week_block li.active {
        width: 2.2em;
        height: 2.2em;
        padding: 8px;
    }
    .week_block li span {
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 12px;
    }
	.week_block.side {
		display: block;
		width: 252px;
		margin: 0 auto;
		text-align: center;
	}
	.week_block.side li {
		float: left;
		margin-right: 0;
	}
}

/* single_event
---------------------------------------------------------------- */

#single_event_block {
    width: 100%;
    display: flex;
}

.single_event_block_left {
    width: 70%;
    position: relative;
    background: #fff;
    border-radius: 100px;
    padding: 80px 50px 50px;
    margin: 0 30px 0 0;
}

.single_event_block_right {
    width: 280px;
    display: block;
    position: relative;
}

#event .single_event_block_right .triangle_prev-arrow {
    position: absolute;
    top: -42px;
    left: 42%;
    transform: translateX(-42%);
    height: 35px;
    width: 35px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-135deg);
}

#event .single_event_block_right .triangle_next-arrow {
    position: absolute;
    bottom: -42px;
    left: 42%;
    transform: translateX(-42%);
    height: 35px;
    width: 35px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

.single_event_data01 {
    padding: 0 50px;
}

.single_event_date {
    background: #000;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 50px;
    padding: 10px 20px 5px;
}

.single_event_date .date_year {
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.single_event_date .date_day {
    font-size: 32px;
    padding-left: 20px;
}

.single_event_date .date_sub {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 0 0;
    letter-spacing: 0.2em;
    line-height: 1;
}

.single_event_schedule {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #646464;
    letter-spacing: 0.1em;
}

.date_year {
    font-size: 14px;
}

.single_tit_01 {
    font-size: 26px;
    letter-spacing: 0.1em;
}

.single_tit_02 {
    font-size: 16px;
    margin: 0 0 15px;
    color: #646464;
}

.event_main_img {
    display: block;
    position: relative;
    width: 100%;
    height: 500px !important;
    margin-bottom: 30px;
}

.event_main_img img {
    max-height: 500px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

a.single_btn {
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 35px;
    display: block;
    width: 300px;
    padding: 12px 45px;
    text-align: center;
    margin: 0 auto 15px;
}

a.single_btn.white {
    color: #fff;
    border: 2px solid #fff;
}

a.single_btn:hover {
    background: #fff;
    color: #fff;
}

a.single_btn.white:hover {
    color: #000;
    border: 2px solid #fff;
}

.single_event_data02 {
    padding: 0;
}

.single_event_box {
    margin: 25px 0;
}

.single_event_list {
    padding: 30px;
    display: flex;
    min-height: 50px;
}

.single_event_list:nth-child(2n) {
    background: #f7f7f7;
}

.single_event_list dt {
    width: 30%;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

.single_event_list dd {
    width: 70%;
    font-size: 14px;
    margin: 0 0 5px;
}

.archive_event_block.side {
    width: 100%;
    position: relative;
    margin: 50px 0 0 0;
}

.archive_event_block.side {
    margin: 0 0 30px;
}

.archive_event_block.side .year.side {
    text-align: center;
    font-size: 22px;
}

.week_block.side li {
    width: 2.2em;
    height: 2.2em;
    line-height: 1;
    font-size: 38px;
}

.single_event_data03 {
    padding: 0 30px;
    margin: 0 0 50px;
}

.single_event_photolist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single_event_photolist a.single_event_photoitem:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.single_event_photoitem {
    background: #dfdfdf;
    margin: 0 0 1rem;
    width: 165px;
    height: 165px;
    position: relative;
}

.single_event_photolist::before {
    content: "";
    display: block;
    width: 165px;
    order: 1;
}

.single_event_photolist::after {
    content: "";
    display: block;
    width: 165px;
}

.single_event_photoitem img {
    max-height: 165px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.single_event_data04 {
    padding: 0 0 50px;
}

.reserve_tit {
    font-size: 28px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.reserve_tit span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}

.reserve_tit::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}

a.reserve_date {
    color: #fff;
    background: #666666;
    font-size: 15px;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    width: 300px;
    padding: 8px 55px;
    margin: 0 auto 30px;
    text-align: center;
    box-sizing: border-box;
}

.reserve_btnlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}

a.reserve_btn {
    color: #7a7a7a;
    border: 2px solid #7a7a7a;
    font-size: 15px;
    border-radius: 35px;
    display: block;
    width: 49%;
    padding: 10px 55px;
    margin: 0 auto 10px;
    text-align: center;
    box-sizing: border-box;
}

a.reserve_btn:hover {
    color: #fff;
    border: 2px solid #000;
    background: #000;
}
#event .slide-item {
    width: 100%;
    height: 400px !important;
    display: block !important;
    position: relative !important;
}
#event .slide-item img {
    max-height: 400px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
@media only screen and (max-width: 739px) {
    #single_event_block {
        width: 100%;
        display: block;
    }
    .single_event_block_left {
        width: 96%;
        position: relative;
        background: #fff;
        border-radius: 50px;
        padding: 0;
        margin: 0 2% 50px;
    }
    .single_event_block_right {
        width: 96%;
        margin: 0 2%;
    }
    a.single_btn {
        font-size: 14px;
        border-radius: 35px;
        width: 80%;
        padding: 15px 45px;
        margin: 0 10% 30px;
        text-align: center;
        box-sizing: border-box;
    }
    .single_event_date {
        background: #000;
        color: #fff;
        position: relative;
        top: -15px;
        padding: 10px 25px 5px;
        width: 80%;
        margin: 0 10%;
        left: 0;
    }
    .single_event_schedule {
        position: relative;
        top: 0;
        left: 0;
    }
    .single_event_date .date_sub {
        display: block;
        text-align: center;
        padding: 0;
    }
    .single_event_data01 {
        padding: 0 10px;
        margin: 0 0 10px;
    }
    .single_event_box {
        margin: 50px 0;
    }
    .single_event_date .date_year {
        font-size: 22px;
        text-align: center;
    }
    .single_event_date .date_day {
        font-size: 24px;
        padding-left: 20px;
    }
    .event_main_img {
        display: block;
        position: relative;
        width: 100%;
        height: 250px !important;
        margin-bottom: 30px;
    }
    .event_main_img img {
        max-height: 250px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        -ms-transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
    .single_tit_01 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .single_tit_02 {
        font-size: 15px;
        margin: 0 0 15px;
        color: #646464;
    }
    .single_event_list dt {
        font-size: 18px;
    }
    .single_event_list dd {
        font-size: 14px;
    }
    .archive_event_block.side {
        width: 80%;
        margin: 100px auto;
    }
    #event .single_event_block_right .prev-arrow {
        margin: 0;
        left: 125px;
        right: 0;
        top: 35px;
        height: 36px;
        width: 36px;
        position: absolute;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-135deg);
    }
    #event .next-arrow {
        margin: 0;
        top: 580px;
        left: 125px;
        right: 0;
        height: 36px;
        width: 36px;
        position: absolute;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }
    .single_event_list {
        padding: 15px;
        display: block;
    }
    .single_event_list dt {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 5px;
    }
    .single_event_list dd {
        width: 100%;
        font-size: 12px;
        margin: 0 0 5px;
    }
    .single_event_data03 {
        padding: 0 2%;
        margin: 0 0 50px;
    }
    .single_event_photolist a {
        width: 49%;
    }
    .single_event_photoitem {
        width: 150px;
        height: 150px;
        position: relative;
    }
    .single_event_photoitem img {
        max-height: 150px !important;
    }
    .reserve_tit {
        font-size: 16px;
    }
    a.reserve_date {
        font-size: 12px;
        width: 90%;
    }
    .reserve_btnlist {
        display: block;
        padding: 0;
    }
    a.reserve_btn {
        width: 90%;
    }
    .single_event_data04 {
        margin: 0 0 50px;
    }
    #event .slide-item {
        height: 300px !important;
    }
    #event .slide-item img {
        max-height: 300px !important;
    }
	#event .single_event_block_right .triangle_prev-arrow {
		left: 45%;
	}

	#event .single_event_block_right .triangle_next-arrow {
		left: 45%;
	}
}

/* sitemap_list
---------------------------------------------------------------- */

.sitemap_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    width: 800px;
    margin: 0 auto;
}

.sitemap_list__item {
    position: relative;
    width: 47%;
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
}

.sitemap_list__item:nth-child(1), .sitemap_list__item:nth-child(2) {
    border-top: 1px solid #d6d6d6;
}

.sitemap_list__item:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 50%;
    right: 10%;
    margin-top: -5px;
    transform: rotate(-45deg);
}

.sitemap_list__item>span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 0 15px;
    width: 100%;
    height: 100%;
}

.sitemap_list__item:hover {
    background: #000;
}

.sitemap_list__item:hover span {
    color: #fff;
}

.sitemap_list__item:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 739px) {
    .sitemap_list {
        width: 100%;
    }
    .sitemap_list__item>span {
        font-size: 12px;
    }
    .sitemap_list__item {
        padding: 15px 0;
    }
    .sitemap_list__item>span {
        padding: 0 0 15px 0;
    }
}

/*news
---------------------------------------------------------------- */

#news .news_tit {
    font-size: 28px;
    font-weight: normal;
    margin: 0 auto 30px;
    text-align: center;
}

#news .contents_block {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 80px 10% 50px;
    ;
}

.single_news_day {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 0 30px;
    padding: 0 0 0 10px;
}

.single_news_tit_01 {
    font-size: 30px;
    padding: 0 0 5px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #dfdfdf;
}

.single_news_text {
    font-size: 16px;
    margin: 0 0 30px;
}

.single_news_img {
    margin: 0 0 30px;
}

a.single_news_link {
    text-decoration: underline;
    color: #ad62b5;
}

a.single_news_link:hover {
    text-decoration: underline;
    color: #f04c0b;
}

a.single_news_btn {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 35px;
    border: 2px solid #000;
    display: block;
    width: 50%;
    max-width: 300px;
    padding: 12px 45px;
    margin: 0 auto 15px;
    text-align: center;
}

a.single_news_btn:hover {
    color: #fff;
    background: #000;
}


@media only screen and (max-width: 739px) {
    #news .contents_block {
        width: 96%;
        position: relative;
        background: #fff;
        padding: 50px 15px;
        margin: 0 2% 50px;
    }
    #news .news_tit {
        font-size: 18px;
        font-weight: normal;
        margin: 0 auto 15px;
        text-align: center;
    }
    #news .news_detail dl>dt {
        width: 100%;
        max-width: 100%;
        padding: 0 0 0 2%;
        margin: 0 0 5px 0;
        float: none;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    #news .news_detail dl>dd {
        width: 96%;
        float: none;
        padding: 0px;
        font-size: 12px;
        line-height: 1.5;
        margin: 0 2%;
    }
    .single_news_tit_01 {
        font-size: 18px;
        padding: 0 0 5px 0;
        margin: 0 0 15px;
        border-bottom: 1px solid #dfdfdf;
    }
    .single_news_text {
        font-size: 14px;
        margin: 0 0 15px;
    }
}

.paging {
	margin: 30px auto 0;
	text-align: center;
}
.paging a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
	padding: 5px 7px;
	border: 1px solid #333;
    color: #333;
}
.paging a:hover {
    background: #666;
    color: #fff;
}
.paging a.jp-current,
.paging a.jp-current:hover {
    color: #fff;
    font-weight: bold;
    cursor: default;
    background: #666;
}
.paging span {
    margin: 0 3px;
	padding: 5px 7px;
	border: 1px solid #333;
}
