@charset "UTF-8";

/* header */
.site-header {
  position: fixed;
}

.site-header__inner {
  background-color: #544c40;
}

.fix-header__item {
  width: 50%;
}

/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* toggle */
body.is-gnvOpen {
  overflow: hidden;
}

.toggle-button {
  display: block;
}

.toggle-nav__nav2 {
  border-top-color: #544c40;
}

/* main */
#wrapper {
  background-color: #e1eecb;
}

.site-main.omise-top {
  padding-top: 0;
}

.page-content {
  margin-bottom: 0;
}

/* article */
.article-box__status::before {
  border-color: #991a4b transparent transparent #991a4b;
}

/* navi */
.nav-sec {
  padding: 33px 0;
  margin-bottom: 45px;
  background: #f2f2f2;
}

.nav-link {
  padding: 0 6.66%;/* 25px */
  text-align: center;
}

.list-link {
  display: inline-block;
  max-width: 100%;
  padding: .667em 1.7em;
  border-radius: 3em;
  background: #991a4b;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.nav-link .list-link {
  position: relative;
  width: 435px;
  padding: .667em 1.6em .667em .4em;
}

.nav-link .list-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.45em;
  top: 50%;
  transform: rotate(45deg);
  width: .6em;
  height: .6em;
  margin-top: -.3em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.omise-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 6.66%;/* 20px 25px */
  padding: 0 6.66%;/* 25px */
  margin-top: 25px;
}

.omise-nav a {
  display: block;
  position: relative;
  padding: .6em 1.2em .6em 0;
  border-radius: 3em;
  border: solid 1px #99cc33;
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  font-size: min(4vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.omise-nav a::after {
  content: "";
  display: block;
  position: absolute;
  right: .95em;
  top: 50%;
  transform: rotate(45deg);
  width: .6em;
  height: .6em;
  margin-top: -.3em;
  border-top: solid 2px #99cc33;
  border-right: solid 2px #99cc33;
}

.nav-sec2 {
  padding: 25px 0;
  margin-bottom: 25px;
  background: #f2f2f2;
}

.top-sec .nav-sec2 {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 35px;
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
}

.shop-nav a {
  display: block;
  position: relative;
  padding: .336em 2.286em .336em .857em;
  background: #991a4b;
  color: #fff;
  font-size: 1.4rem;
  font-size: min(3.73vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.shop-nav a::after {
  content: "";
  display: block;
  position: absolute;
  right: .95em;
  top: 50%;
  transform: rotate(45deg);
  width: .6em;
  height: .6em;
  margin-top: -.3em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* shop */
.shop-sec-wrap {
  margin-bottom: -50px;
}

.shop-sec {
  /* display: none; */
  margin-bottom: 50px;
}

/*.shop-sec.is-active {
  display: block;
}*/

.shop-lb {
  padding: 5px 0 8px 17px;
  margin-bottom: 33px;
  border-left: solid 13px #99cc33;
  border-bottom: solid 1px #99cc33;
  font-size: 2rem;
  font-weight: 700;
}

.shop-sec2 {
  margin-bottom: 40px;
}

.shop-sec2:last-child {
  margin-bottom: 0;
}

.shop-lb2 {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
}

.shop-data {
  font-size: 1.5rem;
  line-height: 1.733;
}

.shop-data .small {
  font-size: .8em;
  line-height: 2.167;
}

/* omise */
.omise-kv {
  position: relative;
  margin-bottom: 15px;
}

.omise-kv__img {
  position: relative;
  overflow: hidden;
}

@keyframes popup {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.omise-kv__popup {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transform-origin: center bottom;
  width: 58%;
  opacity: 0;
  animation: popup .7s .8s ease-out forwards;
}

.bread {
  margin-bottom: 40px;
}

.omise-header,
.omise-content {
  padding: 0 15px;
}

.omise-content {
  overflow: hidden;
}

.omise-title {
  position: relative;
  padding-bottom: .36em;
  margin-bottom: 30px;
  border-bottom: solid 1px #99cc33;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.36;
}

.omise-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 43.48%;
  top: 100%;
  width: 13px;
  height: 13px;
  margin-top: -2px;
  background: url("../img/omise/deco_lb.png") 0 0 no-repeat;
  background-size: contain;
}

.omise-lb {
  position: relative;
  padding-left: 16px;
  margin-bottom: .75em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.omise-lb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  border: solid transparent;
  border-left-color: #99cc33;
  border-width: 8px 0 8px 11px;
}

.omise-sec {
  margin-bottom: 40px;
}

.omise-sec .flex-lr > * + * {
  margin-top: 12px;
}

.about-slider {
  margin-bottom: 7px;
  text-align: center;
}

.about-slider .swiper-button-prev,
.about-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.about-slider .swiper-button-prev,
.about-slider .swiper-container-rtl .swiper-button-next {
  left: -10px;
  background-image: url("../img/common/icon_slider_prev2.svg");
}

.about-slider .swiper-button-next,
.about-slider .swiper-container-rtl .swiper-button-prev {
  right: -10px;
  background-image: url("../img/common/icon_slider_next2.svg");
}

.about-slider .swiper-container::before,
.about-slider .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 40px;
  height: 100%;
  background: #fff;
}

.about-slider .swiper-container::before {
  left: -40px;
}

.about-slider .swiper-container::after {
  right: -40px;
}


@media screen and (min-width: 768px) {

  /* bg color */
  .is-gnvOpen .site-header,
  .is-gnvOpen .fix-header,
  .toggle-nav,
  .kv-slider .swiper-container::before,
  .kv-slider .swiper-container::after {
    background-color: #e1eecb;
  }

  /* header */
  .site-header__logo img {
    width: 170px;
  }

  /* footer */
  .site-footer__logo img {
    width: 170px;
  }

  /* kv */
  .kv-slider {
    margin-bottom: 25px;
  }

  /* navi */
  .nav-sec {
    padding: 45px 0;
    margin-bottom: 75px;
  }

  .nav-link {
    padding: 0 3.63%;/* 35px */
  }

  .list-link {
    padding: .65em 1.7em; 
    font-size: 2rem;
  }

  .nav-link .list-link {
    width: auto;
    padding: .65em 2.75em .65em 1.8em;
  }

  .omise-nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 3.63%;/* 20px 35px */
    padding: 0 3.63%;/* 35px */
    margin-top: 45px;
  }

  .omise-nav a {
    font-size: min(2.08vw, 2rem);
  }

  .nav-sec2 {
    padding: 30px 0;
    margin-bottom: 35px;
  }

  .top-sec .nav-sec2 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .shop-nav {
    gap: 30px 38px;
  }

  .shop-nav a {
    font-size: 1.8rem;
  }

  /* omise */
  .omise-kv {
    margin-bottom: 35px;
  }

  .omise-kv__txt {
    position: absolute;
    left: 3.109%;
    bottom: 5.263%;
    width: 47.35%;
  }

  .omise-kv__popup {
    right: 1%;
    width: 35%;
  }

  .bread {
    margin-bottom: 50px;
  }

  .omise-header,
  .omise-content {
    padding: 0 35px;
  }

  .omise-title {
    margin-bottom: 70px;
    font-size: 2.6rem;
    line-height: 1.545;
  }

  .omise-title::after {
    left: 22.22%;
  }

  .omise-lb {
    padding-left: 20px;
  }

  .omise-lb::before {
    top: 2px;
    border-width: 10px 0 10px 14px;
  }

  .omise-sec {
    margin-bottom: 80px;
  }

  .omise-sec .flex-lr > * + * {
    margin-top: 0;
  }

  .omise-sec .flex-lr__l {
    width: 48.6%;
  }

  .omise-sec .flex-lr__r {
    width: 45.03%;
  }

  .about-slider {
    margin-bottom: 0;
    padding: 0 40px;
    margin: 0 -40px;
    overflow: hidden;
  }

  .about-slider .swiper-button-prev,
  .about-slider .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .about-slider .swiper-button-prev,
  .about-slider .swiper-container-rtl .swiper-button-next {
    left: -30px;
  }

  .about-slider .swiper-button-next,
  .about-slider .swiper-container-rtl .swiper-button-prev {
    right: -30px;
  }

  .omise-para {
    font-size: .933em;
  }
  
}

@media screen and (max-width: 767px) {

  /* toggle */
  .toggle-button {
    width: 80px;
  }

  .toggle-button span {
    width: 32px;
    margin-left: -16px;
  }

  .toggle-button.is-active span::before,
  .toggle-button.is-active span::after {
    width: 100%;
    margin-left: 0;
  }

  .toggle-nav {
    top: 50px;
  }

  /* main */
  #wrapper {
    padding-top: 50px;
  }

}