@charset "utf-8";
/* CSS Document */
/* ==== キービジュアル ====*/
.kv_area {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 3rem;
}
.kv_area .kv_open figure {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
}
.slick-next, .slick-prev {
    display: none!important;
}
	.bnr_notice {
		width:95%;
		max-width:49rem;
  margin: 0 auto 2rem;
	}
.kv_main {
	max-width:500px;
	margin:auto;
}
#toppage #feature h2, #toppage #news h2 {
  text-align: center;
  margin: 1rem 0;
  padding: 6.5rem 0 0;
  background: url("../images/index_h2.png") no-repeat center top;
  width: 100%;
  font-size: 3rem;
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #7A6A5C;
	line-height: 1;
}
#toppage #feature h2 span, #toppage #news h2 span {
  display: block;
  color: #B0A397;
  font-size: 2rem;
	font-weight: normal;
}
/* ==== お知らせ欄 ==== */
section#news {
  width: 100%;
  margin: 3rem auto;
  background: #F9F9F9;
  padding: 3rem 1rem;
}
section#news .wrapper {
  background: url("../images/news_bg.png") no-repeat bottom center;
  background-size: 30rem auto;
}
section#news dl {
  padding: 1rem;
  border-top: 0.2rem solid #B0A397;
  border-bottom: 0.2rem solid #B0A397;
}
#news dt {
  font-weight: bold;
  color: #7A6A5C;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #B0A397;
  font-size: 1.8rem;
}
#news dd {
  padding: 0.5rem 1rem 1rem;
  margin-bottom: 1rem;
}
#news dd *:last-child {
  margin-bottom: 0;
}
#news dl {
  margin: 1rem auto;
  max-height: 25rem;
  overflow: auto;
  text-align: left;
  padding: 0.5rem;
}

.sns {
	width:90%;
	margin:3rem auto 0;
	justify-content: space-around;
}
.sns figure {
	margin-bottom: 2rem;
	text-align: center;
}
.sns figure a {
	margin:0 auto;
}

.online_reservation{
	text-align: center;
	margin-top: 20px;
}

/* ==== 特長 ==== */
#feature ul {
  margin: 0.5rem 0.5rem 1rem 1rem;
}
#feature li {
  margin: 0 auto 6.5rem;
  max-width: 50rem;
}
#feature li dt {
  text-align: center;
}
#feature li dd {
  text-align: justify;
}
#feature li .btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-top: 2rem;
  font-weight: bold;
  border-left: none;
  border-right: none;
  border-top: 0.1rem solid #7A6A5C;
  border-bottom: 0.1rem solid #7A6A5C;
  border-radius: 0;
  font-size: 1.1rem;
}
#feature li .btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: bold;
  padding-right: 0.5rem;
}
/* ==== 医院概要 ==== */
.overview {
  width: 100%;
  padding: 2.5rem 1.5rem 0;
}
.overview h2 {
  margin: 0 0 2rem;
  border-bottom: 0.2rem solid #7A6A5C;
  font-size: 2.8rem;
  line-height: 1;
  padding: 0.5rem 0.5rem 1.5rem 0.7rem;
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #7A6A5C;
}
.overview h2 img {
  vertical-align: text-bottom;
  padding-bottom: 0.3rem;
  display: inline-block;
}
.overview .detail {
  margin: 0 0 2rem;
}
.overview dl {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.overview dt {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.overview dt p {
  background: #7a6a5b;
  color: #fff;
  padding: 0.4rem;
  border-radius: 5px;
  text-align: center;
}
.overview dd {
  margin: 0 0 1.5rem;
  padding: 0.2rem 0 0 1rem;
  width: 100%;
}
.overview .btn_sim {
  border-radius: 3rem;
  padding: 0.5rem 3rem;
}
.overview .payment {
  text-align: center;
	margin-top: 20px;
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  header .wrapper {
    padding: 0 4rem;
  }
  /* ==== キービジュアル ====*/
  .kv_area {
    margin: 0 auto;
    width: 100%;
    min-width: 117rem;
    min-height: 38rem;
    background: #EFE9D9;
    position: relative;
  }
  .kv_main {
    width: 117rem;
	  max-width:inherit;
    margin: 0 auto;
    position: relative;
    padding-top: 8.5rem;
    background: #fff;
  }
  .kv_main > img {
    display: block;
  }
  .kv_area .kv_open {
    position: absolute;
    bottom: 5rem;
    right: 5rem;
    text-align: right;
  }
  .kv_area .kv_open img {
    max-width: 49.3rem;
    width: 100%;
  }
	.bnr_notice {
		max-width:100rem;
  margin: 5rem auto 3rem ;
	}
	
  main {
    width: 100%;
    min-height: 117rem;
    margin: 6rem auto;
    padding: 0;
  }
  #feature {
    margin-bottom: 5rem;
  }
  #feature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0.5rem 0;
  }
  #feature ul li {
    width: 25rem;
    margin-bottom: 5rem;
    position: relative;
  }
  #feature ul li dl {
    margin-bottom: 5rem;
  }
  #feature ul li .btn {
    bottom: 0;
    position: absolute;
  }
  /* ==== お知らせ欄 ==== */
  section#news {
    margin: 0 auto 5rem;
    min-width: 100rem;
    padding: 4rem 0 6rem;
  }
  section#news .wrapper {
    width: 100rem !important;
    background: url("../images/news_bg.png") no-repeat top right;
    background-size: auto;
  }
  #news dl {
    min-height: 30rem;
    max-height: 35rem;
  }
	
	
.overview .flex_LRTB.sns {
	width:70%;
	margin:5rem auto 0!important;
	justify-content: space-around;
}
	.overview .flex_LRTB.sns figure {
		margin-bottom:0;
	}
	
.online_reservation{
	text-align: center;
	margin-bottom: 50px;
}	

	
  /* ==== 診療内容 ==== */
  #treatment {
    width: 100rem;
    margin: 0 auto 5rem;
    background: #FAF6ED;
    border-radius: 2rem;
    padding: 5rem 5rem 0;
  }
  #treatment h2 {
    font-size: 2.8rem;
    font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #7A6A5C;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/treatment_h2.png") no-repeat center bottom #fff;
    height: 5.5rem;
    line-height: 1;
    padding-top: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
  }
  #treatment h2 + div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  
    /* display: flex;
    justify-content: space-between; */
  }
  #treatment h2 + div > ul {
    /* width: 23%; */
  }
  #treatment h2 + div > ul > li {
    margin-bottom: 4rem;
    min-height: 96px;
  }
  #treatment h2 + div > ul > li > a {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 2.3rem;
    margin-bottom: 1rem;
    font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  #treatment ul img {
    display: block;
    margin: 0 auto 0.5rem;
  }
  #treatment h2 + div > ul > li li {
    margin-left: 3rem;
  }
  #treatment h2 + div > ul > li li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding-right: 4px;
    font-weight: bold;
  }
    
    
  /* ==== キャッシュレス決済 ==== */
  #cashless {
    width: 100rem;
    margin: 0 auto 20rem;
    border: 3px solid #C0E2D5;
    border-radius: 2rem;
    padding: 0;
    padding: 5rem 5rem;
  }
    #cashless > div.wrapper {
    width: 100rem;
    max-width: 100%;
    }
    .card-box {
    width: 74%;
    margin: 0 auto;
    }
  /* ==== 医院概要 ==== */
  .overview {
    width: 100%;
    min-width: 117rem;
    margin: 0 auto 13rem;
    padding: 0;
    color: #595757;
  }
  .overview .wrapper {
    margin: 0 auto;
  }
  .overview .flex_LRTB {
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }
  .overview .detail {
    padding: 0;
    width: 59rem;
  }
  .overview .detail dl {
    padding: 0;
    margin: 0 0 3rem 0.7rem;
  }
  .overview .detail dt {
    width: 6em;
    margin-bottom: 1.5rem;
    text-justify: inter-ideograph;
    font-size: 1.5rem;
  }
  .overview .detail dd {
    width: calc(100% - 6em);
    padding-left: 1rem;
    font-size: 1.9rem;
  }
  .overview .timetable {
    width: 57rem;
    margin: 0 auto;
  }
  .overview .payment{
    text-align: center;
    margin-bottom: 50px;
  }	
    
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {}