@charset "UTF-8";
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}
html body {
  color: #040404;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  min-width: 1100px;
  background: #fff;
  -webkit-text-size-adjust: none;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4,
html em {
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}
html p {
  line-height: 2;
}
html a {
  color: #040404;
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html a:hover {
  filter: brightness(110%);
}
html a[target=_blank]:not(.none):hover {
  color: #42b9d0;
  text-decoration: underline;
}
html a[target=_blank]:not(.none):after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 4px;
  padding-right: 4px;
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.4rem;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
  html #wrap {
    padding-top: 64px;
  }
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html a.tel {
  display: block;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}
html header {
  z-index: 100;
  width: 100%;
  min-width: 1100px;
}
html header .seo {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 0 0 15px;
  width: 100%;
  box-sizing: border-box;
}
html header .seo span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
html header .header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 90px;
  z-index: 10;
}
html header .header_content #logo {
  padding: 10px 0 0 15px;
  transition: all 0.4s ease;
}
html header .header_content #logo img {
  transition: all 0.2s ease;
}
html header .header_content .telbox {
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 130px;
}
html header .header_content .telbox ol {
  padding-right: 40px;
}
html header .header_content .telbox ol li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  color: #39a2d2;
}
html header .header_content .telbox ol li span {
  font-size: 1rem;
  font-weight: 500;
  width: 50px;
  text-align: right;
  padding-right: 10px;
}
html header .header_content .telbox ol li small {
  font-size: 1rem;
  font-weight: 400;
}
html header .header_content #header_rsv {
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 140px;
  border-radius: 0 0 0 24px;
  background: #39a2d2;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .header_content #header_rsv .icon-rsv {
  position: relative;
  top: -10px;
  font-size: 3.75rem;
  color: #fcffd4;
}
html header .header_content #header_rsv small {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fcffd4;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  html header {
    width: 100%;
    min-width: 100%;
  }
  html header .seo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 111;
    padding: 5px 0 0 10px;
    width: calc(100% - 64px);
    box-sizing: border-box;
    overflow: hidden;
  }
  html header .seo span {
    display: block;
    font-size: 1rem;
    color: #42b9d0;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0;
  }
  html header .header_content {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 110;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.96);
  }
  html header .header_content #logo {
    padding: 22px 0 0 10px;
    transition: all 0.4s ease;
  }
  html header .header_content #logo img {
    width: 70vw;
    height: auto;
    transition: all 0.2s ease;
  }
  html header .header_content .telbox {
    display: none;
  }
  html header .header_content #header_rsv {
    display: none;
  }
  html header .header_content #slidemenuBtn {
    position: fixed;
    right: 0;
    top: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 0 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39a2d2;
  }
  html header .header_content #slidemenuBtn.slide-open > span:before {
    width: 0;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span:after {
    width: 0;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span > span:before {
    width: 100%;
    transform: rotate(-35deg);
    transition: width 0.2s ease, top 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn.slide-open > span > span:after {
    width: 100%;
    transform: rotate(35deg);
    transition: width 0.2s ease, bottom 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span {
    width: 24px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  html header .header_content #slidemenuBtn > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span > span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 75%;
    height: 1px;
    background: #fff;
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 75%;
    height: 1px;
    background: #fff;
    transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
}
html .main_title {
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
html .main_title .swiper-container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  aspect-ratio: 264/153;
  border-radius: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 {
  background-image: url("/img/slide01.webp");
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 {
  background-image: url("/img/slide01.webp");
}
html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 {
  background-image: url("/img/slide01.webp");
}
html .main_title .swiper-container .swiper-text {
  position: absolute;
  left: 75px;
  bottom: 75px;
  color: #fff;
  z-index: 10;
}
html .main_title .swiper-container .swiper-text em {
  font-size: 2rem;
  font-weight: 500;
}
html .main_title .swiper-container .swiper-text h2 {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
html .main_title .swiper-container .swiper-pagination {
  box-sizing: border-box;
  line-height: 1;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
}
html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 10px;
  border: none;
  opacity: 1;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f0f0f0;
}
html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #42b9d0;
}
@media screen and (max-width: 768px) {
  html .main_title {
    padding: 0;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 119vw;
    aspect-ratio: none;
    border-radius: 0 0 25px 25px;
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 {
    background-image: url("/img/slide01@sp.webp");
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 {
    background-image: url("/img/slide01@sp.webp");
  }
  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 {
    background-image: url("/img/slide01@sp.webp");
  }
  html .main_title .swiper-container .swiper-text {
    left: 16px;
    bottom: 32px;
  }
  html .main_title .swiper-container .swiper-text em {
    font-size: 1.3rem;
  }
  html .main_title .swiper-container .swiper-text h2 {
    font-size: 2.2rem;
  }
  html .main_title .swiper-container .swiper-pagination {
    bottom: 22px;
  }
}
html nav {
  padding: 15px 80px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
html nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
html nav ul > li {
  flex: auto;
}
html nav ul > li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
html nav ul > li > a > figure {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
html nav ul > li > a > em {
  display: block;
  line-height: 1;
  padding: 10px 0;
}
html nav ul > li > a > small {
  display: block;
  line-height: 1;
  font-family: "Golden Plains", sans-serif;
  color: #42b9d0;
}
@media screen and (max-width: 768px) {
  html nav {
    display: none;
  }
}
html .grand_open {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
}
html .grand_open:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 298px;
  z-index: -1;
  background: url("../img/wave01.svg") no-repeat center bottom;
  background-size: 100% 298px;
}
html .grand_open .inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 74px 74px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #42b9d0;
  text-align: center;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
html .grand_open .inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 518px;
  background: url("../../img/open_wave.webp") no-repeat center bottom;
  background-size: 100% 518px;
  mix-blend-mode: overlay;
}
html .grand_open .inner .logo {
  padding: 70px 0;
}
html .grand_open .inner h2 {
  padding-bottom: 70px;
}
html .grand_open .inner .grand_open_inner {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  position: relative;
  z-index: 10;
}
html .grand_open .inner .grand_open_inner .data {
  width: 55%;
  padding: 50px;
  box-sizing: border-box;
  text-align: justify;
  font-size: 1.6rem;
}
html .grand_open .inner .grand_open_inner .data h3 {
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 20px;
}
html .grand_open .inner .grand_open_inner .data p {
  line-height: 1.8;
}
html .grand_open .inner .grand_open_inner .data .day {
  padding: 30px 0 20px;
}
html .grand_open .inner .grand_open_inner .data .time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding: 10px 0;
}
html .grand_open .inner .grand_open_inner .data .time span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  padding: 0 15px 0 0;
  white-space: nowrap;
}
html .grand_open .inner .grand_open_inner .data .time span .icon-time {
  position: relative;
  top: 2px;
  font-size: 3rem;
  margin-right: 5px;
}
html .grand_open .inner .grand_open_inner .data small {
  display: block;
  padding-bottom: 20px;
}
html .grand_open .inner .grand_open_inner .data address {
  padding-top: 28px;
  display: block;
}
html .grand_open .inner .grand_open_inner .googlemap {
  width: 45%;
  position: relative;
}
html .grand_open .inner .grand_open_inner .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  html .grand_open {
    padding: 16px;
  }
  html .grand_open:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 149px;
    z-index: -1;
    background: url("../img/wave01.svg") no-repeat center bottom;
    background-size: 100% 149px;
  }
  html .grand_open .inner {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 25px;
  }
  html .grand_open .inner .logo {
    padding: 16px 0 10px;
  }
  html .grand_open .inner h2 {
    padding: 10px 16px 16px;
  }
  html .grand_open .inner .grand_open_inner {
    width: 100%;
    background: #fff;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    z-index: 10;
  }
  html .grand_open .inner .grand_open_inner .data {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    text-align: justify;
    font-size: 1.4rem;
  }
  html .grand_open .inner .grand_open_inner .data h3 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
  }
  html .grand_open .inner .grand_open_inner .data p {
    text-align: center;
    line-height: 1.8;
  }
  html .grand_open .inner .grand_open_inner .data .day {
    padding: 16px;
  }
  html .grand_open .inner .grand_open_inner .data .time {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 10px 0 0;
  }
  html .grand_open .inner .grand_open_inner .data .time span {
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 0 0 10px;
  }
  html .grand_open .inner .grand_open_inner .data .time span .icon-time {
    position: relative;
    top: 2px;
    font-size: 2rem;
    margin-right: 5px;
  }
  html .grand_open .inner .grand_open_inner .data .time figure {
    width: 50vw;
    margin: 0 auto;
  }
  html .grand_open .inner .grand_open_inner .data small {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  html .grand_open .inner .grand_open_inner .data .tel {
    padding: 0 16px;
  }
  html .grand_open .inner .grand_open_inner .data address {
    padding-top: 18px;
    display: block;
    text-align: center;
  }
  html .grand_open .inner .grand_open_inner .googlemap {
    width: 100%;
    padding-bottom: 100%;
  }
  html .grand_open .inner .grand_open_inner .googlemap iframe {
    border-radius: 0 0 25px 25px;
  }
}
html .sect_ttl {
  text-align: left;
  position: relative;
}
html .sect_ttl em {
  color: #040404;
  padding-left: 37px;
  font-size: 3.7rem;
  font-weight: 500;
  position: relative;
}
html .sect_ttl em:before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background: #42b9d0;
  position: absolute;
  left: 0;
  top: 27px;
}
html .sect_ttl small {
  font-family: "Golden Plains", sans-serif;
  color: #42b9d0;
  font-size: 2rem;
  font-weight: 500;
  padding-left: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  html .sect_ttl {
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  html .sect_ttl em {
    position: static;
    padding-left: 0;
    font-size: 3rem;
  }
  html .sect_ttl em:before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: calc(50% - 11px);
    top: auto;
    bottom: 0;
  }
  html .sect_ttl small {
    font-size: 1.8rem;
    padding-left: 0px;
  }
}
html .greeting {
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
  background: #e9f2f4;
  position: relative;
}
html .greeting:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 377px;
  background: url("../img/wave02.svg") no-repeat center bottom;
  background-size: 100% 377px;
}
html .greeting .greeting_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
html .greeting .greeting_inner .sect_ttl {
  position: absolute;
  left: 0;
  top: 0;
}
html .greeting .greeting_inner .greeting01 {
  width: 42%;
}
html .greeting .greeting_inner .greeting01 picture {
  display: block;
  position: relative;
}
html .greeting .greeting_inner .greeting01 picture:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border: 5px solid rgba(188, 239, 249, 0.3);
  box-sizing: border-box;
  border-radius: 60px;
}
html .greeting .greeting_inner .greeting01 picture img {
  border-radius: 60px;
  width: 100%;
  height: 577px;
  object-fit: cover;
  object-position: bottom;
}
html .greeting .greeting_inner .greeting01 figcaption {
  text-align: right;
  padding-top: 20px;
}
html .greeting .greeting_inner .greeting01 figcaption small {
  display: block;
}
html .greeting .greeting_inner .greeting01 figcaption em {
  display: block;
  font-size: 1.6rem;
}
html .greeting .greeting_inner .greeting01 figcaption em span {
  display: inline-block;
  font-size: 2rem;
  padding-left: 10px;
  position: relative;
  padding-bottom: 15px;
}
html .greeting .greeting_inner .greeting01 figcaption em span:before {
  content: "やました ゆりか";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
html .greeting .greeting_inner .text {
  padding-top: 120px;
  padding-left: 37px;
  padding-right: 74px;
  padding-bottom: 80px;
  width: 58%;
  box-sizing: border-box;
}
html .greeting .greeting_inner .text h3 {
  font-size: 2.4rem;
  padding-bottom: 30px;
}
html .greeting .greeting_inner .text p {
  padding-bottom: 30px;
}
html .greeting .greeting_inner .text .sub_img {
  position: absolute;
  right: 55%;
  bottom: 0;
  transform: translate(50%, 25%);
  border-radius: 60px;
  width: 282px;
}
@media screen and (max-width: 1200px) {
  html .greeting .greeting_inner .text .sub_img {
    right: auto;
    left: 50%;
    transform: translate(-20%, 25%);
  }
}
html .greeting .greeting_inner .text .sub_img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border: 5px solid rgba(188, 239, 249, 0.3);
  box-sizing: border-box;
  border-radius: 60px;
}
html .greeting .greeting_inner .text .sub_img img {
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  html .greeting {
    width: 100%;
    padding: 0;
  }
  html .greeting:before {
    bottom: -18vw;
    height: 188px;
    background: url("../img/wave02.svg") no-repeat center bottom;
    background-size: 100% 188px;
  }
  html .greeting .greeting_inner {
    width: 100%;
    max-width: 100%;
    padding: 32px 16px 64px;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  html .greeting .greeting_inner .sect_ttl {
    position: static;
  }
  html .greeting .greeting_inner .greeting01 {
    width: 100%;
  }
  html .greeting .greeting_inner .greeting01 picture {
    display: block;
    position: relative;
  }
  html .greeting .greeting_inner .greeting01 picture:before {
    border-radius: 25px;
  }
  html .greeting .greeting_inner .greeting01 picture img {
    border-radius: 25px;
  }
  html .greeting .greeting_inner .greeting01 figcaption {
    text-align: right;
    padding-top: 10px;
  }
  html .greeting .greeting_inner .greeting01 figcaption em {
    display: block;
    font-size: 1.5rem;
  }
  html .greeting .greeting_inner .text {
    padding: 20px 0 38vw;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  html .greeting .greeting_inner .text h3 {
    font-size: 2.1rem;
    text-align: left;
    padding-bottom: 20px;
  }
  html .greeting .greeting_inner .text p {
    padding-bottom: 20px;
  }
  html .greeting .greeting_inner .text .sub_img {
    position: absolute;
    left: auto;
    top: auto;
    right: -36px;
    transform: none;
    width: auto;
    bottom: 0;
    border-radius: 25px;
  }
  html .greeting .greeting_inner .text .sub_img:before {
    border-radius: 25px;
  }
  html .greeting .greeting_inner .text .sub_img img {
    width: 45vw;
    border-radius: 25px 0 0 25px;
  }
}
html .btn {
  width: 284px;
  height: 48px;
  border-radius: 24px;
  background: #42b9d0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
html .btn span {
  color: #fcffd4;
}
html .btn:after {
  position: relative;
  top: 1px;
  font-size: 1.4rem !important;
  color: #fcffd4;
}
@media screen and (max-width: 768px) {
  html .btn {
    margin: 0 auto;
  }
}
html .treatment {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
html .treatment .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
html .treatment .inner .sect_ttl + p {
  padding-top: 60px;
  padding-left: 37px;
  padding-bottom: 70px;
}
html .treatment .inner .treatment_items01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
html .treatment .inner .treatment_items01 .item {
  width: calc((100% - 64px) / 3);
  padding-bottom: 68px;
  position: relative;
}
html .treatment .inner .treatment_items01 .item figure a {
  display: block;
  position: relative;
}
html .treatment .inner .treatment_items01 .item figure a img {
  border-radius: 60px;
  transition: all 0.2s ease;
}
html .treatment .inner .treatment_items01 .item figure a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border-radius: 60px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  transition: all 0.2s ease;
}
html .treatment .inner .treatment_items01 .item figure a:hover {
  filter: brightness(100%);
}
html .treatment .inner .treatment_items01 .item figure a:hover:before {
  border-width: 0px;
}
html .treatment .inner .treatment_items01 .item figure a:hover img {
  filter: brightness(105%);
}
html .treatment .inner .treatment_items01 .item .text h3 {
  font-size: 2.2rem;
  text-align: center;
  padding: 20px 0;
}
html .treatment .inner .treatment_items01 .item .text .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
html .treatment .inner .treatment_items02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
html .treatment .inner .treatment_items02 .item {
  width: calc((100% - 96px) / 4);
  padding-bottom: 68px;
  position: relative;
}
html .treatment .inner .treatment_items02 .item figure a {
  display: block;
  position: relative;
}
html .treatment .inner .treatment_items02 .item figure a img {
  border-radius: 60px;
  transition: all 0.2s ease;
}
html .treatment .inner .treatment_items02 .item figure a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border-radius: 60px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  transition: all 0.2s ease;
}
html .treatment .inner .treatment_items02 .item figure a:hover {
  filter: brightness(100%);
}
html .treatment .inner .treatment_items02 .item figure a:hover:before {
  border-width: 0px;
}
html .treatment .inner .treatment_items02 .item figure a:hover img {
  filter: brightness(105%);
}
html .treatment .inner .treatment_items02 .item .text h3 {
  font-size: 2.2rem;
  text-align: center;
  padding: 20px 0;
}
html .treatment .inner .treatment_items02 .item .text .btn {
  position: absolute;
  bottom: 0;
  width: 222px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  html .treatment {
    width: 100%;
    padding: 0;
  }
  html .treatment .inner {
    width: 100%;
    max-width: 100%;
  }
  html .treatment .inner .sect_ttl + p {
    padding: 0 32px 32px;
  }
  html .treatment .inner .treatment_items01 {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
    padding-bottom: 32px;
  }
  html .treatment .inner .treatment_items01 .item {
    width: 100%;
    padding-bottom: 32px;
  }
  html .treatment .inner .treatment_items01 .item figure a img {
    width: 100%;
    border-radius: 25px;
  }
  html .treatment .inner .treatment_items01 .item figure a:before {
    border-width: 6px;
    border-radius: 25px;
  }
  html .treatment .inner .treatment_items01 .item figure a:hover {
    filter: brightness(100%);
  }
  html .treatment .inner .treatment_items01 .item figure a:hover:before {
    border-width: 0px;
  }
  html .treatment .inner .treatment_items01 .item figure a:hover img {
    filter: brightness(105%);
  }
  html .treatment .inner .treatment_items01 .item .text h3 {
    font-size: 2rem;
    text-align: center;
    padding: 15px 0;
  }
  html .treatment .inner .treatment_items01 .item .text p {
    padding-bottom: 20px;
  }
  html .treatment .inner .treatment_items01 .item .text .btn {
    position: static;
    margin: 0 auto;
    transform: translateX(0%);
  }
  html .treatment .inner .treatment_items02 {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
    padding-bottom: 32px;
  }
  html .treatment .inner .treatment_items02 .item {
    width: 100%;
    padding-bottom: 32px;
  }
  html .treatment .inner .treatment_items02 .item figure {
    width: 100%;
  }
  html .treatment .inner .treatment_items02 .item figure a img {
    width: 100%;
    border-radius: 25px;
  }
  html .treatment .inner .treatment_items02 .item figure a:before {
    border-width: 6px;
    border-radius: 25px;
  }
  html .treatment .inner .treatment_items02 .item figure a:hover {
    filter: brightness(100%);
  }
  html .treatment .inner .treatment_items02 .item figure a:hover:before {
    border-width: 0px;
  }
  html .treatment .inner .treatment_items02 .item figure a:hover img {
    filter: brightness(105%);
  }
  html .treatment .inner .treatment_items02 .item .text h3 {
    font-size: 2rem;
    text-align: center;
    padding: 15px 0;
  }
  html .treatment .inner .treatment_items02 .item .text p {
    padding-bottom: 20px;
  }
  html .treatment .inner .treatment_items02 .item .text .btn {
    position: static;
    margin: 0 auto;
    transform: translateX(0%);
  }
}
html .banner_section {
  width: 100%;
  position: relative;
  padding-bottom: 125px;
}
html .banner_section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 100%;
  height: 395px;
  background: url("../img/wave03.svg") no-repeat center bottom;
  background-size: 100% 100%;
}
html .banner_section .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1092px;
  margin: 0 auto;
}
html .banner_section .inner .banner {
  width: calc((100% - 32px) / 2);
  height: 235px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  transition: all 0.2s ease;
}
html .banner_section .inner .banner#banner01 {
  background-image: url("../../img/banner01.webp");
}
html .banner_section .inner .banner#banner02 {
  background-image: url("../../img/banner02.webp");
}
html .banner_section .inner .banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border-radius: 60px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.2s ease;
}
html .banner_section .inner .banner:hover {
  filter: brightness(105%);
}
html .banner_section .inner .banner:hover:before {
  border-width: 0;
}
html .banner_section .inner .banner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 1;
}
html .banner_section .inner .banner .text {
  padding-left: 52px;
}
html .banner_section .inner .banner .text small {
  display: block;
  line-height: 1;
  font-family: "Golden Plains", sans-serif;
  color: #42b9d0;
  font-size: 3rem;
}
html .banner_section .inner .banner .text h3 {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
html .banner_section .inner .banner ~ .banner {
  margin-left: 32px;
}
html .banner_section .inner .wide_banner {
  margin-top: 23px;
  width: 816px;
  height: 235px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("../../img/banner03.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  transition: all 0.2s ease;
}
html .banner_section .inner .wide_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border-radius: 60px;
  border: 10px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.2s ease;
}
html .banner_section .inner .wide_banner:hover {
  filter: brightness(105%);
}
html .banner_section .inner .wide_banner:hover:before {
  border-width: 0;
}
html .banner_section .inner .wide_banner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 1;
}
html .banner_section .inner .wide_banner .text {
  padding-left: 52px;
}
html .banner_section .inner .wide_banner .text small {
  display: block;
  line-height: 1;
  font-family: "Golden Plains", sans-serif;
  color: #42b9d0;
  font-size: 3rem;
}
html .banner_section .inner .wide_banner .text h3 {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
html .banner_section .inner .wide_banner .text p {
  padding-top: 10px;
  width: 450px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  html .banner_section {
    width: 100%;
    padding-bottom: 32px;
  }
  html .banner_section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 198px;
    background: url("../img/wave03.svg") no-repeat center bottom;
    background-size: 100% 100%;
  }
  html .banner_section .inner {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }
  html .banner_section .inner .banner {
    width: 100%;
    height: 32vw;
    border-radius: 25px;
  }
  html .banner_section .inner .banner#banner01 {
    background-image: url("../../img/banner01@sp.webp");
  }
  html .banner_section .inner .banner#banner02 {
    background-image: url("../../img/banner02@sp.webp");
  }
  html .banner_section .inner .banner:before {
    border-radius: 25px;
    border: 6px solid rgba(255, 255, 255, 0.3);
  }
  html .banner_section .inner .banner .text {
    padding-left: 24px;
  }
  html .banner_section .inner .banner .text small {
    font-size: 1.8rem;
  }
  html .banner_section .inner .banner .text h3 {
    font-size: 2rem;
  }
  html .banner_section .inner .banner ~ .banner {
    margin: 16px 0 0;
  }
  html .banner_section .inner .wide_banner {
    margin-top: 16px;
    width: 100%;
    height: auto;
    border-radius: 25px;
    display: block;
    background-image: url("../../img/banner03@sp.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  html .banner_section .inner .wide_banner:before {
    border-radius: 25px;
    border: 6px solid rgba(255, 255, 255, 0.3);
  }
  html .banner_section .inner .wide_banner .text {
    padding: 20vw 16px 16px;
  }
  html .banner_section .inner .wide_banner .text small {
    font-size: 1.8rem;
  }
  html .banner_section .inner .wide_banner .text h3 {
    font-size: 2rem;
  }
  html .banner_section .inner .wide_banner .text p {
    font-size: 1.4rem;
    padding-top: 10px;
    width: 100%;
    text-align: justify;
  }
}
html .concept {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  background: #ecf8fb;
  position: relative;
  z-index: 1;
}
html .concept .inner {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
html .concept .inner .sect_ttl + p {
  padding: 60px 0 60px 37px;
}
html .concept .inner .concept_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
html .concept .inner .concept_inner .concept_item {
  width: 100%;
  margin-bottom: 165px;
  display: flex;
  justify-content: flex-start;
}
html .concept .inner .concept_inner .concept_item figure {
  position: relative;
  width: 56%;
  z-index: 1;
}
html .concept .inner .concept_inner .concept_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}
html .concept .inner .concept_inner .concept_item .text {
  position: relative;
  top: 80px;
  width: 44%;
  padding: 68px 0 68px 68px;
  box-sizing: border-box;
  position: relative;
}
html .concept .inner .concept_inner .concept_item .text:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150%;
  height: 100%;
  border-radius: 60px;
  background: #fff;
  z-index: -1;
}
html .concept .inner .concept_inner .concept_item .text .num {
  width: fit-content;
  text-align: center;
  padding-bottom: 40px;
}
html .concept .inner .concept_inner .concept_item .text .num small {
  display: block;
  font-family: "Golden Plains", sans-serif;
  font-size: 2rem;
  color: #39a2d2;
}
html .concept .inner .concept_inner .concept_item .text .num em {
  display: block;
  line-height: 1;
}
html .concept .inner .concept_inner .concept_item .text h3 small {
  display: block;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-bottom: 5px;
}
html .concept .inner .concept_inner .concept_item .text h3 em {
  display: block;
  font-size: 2.7rem;
  line-height: 1.3;
}
html .concept .inner .concept_inner .concept_item .text p {
  padding: 30px 0 40px;
  width: 100%;
  max-width: 400px;
}
html .concept .inner .concept_inner .concept_item.half {
  display: block;
  width: calc((100% - 32px) / 2);
  margin-bottom: 75px;
}
html .concept .inner .concept_inner .concept_item.half#concept_item04 {
  position: relative;
  top: 80px;
}
html .concept .inner .concept_inner .concept_item.half#concept_item06 {
  position: relative;
  top: 80px;
}
html .concept .inner .concept_inner .concept_item.half figure {
  width: 100%;
}
html .concept .inner .concept_inner .concept_item.half .text {
  top: 0;
  position: relative;
  z-index: 2;
  width: calc(100% - 70px);
  padding: 60px 60px 60px 50px;
  margin: -60px auto 0;
  background: #fff;
  border-radius: 60px;
  text-align: center;
}
html .concept .inner .concept_inner .concept_item.half .text:before {
  content: none;
}
html .concept .inner .concept_inner .concept_item.half .text .num {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
html .concept .inner .concept_inner .concept_item.half .text .btn {
  width: 222px;
  margin: 0 auto;
}
html .concept .inner .concept_inner #concept_item01 {
  margin: 0 -80px 160px;
  width: calc(100% + 160px);
}
@media screen and (max-width: 1400px) {
  html .concept .inner .concept_inner #concept_item01 figure img {
    border-radius: 0 60px 60px 0;
  }
  html .concept .inner .concept_inner #concept_item01 .text:before {
    border-radius: 60px 0 0 60px;
  }
}
@media screen and (min-width: 1401px) {
  html .concept .inner .concept_inner #concept_item01 figure img {
    border-radius: 60px;
  }
}
html .concept .inner .concept_inner #concept_item02 {
  flex-direction: row-reverse;
}
html .concept .inner .concept_inner #concept_item02 .text {
  position: relative;
  top: 80px;
  width: 44%;
  padding: 68px;
  box-sizing: border-box;
  position: relative;
}
html .concept .inner .concept_inner #concept_item02 .text:before {
  content: "";
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 150%;
  height: 100%;
  border-radius: 60px;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  html .concept {
    padding: 0;
  }
  html .concept .inner {
    width: 100%;
  }
  html .concept .inner .sect_ttl + p {
    padding: 0px 32px 32px;
  }
  html .concept .inner .concept_inner {
    display: block;
    padding-bottom: 32px;
  }
  html .concept .inner .concept_inner .concept_item {
    width: 100% !important;
    display: block;
    margin: 0 auto 48px !important;
    top: 0 !important;
  }
  html .concept .inner .concept_inner .concept_item:nth-child(2n) figure {
    padding-right: 0;
    padding-left: 16px;
  }
  html .concept .inner .concept_inner .concept_item:nth-child(2n) figure img {
    border-radius: 25px 0 0 25px !important;
  }
  html .concept .inner .concept_inner .concept_item figure {
    position: relative;
    width: 100%;
    padding-right: 16px;
    box-sizing: border-box;
    z-index: 1;
  }
  html .concept .inner .concept_inner .concept_item figure img {
    width: 100%;
    height: 51.8vw;
    object-fit: cover;
    border-radius: 0 25px 25px 0 !important;
  }
  html .concept .inner .concept_inner .concept_item .text {
    position: relative;
    top: 0 !important;
    z-index: 10;
    border-radius: 25px !important;
    width: calc(100% - 32px) !important;
    padding: 46px 24px 36px !important;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    margin: -20px auto !important;
  }
  html .concept .inner .concept_inner .concept_item .text:before {
    content: none !important;
  }
  html .concept .inner .concept_inner .concept_item .text .num {
    position: absolute !important;
    left: 50% !important;
    top: -42px !important;
    padding: 0px !important;
    transform: translateX(-50%) !important;
  }
  html .concept .inner .concept_inner .concept_item .text .num small {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 5px;
  }
  html .concept .inner .concept_inner .concept_item .text .num em {
    display: block;
    line-height: 1;
  }
  html .concept .inner .concept_inner .concept_item .text .num em img {
    transform: scale(0.8);
    transform-origin: top;
  }
  html .concept .inner .concept_inner .concept_item .text h3 {
    text-align: center;
  }
  html .concept .inner .concept_inner .concept_item .text h3 small {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  html .concept .inner .concept_inner .concept_item .text h3 em {
    font-size: 2rem;
  }
  html .concept .inner .concept_inner .concept_item .text p {
    padding: 20px 0 10px;
    width: 100%;
    max-width: 100%;
  }
}
html .group {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  background: #ecf8fb;
  position: relative;
  z-index: 1;
}
html .group:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: url("../img/wave04.svg") no-repeat center top;
  background-size: 100% auto;
  z-index: 10;
}
html .group .group_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 320px;
  position: relative;
}
html .group .group_inner .text {
  position: absolute;
  left: 0;
  top: 0;
}
html .group .group_inner .text .sect_ttl {
  padding-bottom: 50px;
}
html .group .group_inner .text h3 {
  font-size: 2.1rem;
  padding-bottom: 30px;
}
html .group .group_inner .map {
  width: calc(100% + 160px);
  height: 550px;
  margin-left: -80px;
  margin-right: -180px;
  overflow: hidden;
  position: relative;
  background: url("../../img/japan.webp") no-repeat center top;
  background-size: 1186px 687px;
}
html .group .group_inner .map dl {
  position: absolute;
}
html .group .group_inner .map dl.ishikawa {
  top: 120px;
  left: calc(50% - 255px);
}
html .group .group_inner .map dl.fukui {
  top: 250px;
  left: calc(50% - 350px);
}
html .group .group_inner .map dl.toyama {
  top: 265px;
  left: 50%;
}
html .group .group_inner .map dl dt {
  color: #faa49b;
  font-weight: 600;
}
html .group .group_inner .map dl .area_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 510px;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #faa49b;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}
html .group .group_inner .map dl .area_box a:nth-child(3),
html .group .group_inner .map dl .area_box a:nth-child(4) {
  margin-top: 10px;
}
html .group .group_inner .map a {
  width: 240px;
  height: 36px;
  border-radius: 18px;
  background: #faa49b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcffd4;
}
@media screen and (max-width: 768px) {
  html .group {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  html .group:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 76px;
    background: url("../img/wave04.svg") no-repeat center top;
    background-size: 100% 100%;
    z-index: 10;
  }
  html .group .group_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
  }
  html .group .group_inner .text {
    position: static;
  }
  html .group .group_inner .text .sect_ttl {
    padding-bottom: 16px;
  }
  html .group .group_inner .text h3 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 20px;
  }
  html .group .group_inner .text p {
    padding-bottom: 30px;
  }
  html .group .group_inner .map {
    width: 100vw;
    height: auto;
    padding-bottom: 46vw;
    margin: 0px -32px 0;
    background: url("../../img/japan@sp.webp") no-repeat center bottom;
    background-size: 100% auto;
  }
  html .group .group_inner .map dl {
    position: static;
    text-align: center;
  }
  html .group .group_inner .map dl dt {
    font-size: 1.5rem;
  }
  html .group .group_inner .map dl .area_box {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    box-sizing: border-box;
    background: none;
    border-radius: 0px;
  }
  html .group .group_inner .map dl .area_box a {
    margin: 0 auto;
  }
  html .group .group_inner .map dl .area_box a + a {
    margin-top: 6px !important;
  }
  html .group .group_inner .map dl + dl {
    margin-top: 16px;
  }
  html .group .group_inner .map a {
    margin: 0 auto;
  }
}
html .achievements {
  width: 100%;
  background: #41B9D0;
  text-align: center;
  color: #fcffd4;
}
html .achievements h3 {
  font-size: 3.7rem;
  line-height: 1;
  padding-bottom: 30px;
}
html .achievements .numbox {
  padding: 50px 0 25px;
  width: 1028px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .achievements .numbox .item {
  width: calc((100% - 64px) / 3);
}
html .achievements .numbox .item .name {
  font-size: 2.1rem;
  font-weight: 600;
  border-bottom: 2px solid #fcffd4;
}
html .achievements .numbox .item .num em {
  font-family: "Lato", sans-serif;
  font-size: 9rem;
}
html .achievements .numbox .item .num small {
  font-size: 2.5rem;
  padding-left: 6px;
}
html .achievements .numbox small {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}
html .achievements .numbox ~ p {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  html .achievements {
    width: 100%;
    padding-top: 16px;
  }
  html .achievements h3 {
    font-size: 2.6rem;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  html .achievements p {
    padding: 0 16px 32px;
    text-align: center;
  }
  html .achievements .numbox {
    padding: 0;
    width: 100%;
    margin: 0 auto 32px;
    display: block;
  }
  html .achievements .numbox .item {
    width: 100%;
  }
  html .achievements .numbox .item .name {
    font-size: 2rem;
  }
  html .achievements .numbox .item .num em {
    font-size: 7rem;
  }
  html .achievements .numbox .item .num small {
    font-size: 2.5rem;
    padding-left: 6px;
  }
  html .achievements .numbox .item + .item {
    margin-top: 16px;
  }
  html .achievements .numbox small {
    width: 100%;
    text-align: right;
    font-size: 1.2rem;
  }
  html .achievements .numbox ~ p {
    padding-bottom: 32px;
    text-align: justify;
  }
}
html .calendar {
  width: 100%;
  padding: 0 80px;
  margin-bottom: -100px;
  box-sizing: border-box;
  background: #ecf8fb;
}
html .calendar .calendar_inner {
  position: relative;
  top: -100px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  padding: 75px;
  box-sizing: border-box;
  text-align: center;
}
html .calendar .calendar_inner .sect_ttl {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
html .calendar .calendar_inner .sect_ttl em {
  position: static;
  display: block;
  padding: 0;
}
html .calendar .calendar_inner .sect_ttl em:before {
  top: auto;
  left: calc(50% - 11px);
  bottom: 0;
}
html .calendar .calendar_inner .sect_ttl small {
  padding: 0;
}
html .calendar .calendar_inner .calendarBox {
  display: flex;
  justify-content: space-between;
}
html .calendar .calendar_inner .calendarBox .month {
  width: calc((100% - 32px) / 2);
}
html .calendar .calendar_inner .calendarBox .month em {
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #040404;
  margin-bottom: 40px;
  line-height: 1;
}
html .calendar .calendar_inner .calendarBox .month table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
html .calendar .calendar_inner .calendarBox .month table thead th {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
html .calendar .calendar_inner .calendarBox .month table thead th.holiday {
  color: #ff745d;
}
html .calendar .calendar_inner .calendarBox .month table tbody td {
  border-top: 1px solid #cdcdcd;
  height: 72px;
  vertical-align: top;
  text-align: center;
}
html .calendar .calendar_inner .calendarBox .month table tbody td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  margin: 8px auto;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 50%;
}
html .calendar .calendar_inner .calendarBox .month table tbody td span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.close span {
  background: #ff745d;
  color: #fff;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.close span:before {
  content: "休診日";
  color: #ff745d;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.am_close span {
  background: #4ec7dd;
  color: #fff;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.am_close span:before {
  content: "午前休";
  color: #4ec7dd;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.pm_close span {
  background: #4edd80;
  color: #fff;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.pm_close span:before {
  content: "午後休";
  color: #4edd80;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.other span {
  background: #bfbfbf;
  color: #fff;
}
html .calendar .calendar_inner .calendarBox .month table tbody td.other span:before {
  content: "その他";
  color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  html .calendar {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  html .calendar .calendar_inner {
    top: 0px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 32px 16px;
    box-sizing: border-box;
    text-align: center;
  }
  html .calendar .calendar_inner .sect_ttl {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  html .calendar .calendar_inner .calendarBox {
    display: block;
  }
  html .calendar .calendar_inner .calendarBox .month {
    width: 100%;
  }
  html .calendar .calendar_inner .calendarBox .month em {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  html .calendar .calendar_inner .calendarBox .month table thead th {
    height: 25px;
    font-size: 1rem;
  }
  html .calendar .calendar_inner .calendarBox .month table tbody td {
    height: 48px;
  }
  html .calendar .calendar_inner .calendarBox .month table tbody td span {
    width: 26px;
    height: 26px;
    margin: 3px auto;
    font-size: 1.3rem;
  }
  html .calendar .calendar_inner .calendarBox .month table tbody td span:before {
    bottom: -14px;
    line-height: 1;
    font-size: 1rem;
  }
  html .calendar .calendar_inner .calendarBox .month + .month {
    margin-top: 32px;
  }
}
html .information {
  width: 100%;
  padding: 40px 80px 80px;
  box-sizing: border-box;
  position: relative;
}
html .information:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: #ecf8fb;
  z-index: -1;
}
html .information .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  padding: 75px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
html .information .inner .sect_ttl {
  flex-shrink: 0;
  width: 212px;
  position: relative;
  padding-bottom: 30px;
}
html .information .inner .sect_ttl em {
  position: static;
  padding-left: 0;
}
html .information .inner .sect_ttl em:before {
  content: "";
  top: auto;
  bottom: 0;
}
html .information .inner .sect_ttl small {
  padding: 0;
}
html .information .inner .scroll_box {
  width: calc(100% - 212px);
}
html .information .inner .scroll_box .scroll_box_inner {
  width: 100%;
  max-height: 350px;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
html .information .inner .scroll_box .scroll_box_inner .item {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
html .information .inner .scroll_box .scroll_box_inner .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
html .information .inner .scroll_box .scroll_box_inner .item > span {
  flex-shrink: 0;
  width: 100px;
  color: #42b9d0;
  text-align: justify;
}
html .information .inner .scroll_box .scroll_box_inner .item .text > p {
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  html .information {
    width: 100%;
    padding: 0 16px 16px;
  }
  html .information .inner {
    width: 100%;
    max-width: 100%;
    border-radius: 25px;
    padding: 32px 16px;
    display: block;
  }
  html .information .inner .sect_ttl {
    width: 100%;
    padding-bottom: 16px;
  }
  html .information .inner .scroll_box {
    width: 100%;
  }
  html .information .inner .scroll_box .scroll_box_inner {
    width: 100%;
    max-height: 380px;
    padding-right: 10px;
  }
  html .information .inner .scroll_box .scroll_box_inner .item {
    display: block;
    padding: 16px 0;
  }
  html .information .inner .scroll_box .scroll_box_inner .item > span {
    display: block;
    width: auto;
  }
}
html footer {
  width: 100%;
  margin-top: 0;
}
html footer .googlemap {
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}
html footer .googlemap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -95px;
  width: 100%;
  height: 178px;
  background: url("../img/footer_wave01.svg") no-repeat center bottom;
  background-size: 100% 178px;
  z-index: 10;
}
html footer .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
html footer .footer_access {
  padding-top: 30px;
  padding-bottom: 80px;
  text-align: center;
  background: #fff;
}
html footer .footer_access .sect_ttl {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
html footer .footer_access .sect_ttl em, html footer .footer_access .sect_ttl small {
  position: static;
  padding: 0;
}
html footer .footer_access .sect_ttl em:before {
  top: auto;
  left: calc(50% - 11px);
  bottom: 0;
}
html footer .footer_access address {
  padding-bottom: 30px;
}
html footer .footer_access .access_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
html footer .footer_access .access_box .item {
  width: 430px;
}
html footer .footer_access .access_box .item figure {
  padding-top: 10px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .footer_access .access_box .item em {
  padding: 20px 0 10px;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
}
html footer .footer_access .access_box .item p {
  line-height: 1.5;
}
html footer .footer_access .access_box .item + .item {
  border-left: 2px dotted #040404;
}
html footer .footer_content {
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
  background: url("/common/img/footer_bg.webp") no-repeat center center;
  background-size: cover;
}
html footer .footer_content .clinic_data {
  width: 1092px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
html footer .footer_content .clinic_data .data_box .logo {
  margin-left: -54px;
}
html footer .footer_content .clinic_data .data_box address {
  padding: 30px 0 15px;
}
html footer .footer_content .clinic_data .data_box .btnbox {
  padding-top: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html footer .footer_content .clinic_data .data_box .btnbox .btn {
  width: 222px;
}
html footer .footer_content .clinic_data .data_box .btnbox .btn + .btn {
  margin-left: 17px;
}
html footer .footer_content .clinic_data .time_box {
  width: calc(100% - 460px);
  max-width: 560px;
}
html footer .footer_content .clinic_data .time_box .time {
  width: 100%;
  table-layout: fixed;
}
html footer .footer_content .clinic_data .time_box .time thead tr th {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
html footer .footer_content .clinic_data .time_box .time thead tr th:nth-child(1) {
  width: 25%;
}
html footer .footer_content .clinic_data .time_box .time tbody {
  border-bottom: 1px solid #fff;
}
html footer .footer_content .clinic_data .time_box .time tbody tr th {
  border-top: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  height: 64px;
  font-size: 1.6rem;
  font-weight: 500;
}
html footer .footer_content .clinic_data .time_box .time tbody tr td {
  border-top: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  height: 64px;
  font-size: 1.6rem;
  font-weight: 400;
}
html footer .footer_content .clinic_data .time_box .time tbody tr td:last-child {
  border-right: 0;
}
html footer .footer_content .clinic_data .time_box .time tfoot tr td {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 10px;
}
html footer .footer_content .sitemap {
  padding: 55px 0 0;
  width: 1092px;
  max-width: 100%;
  margin: 0 auto;
}
html footer .footer_content .sitemap .sitemap_inner {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
html footer .footer_content .sitemap .sitemap_inner dl {
  line-height: 1;
  flex: auto;
}
html footer .footer_content .sitemap .sitemap_inner dl dt {
  color: #fff;
  font-size: 1.7rem;
  padding-bottom: 20px;
}
html footer .footer_content .sitemap .sitemap_inner dl dd {
  display: flex;
  justify-content: flex-start;
}
html footer .footer_content .sitemap .sitemap_inner dl dd.pc_block {
  display: block;
}
html footer .footer_content .sitemap .sitemap_inner dl dd.pc_block ol + ol {
  padding-left: 0;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol {
  line-height: 2.6;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol > li > a {
  color: #fff;
  font-size: 1.3rem;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol > li ul {
  line-height: 2.1;
  padding-bottom: 10px;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol > li ul li a {
  font-size: 1.1rem;
  color: #fff;
  padding-left: 10px;
  position: relative;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol > li ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol > li a:hover {
  text-decoration: underline;
}
html footer .footer_content .sitemap .sitemap_inner dl dd ol + ol {
  padding-left: 72px;
}
html footer .footer_content .sitemap .sitemap_inner dl:nth-child(3) {
  flex: none;
  width: fit-content;
}
html footer .footer_content .sitemap .sitemap_inner .copy {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  html footer {
    width: 100%;
    margin-top: 0;
  }
  html footer .googlemap {
    width: 100%;
    height: 140vw;
    overflow: hidden;
  }
  html footer .googlemap:before {
    bottom: 0;
    height: 89px;
    background: url("/common/img/footer_wave01.svg") no-repeat center bottom;
    background-size: 100% 89px;
  }
  html footer .footer_access {
    padding-top: 0px;
    padding-bottom: 46px;
    text-align: center;
  }
  html footer .footer_access .sect_ttl {
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  html footer .footer_access address {
    padding-bottom: 20px;
  }
  html footer .footer_access .access_box {
    display: block;
  }
  html footer .footer_access .access_box .item {
    width: 100%;
  }
  html footer .footer_access .access_box .item figure {
    padding-top: 0px;
  }
  html footer .footer_access .access_box .item + .item {
    padding-top: 32px;
    margin-top: 32px;
    border: 0;
    position: relative;
  }
  html footer .footer_access .access_box .item + .item:before {
    content: "";
    position: absolute;
    left: 20%;
    top: 0;
    width: 60%;
    border-top: 2px dotted #040404;
  }
  html footer .footer_content {
    width: 100%;
    padding: 32px 16px 64px;
    box-sizing: border-box;
    background: url("/common/img/footer_bg@sp.webp") no-repeat center center;
    background-size: cover;
  }
  html footer .footer_content .clinic_data {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  html footer .footer_content .clinic_data .data_box .logo {
    margin: 0;
  }
  html footer .footer_content .clinic_data .data_box address {
    padding: 16px 0;
    text-align: center;
  }
  html footer .footer_content .clinic_data .data_box .tel {
    text-align: center;
  }
  html footer .footer_content .clinic_data .data_box .btnbox {
    padding-top: 25px;
    display: block;
  }
  html footer .footer_content .clinic_data .data_box .btnbox .btn {
    width: 222px;
  }
  html footer .footer_content .clinic_data .data_box .btnbox .btn + .btn {
    margin-top: 16px;
    margin-left: auto;
  }
  html footer .footer_content .clinic_data .time_box {
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  html footer .footer_content .clinic_data .time_box .time {
    width: 100%;
    table-layout: fixed;
  }
  html footer .footer_content .clinic_data .time_box .time thead tr th {
    font-size: 1rem;
    height: 28px;
    vertical-align: middle;
  }
  html footer .footer_content .clinic_data .time_box .time thead tr th:nth-child(1) {
    width: 70px;
  }
  html footer .footer_content .clinic_data .time_box .time tbody tr th {
    height: 60px;
    font-size: 1.2rem;
  }
  html footer .footer_content .clinic_data .time_box .time tbody tr td {
    height: 60px;
    font-size: 1.2rem;
  }
  html footer .footer_content .clinic_data .time_box .time tfoot tr td {
    font-size: 1rem;
  }
  html footer .footer_content .sitemap {
    padding: 32px 0 0;
    width: 100%;
    max-width: 100%;
  }
  html footer .footer_content .sitemap .sitemap_inner {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
    display: block;
  }
  html footer .footer_content .sitemap .sitemap_inner dl {
    line-height: 1;
    flex: auto;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dt {
    font-size: 1.6rem;
    padding-bottom: 16px;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd {
    display: flex !important;
    justify-content: flex-start !important;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd ol {
    width: 50%;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd ol.wide {
    width: 100%;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd ol > li > a {
    font-size: 1.2rem;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd ol > li ul {
    display: none;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd ol > li a:hover {
    text-decoration: underline;
  }
  html footer .footer_content .sitemap .sitemap_inner dl dd ol + ol {
    padding-left: 0;
  }
  html footer .footer_content .sitemap .sitemap_inner dl + dl {
    margin-top: 30px;
  }
  html footer .footer_content .sitemap .sitemap_inner .copy {
    padding: 16px 0;
    position: static;
    text-align: center;
    font-size: 1rem;
  }
}
html .pageTop {
  position: fixed;
  right: 48px;
  bottom: -96px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 18;
}
html .pageTop.on {
  bottom: 48px;
}
html .pageTop a {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcffd4;
  font-family: "Times New Roman";
  font-weight: 600;
}
html .pageTop a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #42b9d0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}
html .pageTop a:hover {
  filter: brightness(120%);
}
html .pageTop a:hover:before {
  transform: scale(1.2);
}
html .pageTop a .icon-top {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  html .pageTop {
    position: fixed;
    right: 0;
    bottom: 0px;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
  }
  html .pageTop.on {
    bottom: 0;
  }
  html .pageTop a {
    width: 64px;
    height: 64px;
    background: #4a84a6;
    transition: all 0.2s ease;
  }
  html .pageTop a:before {
    content: none;
  }
  html .pageTop a:hover {
    filter: brightness(120%);
  }
  html .pageTop a .icon-top {
    font-size: 2rem;
  }
}
html .trigger > a {
  position: relative;
}
html .trigger > a:before {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  content: "";
  height: 10px;
  width: 20px;
  background: #42b9d0;
  filter: brightness(100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: all 0.5s ease;
}
html .trigger > a.active:before {
  opacity: 1;
  bottom: 0;
}
html .trigger.active > a {
  filter: brightness(110%);
}
html .trigger .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  z-index: 100;
}
html .trigger .submenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
html .trigger .submenu.active .submenu_inner a em {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .trigger .submenu .submenu_inner {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-radius: 50px;
  background: #42b9d0;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
html .trigger .submenu .submenu_inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 259px;
  background: url("../../img/open_wave.webp") no-repeat center bottom;
  background-size: 100% 259px;
  mix-blend-mode: overlay;
}
html .trigger .submenu .submenu_inner a {
  display: block;
  flex: auto;
  position: relative;
  z-index: 1;
}
html .trigger .submenu .submenu_inner a figure {
  width: 100%;
  height: 230px;
  position: relative;
}
html .trigger .submenu .submenu_inner a figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border: 0px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  transition: all 0.2s ease;
}
html .trigger .submenu .submenu_inner a figure img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
html .trigger .submenu .submenu_inner a em {
  color: #fff;
  display: block;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
  transition: all 0.2s ease;
}
html .trigger .submenu .submenu_inner a:hover {
  filter: brightness(105%);
}
html .trigger .submenu .submenu_inner a:hover figure:before {
  border-width: 10px;
}
html .trigger .submenu .submenu_inner a:hover figure img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
html .trigger .submenu .submenu_inner a:hover em {
  color: #fcffd4;
}
html .trigger .submenu .submenu_inner a:first-child figure:before {
  border-radius: 25px 0 0 25px;
}
html .trigger .submenu .submenu_inner a:first-child figure img {
  border-radius: 25px 0 0 25px;
}
html .trigger .submenu .submenu_inner a:last-child figure:before {
  border-radius: 0 25px 25px 0;
}
html .trigger .submenu .submenu_inner a:last-child figure img {
  border-radius: 0 25px 25px 0;
}
html #fixed_header {
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  box-sizing: border-box;
  z-index: 110;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
html #fixed_header.on {
  top: 0;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}
html #fixed_header nav {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #fff;
}
html #fixed_header nav > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
html #fixed_header nav > ul > li {
  flex: auto;
}
html #fixed_header nav > ul > li > a {
  display: block;
  width: 100%;
  padding: 5px 0 12px;
  text-align: center;
}
html #fixed_header nav > ul > li > a > figure {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_header nav > ul > li > a > em {
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  padding: 0;
  color: #42b9d0;
}
html #fixed_header nav > ul > li .tel {
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_header nav > ul > li .submenu {
  padding: 0 80px;
  box-sizing: border-box;
}
html #fixed_header nav > ul .logomark {
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #fixed_header nav > ul .fixed_rsv {
  flex: none;
  width: 70px;
  height: 100%;
}
html #fixed_header nav > ul .fixed_rsv a {
  width: 100%;
  height: 70px;
  padding: 0;
  background: #42b9d0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcffd4;
  position: relative;
}
html #fixed_header nav > ul .fixed_rsv a .icon-rsv {
  position: relative;
  top: -8px;
  font-size: 2.3rem;
  color: #fcffd4;
}
html #fixed_header nav > ul .fixed_rsv a em {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  color: #fcffd4;
}
html #fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - 64px);
  height: 64px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
html #fixed_footer.slide-open {
  width: 100%;
}
html #fixed_footer a.tel {
  width: 50%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #42b9d0;
  color: #fcffd4;
}
html #fixed_footer a.tel .icon-tel {
  font-size: 2.2rem;
  position: relative;
  top: -6px;
}
html #fixed_footer a.tel small {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
}
html #fixed_footer a.rsv {
  width: 50%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #39a2d2;
  color: #fcffd4;
}
html #fixed_footer a.rsv .icon-rsv {
  font-size: 2.2rem;
  position: relative;
  top: -6px;
}
html #fixed_footer a.rsv small {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
}
html #sp_menu {
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 90;
  width: 100%;
  height: calc(100vh - 126px);
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.9);
}
html #sp_menu.slide-open {
  transform: translateX(0%);
}
html #sp_menu > ul > li {
  border-bottom: 1px solid rgba(57, 162, 210, 0.4);
}
html #sp_menu > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #38cae7;
  height: 52px;
  font-size: 1.5rem;
  font-weight: 500;
}
html #sp_menu > ul > li > a.toggle {
  position: relative;
}
html #sp_menu > ul > li > a.toggle:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  width: 20px;
  height: 2px;
  background: #42b9d0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu > ul > li > a.toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  width: 20px;
  height: 2px;
  background: #42b9d0;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu > ul > li > a.toggle.on:before {
  transform: rotate(45deg);
}
html #sp_menu > ul > li > a.toggle.on:after {
  transform: rotate(135deg);
}
html #sp_menu > ul > li > a img {
  margin-right: 8px;
}
html #sp_menu > ul > li > a .icon-rsv {
  font-size: 1.8rem;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
html #sp_menu > ul > li ol {
  padding: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.9);
}
html #sp_menu > ul > li ol li {
  border-bottom: 1px solid rgba(57, 162, 210, 0.2);
}
html #sp_menu > ul > li ol li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #38cae7;
  font-size: 1.4rem;
  font-weight: 500;
  box-sizing: border-box;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.06em;
  line-height: 1.35;
}
html #sp_menu > ul > li ol li:last-child {
  border-bottom: 0;
}
html #sp_menu .btnbox {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
html #sp_menu .btnbox a {
  width: 50%;
  height: 68px;
  box-sizing: border-box;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
html #sp_menu .btnbox a i {
  font-size: 1.8rem;
  margin-right: 5px;
}
html #sp_menu .telbox {
  text-align: center;
  padding-bottom: 20px;
}
html #sp_menu .telbox .tel {
  padding: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html #sp_menu .telbox .tel .icon-tel {
  position: relative;
  top: 2px;
  font-size: 2.8rem;
  margin-right: 5px;
}
html #sp_menu .telbox .tel em {
  display: block;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
html #sp_menu .telbox small {
  display: block;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
html #modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.4s ease 0.4s;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
html #modal.on {
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: auto;
}
html #modal .modalbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 840px;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  z-index: 10;
  border: 1px solid #faa49b;
  box-shadow: 5px 5px 0 #faa49b;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.1);
}
html #modal .modalbox.on {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
html #modal .modalbox.on a {
  pointer-events: auto;
}
html #modal .modalbox:before {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: -60px;
  color: #fff;
  font-size: 3rem;
  z-index: 10;
  pointer-events: none;
}
html #modal .modalbox a {
  pointer-events: none;
}
html #modal .modalbox .icon-cross {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: #faa49b;
  z-index: 10;
  cursor: pointer;
}
html #modal .modalbox .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html #modal .modalbox .inner figure {
  width: 320px;
  margin-right: 40px;
  flex-shrink: 0;
}
html #modal .modalbox .inner figure img {
  border-radius: 30px;
}
html #modal .modalbox .inner table {
  width: 100%;
}
html #modal .modalbox .inner table caption {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 30px;
  text-align: justify;
}
html #modal .modalbox .inner table tr:first-child th, html #modal .modalbox .inner table tr:first-child td {
  border-top: 1px dotted #cdcdcd;
}
html #modal .modalbox .inner table tr th {
  width: 100px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 500;
  text-align: justify;
  vertical-align: middle;
  border-bottom: 1px dotted #cdcdcd;
}
html #modal .modalbox .inner table tr td {
  padding: 10px 0;
  text-align: left !important;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 1px dotted #cdcdcd;
}
html #modal #modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecf8fb;
  opacity: 0.9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  html #modal .modalbox {
    position: absolute;
    left: 20px;
    top: 50%;
    width: calc(100% - 40px);
    padding: 16px;
    border-radius: 30px;
    transform: translate(0%, -50%) scale(1.1);
  }
  html #modal .modalbox.on {
    transform: translate(0%, -50%) scale(1);
  }
  html #modal .modalbox:before {
    right: 10px;
    top: -40px;
    font-size: 2rem;
  }
  html #modal .modalbox .icon-cross {
    position: absolute;
    right: -5px;
    top: -35px;
    width: 30px;
    height: 30px;
    font-size: 3rem;
    color: #faa49b;
    z-index: 10;
    cursor: pointer;
  }
  html #modal .modalbox .inner {
    display: block;
  }
  html #modal .modalbox .inner figure {
    width: 100%;
    margin-right: 0px;
    flex-shrink: 0;
    text-align: center;
  }
  html #modal .modalbox .inner figure img {
    width: 100%;
    height: 52vw;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
  }
  html #modal .modalbox .inner table {
    margin-top: 16px;
    width: 100%;
  }
  html #modal .modalbox .inner table caption {
    font-size: 1.8rem;
    padding-bottom: 16px;
    text-align: center;
  }
  html #modal .modalbox .inner table tr th {
    width: 60px;
    padding: 5px 0;
    font-size: 1.2rem;
  }
  html #modal .modalbox .inner table tr td {
    padding: 5px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  html #modal #modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}

/*# sourceMappingURL=cmn_style.css.map */
