html {
  min-height: 100%;
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  background: #c9e0e0;
}
@media (max-width: 575.98px) {
  body {
    font-size: 4vw;
  }
}
body.fixed {
  overflow: hidden;
}

#guide, #price, #access {
  scroll-margin-top: 59px;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #000;
}

h1, h2, h3, h4, h5, h6, b {
  font-weight: 600;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.subtitle {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 575.98px) {
  .subtitle {
    font-size: 4.5vw;
  }
}

.subtitle2-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.subtitle2-wrap .subtitle2 {
  font-size: 13px;
  font-weight: bold;
  color: #3aacad;
  display: flex;
  align-items: center;
  padding: 0 36px;
  position: relative;
  gap: 1em;
  margin: 0 auto;
}
.subtitle2-wrap .subtitle2::before {
  content: "";
  width: 17px;
  height: 1px;
  border-bottom: 1px solid #3aacad;
  display: inline-block;
  transform: rotate(35deg);
}
.subtitle2-wrap .subtitle2::after {
  content: "";
  width: 17px;
  height: 1px;
  border-bottom: 1px solid #3aacad;
  display: inline-block;
  transform: rotate(-35deg);
}
@media (max-width: 575.98px) {
  .subtitle2-wrap .subtitle2 {
    font-size: 3.25vw;
    padding: 0 9vw;
  }
}

.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .container {
    max-width: none;
    width: 100%;
    box-shadow: 0 0 20vw rgba(0, 0, 0, 0.1);
  }
}

section, article {
  padding: 0 30px;
}
@media (max-width: 575.98px) {
  section, article {
    padding: 0 7.5vw;
  }
}

.slider {
  padding: 15px 28px;
  position: relative;
}
@media (max-width: 575.98px) {
  .slider {
    padding: 3.75vw 7vw;
  }
}
.slider .card {
  display: block;
  width: calc(100% - 5px);
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  aspect-ratio: 17/28;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 575.98px) {
  .slider .card {
    width: calc(100% - 1.25vw);
    border-radius: 5vw;
    box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.3);
    margin: 2.5vw auto;
  }
}
.slider .card-tenpo {
  display: flex;
  flex-direction: column;
}
.slider .card-tenpo .step {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f8cd63;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .step {
    gap: 5vw;
    padding: 5vw;
  }
}
.slider .card-tenpo .step img {
  width: 80px;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .step img {
    width: 20vw;
  }
}
.slider .card-tenpo .step h3 {
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .step h3 {
    font-size: 6vw;
  }
}
.slider .card-tenpo .img-area {
  width: 100%;
  height: 223px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .img-area {
    height: 55.75vw;
    padding: 0 5vw;
  }
}
.slider .card-tenpo .img-area .step1-tenpo-img {
  width: 207px;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .img-area .step1-tenpo-img {
    width: 51.75vw;
  }
}
.slider .card-tenpo .img-area .step2-tenpo-img {
  width: 170px;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .img-area .step2-tenpo-img {
    width: 42.5vw;
  }
}
.slider .card-tenpo .img-area .step3-tenpo-img {
  width: 226px;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .img-area .step3-tenpo-img {
    width: 56.5vw;
  }
}
.slider .card-tenpo .text-area {
  padding: 18px;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .text-area {
    padding: 4.5vw;
  }
}
.slider .card-tenpo .text-area p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .slider .card-tenpo .text-area p {
    font-size: 4vw;
  }
}
.slider .card-tenpo .text-area p.note {
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid #000;
  padding: 0.25em;
}
.slider .card-locker {
  display: flex;
  flex-direction: column;
}
.slider .card-locker .step {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  background: #3aacad;
}
@media (max-width: 575.98px) {
  .slider .card-locker .step {
    gap: 3.75vw;
    padding: 4.5vw;
  }
}
.slider .card-locker .step img {
  width: 80px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .step img {
    width: 20vw;
  }
}
.slider .card-locker .step h3 {
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .slider .card-locker .step h3 {
    font-size: 6vw;
  }
}
.slider .card-locker .img-area {
  width: 100%;
  height: 223px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area {
    height: 55.75vw;
    padding: 0 5vw;
  }
}
.slider .card-locker .img-area .step1-locker-img {
  width: 233px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area .step1-locker-img {
    width: 58.25vw;
  }
}
.slider .card-locker .img-area .step2-locker-img {
  width: 280px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area .step2-locker-img {
    width: 70vw;
  }
}
.slider .card-locker .img-area .step3-locker-img {
  width: 227px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area .step3-locker-img {
    width: 56.75vw;
  }
}
.slider .card-locker .img-area .step4-locker-img {
  width: 168px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area .step4-locker-img {
    width: 42vw;
  }
}
.slider .card-locker .img-area .step5-locker-img {
  width: 234px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area .step5-locker-img {
    width: 58.5vw;
  }
}
.slider .card-locker .img-area .step6-locker-img {
  width: 298px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .img-area .step6-locker-img {
    width: 74.5vw;
  }
}
.slider .card-locker .text-area {
  padding: 18px;
}
@media (max-width: 575.98px) {
  .slider .card-locker .text-area {
    padding: 4.5vw;
  }
}
.slider .card-locker .text-area p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .slider .card-locker .text-area p {
    font-size: 4vw;
  }
}
.slider .card-locker .text-area p.note {
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid #000;
  padding: 0.25em;
}
.slider .card-locker .text-area a {
  color: #3aacad;
  text-decoration: underline;
}

.btn-l {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
  color: #fff;
  gap: 0.5em;
  border-radius: 40px;
}
@media (max-width: 575.98px) {
  .btn-l {
    height: 20vw;
    border-radius: 10vw;
  }
}
.btn-l span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .btn-l span {
    font-size: 3.25vw;
  }
}
.btn-l p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
@media (max-width: 575.98px) {
  .btn-l p {
    font-size: 5.5vw;
  }
}
.btn-l img {
  width: 25px;
  height: 19px;
}
@media (max-width: 575.98px) {
  .btn-l img {
    width: 6.25vw;
    height: 4.75vw;
  }
}
.btn-l.btn-l-wh {
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

.btn-gotokabanbu {
  width: 100%;
  height: 160px;
  border-radius: 80px;
  background: #e3d6b5;
  color: #804e1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top: 5px;
  margin-bottom: 11px;
}
@media (max-width: 575.98px) {
  .btn-gotokabanbu {
    height: 40vw;
    border-radius: 20vw;
    margin-bottom: 2.75vw;
  }
}
.btn-gotokabanbu .bag {
  width: 60px;
}
@media (max-width: 575.98px) {
  .btn-gotokabanbu .bag {
    width: 15vw;
  }
}
.btn-gotokabanbu p {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  gap: 0.5em;
}
@media (max-width: 575.98px) {
  .btn-gotokabanbu p {
    font-size: 5.5vw;
  }
}
.btn-gotokabanbu p .open-br {
  width: 25px;
}
@media (max-width: 575.98px) {
  .btn-gotokabanbu p .open-br {
    width: 6.25vw;
  }
}
.btn-gotokabanbu span {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .btn-gotokabanbu span {
    font-size: 3.5vw;
  }
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .contact p {
    font-size: 4vw;
  }
}
.contact img {
  margin-left: auto;
  margin-right: auto;
}

.fukidashi {
  display: inline-block;
  position: relative;
  color: #06C755;
  border: 1px solid #06C755;
  border-radius: 3em;
  font-size: 16px;
  padding: 0.5em 1em;
  background: #fff;
  margin-bottom: 1.5em;
  text-align: center;
}
.fukidashi::before, .fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 6px 0px 6px;
  position: absolute;
  left: calc(50% - 3px);
}
.fukidashi::before {
  border-color: #06C755 transparent transparent transparent;
  bottom: -15px;
}
.fukidashi::after {
  border-color: #fff transparent transparent transparent;
  bottom: -13px;
}
@media (max-width: 575.98px) {
  .fukidashi {
    font-size: 4vw;
  }
}

header {
  position: relative;
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  z-index: 998;
  overflow-x: hidden;
  overflow-y: visible;
  transition: 0.4s;
}
header .main {
  padding: 18px 20px;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #menu-btn {
  width: 40px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
header .main-img {
  width: 185px;
}
header .main-img-sp {
  display: none;
}
header.fixed {
  height: 140px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.05);
}
header.fixed .main {
  padding: 0 20px;
  height: 80px;
}
header.fixed .main-img {
  display: none;
}
header.fixed .main-img-sp {
  display: block;
  width: 173px;
  height: 55px;
  margin-right: 20px;
}
header .submenu {
  width: 100%;
  height: 60px;
  border-top: 1px solid #e6e6e6;
  display: flex;
}
header .submenu a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
  border-right: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
header .submenu a:last-child {
  border: none;
}
header .submenu .btn-pr {
  width: 100px;
}
header .submenu .btn-co {
  width: 88px;
}
header .submenu .btn-li {
  width: 77px;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-260px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.locker-apply {
  width: 300px;
  height: 46px;
}
@media (max-width: 575.98px) {
  .locker-apply {
    width: 75vw;
    height: 11.5vw;
  }
}

#menu {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  transition: 0.4s;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
  #menu {
    padding: 7.5vw;
  }
}
#menu.active {
  left: 0;
}
#menu #close {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #menu #close {
    width: 7vw;
    height: 7vw;
  }
}
#menu nav {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  #menu nav {
    padding: 5vw 0;
  }
}
#menu nav a {
  color: #3aacad;
  font-size: 16px;
  line-height: 2.5;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 575.98px) {
  #menu nav a {
    font-size: 4vw;
  }
}
#menu nav a span {
  font-size: 10px;
}
@media (max-width: 575.98px) {
  #menu nav a span {
    font-size: 2.5vw;
  }
}
#menu nav .locker-apply {
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  #menu nav .locker-apply {
    margin: 2.5vw 0;
  }
}
#menu nav .insta {
  width: 40px;
  height: 40px;
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  #menu nav .insta {
    width: 10vw;
    height: 10vw;
    margin: 2.5vw 0;
  }
}

#home .main-slider {
  display: block;
  background-color: #f1f1f1;
  overflow-x: hidden;
}
#home .main-slider .slider {
  padding: 22px 28px;
  position: relative;
}
@media (max-width: 575.98px) {
  #home .main-slider .slider {
    padding: 5.5vw 7vw;
  }
}
#home .main-slider .slider .card {
  aspect-ratio: 2/3;
}
#home .meyasu {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  #home .meyasu {
    padding-top: 5vw;
  }
}
#home .meyasu p {
  line-height: 1.66;
}
#home .meyasu .owatashimeyasu {
  width: 100%;
  border: 2px solid #3aacad;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu {
    border-radius: 5vw;
    padding: 2.5vw;
    margin-bottom: 2vw;
  }
}
#home .meyasu .owatashimeyasu h2 {
  font-size: 16px;
  font-weight: bold;
  color: #3aacad;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu h2 {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
#home .meyasu .owatashimeyasu h2::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #f8cd63;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu h2::after {
    width: 37.5vw;
    height: 0.5vw;
    top: 6vw;
  }
}
#home .meyasu .owatashimeyasu table {
  width: 100%;
}
#home .meyasu .owatashimeyasu table th, #home .meyasu .owatashimeyasu table td {
  padding: 0 0.5em 0.5em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px dotted #000;
}
#home .meyasu .owatashimeyasu table th p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5em;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu table th p {
    font-size: 3.5vw;
  }
}
#home .meyasu .owatashimeyasu table th p small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu table th p small {
    font-size: 3vw;
  }
}
#home .meyasu .owatashimeyasu table td p {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu table td p {
    font-size: 5vw;
  }
}
#home .meyasu .owatashimeyasu table td p span {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  #home .meyasu .owatashimeyasu table td p span {
    font-size: 4vw;
  }
}
#home .meyasu h3 {
  display: block;
  background: #3aacad;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 0.5em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media (max-width: 575.98px) {
  #home .meyasu h3 {
    font-size: 4vw;
  }
}
#home .news .news-list {
  margin-bottom: 0.5em;
}
#home .news .news-list a {
  display: block;
  border-bottom: 1px dotted #000;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
}
#home .news .news-list a p {
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media (max-width: 575.98px) {
  #home .news .news-list a p {
    font-size: 3.25vw;
  }
}
#home .news .news-list a .update {
  font-size: 10px;
  color: #808080;
  display: block;
}
@media (max-width: 575.98px) {
  #home .news .news-list a .update {
    font-size: 2.5vw;
  }
}
#home .news .more {
  font-size: 13px;
  text-align: right;
  display: block;
  color: #000;
}
@media (max-width: 575.98px) {
  #home .news .more {
    font-size: 3.25vw;
  }
}
#home .news .more:hover {
  opacity: 0.8;
}
#home .guide {
  padding-bottom: 5px;
}
@media (max-width: 575.98px) {
  #home .guide {
    padding-bottom: 1.25vw;
  }
}
#home .guide p {
  line-height: 1.42;
}
#home .guide .fittingand {
  width: 260px;
  height: 74px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #home .guide .fittingand {
    width: 65vw;
    height: 18.5vw;
  }
}
#home .guide h3 {
  color: #3aacad;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  #home .guide h3 {
    font-size: 6vw;
    margin-bottom: 3.75vw;
  }
}
#home .guide .arrow-d {
  width: 22px;
  height: 20px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #home .guide .arrow-d {
    width: 5.5vw;
    height: 5vw;
  }
}
#home .guide .locker-apply2 {
  width: 260px;
  height: 73px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #home .guide .locker-apply2 {
    width: 65vw;
    height: 18.25vw;
  }
}
#home .slider-tenpo, #home .slider-locker {
  width: 100%;
  background: #ebebeb;
  overflow-x: hidden;
}
#home .netshop {
  padding-top: 46px;
}
@media (max-width: 575.98px) {
  #home .netshop {
    padding-top: 11.5vw;
  }
}
#home .netshop .netshop-img {
  width: 221px;
  margin: 0 auto 40px;
}
@media (max-width: 575.98px) {
  #home .netshop .netshop-img {
    width: 55.25vw;
    margin: 0 auto 10vw;
  }
}
#home .netshop p {
  line-height: 1.42;
}
#home .price p {
  line-height: 1.42;
}
#home .accordion-area {
  list-style: none;
  width: 100%;
  padding: 0;
}
#home .accordion-area li {
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  #home .accordion-area li {
    margin-bottom: 4.5vw;
  }
}
#home .accordion-area h4 {
  display: block;
  height: 56px;
  background: #3aacad;
  color: #fff;
  border-radius: 28px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #home .accordion-area h4 {
    height: 14vw;
    border-radius: 7vw;
    font-size: 5.5vw;
  }
}
#home .accordion-area h4 .acc-btn {
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  #home .accordion-area h4 .acc-btn {
    width: 4vw;
    height: 4vw;
  }
}
#home .accordion-area h4.active .acc-btn {
  transform: rotate(90deg);
}
#home .accordion-area .box {
  padding: 2em 1em 1em;
  display: none;
}
#home .accordion-area .box.open {
  display: block;
}
#home .accordion-area .box a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #home .accordion-area .box a {
    font-size: 4vw;
  }
}
#home .accordion-area .box a .acc-btn {
  width: 14px;
  height: 14px;
}
@media (max-width: 575.98px) {
  #home .accordion-area .box a .acc-btn {
    width: 3.5vw;
    height: 3.5vw;
  }
}
#home .voice .voice-item {
  border-bottom: 1px dotted #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}
#home .voice .voice-item .name {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #home .voice .voice-item .name {
    font-size: 3.5vw;
  }
}
#home .voice .voice-item .name span {
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  #home .voice .voice-item .name span {
    font-size: 3vw;
  }
}
#home .voice .voice-item .date {
  font-size: 10px;
  margin-top: -0.25em;
}
@media (max-width: 575.98px) {
  #home .voice .voice-item .date {
    font-size: 2.5vw;
  }
}
#home .voice .voice-item .five-star-wrap {
  width: 60px;
  padding: 0.2em 0;
}
@media (max-width: 575.98px) {
  #home .voice .voice-item .five-star-wrap {
    width: 15vw;
  }
}
#home .voice .voice-item .five-star {
  --star-color: #ccc;
  --star-fill: #c39a45;
  --percent: calc(var(--rating) / 5 * 100%);
  display: flex;
  background: linear-gradient(90deg, var(--star-fill) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  #home .voice .voice-item .five-star {
    font-size: 3vw;
  }
}
#home .voice .voice-item p {
  font-size: 11px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  #home .voice .voice-item p {
    font-size: 2.75vw;
  }
}
#home .access .main-banner {
  width: 237px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  #home .access .main-banner {
    width: 59.25vw;
  }
}
#home .access p {
  font-size: 16px;
  line-height: 1.375;
}
@media (max-width: 575.98px) {
  #home .access p {
    font-size: 4vw;
  }
}
#home .access .gotogmap {
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
}
@media (max-width: 575.98px) {
  #home .access .gotogmap {
    font-size: 3.5vw;
  }
}
#home .access .note {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #000;
}
#home .access .note.note-red {
  color: #ff0000;
  border-color: #ff0000;
}

#index .index {
  padding-top: 20px;
}
#index .cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575.98px) {
  #index .cards {
    gap: 5vw;
  }
}
#index .cards .card {
  width: calc(50% - 10px);
}
@media (max-width: 575.98px) {
  #index .cards .card {
    width: calc(50% - 2.5vw);
  }
}
#index .cards .card .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  #index .cards .card .img {
    border-radius: 2.5vw;
  }
}
#index .cards .card .img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
#index .cards .card .text {
  padding: 0.25em 0;
}
#index .cards .card .text .update {
  font-size: 10px;
  color: #808080;
}
@media (max-width: 575.98px) {
  #index .cards .card .text .update {
    font-size: 2.5vw;
  }
}
#index .cards .card .text .title {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 575.98px) {
  #index .cards .card .text .title {
    font-size: 3vw;
  }
}
#index .pagenav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  #index .pagenav {
    font-size: 4vw;
  }
}
#index .pagenav a {
  color: #000;
}

.single {
  padding-top: 20px;
}
.single .update {
  font-size: 12px;
  color: #808080;
  margin-bottom: 0.25em;
}
@media (max-width: 575.98px) {
  .single .update {
    font-size: 3vw;
  }
}
.single h1 {
  font-size: 18px;
  line-height: 1.28;
}
@media (max-width: 575.98px) {
  .single h1 {
    font-size: 4.5vw;
  }
}
.single .tags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .single .tags {
    gap: 2.5vw;
    margin-bottom: 3.75vw;
  }
}
.single .tags .tag {
  font-size: 12px;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  border-radius: 12px;
  color: #666;
  letter-spacing: 0.1em;
}
@media (max-width: 575.98px) {
  .single .tags .tag {
    font-size: 3vw;
    border-radius: 3vw;
  }
}
.single .content {
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .single .content {
    padding-bottom: 12.5vw;
  }
}
.single .content img {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 575.98px) {
  .single .content img {
    margin: 0 auto 5vw;
  }
}
.single .content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  .single .content p {
    font-size: 4vw;
  }
}
.single .single-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media (max-width: 575.98px) {
  .single .single-nav {
    margin-bottom: 3.25vw;
  }
}
.single .single-nav span a {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media (max-width: 575.98px) {
  .single .single-nav span a {
    font-size: 4vw;
  }
}
.single .toindex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  letter-spacing: 0.15em;
}
@media (max-width: 575.98px) {
  .single .toindex {
    margin-bottom: 13.75vw;
  }
}

.page {
  padding-top: 20px;
}
.page a {
  color: #3aacad;
  text-decoration: underline;
  transition: 0.3s;
}
.page a:hover {
  opacity: 0.7;
}

#about .content {
  background: url(../img/about/ti-bg.png) center center/contain no-repeat;
  background-size: 300px;
  background-image: image-set(url(../img/about/ti-bg.png) 1x, url(../img/about/ti-bg@2x.png) 2x);
  min-height: 1440px;
  padding-top: 267px;
}
@media (max-width: 575.98px) {
  #about .content {
    background-size: 75vw;
    min-height: 360vw;
    padding-top: 66.75vw;
  }
}
#about .content p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 575.98px) {
  #about .content p {
    font-size: 4vw;
  }
}

#faq p {
  line-height: 1.42;
}
#faq h4 {
  display: block;
  height: 56px;
  background: #3aacad;
  color: #fff;
  border-radius: 28px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #faq h4 {
    height: 14vw;
    border-radius: 7vw;
    font-size: 5.5vw;
  }
}
#faq .accordion-area {
  list-style: none;
  width: 100%;
  padding: 0;
}
#faq .accordion-area li {
  margin-bottom: 0.5em;
}
#faq .accordion-area .acc-open {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  border-bottom: 1px solid #ccc;
  padding: 0.25em 0.25em 0.5em;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
@media (max-width: 575.98px) {
  #faq .accordion-area .acc-open {
    font-size: 4vw;
  }
}
#faq .accordion-area .acc-open .acc-btn {
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  #faq .accordion-area .acc-open .acc-btn {
    width: 3.5vw;
    height: 3.5vw;
  }
}
#faq .accordion-area .acc-open.active .acc-btn {
  transform: rotate(90deg);
}
#faq .accordion-area .acc-open:hover {
  opacity: 1;
}
#faq .accordion-area .box {
  padding: 0.5em 1em 1em;
  display: none;
  background: #f1f1f1;
}
#faq .accordion-area .box.open {
  display: block;
}
#faq .accordion-area .box p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  #faq .accordion-area .box p {
    font-size: 4vw;
  }
}
#faq .accordion-area .box a {
  text-decoration: underline;
  color: #000;
}
#faq img.qr {
  margin: 0 auto 40px;
}
@media (max-width: 575.98px) {
  #faq img.qr {
    margin: 0 auto 10vw;
  }
}

#company table {
  width: 100%;
}
#company table th, #company table td {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 0.5em 0.75em;
}
@media (max-width: 575.98px) {
  #company table th, #company table td {
    font-size: 4vw;
  }
}
#company table th {
  background: #c9e0e0;
  text-align: left;
}

#inquiry p {
  line-height: 1.42;
}
#inquiry .note {
  border: 1px solid #000;
  padding: 0.75em;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  #inquiry .note {
    font-size: 4vw;
  }
}
#inquiry .qr {
  margin: 0 auto 40px;
}
@media (max-width: 575.98px) {
  #inquiry .qr {
    margin: 0 auto 10vw;
  }
}

#confirm .content, #confirm2 .content, #locker .content {
  min-height: 500px;
}
#confirm .note, #confirm2 .note, #locker .note {
  border: 1px solid #000;
  padding: 1em;
  font-size: 14px;
  line-height: 1.42;
  margin: 40px 0;
  color: #000;
}
@media (max-width: 575.98px) {
  #confirm .note, #confirm2 .note, #locker .note {
    font-size: 3.5vw;
    margin: 10vw 0;
  }
}
#confirm .note h2, #confirm2 .note h2, #locker .note h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media (max-width: 575.98px) {
  #confirm .note h2, #confirm2 .note h2, #locker .note h2 {
    font-size: 3.5vw;
  }
}

#locker {
  line-height: 1.42;
}

.form {
  width: 100%;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .form {
    font-size: 3.5vw;
  }
}
.form p {
  margin-bottom: 0.5em;
}
.form p.title {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.form p.title .num {
  background: #3aacad;
  color: #fff;
  border-radius: 1.5em;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.form p.title small {
  font-weight: normal;
}
.form .item {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .form .item {
    margin-bottom: 7.5vw;
  }
}
.form .yel {
  color: #f8cd63;
}
.form .req {
  color: red;
}
.form input, .form select, .form textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #4d4d4d;
  border-radius: 0px;
  font-size: 14px;
  padding: 0.5em;
  width: 100%;
}
@media (max-width: 575.98px) {
  .form input, .form select, .form textarea {
    font-size: 3.5vw;
  }
}
.form input[type=radio], .form input[type=checkbox] {
  width: auto;
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
.form .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form .flex .wpcf7-form-control-wrap {
  width: 50%;
}
.form label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.form label .wpcf7-list-item-label {
  white-space: nowrap;
}
.form .sub {
  padding-left: 1.25em;
}
.form .sub .wpcf7-checkbox.wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.form .sub .wpcf7-checkbox.wpcf7-form-control input {
  width: auto;
}
.form .wpcf7-list-item {
  margin-left: 0;
}
.form .wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  margin-bottom: 600px !important;
}
.form .selecter, .form .selecter02 {
  display: none;
}
.form .codedropz-upload-wrapper .codedropz-upload-handler {
  border: none;
}
.form .codedropz-upload-wrapper .codedropz-upload-handler h3, .form .codedropz-upload-wrapper .codedropz-upload-handler span {
  display: none;
}
.form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 0.5em 1em;
  border: 1px solid #333;
  border-radius: 2px;
}
.form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  text-align: left;
}
.form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .cd-upload-btn {
  color: #000;
  padding: 0em;
  width: 100%;
  font-size: 14px;
  display: block;
}
.form #add-item {
  display: none;
}
.form #add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#submit {
  width: 100%;
  height: 56px;
  border: none;
  background: #f8cd63;
  font-size: 22px;
  font-weight: bold;
  border-radius: 56px;
  letter-spacing: 0.05em;
  margin: 10px 0;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #submit {
    height: 14vw;
    font-size: 5.5vw;
    border-radius: 14vw;
    margin: 2.5vw 0;
  }
}

#back {
  width: 100%;
  height: 56px;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 56px;
  letter-spacing: 0.05em;
  margin: 10px 0;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #back {
    height: 14vw;
    font-size: 5.5vw;
    border-radius: 14vw;
    margin: 2.5vw 0;
  }
}

#thanks .done {
  width: 70px;
  margin: 0 auto 20px;
}
@media (max-width: 575.98px) {
  #thanks .done {
    width: 17.5vw;
    margin: 0 auto 5vw;
  }
}
#thanks h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media (max-width: 575.98px) {
  #thanks h2 {
    font-size: 6vw;
  }
}

.add-btn {
  width: 100%;
  height: 40px;
  background: #4d4d4d;
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.add-btn:hover {
  opacity: 0.7;
}

.footer {
  background: #4d4d4d;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.footer .footer-img {
  width: 157px;
  margin: 0 auto 20px;
}
@media (max-width: 575.98px) {
  .footer .footer-img {
    width: 39.25vw;
    margin: 0 auto 5vw;
  }
}
.footer p {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .footer p {
    font-size: 4vw;
  }
}
.footer .links {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .footer .links {
    font-size: 3.25vw;
  }
}
.footer hr {
  border-color: #fff;
}
.footer .copy {
  font-size: 8px;
}
@media (max-width: 575.98px) {
  .footer .copy {
    font-size: 2vw;
  }
}
.footer #totop {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #999;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  animation: fadeout 0.4s forwards;
}
.footer #totop.active {
  display: flex;
  animation: fadein 0.4s forwards;
}
.footer #totop img {
  width: 15px;
}
@media (max-width: 575.98px) {
  .footer #totop {
    right: 10px;
    bottom: 40px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 12px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  color: #b3b3b3;
  text-align: center;
}
@media (max-width: 575.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 3vw;
    height: 5.5vw;
    font-size: 5.5vw;
    line-height: 5.5vw;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-top: -50px;
}
@media (max-width: 575.98px) {
  .swiper-button-prev, .swiper-button-next {
    width: 12.5vw;
    height: 25vw;
    margin-top: calc(0px - 12.5vw);
  }
}

.swiper-button-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 575.98px) {
  .swiper-button-prev {
    border-radius: 0 12.5vw 12.5vw 0;
  }
}

.swiper-button-next {
  right: 0;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 575.98px) {
  .swiper-button-next {
    border-radius: 12.5vw 0 0 12.5vw;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
}

.swiper-pagination-bullet-active {
  background: #3aacad;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575.98px) {
  .modal-container {
    padding: 10vw 0;
  }
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 640px;
  width: 100%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .modal-close {
    right: 0;
    top: -10vw;
    width: 10vw;
    height: 10vw;
    font-size: 10vw;
  }
}

.modal-content {
  background: #fff;
  text-align: left;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.nobdr {
  border: none !important;
}

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

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

.fs-12 {
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .fs-12 {
    font-size: 3vw;
  }
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .fs-14 {
    font-size: 3.5vw;
  }
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-150 {
  letter-spacing: 0.15em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .mb-10 {
    margin-bottom: 2.5vw;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .mb-12 {
    margin-bottom: 3vw;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .mb-15 {
    margin-bottom: 3.75vw;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .mb-20 {
    margin-bottom: 5vw;
  }
}

.mb-25 {
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .mb-25 {
    margin-bottom: 6.25vw;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .mb-30 {
    margin-bottom: 7.5vw;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .mb-40 {
    margin-bottom: 10vw;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .mb-50 {
    margin-bottom: 12.5vw;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .mb-80 {
    margin-bottom: 22.5vw;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 575.98px) {
  .mb-90 {
    margin-bottom: 20vw;
  }
}

.line-gr {
  color: #06C755;
}/*# sourceMappingURL=style.css.map */