@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  display: none;
  color: #232323;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: none; /*もともとあるカーソルは非表示に*/
  height: 100vh;
}
.cursor_test {
  display: inline-block;
  margin: 40px;
}
/*カーソル要素*/
#cursor {
  position: fixed;
  /*丸の大きさと色の指定*/
  background: #89B789;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px; /*真ん中にくるようにマイナスマージンで調整*/
  z-index: 99999; /*一番手前に来るように*/
  pointer-events: none; /*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0.1;
  transition: transform 0.1s; /*アニメーションの秒数指定*/
}
/*ちょっと遅れてついてくるストーカー要素*/
#stalker {
  position: fixed;
  /*丸の大きさと色の指定*/
  background: #E3E3E3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: -20px 0 0 -20px; /*真ん中にくるようにマイナスマージンで調整*/
  z-index: 99998; /*カーソルの後ろに来るように*/
  pointer-events: none; /*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0.1;
  transition: transform 0.5s; /*アニメーションの秒数指定*/
}
#cursor.active, #stalker.active {
  transform: scale(2.0);
}
.icon {
  width: 30px;
}
@media all and (-ms-high-contrast: none) {
  .icon {
    margin-top: -24px;
  }
}
a {
  text-decoration: none;
  cursor: none;
}
.sp-only, .sp-only2, .sp-only3 {
  display: none;
}
.pc-only, .pc-only2 {
  display: block;
}
@media screen and (max-width:1050px) {
  .pc-only, .sp-only2, .sp-only3 {
    display: none;
  }
  .sp-only, .pc-only2 {
    display: block;
  }
}
@media (max-width:850px) {
  .pc-only, .pc-only2, .sp-only3 {
    display: none;
  }
  .sp-only, .pc-only3, .sp-only2 {
    display: block;
  }
}
@media(max-width:550px) {
  .pc-only2 {
    display: none;
  }
  .sp-only3 {
    display: block;
  }
  .pc-only4 {
    display: none;
  }
}
@media(max-width:379px) {
  .sp-only5 {
    display: block;
  }
}
@media(min-width:380px) {
  .sp-only5 {
    display: none;
  }
}
/* header */
.header {
  height: 90px;
  width: 100%;
}
.header-content-wrapper {
  display: flex;
  justify-content: space-between;
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  text-decoration: none;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
@media all and (-ms-high-contrast: none) {
  .header-nav {
    margin-top: 20px;
  }
}
.header-nav li {
  text-align: center;
  list-style: none;
}
.header-nav li a {
  text-decoration: none;
  color: #232323;
  position: relative;
  overflow: hidden;
}
.header-nav li span {
  position: absolute;
  left: 50%;
  top: 0;
  transition: all .5s;
  transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.header-nav li span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 100%);
  font-size: 1.4rem;
}
.header-nav li:hover span:nth-child(1) {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.header-nav li:hover span:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, 0);
}
.header-nav li:nth-child(6), .header-nav li:last-child {
  margin: 30px 15px 0 0;
}
.header-nav li:nth-child(6) {
  margin-left: 45px;
}
.header-nav li:nth-child(-n+5) {
  margin: 35px 60px 0 60px;
}
.header-nav li:nth-child(3) {
  margin: 35px 50px 0 50px;
}
.header_icon {
  margin: 30px 15px;
}
.logo {
  width: 150px;
  height: auto;
  padding-top: 30px;
  margin: 0 40px 0 40px;
}
.openbtn, #g-nav {
  display: none;
}
@media(max-width: 1050px) {
  .header-nav {
    display: none;
  }
  .openbtn, #g-nav {
    display: block;
  }
  /****************グローバルナビゲーション***************/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #232323;
    opacity: 0.9;
    text-align: center;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}*/
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    z-index: 99999;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    margin: 5px;
  }
  #g-nav li a {
    color: #fff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 1.8rem;
    width: 130px;
    height: 130px;
    position: relative;
  }
  .g-nav_link_ja {
    font-size: 1.2rem;
  }
  .g-nav_link_en {
    width: 130px;
    vertical-align: middle;
    position: absolute;
    bottom: 20%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow:
      1px 1px 6px #383838, -1px 1px 6px #383838, 1px -1px 6px #383838, -1px -1px 6px #383838, 1px 0px 6px #383838, 0px 1px 6px #383838, -1px 0px 6px #383838, 0px -1px 6px #383838;
    font-weight: 600;
  }
  @media all and (-ms-high-contrast: none) {
    .g-nav_link_en {
      margin: 0 auto;
    }
  }
  .g-nav_link_en1 {
    bottom: 9%;
  }
  .g-nav_link_ja1{
    line-height: 1.0;
  }
  .nav_img {
    width: 130px;
  }
  .g-nav_link {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
  }
  .img_01 {
    background: url("../images/common/nav_img01.png")no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
  }
  .img_02 {
    background: url("../images/common/nav_img02.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  .img_03 {
    background: url("../images/common/nav_img03.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  .img_04 {
    background: url("../images/common/nav_img04.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  .img_05 {
    background: url("../images/common/nav_img05.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  .img_06 {
    background: url("../images/common/nav_img06.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  .img_07 {
    background: url("../images/common/nav_img07.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  .img_08 {
    background: url("../images/common/nav_img08.png")no-repeat;
    background-position: center;
    background-size: contain;
  }
  /*========= マスオーバー ===============*/
  .g-nav_link img {
    transform: scale(1);
    transition: 0.5s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  }
  .g-nav_link a:hover { /*hoverした時の変化*/
    transform: scale(1.1); /*拡大の値を変更したい場合はこの数値を変更*/
  }
  /*========= ボタン ===============*/
  .openbtn {
    position: fixed;
    z-index: 99999; /*ボタンを最前面に*/
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #232323;
    width: 45%;
    z-index: 99989;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
    width: 35%;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "CLOSE";
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 15px;
    color: #fff;
  }
  .openbtn span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #232323;
    font-size: 1.0rem;
    text-transform: uppercase;
  }
  .g-nav_icon {
    width: 40px;
    margin: 10px;
  }
  .g-nav_wrapper {
    display: flex;
    position: absolute;
    z-index: 99999;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media(max-width: 650px) {
  #g-nav ul {
    width: 490px;
  }
  #g-nav li a {
    width: 111px;
    height: 111px;
  }
  .g-nav_icon {
    width: 31px;
  }
}
@media(max-width: 480px) {
  #g-nav ul {
    width: 300px
  }
  #g-nav li a {
    width: 110px;
    height: 110px;
    font-size: 1.6rem;
  }
  .g-nav_link_en {
    width: 110px;
  }
  .nav_img {
    width: 110px;
  }
}
@media(max-width: 550px) {
  .logo {
    margin: 0 40px 0 15px;
  }
  .g-nav_link {
    justify-content: center;
  }
}
.top-image {
  position: relative;
  z-index: 1;
}
/*reserve,shop_button*/
.reserve, .shop {
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
}
.shop {
  font-size: 1.2rem;
  line-height: 1.0;
  margin-bottom: 6px;
}
.button-scroll1 {
  background: #08c46e url("../images/common/reserve2.png")no-repeat;
  background-size: 70%;
}
.button-scroll1:hover {
  background: #09864d url("../images/common/reserve2.png")no-repeat;
  background-position: center top 20%;
  background-size: 70%;
}
.button-scroll2 {
  background: #9dcc2c url("../images/common/cart.png")no-repeat;
  background-size: 70%;
}
.button-scroll2:hover {
  background: #6c8b22 url("../images/common/cart.png")no-repeat;
  background-position: center top 20%;
  background-size: 70%;
}
.button-scroll1, .button-scroll2 {
  object-fit: contain;
  background-position: center top 20%;
  max-width: 100%;
  color: #fff;
  width: 80px;
  height: 100px;
  position: relative;
  opacity: 0.9;
}
.reserve-shop-button {
  position: fixed;
  z-index: 998;
  right: 0;
  top: 200px;
}
.reserve-shop-button:last-child {
  bottom: 290px;
}
@media(max-width: 550px) {
  .reserve-shop-button {
    display: none;
  }
}
/*button*/
.btn {
  height: 10px;
  width: 200px;
  background: #FFF;
  color: #232323;
  display: inline-block;
  padding: 20px 20px 30px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #232323;
  transition: all 0.4s ease-out;
  margin-left: 40px;
}
.btn_2 {
  margin: -35px 0 0 40px;
}
.btn_3 {
  margin-left: 0;
}
.btn_4 {
  margin-left: -40px;
}
.btn_5 {
  margin-left: 40px;
}
.btn_box {
  text-align: left;
  margin: 0 0 50px 20px;
}
.btn:hover {
  border-color: transparent;
  color: #232323;
  background: linear-gradient(90deg, rgba(45, 110, 63, 0.51) 25%, rgba(52, 132, 99, 0.54) 42%, rgba(2, 95, 48, 0.58) 71%, rgba(73, 151, 88, 0.65) 91%, rgba(11, 119, 72, 0.55) 100%, rgba(4, 113, 36, 0.73));
  background-size: 200% auto;
  background-position: right center;
  box-shadow: 0 5px 10px rgb(143, 188, 143);
}
.btn {
  transition: background 1s;
}
@media(max-width: 1050px) {
  .btn_box {
    margin-left: 0;
  }
}
@media(max-width: 850px) {
  .btn {
    text-align: center;
    margin: 0 0 40px 0;
  }
  .btn_box {
    text-align: center;
    margin-bottom: 0px;
  }
  .btn_3 {
    margin-bottom: 15px;
  }
  .btn_box:nth-child(2) {
    margin-bottom: 20px;
  }
}
/*scroll-top*/
#page-top {
  position: relative;
}
.scroll_text {
  position: absolute;
  height: 100px;
  right: 40px;
  bottom: 30px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  color: #232323;
  text-shadow:
    2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 10px #ffffff, -2px -2px 10px #ffffff, 2px 0px 10px #ffffff, 0px 2px 10px #ffffff, -2px 0px 10px #ffffff, 0px -2px 10px #ffffff;
  ;
}
.arrow {
  width: 25px;
  height: 150px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: skewY(135deg);
  margin: 10px 30px 0 30px;
  position: absolute;
  right: 0;
  bottom: 40px;
  text-shadow: 2px -2px 5px #fff;
}
#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 200px;
  z-index: 1200;
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 1.0s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(300px);
  }
}
@media(max-width:600px) {
  .scroll_text {
    right: 15px;
  }
  .arrow {
    margin-right: 10px;
  }
}
@media(max-width:550px) {
  #page-top {
    bottom: 50px;
  }
}
/*footer*/
.line3 {
  border-top: solid 2px #232323;
  padding-bottom: 60px;
  margin-top: 120px;
}
.footer {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  height: 500px;
}
.footer_line {
  text-align: center;
  margin-top: 100px;
}
.line1 {
  display: inline-block;
  border-top: solid 1px #232323;
  width: 80%;
}
.footer_icon img {
  margin-right: 20px;
}
.footer_icon {
  margin-bottom: 20px;
  margin-left: -20px;
}
.googlemap {
  border: solid 1px #232323;
  color: #fff;
  background-color: #232323;
  border-radius: 20px 20px 20px 20px;
  width: 140px;
  height: 27px;
  margin: 10px auto;
  font-size: 1.4rem;
  text-align: center;
}
.address {
  display: flex;
}
.footer_wrapper {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 -80px 0;
}
.footer-left-box {
  margin-right: 30px;
}
.footer p {
  margin-bottom: 5px;
  margin-left: 20px;
  font-weight: 600;
  z-index: 100;
  position: relative;
}
.footer ul li {
  text-decoration: none;
  list-style: none;
  margin: 0 0 20px 50px;
}
.footer_list a {
  color: #232323;
  font-weight: 600;
  text-shadow: 1px -1px 10px #fff;
}
.footer_list a:hover {
  color: #619261;
}
.footer_list {
  margin-top: 30px;
  z-index: 2;
}
.footer_copyright {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px;
  z-index: 10;
  position: relative;
  font-weight: 600;
  text-shadow: 1px -1px 10px #fff;
}
.footer_img, .footer_img2 {
  width: 100%;
  position: absolute;
  bottom: -3px;
  z-index: -1;
  margin-bottom: -50px;
  opacity: 0.9;
}
.footer-sns {
  margin: 20px 0 0 40px;
  position: relative;
  z-index: 500;
}
.footer-logo {
  width: 150px;
  height: auto;
  margin: -40px 40px 0px 40px;
}
@media screen and (max-width: 1050px) {
  .footer_img, .footer_img2 {
    margin-bottom: 0;
  }
  .footer_copyright {
    margin-top: 140px;
  }
  .footer_list {
    display: none;
  }
  .footer_wrapper {
    display: block;
    margin-left: 80px;
  }
}
@media screen and (max-width: 600px) {
  .footer_icon {
    margin-right: 10px;
    width: 30px;
  }
  .footer-sns {
    display: flex;
  }
  .footer-sns img {
    width: 35px;
  }
  .address {
    display: block;
  }
  .footer ul li {
    margin-left: 0;
  }
  .footer_img, .footer_img2 {
    margin-bottom: 0px;
  }
  .footer_copyright {
    margin-top: 180px;
  }
}
@media screen and (max-width: 550px) {
  .footer_img {
    margin-bottom: 60px;
  }
  .footer_img2 {
    margin-bottom: 0px;
  }
  .footer_copyright {
    margin-top: 110px;
  }
  .footer_wrapper {
    display: block;
    margin-left: 40px;
  }
}
@media screen and (max-width: 400px) {
  .footer_list {
    font-size: 1.2rem;
  }
  .footer-left-box {
    font-size: 1.2rem;
  }
  .footer ul li {
    margin-bottom: 10px;
  }
  .footer-sns img {
    width: 25px;
  }
  .footer_copyright {
    font-size: 1.0rem;
    top: 0;
  }
  .footer_line {
    margin-top: 50px;
  }
  .googlemap {
    border: solid 1px #232323;
    color: #fff;
    background-color: #232323;
    border-radius: 20px 20px 20px 20px;
    width: 120px;
    height: 24px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
  }
  .holiday {
    display: block;
    margin-left: -10px;
  }
}
@media screen and (min-width:550px) {
  #sp-fixed-menu {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  /*footerメニューをページ下部に固定*/
  #sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 998;
  }
  /*メニューを横並びにする*/
  #sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
  }
  #sp-fixed-menu li:first-child {
    background: #08c46e;
  }
  #sp-fixed-menu li:last-child {
    background: #9dcc2c;
  }
  #sp-fixed-menu li a:hover{
    color:#CFCFCF;
  }
  /*ボタンを調整*/
  #sp-fixed-menu li {
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 15px;
  }
  #sp-fixed-menu li a {
    color: #fff;
  }
  .for-sp ul li img{
    width: 20px;
    margin-right:5px;
    margin-bottom: -4px;
  }
  @media screen and (max-width: 370px) {
    .for-sp ul li img{
      display: none;
    }
    #sp-fixed-menu li{
      font-size: 12px;
    }
  }  
  .footer-shop {
    font-size: 1.2rem;
  }
}
/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 300px;
}
/* fadeUpをするアイコンの動き */
.fadeUp4 {
  animation-name: fadeUpAnime4;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime4 {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= レイアウトのためのCSS ===============*/
#container {
  width: 100%;
  height: 100vh;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}