@charset "UTF-8";

@font-face {
    font-family: 'TanukiMagic';
    src: url('../fonts/TanukiMagic.woff') format('woff');
  }

* {
    box-sizing: border-box;
}
body {
    color: #333;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
}
img {
    width: 100%;
    height: auto;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}
a {
    display: block;
    text-decoration: none;
    color: #082b48;
}
section {
    padding: 70px 0 0;
}
.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}
.text {
    margin-bottom: 30px;
}

.h2-title::before {
    content: url(../img/title_left.png);
    position: absolute;
    top: 10%;
    margin-left: -40px;
}
.h2-title {
    margin-bottom: 40px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.h2-title::after {
    content: url(../img/title_right.png);
    position: absolute;
    top: 10%;
    margin-left: 20px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-container-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}

.sp-img {
    display: none;
}


/*==================================
header
==================================*/
.header {
    background-color: #fdf5f2;
    display: flex;
}
.header .container {
    margin: 0 auto;
    padding-top: 20px;
}
.header-nav {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 99;
}
.header-nav-item {
    width: 16.67%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.header-nav-item a {
    font-weight: bold;
}
.header-nav-item a:hover {
    background: url(../img/nav_hover.png) no-repeat center center;
    transform: translateY(-3px);
}
.header-text {
    text-align: right;
    font-size: 10px;
    position: absolute;
    right: 0;
}
.topV {
    width: 100%;
    height: auto;
    background: url(../img/bg_topv.png) no-repeat center top /100%;
    position: relative;
}
.topV-foot {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}
.header-title {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 40%;
    text-align: center;
}
.header-title-cafe {
    font-size: 2.5em;
}
.header-title-name {
    font-family: 'TanukiMagic';
    font-size: 6.5em;
    letter-spacing: 0.4em;
    margin-bottom: 20px;
}
.header-title-catch {
    font-size: 1.8em;
}


/*==================================
about
==================================*/
.about .container {
    background: url(../img/about.png) no-repeat center center /contain;
    height: 605px;
}
.about-text-box {
    width: 550px;
    margin: 0 auto;
    padding: 160px 50px 0 0;
}


/*==================================
staff
==================================*/
.staff {
    position: relative;
    background: #fdf2f6;
}
.bg-item {
    position: absolute;
}
.content-item img {
    width: 235px;
    height: 235px;
    margin-bottom: 10px;
    border-radius: 63% 37% 50% 50% / 42% 59% 41% 58%;
}
.staff-radius img {
    border-radius: 29% 71% 25% 75% / 61% 30% 70% 39% 
}
.staff-name {
    text-align: center;
    margin-bottom: 30px;
}


/*==================================
price
==================================*/
.price {
    margin-top: -170px;
    /* padding: 0; */
}
.price .flex-container {
    margin-top: 150px;
}
.price-item {
    width: 195px;
    padding: 20px 20px;
    border: 2px solid #333;
    border-radius: 20px;
}
.price-item-img {
    width: 42px;
    height: 35px;
    margin: -38px auto 0;
    padding: 0 7px;
    background-color: #fff;
}
.price-img-60 {
    width: 70px;
    height: 35px;
}
.price-img-90 {
    width: 111px;
    height: 35px;
}
.price-img-en30 {
    width: 37px;
    height: 35px;
}
.price-item-90 {
    position: relative;
}
.price-fukidashi {
    width: 180px;
    height: 78px;
    margin-bottom: 70px;
    position: absolute;
    top: -110px;
    left: 0;
}
.fukidashi-text {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.2em;
}
.price-item p {
    text-align: center;
    font-weight: bold;
}
.price-time {
    padding: 20px 0 30px;
    font-size: 1.5em;
}
.price-item-en30 .price-time {
    padding: 12px 0 17px;
    font-size: 1.2em;
}
.price-fee {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    font-size: 2em;
    line-height: 135px;
    background-color: #fdf5f2;
    border-radius: 50%;
}
.price-fee-90 {
    background-color: #fdebf1;
}


/*==================================
menu
==================================*/
.menu-item {
    width: 200px;
}

.menu-img {
    width: 100px;
    height: 150px;
    margin: 0 auto 20px;
}


/*==================================
advice
==================================*/
.advice {
    background-color: #fdf5f2;
}
.advice-img {
    width: 300px;
    height: 300px;
}
.advice-img img {
    border-radius: 63% 37% 50% 50% / 42% 59% 41% 58%;
}
.advice-img-door img {
    border-radius: 29% 71% 25% 75% / 61% 30% 70% 39% ;
}
.advice .flex-container {
    align-items: center;
    width: 800px;
    margin: 0 auto;
}
.advice-box {
    margin-bottom: 50px !important;
}
.advice-ol {
    list-style-type: decimal;
    list-style-position: inside;
}


/*==================================
shop
==================================*/
.shop {
    margin-top: -70px;
    padding-bottom: 70px;
}
.shop-about {
    text-align: center;
}

.shop-title-cafe {
    font-size: 1.5em;
    text-align: center;
}
.shop-title-name {
    font-family: 'TanukiMagic';
    font-size: 2.5em;
    letter-spacing: 0.2em;
    text-align: center;
}
.shop-list {
    margin-bottom: 15px;
    font-size: 0.9em;
}
.shop-list:last-child {
    margin-bottom: 30px;
}

.gg-map {
    width: 70%;
    margin: 0 auto;
}


/*==================================
contact
==================================*/
.contact-form {
    width: 550px;
    margin: 0 auto;
}
.form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.form-item {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #999999;
}
.form-textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #999999;
}
.btn {
    display: block;
    margin: 30px auto 40px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: none transparent;
    position: relative;
}
.btn a {
    padding: 30px;
    cursor: pointer;
    font-size: 1.5em;
    background: none #FDEBF1;
    border-radius: 50%;
}
.btn a::before {
    content: url(../img/title_left.png);
    position: absolute;
    top: 30%;
    left: -30px;
    opacity: 0;
}
.btn a::after {
    content: url(../img/title_right.png);
    position: absolute;
    top: 30%;
    right: -30px;
    opacity: 0;
}
.btn a:hover, .btn a:hover::before, .btn a:hover::after {
    transform: translateY(-3px);
}
.btn a:hover::before, .btn a:hover::after {
    opacity: 1;
}

.contact-dummy {
    text-align: center;
    margin-top: 30px;
}


/*==================================
footer
==================================*/
footer {
    background: none #C5C5C5;
}
.footer-title-cafe {
    font-size: 1.2em;
    text-align: center;
}
.footer-title-name {
    margin-bottom: 30px;
    font-family: 'TanukiMagic';
    font-size: 2em;
    letter-spacing: 0.2em;
    text-align: center;
}

.copyright {
    font-size: 0.7em;
    text-align: center;
}



@media only screen and (max-width: 1499px) {
    
    .header-title {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        bottom: 37%;
        text-align: center;
    }
    .header-title-cafe {
        font-size: 2em;
    }
    .header-title-name {
        font-family: 'TanukiMagic';
        font-size: 4.5em;
        letter-spacing: 0.4em;
    }
    .header-title-catch {
        font-size: 1.5em;
    }
    
}



/* =========================
タブレット表示
========================= */
@media only screen and (max-width: 959px) {

     .flex-container {
        justify-content: space-around;
    }

    /* =========================
    price
    ========================= */
    .price .flex-container {
        width: 80%;
        margin: auto;
    }
    .price-item {
        width: 35%;
        min-width: 195px;
    }
    .price-item-90, .price-item-en30 {
        margin-top: 23vw;
    }

}

@media only screen and (max-width: 859px) {

    .header-title {
        bottom: 30%;
    }
    .header-title-cafe {
        font-size: 1.5em;
    }
    .header-title-name {
        font-size: 3.5em;
    }
    .header-title-catch {
        font-size: 1.2em;
    }

    .h2-title {
        font-size: 1.7em;
    }

    /* =========================
    about
    ========================= */
    .about .pc-img { display: none; }
    .about .sp-img {
        display: block;
        width: 25%;
        height: auto;
    }
    .about .container {
        height: auto;
        margin-top: -10vw;
        padding: 9vw 10vw 7vw 7vw;
        border-radius: 30% 14% 40% 31% / 22% 32% 27% 42%;
        background: none #fdf2f6;
    }
    .about-text-box {
        width: 80%;
        padding: 0;
    }
    .about-sp-img-bottom {
        margin: -20vw 0 0 auto;
    }

    /* =========================
    price
    ========================= */
    .price .flex-container {
        width: 80%;
        margin: auto;
    }
    .price-item {
        width: 35%;
    }
    .price-item-90, .price-item-en30 {
        margin-top: 23vw;
    }

    /* =========================
    advice
    ========================= */
    .advice .flex-container {
        width: 100%;
    }
    .advice-img {
        width: 38%;
        height: 38%;
    }

    /* =========================
    footer
    ========================= */
    .footer-title-cafe {
        font-size: 1.2em;
    }
    .footer-title-name {
        font-size: 2em;
    }

}


/* =========================
スマホ表示
========================= */
@media only screen and (max-width: 479px) {

    .pc-img { display: none; }
    .sp-img {
        display: block;
        width: 100%;
        height: auto;
    }

    section {
        padding: 15vw 0;
    }

    .flex-container {
        justify-content: space-between;
    }

    .h2-title {
        margin-bottom: 7vw;
        font-size: 1.5em;
    }
    .h2-title::before {
        top: 4%;
        margin-left: -8vw;
    }
    .h2-title::after {
        top: 4%;
        margin-left: 3vw;
    }

    .text {
        margin-bottom: 4vw;
    }


    /* =========================
    header
    ========================= */
    .header .container {
        position: absolute;
        top: 70vw;
        left: 0;
        right: 0;
    }
    .header-nav {
        flex-wrap: wrap;
    }
    .header-nav-item {
        width: 50%;
        margin-bottom: 3vw;
        background: url(../img/nav_hover.png) no-repeat center center;
    }
    .header-text {
        text-align: center;
        left: 0;
    }
    .header-title {
        width: 50%;
        top: 14vw;
        left: 7vw;
    }
    .header-title-cafe {
        font-size: 1em;
    }
    .header-title-name {
        font-size: 2.2em;
        letter-spacing: 0.2em;
        margin-bottom: 1vw;
    }
    .header-title-catch {
        font-size: 0.8em;
    }

    /* =========================
    about
    ========================= */
    .about {
        margin-top: 60vw;
        padding-bottom: 5vw;
    }
    .about .container {
        margin-top: -11vw;
        padding: 12vw 7vw 7vw;
    }
    .about-sp-img {
        width: 30%;
    }
    .about-sp-img-bottom {
        margin-top: -22vw;
    }

    /* =========================
    staff
    ========================= */
    .content-item {
        width: 47%;
    }
    .content-item img {
        width: 100%;
        height: auto;
    }
    .staff-name {
        margin-bottom: 5vw;
    }

    /* =========================
    price
    ========================= */
    .price {
        margin-top: 0;
    }
    .price .flex-container {
        width: 100%;
        margin-top: 0;
    }
    .price-item {
        width: 47%;
        min-width: 47%;
        margin-top: 5vw;
    }
    .price-fee {
        width: 30vw;
        height: 30vw;
        font-size: 1.7em;
        line-height: 30vw;
    }
    .price-item-90, .price-item-en30 {
        margin-top: 35vw;
    }
    .price-fukidashi {
        width: 45vw;
        margin-bottom: 0;
        top: -26vw;
    }
    .fukidashi-text {
        top: 4vw;
    }

    .menu-item {
        margin-bottom: 5vw;
    }
    .menu-img {
        margin-bottom: 0;
    }


    /* =========================
    advice
    ========================= */
    .advice .flex-container {
        width: 100%;
    }
    .advice-img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .advice-text {
        width: 80%;
        margin: 0 auto 4vw;
    }

    /* =========================
    shop
    ========================= */
    .shop {
        margin-top: 0;
        padding: 15vw 0;
    }
    .shop-list {
        margin-bottom: 2vw
    }
    .gg-map {
        width: 100%;
    }

    /* =========================
    contact
    ========================= */
    .contact {
        padding: 15vw 0;
    }
    .contact-form {
        width: 90%;
    }
    .form-item {
        width: 100%;
    }

    /* =========================
    footer
    ========================= */
    .footer-container {
        display: block;
        margin-bottom: 7vw;
        padding-top: 5vw;
        /* text-align: center; */
    }
    .footer-left {
        margin-bottom: 3vw;
    }
    .footer-title-cafe {
        font-size: 0.8em;
    }
    .footer-title-name {
        font-size: 1.4em;
        margin-bottom: 4vw;
    }

}
