@charset "utf-8";

/*====================================================================================================

  トップ

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  Main visual
  
----------------------------------------------------------------------------------------------------*/
#mainSlide-wrap > .slide_right > .slideTxt > h2{
  text-shadow : 
    2px  2px 2px rgba(235,230,218,0.1),
    -2px  2px 2px rgba(235,230,218,0.1),
    2px -2px 2px rgba(235,230,218,0.1),
    -2px -2px 2px rgba(235,230,218,0.1),
    2px  0px 2px rgba(235,230,218,0.1),
    0px  2px 2px rgba(235,230,218,0.1),
    -2px  0px 2px rgba(235,230,218,0.1),
    0px -2px 2px rgba(235,230,218,0.1);
    /*color: rgba(235,230,218,1.00)*/
}

@media print,screen and (min-width:641px){
    #mainSlide-wrap {
      height: 890px;
      position:relative;
      /* z-index: -1; */
    }
    
    #mainSlide-wrap > .slide_right{
      width: 100%;
      max-width: 860px;
      height: 890px;
      position: absolute;
      left: 0px;
      background: -moz-linear-gradient(left, #d9d0b9, #ebe6da); 
      background: -webkit-linear-gradient(left, #d9d0b9, #ebe6da); 
      background: linear-gradient(to right, #d9d0b9, #ebe6da);
    }
    
    #mainSlide-wrap > .slide_right > .slideTxt{
      position: absolute;
      left: 240px;
      top: 370px;
      z-index: 2;
    }
    
    #mainSlide-wrap > .slide_right > .slideTxt > h2{
      margin-bottom: 40px;
      font-weight: 300;
    }

    #mainSlide {
      width: 100%;
      max-width: 1220px;
      height: 726px;
      position: absolute;
      right: 160px;
      top:80px;
      z-index: 1;
      overflow:hidden;
      list-style:none;
    }

    #mainSlide .slide {
      width: 100%;
      max-width: 1220px;
      height: 726px;
      overflow:hidden;
      background-repeat: no-repeat;
	  background-position: top center;
	  background-size: cover;
    }
}

@media print,screen and (max-width:640px){
    #mainSlide-wrap {
      height: 600px;
      position:relative;
      background-color: #fcf ;
    }
    #mainSlide-wrap > .slide_right{
      width: 100%;
      max-width: 860px;
      height: 600px;
      position: absolute;
      left: 0px;
      background: -moz-linear-gradient(left, #d9d0b9, #ebe6da); 
      background: -webkit-linear-gradient(left, #d9d0b9, #ebe6da); 
      background: linear-gradient(to right, #d9d0b9, #ebe6da);
    }
    #mainSlide-wrap > .slide_right > .slideTxt{
      position: absolute;
      left: 20px;
      top: 240px;
      z-index: 2;
    }
    
    #mainSlide-wrap > .slide_right > .slideTxt > h2{
      /*margin-bottom: 40px;*/
	  margin-bottom: 20px;
      font-weight: 300;
    }

    #mainSlide {
      width: 100%;
      max-width: 640px;
      height: 480px;
      position: absolute;
      right: 0px;
      top:60px;
      z-index: 1;
      overflow:hidden;
      list-style:none;
    }

    #mainSlide .slide {
      width: 100%;
      max-width: 640px;
      height: 480px;
      overflow:hidden;
      background-repeat: no-repeat;
	  background-position: top center;
      background-size: cover;
    }
}

.slide--01{
  background-image: url("../image/mainvisual/main01.jpg?v=2");
}
.slide--02{
  background-image: url("../image/mainvisual/main02.jpg?v=2");
}
.slide--03{
  background-image: url("../image/mainvisual/main03.jpg?v=2");
}
.slide--04{
  background-image: url("../image/mainvisual/main04.jpg?v=2");
}


@media print,screen and (min-width:641px) and (max-width:1640px) {
  #mainSlide {
    max-width:980px;
    /*height: 584px;*/
    transition: .3s;
  }
}

@media print,screen and (min-width:641px) and (max-width:1400px) {
  #mainSlide {
    max-width: 740px;
    transition: .3s;
  }
}

@media print,screen and (min-width:641px) and (max-width:1160px) {
  #mainSlide {
    right: 0;
    transition: .3s;
  }
}
@media print,screen and (min-width:641px) and (max-width:1000px) {
  #mainSlide {
    width:calc(100% - 280px);
    right: 0;
    transition: .3s;
  }
    
  #mainSlide-wrap > .slide_right > .slideTxt{
    position: absolute;
    left: 20px;
    top: 370px;
    z-index: 2;
    transition: .3s;
  }
    
  #mainSlide .slide {
    background-position: center;
  }
}


/*----------------------------------------------------------------------------------------------------

開院前のお知らせ
  
----------------------------------------------------------------------------------------------------*/
.preinfo-txt{
  position: absolute;
  right: 0;
  bottom:0;
  /* background-color: #ef858c; */
  z-index: 1;
  /* padding: 30px 60px; */
}

.preinfo-txt a{
  display: block;
}
.preinfo-txt a{
  display: block;
  max-width: 500px;
}


.preinfo-txt span{
  font-size: 4.0rem;   
}

@media screen and (max-width:640px) {
    
  .preinfo-txt{
    bottom: -70px;
    /* padding: 15px 30px; */
  }

  .preinfo-txt span{
    font-size: 2.2rem;   
  }
    
}


/*----------------------------------------------------------------------------------------------------

  お知らせ
  
----------------------------------------------------------------------------------------------------*/
  
.to-cal-btn{
	background-color: #1d97cc;
	color: #fff!important;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	padding: 0.5em 0;
	
}

.info-hdline {
  font-weight: 300;
  margin-bottom: 12px;
  position: relative;

}

.info-cols-back {
  background: url("../image/info.jpg") left;
  /*height:764px;*/
  height:800px;
  width: 100%;
  max-width: 860px;
  margin-right: 60px;
  background-repeat: no-repeat;
}

/*.sub-ttl{
  display: block;
}*/

.en-sub-ttl span:not(:last-child){
  margin-right: 0.4em;
  white-space: nowrap;
  position: relative;
}

@media print,screen and (min-width:641px) {
	
	
    .info-cols {
      padding-top:180px;
      padding-bottom:120px;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between;
      align-items: flex-start;
    }
	
	.info-cols .inner{
		padding-right: 20px;
	}
    
    .info-hdline {
      margin-top: -12px;
    }

}

@media print,screen and (max-width:640px) {
    .info-cols {
      padding-top:0px;
      padding-bottom:0px;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      background: url("../image/info.jpg") left;
      /*height:500px;/*600px*/
      max-width: 860px;
      background-repeat: no-repeat;
      margin-top: 90px;
      margin-bottom: 60px;
    }

    .info-hdline {
      margin-top: 30px;
      margin-left: 20px;
    }

}

.info-cnt .inner ul li .caution{
  color: #ff4f4f;
} 
.info-cnt .inner ul li .date{
  color: #727272;
} 
.info-cnt .inner ul li p .info-cate{
  color:#ef858c;
  display: block;
} 
.info-cnt .inner ul li {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
} 

@media print,screen and (min-width:641px) {
  .info-cnt {
    margin-right: auto;
  }    
    
  .info-cnt .inner ul{
	  
	width:660px;
    height: 300px;
    padding:20px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
  } 
  .info-cnt .inner ul li .date{
    margin-right: 30px;
	white-space: nowrap;
  }
}


@media screen and (max-width:640px) {
    .info-cnt {
      width: 100%;
      background-color:rgba(255,255,255,0.5);
    }
    
    .info-cnt .inner {
      font-size:1em;
    }
    
    .info-cnt .inner ul{
      height: 290px;
      padding:30px 0 45px 20px;
      box-sizing: border-box;
    } 
    
    .info-cnt .inner ul li .date{
      margin-right: 10px;
      min-width: 80px;
    }
    
    .infoList {
      padding-bottom:2.5em;
    }
}

@media print,screen and (max-width:1000px) {
    .info-cols-back {
      display: none;
    }
	
	.info-cols .inner{
		/*padding-right: 0px;*/
	}
    
    .info-cnt {
      margin-left: auto;
      margin-right: auto;
    }  
}

@media screen and (max-width:800px) {
		.preview-box{
		padding:30px 20px 45px;
	}
	.info-hdline{
		padding-left: 20px;
	}
	
	.inner {
    padding-left: 20px;
		
}
	.info-cnt .inner ul{
	  width: 100%!important;
	max-width:660px!important;
  }
	
	    .info-cnt .inner ul{
      padding:30px /*0 45px*/ 20px;
	  margin-left: auto;
	  margin-right: auto;
      box-sizing: border-box;
    }
	
	.to-cal-btn{
	max-width: 640px;
	
}
}
@media screen and (max-width:640px) {
.info-hdline{
		padding-left: 0px;
	}
	
	.inner {
	padding-right: 20px;
    padding-left: 20px;
	}
	
	.preview-box h3, .preview-box dt{
	text-shadow:1px 1px 0 rgba(255,255,255,0.4),-1px 1px 0 rgba(255,255,255,0.4),1px -1px 0 rgba(255,255,255,0.4),-1px -1px 0 rgba(255,255,255,0.4);	
	}
}
/*----------------------------------------------------------------------------------------------------

求人（職種ごと）
  
----------------------------------------------------------------------------------------------------*/

.recruit-banner-box{
  display: flex;
  justify-content: space-between;
}

.recruit-banner-box a{
	display: block;
}
	
.recruit-banner-box a:nth-of-type(1){
  margin-right: 30px;
}

@media print,screen and (min-width:641px) {
  .recruit-banner-box{
    margin-top: 30px;
  } 	
	
  .recruit-banner-box a:nth-of-type(1){
    margin-right: 30px;
  }
}

@media print,screen and (max-width:640px) {
  .recruit-banner-box a:nth-of-type(1){
    margin-right: 0px;
  }
}

/*----------------------------------------------------------------------------------------------------

 top-intro　挨拶
  
----------------------------------------------------------------------------------------------------*/
.t_intro-hdline{
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.t_intro-hdline h4{
  font-weight: 300;
  margin-bottom: 12px;
}

.t_intro-col > .inner > p:last-child{
  text-align: right;
  margin-top: 12px;
}

@media print,screen and (min-width:641px) {
   .t_intro-hdline{
    margin-bottom: 80px;
  }
  .t_intro-col {
    padding-bottom:240px;
  }
}

@media screen and (max-width:640px) {
  .t_intro-hdline{
    margin-bottom: 40px;
  }
  .t_intro-col {
    padding-bottom:120px;
  }
    
}


/*--------------------------------------------------------------------------------
img-cnt・txt-cnt
--------------------------------------------------------------------------------*/
.img-cnt {
     width:100%;
  }
.txt-cnt {
     width:100%;
  }

.center-cols{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------------

 私達のクレド
  
----------------------------------------------------------------------------------------------------*/

.credo-col{
  padding-bottom:180px;
}
.credo-hdline{
  font-weight: 300;
  white-space: nowrap;
}

.credo-list li{
  list-style: none;
  width:100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
.credo-list li:nth-child(1){background-image: url("../image/credo/home-care.jpg")}
.credo-list li:nth-child(2){background-image: url("../image/credo/planning.jpg")}
.credo-list li:nth-child(3){background-image: url("../image/credo/functional-beauty.jpg")}
.credo-list li:nth-child(4){background-image: url("../image/credo/skill-infomation.jpg")}


.credo-list li .box{
  background-color: rgba(255,255,255,0.8);
  border-bottom: 2px solid #efebe2;
  position: absolute;
}

.credo-list li .box .en-sub-ttl{
  position: relative;
}

.credo-list li .box p{
  padding: 0px 20px;
  box-sizing: border-box;
}

.credo-list li .box p span{
  display: block;
  margin-bottom: 5px;
}

@media print,screen and (min-width:641px) {
  .credo-hdline{
    margin-right: 30px;
    margin-bottom: 12px;
  }
  .credo-col{
    /*padding-top:120px;
    padding-bottom:120px;*/
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-items:flex-start;
  }
    
  .credo-col .inner{
    width:100%;
    max-width: 1080px;
  }
    
  .credo-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap: wrap;
  } 
    
  .credo-list li{
    max-width: 504px;
    height:410px;    
  }
    
  .credo-list li:nth-child(-n+2){
    margin-bottom: 50px;
  }
    
  .credo-list li:nth-child(odd){
    margin-right: 30px;
  }
    
  .credo-list li .box{
    width: 398px;
    height: 212px;
    bottom: 0;
  }
    
  .credo-list li .box .en-sub-ttl{
    margin-top: -16px;
    margin-left: -2px;
  }
}

@media print,screen and (max-width:1300px){
  .credo-hdline{
    text-align: center;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
    
  .credo-col{
    flex-wrap: wrap;
  }
    
  .credo-col .inner{
    margin: 0 auto;
  }
    
  .credo-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  } 
    
  .credo-list li{
    margin-bottom: 50px;
  }
    
}

@media print,screen and (max-width:1130px){
  .credo-list li{
    margin-bottom: 50px;
    margin-right: 30px;
  }
    
  .credo-list li{
    max-width: 510px;
    height:410px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
    
  .credo-list li:nth-child(-n+2){
    margin-bottom: 50px;
  }
    
  .credo-list li:nth-child(odd){
    margin-right: 30px;
  }
    
  .credo-list li .box{
    max-width: 398px;
    height: 212px;
    bottom: 0;
  }
        
}

@media print,screen and (max-width:640px){
    
  .credo-list li:nth-child(odd){
    margin-right: 0px;
  }
 
  .credo-list li{
    margin-right: 0px;
  }
    
  .credo-list li .box .en-sub-ttl{
    margin-top: -10px;
    margin-left: -2px;
  }
        
}

/*----------------------------------------------------------------------------------------------------

 院長略歴
  
----------------------------------------------------------------------------------------------------*/
.profile-cols-back{
  background-color: #efebe2;
  padding: 80px 0;
  margin-bottom: 180px;
}


.t_profile-hdline {
  font-weight:300;
  margin-bottom: 30px;
  text-align: center;
}


.t_profile-cols > .inner > .img-cnt {
  background: url("../image/doctor.jpg") no-repeat center;
  background-size: contain;
}

.profile-list {
  max-width: 360px;
}

.profile-list dt{
  margin-bottom: 40px;
  position: relative;
  margin-top: -12px;
}

.profile-list dd{
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
}
.profile-list dd:not(:first-child){
  padding-top: 0px;
}


.profile-list dd:not(:last-child){
  border-left: 2px dashed #A6A6A6;
  margin-bottom: 0px;
  padding-bottom: 36px;
}

.profile-list dd::before{
  content: "●";
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  background-color: #3e3937;
  position: absolute;
  left: -16px;
  top: 0px;
}

.profile-list dd span{
  display: block;
}

@media print,screen and (min-width:641px) {
  .t_profile-cols > .inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    justify-content: center;
    align-items:flex-start;
  }
    
  .t_profile-cols > .inner > .img-cnt {
    max-width: 360px;
    height: 440px;
  }
    
  .profile-list {
    margin-left:40px;
  }
    
  .profile-list dd::before{
    padding-left: 6px;
    padding-bottom: 6px;
    width: 32px;
    height: 32px;
    left: -16px;
    top: 0px;
  }

}

@media print,screen and (max-width:640px) {
  .t_profile-cols > .inner > .img-cnt {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 360px;
    height: 360px;
  }
    
  .profile-list {
    min-width: 270px;
    width: 50%;
    margin-left:auto;
    margin-right:auto;
  }
    
  .profile-list dd::before{
    display: inline-block;
    padding-left: 6px;
    padding-bottom:4px;
    width: 24px;
    height: 24px;
    left: -12px;
    font-size: 1.2rem;
    top: 0px;
    line-height: 2;
  }
    
}

/*----------------------------------------------------------------------------------------------------

  医院情報
  
----------------------------------------------------------------------------------------------------*/

.cli-info-hdline {
  font-weight:300;
  margin-bottom: 40px;
}

.clinic-img{
    width: 100%;
    background: url("../image/cli-view.jpg") no-repeat top center;
    background-size: contain;
}

.cli-info-list{
  list-style: none;
  margin-bottom: 20px;
}

.cli-info-list li span{
  display: block;
  width:90px;
  margin-right: 10px;
}

.cli-info-list li{
  display: flex;
} 

.cli-info-list li:not(:last-child){
  margin-bottom: 5px;
} 

@media print,screen and (min-width:641px) {
    .clinic-img{
      /*height: 165px;*/
	  height: 212px;
      margin-bottom: 20px;
    }
    
    .cli-info-cols {
      /*padding-top:180px;*/
      padding-bottom:90px;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between;
      align-items:flex-start;
    }

    .map-cnt {
      min-width: 560px;
    }
    
    .tbl-cnt{
      width: 100%;
      max-width: 530px;
      min-width: 460px;
      margin-right: 30px;
    }
}

@media print,screen and (max-width:1100px) {
    .cli-info-hdline {
      text-align: center;
    }
    
    .cli-info-cols {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .cli-info-col.tbl-cnt{
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 90px;
    }

}

@media print,screen and (max-width:640px) {
    .clinic-img{
      height: 165px;
      height: calc(100vw*0.3);
      margin-bottom: 10px;
    }
    
    .cli-info-hdline {
      text-align: center;
    }
    
    .cli-info-cols {
      /*padding-top:180px;*/
      padding-bottom:90px;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between;
      align-items:flex-start;
    }
}

@media print,screen and (max-width:480px) {
    .clinic-img{
      height: 100px;
      height: calc(100vw*0.3);
      margin-bottom: 20px;
    }

}
/*----------------------------------------------------------------------------------------------------

診療日カレンダー
  
----------------------------------------------------------------------------------------------------*/


.calendar-hdline{
  font-weight: 300;
  margin-bottom: 30px;
}

.calendar-cols-back{
  background-color: #efebe2;
  padding: 60px 0 80px;
}
@media print,screen and (min-width:641px) {
    .calendar iframe{
height: 500px;
    }

}


@media print,screen and (max-width:640px) {
    .calendar iframe{
height: 400px;
    }

}

/*----------------------------------------------------------------------------------------------------

グーグルマップ
  
----------------------------------------------------------------------------------------------------*/
.g-map-col{
  padding-bottom: 0px;
  margin-bottom: 180px
}

/*----------------------------------------------------------------------------------------------------

当院の特徴
  
----------------------------------------------------------------------------------------------------*/
.feature-hdline{
  font-weight: 300;
  margin-bottom: 60px;
}

.feature-list{
  list-style: none;
  margin-bottom: 90px;
}

.feature-list li{
  position: relative;
}

.feature-list li:not(:last-child){
  margin-bottom:60px;
}

.feature-list li .img-box{
  position: relative;
}

.feature-list li .img-box img{
  position: absolute;
}

.feature-list li:nth-child(odd) .img-box img{
  right: 0;
}

.feature-list li:nth-child(even) .img-box img{
  left: 0;
}

.feature-list li .img-box::before{
  content: "";
  display: inline-block;
  background-color: #f6f4ee;
  position: absolute;
  bottom:0;
}

.feature-list li .txt-box{
  max-width: 610px;
  position: relative;
}

.feature-list li h3{
  position: relative;
  margin-top:-12px;
  margin-bottom: 5px;
}

.feature-list li p{
  width: 100%;
}

.feature-list li .txt-box::after{
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  background-image: linear-gradient(to right, #e2dbc9, #e2dbc9 2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 2px);
  background-size: 6px 2px;
  background-position: top;
  background-repeat: repeat-x;
  bottom: 30px;
}

.feature-list li p span{
  font-size: 10rem;
  position: absolute;
  bottom: -40px;
  color: #ECECEC;
  display: inline-block;    /* 変形するためのブロック化 */
  transform: scale(1.0, 1.2);   /* 変形 横,縦 */
  font-weight: lighter;
}

.feature-list li:nth-child(odd) p span{
  right: 0;
}

.feature-list li:nth-child(even) p span{
  left: 0;
}

.feature-list li:nth-child(odd) .txt-box::after{
  left: 0;
}

.feature-list li:nth-child(even) .txt-box::after{
  right: 0;
}

@media print,screen and (min-width:641px) {
  .feature-list li{
    display: flex;
  }
    
  .feature-list li .img-box{
    width: 420px;
    height: 386px;
  }
    
  .feature-list li .img-box::before{
    width: 350px;
    height:316px;
  }
    
  .feature-list li:nth-child(odd) .img-box {
    margin-left: 50px;
    margin-right: auto;
  }

  .feature-list li:nth-child(even) .img-box {
    margin-right: 50px;
    margin-left: auto;
  }
    
  .feature-list li:nth-child(odd) .img-box::before{
    left: 0;
  }

  .feature-list li:nth-child(even) .img-box::before{
    right: 0;
  }
   
  .feature-list li .txt-box{
    height: 420px;
  }    

  .feature-list li:nth-child(2) .txt-box{
    height: 500px;
  }    
    
  .feature-list li .txt-box::after{
    width:75%;
  }
}

@media print,screen and (max-width:1100px){
  .feature-hdline{
    text-align: center;
  }
  .feature-list li{
    display: flex;
    justify-content: center;  
    margin-bottom: 90px;
  }
    
  .feature-list li:nth-child(odd){
    flex-wrap: wrap-reverse;
  }

  .feature-list li:nth-child(even){
    flex-wrap: wrap;
  }
    
  .feature-list li .img-box {
    margin-bottom: 90px;
    width: 420px;
    height: 300px;
  }
    
  .feature-list li .img-box::before{
    bottom:-60px;
  }
    
  .feature-list li:nth-child(odd) .img-box {
    /*margin-left: auto;
    margin-right: auto;*/
	margin-left: 50px;
	margin-right: 50px;
  }

  .feature-list li:nth-child(even) .img-box {
    /*margin-right: auto;
    margin-left: auto;*/
	margin-left: 50px;
	margin-right: 50px;
  }
    


}


@media print,screen and (max-width:640px){
  .feature-list li .img-box {
    margin-bottom: 30px;
  }
  .feature-list li:nth-child(odd) .img-box {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-list li:nth-child(even) .img-box {
    margin-right: auto;
    margin-left: auto;
  }
    
  .feature-list li .img-box::before{
    bottom:-50px;
    z-index: -1;
  }
    
  .feature-list li .img-box::before{
    width: 122px;
    height:110px;
    bottom: -90px;
    transform: translateY(-50%);
  }
    
  .feature-list li:nth-child(odd) .img-box::before{
    left: 0%;
  }

  .feature-list li:nth-child(even) .img-box::before{
    right: 0%;
  }

  .feature-list li .txt-box{
    /*height: 320px;*/
	 height: 420px;
  }     
    

  .feature-list li:nth-child(2) .txt-box{
    height: 500px;
  } 
  .feature-list li .txt-box::after{
    width:65%;
  }
}

@media print,screen and (max-width:480px){
  .feature-list li .img-box::before{
    width: 3px;
    height:316px;
  }
    
  .feature-list li:nth-child(odd) .img-box::before{
    bottom:-40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .feature-list li:nth-child(even) .img-box::before{
    bottom:-40px;
    right: 50%;
    transform: translateX(-50%);
  }
    
}
 

/*----------------------------------------------------------------------------------------------------

  医院設計　（5つ）
  
----------------------------------------------------------------------------------------------------*/
.cli-design-cols{
  background-color: #f9f7f3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cli-design-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cli-design-list li{
  margin-bottom: 60px;
}

.cli-design-list li:nth-child(n+2){
  width: calc(50% - 25px);
}

.cli-design-list li:nth-child(2n){
  margin-right: 50px;
}

.cli-design-list li .img-box{
  margin-bottom: 20px;
}

.cli-design-list li dt {
  margin-bottom: 10px;
}


@media print,screen and (min-width:641px) {

}

@media print,screen and (max-width:900px) {
    
  .cli-design-list li.center-cols{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 90px;
  }

  /*.cli-design-list li.center-cols img{
    max-width: 600px;
    height: 100%;
    max-height: 312px;
    object-fit: cover;
  }*/
    
  .cli-design-list li:nth-child(n+2){
    width: 100%;
    max-width: 600px;
    margin: 0 auto 90px;
  }
    
}
/*----------------------------------------------------------------------------------------------------

　予約について・支払い
  
----------------------------------------------------------------------------------------------------*/
.reserve-pay-cols {
    text-align: center;
    background-color: #a68b62;
    padding-top: 80px;
    padding-bottom: 80px;
}

  .reserve-pay-cols .inner{
    display: flex;
  }

.reserve,
.payment{
    box-sizing: border-box;
    border: 2px solid #bfac8e;
    background-color: #af9772;
    padding-top: 30px;
    padding-bottom: 30px;
}

.reserve dt,
.payment dt{
    margin-bottom: 20px;
}

.reserve dd:first-of-type,
.payment dd:first-of-type{
    margin-bottom: 20px;
}

@media print,screen and (min-width:641px) {
  .reserve-pay-cols .inner{
    justify-content: space-between;
  }
    
  .reserve,
  .payment{
    width: calc(50% - 25px);
  }
    
 .reserve{
    margin-right: 50px;
  }
}

@media print,screen and (max-width:1000px) {
  .reserve-pay-cols .inner{
    justify-content: center;
    flex-wrap: wrap;
  }
    
  .reserve,
  .payment{
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
    
  .reserve{
    margin-right: 0px;
    margin-bottom: 40px;
  }
 
}

.reserve a{
    padding: 10px 40px;
    border: solid 2px #efebe2;
    border-radius: 30px;
    color: #3e3937;
    text-decoration: none;
    background-color: #bfac8e;
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

.reserve a:nth-child(2){
margin-top: 1em;
	border: solid 2px #bfac8e;
	 background-color: #efebe2;
}

/*----------------------------------------------------------------------------------------------------

  Blog
  
----------------------------------------------------------------------------------------------------*/

.sec-blog {
  background-color:#f9f7f3;
}

.blog-hdline{
  text-align: center;
　font-weight:300;
}

.blog-cont {
  position:relative;
}

.blog-link {
  position:absolute;
  right:0;
  bottom:-60px;
}

.blog-hdline .ff-min {
  display:inline-block;
  margin-left:1em;
  vertical-align:baseline;
}

.blog {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.blog a,
.blog a:visited,
.blog a:hover { color:inherit; text-decoration:none; }
.ua-pc .blog a:hover .ttl { text-decoration:underline; }

.blog li a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.blog li .photo {
  margin-bottom:1em;
}

.blog li .cate {
  color:#999;
  font-size:0.88em;
  display:inline-block;
  margin-top:0.25em;
}


@media print,screen and (min-width:641px) {
  .sec-blog {
    /*padding-top:96px;
    padding-bottom:112px;
    margin-bottom:120px;*/
    padding-top:120px;
    padding-bottom:180px;
  }
    
  .blog {
    margin-left:-12px;
    margin-right:-12px;
  }

  .blog li {
    width:25%;
    padding:0 12px;
    margin-top:56px;
  }
  
  .blog li .photo {
    height:280px;
  }
}

@media print,screen and (min-width:641px) and (max-width:1380px) {
  .blog li .photo {
    height:-webkit-calc(280 / 1380 * 100vw);
    height:calc(280 / 1380 * 100vw);
    min-height:210px;
  }
}

@media screen and (max-width:640px) {
  .sec-blog {
    padding-top:4.5em;
    padding-bottom:6.5em;
    /*margin-bottom:-webkit-calc(260 / 640 * 100vw);
    margin-bottom:calc(260 / 640 * 100vw);*/
  }
  
  .blog {
    margin-left:-2%;
    margin-right:-2%;
  }
  
  .blog li {
    width:50%;
    padding:0 2%;
    margin-top:2.5em;
  }
  
  .blog li .photo {
    height:-webkit-calc(250 / 640 * 100vw);
    height:calc(250 / 640 * 100vw);
    min-height:125px;
  }
}

/*----------------------------------------------------------------------------------------------------

foot-gallery-col
  
----------------------------------------------------------------------------------------------------*/

#foot-gallery-col {
  width: 100%;
  padding-top: 0px;
  padding-bottom:0px;
  background: -moz-linear-gradient(top, #f9f7f3, #fff); 
  background: -webkit-linear-gradient(top, #f9f7f3, #fff); 
  background: linear-gradient(to bottom, #f9f7f3, #fff);
}

#footSlide li{
  margin: 0;
} 

@media print,screen and (max-width:640px) {
#foot-gallery-col {
  width: 100%;
  /*padding-top: 40px;
  padding-bottom:40px;*/
}

#footSlide li{
  margin: 0;
} 
}


/*----------------------------------------------------------------------------------------------------

背景固定
  
----------------------------------------------------------------------------------------------------*/

.js-parallax {
	width: 100%;
	background-attachment: fixed;
}

@media screen and (max-width: 750px) {
	.js-parallax {
		background-size: cover;
		background-attachment: scroll;
	}
}


/*----------------------------------------------------------------------------------------------------

ラインで
  
----------------------------------------------------------------------------------------------------*/

.join-us-list{
  padding-left: 1em;
  text-indent: -1em;
}

.line-box dt{
  font-weight: 400;
}

.line-box:first-of-type{
  margin-bottom: 20px;
}

@media print,screen and (min-width:641px) {
  .line-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
  }

  .line-box dl{
    /*max-width: 320px;*/
    margin-right: 10px;
  }
	
	.join-us-list dd{
		max-width: 400px;
	}
	
	.t_line-col{
		/*margin-bottom: 180px;*/
	}
}

@media print,screen and (max-width:640px) {
  .line-box{
    text-align: center;
  }
	
  .line-box dt{
    margin-bottom: 10px;
  }
	
	.join-us-about dd:last-of-type{
    margin-bottom: 10px;
  }
	
	.join-us-list dd:last-of-type{
    margin-bottom: 20px;
  }
	
  .join-us-list dd{
    text-align: left;
  }
	
  .t_line-col{
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------------------------------------------------------

ラインで
  
----------------------------------------------------------------------------------------------------*/

@media print,screen and (min-width:641px) {
	.web-reserve{
		margin-bottom: 50px;
	}
}

@media print,screen and (max-width:640px) {
	.web-reserve{
		margin-bottom: 60px;
	}	
}

@media print,screen and (min-width:641px) {
	.job{
		margin-bottom: 90px;
	}
	.job .sp-none{
		display:block;
	}
	.job .pc-none{
		display: none;
	}
}

@media print,screen and (max-width:640px) {
	.job{
		margin-bottom: 60px;
	}
	.job .sp-none{
		display: none;
	}
	.job .pc-none{
		display: block;
	}
}

.top-cta-box {
	max-width: 760px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media print,screen and (max-width:780px) {
	.top-cta-box {
		padding-left: 30px;
		padding-right: 30px;
	}
}


.prevention-gallery{
  display: grid;
}

@media screen and (min-width:641px) {
  .prevention-hdline{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .prevention-gallery{
    margin: 40px 0 160px;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width:640px) {
  .prevention-hdline{
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .prevention-gallery{
    /* margin: 40px 0 80px; */
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
}



div.movie-box {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
  background: #e6e6e6;/*余白の背景色*/
  }
  video.vid_main {
  width: 100%;
  max-width: 900px;/*PC版での最大幅*/
  }

/* @media screen and (min-width:641px) {
  .movie-box{
    margin: 40px auto 160px;
  }
}

@media screen and (max-width:640px) {
  .movie-box{
    margin: 40px auto 80px;
  }
} */



@media screen and (min-width:641px) {
  .top-gbt{
    margin: 80px auto 100px;
  }
}

@media screen and (max-width:640px) {
  .top-gbt{
    margin: 40px auto 60px;
  }
} 