@charset "UTF-8";

/*共通------*/
html{
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3",sans-serif;
    line-height: 1.7;
    margin: 0;
}
a {
    text-decoration: none;
}
img{
    max-width: 100%;
}

/*header------*/
header{
    background: linear-gradient(rgba(148,198,116,1),rgba(148,198,116,0));
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
header h1{
    margin-top: 15px;
}
.main-nav{
    display:flex;
    font-size: 1.25rem;
    margin-top: 34px;
    list-style: none;
    text-align: center;
    line-height: 1.25;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
} 
.main-nav li{
    margin-left: 36px;
}
.main-nav a {
    color: #6f6152;
    text-shadow: 2px 2px 10px #ffffff ,
    -2px 2px 10px #ffffff ,
    2px -2px 10px #ffffff ,
    -2px -2px 10px #ffffff;
}
.main-nav a:hover {
    color: #0bd;
}
.page-header{
    display: flex;
    justify-content: space-between;
 
}

.wrapper{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 4%;
}

/*main共通------*/
main{
    background: #b9d0b1;
    padding-top: 10px;
    padding-bottom: 80px;
}
main h2{
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    margin: 80px 0 25px;
    color: #6f6152;
    font-size: 28px;
}

main p{
    margin-top: 40px;
    text-align: center;
    line-height: 1.7;
    font-size: 18px;
}

/*footer------*/
footer{
    background-color: #94c674;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
footer::before{
    background: url(../images/lower-waves.svg);
    top: -60px;
    left: 0;
    content: '';
    height: 60px;
    position: absolute;
    width: 100%;
    transform: rotate(180deg);
}
address{
    color: #6f6152;
    font-size: 14px;
    font-style: normal;
    line-height: 1.28;
}
footer p{
    color: #6f6152;
    font-size: 12px;
}

.page-footer{
    position: relative;
}
.note{
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 1rem;
    text-align: left;
    color: #000;
}

/*home-----*/
.home-content{
    text-align: center;
}
.home-title{
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5rem;
    color: #6f6152;
    padding-top: 185px;
    text-shadow: 2px 2px 10px #94c674 ,
    -2px 2px 10px #94c674 ,
    2px -2px 10px #94c674 ,
    -2px -2px 10px #94c674;
}
.home-title h1{
    margin-top: 0;
}
.home-content p{
    font-size: 2.25rem;
    margin: 40px 0;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    color: #6f6152;
    text-shadow: 2px 2px 10px #ffffff ,
    -2px 2px 10px #ffffff ,
    2px -2px 10px #ffffff ,
    -2px -2px 10px #ffffff;
}
#home{
    background-image: url(../images/hometop.png);
    min-height: 80vh;
    
}
.big-bg{
    padding: 50px 0 10px 0;
    background-size: cover;
    background-position: center top;
    position: relative;

}

.big-bg::after{
    background: url(../images/upper-waves.svg);
    bottom: 0;
    content: '';
    height: 60px;
    position: absolute;
    width: 100%;
    transform: rotate(180deg);
}



.info-content article{
    width: 67%;
}
.info-content aside{
    width: 33%;
}

/*article 左カラム------*/
.info-content{
    display: flex;
    justify-content: space-between;
}
.news-contents dl{
    display: flex;
    margin-right: 10px;
    height: 90px;
    padding-top: 10px;
    border-top: 2px dotted #6f6152;
}
.news-contents dt{
    width: 140px;
}
.news-contents dd{
    margin-left: 20px;
    line-height: 1.5;
}
.shop-info{
    margin-bottom: 45px;
}
.shop-info dt{
    padding: 15px 0;
}.shop-info dt::before{
    content: "[";
}
.shop-info dt::after{
    content: "]";
}
.shop-info dd{
    padding-left: 60px;
    line-height: 1.5;
}
.shop-info iframe{
    border-radius: 10px;
}

/*aside 右カラム------*/
aside{
    margin-left: 10px;
}
.link-bi{
    background-color:#f0ece8; 
    text-align: center;
    margin-bottom: 40px;
    padding: 15px 0;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
.link-bi:hover{
    background-color:#f0ece8;
    opacity: 0.5; 
    text-align: center;
    margin-bottom: 40px;
    padding: 15px 0;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
.link-bi dt{
    line-height: 1.5;
    margin-bottom: 15px;
    color: #6f6152;
}
.button{
    background: #94c674;
    color: #f0ece8;
    border-radius: 30px;
    margin: 10px 70px 0;
    padding: 10px 0;
}
.link-qr .button{
    background: #6f6152;
}
/*about-----*/
#about{
    background-image: url(../images/outside.png);
    min-height: 30vh;
}
.page-title{
    text-align: center;
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5rem;
    color: #6f6152;
    padding-top: 40px;
    text-shadow: 2px 2px 10px #94c674 ,
    -2px 2px 10px #94c674 ,
    2px -2px 10px #94c674 ,
    -2px -2px 10px #94c674;
}

.about-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.about-wrapper p{
    width: 49%;
    text-align: left;
}
.about-wrapper img{
    width: 100%;
}
.cp-bread .about-wrapper{
    flex-direction: row-reverse;
}
.chef{
    background-color: #f0ece8;
    border-radius: 50px;
}
.profile{
    display: flex;
    justify-content: space-between;
    padding: 0px 60px 60px 80px;
    margin-bottom: 100px;
}
.chef h2{
    padding-top: 40px;
}
.chefname{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.profile .chef-h{
    padding-left: 20px;
    width: 62%;
    text-align: left;
}
.profile .chefname{
    width: 100%;
}



/*menu1-----*/
#menu1{
    background-image: url(../images/dm-top.png);
    min-height: 30vh;
}
.menu1-container dl{
    text-align: center;
}
.menu1-container dt{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    color: #6f6152;
}
.menu1-container dd{
    margin-top: 15px;
}
.coffee-menu-content{
    display: flex;
    flex-wrap: wrap;

}
.coffee-menu-content dl{
    padding: 40px 5px 0;
    width: 32%;
}
.coffee-menu-content dl:not(:nth-child(3n+3)) {
  margin-right: 2%;
}
.coffee-menu-content dl:nth-child(n+4) {
  margin-top: 30px;
}

.tea-wrapper{
    max-width: 780px;
    margin: 0 auto;
    padding: 0 4%;
}
.tea-menu-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tea-menu-content dl{
    width: 300px;
    margin-top: 40px;
}
.softdrink{
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}
/*menu2-----*/
#menu2{
    background-image: url(../images/mm-top.png);
    min-height: 30vh;
}

.meal-menu-content{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.meal-menu-content dl{
    width: 460px;
    display: flex;
    justify-content: space-between;
    margin: 40px 40px 0 40px;
}
.rr{
    flex-direction: row-reverse;
}
/*.menu2-list{
    margin: 10px 10px 0 10px;
}*/
.pic-title p{
    margin-top: 0px;
    font-size: 14px;
}
/*contact-----*/
#contact{
    background-image: url(../images/contact-top.png);
    min-height: 30vh;
}
.contact-wrapper{
    max-width: 780px;
    margin: 0 auto;
    padding: 0 4%;
}
.contact-content p{
    text-align: left;
}
form div{
    margin-top: 14px;
}
label{
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
    background-color: #ffffff;
    border: 1px #000 solid;
    border-radius: 5px;
    padding: 5px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
    width: 100%;
    max-width: 380px;
}
input[type="radio"]{
    margin-left: 20px;
}

textarea{
    width: 100%;
    max-width: 780px;
    height: 10rem;
}
input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 1;
}
.contact-button{
    font-size: 1.375rem;
    background: #6f6152;
    color: #fff;
    border-radius: 5px;
    padding: 10px 50px;
}
.contact-button:hover{
    background: #0bd;
}

/*モバイル版-----*/
@media (max-width: 940px){
    .home-title{
        font-size: 2.5rem;
    }
    /*home*/
    .info-content{
        flex-direction: column;
    }
    article,aside{
        width: 100%;
    }
}