@charset "utf-8";


/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,select,header,nav,section,footer {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    word-wrap: break-word;
    box-sizing: border-box;
}

address,em,i {
    font-style: normal;
}
strong,th,b {
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}
li {
    list-style-type: none;
}
small{
    font-size: 100%;
}
iframe {
    border: 0;
    width: 100%;
}


/* Reset
------------------------------------------------------------*/
body{
    background: #f7f0e9;
}
/* header
------------------------------------------------------------*/
header{}

@media only screen and (max-width: 700px){
header {
  }
}

@media only screen and (max-width: 700px){
header .position{
  /*position: fixed;*/
  background: #f7f0e9;
  width: 100%;
  }
}

header .hamburger p{
    display: none;
}

@media only screen and (max-width: 700px){
header .hamburger {

  }
}

@media only screen and (max-width: 700px){
header .hamburger p{
    
font-weight: bold;
    
display: block;
    
text-align: center;
  }
}

header .header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2%;
    align-items: center;
    /* margin-top: 5%; */
}

@media only screen and (max-width: 700px){
header .header{
  }
}

header .header img{
    width: 30%;
}

@media only screen and (max-width: 700px){
header .header img{
    
width: 50%;
  }
}

header .header h1{
    font-size: 20px;
    color: #7b3e03;
    text-align: center;
    margin-left: 5%;
}

@media only screen and (max-width: 700px){
header .header h1{
    display: none;
  }
}

.tell{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 700px){
.tell{

display: contents;

}
}

.tell img{
    width: 80px;
}

.tell .denwa{

width: 20%;
}

@media only screen and (max-width: 700px){
.tell img{
    display: none;
  }
}

.tell p{
    text-align: center;
    font-size: 25px;
    padding: 5%;
}

@media only screen and (max-width: 700px){
.tell p{

font-size: 16px;

padding: 0;

background: #cebca5;

padding: 2%;

color: #fff;

border-radius: 5px;

margin-left: 2%;
}
}

.tell p span{
    font-size: 14px;
}

@media only screen and (max-width: 700px){
.tell p span{
    
  }
}

/* nav
------------------------------------------------------------*/
nav{
    margin: 0 auto;
    padding: 2%;
}

@media only screen and (max-width: 700px){
nav{
    display: none;
  }
}

nav .ul{
    display: flex;
    width: 960px;
    justify-content: center;
    margin: 0 auto;
}

@media only screen and (max-width: 980px){
nav .ul{

    width:100%;

  }
}

nav .ul .u_menue{
    width: 10%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 1%;
    border-radius: 3px;
}
nav .ul .u_menue a{
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 2;
    background: #5f5e5e;
}
/*nav ul li:hover{
    opacity: 0.5
}*/
/* main_img
------------------------------------------------------------*/
.main_img{
    display: flex;
    margin: 0 auto;
    width: 100%;
    background-color: #9e2c2c;
}

@media only screen and (max-width: 1280px){
.main_img {
        width: 100%;
        align-items: center;
    }
}

@media only screen and (max-width: 980px){
.main_img {

display: block;

}
}

.main_img .main_textbox{
    width: 100%;
    /* background-color: #9e2c2c; */
    padding: 2%;
}
.main_img .main_textbox .consept{
    font-size: 32px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 5% 2% 2%;
}
.main_img .main_textbox p{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2em;
    width: 80%;
    margin: 10% auto;
}

@media only screen and (max-width: 780px){
.main_img .main_textbox p {

font-size: 16px;
}
}

.main_img .main_textbox .img_f{
    display: block;
    margin: 0 40%;
}

@media only screen and (max-width: 1280px){
.main_img .main_textbox .img_f {

margin: auto;
}
}

@media only screen and (max-width: 980px){
.main_img .main_textbox .img_f {

margin: 2% auto;

width: 30%;
}
}

.main_img img{
    width: 60%;
}
@media only screen and (max-width: 1280px){
.main_img img {
        width: 60%;
        height: auto;
    }
}

@media only screen and (max-width: 980px){
.main_img img {
    width: 100%;
    }
}

@media only screen and (max-width: 700px){
.main_img img {
    /*margin-top: 50%;*/
    }
}

@media only screen and (max-width: 480px){
.main_img img {
    /*margin-top: 50%;*/
    }
}


/* sns
------------------------------------------------------------*/
.sns{
    display: flex;
    width: 25%;
    margin: 0 auto;
    justify-content: space-between;
}

@media only screen and (max-width: 700px){
.sns {
        width: 97%;
        align-items: center;
        justify-content: center;
        margin-left: 3%;
    }
}
.sns a{
    display: block;
    width: 100%;
}
.sns a img{width: 80%;margin-top: 30%;}

/* news
------------------------------------------------------------*/
.news{
    width: 960px;
    margin: 10% auto;
    background: #5f766a;
    padding: 5%;
    border: solid 10px #7b3e03;
    border-radius: 10px;
}

@media only screen and (max-width: 980px){
.news {
        width: 100%;
    }
}

.news h2{
    font-size: 32px;
    border-bottom: solid 1px #ffffff;
    color: #fff;

}

.news a{
    text-decoration: underline;
    color: #fff;
    display: block;
}

.news a:hover{
    opacity: 0.5;
    text-decoration: none;

}

.news p{
    padding: 5% 2% 2% 2%;
    font-size: 20px;
    color: #fff;
}
/* main
------------------------------------------------------------*/
main{
    margin: 0 auto;
    width: 960px;
}

@media only screen and (max-width: 960px){
    main {
        width: 100%;
    }
}


main .takeout{
    display: flex;
    background-color: #cebca5;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    padding: 5%;
    align-items: center;
    margin-bottom: 10%;
}
@media only screen and (max-width: 1200px){
    main .takeout {
        width: 100%;
    }
}

@media only screen and (max-width: 980px){
    main .takeout {
    padding: 5%;
    width: 100%;
    }
}

@media only screen and (max-width: 850px){
    main .takeout {
    display: block;
    }
}

main .takeout .textbox_01{
    width: 100%;
}

@media only screen and (max-width: 850px){
main .takeout .textbox_01{
    width: 100%;
    }
}

main .takeout .textbox_01 .outigohan{
    display: flex;

}

@media only screen and (max-width: 550px){
main .takeout .textbox_01 .outigohan{
    display: block;
    }
}

main .takeout .textbox_01 .outigohan .icon_01{
    width: 50%;
}

@media only screen and (max-width: 870px){
main .takeout .textbox_01 .outigohan .icon_01{
    display: none;
    }
}

main .outigohan .h2{
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    /* border: solid 3px #fff; */
    margin-left: 3%;
    padding: 2%;
    border-radius: 10px;
}

@media only screen and (max-width: 1280px){
    main .outigohan .h2{
        width: 100%;
        font-size: 25px;
    }
}

@media only screen and (max-width: 980px){
    main .outigohan .h2{
        width: 100%;
        margin-right: 7%;
    }
}

@media only screen and (max-width: 550px){
    main .outigohan .h2{

margin: auto;

}
}

main .outigohan h2 p{}
main .takeout .textbox_02{
    background: #5f766a;
    border: solid 10px #7b3e03;
    margin-top: 5%;
    margin-right: 7%;
    border-radius: 10px;
}

@media only screen and (max-width: 980px){
main .takeout .textbox_02{
    margin-bottom: 5%;
    }
}


@media only screen and (max-width: 550px){
main .takeout .textbox_02{
    margin: 5% auto;
    }
}

main .takeout .textbox_02 p{
    color: #fff;
    padding: 5%;
    font-size: 20px;
    line-height: 1.8;
}
main .takeout .bana-{}

@media only screen and (max-width: 980px){
    main .takeout img{
    display: block;
    margin: 0 auto;
    }
}

main .takeout .bana-:hover{
    opacity: 0.5;
}
/* osusume
------------------------------------------------------------*/
main .osusume{
    background: #cebca5;
    width: 100%;
    margin: 10% auto;
    padding: 5%;
    align-items: flex-start;
}

@media only screen and (max-width: 980px){
main .osusume{
    }
}

main .h2_01{
    font-size: 32px;
    color: #7b3e03;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5%;
    border-bottom: solid 3px #7b3e03;
    border-top: solid 3px #7b3e03;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 80%;
    margin: 0 auto;
}
main .osusume .box_01{
}
main .osusume .box_01 .box_02{
    display: flex;
    align-items: center;
    margin-top: 5%;
}

@media only screen and (max-width: 750px){
main .osusume .box_01 .box_02{
    display: block;
    }
}

main .osusume .box_01 .box_02 img{
    width: 50%;
}

@media only screen and (max-width: 750px){
main .osusume .box_01 .box_02 img{
    width: 100%;
    margin-bottom: 5%;
    }
}

main .osusume .box_01 .box_02 .box_03{
    background: #5f766a;
    border: solid 10px #7b3e03;
    border-radius: 10px;
    width: 100%;
    text-align: initial;
    padding: 2%;
    margin-left: 2%;
    /* height: 600px; */
}
main .osusume .box_01 .box_02 .box_03 .hutoji{
    font-size: 20px;
    color: #5f766a;
    background: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    border-radius: 3px;
}
main .osusume .box_01 .box_02 .box_03 .hutoji_01{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    width: 70%;
}

main .osusume .box_01 .box_02 .box_03 .small{
    font-size: 16px;
    color: #ffffff;
    width: 70%;
}
main .osusume .box_01 .box_02 .box_03 .red{
    color: #fb7f7f;
    font-size: 20px;
    font-weight: bold;
}
main .osusume .box_01 .box_02 .box_03 .red_01{
    color: #fb7f7f;
}
main .osusume .box_01 .box_02 .box_03 p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}
main .osusume .box_01 .box_02 .box_03 .img_02{
    width: 40%;
    display: block;
    margin: 0 auto;
}
main .naiso{
    background: #cebca5;
    width: 80%;
    margin: 0 auto;
    padding: 5%;
    display: flex;
    align-items: flex-start;
}
main .naiso .box_01{

}
main .naiso .box_01 .box_02{
    text-align: center;
}
main .naiso .box_01 .box_02 img{
    width: 100%;
}
main .naiso .box_01 .box_02 .box_03{
    background: #5f766a;
    border: solid 10px #7b3e03;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: initial;
    padding: 2%;
}
main .naiso .box_01 .box_02 .box_03 p{
     color: #fff;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 18px;
}
main .osusume .box_01 .box_02 .box_03 .img_01{
    width: 50%;
    margin: 5% auto;
    display: block;
}

/* karender
------------------------------------------------------------*/
.karender{}


/* acsses
------------------------------------------------------------*/
.h2_02{}
.acsses{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 5% auto;
}
.acsses .text_box04{
    background: #5f766a;
    border: solid 10px #7b3e03;
    border-radius: 10px;
    text-align: initial;
    padding: 2%;
    margin-bottom: 5%;
    display: flex;
}
.acsses .text_box04 p{
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 1px;
    color: #fff;
}

@media only screen and (max-width: 700px){
.acsses .text_box04 p{
    
letter-spacing: 0.3px;
    
line-height: 2;
    
}
}

.acsses .text_box04 p span{
    color: #5f766a;
    padding: 1%;
    font-size: 18px;
    background: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.text_box04 .text_box06{
    margin-left: 5%;
}

/* takeout
------------------------------------------------------------*/
.takeout{}

.takeout .h2_box{
    background: #5f766a;
    border: solid 10px #7b3e03;
    border-radius: 5px;
    /* width: 960px; */
    display: flex;
    padding: 1%;
    margin: 2% auto;
    text-align: center;
    align-items: center;
}

@media only screen and (max-width: 960px){
.takeout .h2_box{
    width: 100%;
}
}

@media only screen and (max-width: 480px){
.takeout .h2_box{
    align-items: center;
}
}

.takeout .h2_box .calc{
    width: calc(100% - 91px);
}

@media only screen and (max-width: 480px){
.takeout .h2_box .calc{
    height: 20px;
}
}

.takeout .h2_box h2{
    font-size: 35px;
    color: #fff;
}

@media only screen and (max-width: 700px){
.takeout .h2_box h2{
   font-size: 25px;
   font-weight: bold;
}
}

@media only screen and (max-width: 480px){
.takeout .h2_box h2{
   font-size: 20px;
   font-weight: bold;
}
}

.takeout .h2_box img{
    width: 10%;
}

@media only screen and (max-width: 480px){
.takeout .h2_box img{
    width: 20%;
}
}

.takeout .button{
    /*position: relative;
    width: 30%;
    background: #5f766a;
    border-radius: 10px;
    border: solid 5px #7b3e03;
    padding: 1%;*/
    /* background: #666; */
    width: 30%;
}

@media only screen and (max-width: 480px){
.takeout .button{width: 50%;}
}

.button a{
    display: block;
}

.button a:hover{opacity: 0.5}

.button .button_01{
    /* width: 30%; */
}
.button .button_text{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30%;
    font-weight: bold;
    color: #5f766a;
}

@media only screen and (max-width: 480px){
.button .button_01{}
}

.menu_01{
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    margin: 5% auto;
}

@media only screen and (max-width: 960px){
.menu_01{
    width: 100%   
}
}

@media only screen and (max-width: 480px){
.menu_01{
display: block;
}
}

.menu_01 .menu_box01{
    width: 33%;
    padding: 1%;
}

@media only screen and (max-width: 700px){
.menu_01 .menu_box01{
    margin-bottom: 3%;
}
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box01{
 width: 100%;
}
}

.menu_01 .menu_box01 .menu_name{
    background: #cebca5;
    padding: 3%;
    height: 20%;
    }

@media only screen and (max-width: 700px){
.menu_01 .menu_box01 .menu_name{
    height: 25%;
}
}

@media only screen and (max-width: 490px){
.menu_01 .menu_box01 .menu_name{}
}

.menu_01 .menu_box01 h3{
    color: #5f1404;
    font-weight: bold;
    }


@media only screen and (max-width: 700px){
.menu_01 .menu_box01 h3{
    font-size: 2vw;
    font-weight: bold;
    }
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box01 h3{
    font-size: 20px;
}
}

.menu_01 .menu_box01 .price{
    color: #b11515;
    text-align: end;
    font-weight: bold;
    padding-bottom: 5%;
}

@media only screen and (max-width: 700px){
.menu_01 .menu_box01 .price{font-size: 2vw;font-weight: bold;}
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box01 .price{
    font-size: 20px;
}
}

.menu_01 .menu_box01 .price span{
    color: #d41111;
}
.menu_01 .menu_box01 .text{
    background: #fff;
    padding: 3%;
    height: 100px;
}

@media only screen and (max-width: 700px){
.menu_01 .menu_box01 .text{
    font-size: 2vw;
    height: 30%;
}
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box01 .text{
    font-size: 16px;
}
}

.menu_01 .menu_box01 img{
    width: 100%;
}

.menu_01 .menu_box02{
    width: 50%;
    margin-bottom: 5%;
    padding-left: 2%;
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box02{
    width: 100%;
}
}

.menu_01 .menu_box02 .menu_name{
    background: #cebca5;
    padding: 5%;
    height: 100px;
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box02 .menu_name{
    height: 20%;
}
}


.menu_01 .menu_box02 h3{
    color: #5f1404;
    font-weight: bold;
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box02 h3{
    font-size: 20px;
}
}


.menu_01 .menu_box02 .price{
    color: #b11515;
    text-align: end;
    font-weight: bold;
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box02 .price{
    font-size: 20px;
}
}

.menu_01 .menu_box02 .text{
    background: #fff;
    height: 150px;
    padding: 5%;
}

@media only screen and (max-width: 780px){
.menu_01 .menu_box02 .text{
    height: 33%;
    font-size: 2.5vw;
}
}

@media only screen and (max-width: 700px){
.menu_01 .menu_box02 .text{}
}

@media only screen and (max-width: 480px){
.menu_01 .menu_box02 .text{
    height:  100%;
    font-size: 16px;
}
}

.menu_01 .menu_box02 img{}


/* news_01
------------------------------------------------------------*/
.news_01 .news_h2{
        font-size: 32px;
        color: #7b3e03;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5%;
        border-bottom: solid 3px #7b3e03;
        border-top: solid 3px #7b3e03;
        padding-top: 2%;
        padding-bottom: 2%;
        width: 80%;
        margin: 5% auto;
}
.news_01 .post{
    width: 960px;
    margin: 0 auto 10%;
    background: #5f766a;
    border: solid 10px #7b3e03;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px
}

@media only screen and (max-width: 960px){
.news_01 .post{
    width: 100%;
}
}

.news_01 .post .wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5%;
    font-weight: bold;
}
.news_01 .post .wrapper img{
    width: 20%;
}
.news_01 .post p{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-left: 5%;
}


/* footer
------------------------------------------------------------*/
footer{
    background: #cebca5;
    padding: 2%;
    text-align: center;
    width: 100%;
}
footer .small{
    color: #fff;
}
footer .small a{
    text-decoration: underline;
    color: #fff;
}

footer .small a:hover{

    opacity:0.5;
    text-decoration: none;
}


/* ハンバーガー
------------------------------------------------------------*/

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

@media only screen and (max-width: 5000px){
  #nav-open{
    display: none;
  }
}

@media only screen and (max-width: 700px){
  #nav-open{
    display: block;
    padding-left: 5%;
    padding-top: 5%;
  }
}

@media only screen and (max-width: 480px){
  #nav-open active{

    position: fixed;
    z-index: 999;
  }
}

.category-title img{
    /* padding: 5%; */
    /* background: #fff; */
    /* opacity: 0.8; */
    /* margin-top: 10%; */
    width: 70%;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #4c4b4c;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
    position: fixed;
}

#nav-open span:before{
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #4c4b4c;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:after{
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #4c4b4c;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}


/*中身*/
#nav-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .2s ease-in-out;
}

#nav-content.open {
  display: block;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 60%;
  height: 100%;
  background: #656565;/*背景色*/
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}


/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
  height: 40px;/*×ボタンと被らないように*/
}

.category {
  text-align: center;
  margin-top: 2rem;
}

.category-title {
  padding: 0.5rem;
  margin-left: -2rem;
  list-style: none;
  margin: 4%;
  border-bottom: solid 1px #00000045;
}

.category-title a {
  color: #fff;
  display: block;
  text-decoration: none;
}


/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #4c4b4c;
}

#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
  background-color: #4c4b4c;
}

/* アコーディオン
------------------------------------------------------------*/

.nav {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  /* padding: 0; */
  display: flex;
}

@media only screen and (max-width: 980px){
  .nav {
    width: 100%;
  }
}

@media only screen and (max-width: 480px){
.nav {
    display: none;
  }
}


.nav li {
  list-style: none;
}

@media only screen and (max-width: 980px){
.nav li {
    width: 100%;
  }
}

.nav .inner {

height: auto;

background-color: #696969;

z-index: 999;
}

@media only screen and (max-width: 980px){
.nav .inner{
    width: 100%;
  }
}

.nav li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 2;
  text-decoration: none;
  width: 100px;
  background: #696969;
  border-radius: 3px;
}

@media only screen and (max-width: 980px){
.nav li a {
    width: 100%;
  }
}


.nav > li:hover > a {/*layer-1*/
  opacity: 0.3;
}
.nav li ul {
  /* width: 100%; */
  display: none;
  position: absolute;
}
.nav > li li:hover > a {/*layer-2*/
  background: silver;
}
.nav li ul li a {
  border-top: 1px solid #fff;
  color: #fff;
}
.content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}