@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    font-weight: 300;
    color: #222;
    background-color: #fff;
    font-family: "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-display: swap;
    position: relative;
    margin: 0;
}

body.pined,
html.pined {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

.didot,
.en {
    letter-spacing: .04em;
    font-family: linotype-didot, serif;
    font-style: normal;
}

body.menu-opened {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.loading-screen.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s 0.5s;
}

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

.en {
    font-family: "linotype-didot", serif;
    font-style: normal;
    letter-spacing: 0.04em;
}

.ja {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-display: swap;
    font-style: normal;
    letter-spacing: 0.04em;
}

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

h1 {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
}

h3 {
    margin: 0;
}

p {
    font-size: 0.875em;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

section {
    padding: 50px 0;
    margin-top: 50px;
}

section .section-inner {
    max-width: 900px;
    width: 90%;
    margin: auto;
}

section h2 {
    font-size: 3.125em;
    font-weight: 400;
    color: #A58602F2;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 0;
    margin-bottom: 50px;
}

section h2::before,
section h2::after {
    content: '';
    width: 50px;
    height: 0.5px;
    background-color: #A58602F2;
    vertical-align: middle;
}

/* View moreボタン style */
.button {
    width: fit-content;
    display: flex;
    align-items: center;

    margin: 30px auto 0;
}

.button .en {
    height: fit-content;
    font-size: 1.25em;
    line-height: unset;
    margin: 0;
}

.button .arrow-icon {
    width: 44px;
    height: fit-content;
    aspect-ratio: 1 / 1;
    border: 0.5px solid #777777F2;
    border-radius: 50%;
    align-content: center;
    position: relative;

    margin-left: 30px;
}

.button .arrow-icon span {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.button .arrow-icon svg {
    width: 10px;
    height: 10px;
    fill: #777777F2;
    margin: auto;
}

.small-button .en {
    font-size: 0.875em;
    margin: 0;
}

.small-button .arrow-icon {
    width: 30px;
    margin-left: 20px;
}

.small-button .arrow-icon svg {
    width: 8px;
    height: 8px;
}

#map {
    width: 100%;
    max-width: 900px;
    height: 319px;
    margin: 0 auto;
}
.acess-map {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    #map {
        height: 250px;
    }
}
/* MAP ボタン */
.map-button {
    position: fixed;
    right: 0;
    bottom: 40px;

    width: 86px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: white;
    border-radius: 13px 0px 0px 13px;
    box-shadow: 0px 0px 6px #00000029;
    padding: 10px 0;

    z-index: 100;
}

.map-inner {
    width: fit-content;
    margin: auto;
}

.map-icon {
    height: 44px;
    display: block;
}

.map-button svg {
    width: 44px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.map-button p {
    font-size: 0.75em;
    color: #A58602F2;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -0.525em;
}


body:not(#top) {
    margin-top: 0;
}
body:not(#top) #loading-wrapper {
    display: none;
}
.contents-title__title {
    color: #a58602f2;
}
.contents-title__title span:nth-of-type(n + 2) {
    text-transform: lowercase;
}



/* ----------------------------
以下追加分
-------------------------------*/
body#top #system {
   background-image: url(/img/white_template/img-system-BlHQxIrs.jpg); 
}
body#top .cast,
body#top .gallery,
body#top .coupon,
#page-event,
#page-coupon,
#page-access,
#page-recruit,
.group {
    background-color: #fff;
}
body#top .event {
    color: var(--color-black);
    background-color: #fff;
}
#recruit .recruit-wrap {
    justify-content: space-between;
}
#recruit .recruit-wrap h5 {
    padding-left: 42px;
}
@media screen and (max-width: 768px) {
    #recruit .recruit-wrap h5 {
        padding-left: 0;
    }
}
body#top #recruit .recruit-wrap .recruit-item {
   background-image: url(/img/white_template/img-hero-BMCFkX9P.jpg); 
}
body#top .breadcrumb {
    display: none;
}
.header-selectLanguage {
    position: relative;
    margin-top: 10px;
}
@media screen and (max-width: 801px) {
    .header-selectLanguage {
        text-align: center;
        margin-top: 40px;
    }
}
.header-selectLanguage select {
    outline: none;
    border: none;
    background-color: #fff;
    color: #464646;
    background-image: url(/img/white_template/japan.jpeg);
    padding: 1px 10px 1px 30px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    cursor: pointer;
    max-width: 100px;
}

.header-selectLanguage:after {
    color: #000;
    right: -20px;
    content: "▼";
    display: inline-block;
    font-size: 70%;
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
    pointer-events: none;
}
.header-selectLanguage select:focus{
    outline: none;
    border: none; 
    padding: 1px 10px 1px 30px;
}
.header-selectLanguage option:focus,
.header-selectLanguage option:checked {
    outline: none;
    border: none;
}
@media screen and (max-width: 768px) {
    .header-selectLanguage select{
        position: relative;
        left: -10px;
    }
    .header-selectLanguage:after {
        position: absolute;
        top: 50%;
        right: -10px;
    }
}
.header-inner {
    width: 100%;
}
.header-inner .nav .nav-list li {
    color: #222;
}
.header-nav-menu__link {
    height: auto;
    font-size: 16px;
}
@media screen and (max-width: 1025px) {
    .header-nav-menu__link {
        font-size: 14px;
        margin-right: 0;
    }
    .nav-wrap {
        padding-left: 5%;
    }
}
@media screen and (max-width: 801px) {
    .header-inner .nav .nav-list li {
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    .header-nav-menu__link {
        margin-right: 0;
    }
}
.footer {
    width: 100%;
    background-color: #eee;
    padding: 50px 0;
    margin-top: 50px;
    border: none;
}
#page-gallery .gallery-mv + .contents_wrap {
    background-color: #fff;
}
#page-access .breadcrumb,
#page-event .breadcrumb,
#page-gallery .breadcrumb {
    color: #222;
}
#page-gallery .breadcrumb {
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .header-nav-menu {
        margin: 0;
    }
    .cast {
        background: none;
    }
}
.cast-img-slide-list img {
    object-fit: cover;
}
#system .system-wrap {
    flex-wrap: wrap;
}
#system .system-item {
    width: 50%;
    margin-top: 50px;
}
#system .system-item:first-child,
#system .system-item:nth-child(2) {
    margin-top: 0;
}
#system .price-wrap {
    margin-top: 0 !important;
}
#system .price-item {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
#system .price-item p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    #system .system-item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #system .system-item:last-child {
        margin-bottom: 0;
    }
}
.modal-window .gallery-list__img:hover img,
.modal-window .gallery-list__img:active img{
    transform: scale(1);
}
.modal-window,
.modal-window-movie{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 67%);
    z-index: 9999999;
    text-align: center;
}
.modal-window .gallery-slide{
    max-width: 70%;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin: auto;
    height: 70vh;
    top: 50%;
    transform: translate(0px, -50%);
}
.modal-window .contents-inner {
    padding: 0 20px;
    height: 100%;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contents-inner {
    max-width: 980px;
    margin: 0 auto;
    width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
    .modal-window .contents-inner {
        padding: 0;
    }
}
.modal-window .gallery-slide .slick-list{
    height: 100%;
}
.close-btn{
    font-weight: 100;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.close-btn div{
    transform: scale(1, 1);
    width: fit-content;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    font-weight: 300;

}
.top .modal-window .gallery-modal-op {
    height: 80%;
    width: 100%;
}
.top .modal-window .gallery-modal-op img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .top .modal-window .gallery-modal-op {
        height: auto;
        width: 100%;
    }
    .top .modal-window .gallery-modal-op img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
.placeDiv {
    z-index: 10;
    position: absolute;
}
.map-container {
    position: relative;
}
.placecard__container {
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
}
.placecard__left {
    float: left;
    width: 75%;
}
.placecard__right {
    text-align: center;
    float: left;
    width: 25%;
}
.placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    perspective-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
    color: #000;
}
.placecard__info {
    color: rgb(91, 91, 91);
    cursor: default;
    width: 200px;
    column-rule-color: rgb(91, 91, 91);
    perspective-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0px none rgb(91, 91, 91);
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: rgb(91, 91, 91) none 0px;
    font-size: 12px;
}
.placecard__direction-icon {    
    background: rgba(0, 0, 0, 0) url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png) repeat scroll 0px 0px / 70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
}
.placecard__direction-link {
    color: rgb(91, 91, 91);
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px;
}
.placecard__view-large {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    color: inherit;
    font-weight: normal;
}
.contents-title__text,
#page-event .contents-ex,   
#page-access .contents_wrap {
    color: #222;
}
.isSp {
    display: none !important;
}
@media screen and (max-width: 1025px) {
    #cast .cast-wrap .cast-list .cast .cast-image {
        min-width: inherit;
    }
    #cast .cast-wrap .cast-list .cast .cap-wrap h4 {
        font-size: 120%;
    }
}
@media screen and (max-width: 801px) {
    .isPc {
        display: none !important;
    }
    .isSp {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    #cast .cast-wrap .cast-list {
        gap: 0;
        grid-template-columns: inherit;
        display: flex;
        flex-wrap: wrap;
    }
    #cast .cast-wrap .cast-list a {
        width: 48%;
        margin: 1%;
    }
}
.sub_header {
    position: absolute;
    bottom: -75px;
    right: -20px;
    border-radius: 0 0 13px 13px;
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
}
@media screen and (min-width: 802px) {
    .sp-sns_wrap {
        display: none !important;
    }
}
.humburger__nav--sub {
    position: absolute;
    z-index: 1000;
    width: 150px;
    right: -40px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 801px) {
    .humburger__nav--sub {
        position: relative;
        width: inherit;
        right: inherit;
    }
}
