@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Train+One&family=Yomogi&family=Yusei+Magic&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@300&display=swap');


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #192346;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: rgb(224, 222, 220);
    background: linear-gradient(90deg, rgba(224, 222, 220, 1) 60%, rgba(174, 165, 150, 1) 100%);
}

img {
    max-width: 100%;
    vertical-align: top;


}

a {
    color: #2e1404;

}

.logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo img {
    width: 300px;
    height: 100px;
    object-fit: contain;
}
    

header {
    background-image: url(../cafe_images/cafe_main.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-inline: auto;

}

section {
    margin-inline: auto;
}


/* グロナビ */
.gnav {
    background-color: #968c86;
    opacity: 0.9;


}

.gnav ul {
    display: flex;
    justify-content: center;
}

.current {
    color: #110601;
    border-bottom: solid 3px;
    font-weight: bold;
    padding: 15px 30px 10px;
    width: fit-content;
}

.gnav a {
    text-decoration: none;
    color: #dfd4cd;
    padding: 10px 30px;
    display: inline-block;

}

.gnav a:hover {
    background-color: #302e2e;
    border-bottom: solid 3px;
}

.toggle {
    display: none;
}

.title {
    text-align: center;
    font-size: 48px;
    margin: 30px 0;
    color: #2b1609;
    opacity: 0.8;
    position: relative;
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Yusei Magic', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: 'Zen Maru Gothic', serif;



}

h2 span {
    font-size: 14px;
    background: rgb(134, 114, 112);
    color: #ffffff;
    display: inline-block;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    padding: 0 4px;
    margin: 4px auto 0;
}

h2::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    z-index: -1;
}



/* ニュース */


.news li {
    text-align: center;
    background-color: #fff;
    opacity: 0.8;
}
.news ul{
    padding: 20px 0;
    background-color: #fff;
    opacity: 0.8;

}

.season {
    text-decoration: none;
    color: #192346;
}

/* コンセプト */
.inner1 {
    max-width: 980px;
    margin-inline: auto;
    padding: 0 10px;
}


.item_wrap1 {
    display: flex;
    justify-content: center;
}

.item1 {
    text-align: center;
    width: 48%;
}

.item6 img {
    object-fit: cover;
}

.slider {
    display: block;
    margin-inline: auto;
    margin-top: 30px;
}



/* メニュー */

.inner2 {
    max-width: 980px;
    padding: 30px 15px;
    margin-inline: auto;
    background: rgb(134, 114, 112);
    background: linear-gradient(190deg, rgba(134, 114, 112, 1) 0%, rgba(249, 243, 243, 1) 100%);
    opacity: 0.8;
}

.item_wrap2 {
    display: flex;
    flex-wrap: wrap;


}

.item2 {
    width: 33%;
    padding: 10px;
}
.item2 img{
    object-fit: cover;
}

.name {
    padding-top: 10px;
}

.inner3 {
    background: rgb(134, 114, 112);
    background: linear-gradient(190deg, rgba(134, 114, 112, 1) 0%, rgba(249, 243, 243, 1) 100%);
    opacity: 0.8;
    padding: 30px 15px;
    max-width: 980px;
    margin-inline: auto;




}

.item_wrap3 {
    display: flex;
    flex-wrap: wrap;


}

.item3 {
    width: 33%;
    padding: 10px;
}

.link_more {
    text-align: right;
    padding: 15px;

}

.btn2 {
    display: inline-block;
    padding: 0.6em 1.5em;
    margin: 0 0.2em 0.2em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    transition: all 0.2s;
    font-size: 16px;
    background-color: rgb(134, 114, 112);
    opacity: 0.7;
}

.btn2:hover {
    color: #000000;
    background-color: #ffffff;
}


.access {
    margin-bottom: 50px;

}




.access_table {
    max-width: 980px;

    text-align: center;
    margin: 0 10px;





}

.access_table th,
.access_table td {
    text-align: left;
    margin: 15%;
}

.access_table td {
    padding-left: 20px;
}

.more_link {
    padding-right: 50px;
}



.totop {
    position: fixed;
    bottom: 80px;
    right: 10%;
}

.totop a {

    display: inline-block;
    background-color: #95867d;
    background-blend-mode: soft-light;
    color: #fff;
    text-decoration: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
}

.totop a:hover {
    background-color: #85756d;
    opacity: 0.8;
}

.footer {
    background-color: #968c86;
    opacity: 0.7;
    color: #fff;
    bottom: 0;
    margin-top: 15px;



}


/* Instagramアイコン */
.insta_btn2 {
    /*ボタンの下地*/
    color: #FFF;
    /*文字・アイコン色*/
    border-radius: 7px;
    /*角丸に*/
    position: relative;
    display: inline-block;
    height: 50px;
    /*高さ*/
    width: 190px;
    /*幅*/
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 20px;
    /*文字のサイズ*/
    line-height: 50px;
    /*高さと合わせる*/
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    text-decoration: none;
    /*下線は消す*/
    margin-top: 30px;
}

.insta_btn2:before {
    /*グラデーション②*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*全体を覆う*/
    height: 100%;
    /*全体を覆う*/
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram {
    /*アイコン*/
    font-size: 35px;
    /*アイコンサイズ*/
    position: relative;
    top: 4px;
    /*アイコン位置の微調整*/
}

.insta_btn2 span {
    /*テキスト*/
    display: inline-block;
    position: relative;
    transition: .5s
}

.insta_btn2:hover span {
    /*ホバーで一周回転*/
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}





.wrap1 {
    display: flex;
    flex-direction: row;
}

.item5 {
    padding: 10px 5px;

}

/* お問い合わせボタン */

.btn1 a {
    display: inline-block;
    padding: 0.6em 1.0em;
    border: 0.1em solid #ffffff;
    margin: 0 0.2em 0.2em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    font-size: 12px;


}

.btn1 a:hover {
    color: #000000;
    background-color: #ffffff;
}


.btn1 {
    position: fixed;
    right: 10%;
    bottom: 10px;

}

.copyright {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}

/* アクセス */
.inner6 {
    display: flex;
    justify-content: center;
}

.access_wrap {
    display: flex;
    justify-content: space-between;
}

.access_map,
.access_info {
    width: 45%;
    margin: auto;

}

.access_map iframe {
    max-width: 100%;
}

.access_info dt {
    font-weight: bold;
}

.access_info dd {
    border-bottom: 1px dashed #270f04;
    padding: 10px 0;
}

.item_wrap4 {
    display: flex;
    justify-content: center;
}

.inner4 {
    padding: 30px;
}

.item4 {
    max-width: 300px;

}

.inner5 {
    text-align: center;
    padding: 10px 0;

}

.inner5 iframe {
    max-width: 100%;
}

.coffee {
    text-align: center;
}
.coffee2{
    padding-bottom: 20px;
    text-align: center;
}

/* レスポンシブ対応 */
@media screen and (max-width:768px) {

    .item1 {
        padding-right: 10px;
    }

    .news {
        margin-top: 0;
    }

    .news li {
        opacity: 1.0;
        background-color: rgb(224, 222, 220);
        background: linear-gradient(90deg, rgba(224, 222, 220, 1) 60%, rgba(174, 165, 150, 1) 100%);

    }

    .gnav a {

        padding: 10px;

    }

    .gnav ul {
        display: block;
    }



    .access_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .access_map,
    .access_info {
        width: 90%;
        margin: auto;

    }

    .toggle {
        display: block;
        position: fixed;
        right: 10px;
        top: 12px;
        width: 50px;
        height: 50px;
        z-index: 3;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #333;
        transition: 0.35s ease-in-out;
        left: 6px;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gnav {
        width: 160px;
        position: fixed;
        margin: 0 auto;
        left: 20px;
        top: -110%;
        transition: ease 0.7s;
        z-index: 10;
    }

    .gnav.active {
        top: 120px;
    }

    .gnav ul {
        display: block;
    }

    .gnav li+li a {
        border-top: 1px solid #b2a9b5;
        width: 160px;
    }

    .slider {
        max-width: 90%;
    }
}








@media screen and (max-width:560px) {
    .logo {
        width: 200px;
        display: block;
        margin-inline: auto;
    }

    .gnav {
        width: 100px;
        position: fixed;
        margin: 0 auto;
        left: 20px;
        top: -110%;
        transition: ease 0.7s;
        z-index: 10;
    }

    .gnav ul {
        display: block;
    }

    .gnav li+li a {
        border-top: 1px solid #b2a9b5;
        width: 100px;
    }

    .item_wrap1 {
        display: flex;
        flex-wrap: wrap;
    }

    .item1 {
        width: 90%;
    }

    .item6 {
        width: 90%;
    }

    .inner2 {
        margin-inline: auto;
    }

    .title {
        font-size: 40px;
    }

    .inner p {
        margin: 0 10px;
        font-size: 12px;
    }

    .item1 {
        width: 90%;
    }

    .item2 {
        width: 90%;
        height: 400px;
        margin: auto;


    }

    .inner {
        margin-inline: auto;

    }

    .item3 {
        width: 90%;
        height: 400px;
        margin: auto;
    }

    .inner6 {
        display: flex;
        justify-content: center;
    }

    .btn1 a,
    .totop a {
        font-size: 14px;

    }


}