@charset "UTF-8";
/* CSS Document */

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

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #000;
}
.about {
    background: rgb(87,59,93);
    background: linear-gradient(45deg, rgba(87,59,93,1) 0%, rgba(0,0,0,1) 100%) fixed;
}
.stage {
    background: #f5ede1;
}
.guide {
    background: #fff;
}
.goods {
    background: #e6ddc7;
}
p,h1,h2,h3,h4,h5,dl,li {
	color: #fff;
}
a {
    text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.areacursol {
    cursor: pointer;
}
header {
    margin: 0rem auto;
    background: url("images/bg-header.png") no-repeat center;
    background-size: cover;
}
@media (max-width: 991.98px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 3;
    }
    .wrap {
        padding-top: 55px;
    }
}
@media (min-width: 992px) {
    .logo-sp {
        display: none;
    }
}
.menu-sp {
    display: table;
    background: #000;
    width: 100%;
}
.logo-sp {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.5rem;
    height: 4.29rem;
}
.logo-sp img {
    max-height: 45px;
    max-width: 70%;
}
#menu .logo-sp {
    background: #ae8d57;
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: #7d6442;
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 0;
}
.menu-inner {
    position: relative;
    padding: 0 2rem;
}
.menulist {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)
             translateY(-50%);
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}
.menulist li {
    padding: 1rem;
}
.menulist li a img {
    max-height: 24px;
    max-width: 100%;
}
.menulist li.big a img {
    max-height: 26px;
    max-width: 100%;
}
.menulist li.faq a img {
    max-height: 28px;
    max-width: 100%;
}
.menulist li a:hover {
    opacity: 0.3;
}
#sp-icon {
	width: 4.3rem;
	height: 4.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span {
	background: url("images/menu-open.png") no-repeat;
	display: inline-block !important;
	background-size: contain !important;
    width: 4.3rem !important;
	height: 4.5rem !important;
}
.sp-open span {
	background: url("images/menu-close.png") no-repeat !important;
}
@media (min-width: 992px) {
    .menu-sp {
        display: none;
    }
    #sp-icon {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .menulist li {
        padding: 0.5rem 1rem;
    }
    .menulist li a img {
        max-height: 16px;
    }
    .menulist li.big a img {
        max-height: 18px;
    }
    .menulist li.faq a img {
        max-height: 20px;
    }
}
.menu-pc {
    display: table;
    max-width: 1200px;
    margin: auto;
}
.logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #000;
    width: 16.333333%;
    height: 60px;
    padding: 0 1rem;
}
.menu {
    display: table-cell;
    vertical-align: middle;
    background: #ae8d57;
    width: 83.666667%;
    padding: 0 1rem;
}
.menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 0;
}
.menu ul li {
    margin: 0 0.8rem;
}
.menu ul li a:hover {
    opacity: 0.3;
}
.menu ul li img {
    max-height: 11px; 
}
.menu ul li.big img {
    max-height: 28px; 
}
.menu ul li.faq img {
    max-height: 14px; 
}
@media (min-width:992px) and (max-width: 1199.98px) {
    .menu ul li {
        margin: 0 0.4rem;
    }
    .menu ul li img {
        max-height: 10px; 
    }
    .menu ul li.big img {
        max-height: 25px; 
    }
    .menu ul li.faq img {
        max-height: 13px; 
    }
}
@media (max-width: 991.98px) {
    .menu-pc {
        display: none;
    }
}
.tvblock {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}
.tvblock span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
.topblock01 {
    display: table;
    max-width: 1120px;
    margin: auto;
}
.maincontents {
    min-height: 720px;
}
.schedulebox {
    display: table-cell;
    vertical-align: middle;
    width: 62.5%;
}
.schedulebox ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
}
.schedulebox ul li {
    margin-right: 2rem;
}
.img-date {
    display: none;
}
.staffbox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 37.5%;
}
.staffbox img {
    max-width: 305px;
}
@media (max-width: 575.98px) {
    .topblock01 {
        display: block;
    }
    .schedulebox {
        display: block;
        width: 100%;
    }
    .schedulebox ul {
        display: none;
    }
    .img-date {
        display: block;
        margin-top: -2rem;
    }
    .staffbox {
        display: block;
        width: 100%;
        margin: 3rem auto;
    }
}
.newsbox {
    display: table-cell;
    width: 50%;
    padding-right: 2rem;
}
.news-inner {
    height: 360px;
    overflow: auto;
    border-top: 1px solid #ae8d57;
}
.news-inner dl {
    border-bottom: 1px solid #ae8d57;
    padding: 0 1rem;
    margin: 0.5rem auto;
}
.news-inner dl dt {
    float: left;
    width: 5.5em;
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    font-weight: 700;
    color: #ae8d57;
    padding-top: 0.2rem;
}
.news-inner dl dd {
    margin-left: 5.5em;
}
.news-inner dl dd span,
.news-inner dl dd a {
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    font-weight: 700;
    color: #ae8d57;
}
.img-all {
    max-height: 26px;
}
.twitterbox {
    display: table-cell;
    width: 50%;
    padding-left: 2rem;
}
.twitter-inner {
    height: 410px;
    overflow: auto;
    border-left: 1px solid #ae8d57;
    border-right: 1px solid #ae8d57;
}
.twitter-timeline {
    width: 100%;
}
@media (max-width: 575.98px) {
    .newsbox {
        display: block;
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 3rem;
    }
    .news-inner {
        height: 240px;
    }
    .twitterbox {
        display: block;
        width: 100%;
        padding: 0 1rem;
    }
}
.title {
    text-align: center;
    margin: 4rem auto;
    padding: 0 1.5rem;
}
.title img {
    max-height: 49px;
    max-width: 100%;
}
.storybox {
    /*background: url("images/bg-story.png") no-repeat center;
    background-size: contain;
    padding: 12rem 12rem;
    position: relative;
    display: grid;
    margin-bottom: 0;*/
}
.aboutbox {
    /*background: url("images/bg-about.png") no-repeat center;
    background-size: contain;
    padding: 12rem 12rem;
    position: relative;
    display: grid;
    margin-bottom: 0;*/
}
.storybox,
.aboutbox {
    padding: 0 1.5rem;
    margin-bottom: 0;
}
.bg-story {
    display: none;
    grid-area: 1/-1;
}
.a-image_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 0;
}
.storybox p {
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    font-weight: 900;
    color: #7d6442;
    line-height: 2;
    margin-bottom: 3rem;
}
.aboutbox p {
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    line-height: 2;
    margin-bottom: 3rem;
}
.bg-sp {
    display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*.storybox,
    .aboutbox {
        padding: 10rem 13rem;
    }
    .storybox p,
    .aboutbox p {
        font-size: 19px;
        line-height: 2;
        margin-bottom: 2rem;
    }*/
}
@media (min-width: 880px) and (max-width: 991.98px) {
    /*.storybox,
    .aboutbox {
        padding: 14rem 10rem;
    }
    .storybox p,
    .aboutbox p {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 2rem;
    }*/
}
@media (min-width: 768px) and (max-width: 879.98px) {
    /*.storybox,
    .aboutbox {
        padding: 10rem 7rem;
    }
    .storybox p,
    .aboutbox p {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 2rem;
    }*/
}
@media (min-width: 672px) and (max-width: 767.98px) {
    /*.storybox,
    .aboutbox {
        padding: 10rem 10rem;
    }
    .storybox p,
    .aboutbox p {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 1rem;
    }*/
}
@media (min-width: 576px) and (max-width: 671.98px) {
    /*.storybox,
    .aboutbox {
        padding: 10rem 5rem;
    }
    .storybox p,
    .aboutbox p {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 1rem;
    }*/
}
@media (max-width: 575.98px) {
    .title img {
        max-height: 30px;
    }
    /*.bg-story {
        display: block;
        grid-area: 1/-1;
    }
    .textstory {
        z-index: 1;
        grid-area: 1/-1;
        margin: auto;
        padding: 0 2.5rem;
    }
    .storybox p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 2rem;
    }
    .aboutbox p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0rem;
    }*/
    .bg-sp {
        display: block;
        text-align: center;
    }
    .bg-sp img {
        max-height: 309px;
    }
}
.castbox {
    
}
.castbox p {
    margin-bottom: 2rem;
}
.staffblock {
    text-align: center;
    margin: 2rem auto;
}
.ensemblebox {
    margin: 7rem auto;
}
.img-ensemble {
    width: 100%;
    max-width: 552px;
}
.thanlsbox {
    margin: 0 auto 7rem;
}
.img-staff {
    width: 100%;
    max-width: 552px;
}
@media (max-width: 575.98px) {
    .castbox {
        padding: 0 2rem;
    }
    .staffblock {
        display: block;
        background: #f5ede1;
        padding: 4rem 3rem;
    }
    .ensemblebox {
        margin: 0rem auto 4rem;
    }
}
.scheduleblock {
    max-width: 816px;
    margin: 0 auto 8rem;
}
.scheduleblock p {
    margin-bottom: 2rem;
}
.scheduleblock img {
    max-width: 100%;
}
.date {
    display: none;
}
.img-tokyo {
    width: 1000px;
}
.simplebar-track.simplebar-horizontal {
    height: 21px;
    background: #c2b7a9;
    border-radius: 0;
    max-width: 372px;
    margin: 0 auto;
}
.simplebar-scrollbar {
    height: 21px;
    background: #ae8d57;
    border-radius: 0;
    top: 0;
}
@media (max-width: 575.98px) {
    .scheduleblock {
        padding: 0 0 0 1.5rem;
    }
    .scheduleblock .pe-15 {
        padding-right: 1.5rem;
    }
    .scheduleblock p {
        margin-bottom: 1.5rem;
    }
    .date {
        display: block;
        margin-bottom: 3rem;
    }
    .img-tokyo {
        width: 700px;
    }
}
.ticketblock {
    max-width: 816px;
    margin: 0 auto 3rem;
}
.img-ticket {
    max-height: 338px;
    max-width: 100%;
}
.p01 {
    font-size: 13px;
    font-weight: 400;
    color: #7d6442;
    margin: auto;
    line-height: 2;
    max-width: 798px;
}
.p01 a {
    color: #7d6442;
}
@media (max-width: 575.98px) {
    .p01 {
        padding: 0 2rem;
        margin-bottom: 3rem;
    }
}
.h01 {
    display: none;
}
.ticketbox {
    max-width: 798px;
    margin: 6rem auto 3rem;
}
.ticket-inner {
    background: #7d6442;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.ticket-inner h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.ticket-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.ticket-inner p a {
    color: #fff;
}
.ticket-inner p:last-child {
    margin-bottom: 0;
}
.btn-ticket {
    display: block;
    background: #f5ede1;
    padding: 0.5rem 1rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    font-weight: 700;
    color: #7d6442;
    border-radius: 0;
}
.btn-ticket.disabled {
    background: #f5ede1;
    color: #7d6442;
}
.btn-ticket:hover {
    background: #f5ede1;
    color: #7d6442;
    opacity: 0.7;
}
.btn-ticket2 {
    font-size: 28px;
}
@media (max-width: 575.98px) {
    .btn-ticket2 {
        font-size: 21px;
    }
}
.ticketbox2 {
    max-width: 798px;
    margin: 6rem auto 3rem;
    border: 1px solid #7d6442;
    padding: 3rem 1rem;
    text-align: center;
}
.ticketbox2 h5 {
    font-size: 19px;
    font-weight: 700;
    color: #7d6442;
}
.ticketbox2 p {
    font-size: 16px;
    font-weight: 400;
    color: #7d6442;
}
.ticketbox2 p a {
    color: #7d6442;
}
.ticketbox2 p strong {
    font-weight: 400;
}
.ticketbox2 p:last-child {
    margin-bottom: 0;
}
.email::before {
    content: '';
    background: url("images/stage/ico-email.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 13px;
    display: inline-block;
    margin-right: 0.3rem;
}
@media (max-width: 575.98px) {
    .ticketwrap {
        background: #fff;
        padding: 3rem 1.5rem;
    }
    .h01 {
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-size: 34px;
        font-weight: 700;
        color: #7d6442;
        text-align: center;
    }
    .ticketbox {
        margin: 3rem auto 3rem;
    }
    .ticketbox2 {
        background: #f5ede1;
        border: hidden;
        margin: 1rem auto 1rem;
        padding: 3rem 1rem;
    }
}
.guidebox {
    max-width: 640px;
    margin: 6rem auto;
}
.guidebox h3 {
    border-bottom: 2px solid #8a7045;
    border-top: 2px solid #8a7045;
    padding: 1rem;
    font-size: 18px;
    font-weight: 500;
    color: #8a7045;
    text-align: center;
    margin-bottom: 2rem;
}
.guidebox h5 {
    border-bottom: 2px solid #8a7045;
    padding-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #8a7045;
    margin: 4rem auto 2rem;
    text-align: center;
}
.guidebox p,
.guidebox dl,
.guidebox ul li {
    font-size: 14px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .guidebox {
        padding: 0 1.5rem;
    }
    .guidebox h3 {
        font-size: 16px;
    }
}
.moviebox {
    position: relative;
    padding: 0 1.5rem;
}
.movie-inner {
    position: absolute;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: auto;
    z-index: 2;
    top: 130px;
    left: 0;
    right: 0;
    max-width: 75%;
}
@media (max-width: 575.98px) {
    .movie-inner {
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr;
        gap: 2rem;
        top: 70px;
    }
}
.areaMapWrap01 {
    width: 100%;
    background: url("images/cast/cast.png") left top no-repeat;
    background-size: 100% auto;
}
.areaMap01{
    width: 100%;
    height: auto;
}
.img_slider {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3rem !important;
}
.slick-prev::before,
.slick-next::before {
	content: none !important;
}
#arrows {
    display: none;
}
.img_slider li {
    padding: 0 0.5rem;
    position: relative;
}
.img_slider li img {
    max-width: 100%;
}
@media (max-width: 575.98px) {
    .img_slider {
        width: 94%;
        margin: auto;
    }
    .img_slider li {
        padding: 0 0.2rem;
    }
}
.text-comment {
    width: 100%;
    max-width: 550px;
    margin: auto;
    text-align: left;
}
.img-cast {
    max-height: 600px;
    max-width: 100%;
}
.newswrap {
    background: #ae8d57
}
.newsblock h3 {
    color: #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    text-align: left;
}
.newsblock h3 span {
    float: right;
}
.newsblock h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
@media (max-width: 575.98px) {
    .h3-re {
        display: flex;
        flex-direction: column-reverse;
    }
    .newsblock h3 span {
        float: none;
        display: block;
    }
    .newsblock h4 {
        font-size: 14px;
        font-weight: 300;
    }
}
.dl-5 dt {
    float: left;
    width: 5em;
    font-weight: normal;
}
.dl-5 dd {
    margin-left: 5em;
}

.list-tv {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding-left: 0;
    
}
.list-tv li:last-child {
    padding-left: 2rem;
}
.list-tv li img {
    max-height: 39px;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .list-tv li:last-child {
        padding-left: 3rem;
    }
}
@media (max-width: 575.98px) {
    .list-tv {
        display: block;
    }
    .list-tv li:last-child {
        padding-left: 0;
        margin-top: 2rem;
        text-align: center;
    }
    .list-tv li span {
        font-size: 13px;
    }
}
.hrdot {
    margin: 2rem auto;
    border-top: 1px dotted rgba(0,0,0,0.6);
}
.hrnone {
    margin: 4rem auto;
    border-top: 1px dotted rgba(0,0,0,0.01);
}
.dl65 {
    margin-bottom: 0 !important;
}
.dl65 dt {
    float: left;
    width: 6.5em;
    font-weight: normal;
}
.dl65 dd {
    margin-left: 6.5em;
}
.list-indent {
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0 !important;
}
.list-indent-s {
    list-style: none;
    padding-left: 0;
}
.list-indent-s li {
    font-size: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
    margin-bottom: 0 !important;
}
.img-bunka {
    max-height: 60px;
    max-width: 100%;
}
.goodsblock {
    max-width: 640px;
    margin: 6rem auto 0;
}
.goodsbox {
    max-width: 502px;
    margin: 0 auto 4rem;
}
.goodsbox2 {
    max-width: 502px;
    margin: auto;
}
.goodsblock h3 {
    border-top: 2px solid #8a7045;
    border-bottom: 2px solid #8a7045;
    padding: 0.3rem 5rem;
    font-size: 18px;
    font-weight: 500;
    color: #8a7045;
    text-align: center;
    margin-bottom: 2rem;
}
.goodsbox h5 {
    border-bottom: 2px solid #8a7045;
    padding-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #8a7045;
    margin: 4rem auto 2rem;
    text-align: center;
}
.goodsbox p,
.goodsbox dl,
.goodsbox ul li {
    font-size: 14px;
    font-weight: 400;
    color: #4f1a76;
    margin-bottom: 1.5rem;
}
.goodsbox2 p,
.goodsbox2 dl,
.goodsbox2 ul li {
    font-size: 14px;
    font-weight: 400;
    color: #7d6442;
    margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
    .goodsblock h3 {
        padding: 0.3rem 1rem;
        font-size: 16px;
    }
    .goodsbox,
    .goodsbox2 {
        padding: 0 1.5rem;
    }
    .goodsbox p,
    .goodsbox2 p {
        font-size: 13px;
    }
}
.eventbox {
    background: #e6ddc7;
    padding: 1.0rem 1.2rem;
    margin-bottom: 2rem;
}
.eventbox p {
    margin-bottom: 1.0rem;
}
.eventbox p:last-child {
    margin-bottom: 0;
}
footer {
    margin: 7rem auto 0;
    text-align: center;
    padding: 4rem 0 1rem;
}
footer span {
    font-size: 10px;
    font-weight: 400;
    display: block;
}
.footer01 {
    background: #ae8d57;
}
.footer02 {
    background: #321647;
}
.footer03 {
    background: #494949;
}
.footer04 {
    background: #71459a;
}
.footerbox {
    display: table;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 3rem;
}
.footerlogo {
    display: table-cell;
    width: 50%;
    padding-right: 2rem;
}
.footerlogo img {
    max-height: 234px;
    max-width: 100%;
}
.footertext {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 2rem;
    text-align: center;
}
.footertext h5 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.footertext p {
    font-size: 10px;
    font-weight: 400;
}
.footertext p strong {
    font-weight: 700;
}
.footer01 h5,
.footer01 p,
.footer01 a,
.footer01 span {
    color: #000;
}
.footer02 h5,
.footer02 p,
.footer02 a,
.footer02 span,
.footer03 h5,
.footer03 p,
.footer03 a,
.footer03 span{
    color: #ae8d57;
}
.footer04 h5,
.footer04 p,
.footer04 a,
.footer04 span,
.footer04 h5,
.footer04 p,
.footer04 a,
.footer04 span{
    color: #fff;
}
.ico-twitter {
    max-height: 19px;
}
.br-xs {
    display: none;
}
@media (max-width: 575.98px) {
    footer {
        margin: 0 auto;
        padding: 4rem 0 4rem;
    }
    .home footer {
        margin: 4rem auto 0;
    }
    footer span {
        margin-top: 2rem;
    }
    .footerbox {
        display: block;
        margin: 0 auto 2rem;
    }
    .footerlogo {
        display: block;
        width: 100%;
        padding-right: 0rem;
    }
    .footertext {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 4rem;
    }
    .br-xs {
        display: block;
    }
}
.mb-3rem {
    margin-bottom: 3rem;
}
.layer_board .card-text,
.layer_board ul li {
    color: #000;
}
.modal-content .card-header,
.modal-content .card-text,
.modal-content ul li {
    color: #000;
}
.btn-news {
    display: block;
    background: #f00;
    max-width: 960px;
    margin: auto;
    padding: 0.5rem 1rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
}
.btn-news:hover {
    background: #f00;
    color: #fff;
    opacity: 0.7;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .btn-news {
        font-size: 24px;
    }
}
@media (max-width: 575.98px) {
    .btn-news {
        font-size: 16px;
    }
}
/* 戻るアンカー */
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: 0;
	text-align: right;
    cursor: pointer;
}
#page-top.fade-in {
	opacity: 1;
	transition: opacity 1s;
}
#page-top:hover {
    opacity: 0.3;
}
#page-top img {
    max-height: 33px;
}
@media (max-width: 575.98px) {
	#page-top img {
        max-height: 33px;
    }
}
.album {
	margin: 0 auto 1rem;
	background-color: black;
	position: relative;
    
}
.album img {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}
.album .img1 {
	display: block;
	margin: 0 auto;
}
.album .img2 {
	animation-delay:2.5s;
	-webkit-animation-delay:2.5s;
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
}
@keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.box-booking {
    background: #f00;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.box-booking h2 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}
.box-booking h2::before {
    content: '';
    background: url("images/ico-more.png") no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    display: inline-block;
}
.box-booking p {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .box-booking h2 {
        font-size: 28px;
    }
    .box-booking h2::before {
        width: 24px;
        height: 24px;
    }
    .box-booking p {
        font-size: 19px;
    }
}