@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edge/Safariなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: #585656;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.inner {
  padding-inline: 15px;
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.hidden-sp {
  display: block;
}
@media screen and (min-width: 600px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .hidden-pc {
    display: block;
  }
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s ease-out;
}

.fadein-bottom.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 13.3333333333%, 50;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  .pagetop {
    right: 0px;
    bottom: 30px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
.pagetop img {
  width: 30px;
}
@media screen and (min-width: 600px) {
  .pagetop img {
    width: 50px;
  }
}

.hidden__s {
  display: none;
}
@media screen and (max-width: 370px) {
  .hidden__s {
    display: block;
  }
}

.header {
  height: 60px;
  background: #464444;
  opacity: 0.7;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header {
    height: 70px;
  }
}

.header__inner {
  height: inherit;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.header__logo {
  width: 25px;
  height: 25px;
}
.header__logo img {
  vertical-align: baseline;
}

.pastane-logo {
  max-width: 100%;
}
.pastane-logo img {
  width: 150px;
}
@media screen and (min-width: 600px) {
  .pastane-logo img {
    width: 200px;
  }
}

.header__nav {
  font-family: "Moon Dance", cursive;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 600px) {
  .header__nav {
    display: block;
    margin-left: auto;
  }
}

.header__link {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .header__link {
    font-size: 20px;
  }
}

.header-open {
  margin-left: auto;
}

.drawer-icon {
  display: block;
  margin-bottom: 5px;
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
  color: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1), .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 600px) {
  .drawer-icon {
    display: none;
  }
}

.header-open {
  border: none;
  background: #464444;
}

.drawer-icon__bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  left: 0;
  border-radius: 50px;
  z-index: 50;
  transition: top 0.4s, transform 0.4s;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 8px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 16px;
}

.header__mv {
  padding-right: 20px;
  padding-left: 20px;
}
.header__mv img {
  display: inline-block;
  border-radius: 30px;
}

.title {
  margin-inline: auto;
  text-align: center;
  font-size: 25px;
  color: #8d8383;
}
.title a {
  display: block;
}

@media screen and (min-width: 600px) {
  .header__drawer-content {
    display: none;
  }
}

.header__drawer-nav {
  background: #464444;
  width: 200px;
  height: 600px;
  position: fixed;
  right: 0;
  top: 60px;
  padding: 32px 15px;
  transform: translateX(100%);
  transition: transform 0.4s;
}
.header__drawer-nav.is-checked {
  transform: translateX(0);
}

.header__lists {
  margin-top: 64px;
  font-family: "Moon Dance", cursive;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-size: 24px;
  border: 1px solid #fff;
  padding-bottom: 30px;
}

.header__link-drawer {
  display: inline-block;
  padding-block: 8px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-top {
  grid-row: main;
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .main-top {
    height: 100vh;
  }
}

.swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper,
.swiper-slide > div {
  height: 500px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .swiper-wrapper,
  .swiper-slide > div {
    height: 700px;
  }
}
@media screen and (min-width: 900px) {
  .swiper-wrapper,
  .swiper-slide > div {
    height: 100vh;
  }
}

.swiper-slide.sw-1 > div {
  background: url("../img/kasi-mv.JPG") center top/cover no-repeat;
}

.swiper-slide.sw-2 > div {
  background: url("../img/main2.jpg") center center/cover no-repeat;
}

.swiper-slide.sw-3 > div {
  background: url("../img/main3.jpg") center center/cover no-repeat;
}

@keyframes zoomUp {
  /* ズームアップで1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active > div,
.swiper-slide-duplicate-active > div,
.swiper-slide-prev > div {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.fv__pastane {
  margin-top: -50px;
  height: auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fv__pastane {
    margin-top: 300px;
  }
}
.fv__pastane img {
  width: 250px;
}
@media screen and (min-width: 600px) {
  .fv__pastane img {
    width: 300px;
    max-width: 100%;
  }
}

.stamp {
  margin-top: 240px;
  position: relative;
}
.stamp::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #b9b3b3;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.stamp__contain {
  text-align: center;
}

.stamp__text {
  font-size: 16px;
  align-items: center;
  text-align: center;
}

.stamp__text-title {
  font-size: 14px;
  color: #3b2dd8;
  font-weight: 700;
}
.stamp__text-title::before {
  content: "『";
  color: #333;
}
.stamp__text-title::after {
  content: "』";
  color: #333;
}

.stamp__shop {
  text-align: center;
  margin-bottom: 60px;
}

.stamp__cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .stamp__cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.stamp__card {
  border: 1px solid #e8e5e5;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
}
.stamp__card img {
  width: 200px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.stamp__img {
  border-bottom: 1px solid #e8e5e5;
}

.stamp__card-text {
  font-size: 14px;
}

.stamp__card-insta img {
  width: 20px;
  height: 20px;
}

.stamp__map {
  max-width: 100%;
  text-align: center;
  margin-top: 80px;
}
.stamp__map img {
  width: 500px;
}

.stamp__hasuhasu {
  color: rgb(255, 0, 149);
}

.logo__top {
  margin-top: 120px;
}

.about {
  max-width: 1260px;
  padding-inline: 30px;
  margin-inline: auto;
}

.about-title {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .about-title {
    margin-top: 120px;
  }
}
.about-title a {
  display: block;
}

.about__content {
  margin-top: 80px;
  margin-bottom: 180px;
  background: #fff;
  display: grid;
  grid-template-rows: auto;
  gap: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .about__content {
    margin-bottom: 80px;
    margin-inline: auto;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
  }
}

.about__text {
  padding-block: 30px;
  font-size: 14px;
  padding-inline: 10px;
}
.about__img {
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 30px;
}
.about__img img {
  display: block;
  width: 200px;
  height: auto;
  border-radius: 1%;
  box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
}
@media screen and (min-width: 600px) {
  .about__img img {
    width: 300px;
  }
}

.notes {
  margin-block: 120px;
  border: 2px dotted #9e9b9b;
  max-width: 300px;
  margin-inline: auto;
  color: #8d8383;
}
@media screen and (min-width: 600px) {
  .notes {
    max-width: 400px;
  }
}

.note {
  font-size: 11px;
  padding: 30px 10px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .note {
    font-size: 14px;
  }
}

.insta__logo {
  width: 25px;
  height: 25px;
  margin-inline: auto;
  margin-top: 30px;
}
.insta__logo img {
  vertical-align: baseline;
}

.menu {
  position: relative;
}
.menu::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #b9b3b3;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.menu__inner {
  margin-top: 240px;
}

.title {
  font-size: 18px;
  line-height: 1.9;
}

.menu__items {
  margin-top: 80px;
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  text-align: center;
  gap: 25px;
}
@media screen and (min-width: 600px) {
  .menu__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.menu__item {
  margin: 0 auto;
}
.menu__item img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
}

.menu__title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 10px;
}

.menu-notes {
  margin-inline: auto;
}
@media screen and (max-width: 370px) {
  .menu-notes {
    margin-inline: 30px;
  }
}

.aside__content {
  max-width: 100%;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  text-align: center;
  gap: 50px;
}

.aside-item-top {
  padding: 0 40%;
}

.aside-item-bottom {
  padding: 0 40%;
}

.aside__items {
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.footer {
  margin-top: 240px;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #b9b3b3;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}

.footer__container {
  margin-top: 80px;
  width: 100%;
  height: 1000px;
  background: url(../img/address.jpg) no-repeat center center/cover;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto;
  padding: 20px;
  text-align: center;
}
.footer__container img {
  width: 100%;
  height: auto;
}

.footer__logo {
  width: 150px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .footer__logo {
    width: 200px;
    top: -40px;
  }
}

.footer__contents {
  margin-top: 70px;
}
@media screen and (min-width: 600px) {
  .footer__contents {
    margin-top: 80px;
  }
}

.footer__info {
  font-weight: 700;
  font-size: 16px;
}

.footer__address-content {
  font-size: 12px;
}

.footer__title {
  font-weight: 700;
  margin-bottom: 10px;
  padding-inline: 20px;
}

.footer__address {
  margin-top: 20px;
}

.item {
  margin-bottom: 10px;
}

.footer-logo {
  margin-top: 80px;
}
.footer-logo img {
  display: block;
}

.note-head {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #fff;
}

.footer__notes {
  margin-top: 120px;
  color: #fff;
  text-align: center;
  align-items: center;
  border: 1px solid #fff;
  margin-bottom: 0;
}

.footer__note {
  padding: 10px;
  font-size: 14px;
}

.footer__map-link {
  display: inline-block;
  font-weight: 700;
  border-bottom: double 3px #575656;
  padding: 10px 10px 5px 10px;
}

.parking {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}

.copyright {
  margin-top: 0;
  color: #fff;
  font-size: 5px;
}