.fix-btn {
  position: fixed;
  width: 64px;
  top: 316px;
  right: 0;
  z-index: 9999;
}
.ttl {
  line-height: 48px;
  text-align: center;
  padding: 10px 0;
}
.ttl .ttl-eng {
  font-family: "Times New Roman";
  font-size: 96px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #f089a0;
  opacity: 0.32;
}
.ttl .ttl-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #333;
  display: block;
  margin-top: -75px;
}
.btn-s1 {
  width: 320px;
  margin: 52px auto 0;
}
.btn-s1 a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  padding: 7px 0;
  border-radius: 50px;
  background: #f089a0;
  border: 1px solid #f089a0;
  position: relative;
	
	margin-bottom:5.0rem;
}
.btn-s1 a::after {
  content: "";
  background: url(../img/top/arr2.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.btn-s1 a:hover {
  opacity: 0.8;
}
#cv {
  padding: 68px 0 64px;
  margin: 96px 0 149px;
  position: relative;
  color: #fff;
  background: #c04080;
}
#cv::before {
  content: "";
  background: url(../img/cv_top.jpg) no-repeat center top/cover;
  height: 224px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#cv::after {
  content: "";
  background: url(../img/cv_bottom.jpg) no-repeat center bottom/cover;
  height: 224px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
#cv h2 .ttl-eng {
  color: #fff;
  opacity: 0.2;
}
#cv h2 .ttl-jp {
  font-size: 32px;
  color: #fff;
}
#cv .txt {
  margin: 33px 0 58px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#cv .content {
  display: flex;
  justify-content: space-between;
}
#cv .content .calender {
  width: 52.1818181818%;
}
#cv .content .calender .text2{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#cv .content .calender .calender-iframe {
  padding-top: 330px;
  position: relative;
}
.fullcalender-iframe iframe{
    width: 100%;
}
#cv .content .calender .calender-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#cv .content .calender .note {
  font-weight: 600;
  margin-top: 4px;
}
#cv .content .info {
  width: 43.4545454545%;
  margin-top: 52px;
}
#cv .content .info li:not(:last-child) {
  margin-bottom: 14px;
}
#clinic {
  padding-bottom: 144px;
  display: none;
}
.home #clinic{
  display: block;
}
#clinic h2 {
  margin-bottom: 62px;
}
#clinic .content {
  display: flex;
  justify-content: space-between;
}
#clinic .content .map {
  width: 46.3636363636%;
  height: 510px;
  position: relative;
}
#clinic .content .map #gmap {
  width: 100%;
  height: 100%;
}
#clinic .content .map::before,
#clinic .content .map::after {
  content: "";
  background: #f089a0;
  position: absolute;
  opacity: 0.5;
}
#clinic .content .map::before {
  top: 16px;
  left: 100%;
  width: 16px;
  bottom: -16px;
}
#clinic .content .map::after {
  right: 0;
  left: 16px;
  height: 16px;
  bottom: -16px;
}
#clinic .content .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
#clinic .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
#clinic .info .col{
  width: 47.8181818182%;
}
#clinic .info dl {
  display: flex;
  align-items: flex-start;
  padding: 22px 0 14px;
  border-bottom: 1px dashed #f089a0;
  line-height: 32px;
}
#clinic .info dl dt {
  min-width: 96px;
  color: #fff;
  background: #f089a0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#clinic .info dl dd {
  flex: 1;
  margin: 1px 0 0 24px;
}
#clinic .info dl dd h1{
  font-weight: 500;
}
#clinic .content .map2{
  width: 46.3636363636%;
  margin-right: 16px;
  background: #fff;
  position: relative;
}
#clinic .content .map2::before,
#clinic .content .map2::after {
  content: "";
  background: #f089a0;
  position: absolute;
  opacity: 0.5;
}
#clinic .content .map2::before {
  top: 16px;
  left: 100%;
  width: 16px;
  bottom: -16px;
}
#clinic .content .map2::after {
  right: 0;
  left: 16px;
  height: 16px;
  bottom: -16px;
}
#footer .footer-content {
  background: rgba(240, 137, 160, 0.2);
  padding: 46px 0 42px;
}
#footer .content {
  display: flex;
  justify-content: center;
  text-align: center;
}
#footer .content .col-l {
  width: 360px;
}
#footer .content .col-l .footer-logo {
  width: 204px;
  margin: 0 auto;
}
#footer .content .col-l .info {
  font-size: 14px;
  line-height: 32px;
  margin: 28px 0 0px;
}
#footer .content .col-l .sitemap a {
  font-size: 12px;
}
#footer .content .col-l .sitemap a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#footer .content .col-r {
  flex: 1;
  margin: -6px 0 0 94px;
}
#footer .content .col-r .nav {
  display: flex;
  flex-wrap: wrap;
}
#footer .content .col-r .nav li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 10px;
}
#footer .content .col-r .nav li a:hover {
  opacity: 0.8;
}
#footer .content .col-r .nav li:last-child a {
  padding-right: 0;
}
#footer .footer-bottom {
  padding: 24px 0 62px;
  text-align: center;
  background: #c04080;
  color: #fff;
}
#footer .footer-bottom address {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .fix-btn {
    width: 48px;
    top: auto;
    bottom: 70px;
  }
  .ttl .ttl-eng {
    font-size: 64px;
  }
  .ttl .ttl-jp {
    margin-top: -61px;
  }
  .btn-s1 {
    width: 320px;
    margin: 11px auto 0;
  }
  .btn-s1 a {
    line-height: 48px;
  }
  .btn-s1 a::after {
    right: 11px;
  }
  #cv {
    padding: 42px 0 80px;
    margin: 64px 0 66px;
  }
  #cv h2 .ttl-eng {
    font-size: 48px;
  }
  #cv h2 .ttl-jp {
    letter-spacing: 0.2em;
  }
  #cv .txt {
    margin: 12px 0 40px;
    font-size: 16px;
  }
  #cv .content {
    display: block;
  }
  #cv .content .calender {
    width: 100%;
  }
  #cv .content .calender .calender-iframe {
    padding-top: 330px;
  }
  #cv .content .calender .note {
    font-size: 14px;
    line-height: 27px;
    margin-top: 6px;
  }
  #cv .content .info {
    width: 100%;
    margin-top: 26px;
  }
  #cv .content .info li:not(:last-child) {
    margin-bottom: 29px;
  }
  #clinic {
    padding-bottom: 62px;
  }
  #clinic h2 {
    margin-bottom: 31px;
  }
  #clinic .content {
    display: block;
    margin-right: -6px;
  }
  #clinic .content .map {
    width: 100%;
    height: 363px;
  }
  #clinic .content .map2{
    width: 100%;
    margin: 40px 0 0;
  }
  #clinic .content .map::before {
    top: 11px;
    width: 11px;
    bottom: -11px;
  }
  #clinic .content .map::after {
    left: 11px;
    height: 11px;
    bottom: -11px;
  }
  #clinic  .info {
    margin-bottom: 50px;
    flex-direction: column;
  }
  #clinic  .info .col{
    width: 100%;
  }
  #clinic .info dl {
    display: block;
    padding: 22px 0 14px;
  }
  #clinic .info dl dt {
    font-size: 16px;
    display: inline-block;
  }
  #clinic .info dl dd {
    margin: 10px 0 0;
  }
  #footer .footer-content {
    padding: 46px 0 79px;
  }
  #footer .content {
    display: block;
  }
  #footer .content .col-l {
    width: 100%;
    text-align: center;
  }
  #footer .content .col-l .footer-logo {
    margin: 0 auto;
  }
  #footer .content .col-l .info {
    margin: 28px 0 10px;
  }
  #footer .content .col-l .info .tel {
    top: -3px;
  }
  #footer .content .col-r {
    margin: 12px 0 0 0;
  }
  #footer .content .col-r .nav {
    justify-content: center;
  }
  #footer .content .col-r .nav li a {
    font-size: 14px;
    line-height: 48px;
    padding: 0 12px !important;
  }
  #footer .footer-bottom {
    padding: 18px 0 66px;
  }
}
@media screen and (max-width: 767px) {
   #cv h2 .ttl-eng{
    display: block;
   
  }
    #cv h2 .ttl-jp {
   margin-top: -49px;
   
  }
  #greet h2 .ttl-eng{
    letter-spacing: 0.05em;
  }
  #cv h2{
    position: relative;
    z-index: 5;
        left: -5px;
  }
}
@media screen and (max-width: 375px) {
  #cv h2 .ttl-jp {
   letter-spacing: 0.1em;
   
  }
  #cv h2 .ttl-eng{
    letter-spacing: 0.05em;
    display: block;
  }
  #cv h2{
    left: 0;
  }
}

#news:not(.home #news) {
 display: none ;
}
