/*
font
日　丸文字
.kiwi-maru-regular {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800

英　ゴシック
.teachers-<uniquifier> {
    font-family: "Teachers", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

*/

body{
    background-color: #f4f3f1;
    color: #534741;
    font-family: "Kiwi Maru", serif;
}

ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

a{
    text-decoration: none;
}

.grnv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    z-index: 10;
}

.logo img{
    width: 30%;
}

.nav ul{
    display: flex;
}

.nav li{
    margin: 0 20px;
    font-family: "Teachers", sans-serif;
}

.nav li a{
    color: white;
}

#navbtn{
    display: none;
}

img{
    width: 100%;
}

.main{
    position: relative;
    top: 0;
    z-index: 1;
}

.main-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.main-title h1{
    color: #f4f3f1;
    letter-spacing: 0.5em;
}

.main-title p{
    color: #f4f3f1;
}

.tp-bnr{
    margin-top: 50px;
}

.recomenu{
    margin: 100px auto;
}

.content-title{
    text-align: center;
}

.content-title h2{
    font-family: "Teachers", sans-serif;
    font-size: 40px;
}

.recomenu-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.recomenu-menu{
    width: 30%;
}

.recomenu-menu dl{
    text-align: center;
    margin-top: 20px;
}

.recomenu-menu dd{
    color: #998675;
    margin-top: 10px;
}

.tp-btn{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #534741;
    border: 1px solid #534741;
    margin: 50px auto;
    transition: .3s;
}

.tp-btn:hover{
    background-color: #534741;
    color: white;
}

.sns{
    margin-top: 100px;
}

.information{
    padding: 100px 0;
    background-color: #534741;
}

.info{
    display: flex;
    background-color: white;
    padding: 20px;
}

.info-content,.map{
    width: 50%;
}

.info-content h3{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #534741;
    width: 90%;
    padding-bottom: 10px;
}

.info-content img{
    width: 50%;
    margin: 20px 0;
}

.info-content li{
    margin: 10px 0;
}

.info-content li i,.shop-info-text li i{
    padding-right: 10px;
}

.info-content li span,.shop-info-text li span{
    border: 1px solid #534741;
    margin-right: 10px;
    padding: 0 3px;
}

.foot-logo img{
    width: 10%;
}

.foot-sitemap{
    text-align: center;
    margin: 50px 0;
    color: #534741;
}

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

.foot-sitemap li{
    margin: 10px;
}

.foot-sitemap a{
    color: #534741;
}

.copy{
    font-size: 14px;
    margin-top: 10px;
}

/* 共通 */
.child-title{
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 2px solid #534741;
    margin-top: 50px;
    margin-bottom: 30px;
}
.child-title h2{
    font-family: "Teachers", sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
}

.child-title p{
    font-family: "Kiwi Maru", serif;
}

/* shop */
.shop-about{
    margin: 80px 0;
}

.about-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ab-img,.ab-text{
    width: 48%;
}

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

.shop-inter img{
    width: 48%;
}

.shop-map{
    margin-top: 30px;
}

.shop-info-bg{
    background-color: white;
    margin: 50px 0;
    padding: 50px 0;
}

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

.shop-logo{
    width: 30%;
}

.shop-info-text{
    width: 48%;
}

.shop-info-text li{
    margin: 10px 0;
}

/* menu */
.menu-title{
    border-left: 2px solid #534741;
    padding-left: 10px;
    margin-top: 10px;
}

.menu-drink dl{
    display: flex;
    border: 1px solid #534741;
    padding: 10px;
    margin: 20px auto;
    justify-content: center;
}

.menu-drink dt{
    padding-right: 20px;
}

.menu-drink dd{
    margin-bottom: 0;
}

.menu-text dt span{
    display: block;
    font-size: 12px;
}

/* contact */
.contact-form{
    margin-top: 50px;
}

.input,.textarea{
    width: 100%;
    margin: 10px 0;
}

.textarea{
    height: 200px;
}

.label i{
    padding-right: 5px;
    color: #534741;
}

.label span{
    color: #640125;
    padding-left: 10px;
}

.sousin{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #534741;
    color: white;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    transition: .3s;
}

.sousin:hover{
    background-color: #998675;
}
