@charset "UTF-8";

/* {
    border: 1px solid red;
}*/
* {
  box-sizing: border-box;
}

/*------------------変数--------------------*/
/*---------------共通設定-------------------*/
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

/*-------------header-----------*/
.header__box {
  display: flex;
  justify-content: space-between;
  background-image: url(image/wave1.png);
  height: 250px;
}

@media (max-width: 520px) {
  .header__box {
    height: 55px;
    background-color: rgba(128, 120, 106, 0.8);
    position: fixed;
    top: 0;
    z-index: 101;
  }
}

.header__imgbox {
  background-image: url(image/top2.jpg);
  background-size: auto;
  background-position: center center;
}


@media screen and (max-width: 520px) {
    .heade__imgbox {
      background-image: url(image/top-sp.jpg);
      background-size: auto;
  background-position: center left;
}
}
.icon {
  width: 30%;
}

@media (max-width: 750px) {
  .header__tennai {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .icon {
    width: 100%;
  }

  .header__imgbox {
    text-align: center;
      background-image: url(image/top-sp.jpg);
      background-size: auto;
  background-position: center left;
  }

}

.hpb {
  width: 20%;
  margin-right: 10%;
  margin-top: 15%;
}

@media (max-width: 520px) {
  .hpb {
    margin-top: 0;
  }
}

.cart,
.line {
  width: 10%;
  margin-right: 10%;
  margin-top: 15%;
}

@media (max-width: 520px) {

  .cart,
  .line {
    margin-top: 0;
  }
}

body {
  background-color: #EBEAE8;
}

@media (max-width: 520px) {
  body {
    width: 100%;
  }
}

header {
  text-align: center;
}

.header__pagetop {
  width: 10%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  cursor: pointer;
}

@media (max-width: 520px) {
  .header__pagetop {
    width: 30%;
  }
}

/*-------------ハンバーガーアイコン-----------*/
.menu {
  width: 20%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 520px) {
  .menu {
    position: static;
  }
}

.gnav.active {
  position: fixed;
  width: 100vw;
  height: 200vh;
  right: 0;
  top: 0;
  opacity: 1;
  background-color: rgba(90, 113, 7, 0.5);
}

.gnav__list {
  margin: 0 auto;
  padding-top: 200px;
}

@media (max-width: 520px) {
  .gnav__list {
    padding-top: 100px;
  }
}

.gnav__item:first-child {
  text-indent: -3px;
}

.gnav__item {
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  list-style: none;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 520px) {
  .gnav__item {
    font-size: 2rem;
  }
}

.gnav__img {
  width: 5%;
}

.open .menu::after {
  transition: all 0.6s ease-out;
  z-index: -1;
}

.gnav {
  position: fixed;
  z-index: 100;
  position: absolute;
  right: 100px;
  opacity: 0;
  transition: all 1.5s;
}

.gnav.active {
  position: fixed;
  width: 100vw;
  /* height: 100vh; */
  right: 0;
  opacity: 1;
}

/*-------------top動画-------------------*/
.movie {
  text-align: left;
}

@media (max-width: 520px) {
  .movie {
    margin-top: 100px;
  }
}

video {
  width: 75%;
}

@media (max-width: 520px) {
  video {
    min-width: 100%;
  }
}

/*-------------infomation-------------------*/
.info__box {
  display: flex;
  justify-content: center;
  margin-top: 10%;
  background-image: url(image/wave3.png);
  background-size: cover;
  height: 20%;
}

@media (max-width: 520px) {
  .info__box {
    display: block;
    text-align: center;
    height: 50%;
  }
}

@media (max-width: 960px) {
  .info {
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .info {
    margin: 0 auto;
    width: 80%;
  }
}

.info__title {
  font-size: 26px;
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .info__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.info__text {
  font-size: 16px;
}

@media (max-width: 520px) {
  .info__text {
    font-size: 12px;
    margin-top: 5px;
  }
}

.info__list {
  width: 100%;
}

.info__list--item {
  list-style-type: none;
  font-size: 16px;
}

@media (max-width: 520px) {
  .info__list--item {
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .info__list--item {
    width: 100%;
  }
}

.info__img {
  padding-top: 5%;
  width: 20%;
  height: 20%;
}

.info__shika {
  margin-top: 5%;
  width: 10%;
  height: 10%;
}

/*-------------store-------------------*/
.store {
  text-align: center;
}

.store__door {
  width: 25%;
  margin-left: 17%;
}

.store__photo {
  width: 60%;
  box-shadow: 6px 11px 16px 1px #777777;
  border-radius: 60%;
}

.store__circulator {
  width: 30%;
  margin-top: 10%;
  margin-left: 17%;
}

/*-------------menulist-------------------*/
@media (max-width: 960px) {
  table {
    width: 80%;
    margin: 0 auto;
  }
}

.menulist {
  background-image: url(image/wave3.png);
  background-size: 150%;
}

@media (max-width: 960px) {
  .menulist {
    text-align: center;
    background-image: none;
  }
}

.menulist__title {
  font-size: 26px;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 520px) {
  .menulist__title {
    font-size: 18px;
  }
}

.menulist__1 {
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}

@media (max-width: 960px) {
  .menulist__1 {
    background-image: url(image/wave3.png);
    background-size: 150%;
    display: block;
    text-align: center;
  }
}

.menulist__img {
  text-align: right;
}

@media (max-width: 520px) {
  .menulist__img {
    text-align: center;
  }
}

.menulist__img--mato {
  width: 10%;
}

@media (max-width: 520px) {
  .menulist__img--mato {
    width: 20%;
  }
}

@media (max-width: 520px) {
  table {
    width: 90%;
    margin: 0 auto;
  }
}

th {
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  /* background-color: #918876; */
  text-align: center;
}

@media (max-width: 520px) {
  th {
    font-size: 18px;
  }
}

td {
  font-size: 16px;
  padding: 5px;
}

@media (max-width: 520px) {
  td {
    font-size: 12px;
  }
}

/*-------------staff-------------------*/
.staff {
  margin-top: 100px;
  background-image: url(image/staff-bgi.png);
  background-size: cover;
  padding-bottom: 250px;
}

@media (max-width: 520px) {
  .staff {
    min-height: 300px;
    background-image: url(image/staff-bgi-sp.png);
    background-size: 100%;
    padding-bottom: 0;
  }
}

.staff__box {
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 520px) {
  .staff__box {
    height: 10%;
  }
}

.staff__plants {
  width: 20%;
  height: auto;
  padding-right: 5%;
}

@media (max-width: 960px) {
  .staff__plants {
    height: 20%;
  }
}

.staff__photo {
  max-width: 32%;
  height: auto;
}

@media (max-width: 520px) {
  .staff__photo {
    min-width: 50%;
    min-height: 40%;
  }
}

.staff__title {
  font-size: 26px;
  position: absolute;
  top: 40%;
  left: 57%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 520px) {
  .staff__title {
    font-size: 18px;
  }
}

.staff__container {
  display: flex;
  justify-content: center;
}

@media (max-width: 520px) {
  .staff__container {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}

.staff__container-coba {
  display: flex;
  justify-content: center;
}

@media (max-width: 520px) {
  .staff__container-coba {
    flex-direction: column-reverse;
    width: 40%;
  }
}

@media (max-width: 520px) {
  .staff__container-box {
    display: flex;
    justify-content: center;
    height: 400px;
  }
}

.staff__text {
  font-size: 26px;
  line-height: 250px;
}

@media (max-width: 520px) {
  .staff__text {
    display: block;
    line-height: 0px;
    font-size: 10px;
    margin-top: 10px;
  }
}

.staff__text--name {
  font-size: 30px;
}

@media (max-width: 520px) {
  .staff__text--name {
    font-size: 12px;
  }
}

.staff__text-coba {
  font-size: 26px;
  line-height: 250px;
}

@media (max-width: 520px) {
  .staff__text-coba {
    display: block;
    line-height: 0px;
    margin-top: 10px;
    font-size: 10px;
  }
}

.staff__photo-coba {
  max-width: 25%;
  height: auto;
}

@media (max-width: 520px) {
  .staff__photo-coba {
    min-width: 47%;
    margin: 0 auto;
  }
}

/*-------------access-------------------*/
.access {
  text-align: center;
  background-image: url(image/access-img.png);
  background-size: cover;
  height: auto;
}

@media (max-width: 960px) {
  .access {
    background-image: url(image/access-img-sp.png);
  }
}

.access__title {
  font-size: 26px;
}

@media (max-width: 520px) {
  .access__title {
    font-size: 18px;
  }
}

.access__address {
  margin-top: 20%;
  font-size: 16px;
}

@media (max-width: 520px) {
  .access__address {
    font-size: 12px;
  }
}

.access__text {
  font-size: 16px;
  padding-top: 3%;
}

@media (max-width: 520px) {
  .access__text {
    font-size: 12px;
  }
}

.access__tel {
  color: #333;
  pointer-events: none;
}

@media (max-width: 520px) {
  .access__tel {
    pointer-events: auto;
  }
}

.access__map {
  margin: 5% 0;
}

@media (max-width: 520px) {
  .access__map {
    width: 80%;
    height: 90%;
  }
}

/*------------------footer-------------------*/
.footer {
  background-color: #C6BBA5;
  height: 350px;
}

@media (max-width: 520px) {
  .footer {
    height: auto;
  }
}

.footer__box {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 520px) {
  .footer__box {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.footer__img {
  margin-top: 50px;
  width: 30%;
}

@media (max-width: 520px) {
  .footer__img {
    width: 40%;
  }
}

.footer__list {
  list-style: none;
  font-size: 26px;
  margin-top: 20px;
}

@media (max-width: 520px) {
  .footer__list {
    margin-top: 0;
  }
}

.footer__item {
  margin: 30% 0;
  color: #fff;
}

@media (max-width: 520px) {
  .footer__item {
    margin: 10% 0;
  }
}

.footer__sns {
  padding-top: 10%;
}

@media (max-width: 520px) {
  .footer__sns {
    padding-bottom: 5%;
    padding-top: 0;
  }
}

.footer__small {
  text-align: center;
}

.footer__small--text {
  color: #fff;
  width: 20%;
}

/*----------comming-soon.html-------------------*/
.comming {
  background-color: #EBEAE8;
  text-align: center;
  height: 1000px;
}

.comming__soon {
  margin: 15% 0 15% 10%;
  width: 30%;
}

@media (max-width: 960px) {
  .comming__soon {
    width: 70%;
    margin: 45% 0 45% 20%;
  }
}

.footer__comming {
  height: 50px;
  background-color: #C6BBA5;
}

/*# sourceMappingURL=style.css.map */