@charset "UTF-8";
/*--------------------------------------
基本設定
--------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  font-family: "Zen Maru Gothic", serif;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.inner {
  width: calc(100% - 30px);
  max-width: 1060px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.grecaptcha-badge {
  bottom: 150px !important;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.heading__en {
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.8px;
}
@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 70px;
    letter-spacing: 5px;
  }
}

.heading__ja {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .heading__ja {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 8px 28px;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid currentColor;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  min-width: 150px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 960px) {
  /* 960px以下で適用させたいcssを記述していく */
  .button {
    font-size: 12px;
    min-width: 100px;
  }
}

.button:hover {
  background-color: #fabe00;
}
.button--type2 {
  background-color: #111;
  color: #fff;
}
.button--type2:hover {
  background-color: #fff;
  color: #111;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

/*--------------------------------------
アニメーション
--------------------------------------*/
.balloon02 {
  -moz-animation: balloon02 ease 4s infinite;
  -webkit-animation: balloon02 ease 4s infinite;
  -ms-animation: balloon02 ease 4s infinite;
  -o-animation: balloon02 ease 4s infinite;
  animation: balloon02 ease 4s infinite;
}
@-webkit-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@-o-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@-ms-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@-moz-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

@media screen and (max-width: 640px) {
  @-webkit-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @-o-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @-ms-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @-moz-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
}
.bounce {
  animation: bounce_2641 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce_2641 {
  0% {
    transform: translateY(0);
  }
  12.5% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  62.5% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.float {
  animation: float_8475 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_8475 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.vertical {
  animation: vertical_7592 2.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_7592 {
  0% {
    transform: translate(0, -3px);
  }
  3.27869% {
    transform: translate(0, 3px);
  }
  6.55738% {
    transform: translate(0, -3px);
  }
  9.83606% {
    transform: translate(0, 3px);
  }
  13.11475% {
    transform: translate(0, -3px);
  }
  16.39344% {
    transform: translate(0, 3px);
  }
  18.03279% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.balloon01 {
  -moz-animation: balloon01 ease 4s infinite;
  -webkit-animation: balloon01 ease 4s infinite;
  -ms-animation: balloon01 ease 4s infinite;
  -o-animation: balloon01 ease 4s infinite;
  animation: balloon01 ease 4s infinite;
}
@-webkit-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 27px;
  }
}
@-o-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
@-ms-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
@keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
@-moz-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
.amatic-sc-regular {
  font-family: "Amatic SC", serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-sc-bold {
  font-family: "Amatic SC", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------
ヘッダー
--------------------------------------*/
.header {
  background: url(../img/cloud.png) center/cover no-repeat;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header {
    height: 230px;
  }
}

.header-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-img img {
  width: 30px;
}
.test {
  width: 55px;
}
.header-icon {
  height: 36px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 22px 15px;
}

@media screen and (min-width: 768px) {
  .header__inner {
    padding: 21px 30px 21px 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header__logo {
    padding-top: 6px;
  }
  .header__logo a img {
    width: 95px;
  }
}

.header__logo a img {
  width: 50px;
  display: block;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .header__nav {
    gap: 15px;
  }
}

.header__link {
  letter-spacing: 0.48px;
  transition: color 0.3s;
}
.header__link:hover {
  color: #f5810e;
}
@media screen and (max-width: 960px) {
  .header__link {
    font-size: 13px;
  }
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

/* ドロワーアイコン */
.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear,
    -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(../img/blue_bk.jpg);
  opacity: 0.9;
  z-index: 50;
  padding: 86px 40px 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content__link {
  display: block;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

.drawer-content__button {
  margin-top: 14px;
  text-align: center;
}

/*--------------------------------------
TOPデザイン
--------------------------------------*/
.mv {
  max-width: calc(100% - 30px);
  margin: 0 auto 50px;
  border-radius: 50px;
  background: url(../img/main.jpg) center/cover no-repeat;
  position: relative;
  height: 900px;
  margin-right: 200px;
  margin-left: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    margin: 0 50px 50px;
    height: 900px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  .mv {
    margin: 0 auto 50px;
    border-radius: 20px;
    height: 300px;
  }
}

.mv__inner {
  padding: 50px 20px 255px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv__inner {
    padding: 110px 30px 109px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.mv__lead1,
.mv__lead2 {
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #f29a4c;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .mv__lead1,
  .mv__lead2 {
    font-size: 56px;
    letter-spacing: 3.8px;
    padding: 12px 16px;
    margin: 0;
  }
  .mv__lead2 {
    margin-top: 14px;
  }
}

.mv__description {
  display: none;
  text-align: center;
  letter-spacing: 0.48px;
  margin-top: 26px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .mv__description {
    display: block;
    text-align: left;
    font-size: 25px;
    letter-spacing: 0.54px;
    margin-top: 20px;
    text-shadow: 6px 5px 2px gray;
    color: white;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__description {
    display: none;
  }
}
.mv__button {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__button {
    margin-top: 30px;
    text-align: left;
  }
}

.mv__image {
  position: absolute;
  right: 0;
  bottom: -108px;
  width: 100%;
  text-align: center;
}
.mv__image img {
  width: 345px;
}

@media screen and (min-width: 768px) {
  .mv__image {
    width: 57.7%;
    bottom: -88px;
    right: 30px;
    text-align: right;
  }
  .mv__image img {
    width: 600px;
  }
}

.design01 {
  padding: 10px 0;
  width: 90%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .design01 {
    width: 80%;
    height: 80%;
  }
}

.top-img {
  display: flex;
}
.top-img img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .top-img img {
    width: 150px;
  }
}

.heading-31 {
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 2px solid #ffa257;
  color: #333;
  font-size: 14px;
}
.heading-31::before,
.heading-31::after {
  content: "";
  position: absolute;
  background: #ffa257;
}
.heading-31::before {
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 5px;
  width: 10px;
}
.heading-31::after {
  top: 0.6em;
  left: 0;
  transform: rotate(15deg);
  height: 3px;
  width: 8px;
}

@media screen and (min-width: 768px) {
  .heading-31 {
    font-size: 27px;
    border-bottom: 3px solid #ffa257;
  }
  .heading-31::before {
    height: 11px;
    width: 12px;
  }
  .heading-31::after {
    height: 8px;
    width: 8px;
  }
}

/* MV絶対配置アイテム */
.mv-absolute01,
.mv-absolute02,
.mv-absolute03,
.mv-absolute04,
.mv-absolute05,
.mv-absolute06,
.mv-absolute07,
.mv-absolute08 {
  position: absolute;
}

.mv-absolute01 {
  bottom: -50%;
  width: 150px;
  left: -20%;
}
.mv-absolute02 {
  bottom: -20%;
  width: 130px;
  left: -10%;
}
.mv-absolute03 {
  top: -100px;
  width: 100px;
  right: -150px;
}
.mv-absolute04 {
  top: -100px;
  width: 100px;
  right: -50px;
}
.mv-absolute05 {
  top: -100px;
  width: 100px;
  right: 50px;
}
.mv-absolute06 {
  top: -82px;
  width: 100px;
  left: -11%;
}
.mv-absolute07 {
  top: -52px;
  width: 80px;
  left: 6%;
}
.mv-absolute08 {
  top: -52px;
  width: 80px;
  left: -1%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-absolute01 {
    bottom: -31%;
    width: 100px;
    left: -32px;
  }
  .mv-absolute02 {
    bottom: -19%;
    width: 59px;
    left: 0;
  }
  .mv-absolute03 {
    top: -100px;
    width: 70px;
    right: -43px;
  }
  .mv-absolute04 {
    top: -100px;
    width: 70px;
    right: 27px;
  }
  .mv-absolute05 {
    top: -100px;
    width: 70px;
    right: 96px;
  }
  .mv-absolute06 {
    top: -65px;
    width: 60px;
    left: 0;
  }
  .mv-absolute07 {
    top: -48px;
    width: 50px;
    left: 18%;
  }
  .mv-absolute08 {
    top: -52px;
    width: 60px;
    left: 9%;
  }
}

@media screen and (max-width: 520px) {
  .mv-absolute01 {
    bottom: 24%;
    width: 70px;
    left: 0;
  }
  .mv-absolute02 {
    bottom: 35%;
    width: 40px;
    left: 0;
  }
  .mv-absolute03 {
    top: -30px;
    width: 40px;
    right: 40px;
  }
  .mv-absolute04 {
    top: -30px;
    width: 40px;
    right: 0;
  }
  .mv-absolute05 {
    top: -28px;
    width: 40px;
    right: 80px;
  }
  .mv-absolute06 {
    top: -65px;
    width: 80px;
    left: 17%;
  }
  .mv-absolute07 {
    top: -27px;
    width: 40px;
    left: 42%;
  }
  .mv-absolute08 {
    top: -27px;
    width: 40px;
    left: 53%;
  }
}

/*--------------------------------------
ニュース
--------------------------------------*/
.news {
  padding: 30px 0 60px;
  background: url(../img/051d.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 50px 0;
  }
}

.infomation {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .infomation {
    width: 350px;
  }
}

.news__card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 9px 30px 0px #f4f4f4;
  padding: 40px 12px;
}
@media screen and (min-width: 768px) {
  .news__card {
    border-radius: 30px;
    padding: 40px 9.21% 34px;
  }
}

.news__title {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 50px;
    letter-spacing: 5px;
    text-align: left;
  }
}

.news__lists {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .news__lists {
    margin-top: 30px;
  }
}

.news__lists > * + *::before,
.news__list:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #e3e3e3;
}

.news__link {
  text-align: right;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .news__link {
    margin-top: 20px;
  }
}

.news__link a {
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  padding-bottom: 8px;
  vertical-align: top;
  transition: color 0.3s;
}
.news__link a:hover {
  color: #fabe00;
}

.news-link {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 10px 0;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .news-link {
    flex-direction: row;
    padding: 12px 0;
    gap: 0;
  }
}
.news-link:hover {
  background-color: #fff9e5;
}

.news-link__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .news-link__meta {
    width: 247px;
    flex-shrink: 0;
    gap: 14px;
  }
}

.news-link__date {
  color: #333;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news-link__date {
    width: 119px;
  }
}

.news-link__label {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 2px;
  min-width: 63px;
  text-align: center;
}
.news-link__label.is-news {
  background: #e4780c;
}
.news-link__label.is-column {
  background: #ecb815;
}
.news-link__label.is-event {
  background: #389b47;
}
/*--------------------------------------
サービス内容
--------------------------------------*/
.service {
  padding-top: 50px;
  background: url(../img/blue_bk.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 180px;
  }
}

.service-title {
  padding-bottom: 30px;
}

.service-img {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.service-part {
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-part {
    width: 500px;
  }
}

.service-part-second {
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-part-second {
    width: 400px;
  }
}
.service-text {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .service-text {
    padding: 30px;
  }
}
/* 画像の絶対配置 */
.service-absolute01,
.service-absolute02,
.service-absolute03,
.service-absolute04,
.service-absolute05 {
  position: absolute;
  width: auto;
  z-index: 9999; /* 最前面に表示 */
}
.service-absolute01 {
  top: 16%;
  left: 32%;
  width: 130px;
}
.service-absolute02 {
  bottom: 56.5%;
  left: 32%;
  width: 130px;
}
.service-absolute03 {
  bottom: 91%;
  left: 79%;
  width: 160px;
}
.service-absolute04 {
  top: 0;
  left: 20%;
  width: 140px;
}
.service-absolute05 {
  top: 0;
  left: 10%;
  width: 166px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-absolute01,
  .service-absolute02 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .service-absolute02 {
    bottom: 53.5%;
    left: 10%;
    width: 130px;
  }
  .service-absolute03 {
    bottom: 94%;
    width: 120px;
  }
  .service-absolute04,
  .service-absolute05 {
    width: 90px;
  }
}

@media screen and (max-width: 520px) {
  .service-absolute01 {
    top: 11.5%;
    left: 16%;
    width: 60px;
  }
  .service-absolute02 {
    bottom: 58.5%;
    left: 16%;
    width: 60px;
  }
  .service-absolute03 {
    bottom: 96%;
    left: 73%;
    width: 83px;
  }
  .service-absolute04 {
    top: 0;
    left: 11%;
    width: 50px;
  }
  .service-absolute05 {
    top: 0;
    left: 3%;
    width: 50px;
  }
}

.service-box {
  display: block;
  border: 5px dashed #f29a4c;
  border-radius: 15px;
  background-color: #fafafa;
  padding: 1em;
  margin: 0 30px;
}
@media screen and (min-width: 1180px) {
  .service-box {
    width: 800px;
    margin: 0 auto;
  }
}

.service-button {
  display: block;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-button {
    width: 400px;
  }
}

.heading11 {
  position: relative;
  font-size: 19px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .heading11 {
    font-size: 26px;
  }
}

.heading11::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 30px;
  color: #fc5185;
  font-size: 30px;
}
.heading11::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #fc5185;
}

.service-box img,
.service-box-second img,
.service-img-box img {
  border-radius: 10px;
  display: block;
  margin: 0 auto 30px;
}

.service-box-second {
  display: flex;
  gap: 10px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .service-box-second {
    gap: 70px;
  }
}

.service-box-second img {
  width: 175px;
}
@media screen and (min-width: 768px) {
  .service-box-second img {
    width: 600px;
    border-radius: 70px;
  }
}

.service-thought {
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .service-thought {
    padding: 0 400px;
  }
}

.service-img-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .service-img-box {
    justify-content: center;
  }
}

/*--------------------------------------
感謝の声
--------------------------------------*/
.gallery__inner {
  padding: 0 5px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery__inner {
    padding: 0 30px;
    max-width: 860px;
  }
}

.gallery__slider {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .gallery__slider {
    margin-top: 60px;
  }
}

.gallery__swiper {
  padding: 0 5px 26px;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .gallery__swiper {
    padding: 0 80px 26px;
    margin: 0;
  }
}

.gallery__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  bottom: 0 !important;
}
.gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bcbcbc;
  opacity: 1;
  margin: 0 !important;
}
.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fabe00;
}

.gallery__prev,
.gallery__next {
  width: 40px;
  height: 40px;
  margin-top: -38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .gallery__prev,
  .gallery__next {
    width: 50px;
    height: 50px;
    margin-top: -60px;
  }
}

.gallery__prev::after,
.gallery__next::after {
  display: none;
}

.gallery__prev {
  left: 0;
  background-image: url(../img/prev-icon.png);
}
@media screen and (min-width: 768px) {
  .gallery__prev {
    left: 10px;
  }
}

.gallery__next {
  right: 0;
  background-image: url(../img/next-icon.png);
}
@media screen and (min-width: 768px) {
  .gallery__next {
    right: 10px;
  }
}

.gallery-card {
  border-radius: 20px;
  border: 3px solid #111;
  background: #fff;
  box-shadow: 0 9px 30px #f4f4f4;
  padding: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .gallery-card {
    border-radius: 30px;
    padding: 17px;
  }
}
.gallery-card p {
  padding: 10px;
}
.gallery-card__image {
  text-align: center;
  margin: 0 auto 12px;
  width: 50%;
}
.gallery-card__image img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-card__image img {
    border-radius: 20px;
  }
}

.gallery-card__text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-card__text {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
/*--------------------------------------
コンセプト
--------------------------------------*/
.concept {
  padding: 10px 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-bottom: 180px;
  }
}

.concept-absolute,
.concept-absolute-second {
  position: absolute;
  right: 0;
}
.concept-absolute {
  bottom: 24%;
  width: 63px;
  left: 2%;
}
@media screen and (min-width: 768px) {
  .concept-absolute {
    bottom: 51%;
    width: 100px;
    left: 53%;
  }
}
.concept-absolute-second {
  bottom: 1%;
  width: 90px;
  left: 73%;
}
@media screen and (min-width: 768px) {
  .concept-absolute-second {
    bottom: 21%;
    width: 150px;
    left: 77%;
  }
}

.concept-title {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .concept-title {
    padding-bottom: 80px;
  }
}

.concept-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .concept-wrapper {
    display: flex;
    margin: auto;
  }
}

.heading01,
.heading02 {
  display: block;
  font-size: 25px;
  width: 160px;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .heading01,
  .heading02 {
    font-size: 30px;
  }
}

.heading01 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #fc5185 70%);
}
.heading02 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffcc00 70%);
}

.concept-text-box p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .concept-text-box p {
    font-size: 20px;
  }
}

.concept-text {
  padding-bottom: 30px;
}

.concept-img-box {
  padding-left: 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .concept-img-box {
    padding-left: 40px;
  }
}

.concept-flower {
  margin-bottom: 20px;
}
/*--------------------------------------
４つの特徴
--------------------------------------*/
.merit {
  padding: 60px 0;
  background-image: url(../img/news_bk.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .merit {
    padding: 100px 0 98px;
  }
}

.merit__title {
  margin-bottom: 100px;
}

/* タブレット（iPad）専用 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .merit__title {
    margin-bottom: 0; /* または適宜調整 */
  }
}

/* PC以上 */
@media screen and (min-width: 1025px) {
  .merit__title {
    margin-bottom: 200px;
  }
}

.merit-absolute,
.merit-absolute01,
.merit-absolute02,
.merit-absolute03,
.merit-absolute04 {
  position: absolute;
}

/* 絶対配置レスポンシブ例 */
.merit-absolute {
  bottom: 82.4%;
  width: 200px;
  left: 30%;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .merit-absolute {
    bottom: 88%;
    width: 150px;
    left: 11%;
  }
}
@media screen and (max-width: 520px) {
  .merit-absolute {
    bottom: 92.1%;
    width: 90px;
    left: 5%;
  }
}
.merit-absolute01 {
  position: absolute;
  top: 10%;
  width: 50px;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .merit-absolute01 {
    right: 0;
    width: 100px;
    left: 82%;
    top: 20%;
  }
}
.merit-absolute02 {
  position: absolute;
  top: 26%;
  width: 40px;
  right: 77%;
}
@media screen and (min-width: 768px) {
  .merit-absolute02 {
    top: 37%;
    width: 80px;
    right: 77%;
  }
}
.merit-absolute03 {
  position: absolute;
  top: 50%;
  width: 35px;
  right: 8%;
}
@media screen and (min-width: 768px) {
  .merit-absolute03 {
    top: 53%;
    width: 63px;
    right: 20%;
  }
}
.merit-absolute04 {
  position: absolute;
  top: 76%;
  width: 44px;
  right: 83%;
}
@media screen and (min-width: 768px) {
  .merit-absolute04 {
    top: 76%;
    width: 80px;
    right: 75%;
  }
}
.merit__boxes {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .merit__boxes {
    margin-top: 60px;
    gap: 40px;
  }
}

.merit-box {
  border-radius: 20px;
  background: #fff;
  border: 3px dashed #f29a4c;
  padding: 10px 20px 24px;
}
@media screen and (min-width: 768px) {
  .merit-box {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    padding: 20px 90px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .merit-box {
    padding: 30px;
  }
}
.merit-box.is-reverse {
  flex-direction: row;
}

.merit-box__image {
  text-align: center;
}
.merit-box__image img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .merit-box__image img {
    width: 350px;
  }
}

.merit-box__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .merit-box__body {
    margin-top: 0;
    width: 56.5%;
  }
}

.merit-box__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .merit-box__head {
    gap: 28px;
  }
}

.merit-box__number {
  color: #fabe00;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .merit-box__number {
    font-size: 110px;
  }
}

.merit-box__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .merit-box__title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.merit-box__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 200%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .merit-box__text {
    margin-top: 16px;
    font-size: 15px;
  }
}

.point-img {
  display: block;
  width: 100px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .point-img {
    display: none;
  }
}

.service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .service-wrapper {
    gap: 80px;
  }
}
/*--------------------------------------
予約方法
--------------------------------------*/
/*--------------------------------------
使い方
--------------------------------------*/
.usage {
  border-radius: 20px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(
    to right,
    #f78ca0 0%,
    #f9748f 19%,
    #fd868c 60%,
    #fe9a8b 100%
  );
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .usage {
    border-radius: 30px;
    max-width: calc(100% - 60px);
    margin-bottom: 200px;
    margin-right: 300px;
    margin-left: 300px;
  }
}
.usage {
  border-radius: 30px;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(
    to right,
    #f78ca0 0%,
    #f9748f 19%,
    #fd868c 60%,
    #fe9a8b 100%
  );
  margin-bottom: 150px;
  margin-right: 200px;
  margin-left: 200px;
}
/*960px以下*/
@media screen and (max-width: 960px) {
  /* 960px以下で適用させたいcssを記述していく */
  .usage {
    max-width: calc(100% - 30px);
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .mv {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    height: 300px;
  }
}

.usage__inner {
  padding: 50px 20px 255px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .usage__inner {
    padding-top: 110px;
    padding-bottom: 109px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.usage__lead1,
.usage__lead2 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .usage__lead1,
  .usage__lead2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
    letter-spacing: 3.8px;
    padding: 12px 16px;
  }
}

.usage__lead2 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .usage__lead2 {
    margin-top: 14px;
  }
}
.usage__image {
  position: absolute;
  right: 0;
  bottom: -108px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .usage__image {
    width: 57.6923076923%;
    text-align: right;
    bottom: -88px;
    right: 30px;
  }
}
.usage__image {
  position: absolute;
  width: 57.6923076923%;
  text-align: right;
  bottom: -88px;
  right: 30px;
}
/*960px以下*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .usage__image {
    width: 50%;
    text-align: right;
    bottom: -88px;
    right: -3%;
  }
}
/*520px以下*/
@media screen and (max-width: 520px) {
  .usage__image {
    right: 0;
    bottom: -108px;
    width: 100%;
    text-align: center;
  }
}
.usage__image img {
  width: 500px;
}
@media screen and (min-width: 768px) {
  .usage__image img {
    width: 800px;
  }
}
/**動画**/
.movie {
  padding-bottom: 60px;
  background: url(../img/section-bg.png) repeat top left/529px auto;
}
@media screen and (min-width: 768px) {
  .movie {
    padding-bottom: 100px;
  }
}

.movie__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.movie__iframe {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__iframe {
    margin-top: 56px;
  }
}
.movie__iframe iframe {
  width: 345px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 345/194;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .movie__iframe iframe {
    width: 640px;
    aspect-ratio: 640/360;
  }
}

.location img {
  width: 30px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .location img {
    width: 30px;
    margin-right: 5px;
    height: 100%;

    display: none;
  }
}

.house {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .house {
    padding-bottom: 150px;
  }
}

.how-to-use {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .how-to-use {
    padding: 100px 0;
  }
}

.how-to-use__boxes {
  margin-top: 104px;
  display: flex;
  flex-direction: column;
  gap: 112px;
}
@media screen and (min-width: 768px) {
  .how-to-use__boxes {
    margin-top: 89px;
    gap: 75px;
  }
}

.how-to-use__box {
  border-radius: 30px;
  background: #fffbf0;
  padding: 54px 40px 48px;
}
@media screen and (min-width: 768px) {
  .how-to-use__box {
    border-radius: 40px;
    margin: 0 auto;
  }
}

.how-to-use__box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to-use__box-title {
    font-size: 22px;
    letter-spacing: 2.2px;
    padding-right: 95px;
    width: fit-content;
    margin: 0 auto;
  }
}

.how-to-use__box-title img {
  width: 150px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: calc(100% + 16px);
}
@media screen and (min-width: 768px) {
  .how-to-use__box-title img {
    right: 0;
    transform: translateX(0);
    bottom: 0;
  }
}

.is-type2 .how-to-use__box-title {
  padding-left: 95px;
  padding-right: 0;
}
.is-type2 .how-to-use__box-title img {
  left: 0;
  right: auto;
}

/* ステップボックス */
.how-to-use__steps {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .how-to-use__steps {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .how-to-use__steps {
    margin-top: 40px;
    max-width: 948px;
    margin: 0 auto;
    flex-direction: row;
    gap: 24px;
  }
}

.step-box {
  padding-top: 45px;
  position: relative;
}

.step-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background: #f5810e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.is-type2 .step-box__head {
  background-color: #fabe00;
}
.phone-step {
  text-align: center;
  font-size: 22px;
  color: red;
  font-weight: bold;
}
.step-box__head-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
}
.step-box__head-number {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.4px;
  color: #fff;
  margin-top: 3px;
}

.step-box__body {
  border-radius: 30px;
  border: 3px solid #111;
  background: #fff;
  padding: 47px 10px 23px;
  text-align: center;
}
.step-box__image img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .step-box__image img {
    width: 200px;
  }
}

.step-box__text {
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 10px;
}

/*--------------------------------------
アプリダウンロード
--------------------------------------*/
.app-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .app-title {
    font-size: 26px;
  }
}

.app-title::before,
.app-title::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #3fc1c9;
}
.app-title::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.app-title::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.app-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.app-text {
  font-size: 12px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .app-text {
    font-size: 18px;
    padding-top: 30px;
  }
}

/*--------------------------------------
フッター
--------------------------------------*/
.furniture-outer {
  display: none;
}
@media screen and (min-width: 768px) {
  .furniture-outer {
    display: flex;
    justify-content: center;
    padding-top: 100px;
  }
}
.furniture-mobil {
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .furniture-mobil {
    display: none;
  }
}
.furniture-img-1 {
  width: 500px;
  padding-top: 40px;
}

/*960px以下*/
@media screen and (max-width: 960px) {
  .furniture-img-1 {
    width: 400px;
    padding-top: 40px;
  }
}

/*520px以下*/
@media screen and (max-width: 520px) {
  .furniture-img-1 {
    width: 150px;
    padding-top: 40px;
  }
}

.furniture-img-2 {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .furniture-img-2 {
    width: 150px;
    padding-top: 140px;
  }
}
.furniture-img-3 {
  width: 150px;
  padding-top: 110px;
  padding-right: 10px;
}
.furniture-img-4 {
  width: 150px;
  padding-top: 150px;
}
.furniture-box {
  padding-right: 250px;
}
/*960px以下*/
@media screen and (max-width: 960px) {
  .furniture-box {
    padding-right: 5px;
  }
}

.instagram-outer {
  background-image: url(../img/con_bk01.jpg);
  background-position: center;
  background-size: cover;
}
.instagram-box {
  justify-content: center;
  width: 150px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .instagram-box {
    justify-content: center;
    width: 400px;
    margin: auto;
  }
}
.instagram-img {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .instagram-img {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.shop-outer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/1087944.png) repeat top left/529px auto;
  background-position: center;
  background-size: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .shop-outer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*--------------------------------------
固定バナー（電話、LINE）
--------------------------------------*/

div.smpfix {
  position: fixed;
  bottom: 0;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  div.smpfix {
    display: none;
  }
}
.banner {
  display: flex;
}
.banner-img {
  padding: 5px;
}

/*--------------------------------------
ショップ情報
--------------------------------------*/
@media screen and (min-width: 768px) {
  .location .location-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  @media screen and (min-width: 768px) {
    .location .location-contents {
      display: block;
    }
    .information {
      margin-left: 100px;
    }
  }
}
.information div {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .information div {
    display: flex;
    text-align: center;
  }
}
.location-contents h3 {
  color: #e5555d;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .location-contents h3 {
    display: block;
    margin: 15px auto;
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.location-contents h5 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .location-contents h5 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .location-contents p {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .location-contents h5 {
    font-weight: bold;
    width: 6em;
  }
}
.information div {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .information p {
    margin-left: 80px;
    width: 250px;
  }
}
.information-map {
  width: 100%;
  height: 500px;
  display: block;
  align-items: center;
  margin: auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .information-map {
    width: 700px;
    height: 450px;
  }
}

.map {
  width: 100%;
  height: auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .map {
    width: 600px;
  }
}

.sns h2 {
  font-size: 19px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sns h2 {
    font-size: 30px;
  }
}
.sns ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-logo {
  display: block;
  align-items: center;
  margin: auto;
  width: 170px;
  height: 170px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 350px;
    height: 350px;
  }
}

.information-map {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .information-map {
    height: 500px;
  }
}

.underline-outer {
  background-image: url(../img/blue_bk.jpg);
  background-position: center;
  background-size: cover;
  height: 60px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .small {
    font-size: 18px;
  }
}

/*--------------------------------------
よくある質問
--------------------------------------*/
.qa {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 100px 0;
  }
}

.qa__inner {
  max-width: 860px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    padding: 0 30px;
  }
}

.qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 74px;
  }
}

.qa-box {
  border-radius: 10px;
  border: 3px solid #111;
  background: #fff;
  position: relative;
}

.qa-box.is-open .qa-box__head::after {
  transform: rotate(0deg);
}

/* ヘッダー部分 */
.qa-box__head {
  padding: 29px 0px 17px 12px;
  position: relative;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    padding: 29px 77px 17px 17px;
  }
}

.qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9.26px;
  height: 6.834px;
  background: url(../img/qa-arrow.png) no-repeat center/contain;
  transform: rotate(180deg);
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .qa-box__head::after {
    right: 18px;
    margin-top: 2px;
  }
}

/* アイコン */
.qa-box__head-icon {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 3px solid #111;
  background: #f5810e;
  position: absolute;
  top: -26px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    left: 17px;
  }
}

/* ヘッダーテキスト */
.qa-box__head-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.28px;
  }
}

/* ボディ */
.qa-box__body {
  display: none;
  padding: 13px 14px 17px 12px;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    padding: 3px 33px 17px 17px;
  }
}

/* 回答アイコンとテキスト */
.qa-box__a {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .qa-box__a {
    gap: 10px;
  }
}

.qa-box__a-icon {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 3px solid #111;
  background: #fabe00;
  flex-shrink: 0;
}

.qa-box__a-text {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.28px;
    padding-top: 7px;
  }
}
/*--------------------------------------
代表の想い（SEO＋パフォーマンス最適化）
--------------------------------------*/

/* ベース構造 */
.thoughts {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/*--------------------------------------
装飾要素（絶対配置）
--------------------------------------*/
.thoughts-absolute01,
.thoughts-absolute02,
.thoughts-absolute03,
.thoughts-absolute04 {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.3s ease-out;
}

.thoughts-absolute01 {
  left: 0;
  width: 300px;
}
.thoughts-absolute02 {
  right: 0;
  width: 300px;
}
.thoughts-absolute03 {
  left: 10%;
  top: 28%;
  width: 250px;
}
.thoughts-absolute04 {
  right: 18%;
  top: 15%;
  width: 300px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .thoughts-absolute01 {
    width: 200px;
  }
  .thoughts-absolute02 {
    width: 200px;
  }
  .thoughts-absolute03 {
    top: 38%;
    width: 129px;
    left: 7%;
  }
  .thoughts-absolute04 {
    top: 24%;
    width: 163px;
    right: 10%;
  }
}

/* 520px以下 */
@media (max-width: 520px) {
  .thoughts-absolute01 {
    width: 130px;
  }
  .thoughts-absolute02 {
    width: 130px;
  }
  .thoughts-absolute03 {
    top: 25%;
    width: 100px;
    left: 2%;
  }
  .thoughts-absolute04 {
    top: 16%;
    width: 63px;
    right: 10%;
  }
}

/*--------------------------------------
画像（代表写真など）
--------------------------------------*/
.thoughts-img img {
  display: block;
  margin: 60px auto 100px;
  border-radius: 36% 43% 41% 32% / 47% 49% 34% 53%;
  width: 90%;
  max-width: 600px;
  object-fit: cover;
  aspect-ratio: 3/2;
  transition: transform 0.4s ease;
}
.thoughts-img img:hover {
  transform: scale(1.02);
}

@media (min-width: 768px) {
  .thoughts-img img {
    width: 60%;
    margin-top: 100px;
    margin-bottom: 200px;
  }
}

/*--------------------------------------
見出しデザイン（heading）
--------------------------------------*/
.heading-16 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #333;
  margin: 40px 0 30px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.heading-16::before,
.heading-16::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #2589d0;
  margin: 0 10px;
  transform-origin: center;
}

.heading-16::before {
  transform: rotate(-35deg);
}
.heading-16::after {
  transform: rotate(35deg);
}

@media (min-width: 768px) {
  .heading-16 {
    font-size: 36px;
  }
  .heading-16::before,
  .heading-16::after {
    height: 40px;
    margin: 0 30px;
  }
}

/*--------------------------------------
本文テキスト
--------------------------------------*/
.thoughts-text {
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  background: #fffaf4;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto 80px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .thoughts-text {
    padding: 50px;
    font-size: 20px;
  }
}

/***********************************
料金
************************************/
.price {
  margin: 0 0 50px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.p_h2 {
  margin-bottom: 20px;
  text-align: center;
}
#price .p_h2 img {
  width: 300px;
}
.font13 {
  font-size: 13px;
}
.type_list {
  margin-bottom: 5px;
  width: 100%;
}
.type_list td {
  width: 30%;
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.type_list td p {
  border-radius: 10px;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 20px;
}
.pink_bk {
  background-image: url(../img/pink_bk\ 2.jpg);
}
.blue_bk {
  background-image: url(../img/blue_bk\ 2.jpg);
}
.p_box {
  padding: 30px;
  border-radius: 10px;
  color: #956134;
}
.gren01 {
  background-color: #cce7d7;
  margin: 15px 0 10px;
  width: 1000px;
  margin: auto;
}

/*960px以下*/
@media screen and (max-width: 960px) {
  .gren01 {
    width: 700px;
  }
}

.yellow {
  background-color: #fff9e5;
  margin: 15px 0 10px;
  width: 1000px;
  margin: auto;
}

.gren02 {
  border-left: 1px solid #00a29a;
  border-top: 1px solid #00a29a;
}
.p_table {
  width: 100%;
  background-color: #ffffff;
  margin: 0 0 20px;
  border-bottom: 1px solid #00a29a;
}
.p_table th {
  border-right: 1px solid #00a29a;
  vertical-align: middle;
  font-size: 18px;
  width: 30%;
}
.p_table tr {
  padding: 5px;
  border-right: 1px solid #00a29a;
  border-bottom: 1px dotted #00a29a;
}
.p_table td {
  width: 30%;
  padding: 20px;
  border-right: 1px solid #00a29a;
  height: 50px;
}
.color_t {
  color: #c9a063;
  border-bottom: 1px solid #00a29a !important;
}
.list {
  margin: 0 0 20px;
  font-size: 14px;
  margin-top: 40px;
}
.list li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.8em;
}
.pri_box {
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.white_b {
  background-color: #ffffff;
}
#price .white_b dt {
  font-size: 18px;
  color: #00a29a;
  margin-bottom: 10px;
  font-weight: bold;
}
#price .white_b dd {
  line-height: 1.7em;
}
.leef_l {
  position: absolute;
  left: 10px;
  top: 30px;
  width: 70px;
}
.leef_r {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 70px;
}
/*オプション*/
#option {
  background-image: url(images/prices/option_bk.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80% auto;
  margin: 0 0 50px;
}
#option .p_h2 img {
  width: 200px;
}
#option p {
  margin: 0 0 30px;
}
/*持ち物*/
#belongings {
  margin: 0 0 50px;
}
#belongings .p_h2 img {
  width: 240px;
}
.pink01 {
  background-color: #f9d3e3;
  margin: 15px 0 10px;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .pink01 {
    width: 700px;
  }
}
.goos_item {
  margin: 0 auto 20px;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
}
.goos_item li {
  width: 48%;
  line-height: 1.8em;
}
#belongings .white_b dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  background-image: url(common/images/pink_bg.jpg);
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
}
#belongings .white_b dd {
  line-height: 1.7em;
  margin-bottom: 10px;
}
.bird_blue {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 80px;
}
.font14 {
  font-size: 13px;
  line-height: 1.8em;
  padding-left: 1em;
  text-indent: -1em;
}
/*チケット*/
#ticket {
  margin: 0 0 50px;
}
#ticket .p_h2 img {
  width: 500px;
}
.orange01 {
  background-color: #fbd9bf;
  margin: 15px 0 10px;
}
#ticket .p_table th {
  border-right: 1px solid #f39800;
}
#ticket .p_table tr {
  border-right: 1px solid #f39800;
  border-bottom: 1px dotted #f39800;
}
#ticket .p_table td {
  border-right: 1px solid #f39800;
}
.orange02 {
  border-left: 1px solid #f39800;
  border-top: 1px solid #f39800;
}
#ticket .color_t {
  border-bottom: 1px solid #f39800 !important;
}
.discount {
  color: #fff;
  background-color: #ea5514;
  padding: 10px;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  line-height: 1.3em;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 10px;
}
.po_r {
  position: relative;
}
.example h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #f39800;
  margin-bottom: 20px;
}
.example ul {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.example li {
  width: 30%;
}
.example ul dl {
  border: 1px solid #f39800;
  border-radius: 10px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  font-weight: bold;
}
.example ul dt {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #f39800;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.example ul dd {
  margin: 10px;
  color: #f39800;
}
.btom_line {
  border-bottom: 1px solid #f39800;
  padding-bottom: 10px;
}
/*見学*/
#visit {
  background-image: url(images/prices/visit_bk.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80% auto;
  margin: 0 0 50px;
}
#visit .p_h2 img {
  width: 300px;
}
.blue01 {
  background-color: #c7e8fa;
  margin: 15px 0 10px;
  width: 700px;
  margin: auto;
}
.correspond {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}
.big_tel img {
  width: 30px;
  margin-right: 8px;
  vertical-align: sub;
}
.big_tel {
  font-size: 32px;
  color: #00a0e9;
  text-align: center;
}
.big_tel a {
  color: #00a0e9 !important;
}
.option ul {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .leef_l {
    left: 10px;
    top: 5px;
    width: 40px;
  }
  .blue01 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .leef_r {
    right: 10px;
    top: 5px;
    width: 40px;
  }
  .gren01 {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .yellow {
    width: 400px;
  }
  .yellow img {
    width: 70px;
  }
  .pink01 {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .type_list td p {
    font-size: 10px;
  }
  .gren01 img {
    width: 70px;
  }
}
@media screen and (max-width: 640px) {
  .p_box {
    padding: 15px;
  }
  .type_list {
    margin-bottom: 0px;
  }
  .type_list td {
    font-size: 10px;
  }
  .type_list td p {
    padding: 5px;
  }

  .p_table th,
  .p_table td {
    font-size: 13px;
    line-height: 1.5em;
  }

  /*持ち物*/
  #belongings {
    margin: 0 0 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bird_blue {
    top: 70px;
    right: 20px;
    width: 60px;
  }
  /*オプション*/
  #option {
    background-size: 100% auto;
    margin: 0 0 20px;
  }
  #option .p_h2 img {
    width: 160px;
  }
  #option .goos_item li {
    width: 100%;
    margin-bottom: 20px;
  }
  #option p {
    margin: 0 0 10px;
  }
  /*チケット*/

  .discount {
    padding: 0;
    margin: 0 0 0 10px;
    width: 35px;
    height: 35px;
    line-height: 2em;
    font-size: 8px;
    position: static;
  }
  .discount span {
    line-height: 0 !important;
    display: inline-block;
  }
  .example li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*見学*/
  #visit {
    background-size: 100% auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  #visit .p_h2 img {
    width: 230px;
  }
  .big_tel {
    font-size: 21px;
  }
  .big_tel img {
    width: 20px;
  }
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
  width: 20% !important;
  height: 20% !important;
}
#sb_instagram .sb_instagram_header {
  display: none !important;
}

.heading-20 {
  padding: 0.5em 0.7em;
  background-image: repeating-linear-gradient(
    -45deg,
    #f2c750,
    #f2c750 3px,
    #f2f6fc 3px,
    #f2f6fc 7px
  );
  color: #333333;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 17px;
}
.pri_box h2 {
  font-size: 24px;
  color: #00a29a;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .heading-20 {
    width: 500px;
    font-size: 22px;
    font-weight: bold;
  }
}
.box-013 {
  margin: 0 auto;
  border: 2px solid #f9be3e;
  border-radius: 7px;
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .box-013 {
    width: 700px;
    margin: auto;
  }
}
.box-013 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  background-color: #f9be3e;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .box-013 span {
    height: 50px;
  }
}

.box-013 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
  text-align: center;
}

.option {
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
.goos_item02 {
  margin: 0 auto 20px;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
  margin: 30px;
}
.goos_item02 li {
  width: 48%;
  line-height: 1.8em;
}
.price-text {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #fff5df,
    #fff5df 4px,
    #ffe4b1 3px,
    #ffe4b1 8px
  );
  background: repeating-linear-gradient(
    -45deg,
    #fff5df,
    #fff5df 4px,
    #ffe4b1 3px,
    #ffe4b1 8px
  );
  border-radius: 7px;
  width: 95%;
  margin: auto;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .price-text {
    font-size: 21px;
    width: 500px;
  }
}

.price-text:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
.price-design-box {
  text-align: right;
}
.price-design-box img {
  width: 70px;
  margin-right: 10px;
}
.text-left {
  text-align: left;
  margin-right: 20px;
  margin-left: 30px;
}

/*--------------------------------------
リフレッシュページ 全体
--------------------------------------*/
.refresh {
  padding: 60px 0;
  background-image: url("../img/051d.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/*--------------------------------------
タイトル部分
--------------------------------------*/
.top-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  flex-wrap: wrap;
}

.top-img img {
  width: 80px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .top-img img {
    width: 120px;
  }
}

.heading-31 {
  font-size: 12px;
  color: #333;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .heading-31 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .heading-31 {
    font-size: 25px;
  }
}
/*--------------------------------------
メリットボックス（リフレッシュ設備）
--------------------------------------*/
.merit__boxes {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (min-width: 1024px) {
  .merit__boxes {
    gap: 100px;
  }
}

.merit__box {
  width: 100%;
}

/*--------------------------------------
画像エリア
--------------------------------------*/
.rifresh-box__image img {
  width: 100%;
  border-radius: 15px;
  height: auto;
  object-fit: cover;
  max-height: 350px;
}

@media screen and (min-width: 1024px) {
  .rifresh-box__image img {
    width: 400px;
    height: 300px;
  }
}

/* アイコン画像 */
.rifresh-img {
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}

.rifresh-img img {
  width: 60px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .rifresh-img img {
    width: 80px;
    display: none;
  }
}

/*--------------------------------------
本文部分
--------------------------------------*/
.merit-box__body {
  text-align: center;
  max-width: 600px;
}

@media screen and (min-width: 1024px) {
  .merit-box__body {
    text-align: left;
  }
}

.merit-box__head {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .merit-box__head {
    font-size: 28px;
    justify-content: flex-start;
  }
}

.merit-box__title {
  font-weight: 700;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .merit-box__title {
    font-size: 24px;
  }
}

.merit-box__text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

@media screen and (min-width: 768px) {
  .merit-box__text {
    font-size: 17px;
  }
}

/*--------------------------------------
装飾画像・中央配置などの共通
--------------------------------------*/
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.design-box {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.design01 {
  width: 80%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .design01 {
    width: 80%;
  }
}

/* 装飾画像 */
.refresh-absolute {
  position: absolute;
  top: 250px;
  right: 18%;
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .refresh-absolute {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .refresh-absolute {
    width: 100px;
    right: 5%;
    top: 145px;
  }
}

/*-------------------------------------------
写真スライダー（Products Slider）
-------------------------------------------*/
.products {
  position: relative;
  margin-bottom: 120px;
  z-index: 1;
  overflow: hidden;
}
.products::after {
  content: "";
  position: absolute;
  top: 6vw;
  right: 0;
  width: 70%;
  height: 300px;
  background-color: #fafafa;
  z-index: -1;
}
.products .text {
  width: 70%;
  padding: 0 5%;
  margin-left: auto;
}
.products .text .section-title {
  margin-bottom: 30px;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.products .text .description {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 60px;
}

/* スライダーアニメーション */
.products .products-list-area {
  display: flex;
  overflow-x: hidden;
  margin-bottom: 40px;
}
.products .products-list {
  display: flex;
  animation: slide-left 60s infinite linear;
}
.products .products-list li {
  width: calc(100vw / 3);
  flex-shrink: 0;
}
.products .products-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 4 / 3;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Swiper */
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide img {
  width: 88%;
  height: 150px;
  margin: 0 auto 20px;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
@media (min-width: 768px) {
  .swiper-slide img {
    height: 400px;
    margin-bottom: 50px;
    border-radius: 50px;
  }
}
/*--------------------------------------
スタッフ紹介
--------------------------------------*/
.staff-box {
  display: block;
}
@media screen and (min-width: 768px) {
  .staff-box {
    display: flex;
  }
}
.staff-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .staff-link {
    display: flex;
  }
}
.staff-img img {
  border-radius: 20px;
  width: 400px;
  height: 300px;
  margin-top: 15px;
  object-fit: cover;
}

.staff-wrapper {
  display: block;
  border: 5px dashed #f29a4c;
  padding: 1em;
  border-radius: 15px;
  background-color: #fafafa;
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*960px以下*/
@media screen and (max-width: 960px) {
  .staff-wrapper {
    width: 600px;
    height: auto;
  }
}

/*520px以下*/
@media screen and (max-width: 520px) {
  .staff-wrapper {
    width: auto;
    height: auto;
  }
}

.staff-title {
  padding-left: 1px;
}
@media screen and (min-width: 768px) {
  .staff-title {
    padding-left: 35px;
  }
}
.staff-role {
  color: #e5555d;
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .staff-role {
    margin-top: 40px;
    font-size: 19px;
  }
}
.staff-name {
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 2px solid #ffa257;
  color: #333333;
  font-size: 19px;
  margin-top: 10px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .staff-name {
    font-size: 20px;
    border-bottom: 3px solid #ffa257;
    width: 300px;
  }
}

.staff-name::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 5px;
  width: 10px;
  background: #ffa257;
  content: "";
}
@media screen and (min-width: 768px) {
  .staff-name::before {
    position: absolute;
    top: 0;
    left: 0.3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #ffa257;
    content: "";
  }
}

.staff-name::after {
  position: absolute;
  transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 3px;
  width: 8px;
  background: #ffa257;
  content: "";
}
@media screen and (min-width: 768px) {
  .staff-name::after {
    position: absolute;
    transform: rotate(15deg);
    top: 0.6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #ffa257;
    content: "";
  }
}
.license {
  height: 30px;
  background: orange;
  color: #fff;
  align-items: center;
  text-align: center;
  width: 80px;
  margin-top: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .license {
    margin-top: 30px;
  }
}
.license-text {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .license-text {
    font-size: 20px;
  }
}
.staff-design {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff-design {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.page-description {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px 28px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(255, 180, 100, 0.15);
  text-align: left;
}
/*-------------------------------------------
TOPへ戻る（PageTop）
-------------------------------------------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: min(13.3333%, 50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
@media (min-width: 768px) {
  .pagetop {
    right: 16px;
    bottom: 30px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/* 見た目向上：hover */
.pagetop img,
.pagetop svg {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.pagetop:hover img,
.pagetop:hover svg {
  transform: translateY(-5px);
}
/*-------------------------------------------
問い合わせフォーム
-------------------------------------------*/
.contact {
  padding: 100px 0;
  background: url(../img/051d.jpg) repeat top left / 529px auto;
}

.contact__box {
  max-width: 900px;
  margin: 170px auto 0;
  padding: 60px 20px;
  border-radius: 30px;
  border: 3px dashed #f29a4c;
  background: #fff;
}

.contact__form {
  margin: 50px auto 0;
  max-width: 612px;
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

/*-------------------------------------------
フォームパーツ共通
-------------------------------------------*/
.form-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .form-field {
    flex-direction: row;
    gap: 32px;
  }
}

.form-field__head {
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 180px;
  justify-content: flex-end;
}

.form-field__label {
  font-weight: 700;
  line-height: 1.4;
}

.form-field__tag {
  display: inline-block;
  padding: 6px 8px 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.98px;
  border-radius: 2px;
  color: #fff;
  background: #ee8013;
}
.form-field__tag.is-option {
  background-color: #43b549;
}

.form-field__item {
  flex: 1;
}
.contact__privacy {
  display: flex;
  align-items: center;
  justify-content: center; /* 全体を中央寄せ */
  gap: 8px; /* チェックボックスとテキストの間隔 */
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* Contact Form 7 のチェックボックス */
.contact__privacy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #0078d7; /* チェック色（モダンブラウザ対応） */
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}

/* ラベル全体クリック対応 */
.contact__privacy label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .contact__privacy {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
  }
}

.contact__button {
  margin: 0 auto;
  display: block;
  text-align: center;
}
/*-------------------------------------------
入力系
-------------------------------------------*/
.form-text,
.form-select,
.form-textarea {
  width: 100%;
  border-radius: 5px;
  border: 3px solid #111;
  background: #fff;
  padding: 12px 13px;
  transition: border-color 0.3s;
  font-size: 15px;
}
.form-text:hover,
.form-text:focus,
.form-select:hover,
.form-select:focus,
.form-textarea:hover,
.form-textarea:focus {
  border-color: #fabe00;
  outline: none;
}

.form-select {
  appearance: none;
  padding-right: 43px;
  background: url(../img/select-arrow.png) no-repeat center right 14px / 13.2px
    10.2px;
}

.form-textarea {
  height: 180px;
}

/*-------------------------------------------
ラジオボタン
-------------------------------------------*/
.from-radio {
  position: relative;
  line-height: 1.4;
}
.from-radio__input {
  position: absolute;
  opacity: 0;
}
.from-radio__text {
  padding-left: 28px;
  font-weight: 700;
  position: relative;
}
.from-radio__text::before,
.from-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.from-radio__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  border: 3px solid #111;
  transition: border-color 0.3s;
}
.from-radio__text::after {
  width: 10px;
  height: 10px;
  left: 7px;
  background: #f5810e;
  opacity: 0;
  transition: opacity 0.3s;
}
.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}
.from-radio:hover .from-radio__text::before {
  border-color: #fabe00;
}

/*-------------------------------------------
チェックボックス
-------------------------------------------*/
.form-checkbox__input {
  position: absolute;
  opacity: 0;
}
.form-checkbox__text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
}
.form-checkbox__text::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  border-radius: 1px;
  transition: border-color 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-checkbox__text::after {
  content: "";
  width: 23px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  background: url(../img/check-icon.png) no-repeat center / contain;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox:hover .form-checkbox__text::before {
  border-color: #fabe00;
}
.form-checkbox__text a {
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #f5810e;
}

/*-------------------------------------------
CTA（下部ボタン）
-------------------------------------------*/
.cta {
  background: linear-gradient(180deg, #f8b819 0%, #f0d320 100%);
  text-align: center;
  padding: 60px 0;
}

.cat__text {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.48px;
  font-size: 18px;
}

.cat__button {
  margin-top: 16px;
}

/*-------------------------------------------
TOPへ戻るボタン
-------------------------------------------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: min(13.33%, 50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .pagetop {
    right: 16px;
    bottom: 30px;
    width: 76px;
  }
}

/*-------------------------------------------
ユーティリティ
-------------------------------------------*/
.menu-text {
  margin-top: 30px;
  color: red;
  font-size: 20px;
}

.box26 {
  position: relative;
  margin: 2em 10px;
  padding: 0.5em 1em;
  border: 3px solid #95ccff;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  background: #fff;
  color: #95ccff;
  font-weight: bold;
  font-size: 19px;
}
.box26 p {
  margin: 0;
}

/* パンくずリスト（Breadcrumb NavXT 用） */
.breadCrumb {
  font-size: 14px;
  margin-bottom: 18px;
  color: var(--muted);
  padding: 10px 20px;
}
.breadCrumb a {
  color: coral;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #fff8f0;
  transition: all 0.3s ease;
  margin-right: 5px;
}
.breadCrumb a:hover,
.breadCrumb a:focus {
  text-decoration: underline;
  color: var(--link-color);
}

/* 404 セクション全体 */
.error-404 {
  background: transparent; /* 必要なら背景色を設定 */
  border-radius: 8px;
  padding: 20px;
}

/* ヘッダー（H1） */
.page-header {
  margin-bottom: 16px;
}
.content-Title {
  font-size: 28px; /* デスクトップでの見出しサイズ */
  line-height: 1.2;
  margin: 0 0 6px 0;
  font-weight: 700;
  color: var(--title-color);
}

/* 本文 */
.content-Body {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 18px;
}

/* リンク（トップへ戻るなど） */
.content-Body a {
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 2px;
}
.content-Body a:hover,
.content-Body a:focus {
  text-decoration: none;
  border-bottom-color: rgba(0, 0, 0, 0.18);
  outline: none;
  box-shadow: 0 0 0 4px var(--focus-ring);
  border-radius: 4px;
}

/* 目立たせたい場合のボタンリンク */
.error-404 .btn-home {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 6px;
  background: transparent; /* デフォルトは透明。テーマに合わせて変更可 */
  color: var(--link-color);
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-decoration: none;
  font-weight: 600;
}
.error-404 .btn-home:hover,
.error-404 .btn-home:focus {
  background: rgba(0, 115, 170, 0.06);
  box-shadow: 0 0 0 4px var(--focus-ring);
  outline: none;
}

/* レスポンシブ（スマホ向け） */
@media (max-width: 600px) {
  .content-Title {
    font-size: 22px;
  }
  .content-Body {
    font-size: 15px;
  }
  .menu-text {
    margin-top: 48px;
  }
}

/* アクセシビリティ補助：キーボードフォーカスが見えやすい */
a:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--focus-ring);
  border-radius: 4px;
}

/* プリント時は余計なものを除去 */
@media print {
  .breadcrumb,
  .error-404 .btn-home {
    display: none;
  }
}
/* デフォルトでは改行なし */
.sp-br {
  display: none;
}

/* スマホサイズ（768px以下）の時だけ改行 */
@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}
/* 横方向の中央寄せ */
.center-x {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 縦方向の中央寄せ（親要素の高さが固定されている場合） */
.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 縦横ともに中央寄せ */
.center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Flexbox版（親に適用） */
.flex-center {
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center; /* 縦中央 */
}

/* Grid版（親に適用） */
.grid-center {
  display: grid;
  place-items: center;
}
