@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 1199px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 679px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #FFFFFF;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0;
  font-size: 15px;
  background-color: #6B6F4C;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto serif JP", sans-serif;
}
@media screen and (max-width: 678px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }
}
body img,
body svg {
  width: 100%;
  height: auto;
}
body a {
  color: #FFFFFF;
  text-decoration: none;
}
body a:hover {
  color: #6B6F4C;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.8;
}
body h1, body h2, body h3 {
  line-height: 1.8;
}
body p {
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 678px) {
  body {
    font-size: 14px;
  }
}

.page {
  padding: 120px 0px 150px;
}
@media screen and (max-width: 678px) {
  .page {
    padding: 60px 0px 80px;
  }
}
.page-thought {
  padding: 200px 0 0;
}
@media screen and (max-width: 678px) {
  .page-thought {
    padding: 120px 0 0;
  }
}
.page-menu {
  padding: 100px 0 0;
}
@media screen and (max-width: 678px) {
  .page-menu {
    padding: 70px 0 0;
  }
}
.page-alcohol {
  padding: 230px 0 0;
}
@media screen and (max-width: 678px) {
  .page-alcohol {
    padding: 50px 0 0;
  }
}
.page-seat {
  padding: 230px 0 0;
}
@media screen and (max-width: 678px) {
  .page-seat {
    padding: 50px 0 0;
  }
}
.page-photo-list {
  padding: 230px 0 230px;
}
@media screen and (max-width: 678px) {
  .page-photo-list {
    padding: 50px 0 140px;
  }
}
.page-access {
  padding: 50px 0 80px;
}
@media screen and (max-width: 678px) {
  .page-access {
    padding: 0 0 0;
  }
}

.container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 678px) {
  .container {
    padding: 0 20px;
  }
}
.container-photo-list {
  width: 1260px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 678px) {
  .container-photo-list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 678px) {
  .container-access {
    padding: 0 10px;
  }
}

.footer {
  background-color: #6B6F4C;
  color: #fff;
}
.footer__wrap {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  padding: 100px 10px 40px;
}
@media screen and (max-width: 678px) {
  .footer__wrap {
    padding: 80px 20px 80px;
  }
}
.footer__company {
  border-top: 1px solid #CECECE;
  padding-top: 90px;
  font-size: 24px;
}
@media screen and (max-width: 678px) {
  .footer__company {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer__company {
    font-size: 20px;
  }
}
.footer__copyright {
  display: inline-block;
  margin-top: 80px;
  font-size: 14px;
}
@media screen and (max-width: 678px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 678px) {
  .footer__copyright {
    margin-top: 40px;
  }
}

.heading {
  text-align: center;
}
.heading__title {
  font-size: 42px;
}
@media screen and (max-width: 678px) {
  .heading__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .heading__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 678px) {
  .heading-access {
    background-color: #E6E6D3;
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding: 30px 0;
  }
}

.bg__img-01 {
  background-image: url(images/back_img_01.jpg);
  background-position: center;
  background-size: cover;
}

.header__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 50px;
}
@media screen and (max-width: 678px) {
  .header__wrap {
    padding: 16px 20px;
  }
}
.header__logo {
  font-size: 25px;
}
@media screen and (max-width: 678px) {
  .header__logo {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .header__logo {
    font-size: 22px;
  }
}

.main-visual__logo {
  font-size: 25px;
}
@media screen and (max-width: 678px) {
  .main-visual__logo {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .main-visual__logo {
    font-size: 20px;
  }
}
.main-visual__img {
  height: 700px;
}
@media screen and (min-width: 1366px) {
  .main-visual__img {
    height: 100%;
  }
}
.main-visual__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  background-image: url(images/page-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 678px) {
  #page_top {
    width: 10vw;
    height: 10vw;
    bottom: 18vw;
    right: 5vw;
  }
}
@media screen and (max-width: 479px) {
  #page_top {
    width: 10vw;
    height: 10vw;
    bottom: 22vw;
    right: 5vw;
  }
}
#page_top a {
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.thought {
  margin-top: 30px;
}
.thought__main-img {
  position: relative;
  z-index: 0;
}
.thought__main-img::after {
  content: "";
  background-image: url(./images/bg-main.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  height: 90%;
  z-index: -1;
}
@media screen and (max-width: 678px) {
  .thought__main-img::after {
    display: none;
  }
}
@media screen and (max-width: 678px) {
  .thought__main-img {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.thought__title {
  font-size: 25px;
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 678px) {
  .thought__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .thought__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 678px) {
  .thought__title {
    margin-top: 50px;
  }
}
.thought__text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Noto Serif JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 678px) {
  .thought__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .thought__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 678px) {
  .thought__text {
    margin-top: 50px;
    text-align: left;
  }
}
.thought__text p {
  line-height: 2.6;
}
@media screen and (max-width: 678px) {
  .thought__text p {
    line-height: 2.2;
  }
}
.thought__img {
  max-width: 590px;
  margin: auto;
  margin-top: 90px;
}
@media screen and (max-width: 678px) {
  .thought__img {
    margin-top: 50px;
    padding: 0px 40px;
  }
}

.menu {
  margin-top: 100px;
}
@media screen and (max-width: 678px) {
  .menu {
    margin-top: 20vw;
  }
}
.menu__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.menu__box:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 678px) {
  .menu__box:not(:first-child) {
    margin-top: 15vw;
  }
}
.menu__box:nth-child(odd) {
  flex-direction: row-reverse;
}
.menu__box:nth-child(odd)::after {
  content: "";
  position: absolute;
  background-image: url(./images/bg-menu.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 85vw;
  margin-right: calc((100vw - 100%) / 2 * -1);
  height: 120%;
  z-index: -1;
}
@media screen and (max-width: 678px) {
  .menu__box:nth-child(odd)::after {
    background-image: url(./images/bg-menu_sp.png);
    right: inherit;
    left: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: 0;
    top: 30%;
    height: 90%;
  }
}
.menu__box:nth-child(odd) .menu__name {
  text-align: right;
}
@media screen and (max-width: 678px) {
  .menu__box:nth-child(odd) .menu__name {
    text-align: left;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 678px) {
  .menu__box:nth-child(odd) .menu__img {
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
}
.menu__box:nth-child(even)::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.13);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 85vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  height: 120%;
  z-index: -1;
}
@media screen and (max-width: 678px) {
  .menu__box:nth-child(even)::after {
    left: inherit;
    right: 0;
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-left: 0;
    top: 30%;
    height: 90%;
  }
}
.menu__box:nth-child(even) .menu__name {
  text-align: left;
}
@media screen and (max-width: 678px) {
  .menu__box:nth-child(even) .menu__name {
    text-align: right;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 678px) {
  .menu__box:nth-child(even) .menu__img {
    margin-left: calc(50% - 50vw);
    width: 100%;
  }
}
.menu__name {
  width: 49%;
  font-size: 25px;
}
@media screen and (max-width: 678px) {
  .menu__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .menu__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 678px) {
  .menu__name {
    width: 100%;
    margin-top: 5px;
  }
}
.menu__img {
  width: 50%;
}

.alcohol__main-img {
  position: relative;
  z-index: 0;
}
.alcohol__main-img::after {
  content: "";
  background-image: url(./images/bg-main.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  height: 125%;
  z-index: -1;
}
@media screen and (max-width: 678px) {
  .alcohol__main-img::after {
    top: 50%;
    height: 80%;
  }
}
.alcohol__title {
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 678px) {
  .alcohol__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .alcohol__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 678px) {
  .alcohol__title {
    text-align: left;
  }
}
.alcohol__text {
  font-size: 25px;
  text-align: center;
  margin-top: 170px;
}
@media screen and (max-width: 678px) {
  .alcohol__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .alcohol__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 678px) {
  .alcohol__text {
    margin-top: 70px;
  }
}

.seat {
  margin-top: 100px;
}
@media screen and (max-width: 678px) {
  .seat {
    margin-top: 40px;
  }
}
.seat__img {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 678px) {
  .seat__img {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.seat__interior {
  max-width: 680px;
  margin: auto;
  margin-top: 130px;
}
@media screen and (max-width: 678px) {
  .seat__interior {
    margin-top: 80px;
    padding: 0 30px;
  }
}

.bg-color-accent {
  background-color: #E6E6D3;
}
@media screen and (max-width: 678px) {
  .bg-color-accent {
    background-color: transparent;
  }
}

.photo-list__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 678px) {
  .photo-list__box {
    display: block;
  }
}
.photo-list__box > div {
  width: 48%;
}
@media screen and (max-width: 678px) {
  .photo-list__box > div {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media screen and (max-width: 678px) {
  .photo-list__img:not(:first-child) {
    margin-top: 20px;
  }
}
.photo-list figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 678px) {
  .photo-list figcaption {
    margin-top: 5px;
    padding-left: 20px;
  }
}

.access-color .heading__title {
  color: #1E2610;
}
@media screen and (min-width: 679px) {
  .access-color .access {
    color: #1E2610;
  }
  .access-color .access__tel {
    color: #1E2610;
  }
}

.access {
  margin-top: 80px;
}
@media screen and (max-width: 678px) {
  .access {
    margin-top: 30px;
  }
}
.access__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 678px) {
  .access__box {
    display: block;
  }
}
.access__map {
  width: 48%;
}
@media screen and (max-width: 678px) {
  .access__map {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-top: 30px;
  }
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.access__info-block {
  width: 48%;
}
@media screen and (max-width: 678px) {
  .access__info-block {
    width: 100%;
  }
}
.access__shop-name {
  font-size: 42px;
}
@media screen and (max-width: 678px) {
  .access__shop-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .access__shop-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 678px) {
  .access__shop-name {
    display: none;
  }
}
.access__info-block-inner {
  max-width: 410px;
  margin: auto;
}
.access__info-block-inner li {
  line-height: 1.8;
}
.access__info-block-inner li:not(:first-child) {
  margin-top: 10px;
}
.access__info-list {
  margin-top: 20px;
}
@media screen and (max-width: 678px) {
  .access__info-list {
    letter-spacing: 0.05em;
  }
}
.access__tel {
  font-size: 35px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto serif JP", sans-serif;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 678px) {
  .access__tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .access__tel {
    font-size: 30px;
  }
}

@media screen and (max-width: 678px) {
  .sign {
    font-size: 0.6em;
  }
}

.to-top {
  position: fixed;
  bottom: 100px;
  right: 80px;
  width: 14px;
  height: 135px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 678px) {
  .to-top {
    right: 30px;
    width: 10px;
    height: 100px;
  }
}
.to-top::before {
  content: "";
  display: block;
  background-image: url(./images/to-top.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.to-top:hover {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
.fade-in.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */