* {
    font-size: 16px;
}
a {
    text-decoration: underline 1px;
    text-underline-offset: 5px;
}
@media screen and (min-width: 600px) {
    * {
        font-size: 22px;
    }
}

h2 {
    position: relative;
    padding-left: 35px;
}
h2:before,h2:after {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #ca006c;
	top: 50%;
	left: 3px;
	transform: rotate(45deg) translateY(-50%);
}
h2:after {
	top: 50%;
	left: 10px;
	height: 12px;
	width: 12px;
	transform: rotate(45deg) translateY(-50%);
	border: none;
	background: rgba(231, 0, 129,.3);
}
h3 {
    position: relative;
    padding-left: 25px;
}
h3:after {
	
}
h3:after {
    position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	top: 40%;
	left: 3px;
	transform: rotate(45deg);
	border: none;
	background: rgba(231, 0, 129,.3);
}
.entry_cont ul, .entry_cont ol {
    margin-left: 1.6em;
}




#header_wrap {
    background-color: rgba(231, 0, 129, 0.5);
    border-bottom: 1px solid #333;
}
#header_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(45deg, #a40083 0%, #ef0081 100%);*/
    background: linear-gradient(45deg, #88006d 0%, #ca006c 100%);
    opacity: 0.8;
}
#header_wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 0;
    border-top: solid 1px rgba(128, 88, 8, 0.8);
    background: linear-gradient(92deg, #d69a3f 0%, #f7f1c2 30%, #e1ae4c 50%, #f7f1c2 70%, #98512a 85%, #be7c27 100%);
}
.heading_top {
    font-size: 4rem;
}

.area {
    background-color: transparent;
}

#promo_wrap ul.promo_slider .object_fit::before {
    position: relative;
    z-index: 1;
    /*background-color: rgba(231, 0, 129, 0.1);*/
}

#backgroundcolor .top_area:nth-child(even) {
    position: relative;
    background: transparent;
}
#backgroundcolor .top_area:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    background: linear-gradient(45deg, #88006d 0%, #ca006c 100%);
    opacity: 0.06;
}


#contents_wrap {
    padding-bottom: 0px;
    background-color: #fff5fd;
}


.heading_top {
    position: relative;
    font-family: "Klee One", cursive;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 0.95;
    margin-bottom: 70px;

    color: transparent;
    background: linear-gradient(180deg, #c2840a 0%, #cfa910 45%, #e6dab0 70%, #c29e10 85%, #bb810e 90% 100%);
    -webkit-background-clip: text;
}
.heading_top::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    border-bottom: solid 1px rgba(128, 88, 8, 0.6);
    background: linear-gradient(90deg, #c2840a 0%, #e2b916 45%, #fcf5db 70%, #dbb418 85%, #bb810e 90% 100%);
}
.heading01 {
    position: relative;
    font-family: "Klee One", cursive;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 0.95;
    margin-bottom: 90px;

    color: transparent;
    background: linear-gradient(180deg, #c2840a 0%, #cfa910 45%, #e6dab0 70%, #c29e10 85%, #bb810e 90% 100%);
    -webkit-background-clip: text;
}
.heading01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    border-bottom: solid 1px rgba(128, 88, 8, 0.6);
    background: linear-gradient(90deg, #c2840a 0%, #e2b916 45%, #fcf5db 70%, #dbb418 85%, #bb810e 90% 100%);
}

#top_importantnews_area .top_importantnews_part {
    border: solid 5px #dbb6d4;
    background-color: #fcebf9;
}
.top_importantnews_part .icon-exclamation-circle {
    color: #88006d;
    padding-top: 3px;
}
@media screen and (min-width: 600px) {
    .top_importantnews_part .icon-exclamation-circle {
        padding-top: 6px;
    }
}

#footer_wrap {
    /*background: linear-gradient(-45deg, #a40083 0%, #ef0081 100%);*/
    background: linear-gradient(-45deg, #88006d 0%, #ca006c 100%);
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
#footer_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0px;
    z-index: 0;
    border-bottom: solid 2px rgba(128, 88, 8, 0.8);
    background: linear-gradient(-92deg, #d69a3f 0%, #f7f1c2 30%, #e1ae4c 50%, #f7f1c2 70%, #98512a 85%, #be7c27 100%);
}
#footer_wrap::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0px;
    left: -4000px;
    width: 200px;
    height: 6px;
    z-index: 1;
    background: linear-gradient(-45deg, #f7f1c2 0%, #ffffff 50%,#f7f1c2 100%);
    opacity: 0.5;
    transition: 300ms;
    animation: shinyshiny 3.0s linear infinite;
}
@-webkit-keyframes shinyshiny {
    0% { left: -4000px; }
    100% { left:4000px; }
}

#footer_wrap * {
    color: #fff !important;
}
#footer_wrap a {
    text-decoration: underline 1px;
    text-underline-offset:5px;
}
#sns_wrap .sns_icon li {
    width: 40px;
    height: 40px;
    line-height: 35px;
    padding-top: 4px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}
#footer_nav {
    margin-top: 30px;
}
#footer_nav .footer_menu_ul li {
    margin: 6px 12px;
}
#footer_nav .footer_menu_ul li a span {
    font-size: 2rem;
}



a.button span {
    background: linear-gradient(45deg, #88006d 0%, #b6309b 45%, #cc80bc 65%, #b6309b 80%, #88006d 100%);
    color: #fff !important;
}
a.button:hover span {
    background: linear-gradient(45deg, #88006d 0%, #b6309b 35%, #cc80bc 65%, #b6309b 90%, #88006d 100%);
}
a.button span i {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
}
a.btn_modoru span {
    color: #666 !important;
}
.btn_more {
    background: linear-gradient(45deg, #88006d 0%, #b6309b 45%, #cc80bc 65%, #b6309b 80%, #88006d 100%);
    color: #fff !important;
}
.btn_more:hover {
    background: linear-gradient(45deg, #88006d 0%, #b6309b 35%, #cc80bc 65%, #b6309b 90%, #88006d 100%);
}


.f_about {
    padding: 40px 0 40px;
    text-align: center;
}

.f_about .f_logo {
    width: 450px;
    max-width: 90%;
}
.f_about p {
    margin-top: 20px;
    font-size: 70%;
    line-height: 1.3;
}
.f_about p b {
    font-size: 110%;
    font-weight: bold;
}
.f_about p a {
    font-size: 110%;
}

.table_profile {
    border-collapse: collapse;
}
.table_profile tr th,
.table_profile tr td {
    border: solid 1px #aaa;
    padding: 12px 6px;
}
.table_profile tr td:first-child {
    font-size: 70%;
    white-space: nowrap;
    padding-top: 16px;
}
.img_ul {
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    #header_wrap #header #logo_set #logo a img {
        height: 80px;
    }
    #gnav_wrap #gnav #gnav_list > li > a > span, #gnav_wrap #gnav #gnav_list > li > a:visited > span, #header #gnav #gnav_list > li > a > span, #header #gnav #gnav_list > li > a:visited > span {
        font-size: 1.9rem !important;
    }
}
@media screen and (min-width: 1025px) {
    #promo_wrap {
        margin-top: -120px;
    }

    #promo_wrap ul.promo_slider .object_fit::before {
        padding-top: calc(100vh);
    }
    
    #gnav_wrap #gnav #gnav_list > li > a > span, #gnav_wrap #gnav #gnav_list > li > a:visited > span, #header #gnav #gnav_list > li > a > span, #header #gnav #gnav_list > li > a:visited > span {
        font-size: 1.7rem;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }
    #gnav_list a.current span, #gnav_list a:hover span {
        color: transparent !important;
        background: linear-gradient(0deg, #c2840a 0%, #e2b916 45%, #fcf5db 70%, #dbb418 85%, #bb810e 90% 100%);
        -webkit-background-clip: text;
        text-shadow: 1px 1px 3px rgba(156, 108, 10, 0.8) !important;
        text-shadow: none;
    }
    #gnav_list > li > a span::after {
        background: linear-gradient(90deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) !important;
        bottom: 2px;
    }

    .top_schedule_box {
        /*background-color: rgba(163, 0, 132, 0.7);*/
        position: relative !important;
        bottom: auto;
        left: auto;
        margin: 0;
        padding: 60px 0 90px;
        background: transparent;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto;
        color: #444;
    }
    .top_schedule_box .heading_top {
        margin-bottom: 70px;
        color: #444;
        text-align: center;

        font-size: 8rem;
        font-weight: bold;

        color: transparent;
        background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
        -webkit-background-clip: text;
    }
    .top_schedule_part ul.archive_ul {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }
    .top_schedule_part ul.archive_ul li.archive_li {
        border-bottom: 1px solid #e6e6e6;
        padding-top: 1em;
        padding-bottom: 1em;
        margin: 0px;
    }
    .top_schedule_part ul.archive_ul li.archive_li:last-child {
        border-bottom: none;
    }
    .top_schedule_part ul.archive_ul li .date time {
        color: #797979;
    }
    
    .heading_top {
        font-size: 8rem;
    }
}
@media screen and (max-width: 1024px) {
    #gnav_wrap #gnav, #header #gnav {
        background: rgba(0, 0, 0, 0.85);
    }
    #header .sns_icon a {
        color: #fff;
    }
    
    #gnav_wrap #gnav #gnav_list > li > a > span, #gnav_wrap #gnav #gnav_list > li > a:visited > span, #header #gnav #gnav_list > li > a > span, #header #gnav #gnav_list > li > a:visited > span {
        padding: 10px 0 10px;
        font-size: 3rem;
        font-weight: bold;

        color: transparent;
        background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
        -webkit-background-clip: text;
    }
    #gnav_list a.current span, #gnav_list a:hover span {
        color: transparent !important;
        background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%); 
        -webkit-background-clip: text;
    }
}
@media screen and (min-width: 600px) {
    #contents_wrap .contents.wide_contents .area, #contents_wrap .contents.wide_contents .main_area {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .heading01 {
        font-size: 6rem;
    }
    #pagetop a,
    #pagetop a span {
        color: #333 !important;
    }
}
@media screen and (max-width: 599px) {
    .top_schedule_part .date {
        float: none;
        width: 100%;
    }
    .top_schedule_part .title {
        float: none;
        width: 100%;
        padding: 0px;
    }
}


.live_li {
    padding-bottom: 60px;

}
.live_date {
    padding-bottom: 30px;
}
.live_day {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 2px #666;
}
.live_year {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}
.live_title {
    font-size: 2.2rem;
}
.live_place {
    font-size: 2.5rem;
    margin-top: 15px;
}
.live_place a {
    font-size: 2.5rem;
}
.live_time {
    font-size: 2.2rem;
    margin-top: 15px;
}
.live_price {
    font-size: 2.2rem;
    margin-top: 5px;
}
.live_act {
    font-size: 1.8rem;
    margin-top: 15px;
}
.live_sup {
    font-size: 1.8rem;
    margin-top: 15px;
}
.live_img a {
    text-decoration: none;
}
.live_place [class^='icon-'] {
    color: #ca006c;
}
.gmap {
    height: 200px;
    margin-top: 10px;
}
.gmap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 600px) {
    .live_li {
        padding-bottom: 60px;
    }
    .live_date {
        padding-bottom: 30px;
    }
    .live_day {
        font-size: 8rem;
        font-weight: bold;
        line-height: 1.2;
        padding-bottom: 10px;
    }
    .live_year {
        font-size: 4rem;
        line-height: 1;
        display: block;
        padding: 5px 0 0 10px;
    }
    .live_title {
        font-size: 3.2rem;
    }
    .live_place {
        font-size: 3.0rem;
        margin-top: 20px;
    }
    .live_place a {
        font-size: 3.0rem;
    }
    .live_time {
        font-size: 2.5rem;
        margin-top: 20px;
    }
    .live_price {
        font-size: 2.5rem;
        margin-top: 10px;
    }
    .live_act {
        font-size: 2.2rem;
        margin-top: 20px;
    }
    .live_sup {
        font-size: 2.2rem;
        margin-top: 20px;
    }
    .gmap {
        height: 220px;
        margin-top: 15px;
    }
}

.reservebtn_ul {
    margin-top: 0px;
}
.news_date time {
    font-size: 80%;
    color: #797979;
}
ul.archive_ul li.archive_li .date time {
    font-size: 80%;
    color: #797979;
}

#disco_box .disco_part .texts_cont ol li {
    font-weight: bold;
}
#disco_box .disco_part .texts_cont ol li span {
    margin: 0;
    font-size: 60%;
    line-height: 1.1;
    font-weight: normal;
    display: inline;
}
#disco_box .disco_part .texts_cont ol li span.icon {
    position: relative;
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}
#disco_box .disco_part .texts_cont ol li p {
    margin: 0;
    font-size: 70%;
    line-height: 1.1;
    color: #797979;
    font-weight: normal;
}

.texts ol > li, ol.text > li {
    padding-left: 30px;
}
@media screen and (min-width: 600px) {
    .texts ol > li, ol.text > li {
        padding-left: 40px;
    }
}

#single_news_box > .heading02 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#disco_box .disco_part .texts_cont .disco_sup p {
    font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
    #disco_box .disco_part .texts_cont .disco_sup p {
        font-size: 1.8rem;
    }
}

.custom-shape-divider-top-1719107517 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1719107517 svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1719107517 .shape-fill {
    fill: #FFF5FD;
}

.custom-shape-divider-bottom-1719107484 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1719107484 svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1719107484 .shape-fill {
    fill: #FFF5FD;
}
@media screen and (max-width: 599px) {
    .custom-shape-divider-top-1719107517 svg,
    .custom-shape-divider-bottom-1719107484 svg{
        height: 35px;
    }
}

.box_annotation {
    width: 80%;
    max-width: 800px;
    margin: 40px auto 60px;
    
}
.box_annotation p {
    color: #666;
    font-size: 14px;
}
.box_annotation p a {
    font-size: 14px;
}

.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span.current, .wp-pagenavi a.page, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {
    width: 40px;
    line-height: 40px;
}
.top_importantnews_part .importantnews_cont .news_date {
    font-size: 26px;
    line-height: 1.0;
}
.top_importantnews_part .importantnews_cont .news_title a {
    font-size: 26px;
    line-height: 1.2;
}
@media screen and (min-width: 600px) {
    .wp-pagenavi span.current, .wp-pagenavi a.page, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {
        width: 50px;
        line-height: 50px;
    }
    .top_importantnews_part .importantnews_cont .news_date {
        margin-top: 5px;
    }
    .top_importantnews_part .importantnews_cont .news_title {
        padding-left: 120px;
    }
    .top_importantnews_part .importantnews_cont .news_title a {
        font-size: 30px;
        list-style: 1.2;
    }
}

.object_fit img {
    height: auto;
}
#video_box .object_fit {
    overflow: hidden;
}
#video_box .object_fit img {    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



