@charset "UTF-8";
/*********************************
	RESET
*********************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  letter-spacing: 1px;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  margin: 0;
  padding: 0;
  padding-inline: 0;
}

/*********************************
	LAYOUT
*********************************/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  color: #4d4d4d;
}
@media screen and (max-width: 480px) {
  body {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

.inner {
  max-width: 1140px;
  padding: 100px 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 70px 20px;
  }
}

a {
  color: #fff;
  text-decoration: unset;
}
a:hover {
  opacity: 0.8;
}

h2,
h3,
h4 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}

.chapter_title {
  font-size: 5rem;
  padding-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .chapter_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .chapter_title {
    font-size: 3rem;
    padding-bottom: 30px;
  }
}

.small {
  font-size: 2rem;
  color: #FF6A00;
  display: block;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .small {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}

.lead {
  font-size: 1.5rem;
  line-height: 2;
}

.header {
  overflow-x: hidden;
  position: relative;
}
.header__wrap {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__wrap-left {
  flex-basis: auto;
  z-index: 999;
}
.header__wrap-right {
  flex-basis: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .header__wrap.pc {
    display: none;
  }
}
.header__link {
  display: flex;
  gap: 50px;
  padding: 50px 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .header__link {
    flex-direction: column;
    padding: 0 10px 20px;
    gap: 0;
  }
}
.header__link-menu {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__link-menu:not(:last-child) {
    border-bottom: 1px solid;
  }
}
.header__link-menu:last-of-type::after {
  content: none;
}
.header__link-menu--link {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .header__link-menu--link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
}
.header__link-menu--link .jp {
  display: block;
  font-family: "Cardo", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.1rem;
}
.header__contact {
  background: linear-gradient(to left, rgba(255, 149, 0, 0.9), rgba(255, 106, 0, 0.9));
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  border-radius: 0 0 0 20px;
}
.header__contact-title {
  font-size: 1.6rem;
}
.header__contact a {
  display: block;
  line-height: 1;
}
.header__contact-adrs {
  font-size: 1.5rem;
}
.header__menubtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__menubtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
    padding: 20px 30px 10px 10px;
  }
  .header__menubtn .border {
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    transition: all 0.3s;
    position: relative;
  }
  .header__menubtn.show .border {
    transform: rotate(20deg);
  }
  .header__menubtn.show .border:last-of-type {
    transform: rotate(-20deg);
    top: -12px;
  }
}
.header__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__sp {
    display: block;
    position: fixed;
    top: -100%;
    background: rgba(28, 28, 28, 0.9);
    z-index: 3;
    width: 100%;
    padding: 20px;
    height: 100%;
    transition: all 0.3s;
  }
  .header__sp.show {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header__sp .header__contact-tel {
    display: block;
    text-align: center;
  }
}
.header__sns {
  margin-bottom: 5px;
  vertical-align: middle;
}
.header__sns-sp {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 30px auto 0;
}
.header__sns-sp p {
  text-decoration: underline;
  font-size: 16px;
}

.mv {
  position: relative;
  height: 100svh;
  margin-top: -90px;
}
.mv__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .mv__title img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .mv__title {
    padding: 0 10%;
  }
  .mv__title img {
    width: 100%;
  }
}
.mv__title-catch {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .mv {
    height: calc(100svh - 50px);
    margin-top: 0;
  }
}
.mv__slider.swiper-container {
  position: relative;
  height: 100%;
}
.mv__slider.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
}
.mv__slider.swiper-container .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.mv__slider.swiper-container .slide-1 {
  background-image: url("../img/main_01_pc.jpg");
}
.mv__slider.swiper-container .slide-2 {
  background-image: url("../img/main_02_pc.jpg");
}
.mv__slider.swiper-container .slide-3 {
  background-image: url("../img/main_03_pc.jpg");
}
@media only screen and (max-width: 480px) {
  .mv__slider.swiper-container .slide-1 {
    background-image: url("../img/main_01_sp.jpg");
  }
  .mv__slider.swiper-container .slide-2 {
    background-image: url("../img/main_02_sp.jpg");
  }
  .mv__slider.swiper-container .slide-3 {
    background-image: url("../img/main_03_sp.jpg");
  }
}
.mv__h1 {
  position: absolute;
  bottom: 60px;
  right: 60px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .mv__h1 {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mv__h1 {
    right: 0;
    left: 0;
    bottom: 100px;
    margin: auto;
    text-align: center;
  }
}

.sp_fixed {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp_fixed {
    display: flex;
    position: fixed;
    z-index: 2;
    bottom: 0;
  }
  .sp_fixed > section a {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
  }
  .sp_fixed__tel a, .sp_fixed__map a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
  }
  .sp_fixed__tel a img, .sp_fixed__map a img {
    max-height: 50px;
  }
  .sp_fixed__tel {
    background: rgba(255, 106, 0, 0.9);
    width: 65vw;
  }
  .sp_fixed__map {
    background: rgba(66, 189, 150, 0.9);
    width: 35vw;
    text-align: center;
  }
}

.message {
  padding-top: 100px;
}
.message__intro {
  background: #F9F4ED;
}
.message__intro .chapter_title {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .message__intro .chapter_title {
    padding-bottom: 30px;
  }
}
.message__box {
  position: relative;
  background: #fff;
  padding: 40px;
  max-width: 680px;
  margin: 0 auto;
}
.message__box .mb_10 {
  display: block;
  margin-bottom: 10px;
}
.message__box .hai-illust {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .message__box .hai-illust {
    max-width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .message__box .hai-illust {
    display: none;
  }
}
.message__box .hai-illust_01 {
  top: -8%;
  left: -10%;
}
.message__box .hai-illust_02 {
  top: -7%;
  right: -25%;
}
@media screen and (max-width: 768px) {
  .message__box .hai-illust_02 {
    right: -14%;
  }
}
.message__box .hai-illust_03 {
  bottom: 3%;
  right: -10%;
}
.message__box .hai-illust_04 {
  left: -22%;
  bottom: 22%;
}
@media screen and (max-width: 768px) {
  .message__box .hai-illust_04 {
    left: -15%;
  }
}
@media screen and (max-width: 768px) {
  .message__box {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .message__box {
    max-width: 100%;
    padding: 20px;
  }
}
.message__heading {
  font-size: 2.5rem;
  color: #42BD96;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .message__heading {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
}

.point {
  background: #F9F4ED;
  padding: 0 0 100px;
}
@media screen and (max-width: 480px) {
  .point {
    padding: 0 0 70px;
  }
}
.point-wrap {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 30px;
}
.point-wrap:first-of-type {
  margin-bottom: 80px;
}
.point-wrap:first-of-type .point-info {
  padding: 20px 30px 20px 0;
}
@media screen and (max-width: 480px) {
  .point-wrap:first-of-type .point-info {
    padding: 0;
  }
}
.point-wrap:first-of-type .point-img {
  border-radius: 15px;
}
@media screen and (max-width: 1400px) {
  .point-wrap:first-of-type .point-img {
    border-radius: 0 15px 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .point-wrap:first-of-type {
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .point-wrap:first-of-type {
    margin-bottom: 50px;
  }
}
.point-wrap:last-of-type .point-info {
  padding: 20px 0 20px 30px;
}
@media screen and (max-width: 480px) {
  .point-wrap:last-of-type .point-info {
    padding: 0;
  }
}
.point-wrap:last-of-type .point-img {
  border-radius: 15px;
}
@media screen and (max-width: 1400px) {
  .point-wrap:last-of-type .point-img {
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .point-wrap:last-of-type {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .point-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .point-wrap {
    gap: 20px;
  }
}
.point .small {
  text-align: left;
}
.point-img {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .point-img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .point-img {
    width: 95%;
  }
}
.point-info {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .point-info {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .point-info {
    padding: 30px 20px;
    width: 88%;
  }
}
.point-info--title {
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 10px;
  background: #FF6A00;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .point-info--title {
    margin-bottom: 5px;
  }
}
.point-info--title:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .point-info--title:last-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .point-info--title {
    font-size: 2.5rem;
  }
}
.point-info--title .jp {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .point-info--title .jp {
    font-size: 1.6rem;
  }
}
.point-wrap:nth-of-type(2) .message__feature-info {
  padding: 20px 0 20px 40px;
}

.rule {
  background: #EE9454;
}
.rule .small, .rule .chapter_title {
  color: #fff;
}
.rule-new__card {
  background: #fff;
  box-shadow: 3px 3px 0 #FF6A00;
  padding: 30px;
  border-radius: 15px;
  margin: 0 auto 40px;
  max-width: 780px;
}
@media screen and (max-width: 480px) {
  .rule-new__card {
    padding: 20px;
  }
}
.rule__heading {
  font-size: 3.5rem;
  color: #42BD96;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .rule__heading {
    font-size: 2.5rem;
  }
  .rule__heading img {
    max-width: 65px;
  }
}
.rule .new__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .rule .new__list {
    gap: 10px;
  }
}
.rule .new__list img {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .rule .new__list img {
    max-height: 50px;
  }
}
.rule-attention {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .rule-attention {
    font-size: 1.8rem;
  }
}
.rule-manner {
  display: flex;
  gap: 20px;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .rule-manner {
    flex-direction: column;
  }
}
.rule-manner__card {
  background: #fff;
  box-shadow: 3px 3px 0 #FF6A00;
  padding: 25px;
  border-radius: 15px;
}
@media screen and (max-width: 480px) {
  .rule-manner__card {
    padding: 20px;
  }
}

.manner__title {
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  background: #42BD96;
  margin: 0 auto 10px;
  padding: 0 20px;
  border-radius: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .manner__title {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.manner__heading {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .manner__heading {
    font-size: 2.2rem;
  }
}
.manner-point {
  color: #D02D00;
  font-weight: bold;
}

.price {
  background: repeating-linear-gradient(-60deg, rgb(255, 255, 255), rgb(255, 255, 255) 1px, #f8f4eb 0, #f8f4eb 12px);
}
.price__table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 480px;
  width: 100%;
  text-align: left;
}
.price__table th, .price__table td {
  border: 4px solid #42BD96;
}
.price__table tr:nth-of-type(1) th {
  font-size: 3rem;
  color: #fff;
  background: #42BD96;
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  .price__table tr:nth-of-type(1) th {
    font-size: 2.5rem;
  }
}
.price tr:nth-of-type(2) th, .price td:first-of-type {
  padding: 0 30px 0 15px;
  background: #fff;
}
.price tr:nth-of-type(2) th {
  font-size: 2rem;
}
.price tr:nth-of-type(2) td {
  font-size: 6rem;
  color: #FF6A00;
  font-weight: 700;
  font-family: "Cardo", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 480px) {
  .price tr:nth-of-type(2) td {
    font-size: 4rem;
  }
}
.price tr:nth-of-type(2) td .yen {
  font-size: 3rem;
  color: #4d4d4d;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 480px) {
  .price tr:nth-of-type(2) td .yen {
    font-size: 2.5rem;
  }
}
.price tr:nth-of-type(2) td .tax {
  font-size: 1.5rem;
  color: #4d4d4d;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.about {
  background: #F7F2E7;
  background-size: cover;
  background-position: top;
}
.about__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about__info {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.about__info-table {
  text-align: left;
}
.about__info-table th, .about__info-table td {
  padding: 5px 10px;
  border-bottom: 2px solid #fff;
}
.about__info-table tr:last-of-type th, .about__info-table tr:last-of-type td {
  border: none;
}
@media screen and (max-width: 480px) {
  .about__info-table th {
    display: block;
    width: 100%;
    padding: 1em 10px 0.5em;
    border-bottom: none;
    padding-bottom: 0;
  }
  .about__info-table td {
    display: block;
    width: 100%;
    padding-bottom: 1em;
  }
}
.about__tel {
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .about__tel {
    flex-direction: column;
  }
}
.about__tel-logo {
  max-width: 330px;
}
@media screen and (max-width: 480px) {
  .about__tel-logo {
    max-width: 260px;
  }
}
.about__tel-telnum {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about__tel-telnum {
    max-width: 260px;
  }
}

.access {
  width: 100%;
  height: 450px;
}
.access iframe {
  line-height: 1;
}

.footer {
  background: #262626;
  color: #fff;
  padding: 70px 0 50px;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 50px 0 70px;
  }
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer__info {
    padding: 0 20px;
    gap: 20px;
  }
}
.footer__info-logo {
  width: 280px;
}
@media screen and (max-width: 480px) {
  .footer__info-logo {
    max-width: 230px;
  }
}
.footer__info-right {
  width: 100%;
}
.footer__info-tel_title {
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .footer__info-tel_title {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__info-tel_title {
    display: none;
  }
}
.footer__info-tel {
  margin-bottom: 10px;
  max-width: 270px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 780px) {
  .footer__info-tel {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .footer__info-tel {
    display: none;
  }
}
.footer__info-table {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .footer__info-table {
    line-height: 1.4;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.footer__info-table th {
  padding-right: 1.5em;
}
@media screen and (max-width: 480px) {
  .footer__info-table th {
    padding: 0.5em 1em 0.5em 0;
    width: 25%;
  }
}
.footer__info-sns {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}
.footer__info-sns p {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .footer__info-sns {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
  }
}

address {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  font-style: normal;
}

.pc_hide {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .pc_hide {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
}
/*********************************
	20250508フッター調整
*********************************/
.footer__info-right {
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=common.css.map */