@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

body {
  color: #333; /* RGB */
  font-family: "Noto Sans JP", YuGothic, "游明朝体", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  position: relative;
  background: #f3efec;
}
.inner {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
/* スライダーが左右にはみ出して見える余白 */
.voice-swiper {
  overflow: visible; /* はみ出しを見せる */
  padding: 0 24px; /* 画面端で切れないよう内側余白 */
}

/* スライドの高さを中身に合わせる */
.voice-swiper .swiper-slide {
  height: auto;
}

/* 任意：カード風に見せたい場合（既存デザインに合わせて調整） */
.voice-swiper .back_pink,
.voice-swiper .back_white {
  height: 100%;
  box-sizing: border-box;
}

/* ナビゲーション矢印（お好みで） */
.voice-swiper .voice-swiper-button-prev,
.voice-swiper .voice-swiper-button-next {
  display: none;
}
.voice-swiper .voice-swiper-button-prev {
  left: 6px;
}
.voice-swiper .voice-swiper-button-next {
  right: 6px;
}

.voice_img {
  max-width: 250px;
  width: 100%;
}
/* スマホでは矢印を少し内側に */
@media (max-width: 767px) {
  .voice-swiper {
    padding: 0 16px;
  }
}

.sp_none {
  display: block;
}

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

::before,
::after {
  box-sizing: inherit;
}

h1 {
  font-weight: 300;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  line-height: 1.3;
  margin-left: 20px;
}

h2 {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 50px;
  border-bottom: 1px solid;
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 300;
  margin: 0;
}
h3 span {
  font-size: 1.6rem;
  color: #a8744d;
  font-weight: 300;
}

.small {
  font-size: 1.4rem;
}

section {
  margin: 60px 15px;
}

.legth {
  position: relative;
}
.legth:before {
  content: "";
  position: absolute;
  background-image: url("css/assets/line.png");
}

.white {
  color: #fff;
}

a {
  text-decoration: none;
  color: #000000;
}

.header_menu {
  font-family: "Oriya MN";
}

.header_inner nav ul li {
  position: relative;
  display: block;
  padding: 0 15px;
}

li {
  list-style: none;
}

p::after {
  border-left: solid #000000;
}

.under {
  border-bottom: #000000 solid 1px;
}

.pc_block {
  display: none;
}

.sp_hid {
  display: none;
}

.menu_sp {
  display: block;
}

.sp_nav {
  display: block;
}

.header_logo {
  font-size: 20px;
  font-family: "Palatino";
}

.l-global-nav__main {
  margin-bottom: 20px;
}

.margin {
  margin: 60px 8px;
}

.scroll {
  position: fixed;
  z-index: 6;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
  right: 0;
  bottom: 6%;
}
.scroll .scroll_link_reserv {
  background: linear-gradient(45deg, #c76b6b, #ff9898);
  position: relative;
  padding: 17px 10px;
  width: 50%;
  margin: 10px 0;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.scroll .scroll_link_reserv p {
  position: absolute;
  top: -28px;
  width: 65%;
  left: 18%;
  padding: 6px;
  border-radius: 10px;
  background-color: #fff;
  color: #6f0714;
  line-height: 1;
  font-size: 1rem;
}
.scroll .scroll_link_reserv p span {
  font-size: 1.5rem;
}

.scroll .scroll_link {
  position: relative;
  border-left: 3px solid #e3c3c9;
  border-top: 3px solid #e3c3c9;
  border-bottom: 3px solid #e3c3c9;
  background: #fff;
  padding: 17px 11px;
  border-radius: 10px 0 0 10px;
}

footer {
  position: relative;
  padding-left: 20px;
  padding-top: 50px;
}

footer .flex {
  display: flex;
  justify-content: right;
}
.footer--parallax {
  background-image: url("../assets/img/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* これが視差のキモ */
}

footer .footer_menu {
  text-align: right;
  font-size: 5rem;
  line-height: 1.5;
  padding-right: 3rem;
}
footer .footer_menu a {
  color: #fff;
  font-family: math;
}
footer .footer_icon {
  right: 15px;
  position: absolute;
  bottom: 55px;
}
.footer_logo {
  font-size: 20rem;
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 8%;
  font-family: math;
}
/* .footer--parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35); /* 暗い写真なら rgba(0,0,0,.35) に */
@media (max-width: 1024px) {
  .footer--parallax {
    background-attachment: scroll;
    background-position: center;
  }
}

/*--------パソコン----------*/
@media screen and (min-width: 1024px) {
  h1 {
    display: inline-block;
  }
  h3 {
    margin: 100px 0;
    font-size: 3rem;
  }
  .sp_none {
    display: none;
  }
  .sp_nav {
    display: none;
  }
  .pc_block {
    display: block;
  }
  .header_inner {
    justify-content: space-between;
    height: 100px;
  }
  .header_menu ul {
    display: flex;
    font-size: 2rem;
  }
  .header_menu ul li {
    margin-right: 10px;
  }
  .footer {
    height: 520px;
    padding-top: 40px;
  }
  .scroll {
    height: 60px;
    justify-content: space-around;
    width: 100%;
  }
  .scroll .scroll_link_reserv {
    width: 795px;
    padding-top: 20px;
    display: none;
  }
  .scroll .scroll_link {
    width: 795px;
    padding-top: 20px;
    display: none;
  }
}
/*max-width: 768px*/
/*PCで無効*/
.pc_hid {
  display: none;
}

.sp_hid {
  display: block;
}

.menu_sp {
  display: none;
}
.logo_img {
  width: 26%;
  margin: 0 auto 0 0;
  display: block;
}
.trial_box h2 {
  padding: 10px;
  background: linear-gradient(45deg, #a97426, #c9a026);
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.trial_box_span {
  font-size: 3rem;
  font-weight: bold;
  color: #bb3838;
  border-bottom: 3px solid;
}

/*min-width: 769px*/
@media only screen and (max-width: 768px) {
  .sp_nav {
    display: block;
  }
  .gnav {
    display: none;
  }
  #nav-open {
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 12px;
    width: 25px;
    height: 22px;
  }
  #nav-open span,
  #nav-open span {
    content: "";
    display: block;
    width: 140%;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  .none {
    display: none;
  }
  #nav-close {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  .open-button,
  .close-button {
    display: none;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translate(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #eeeeee;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translate(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__tittle {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 46px;
  }
  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99999; /* 重なり順を一番上にする */
    cursor: pointer;
  }
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: "";
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }
  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #nav-input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #nav-input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #nav-input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: 0.5s;
  }
  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #nav-input:checked ~ .nav_content {
    left: 0; /* メニューを画面に入れる */
  }
  .l-global-nav__main li {
    font-size: 1.8rem;
    font-weight: 100;
    margin-top: 20px;
  }
  .nav_sns li img {
    width: 80%;
  }
  .nav_sns {
    width: 8%;
    padding-top: 30px;
  }
  footer .footer_menu {
    font-size: 2rem;
    margin-top: 20px;
    text-align: left;
  }
  footer {
    padding-bottom: 120px;
  }
  .footer_logo {
    font-size: 4rem;
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 85%;
  }
  .logo_img {
    width: 16%;
  }
  footer .flex {
    justify-content: left;
  }
} /*# sourceMappingURL=common.css.map */
