@charset "UTF-8";
/* 
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

	.top_doctor

==================================================================*/
.top_doctor {
  position: relative;
}

.top_doctor::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - (50% - 600px));
  /*min-width: 1200px;*/
  height: 595px;
  background-color: #def3fb;
  content: "";
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .top_doctor::after {
    height: 385px;
  }
}

.top_doctor .box1 {
  width: 1100px;
  padding-right: 100px;
}

/* .top_doctor .box1 .tit02{
margin-bottom: 30px;
} */
.top_doctor .box1 .tit02 span {
  line-height: 3;
}

.doctor_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.doctor_flex .text {
  position: relative;
  width: 49%;
  padding: 0 0 58px 60px;
  margin-bottom: 0;
  color: #333333;
  font-size: 17px;
  line-height: 2.2;
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
}

.doctor_flex .text p {
  margin-bottom: 42px;
}

.doctor_flex .text p:nth-child(2) {
  margin-bottom: 33px;
}

.doctor_flex .text p:nth-child(2) + .btn02 {
  text-align: right;
}

.top_doctor_img {
  /*width: 500px;*/
  width: 390px;
  position: absolute;
  right: 0;
  /*top: -225px;*/
  top: -125px;
}

.top_doctor_img p img {
  width: 100%;
  height: auto;
}

.top_doctor_img p {
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
  color: #333333;
  line-height: 30px;
  font-size: 17px;
  text-align: left;
  margin-bottom: 20px;
}

.top_doctor_img p span {
  font-size: 23px;
  display: block;
}

.top_doctor .top_doctor_heading {
  margin-bottom: 140px;
}

.top_doctor .doctor_flex .tit02 {
  font-size: 30px;
  margin-bottom: 30px;
}

.top_doctor_book {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 98px;
  height: 145px;
}
@media screen and (max-width: 640px) {
  .top_doctor_book {
    inset: auto 0 -110px 0;
    margin: auto;
  }
}
.top_doctor_book img {
  width: 100%;
  height: auto;
}

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

	.top_feature

==================================================================*/
.top_feature {
  background: url("../images/feature_bg.png");
  padding: 190px 0 0;
}

.top_feature .box1 {
  margin-bottom: 0;
}

.top_feature .tit02 {
  margin-bottom: 45px;
}

.top_feature .box2 {
  display: flex;
  padding-bottom: 64px;
  margin-bottom: 0;
  background: #fff;
}

.top_feature-after + div {
  height: 300px;
  background: url("../images/feature_bottom.png") center no-repeat;
  background-size: cover;
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.4);
}

.top_feature .item {
  width: 25%;
}

.top_feature .item_img {
  background: url("../images/feature01.png") top center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

.top_feature .item:nth-child(2) .item_img {
  background: url("../images/feature04.png") top center no-repeat;
}

.top_feature .item:nth-child(3) .item_img {
  background: url("../images/feature02.jpg") center center no-repeat;
}

.top_feature .item:nth-child(4) .item_img {
  background: url("../images/feature03.jpg") center center no-repeat;
}

.top_feature .tem_img img {
  position: absolute;
  left: 0;
  top: 0;
}

.top_feature .item_label {
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
  color: #333333;
  padding-top: 22px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.top_feature-after + div {
  height: 300px;
  background: url("../images/feature_bottom.png") center no-repeat;
  background-size: cover;
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.4);
}

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

	.top_feature-after

==================================================================*/
.top_feature-after {
  padding: 60px 0;
}
.top_feature-after .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.top_feature-after .item {
  width: 260px;
  text-align: center;
}
.top_feature-after .item .eng_btn a {
  width: 250px !important;
}

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

	.top_message

==================================================================*/
.top_message {
  padding: 60px 0;
}
.top_message .top_message_inner {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.top_message .title {
  position: relative;
  width: fit-content;
  text-align: center;
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
  font-size: 34px;
  margin: 0 auto 40px;
  padding: 10px 40px;
}
@media screen and (max-width: 640px) {
  .top_message .title {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.top_message .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #0068b7;
  border-left: 1px solid #0068b7;
}
.top_message .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
}
.top_message p {
  line-height: 2;
}
.top_message .sub-title {
  margin-bottom: 10px;
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
  font-weight: bold;
  color: #0068b7;
}

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

	.top_medical

==================================================================*/
.top_medical {
  background: url("../images/medical_bg.png") bottom center no-repeat;
  background-size: cover;
  padding: 110px 0 180px;
}

.top_medical .box1 {
  margin-bottom: 0;
}

.top_medical .tit02 {
  margin-bottom: 48px;
}

.top_medical .text p {
  text-align: center;
}

.top_medical_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top_medical_list a {
  display: block;
  width: 27%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/btn1.png") center no-repeat;
  background-size: contain;
}

.top_medical_list a:nth-child(2) {
  background: url("../images/btn2.png") center no-repeat;
}

.top_medical_list a:nth-child(3) {
  background: url("../images/btn3.png") center no-repeat;
}

.top_medical_list a:nth-child(4) {
  background: url("../images/btn4.png") center no-repeat;
}

.top_medical_list a:nth-child(5) {
  background: url("../images/btn6.png") center no-repeat;
}

.top_medical_list a:nth-child(6) {
  background: url("../images/btn1.png") center no-repeat;
}

.top_medical_list a:hover {
  transition: 0.25s ease-out;
  transform: translateY(-1em);
}

.top_medical_list a:hover img {
  opacity: 1;
}

.top_medical_list a:hover dd {
  transition: 0.25s ease-out;
  color: #fff;
}

.top_medical_list a img {
  width: auto;
  height: auto;
}

.top_medical_list dl {
  width: 100%;
}

.top_medical_list dl dt {
  padding-top: 43px;
  padding-bottom: 20px;
}

.top_medical_list dl dd {
  font-family: "Cardo", serif;
  color: #5fccfb;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 40px;
}

/*.top_medical_list a:nth-of-type(4) dl dd,
.top_medical_list a:nth-of-type(5) dl dd,
.top_medical_list a:nth-of-type(6) dl dd{
	line-height: 30px;
}
.top_medical_list a:nth-of-type(5) dl dd span{
	line-height: 21px;
}*/
.top_medical_list dl dd h3 {
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
}

.top_medical_list a:nth-of-type(5) dl dd h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.top_medical_list a:nth-of-type(4) dl dd h4,
.top_medical_list a:nth-of-type(6) dl dd h4 {
  font-size: 20.5px;
  line-height: 1.2;
  margin-bottom: 5px;
}

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

	.top_medical2

==================================================================*/
.top_medical2 .text p {
  text-align: center;
}

.top_medical2_list a {
  display: block;
  float: left;
  width: 120px;
  margin-right: 17.14px;
  margin-bottom: 20px;
  text-align: center;
}

.top_medical2_list a:last-child {
  margin-right: 0;
}

.top_medical2_list dl {
  width: 100%;
}

.top_medical2_list dl dt {
  margin-bottom: 7px;
}

.top_medical2_list img {
  width: 100%;
  height: auto;
}

.top_medical2_list dl dd {
  font-weight: bold;
}

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

	.top_medical3

==================================================================*/
.top_medical3 .text p {
  text-align: center;
}

.top_medical3_list li {
  float: left;
  width: 120px;
  margin-right: 17.14px;
  margin-bottom: 20px;
  text-align: center;
}

.top_medical3_list li:last-child {
  margin-right: 0;
}

.top_medical3_list img {
  width: 100%;
  height: auto;
}

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

	.top_medical4

==================================================================*/
.top_medical4 {
  padding-top: 80px;
}

.top_medical4_list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_medical4_list dl {
  position: relative;
  width: 270px;
  text-align: center;
  margin-bottom: 30px;
}

.top_medical4_list a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.top_medical4_list dt img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

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

	$doctor

==================================================================*/
#doctor .top_doctor::after {
  height: calc(100% - 165px);
}
#doctor .tit02 {
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  #doctor .tit02 {
    padding-left: 0;
  }
}
#doctor .doctor_flex .text {
  padding: 0 0 58px 40px;
}
@media screen and (max-width: 640px) {
  #doctor .doctor_flex .text {
    padding: 0 0 0px 0px;
  }
}
#doctor .top_doctor_img p {
  text-align: center;
}
#doctor .tb03 th {
  font-weight: normal;
}

.doctor_carr {
  display: flex;
  flex-wrap: wrap;
}

.doctor_carr h4.tit01 {
  margin-bottom: 7px;
}

.doctor_carr_sec1 {
  width: 40%;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #def3fb;
}

.doctor_carr_sec1:last-child {
  margin-right: 0;
}

.doctor_carr .tb02 td,
.doctor_carr .tb02 th {
  border-bottom: 1px solid #fff;
}

.doctor_carr_sec1 table {
  width: 100%;
}

.career_list .list03 li {
  padding: 5px 0 10px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.career_list .list03 li::before {
  top: 16px;
  left: 12px;
}

.career_list .tb03 th,
.career_list .tb03 td {
  text-align: left;
}

.staff-list__row {
  overflow: hidden;
}
.staff-list__img {
  float: left;
  margin: 0 60px 60px 0;
}
@media screen and (max-width: 640px) {
  .staff-list__img {
    float: none;
    text-align: center;
    margin: 0 0px 30px 0;
  }
}
.staff-list__img figcaption {
  padding: 10px 0;
  text-align: center;
  font-family: "Toppan Bunkyu Mincho R JIS2004", "Noto Serif JP", serif;
}
.staff-list .tit01 {
  text-align: left;
  line-height: 1.6;
}

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

	.news_sche

==================================================================*/
#news_sche {
  position: relative;
  /*お知らせと診療時間の大枠*/
  background: url("../images/news_bg.png") center no-repeat;
  background-size: cover;
  padding: 100px 0 110px;
}

.top_news + .box1 {
  position: relative;
  margin-bottom: 0;
}

.top_news + .box1 .box1_inner {
  display: flex;
  justify-content: center;
}

.top_news + .box1 .schedule {
  width: 540px;
  margin-bottom: 0;
}

.top_news + .box1 .schedule table tr:first-child th,
.top_news + .box1 .schedule table tr:first-child td {
  background-color: #024d86;
}

.top_news + .box1 .schedule table tr:nth-child(2) th,
.top_news + .box1 .schedule table tr:nth-child(2) td,
.top_news + .box1 .schedule table tr:nth-child(3) th,
.top_news + .box1 .schedule table tr:nth-child(3) td,
.top_news + .box1 .schedule table tr:nth-child(4) th,
.top_news + .box1 .schedule table tr:nth-child(4) td {
  color: #024d86;
  letter-spacing: 0.1em;
}

.top_news + .box1 .schedule + .schedule table tr:first-child th,
.top_news + .box1 .schedule + .schedule table tr:first-child td {
  background-color: #3ac1fa;
}

.top_news + .box1 .schedule + .schedule table tr:nth-child(2) th,
.top_news + .box1 .schedule + .schedule table tr:nth-child(2) td,
.top_news + .box1 .schedule + .schedule table tr:nth-child(3) th,
.top_news + .box1 .schedule + .schedule table tr:nth-child(3) td,
.top_news + .box1 .schedule + .schedule table tr:nth-child(4) th,
.top_news + .box1 .schedule + .schedule table tr:nth-child(4) td {
  color: #3ac1fa;
}

/*.top_news + .box1 .schedule + .schedule .schedule_note li:first-child{
margin-right: 20px;
}*/
.top_news + .box1 .schedule_intro {
  color: #fff;
}

.top_news + .box3 {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.schedule_heading {
  font-size: 25px;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.schedule_heading span {
  font-size: 15px;
  line-height: 25px;
}

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

	.news

==================================================================*/
.top_news {
  position: relative;
}

.top_news .box1 {
  background: #fff;
  height: 180px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 1120px;
}

.top_news .box2 {
  background: #def3fb;
  height: 270px;
}

.top_news .box2 .top_news_flame {
  height: auto;
  top: 60px;
}

.news_block {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news_wrap {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.news_wrap dd:last-child {
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_category {
  background-color: #3fa2f5;
  padding: 1px 8px;
  margin: 0 0 10px 18px;
}

.news_category a {
  color: #fff;
  pointer-events: none;
}

.top_news .news_category {
  margin: 0 18px 10px 18px;
  width: 100px;
  text-align: center;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

#news .box1 dt {
  margin-bottom: 10px;
}

#news strong {
  font-size: 17px;
}

@media all and (-ms-high-contrast: none) {
  .top_news .box1 {
    height: 150px;
    padding: 0 60px 70px;
  }
}
.top_news .box1 .tit02 {
  font-size: 25px;
  line-height: 1.7;
  position: absolute;
  margin: 0;
  font-weight: 700;
}

.top_news .box1 .tit02 span {
  font-size: 15px;
  line-height: 25px;
}

.top_news .box1 .btn02 {
  position: absolute;
  right: 60px;
}

.top_news_flame {
  position: absolute;
  height: 88px;
  width: 700px;
  left: 330px;
  font-size: 17px;
  line-height: 2;
}

.news_list li {
  margin-bottom: 17px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list li a {
  color: #333;
}

.news_text p {
  margin-bottom: 20px;
}

/* タイトル */
.news_text p strong {
  margin-left: 20px;
  font-size: 17.5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1f2774;
}

/* 日付 */
.date {
  margin-right: 10px;
  color: #c0ab92;
}

/* お知らせのブロックのボーダー */
.news_text .line {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* お知らせの高さ */
.scroll_area {
  height: 110px;
}

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

	$access

==================================================================*/
.access_guide {
  margin-bottom: 20px;
  font-weight: bold;
}

.access_map {
  margin-bottom: 40px;
}

.access_map dt {
  margin-bottom: 10px;
}

.access .fa-map-marker {
  margin-right: 7px;
  color: #0068b7;
}

.access_map dd:nth-of-type(2) {
  display: flex;
  justify-content: space-around;
}

.access_map dd:nth-of-type(2) img:first-child {
  width: 57%;
  height: auto;
}

.access_map dd:nth-of-type(2) img:nth-child(2),
.access_map dd:nth-of-type(2) img:nth-child(3) {
  width: 20%;
  height: auto;
  object-fit: cover;
}

.access_area .tb03 thead td {
  font-weight: bold;
  text-align: left;
  background-color: #fafafa;
}
.access_area .tb03 th {
  width: 13%;
}
.access_area .tb03 td {
  width: 77%;
  text-align: left;
}

.access .btn02 {
  text-align: center;
  margin-bottom: 60px;
}

.access_info {
  border: 4px solid rgb(237, 237, 237);
  padding: 25px 30px 5px;
  width: 94.4%;
  margin-bottom: 40px;
}

.access_info dt i {
  margin-right: 7px;
}

.access_train,
.access_bus,
.access_car,
.access_bike {
  margin-bottom: 25px;
}

.access_train dt,
.access_bus dt,
.access_car dt,
.access_bike dt {
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  color: #0068b7;
}

.access_train dd,
.access_bus dd,
.access_car dd,
.access_bike dd {
  font-size: 14px;
}

.access_map dd:nth-of-type(1) div:first-child {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0 auto 20px;
  border: none;
  position: relative;
  overflow: hidden;
}

.access .btn02 a {
  width: 190px;
}

.photolist ul {
  display: flex;
  justify-content: center;
}

.photolist li {
  margin: 0 20px;
  width: 45%;
}

.photolist li img {
  width: 100%;
}

/* 231023 追加 */
.access_info {
  display: flex;
}

.access_info_item {
  display: inline-block;
  width: 48%;
}

.access_info_item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .access_info {
    display: block;
  }
  .access_info_item {
    width: 100%;
  }
  .access_info_item img {
    margin-bottom: 20px;
  }
}
/*==================================================================

	$clinic

==================================================================*/
/* 院内スライド サムネイル下 */
.clinic_slide_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clinic_slide_wrap :focus {
  outline: none;
}

.clinic_slide_wrap #slider {
  margin: 0 auto 15px;
  width: 100%;
}

.clinic_slide_wrap .slide-item {
  position: relative;
}

.clinic_slide_wrap .slide-item img {
  width: 100%;
  height: auto;
}

.clinic_slide_wrap .thumbnail-text-item {
  margin: 0 0 15px;
}

.clinic_slide_wrap #thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clinic_slide_wrap .thumbnail-item {
  flex: 0 1 15%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.clinic_slide_wrap .thumbnail-item:hover {
  opacity: 0.8;
}

.clinic_slide_wrap .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}

.clinic_slide_wrap .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.clinic_slide_wrap .thumbnail-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.clinic_slide_wrap .slide_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-weight: bold;
}

/*院内スライド サムネイル横*/
.clinic_slide_wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clinic_slide_wrap_flex {
  display: flex;
  flex-wrap: wrap;
}

.clinic_slide_wrap_flex :focus {
  outline: none;
}

.clinic_slide_wrap_flex #slider {
  margin: 0 auto 15px 0;
  width: 83%;
}

.clinic_slide_wrap_flex #thumbnail-list {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: min-content;
}

.clinic_slide_wrap_flex .thumbnail-text-item {
  margin: 0 0 15px;
}

.clinic_slide_wrap_flex .thumbnail-item {
  width: 61%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.clinic_slide_wrap_flex .thumbnail-item:hover {
  opacity: 0.8;
}

.clinic_slide_wrap_flex .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}

.clinic_slide_wrap_flex .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.clinic_slide_wrap_flex .thumbnail-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.clinic_slide_wrap_flex .slide-item {
  position: relative;
}

.clinic_slide_wrap_flex .slide-item img {
  width: 100%;
  height: auto;
}

.clinic_slide_wrap_flex .slide_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-weight: bold;
}

/* 医院概要 */
.clinic_sec1 {
  position: relative;
}

.clinic_sec1 ul {
  margin-bottom: 25px;
}

.clinic_sec1 li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e6ef;
}

.clinic_sec1 li:first-child {
  padding: 0 8px 8px 0;
}

.schedule_note li:last-child {
  padding: 0 0 0 0;
}

.clinic_sec1 li:last-child {
  border: none;
}

.clinic_sec1 dl:after {
  display: block;
  clear: both;
  content: "";
}

.clinic_sec1 dt {
  float: left;
  box-sizing: border-box;
  width: 15%;
  padding-left: 2px;
  font-weight: bold;
  color: #0068b7;
}

.clinic_sec1 dd {
  float: left;
  width: 75%;
}

.clinic_sec1 ul + div {
  display: flex;
  justify-content: center;
  /*padding: 2%;*/
  padding: 3% 2% 2%;
  background: #f3f3f3;
  margin-bottom: 40px;
}

.clinic_sec1 ul + div .schedule {
  width: 46%;
}

/*.clinic_sec1 ul + div .schedule_note{
	margin-bottom:0;
}*/
.clinic_sec1 .schedule .tb01 {
  width: 100%;
}

.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td {
  font-weight: bold;
}

.clinic_sec1 .schedule li {
  border-bottom: none;
}

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

	$facilities

==================================================================*/
/* 機器紹介1 */
.facilities_equip dl {
  float: left;
  width: 42.3%;
  min-height: 280px;
  margin-bottom: 30px;
  margin-left: 3.4%;
  padding: 3%;
  border-top: 4px solid #9397be;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip dl:nth-child(odd) {
  margin-left: 0;
}

/* 機器紹介名前 */
.facilities_equip dt {
  margin-bottom: 14px;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.facilities_equip dt span {
  display: block;
  font-size: 15px;
}

.facilities_equip_img {
  margin: 0 0 20px;
}

.facilities_equip_img img {
  width: 100%;
  height: auto;
}

/* 機器紹介2 */
.facilities_equip2 {
  display: flex;
  flex-wrap: wrap;
}

.facilities_equip2 dl {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
  background-color: #edf7ff;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip2 dl:nth-child(3n) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip2 dt img {
  width: 100%;
  height: auto;
}

.facilities_equip2 dd {
  padding: 15px;
  line-height: 1.35;
}

.facilities_equip2 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip2 dd p {
  margin-top: 7px;
}

/* 機器紹介3 */
.facilities_equip3 {
  display: flex;
  flex-wrap: wrap;
}

.facilities_equip3 dl {
  width: 47.5%;
  margin-bottom: 35px;
  margin-right: 5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip3 dl:nth-child(even) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip3 dt img {
  width: 100%;
  height: auto;
}

.facilities_equip3 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

.facilities_equip3 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip3 dd p {
  margin-top: 7px;
}

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

	$qa

==================================================================*/
.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c1c1c1;
}

.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}

.qa1 dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #1f2774;
  content: "Q.";
}

.qa1 dl dd {
  position: relative;
  padding-left: 40px;
}

.qa1 dl dd:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #c0ab9a;
  content: "A.";
}

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

	medical

==================================================================*/
#medical .btn02 a {
  width: 280px;
}

.tb03 .medical04_price tr td:last-of-type {
  width: 20%;
}

.medical06 .sesame {
  -webkit-text-emphasis-style: sesame filled;
  text-emphasis-style: sesame filled;
}

.medical06_schedule {
  max-width: 700px;
  margin-top: 40px;
}

.medical06_schedule p.left {
  margin: 0;
}

.medical06 ol.list_num li {
  font-size: 20px;
}

.waku {
  margin-bottom: 1em;
  padding: 3%;
  border: 3px solid #f7f7f7;
}

.waku {
  font-size: 20px;
  line-height: 2;
}

.evaluation .tb03 th {
  width: 70%;
}

.waku02 {
  margin-bottom: 1em;
  padding: 2%;
  border: 3px solid #f7f7f7;
}

.waku02 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #025491;
  text-align: center;
  margin-bottom: 15px;
}

.waku03 {
  margin-bottom: 1em;
  padding: 2%;
  border: 3px solid #f7f7f7;
  width: 900px;
}

.waku03 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #025491;
  text-align: center;
  margin-bottom: 15px;
}

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

	$preventive／院内感染予防対策

==================================================================*/
#preventive .layout01 dl {
  height: 170px;
}

.consultation {
  padding: 2%;
  background: #eaf3f7;
}

.consultation a {
  font-weight: bold;
}

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

	$english／英語

==================================================================*/
/* 下層ページの見出し */
.english_headline {
  display: table-cell;
  padding-top: 140px;
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

#english .gmap {
  margin: -20px auto 50px;
}

#english .gmap iframe {
  border: 0;
  width: 100%;
  height: 450px;
}

#english .flex_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 20px;
}

#english .flex_item {
  text-align: center;
}

/* 2024.3.14 追加 Maeda */
.en-float {
  position: relative;
}
.en-float::after {
  clear: both;
  content: "";
  display: block;
}

.en-float-img {
  float: right;
  margin: 0 0 20px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .en-float-img {
    float: none;
    margin: 0 0 20px 0px;
  }
}

#english .tit02 {
  text-align: center;
}

#english h4 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 5px 15px;
  font-weight: bold;
  border-left: 5px solid #68c9f2;
  color: #0068b7;
}

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

	schedule（MPCLOUD）

============================================================================*/
#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}

.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}

.schedule_time {
  margin: 8px 0 0 0;
}

.schedule_time dt {
  font-weight: bold;
}

.shcedule_box dt {
  background: #eee;
  text-align: center;
}

.shcedule_box dd {
  height: auto;
  vertical-align: top;
}

.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/schedule.svg") no-repeat center left;
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}

.shcedule_today {
  padding: 10px 16px;
}

.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}

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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  width: auto;
  margin: 0 auto 60px;
  padding: 20px 0;
  font-size: 14px;
  z-index: 998;
  background: #f3f3f3;
  background-image: url("../images/naname_bg.png");
}

.breadcrumbs ol {
  width: 1200px;
  display: block;
  margin: 0 auto;
}

.breadcrumbs:last-child {
  margin: 0 auto;
}

.breadcrumbs i {
  /*margin-left: 35px;*/
  margin-right: 5px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li {
  float: left;
  margin-right: 5px;
}

.breadcrumbs li:after {
  font-family: FontAwesome;
  content: ">";
  padding-left: 10px;
}

.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs li:last-child a {
  color: #d04634 !important;
}

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

	.loop_slide

==================================================================*/
.loop_slide_wrap {
  margin: 0 auto 30px;
}

.loop_slide_wrap .slick-slider div {
  transition: none;
}

.loop_slide_wrap .slick-list {
  overflow: hidden !important;
}

.loop_slide_wrap .slick-initialized .slick-slide {
  height: auto;
}

.loop_slide_wrap .slick-initialized .slick-slide img {
  width: 400px;
  height: auto;
}

.loop_slide_wrap .slick-initialized .slick-slide:focus {
  outline: none;
}

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

東京ドクターズバナー

==================================================================*/
.tokyo-drs img {
  width: 38%;
  margin: 0 auto;
  display: block;
}

.tokyo-drs-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

バナー

==================================================================*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  /* ボックスの幅 */
  height: auto;
  /* ボックスの高さ */
  margin: 0 auto 40px;
}

@media screen and (max-width: 640px) {
  .flex-container {
    margin-bottom: 80px;
  }
}
.flex-item {
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
}

.flex-item img {
  width: 95%;
  margin: 0 auto;
  display: block;
}

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

	.top_recommend

==================================================================*/
.top_recommend {
  padding: 60px 0;
  margin-bottom: 32px;
}

.top_recommend img {
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 640px) {
  .top_recommend {
    padding: 0;
    margin-bottom: 16px;
  }
}
/*==================================================================

予約部分

==================================================================*/
.yoyaku {
  position: absolute;
  bottom: -64px;
  left: 0px;
  z-index: 100;
}

.yoyaku img {
  width: 200px;
  height: 200px;
}

.yoyaku_subpage {
  position: absolute;
  bottom: -44px;
  left: 163px;
  z-index: 999;
}

.yoyaku_subpage img {
  width: 160px;
  height: 160px;
}

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

夜間透析 部分

==================================================================*/
/*.yakan_touseki {
  position: absolute;
  bottom: -64px;
  left: 0px;
  z-index: 100;
}

.yakan_touseki img {
  width: 200px;
  height: 200px;
}

.yakan_touseki_subpage {
  position: absolute;
  bottom: -44px;
  left: 163px;
  z-index: 999;
}

.yakan_touseki_subpage img {
  width: 160px;
  height: 160px;
}*/
/*==================================================================

電解水透析バナー 部分

==================================================================*/
.bnr_denkai {
  position: absolute;
  bottom: -64px;
  left: 330px;
  z-index: 100;
}

.bnr_denkai img {
  width: auto;
  height: 160px;
}

.bnr_denkai_subpage {
  position: absolute;
  bottom: -44px;
  left: 363px;
  z-index: 999;
}

.bnr_denkai_subpage img {
  width: auto;
  height: 100px;
}

.bnr_denkai_image {
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 999;
}

.bnr_denkai_image img {
  width: auto;
  height: 130px;
}

/* 西日暮里院へのリンク */
.nishinippori img {
  width: 170px;
  height: 170px;
}

.nishinippori {
  position: absolute;
  bottom: 53px;
  left: 140px;
  z-index: 999;
}

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

電解水透析ページの血液透析の画像部分

==================================================================*/
@media screen and (max-width: 640px) {
  .img_hemodialysis_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.img_hemodialysis_container {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 640px) {
  .img_hemodialysis {
    width: 70%;
    padding-top: 15px;
  }
}
.img_hemodialysis {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .img_hemodialysis_text {
    padding-top: 0px !important;
    text-align: center !important;
  }
}
.img_hemodialysis_text {
  padding-top: 68px;
}

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

道案内画像

==================================================================*/
.direction {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
}

.direction li {
  width: 48%;
}

.direction li img {
  width: 100%;
}

.direction li p {
  line-height: 1.6;
  margin: 5px auto 40px;
}

.direction li:last-of-type p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .direction {
    display: block;
    padding: 10px 0;
  }
  .direction li {
    width: 95%;
    margin: 0 auto;
  }
  .direction li p {
    margin: 5px auto 30px;
  }
}
/* 電解水透析ページのQ&A */
.faq__list-item {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #0068b7;
  margin-bottom: 2rem;
}

@media screen and (max-width: 667px) {
  .faq__list-item {
    margin-bottom: 1rem;
  }
}
.faq__list-item:last-child {
  margin-bottom: 0;
}

.faq__list-heading {
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  background-color: #0068b7;
  color: #fff;
  padding: 1.5rem 1rem 1.5rem 2rem;
}

@media screen and (max-width: 834px) {
  .faq__list-heading {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 667px) {
  .faq__list-heading {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}
.faq__list-heading:before,
.faq__list-heading:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 667px) {
  .faq__list-heading:before,
  .faq__list-heading:after {
    width: 18px;
  }
}
.faq__list-heading:before {
  top: 48%;
  right: 5rem;
  transform: rotate(0deg);
}

@media screen and (max-width: 834px) {
  .faq__list-heading:before {
    right: 3rem;
  }
}
@media screen and (max-width: 667px) {
  .faq__list-heading:before {
    right: 1rem;
  }
}
.faq__list-heading:after {
  top: 48%;
  right: 5rem;
  transform: rotate(90deg);
}

@media screen and (max-width: 834px) {
  .faq__list-heading:after {
    right: 3rem;
  }
}
@media screen and (max-width: 667px) {
  .faq__list-heading:after {
    right: 1rem;
  }
}
.faq__list-heading.active:before {
  transform: rotate(45deg);
}

.faq__list-heading.active:after {
  transform: rotate(-45deg);
}

.faq__list-content {
  display: none;
}

.faq__list-heading-inner {
  position: relative;
  padding-inline: 5rem;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .faq__list-heading-inner {
    padding-inline: 7rem;
  }
}
@media screen and (max-width: 667px) {
  .faq__list-heading-inner {
    padding-inline: 2rem 1rem;
  }
}
.faq__list-heading-inner:before {
  content: "Q";
  color: #0068b7;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 667px) {
  .faq__list-heading-inner:before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }
}
.faq__list-text {
  padding: 2rem 1rem 4rem 2rem;
  max-width: 800px;
}

@media screen and (max-width: 667px) {
  .faq__list-text {
    padding: 1rem;
  }
}
.faq__list-text-inner {
  position: relative;
  display: inline-block;
  padding-left: 5rem;
  line-height: 1.7;
}

@media screen and (max-width: 667px) {
  .faq__list-text-inner {
    padding: 2rem 0 0 0;
  }
}
.faq__list-text-inner:before {
  content: "A";
  color: #0068b7;
  background-color: #fff;
  border: 1px solid #0068b7;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 667px) {
  .faq__list-text-inner:before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }
}
.ppt_arrow {
  right: 6px !important;
}

.ppt_img {
  width: 95%;
}

.ppt_rink {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media screen and (max-width: 668px) {
  .ppt_img {
    width: 75%;
  }
  .ppt_rink {
    padding-left: 3px !important;
  }
  .ppt_arrow {
    right: 0px !important;
  }
}
.p-book {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.book-feature__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.book-feature__image img {
  max-width: 360px;
  height: auto;
  object-fit: cover;
}

/* ベース */
:root {
  --bg: #ffffff;
  --fg: #222;
  --muted: #555;
  --border: #e5e7eb;
  --radius: 16px;
  --shadow: 0 6px 20px rgba(0, 0, 0, .06);
  --gap: 24px;
  --accent: #0ea5e9;
  /* お好みでブランド色に */
}

.book-feature {
  display: flex;
  flex-direction: column;
  /* モバイル：縦並び（①→②） */
  gap: var(--gap);
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(16px, 2.5vw, 28px);
  box-shadow: var(--shadow);
  max-width: 1100px;
  margin: 0 auto;
}

/* ① 画像 */
.book-feature__image {
  margin: 0;
  align-self: center;
  max-width: 420px;
  /* 表紙が大きすぎないよう制限 */
  width: 100%;
}

.book-feature__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid var(--border);
  background: #f8fafc;
}

/* ② コンテンツ */
.book-feature__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.book-feature__title {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.3;
  margin: 0;
}

.book-feature__subheading {
  font-size: 1rem;
  color: var(--muted);
  margin: 0 0 4px;
}

.book-feature__toc-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 6px;
}

/* Amazonボタン */
.book-feature__btn {
  display: inline-block;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 9999px;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.06s ease, filter 0.15s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.book-feature__btn:hover {
  filter: brightness(1.05);
}

.book-feature__btn:active {
  transform: translateY(1px);
}

.book-feature__btn:hover {
  background: #0068b7;
  color: #fff !important;
  transition: all 0.3s;
}

/* PC（横並び：①左・②右） */
@media (min-width: 768px) {
  .book-feature {
    flex-direction: row;
    /* 横並びに切替 */
    align-items: flex-start;
  }
  .book-feature__image {
    flex: 0 0 38%;
    /* 左カラム幅 */
  }
  .book-feature__content {
    flex: 1;
    /* 右カラムを広く */
  }
}
/*==================================================================

事前見学受付

==================================================================*/
.tour_flow .img_fr img {
  width: 100%;
  max-width: 500px;
}

.tour_contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.tour_contact .tour_contact_item {
  width: 380px;
  text-align: center;
}
.tour_contact .tour_contact_item h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  color: #0068b7;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .tour_contact .tour_contact_item h3 {
    margin-bottom: 10px;
  }
}
.tour_contact .tour_contact_reserve.btn01 a {
  display: inline-block;
  top: 0;
  color: #0068b7;
  border: 1px solid #0068b7;
  padding: 15px 30px;
  position: relative;
  width: 300px;
}
.tour_contact .tour_contact_reserve.btn01 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg);
  left: auto;
  line-height: 1;
}
.tour_contact .tour_contact_reserve.btn01 a:hover {
  background-color: #0068b7;
  color: #fff;
}
.tour_contact .tour_contact_reserve.btn01 a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.tour_contact .footer_info_overview_tel {
  margin: 28px 0 0 0;
}
@media screen and (max-width: 640px) {
  .tour_contact .footer_info_overview_tel {
    margin: 5px 0 0 0;
  }
}

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

採用情報

==================================================================*/
.recrut_btn-area {
  padding: 30px;
}

.recrut_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 80px;
  margin-inline: auto;
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  transition: 0.3s;
}
.recrut_btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 45px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.recrut_btn a:hover {
  opacity: 0.8;
}
