@charset "UTF-8";
/* Basic
------------------------------------------ */
html {
  overflow-y: scroll;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
blockquote,
table,
th,
td,
dl,
dt,
dd,
ul,
ol,
li,
form,
textarea,
address {
  margin: 0;
  padding: 0;
}

p {
  word-wrap: break-word;
  word-break: break-all;
} /* For Japanese */
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6 {
  height: 1%;
}

img {
  border: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

caption,
th,
td {
  text-align: left;
}

a[name] {
  color: #000;
}

a[name]:hover {
  color: #000;
  text-decoration: none !important;
  outline: 0 !important;
}

a img {
  color: #000;
}

fieldset {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 1em;
}

input {
  vertical-align: -3px;
}

select {
  vertical-align: middle;
}

ul li {
  list-style-type: none;
}

li li {
  font-size: inherit;
}

em {
  font-weight: bold;
  font-style: normal;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

.navskip,
.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

hr {
  display: none;
  border: 0;
  height: 0;
  visibility: hidden;
}

button {
  border: none;
  font-family: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
pre,
blockquote,
table,
th,
td {
  font-size: 100%;
}

p,
li,
dt,
dd,
pre,
legend {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  font-weight: bold;
}

/* フォーカス時のハイライト削除
--------------------------------- */
:focus {
  outline: 0;
}

/* Form
------------------------------------------ */
/* IME : For Windows IE */
.imeA {
  ime-mode: active;
}

.imeD {
  ime-mode: disabled;
}

/* password */
input[type=password] {
  height: 1.2em;
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type=submit],
input[type=reset],
input[type=button],
input[type=image] {
  cursor: pointer;
}

/* file */
input[type=file] {
  height: 20px;
}

/*===================================================================
	clearfix
===================================================================*/
/* ------ clearfix ------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  position: relative;
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* ------ clear ------ */
.clearboth {
  clear: both;
}

br.clear {
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0;
  font-size: 0;
}

/* All */
html {
  overflow: visible;
}

/* BreakPoint
--------------------------------- */
/* MediaQqueries mixin
--------------------------------- */
/* Vendor prefix
--------------------------------- */
/* font size
--------------------------------- */
/* variable
--------------------------------- */
html {
  scroll-behavior: smooth;
}

:root {
  --sideNaviSpHeight: 0;
  --footerHeight: 0;
}

body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  font-size: 13px;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt" 1;
  background: #fff;
  position: relative;
}

a {
  color: rgb(75, 75, 75);
}

img,
svg {
  width: 150px;
  height: 100%;
  box-shadow: #000 0 0 0;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 50% 50%;
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
}

p {
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
}

* {
  min-height: 0%;
}

#svgSymbol {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}

br.pc {
  display: inline;
}
@media only screen and (max-width: 896px) {
  br.pc {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  br.pc {
    display: inline;
  }
}
@media only screen and (max-width: 736px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 896px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 800px) {
  br.sp {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  br.sp {
    display: inline;
  }
}

/* wrapper common
--------------------------------- */
#wrapper {
  width: 100%;
  height: auto;
  min-height: calc(100vh - var(--footerHeight, 0));
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 896px) {
  #wrapper {
    min-height: calc(100vh - var(--footerHeight, 0));
  }
}
#wrapper.inactive {
  padding-top: 60px;
}
@media only screen and (max-width: 896px) {
  #wrapper.inactive {
    padding-top: 53px;
    transition: padding 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0s;
  }
}
#wrapper.default {
  min-height: calc(100vh - var(--footerHeight, 0));
}

h3 {
  margin-bottom: 6px;
  color: rgb(66, 160, 47);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 896px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  color: rgb(66, 160, 47);
  width: 300px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 10px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 896px) {
  h4 {
    font-size: 24px;
  }
}
h4::before {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: rgba(236, 221, 9, 0.2);
  border-radius: 50%;
  bottom: -10px;
  right: 8%;
  z-index: -1;
}
h4::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: rgba(236, 221, 9, 0.2);
  border-radius: 50%;
  bottom: -60%;
  right: 36%;
  z-index: -1;
}
h4.no-decolate::before {
  content: none;
}
h4.no-decolate::after {
  content: none;
}
h4 img {
  width: auto;
  height: 36px;
  padding-right: 6px;
}

h5 {
  color: rgb(66, 160, 47);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  position: relative;
}
@media only screen and (max-width: 896px) {
  h5 {
    font-size: 16px;
  }
}

p {
  display: inline-block;
  color: rgb(75, 75, 75);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin: 5px 5px;
}
@media only screen and (max-width: 896px) {
  p {
    font-size: 14px;
  }
}

/* header
--------------------------------- */
#header {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9900;
  background: rgb(255, 255, 255);
  border-bottom: rgb(220, 226, 216) 1px solid;
  transform-origin: 50% 0%;
  transform: translate(0, 0);
  transition: transform 0.2s linear 0s;
}
@media only screen and (max-width: 896px) {
  #header {
    height: auto;
    transform: translate(0, -21px);
  }
}
#header.inactive {
  transform: translate(0, -91px);
}
@media only screen and (max-width: 896px) {
  #header.inactive {
    transform: translate(0, -135px);
    transition: transform 0.2s linear 0s;
  }
}
#header .inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
@media only screen and (max-width: 1126px) {
  #header .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  #header .inner {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 896px) {
  #header .inner {
    padding: 24px 16px 0 6px;
    flex-wrap: nowrap;
    gap: 0 0;
  }
}
#header .inner .header-clinic-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
#header .inner .header-clinic-logo .header-clinic-name {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 480px) {
  #header .inner .header-clinic-logo .header-clinic-name {
    flex-direction: column;
  }
}
#header .inner .header-clinic-logo .header-clinic-name span {
  margin-left: 16px;
  color: rgb(108, 108, 108);
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 896px) {
  #header .inner .header-clinic-logo .header-clinic-name span {
    font-size: 16px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 480px) {
  #header .inner .header-clinic-logo .header-clinic-name span {
    font-size: 14px;
  }
}
#header .inner .header-clinic-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 896px) {
  #header .inner .header-clinic-info {
    display: none;
  }
}
#header .inner .header-clinic-info .header-tel {
  color: rgb(66, 160, 47);
  font-size: 24px;
  font-weight: 700;
}
#header .inner .header-clinic-info .header-tel img {
  height: 24px;
  width: 24px;
  padding-bottom: 4px;
}
#header .inner .header-clinic-info .header-address {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
}
#header .inner .header-clinic-info .header-fax {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
}
#header .inner .header-clinic-info .header-fax img {
  height: 12px;
  width: 12px;
  padding: 0 6px 6px 0;
}
#header #logo {
  width: auto;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 896px) {
  #header #logo {
    margin: 4px 0 4px 8px;
  }
}
#header #logo a {
  width: 100%;
  height: 100%;
  display: block;
}
#header #logo img {
  width: 56px;
  height: auto;
}
#header #side-navi-btn {
  width: 30px;
  height: 22px;
  position: relative;
  bottom: auto;
  right: auto;
  overflow: hidden;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 896px) {
  #header #side-navi-btn {
    display: block;
    position: absolute;
    bottom: 22px;
    right: 20px;
  }
}
#header #side-navi-btn.active > span:first-of-type {
  transform: translate(-100%, 0);
  transition: transform 0s cubic-bezier(0, 0.84, 0.6, 1.01) 0.5s;
}
#header #side-navi-btn.active > span:first-of-type span {
  transform: scale(0, 1);
}
#header #side-navi-btn.active > span:first-of-type span:nth-of-type(1) {
  transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0s;
}
#header #side-navi-btn.active > span:first-of-type span:nth-of-type(2) {
  transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.1s;
}
#header #side-navi-btn.active > span:first-of-type span:nth-of-type(3) {
  transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.2s;
}
#header #side-navi-btn.active > span:last-of-type {
  transform: translate(0, 0);
  transition: transform 0s cubic-bezier(0, 0.84, 0.6, 1.01) 0s;
}
#header #side-navi-btn.active > span:last-of-type span:nth-of-type(1) {
  left: 0;
  transition: left 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.3s;
}
@media only screen and (max-width: 896px) {
  #header #side-navi-btn.active > span:last-of-type span:nth-of-type(1) {
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1, 1);
    transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.4s;
  }
}
#header #side-navi-btn.active > span:last-of-type span:nth-of-type(2) {
  left: calc(100% - 17px);
  transition: left 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.3s;
}
@media only screen and (max-width: 896px) {
  #header #side-navi-btn.active > span:last-of-type span:nth-of-type(2) {
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
    transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.3s;
  }
}
#header #side-navi-btn > span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#header #side-navi-btn > span:first-of-type {
  transform: translate(0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.4s;
}
#header #side-navi-btn > span:first-of-type span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background: rgb(75, 75, 75);
  transform-origin: 100% 50%;
  transform: scale(1, 1);
  transition: transform 0s linear 0s;
}
#header #side-navi-btn > span:first-of-type span:nth-of-type(1) {
  top: 2px;
}
#header #side-navi-btn > span:first-of-type span:nth-of-type(2) {
  top: 10px;
}
#header #side-navi-btn > span:first-of-type span:nth-of-type(3) {
  bottom: 2px;
}
#header #side-navi-btn > span:last-of-type {
  transform: translate(100%, 0);
  transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0.2s;
  overflow: hidden;
}
#header #side-navi-btn > span:last-of-type span:nth-of-type(1) {
  width: calc(100% - 1px);
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: -100%;
  background: rgb(75, 75, 75);
  transform: translate(0, -50%);
  transition: left 0s cubic-bezier(0, 0.84, 0.6, 1.01) 0.5s;
}
@media only screen and (max-width: 896px) {
  #header #side-navi-btn > span:last-of-type span:nth-of-type(1) {
    width: 30px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) scale(0, 1);
    transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0s;
  }
}
#header #side-navi-btn > span:last-of-type span:nth-of-type(2) {
  width: 12px;
  height: 12px;
  border-top: rgb(75, 75, 75) 2px solid;
  border-right: rgb(75, 75, 75) 2px solid;
  position: absolute;
  top: 50%;
  left: calc(-100% - 17px);
  background: none;
  transform: translate(0, -50%) rotate(45deg) skew(-3deg, -3deg);
  transition: left 0s cubic-bezier(0, 0.84, 0.6, 1.01) 0.5s;
}
@media only screen and (max-width: 896px) {
  #header #side-navi-btn > span:last-of-type span:nth-of-type(2) {
    width: 30px;
    height: 2px;
    border: none;
    left: 50%;
    background: rgb(75, 75, 75);
    transform: translate(-50%, -50%) rotate(45deg) scale(0, 1);
    transition: transform 0.3s cubic-bezier(0, 0.84, 0.6, 1.01) 0s;
  }
}
#header #global-navi-pc {
  width: 100%;
  height: 50px;
  background-color: rgba(252, 255, 247, 0.9);
}
@media only screen and (max-width: 896px) {
  #header #global-navi-pc {
    display: none;
  }
}
#header #global-navi-pc ul {
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header #global-navi-pc ul li {
  width: auto;
  height: 100%;
  position: relative;
}
#header #global-navi-pc ul li.active::before {
  transform: scale(1, 1);
}
#header #global-navi-pc ul li::before {
  content: "";
  width: 100%;
  height: 3px;
  background: rgb(161, 207, 100);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.1s linear 0s;
}
@media only screen and (max-width: 896px) {
  #header #global-navi-pc ul li::before {
    display: none;
  }
}
#header #global-navi-pc ul li a {
  height: 100%;
  padding: 0 20px;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgb(66, 160, 47);
}
#header #global-navi-pc ul li a img {
  width: 20px;
  height: auto;
  padding-right: 6px;
}
@media only screen and (max-width: 896px) {
  #header #global-navi-pc ul li a {
    color: rgb(66, 160, 47);
    font-size: 12px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 480px) {
  #header #global-navi-pc ul li a {
    padding: 0 6px;
  }
}
#header #global-navi-pc ul li a:hover {
  font-weight: 600;
}
#header #global-navi-pc ul li:hover::before {
  transform: scale(1, 1);
  transition: transform 0.2s cubic-bezier(0.56, 0, 0.62, 0.99) 0s;
}

/* sideNaviSp
--------------------------------- */
#side-navi-sp {
  width: 100%;
  max-width: 220px;
  height: calc(100vh - var(--footerHeight, 0));
  padding: 90px 0 10px 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: calc(50% - 600px);
  z-index: 8000;
  overflow: hidden;
  transform-origin: 0% 50%;
  transform: translate(0, 0);
  transition: width 0.1s linear 0s;
  display: none;
}
@media only screen and (max-width: 1200px) {
  #side-navi-sp {
    left: 0;
  }
}
@media only screen and (max-width: 896px) {
  #side-navi-sp {
    display: flex;
    max-width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 9000;
    transform-origin: 100% 50%;
    transform: translate(100%, 0);
    transition: transform 0.3s cubic-bezier(0.11, 0.83, 0.23, 0.95) 0s;
  }
}
#side-navi-sp.inactive {
  padding-top: 110px;
}
@media only screen and (max-width: 896px) {
  #side-navi-sp.inactive {
    padding-top: 82px;
  }
}
#side-navi-sp.active {
  width: 0;
  transition: width 0.4s linear 0s;
}
@media only screen and (max-width: 896px) {
  #side-navi-sp.active {
    width: 100%;
    transform: translate(0, 0);
    transition: transform 0.4s cubic-bezier(0.11, 0.83, 0.23, 0.95) 0s;
  }
}
#side-navi-sp.active .inner {
  transform: translate(-100%, 0);
  transition: transform 0.4s cubic-bezier(0.11, 0.83, 0.23, 0.95) 0s;
}
@media only screen and (max-width: 896px) {
  #side-navi-sp.active .inner {
    transform: translate(0, 0);
  }
}
#side-navi-sp .inner {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  transform-origin: 0% 50%;
  transform: translate(0, 0);
  transition: transform 0.4s cubic-bezier(0.11, 0.83, 0.23, 0.95) 0s;
}
@media only screen and (max-width: 896px) {
  #side-navi-sp .inner {
    max-width: 100%;
    padding: 0 10px 0 10px;
  }
}
#side-navi-sp .inner ul {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
}
#side-navi-sp .inner ul > li {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#side-navi-sp .inner ul > li img {
  width: 25px;
}
#side-navi-sp .inner ul > li a {
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: rgb(66, 160, 47);
}
#side-navi-sp .inner .side-navi-clinic-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(252, 255, 247);
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 40px;
}
#side-navi-sp .inner .side-navi-clinic-info .side-navi-tel {
  font-size: 20px;
  font-weight: 700;
}
#side-navi-sp .inner .side-navi-clinic-info .side-navi-tel a {
  text-decoration: none;
  color: rgb(66, 160, 47);
}
#side-navi-sp .inner .side-navi-clinic-info .side-navi-tel a img {
  height: 20px;
  width: 20px;
  padding-bottom: 4px;
}
#side-navi-sp .inner .side-navi-clinic-info .side-navi-address {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
#side-navi-sp .inner .side-navi-clinic-info .side-navi-fax {
  font-size: 12px;
  font-weight: 400;
  pointer-events: none;
}
#side-navi-sp .inner .side-navi-clinic-info .side-navi-fax img {
  height: 10px;
  width: 10px;
  padding: 0 6px 6px 0;
}
#side-navi-sp .inner .ps__rail-y {
  opacity: 0.9 !important;
}
#side-navi-sp .inner .ps__thumb-y {
  background: rgb(200, 200, 200);
}

#footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9000;
  background: rgb(252, 255, 247);
  height: 30px;
}
@media only screen and (max-width: 896px) {
  #footer {
    z-index: 8000;
  }
}
#footer .copyright {
  display: flex;
  justify-content: center;
  font-size: 10.5px;
  color: rgb(66, 160, 47);
  padding-top: 6px;
}

/* modal
--------------------------------- */
#modal {
  width: 100%;
  height: 100vh;
  background: rgba(95, 95, 95, 0.9);
  position: fixed;
  top: 0px;
  left: -100vw;
  z-index: 10000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: left 0.01s linear 0.3s, opacity 0.3s linear 0s;
}
#modal.active {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0vw;
  transition: left 0.01s linear 0s, opacity 0.3s linear 0.1s;
}
#modal .dialog {
  width: 720px;
  max-width: calc(100% - 30px);
  height: 570px;
  max-height: calc(100% - 120px);
  display: none;
  box-sizing: border-box;
  padding: 10px 20px 30px 20px;
  border: rgb(220, 226, 216) 1px solid;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
  opacity: 0;
  filter: alpha(opacity=0);
}
#modal .dialog::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 896px) {
  #modal .dialog {
    padding: 10px 10px 30px 10px;
  }
}
@media only screen and (max-width: 800px) {
  #modal .dialog {
    padding: 10px 20px 30px 20px;
  }
}
@media only screen and (max-width: 736px) {
  #modal .dialog {
    padding: 10px 10px 30px 10px;
  }
}
#modal .dialog.active {
  display: block;
  overflow-y: scroll;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.5s linear 0.4s;
}
#modal .dialog .close-btn {
  width: 30px;
  height: 30px;
  background-color: rgb(66, 160, 47);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 14px;
}
#modal .dialog .title {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 3px dotted rgb(161, 207, 100);
}
#modal .dialog .detail {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#modal .dialog .detail .ps__rail-y {
  opacity: 0.9 !important;
}
#modal .dialog .detail .ps__thumb-y {
  background: rgb(200, 200, 200);
}

#wrapper #main {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  transition: padding 0.5s cubic-bezier(0.11, 0.83, 0.23, 0.95) 0s;
}
#wrapper #main .content {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: auto;
}
#wrapper #main .content::after {
  content: "";
  height: 16px;
  width: 100%;
  display: inline-block;
  background-image: url(../images/line_drop.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  #wrapper #main .content {
    margin-bottom: 0;
  }
}
#wrapper #main .content .common {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 100px 20px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .common {
    padding: 60px 20px;
  }
}
#wrapper #main .content .common .area-common {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
#wrapper #main .content ul li {
  color: rgb(20, 58, 82);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 5px 5px;
}
#wrapper #main .content .key-visual {
  box-sizing: border-box;
  width: 100%;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  background-image: url(../images/KV_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  #wrapper #main .content .key-visual {
    background-size: cover;
  }
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .key-visual {
    height: 420px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper #main .content .key-visual {
    margin-bottom: 50px;
    margin-top: 30px;
    background-size: contain;
    padding: 0;
    background-image: url(../images/KV_02.png);
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .key-visual {
    height: clamp(20rem, 2.143rem + 76.19vw, 25rem);
    background-size: contain;
  }
}
#wrapper #main .content .key-visual::after {
  content: "";
  position: absolute;
  height: clamp(11.25rem, 0.124rem + 19.87vw, 18.75rem);
  width: clamp(11.25rem, 0.124rem + 19.87vw, 18.75rem);
  background-color: rgba(236, 221, 9, 0.2);
  border-radius: 50%;
  top: -40px;
  right: clamp(-3.75rem, -9.148rem + 23.03vw, 8.125rem);
}
#wrapper #main .content .key-visual::before {
  content: "";
  position: absolute;
  height: clamp(6.25rem, -3.022rem + 16.56vw, 12.5rem);
  width: clamp(6.25rem, -3.022rem + 16.56vw, 12.5rem);
  background-color: rgba(236, 221, 9, 0.2);
  border-radius: 50%;
  bottom: -40px;
  left: clamp(-3.75rem, -9.148rem + 23.03vw, 8.125rem);
}
#wrapper #main .content .key-visual .kv-text {
  position: absolute;
  right: 20%;
  top: 16%;
  z-index: 10;
}
@media only screen and (max-width: 1500px) {
  #wrapper #main .content .key-visual .kv-text {
    right: 8%;
    top: 20%;
  }
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .key-visual .kv-text {
    right: 8%;
    top: 10%;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper #main .content .key-visual .kv-text {
    right: 6%;
    top: 16%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .key-visual .kv-text {
    right: 5%;
    top: 17%;
  }
}
#wrapper #main .content .key-visual .kv-text h3 {
  color: #f3fbff;
  text-shadow: 2px 2px 4px rgba(3, 61, 1, 0.8);
}
#wrapper #main .content .key-visual .kv-clinic-info {
  display: none;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .key-visual .kv-clinic-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 30px;
    bottom: -70px;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper #main .content .key-visual .kv-clinic-info {
    left: 20px;
    bottom: -40px;
  }
}
#wrapper #main .content .key-visual .kv-clinic-info .kv-tel {
  font-size: 20px;
  font-weight: 700;
}
#wrapper #main .content .key-visual .kv-clinic-info .kv-tel a {
  box-sizing: border-box;
  padding: 4px 16px;
  text-decoration: none;
  height: 20px;
  width: auto;
  border-radius: 15px;
  color: rgb(66, 160, 47);
}
@media only screen and (max-width: 640px) {
  #wrapper #main .content .key-visual .kv-clinic-info .kv-tel a {
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.6);
  }
}
#wrapper #main .content .key-visual .kv-clinic-info .kv-tel a img {
  height: 20px;
  width: 20px;
  padding-bottom: 4px;
}
#wrapper #main .content .key-visual .kv-clinic-info .kv-address {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
#wrapper #main .content .key-visual .kv-clinic-info .kv-fax {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  pointer-events: none;
}
#wrapper #main .content .key-visual .kv-clinic-info .kv-fax img {
  height: 10px;
  width: 10px;
  padding: 0 6px 6px 0;
  margin-top: 10px;
}
#wrapper #main .content .key-visual img {
  width: auto;
  height: 520px;
  margin-top: 80px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .key-visual img {
    height: 400px;
  }
}
#wrapper #main .content .information {
  background-color: rgb(252, 255, 247);
}
#wrapper #main .content .information.facility {
  max-width: 1000px;
  background-color: rgba(161, 207, 100, 0.1);
  box-sizing: border-box;
  padding: 20px;
  margin: 20px;
  border-radius: 6px;
}
#wrapper #main .content .information.facility .information-area dl dt.accordion-title {
  padding: 8px;
  background-color: #ffffff;
}
#wrapper #main .content .information .information-area dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
#wrapper #main .content .information .information-area dl dt.accordion-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 8px 16px;
}
#wrapper #main .content .information .information-area dl dt.accordion-title div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .information .information-area dl dt.accordion-title div {
    flex-direction: column;
  }
}
#wrapper #main .content .information .information-area dl dt.accordion-title div .date {
  width: 150px;
  color: rgb(66, 160, 47);
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .information .information-area dl dt.accordion-title div .date {
    width: calc(100% - 12px);
  }
}
#wrapper #main .content .information .information-area dl dt.accordion-title div .title {
  width: calc(100% - 150px);
  padding-right: 16px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .information .information-area dl dt.accordion-title div .title {
    width: calc(100% - 20px);
    padding-right: 8px;
  }
}
#wrapper #main .content .information .information-area dl dt.accordion-title .accordion-toggle-btn {
  width: 100px;
  height: 40px;
  color: #fff;
  background-color: rgb(66, 160, 47);
  border-radius: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .information .information-area dl dt.accordion-title .accordion-toggle-btn {
    width: 105px;
  }
}
#wrapper #main .content .information .information-area dl dt.accordion-title .accordion-toggle-btn:hover {
  color: rgb(66, 160, 47);
  background-color: rgb(252, 255, 247);
  border: 1px solid rgb(66, 160, 47);
  box-sizing: border-box;
}
#wrapper #main .content .information .information-area dl dd.accordion-item {
  display: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 16px 16px 24px 16px;
}
#wrapper #main .content .greeting .greeting-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 2px solid rgb(161, 207, 100);
  padding: 24px;
  border-radius: 15px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .greeting .greeting-area {
    flex-direction: column;
  }
}
#wrapper #main .content .greeting .greeting-area .greeting-left {
  width: 40%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .greeting .greeting-area .greeting-left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
#wrapper #main .content .greeting .greeting-area .greeting-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .greeting .greeting-area .greeting-left img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .greeting .greeting-area .greeting-left img {
    width: 90%;
  }
}
#wrapper #main .content .greeting .greeting-area .greeting-left .doctor-name {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
#wrapper #main .content .greeting .greeting-area .greeting-left .doctor-name:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 110%;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(161, 207, 100);
  border-radius: 2px;
}
#wrapper #main .content .greeting .greeting-area .greeting-left .doctor-info {
  padding-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .greeting .greeting-area .greeting-left .doctor-info {
    width: 96%;
    padding-bottom: 10px;
    border-bottom: 2px dotted rgb(161, 207, 100);
  }
}
#wrapper #main .content .greeting .greeting-area .greeting-right {
  width: 60%;
  box-sizing: border-box;
  padding-left: 40px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .greeting .greeting-area .greeting-right {
    width: 100%;
    padding: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .greeting .greeting-area .greeting-right {
    padding: 6px 0 0 0;
  }
}
#wrapper #main .content .greeting .greeting-area .greeting-right h5 {
  width: 100%;
  padding: 0 0 10px 0;
}
#wrapper #main .content .feature {
  background-color: rgb(252, 255, 247);
}
#wrapper #main .content .feature .feature-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wrapper #main .content .feature .feature-area ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 10px 0;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .feature .feature-area ul {
    flex-direction: column;
    margin: 0;
  }
}
#wrapper #main .content .feature .feature-area ul li {
  width: 33.3333333333%;
  box-sizing: border-box;
  margin: 0 10px 40px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .feature .feature-area ul li {
    width: 100%;
    margin: 0 10px 50px;
  }
}
#wrapper #main .content .feature .feature-area ul li .card {
  box-sizing: border-box;
  position: relative;
  padding: 30px 16px 20px 16px;
  border: dotted 3px rgb(161, 207, 100);
  border-radius: 8px;
  min-height: 210px;
  background-color: #fff;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .feature .feature-area ul li .card {
    min-height: 0;
  }
}
#wrapper #main .content .feature .feature-area ul li .card .card-title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: 10px;
  padding: 25px 10px;
  line-height: 1;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  color: rgb(161, 207, 100);
  font-weight: bold;
  border: dotted 3px rgb(161, 207, 100);
}
#wrapper #main .content .feature .feature-area ul li .card h5 {
  padding: 4px 0;
}
#wrapper #main .content .feature .feature-area ul:last-of-type li {
  width: 40%;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .feature .feature-area ul:last-of-type li {
    width: 100%;
    margin: 0 10px 50px;
  }
}
#wrapper #main .content .treatment .treatment-area .treatment-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .treatment .treatment-area .treatment-box {
    flex-direction: column;
  }
  #wrapper #main .content .treatment .treatment-area .treatment-box:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
#wrapper #main .content .treatment .treatment-area .treatment-box .treatment-img {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .treatment .treatment-area .treatment-box .treatment-img {
    width: 100%;
  }
}
#wrapper #main .content .treatment .treatment-area .treatment-box .treatment-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .treatment .treatment-area .treatment-box .treatment-img img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .treatment .treatment-area .treatment-box .treatment-img img {
    width: 90%;
  }
}
#wrapper #main .content .treatment .treatment-area .treatment-box .treatment-ex {
  width: 70%;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .treatment .treatment-area .treatment-box .treatment-ex {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .treatment .treatment-area .treatment-box .treatment-ex {
    padding: 20px 6px;
  }
}
#wrapper #main .content .medical-hours {
  background-color: rgb(252, 255, 247);
}
#wrapper #main .content .medical-hours .medical-hours-area {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
#wrapper #main .content .medical-hours .medical-hours-area table {
  width: 100%;
}
#wrapper #main .content .medical-hours .medical-hours-area table th,
#wrapper #main .content .medical-hours .medical-hours-area table td {
  border: 2px solid rgb(161, 207, 100);
  height: 40px;
  text-align: center;
  color: rgb(75, 75, 75);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin: 5px 5px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .medical-hours .medical-hours-area table th,
  #wrapper #main .content .medical-hours .medical-hours-area table td {
    font-size: 14px;
  }
}
#wrapper #main .content .medical-hours .medical-hours-area table th:first-of-type,
#wrapper #main .content .medical-hours .medical-hours-area table td:first-of-type {
  width: 30%;
}
#wrapper #main .content .medical-hours .medical-hours-area table th {
  background: rgb(161, 207, 100);
  color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid rgb(161, 207, 100);
}
#wrapper #main .content .medical-hours .medical-hours-area table th:last-of-type {
  border-right: 2px solid rgb(161, 207, 100);
}
#wrapper #main .content .access .access-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area {
    flex-direction: column;
  }
}
#wrapper #main .content .access .access-area .access-map {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-map {
    width: 100%;
  }
}
#wrapper #main .content .access .access-area .access-map iframe {
  width: 400px;
  height: 450px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-map iframe {
    width: 90%;
  }
}
#wrapper #main .content .access .access-area .access-info {
  width: 50%;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-info {
    width: 100%;
  }
}
#wrapper #main .content .access .access-area .access-info h5 {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-info h5 {
    margin: 20px 0 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .access .access-area .access-info h5 {
    margin: 20px 0 20px 16px;
  }
}
#wrapper #main .content .access .access-area .access-info h5::before {
  content: "";
  position: absolute;
  right: -40%;
  bottom: -5px;
  display: inline-block;
  width: 94%;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(55, 158, 14, 0.4);
  border-radius: 2px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-info h5::before {
    width: 94%;
  }
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-info dl {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .access .access-area .access-info dl {
    padding: 0 20px;
  }
}
#wrapper #main .content .access .access-area .access-info dl dt {
  color: rgb(66, 160, 47);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-info dl dt {
    font-size: 14px;
  }
}
#wrapper #main .content .access .access-area .access-info dl dd {
  color: rgb(75, 75, 75);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  padding-bottom: 16px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .access .access-area .access-info dl dd {
    font-size: 14px;
  }
}
#wrapper #main .content .access .access-area .access-info dl dd a.fax {
  pointer-events: none;
}
#wrapper #main .content .group-photo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 24px 24px 24px;
}
#wrapper #main .content .group-photo-area h4 {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #wrapper #main .content .group-photo-area h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .group-photo-area h4 {
    font-size: 18px;
  }
}
#wrapper #main .content .group-photo-area h4::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 160px;
  background-color: rgba(236, 221, 9, 0.2);
  border-radius: 50%;
  bottom: -35px;
  left: clamp(-3.75rem, -9.148rem + 23.03vw, 8.125rem);
  z-index: -1;
}
#wrapper #main .content .group-photo-area h4::after {
  content: none;
}
#wrapper #main .content .group-photo-area img {
  width: 60%;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 896px) {
  #wrapper #main .content .group-photo-area img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper #main .content .group-photo-area img {
    width: 90%;
  }
}
#wrapper #main .content .banner-area .disp-modal-btn {
  width: auto;
  height: 30px;
  color: #fff;
  background-color: rgb(66, 160, 47);
  border-radius: 5px;
  padding: 4px 8px;
  transition: 0.3s;
}
#wrapper #main .content .banner-area .disp-modal-btn:hover {
  color: rgb(66, 160, 47);
  background-color: rgb(252, 255, 247);
  border: 1px solid rgb(66, 160, 47);
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */