@charset "UTF-8";
#global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.7);
}
#global-header .inner {
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .inner h1.logo {
  width: 20%;
}
#global-header .inner h1.logo a {
  width: 302px;
  height: 63px;
  display: inline-block;
}
#global-header .inner h1.logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #global-header .inner h1.logo a {
    width: auto;
    height: 45px;
  }
}
#global-header .inner #global-navi {
  width: 55%;
}
#global-header .inner #global-navi ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
  position: relative;
}
#global-header .inner #global-navi ul li a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 63px;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  color: #333;
  position: relative;
}
#global-header .inner #global-navi ul li a.active:after {
  content: "●";
  width: 8px;
  height: 8px;
  font-size: 0.8rem;
  color: #96E3DA;
  position: absolute;
  top: 65%;
  left: 46%;
}
@media screen and (max-width: 1600px) {
  #global-header .inner #global-navi {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) {
  #global-header .inner #global-navi ul li a {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #utility-navi {
  display: none;
}
@media screen and (max-width: 1280px) {
  #global-header .inner {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    width: 100%;
    display: block;
  }
  #global-header .inner h1.logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner {
    width: 55%;
    justify-content: unset;
    align-items: unset;
  }
}
@media screen and (max-width: 1280px) {
  #global-header {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #global-header {
    background: #fff;
  }
}
@media screen and (max-width: 415px) {
  #global-header {
    height: 60px;
  }
}
#side-navi {
  display: none !important;
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 6500;
  width: 60px;
}
#side-navi .side-bunner {
  width: 60px;
  height: 200px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
#side-navi .side-bunner a {
  display: inline-block;
}
#side-navi .side-bunner:nth-child(1) {
  background: #EAD88C;
}
#side-navi .side-bunner:nth-child(2) {
  background: #95E5B5;
}
@media screen and (max-width: 1024px) {
  #side-navi {
    width: 45px;
  }
  #side-navi .side-bunner {
    width: 45px;
    height: 150px;
  }
  #side-navi .side-bunner a {
    text-align: center;
  }
  #side-navi .side-bunner a img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 415px) {
  #side-navi {
    display: none;
  }
}
#top-key-visual {
  width: 100%;
  position: relative;
}
#top-key-visual .slide-container {
  width: 100%;
  height: 100%;
}
#top-key-visual .slide-container .key-slide {
  width: 100%;
  height: 100%;
}
#top-key-visual .slide-container .key-slide img {
  object-fit: cover;
  object-position: 50% 100%;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#top-key-visual .key-grad {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6000;
  width: 100%;
  height: 100vh;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C79F62', endColorstr='#95E5B5' ,GradientType=0)";
  background: linear-gradient(90deg, #c79f62 0%, #ead88c 43.8%, #95e5b5 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C79F62',endColorstr='#95E5B5' , GradientType=1);
}
#top-key-visual .key-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6100;
  margin: auto;
  width: 176px;
  height: 465px;
}
#top-key-visual .key-text img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.55));
}
@media screen and (max-width: 1440px) {
  #top-key-visual .key-text {
    padding-top: 80px;
  }
}
@media screen and (max-width: 415px) {
  #top-key-visual .key-text {
    width: 121px;
    height: 306px;
  }
  #top-key-visual .key-text img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  #top-key-visual {
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  #top-key-visual {
    height: 75vh;
  }
  #top-key-visual .slide-container .key-slide img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
}
#sub-key-visual {
  width: 100%;
  height: 580px;
  position: relative;
}
#sub-key-visual .sub-key {
  width: 100%;
  height: 100%;
  position: relative;
}
#sub-key-visual .sub-key img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
#sub-key-visual .key-grad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C79F62', endColorstr='#95E5B5' ,GradientType=0)";
  background: linear-gradient(90deg, #c79f62 0%, #ead88c 43.8%, #95e5b5 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C79F62',endColorstr='#95E5B5' , GradientType=1);
}
#sub-key-visual .key-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 42px;
  padding-top: 30px;
  text-align: center;
}
#sub-key-visual .key-text span {
  font-size: 4.2em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 16px 24px 12px;
  line-height: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C79F62', endColorstr='#95E5B5' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(199, 159, 98, 0.3) 0%, rgba(234, 216, 140, 0.3) 43.8%, rgba(149, 229, 181, 0.3) 100%);
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C79F62',endColorstr='#95E5B5' , GradientType=1);
}
#pankuzu {
  background: #fafafa;
}
#pankuzu .inner {
  padding: 10px 0;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#pankuzu .inner span {
  padding: 0 12px;
  display: inline-block;
  font-size: 1.4em;
}
#pankuzu .inner i {
  padding: 0;
  display: inline-block;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  #pankuzu .inner {
    width: 100%;
  }
}
#container {
  min-height: 400px;
}
#global-footer .footer-inner {
  width: 1024px;
  margin: 0 auto;
}
#global-footer .footer-inner .footer-navi {
  margin-bottom: 40px;
}
#global-footer .footer-inner .footer-navi .logo-f {
  text-align: center;
  padding: 24px 0;
}
#global-footer .footer-inner .footer-navi .logo-f a img {
  width: 145px;
  height: auto;
}
#global-footer .footer-inner .footer-navi ul.inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
#global-footer .footer-inner .footer-navi ul.inner li {
  width: 100%;
}
#global-footer .footer-inner .footer-navi ul.inner li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #333;
}
#global-footer .footer-inner .footer-cal {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
}
#global-footer .footer-inner .footer-cal .fcal-box {
  width: 48.5%;
}
#global-footer .footer-inner .footer-cal .fcal-box h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 16px;
}
#global-footer .footer-inner .footer-cal .fcal-box .cal-body .cal-pic {
  margin-bottom: 12px;
}
#global-footer .footer-inner .footer-cal .fcal-box .cal-body .cal-pic img {
  width: 100%;
  height: auto;
}
#global-footer .footer-inner .footer-cal .fcal-box .cal-body .annotation ul li {
  font-size: 1.1em;
  color: #939393;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: 95%;
  }
  #global-footer .footer-inner .footer-navi ul.inner {
    display: none;
  }
  #global-footer .footer-inner .footer-cal {
    display: block;
  }
  #global-footer .footer-inner .footer-cal .fcal-box {
    width: 90%;
    margin: 0 auto 64px;
  }
  #global-footer .footer-inner .footer-cal .fcal-box .cal-body .annotation {
    text-align: center;
  }
  #global-footer .footer-inner .footer-cal .fcal-box:nth-child(2) {
    margin-bottom: 0;
  }
}
#global-footer .copy {
  text-align: center;
  padding: 24px 0;
}
#global-footer .copy small {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #global-footer {
    background: #f4f2ef;
    padding: 24px 0;
  }
}
.content-area {
  padding: 120px 0 40px;
}
.content-area .content {
  width: 1280px;
  margin: 0 auto 80px;
}
.content-area .content .content-header {
  margin-bottom: 64px;
}
.content-area .content .content-header h2 {
  font-size: 2.4rem;
  color: #767676;
}
@media screen and (max-width: 1280px) {
  .content-area .content {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .content-area {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .content-area .content .content-header p.en-title {
    height: 80px;
  }
  .content-area .content .content-header p.en-title img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 415px) {
  .content-area {
    padding-top: 40px;
  }
  .content-area .content .content-header {
    margin-bottom: 24px;
  }
  .content-area .content .content-header p.en-title {
    height: 40px;
  }
  .content-area .content .content-header p.en-title img {
    width: auto;
    height: 100%;
  }
}
.introduction .content-body .int-text {
  padding: 0 24px 24px 120px;
  margin-bottom: 40px;
}
.introduction .content-body .int-text p {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 24px;
}
.introduction .content-body .int-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .introduction .content-body .int-text {
    padding: 0 24px 24px 0;
    width: 85%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 834px) {
  .introduction .content-body .int-text {
    padding: 0 0 24px 0;
  }
}
@media screen and (max-width: 415px) {
  .introduction .content-body .int-text {
    width: 100%;
  }
}
.introduction .content-body .int-gallery {
  width: 1100px;
  margin: 0 auto;
}
.introduction .content-body .int-gallery ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.introduction .content-body .int-gallery ul li {
  width: 322px;
  height: 322px;
  margin-bottom: 40px;
}
.introduction .content-body .int-gallery ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}
.introduction .content-body .int-gallery ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  .introduction .content-body .int-gallery {
    width: 85%;
  }
  .introduction .content-body .int-gallery ul li {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 834px) {
  .introduction .content-body .int-gallery ul li {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 415px) {
  .introduction .content-body .int-gallery {
    width: 100%;
  }
  .introduction .content-body .int-gallery ul li {
    width: 110px;
    height: 110px;
  }
}
.clinicinfo .content-body {
  width: 860px;
  margin: 0 auto;
}
.clinicinfo .content-body dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D9;
}
.clinicinfo .content-body dl div:last-child {
  border-bottom: none;
}
.clinicinfo .content-body dl div dt {
  width: 15%;
  font-size: 1.6rem;
  padding-left: 16px;
}
.clinicinfo .content-body dl div dd {
  width: 85%;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .clinicinfo .content-body {
    width: 90%;
  }
  .clinicinfo .content-body dl div dt {
    font-size: 1.4rem;
    width: 20%;
  }
  .clinicinfo .content-body dl div dd {
    font-size: 1.4rem;
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  .clinicinfo .content-body {
    width: 100%;
  }
  .clinicinfo .content-body dl div {
    display: block;
  }
  .clinicinfo .content-body dl div:nth-child(even) {
    background: #F3F7ED;
  }
  .clinicinfo .content-body dl div dt {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .clinicinfo .content-body dl div dd {
    width: 90%;
    margin: 0 16px;
  }
}
.accessmap .content-header {
  width: 1280px;
  margin: 0 auto 64px;
}
.accessmap .content-header h2 {
  font-size: 2.4rem;
  color: #767676;
}
.accessmap .content-body .map-body {
  width: 100%;
  height: 600px;
}
.accessmap .content-body .map-body iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .accessmap .content-header {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .accessmap .content-header p.en-title {
    height: 80px;
  }
  .accessmap .content-header p.en-title img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 415px) {
  .accessmap .content-header p.en-title {
    height: 40px;
  }
  .accessmap .content-header p.en-title img {
    width: auto;
    height: 100%;
  }
  .accessmap .content-body .map-body {
    width: 100%;
    height: 400px;
  }
  .accessmap .content-body .map-body iframe {
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=about.css.map */