/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

html {
  scroll-behavior: smooth;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
}
p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.footer {
  width: 100%;
}
img {
  width: 100%;
  height: auto;
}
.header {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  position: fixed;
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
  z-index: 100;
}
.c-header {
  background-color: #000;
}
.header img {
  width: 120px;
  margin: 10% 20%;
}
nav {
  margin-left: auto;
  margin-right: 20px;
  display: inline;
}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #000000;
  background-color: transparent;
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}
.header-logo.headerLogoScroll.-before {
  display: none;
}
.header-logo.-after {
  display: none;
}
.header-logo.headerLogoScroll.-after {
  display: block;
}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.menu-item > a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.hero {
  padding: 0 10%;
  height: 92vh;
  background-image: url(../images/hero_main.jpg);
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero__title {
  margin: auto;
  color: #fff;
  left: 0;
  padding-top: 53%;
  animation: fade-in 1s ease-in 0s 1 alternate;
  position: absolute;
  bottom: 13%;
  left: 5%;
  font-size: 5em;
}
.hero__sub-title {
  margin: auto;
  color: #fff;
  left: 0;
  padding-top: 20%;
  animation: fade-in 1s ease-in 0s 1 alternate;
  position: absolute;
  top: 30%;
  left: 5%;
  font-size: 3em;
}
.hero__img {
  width: calc(767 / 1360 * 100%);
  max-width: 500px;
  margin: auto;
  animation: fade-in 1s ease 0s 1 alternate;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  } /*アニメーション終了時は不透明度100%*/
}
.campaign {
  max-width: 1140px;
  margin: auto;
}
.campaign__wrap {
  margin-top: 20px;
  font-size: 1.5em;
}
.campaign__item {
  /* padding: 10px 0; */
}
.campaign__item-wrap {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: space-evenly;
}
.campaign__tag {
  background-color: #eb6100;
  height: 25px;
  margin: auto 30px auto 0;
  padding: 0px 10px;
  color: #fff;
  border-radius: 20px;
  flex: 1;
  text-align: center;
}
.campaign__date {
  margin-right: 10px;
  flex: 1;
}
.campaign__text {
  flex: 8;
}
.about {
  font-size: 24px;
  display: flex;
  padding: 200px 0 0;
  max-width: 1140px;
  margin: auto;
  justify-content: space-evenly;
}
.about__content {
  flex: 1;
}
.about__image {
  flex: 1;
  margin-left: 10%;
  margin-top: auto;
  margin-bottom: auto;
}
.value__first {
  background-image: url(../images/value_first.webp);
  background-attachment: fixed;
  height: 100vh;
  max-height: 1080px;
  background-size: cover;
}
.value__first::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  background-image: url(/images/value_first.jpg);
}
.value__first--title {
  padding: 15% 0 0 15%;
  width: 40%;
  font-size: 2.5em;
}
.value__first--title h2 {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.value__first--title-subheading {
  font-size: 0.8em;
}
.value__first--desc {
  padding-left: 15%;
  width: 60%;
}
.value__first--desc p {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.value__second {
  background-image: url(/images/value_roryu.jpg);
  background-attachment: fixed;
  height: 100vh;
  max-height: 1080px;
  background-size: cover;
}
.value__second::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  background-image: url(/images/value_roryu.jpg);
}
.value__second--title {
  padding: 15% 0 0 15%;
  width: 40%;
  font-size: 2.5em;
}
.value__second--title h2 {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.value__second--title-subheading {
  font-size: 0.8em;
}
.value__second--desc {
  padding-left: 15%;
  width: 60%;
}
.value__second--desc p {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.value__third {
  background-image: url(../images/value_third.webp);
  background-attachment: fixed;
  height: 100vh;
  max-height: 1080px;
  background-size: cover;
}
.value__third::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  background-image: url(../images/value_third.webp);
}
.value__third--title {
  padding: 15% 0 0 15%;
  width: 40%;
  font-size: 2.5em;
}
.value__third--title h2 {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.value__third--title-subheading {
  font-size: 0.8em;
}
.value__third--desc {
  padding-left: 15%;
  width: 60%;
}
.value__third--desc p {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.value__fourth {
  background-image: url(/images/value_setup.jpg);
  background-attachment: fixed;
  height: 100vh;
  max-height: 1080px;
  background-size: cover;
}
.value__fourth::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  background-image: url(/images/value_setup.jpg);
}
.value__fourth--title {
  padding: 15% 0 0 15%;
  width: 40%;
  font-size: 2.5em;
}
.value__fourth--title h2 {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.value__fourth--title-subheading {
  font-size: 0.8em;
}
.value__fourth--desc {
  padding-left: 15%;
  width: 60%;
}
.value__fourth--desc p {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.facility {
  padding: 100px 0;
  max-width: 1140px;
  margin: auto;
}
.facility h2 {
  text-align: center;
  font-size: 4em;
}
.facility__contents {
  display: flex;
  flex-wrap: wrap;
}
.facility__content {
  width: 33%;
  padding: 20px;
  text-align: center;
}
.facility__content img {
  border-radius: 10%;
  height: 350px;
  max-width: 500px;
  min-width: 200px;
  overflow: hidden;
  object-fit: cover;
}
.facility__content-sauna {
  object-position: 100% 100%;
}
.facility__other {
  max-width: 1400px;
  margin: auto;
}
.facility__other--text {
  margin: 70px 0 20px;
  text-align: center;
}

.facility__other-items {
  display: flex;
  justify-content: space-around;
}
.facility__other-item {
  border: solid;
  flex-basis: 50%;
  margin: 30px 5%;
  font-size: 1.5rem;
  padding: 10px 20px;
}
.facility__other-item--title {
  text-align: center;
}
.flow {
  margin: 200px auto;
  max-width: 1140px;
}
.flow__title {
  font-size: 4em;
  padding-bottom: 50px;
  text-align: center;
}
.flow__contents {
  display: flex;
}
.flow__contents img {
  width: 36px;
  height: 36px;
  margin: auto 20px;
}
.flow__content {
  border: 1px solid;
  text-align: center;
  height: 250px;
  width: 30%;
}
.flow__content h2 {
  color: #fff;
  background-color: #000;
  margin-top: -1px;
  padding: 10px 5px;
}
.flow__content p {
  padding: 0 20px;
  font-size: 1.5em;
}
.plan {
  background-image: url(/images/plan_background.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 100%;
  text-align: center;
  font-size: 2em;
  padding: 100px 0;
}
.plan:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/images/plan_background.jpg);
  position: fixed;
}
.plan__title {
  /* padding: 100px 0; */
}
.instagram {
  max-width: 980px;
  text-align: center;
  padding-bottom: 100px;
  margin: auto;
}
.instagram__title {
  font-size: 3em;
  padding-bottom: 50px;
}
.instagram__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.instagram__item {
  object-fit: cover;
  border: 1px solid #ddd;
  width: 300px;
  height: 300px;
  margin: 10px auto;
  overflow: hidden;
  cursor: pointer;
}
.instagram__item img {
  width: 300px;
  height: 300px;
  transition-duration: 0.5s;
}
.instagram__item:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.faq {
  margin: 100px 10%;
  font-size: 1.5em;
}
.faq h2 {
  font-size: 3em;
}
.faq__tips {
  padding: 20px 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn,
.plan__btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 50px 0;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn--radius {
  border-radius: 100vh;
}
.education {
  padding: 100px 0 0;
  font-size: 1.5em;
  background: -moz-linear-gradient(top, #a9ceec, #fff);
  background: -webkit-linear-gradient(top, #a9ceec, #fff);
  background: linear-gradient(to bottom, #a9ceec, #fff);
  color: #000000;
}
.education__wrap {
  max-width: 1140px;
  margin: auto;
}
.education__title {
  font-size: 2.5em;
  padding-bottom: 30px;
  text-align: center;
}
.education__content {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  max-width: 1140px;
}
.education__content--main {
  flex: 1;
}
.education__achievement-wrap-title,
.education__news-wrap-title {
  text-align: center;
  margin: 100px 0 50px;
}
.education__content--text {
  margin: auto;
  text-align: center;
}
.education__achievement-item {
  display: flex;
}
.education__achievement-text {
  padding-right: 50px;
}
.education__news-items {
  max-width: 800px;
  margin: auto auto 50px;
}
.education__news-item {
  padding: 20px 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.education__news-title {
  margin-block-start: 0.5em;
}
.education__news-link {
  text-decoration: none;
  color: #333;
}
.education__news-tag {
  background-color: #eb6100;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #fff;
}
.education__news-days {
  font-size: 0.8em;
}
.education__achievement-link-wrap {
  /* text-align: right; */
  padding-top: 50px;
}
.education__achievement-link {
  padding-right: 20px;
  background: url(/images/arrow-up-right-from-square-solid.svg) right
    center/11px auto no-repeat;
  text-decoration: none;
  color: #333;
}
.education__content--img {
  flex: 1;
  margin: auto 0 auto 5%;
}
.footer {
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
  color: #000000;
}
.footer p {
  font-size: 1.2em;
  font-weight: bold;
}
.footer a {
  text-decoration: none;
  color: #000000;
}
.footer a:visited {
  color: inherit;
}
.footer__wrap {
  max-width: 1000px;
  margin: auto;
}
.footer__list {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  border-bottom: 2px solid #000000;
}
.footer__logo {
  width: 120px;
  margin: 10px 0;
}
.footer__sns {
  text-align: right;
}
.footer__sns img,
.footer__sns svg {
  width: 30px;
  margin: 0 10px;
}

/* マーカー */
.c-marker {
  background: -webkit-linear-gradient(
    left,
    rgb(254, 187, 126) 50%,
    transparent 50%
  );
  background: -moz-linear-gradient(
    left,
    rgb(254, 187, 126) 50%,
    transparent 50%
  );
  background: linear-gradient(left, rgb(254, 187, 126) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}
.c-marker.is-active {
  background-position: 0% 0.5em;
}
.c-local__maker {
  background: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255) 50%,
    transparent 50%
  );
  background: -moz-linear-gradient(
    left,
    rgb(255, 250, 153) 50%,
    transparent 50%
  );
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}
.c-local__maker.is-active {
  background-position: 0% 0.5em;
}
table {
  margin: 0 0 0 10%;
  font-size: 1.5em;
}
.tbl-r02 th {
  background: #f5f5f5;
  color: #000;
  padding: 10px;
  width: 40%;
}
.tbl-r02 td {
  padding: 10px 10px 10px 30px;
  width: 60%;
}

/*ハンバーガーメニュー */
.menu-btn {
  position: absolute;
  /* position: fixed; */
  top: 0px;
  right: 0px;
  display: flex;
  height: 90px;
  width: 70px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-image: url(/images/hamburger_background.jpg);
  background-size: cover;
  transition: all 0.5s; /*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.hamburger-menu {
  display: none;
}
.nav {
  display: inline;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.c-tokushoho,
.c-cancel-policy {
  font-size: 24px;
  padding: 100px 0;
  max-width: 1000px;
  margin: auto;
}
.c-cancel-policy__cases {
  margin-top: 50px;
}
.c-cancel-policy__case {
  font-size: 0.8em;
}
.c-cancel-policy__case--title {
  font-size: 0.8em;
}
.c-cancel-policy__example {
  padding-top: 50px;
}
.c-cancel-policy__example-title {
  font-size: 0.7em;
}
.c-cancel-policy__example-image {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
.c-contact {
  font-size: 24px;
  padding: 50px 20%;
}
.c-contact section {
  margin: 0 0 120px 0;
}
.c-contact ul {
  font-size: 0.7em;
  line-height: 2;
}
.c-contact__items {
  display: flex;
}
.c-contact__item {
  flex: 1;
  border: 2px solid #000000;
  text-align: center;
  margin: 30px 20px 0;
  padding: 30px 10px 10px;
}
.c-contact dl {
  display: flex;
}
.c-contact img {
  max-width: 100px;
}
.c-contact a {
  color: #eb6100;
  font-size: 16px;
  text-decoration: none;
}
.c-tokushoho h2,
.c-cancel-policy h2 {
  text-align: center;
  padding: 10%;
}
.c-tokushoho section {
  margin: 50px 0;
}
.pankuzu {
  margin-left: auto;
  padding-top: 2em;
  padding-right: 5%;
  font-size: 8px;
  background-color: #f5f5f5;
  color: #000000;
}
.pankuzu ol {
  display: flex;
  flex-wrap: wrap;
  /* white-space: nowrap; */
  justify-content: start;
  margin-block-end: 0em;
  max-width: 1000px;
  margin: auto;
}
.pankuzu ol li {
  list-style: none;
}
.pankuzu ol li:not(:last-child) {
  position: relative;
  padding-right: 50px;
}
.pankuzu ol li:not(:last-child) ::after {
  content: ">";
  display: block;
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0px;
  right: 20px;
}
.pankuzu ol li a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
.pankuzu ol li a:hover {
  opacity: 0.7;
}
.c-hero {
  padding-top: 105px;
}
.c-hero__wrap {
  display: flex;
  align-items: flex-end;
}
.c-hero__title {
  font-size: 4rem;
  margin-left: 5%;
}
.c-hero__sub-title {
  font-size: 1.5rem;
  margin-bottom: 2em;
  margin-left: 10px;
}
.c-hero__image {
  height: 40vh;
  object-fit: cover;
  object-position: 100% 60%;
}
.c-content {
  margin: auto;
  font-size: 18px;
}
.c-content__intro {
  max-width: 1000px;
  margin: 150px auto 50px;
}
.c-content__intro-desc {
  padding: 100px 0 0;
}
.c-content__intro-items--wrap {
  position: relative;
  margin: 2em auto;
  padding: 1.8em 1.8em 0.5em 1.8em;
  color: #555555;
  background-color: #fff;
  border: 2px solid #555555;
  width: 90%;
}
.c-content__intro-items--title {
  position: absolute;
  padding: 0 0.5em;
  left: 20px;
  top: -20px;
  font-weight: bold;
  background-color: #fff;
  color: #555555;
  font-size: 2rem;
}
.c-content__intro-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-content__intro-item__title {
  border: 2px solid #555555;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  text-align: center;
}
.c-content__intro-item__title img {
  width: 80px;
  padding-top: 30px;
}
.c-content__intro-item {
  flex: 3;
}
.c-content__intro-item__desc {
  text-align: center;
  font-size: 14px;
}
.c-content__intro-plus {
  font-size: 3rem;
  flex: 1;
  text-align: center;
}
.c-content__intro-attention {
  font-size: 0.9rem;
  text-align: right;
}
.c-content__equipment-lists {
  display: flex;
  justify-content: space-around;
}
.c-content__equipment-text {
  text-align: center;
}
.c-plan__stove-wrap--text {
  text-align: center;
  padding: 100px 0;
}
.c-plan__stove-item {
  display: flex;
  padding: 50px 0;
}
.c-plan__stove-item:nth-child(0) {
  flex-direction: row-reverse;
}
.c-plan__stove-item--text {
  flex: 2;
  margin: auto;
}
.c-plan__stove-item--image {
  flex: 3;
}
.c-plan__stove-item--image img {
  width: 550px;
  height: 300px;
  object-fit: cover;
}
.c-plan__stove-item--quote {
  font-size: 0.5rem;
}
.c-content__equipment,
.c-content__packages {
  padding: 100px 0 0;
  max-width: 800px;
  margin: auto;
  line-height: 2;
}
.c-content__package-list {
  padding: 100px 0;
  margin: auto;
  line-height: 2;
}
.c-content__equipment h2,
.c-content__packages h2,
.c-content__package-list h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
.c-content__equipment h3,
.c-content__packages h3 {
  font-size: 2rem;
}
.c-content__equipment li,
.c-content__packages li {
  font-size: 16px;
}
.c-content__package-list--wrap {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  max-width: 1140px;
  margin: auto;
}
.c-content__package-list--item {
  background-color: #fff;
  padding: 10px;
  /* width: 30%; */
  width: 438px;
  padding: 50px;
}
.c-content__item-title--sub {
  font-size: 0.67em;
}
.c-content__package-title {
  display: flex;
}
.c-content__package-title--price {
  margin: auto 0 auto auto;
  font-weight: bold;
}
.c-content__package-img {
  width: 500px;
  height: auto;
  margin: 50px auto;
}
.c-content__package {
  margin: 0 0 100px 0;
  padding-top: 70px; /* ページ内リンク遷移先の見た目調整 */
  margin-top: -70px; /* ページ内リンク遷移先の見た目調整 */
}
.c-content__package-button {
  text-align: center;
}
.c-content__package-list--item .c-content__package-button a {
  margin: 30px 0 0 0;
}
.c-content__package-option-list {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 100px;
}

.c-content__package-option-list-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.c-content__package-option-list-item a {
  color: #000;
}
.c-content__attention {
  max-width: 1000px;
  margin: auto;
  line-height: 2.5;
  padding-bottom: 100px;
}
.c-content__attention li {
  font-size: 16px;
}

.c-content__attention--title {
  font-size: 2rem;
}
.c-border-line {
  max-width: 1000px;
  margin: auto auto 15% auto;
  border-bottom: 2px solid #000000;
}

/* Activity Start */
.activity-main {
  background-color: #f0f0e7;
  background-image: radial-gradient(
      290px 300px,
      rgba(255, 255, 255, 0.5) 20%,
      transparent 20%
    ),
    radial-gradient(800px 780px, rgba(255, 255, 255, 0.5) 20%, transparent 20%),
    radial-gradient(1000px 990px, rgba(255, 255, 255, 0.5) 20%, transparent 20%),
    radial-gradient(400px 380px, rgba(255, 255, 255, 0.5) 20%, transparent 20%),
    radial-gradient(750px 750px, rgba(255, 255, 255, 0.5) 20%, transparent 20%),
    radial-gradient(100px 100px, rgba(255, 255, 255, 0.5) 20%, transparent 20%);
  background-size: 1230px 1280px, 810px 910px, 1470px 990px, 1200px 1700px,
    1520px 1200px, 1100px 1300px;
  background-position: -300px -550px, -200px 100px, 50px 510px, -200px -550px,
    -180px -250px, 130px -150px;
}
.c-activity-first-view {
  padding-top: 150px;
  max-width: 1140px;
  margin: auto;
  text-align: center;
}
.c-activity-detail,
.c-activity-other-top,
.c-activity-other-bottom {
  padding-top: 150px;
  max-width: 1512px;
  margin: auto;
  text-align: center;
}
.c-activity-other-top {
  background-color: #fff;
}
.c-activity-first-view__heading {
  font-size: 4rem;
  color: #ff872f;
  line-height: 1;
  margin: 50px 0;
}
.c-activity-first-view__sub-heading {
  font-size: 1.5rem;
  color: #847f7f;
}
.c-activity-first-view__heading--strong {
  font-size: 3rem;
  color: #ff872f;
}
.c-activity-first-view__boxes {
  display: flex;
  justify-content: space-around;
}
.c-activity-first-view__box {
  background-color: #fff;
  flex: 1;
  height: 400px;
  padding: 20px 20px 0 0;
  margin: 30px;
  border: solid 1px #847f7f;
  position: relative;
  z-index: 1;
}
.c-activity-first-view__box::before {
  z-index: -1000;
  content: "";
  background-color: #fff;
  border: solid 1px #847f7f;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 100%;
  height: 100%;
}
.c-activity-first-view__image {
  padding: 0 30px;
  max-width: 300px;
  height: 180px;
  object-fit: cover;
}
.c-activity-first-view__button {
  background-color: #ff872f;
  width: 200px;
  border-radius: 100px;
  margin: 30px auto 0;
  padding: 5px 0px;
}
.c-activity-first-view__button a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}
.c-activity-detail__content {
  margin: auto auto 100px auto;
  max-width: 1000px;
}
.c-activity-detail__box {
  background-color: #fff;
  width: 70%;
  height: 500px;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.c-activity-detail__box--reversal {
  background-color: #fff;
  width: 70%;
  height: 500px;
  margin-left: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.c-activity-detail__image {
  margin: 0 30px;
  width: 300px;
  flex: 1;
}
.c-activity-detail__heading {
  font-size: 2rem;
}
.c-activity-detail__heading--strong {
  font-size: 4rem;
  color: #ff872f;
}
.c-activity-detail__text {
  flex: 1;
  text-align: left;
  padding-left: 30px;
}
.c-activity-other-top,
.c-activity-other-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.c-activity-other-top__wrap {
  background-color: #fff;
}
.slider__boxes {
  margin: 0 30px;
}
.slider__box {
  padding: 20px;
}
.slick-prev:before,
.slick-next:before {
  color: #847f7f !important;
}
.c-activity-rental {
  text-align: left;
  padding: 100px 0;
  max-width: 1000px;
  margin: auto;
}
.c-activity-rental__heading {
  font-size: 3rem;
}
.activity-pankuzu {
  margin-bottom: -8px;
}
.c-activity-other-bottom ul {
  font-size: 1.5rem;
  line-height: 3;
}
.c-activity-saruna {
  width: 150px;
  height: 150px;
  margin-bottom: 50px;
}
.c-activity-btn {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-activity-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.c-activity-btn:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.c-activity-btn:hover img:nth-of-type(2) {
  opacity: 0;
}
/* Activity End */

.c-content__package--price {
  font-size: 2em;
}
.c-content__package--unit {
  font-size: 0.67em;
}

.s_01 .accordion_one {
  max-width: 1024px;
  margin: 40px auto;
  border: solid 3px #fff;
  border-radius: 10px;
}
.s_01 .accordion_one .accordion_header {
  background-color: #000;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 30px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  height: 100px;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #000;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #000;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  text-align: left;
}
/* ローディング画面 */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 1000;
  position: fixed;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
  animation: fadeOut 1s forwards;
}
.loader__text {
  color: #fff;
  margin: auto;
  width: 100px;
  position: relative;
  top: 40%;
}
.spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
}
.cube1,
.cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.c-local__section--parallax-hero {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kugenuma05.jpg);
}
.c-local__section-hero-title {
  font-size: 3rem;
  animation: c-fadein 1s ease-in 0s 1 alternate;
}
@keyframes c-fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-local__section-hero-title--option {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-local__section--parallax01 {
  width: 100%;
  height: 120vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kugenuma10.jpg);
}
.c-local__section--parallax02 {
  width: 100%;
  height: 120vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kugenuma12.jpg);
}
.c-local__section--parallax03 {
  width: 100%;
  height: 120vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kugenuma11.jpg);
}
.c-local__section--parallax04 {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f0f0e7;
}
.c-local__section-content {
  width: 100%;
  height: 100%;
  padding: 50% 30px 30px;
}
.c-local__section-title {
  font-size: 2.7rem;
}
.c-local__section-title--option {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-local__section-text {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  padding: 20px 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-local__privilege {
  padding: 100px 20px;
  text-align: center;
}
.c-local__desc,
.c-local__attention {
  padding: 50px 20px;
  text-align: center;
}
.c-local__privilege-title,
.c-local__desc-title,
.c-local__attention-title {
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
.c-local__privilege-title:before,
.c-local__desc-title:before,
.c-local__attention-title:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -10px; /*下線の上下の位置*/
  left: 50%;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置の調整*/
  background-color: #f0734d; /*下線の色*/
}
.c-local__desc-text {
  text-align: left;
}
.c-local__desc-strong {
  color: red;
}
.c-local__privilege-item {
  position: relative;
  border: solid 1px #000000;
  width: 100%;
  margin-top: 50px;
  text-align: left;
  padding: 20px;
}
.c-local__privilege-item--number {
  position: absolute;
  border-radius: 50%;
  background-color: #f0f0e7;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  top: -15px;
  left: -10px;
}
.c-local__privilege-item--title {
  font-size: 2rem;
}
.c-local__privilege-item--text {
  font-size: 1.5rem;
}
.c-local__reuse {
  padding-top: 50px;
  text-align: center;
  background-color: #f0f0e7;
}
.c-local__reuse-wrap {
  position: relative;
  height: 70vh;
  margin: auto;
  max-width: 1000px;
}
.c-local__reuse-title {
  position: absolute;
  text-align: left;
  font-size: 1.9rem;
  left: 5%;
}
.c-local__reuse-title--strong {
  background-color: #fff;
}
.c-local__reuse-image01 {
  width: 563px;
  height: 391px;
  object-fit: cover;
  right: 0;
  top: 55%;
  position: absolute;
  z-index: 1;
}
.c-local__reuse-image02 {
  width: 300px;
  height: 250px;
  object-fit: cover;
  object-position: bottom;
  left: 0;
  top: 25%;
  position: absolute;
}
.c-local__reuse-desc--sp {
  top: 65%;
  font-size: 1.5rem;
  text-align: left;
  padding: 0 20px 100px;
  max-width: 950px;
  margin: auto;
}
.c-local__reuse-desc--pc br,
.c-local__reuse-desc--sp br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 50%;
}
.c-local__reuse-desc--pc {
  display: none;
}
.c-local__invite {
  width: 100%;
  padding: 100px 20px;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
  background-color: #f0f0e7;
}
.c-local__invite-title {
  font-size: 2rem;
}
.c-local__invite-text {
  font-size: 1.2rem;
}
.c-local__invite-list {
  padding-inline-start: 20px;
}
.c-local__desc-list,
.c-local__attention-list {
  padding-inline-start: 20px;
  padding-top: 30px;
  text-align: left;
  line-height: 2;
  font-size: 1.5rem;
}
.c-local__calendar {
  background-image: url(/images/note.jpg);
  background-size: cover;
  position: relative;
  width: 95%;
  height: 600px;
  margin: auto;
  max-width: 800px;
  margin-top: 50px;
}
.c-local__calendar-content {
  position: absolute;
  top: 0;
  left: 10%;
  right: 0%;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.c-local__calendar-title {
  font-size: 2.4rem;
}
.c-local__calendar-day {
  font-size: 1.5rem;
  letter-spacing: 5px;
}
.c-local__calender-weekday--title,
.c-local__calender-holiday--title {
  font-size: 1.5rem;
  padding-top: 20px;
}
.c-local__calendar-strong {
  font-size: 2rem;
  color: red;
}
.c-local__calendar-close,
.c-local__calendar-close > .c-local__calendar-strong {
  font-size: 1.5rem;
  color: #847f7f;
  text-decoration: line-through;
}
.c-local__calendar-list {
  text-align: left;
  padding: 20px 3% 0 10%;
  letter-spacing: 2px;
  font-size: 1.2rem;
}
#c-local__calendar-finish {
  display: none;
}
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-local__contact {
  padding: 100px 20px;
  text-align: center;
  font-size: 2rem;
}

.c-plan__sub-item {
  max-width: 980px;
  text-align: center;
  padding-bottom: 100px;
  margin: auto;
}
.c-plan__sub-item--wrap {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 50px;
}
.c-plan__sub-item--image--half {
  max-width: 400px;
  height: 300px;
  object-fit: cover;
  padding: 0 20px;
}
.c-plan__sub-item--image {
  max-width: 600px;
  max-height: 400px;
  object-fit: cover;
  padding: 0 20px;
}
.c-plan__sub-item--price {
  text-align: center;
}

.c-plan__package-plan {
  max-width: 1080px;
  margin: auto;
  padding-top: 20px;
  text-align: center;
}
.c-plan__package-plan--title {
  padding-bottom: 10px;
}
.c-plan__package-plan-items {
  display: flex;
  justify-content: space-around;
}
.c-plan__package-plan-item--middle {
  width: 45%;
  color: #fff;
  background-color: #eb6100;
  cursor: pointer;
}
.c-plan__package-plan-item--long {
  width: 45%;
  background-color: #fff;
  cursor: pointer;
}
.c-plan__package-plan-card--wrap {
  border: #000;
}
.c-plan__package-plan-card--middle {
  display: block;
}
.c-plan__package-plan-card--long {
  display: none;
}
.c-plan__package-plan-card--wrap {
  position: relative;
  margin: 4em 0 2em 0px;
  padding: 0.5em 1em;
  border: solid 3px #eb6100;
  border-radius: 8px;
}
.c-plan__package-plan-card--wrap-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 1.2em;
  background: #fff;
  color: #eb6100;
  font-weight: bold;
}
.c-plan__package-plan-card--frame {
  display: flex;
  justify-content: space-around;
  padding: 30px;
}
.c-plan__package-plan-card--left {
  flex: 1;
  max-height: 300px;
}
.c-plan__package-plan-card--right {
  flex: 1;
  padding-left: 30px;
  /* position: relative; */
}
.c-plan__package-plan-label--wrap {
  text-align: left;
}
.c-plan__package-plan-label {
  background-color: #eb6100;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin-right: 5px;
}
.c-content__package-plan-title--price {
  text-align: center;
  margin: 5% 0;
}
.c-plan__package-plan-card--right .c-content__package-plan-button {
  /* position: absolute; */
  bottom: 0;
  right: 0;
  left: 0;
}
.c-plan__package-plan-card--right .c-content__package-plan-button .plan__btn {
  margin: 0;
}
.c-plan__package-plan-card--long .c-content__package-plan-title--price {
  margin-top: 0;
  margin-bottom: 10px;
}
.c-content__package-plan--campaign-before {
  text-decoration: line-through 2px solid #f56500;
}
.c-plan__package-plan-card--wrap .c-content__package-plan-title--price {
  text-align: left;
}
.c-plan__package-plan-attention {
  font-size: 14px;
}
.c-plan__package-plan-attention--strong {
  font-weight: bold;
  text-decoration: underline;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.c-content__package-plan--campaign-after {
  font-size: 1.3em;
}
.c-content__package-plan--unit {
  font-size: 0.67em;
}
.c-plan__package-plan--grey {
  background-color: #f5f5f5;
  padding-bottom: 50px;
}
.box-title {
  position: absolute;
  display: inline-block;
  top: -42px;
  left: 0px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #ffc107;
  color: #ffffff;
  font-weight: bold;
}
h3:has(.c-content__package-plan-title--price) {
  margin-block-start: 2em;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #b9c42f;
}
.c-plan__normal-plan {
  background-color: #f5f5f5;
  padding: 50px 0 100px;
}
.c-plan__normal-plan-wrap {
  max-width: 1080px;
  margin: auto;
  /* padding-top: 20px; */
  text-align: center;
}
.c-plan__normal-plan--title {
  /* padding-bottom: 10px; */
}
.c-plan__normal-plan--text {
  max-width: 700px;
  margin: auto;
  text-align: left;
  padding-bottom: 50px;
}
.c-plan__normal-plan-bg-white {
  background-color: #fff;
  padding: 50px 0;
}
.c-plan__normal-plan-attention {
  text-align: left;
  max-width: 800px;
  margin: auto;
}
.c-plan__normal-plan-attention li {
  font-size: 0.8em;
  line-height: 2;
}

.c-plan__normal-plan-item:before {
  font-family: "Material Icons";
  content: "\e834";
}
.c-plan__normal-plan-price,
.c-plan__long-plan-price {
  font-size: 1.5em;
  color: #eb6100;
  font-weight: bold;
}
.c-plan__long-plan {
  margin-top: 20px;
}

/* Magazine */
.c-magazine__category-wrap {
  max-width: 1080px;
  margin: auto;
  padding: 30px 0;
}
.c-magazine__category-wrap:last-child {
  border-bottom: none;
}
.c-magazine__category-title {
  font-size: 3em;
  margin-bottom: 50px;
  text-align: center;

  padding: 0.5rem 0 0.8rem;
  font-weight: bold;
  background-image: linear-gradient(
    90deg,
    white 0% 40%,
    #eb6100 40% 60%,
    white 60%
  );
  background-repeat: no-repeat;
  background-size: 10% 0.3rem;
  background-position: bottom;
}
.c-magazine__category-items {
  display: flex;
  justify-content: center;
}
.c-magazine__category-item {
  width: 300px;
  margin: 0 15px;
  transition: all 0.2s;
}
.c-magazine__category-item:hover {
  opacity: 0.6;
  filter: brightness(110%);
}
.c-magazine__category-item a,
.c-magazine__category-item a:visited {
  text-decoration: none;
  color: #000;
}
.c-magazine__category-item p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  line-height: 1.5;
}
.c-magazine__category-day {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.c-magazine__category-day--image {
  width: 24px;
  height: 24px;
}
.c-magazine__category-day--text {
  margin-left: 10px;
  font-size: 1.2em;
}
.c-magazine__category-list-btn {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.7rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 50px 0;
  color: #fff;
  background-color: #eb6100;
  border-radius: 100vh;
}
.c-magazine__category-list-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

.c-magazine__category-item--more:hover {
  transform: scale(1.3, 1.3);
}

.c-magazine__slider {
  height: auto;
  margin: 0 5%;
}
.slick-img {
  height: 200px;
}
.c-magazine__slider--item {
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.c-magazine__slider a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70vh;
  margin: 0;
  text-decoration: none;
  color: #fff;
}
.c-magazine__slider--item h2 {
  font-size: 2.8em;
}
.c-magazine__slider--item span {
  font-size: 1.6em;
  line-height: 2;
}
.c-magazine__slider--item h2,
.c-magazine__slider--item span {
  background-color: #fff;
  color: #000;
  padding: 2px 15px;
}
.c-magazine__slider a:nth-child(1) {
  background-image: url(/images/magazine_pickup_other_outdoor_sauna_with_kids_points_pc.png);
}
.c-magazine__slider a:nth-child(2) {
  background-image: url(/images/magazine_pickup_other_sauna_origin_finland_language_pc.png);
}
.c-magazine__slider a:nth-child(3) {
  background-image: url(/images/magazine_pickup_sea_outdoor_sauna_mindfulness_intro_pc.jpg);
}
.c-magazine__slider .slick-dots {
  bottom: -5%;
  z-index: +1;
}

/* Magazine Item */
.c-hero--magazin-item {
  max-width: 640px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.c-magazine-item__target {
  position: relative;
  padding: 1rem 2rem;
  border: 3px solid #000;
  text-align: left;
  margin: 80px 0 50px !important;
}
.c-magazine-item__target:before {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: -24px;
  left: -3px;
  height: 24px;
  padding: 0 1em;
  content: "この記事はこんな人におすすめ！";
  color: #fff;
  background: #000;
}
.c-magazine-item__title {
  margin-top: 50px;
  font-size: 2.4em;
}
.c-magazine-item__title--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-magazine-item__title--info .c-magazine-item__title--tags p {
  font-size: 1.5em;
}
.c-magazine-item__title--info .c-magazine-item__title--tags span {
  display: inline-block;
  padding: 0.3em 0.6em;
  line-height: 1;
  text-decoration: none;
  color: #eb6100;
  background-color: #fff;
  border: 1px solid #eb6100;
  border-radius: 2em;
}
.c-magazine-item__title--info .c-magazine-item__title--tags span:before {
  content: "#";
}
.c-magazine-item__title--tags {
  flex: 3;
}
.c-magazine-item__title--date-wrap {
  flex: 1;
  text-align: end;
}
.c-magazine-item__title--date,
.c-magazine-item__title--update-date {
  font-size: 1.5em;
}
.c-magazine-item__title--date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/images/icon_calendar.jpeg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.c-magazine-item__title--update-date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/images/icon_reload.jpeg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.c-magazine-item__content img {
  padding: 20px 0;
}
.c-magazine-item__content ol {
  font-size: 2em;
  line-height: 2;
}
.c-magazine-item__content ul {
  font-size: 1.5em;
  line-height: 2;
}
.c-magazine-item__content h2 {
  font-size: 2em;
  margin-top: 80px;
}
.c-magazine-item__content .c-magazine-item--en {
  margin-top: 0;
  font-size: 1.2em;
}
.c-magazine-item__content h3 {
  font-size: 1.8em;
  margin-top: 50px;
}
.c-magazine-item__content h4 {
  font-size: 1.5em;
  margin-top: 50px;
}
.c-magazine-item__content--annotation {
  font-size: 1em;
  color: #757575;
}
.c-magazine-item__content--alt {
  font-size: 1.3em;
}
.c-magazine-item__sns {
  border-bottom: 1.5px solid rgba(112, 112, 112, 0.5);
  margin: 100px 0;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-magazine-item__sns a:first-child {
  margin-right: 10px;
}
.c-magazine-item__pr {
  text-align: center;
}
.c-magazine-item__website-img-pc {
  display: block;
}
.c-magazine-item__website-img-sp {
  display: none;
}
.c-magazine-item__website a {
  padding-top: 10px;
  font-size: 1.5em;
}
.c-magazine-item__quote {
  text-align: right;
  font-size: 0.8em;
  padding-top: 10px;
}

/* Magazine List */
.c-magazine-list {
  max-width: 1080px;
  margin: auto;
  padding: 30px 0 50px;
}
.c-magazine-list__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-magazine-list__items::after {
  display: block;
  content: "";
  width: 32%;
}
.c-magazine-list__item {
  margin: 10px 10px 20px;
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-magazine-list__item a,
.c-magazine-list__item a:visited {
  text-decoration: none;
  color: #000;
}
.c-magazine-list__item p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  line-height: 1.5;
  padding: 10px 0 5px;
}
.c-magazine-list__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-magazine-list__smart {
  border: dotted #1e366a 1px;
  margin: 3em 0;
  padding: 1em 1em 1em 4em;
}
.c-magazine-list__smart li {
  line-height: 1.5;
  padding: 0.5em;
  font-size: 1.5em;
}
.c-magazine-list__number {
  border: dotted #1e366a 1px;
  margin: 3em 0;
  padding: 1em 1em 1em 4em;
}
.c-magazine-list__number li {
  line-height: 1.5;
  padding: 0.5em;
  font-size: 1em;
}
.c-hero--magazin-item .plan__btn {
  margin: 20px 0 50px 0;
}

.c-magazine-item__table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0 100px !important;
}
.c-magazine-item__table tr {
  border-bottom: solid 2px #fff;
}
.c-magazine-item__table tr:last-child {
  border-bottom: none;
}
.c-magazine-item__table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #eb6100;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.c-magazine-item__table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #eb6100;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.c-magazine-item__table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 10px 10px 30px;
  text-align: left;
}
.c-magazine-item__attention {
  font-size: 0.8em;
}

/* FAQ start */
.c-faq {
  padding: 100px 0;
  max-width: 1000px;
  margin: auto;
}
.c-faq__attention {
  text-align: center;
}
.c-faq__attention-title {
  font-size: 2rem;
}
.c-faq__heading {
  font-size: 2.5rem;
  margin-top: 150px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0.5rem 0 0.8rem;
  font-weight: bold;
  background-image: linear-gradient(
    90deg,
    white 0% 40%,
    #eb6100 40% 60%,
    white 60%
  );
  background-repeat: no-repeat;
  background-size: 10% 0.3rem;
  background-position: bottom;
}
.c-faq__question {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 30px;
}
.c-faq__list {
  font-size: 1.6em;
  line-height: 2;
}
/* FAQ end */

.c-campaign {
  background-color: #f0f0e7;
}
.c-campaign__wrap {
  margin: auto;
  max-width: 1000px;
  padding: 50px 0;
}
.c-campaign__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.c-campaign__title-sauna {
  width: 150px;
}
.c-campaign__title-mark {
  width: 20px;
  margin: 0 20px;
}
.c-campaign__title-bbq {
  width: 200px;
}
.c-campaign h3 {
  padding-top: 30px;
}
.c-campaign li {
  font-size: 14px;
  line-height: 2;
}
.c-campaign__strong {
  font-size: 1.5em;
}
.media {
  max-width: 980px;
  text-align: center;
  padding-bottom: 100px;
  margin: auto;
}
.media__title {
  font-size: 3em;
  padding-bottom: 50px;
}
.media__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.media__item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  /* padding: 20px; */
  text-align: left;
}
.media__img {
  padding: 40px 20px;
}
.media__date {
  padding: 0 20px;
}
.media__card-title {
  padding: 0 20px;
}

@media screen and (max-width: 1279px) {
  .about,
  .flow,
  .education,
  .c-content__intro,
  .c-content__package-list,
  .c-content__equipment,
  .c-content__packages {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 959px) {
  h2 {
    font-size: 1.2em;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 10px;
  }
  .header__logo {
    margin: auto;
  }
  .header img {
    width: 70px;
    margin: 20% 0;
  }
  .hamburger-menu {
    display: inline;
  }
  .nav {
    display: none;
  }
  .hero {
    display: block;
    padding: 100px 10% 0;
    display: block;
    background-image: url(../images/hero_main.jpg);
  }
  .hero__img {
    width: 100%;
    margin: 20% auto 0;
  }
  .education {
    padding: 50px 10%;
  }
  .education__content {
    display: block;
  }
  .education__content--img {
    width: 100%;
    height: auto;
    margin: auto auto 100px;
  }
  .education__content--text {
    text-align: left;
  }
  .education__content--text a {
    width: 100%;
  }
  .education__achievement-wrap-title,
  .education__news-wrap-title {
    font-size: 1.5em;
    margin-top: 50px;
  }
  .education__achievement-item {
    display: block;
  }
  .education__achievement-text {
    padding-right: 0;
  }
  .education__achievement-title {
    text-align: center;
  }
  .education__achievement-link-wrap {
    padding-top: 0;
    padding-bottom: 30px;
    text-align: right;
  }
  .education__achievement-items {
    padding-bottom: 20px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .hero__sub-title {
    top: 15%;
    font-size: 2em;
  }
  .hero__title {
    bottom: 18%;
    font-size: 3em;
  }
  .hero__title--main-title {
    font-size: 2em;
  }
  .about {
    padding: 100px 10%;
    display: block;
  }
  .about__image {
    width: 100%;
    margin-left: 0;
    margin-top: 10%;
  }
  .value__first--title,
  .value__second--title,
  .value__third--title,
  .value__fourth--title {
    width: 100%;
    padding: 50px 10% 20px;
  }
  .value__first--desc,
  .value__second--desc,
  .value__third--desc,
  .value__fourth--desc {
    width: 100%;
    padding: 20px 10%;
  }
  .value__first--desc p,
  .value__second--desc p,
  .value__third--desc p,
  .value__fourth--desc p {
    font-size: 1.5rem;
  }
  .value__first {
    background-image: url(../images/value_first.webp);
    background-attachment: scroll;
  }
  .value__first::before {
    background-image: url(/images/value_first_sp.webp);
  }
  .value__second {
    background-image: url(/images/value_roryu_sp.webp);
    background-attachment: scroll;
  }
  .value__second::before {
    background-image: url(/images/value_roryu_sp.webp);
  }
  .value__third {
    background-image: url(../images/value_third.webp);
    background-attachment: scroll;
  }
  .value__third::before {
    background-image: url(../images/value_third.webp);
  }
  .value__fourth {
    background-image: url(/images/value_setup_sp.jpg);
    background-attachment: scroll;
  }
  .value__fourth::before {
    background-image: url(/images/value_setup_sp.jpg);
  }
  .plan {
    padding: 20px 5%;
    background-image: none;
    background-color: #f5f5f5;
  }
  .plan::before {
    background-image: none;
  }
  .facility {
    padding: 100px 0;
  }
  .facility h2 {
    font-size: 3rem;
  }
  .facility__contents {
    display: block;
  }
  .facility__content {
    width: 100%;
  }
  .facility__other-items {
    display: block;
  }
  .facility__other-item {
    border: none;
    margin: 50px 5%;
    padding: 0;
    line-height: 2;
  }
  .facility__other--text {
    margin: 30px;
    text-align: center;
  }
  .facility__other-item--title {
    text-align: left;
    margin: 0 20px;
  }
  .plan__title {
    padding: 0;
    font-size: 3rem;
  }
  .plan__table-item {
    background-color: #fff;
    border-radius: 20px;
    margin: 20px;
    padding: 10px;
  }
  .plan__table-item p {
    font-size: 15px;
  }
  .plan__table-item--price {
    font-size: 4rem;
    color: #eb6100;
  }
  .c-plan__sub-item--wrap {
    flex-direction: column;
    text-align: center;
  }
  .flow {
    margin: 100px auto;
    padding: 0 10%;
  }
  .flow__title {
    font-size: 3em;
  }
  .flow__contents {
    display: block;
    text-align: center;
  }
  .flow__content {
    width: 100%;
    height: 200px;
  }
  .flow__contents img {
    margin: 30px 0;
    transform: rotate(90deg);
  }

  /* content start */
  .c-hero__wrap {
    display: block;
  }
  .c-hero__title {
    font-size: 3em;
    margin-left: 5%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-hero__sub-title {
    font-size: 1rem;
    margin-left: 7%;
    margin-top: 0;
  }
  .c-hero__image {
    object-position: 70% 60%;
  }
  .pankuzu {
    margin-bottom: 0;
  }
  .c-tokushoho,
  .c-cancel-policy {
    padding: 50px 5%;
  }
  .c-content__equipment,
  .c-content__packages,
  .c-content__attention {
    padding: 50px 5% 0 5%;
    margin-bottom: 0;
  }
  .c-content__equipment-lists {
    display: block;
  }
  .c-content__equipment-text {
    text-align: left;
  }
  .c-plan__stove-item,
  .c-plan__stove-item:nth-child(1) {
    flex-direction: column-reverse;
  }
  .c-plan__stove-item--image img {
    width: 100%;
  }
  .c-plan__stove-wrap--text {
    padding: 100px 0 50px;
    text-align: left;
  }
  .c-content__package-list--wrap {
    display: block;
  }
  .c-content__package-list--item {
    margin: 20px 0;
    padding: 20px;
    width: 100%;
  }
  .c-content__package-title {
    display: block;
    text-align: center;
  }
  .c-content__package-img {
    width: auto;
  }
  .c-content__package-button .plan__btn {
    margin-top: 20px;
  }
  .c-contact {
    padding: 50px 5%;
  }
  .c-contact section {
    margin: 50px 0 100px 0;
  }
  .c-contact__items {
    display: block;
    margin-top: 50px;
  }
  .c-contact__item {
    margin-right: 0;
    margin-left: 0;
  }
  .footer__list {
    display: block;
  }
  /* content end */

  /* Activity Start */
  .c-activity-first-view__boxes {
    display: block;
  }
  .c-activity-first-view__box {
    height: 400px;
  }
  .c-activity-detail__content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-activity-detail__box,
  .c-activity-detail__box--reversal {
    display: block;
    width: 100%;
    height: auto;
    padding: 100px 10px;
  }
  .c-activity-detail__text {
    text-align: center;
    padding-left: 0;
  }
  .c-activity-rental {
    padding: 100px 20px;
  }
  .c-activity-other-bottom {
    padding: 0;
  }
  .c-activity-other-bottom ul {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .activity-pankuzu {
    margin-bottom: -8px;
  }
  /* Activity End */
  .c-content__intro {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .c-content__intro-items {
    display: block;
  }
  .c-content__intro-attention {
    padding-top: 30px;
    text-align: start;
  }
  .c-plan__package-plan-card--frame {
    flex-direction: column;
    padding: 30px 0;
  }
  .c-plan__package-plan-card--wrap {
    margin: 4em 1em 2em 1em;
  }
  .c-plan__package-plan-card--right {
    padding-left: 0;
  }
  .c-plan__package-plan-label--wrap {
    padding-top: 15px;
  }
  .c-plan__package-plan-card--middle,
  .c-plan__package-plan-card--long {
    display: block;
  }

  .c-plan__normal-plan {
    padding: 50px 30px 100px;
  }
  .c-plan__normal-plan-attention {
    padding: 50px 10px 0;
  }

  /* Magazine */
  .c-magazine__category-wrap {
    margin: 50px 5%;
    padding: 0;
  }
  .c-magazine__slider {
    margin: 0;
  }
  .c-magazine__slider a:nth-child(1) {
    background-image: url(/images/magazine_pickup_other_outdoor_sauna_with_kids_points_sp.png);
  }
  .c-magazine__slider a:nth-child(2) {
    background-image: url(/images/magazine_pickup_other_sauna_origin_finland_language_sp.png);
  }
  .c-magazine__slider a:nth-child(3) {
    background-image: url(/images/magazine_pickup_sea_outdoor_sauna_mindfulness_intro_sp.jpg);
  }
  .c-magazine__slider--item {
    width: 90%;
    left: 0;
  }
  .c-magazine__category-items {
    flex-wrap: wrap;
  }
  .c-magazine__category-item {
    margin: 20px 10px;
  }
  .c-magazine__category-title {
    background-size: 30% 0.3rem;
  }
  .c-magazine__category-list-btn {
    margin: 30px 0 50px 0;
  }
  /* Magazine List */
  .c-magazine-list {
    padding: 10px 0;
  }
  .c-magazine-list__items {
    justify-content: center;
  }
  .c-magazine-list__item {
    width: 100%;
    margin: 10px 5% 20px;
  }
  /* Magazine Item */
  .c-magazine-item__title {
    margin-top: 0px;
  }
  .c-magazine-item__title--info {
    margin-bottom: 20px;
  }
  .c-magazine-item__title--info p {
    font-size: 1.2em;
  }
  .c-magazine-item__title--date-wrap {
    flex: 2;
  }
  .c-magazine-item__title--date,
  .c-magazine-item__title--update-date {
    font-size: 1.2em;
  }
  .c-magazine-item__content h2 {
    font-size: 1.8em;
  }
  .c-magazine-item__sns {
    margin: 50px 0;
  }
  .c-plan__package-plan--grey {
    background-color: #fff;
    padding-bottom: 0;
  }
  .c-magazine-item__website-img-pc {
    display: none;
  }
  .c-magazine-item__website-img-sp {
    display: block;
  }
  .c-hero {
    padding-top: 90;
  }
  .c-hero--magazin-item .plan__btn {
    margin: 0 0 50px 0;
  }
  /* FAQ start */
  .c-faq {
    padding: 100px 15px;
  }
  .c-faq__heading {
    background-size: 30% 0.3rem;
  }
  /* FAQ end */
  .c-campaign__title {
    padding-bottom: 0;
  }
  .c-campaign__wrap {
    padding: 50px 20px;
  }
  .campaign__wrap {
    padding: 0 20px;
  }
  .campaign__tag {
    margin-bottom: 10px;
  }
  .c-campaign__title-sauna {
    width: 100px;
  }
  .c-campaign__title-bbq {
    width: 150px;
  }
  .campaign__item-wrap {
    display: block;
    margin: 30px 0;
  }
  .c-content__package-option-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 30px 60px 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-local__section--parallax-hero {
    background-position: 50% 65%;
  }
  .c-local__section--parallax01 {
    background-position: 50% 50%;
  }
  .c-local__section--parallax02 {
    background-position: 50% 65%;
  }
  .c-local__section--parallax03 {
    background-position: 50% 100%;
  }
  .c-local__section-title {
    font-size: 3rem;
  }
  .c-local__section-text {
    font-size: 2rem;
  }
  .c-local__section-content {
    padding: 20% 5% 5% 5%;
  }
  .c-local__section--parallax04 > .c-local__section-content {
    padding-top: 10%;
  }
  .c-local__privilege-items {
    display: flex;
    max-width: 1400px;
    margin: auto;
  }
  .c-local__privilege-item {
    margin: 50px;
  }
  .c-local__invite {
    padding: 300px 200px;
  }
  .c-local__desc,
  .c-local__attention {
    max-width: 1080px;
    margin: auto;
    padding-top: 150px;
  }
  .c-local__privilege-item--title {
    font-size: 2.3rem;
  }
  .c-local__privilege-title,
  .c-local__desc-title,
  .c-local__attention-title {
    font-size: 3rem;
  }
  .c-local__privilege-item--text {
    font-size: 1.8rem;
  }
  .c-local__invite-title {
    font-size: 3rem;
  }
  .c-local__invite-text {
    font-size: 1.8rem;
  }
  .c-local__reuse {
    /* height: calc(var(--vh, 1vh) * 100); */
    padding: 0% 5% 5% 5%;
  }
  .c-local__reuse-title {
    font-size: 3rem;
  }
  .c-local__reuse-image01 {
    object-fit: cover;
    top: 85%;
  }
  .c-local__reuse-image02 {
    width: 50%;
    height: 90%;
    max-height: 700px;
    object-fit: cover;
  }
  .c-local__reuse-desc--sp {
    display: none;
  }
  .c-local__reuse-desc--pc {
    top: 20%;
    text-align: left;
    max-width: 420px;
    right: 2%;
    position: absolute;
    display: block;
    font-size: 1.5rem;
  }
  .c-local__desc-list,
  .c-local__attention-list {
    font-size: 1.8rem;
  }
  .c-local__calendar-wrap {
    display: flex;
    justify-content: space-evenly;
  }
  .c-local__calendar-content {
    left: 0;
  }
  .c-local__calendar-list {
    font-size: 1.5rem;
    padding: 50px 10% 0 15%;
  }
}

.helper__hero {
  height: 100vh;
  background-image: url(/images/sauna_helper_bg_main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.helper__hero-wrap {
  position: relative;
  max-width: 800px;
  height: 100%;
  margin: auto;
  top: 30%;
}
.helper__hero-bg {
  position: absolute;
}

.helper__hero-title {
  position: absolute;
  padding-top: 20%;
}
.helper__main {
  max-width: 600px;
  margin: auto;
}
.helper__main h3 {
  font-size: 1.8em;
}
.helper__content {
  padding-top: 150px;
}
.helper__content-title {
  color: #ff872f;
  font-size: 2em;
  padding-bottom: 20px;
}
.helper__content-img {
  padding-top: 50px;
}
.helper__requirement {
  padding-top: 50px;
}
.helper__requirement-title {
  font-size: 2em;
  padding-bottom: 20px;
}
.helper__flow {
  padding-top: 50px;
}
.helper__flow-title {
  font-size: 2em;
  color: #ff872f;
  padding-bottom: 20px;
}
.helper__flow-attention {
  font-size: 1.5em;
  line-height: 2;
  font-weight: normal;
}
.helper__list {
  font-size: 14px;
  line-height: 2;
}
.helper__line {
  text-align: center;
  padding: 50px 5%;
}
.helper__line-icon {
  max-width: 100px;
}
@media screen and (max-width: 959px) {
  .helper__hero {
    background-image: url(/images/sauna_helper_bg_main_sp.png);
  }
  .helper__hero-wrap {
    text-align: inherit;
  }
  .helper__content {
    padding: 100px 5% 0;
  }
  .helper__requirement {
    padding: 50px 5% 0;
  }
  .helper__flow {
    padding: 0 5%;
  }
  .helper__content-title,
  .helper__flow-title {
    text-align: center;
  }
}

.c-plan__package-plan h3 {
  font-size: 20px;
}
.c-plan__package-plan {
  font-size: 18px;
}
