@charset "utf-8";
/* CSS Document */
.kv {
  position: relative;
  padding: 10px 0 0 0;
}
header {
  padding: 0 10px;
}
h1 {
  margin: 10px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.kv_area {
  position: relative;
  margin: -25px auto 0;
}
.slick-next, .slick-prev {
  display: none !important;
}
.kv_area .wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.kv_area .kv_open {
  width: 40%;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.kv_area .kv_open img {
  width: 100%;
  max-width: 200px;
}
/* ==== お知らせ欄 ==== */
section#news {
  width: 100%;
  padding: 0 15px;
  margin: 50px 0 50pxpx;
}
#news h2 {
  padding: 10px;
  text-align: center;
}
#news h2 img {
  max-width: 300px;
}
#news dl {
  margin: 0 auto;
  padding: 20px 5px;
  max-height: 260px;
  overflow: auto;
  text-align: left;
  border-top: 2px solid #A6DFD6;
  border-bottom: 2px solid #A6DFD6;
}
section#news dl::-webkit-scrollbar {
  width: 10px;
}
section#news dl::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #F5EFE1;
}
section#news dl::-webkit-scrollbar-thumb {
  background: rgba(28, 172, 163, 0.8);
  border-radius: 10px;
  box-shadow: none;
}
#news dt {
  font-weight: bold;
  color: #1CACA3;
  padding: 0 10px 5px 10px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #CFCDCC;
}
#news dd {
  padding: 5px 10px 10px;
  margin-bottom: 10px;
}
#news dd *:last-child {
  margin-bottom: 0;
}
/* ==== 特長 ==== */
#feature {
  width: 100%;
  margin: 50px auto;
  padding: 0 15px;
  text-align: center;
}
#feature h2 {
  margin-bottom: 10px;
}
#feature h2 img {
  max-width: 350px;
  width: 100%
}
#feature ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: url("../images/feature_bg.png");
  border-radius: 30px;
  padding-bottom: 20px;
}
#feature li {
  border-radius: 10px;
  margin: 20px auto;
  min-width: 300px;
  width: 50%;
}
#feature dl > * {
  margin-bottom: 5px;
}
#feature dd {
  padding: 0 15px;
  margin-top: -20px;
}
#feature dd {
  text-align: justify;
  margin-bottom: 0;
  font-size: 15px;
}
/* 医院概要　 */
#overview {
  background:
    url("../images/common/line_s.png") top 20px center repeat-x, url("../images/common/line_s.png") bottom 20px center repeat-x, #fbfcdd;
  width: 100%;
  margin: 40px auto 30px;
  padding: 30px 15px;
}
#overview .wrapper {
  padding: 20px 0 10px;
}
#overview h2 {
  color: #14AC9F;
  border-bottom: #14AC9F 2px solid;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

#overview + figure.pc_none {
    margin: 0 2rem;
}
/*-------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  body {}
  .wrapper.flex_RLTB {
    margin: 0 auto;
  }
    
    
.kv .reserve ul:first-child{
    display: none;
}
  /* ==== キービジュアル ====*/
  .kv {
    position: static;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .kv_area {
    margin: 0px;
    padding: 10px 0 20px;
    max-width: 100%;
    min-width: 1170px;
  }
  .kv_area .wrapper {
    line-height: 0;
    width: 100%;
    max-width: 1400px;
    min-width: 1170px;
    margin-bottom: 10rem;
  }
  .kv_area nav {
    position: absolute;
    top: 0;
  }
  .kv_area .kv_open {
    position: absolute;
    top: 130px;
    left: 150px;
    width: 409px;
    bottom: auto;
    right: auto;
  }
  .kv_area .kv_open img {
    max-width: 409px;
  }
  .kv_area .kv_ornament {
    position: absolute;
    bottom: -6%;
    left: 0;
    width: 100%;
  }
  .reserve.sp_none {
    display: flex !important;
    position: absolute;
    flex-wrap: wrap;
    top: 130px;
    right: 50px;
    width: 400px;
    justify-content: center;
  }
  .reserve.sp_none figure {
    width: 47%;
    max-width: 200px;
  }
  /* 診療案内 */
  #trt {
    margin: 70px 0 150px;
  }
  #trt h2 {
    margin-bottom: 60px;
  }
  #trt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 20px -30px;
  }
  #trt ul li {
    width: 214px;
    text-align: center;
    margin: 0 20px 50px;
  }
  #trt ul li img {
    display: block;
    margin-bottom: 10px
  }
  #trt ul a {
    font-size: 20px;
    color: #3E3A39 !important;
  }
  /* ==== お知らせ欄 ==== */
  section#news {
    padding: 90px 10px 0px;
    background: url("../images/news_bg.png") no-repeat top center;
    height: 606px;
    margin: 0 0 0px;
    /*    border-top: #ededed 2px solid;
    border-bottom: #ededed 2px solid;
    width: 1170px;
    justify-content: space-between;
    margin-bottom: 60px;*/
  }
  section#news .wrapper {
    width: 1150px;
  }
  news h2 {
    margin-bottom: 20px;
  }
  #news h2 img {
    max-width: 416px;
  }
  #news dl {
    height: 300px;
    margin: 30px 0;
    padding: 45px 20px;
  }
  #news dt {
    font-size: 20px;
  }
  #news dd {
    margin-bottom: 40px
  }
  #news dl *:last-child {
    margin-bottom: 0;
  }
  #feature {
    margin: 0  !important;
    padding: 0 !important;
    background: url("../images/feature_bg.png");
  }
  #feature h2 {
    margin-bottom: 40px;
  }
  #feature h2 img {
    width: 100%;
    max-width: 1400px;
    min-width: 1170px;
  }
  #feature ul {
    background: none;
    justify-content: space-between;
  }
  #feature li {
    margin: 0 0 30px;
    width: 25%;
    min-width: 288px;
  }
  #feature li dd {
    font-size: 16px;
    font-weight: bold;
  }
  #overview {
    margin: 0 auto 90px;
    padding: 60px 0;
    background:
      url("../images/common/line_b.png") top 15px center repeat-x, url("../images/common/line_b.png") bottom 15px center repeat-x, #fbfcdd;
  }
  #overview .wrapper {
    padding: 15px 0;
  }
  #overview .flex_LRTB {
    margin: 0 15px;
    justify-content: space-between;
    align-items: flex-start;
  }
  #overview .detail {
    width: 610px;
  }
  #overview h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {
  .overview .detail {
    padding: 10px 0;
  }
}


.bnr_recruit{
	width: 100%;
	border:3px solid #ec638d;
	background: url(../images/bnr_recruit.jpg) #FFF0F5 no-repeat right / 70%;
	display: block;
    padding: 10px 10px;
	margin-left: auto;
	margin-right: auto;
}	
.bnr_recruit:hover{
	/*opacity: 0.7;
    filter: alpha(opacity=70);*/
}
.bnr_recruit .title {
    display: block;
    font-size: 2rem;
	display: block;
	color: #ec638d!important;
	font-weight: bold;
}
.bnr_recruit .txt {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #ec638d;
	display: block;
}
.bnr_recruit a {
    display: block;
    font-size: 1.5rem!important;
    font-weight: bold;
    color: #ec638d!important;
	display: block;
}
@media print, screen and (min-width: 46.875em) {
	.bnr_recruit{
		width: 600px;
		border:3px solid #ec638d;
		background: url(../images/bnr_recruit.jpg) #FFF0F5 no-repeat right / 70%;
		display: block;
		padding: 15px 20px;
		margin-left: auto;
		margin-right: auto;
	}	
	.bnr_recruit:hover{
		/*opacity: 0.7;
		filter: alpha(opacity=70);*/
	}
	.bnr_recruit .title {
		display: block;
		font-size: 3rem;
		display: block;
		color: #ec638d!important;
		font-weight: bold;
	}
	.bnr_recruit .txt {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		color: #ec638d;
		display: block;
	}
	.bnr_recruit a {
		display: block;
		font-size: 2rem!important;
		font-weight: bold;
		color: #ec638d!important;
		display: block;
	}

seciton.banners .flex_LRTB.half.txt_c {
    justify-content:center!important;
	column-gap:40px;
}
seciton.banners .flex_LRTB.half.txt_c > * {
    width: auto;
    margin-bottom: 40px;
}
}