@charset "UTF-8";

html {
  font-size: 62.5%;
  vertical-align: baseline;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

/* 共通css */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mb70 {
  margin-bottom: 100px;
}

.section-title h2{
  font-size: 3.0rem;
  font-weight: bold;
  /* margin: 20px 0; */
  margin: 10px auto 20px;
}

.section-title {
  margin: 20px auto;
}

.page {
    animation-name: fadein;
    animation-duration: 0.2s;
}

img {
  width: 100%;
  height: auto;
}

@keyframes fadein {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

/* 共通css */




/* header */

.header {
  width: 100%;
  margin: 0 auto;
  /* background-color: #ffffff; */
}

.header-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 15px 30px 10px 30px;
  height: auto;
}

.header h1 {
  width: 60px;
}

.header nav ul li a {
  display: block;
  text-align: center;
  padding: 0 15px;
}
.header nav ul li a:hover {
  opacity: 0.7;
}

.header nav ul li span {
  display: block;
}
.header nav ul li span.en {
  font-size: 1.2rem;
  color: #000;
}
.header nav ul li span.jp {
  font-size: 2rem;
  color: #696969;
}
/* header */

.main {
  /* min-width: 1024px; */
  width: 100%;
	margin: 0 auto;
}

#insistence {
	width: 60%;
	margin: 20px auto;
}

.section-title h1{
  font-size: 4.0rem;
  font-weight: bold;
  /* margin: 20px 0; */
  margin: 60px auto 20px;
}

.section-title p {
  font-size: 2rem;
}


.about {
}
.about-wrap {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.about-img {
  width: 100%;
  padding: 20px 0;
}
.about-img img {
  border-radius: 6%;
}

.about .section-title {
  position: absolute;
  right: 20px;
  width: 48%;
}

#about .section-title {
  position: absolute;
  right: 20px;
  width: 48%;
}

.section-title h1{
  font-size: 4.0rem;
  font-weight: bold;
  /* margin: 20px 0; */
  margin: 60px auto 20px;
}

.section-title p {
  font-size: 2rem;
}

#menu1 {
	background: url('../img/back.jpg');
	padding: 4px 0 0;
}

.menu-name {
  font-size: 3.0rem;
  color: #ffffff;
  background-color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}


.value {
  padding-bottom: 0;
}

.value .section-title {
  background: url('../img/main_top1.jpg');
  width: 100%;
  height: 230px;
  line-height: 230px;
  margin: 20px auto 0;
}

.value-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.value_menu {
  width: 100%;
  padding: 20px;
}

.value-wrap .item1 {
  order: 1;
}
.value-wrap .item2 {
  order: 2;
}
.value-wrap .item3 {
  order: 4;
}
.value-wrap .item4 {
  order: 3;
}
.value-wrap .item5 {
  order: 5;
}
.value-wrap .item6 {
  order: 6;
}
.value-wrap .item7 {
  order: 8;
}
.value-wrap .item8 {
  order: 7;
}


.loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.loop-wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop-wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop-wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.map {
  width: 600px;
  height: 350px;
	margin-right: 20px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.shopinfo {
  width: 100%;
  background-color: #f9f7f4;
  margin: 100px auto;
	padding: 20px 0;
}

.shopinfo-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.shopinfo-wrap .section-title {
  width: 700px;
}

.section-title h3 {
  font-size: 2.0rem;
  text-align: left;
  margin: 10px;
}

.shopinfo-wrap .shop-desc {
  margin: 10px;
}

.shopinfo-wrap .section-title p {
  text-align: left;
}

.copyright {
  margin: 20px 0;
  font-size: 1.2rem;
}




/* レスポンシブのための打ち消し */
.header-logo {
  display: none;
}

.main-m {
  display: none!important;
}

/* レスポンシブのための打ち消し */


/* ここからレスポンシブ1024以下 */

@media screen and (max-width:1024px) {
 /* header */

  .header-wrap nav {
    display: none;
  }

  .header-logo {
    display: block;
  }

  .header-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5px 5%;
    height: 60px;
  }

  .header h1 {
    width: 50px;
    height: 50px;
  }

  .header h1 a {
    display: block;
  }

  .header h1 img {
    width: 40%;
  }
	
  /* ここからハンバーガーメニュー */
  .global-nav {
    position: fixed;
    right: -320px; /* これで隠れる */
    top: 0;
    width: 300px; /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 60px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__list .pd {
    padding-right: 5px;
  }
  .global-nav__item {
    text-align: center;
    padding: 7px 14px;
  }
  .global-nav__item a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 14px;
    width: 30px;
    height: 2px;
    background-color: #696969;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 28px;
  }
  .hamburger__line--3 {
    top: 38px;
  }
  .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: black;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
    background-color: black;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
    background-color: black;
  }
 /* header */
 
#insistence {
	width: 90%;
	margin: 20px auto;
}


  .shopinfo .d-flex {
    display: block;
  }

  .map {
    margin: 0 auto;
  }
  /* shopinfo */


}

/* ここから640px以下 */

@media screen and (max-width:640px) {
 .main {
    display: none!important;
  }
  .main-m {
    display: block!important;
  }
	
 .about-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
} 
	
.map {
    width: 80%;
    margin: 0 auto;
    height: 250px;
  }

  .map iframe {
    width: 100%;
    height: 100%;
  }

  .shopinfo {
    width: 100%;
  background-color: #f9f7f4;
  }

  .shopinfo-wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .shopinfo-wrap .section-title {
    width: 80%;
  }

  .section-title h3 {
    font-size: 1.8rem;
    text-align: left;
    margin: 10px;
  }

  .shopinfo-wrap .shop-desc {
    margin: 10px;
  }

  .shopinfo-wrap .section-title p {
    text-align: left;
    font-size: 1.2rem;
  }

  .copyright {
    margin: 20px 0;
    font-size: 1.0rem;
  }

}
