@charset "utf-8";


html,body{
  font-family:  "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;

  font-weight: lighter ;
  
  font-style: normal;

  color: #2B2C2B !important;
  overflow: hidden;

}
body{
  min-width: 1200px;
  /*background-color: rgb(250, 247, 254);*/


}
.pc{
  display: block;
}
.sp{
  display: none;
}
li{
  list-style: none;
}
a{
  text-decoration: none;


}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}
/*header*/
header{
  position: fixed;
  top: 0%;
  width: 100%;
  padding: 15px 0 15px 30px;
  z-index: 9998;
}

#logo{
  margin-top: -8px;
  width: 370px;
}
#logo img{
  width: 100%;
  
}
.header-flex{
  position: fixed;
  display: flex;
  top: 0.3px;
  right: 100px;
}
.header-insta{
  width: 40px;
  margin-top: 10px;
  margin-right: 10px;
}
.header-reserve{
  width: 300px;
}
.header-reserve img{
  width: 100%;
}
.header-insta img{
  width: 100%;
}
/*menu*/
#bar-sp{
  display: none;
}
.menu{
  position: absolute;
  height: 12px;
  right: 22px;
  top: 27%;
  width: 60px;


}
.menu__line{
  background: #DE908E;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--bottom{
  bottom: 0;
}
.menu__line--top.active{
  top: 4px;
  transform: rotate(45deg);
  background: #DE908E;
}
.menu__line--bottom.active{
  bottom: 6px;
  transform: rotate(135deg);
  background: #DE908E;
}
/*gnav*/
.gnav{
  background: #ffffff;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9996;
}
.gnav__wrap{
  display: flex;
  width: 85%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 13%;
  left: 20%;
  /*align-items:center;
  justify-content: center;*/
}
.gnav__menu__item{
  margin: 2rem 0;
  }
  .gnav__menu__item a{
    color: #525252;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 2.5rem;
    text-decoration: none;
    transition: .2s;
  }
  .gnav__menu__item a:hover{
    color: #b7cfd3;
  }

  .gridLines {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: .05;
    z-index: 9999;
}
.pos--fix {
  position: fixed;
}
.gridLines__wrapper {
  width: 76%;
  margin: 0 auto;
  height: 100%;
}
.flex--x-between {
  justify-content: space-between;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.gridLines__line {
  width: 1px;
  height: 100%;
  background: #000;
}
.kv{
  width: 100%;
  margin-top: 65px;
}
.kv img{
  width: 100%;
}
.news-wrapper{
  padding: 230px 0 200px ;
  background-image: url("../img/news-img1.png"),url("../img/news-img2.png"),url("../img/news-bg.jpg");
  background-size: 250px, 350px,100% 100%;
  background-position: bottom -30px left 10%,right 10% bottom -33%,bottom ;
  background-color: #EFEFEF;
  position: relative;
  margin-bottom: -10px;
}
.circle{
position: absolute;
top: 10%;
right: 5%;
content: "";
background-color: #BCD4F9;
width: 150px;
height: 150px;
border-radius: 50%;
}
.news-box{
  width: 1000px;
  margin: 0 auto;
}
.news-box h2{
  text-align: center;
  margin-bottom: 30px;
  color: #DE908E;
  text-align: left;
  font-size: 30px;
  font-weight: 500;
}
.news-list{
  margin-bottom: 40px;
}
.news-item{
  padding: 30px;
  border-top: 1px solid #000;
  display: flex;
  
}
.news-item:last-child{
  border-bottom: 1px solid #000;
}
.news-day{
  display: flex;
}
.day{
  margin-right: 20px;
  font-size: 15px;
  padding: 10px;
}
.category{
  width: 200px;
  padding: 10px 0px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-right: 50px;

}
.category a{
  display: block;
  color: #707070;
  font-size: 15px;
}
.news-title{
  padding: 10px 0;
}
.news-title a{
  color: #000;
}
.view-more{
  color: #DE908E;
  font-size: 20px;
  
}

.view-more span{
  margin-left: 30px;
  padding: 10px;
  border: 1px solid #DE908E;
  border-radius: 50%;
  transition: 0.5s ease;
}
.view-more:hover.view-more span{
 background-color: #DE908E;
 color: #fff; 
}
.top-title{
  height: 300px;
  background-image: url("../img/about-title-bg.jpg");
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.top-title:after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  top: 0;
  background-color: #aeaeae71;
}
.top-title h2{
  text-align: center;
  font-size: 30px;
  color: #fff;
  filter: drop-shadow(0px 0px 10px #000);
  font-weight: 500;
}
.top-about-box{
  width: 1100px;
  margin: 0 auto;
  padding: 150px 0;
  display: flex;
  flex-wrap: wrap;
}
.top-about-item{
  width: 32%;
  height: 400px;
  margin: 0 0.5%;
  margin-bottom: 50px;
  border-radius: 20px;
  
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.huzinka{
  background-image: url("../img/huzinka.jpg");
}
.kenshin{
  background-image: url("../img/kenshin.jpg");
}
.oc{
  background-image: url("../img/oc.jpg");
}
.sanka{
  background-image: url("../img/sanka.jpg");
}
.chuzetsu{
  background-image: url("../img/chuzetsu.jpg");
}
.intima{
  background-image: url("../img/intima.jpg");
}
.top-about-item h3{
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.top-about-item p{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 100px;
}
.view-more2{
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 12px;
}
.view-more2 span{
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.5s ease;
}
.view-more2:hover.view-more2 span{
 background-color: #fff;
 color: #333333; 
}
.top-access-wrapper{
  position: relative;
}
.access-box{
  background-image: url("../img/access-img.png"),url("../img/access-bg.jpg");
  background-size: 120px,100% 100%;
  background-position:  bottom right 5%,top;
  padding: 100px 0 200px;
}
.access-flex{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
.access-left{
  width: 40%;
  margin-right: 5%;
}
.access-img{
  width: 100%;
  margin-bottom: 20px;
}
.access-img img{
  width: 100%;
}
.access-right{
  width: 55%;
}
.access-right iframe{
  border-radius: 50px;
  box-shadow: 0px 0pc 20px #00000011 ;
}
.access-comment{
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle2{
  position: absolute;
  bottom: 5%;
  left: 5%;
  content: "";
  background-color: #BCD4F9;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  }
  footer{
    padding: 80px 0;
    background-color: #DE908E;
  }
  footer img{
    width: 100%;
  }
  .footer-flex{
    display: flex;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .footer-left{
    width: 36%;
    margin-right: 5%;
  }
  .footer-logo{
    width: 100%;
    margin-bottom: 5px;
  }
  .footer-adress{
    margin-bottom: 30px;
    color: #fff;
  }
  .footer-tel{
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-reserve{
    width: 100%;
  }
  .footer-right{
    width: 59%;
  }
  .footer-insta{
    width: 50px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .footer-nav{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-nav li{
    margin: 0 20px;
  }
  .footer-nav li a{
    color: #fff;
  }
  .copy{
    padding: 10px 0;
    width: 300px;
    margin: 0 auto;
  }
  .copy img{
    width: 100%;
  }
  /*page-news*/
  .page-news-wrapper{
    background-image: url("../img/news/bg.jpg");
    background-size: 100% 100%;
    padding: 100px 0;
    position: relative;
  }
  .page-news-box{
    width: 1100px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .page-news-item{
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 50px;
  }
  .thumb{
    width: 100%;
    height: 200px;
    /*background-image: url("../img/news/thumb.jpg");*/
    background-position: center;
    background-size: 100%;
    content: "";
    display: block;
    transition: 0.5s ease;
    margin-bottom: 10px;
  }
  .thumb:hover{
    background-size: 110%;
  }
  .page-news-flex{
    display: flex;
    margin-bottom: 10px;
  }
  .page-news-categories{
    padding: 5px 20px;
    margin-right: 20px;
    border: 0.5px solid #707070;
    color: #2B2C2B;
    border-radius: 5px;
  }
  .page-news-day{
    padding: 5px 0px;
  }
  .page-news-title a{
    color: #707070;
  }
  /*page-single*/
  .page-single-box{
    width: 1000px;
    padding: 100px 0;
    margin: 0 auto;

  }
  .page-single-box .page-news-flex{
    margin-bottom: 50px;
  }
  .single-title{
    margin-bottom: 50px;
    font-size: 25px;
    color: #DE908E;
  }
  .single-content{
    margin-bottom: 50px;
  }
  .single-btn{
    display: block;
    width: 250px;
    padding: 10px 0;
    border-radius: 50px;
    color: #fff;
    background-color: #DE908E;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s ease;
  }
  .single-btn:hover{
    background-color: #cf4540;
  }
  /*page-about*/
  .about-title{
    text-align: center;
    font-size: 25px;
    padding: 80px 0 0;
    background-color: #F8F4F1;
  }
  .page-about-wrapper{
    background-image: url("../img/about/about-bg.jpg");
    background-size: 100% 100%;
    padding: 150px 0;
    position: relative;
  }
  .page-about-box{
    width: 1100px;
    margin: 0 auto;
  }
  .page-about-inner{
    margin-bottom: 80px;
  }
  .page-about-inner h3{
    text-align: center;
    color: #DE908E;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-about-flex{
    display: flex;
    flex-wrap: wrap;
  }
  .page-about-img{
    width: 30%;
    margin: 0 1.5%;
  }
  .page-about-img img{
    width: 100%;
  }
  .staff-wrapper{
    position: relative;
  }
  .staff-box{
    background-image: url("../img/about/staff-bg.jpg");
    background-size: 100% 100%;
    padding: 150px 0 ;
    position: relative;
  }
  .staff-inner h3{
    text-align: center;
    color: #DE908E;
    font-size: 25px;
    margin-bottom: 80px;

  }
  .staff-inner{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .staff-flex{
    display: flex;
    align-items: center;
  }
  .staff-left{
    width: 45%;
    margin-right: 5%;
  }
  .staff-left img{
    width: 100%;
  }
  .staff-right{
    width: 50%;
  }
  .staff-name{
    margin-bottom: 50px;
  }
  .staff-name p{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .director-name{
    font-size: 25px !important;
  }
  .director-name span{
    font-size: 14px !important;
    margin-left: 10px;
  }
  .director-comment{
    white-space: nowrap;
    font-size: 15px;
  }
  .staff-comment{
    font-size: 20px;
    margin-bottom: 50px;
  }
  .staff-img{
    width: 100%;
  }
  .staff-img img{
    width: 100%;
  }
  /*page-policy*/
  .page-policy-wrapper{
    background-image: url("../img/news/bg.jpg");
    background-size: 100% 100%;
    padding: 250px 0 100px;
    position: relative;
  }
  .page-policy-box{
    width: 1100px;
    margin: 0 auto;
    
  }
  .policy-comment{
    font-size: 23px;
    margin-bottom: 80px;
    line-height: 40px;
  }
  .policy-comment2{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .policy-name{
    text-align: center;
    line-height: 30px;
  }
  /*page-appointment*/
  .apointment-comment{
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center;
  }
  .apointment-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .apointment-img{
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 30px;
    transition: 1s ease;
  }
  .apointment-img:hover{
    opacity: 0.5;
  }
  .apointment-img img{
    width: 100%;
  }
  .apointment-comment2{
    line-height: 50px;
  }
  /*page-obstetrics*/
    .obstetrics-wrapper{
    background-image: url("../img/obstetrics/bg.jpg");
    background-size: 100% 100%;
    padding: 250px 0 100px;
    position: relative;

  }
  .obstetrics-box{
    width: 1000px;
    margin: 0 auto;
  }
  .heading{
    margin-bottom: 100px;
  }
  .heading h2{
    text-align: center;
    color: #DE908E;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .heading p{
    text-align: center;
  }
  .nav-btn{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .nav-btn li{
    display: block;
    width: 48%;
    margin: 0 1%;
    border: 2px solid #DE908E;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .nav-btn li a{
    color: #2B2C2B;
    display: block;
    width: 98%;
    margin: 0 auto;
    border: 2px solid #DE908E;
    padding: 15px 0;
    transition: 0.5s ease;
  }
  .nav-btn li a:hover{
    background-color: #DE908E;
    color: #fff;
  }
  .circle3{
position: absolute;
top: 10%;
left: 5%;
content: "";
background-color: #BCD4F9;
width: 150px;
height: 150px;
border-radius: 50%;
}
.obstetrics-inner{
  margin-bottom: 200px;
}
.obstetrics-inner h3{
      text-align: center;
    color: #DE908E;
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 2px #DE908E;
}
.obstetrics-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.obstetrics-left{
  width: 45%;
  margin-right: 5%;
}
.obstetrics-left h4{
    color: #DE908E;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 40px;
}
.obstetrics-left p{
  line-height: 40px;
}
.obstetrics-right{
  width: 50%;
}
.obstetrics-right img{
  width: 100%;
}
.obstetrics-p{
  line-height: 40px;
}
@media(max-width: 1025px){
  body{
    min-width: 900px;
    /*background-color: rgb(250, 247, 254);*/
  }
  header{
    width: 50%;
    padding: 0px 0 5px 30px;
  }
    #logo{
    width: 290px;
  }
  
  #top-news-wrapper{
    padding: 70px 0;

  }
  #top-news-box{
    width: 100%;
    margin-left: 2%;
  }
  #top-news-box h2{
    font-size: 60px;
    margin-right: 6%;
  }
  .top-news-item p{
    font-size: 20px;
    letter-spacing: 2px;
  }
  

}

@media (max-width: 960px){
  /*sp-size*/
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  body{
    min-width: 0px;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 140%;
  }
  header{
    left: 0;
    width: 100%;
    padding: 2px 0 0px 10px;
  }
  .header-flex{
    right: -41%;
  }
  .header-insta{
    width: 30px;
    display: none;
  }
  .header-reserve{
    width: 50%;
  }
  #logo{
    margin-top: 1px;
    width: 50%;
    margin-left: 0px;
  }
  #bar{
    display: none;
  }
  .menu__line{
    background: #DE908E;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  #bar-sp{
    display: block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 10%;
    right: 5%;
    background-color: #ffffff;
    box-shadow: #33333327 1px 1px 10px;
  }
  .menu{
    right: 8px;
    width: 45px;
    top: 41%;

  }
  .gnav__wrap{
    top: 6%;
    left: 10%;
    /*align-items:center;
    justify-content: center;*/
  }
  .gnav__menu__item a{
    font-size: 4vw;
  }
  .kv{
    margin-top: 10.4%;
  }
  /*sp-top-wrapper*/


.news-wrapper{
  padding: 40px 0 200px ;
  background-image: url("../img/news-img1.png"),url("../img/news-img2.png"),url("");
  background-color: #fff;
/*background-size: 50%, 70%,100% 100%;*/
	background-size: 250px, 300px,100% 100%;
	background-position: bottom -30px left 10%,right -35% bottom -40%,bottom;
}
.news-box{
  width: 95%;
  margin: 0 auto;
}
.news-box h2{
  text-align: center;
  font-size: 6vw;
  margin-bottom: 50px;
}
.news-item{
  padding: 10px;
  font-size: 3.5vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.day{
  margin-right: 10px;

  padding: 5px 0;
    font-size: 3.5vw;
}
.category{
  width: 100px;
  padding: 5px 0;
  text-align: center;
  font-size: 3.5vw;

}
.view-more{
  font-size: 3.5vw;
}
.view-more span{
  margin-left: 10px;
}
.circle{
  width: 50px;
  height: 50px;
}
.top-title{
  height: 200px;
}
.top-title:after{
  height: 200px;
}
.top-title h2{
  font-size: 6vw;
}
.top-about-box{
  width: 90%;
  padding: 100px 0;
}
.top-about-item{
  width: 100%;
  height: 300px;
}
.top-about-item h3{
  font-size: 5vw;
}
.top-about-item p{
  font-size: 3.3vw;
  text-align: justify;
}
.access-box{
  background-image: url("../img/access-img.png"),url("");
  background-size: 120px ,100px;
  background-position: right bottom -80px;
}
.access-flex{
  width: 90%;
  flex-direction: column;
}
.access-left{
  width: 100%;
  margin-bottom: 30px;
}
.access-right{
  width: 100%;
}
.access-comment{
  width: 90%;
  margin: 0 auto;
  font-size: 3.5vw;
}
.circle2{
  width: 100px;
  height: 100px;
}
footer{
  padding: 80px 0 1px;
}
.footer-flex{
  width: 95%;
  flex-direction: column;
}
.footer-left{
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
}
.footer-right{
  width: 100%;
}
.footer-insta{
  width: 30px;
}
.footer-nav{
  display: none;
}
/*sp-page-news*/
.page-news-wrapper{
  background-color: #fff;
  background-image: initial;
  padding: 50px 0;
}
.page-news-box{
  width: 90%;
}
.page-news-item{
  width: 100%;
  margin: 0 0 40px;
}
.page-news-categories{
  font-size: 3vw;
}
.page-news-day{
  font-size: 3vw;
}
.page-news-title{
  font-size: 3vw;
}
/*sp-page-single*/
.page-single-box{
  width: 90%;
}
.single-title{
  font-size: 5vw;
}
.single-btn{
  width: 100%;
}
/*sp-page-about*/
.about-title{
  font-size: 5vw;
  background-color: initial;
}
.page-about-wrapper{
  background-image: initial;
  padding: 50px 0;
}
.page-about-box{
  width: 90%;
}
.page-about-inner h3{
  font-size: 4vw;
}
.page-about-img{
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.staff-box{
  background-image: initial;
  padding: 50px 0;
}
.staff-inner{
  width: 90%;
}
.staff-inner h3{
  font-size: 5vw;
  margin-bottom: 30px;
}
.staff-flex{
  flex-direction: column;
}
.staff-left{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.staff-right{
  width: 100%;
}
.director-comment{
  white-space: initial;
  font-size: 3vw;
}
.staff-name p{
  font-size: 3vw;
}
.director-name{
  font-size: 5vw !important;
}
.director-name span{
  font-size: 2vw !important;
}
.staff-comment{
  font-size: 4vw;
}
/*sp-page-policy*/
.page-policy-wrapper{
  background-image: initial;
  padding: 50px 0;
}
.page-policy-box{
  width: 90%;
}
.policy-comment{
  font-size: 5vw;
  text-align: justify;
}
.policy-comment2{
  width: 100%;
  font-size: 3.5vw;
}
/*page-sp-apointment*/

.apointment-comment{
  font-size: 4vw;
  margin-bottom: 30px;
}
.apointment-flex{
  margin-bottom: 30px;
}
.apointment-img{
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.apointment-comment2{
  font-size: 3.5vw;
}
/*sp-page-obstetrics*/
.obstetrics-wrapper{
  background-image: initial;
  padding: 50px 0;
}
.obstetrics-box{
  width: 90%;
}
.circle3{
  display: none;
}
.heading{
  margin-bottom: 30px;
}
.heading h2{
  font-size: 4vw;
}
.heading p{
  font-size: 3.5vw;
}
.nav-btn{
  width: 100%;
}
.nav-btn li{
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.nav-btn li a{
  font-size: 3vw;
}
.obstetrics-inner{
  margin-bottom: 50px;
}
.obstetrics-inner h3{
  font-size: 4.5vw;
}
.obstetrics-flex{
  flex-direction: column;
}
.obstetrics-left{
  width: 100%;
  margin-right: 0;
  order: 2;
  margin-top: 20px;
}
.obstetrics-left p{
  font-size: 3.5vw;
  line-height: 30px;
}
.obstetrics-right{
  width: 100%;
}
.obstetrics-left h4{
  font-size: 4vw;
  line-height: 3vh;
}
.obstetrics-p{
  font-size: 3.5vw;
  line-height: 3.5vh;
}
}
