@charset "utf-8";

/* TOP
----------------------------------------------------------------------------------------------------*/
section {
    padding-bottom: 125px;
    text-align: center;
}

section.top {
    position: relative;
    overflow: hidden;
}

.top {
    background: linear-gradient(#a8ffd3 80%, #FFF);
    padding-top: 65px;
}

.top h2 {
    position: relative;
    width: 100%;
    color: #412E20;
    font-size: 5.5rem;
    line-height: 1.25;
    font-weight: bold;
    text-shadow: 3px 3px 3px #ffffff;
    z-index: 50;
}

.top h1 {
    position: relative;
    z-index: 50;
}

.img_main {
    margin: 0 auto 25px;
}

.img_comment1,
.img_comment2 {
    display: block;
    position: absolute;
    top : 25px;
    right: calc(50% - 175px);
    opacity: 0;
    z-index: 60;
}

.img_comment1 {
    animation: onoff1 5s ease infinite;
}

@-webkit-keyframes onoff1 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes onoff1 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.img_comment2 {
    animation: onoff2 5s ease infinite;
}

@-webkit-keyframes onoff2 {
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes onoff2 {
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.btn_harajuku a {
    display: block;
    margin: 30px auto 0;
    padding: 20px;
    width: 450px;
    max-width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #412E20;
    border: 3px solid #412E20;
    border-radius: 60px;
    background-color: #7fffbf;
    transition: all 0.5s ease-in-out;
}

.top_reservation a {
    padding: 20px;
    border-radius: 60px;
    background-color: #ffff00;
}

.btn_harajuku a:hover {
    background-color: #FFF;
}


/* LANGUAGE
----------------------------------------------------------------------------------------------------*/
.language {
/*    background: linear-gradient(#FFF 80%, #a8ffd3); */
    margin: 65px 0;
/*
    padding-top: 65px;
    padding-botto: 65px;
*/
    }

.language ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.language ul li:first-child {
    margin-right: 50px;
}

.language .lang_title {
    font-weight: bold;
}

.lang_btn a {
    display: block;
    margin-top: 25px;
    padding: 10px;
    min-width: 200px;
    color: #412E20;
    border: 3px solid #412E20;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}

.lang_btn a:hover {
    background-color: #FFF;
}

.gtranslate_lang_box {
    margin-top: 25px;
}

.gtranslate_lang_box .gt_option,
.gtranslate_lang_box .gt_selected {
    z-index: unset !important;
}

/* GALLRY
----------------------------------------------------------------------------------------------------*/
.gallry {
    background: linear-gradient(#a8ffd3 80%, #FFF);
}

.gallry_img {
    margin: 0 auto;
    padding-top: 30px;
    width: 80%;
}

.gallry_thumb {
    margin: 0 auto;
    width: 72.5%;
}

.gallry_img img,
.gallry_thumb img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #412E20 !important;
}

.iframe_box {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.iframe_box    iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) translateX(-50%);
}


/* ABOUT
----------------------------------------------------------------------------------------------------*/
.about h1 {
    padding-bottom: 5px;
    margin: 35px 20px 20px;
    font-size: 3rem;
    border-bottom: 1px dotted #412E20;
}

.img_boder_top {
    margin-bottom: 20px;
    max-width: 95%;
}

.img_boder_bottom {
    margin-top: -85px;
    max-width: 95%;
}

.message {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.5;
}

.msg_mini {
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.about ul.about_reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    font-size: 2rem;
}

.reservation_btn {
    padding: 10px 20px;
    min-width: 200px;
    color: #412E20;
    background-color: #ffff00;
    border: 3px solid #412E20;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}

.reservation_btn:hover {
    background-color: #FFF;
}

.reservation_img {
    margin-left: 20px;
}

.reservation_img img {
    width: 90px;
}

/* INFO
 *************************************** */
 .info {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    width: 90%;
    font-size: 2rem;
    line-height: 1.5;
}

.info_time {
    display: inline-block;
    margin: 10px 0;
    padding: 7.5px 10px;
    border: 3px dashed #412E20;
    border-radius: 10px;
}

.info li {
    max-width: 47.5%;
    text-align: left;
}

.info li:first-child {
    margin-right: 50px;
}

.info li span {
    font-weight: bold;
}

.info_cont {
    margin-left: 10px;
}

.reservation, .tel, .contact {
    margin-top: 20px;
}

address a {
    display: block;
    width: 100%;
}

.contact {
    display: inline-block;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    color: #412E20;
    font-weight: bold;
    border: 3px solid #412E20;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.contact:hover {
    background-color: #a8ffd3;
}

.tel a {
    transition: all 0.5s ease-in-out;
}

.tel a:hover {
    color: #a8ffd3;
}

/* SNS
 *************************************** */
 ul.sns {
    display: flex;
    justify-content: center;
    margin: 35px auto;
    text-align: center;
}

.sns li {
    margin-right: 30px;
}

.sns li:last-child {
    margin: 0;
}

.sns li a {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    color: #412E20;
    border: 2px solid #412E20;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.sns li a:hover {
    background-color: #FFF;
    opacity: .7;
}

.sns li a::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: 50px;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    border-top: 2px solid #412E20;
    border-right: 2px solid #412E20;
    transform: rotate(45deg);
}

.sns .fas:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.sns span {
    position: absolute;
    top: calc(50% - 2.5rem);
    font-size: 5rem;
}

.sns span.fa-facebook-f {
    left: 25%;
}

.sns span.fa-instagram {
    left: 15%;
}

.sns span.fa-x-twitter {
    left: 10%;
}

.sns span.fa-youtube {
    left: 5%;
}

.sns li {
    padding: 10px 0;
    border: none;
}

.sns li a:after {
    border: none;
}

/* MAP
 *************************************** */
 .map,
 .map iframe {
     position: relative;
     width: 100%;
     height: 500px;
 }

 a.app {
     display: none;
     position: absolute;
     right: calc(50% - 42px);
     bottom: 50px;
     padding: 5px;
     color: #412E20;
     font-size: 1.4rem;
     font-weight: bold;
     background-color: #FFF;
     border: solid 1px #412E20;
     border-radius: 5px;
     z-index: 100;
 }


/* Information
----------------------------------------------------------------------------------------------------*/
.information {
    margin: 25px auto 0;
    width: 75%;
    line-height: 1.5;
}

.information li {
    flex-direction: column;
    padding: 0;
    border-bottom: 1px dotted #412E20;
}

.information li:first-child {
    border-top: 1px dotted #412E20;
}

.information li a {
    display: block;
    color: #412E20;
    transition: all 0.5s ease-in-out;
}

.information li a:hover {
    color: #a8ffd3;
}

.info_title {
    display: flex;
    font-size: 1.75rem;
}

.info_title dt {
    padding: 20px 20px;
    font-weight: bold;
}

.info_title dd {
    padding: 20px 20px;
}


/* SING
 *************************************** */
ul.sign {
    display: block;
    margin: 25px auto 0;
    width: 75%;
    font-size: 1.75rem;
    line-height: 1.5;
}

ul.sign li:first-child {
    margin: 0;
}

.sign li {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dotted #412E20;
}

.sign_title {
    width: 40%;
    font-weight: bold;
    text-align: left;
}

.sign sign_content::before {
    content: ":";
    padding-right: 20px;
}


/* -------------------- for SP (480px) -------------------- */
@media screen and (max-width: 480px) {
    /* TOP
    ----------------------------------------------------------------------------------------------------*/
    .top h2 {
        font-size: 8.5vw;
    }

    .top h2 span {
        white-space: nowrap;
    }

    .img_main {
        width: 100%;
    }

    .img_comment1,
    .img_comment2 {
        top: 7.5vw;
        right: 17.5vw;
        width: 25vw;
    }

    /* LANGUAGE
    ----------------------------------------------------------------------------------------------------*/
    .language ul {
        flex-direction: column;
    }

    .language ul li:first-child {
        margin-right: 0;
    }

    .language ul li {
        margin: 20px 0;
    }

    .lang_btn a {
        margin-top: 15px;
    }

    /* GALLRY
    ----------------------------------------------------------------------------------------------------*/
    .gallry_img {
        width: 100%;
    }

    .gallry_thumb {
        margin: 0 auto;
        width: 90%;
    }

    /* ABOUT
    ----------------------------------------------------------------------------------------------------*/
    .about h1 {
        margin: 25px 0 20px;
        font-size: 8.5vw;
    }

    .img_boder_top {
        margin: 0 auto 20px;
        width: 95%;
    }

    .img_boder_bottom {
        margin: 0 auto;
        width: 95%;
    }

    .message {
        font-size: 1.75rem;
        text-align: left;
    }

    .contact {
        width: 95%;
    }

    /* INFO
    *************************************** */
    .info {
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .info li {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .info li:first-child {
        margin-right: 0;
    }

    .reservation,
    .tel, .contact {
        display: block;
        margin-top: 35px;
        width: 100%;
        text-align: center;
    }

    .reservation span,
    .contact span {
        display: block;
        width: 100%;
    }

    .tel a {
        transition: all 0.5s ease-in-out;
    }

    .tel a:hover {
        color: #a8ffd3;
    }

    /* SNS
    *************************************** */
    ul.sns {
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.sns li {
        margin-right: 20px;
        padding-bottom: 25px;
    }

    ul.sns li:last-child {
        margin-right: 0;
        padding-bottom: 0;
    }

    /* Information
    ----------------------------------------------------------------------------------------------------*/
    .information {
        padding: 0 10px;
        width: 100%;
    }

    .info_title {
        flex-direction: column;
    }

    .information li {
        flex-direction: column;
        padding: 0;
        border-bottom: solid;
    }

    .information li:first-child {
        border-top: solid
    }

    .info_title dt {
        padding: 10px;
        font-weight: bold;
        border-bottom: 1px dotted #412E20;
    }
    
    .info_title dd {
        padding: 10px;
    }
    
    /* SIGN
    *************************************** */
    ul.sign {
        padding: 0 10px;
        width: 100%;
    }
    .sign li {
        flex-direction: column;
        padding: 0;
        border-bottom: 1px solid;
    }

    .sign li:first-child {
        border-top: 1px solid #412E20;
    }

    .sign p {
        text-align: left;
        padding: 20px;
    }

    .sign_title {
        width: 100%;
        border-bottom: 1px dotted #412E20;
    }

}


/* -------------------- for Tablet (481px) and (1024px) -------------------- */
@media screen and (min-width: 481px) and (max-width: 1024px) {
    /* TOP
    ----------------------------------------------------------------------------------------------------*/
    .top h2 {
        font-size: 7vw;
    }

    .top h2 span {
        white-space: nowrap;
    }

    .img_main {
        max-width: 100%;
    }

    /* GALLRY
    ----------------------------------------------------------------------------------------------------*/
    .gallry_img {
        width: 100%;
    }

    .gallry_thumb {
        margin: 0 auto;
        width: 90%;
    }


    /* ABOUT
    ----------------------------------------------------------------------------------------------------*/
    .about h1 {
        margin: 25px 0 20px;
        font-size: 7vw;
    }

    .img_boder_top {
        margin: 0 auto 20px;
        width: 95%;
    }

    .img_boder_bottom {
        margin: 0 auto;
        width: 95%;
    }

    .message {
        font-size: 1.75rem;
    }

    /* INFO
    *************************************** */
    .info ul {
        flex-direction: column;
        padding-left: 10px;
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .info ul li:first-child {
        margin-right: 0;
    }

    .tel, .contact {
        display: block;
        margin-top: 35px;
        width: 100%;
        text-align: center;
    }

    .reservation span,
    .contact span {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    /* Information
    ----------------------------------------------------------------------------------------------------*/
    .information {
        padding: 0 10px;
        width: 100%;
    }

    /* SIGN
    *************************************** */
    ul.sign {
        padding: 0 20px;
        width: 100%;
    }
    .sign li {
        flex-direction: column;
        padding: 0;
        border-bottom: 1px solid;
    }

    .sign li:first-child {
        border-top: 1px solid #412E20;
    }

    .sign p {
        padding: 20px;
    }

    .sign_title {
        width: 100%;
        text-align: center;
        border-bottom: 1px dotted #412E20;
    }

    /* SNS
    *************************************** */
    .sns {
        flex-direction: row;
    }

    .sns li {
        margin-right: 25px;
    }

    .sns li:last-child {
        padding-bottom: 0;
    }
}
