@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    color:#666262;
  }  

  main {
    min-width: 1080px;
    overflow: hidden;
  }
  .logo{
  width: 100px;
  margin: auto;
  padding: 20px 0;
  }

  .bg {
 background-image: url( "images/bg.jpg");
background-size: contain;
  }
  

    .header_bg {
 background-image: url( "images/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
  }
  
   .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: fixed;
  right: 20px;
  top: 15px;
  width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
  .icon_wrapper{
    padding-top: 250px;
    
  }
  .main_icon{
    width:50px;
    margin: 20px 0;
  }
 .main_icon:hover{
  opacity: 0.6;
  }
  
.global-nav__list {
  margin: 25px;
  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;
  }

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 1.5px;
  background-color:#2C2B2B;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 34px;
}
.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;
}
  

  
  h2{
    text-align:center;
    margin-bottom: 50px;
    font-size: 32px;
    font-family: 'Quattrocento Sans', sans-serif;
    letter-spacing: 2px;
  }
  h3{
    text-align:center;
    margin-bottom: 20px;
  }

  .mainVisual{
 height: 800px;
 margin-bottom: 50px;
}
.slideshow-fade{
    position: relative;
    width: 100%;
  height: 100%;}
 .slideshow-fade li{
        list-style: none;
        width: 100%;
   height: 100%;}
    .slideshow-fade img{
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
        }
  .text{
    line-height:2.5em;
    text-align: center;
  }
  #about{
  margin-bottom:60px;
  }
  
  #curry_img{
    width: 40%;
    margin: 100px auto;
  }
  #menu_img{
    width: 70%;
    margin: 100px auto;
  }
    .schedule_img{
    width: 50%;
    margin: 100px auto;
  }
  #access・info{
  margin-bottom:50px;
  }
  .info_wrap{
  width: 560px;
  margin: 0 auto;
  padding-bottom: 15px;
  }
.info_text {
   
    margin: 0 0 30px 160px;
}
  table{
  width:225px;
  margin: 0 auto 20px;
  }
  th {
  padding-right: 20px;
}
  #map_img{
    width:50%;
    margin: 50px auto;
  }
  
  a.map_btn{
    background-color: #803c20;
    padding: 5px 20px;
    width: 150px;
    margin: 10px auto 20px;
    text-align: center;
    border-radius: 1px;
    color: #fff;
    display: block;
  
  }
  a.map_btn:hover{
    background-color:#D0A7A8;
    color:#222121;
  }

  
  
  .map_text{
  width: 35%;;
  margin: 50px auto;
  }
  
  .indent{
  text-indent: -1em;
  padding-left: 1em;
  }
  
  .tel{
  width: 30%;
  margin: auto;
  }
  
  .access_text{
  padding-top:10px;
  }
  
  
 footer {
  background-color: #803c20;
  height: 80px; 
}
  
  #footer_logo{
    width: 100px;
    padding: 10px;
    float: left;
    
  }
  p.footer_p {
    display: block;
    width: 500px;
    margin: auto;
    color: #fff;
    padding-top: 50px;
    font-size: small;
}
}