@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width:736px){
  *{
    margin:0;
    padding: 0;
  }
  .pc{
    display:none;
  }
 .global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: rgba(214, 215, 214, 0.9);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #1f1f1f;
  text-decoration: none;
  color: #1f1f1f;
}
.global-nav__item a:hover {
  background-color: #eee;
}
  .global-nav__item_icon{
  width: 50px;
  float: left;
  margin: 25px;
  }
  .gnavi_sp_sns_wrpapper{
    width:200px;
    margin: auto;
    overflow:hidden;
  }
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
   background-color: #1f1f1f;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
  background-color: #1f1f1f;
}
  
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;
  }
  p {
    line-height: 20px;
}
  body{
    font-size: 14px;
    font-family: "游教科書体 ミディアム", "游教科書体 横用 ボールド",YuMincho, "Yu Mincho", 'Shippori Mincho', "Hiragino Mincho ProN", "serif" ;
    color:#666262;
  }  
  .fadeInDown{
    display: none;
  }
  #mainVisual {
    margin-top: -30px;
}
  
  h1{
  font-size:20px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px #444;
  }
  .top_logo ul{
    width:165px;
    margin: auto;
  }
  .top_logo ul li{
    float:left;
    margin-right: 10px;
    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: 320px;
    position: absolute;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 190px;
    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{
  position: relative;
  width: 100%;
  height:100vh;}
  #video_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
  video {
  min-width: 100%;
  position: absolute;
  min-height: 100%;
}
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@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: 20px;
  }
  
  .section_title{
    font-size:26px;
    color: #bbb4b4;
    font-family:"Roboto Thin",'Gothic A1', sans-serif;
    margin-bottom: 15px;
  }
  h3{
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 16px;
  }
  .news_title{
    font-size:15px;
    font-weight: bold;
    padding:0 5px 0 0;
  }
  .news_content{
    border-bottom: solid 1.5px #e3e0e0;
    padding-bottom: 5px;
  }
  
  #chef{
    background-color: #f1eeee;
    width: 100%;
  }
  
  #chef h2{
  text-align: center;
  padding-top:30px;
  font-size:26px;
  color: #bbb4b4;
  font-family:"Roboto Thin",'Gothic A1', sans-serif;
  }
  #profile_img{
  width: 70%;
  padding-top: 20px;
  margin: auto;
  }
#profile_name {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
  }
  
  .name_en{
   font-family:"Roboto Thin",'Gothic A1', sans-serif;
  font-size: 16px;
  }
#profile_content {
  width: 90%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: auto;
}
#profile_content dt{
width: 120px;
height: 2em;
line-height: 1.5em;
  }  
 #profile_content dd {
min-height: 1.5em;
margin-top: -2em;
padding-left: 5em;
margin-bottom: 0.1em;
line-height: 1.5em;
} 
  
  .menu_p{
    margin-bottom:20px;
  }  
  .menu_content{
   overflow: hidden;
   width: 90%;
  }
  .menu_image{
    height:200px;
  }
  .menu_image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  }
  .menu_content dl{
  width: 90%;
  margin-bottom: 30px;
  } 
  .menu_content dt{
    margin-bottom:20px;
  }
  .menu_content ul{
  margin-bottom: 20px;
  }
  .btn{
  display: block;
  width: 250px;
  background-color: #f1eeee;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
  }
   .btn_en{
  display: block;
  width: 285px;
  background-color: #f1eeee;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
  }
  .note{
    font-size:13px;
    line-height:17px;
  }
  .container {
  margin: 0 auto;
  width:100%;
  color: #333;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}  
.slick-slide p {
    display: block;
    position: absolute;
    z-index: 10;
    top: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.42);
    font-weight: bold;
    padding: 5px 30px;
  }
  
    #space img{
border: none;
width: 100%;
/*height: calc(90vh - 100px);
object-fit: cover;
object-position: 50% 100%;*/
  }
  
#access_info {
  padding-top: 20px;
}  
 .map{
position: relative;
padding-bottom:3%; 
height: 400px;
overflow: hidden;
}
  
.map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} 
  #info {
    margin-bottom: 20px;
}
  #info th{
   width: 75px;
  text-align: left;
  vertical-align: baseline;
  }  
  .attention{
    text-decoration-line:underline;
  }
  footer{
  background-color: #272727;
  overflow: hidden;
  }
.logo {
    width: 150px;
    margin: 10px auto;
}
   .sns_icon{
    width: 40px;
  }
.sns_wrapper {
 margin:  0px auto 8px auto;
  width: 150px;
}
  .sns_wrapper li{
    float:left;
    margin-left: 20px;
  }
  .sns_wrapper ul{
    overflow: hidden;
  }
.sns_wrapper p{
    font-size: 14px;
    color: #FFFFFF;
  text-align: center;
}  
  .footer_p{
   clear: both;
   text-align: center;
   color: #FFFFFF;
   font-size: 12px;
  }  
/* ページトップボタン */
.page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 99;
  width: 50px;
  opacity: 0.7;
}  
  /* 初めてのお客様へページここから */
  #for_first-time{
  color:#FFFFFF;
  }

  .first_bg{
    background-image: url("images/for_first-time.jpg");
    background-size: cover;
    padding-bottom: 20px;

  }
  .fist_content{
   margin:auto 20px;
   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: 30px auto 0 auto;
} 
  
  
  
  
  
}