@charset "UTF-8";
/* 除算math.divを使うのに必要な記述 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
  font-family: system-ui;
}
body a {
  color: #0f0f0f;
  text-decoration: unset;
}
body a :hover {
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Chrome、Safari用 */
  -moz-transition: 0.5s; /* Firefox用 */
  -o-transition: 0.5s; /* Opera用 */
  opacity: 0.8;
}
body img {
  max-width: 100%;
  height: auto;
}
body .mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(3rem, 2.9346938776rem + 0.2040816327vw, 3.2rem);
}
body section {
  margin-bottom: 40px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: unset;
  font-weight: unset;
  line-height: unset;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#contact {
  margin-top: 40px !important;
}
#contact .titleArea {
  text-align: center;
  margin-bottom: 40px;
}
#contact .titleArea .title {
  font-size: clamp(4rem, 3.9346938776rem + 0.2040816327vw, 4.2rem);
}
#contact .titleArea .sub {
  color: black;
}
#contact .form {
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  #contact .form {
    padding: 0px;
  }
}
#contact .form .wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact .form .wrap {
    flex-direction: column;
  }
}
#contact .form .wrap .head {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .head {
    width: 100%;
  }
}
#contact .form .wrap .contents {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .contents {
    width: 100%;
  }
}
#contact .form .wrap .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .head {
    justify-content: start;
    gap: 10px;
  }
}
#contact .form .wrap .head label {
  font-weight: bold;
}
#contact .form .wrap .head span {
  color: white;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
  background: goldenrod;
  padding: 3px 10px;
  border-radius: 15px;
}
#contact .form .wrap.submit {
  flex-direction: column;
  align-items: center;
}
#contact .form .wrap .wpcf7-tel, #contact .form .wrap .wpcf7-text, #contact .form .wrap .wpcf7-email, #contact .form .wrap .wpcf7-textarea {
  border: none;
  background-color: #f4f4f4;
  width: 100%;
  padding: 10px;
}
#contact .form .wrap .wpcf7-select {
  border: none;
  background-color: #f4f4f4;
  width: 50%;
  padding: 10px;
}
#contact .form .wrap .wpcf7-submit {
  background-color: goldenrod;
  width: 50%;
  padding: 5px 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  #contact .form .wrap .wpcf7-submit {
    width: 100%;
  }
}
#contact .form .btnArea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #contact .form .btnArea {
    flex-direction: column;
  }
}
#contact .form .btnArea button, #contact .form .btnArea input {
  background-color: goldenrod;
  width: 50%;
  padding: 5px 0px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  #contact .form .btnArea button, #contact .form .btnArea input {
    width: 100%;
  }
}
#contact .form .btnArea .wpcf7-spinner {
  display: none;
}
#contact .thanks {
  text-align: center;
}
#contact .thanks .title {
  font-size: clamp(3rem, 2.9346938776rem + 0.2040816327vw, 3.2rem);
  color: goldenrod;
  margin-bottom: 40px;
  font-weight: bold;
}
#contact .thanks .textArea {
  line-height: 150%;
}
#contact .thanks .textArea .name {
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 10px;
}
#contact .thanks .textArea .name span {
  font-size: clamp(1.8rem, 1.7346938776rem + 0.2040816327vw, 2rem);
}

/* 全画面オーバーレイ */
#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s;
}

/* スピナー本体（CSSだけ） */
.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(137, 197, 106, 0.3);
  border-top-color: #89C56A;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
a:hover {
  color: unset;
}

body {
  background-color: #fafafa;
  line-height: 1.5;
}

.material-symbols-outlined, .tagList__wrap a::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.container {
  max-width: 768px;
}

.header {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 999;
  padding-left: 16px;
  background-color: white;
  border-bottom: 3px #89C56A solid;
  box-shadow: 0px 0px 10px -5px #777777;
  top: 0;
}
.header__nav .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.header__nav .logo span {
  color: #89C56A;
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
}
.header__nav .logo img {
  height: 45px;
}
.header__nav nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.header__nav nav ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.header__nav nav ul.menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px #e0e0e0 solid;
  padding-left: 8px;
  height: 60px;
}
.header__nav nav .login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header__nav nav .login li {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
  height: 60px;
}
.header__nav nav .login li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
  gap: 4px;
}
.header__nav nav .login li.signup {
  background-color: #2D3E50;
  font-weight: bold;
}
.header__nav nav .login li.signup a:before {
  font-family: "Material Icons";
  content: "\e3c9";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__nav nav .login li.login {
  background-color: #89C56A;
  font-weight: bold;
}
.header__nav nav .login li.login a:before {
  font-family: "Material Icons";
  content: "\ea77";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__nav nav .login li.mypage {
  background-color: #89C56A;
  font-weight: bold;
}
.header__nav nav .login li.mypage a:before {
  font-family: "Material Icons";
  content: "\e7fd";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__slide .slider__item {
  height: 80vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.header__slide .slider__item .tags {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.header__slide .slider__item .tags__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  align-items: end;
  gap: 16px;
  flex-wrap: wrap;
}
.header__slide .slider__item .tags__wrap .tag {
  background-color: white;
  padding: 8px 40px;
}
.header__slide .slider__item.about {
  background-color: white;
  background-image: url(../images/kv.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.header__slide .slider__item.about .logo img {
  max-width: 300px;
  width: 100%;
}
.header__slide .slider__item.about .sub {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__slide .slider__item.about p {
  width: 80%;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .header__slide .slider__item.about p {
    width: 100%;
  }
}
.header__sp {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px -5px #777777;
  top: 0;
}
.header__sp .logo {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: #89C56A;
}
.header__sp .logo img {
  height: 30px;
}
.header__sp .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__sp .right .auth {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header__sp .right .auth .item {
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
  height: 60px;
}
.header__sp .right .auth .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
}
.header__sp .right .auth .item.signup {
  background-color: #2D3E50;
}
.header__sp .right .auth .item.signup a:before {
  font-family: "Material Icons";
  content: "\e3c9";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__sp .right .auth .item.login {
  background-color: #89C56A;
}
.header__sp .right .auth .item.login a:before {
  font-family: "Material Icons";
  content: "\ea77";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__sp .right .auth .item.mypage {
  background-color: #89C56A;
}
.header__sp .right .auth .item.mypage a:before {
  font-family: "Material Icons";
  content: "\e7fd";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.header__sp .right .menu-btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__sp .right .menu-btn span {
  color: #89C56A;
}
.header__nav-sp .main-nav {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header__nav-sp .main-nav .menu .genre .head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 8px;
}
.header__nav-sp .main-nav .menu .genre ul {
  flex-direction: column;
  gap: 8px;
}
.header__nav-sp .main-nav .menu .genre ul li {
  width: 100%;
}
.header__nav-sp .main-nav .is-login {
  padding: 8px;
}
.header__nav-sp .main-nav .is-login .info-area {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header__nav-sp .main-nav .is-login .info-area .icon img {
  width: 60px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .dropdown__inner {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 60px;
}
@media screen and (max-width: 576px) {
  .header .dropdown__inner {
    position: relative;
    top: unset;
    width: 100%;
  }
}
.header .dropdown__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #89C56A;
}
@media screen and (max-width: 576px) {
  .header .dropdown__menu {
    flex-direction: column;
  }
}
.header .dropdown__menu li {
  padding: 20px 0px;
  border-right: 1px white solid;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header .dropdown__menu li {
    width: 100%;
    border-right: unset;
    border-bottom: 1px white solid !important;
  }
}
.header .dropdown__menu li:last-child {
  border-right: none;
}
.header .dropdown__menu li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.header .dropdown__menu li a:hover {
  background-color: #f0f0f0;
}
.header .dropdown__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.header .dropdown__toggle:after {
  font-family: "Material Icons";
  content: "\e8b6";
}
.header .header-min {
  width: 100%;
  height: 50vh;
}
@media screen and (max-width: 576px) {
  .header .header-min {
    height: 50vh;
  }
}
.header .header-min .about {
  height: 100%;
  background-color: white;
  background-image: url(../images/kv.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  background-color: #E4F0EB;
}
@media screen and (max-width: 576px) {
  .header .header-min .about {
    background-size: cover;
  }
}
.header .header-min .about .logo img {
  max-width: 300px;
  width: 100%;
}
.header .header-min .about .sub {
  text-align: center;
  line-height: 1.5;
}

.recommend .h1 {
  text-align: center;
  margin: 40px auto 24px;
  font-weight: bold;
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.recommend__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .recommend__area {
    grid-template-columns: 1fr;
  }
}
.recommend__area .card {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 15px -10px #777777;
  position: relative;
  aspect-ratio: 1/1;
}
.recommend__area .card .tmb {
  position: absolute;
  width: 100%;
  inset: 0;
  padding: 8px;
  z-index: 1;
}
.recommend__area .card .tmb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.recommend__area .card .info-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.recommend__area .card .info-area .title a {
  color: black;
  font-weight: bold;
}

.banner {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 15px -10px #777777;
  margin: 16px auto;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .banner {
    padding: 8px;
  }
}

.tagList {
  margin: 40px auto;
}
.tagList__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 8px;
}
.tagList__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tagList__wrap a {
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tagList__wrap a::before {
  content: "sell";
}

.genre {
  margin-bottom: 16px;
}
.genre ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.genre ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .genre ul li {
    width: unset;
  }
}
.genre ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  background-color: white;
  border: #89C56A 1px solid;
  border-radius: 100px;
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
  color: black;
  width: 100%;
}
.genre ul li a span {
  font-weight: bold;
  display: block;
  text-align: center;
}

.contents_wrapper {
  background-color: #f7f7f7;
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .contents_wrapper {
    margin-top: 40px;
    padding: unset;
  }
}
.contents_wrapper__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .contents_wrapper__inner {
    grid-template-columns: 1fr;
  }
}

main section {
  margin-bottom: 40px;
}
main .serviceList__wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 576px) {
  main .serviceList__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}
main .serviceList__wrap .card {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 15px -10px #777777;
  position: relative;
  aspect-ratio: 1/1;
  padding: 0;
}
main .serviceList__wrap .card.grid-2 {
  grid-column: span 2;
  aspect-ratio: unset;
}
main .serviceList__wrap .card.grid-2 .tmb .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main .serviceList__wrap .card.grid-2 .tmb .img img {
  aspect-ratio: unset;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 576px) {
  main .serviceList__wrap .card.grid-2 {
    grid-column: unset;
  }
}
main .serviceList__wrap .card .tmb {
  position: absolute;
  padding: 0;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
main .serviceList__wrap .card .tmb .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main .serviceList__wrap .card .tmb .favorite-btn {
  position: absolute;
  top: 16px;
  right: 16px;
}
main .serviceList__wrap .card .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  padding: 16px;
}
main .serviceList__wrap .card .tags a {
  background-color: white;
  padding: 4px 8px;
  border-radius: 10%;
  color: black;
  font-size: clamp(0.9rem, 0.8346938776rem + 0.2040816327vw, 1.1rem);
}
main .serviceList__wrap .card .info-area {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
main .serviceList__wrap .card .info-area__wrap {
  padding: 8px;
}
main .serviceList__wrap .card .info-area__wrap .title {
  font-weight: bold;
}
main .serviceList__wrap .card .info-area__wrap .catch {
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
}
main .serviceList__wrap .custom-box {
  border: 1px #89C56A solid;
  border-radius: 8px;
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 15px -10px #777777;
  aspect-ratio: 1/1;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
}
main .serviceList__wrap .custom-box .head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: #89C56A;
  font-size: clamp(1.8rem, 1.7346938776rem + 0.2040816327vw, 2rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
main .serviceList__wrap .custom-box__area {
  overflow-y: scroll;
  flex: 1;
  min-height: 0;
}
main .serviceList__wrap .custom-box__area .items {
  margin-bottom: 4px;
}
main .serviceList__wrap .custom-box__area .items .time {
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
}
main .serviceList__wrap .custom-box__area .items .title {
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
  margin: unset;
  font-weight: bold;
}
main .serviceList__wrap .custom-box__area .items .title a {
  line-height: 150%;
}
main .serviceList .pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .serviceList .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
main .serviceList .pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .serviceList .pagination ul li .page-numbers {
  background-color: #89C56A;
  color: white;
  aspect-ratio: 1/1;
  padding: 8px;
}
main .serviceList .loading {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .serviceList .loading .load-more {
  background-color: #89C56A;
  color: white;
  padding: 4px 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .serviceList .loading .loading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .serviceList .loading .loading-icon img {
  width: 50px; /* アイコンのサイズ */
  height: 50px;
  animation: spin 2s linear infinite; /* 回転アニメーション */
  filter: invert(79%) sepia(20%) saturate(897%) hue-rotate(54deg) brightness(90%) contrast(83%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sidebar {
  padding-top: 24px;
}
@media screen and (max-width: 576px) {
  .sidebar {
    padding-top: 0;
    padding-bottom: 8px;
  }
}
.sidebar .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 16px;
}
.sidebar .sns img {
  max-height: 50px;
}
.sidebar .h1 {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
  background-color: #89C56A;
  color: white;
  padding: 8px 0px 8px 8px;
  margin-bottom: 16px;
  font-weight: bold;
}
.sidebar .items {
  margin-bottom: 16px;
}
.sidebar .items .time {
  margin-bottom: 8px;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
}
.sidebar .items .title {
  margin-bottom: 8px;
}
.sidebar section {
  margin-bottom: 40px;
}
.sidebar .uranai p {
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
}
.sidebar .keisai a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  width: 100%;
  border-radius: 100px;
  background-color: #89C56A;
  color: white;
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
}

.about .mainLogo {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .about .mainLogo {
    margin-top: auto;
    padding-top: 40px;
  }
}
.about__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and (max-width: 576px) {
  .about__wrap {
    flex-direction: column;
  }
}
.about__wrap .box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .about__wrap .box {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
.about__wrap .box .text, .about__wrap .box .image {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .about__wrap .box .text, .about__wrap .box .image {
    width: 100%;
  }
}
.about__wrap .box .text .title {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .about__wrap .box .text .title {
    margin-bottom: 8px;
    font-weight: bold;
  }
}
.about__wrap .box .text p {
  line-height: 150%;
}
.about__wrap .box .image img {
  width: 100%;
}
.about .reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 576px) {
  .about .reverse {
    flex-flow: unset;
    flex-direction: column;
  }
}

.join-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-btn .btn {
  padding: 4px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #89C56A;
  color: white;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
  border-radius: 100px;
  margin: 40px auto;
}

.footer {
  background-color: #89C56A;
  padding-top: 40px;
}
.footer__wrap .area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  border-top: 1px white solid;
  width: 100%;
  padding: 40px 0px;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .footer__wrap .area {
    flex-direction: column;
  }
}
.footer__wrap .area .head {
  color: white;
  font-weight: bold;
}
.footer__wrap .area .poweredby {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
}
@media screen and (max-width: 576px) {
  .footer__wrap .area .poweredby {
    flex-direction: column;
  }
}
.footer__wrap .area .poweredby a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer__wrap .area .poweredby a span {
  color: white;
  font-weight: normal;
}
.footer__wrap .area .poweredby a img {
  height: 100px;
}
.footer__wrap .area .poweredby .company p {
  color: white;
}
.footer__wrap .area .poweredby .company p a {
  color: white;
  align-items: flex-start;
  display: inline;
}
.footer__wrap .menu {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 8px;
}
@media screen and (max-width: 576px) {
  .footer__wrap .menu {
    grid-template-rows: repeat(6, 1fr);
    gap: 4px;
  }
}
.footer__wrap .menu a {
  color: white;
}
.footer .cr {
  padding: 40px 0px;
  text-align: center;
  padding-bottom: 80px;
}
.footer .cr a {
  color: white;
}

#service {
  padding-top: 60px;
}
@media screen and (max-width: 576px) {
  #service {
    padding-top: 50px;
  }
}
#service section {
  margin-bottom: 40px;
}
#service .title {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 1.7346938776rem + 0.2040816327vw, 2rem);
}
#service .text {
  line-height: 150%;
  white-space: pre-wrap;
}
#service .h2 {
  width: 100%;
  padding: 16px 0px;
  padding-left: 16px;
  background-color: #89C56A;
  color: white;
  font-weight: bold;
  margin-bottom: 24px;
}
#service .h3 {
  border-left: 8px #2D3E50 solid;
  padding: 8px;
  color: #2D3E50;
  margin: 16px auto;
  margin-top: 40px;
}
#service .postHeader__slider {
  margin-bottom: 40px;
}
#service .postHeader__slider .slider {
  width: 100%;
  height: 100%;
}
#service .postHeader__slider .slider .image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
}
#service .postHeader__slider .slider .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
#service .postHeader__wrap {
  margin-bottom: 16px;
}
#service .postHeader__wrap .title__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
#service .postHeader__wrap .title__wrap .h1 {
  font-weight: bold;
}
#service .postHeader__wrap .title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
#service .postHeader__wrap .catch {
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
}
#service .info__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 16px;
  flex-wrap: wrap;
}
#service .info__wrap > div::before {
  font-family: "Material Icons";
  border-radius: 100%;
  background-color: #89C56A;
  color: white;
  padding: 6px;
  font-size: clamp(1.6rem, 1.5346938776rem + 0.2040816327vw, 1.8rem);
  margin-right: 8px;
}
#service .info__wrap .price::before {
  content: "\eafb";
}
#service .info__wrap .rest::before {
  content: "\e8d1";
}
#service .info__wrap .opentime::before {
  content: "\e8b5";
}
#service .info__wrap .direction::before {
  content: "\e0c8";
}
#service .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  margin-bottom: 40px;
}
#service .navigation ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#service .navigation ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  border-left: 1px black dotted;
}
#service .navigation ul li:last-child {
  border-right: 1px black dotted;
}
#service .navigation ul li a {
  text-align: center;
}
@media screen and (max-width: 576px) {
  #service .navigation ul li a {
    font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
  }
}
#service .qa__wrap .question {
  background-color: #2D3E50;
  color: white;
  padding: 8px;
  padding-left: 0;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
}
#service .qa__wrap .question:before {
  content: "\e887";
  font-family: "Material Icons";
  border-radius: 100%;
  color: white;
  padding: 8px;
  font-size: clamp(1.6rem, 1.5346938776rem + 0.2040816327vw, 1.8rem);
}
#service .qa__wrap .answer {
  margin-bottom: 24px;
  line-height: 150%;
  padding: 0px 16px;
  white-space: pre-wrap;
}
#service .sns__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#service .sns__wrap img {
  height: 50px;
  width: auto;
}
#service .matome .shop {
  display: grid;
  grid-template-columns: 30% 70%;
}
@media screen and (max-width: 576px) {
  #service .matome .shop {
    grid-template-columns: 1fr;
  }
}
#service .matome .shop > div {
  border-bottom: 1px #2D3E50 dotted;
  padding: 16px 0px;
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  #service .matome .shop > div {
    border-bottom: unset;
    padding: unset;
    margin-top: unset;
  }
}
#service .matome .shop .head {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #service .matome .shop .head {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px #2D3E50 dotted;
  }
  #service .matome .shop .text {
    margin-bottom: 24px;
  }
}

.archive__name {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
  font-weight: bold;
  padding-bottom: 24px;
}
.archive__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.archive__wrap .box {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 16px;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .archive__wrap .box {
    grid-template-columns: 1fr;
  }
}
.archive__wrap .box .tmb {
  position: relative;
}
.archive__wrap .box .tmb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.archive__wrap .box .tmb .tags {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.archive__wrap .box .tmb .tags a {
  background-color: white;
  padding: 4px 8px;
  color: black;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
}
.archive__wrap .box .text .time {
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
}
.archive__wrap .box .text .title {
  margin-top: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}
.archive__wrap .box .text .catch {
  font-size: clamp(1.4rem, 1.3346938776rem + 0.2040816327vw, 1.6rem);
}

.header__pages {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__pages .title {
  font-weight: bold;
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px 16px;
}

#members {
  display: grid;
  grid-template-columns: minmax(0, 200px) 1fr;
  gap: 24px;
  min-height: 100vh;
}
@media screen and (max-width: 576px) {
  #members {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }
}
#members.w-full {
  grid-template-columns: 1fr;
}
#members .h1 {
  font-weight: bold;
  margin-bottom: 24px;
}
#members .userInfo {
  padding-top: 100px;
  margin-bottom: 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 576px) {
  #members .userInfo {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
#members .userInfo__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
}
#members .userInfo__wrap .icon img {
  max-width: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
#members .userInfo__wrap .texts .name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
#members .userInfo__wrap .texts .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#members .userInfo__wrap .texts .mail {
  color: gray;
}
#members .userInfo__wrap .menu {
  display: grid;
  width: 100%;
}
@media screen and (max-width: 576px) {
  #members .userInfo__wrap .menu {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 0px 8px;
  }
}
#members .userInfo__wrap .menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 1.1346938776rem + 0.2040816327vw, 1.4rem);
  gap: 4px;
  justify-content: start;
  padding: 4px 16px;
}
@media screen and (max-width: 576px) {
  #members .userInfo__wrap .menu li {
    flex-direction: column;
    padding-left: unset;
  }
}
#members .userInfo__wrap .menu .mypage::before {
  font-family: "Material Icons";
  content: "\e87d";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
#members .userInfo__wrap .menu .user_edit::before {
  font-family: "Material Icons";
  content: "\e3c9";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
#members .userInfo__wrap .menu .logout::before {
  font-family: "Material Icons";
  content: "\e9ba";
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
#members .userInfo__wrap .menu .active {
  background-color: #89C56A;
  border-right: white;
  width: 90%;
  color: white;
}
@media screen and (max-width: 576px) {
  #members .userInfo__wrap .menu .active {
    width: auto;
    justify-content: center;
  }
}
#members .userInfo__wrap .menu .active a {
  color: white;
}
@media screen and (max-width: 576px) {
  #members .userInfo__wrap .menu .active a {
    text-align: center;
  }
}
#members .contents, #members .favorite {
  padding-top: 100px;
}
@media screen and (max-width: 576px) {
  #members .contents, #members .favorite {
    padding-top: 16px;
  }
}
#members .contents__wrap, #members .favorite__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
  gap: 16px;
}
@media screen and (max-width: 576px) {
  #members .contents__wrap, #members .favorite__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
#members .contents__wrap .box .tmb, #members .favorite__wrap .box .tmb {
  margin-bottom: 8px;
}
#members .contents__wrap .box .tmb img, #members .favorite__wrap .box .tmb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#members .contents__wrap .box .time, #members .favorite__wrap .box .time {
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
  margin-bottom: 8px;
}
#members .contents__wrap .box .tags, #members .favorite__wrap .box .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: clamp(1rem, 0.9346938776rem + 0.2040816327vw, 1.2rem);
}
#members .contents__wrap .box .tags span, #members .favorite__wrap .box .tags span {
  background-color: #89C56A;
  padding: 4px 8px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#members .contents__wrap .box .title, #members .favorite__wrap .box .title {
  font-weight: bold;
}

.favorite-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.favorite-btn .simplefavorite-button.active {
  opacity: 1 !important;
}
.favorite-btn .sf-icon-star__empty {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.favorite-btn .sf-icon-star__empty::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Material Icons";
  content: "\e87d" !important;
  color: #ededed;
}
.favorite-btn .sf-icon-star__full {
  font-size: clamp(2rem, 1.9346938776rem + 0.2040816327vw, 2.2rem);
}
.favorite-btn .sf-icon-star__full:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Material Icons";
  content: "\e87d" !important;
  color: rgb(255, 58, 91);
}

#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 0;
}

#wpmem_login, #wpmem_reg {
  width: 100%;
}

#wpmem_reg label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
#wpmem_reg legend {
  margin-bottom: 40px;
}

#wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
  border: unset;
  background-color: #f7f7f7;
}

.button_div input {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  width: 100%;
  border: 0;
  background: #89C56A;
  color: white;
  padding: 16px;
}

.wpmem_msg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background: unset;
  border: unset;
  border-radius: 3px;
  padding: 20px 0;
  margin: 15px 0;
  height: 30vh;
}

#wpmem_login_form .button_div {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
#wpmem_login_form .button_div input {
  width: auto;
}
#wpmem_login_form .button_div .buttons {
  margin-top: 40px;
  width: 100%;
}/*# sourceMappingURL=custom.css.map */