/* 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 */

.mobile_only {
    display: none !important;
}


/* header */

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;
    padding: 30px 50px;
}

.header_left {
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 30%;
}

.header_right {
    display: flex;
    justify-content: right;
    flex-direction: row;
    width: 70%;
}

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

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

.header_left img {
    object-fit: contain;
    width: 128px;
    height: auto;
}

.header_right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.header_right ul li {
    padding: 20px;
}

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

.header_right ul li a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: unset;
}

header.cn .header_right ul li a {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
}

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

header.cn .header_right ul li a span {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
}


/* /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: 100vw;
    height: auto;
    object-fit: contain;
    padding: 0;
    margin: 0;
}

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

.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: 22px;
}

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

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

.first_splash.cn .lp_reservation .button {
    background-color: #D6AD60 !important;
    padding: 5px 20px;
}

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

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

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

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

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

.michelin_star_achiver .left img {
    object-fit: contain;
    width: 570px;
    height: auto;
}

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

.michelin_star_achiver .right .frame {
    max-width: 500px;
}

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

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

.michelin_star_achiver .right p {
    text-align: left;
    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: 18px;
    font-weight: 100;
}

.attractions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 980px;
    margin: 0px auto;
}

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

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

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

.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: 18px;
    font-weight: 100;
}

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

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

.attractions_showcase .point {
    position: relative;
    width: 25%;
    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 20px;
    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: 18px;
}

.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;
}


/* new starts here */

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

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

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

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

.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;
}

.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: 18px;
}

.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: 30px 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: 18px;
}

.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( -10px, -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;
}

.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: 980px;
}

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

.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 10px 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: 18px;
}

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

.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;
}

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


/* new ends here */

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

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

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

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

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

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

.restaurant_menu .menu .menu_title {
    margin: 20px 0 5px;
    width: auto;
    height: 60px;
    /* 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;
    /* 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: 18px;
}

.restaurant_menu .menu .desc p.footnotes {
    text-align: center;
    color: #131b2e;
    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: 16px;
    font-style: unset;
}


/* 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 {
    /* overflow: hidden; */
    width: 100vw;
}

.showcase_slider .splide.showcase ul.splide__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-height: 900px;
}

.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: 1000px;
    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: 1200px;
    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: row;
    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;
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
}

.page.cn .showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .title {
    width: 30%;
    justify-content: end;
    flex-direction: row;
}

.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: 30px;
    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: 30px;
}

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

.showcase_slider .splide.showcase ul.splide__list li.splide__slide .box .caption .desc {
    width: 70%;
}

.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: 18px;
}

.showcase_slider .splide__arrows .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
    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(-150px); */
}

.showcase_slider .splide__arrows .splide__arrow.splide__arrow--next {
    /* transform: translateX(150px); */
}

.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: 30px;
    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: 30px;
}

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

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

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

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

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


/* /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: row;
    margin: 20px auto;
    width: 70%;
}

.googlemap .address_in_text .title {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    width: 40%;
}

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

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

.googlemap .address_in_text .desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    width: 60%;
}

.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: 18px;
}

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

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

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

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

.googlemap .access .methods {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 30px auto;
    width: 1200px;
}

.googlemap .access .method {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
    width: 30%;
    padding: 40px 25px;
    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: 16px;
}

.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', serif;
    font-size: 16px;
}

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

.customer_review .image {}

.customer_review .image img {
    width: 512px;
    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: 10px 0;
}

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

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

.customer_review .testimonials .review_slider {
    margin: 10px 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: 20px 0;
}

.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: 18px;
}

.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: 50%;
    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(-50px, -50px);
}

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

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

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

.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;
}

.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: 16px;
}

.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: white url(../assets/images/landing_page/akasakatantei_website_background.png) repeat fixed center; */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white url(../assets/images/landing_page/akasakatantei_website_background.png) repeat fixed center);
}


/* 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: 930px;
}

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

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

.gallery_ig .load_more_button_space {
    margin: 30px auto;
}

.gallery_ig .load_more_button_space {
    margin: 30px 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: 20px;
    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: 20px;
}


/* /body */


/* footer */

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

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

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

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

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

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

.summary .left .address p {
    text-align: left;
    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;
}

.summary .left .get_direction a {}

.summary .left .get_direction a span {
    text-align: left;
    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: 18px;
}

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

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

.summary .center .business_hours {}

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

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

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

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

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

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

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

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

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

.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: 18px;
}

.summary .right {
    display: flex;
    justify-content: end;
    flex-direction: row;
    width: 40%;
}

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

.summary .right .useful_links,
.summary .right .quick_links {
    margin: 0 20px;
}

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

.page.cn .summary .right .useful_links p,
.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: row; */
}

.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,
.summary .right .quick_links ul li a {
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
}

.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,
.summary .right .quick_links ul li a span {
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
}

.line {
    max-width: 960px;
    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: 18px;
}


/* /footer */