
/*単体ページ用 イメージありタイトル*/
.fv_category.single{
  height: 200px;
  overflow: hidden;
  position: relative;
}

.fv_category.single picture{
  display: block;
  height: 200px;
  width: 110%;
  overflow: hidden;
}
.fv_category.single picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv_category .heading_single {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
}
.heading_single_jp{
  display: block;
  margin-left: -0.2em;
}
.heading_single .small_en{
  font-size: 16px;
  display: block;
  color: #bb9f5b;
}
/*単体ページ用 イメージありタイトル*/

/*---single  common---*/
.single_ttl{
    font-size: 28px;
    margin-bottom: 8px;
}
.single_con{
margin-bottom: 60px;
}

.mini_att{font-size:14px;
padding-left: 4.5%;}
/*---common single--*/


/*---doctor-schedule----*/
.doctor-schedule_sc {
    border: solid 4px #bb9f5b;
    padding: 40px 5%;
    margin: 40px auto 25px;
    width: 80%;
}

.doctor-schedule_attend {
  background: #faf8f2;
  padding: 30px 5% 40px;
  margin: 60px auto;
	    width: 80%;
}

.single_ttl3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #bb9f5b;
}
.attend_list {
  margin: 10px 0;
}
.sche_time{
	margin: 15px auto 0;
	display: flex;
	width: 90%;
}
.sche_time .time_detail .att{
	font-size: 14px;
	}
.sche_time h4{
	padding-right: 20px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #2682c8;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}




