@charset "UTF-8";
/* -----------リセットcss---------- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* -----------共通設定--------- */
html{
    scroll-behavior: smooth;
}

body{
    font-family: "Noto Sans JP";
}

header,footer{
    background-color: #4E2613;
    color: #F7F4F2;
}

p{
    font-size: 16px;
    font-weight: 400;
}

a{
    text-decoration: none;
}

ul{
    list-style-type: none;
}

.flex{
    display: flex;
}

.title{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 64px;}

#contents{
    width: 90%;
    margin: 0 auto;
}

.text{
    margin-left: 32px;
}

#sec2,#sec3,#sec4,#sec5{
    padding: 64px 0;
}

.butan{
    width: 360px;
    height: 100px;
    background-color: #4E1328;
    text-align: center;
    margin: 64px auto 0 auto;
}

.butan a{
    color: white;
    line-height: 100px;
}


/* -----------header---------- */
header{
    height: 160px;
}

.flex_header{
    display: flex;
    justify-content: space-around;
}

.logo{
    width: 192px;
    height: 45px;
    display: block;
    margin: auto 0;
}

.tel{
    font-size: 48px;
    font-weight: 700;
 }

.icon{
    width: 32px;
    height: 32px;
    display: block;
    margin: auto 20px auto 0;
 }


/* -----------nav---------- */
.flex_nav{
    display: flex;
    justify-content: center;
}

.flex_nav a{
    display: block;
    color: black;
    font-weight: 700;
    padding: 16px 72px;
    border-right: 3px solid #807D7C;
}

#line a{
    border-right: none;
}


/* -----------section1---------- */
#sec1{
    background-image: url(../img/top.jpg);
    height: 810px;
    width: auto;
    background-size: cover;
    position: relative;
}

#sec1::before{
    background-color: rgba(78, 38, 19, 0.3);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#sec1 h1{
    font-size: 42px;
    font-weight: 700;
    color: white;
    position: absolute;
    line-height: 810px;
    width: 100%;
    text-align: center;
}


/* -----------section2---------- */
#sec2{
    margin-top: 100px;
}

#sec2 img{
    height: 637px;
    width: 544px;
}


/* -----------section3---------- */
.tab_curpon{
    margin-left: 24px;
    background-color: #4E1328;
    width: 93px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
}

.tab_news{
    margin-left: 24px;
    background-color: #4E4D13;
    width: 93px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
}

time{
    line-height: 35px;
}

#sec3 h3{
    margin-top: 30px;
}

#sec3 figure{
    margin-top: 32px;
}

.text_news{
    margin-top: 30px;   
}


/* -----------section4---------- */
#sec4 figure{
    margin-top: 32px;
}

#sec4 figcaption{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

#sec4 img{
    width: 544px;
    height: 306px;
}

.flex_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* -----------section5---------- */
.shop_info{
    margin: 28px 0 0 32px;
}

.img_shop{
    width: 48%;
}

/* -----------footer---------- */
#botan{
    position: absolute;
    right: 162px;
    margin-top: 29px;
}

#footer{
    text-align: center;
    width: 100%;
padding-top: 64px;
}

footer{
    height: 410px;
}

.shop_footer{
    margin-top: 32px;
}



/* ↓  ↓  ↓  Infoページ  ↓  ↓  ↓ */
.border{
    width: 48px;
    height: 48px;
    border: 1px solid #807D7C;
    color: #807D7C;
    text-align: center;
    line-height: 48px;
    margin: 64px 8px 64px 0;
}

.list{
    margin: 16px 8px 16px 0;
    font-size: 12px;
    color:#807D7C;
}

.list a{
    color:#807D7C;
}


/* ↓  ↓  ↓  Info_singleページ  ↓  ↓  ↓ */
#info{
    width: 75%;
}

#number{
    width: 17%;
    margin-left: 32px;
}

.img_info{
    width: 100%;
}

#info h2{
    font-size: 42px;
}

#info figcaption p,#info h2,#info h3,#info h4,#info img{
    margin-bottom: 24px;
}

#info h3{
    font-size: 32px;
    font-weight: 700;
    border-left: 5px solid #134E39;
    padding-left: 16px;
}

#info h4{
    font-size: 26px;
    font-weight: 700;
}

.number_title{
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
}

#number_menu{
    margin-top: 32px;
}

#number_menu a{
    color: black;
}

#number_time time{
    line-height: 24px;
}


/* ↓  ↓  ↓  Menu_postページ  ↓  ↓  ↓ */
.tab_menu{
    margin-left: 24px;
    background-color: #4E3913;
    width: 93px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
}


/* ↓  ↓  ↓  Menu_archiveページ  ↓  ↓  ↓ */
#flex_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 64px;
}

.img_menu{
    width: 30%;
    margin-bottom: 32px;
}


/* ↓  ↓  ↓  店舗案内（shop）ページ  ↓  ↓  ↓ */
.shop_title{
    font-size: 16px;
    font-weight: 700;
}

.shop_text{
    font-size: 16px;
    font-weight: 400;
}

#shop_info h3{
    font-size: 32px;
    font-weight: 700;
    border-left: 5px solid #134E39;
    padding-left: 16px;
    margin: 16px 0;
}

#shop_info figcaption{
    width: 48%;
}

#shop_info figcaption{
    width: 48%;
}

#shop_info figure{
    margin-top: 32px;
}

.shop_box{
    line-height: 150%;
    margin-bottom: 28px;
}

.flex_shop{
    display: flex;
    justify-content: space-between;
}

.map{
    width: auto;
}