@charset "UTF-8";
/* CSS Document */
*:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
  --pink: #E66F89;
  --green: #00523C;
  --zenkaku: 'Zen Kaku Gothic New', sans-serif;
  --zenmaru: 'Zen Maru Gothic', sans-serif;
  --man: 'Manrope', sans-serif;
}
html {
  font-size: 62.5%;
  overflow-x: scroll !important;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
html::-webkit-scrollbar {
  display: none;
}
body {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--zenkaku);
  color: #000000;
  letter-spacing: 0.025em;
}
html, body {
  min-width: 1266px;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: inherit;
  }
}
html.has-scroll-smooth.safari body {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
section {
  margin-bottom: 100px;
}
main {
  background-color: #ffffff;
}
a {
  color: #ffffff;
  font-family: var(--zenmaru);
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
}
ul li {
  list-style: none;
}
.inner {
  max-width: calc(880px + 10.6%);
  padding: 0 5.3%;
  width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.weit {
  font-weight: 500;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.pc_none_599 {
  display: none;
}
.sp_none_599 {
  display: block;
}
.button {
  width: 400px;
  height: 50px;
  background-color: var(--green);
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.18);
  transition: background 0.4s ease-out;
}
.button a {
  position: relative;
  display: block;
}
.button a::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  top: calc(50% + 4px);
  right: 30px;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(-30deg);
  border-radius: 10px;
}
.button a::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  top: calc(50% - 2px);
  right: 30px;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(30deg);
  border-radius: 10px;
}
.button:hover {
  background-color: var(--pink);
}
.man span {
  font-family: var(--man);
}
.c-scrollbar {
  position: fixed;
}
.white_space {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .scroll_content {
    margin-top: -65px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0;
    min-width: auto;
  }
  section {
    margin-bottom: 64px;
  }
  .flex {
    flex-direction: column;
  }
  .button {
    max-width: 400px;
    width: 100%;
    height: 50px;
  }
  .button a::before {
    right: 20px;
  }
  .button a::after {
    right: 20px;
  }
}
/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 997;
  padding: 0 48px;
  max-height: 100px;
  min-height: 65px;
  min-width: 1266px;
}
header .header_inner {
  height: inherit;
  max-height: inherit;
  min-height: inherit;
  background-color: #ffffff;
  border-radius: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: inherit;
}
header .flex {
  align-items: center;
}
header .h1-ttl {
  width: 220px;
  height: auto;
}
header .h1-ttl a {
  width: 100%;
}
header .h1-ttl a img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-out;
}
header .h1-ttl a:hover img {
  opacity: 0.6;
}
header .header_inner nav > ul > li.spmenu_logo {
  display: none;
}
header .header_inner nav > ul > li {
  font-size: 1.3rem;
  text-align: center;
}
header .header_inner nav > ul > li a {
  color: #000000;
  font-size: 1.3rem;
  padding: 10px;
  transition: all 0.4s ease-out;
  position: relative;
}
header .header_inner nav > ul > li:last-child {
  margin-left: 0.7vw;
}
header .header_inner nav > ul > li.tel a {
  position: relative;
  color: var(--pink);
  font-size: 1.8rem;
  font-family: var(--man);
  transition: all 0.4s ease-out;
}
header .header_inner nav > ul > li .tel a img {
  width: 22px;
  height: auto;
  vertical-align: text-top;
  margin-right: 8px;
}
header .header_inner nav ul li a:hover {
  color: var(--pink);
}
header .header_inner nav ul li a:after {
  position: absolute;
  bottom: 0.7vw;
  left: 0.7vw;
  content: "";
  width: calc(100% - 1.4vw);
  height: 1px;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s;
}
header .header_inner nav > ul > li a:hover:after {
  background-color: var(--pink);
}
@media screen and (max-width: 768px) {
  header {
    top: 10px;
    padding: 0 2.67%;
    width: 100%;
    min-width: auto;
    height: 65px;
  }
  header .h1-ttl {
    width: 17.34vw;
    height: auto;
    max-width: 222px;
    min-width: 142px;
  }
  header .flex {
    flex-direction: row;
  }
  header .header_inner nav > ul > li {
    font-size: 2.0rem;
    margin-bottom: 16px;
  }
  header .header_inner nav > ul > li a {
    color: #ffffff;
    font-size: 2.0rem;
    padding: 0.7vw;
  }
  header .header_inner nav > ul > li.spmenu_logo {
    display: block;
    margin-top: 48px;
  }
  header .header_inner nav > ul > li.spmenu_logo img {
    width: 120px;
  }
  header .header_inner nav > ul > li:last-child {
    margin-left: 0;
    display: none;
  }
  header .header_inner nav > ul > li a:hover {
    color: #ffffff;
  }
  header .header_inner nav > ul > li a:after {
    display: none;
  }
  #g-nav {
    position: fixed;
    z-index: 995;
    display: none;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    width: 100%;
    height: 100%;
    background: var(--green);
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    background-size: 400px 400px;
  }
  #g-nav > ul {
    display: block;
    position: absolute;
    z-index: 996;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #g-nav.active > ul {
    display: block;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    position: relative;
    z-index: 996;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 25px;
    height: 2px;
    background-color: var(--green);
    transition: transform .3s;
    border-radius: 2px;
  }
  .openbtn.active span {
    background-color: #ffffff;
  }
  .openbtn span:nth-of-type(1) {
    top: calc(50% - 8px);
  }
  .openbtn span:nth-of-type(2) {
    top: calc(50% + 8px);
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(6px) translateX(-50%) rotate(-30deg);
    left: 50%;
    width: 33px;
  }
  .openbtn.active span:nth-of-type(2) {
    transform: translateY(-6px) translateX(-50%) rotate(30deg);
    left: 50%;
    top: calc(50% + 4px);
    width: 33px;
  }
  .openbtn.active span:last-of-type {
    opacity: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1220px) {
  header {
    width: 1266px;
  }
}
@media screen and (min-width: 769px) {
  #g-nav {
    display: block !important;
    display: none;
  }
}
/*---------------------------------------------------------------------
	time　診療時間 固定
---------------------------------------------------------------------*/
#time_fixed {
  position: fixed;
  top: 50%;
  right: -475px;
  z-index: 995;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #000000;
}
#time_fixed:hover {
  right: 0;
}
#time_fixed .time_fixed_content {
  width: 580px;
  background-color: #ffffff;
  border-radius: 290px 0 0 290px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 24px 48px 30px 42px;
}
#time_fixed .inner {
  align-items: center;
  padding: 0;
}
#time_fixed .time_fixed_h2 {
  font-size: 2.0rem;
  line-height: 2.6rem;
  font-family: var(--zenmaru);
  color: var(--green);
  letter-spacing: 0.07em;
  text-align: center;
  -webkit-text-stroke: 0.2px var(--green);
  text-stroke: 0.2px var(--green);
  margin: 0;
}
#time_fixed .time_fixed_h2 img {
  width: 36px;
  height: auto;
}
#time_fixed .table_content {
  width: 85.7%;
}
#time_fixed table {
  width: 100%;
  margin-bottom: 8px;
}
#time_fixed table tr {
  border-bottom: 1px solid #000000;
}
#time_fixed table tr th {
  padding: 8px;
  font-size: 1.2rem;
}
#time_fixed table tr td span {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: var(--green);
  vertical-align: 3px;
}
#time_fixed table tr:nth-child(2) th, #time_fixed table tr:last-child th {
  font-family: var(--man);
  font-size: 1.4rem;
  text-align: center;
  width: 26.2%;
  padding: 8px 8px;
}
#time_fixed table tr:nth-child(2) td, #time_fixed table tr:last-child td {
  color: var(--green);
  text-align: center;
  font-size: 1.0rem;
  vertical-align: middle;
}
#time_fixed p {
  text-align: right;
  font-size: 1.1rem;
}
#time_fixed p span:first-of-type {
  color: var(--green);
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  #time_fixed {
    top: auto;
    bottom: -360px;
    right: 0;
    z-index: 997;
  }
  #time_fixed.panelactive {
    bottom: 0;
  }
  #time_fixed .time_fixed_content {
    width: 100vw;
    height: 360px;
    border-radius: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 16px 2.67% 55px 2.67%;
  }
  #time_fixed .time_fixed_h2 {
    position: absolute;
    top: -55px;
    right: 0;
    width: calc(50vw - 2px);
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -3px 10px -6px rgba(0, 0, 0, 0.1);
  }
  #time_fixed .time_fixed_h2 img {
    width: 22px;
    vertical-align: -4px;
    margin-right: 6px;
  }
  #time_fixed .table_content {
    width: 100%;
  }
  #time_fixed table {
    width: 100%;
    margin-bottom: 24px;
  }
  #time_fixed table tr {
    border-bottom: 1px solid #000000;
  }
  #time_fixed table tr th {
    padding: 8px;
    font-size: 1.5rem;
  }
  #time_fixed table tr td span {
    vertical-align: 3px;
  }
  #time_fixed table tr th span.vertical {
    display: block;
    transform: rotate(90deg);
    margin-top: 2px;
  }
  #time_fixed table tr:nth-child(2) th, #time_fixed table tr:last-child th {
    width: auto;
    line-height: 1.2rem;
    padding: 8px 8px;
  }
  #time_fixed p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  #time_fixed .medical-hours {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    column-gap: 14px;
  }
  #time_fixed .medical-hours::before {
    content: "■";
    display: block;
    color: var(--green);
    font-family: var(--man);
  }
  #time_fixed .medical-hours .square {
    display: none;
  }
  #time_fixed .medical-hours p {
    text-align: left;
    margin-bottom: 0;
  }
  /* オーバーレイ */
  .overlay_2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}
/*---------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
.footer_pc_none {
  display: none
}
.footer_sp_none {
  display: block;
}
footer {
  background-color: var(--green);
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-size: 400px 400px;
  padding: 65px 0 16px;
}
footer .inner .flex {
  margin-bottom: 60px;
}
footer .inner ul li {
  position: relative;
}
footer .inner ul li:not(.link-dx) a {
  font-size: 1.4rem;
  position: relative;
  padding-left: 24px;
  transition: all 0.3s ease-out;
}
footer .inner ul li.link-dx a {
  font-size: 1.2rem;
  text-decoration: underline;
}
footer .inner ul li:not(.link-dx) a:after {
  position: absolute;
  bottom: 0;
  left: 24px;
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s;
}
footer .inner ul li a:hover:after {
  background-color: #ffffff;
}
footer .inner ul li:not(.link-dx)::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  top: calc(50% + 4px);
  left: 0;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(-30deg);
  border-radius: 10px;
}
footer .inner ul li:not(.link-dx)::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  top: calc(50% - 2px);
  left: 0;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(30deg);
  border-radius: 10px;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 16px;
}
footer .inner ul li:nth-child(6) {
  margin-bottom: 32px;
}
footer .inner p {
  color: #ffffff;
  line-height: 4.0rem;
}
footer .inner p .tel a {
  font-family: var(--man);
  font-size: 1.6rem;
  position: relative;
}
footer .inner p .tel a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s;
}
footer .inner p .tel a:hover:after {
  background-color: #ffffff;
}
footer .inner img {
  width: 268px;
  height: auto;
}
footer .inner p .tel a img {
  width: 12px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}
footer .inner .flex > .flex {
  flex-direction: column;
  margin-bottom: 0;
}
footer small {
  font-size: 1.1rem;
  color: #ffffff;
  display: block;
  text-align: center;
  font-family: var(--man);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 5.3% 70px;
  }
  footer .inner .flex {
    margin-bottom: 40px;
  }
  footer .inner .flex nav {
    margin-bottom: 56px;
  }
  footer .inner p {
    line-height: 3.2rem;
    margin-bottom: 48px;
    font-size: 1.6rem;
  }
  footer .inner img {
    width: 144px;
    margin: 0 auto;
  }
  .footer_content {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: calc(50vw - 2px);
    height: 55px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -3px 10px -6px rgba(0, 0, 0, 0.1);
    z-index: 998;
    padding-top: 8px;
  }
  .footer_content a {
    color: #000000;
    font-size: 1.1rem;
    text-align: center;
  }
  .footer_content a .tel {
    font-size: 1.6rem;
    color: var(--pink);
  }
  .footer_content a img {
    width: 17px;
    height: auto;
    margin-right: 4px;
    vertical-align: middle;
  }
}
/* SNS */
.sns-link-sp {
  display: none !important;
}
.sns-link {
  position: fixed;
  top: 50%;
  left: clamp(1rem, 3.47vw, 300px);
  background-color: #ffffff;
  border-radius: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.sns-link ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  padding: 17px 10px;
}
.sns-link ul li a {
  padding: 5px !important;
  display: block;
  transition: all 0.3s ease-out;
}
.sns-link ul li a:hover {
  opacity: 0.7;
}
.sns-link ul li a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .sns-link-pc {
    display: none !important;
  }
  .sns-link-sp {
    display: block !important;
  }
  .sns-link {
    position: static;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
  }
  .sns-link ul {
    display: flex;
    flex-direction: row;
    row-gap: 0;
    column-gap: 30px;
    padding: 0;
  }
  .sns-link-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: clamp(1px, 2.7vw, 10px);
  }
  .sns-link-header ul li a {
    padding: 0.7vw;
    display: block;
  }
  .sns-link-header ul li a img {
    display: block;
    max-width: 22px;
    width: 5.87vw;
  }
  .sns-link-header ul li:first-of-type a img {
    max-width: 18px;
    width: 4.8vw;
  }
}