@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.3;
  /*text-align: justify;*/
  font-size: 10px;
  /*scroll-behavior: smooth;*/
  /*-webkit-overflow-scrolling: touch;*/
  font-weight: var(--regular);
  letter-spacing: 0.004em;
  color: var(--color-txt);
}
a {
  display: inline-block;
  color: initial;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
  margin-top: 14.8rem;
}
li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1500px) {
  html, body {
    font-size: calc(1000vw / 1500);
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 375);
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
  main {
    margin-top: 9.8rem;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-blue: #1A8CC9;
  --color-yellow: #FFEC40;
  --color-bg: #F2F7FA;
  --color-orange: #F58600;
  --color-white: #fff;
  --color-txt: #222222;
  --color-border: #a4b3b2;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --font-en: "Montserrat", sans-serif;
  --font-ja: "Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP", sans-serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}

a {
  transition: .3s;
}
::placeholder {
  color: #B1B9BA;
}
body.fixed {
  /* width: 100%;
  height: 100%;
  position: fixed; */
  overflow: hidden;
}
.in {
  max-width: 143.5rem;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.txt {
  font-size: 2.3rem;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
  line-height: 1.82;
}
.df_ttl {
  margin-bottom: 3.2rem;
  text-align: center;
}
.df_ttl_sub {
  font-size: 1.5rem;
  font-weight: var(--medium);
  color: var(--color-blue);
  letter-spacing: 0.02em;
}
.df_ttl_h2 {
  font-size: 3.6rem;
  font-weight: var(--bold);
}
.contents {
  padding: 9rem 0;
}
.ac_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  text-align: center;
  background: var(--color-bg);
  border-radius: 5rem;
  border: 1px solid rgb(26 140 201 / 0.34);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.09);
  font-size: 2.1rem;
  font-weight: var(--bold);
}
.ac_link::after {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  content: "";
  width: 2.8rem;
  height: 2.9rem;
  border-radius: 100%;
  background: var(--color-blue) url(../img/icon_arrow.png) center/1.2rem auto no-repeat;
  transition: .3s;
  transform: translateY(-50%);
}
.check_list {
  display: grid;
  gap: 3.8rem 2rem;
  grid-template-columns: auto auto;
}
.check_list li {
  position: relative;
  padding-left: 4.3rem;
  font-size: 2.7rem;
  font-weight: var(--regular);
}
.check_list li::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #FF6BA7 url(../img/icon_check.png) center/1.35rem auto no-repeat;
}
.contents.bg {
  background: var(--color-bg);
}
.contents.bg .in {
  background: var(--color-white);
  border-radius: 2rem;
  padding: 9rem 8.6rem;
}
.button {
  display: block;
  max-width: max-content;
  padding: 1.7rem 9.3rem;
  background: var(--color-white);
  border-radius: 5rem;
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: var(--regular);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.button2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.5rem;
  width: 48rem;
  background: var(--color-orange);
  color: var(--color-white);
  border-radius: 0.7rem;
  border: 1px solid var(--color-white);
  font-size: 2.4rem;
  font-weight: var(--bold);
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 0.16);
}
.button2 span {
  transform: translateX(1.5rem);
}
.button2 img {
  position: absolute;
  width: 3.6rem;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.button2.tel img {
  width: 3.8rem;
}
.button2.web img {
  width: 3.1rem;
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}
.button_sq {
  display: flex;
  gap: 0.9rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 8.1rem;
  height: 8.1rem;
  background: var(--color-orange);
  color: var(--color-white);
  padding: 1rem;
  border-radius: 0.7rem;
  border: 1px solid var(--color-white);
  text-align: center;
}
.button_sq span {
  font-size: 1.2rem;
  font-weight: var(--bold);
}
.button_sq.web {
  background: var(--color-blue);
}
.button_sq.tel img {
  width: 2.8rem;
}
.button_sq.web img {
  width: 2.2rem;
}
.marker {
  padding: 0 2rem;
  background:linear-gradient(transparent 72%, #F9F08D 72%);
}
.dot span {
  position: relative;
}
.dot span::before {
  position: absolute;
  left: 50%;
  top: -1.6rem;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: var(--color-blue);
  border-radius: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
  .ac_link:hover {
    opacity: 1;
    background: var(--color-blue);
    color: var(--color-white);
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .in {
    padding: 0 1rem;
  }
  .contents {
    padding: 4.5rem 0;
  }
  .df_ttl {
    margin-bottom: 2.6rem;
  }
  .df_ttl_h2 {
    font-size: 2.7rem;
  }
  .ac_link {
    font-size: 1.4rem;
    padding: 1.3rem 2.8rem 1.1rem 1.5rem;
  }
  .ac_link::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 0.8rem;
    background-size: 0.8rem auto;
  }
  .check_list {
    gap: 2.5rem;
    grid-template-columns: auto;
  }
  .check_list li {
    padding-left: 3.4rem;
    font-size: 2.1rem;
  }
  .check_list li::before {
    top: 0.1rem;
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.1rem auto;
  }
  .check_list li small {
    font-size: 1.5rem;
  }
  .button {
    font-size: 1.6rem;
    padding: 1.4rem;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .buttons {
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 2.8rem;
  }
  .button2 {
    width: 100%;
    font-size: 2rem;
    height: 6.63rem;
  }
  .button2 img {
    left: 2.9rem;
  }
  .button2.tel img {
    width: 2.8rem;
  }
  .button2.web img {
    width: 2.2rem;
  }
  .contents.bg .in {
    padding: 4.5rem 1rem 4rem;
  }
  .marker {
    padding: 0 1rem;
    background: linear-gradient(transparent 60%, #F9F08D 60%);
  }
  .dot span::before {
    top: -1.3rem;
    width: 1rem;
    height: 1rem;
  }
}

/* ----------------------------------
medical-hours
---------------------------------- */
.hour_table {
  width: 100%;
}
.hour_table th,
.hour_table td {
  padding: 2.1rem 1.8rem;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: var(--regular);
  letter-spacing: 0;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
}
.hour_table tbody tr:last-of-type th,
.hour_table tbody tr:last-of-type td {
  border: none;
}
.hour_table thead th:first-of-type {
  font-size: 2.1rem;
}
.hour_table th:first-of-type {
  padding-left: 2rem;
  text-align: left;
}
.hour_table td {
  text-align: center;
}
.hour_table tbody th {
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .hour_table th, 
  .hour_table td {
    font-size: 1.4rem;
    padding: 0.9rem 0.5rem;
  }
  .hour_table thead th:first-of-type {
    font-size: 1.4rem;
    padding-left: 0.9rem;
    padding-right: 0;
  }
  .hour_table th:first-of-type {
    font-size: 1.1rem;
    padding-left: 0.9rem;
    padding-right: 0;
  }
}

/* ----------------------------------
#symptoms_card
---------------------------------- */
.symptoms_card {
  position: relative;
  background: var(--color-white);
  display: flex;
  overflow: hidden;
}
.symptoms_card::before {
  position: absolute;
  top: -3.3rem;
  left: -3.3rem;
  content: "";
  width: 6.6rem;
  height: 6.6rem;
  background: #FF6BA7;
  transform: rotate(45deg);
}
.symptoms_card .right {
  position: relative;
  overflow: hidden;
  width: 54.9rem;
}
.symptoms_card .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.symptoms_card .left {
  padding: 6.5rem 7.3rem 9.9rem 4.9rem;
  width: calc(100% - 54.9rem);
  border: 1px solid rgb(0 0 0 / 0.1);
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.symptoms_card .left h3 {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  min-width: max-content;
  white-space: nowrap;
  font-size: 3.8rem;
  font-weight: var(--bold);
  color: #FF6BA7;
}
.symptoms_card .left h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FF6BA7;
}
.symptoms_card .check_list {
  margin-top: 5.6rem;
}
/* hana */
.symptoms_card#hana .left h3 {
  color: #47A3D3;
}
.symptoms_card#hana .check_list li::before,
.symptoms_card#hana::before,
.symptoms_card#hana .left h3::after {
  background-color: #47A3D3;
}
/* mimi */
.symptoms_card#mimi .left h3 {
  color: #59C98E;
}
.symptoms_card#mimi .check_list li::before,
.symptoms_card#mimi::before,
.symptoms_card#mimi .left h3::after {
  background-color: #59C98E;
}
/* sonota */
.symptoms_card#sonota .left h3 {
  color: #8B8B8B;
}
.symptoms_card#sonota .check_list li::before,
.symptoms_card#sonota::before,
.symptoms_card#sonota .left h3::after {
  background-color: #8B8B8B;
}
@media screen and (max-width: 767px) {
  .symptoms_card {
    flex-direction: column;
  }
  .symptoms_card .left {
    width: 100%;
    padding: 4rem 2rem 4.7rem;
  }
  .symptoms_card .right {
    width: 100%;
    height: 24.1rem;
  }
  .symptoms_card .left h3 {
    text-align: center;
    font-size: 2.8rem;
    display: block;
  }
  .symptoms_card .left h3::after {
    content: none;
  }
  .symptoms_card .check_list {
    margin-top: 2.7rem;
  }
}

/* ----------------------------------
.info_card
---------------------------------- */
.info_card {
  border-top: 1px solid #E2DED3;
}
.info_card:last-of-type {
  border-bottom: 1px solid #E2DED3;
}
.info_card dt {
  position: relative;
  padding: 3rem 4rem;
  font-size: 1.8rem;
  font-weight: var(--regular);
  cursor: pointer;
  padding-right: 9rem;
  transition: .3s;
}
.info_card dt::after {
  position: absolute;
  right: 3.3rem;
  top: 50%;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  border: 1px solid var(--color-blue);
  background: var(--color-white) url(../img/icon_plus.png) center/1.2rem auto no-repeat;
  transform: translateY(-50%);
  transition: .3s;
}
.info_card dt.open::after {
  transform: translateY(-50%) rotate(135deg);
}
.info_card dt time {
  display: block;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: var(--medium);
  margin-top: 1rem;
  color: #A5A5A5;
}
.info_card dd {
  display: none;
  padding: 3rem 4rem 3rem;
}
.info_card dd .txt {
  font-size: 1.8rem;
}
.info_card dd .content_in * {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {  
  .info_card dt:hover {
    background: var(--color-bg);
  }
}
@media screen and (max-width: 767px) {
  .info_card dt {
    padding: 2.2rem 5.7rem 2.2rem 0;
    font-size: 1.6rem;
  }
  .info_card dt time {
    font-size: 1.6rem;
    margin-top: 0.66rem;
  }
  .info_card dt::after {
    right: 1.4rem;
    width: 3rem;
    height: 3rem;
    background-size: 1rem auto;
  }
  .info_card dd {
    padding: 0 1rem 2.2rem;
  }
  .info_card dd .txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .info_card dd .content_in * {
    font-size: 1.6rem;
  }
}


/* ----------------------------------
.mv
---------------------------------- */
.mv {
  position: relative;
  padding: 7.9rem 0 6rem;
  background: var(--color-blue);
  color: var(--color-white);
  overflow: hidden;
}
.mv .left {
  width: 71.7rem;
}
.mv .right {
  position: absolute;
  top: 50%;
  right: 0;
  height: 101%;
  width: 71rem;
  overflow: hidden;
  transform: translateY(-50%);
}
.mv .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_ttl {
  font-size: 5rem;
  font-weight: var(--bold);
}
.mv_lead {
  position: relative;
  padding-top: 2rem;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: var(--bold);
}
.mv_lead::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 6.6rem;
  height: 0.2rem;
  background: var(--color-white);
}
.mv .hour_wrap {
  margin: 6rem 0 3.8rem;
  background: var(--color-white);
  border-radius: 1.8rem;
  padding: 1.6rem 3rem;
}
.mv .txt {
  font-size: 1.8rem;
  font-weight: var(--regular);
}
.mv .txt br:first-of-type {
  display: none;
}
.mv .txt a {
  color: var(--color-white);
  text-decoration: none;
}
.mv .button {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .mv .right {
    width: calc(710 / 1600 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 5rem 0 0;
  }
  .mv .flex {
    display: block;
  }
  .mv .left {
    width: 100%;
  }
  .mv .right {
    margin: 5.4rem -1rem 0;
    height: 29rem;
    width: calc(100% + 2rem);
    position: relative;
    top: auto;
    right: auto;
    transform: unset;
  }
  .mv_ttl {
    font-size: 2.5rem;
  }
  .mv_lead {
    font-size: 1.6rem;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    line-height: 1.56;
  }
  .mv_lead br {
    display: none;
  }
  .mv_lead::before {
    width: 3.4rem;
    height: 0.2rem;
  }
  .mv .hour_wrap {
    padding: 1rem 1.2rem;
    margin: 3rem 0 4rem
  }
  .mv .txt {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .mv .button {
    margin-top: 1.3rem;
  }
}


/* ----------------------------------
#menu
---------------------------------- */
#menu .links {
  display: flex;
  gap: 1.9rem;
  justify-content: center;
}
#menu .links li {
  width: calc(20% - (1.9rem * 4 / 5));
}
@media screen and (max-width: 767px) {
  #menu .links {
    flex-wrap: wrap;
    gap: 1.4rem 0.8rem;
    justify-content: space-between;
  }
  #menu .links li {
    width: calc(50% - (0.8rem * 1 / 2));
  }
}

/* ----------------------------------
#treatment
---------------------------------- */
#treatment {
  background: var(--color-bg);
}
#treatment .lead {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 4.6rem;
  font-weight: var(--bold);
  color: var(--color-blue);
  letter-spacing: 0;
}
#treatment .txt {
  text-align: center;
}
#treatment .grid {
  margin-top: 6rem;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #treatment .lead {
    margin-top: 3.5rem;
    margin-bottom: 2.9rem;
    font-size: 3rem;
    line-height: 1.66;
  }
  #treatment .txt {
    text-align: left;
    font-size: 1.6rem;
  }
}


/* ----------------------------------
.id_contact
---------------------------------- */
.id_contact {
  padding: 6.5rem 0 5rem;
  background: var(--color-blue);
  color: var(--color-white);
}
.id_contact .in {
  position: relative;
}
.id_contact .in::before,
.id_contact .in::after {
  position: absolute;
  content: "";
  bottom: -5rem;
  width: 18.9rem;
  height: 27.3rem;
}
.id_contact .in::before {
  left: -2.2rem;
  background: url(../img/cv_img_left.png) center/contain no-repeat;
}
.id_contact .in::after {
  right: 0;
  background: url(../img/cv_img_right.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .id_contact {
    padding: 6.7rem 0;
  }
  .id_contact .in::before,
  .id_contact .in::after {
    content: none;
  }
}


/* ----------------------------------
#faq
---------------------------------- */
#faq .flex {
  gap: 2.1rem;
}
#faq .flex .left {
  position: relative;
  width: 54.3rem;
  height: 44.8rem;
  border-radius: 1rem;
  overflow: hidden;
}
#faq .flex .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#faq .flex .right {
  width: calc(100% - 54.3rem - 2.1rem);
}
.qa_block {
  background: var(--color-bg);
  border-radius: 1rem;
  padding: 3.3rem 3.4rem 3.3rem 2.6rem;
}
.qa_block + .qa_block {
  margin-top: 1rem;
}
.qa_block dt {
  position: relative;
  padding-left: 4.3rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.qa_block dd {
  position: relative;
  margin-top: 2rem;
  padding-left: 4.3rem;
  font-size: 1.6rem;
  font-weight: var(--regular);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.qa_block dt span,
.qa_block dd span {
  position: absolute;
  left: 0;
  top: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  font-size: 1.8rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
}
.qa_block dt span {
  color: var(--color-white);
  background: var(--color-blue);
}
.qa_block dd span {
  color: var(--color-blue);
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  #faq .flex {
    flex-direction: column;
    gap: 2.2rem;
  }
  #faq .flex .left {
    width: 35.3rem;
    height: 21.1rem;
  }
  #faq .flex .right {
    width: 100%;
  }
  .qa_block + .qa_block {
    margin-top: 1.5rem;
  }
  .qa_block {
    padding: 2.7rem 1.5rem 2.7rem 1.1rem;
  }
  .qa_block dt {
    font-size: 1.6rem;
  }
  .qa_block dd {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}


/* ----------------------------------
#clinic
---------------------------------- */
#clinic {
  background: var(--color-blue);
  color: var(--color-white);
}
#clinic .df_ttl_sub {
  color: var(--color-white);
}
#clinic .flex {
  flex-wrap: wrap;
  gap: 2.4rem;
}
#clinic .flex > *:not(.map) {
  background: var(--color-bg);
  border-radius: 2rem;
}
#clinic .detail {
  display: flex;
  gap: 8rem;
  width: 100%;
  padding: 4.6rem 8.5rem 6rem 4.8rem;
}
#clinic .detail .clinic_hour {
  width: 73.8rem;
}
#clinic .detail .clinic_hour .note {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: var(--regular);
  color: rgb(255 0 0 / 0.67);
  letter-spacing: 0.04em;
}
#clinic .detail .clinic_cv {
  width: calc(100% - 8rem - 73.8rem);
}
#clinic .detail .clinic_cv .tel_link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 4.3rem;
  font-weight: var(--bold);
  color: var(--color-orange);
  letter-spacing: 0.04em;
}
#clinic .detail .clinic_cv .button2 {
  margin-top: 3.2rem;
}
#clinic .detail .clinic_cv .tel_link img {
  width: 4.5rem;
}
#clinic .detail .clinic_cv .txt {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: var(--color-txt);
  letter-spacing: 0.04em;
}
#clinic .overview {
  padding: 3.4rem 5.7rem 6.7rem 4.5rem;
  width: calc(100% - 65.3rem - 2.4rem);
}
#clinic .overview .ttl_h4 {
  margin-bottom: 1.5rem;
  color: var(--color-blue);
  font-size: 2.3rem;
  font-weight: var(--regular);
}
#clinic .overview table {
  width: 100%;
  margin-left: 1.2rem;
  color: var(--color-txt);
}
#clinic .overview table th,
#clinic .overview table td {
  vertical-align: top;
  font-size: 1.8rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(0 0 0 / 0.09);
}
#clinic .overview table th {
  font-weight: var(--bold);
}
#clinic .map {
  width: 65.3rem;
}
#clinic .map .wrap {
  position: relative;
  height: 34.4rem;
  overflow: hidden;
}
#clinic .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#clinic .map .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
#clinic .map .bottom .txt {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: var(--regular);
}
#clinic .map .bottom .button {
  padding: 1.2rem 4.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #clinic .map .bottom .txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #clinic .detail {
    display: block;
    padding: 3.7rem 1.1rem 4rem;
    background-color: var(--color-white) !important;
  }
  #clinic .detail .clinic_cv {
    width: 100%;
    margin-top: 3rem;
  }
  #clinic .detail .clinic_cv .txt {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  #clinic .detail .clinic_cv .tel_link {
    font-size: 2.6rem;
    gap: 0.8rem;
  }
  #clinic .detail .clinic_cv .button2 {
    margin-top: 0.9rem;
  }
  #clinic .overview {
    width: 100%;
    padding: 1.5rem 1.5rem 2.4rem;
  }
  #clinic .overview .ttl_h4 {
    font-size: 2rem;
    font-weight: var(--bold);
  }
  #clinic .overview table {
    margin: 2rem 0 0;
  }
  #clinic .overview table th, 
  #clinic .overview table td {
    display: block;
  }
  #clinic .overview table th {
    border: none;
    font-size: 1.6rem;
    padding: 1.7rem 0 1.1rem;
  }
  #clinic .overview table td {
    font-size: 1.5rem;
    padding: 0 0 1.5rem;
  }
  #clinic .map {
    width: 100%;
  }
  #clinic .map .wrap {
    width: 100%;
    height: 24.8rem;
  }
  #clinic .map .bottom {
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
  }
  #clinic .map .bottom .txt {
    font-size: 1.6rem;
  }
  #clinic .map .bottom .button {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
    padding: 1.4rem;
    text-align: center;
  }
  #clinic .detail .clinic_hour {
    width: 100%;
  }
  #clinic .detail .clinic_hour .note {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
  #clinic .detail .clinic_cv .tel_link img {
    width: 2.8rem;
  }
}


/* ----------------------------------
header
---------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 10;
}
.headbar {
  width: calc(100% - 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  background: var(--color-blue);
  color: var(--color-white);
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--medium);
  margin: 0 3rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.headbar br {
  display: none;
}
.header .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11.3rem;
}
.header .logo {
  display: block;
  width: 23.6rem;
}
.hamburger {
  display: none;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 5.7rem;
}
.header nav .list {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
.header nav a {
  font-size: 1.6rem;
  font-weight: var(--bold);
}
.header .buttons {
  gap: 0.6rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .headbar {
    width: 100%;
    margin: 0;
    font-size: 1.3rem;
    height: 3rem;
  }
  .header .in {
    position: relative;
    height: 6.8rem;
    padding: 0 2rem;
  }
  .header nav {
    position: fixed;
    display: block;
    top: 2.9rem;
    left: 0;
    width: calc(100% - 2rem);
    height: calc(100vh - 1rem - 3.9rem);
    padding: 10rem 2rem 4.5rem;
    background: var(--color-blue);
    border-radius: 0.6rem;
    margin: 1rem;
    overflow-y: scroll;
    display: none;
  }
  .header nav::-webkit-scrollbar {
    display: none;
  }
  .header nav .list {
    flex-direction: column;
    gap: 3.3rem;
  }
  .header nav a {
    font-size: 2rem;
    color: var(--color-white);
  }
  .header .buttons {
    margin-top: 13.4rem;
    gap: 0.9rem;
  }
  .header .buttons .button_sq {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 6.3rem;
    border-radius: 0.7rem;
    padding: 0;
    background: var(--color-orange) !important;
  }
  .header .buttons .button_sq span {
    font-size: 2rem;
  }
  .header .buttons .button_sq > span {
    transform: translateX(1.5rem);
  }
  .header .buttons .button_sq img {
    position: absolute;
    left: 2.9rem;
  }
  .header .logo {
    width: 14.8rem;
  }
  .hamburger {
    position: absolute;
    right: 1rem;
    top: 50%;
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    background: var(--color-blue);
    border-radius: 0.6rem;
    transform: translateY(-50%);
    z-index: 2;
  }
  .hamburger span,
  .hamburger::after,
  .hamburger::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 2rem;
    height: 1px;
    background: var(--color-white);
    transition: .3s;
  }
  .hamburger::after {
    top: calc(50% - 0.7rem);
  }
  .hamburger::before {
    top: calc(50% + 0.7rem);
  }
  .hamburger.open::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger.open::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
  }
  .hamburger.open span {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}


/* ----------------------------------
fixed_button
---------------------------------- */
.fixed_button {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
  right: 2.4rem;
  bottom: 4.2rem;
}
.fixed_button .button_wrap {
  position: relative;
}
.fixed_button .button_wrap .close_button {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 2.3rem;
  height: 2.3rem;
  background: var(--color-white);
  border-radius: 100%;
  box-shadow: 0 0.2rem 0.8rem rgb(0 0 0 / 0.1);
  z-index: 2;
  cursor: pointer;
}
.fixed_button .button_sq {
  gap: 1.5rem;
  width: 11.8rem;
  height: 11.8rem;
  padding: 1.4rem;
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 0.1);
}
.fixed_button .button_sq span {
  font-size: 1.6rem;
}
.fixed_button .button_sq.tel img {
  width: 3.8rem;
}
.fixed_button .button_sq.web img {
  width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .fixed_button {
    flex-direction: row;
    right: 0;
    bottom: 0;
    width: 100%;
    gap: 0;
  }
  .fixed_button .button_wrap {
    width: 50%;
  }
  .fixed_button .button_wrap .close_button {
    display: none;
  }
  .fixed_button .button_sq {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.8rem;
    padding: 0;
  }
  .fixed_button .button_sq img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
  .fixed_button .button_sq.tel img {
    width: 2.8rem;
  }
  .fixed_button .button_sq.web img {
    width: 2.1rem;
  }
  .fixed_button .button_sq span {
    transform: translateX(1rem);
  }
}


/* ----------------------------------
footer
---------------------------------- */
.footer .in {
  padding: 7rem 0 3.7rem;
}
.footer .logo {
  display: block;
  width: 19.2rem;
  margin: 0 auto;
}
.footer nav {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  margin-top: 3.7rem;
}
.footer nav a {
  font-size: 1.8rem;
  font-weight: var(--bold);
}
.footer .copy {
  background: var(--color-bg);
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--regular);
  padding: 2.2rem 0 3.2rem;
  color: rgb(0 0 0 / 0.66);
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 5.8rem;
  }
  .footer .in {
    padding: 3.2rem 1rem 5.2rem;
  }
  .footer .copy {
    padding: 2.4rem 0;
    font-size: 1rem;
  }
  .footer nav {
    gap: 1.3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer nav a {
    font-size: 1.6rem;
  }
}


/* ----------------------------------
contents lp
---------------------------------- */
.contents.lp .ttl_h2 {
  margin: 1em auto;
  text-align: center;
  color: var(--color-blue);
  font-size: 4.6rem;
  font-weight: var(--bold);
  line-height: 1.67;
}
.contents.lp figure {
  max-width: 101.8rem;
  margin: 1em auto;
}
.contents.lp h3 {
  text-align: center;
  margin: 1em auto;
  font-size: 3.6rem;
  font-weight: var(--bold);
  line-height: 1.4;
}
.contents.lp .txt {
  max-width: 99.2rem;
  margin: 1em auto;
  text-align: center;
}
.contents.lp .wrap {
  margin-top: 8.4rem;
}
.contents.lp .checklist {
  margin-top: 4.7rem;
}
.contents.lp .checklist dt {
  text-align: center;
  font-size: 2.3rem;
  color: var(--color-blue);
  font-weight: var(--bold);
  line-height: 1.8;
}
.contents.lp .checklist dt span {
  color: var(--color-txt);
  display: block;
  font-weight: var(--regular);
}
.contents.lp .checklist .list {
  padding: 6.7rem 13.2rem;
  background: rgb(249 240 115 / 0.32);
  margin: 2.3rem auto;
  max-width: 82.9rem;
}
.contents.lp .checklist .list li {
  font-size: 1.8rem;
  padding-left: 4rem;
  background: url(../img/contentlp_check.png) center left/2.4rem auto no-repeat;
  letter-spacing: 0.02em;
}
.contents.lp .checklist .list li + li {
  margin-top: 2rem;
}
.contents.lp .box {
  border-radius: 2.7rem;
  padding: 5.2rem 4.5rem;
  background: #F6F6F6;
  max-width: 101.8rem;
  margin: 3.8rem auto;
}
.contents.lp .boxlist dt {
  font-size: 2.5rem;
  font-weight: var(--bold);
  letter-spacing: 0.004em;
} 
.contents.lp .boxlist dd {
  margin-top: 2.3rem;
  padding-left: 3.2rem;
}
.contents.lp .boxlist .list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.85;
  font-size: 2.1rem;
}
.contents.lp .boxlist .list li strong {
  font-weight: var(--bold);
}
.contents.lp .boxlist .list li::before {
  content: "・";
}
.contents.lp .boxlist .list li + li {
  margin-top: 1rem;
}
.contents.lp .boxlist dd + dt {
  margin-top: 4.2rem;
}
.contents.lp .comment {
  padding: 2.6rem 4.7rem 5.1rem;
  margin: 7.2rem auto 0;
  background: var(--color-white);
  border: 0.2rem solid var(--color-blue);
}
.contents.lp .comment .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: var(--bold);
  color: var(--color-blue);
}
.contents.lp .comment .txt {
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 1.5rem 15rem;
  min-height: 14.7rem;
  font-size: 1.8rem;
  line-height: 1.72;
  text-align: left;
  background: url(../img/contentlp_comment.png) center left/14.7rem auto no-repeat;
}
@media screen and (max-width: 767px) {
  .contents.lp .ttl_h2 {
    font-size: 2.7rem;
  }
  .contents.lp h3 {
    font-size: 2.1rem;
  }
  .contents.lp .txt {
    font-size: 1.6rem;
    text-align: left;
  }
  .contents.lp .checklist dt {
    font-size: 1.8rem;
  }
  .contents.lp .checklist dt span {
    text-align: left;
  }
  .contents.lp .checklist .list,
  .contents.lp .box {
    padding: 4rem 2rem 4.7rem;
  }
  .contents.lp .checklist .list li {
    font-size: 1.6rem;
    padding-left: 3.5rem;
    background: url(../img/contentlp_check.png) top 0.3rem left / 2rem auto no-repeat;
    line-height: 1.5;
  }
  .contents.lp .boxlist dt {
    font-size: 2rem;
    line-height: 1.4;
  }
  .contents.lp .boxlist dd {
    margin-top: 1.3rem;
    padding-left: 1.5rem;
  }
  .contents.lp .boxlist .list li {
    font-size: 1.6rem;
  }
  .contents.lp .comment {
    padding: 17rem 2rem 4rem;
    margin: 5rem auto 0;
    background: var(--color-white) url(../img/contentlp_comment.png) center top 1.5rem/14rem auto no-repeat;
  }
  .contents.lp .comment .txt {
    padding: 0;
    margin-top: 2rem;
    font-size: 1.6rem;
    background: none;
  }
  .contents.lp .wrap {
    margin-top: 6rem;
  }
}





.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
