@charset "UTF-8";
/* ======================================================== */
/*      Reset style                                    */
/* ======================================================== */
:root {
  color-scheme: light only;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

/* ======================================================== */
/*      html configuration                                 
/* ======================================================== */
@font-face {
  font-display: swap;
  font-family: 'Chillax';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Chillax-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Chillax';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Chillax-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/NotoSerifJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/NotoSerifJP-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/NotoSerifJP-Bold.woff2") format("woff2");
}
html {
  font-size: clamp(16px, 0.833vw, 100px);
}

body {
  font-size: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #000000;
  background-color: #FFFFFF;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, em {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  transition: all .4s ease-out;
}
a:before, a:after, a > span, a > span:after, a > span:before, a img {
  transition: all .4s ease-out;
}

img, video {
  max-width: 100%;
  width: 100%;
}

.l-wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 1280px;
  position: relative;
}
.l-contents{
  padding-top: 90px;
}
.l-contents.toppage{
  padding-top: 0;
}

#contents {
	width: 100%;
	min-height: auto;
	line-height: 1.6;
	letter-spacing: 0.1em;
  padding-bottom: 0;
}

/* ======================================================== */
/*      common                                             
/* ======================================================== */
.wrpsm, .wrpmd, .wrplr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* 1190px */
.wrpsm {
  max-width: 76.875rem;
}

/* 1320px */
.wrpmd {
  max-width: 82.5rem;
}

/* 1460px */
.wrplr {
  max-width: 91.25rem;
}

.kome {
  display: flex;
}
.kome:before {
  content: "※";
  flex-shrink: 0;
}

.hidden {
  display: none;
}

.bgcolor01 {
  background: linear-gradient(90deg, #EAE9E8 0%, #EAE9E8 65%, #F5F5F4 65%, #F5F5F4 100%);
}

/* border */
.borderTop, .borderBottom, .borderRight, .borderLeft {
  position: relative;
}

.border {
  position: absolute;
  display: block;
  background-color: #231815;
}

.border.top {
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.border.bottom {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.border.right {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}

.border.left {
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
}

/* mouse stalker */
.cursor,
.follower {
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #1a1a1a;
  z-index: 1001;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: transform ease .1s;
  text-align: center;
  z-index: 1000;
}
.follower.is-active {
  transform: scale(2.4);
}

/* display action */
.fadeInUp, .fadeIn, .fadeInSlow, .fadeInQuick, .autoFadeInUp {
  opacity: 0;
  transform: translateY(100px);
}

/* member login */
.member_login {
  margin-top: 1.875rem;
}
.member_login a {
  width: 9.5rem;
  height: 3.938rem;
  border: solid 0.125rem #000000;
  border-radius: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0 auto;
}

/* common button */
.cmnbtn a {
  font-size: 1.063rem;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  display: flex;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  justify-content: center;
  width: 31.5rem;
  height: 5.625rem;
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #EF858C;
  border: solid 1px #EF858C;
  position: relative;
}
.cmnbtn a .arrow {
  background-color: #FFFFFF;
  border-radius: 6.25rem;
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  display: block;
  right: 1.688rem;
}
.cmnbtn a .arrow:before, .cmnbtn a .arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.031rem);
  left: calc(50% - 0.188rem);
  width: 0.375rem;
  height: 0.063rem;
  border-radius: 9999px;
  background-color: #EF858C;
  transform-origin: calc(100% - 0.031rem) 50%;
}
.cmnbtn a .arrow:before {
  transform: rotate(45deg);
}
.cmnbtn a .arrow:after {
  transform: rotate(-45deg);
}
.cmnbtn a:hover {
  background-color: #FFFFFF;
  color: #3C3C3A;
  border-color: #3C3C3A;
}
.cmnbtn a:hover .arrow {
  background-color: #3C3C3A;
}
.cmnbtn a:hover .arrow:before, .cmnbtn a:hover .arrow:after {
  background-color: #FFFFFF;
}

.cmnbtn.gray a {
  background-color: #3C3C3A;
  border: solid 1px #3C3C3A;
}
.cmnbtn.gray a .arrow {
  background-color: #E4E4E8;
}
.cmnbtn.gray a .arrow:before, .cmnbtn.gray a .arrow:after {
  background-color: #1E1F22;
}
.cmnbtn.gray a:hover {
  background-color: #FFFFFF;
  color: #3C3C3A;
  opacity: 1;
}
.cmnbtn.gray a:hover .arrow {
  background-color: #3C3C3A;
}
.cmnbtn.gray a:hover .arrow:before, .cmnbtn.gray a:hover .arrow:after {
  background-color: #FFFFFF;
}

/* checkbox */
.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.checkboxItem input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 1.406rem;
  min-width: 1.406rem;
  height: 1.406rem;
  border: 1px solid #231815;
  border-radius: 0.188rem;
  cursor: pointer;
  background-color: #FFFFFF;
  margin: 0;
}
.checkboxItem input[type="checkbox"]:checked {
  border: 1px solid #d97d83;
  background-color: #ef858c;
  background-image: none;
}
.checkboxItem input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 0.281rem;
  left: 0.25rem;
  width: 0.781rem;
  height: 0.5rem;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/* radiobox */
.distance label,
.age label,
.radioItem {
  display: inline-flex;
  align-items: center;
  column-gap: 0.375rem;
  line-height: 1;
  cursor: pointer;
}
.distance input[type="radio"],
.age input[type="radio"],
.radioItem input[type="radio"] {
  appearance: none;
  position: relative;
  width: 1.438rem;
  height: 1.438rem;
  border: 1px solid #231815;
  border-radius: 9999px;
  cursor: pointer;
}
.distance input[type="radio"]:checked,
.age input[type="radio"]:checked,
.radioItem input[type="radio"]:checked {
  border: 1px solid #ef858c;
  background-image: none;
}
.distance input[type="radio"]:checked:after,
.age input[type="radio"]:checked:after,
.radioItem input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0.813rem;
  height: 0.813rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #ef858c;
}

/* ======================================================== */
/*      header                                              */
/* ======================================================== */
.hdr *{
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 15;
  transition: all .2s ease-out;
  justify-content: center;
}
.toppage .hdr {
  background-color: #FFF;
  position: sticky;
  left: 0;
  right: 0;
}
.hdr.active{
  background: #fff;
}
.hdr_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr_logo {
  width: 10.563rem;
}
.hdr_gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr_gnav > ul {
  width: 26.188rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 58px;
  margin-right: 3.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hdr_gnav > ul a {
  color: #000000;
}
.hdr_gnav > ul a:hover {
  color: #bbbbbb;
  opacity: 1;
}
.hdr_contact a {
  background-color: #3C3C3A;
  width: 10.5rem;
  height: 5.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}
.hdr_contact a:hover {
  background-color: #CCCCCC;
  color: #000000;
  opacity: 1;
}

/* ======================================================== */
/*      footer                                              */
/* ======================================================== */
/* #pagetop
/* -------------------------------------------------------- */
#go_pagetop {
  position: fixed;
  bottom: 6vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  padding-left: clamp(5px, 0.542vw, 10px);
  padding-right: clamp(5px, 0.542vw, 10px);
  pointer-events: none;
}
#go_pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  background: #000;
  border-radius: 50%;
  color: #000000;
  margin: 0 0 0 auto;
  text-align: center;
  pointer-events: all;
  padding-top: 0.875rem;
  position: relative;
}
#go_pagetop a::before,
#go_pagetop a::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: calc(50% - 0.125rem);
  width: 0.125rem;
  height: 0.625rem;
  border-radius: 9999px;
  background-color: #FFF;
  transform-origin: 50% 0.0625rem;
}
#go_pagetop a::before {
  transform: rotate(45deg);
}
#go_pagetop a::after {
  transform: rotate(-45deg);
}
#go_pagetop a span {
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #FFF;
}

/* #contact
/* -------------------------------------------------------- */
.cntc {
  background-color: #4D4F52;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  margin-top: 6.875rem;
  color: #FFFFFF;
}
.cntc .wrpmd {
  display: flex;
  flex-wrap: wrap;
}
.cntc_ttl, .cntc_tel, .cntc_mail {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.cntc_tel, .cntc_mail {
  border-left: solid 1px #FFFFFF;
  justify-content: center;
  align-content: space-between;
}
.cntc_ttl {
  width: 30.625%;
  align-content: center;
}
.cntc_ttl_ttl {
  font-size: 1.5rem;
  text-align: left;
  color: #FFFFFF;
  line-height: calc(1em + 0.5rem);
}
.cntc_ttl_ttl span {
  font-size: 3.125rem;
  font-family: "Chillax", Arial, Helvetica, "sans-serif";
  font-weight: 400;
  display: block;
  letter-spacing: 0;
  margin-bottom: 1.563rem;
}
.cntc_tel {
  width: 32.5%;
}
.cntc_tel_tel {
  font-size: 2.625rem;
  font-family: "Chillax", Arial, Helvetica, "sans-serif" !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 3.125rem;
  position: relative;
}
.cntc_tel_tel:before {
  content: "";
  display: block;
  background: no-repeat left center;
  background-size: 2.313rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.313rem;
  height: 2.313rem;
  z-index: 10;
}
.cntc_tel_tel:before {
  background-image: url("/images/common/cntc_tel.svg");
  opacity: 1;
}
.cntc_tel_time {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-top: 2.188rem;
  text-align: center;
}
.cntc_mail {
  width: 33.828%;
}
.cntc_mail_mail a {
  margin-top: 3.438rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 21.875rem;
  height: 4.75rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c3c3a;
  border: solid 2px #FFFFFF;
}
.cntc_mail_mail a:before {
  content: "";
  width: 2rem;
  height: 1.375rem;
  background: url("/images/common/cntc_mail.svg") no-repeat left center;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5em;
}
.cntc_mail_mail a:hover {
  background-color: #4D4F52;
  color: #FFFFFF;
  opacity: 1;
}
.cntc_mail_mail a:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(2%) hue-rotate(192deg) brightness(107%) contrast(100%);
}
.cntc h3 {
  font-size: 1.188rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 100%;
  padding-bottom: 2.813rem;
  position: relative;
}
.cntc h3:before, .cntc h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.044rem);
  width: 0.088rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 0.044rem);
}
.cntc h3:before {
  transform: rotate(45deg);
}
.cntc h3:after {
  transform: rotate(-45deg);
}
.cntc h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cntc h3 span:before, .cntc h3 span:after {
  content: "";
  width: 0.875rem;
  height: 2.375rem;
  background: no-repeat center center;
  background-size: contain;
  display: block;
}
.cntc h3 span:before {
  background-image: url("/images/common/cntc_brk_left.svg");
  margin-right: 1.563rem;
}
.cntc h3 span:after {
  background-image: url("/images/common/cntc_brk_right.svg");
  margin-left: 1.563rem;
}

/* #sitemap
/* -------------------------------------------------------- */
.stmp {
  margin-top: 3.125rem;
  margin-bottom: 18.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stmp_logo {
  width: 18.75rem;
  padding-top: 5.75rem;
}
.stmp_logo > p {
  width: 14.75rem;
  margin: 0 auto;
}
.stmp_logo > ul {
  margin-left: 4.688rem;
  margin-top: 1.875rem;
}
.stmp_logo > ul li {
  margin-bottom: 0.813rem;
  color: #4d4f52;
  letter-spacing: 0.05em;
  font-size: 0.813rem;
}
.stmp_logo > ul a {
  color: #4d4f52;
}
.stmp_nav {
  width: 35.625rem;
  padding-top: 5.75rem;
}
.stmp_nav > ul {
  display: flex;
  gap: 16px;
  font-size: 0.813rem;
  letter-spacing: 0.05em;
  color: #4d4f52;
}
.stmp_nav > ul > li:nth-child(n+2) {
  margin-left: 1.563rem;
}
.stmp_nav > ul > li > a {
  position: relative;
}
.stmp_nav > ul > li > a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
}
.stmp_nav > ul > li > ul, .stmp_nav > ul > li > p {
  margin-top: 1.875rem;
}
.stmp_nav > ul > li > ul li, .stmp_nav > ul > li > p li {
  margin-bottom: 0.813rem;
}
.stmp_nav a {
  color: #4d4f52;
}
.stmp_adrs {
  text-align: center;
  width: 23.125rem;
}
.stmp_adrs p {
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
.stmp_adrs_logo {
  width: 10.625rem;
}
.stmp_adrs_adrs {
  margin-top: 1.563rem;
  font-size: 0.75rem;
  line-height: 1.833;
  letter-spacing: 0.05em;
}
.stmp_adrs_tel{
  font-size: 1.875rem;
  font-family: "Chillax", Arial, Helvetica, "sans-serif" !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 2.6875rem;
  padding-right: 0.1875rem;
  position: relative;
  width: fit-content;
  margin-top: 1.375rem;
}
.stmp_adrs_tel::before{
  content: "";
  display: block;
  background: no-repeat center;
  background-image: url(/images/top/icn_tel.webp);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.313rem;
  height: 2.313rem;
  z-index: 10;
}
.stmp_adrs_time{
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  margin-top: 0.375rem;
  text-align: center;
}
.stmp_adrs_url {
  margin-top: 1.875rem;
  width: 16rem;
}
.stmp_adrs_copy {
  margin-top: 0.625rem;
  width: 15.25rem;
}
