@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width:737px){
  .sp{
    display:none;
  }
  *{
 margin: 0;
padding: 0;
  }
section,
nav,
article,
figure,
aside,
header,
footer,
main{
display: block;
}

  ul{
    list-style-type:none;
  }
  img{
    display:block;
    border: none;
    width: 100%;
  }
  a{
    text-decoration: none;
    color:#666262;
  }
  body{
    font-size: 16px;
   font-family: "游教科書体 ミディアム", "游教科書体 横用 ボールド",YuMincho, "Yu Mincho", 'Shippori Mincho', "Hiragino Mincho ProN", "serif" ;
    color:#666262;
  }  

  main {
    min-width: 1080px;
    overflow: hidden;
  }
  
  .logo{
  width: 160px;
  float: left;
  margin: 5px 30px;
  }
  
  .header-inner{
    display: none;
    height: 70px;
    width: 100%;
  }

  .fadeInDown {
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    visibility: visible !important;
    animation-timing-function: ease;
    background: none;
    position: absolute;
    z-index: 10;
}
  .gnavi.pc {
    overflow: hidden;
    float: right;
    padding-right: 50px;
}
  nav ul{

  }
  nav ul li{
 float: left;
  margin: 20px 15px;
  width: 90px;
  text-align: center;
    line-height: 25px;
  }
  .gnavi_menu a {
 color: #373737;
text-shadow: 1px 0.5px 0.5px #f4f1f1;
}
  .sns_icon{
    width: 25px;
  }
  .sns_icon img:hover{
    opacity:0.7;
  }
   .gnavi_menu :hover{
    opacity:0.7;
    transition:ease all 0.1s;
  }
  
.gnavi.gnavi_menu a {
  position: relative;
  text-align: center;
  overflow: hidden;
}

  h1{
  font-size:24px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px #444;
  }
  .top_logo ul{
    width:200px;
    margin: auto;
  }
  .top_logo ul li{
    float:left;
    margin-right: 15px;
    text-shadow: 1px 1px 3px #444;
    font-weight: bold;
  }
  .top_logo ul li a{
   color: #FFFFFF;
  }
  .top_logo a:hover{
    opacity:0.7;
  }
  .top_logo{
    width: 400px;
    position: absolute;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 210px;
    color: #FFFFFF;
    overflow: hidden;
    display: none;
    z-index: 10;
  }
  .scroll{
    width: 30px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
  }
  .scroll:hover{
    opacity:0.7;
  }
    /*  #mainVisual{
      height: 940px;
  }*/
   #video_wrapper {
 overflow: hidden;
  width: 100%;
  height: 100vh;
 position: relative;
}
  video {
  min-width: 100%;
 position: absolute;
  min-height: 100vh;
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
 @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  
}

  /*動画よりも画面が縦に長くなるとき用*/
 @media (max-aspect-ratio: 16/9) {
 video {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
  

  .section_content{
    margin: 50px 200px 80px 100px;
  }
  
  .section_title{
    font-size:36px;
    color: #bbb4b4;
    font-family:"Roboto Thin",'Gothic A1', sans-serif;
    margin-bottom: 30px;
  }
  h3{
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 22px;
  }
  .news_title{
    font-size:18px;
    font-weight: bold;
    padding:0 30px 20px 0;
  }
  .news_content{
    border-bottom: solid 1.5px #e3e0e0;
    padding-bottom: 5px;
  }
  
  #chef{
    background-color: #f1eeee;
    overflow: hidden;
    width: 100%;
  }
  
  #chef h2{
  text-align: center;
  padding-top:40px;
  font-size:36px;
  color: #bbb4b4;
  font-family:"Roboto Thin",'Gothic A1', sans-serif;
  }
  #profile_img{
    width:35%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
  }
#profile_name {
  text-decoration: underline;
  font-size: 22px;
  padding-bottom: 20px;
  }
  
  .name_en{
   font-family:"Roboto Thin",'Gothic A1', sans-serif;
  font-size: 22px;
  }
#profile_content {
    float: left;
    width: 60%;
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 20px;
}
#profile_content dt{
width: 120px;
height: 2em;
line-height: 1.5em;
  }  
 #profile_content dd {
    min-height: 2em;
    margin-top: -2em;
    padding-left: 5em;
    margin-bottom: 1em;
    line-height: 1.5em;
} 
  .menu_content{
   overflow: hidden;
   width: 100%;
  }
  .menu_image{
    height:500px;
  }
  .menu_image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  }
  .menu_content dl{
  float:left;
  width: 50%;
  margin-bottom: 30px;
  } 
  .menu_content dt{
    margin-bottom:20px;
  }
  .menu_content ul{
  clear:both;
  margin-bottom: 20px;
  }
  .btn{
  display: block;
  width: 250px;
  background-color: #f1eeee;
  margin-right: 30px;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  }
  .btn:hover{
    background: #bfbdba;
    color: #fff;
    transition: 0.5S ease;
  }
  .btn_en{
  display: block;
  width: 330px;
  background-color: #f1eeee;
  margin-right: 30px;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  }
  .btn_en:hover{
    background: #bfbdba;
    color: #fff;
    transition: 0.5S ease;
  }
  .btn_wrapper{
  overflow: hidden;
  width: 800px;
  margin: auto;
  }
 
.container {
  margin: 0 auto;
  width:100%;
  color: #333;
}
.slick-slide img
{
 width: 100%;
height: auto;
}
.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}  
.slick-slide p {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.42);
    font-weight: bold;
    padding: 5px 30px;
  }
 .map{
position: relative;
padding-bottom:3%; 
height: 400px;
overflow: hidden;
margin-top: -40px;
}
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} 
  #info {
    margin-bottom: 20px;
}
  #info th{
   width: 100px;
  text-align: left;
  vertical-align: baseline;
  }
  
  @media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
  footer{
  background-color: #272727;
  overflow: hidden;
  }
.sns_wrapper {
    float: right;
    margin: 5px 30px 0 auto;
}
  .sns_wrapper li{
    float:left;
    margin-left: 20px;
  }
  .sns_wrapper ul{
    overflow: hidden;
  }
.sns_wrapper p{
    font-size: 14px;
    color: #FFFFFF;
}  
  .footer_p{
   clear: both;
   text-align: center;
   color: #FFFFFF;
   font-size: 12px;
  }  
/* ページトップボタン */
.page-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  width: 70px;
  opacity: 0.7;
}

 /* 初めてのお客様へページここから */
  #for_first-time{
  color:#FFFFFF;
  }
     .header-inner-f{
    height: 70px;
  }
  .first_bg{
    background-image: url("images/for_first-time.jpg");
    clear: both;
    background-size:cover;
    min-width: 1080px;
    padding-bottom: 50px;
    background-position: bottom;
    background-repeat: no-repeat;

  }
  .fist_content{
   margin: 0px 200px 0px 100px;
   padding-top: 70px;
  }
  
  .fist_content h2 {
    margin-bottom: 40px;
}
  .content_wrapper{
    margin-bottom: 20px;
    margin-top: 30px;
    
  }
  .content_title{
    margin-bottom: 10px;
  }
  
  .first_btn {
    display: block;
    width: 250px;
    background-color: #f1eeee;
    margin-right: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 80px auto 0 auto;
}
    .first_btn:hover{
    background: #bfbdba;
    color: #fff;
    transition: 0.5S ease;
  }
  

}