@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.05em;
  color: #000000;
  word-break: break-all;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sen {
  font-family: "Sen", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title {
  text-align: center;
}
.section__title h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 5.8666666667vw;
  }
}
.section__title span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Sen", sans-serif;
}

.moreBtn {
  display: block;
  margin: 50px auto 0;
  width: 260px;
  color: #8d7962;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.moreBtn:hover {
  transform: translate(5px, 5px);
  opacity: 0.8;
}
.moreBtn:hover::after {
  display: none;
}
.moreBtn.gray {
  background: #5b5757;
  color: #fff;
}
.moreBtn.gray::after {
  background: #000;
}
.moreBtn.reverse {
  background: #b2997b;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  z-index: 98;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 15px;
    padding-right: 65px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 120px;
  }
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__btns {
    gap: 20px;
  }
  .header__btns.pc {
    display: none !important;
  }
}
.header__btn {
  display: block;
  color: #fff;
  padding: 12px 20px;
  padding-left: 45px;
  border-radius: 10px;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header__btn {
    padding: 12px 14px;
    padding-left: 30px;
  }
}
.header__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
  border-radius: 10px;
  right: -3px;
  background: #8d7962;
  z-index: -1;
}
.header__btn:hover {
  transform: translate(3px, 3px);
}
.header__btn:hover::after {
  display: none;
}
.header__btn.reserve {
  background-color: #b2997b;
  background-image: url(../img/icon_reserve.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .header__btn.reserve {
    background-size: 20px;
  }
}
.header__btn.form {
  background-color: #5b5757;
  background-image: url(../img/icon_form.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .header__btn.form {
    background-size: 20px;
  }
}
.header__btn.form::after {
  background: #000;
}

.header__menu {
  width: 32px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  position: fixed;
  right: 20px;
  top: 42px;
}
@media screen and (max-width: 768px) {
  .header__menu {
    top: 26px;
    right: 15px;
  }
}

.header__menu span {
  position: absolute;
  left: 0;
  border-radius: 8px;
  width: 100%;
  height: 3px;
  background: #b2997b;
  transition: 0.3s;
}

.header__menu span:nth-child(1) {
  top: 0;
}

.header__menu span:nth-child(2) {
  top: 10px;
}

.header__menu span:nth-child(3) {
  top: 20px;
}

/* X状態 */
.header__menu.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.header__menu.is-open span:nth-child(2) {
  opacity: 0;
}

.header__menu.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.hamburger__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  max-width: 85%;
  background: #fff;
  opacity: 0;
  height: 100%;
  overflow-y: auto;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.hamburger__menu .header__btns {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.hamburger__menu .header__btns a {
  color: #fff;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .hamburger__menu .header__btns a {
    font-size: 12px !important;
  }
}

.hamburger__menu.is-open {
  opacity: 1;
  visibility: visible;
}

.hamburger__menu--inner {
  color: #000;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .hamburger__menu--inner {
    padding: 60px 30px;
  }
}

.hamburger__menu ul {
  list-style: none;
  padding: 0;
}

.hamburger__menu li {
  margin-bottom: 25px;
}

.hamburger__menu a {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .hamburger__menu a {
    font-size: 14px;
  }
}

.footer {
  box-sizing: border-box;
  padding: 80px 40px;
  background: #fbf1e5;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 30px;
  }
}
.footer__logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 26%;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__info--item {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer__info--item {
    font-size: 11px;
  }
}

.fade-in {
  /* 初期状態で透明 */
  /* 下に少しずらす */
  transform: translateY(100px);
  transition: transform 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */