:root {
  --color-1: #fe8253;
  --color-3: #fefdf8;
  --color-5: #3b3938;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}

body {
  --space: 1.5rem;
  --ripple-color: #1b85fb;
  font-family: Arial, Helvetica, "Noto Sans JP", sans-serif;
  color: #3b3938;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  background: #fff7ea;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body:not(.top) .page_wrap {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  body:not(.top) .page_wrap {
    padding-top: 20rem;
  }
}
body > img {
  display: none;
  position: absolute;
  z-index: -1;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

p:not(:last-child) {
  margin-bottom: 0.85em;
}

figure {
  width: 100%;
  height: 100%;
}

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

a {
  outline: none;
}

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

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

.logo {
  overflow: hidden;
  text-indent: -1000vw;
  display: block;
  height: auto;
  aspect-ratio: 1;
  background: var(--img) center/contain no-repeat;
  --img: url(../images/logo.png);
  aspect-ratio: 321/93;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .logo {
    width: 32.1rem;
  }
}

.text-center {
  text-align: center;
}

.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

.txt-indent-left {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: var(--space);
  padding-right: var(--space);
  margin-left: auto;
  margin-right: auto;
}

.section-page .container {
  max-width: 1100px;
}

.page_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100dvh;
}
.page_wrap #site_footer {
  margin-top: auto;
  margin-bottom: 0;
}

.page-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-title {
    margin-bottom: 10rem;
  }
}
.page-title span.en {
  line-height: 1;
  background-color: var(--color-1);
  color: var(--color-3);
  padding: 0.8rem 2.4rem 0.6rem;
  border-radius: 4.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page-title span.en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .page-title span.en {
    padding: 1.4rem 4.6rem 1.4rem;
    font-size: 2.4rem;
  }
}
.page-title span.en > span {
  /*  background-image: linear-gradient(to bottom, #f4a229 19%, #f1c03a 36%, #f4a229 51%, #f1c03a 60%, #f4a229 71%);
  background-clip: text;
  color: transparent; */
}
.page-title span.ja {
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: -2px -1px 0 #ff6700, -2px 0px 0 #ff6700, -2px 1px 0 #ff6700, -1px -2px 0 #ff6700, -1px -1px 0 #ff6700, -1px 0px 0 #ff6700, -1px 1px 0 #ff6700, -1px 2px 0 #ff6700, 0px -2px 0 #ff6700, 0px -1px 0 #ff6700, 0px 0px 0 #ff6700, 0px 1px 0 #ff6700, 0px 2px 0 #ff6700, 1px -2px 0 #ff6700, 1px -1px 0 #ff6700, 1px 0px 0 #ff6700, 1px 1px 0 #ff6700, 1px 2px 0 #ff6700, 2px -1px 0 #ff6700, 2px 0px 0 #ff6700, 2px 1px 0 #ff6700;
}
@media screen and (max-width: 767px) {
  .page-title span.ja {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-title span.ja {
    font-size: 4.8rem;
    text-shadow: -5px -1px 0 #ff6700, -5px 0px 0 #ff6700, -5px 1px 0 #ff6700, -4px -3px 0 #ff6700, -4px -2px 0 #ff6700, -4px -1px 0 #ff6700, -4px 0px 0 #ff6700, -4px 1px 0 #ff6700, -4px 2px 0 #ff6700, -4px 3px 0 #ff6700, -3px -4px 0 #ff6700, -3px -3px 0 #ff6700, -3px -2px 0 #ff6700, -3px -1px 0 #ff6700, -3px 0px 0 #ff6700, -3px 1px 0 #ff6700, -3px 2px 0 #ff6700, -3px 3px 0 #ff6700, -3px 4px 0 #ff6700, -2px -4px 0 #ff6700, -2px -3px 0 #ff6700, -2px -2px 0 #ff6700, -2px -1px 0 #ff6700, -2px 0px 0 #ff6700, -2px 1px 0 #ff6700, -2px 2px 0 #ff6700, -2px 3px 0 #ff6700, -2px 4px 0 #ff6700, -1px -5px 0 #ff6700, -1px -4px 0 #ff6700, -1px -3px 0 #ff6700, -1px -2px 0 #ff6700, -1px -1px 0 #ff6700, -1px 0px 0 #ff6700, -1px 1px 0 #ff6700, -1px 2px 0 #ff6700, -1px 3px 0 #ff6700, -1px 4px 0 #ff6700, -1px 5px 0 #ff6700, 0px -5px 0 #ff6700, 0px -4px 0 #ff6700, 0px -3px 0 #ff6700, 0px -2px 0 #ff6700, 0px -1px 0 #ff6700, 0px 0px 0 #ff6700, 0px 1px 0 #ff6700, 0px 2px 0 #ff6700, 0px 3px 0 #ff6700, 0px 4px 0 #ff6700, 0px 5px 0 #ff6700, 1px -5px 0 #ff6700, 1px -4px 0 #ff6700, 1px -3px 0 #ff6700, 1px -2px 0 #ff6700, 1px -1px 0 #ff6700, 1px 0px 0 #ff6700, 1px 1px 0 #ff6700, 1px 2px 0 #ff6700, 1px 3px 0 #ff6700, 1px 4px 0 #ff6700, 1px 5px 0 #ff6700, 2px -4px 0 #ff6700, 2px -3px 0 #ff6700, 2px -2px 0 #ff6700, 2px -1px 0 #ff6700, 2px 0px 0 #ff6700, 2px 1px 0 #ff6700, 2px 2px 0 #ff6700, 2px 3px 0 #ff6700, 2px 4px 0 #ff6700, 3px -4px 0 #ff6700, 3px -3px 0 #ff6700, 3px -2px 0 #ff6700, 3px -1px 0 #ff6700, 3px 0px 0 #ff6700, 3px 1px 0 #ff6700, 3px 2px 0 #ff6700, 3px 3px 0 #ff6700, 3px 4px 0 #ff6700, 4px -3px 0 #ff6700, 4px -2px 0 #ff6700, 4px -1px 0 #ff6700, 4px 0px 0 #ff6700, 4px 1px 0 #ff6700, 4px 2px 0 #ff6700, 4px 3px 0 #ff6700, 5px -1px 0 #ff6700, 5px 0px 0 #ff6700, 5px 1px 0 #ff6700;
  }
}

@keyframes dot-before {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dot-after {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-80%);
  }
  100% {
    transform: translateX(0%);
  }
}
.dots {
  position: relative;
  display: inline-flex;
}
.dots::before, .dots::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: 2s infinite backwards;
  width: 1.6rem;
}
.dots::before {
  background-color: #fdaa78;
  animation-name: dot-before;
  margin-right: -0.6rem;
}
.dots::after {
  background-color: #fe8253;
  animation-name: dot-after;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.section-bg {
  padding: 0;
}
.section .section-wrap {
  background-color: #fefdf8;
  padding: 5rem 0;
}
@media screen and (min-width: 1400px) {
  .section .section-wrap {
    margin: 7.2rem;
    padding: 10rem 0;
    border-radius: 4.8rem;
  }
}

.title {
  margin-bottom: 4.8rem;
}
.title span.en {
  font-weight: 400;
  line-height: 1;
  color: #fe8253;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .title span.en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .title span.en {
    font-size: 2.4rem;
  }
}
.title span.ja {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  color: #3b3938;
  margin-top: 1rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .title span.ja {
    font-size: 4.8rem;
  }
}

@media screen and (min-width: 768px) {
  .page_wrap .page-head {
    margin-bottom: 10rem;
  }
}
.page_wrap .page-head .title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_wrap .page-head .title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .page_wrap .page-head .title span.ja {
    margin-top: 0;
  }
}

.title-icon {
  display: flex;
  position: relative;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .title-icon {
    gap: 1.2rem;
  }
}
.title-icon .icon-left,
.title-icon .icon-right {
  content: "";
  display: block;
  text-indent: -1000vw;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--title-icon) center/contain no-repeat;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .title-icon .icon-left,
  .title-icon .icon-right {
    width: 13rem;
  }
}
.title-icon .icon-left {
  --title-icon: var(--title-icon-left);
}
.title-icon .icon-right {
  --title-icon: var(--title-icon-right);
}

@media screen and (max-width: 767px) {
  .title-sticky {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
  }
  .title-sticky::before, .title-sticky:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    display: block;
    width: 100%;
  }
  .title-sticky::before {
    width: 100%;
    background-color: #dcd0c6;
  }
  .title-sticky:after {
    width: 12rem;
    background-color: var(--color-1);
  }
}
@media screen and (min-width: 768px) {
  .title-sticky {
    position: sticky;
    top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .title-sticky .title {
    margin-bottom: 0;
  }
}
.title-sticky .title .ja {
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .title-sticky .title .ja {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .title-sticky .title-icon {
    padding-top: 5rem;
  }
  .title-sticky .title-icon::before, .title-sticky .title-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    display: block;
    width: 100%;
  }
  .title-sticky .title-icon::before {
    width: 100%;
    background-color: #dcd0c6;
  }
  .title-sticky .title-icon:after {
    width: 6.8rem;
    background-color: #f5571d;
  }
}

.page-head,
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 4.8rem;
}
.page-head::before, .page-head:after,
.section-head::before,
.section-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  display: block;
  width: 100%;
}
.page-head::before,
.section-head::before {
  width: 100%;
  background-color: #dcd0c6;
}
.page-head:after,
.section-head:after {
  width: 24.5rem;
  background-color: var(--color-1);
}
@media screen and (max-width: 767px) {
  .page-head:after,
  .section-head:after {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .page-head .title,
  .section-head .title {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-head .title .ja,
  .section-head .title .ja {
    font-size: 4rem;
  }
}
.page-head .title-icon,
.section-head .title-icon {
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .page-head .title-icon,
  .section-head .title-icon {
    gap: 2.4rem;
  }
}
.page-head .title-icon .icon-left,
.page-head .title-icon .icon-right,
.section-head .title-icon .icon-left,
.section-head .title-icon .icon-right {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .page-head .title-icon .icon-left,
  .page-head .title-icon .icon-right,
  .section-head .title-icon .icon-left,
  .section-head .title-icon .icon-right {
    width: 9rem;
  }
}

.wrap-sticky {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .wrap-sticky {
    flex-direction: column;
    gap: 4rem;
  }
}

.inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space);
  padding-right: var(--space);
}
@media screen and (max-width: 767px) {
  .inner {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

.page-content {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-content {
    padding: 0 6rem;
  }
}

.btn-back-home {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-back-home {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-back-home {
    margin-top: 10rem;
  }
}
.btn-back-home a {
  will-change: transform, filter;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10rem;
  gap: 1rem;
  transition: 0.3s;
  background-color: #fff;
  padding: 1rem 2.4rem;
  border-radius: 4.6rem;
  filter: drop-shadow(0 0 1rem rgba(0, 23, 55, 0.2509803922));
}
.btn-back-home a:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 0 1rem #ff6700);
}
.btn-back-home a::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/arrow-left.svg) center/contain no-repeat;
  width: 2.4rem;
}

.error-content {
  text-align: center;
  font-weight: bold;
}

.txt_red {
  color: #f00;
}

.section-page {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.boxed {
  background-color: #ffe0cc;
  border: 0.3rem solid #fff;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2509803922));
  margin-bottom: 3.6rem;
  padding: 2.4rem 1.5rem;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .boxed {
    border-radius: 2.4rem;
    padding: 3.6rem 3.6rem;
  }
}
.boxed-red {
  background-color: #ffdddd;
}

.terms_content {
  height: 80rem;
  overflow: auto;
  font-weight: 500;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .terms_content {
    padding: 5rem 5rem;
  }
}

.block_error {
  display: block;
  width: 100%;
  margin-top: 1rem;
  color: rgb(217, 21, 21);
}

.terms_accept_label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
}
.terms_accept_label a {
  color: inherit;
  text-decoration: underline;
}
.terms_accept_label a:hover {
  color: #ff6700;
}
.terms_accept_label label span {
  display: inline-block;
  vertical-align: super;
}

#breadcrumb ul {
  display: flex;
}
#breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 0.8rem;
}
#breadcrumb ul a {
  color: inherit;
  text-decoration: none;
}
#breadcrumb ul a:hover {
  text-decoration: underline;
}
#breadcrumb ul span {
  color: #434343;
}

.btn-tel {
  display: inline-block;
  background-color: #eb9c13;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.5rem;
  transition: 0.3s;
}
.btn-tel span {
  line-height: 1;
  padding-bottom: 0.1em;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .btn-tel span {
    font-size: 3.2rem;
  }
}
.btn-tel .tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border-radius: 10rem;
  border: 2px solid #fff;
  padding: 1rem 2.4rem;
  transition: 0.3s;
}
.btn-tel .tel-wrap::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  background: url(../images/icon-phone.png) center/contain no-repeat;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .btn-tel .tel-wrap::before {
    width: 2.4rem;
  }
}
.btn-tel:hover {
  --btn-color: #e65500;
  background-color: var(--btn-color);
  filter: drop-shadow(0 0 1rem #fe8253);
}

.btn-contact {
  --btn-color: #fe8253;
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: var(--btn-color);
  border-radius: 6rem;
  transition: 0.3s;
  padding: 0.4rem;
  text-decoration: none;
}
.btn-contact .label {
  word-break: keep-all;
  position: absolute;
  background-color: #3b3938;
  border: 1px solid #fff;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  padding: 0.8rem 1.2rem;
  border-radius: 2rem;
}
.btn-contact .btn-inn {
  background-color: var(--btn-color);
  border: 2px solid #fff;
  border-radius: 4.6rem;
  padding: 1.2rem 2.4rem;
  display: block;
  transition: 0.3s;
}
.btn-contact .btn-inn p {
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 0.3em;
}
.btn-contact:hover {
  --btn-color: #e65500;
}
.btn-contact-top {
  border-radius: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn-contact-top {
    border-radius: 2.4rem;
  }
}
.btn-contact-top .label {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .btn-contact-top .label {
    font-size: 1.6rem;
  }
}
.btn-contact-top .btn-inn {
  border-radius: 1.4rem;
  padding: 1.6rem 2.2rem 1rem;
}
@media screen and (min-width: 768px) {
  .btn-contact-top .btn-inn {
    border-radius: 2rem;
    padding: 2rem 3.6rem 1.2rem;
  }
}
.btn-contact-top .btn-inn p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-contact-top .btn-inn p {
    font-size: 2.4rem;
  }
}
.btn-contact-top .btn-inn small {
  color: inherit;
  font-size: 1.2rem;
}
.btn-contact-fixed {
  border-radius: 1rem;
  width: 100%;
  border-width: 0.1rem;
}
.btn-contact-fixed .btn-inn {
  width: 100%;
  border-radius: 0.9rem;
  padding: 1.2rem 1rem 1rem;
}
.btn-contact-line {
  --btn-color: #00b900;
}
.btn-contact-line:hover {
  --btn-color: #048604;
}

#site_header {
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}
#site_header a {
  pointer-events: all;
}

#logo a {
  display: inline-block;
  transition: 0.3s;
  pointer-events: all;
}
#logo a:hover {
  opacity: 0.8;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header-wrap {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 1720px) {
  .header-wrap {
    padding: 3rem 9.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1750px) {
  .header-wrap .header-left .logo {
    width: 20dvw;
  }
}
.header-wrap .header-left a {
  transition: 0.3s;
}
.header-wrap .header-left a:hover {
  opacity: 0.8;
}
.header-wrap .header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .scrolled #site_header {
    background-color: #fff;
    filter: drop-shadow(0 0 0.5rem #ccc);
  }
}
.scrolled #site_header .header-wrap {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .scrolled #site_header .header-wrap {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolled #site_header .header-wrap .logo {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .scrolled #site_header .header-wrap .logo {
    width: 24rem;
  }
}

.btn-trigger {
  position: relative;
  width: 4rem;
  height: 3.5rem;
  transform: scale(0.7);
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: var(--color-3);
  border-radius: 0.5rem;
}

.btn-trigger,
.btn-trigger span {
  display: block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 1.5rem;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger span:nth-of-type(1) {
  animation: btn07-bar01 0.75s forwards;
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(1.5rem) rotate(45deg);
  }
  50% {
    transform: translateY(1.5rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.btn-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.btn-trigger span:nth-of-type(3) {
  animation: btn07-bar03 0.75s forwards;
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-1.5rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-1.5rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.btn-trigger.active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.5rem) rotate(0);
  }
  100% {
    transform: translateY(1.5rem) rotate(45deg);
  }
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.btn-trigger.active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.5rem) rotate(0);
  }
  100% {
    transform: translateY(-1.5rem) rotate(-45deg);
  }
}
#btn13.active span:nth-of-type(1),
#btn13.active span:nth-of-type(3) {
  width: 2rem;
}

#btn13.active span:nth-of-type(1) {
  transform: translate(-1px, 0.9rem) rotate(-45deg);
}

#btn13.active span:nth-of-type(3) {
  transform: translate(-1px, -0.9rem) rotate(45deg);
}

#btn-menu {
  pointer-events: all;
  display: inline-block;
  background: var(--color-1);
  padding: 0.3rem;
  border-radius: 0.3rem;
}
@media screen and (min-width: 768px) {
  #btn-menu {
    transform: scale(1.3);
  }
}

#menu {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 249, 204, 0.8431372549);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#menu.active {
  visibility: visible;
  left: 0;
  opacity: 1;
}
#menu .menu-content {
  width: 100%;
  padding: 0 1.5rem;
  text-align: center;
}
#menu .menu-content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
#menu .menu-content ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  color: #fe8253;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.8rem;
}
#menu .menu-content ul li a:hover {
  text-decoration: underline;
}
#menu .btn-group {
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 2rem;
  max-width: initial;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
}
#menu .btn-group .item {
  flex: none;
  min-width: initial;
}
#menu .btn-group .btn-tel,
#menu .btn-group .btn-contact {
  width: 32rem;
}
#menu .btn-group .btn-tel .tel-wrap {
  padding: 1.2rem 1.5rem;
}
#menu .btn-group .btn-tel .tel-wrap::before {
  width: 2.6rem;
}
#menu .btn-group .btn-tel span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
    height: 100dvh;
    overscroll-behavior: none;
  }
  body.menu-open #site_header {
    background: transparent;
  }
  body.menu-open #site_header .btn_line,
  body.menu-open #site_header #logo {
    opacity: 0;
    transition: 0.3s;
  }
}
#site_footer {
  text-align: center;
  background: #fefdf8;
}
#site_footer .container {
  position: relative;
}
#site_footer .footer_wrap {
  padding: 4.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  #site_footer .footer_wrap {
    gap: 3.6rem;
  }
}
#site_footer #logo_footer a {
  display: inline-block;
  color: inherit;
  transition: 0.3s;
}
#site_footer #logo_footer a:hover {
  opacity: 0.8;
}
#site_footer .footer-contact .footer-info {
  margin-top: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #site_footer .footer-contact .footer-info {
    font-size: 1.4rem;
  }
}
#site_footer .menu_footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  #site_footer .menu_footer ul {
    row-gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #site_footer .menu_footer ul {
    gap: 4.8rem;
  }
}
#site_footer .menu_footer a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  color: #fe8253;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #site_footer .menu_footer a {
    font-size: 2rem;
  }
}
#site_footer .menu_footer a:hover {
  text-decoration: underline;
}
#site_footer .copyright {
  border-top: 1px solid #3b3938;
  font-size: 1.2rem;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .has-contact-btn-fixed #site_footer {
    padding-bottom: 10rem;
  }
}

#back-to-top {
  height: 100%;
}

.to-top {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  height: 100%;
  width: 6.2rem;
  padding-top: 30%;
  margin: 0 auto;
  position: relative;
  border-radius: 1rem;
  transition: all 0.3s;
  color: var(--color-3);
  background-color: var(--color-1);
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2509803922));
}
.to-top::before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  width: 1rem;
  aspect-ratio: 1;
  display: block;
  top: 2rem;
  left: 50%;
  border: 0.2rem solid;
  border-color: var(--color-3) transparent transparent var(--color-3);
  transform: rotate(45deg) translateX(-70%);
}
.to-top:hover {
  filter: drop-shadow(0 0 1rem var(--color-1));
}
.to-top:hover::before {
  top: 1.5rem;
}

#bottom_fixed {
  z-index: 99;
  pointer-events: none;
}
#bottom_fixed a {
  pointer-events: all;
}
#bottom_fixed a .btn-inn {
  padding: 1.2rem 1rem 1.2rem;
}
#bottom_fixed a .btn-inn p {
  text-align: center;
  font-size: 1.5rem;
}
#bottom_fixed .button_fixed {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #bottom_fixed .button_fixed {
    display: none;
  }
}
#bottom_fixed.active {
  opacity: 1;
}
#bottom_fixed.active .bottom_fixed {
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #bottom_fixed.active .bottom_fixed {
    bottom: 2rem;
  }
}

.bottom_fixed {
  position: fixed;
  z-index: 99;
  right: 1.5rem;
  bottom: -15rem;
  display: flex;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bottom_fixed {
    gap: 1rem;
    justify-content: flex-end;
    width: calc(100% - 3rem);
  }
  .bottom_fixed .btn-top {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .bottom_fixed {
    gap: 2rem;
    flex-direction: column;
  }
}

.popup {
  position: fixed;
  z-index: 999999;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .popup {
    padding: 0 15px;
  }
}
.popup_show {
  opacity: 1;
  visibility: visible;
}
.popup_show .popup-content {
  transform: translateY(0);
  transition: all 0.4s;
  opacity: 1;
}
.popup .popup-layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
.popup .popup-content {
  background-color: #fff;
  width: 1080px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .popup .popup-content {
    font-size: 1.3rem;
  }
}
.popup .popup-content .popup-container {
  overflow-y: auto;
  max-height: 90dvh;
}
.popup .popup-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.popup .popup-content .close-popup {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  aspect-ratio: 1;
  width: 5rem;
  cursor: pointer;
  background: url(../images/popup-close.svg) center center/contain no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .popup .popup-content .close-popup {
    width: 4rem;
    top: 0rem;
    right: 0rem;
  }
}
.popup .popup-content .close-popup:hover {
  transform: scale(1.1);
}
.popup .popup-content .popup-content-wrap {
  display: flex;
  background: url(../images/popup-line-bg.png) top right/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .popup .popup-content .popup-content-wrap {
    flex-direction: column;
    background-position: bottom left;
  }
}
.popup .popup-content .popup-content-wrap .col {
  padding: 5rem 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .popup-content-wrap .col {
    width: 50%;
    padding: 5rem 6rem;
  }
}
.popup .popup-content .popup-content-wrap .col-line {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .popup .popup-content .popup-content-wrap .col-line {
    order: 2;
    padding: 3rem 1rem 5rem;
  }
}
.popup .popup-content .line-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .line-content {
    gap: 3rem;
  }
}
.popup .popup-content .line-content .line-title {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .line-content .line-title {
    font-size: 2.5rem;
  }
}
.popup .popup-content .line-content .line-title span {
  color: #0d8a25;
}
.popup .popup-content .line-content .line-detail {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .line-content .line-detail {
    font-size: 1.8rem;
  }
}
.popup .popup-content .line-content .line-qr img {
  width: 14rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .line-content .line-qr img {
    width: 20rem;
  }
}
.popup .popup-content .line-content .line-link a {
  color: #0eb12c;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .line-content .line-link a {
    font-size: 2.5rem;
  }
}
.popup .popup-content .msg-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .msg-content {
    gap: 3rem;
  }
}
.popup .popup-content .msg-content:after {
  content: "";
  display: block;
  aspect-ratio: 458/290;
  max-width: 90%;
  background: url(../images/popup-line-img.png) top center/contain no-repeat;
  width: 22rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .msg-content:after {
    width: 32rem;
  }
}
.popup .popup-content .msg-content .msg-title span {
  background-color: #005125;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .popup .popup-content .msg-content .msg-title span {
    padding: 1rem 2rem;
    font-size: 2.4rem;
  }
}
.popup .popup-content .msg-content .msg-txt {
  font-weight: bold;
}
.popup .popup-content .msg-content .msg-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}