@charset "UTF-8";
body {
  font-size: 0.14rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #2a2a2a;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.wrapper::before {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg01.webp);
}

.container {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.3rem);
  }
}

a {
  color: #2a2a2a;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
}

.objectfit.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_header .fixed_area {
  width: calc((100% - 390px) / 2);
  position: fixed;
  top: 0;
}

.cmn_header .tit {
  height: 100vh;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn_header .tit img {
  width: 1.4rem;
}

.cmn_header .tit .txt {
  margin-top: 0.2rem;
  display: block;
  font-size: 0.12rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.5;
}

.cmn_header .cmn_menu {
  right: 0;
  height: 100vh;
  overflow: auto;
}

.cmn_header .menu_inner {
  padding: 0.4rem 0;
  min-height: 100dvh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .cmn_header .global {
    opacity: 1 !important;
    display: block !important;
  }
}

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

.cmn_header .lists li:not(:first-of-type) {
  margin-top: 0.38rem;
}

.cmn_header .lists li a {
  font-size: 0.16rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cmn_header .wrap {
  margin-top: 0.65rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2rem;
}

.cmn_header .wrap .date img {
  width: 0.24rem;
}

.cmn_header .wrap .ig img {
  width: 0.26rem;
}

@media screen and (max-width: 767px) {
  .cmn_header {
    width: 100%;
    height: 0.8rem;
    top: 0;
    position: fixed;
    z-index: 100;
    background-color: #fff;
  }
  .cmn_header .fixed_area {
    width: 100%;
    position: absolute;
  }
  .cmn_header .tit {
    width: 60%;
    height: auto;
    top: calc(50% - 0.2rem);
    left: 0.16rem;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .cmn_header .tit a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.1rem;
  }
  .cmn_header .tit .txt {
    margin-top: 0;
  }
  .cmn_header .tit img {
    width: 0.41rem;
  }
  .cmn_header .tit.active {
    background-color: transparent;
  }
  .cmn_header .menu {
    right: 0;
    height: auto;
  }
  .cmn_header .wrap {
    margin-top: 0;
    position: fixed;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: 0.23rem;
    right: 0.55rem;
    z-index: 100;
  }
  .cmn_header .cmn_menu {
    height: auto;
  }
  .cmn_header .menu_inner {
    padding: 0;
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_header .global {
    width: 100%;
    height: 100vh;
    padding: 0.7rem 0 0.5rem;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    background-image: url(../img/cmn/bg01.webp);
  }
  .cmn_header nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cmn_header .hamburger {
    top: 0.17rem;
    right: 0.05rem;
    width: 0.4rem;
    height: 0.4rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: fixed;
    z-index: 102;
    border-radius: 50%;
  }
  .cmn_header .hamburger span {
    width: 0.2rem;
    height: 1px;
    position: absolute;
    right: calc(50% - 0.1rem);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #2a2a2a;
  }
  .cmn_header .hamburger span:nth-of-type(1) {
    top: 0.15rem;
  }
  .cmn_header .hamburger span:nth-of-type(2) {
    top: 0.2rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_header .hamburger span:nth-of-type(3) {
    top: 0.25rem;
  }
  .cmn_header .hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_header .hamburger.active span:nth-child(3) {
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .cmn_header.shadow {
    -webkit-box-shadow: 0 0.03rem 0.06rem rgba(42, 42, 42, 0.05);
            box-shadow: 0 0.03rem 0.06rem rgba(42, 42, 42, 0.05);
  }
}

.cmn_footer {
  padding: 0.6rem 0 0.2rem;
  color: #fff;
  text-align: center;
  background-color: #25b4ba;
}

.cmn_footer .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.1rem;
}

.cmn_footer .logo img {
  width: 0.415rem;
}

.cmn_footer .logo .txt {
  text-align: left;
  font-size: 0.12rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.cmn_footer .add {
  margin-top: 0.43rem;
  font-size: 0.12rem;
}

.cmn_footer .btn a {
  width: 3.2rem;
  line-height: 0.6rem;
  margin: 0.2rem auto 0;
  display: block;
  font-size: 0.16rem;
  border-radius: 0.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.16rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #25b4ba;
  background-color: #fff;
  border: 0.02rem solid #25b4ba;
}

.cmn_footer .btn a .icon {
  position: relative;
}

.cmn_footer .btn a svg {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  fill: #25b4ba;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.cmn_footer .btn a .num {
  padding-left: 0.3rem;
}

@media screen and (min-width: 768px) {
  .cmn_footer .btn a {
    pointer-events: none;
  }
  .cmn_footer .btn a:hover {
    opacity: 1;
    color: #fff;
    background-color: #25b4ba;
    border: 0.02rem solid #fff;
  }
  .cmn_footer .btn a:hover svg {
    fill: #fff;
  }
}

.cmn_footer .privacy {
  margin-top: 0.21rem;
  font-size: 0.1rem;
}

.cmn_footer .privacy a {
  color: #fff;
}

.cmn_footer .ig_icon {
  margin-top: 0.42rem;
}

.cmn_footer .ig_icon img {
  width: 0.3rem;
}

.cmn_footer .hpb {
  margin-top: 0.6rem;
  padding: 0.2rem 0;
  background-color: #fff;
}

.cmn_footer .hpb img {
  width: 1.8rem;
}

.cmn_footer small {
  margin-top: 0.17rem;
  font-size: 0.1rem;
  display: block;
}

.main_content {
  max-width: 3.9rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.06);
}

.noentry {
  text-align: center;
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_tit {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #25b4ba;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.mod_tit .en {
  font-size: 0.18rem;
  letter-spacing: 0.12em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

.mod_tit .ja {
  margin-top: 0.07rem;
  font-size: 0.12rem;
  color: #25b4ba;
}

.mod_news_lists {
  margin-top: 0.4rem;
}

.mod_news_lists li:not(:first-of-type) {
  margin-top: 0.2rem;
}

.mod_news_lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.15rem;
}

@media screen and (min-width: 768px) {
  .mod_news_lists li a:hover .img img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.mod_news_lists .img {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
}

.mod_news_lists .img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.mod_news_lists .txt {
  width: 2.25rem;
}

.mod_news_lists .txt .date {
  font-size: 0.12rem;
  color: #25b4ba;
}

.mod_news_lists .txt .tit {
  margin-top: 0.07rem;
  line-height: 1.5;
}

.mod_btn a {
  width: 2rem;
  line-height: 0.4rem;
  margin: 0.4rem auto 0;
  display: block;
  text-align: center;
  border-radius: 0.2rem;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #25b4ba;
  position: relative;
  border: 1px solid #25b4ba;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn a::after {
  content: "→";
  position: absolute;
  right: 0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}

@media screen and (min-width: 768px) {
  .mod_btn a:hover {
    opacity: 1;
    color: #25b4ba;
    background-color: #fff;
  }
  .mod_btn a:hover::after {
    right: 0.1rem;
  }
}

.mod_mv {
  padding: 0.3rem 0 0;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg02.webp);
}

@media screen and (max-width: 767px) {
  .mod_mv {
    padding: 1.2rem 0 0;
  }
}

.wp-pagenavi {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.03rem;
  border-radius: 50%;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
}

.wp-pagenavi a {
  font-size: 0.12rem;
  background-color: #25b4ba;
  color: #fff;
  border: 1px solid #25b4ba;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
  .wp-pagenavi a:hover {
    background-color: #fff;
    border: 1px solid #25b4ba;
    opacity: 1;
    color: #25b4ba;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  padding: 0.08rem 0.1rem 0.13rem;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 0.3rem;
  margin: 0.03rem;
  font-size: 0.12rem;
  background-color: #25b4ba;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background-color: #fff;
    border: 1px solid #25b4ba;
    opacity: 1;
    color: #25b4ba;
  }
}

.wp-pagenavi .current {
  font-size: 0.14rem;
  color: #25b4ba;
  background-color: #fff;
  border: 1px solid #25b4ba;
}

.post_content {
  margin-top: 0.2rem;
}

.post_content .wp-block {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6,
.post_content .wp-block-heading {
  line-height: 1.5;
  margin: 0 0 1.2em;
}

.post_content h1,
.post_content .wp-block-heading.is-style-h1 {
  font-size: 0.2rem;
}

.post_content h2,
.post_content .wp-block-heading.is-style-h2 {
  font-size: 0.18rem;
}

.post_content h3,
.post_content .wp-block-heading.is-style-h3 {
  font-size: 0.16rem;
}

.post_content h4,
.post_content .wp-block-heading.is-style-h4 {
  font-size: 0.14rem;
}

.post_content h5,
.post_content .wp-block-heading.is-style-h5 {
  font-size: 0.12rem;
}

.post_content h6,
.post_content .wp-block-heading.is-style-h6 {
  font-size: 0.1rem;
}

.post_content p,
.post_content .wp-block-paragraph {
  margin: 0 0 2em;
  font-size: 0.14rem;
  line-height: 1.5;
}

.post_content figure.wp-block-image {
  margin: 0 0 1.5em;
  text-align: center;
}

.post_content figure.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.post_content figure.wp-block-image figcaption {
  font-size: 0.12rem;
  margin-top: 0.5em;
}

.post_content blockquote,
.post_content .wp-block-quote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p,
.post_content .wp-block-quote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p,
.post_content .wp-block-quote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol,
.post_content .wp-block-list {
  margin: 1em 0 1em 1em;
}

.post_content ul li,
.post_content .wp-block-list li {
  list-style: outside disc;
}

.post_content ol li,
.post_content .wp-block-list li {
  list-style: outside decimal;
}

.post_content a {
  text-decoration: underline;
  color: #25b4ba;
}

.post_content em {
  font-style: italic;
}

.post_content .wp-block-group {
  margin: 2em 0;
}

.post_content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .post_content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post_content .wp-block-embed,
.post_content figure.wp-block-embed,
.post_content .wp-block-embed__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.post_content .wp-block-embed iframe,
.post_content figure.wp-block-embed iframe,
.post_content .wp-block-embed__wrapper iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

.post_content iframe[src*="youtube.com"],
.post_content iframe[src*="youtu.be"],
.post_content iframe[src*="vimeo.com"],
.post_content iframe[src*="maps.google"],
.post_content iframe[src*="dailymotion.com"],
.post_content iframe[src*="soundcloud.com"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

/* TOP
--------------------------------------------------------------*/
.top_page .mv {
  padding: 0.15rem 0.15rem 1.45rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg02.webp);
}

.top_page .mv .cat {
  padding: 2.27rem 0.15rem 0.15rem;
  font-size: 0.18rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/mv.webp);
}

.top_page .mv .cat span {
  line-height: 1.5;
  padding: 0.05rem 0.1rem;
  display: inline-block;
  color: #fff;
  background-color: #25b4ba;
}

.top_page .mv .cat span:not(:first-of-type) {
  margin-top: 0.04rem;
}

.top_page .mv .txt {
  margin-top: 0.36rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_page .mv {
    padding: 0.95rem 0.15rem 1.45rem;
  }
}

.top_page .news {
  padding: 1px 0.15rem 1.5rem;
}

.top_page .news .mod_tit {
  margin-top: -0.9rem;
}

.top_page .news .main_img {
  margin-top: -0.75rem;
}

.top_page .news .noentry {
  margin-top: 2.5em;
}

.top_page .about {
  padding: 1px 0.15rem 1.5rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg02.webp);
}

.top_page .about .mod_tit {
  margin-top: -0.9rem;
  position: relative;
  z-index: 1;
}

.top_page .about .img {
  margin-top: -0.75rem;
}

.top_page .about .lists {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #b2e6e8;
}

.top_page .about .lists dt,
.top_page .about .lists dd {
  padding-top: 0.19rem;
  padding-bottom: 0.19rem;
  line-height: 1.5;
  border-bottom: 1px solid #b2e6e8;
}

.top_page .about .lists dt {
  width: 0.8rem;
}

.top_page .about .lists dd {
  width: calc(100% - 0.8rem);
}

.top_page .about .lists dd a {
  color: #25b4ba;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .top_page .about .lists dd .tel {
    pointer-events: none;
  }
}

.top_page .service {
  padding: 1px 0.15rem 1.5rem;
}

.top_page .service .mod_tit {
  margin-top: -0.9rem;
  position: relative;
  z-index: 1;
}

.top_page .service .img {
  margin-top: -0.75rem;
}

.top_page .service .txt {
  margin-top: 0.35rem;
}

.top_page .service .txt p {
  line-height: 2;
}

.top_page .service .txt p:not(:first-of-type) {
  margin-top: 2em;
}

.top_page .staff {
  padding: 1px 0.15rem 1.5rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg02.webp);
}

.top_page .staff .mod_tit {
  margin-top: -0.9rem;
}

.top_page .staff .main_img {
  margin-top: -0.75rem;
}

.top_page .staff .lists {
  margin-top: 0.6rem;
}

.top_page .staff .lists .item {
  text-align: center;
}

.top_page .staff .lists .item:not(:first-of-type) {
  margin-top: 0.45rem;
}

.top_page .staff .lists .img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.top_page .staff .lists .name {
  margin-top: 0.12rem;
}

.top_page .staff .lists .name span {
  display: block;
}

.top_page .staff .lists .name .en {
  font-size: 0.1rem;
  color: #25b4ba;
}

.top_page .staff .lists .name .ja {
  margin-top: 0.06rem;
  font-size: 0.16rem;
  letter-spacing: 0.12em;
}

.top_page .staff .lists .item02 .img img {
  -o-object-position: top center;
     object-position: top center;
}

.top_page .menu {
  padding: 1px 0.15rem 1.5rem;
  background-color: #fff;
}

.top_page .menu .mod_tit {
  margin-top: -0.9rem;
}

.top_page .menu .main_img {
  margin-top: -0.75rem;
}

.top_page .menu .item {
  margin-top: 0.6rem;
}

.top_page .menu .item .tit {
  padding: 0 0.15rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  font-weight: 900;
  color: #fff;
  background-color: #25b4ba;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}

.top_page .menu .item .tit::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: -0.15rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_page .menu .item .lists dt {
  padding-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 1.31;
  color: #25b4ba;
}

.top_page .menu .item .lists .notes {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  line-height: 1.5;
}

.top_page .menu .item .lists .price {
  text-align: right;
  padding-bottom: 0.25rem;
  margin-top: 0.12rem;
  font-size: 0.16rem;
  border-bottom: 1px solid #b2e6e8;
}

.top_page .menu .item01 .tit::after {
  background-image: url(../img/top/menu_deco01.svg);
}

.top_page .menu .item02 .tit::after {
  background-image: url(../img/top/menu_deco02.svg);
}

.top_page .reserve {
  padding: 1px 0.15rem 0.6rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg02.webp);
}

.top_page .reserve .mod_tit {
  margin-top: -0.9rem;
}

.top_page .reserve .main_img {
  margin-top: -0.75rem;
}

.top_page .reserve .lists {
  margin-top: 0.62rem;
}

.top_page .reserve .lists dt:not(:first-of-type) {
  margin-top: 0.24rem;
}

.top_page .reserve .lists dt .req {
  color: #ff0000;
}

.top_page .reserve .lists dt .notes {
  margin-top: 0.13rem;
  display: block;
  font-size: 0.12rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.top_page .reserve .lists dd {
  margin-top: 0.13rem;
}

.top_page .reserve .lists dd.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.15rem;
  position: relative;
}

.top_page .reserve .lists input[type="text"],
.top_page .reserve .lists input[type="email"],
.top_page .reserve .lists input[type="tel"],
.top_page .reserve .lists input[type="date"],
.top_page .reserve .lists select,
.top_page .reserve .lists textarea {
  width: 100%;
  padding: 0.1rem;
  border: none;
  font-size: 0.16rem;
  background-color: #fff;
}

.top_page .reserve .lists input[type="text"],
.top_page .reserve .lists input[type="email"],
.top_page .reserve .lists input[type="tel"],
.top_page .reserve .lists input[type="date"],
.top_page .reserve .lists select {
  height: 0.5rem;
}

.top_page .reserve .lists textarea {
  min-height: 3rem;
}

.top_page .reserve .lists input[type="date"],
.top_page .reserve .lists select {
  min-width: 1.7rem;
  color: #2a2a2a;
}

.top_page .reserve .lists .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.12rem;
  margin-top: 0.05rem;
  color: #ff0000;
}

.top_page .reserve .privacy {
  margin-top: 0.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.top_page .reserve .privacy a {
  color: #25b4ba;
  text-decoration: underline;
}

.top_page .reserve .submit_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.4rem auto 0;
  text-align: center;
  position: relative;
}

.top_page .reserve .submit_btn input {
  width: 2rem;
  height: 0.4rem;
  border: 1px solid #25b4ba;
  text-align: center;
  font-weight: bold;
  font-size: 0.14rem;
  border-radius: 1rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #fff;
  background-color: #25b4ba;
}

@media screen and (min-width: 768px) {
  .top_page .reserve .submit_btn input:hover {
    opacity: 1;
    color: #25b4ba;
    background-color: #fff;
  }
}

.top_page .reserve .submit_btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

/* NEWS
--------------------------------------------------------------*/
.news_page .news {
  margin-top: -0.9rem;
  padding: 1.3rem 0.15rem 0.6rem;
  background-color: #fff;
}

.news_page .news .mod_news_lists {
  margin-top: 0;
}

/* NEWS
--------------------------------------------------------------*/
.news_detail_page .news {
  padding: 0.15rem 0.15rem 0.6rem;
  background-size: 100% 100%;
  background-image: url(../img/cmn/bg02.webp);
}

.news_detail_page .news .content {
  padding: 0.15rem;
  background-color: #fff;
}

.news_detail_page .news .img img {
  width: 100%;
}

.news_detail_page .news .date {
  margin-top: 0.23rem;
  font-size: 0.12rem;
  color: #25b4ba;
}

.news_detail_page .news .tit {
  margin: 0.07rem 0 0;
  font-size: 0.16rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .news_detail_page .news {
    padding: 0.94rem 0.15rem 0.6rem;
  }
}

/* privacy
--------------------------------------------------------------*/
.privacy_page .privacy_sec {
  margin-top: -0.9rem;
  padding: 1.3rem 0.15rem 0.6rem;
  background-color: #fff;
}

.privacy_page .privacy_sec .mod_news_lists {
  margin-top: 0;
}

.privacy_page .privacy_sec .f_txt {
  font-size: 0.12rem;
  line-height: 1.5;
}

.privacy_page .privacy_sec .lists dt {
  padding-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 1.31;
  color: #25b4ba;
}

.privacy_page .privacy_sec .lists dd {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  line-height: 1.5;
}

.privacy_page .privacy_sec .child_lists li {
  padding-left: 1em;
  position: relative;
}

.privacy_page .privacy_sec .child_lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #2a2a2a;
}

/* error
--------------------------------------------------------------*/
.error_page .error {
  margin-top: -0.9rem;
  padding: 1.3rem 0.15rem 0.6rem;
  background-color: #fff;
}

.error_page .error .mod_news_lists {
  margin-top: 0;
}

.error_page .error .txt {
  text-align: center;
  line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */