@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #333;
}
img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
  color: #3F4D19;
  text-decoration: none;
}
a:hover{
  opacity: 0.5;
}
h2{
  text-align: center;
  color: #3F4D19;
  font-size: 2rem;
  line-height: 2.8rem;
  background-image: url(../img/kimi.png);
  background-repeat: none;
  background-position: center;
  background-size: contain
}
.h2_eng{
text-align: center;
font-size: 1rem;
line-height: 1.7rem;
}
.flex_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.flex_box .text{
  width: 50%;
}
.flex_box .text p{
  margin:0 auto 1rem;
  max-width: 440px;
}
.flex_box .photo{
  max-width: 690px;
}
header{
  position: relative;
}
h1{
  position: absolute;
  top:-14px;
  left: 15px;
  z-index: 10;
}
.h1_m{
  display: none;
}
h3{
  text-align: center;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
nav{
  position: fixed;
  width: 100%;
  z-index: 8;
  background-color: #fff;
}
nav ul{
display: flex;
justify-content: flex-end;
align-items: center;
height: 66px;
margin-right: 60px;
list-style: none;
}
nav li:not(:last-child){
  padding-right: 20px;
}
.slider{
  overflow: hidden;
  padding-top: 66px;
}
.slid_img{
  position: relative;
}
.slid_com{
  position: absolute;
  top: 45px;
  right: 60px;
  font-size: 3rem;
  line-height: 4.3rem;
  color: #fff;
  font-weight: 700;
  text-shadow:0px 4px 4px rgb(0,0,0,0.45);
}
.slid_com p:nth-child(2){
  font-size: 1rem;
  line-height: 1.8rem;
}
.slid_img_m{
  position: relative;
}
.slid_com_m{
  width: 100%;
  position: absolute;
  top:10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: center;
  text-shadow:0px 3px 3px rgb(0,0,0,0.55);
}
.slid_com_m p:nth-child(2){
  font-size: 1rem;
  line-height: 1.8rem;
}
.burger-btn {
    display: none;
}
.slider_m{
  overflow: hidden;
  display: none!important;
}
.slick-dots{
  bottom:20px!important;
}
.slick-dots li {
  margin: 0 9px!important;
  width: 10px!important;
  height: 10px!important;
  border-radius: 16px;
}
.slick-dots li button:before {
  content:'〇'!important;
  font-size: 16px!important;
  top:-6px!important;
  left:-5px!important;
  width: 16px;
  height: 16px;
color: #3F4D19;
  opacity: 1!important;
}
.slick-dots li.slick-active button:before{
  color: #3F4D19;
  font-size: 19px!important;
  content:'●'!important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px!important;
}
.icon_link{
  display: flex;
  justify-content: flex-end;
  margin-right: 60px;
}
.icon{
  display: inline-block;
  width: 25px;
  padding-right: 6px;
}
.icon_link p:first-child{
  margin-right: 20px;
}
main{
  background-color: #F3F0EB;
  padding: 30px 0;
}
section{
  margin: 0px 60px;
  padding: 70px 0 30px;
}
#news{
  max-width: 1200px;
  /*height: 66px;*/
  height: auto;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  /*justify-content: flex-start;*/
  flex-flow: column;
  /*align-items: center;*/
  padding:10px 20px;
  margin:30px auto;
}
.m_com{
  display: none;
}
.flex_m{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex_m p:first-child{
  background-color: #D76A42;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 152px;
  border-radius: 50px;
  line-height: 40px;
  margin-right: 50px;
}
.main_news{
  font-weight: 700;
  margin: 0 20px 0 15px;
  text-align: left;
}

.main_news_text_color {
  text-decoration:underline;
  color: red;
}

 .tenshu_message {
  text-align: right;
  margin-right: 2%;
 }

#deli_food ul{
  flex-wrap: wrap;
  list-style: none;
  margin-top: 100px;
}
#deli_food ul li{
  width: 300px;
}
#deli_food ul li p:not(:last-child){
  text-align: center;
  font-weight: 700;
}
#deli_food li img{
  width: 127px;
}
#menu ul{
  flex-wrap: wrap;
  list-style: none;
}
#menu .flex_box{
  align-items: flex-start;
}
#menu ul li{
  width: 425px;
  margin-bottom: 60px;
}
#menu ul li p:not(:nth-child(1)){
  width: 370px;
}
#menu ul li p:not(:nth-child(3)){
  font-weight: 700;
}
#menu ul li p:nth-child(2){
  text-align: center;
  margin-top: 30px;
}
#menu ul li p:nth-child(4){
  text-align: right;
}
.menu_egg{
  text-align: center;
  width: 425px;
  padding-top: 100px;
}
.menu_egg img{
width: 270px;
}
.menu_egg_m{
  display: none;
}
#takeout{
  margin: 100px 0;
  padding: 50px 60px;
  background-color: #E7DCD3;
}
.flex_take{
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_block{
  display: none;
}
.tel_num{
  margin: 0!important;
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  height: 55px;
  position: relative;
}
.tel_rubi{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.7rem;
  font-weight: 400;
}
.demae{
  margin: 0!important;
}
iframe{
  margin: 30px auto 40px;
}
#access{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#access .flex_box{
  justify-content: center;
}
#access .flex_box div:first-child{
  margin-right: 160px;
}
dl{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
dt{
  font-weight: 700;
  width: 100px;
}
footer{
  width: 100%;
  height: 50px;
  background-color: #3F4D19;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
@media (max-width:1000px) {
  h1{
    width: 300px;
  }
    #menu .flex_box{
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-color: #E7DCD3 #fff;
    }
    #menu .flex_box::-webkit-scrollbar {
      width: 5px;
      height: 5px;
  }
  #menu .flex_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
  }
  #menu .flex_box::-webkit-scrollbar-thumb {
    background-color: #E7DCD3;
    border-radius: 10px;
  }
    #menu .flex_box li{
            width: 100%;
            height: fit-content;
            margin: 16px;
    }
    .wrap_text{
      white-space: normal;
    }
    .menu_egg{
      display: none;
    }
    .menu_egg_m{
      display: block;
      width: 200px;
      margin: 20px auto;
    }
}
@media (max-width:767px) {
  h1{
    display: none;
  }
  .h1_m{
    display: block;
    position: static;
    width: 200px;
    margin: 35px auto;
  }
  .flex_box{
    display: block;
    margin: 30px auto;
  }
  #menu .flex_box{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
.burger-btn{
    display: block;      
    width: 39px;      
    height: 39px;      
    position: fixed;      
    z-index: 3;
    border:none;
    float: right;
    background-image: url(../img/kimi.png);
    background-size: contain;
    top: 25px;
    right: 27px;    
  }    
  .bar{      
    width: 15px;      
    height: 2px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #3F4D19;    
  }    
  .bar_top{   
    top: 15px;
  }
  .bar_bottom{
    bottom: 15px;
  }
  .burger-btn.close .bar_top{      
    transform: translate(-50%,3px) rotate(45deg);      
    transition: transform .3s; 
    width: 17px;   
  }       
  .burger-btn.close .bar_bottom{      
  transform: translate(-50%,-4px) rotate(-45deg);      
  transition: transform .3s;  
  width: 17px;  
  }
  nav{ 
    display: none;
    width: 100vw;      
    height: 100vh;      
    position: fixed;      
    top: 0;      
    left: 0;       
    z-index: 2;
    background-color: #fff;    
  } 
  nav ul{        
    display: block;        
    position: absolute;        
    top: 165px;        
    left: 60px;            
    text-align: left;      
  }      
  nav ul li{        
    margin-right: 0;        
    margin-bottom: 40px;      
  }
  body.noscroll{
    overflow: hidden;
  }
  .slider{
    display: none!important;
  }
  .slider_m{
    display: block!important;
  }
  .icon_link{
    margin-right: 25px;
  }
  section{
    margin: 0px 25px;
  }
  #news{
    margin: 20px 25px;
    display: block;
    height: auto;
    padding: 10px;
    border-radius: 20px;
  }
  .m_com{
    display: inline-block;
    font-size: 0.8rem;
    padding-right: 5px;
  }
  #news p:last-child{
    /*text-align: right;*/  
  }
  .flex_box .text{
    width: 100%;
  }
  .flex_column{
    display: flex;
    flex-direction: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  #deli_food ul li{
    margin: 0 auto 60px;
  }
  #menu ul li{
    width: 270px;
    margin-bottom: 0px;
  }
  #menu ul li p{
    width: 265px!important;
    margin: 0 auto;
  }
  #takeout{
    margin: 30px 0;
    padding: 30px 25px 40px;
  }
  h3{
    text-align: left;
    line-height: 1.8rem;
  }
  .flex_take{
    display: block;
    margin-top: 35px;
  }
  .m_block{
    display: block;
  }
  .demae{
    margin-bottom: 35px!important;
  }
  #access{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #access .flex_box div:first-child {
    margin-right: 0;
  }
  #access .flex_box{
    margin: 0;
  }
  #access dl:last-child{
    margin-bottom: 0;
  }
  ifram{
    margin: 20px auto;
  }
}

/*2021/11/11トップスライドテキスト追加
.sub_title {
  color:#000;
}*/