@charset "UTF-8";

/* the-new-css-reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a, button {
  cursor: revert;
}
ol, ul, menu, summary {
  list-style: none;
}


/* settings */
:root {
  --color-main: #00af84;
  --color-sub: #f19ca6;
  --color-white: #fff;
  --color-black: #4d4d4d;
  --color-link: #AE8D56;
  --color-other-bg: #FFFDDC;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-zen-maru: "Zen Maru Gothic", serif;
}
/* base */
body {
  font-size: 16px;
  font-family: var(--font-noto);
  line-height: 1.4;
  background: url(img/bg-body.png) repeat;
  color: var(--color-black);
}
@media (max-width:767.9999px) {
  html,
  body {
    font-size: 14px;
  }
}
a {
  color: inherit;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
a:hover
/* , a:active, a:focus */
{
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
a img {
  border-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.is-sp {
  display: none;
}
.is-pc {
  display: block;
}
.page-wrap {
  min-width: 1100px;
}

@media (max-width: 767.9999px) {
  .is-sp {
      display: block;
  }
  .is-pc {
      display: none;
  }
  .page-wrap {
    min-width: 310px;
  }
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.5s;
}
.js-fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}


/* header */
.header-box {
  container-type: inline-size;
  position: relative;
  padding-block: 150px 85px;
  border-radius: 0 0 127px 127px;
  background: var(--color-white);
}
.page-title {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.header-logo {
  position: absolute;
  top: 60px;
  left: calc(50% - 490px);
  display: block;
  width: 252px;
}
@media (max-width: 767.9999px) {
  .header-box {
    padding-block: 95px 30px;
    border-radius: 0 0 45px 45px;
  }
  .header-box::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e6e2e3;
  }
  .page-title {
    width: 78%;
    margin: 0 auto;
  }
  .header-logo {
    position: fixed;
    top: 19px;
    left: 15px;
    width: 190px;
  }
}


.concept-box {
  position: relative;
  padding-block: 130px 200px; 
}
.concept-text-bg {
  width: calc(50vw + 300px);
  padding-block: 33px 330px;
  border-radius: 0 0 134px 0;
  background: var(--color-white);
}
.concept-text {
  width: 430px;
  padding-top: 20px;
  padding-inline: calc(50vw - 490px) 50px;
  line-height: 2;
  box-sizing: content-box;
}
.concept-image {
  position: absolute;
  top: 65px;
  left: calc(50% - 20px);
}
.concept-image.n2 {
  top: auto;
  right: auto;
  left: calc(50% - 490px);
  bottom: 100px;
}
.concept-image.n3 {
  top: auto;
  left: calc(50% + 90px);
  bottom: 150px;
  width: 400px;
}
.concept-image img {
  border-radius: 68px;
}
@media (min-width: 768px) and (max-width: 1099.9999px) {
  .concept-text-bg {
    width: 850px;
  }
  .concept-text {
    padding-left: 60px;
  }
  .concept-image.n2 {
    left: 60px;
  }
  .concept-image.n3 {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767.9999px) {
  .concept-text-bg {
    width: 93%;
    padding-block: 18px 70px;
    border-radius: 0 45px 45px 0;
  }
  .concept-box {
    margin-bottom: 55px;
    padding-block: 50px calc(32vw*1.75); 
  }
  .concept-text {
    width: calc(93% - 40px);
    padding: 12px 0 0 7%;
    font-size: 12px;
  }
  .concept-image {
    top: auto;
    right: 0;
    bottom: 25vw;
    left: auto;
    z-index: 10;
    width: 50%;
  }
  .concept-image.n2 {
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 80%;
  }
  .concept-image.n3 {
    left: auto;
    right: 0;
    bottom: -17vw;
    width: 43%;
  }
  .concept-image img {
    border-radius: 35px;
  }
}
@media (max-width: 500px) {
  .concept-box {
    padding-block: 50px calc(32vw*1.55); 
  }
}

.map-box {
  position: relative;
  padding: 35px 0 40px;
  margin-bottom: 180px;
}
.map-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(50vw + 440px);
  height: 100%;
  border-radius: 134px 0 0 134px;
  background: var(--color-white);
}
.map-title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.map-image,
.map-list {
  max-width: 740px;
  margin-inline: auto;
  text-align: center;
}
.map-image + p {
  padding-top: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 2;
}
.map-image + p br {
  display: none;
}
.map-list {
  padding-top: 20px;
}
.map-list dt {
  margin-bottom: 1em;
  font-size: 24px;
}
.map-list dt span {
  position: relative;
}
.map-list dt span:after {
  content: "";
  position: absolute;
  inset: 0 -1.5em 0 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--color-black);
  border-right: solid 2px var(--color-black);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.map-list dt.open span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.map-list dd {
  display: none;
  margin-bottom: 48px;
}
@media (max-width: 767.9999px) {
  .map-box {
    margin-bottom: 90px;
  }
  .map-box::after {
    width: 93%;
    border-radius: 55px 0 0 55px;
  }
  .map-title {
    padding-inline: 18%;
  }
  .map-image,
  .map-list dd {
    padding-inline: 14%;
  }
  .map-image + p {
    width: fit-content;
    margin-inline: auto;
    padding-left: 7%;
    font-size: 16px;
    text-align: left;
  }
  .map-image + p br {
    display: block;
  }
  .map-list dt {
    font-size: 16px;
  }
  .map-list dd {
    margin-bottom: 32px;
  }
  .map-list dt span:after {
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--color-black);
    border-right: solid 1px var(--color-black);
  }
}
@media (min-width: 768px) and (max-width: 1099.9999px) {
  .map-box::after {
    width: 990px;
  }
}


.hours-box {
  position: relative;
  padding-block: 60px 80px;
  margin-bottom: 180px;
}
.hours-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: calc(50vw + 440px);
  height: 100%;
  border-radius: 0 134px 134px 0;
  background: var(--color-white);
}
.hours-title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.hours-box .shop-name {
  width: 800px;
  margin-inline: auto;
}
.hours-box .shop-name.font-s {
  padding-top: 3px;
  font-size: 1.4em;
  line-height: 26px;
}
.hours-box dl {
  display: flex;
  justify-content: space-around;
  width: 740px;
  margin-inline: auto;
  font-size: 24px;
  line-height: 2em;
  border-bottom: 2px solid #00af84;
}
.hours-box dt {
  display: grid;
  place-items: center;
  width: 60%;
  padding-inline: 5px;
  text-align: center;
}
.hours-box dd {
  display: flex;
  flex-direction: column;
  padding-inline: 5px;
  width: 40%;
  text-align: center;
  margin: 8px 0;
}
.hours-box dl + .note {
  margin-block: 20px 0;
  text-align: center;
}
.hours-box .list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* height: 5em; */
  line-height: 1em;
  row-gap: 10px;
}
/* .hours-box .list.h3em {
  height: 3.3em;
} */
.hours-box .list li:first-child {
  margin-top: 5px;
}
.hours-box .note {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}
.hours-box .note span {
  display: block;
}
.hours-box .note span + span {
  margin-top: 5px;
}
.hours-box p {
  width: 740px;
  margin-top: 10px;
  margin-inline: auto;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767.9999px) {
  .hours-box {
    margin-bottom: 90px;
    padding-block: 35px;
  }
  .hours-box::after {
    width: 93%;
    border-radius: 0 55px 55px 0;
  }
  .hours-box .shop-name {
    width: auto;
    height: 32px;
    margin: 35px 12% 10px;
    font-size: 16px;
    border-radius: 16px;
  }
  .hours-box .shop-name.font-s {
    padding-top: 0;
    font-size: 13px;
    line-height: 16px;
  }
  .hours-box dl {
    width: 77%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .hours-box .mb0 {
    margin-bottom: 0;
  }
  .hours-box dl + .note {
    margin-block: 10px 20px;
    line-height: 1.4;
  }
  .hours-box dd {
    margin: 2px 0;
  }
  .hours-box .list {
    row-gap: 2px;
  }
  .hours-box .list:not(.h3em) {
    /* height: 5.3em; */
    padding-bottom: 0.4em;
  }
  .hours-box .list.h3em {
    /* height: 4.3em; */
    padding-bottom: 0.4em;
  }
  .hours-box .note {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.12;
  }
  .hours-box .note span + span {
    margin-top: 1px;
  }
  .hours-box p {
    width: 77%;
    font-size: 12px;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9999px) {
  .hours-box::after {
    width: 990px;
  }
}
@media (min-width: 768px)  {
  .hours-box .note br {
    display: none;
  }
}
@media (max-width: 360px) {
  .hours-box dl + .note {
    padding-inline: 10px 25px;
  }
}


.clinic-bg {
  border-radius: 163px 163px 0 0;
  background: var(--color-white);
}

.clinic-box {
  padding-top: 80px;
}
.clinic-title {
  margin-bottom: 90px;
  text-align: center;
}
.clinic-list {
  width: 980px;
  margin: 0 auto;
}
.clinic-list + .clinic-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid var(--color-sub);
}
.clinic-list li {
  display: flex;
  margin-bottom: 70px;
}
.clinic-list li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid var(--color-sub);
}
.clinic-image {
  display: grid;
  place-items: center;
  width: 500px;
  height: 375px;
  border: 1px solid var(--color-black);
  border-radius: 32px;
  overflow: hidden;
}
.clinic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic-info {
  width: 505px;
  padding-left: 40px;
}
.clinic-info .c-type {
  padding-block: 40px;
  color: var(--color-main);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.clinic-info .c-name {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.clinic-info .c-type,
.clinic-info .c-name {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s linear 1s;
}
li.active .clinic-info .c-type,
li.active .clinic-info .c-name {
  clip-path: inset(0)
}
.clinic-info .c-name span {
  display: inline-block;
}
.clinic-info .c-detail {
  position: relative;
  padding-top: 40px;
}
.clinic-info .c-tell,
.clinic-info .c-url {
  position: relative;
  padding-left: 20px;
  word-break: break-all;
}
.clinic-info .c-tell {
  margin-block: 20px 10px;
}
.clinic-info i {
  position: absolute;
  left: 0;
  line-height: 1.3;
}
.c-url a {
  color: var(--color-link);
  text-decoration: underline;
}
.c-url a:hover {
  text-decoration: 0;
}
.c-url a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("https://www.takashimaya.co.jp/tachikawa/resources/images/common/icon-outlink.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: middle;
}
.clinic-info .c-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 2px;
  background: var(--color-main);
}
.shop-name,
.open-title {
  width: 610px;
  height: 60px;
  margin: 60px auto 30px;
  color: var(--color-white);
  line-height: 2;
  font-family: var(--font-zen-maru);
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  background: var(--color-sub);
}
ul + .open-title {
  margin-block: 135px 25px;
}

.coming-box {
  width: 810px;
  margin: 200px auto 100px;
  padding: 80px 0 60px;
  color: var(--color-white);
  font-family: var(--font-zen-maru);
  font-size: 38px;
  text-align: center;
  border-radius: 70px;
  background: var(--color-main);;
}
.coming-box strong {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 55px;
  font-weight: normal;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s linear 1s;
}
.active.coming-box strong {
  clip-path: inset(0)
}
.coming-box strong + p {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s linear 2s;
}
.active.coming-box strong + p {
  clip-path: inset(0)
}
.coming-box span {
  font-size: 30px;
}

.other-box {
  width: 810px;
  margin: 0 auto 160px;
  padding: 40px 0 ;
  font-family: var(--font-zen-maru);
  border-radius: 70px;
  background: var(--color-other-bg);
}
.other-box > strong {
  display: block;
  margin-bottom: 40px;
  color: var(--color-main);
  font-size: 24px;
  text-align: center;
}
.other-list {
  padding-inline: 30px;
  font-family: var(--font-noto);
}
.other-list li {
  display: flex;
  justify-content: space-between;
}
.other-list li:nth-child(1) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--color-main);
}
.other-list li strong {
  display: block;
  width: 300px;
  margin-bottom: 10px;
}
.other-list li:nth-child(2) strong {
  width: 230px;
}
.other-list .o-floor {
  margin-bottom: 0.3em;
  padding-block: 0.1em;
  color: var(--color-white);
  text-align: center;
  background: var(--color-main);
}
.other-list .o-time{
  color: var(--color-main);
}
.other-list li:nth-child(1) div:nth-child(1),
.other-list li:nth-child(2) .o-floor {
  width: 53%;
}
.other-list li div:nth-child(2) {
  width: 43%;
  border-radius: 40px;
  overflow: hidden;
}
.other-list li div:nth-child(2) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.9999px) {
  .clinic-bg {
    border-radius: 70px 70px 0 0;
  }
  .clinic-box {
    padding-top: 45px;
  }
  .clinic-title {
    margin-bottom: 45px;
    padding-inline: 18%;
  }
  .open-title {
    width: auto;
    height: 32px;
    margin: 0 7% 25px;
    font-size: 16px;
    border-radius: 16px;
  }
  ul + .open-title {
    margin-block: 90px 25px;
  }
  .clinic-list {
    width: auto;
    margin-inline: 7%;
  }
  .clinic-list li {
    flex-direction: column;
    margin-bottom: 55px;
  }
  .clinic-image {
    width: auto;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .clinic-info {
    width: auto;
    padding: 0;
  }
  .clinic-info .c-type {
    padding-block: 30px 25px;
    font-size: 18px;
    font-weight: normal;
  }
  .clinic-info .c-name {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: normal;
  }
  .clinic-info .c-detail {
    padding-top: 25px;
    font-size: 12px;
  }

  .coming-box {
    width: auto;
    margin: 70px 7%;
    padding: 18px 0 26px;
    border-radius: min(10vw, 45px);
  }
  .coming-box strong {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .coming-box p {
    font-size: 19px;
  }
  .coming-box span {
    font-size: 15px;
  }

  .other-box {
    width: auto;
    margin: 70px 7%;
    padding: 18px 0 26px;
    border-radius: min(10vw, 45px);
  }
  .other-box > strong {
    margin-bottom: 18px;
    padding-inline: 18px;
    font-size: 17px;
  }
  .other-list {
    padding-inline: 18px;
  }
  .other-list li {
    flex-direction: column;
  }
  .other-list li strong {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .other-list li:nth-child(2) strong {
    max-width: 82%;
  }
  .other-list li:nth-child(1) div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .other-list li:nth-child(2) .o-floor {
    width: 100%;
  }
  .other-list li div:nth-child(2) {
    width: 100%;
    border-radius: 18px;
  }
  .other-list li p {
    font-size: 12px;
  }
}


.note-box {
  max-width: 980px;
  margin: 0 auto 135px;
}
.note-text {
  margin-bottom: 1em;
  font-size: 18px;
}
.note-text span {
  display: block;
  font-weight: 500;
}

@media (max-width: 767.9999px) {
  .note-box {
    margin: 0 7% 70px;
  }
  .note-text {
    font-size: 11px;
  }
  .note-list {
    font-size: 10px;
  }
}


.footer-logo {
  margin-bottom: 90px;
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  width: 252px;
  max-width: 50%;
}

.footer-box {
  padding: 18px 0;
  text-align: center;
}

.footer-box .copyright {
  font-size: 16px;
}


@media (max-width: 767.9999px) {
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-box .copyright {
    font-size: 10px;
  }
}


.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  margin: 0;
  width: 70px;
  height: 70px;
  background: var(--color-main);;
  background-size: contain;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: all 0.3s;
}

.pagetop:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  margin: -3px 0 0 -6px;
}

.pagetop:hover {
  opacity: 0.7;
}

@media (max-width: 767.9999px) {
  .pagetop {
    right: 2%;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }
}