/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    overflow-y: scroll;
}

body {
    margin: 0;
}
body:active {
    height: 100%;
    overflow: hidden;
  }
main {
    display: block;    
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: Zen Maru Gothic
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%
}

body * {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow-wrap: break-word
}

body form * {
    -webkit-appearance: auto
}

a {
    color: #fff
}

a:hover {
    text-decoration: none
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    -webkit-backface-visibility: inherit
}

b,
strong {
    font-weight: 600
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

body {
    background-color:#000;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: Hina Mincho;
    color: #fff;

}

.loader {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa
}

.loader_image {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12vw;
    height: auto;
    height: auto;
    transform: translate(-50%, -50%)
}

.menuSP {
    display: none
}

.menuSP_btn>img {
    display: block;
    width: 22%
}

.site-center {
    display: block;
    width: 30%;
    /* max-width: 375px; */
    margin: 0 auto;
    overflow: hidden;
    /* background-color: #1b2b47; */
    color: #000;
    margin-left: auto;
    margin-right: 75px;
    background-color: #fff;
    position: absolute;
    right: 0;
}

.site-right {
    position: fixed;
    right: 0;
    width: 5%;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    top: 0;
}

.site-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 65%;
    height: 100vh;
    overflow: hidden
}

.site_logo {
    display: block;
    width: 152px
}

.site_logo>img {
    display: block;
    width: 100%
}

.site_navigation_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    column-gap: 52px;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.site_navigation_list_item {
    display: block;}
.site_navigation_list_item p{
    font-size: 1.8rem;
    color: #184C3D;
    margin: 20px;
    font-family: Zen Maru Gothic;
    background-image: url(../img/top/menu_bgi-img.png);
    width: 190px;
    height: 55px;
    background-size: cover;
    line-height: 5rem;
}
.site_navigation_list_item p::after{
    content: "";
    background-image: url(../img/top/menu_bgi-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    position: relative;
}
.site_navigation_list_item a{
    text-decoration: none;
}
.reservation-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    /* border: #fff solid 1px; */
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: Zen Maru Gothic;
    margin: 30px 0 18px;
}
.reservation-btn-R:hover {
    background: #FFF;
    color: #184C3D;
    border: #184C3D solid 1px;
}
.reservation-btn-R::before {
    content: "";
    background-image: url(../img/top/menu_logo_reservation-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.reservation-btn-R:hover::before {
    background-image: url(../img/top/menu_logo_reservation_green-img.png);
}
.instagram-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    /* border: #fff solid 1px; */
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: Zen Maru Gothic;
}
.instagram-btn-R:hover {
    background: #FFF;
    color: #184C3D;
    border: #184C3D solid 1px;
}
.instagram-btn-R::before {
    content: "";
    background-image: url(../img/top/menu_logo_insta-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.instagram-btn-R:hover::before {
    background-image: url(../img/top/menu_logo_insta_green-img.png);
}
.site_navigation_list_item_inner {
    -webkit-transition: -webkit-transform .3s ease;
    display: block;
    /* width: 22px; */
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.site_navigation_list_item_inner>img {
    display: block;
    width: 100%
}

.header_logo a,
.header_logo img {
    display: block;
    width: 100%
}

.main {
    display: block;
    width: 100%;
    background-color: #fff;
}
/* ******************<追加>****************** */
.site-left .top-movie{
    /* width: 120%; */
    position: absolute;
    top: 0;
    height: 75vh;
}
.top-left-post{
    margin-top: auto;
    left: 0;
    display: block;
    width: 100%;
    height: 25%;
    line-height: 3rem;
    padding: 20px 0 20px;
}
.top-left-post .title{
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    font-family: Noto Sans;
}
.top-left-post-inner{
    margin: 0 30px 20px 30px;
}
.top-left-post-detail{
    display: flex;
    align-items: center;
    font-size: 13px;
}

.top-left-post-detail .date{
    background-color: #fff;
    color: #000;
    display: inline;
    margin-right: 10px;
    padding: 0px 10px;
    font-family: Noto Sans;
}
.top-left-post-detail .txt a{
    text-decoration: none;
}
.margin_01{
    margin-bottom: 40%!important;
}
.margin_02{
    margin-bottom: 20%!important;
}
.button_black{
    margin: 10px 0;
}
.button_black a {
    background: #000;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 285px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
}
.button_black a:hover {
    background: #eee;
    color: #000;
}
.button_black a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_black a:hover:after {
    border-color: #000;
}
.button_white{
    margin: 10px 0;
    display: flex;
}
.button_white a {
    background: #fff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 285px;
    padding: 10px 25px;
    color: #000;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
}
.button_white a:hover {
    background: #000;
    color: #fff;
}
.button_white a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_white a:hover:after {
    border-color: #fff;
}
.slick-next {
    right: 35px!important;
}
.slick-arrow {
    z-index: 2;
}
.logo-img{
    display: block;
    width: 60%;
    margin: 0 auto 100px;
    padding-top: 50px;
}
/* 
.instagram-btn{
    display: block;
    text-align: center;
    border: #fff solid 1px;
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.instagram-btn:hover {
    background: #FFF3D2;
    color: #184C3D;
}
.instagram-btn::before{
    content: "";
    background-image: url(../img/top/menu_logo_insta-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.instagram-btn:hover::before{
    background-image: url(../img/top/menu_logo_insta_green-img.png);
} */
/* .detail{
    background-color: #fff;
    color: #717171;
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.category-txt{
    text-align: left!important;
} */

/* .category-title{
    color: #184C3D;
    font-size: 1.7rem;
    text-align: center;
}
.detail p{
    margin: 0;
} */
/* **スライダー******************************** */
.slider_content ul{
    padding-left: 0;
    margin-bottom: 150px;
}
.slider_content ul li{
    margin: 0px 5px;
    width: 250px!important;
}
.slick-next {
    right: 35px;
}
.slick-next:before {
    content: '>'!important;
    color: #fff!important;
    font-size: 35px!important;
    font-weight: bold!important;
} 
.slick-prev {
    left: 35px!important;
    z-index: 2;
} 
.slick-prev:before {
    content: '<'!important;
    color: #fff!important;
    font-size: 35px!important;
    font-weight: bold!important;
}
/* 中央以外のスライド */
.slick-img img {
    height: auto;
    /* opacity: .3; */
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
  }
  /* 中央のスライド */
  .slider .slick-center img {
    opacity: 1;
    transform: scale(1);
  }
  #modal-container {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .modal-container_img {
      display: flex;
      height: 100vh;
      justify-content: center;
      align-items: center;}
     .modal-container_img img {
        max-width: calc(100vw - 30px);
        max-height: calc(100vh - 30px);
      }

  img.popup {
    cursor: pointer;
  }
.copyright{
    display: block;
    position: fixed;
    bottom: 50px;
    transform: rotate(-90deg);
    font-size: 15px;
    width: 100px;
    right: -9px;
    margin: 0;
}
/* .site_logo_flower{
    position: relative;
}
#flower-1{
    animation:30s linear infinite rotation1;
    position: absolute;
    top: -45px;

} 
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}
*/

.content{
    display: block;
    padding: 0 50px;
}
.article_01{
    padding: 100px 0;
}
.article_02{
    display: block;
    background-color: #515153;
    padding: 100px 0;
}
.scroll {
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 3s infinite;
}
@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
@media screen and (min-width:768px) {
    /* a[href^="tel:"] {
        text-decoration: none;
        cursor: default;
        pointer-events: none
    } */

    .hide-pc {
        display: none !important
    }

    .site_logo {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .site_logo:hover {
        opacity: .6
    }

    .site_navigation_list_item_inner:hover {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    .header_logo a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .header_logo a:hover {
        opacity: .6
    }
    .enjoy-munsic-logo-img{
        width:20%;
        display: block;
        margin: 150px auto 50px!important;
    }
}

@media screen and (max-width:767px) {
    .hide-sp {
        display: none !important
    }

    body {
        font-size: 1.4rem
    }
    .top-logo-sp{
        background-color: #fff;
        padding: 20px 0 10px;
    }
    .top-logo-sp img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .top-left-post-detail{
        display: block;
    }
    .txt{
        margin: 0;
        line-height: 2rem;
    }
    .loader_image {
        width: 40vw
    }

    .menuSP {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 90;
        position: fixed;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        width: 100%;
        height: 49px;
        gap: 3px;
        background-color:#515153;
    }
    .menuSP a{
        text-decoration: none;
    }

    .menuSP_btn {
        display: block;
        width: calc(50% - 1.5px);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .site-left {
        display: block;
        width: 100%;
        height: auto;
        position:unset;
    }
/*
    .site-left .top-movie{
        position: unset;
        width: auto;
        height: 420px;
        max-height: 620px;
    }
*/
    .site-left .top-movie{
        position: unset;
        width: 100%!important;
        height: 100%!important;
        max-height: 620px;
    }
    .site-center{
        width: 100%;
        margin: 0;
    }
    .top-logo{
        margin-top: 100px;
    }
    .scroll{
        left: 50%!important;
    }
    .content {
        padding: 0 25px!important;
    }
    .article_01 {
        padding: 100px 0 0!important;
    }
    .access-table {
        margin-bottom: 100px!important;
    }
    
    .menuSP_btn_map{
        text-align: center;
        margin: 10px;
    }
    /* .menuSP_btn_map::before{
        content: url(../img/common/sp-menu-logo.png);
        display: inline-block;
        vertical-align: middle;
        transform: scale(0.7);
    } */
    .menuSP_btn_instagram{
        text-align: center;
        margin: 10px;
    }
    .menuSP_centerbtn{
        border-right: 1px solid;
        border-left: 1px solid;
    }
    /* .menuSP_btn_instagram::before{
        content: url(../img/common/sp-menu-instagram.png);
        display: inline-block;
        vertical-align: middle;
        transform: scale(0.7);
    } */
     .drawer__button{
        bottom: 10px;
        top: unset!important;
     }
     .drawer__button::after {
        top: unset!important;
        right: 45px;
        font-size: 15px;
        content: "Menu"!important;
    }
    .drawer__button.active::after{
        content: "Close"!important;
    }
    .drawer__nav.active .drawer__nav__inner {
        display: block!important;
        padding: 10rem 1.5rem 1rem;
    }
    .drawer__nav__inner__left {
        width: 100%!important;
    }
    .drawer__nav__inner__right{
        width: 100%!important;
    }
    .drawer__nav__menu {
        position: unset!important;
        top: unset;
        margin-left: unset;
        /* margin: 0 auto; */
        margin-left: 0!important;
        text-align: center;
        margin-top: 65px;
    }
    .drawer__nav__item__logo{
        justify-content: center;
    }
    .enjoy-munsic-logo-img{
        width:20%;
        display: block;
        margin: 50px auto 50px!important;
    }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
    position:fixed;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
    right: 25px;
    top: 20px;
  }
  .drawer__button::after{
    content: "menu";
    position: absolute;
    top: 20px;
  }
  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  .drawer__button > span:first-child {
    transition: transform 0.3s ease;
    width: 3rem;
    transform: translate(-50%, -50%) rotate(-50deg);
  }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    transform: translate(-75%, -225%) rotate(-50deg);
  }
  .drawer__button > span:last-child {
    /* transform: translate(-50%, calc(-50% + 0.5rem)); */
    transition: transform 0.3s ease;
    transform: translate(-20%, 75%) rotate(-50deg);
  }
  /* 展開時のデザイン */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }
  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 3rem;
  }
  .drawer__button.active::after{
    content: "close";
    position: absolute;
    top: 20px;
  }
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 4rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    /* overflow: scroll; */
    transform: translateX(100%);
    transition: transform 0.3s ease;
    opacity: 75%;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
    display: flex;
    align-items: center;
  }
  .drawer__nav__inner__left{
    display: block;
    width: calc(100vw - 50%);
  }
  .drawer__nav__inner__left img{
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .drawer__nav__inner__right{
    display: block;
    width: calc(100vw - 50%);
    height: 100%;
  }
  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top:25%;
    margin-left: 5%;
  }
  .drawer__nav__link {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 2rem 1rem;
    font-family: Hina Mincho;
    font-size: 19px;
    /* text-align: center; */
  }
  .drawer__nav__link_logo{
    padding: 0;
  }
  .drawer__nav__item__logo{
    /* width: 15%; */
    display: flex;
    padding: 2rem 1rem;
  }
  /* .drawer__nav__item__logo img{
    width: 50%;
  } */
  a span{
    display: inline-block;
    /* color:#fff;
    font-size:120%; */
    text-decoration:none;
    transition:1s;
    width: 50%;
  }
    a span:hover{
    transform: rotateY(360deg);
  }
  .drawer__nav__item a {
    display: inline-block;
  color:#fff;
  font-size:120%;
  text-decoration:none;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  .drawer__nav__item a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  
  /* 見た目の調整 */
  section {
    width: 100%;
    height: 30vh;
  }
  

  













@media screen and (max-width:750px) {
    .site-center {
        max-width: none
    }
}

@media screen and (max-width:991px) {
    .site-right {
        display: none!important;
    }

    /* .site-left {
        display: none
    } */
}






/*# sourceMappingURL=map/style.css.map */