@charset "UTF-8";

/* CSS Document */
main {
  background-color: #f4efe7;
  overflow-x: hidden;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #f4efe7;
}

.loading__logo {
  width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading__text p{
  font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.12em;
    text-align: center;
}
.loading__text{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  width: 100%;
}


.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.section-top__slider {
  width: 100%;
  height: 70vh !important;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.section-top {
  position: relative;
}

.section-top__logo {
  position: relative;
  top: 42%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.section-top__title {
  padding-top: 25vh;
  margin: 0 5vh;
  text-align: center;
}

.section-top__title img {
  max-width: 400px;
}

.section-top__title p {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.3rem;
}

@media(min-width:768px){
  .section-top__logo{
    width: 700px;
  }
  .loading__text{
    font-size: 2.4rem;
  }
}
@media(min-width:768px) {
  .section-top__slider {
    height: 100vh !important;
  }

  .section-top__title {
    padding-top: 35vh;
  }

  .title-ja {
    margin-bottom: 100px;
  }
}

@media(min-width:1140px) {

  .section-top__title img {
    max-width: 540px;
  }

  .section-top__title p {
    font-size: 2.4rem;
    letter-spacing: 0.8rem;
    line-height: 4.0rem;
  }
}

.section-about {
  padding: 70px 0;
  position: relative;
}

.section-about__title-plant {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  width: 25%;
  max-width: 240px;
  left: 0;
  height: 25%;
  max-height: 200px;
}

.section-about__contents-wrapper {
  position: relative;
  z-index: 100;
}



.section-about__text {
  margin-bottom: 30px;
  text-align: justify;
  padding: 0 50px;
}

.section-about__interior-img {
  width: 80%;
}

.section-about__dish-beer {
  top: -14vw;
  width: 80%;
  left: 20.59375vw;
  position: relative;
}



.section-about__button01 {
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  padding: 15px 70px;
  margin: 0 auto;
  text-align: center;
  outline: none;
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  max-width: 260px;
  background-color: #604320;
}

.section-about__button01 span {
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "utopia-std-caption", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.0rem;
}

.section-about__button02 {
  display: none;
}

.section-about__plant {
  transform: rotate(-33deg);
  position: absolute;
  bottom: 19vw;
  width: 32%;
  right: 0;
  max-width: 240px;
  height: 25%;
  max-height: 200px;
  z-index: 0;
}

/* .section-about__animation{
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(100px);
}
.section-about__animation, .section-about__animation02{
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(100px);
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
} */
.section-about__interior-img,
.section-about__dish-beer,
.section-about__text-p,
.section-about__button02,
.section-about__button01 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(100px);
}

.slider-menu,
.section-menu__text,
.section-menu__button {
  opacity: 0;
  transition: all 1s;
  transform: translateY(100px);
}

.section-about__interior-img.show {
  opacity: 1;
  transform: translateY(0);
}

.section-about__dish-beer.show {
  opacity: 1;
  transform: translateY(0);
}

.section-about__text-p.show {
  opacity: 1;
  transform: translateY(0);
}

.section-about__button01.show {
  opacity: 1;
  transform: translateY(0);
}

.section-about__button02.show {
  opacity: 1;
  transform: translateY(0);
}

.slider-menu.show {
  opacity: 1;
  transform: translateY(0);
}

.section-menu__text.show {
  opacity: 1;
  transform: translateY(0);
}

.section-menu__button.show {
  opacity: 1;
  transform: translateY(0);
}


@media(min-width:768px) {
  .section-about {
    padding: 100px 50px;
    margin: 0 auto;
  }




  .section-about__contents-wrapper {
    display: flex;
    align-items: center;
  }

  .section-about__left-wrapper {
    width: 55.85%;
  }

  .section-about__text {
    margin-top: 50px;
    padding: 0 0 0 13%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .section-about__images-wrapper {}

  .section-about__interior-img {
    width: 44.15%;
    padding: 0;
  }


  .section-about__dish-beer {
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 13%;
  }

  .section-about__plant {
    width: 29%;
  }

  .section-about__button01 {
    display: none;
  }



  .section-about__button02 {
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: block;
    padding: 15px 70px;
    margin-left: 0;
    text-align: center;
    outline: none;
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    max-width: 260px;
    background-color: #604320;
    margin-top: 50px;
  }

  .section-about__button02 span {
    color: #fff;
    letter-spacing: 0.2em;
    font-family: "utopia-std-caption", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.0rem;
  }



  .section-about h1::before {
    width: 120px;
    height: 250px;
    top: 100px;
  }
}

@media(min-width:1140px) {


  .section-about {
    padding: 200px 2vh;
    max-width: 1400px;
    margin: 0 auto;
  }

  .section-about__title-plant {
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    width: 25%;
    max-width: 240px;
    left: 0;
    height: 25%;
    max-height: none;
  }

  .section-about__contents-wrapper {}

  .section-about__interior-img {
    width: 42.15%;
  }

  .section-about__left-wrapper {
    width: 57.85%;
  }

  .section-about__dish-beer {
    width: 80%;
  }

  .section-about__button02 {
    max-width: 337px;
    padding: 25px 70px;
    font-size: 4.0rem;
  }

  .section-about__button02 span {
    font-size: 4.0rem;
  }

  .section-about__plant {
    width: 25%;
    max-width: 240px;
    height: 25%;
    max-height: none;
    bottom: 0vw
  }
}

.section-menu {
  padding: 70px 0px;
  background-color: #2e1500;
  color: #fff;
  position: relative;
}



.section-menu__text {
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: justify;
}

#slider-menu {
  width: 100%;
  height: 50vw !important;
}

.section-menu__text p {
  padding: 0 50px;
}



.section-menu__button {
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  padding: 15px 70px;
  margin: 0 auto;
  text-align: center;
  outline: none;
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  max-width: 260px;
  border: 2px solid #fff;
}

.section-menu__button span {
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "utopia-std-caption", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.0rem;
}


@media(min-width:768px) {
  .section-menu {
    padding: 100px 0px;
  }

  #slider-menu {}


}

@media(min-width:768px) {
  #slider-menu {
    height: 32vw !important;
    width: 64%;
    margin: 0;
  }

  .section-menu__text {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .section-menu__text p {
    padding: 0;
  }

  .section-menu__contents-wrapper {
    display: flex;
    padding-left: 50px;
    align-items: center;
    flex-direction: row-reverse;
  }

  .section-menu__text-wrapper {
    width: 36%;
    padding-right: 50px;
  }

  .section-menu__button {
    margin-left: 0;
    max-width: 223px;
    padding: 15px 59px;
  }
}

@media(min-width:1140px) {
  .section-menu {
    padding: 200px 0;
  }

  .section-menu__contents-wrapper {
    padding-left: 10vw;
  }

  #slider-menu {
    width: 100%;
    overflow: hidden;
  }

  .section-menu__text-wrapper {
    width: 48%;
    padding-right: 6%;
  }

  .section-menu__button {
    max-width: 337px;
    padding: 25px 70px;
    font-size: 4.0rem;
  }

  .section-menu__button span {
    font-size: 4.0rem;
  }
}