@charset "UTF-8";
/* ----------------------------------------
	.visual_home
---------------------------------------- */
.visual_home {
  position: relative;
  padding-top: 240px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
}
@media screen and (max-width: 480px) {
  .visual_home {
    border-left: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
  }
}
.visual_home .box_top {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
.visual_home .box_top .site_title img {
  display: block;
}
.visual_home .box_top .site_title img.logo {
  width: 120px;
}

/* ----------------------------------------
---------------------------------------- */
.headline {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #9DAF6B;
}

/* ----------------------------------------
	HARe’sについて
---------------------------------------- */
.name {
  font-size: 20px !important;
  line-height: 1em !important;
}
.name span {
  font-size: 13px;
  color: #356360;
}

/* ----------------------------------------
	院内の雰囲気
---------------------------------------- */
ul.list_clinic li {
  margin-top: 20px;
  text-align: left;
}
ul.list_clinic li img {
  border-radius: 10px;
}
ul.list_clinic li p {
  font-size: 13px !important;
}

.link {
  color: #356360;
  font-size: 13px;
  text-decoration: underline;
}

/* ----------------------------------------
	初来院の方へ
---------------------------------------- */
.accordion_flow summary.flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 5px 0 5px 10px;
  border-left: 3px solid #ffffff;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.accordion_flow summary.flow::-webkit-details-marker {
  display: none;
}
.accordion_flow summary.flow::after {
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  background: url("data:image/svg+xml;utf8,      <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'>        <path fill='white' d='M300.3 440.8C312.9 451 331.4 450.3 343.1 438.6L471.1 310.6C480.3 301.4 483 287.7 478 275.7C473 263.7 461.4 256 448.5 256L192.5 256C179.6 256 167.9 263.8 162.9 275.8C157.9 287.8 160.7 301.5 169.9 310.6L297.9 438.6L300.3 440.8z'/>      </svg>") no-repeat center/contain;
  transition: transform 0.3s;
  transform-origin: center;
}
.accordion_flow summary.flow span {
  font-size: 20px;
}

.accordion_flow[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.flow_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 5px 0 5px 0px;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.flow_title span {
  font-size: 13px;
  background-color: #fff;
  color: #356360;
  border-radius: 10px;
  padding: 0 10px;
}

a.link_blank {
  position: relative;
  color: #fff;
  padding-left: 28px;
  padding-right: 10px;
  text-decoration: underline;
}
a.link_blank::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M512 80L224 80c-8.8 0-16 7.2-16 16l0 16-48 0 0-16c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64l-48 0 0-48 48 0c8.8 0 16-7.2 16-16l0-192c0-8.8-7.2-16-16-16zM368 288l-320 0 0 128c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-128zM64 160l288 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------
	施術メニュー
---------------------------------------- */
.menu_blue {
  position: relative;
  font-size: 17px !important;
  color: #356360;
  text-align: center;
}
.menu_blue span {
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
}
.menu_blue.donguri {
  margin-top: 70px;
}
.menu_blue.donguri::after {
  content: "";
  background-image: url(../images/menu/ico_menu.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* ----------------------------------------
	.page_access
---------------------------------------- */
.page_access .map {
  padding-top: 3em;
}
.page_access .map iframe {
  width: 100%;
  height: 300px;
}

/* ----------------------------------------
	.page_contact
---------------------------------------- */
.page_contact .contact_form {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.page_contact .contact_form table tr {
  border: none;
}
.page_contact .contact_form table th,
.page_contact .contact_form table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 25px;
  border: none;
}
.page_contact .contact_form table th a,
.page_contact .contact_form table td a {
  margin-right: 5px;
  text-decoration: underline;
  transition: all 0.25s ease-out;
}
.page_contact .contact_form table th a:hover,
.page_contact .contact_form table td a:hover {
  color: #EE4C49;
}
.page_contact .contact_form table th {
  vertical-align: top;
  padding-bottom: 8px;
  border: none;
}
.page_contact .contact_form table th span {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px 5px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  background: #EE4C49;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.page_contact .contact_form table th .note {
  font-size: 1.2rem;
  color: #9DAF6B;
}

/* ----------------------------------------
	.page-privacy-policy
---------------------------------------- */
.page-privacy-policy .privacyList li {
  padding-bottom: 20px;
}

/* ----------------------------------------
	password
---------------------------------------- */
form.post-password-form {
  padding: 50px 5%;
}/*# sourceMappingURL=under.css.map */