@charset "UTF-8";

/* -------------- */
body {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN W4",
    "Hiragino Mincho Pro W4", "MS PMincho", serif;
  color: #482810;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hiragino-mincho-pron", serif;
  font-weight: 600;
}

/* tittle */
.ttl--h2 {
  text-align: center;
  letter-spacing: -4px;
}

.ttl--h3 {
  text-align: center;
}
.font--14 {
  font-size: 14px;
}

.ttl--h2::before {
  content: "";
  display: block;
  background: url(./img/tittle_deco.webp) no-repeat center center;
  width: 100%;
  height: 50px;
  background-size: contain;
  margin-bottom: 0.5em;
}

a {
  text-decoration: none;
  color: inherit;
}

.main {
  background: url(./img/back--brown.webp) repeat;
}

.inner {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

/* -----fade in---- */
.fade-in {
  opacity: 0;
  transition: all 1s;
  transform: translateY(100px);
}

.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*----- flex -----*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.column--3 {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

/* ------mv------ */
.wizard__mv {
  position: relative;
}

.wizard__mv--img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* header */
.wizard__header {
  position: relative;
  height: 86px;
  margin: 0 30px;
}

.wizard__header--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-left: 2em;
}

.wizard__header--logo {
  width: 288px;
}

.wizard__tittle {
  position: relative;
  text-align: center;
}

.wizard__tittle--logo {
  width: 500px;
  margin: 40px 0 80px;
}

.back--white {
  background: #fffbf7;
  position: relative;
  padding: 2em 0;
}

.back--white::before,
.back--white::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
}

.back--white::before {
  background: url(./img/back--top.webp) no-repeat center center;
  background-size: contain;
  top: 0;
}

.back--white::after {
  background: url(./img/back--bottom.webp) no-repeat center center;
  background-size: contain;
  bottom: 0;
}

/* ------about------ */
.wizard__about {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 75px 2em;
}
.back--line {
  position: relative;
  /* min-height: 100vh; */
}

.back--line::before {
  content: "";
  background: url(./img/back--border.webp) repeat-y center center;
  background-size: contain;
  width: 100%;
  /* height: 100%; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.wizard__about--tittle {
  width: 160px;
  margin-bottom: 8px;
}

.wizard__about--img {
  width: 374px;
}

/* -----project---- */
.project {
  position: relative;
  background: url(./img/project--white.webp) repeat;
}

.project::before,
.project::after {
  content: "";
  width: 100%;
  height: 38px;
  position: absolute;
  left: 0;
  right: 0;
}

.project::before {
  background: url(./img/project_top.webp) repeat-x center center;
  background-size: contain;
  top: -2em;
}

.project::after {
  background: url(./img/project_bottom.webp) repeat-x center center;
  background-size: contain;
  bottom: -2em;
}

.wizard__project {
  text-align: center;
  padding: 75px 0;
}

.wizard__project--tittle {
  width: 200px;
  margin-bottom: 8px;
}

/* -----footer---- */
.wizard-footer {
  position: relative;
  color: #ffe9af;
  min-height: 560px;
  padding: 40px 0;
}

.wizard-footer::before {
  content: "";
  display: block;
  background: url(./img/footer.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.wizard-footer__wrap {
  text-align: center;
  margin: 140px 0px 40px 0px;
}

.wizard-footer__copy {
  font-size: 14px;
}

.wizard-footer__logo {
  width: 240px;
}

.wizard-footer__icon {
  width: 46px;
}

.wizard-footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin: 0 auto;
}

.wizard-footer__menu a {
  width: 40%;
}

.wizard-footer__bottom {
  margin: 140px 30px 0px 30px;
  opacity: 0.6;
}

/* ----------------card----------------- */

.wizard__card {
  padding: 75px 5.5em;
}

.wizard__card--img {
  width: 283px;
}

.wizard__card--img02 {
  width: 100px;
}

.back--gray {
  position: relative;
  padding: 50px;
}

.back--gray::after {
  content: "";
  background: #eae7e4;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  z-index: -1;
}

.wizard__line {
  background: url(./img/wizard__line.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 21px;
}

/* ----------introduction--------- */

.introduction__line {
  background: url(./img/introduction__line.webp) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 21px;
  margin-bottom: 1em;
}

.introduction__wrap {
  margin-bottom: 100px;
}

.introduction__ttl {
  font-size: 24px !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  font-weight: bold;
}

.card__dl {
  border-bottom: 1px dashed #a28e81;
  padding: 5px 0;
}

.card__dl dt {
  display: flex;
  align-items: center;
}

.introduction__wrap:nth-child(odd) .flex-reverse div:nth-child(1) {
  order: 2;
}

.introduction__wrap:nth-child(odd) .flex-reverse div:nth-child(2) {
  order: 1;
}

.introduction__button {
  position: relative;
  z-index: 1;
  padding: 21px 0px;
  display: inline-block;
  width: 100%;
  color: #ffe9af;
  text-align: center;
}

.introduction__button::before {
  content: "";
  display: inline-block;
  background: url(./img/button.webp) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.introduction__button:hover {
  color: #ffe9af;
  opacity: 0.7;
}

/* -----icon----- */
.card__spot::before,
.card__address::before,
.card__address::before,
.card__hours::before,
.card__close::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.card__spot::before {
  background: url(./img/icon_spot.webp) no-repeat center;
  background-size: contain;
}
.card__address::before {
  background: url(./img/icon_address.webp) no-repeat center;
  background-size: contain;
}
.card__address::before {
  background: url(./img/icon_address.webp) no-repeat center;
  background-size: contain;
}

.card__hours::before {
  background: url(./img/icon_hour.webp) no-repeat center;
  background-size: contain;
}

.card__close::before {
  background: url(./img/icon_close.webp) no-repeat center;
  background-size: contain;
}

.instagram {
  display: flex;
  align-items: center;
}

.instagram::before {
  content: "";
  background: url(./img/intro_insta.webp) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.instagram a {
  color: #dc8101;
}

/* map */
.wizard__map {
  padding: 75px 5.5em;
}

.wizard__map--img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

.color--orange {
  color: #dc8100;
}

.color--green {
  color: #2e8200;
  font-size: 18px;
  font-family: "hiragino-mincho-pron", serif;
  font-weight: 600;
}

.wizard__food--img {
  width: 32px;
}

/* -------pc------- */
@media screen and (min-width: 768px) {
  /* flex */
  .pc-flex--center {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .pc-flex--between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* header */
  .wizard__header--nav img {
    width: 70%;
  }
  /* top */
  .wizard__about {
    padding: 75px 6.5em;
  }

  /* -----card----- */
  .card__dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #a28e81;
    padding: 5px 0;
  }
}

/* -------sp------- */
@media screen and (max-width: 767px) {
  .content {
    font-size: 16px;
  }

  .sp-column--1 {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .column--3 {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }

  .ttl--h2 {
    font-size: 28px !important;
    letter-spacing: 0;
  }
  .ttl--h3 {
    font-size: 24px !important;
  }

  /* mv */
  .wizard__mv--img {
    height: 400px;
    object-fit: cover;
  }

  /* header */
  .wizard__header {
    margin: 0 0.5em;
  }

  /* top */
  .wizard__tittle--logo {
    margin: 0 0 40px;
  }
  .wizard__about {
    padding: 3em 2em;
  }
  .project::before {
    background-size: cover;
    top: -1.5em;
  }
  .project::after {
    background-size: cover;
    bottom: -1.5em;
  }

  /* footer */
  .wizard-footer__menu {
    margin: 0 2em;
  }

  /* card */
  .wizard__card {
    padding: 24px;
  }
  .back--gray {
    padding: 14px;
  }
  /* map */
  .wizard__map {
    padding: 24px;
  }
  .wizard__food--text {
    text-align: center;
  }
}
