/* font-family: 'Playfair Display', serif; */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/* font-family: 'Noto Sans SC', sans-serif;
font-family: 'Noto Serif SC', serif; */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;500&family=Noto+Serif+SC:wght@200;500&display=swap');

/* import */

html {
    margin-top: unset !important;
}

.desktop_only {
    display: none !important;
}


/* header */

#top_page_video_mobile {
    height: 90vh;
    width: auto;
    object-fit: cover;
}

button:not(:hover):not(:active):not(.has-background) {
    background-color: unset;
}

header {
    width: 100vw;
    height: auto;
    position: absolute;
    z-index: 2;
}

.header_components {
    display: flex;
    justify-content: center;
    flex-direction: row;
    overflow: hidden;
    padding: 0 20px;
    /* margin: 50px 0 0; */
}

.header_components .menu_dropdown_all .showing_header {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    height: 100px;
    padding: 0;
}

.header_components .menu_dropdown_all .showing_header .frame_prime {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 20px 0;
}

.header_components .showing_header {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    padding: 20px 0;
}

.header_components .showing_header .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin: 0;
}

.header_components .showing_header .left .frame {
    display: flex;
    justify-content: start;
}

.header_components .showing_header .left img {
    object-fit: contain;
    width: 128px;
    height: auto;
}

.header_components .showing_header .right {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 50%;
    margin: 0;
}

.header_components .showing_header .right .frame {
    display: flex;
    justify-content: end;
    flex-direction: row;
    margin: 0;
}

.header_components .showing_header .right .hamburger_button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    z-index: 3;
    background: transparent;
    /* border-radius: 50%; */
    transition: ease 1s;
}

.header_components .showing_header .right .hamburger_button.active {
    border-radius: 50%;
}

.header_components .showing_header .right .hamburger_button.active {
    background: white;
}

.header_components .showing_header .right .hamburger_button ul {
    width: 70%;
    height: fit-content;
    padding: unset;
    margin: 0 auto;
    /* cursor: pointer; */
}

.header_components .showing_header .right .hamburger_button ul li {
    list-style: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: white;
    opacity: 1;
    margin: 5px 0;
    transition: ease 0.5s;
}

.header_components .showing_header .right .hamburger_button.active ul li {
    background: black;
}

.header_components .showing_header .right .hamburger_button ul li {}

.header_components .showing_header .right .hamburger_button.active ul li {}

.header_components .showing_header .right .hamburger_button ul li:nth-of-type(1) {
    transform: translate(0, 0);
}

.header_components .showing_header .right .hamburger_button ul li:nth-of-type(2) {
    transform: translate(0, 0);
}

.header_components .showing_header .right .hamburger_button ul li:nth-of-type(3) {
    transform: translate(0, 0);
}

.header_components .showing_header .right .hamburger_button.active ul li:nth-of-type(1) {
    transform: rotate(135deg) translate(5px, -5px);
}

.header_components .showing_header .right .hamburger_button.active ul li:nth-of-type(2) {
    transform: rotate(45deg) translate(0, 0);
}

.header_components .showing_header .right .hamburger_button.active ul li:nth-of-type(3) {
    transform: rotate(45deg) translate(-5px, -5px);
    opacity: 0%;
}

.header_components .menu_dropdown_bg {
    display: none;
}

.header_components .menu_dropdown_bg.show {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    opacity: 20%;
    background-color: #131b2e;
}

.header_components .menu_dropdown_all {
    position: fixed;
    background: #131b2e;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0 20px 0px;
    width: 100vw;
    height: 500px;
    z-index: 110;
    transform: translateY(-500px);
    transition: ease 0.5s;
}

.header_components .menu_dropdown_all .menu_dropdown {
    background: #131b2e;
    display: flex;
    justify-content: end;
    flex-direction: column;
    /* padding: 0 0 60px; */
    width: 100vw;
    height: 400px;
}

.header_components .menu_dropdown_all.show {
    transform: translateY(0);
}

.header_components .menu_dropdown_all .menu_dropdown .frame {
    display: flex;
    justify-content: start;
    padding: 0 30px 30px;
}

.header_components .menu_dropdown_all .menu_dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header_components .menu_dropdown_all .menu_dropdown ul a {
    text-decoration: unset !important;
}

.header_components .menu_dropdown_all .menu_dropdown ul li {
    padding: 15px 0;
}

.header_components .menu_dropdown_all .menu_dropdown ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: opacity 1s .25s ease-in-out;
}

.header_components .menu_dropdown_all .menu_dropdown ul a li {}

.header_components .menu_dropdown_all .menu_dropdown ul a li span {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: unset;
    opacity: 100% !important;
}

.page.cn .header_components .menu_dropdown_all .menu_dropdown ul a li span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}


/* /header */


/* body */

body {
    background-color: white;
    position: relative;
}

.page {
    background: white url(../assets/images/landing_page/akasakatantei_website_background.png) repeat fixed center;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first_splash {
    position: relative;
}

#top_page_video_desktop {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0;
    margin: 0;
}

.lp_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lp_title .frame {
    display: flex;
    justify-content: center;
}

.lp_title .frame .flip {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

.lp_title .frame .flip h1 {
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    font-weight: 400;
}

.lp_title .frame .flip span {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    margin: 0 0 15px;
}

.first_splash.cn .lp_title .frame .flip span {
    font-family: 'Noto Serif SC', serif;
    font-size: 20px;
}

.lp_reservation {
    width: 80%;
    /* height: 60px; */
    padding: 15px 0;
    margin: 0 auto;
    background-color: #131b2e;
    transform: translate(30, 0);
    display: flex;
    justify-content: center;
    transform: translate(0, -60%);
}

.lp_reservation .button {
    background-color: #D6AD60 !important;
    padding: 10px;
    width: 180px;
    text-align: center;
    text-decoration: unset;
}

.lp_reservation .button span {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 20px;
}

.header.cn .lp_reservation .button span {
    font-family: 'Noto Serif SC', serif;
    font-size: 20px;
}

.section {
    position: relative;
    margin: 30px auto;
    width: 100%;
}

.michelin_star_achiver {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.michelin_star_achiver .left {
    display: flex;
    justify-content: end;
    width: 100%;
}

.michelin_star_achiver .left img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.michelin_star_achiver .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 20px;
}

.michelin_star_achiver .right .frame {
    width: 100%;
    text-align: center;
}

.michelin_star_achiver .right h2 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    padding: 0 0 10px;
    /* font-weight: 700; */
    /* width: auto; */
}

.page.cn .michelin_star_achiver .right h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.michelin_star_achiver .right p {
    text-align: center;
    color: #131b2e;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .michelin_star_achiver .right p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.attractions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
    padding: 0 20px;
}

.attractions .title {
    /* margin: 20px 0; */
}

.attractions .title h2 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    /* font-weight: 700; */
    /* width: auto; */
    /* padding: 20px 0; */
    padding: 0 0 10px;
}

.page.cn .attractions .title h2 {
    text-align: center;
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.attractions .desc {}

.attractions .desc p {
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .attractions .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
    text-align: center;
}

.section.full {
    width: 100%;
    /* margin: 0 auto 60px; */
}

.attractions_showcase {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.attractions_showcase .point {
    position: relative;
    width: 100%;
    height: auto;
}

.attractions_showcase .point img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: 0 0;
}

.attractions_showcase .point .point_title {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 0 0 10%;
    z-index: 1;
}

.attractions_showcase .point.hovering .point_title {
    opacity: 0%;
    transition: all 400ms ease;
}

.attractions_showcase .point .point_title h3 {
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin: 0 auto;
    transform: translate(0, 0);
}

.page.cn .attractions_showcase .point .point_title h3 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.attractions_showcase .point.hovering .point_title h3 {
    opacity: 0%;
    transform: translate(0, 50px);
    transition: all 400ms ease;
}

.attractions_showcase .point .hover_info {
    /* display: none; */
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, black 0%, #000000CC 60%, transparent 100%);
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 20% 0 0;
    opacity: 0%;
    z-index: 2;
}

.attractions_showcase .point .hover_info .title {
    opacity: 0;
    transform: translate(0, -50px);
}

.attractions_showcase .point .hover_info .title h3 {
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin: 0 auto;
}

.page.cn .attractions_showcase .point .hover_info .title h3 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.attractions_showcase .point .hover_info .desc {
    margin: 10px 0;
    padding: 0 10px;
    opacity: 0;
    transform: translate(0, -50px);
}

.attractions_showcase .point .hover_info .desc p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 100;
}

.page.cn .attractions_showcase .point .hover_info .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.attractions_showcase .point.hovering .hover_info {
    opacity: 1;
    transition: all 400ms ease;
}

.attractions_showcase .point.hovering .hover_info .title {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 400ms ease;
}

.attractions_showcase .point.hovering .hover_info .desc {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 400ms ease;
}

.restaurant_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0;
}

.restaurant_menu .menus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px;
}


/* new starts here */

.restaurant_menu .menus .omakase {
    margin: 0 auto 30px;
    width: 100%;
}

.restaurant_menu .menus .omakase .image {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 0 30px;
}

.restaurant_menu .menus .omakase img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.restaurant_menu .menus .omakase .menu_title {
    margin: 20px 0 5px;
    width: auto;
    height: 30px;
}

.restaurant_menu .menus .omakase .menu_title h3 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin: 0 auto;
}

.page.cn .restaurant_menu .menus .omakase .menu_title h3 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.restaurant_menu .menus .omakase .desc {
    margin: 10px 0;
    padding: 0 20px;
}

.restaurant_menu .menus .omakase .desc p {
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 100;
}

.page.cn .restaurant_menu .menus .omakase .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.restaurant_menu .menus .omakase .desc p.footnotes {
    text-align: center;
    color: #131b2e;
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
}

.restaurant_menu .menus .omakase .see_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}

.restaurant_menu .menus .omakase .see_menu .button {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    cursor: pointer;
}

.restaurant_menu .menus .omakase .see_menu .button span {
    text-align: center;
    color: #660000;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 600;
}

.page.cn .restaurant_menu .menus .omakase .see_menu .button span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.restaurant_menu .menus .omakase .see_menu .button.open .arrow {
    transform: rotate(315deg) translate( 0px, 10px);
}

.restaurant_menu .menus .omakase .see_menu .button .arrow {
    transition: 0.8s;
    width: 10px;
    height: 10px;
    border-left: 1.5px solid #660000;
    border-bottom: 1.5px solid #660000;
    transform: rotate(225deg) translate( -5px, -5px);
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu {
    /* margin: 30px 0; */
    display: flex;
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu.open .expander {
    height: auto;
    opacity: 1;
    margin: 30px 0 0;
    width: 100%;
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu .expander {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    margin: 0 auto;
    box-sizing: border-box;
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu .expander dl {
    display: flex;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
}

.page.cn .restaurant_menu .menus .omakase .see_menu .omakase_menu .expander dl {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu .expander dl dt {
    line-height: 1.8;
    border-bottom: none;
    text-align: end;
    font-family: 'Playfair Display', serif;
    color: #660000;
    padding: 0 15px 0 0;
    width: 50%;
}

.page.cn .restaurant_menu .menus .omakase .see_menu .omakase_menu .expander dl dt {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu .expander dl dd {
    line-height: 1.5;
    padding: 0 0 0 0;
    font-size: 15px;
    width: 40%;
}

.restaurant_menu .menus .omakase .see_menu .omakase_menu .expander .footnotes {
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
    margin: 20px 0 0;
}

.page.cn .restaurant_menu .menus .omakase .see_menu .omakase_menu .expander .footnotes {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}


/* new ends here */

.restaurant_menu .daily {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.restaurant_menu .title {
    margin: 20px 0 30px;
}

.restaurant_menu .title h2 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    /* font-weight: 700; */
    width: auto;
    /* padding: 20px 0; */
}

.page.cn .restaurant_menu .title h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.restaurant_menu .menu {
    width: 100vw;
    padding: 10px 0;
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin: 0 0 20px;
}

.restaurant_menu .menu img {
    object-fit: contain;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.restaurant_menu .menu .menu_title {
    margin: 20px 0 5px;
    width: auto;
    height: 60px;
    padding: 0 20px;
    /* opacity: 0;
    transform: translate(0, -50px); */
}

.restaurant_menu .menu .menu_title h3 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin: 0 auto;
}

.page.cn .restaurant_menu .menu .menu_title h3 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.restaurant_menu .menu .desc {
    margin: 10px 0 5px;
    padding: 0 20px;
    /* opacity: 0;
    transform: translate(0, -50px); */
}

.restaurant_menu .menu .desc p {
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 100;
}

.page.cn .restaurant_menu .menu .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.restaurant_menu .menu .desc p.footnotes {
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 15px;
    font-weight: 100;
    font-style: italic;
}

.page.cn .restaurant_menu .menu .desc p.footnotes {
    font-family: 'Noto Serif SC', serif;
    font-size: 15px;
}


/* slider */


/* new section */

.showcase_slider {
    margin: 30px auto;
}

.showcase_slider .splide_container {
    display: flex;
    justify-content: center;
    /* margin: 30px 0; */
}

.showcase_slider .splide.showcase {}

.showcase_slider .splide.showcase .splide__track {
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
    width: 100%;
}

.showcase_slider .splide.showcase ul.splide__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: fit-content;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide {
    display: flex;
    justify-content: center;
    /* background-color: white; */
    padding: 0;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* .showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .inner_box {
    display: block;
} */

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    transition: all 400ms ease;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide.is-active .box img {
    /* transform: scale(1.2); */
    width: 100%;
    transition: all 400ms ease;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption {
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide.is-active .box .caption {
    opacity: 1;
    transition: all 400ms ease;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .title {
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: row;
    padding: 0 20px;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .title h2 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    /* width: auto; */
}

.page.cn .showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .title h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .desc {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 0;
    margin: 0 auto;
}

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .desc p {
    text-align: left;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.showcase_slider .splide__arrows .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 20%;
    transform: translateY(-50%);
    width: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 1;
    background: none;
}

.showcase_slider .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translateX(0);
}

.showcase_slider .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translateX(0);
}

.showcase_slider .splide__arrows svg {
    width: 100%;
    height: 100%;
}


/* .showcase_slider .splide__pagination {
    bottom: -40px;
}

.showcase_slider .splide__pagination__page.is-active {
    background: #f78baa;
} */

.showcase_slider .title {
    margin: 60px 0 30px;
}

.showcase_slider .title h2 {
    text-align: center;
    font-family: 'Montserrat', serif;
    font-size: 25px;
    color: #ff4d92;
    font-weight: 100;
    line-height: 1.3;
    margin: 0;
}

.page.cn .showcase_slider .title h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.showcase_slider .desc {
    /* margin: 0 0 60px; */
}

.showcase_slider .desc p {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    color: #131b2e;
    line-height: 1.8;
}

.page.cn .showcase_slider .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.showcase_slider .desc p.footnote {
    font-style: italic;
    font-size: 16px;
}


/* /slider */

.googlemap {
    width: 100%;
    /* height: 300px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0;
    /* min-height: 600px; */
}

.googlemap .address_in_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
    width: 100%;
}

.googlemap .address_in_text .title {
    display: flex;
    justify-content: center;
}

.googlemap .address_in_text .title h3 {
    color: #091235;
    font-family: 'Montserrat', serif;
    font-size: 20px;
}

.page.cn .googlemap .address_in_text .title h3 {
    font-family: 'Noto Serif SC', serif;
    font-size: 20px;
}

.googlemap .address_in_text .desc {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    padding: 0 20px;
}

.googlemap .address_in_text .desc span {
    text-align: left;
    color: #091235;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.page.cn .googlemap .address_in_text .desc span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.googlemap .access {
    margin: 30px 0 0;
}

.googlemap .access .title {
    margin: 20px 0 30px;
}

.googlemap .access .title h2 {
    text-align: center;
    color: #091235;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    width: auto;
}

.page.cn .googlemap .access .title h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.googlemap .access .methods {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* margin: 30px auto; */
    width: 100%;
}

.googlemap .access .method {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
    width: 90%;
    padding: 40px 10px;
    background: #091235 url(../assets/images/landing_page/akasakatantei_website_background2.png) repeat fixed center;
}

.googlemap .access .method .top,
.googlemap .access .method .desc {
    margin: 10px 0;
    text-align: center;
}

.googlemap .access .method .top span {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 14px;
    font-weight: 100;
}

.page.cn .googlemap .access .method .top span {
    font-family: 'Noto Serif SC', serif;
    font-size: 15px;
}

.googlemap .access .method .top span.station {
    color: #D6AD60;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 100;
}

.page.cn .googlemap .access .method .top span.station {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.googlemap .access .method .desc p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .googlemap .access .method .desc p {
    font-family: 'Noto Serif SC', san-serif;
    font-size: 16px;
}

.customer_review {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0;
}

.customer_review .image {}

.customer_review .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.customer_review .testimonials {}

.customer_review .testimonials {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 60px;
}

.customer_review .testimonials .title {
    margin: 20px 0;
}

.customer_review .testimonials .title h2 {
    text-align: center;
    color: #091235;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    width: auto;
}

.page.cn .customer_review .testimonials .title h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 25px;
}

.customer_review .testimonials .review_slider {
    margin: 0;
}

.customer_review .testimonials .review_slider {
    display: flex;
    justify-content: center;
}

.review_slider .splide.review {}

.review_slider .splide.review .splide__track {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.review_slider .splide.review ul.splide__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.review_slider .splide.review ul.splide__list li.splide__slide {
    display: flex;
    justify-content: center;
    /* background-color: white; */
    padding: 0;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0 20px;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .caption p {
    text-align: center;
    color: #091235;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .review_slider .splide.review ul.splide__list li.splide__slide .box .caption p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .rating {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .rating .stars {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .rating .stars img {
    width: 16px;
    height: auto;
    object-fit: contain;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .rating .person {
    margin: 0;
    text-align: center;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .rating .person span {
    text-align: center;
    color: #091235;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
}

.page.cn .review_slider .splide.review ul.splide__list li.splide__slide .box .rating .person span {
    font-family: 'Noto Serif SC', serif;
    font-size: 14px;
}

.review_slider .splide.review ul.splide__list li.splide__slide .box .rating .person span.name {
    text-align: center;
    color: #091235;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
}

.page.cn .review_slider .splide.review ul.splide__list li.splide__slide .box .rating .person span.name {
    font-family: 'Noto Serif SC', serif;
    font-size: 15px;
}

.review_slider .splide.review .splide__arrows .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 90%;
    transform: translateY(-50%);
    width: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 1;
    background: none;
}

.review_slider .splide.review .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translate(0, -50px);
}

.review_slider .splide.review .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translate(0, -50px);
}

.review_slider .splide.review .splide__arrows svg {
    width: 100%;
    height: 100%;
}

.gallery_ig {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px;
}

.gallery_ig .title {
    margin: 0 0 30px;
}

.gallery_ig .title h2 {
    text-align: center;
    color: #131b2e;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    width: auto;
}

.page.cn .gallery_ig .title h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 30px;
}

.gallery_ig .desc {
    margin: 10px 0;
    padding: 0 20px;
}

.gallery_ig .desc p {
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 100;
}

.page.cn .gallery_ig .desc p {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
}

.gallery_ig .expanding_gallery {}

.gallery_ig .expanding_gallery u {}

.gallery_ig .expanding_gallery .blocking_gradient {}

.gallery_ig .expanding_gallery {
    width: 100%;
    height: 850px;
    overflow: hidden;
    position: relative;
    margin: 30px auto;
    transition: height .5s .25s cubic-bezier(0, 1, .3, 1);
    display: flex;
    justify-content: center;
}

.gallery_ig .expanding_gallery.expanded {
    height: auto;
    overflow: visible;
}

.gallery_ig .expanding_gallery .blocking_gradient {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
}


/* enlarged image for full size*/

.gallery_ig .expanding_gallery .fullsize_display {
    display: none;
}

.gallery_ig .expanding_gallery .fullsize_display.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 130;
    background-color: #3333339f;
    overflow-x: hidden;
}

.gallery_ig .expanding_gallery .fullsize_display img {
    width: auto;
    height: 10%;
    object-fit: contain;
    margin: 0 auto;
    /* transform: scale(50%); */
    transition: all 400ms ease;
}

.gallery_ig .expanding_gallery .fullsize_display.show img {
    /* transform: scale(100%); */
    height: 100%;
    width: 100%;
}

.gallery_ig .expanding_gallery .blocking_gradient.expanded {
    display: none;
}

.gallery_ig .expanding_gallery ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.gallery_ig .expanding_gallery ul li {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    float: left;
    cursor: pointer;
    text-align: center;
}

.gallery_ig .expanding_gallery img {
    width: 270px;
    height: 270px;
    object-fit: contain;
}

.gallery_ig .load_more_button_space {
    margin: 0 auto;
}

.gallery_ig .load_more_button_space span {
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: #ffffff;
    border-radius: 30px;
    border: 3px solid #131b2e;
    font-size: 18px;
    float: none;
    line-height: 1.5em;
    cursor: pointer;
    text-align: center;
    color: #131b2e;
    font-family: 'Montserrat', serif;
    font-weight: 100;
}

.page.cn .gallery_ig .load_more_button_space span {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
}


/* /body */


/* footer */

footer {
    background-color: #131b2e;
    padding: 30px 5px;
    width: 100vw;
}

.summary {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 30px 0;
}

.summary .left {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
}

.summary .left .frame {
    float: left;
    width: fit-content;
    margin: 0 auto;
}

.summary .left img {
    object-fit: contain;
    width: 192px;
    height: auto;
    display: flex;
    margin: auto;
}

.summary .left .address {
    margin: 10px 0;
}

.summary .left .address p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .summary .left .address p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.summary .left .get_direction {
    margin: 10px 0;
    text-align: center;
}

.summary .left .get_direction a {}

.summary .left .get_direction a span {
    color: #D6AD60;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    text-decoration: underline;
}

.page.cn .summary .left .get_direction a span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.summary .center {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin: auto;
}

.summary .center .frame {
    float: left;
    width: fit-content;
}

.summary .center .business_hours {}

.summary .center .business_hours p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .summary .center .business_hours p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.summary .center .closed_on {
    margin: 10px 0;
}

.summary .center .closed_on p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .summary .center .closed_on p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.summary .center .book_now {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.summary .center .book_now p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .summary .center .book_now p {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.summary .center .book_now .button {
    margin: 10px 0;
    background-color: #D6AD60 !important;
    padding: 5px;
    text-decoration: unset;
    padding: 10px 15px;
}

.page.cn .summary .center .book_now .button {
    padding: 10px 50px;
}

.summary .center .book_now .button span {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .summary .center .book_now .button span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.summary .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: auto;
}

.summary .right .frame {
    width: fit-content;
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin: auto;
}

.summary .right .useful_links,
.summary .right .quick_links {
    margin: 15px auto;
    text-align: center;
}

.summary .right .useful_links p,
.summary .right .quick_links p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .summary .right .useful_links p,
.page.cn .summary .right .quick_links p {
    font-family: 'Noto Serif SC', serif;
    font-size: 20px;
}

.summary .right .useful_links ul,
.summary .right .quick_links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
}

.summary .right .useful_links ul li,
.summary .right .quick_links ul li {
    /* padding: 10px 0; */
}

.summary .right .useful_links ul li :hover,
.summary .right .quick_links ul li :hover {
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: opacity 1s .25s ease-in-out;
}

.summary .right .useful_links ul li a,
.summary .right .quick_links ul li a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: unset;
}

.page.cn .summary .right .useful_links ul li a,
.page.cn .summary .right .quick_links ul li a {
    font-family: 'Noto Serif SC', san-serif;
    font-size: 16px;
}

.summary .right .useful_links ul li a span,
.summary .right .quick_links ul li a span {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: unset;
    opacity: 100% !important;
}

.page.cn .summary .right .useful_links ul li a span,
.page.cn .summary .right .quick_links ul li a span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.line {
    max-width: 80%;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

.copyright {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.page.cn .copyright {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}


/* /footer */