﻿html {
  max-width: 100%;
  margin: auto;
  width: 750px;
  overflow: auto;
}



body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    overflow: hidden;
 }

 .bgi1 {
  background-image: url('image/bgi_body_1.jpg');    /* 背景画像指定 */
}

.header {
  height: 50px;

}





 nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.2em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dashed #fff;
}

.globalMenuSp_ad_tel {
  font-size: 0.8em;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.9em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}




.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #FFF;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
 
.navToggle span:nth-child(1) {
    top: 8px;
    width: 26px;
    left: 12px;
}
 
.navToggle span:nth-child(2) {
    top: 16px;
    width: 26px;
    left: 12px;
}
 
.navToggle span:nth-child(3) {
    top: 24px;
    width: 26px;
    left: 12px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    top: 30px;
    width: 50px;
    left: 0px;
}



/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 16px;
    left: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}








.top-image {
  margin: 0;
  height: 550px;
  background-size:contain;
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: cover;
}
.image-crossfader {
  position: relative;
  height: 100%;
}
.image-crossfader-inner {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 2.0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
}
.image-crossfader-inner:nth-child(1) {
  background-image: url('image/top1.jpg');    /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: cover;
  background-position:center center;                     /* 画像の表示位置を指定  */
  width: 100%;
  height: 100%;
}
.image-crossfader-inner:nth-child(2) {
  background-image: url('image/top2.jpg');    /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: cover;
  background-position:center center;                     /* 画像の表示位置を指定  */
  width: 100%;
  height: 100%;
}
.image-crossfader-inner:nth-child(3) {
  background-image: url('image/top3.jpg');    /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: cover;
  background-position:center center;                     /* 画像の表示位置を指定  */
  width: 100%;
  height: 100%;
}
.image-crossfader-inner:nth-child(4) {
  background-image: url('image/top4.jpg');    /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: cover;
  background-position:center center;                     /* 画像の表示位置を指定  */
  width: 100%;
  height: 100%;
}
.image-crossfader-inner:nth-child(5) {
  background-image: url('image/top5.jpg');    /* 背景画像指定 */
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: cover;
  background-position:center center;                     /* 画像の表示位置を指定  */
  width: 100%;
  height: 100%;
}


.info {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  height: 700px;
  max-width: 100%;
  height: auto;
}

.info-titel {
text-align: center;
}


.menu-item {
    margin-top: 50px;
    max-width: 100%;
    position: relative;
    display:inline-block;
    padding: 0;
    text-align: center;
    background-image: url('image/bgi_3.jpg');    /* 背景画像指定 */
  }

  .menu-item-title {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
  }

.menu-item-list {

    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}


.store-image {
    text-align: center;
    height: 950px;
    max-width: 100%;
    height: auto;
  }

  .store-image-img1 {
    max-width: 100%;
    height: auto;
  }



.store-info {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    height: 700px;
    background-image: url('image/bgi_2.jpg');    /* 背景画像指定 */
    max-width: 100%;
    height: auto;
 }

 .store-info-titel {
  text-align: center;
  }


.footer{
    height: 30px;
    max-width: 100%;
    background: black;
    color: #fff;
    clear: both;

  }


  a {
    text-decoration: none;
    }






