@charset "utf-8";

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

共通

================================*/
.anchor-link {
  padding-top: 80px;
  margin-top: -80px;
}
.yoyaku_heading_eria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.reservation_red_test {
  margin-left: 40px;
  color: #f00;
  font-weight: bold;
  background: #ffe2cf;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
}
.reservation_red_test a {
  text-decoration: underline;
}
/*バナー*/
.gw_bnr_item {
  /* max-width: 650px; */
  margin: 0 auto 20px;
  text-align: center;
}
.gw_bnr_item img {
  display: inline-block;
}
.rectuit_bnr_item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rectuit_bnr_item a {
  display: inline-block;
}
.bnr_shinbi img {
  border: 1px solid #cad4de;
}

/* ▽▽メインビジュアル動画
------------------------------------------------------- */
/*
.mainvisual_movie {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
}
.mainvisual_movie video {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
*/
.mainvisual_movie {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 46%;
}
.mainvisual_movie video {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* △△メインビジュアル動画
------------------------------------------------------- */
/* ▽▽スライド
------------------------------------------------------- */
#top_slider {
  /* opacity: 0; */
  position: relative;
  overflow: hidden;
  z-index: -1;
  min-width: 860px;
  max-width: 2200px;
  width: 100%;
}
/* #top_slider.show {
    opacity: 1;
    -webkit-transition: opacity 1.2s cubic-bezier(.34, 0, .78, 1);
    -moz-transition: opacity 1.2s cubic-bezier(.34, 0, .78, 1);
    -ms-transition: opacity 1.2s cubic-bezier(.34, 0, .78, 1);
    -o-transition: opacity 1.2s cubic-bezier(.34, 0, .78, 1);
    transition: opacity 1.2s cubic-bezier(.34, 0, .78, 1);
  } */
#top_slider .image_left01 {
  background-image: url(./img_new/slide_left01.jpg);
}
#top_slider .image_left02 {
  background-image: url(./img_new/slide_left02.jpg);
}
#top_slider .image_left03 {
  background-image: url(./img_new/slide_left03.jpg?03);
}
#top_slider .image_right01 {
  background-image: url(./img_new/slide_right01.jpg);
}
#top_slider .image_right02 {
  background-image: url(./img_new/slide_right02.jpg);
}
#top_slider .image_right03 {
  background-image: url(./img_new/slide_right03.jpg);
}
#top_slider .left,
#top_slider .right {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#top_slider .left > li,
#top_slider .right > li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top_slider .left > li.now,
#top_slider .right > li.now {
  opacity: 1;
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#top_slider .left > li.next,
#top_slider .right > li.next {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94),
    transform 1.5s cubic-bezier(0.32, 0, 0.18, 1),
    -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
}
#top_slider .left img,
#top_slider .right img {
  display: block;
  width: 100%;
}
#top_slider .left,
#top_slider .right {
  width: 50%;
  float: left;
}
#top_slider .left > li {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#top_slider .right > li {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* △△スライド
------------------------------------------------------- */
/* ▽▽ヘッダー・メインビジュアル中身
------------------------------------------------------- */
.catchcopy {
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  bottom: 16%;
}

/*
.reserve_tab {
  position: fixed;
  right: 0;
  top: 295px;
  z-index: 1;
}
*/

.infobar {
  position: absolute;
  top: 0;
  background: #fff9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.infobar_icon {
  display: inline-block;
  padding: 0 5px 0 7px;
}
.infobar_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infobar_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_phone {
  font-size: 24px;
}
.header_phone .infobar_icon {
  margin: 0px 10px -4px 16px;
}

.side_fix {
  /*flex*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*others*/
  position: fixed;
  z-index: 10;
  top: 200px;
  right: 0;
}
.side_fix_tab {
  margin-bottom: 10px;
}

.copyright {
  position: fixed;
  left: 0;
  top: 186px;
}

#rec_floating {
		position: fixed;
		bottom: 5%;
		left: 5%;
		z-index: 1000;
}

/* △△ヘッダー・メインビジュアル中身
------------------------------------------------------- */
/* ▽▽グローバルナビ
------------------------------------------------------- */
.globalnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1060px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #633419;
  font-size: 21px;
  font-weight: bold;
  padding: 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 1;
}
.globalnav_list_en {
  margin: 0 auto;
}

.globalnav.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #fffffff7;
  -webkit-animation: globalnav-fixed 0.3s ease-out 0s;
  animation: globalnav-fixed 0.3s ease-out 0s;
}
.globalnav.fixed .globalnav_list {
  padding: 10px 20px;
  background: none;
  font-size: 20px;
}
@-webkit-keyframes globalnav-fixed {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
@keyframes globalnav-fixed {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
/* △△グローバルナビ
------------------------------------------------------- */
/* ▽▽バナー
------------------------------------------------------- */
/*
.bnr_covid19 {
  position: absolute;
  width: 387px;
  bottom: 145px;
  right: 5px;
}
*/
.bnr_covid19 {
  position: static;
  width: auto;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background: #e7fafb;
  text-align: center;
  padding: 17px 5px 3px;
}
.bnr_covid19 a {
  display: inline-block;
}
/*
.bnr_covid19 img {
  display: inline;
  margin: 10px auto;
}
*/
.youtube_content {
  margin-bottom: 10px;
  /*30px*/
}
.bnr-doctors {
  display: table;
  max-width: 400px;
  margin: 0px auto 30px;
}
/* △△バナー
------------------------------------------------------- */
/* ▽▽タイトル
------------------------------------------------------- */
.section_ttl {
  background: no-repeat left url(./img_new/ttl_bracket_left.png),
    no-repeat right url(./img_new/ttl_bracket_right.png);
  max-width: 975px;
  margin: 0px auto 0px;
}
.section_ttl_en {
  margin: 0 auto;
}
.section_ttl_jp {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 10px;
  padding: 15px 0 0 0;
  background: no-repeat center top 12px url(./img_new/ttl_underline.png);
}
.section_ttl_w {
  background: no-repeat left url(./img_new/ttl_bracket_left_w.png),
    no-repeat right url(./img_new/ttl_bracket_right_w.png);
  max-width: 975px;
  margin: 0px auto 0px;
}
.section_ttl_en_w {
  margin: 0 auto;
}
.section_ttl_jp_w {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 10px;
  padding: 15px 0 0 0;
  color: #fff;
  background: no-repeat center top 12px url(./img_new/ttl_underline_w.png);
  margin: 0 0 75px 0;
}
.heading01 {
  font-size: 24px;
  font-weight: bold;
}
.heading01_w {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.heading01_en {
  display: inline-block;
}
/* △△タイトル
------------------------------------------------------- */
/* ▽▽ポリシー
------------------------------------------------------- */
.ourpolicy {
  background: center top / cover no-repeat url(/img_new/reception_bg.jpg);
  padding: 95px 0 0 0;
}
.policy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 50px;
}
.policy_box {
  width: 32%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 13px #5959598a;
  box-shadow: 0px 1px 13px #5959598a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.policy_box::before {
  position: absolute;
  top: -32px;
  left: -10px;
  content: url(./img_new/policy_num01.png);
}
.policy_box:nth-of-type(2)::before {
  position: absolute;
  top: -32px;
  left: -10px;
  content: url(./img_new/policy_num02.png);
}
.policy_box:nth-of-type(3)::before {
  position: absolute;
  top: -32px;
  left: -10px;
  content: url(./img_new/policy_num03.png);
}
.policy_sttl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 20%;
}
.policy_sttl img {
  margin: 30px auto 20px;
}
.policy_box_cont {
  width: 80%;
}
.policy_box_cont_txt {
  padding: 30px;
  font-size: 24px;
  line-height: 1.4;
}
/* △△ポリシー
------------------------------------------------------- */
/* ▽▽topics
------------------------------------------------------- */
.topics {
  padding: 180px 0 0;
  background: url(/img_new/topics_deco_bg.png) no-repeat center center,
    url(/img_new/orange_bg.jpg) repeat left top;
}
.topics.-purple {
  padding: 150px 0 0;
  background: url(/img_new/topics_deco_bg02.png) no-repeat center center,
    url(/img_new/bg_purple01.png) repeat left top;
}

/*タイトル*/
.topics_ttl {
  text-align: center;
  color: #ed7a00;
  font-size: 51px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 10px;
}
.topics_ttl.-purple {
  color: #911485;
}

.topics_inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
  padding: 60px;
  font-family: "UD Digi Kyokasho N-B", "TsukuBRdGothic-Regular", YuGothic,
    "Yu Gothic", sans-serif;
}

/*メンテナンス*/
.maintainance_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 28px 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.maintainance {
  background: #ed7a00;
  color: #fff;
  font-size: 24px;
  padding: 30px 0px;
  text-align: center;
  border-radius: 10px;
  width: 31%;
}

/*リンクボタン*/
.topics_link {
  text-align: center;
  margin: 60px 0 0 0;
}
.topics_link a {
  border-bottom: solid #ed7a00 3px;
  padding: 0 15px;
}
.topics_link.-purple a {
  border-bottom-color: #911485;
}

/* △△topics
------------------------------------------------------- */
/* ▽▽features
------------------------------------------------------- */
.features {
  background: no-repeat center url(/img_new/features_bg.png),
    repeat url(/img_new/darkorange_bg.jpg);
  padding: 70px 0 110px 0;
}
.features_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  max-width: 1355px;
  margin: 0 auto;
  width: 95%;
  -webkit-box-shadow: 0px 1px 13px #5959598a;
  box-shadow: 0px 1px 13px #5959598a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 20px;
}
.features_box {
  background: #ed7a00;
  color: #fff;
  width: 22%;
  padding: 0px 5px 15px 5px;
  -webkit-box-shadow: 0px 1px 13px #5959598a;
  box-shadow: 0px 1px 13px #5959598a;
}
.features_box:nth-child(1),
.features_box:nth-child(2),
.features_box:nth-child(3),
.features_box:nth-child(4) {
  margin-bottom: 25px;
}
.features_sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  height: 90px;
  margin: 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 3px;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.features_bnr {
  padding: 40px 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
}
.features_bnr_item {
}
.features_bnr_img {
}
/* △△features
------------------------------------------------------- */
/* ▽▽services
------------------------------------------------------- */
.services .section_ttl {
  margin: 45px auto;
}
.services_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 1.5%;
  margin: 0 auto;
}
.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 85px 0 0 0;
}
.service_box {
  background: #fff;
  -webkit-box-shadow: 0px 1px 13px #5959598a;
  box-shadow: 0px 1px 13px #5959598a;
  width: 215px;
  text-align: center;
  position: relative;
  height: 270px;
  margin: 0 15px 0 0;
}
.service_box_link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.service_box_icon {
  margin: 25px auto;
}
.service_box_txt {
  margin: 0 5%;
  padding: 20px 0 0 0;
  border-top: solid #333 1px;
  font-size: 24px;
  letter-spacing: -1px;
}
.maintain {
  background: no-repeat center url(/img_new/services_bg01.jpg?03);
  height: 410px;
}
.maintain .service_list {
  width: 35.5%;
}
.maintain .service_copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 15px 0 0 0;
}
.maintain .service_list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.cure {
  background: no-repeat center url(/img_new/services_bg02_ver03.jpg);
  height: 410px;
}
.cure .service_copy {
  margin: 45px 0 0 0;
}
.esthetic {
  background: no-repeat center url(/img_new/services_bg03.jpg);
  height: 410px;
}
.esthetic .service_list {
  width: 52.5%;
}
.esthetic .service_copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 30px 0 0 0;
}
.esthetic .service_list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
/* △△services
------------------------------------------------------- */
/* ▽▽greeting
------------------------------------------------------- */
.greeting {
  background: no-repeat url(/img_new/RDentalClinic_deco.png),
    repeat url(/img_new/white_bg.jpg);
  background-position: right bottom 25px, center;
}
.greeting .section_ttl {
  padding: 55px 0 20px;
  background: none;
}
.greeting_txt {
  font-weight: bold;
}
.greeting_main {
  width: 50%;
  margin: 0 0 0 auto;
}
.greeting_inner {
  max-width: 1400px;
  padding: 0 2% 0 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.greeting .section_ttl_jp {
  letter-spacing: 2px;
}
.greeting_image {
  color: #fff0;
  background: no-repeat 78% bottom url(/img_new/doctor.png);
  width: 50%;
}
.greeting_txt_wrap {
  padding: 0 25px 120px 25px;
  letter-spacing: 3px;
}
.greeting_catch {
  color: #ed7a00;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0 0 25px 0;
}
/* △△greeting
------------------------------------------------------- */
/* ▽▽news
------------------------------------------------------- */
.news {
  background: no-repeat url(/img_new/appearance_bg.jpg);
  padding: 95px 0;
}
.news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timeline_wrap {
  overflow-y: auto;
  height: 375px;
  padding: 0 15px 0 0;
}
.information {
  width: 48%;
  background: #fff;
  height: 550px;
  position: relative;
  -webkit-box-shadow: 0px 1px 13px #5959598a;
  box-shadow: 0px 1px 13px #5959598a;
}
.information_inner {
  border: solid 1px #ed7a00;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 45px 30px 45px 40px;
}
.information_inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #ed7a00 transparent;
}
.information dl {
  height: 375px;
  overflow-y: auto;
}
.information .article_wrap {
  border-bottom: solid 1px #ed7a00;
  padding: 0 0 20px;
}
.information .article_wrap:first-of-type {
  border-top: none;
}
.information .article_wrap .date {
  display: block;
  color: #ed7a00;
  font-weight: bold;
  padding: 20px 0;
}
.report {
  width: 48%;
  background: #ed7a00;
  height: 550px;
  position: relative;
  -webkit-box-shadow: 0px 1px 13px #5959598a;
  box-shadow: 0px 1px 13px #5959598a;
}
.report_inner {
  border: solid 1px #fff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 45px 30px 45px 40px;
}
.report_inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
}
.report dt {
  padding: 20px 0 0px;
}
.report dt .ttl {
  color: #fff;
}
.report dd {
  padding: 20px 0 25px;
  border-bottom: 1px solid #fff;
}
/* △△news
------------------------------------------------------- */
/* ▽▽footer
------------------------------------------------------- */
.footer {
  background: repeat url(/img_new/logo_bg.png),
    repeat url(/img_new/darkorange_bg.jpg);
}
.reserve_bnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 125px 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* サイドエリア予約 */
/*-------- ↓サイドエリア予約 --------*/
.yoyaku_system {
  width: 745px;
}
.yoyaku_system_inner {
  background: #fff;
  padding: 5px;
}
.yoyaku_system tr {
  margin: 25px 0;
  width: 220px;
}
p.sel_menu {
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    sans-serif;
}
#dentry_calender_current_month {
  margin-bottom: 5px !important;
  position: relative !important;
  background-color: #e9dbb0 !important;
  padding: 0px !important;
  text-align: center !important;
  font-weight: bold !important;
}
#dentry_calender_menu {
  width: 100% !important;
}
#dentry_select_menu {
  width: 100% !important;
}
#dentry_calender_date_navi {
  text-align: center !important;
  font-size: 16px;
  padding: 0px;
}
#dentry_calender_main {
  width: 100% !important;
  font-size: 12px !important;
}
table.dentry_calender_main td.dentry_th_time,
table.dentry_calender_main tr td.dentry_td_ng,
table.dentry_calender_main tr td.dentry_td_ok {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
table.dentry_calender_main tr td.dentry_td_ng img,
table.dentry_calender_main tr td.dentry_td_ok img {
  margin: 0 auto;
}
/*-------- ↑サイドエリア予約 --------*/
.bnr_zone {
  margin: 0px 0 0 0;
  max-width: 235px;
  width: calc(100% - 755px);
}
.bnr_zone img {
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0px 1px 7px #5959598a;
  box-shadow: 0px 1px 7px #5959598a;
}
.bnr_zone_cont .w32per {
  /* width: 32%; */
  margin-top: 10px;
}
.bnr_zone_cont .w66per {
  /* width: 66%; */
}
.basic_data {
  max-width: 1000px;
  margin: 30px auto 0;
  background: url(./img_new/yellow_bg.jpg);
  padding: 45px 40px;
  font-size: 16px;
  font-weight: bold;
}
.footer_address {
  margin: 20px 0 0 0;
  letter-spacing: 2px;
}
.footer_icon {
  display: inline-block;
  margin: 0 5px 0 0;
}
.basic_data_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_tel_box {
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 20px 0 15px;
  width: 95%;
}
.footer_tel_num {
  margin: 0 auto;
}
.consultationhours {
  width: 50%;
  padding: 0 4% 0 0;
}
.consultationhours_ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.closed {
  background: #ef7a00;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 0 0;
}
.hours {
  width: 100%;
  border: 1px solid #7f6455;
  background: #fff;
  text-align: center;
}
.hours thead {
  background: #eae3d0;
  color: #ef7a00;
  border-bottom: 1px solid #7f6455;
}
.hours thead th {
  border-left: 1px solid #7f6455;
}
.hours thead th:first-of-type {
  border-left: none;
}
.hours .row01 {
  border-bottom: 1px solid #7f6455;
}
.hours tbody td {
  border-left: 1px solid #7f6455;
  color: #ef7a00;
  font-weight: bold;
  vertical-align: middle;
}
.hours .col01 {
  width: 30%;
}
.hours_note {
  text-align: right;
}
.orange_txt {
  color: #ef7a00;
  font-weight: bold;
  font-size: 18px;
}
a.map_link {
  text-align: right;
  display: block;
  color: #ef7a00;
  letter-spacing: 2px;
}
a.map_link span {
  border-bottom: 1px solid #ef7a00;
  padding: 0 10px;
}
.footer_note {
  background: #fff;
  padding: 15px 25px;
  margin: 35px 0 0 0;
}
.footer_note_card {
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  border-left: 2px solid #eae3d0;
}
.footer_services {
  width: 50%;
}
.footer_services_list {
  background: #fff;
  padding: 20px 26px;
  letter-spacing: 3px;
}
.tours {
  max-width: 1000px;
  margin: 55px auto 120px;
  color: #fff;
}
.googlemaps iframe {
  width: 100%;
}
.areainfo {
  max-width: 1020px;
  margin: 30px auto 40px;
  color: #fff;
  padding: 0 10px;
}
.footer_nav {
  background: #fff;
}
.footer_nav_list {
  max-width: 586px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* △△footer
------------------------------------------------------- */
/* ▽▽地域情報
------------------------------------------------------- */
.grad-trigger {
  display: none;
}
/* △△地域情報
------------------------------------------------------- */
/* ▽▽ページトップへ
------------------------------------------------------- */
.js-pageTop {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 0px;
  bottom: 0px;
  background: #555;
  z-index: 3;
  cursor: pointer;
}
.js-pageTop img {
  margin: 20px auto;
}
/* △△ページトップへ
------------------------------------------------------- */

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

897px〜MAX

================================*/
@media (min-width: 897px) {
  /* ▽▽スライド
  ------------------------------------------------------- */
  #top_slider {
    height: 86vh !important;
    /*height: 850px!important;*/
  }
  /* △△スライド
  ------------------------------------------------------- */

  .reservation_note {
    max-width: 425px;
  }
  .footer_note_list {
    width: 48%;
  }
  .footer_note_card {
    width: 48%;
  }
  .footer_map {
    width: calc(100% - 465px);
  }
}

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

0〜1500px

================================*/
@media (max-width: 1500px) {
  /* ▽▽メインビジュアル動画
  ----------------------------------------------------- */
  .mainvisual_movie {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    /* 高さを指定(16:9) */
  }
  .mainvisual_movie video {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  /* △△メインビジュアル動画
  ----------------------------------------------------- */
}

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

0〜896px

================================*/
@media (max-width: 896px) {
  /* ▽▽メインビジュアル動画
  ----------------------------------------------------- */
  .mainvisual_movie {
    margin-top: 70px;
    /* padding-top: 55%; */
  }
  /* △△メインビジュアル動画
  ----------------------------------------------------- */
  /* ▽▽スライド
  ----------------------------------------------------- */
  #top_slider {
    height: 90vh !important;
  }
  #top {
    margin: 0px;
    padding: 0px;
    /* height: 90vh !important; */
  }
  #top_slider {
    min-width: 296px;
  }
  #top_slider .left {
    float: none;
    width: 100%;
  }
  #top_slider .right {
    display: none;
  }
  /* △△スライド
  ----------------------------------------------------- */
  /* ▽▽タイトル
  ----------------------------------------------------- */
  .section_ttl_jp {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    padding: 35px 1% 0 1%;
    background: no-repeat center top 12px url(./img_new/ttl_underline.png);
    line-height: 1.3;
    letter-spacing: 4px;
  }
  .section_ttl {
    background: none;
  }
  .section_ttl_jp_w {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    padding: 35px 1% 0 1%;
    background: no-repeat center top 12px url(./img_new/ttl_underline_w.png);
    line-height: 1.3;
    letter-spacing: 4px;
  }
  .section_ttl_w {
    background: none;
  }
  /* △△タイトル
  ----------------------------------------------------- */
  /* ▽▽タブレット・スマホ固定
  ----------------------------------------------------- */
  .catchcopy {
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    top: 50%;
    width: 500px;
    height: 500px;
  }
  .fixed_tabSp {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  .fixed_copyright {
    text-align: center;
    background: #555;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .fixed_contactlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*fixed_reserve*/
  .fixed_reserve {
    width: 40%;
    text-align: center;
    background: #ef7a00;
  }
  .fixed_reserve_icon {
    display: inline-block;
    width: 30px;
    margin: 6px 6px -6px 0;
  }
  /*fixed_phone*/
  .fixed_phone {
    width: 30%;
    text-align: center;
    background: #fff;
  }
  .fixed_phone_icon {
    display: inline-block;
    margin: 6px 6px -6px 0;
  }
  /*fixed_blog*/
  .fixed_blog {
    width: 30%;
    text-align: center;
    background: #e99191;
  }
  .fixed_blog_icon {
    display: inline-block;
    width: 26px;
    margin: 8px 6px -6px 0;
  }
  .infobar {
    font-size: 16px;
    padding: 4px 0 0 4px;
    background: #ffffffb8;
  }
  .infobar_icon {
    padding: 0 3px 0 3px;
  }
  /* △△タブレット・スマホ固定
  ----------------------------------------------------- */
  .policy_box {
    width: 100%;
    margin: 60px 0 0 0;
  }
  .policy_box:first-of-type {
    margin: 10px 0 0 0;
  }
  .policy_box_cont {
    width: 100%;
  }
  .policy_pic {
    width: 100%;
  }

  /* ▽▽topics
  ----------------------------------------------------- */
  .topics {
    background-position: center top 9%, left top;
    background-size: 100%, auto;
  }
  .topics.-purple {
    padding-top: 100px;
    background-position: center top 10px;
    background-size: 100%, auto;
  }

  .topics_inner {
    padding: 5%;
  }

  /*メンテナンス*/
  .maintainance {
    font-size: 3vw;
    border-radius: 10px;
    width: 32%;
  }
  /* △△topics
  ----------------------------------------------------- */

  .features_box {
    width: 48.5%;
  }
  .features_pic {
    margin: 0 auto;
    width: 95%;
  }
  .features_box:nth-child(5),
  .features_box:nth-child(6) {
    margin-bottom: 25px;
  }
  .service_box_txt {
    font-size: 23px;
  }
  .maintain {
    background: no-repeat top url(/img_new/services_bg01.jpg), #fbd7be;
    height: auto;
  }
  .cure {
    background: no-repeat 36% top url(/img_new/services_bg02_ver03.jpg), #e7f1ff;
    height: auto;
  }
  .esthetic {
    background: no-repeat top url(/img_new/services_bg03.jpg), #ffe1fe;
    height: auto;
  }
  .maintain .service_list {
    width: 100%;
  }
  .esthetic .service_list {
    width: 100%;
  }
  .services_inner {
    display: block;
  }
  .service_list {
    width: auto;
    margin: 0px auto;
    padding: 25px 0 0px 0;
  }
  .cure .service_copy img {
    margin: 0 0 0 auto;
  }
  .service_box {
    height: 230px;
    margin: 0 15px 0 0;
    width: 100%;
  }
  .service_box:last-child {
    margin: 0;
  }
  .service_box_icon {
    margin: 15px auto;
  }
  .services_inner {
    padding: 2%;
  }
  .information {
    width: 100%;
  }
  .greeting_image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-position: bottom;
    background-size: 350px;
    height: 350px;
  }
  .greeting {
    background: no-repeat url(/img_new/RDentalClinic_deco.png),
      repeat url(/img_new/white_bg.jpg);
    background-position: center 95%, center;
  }
  .greeting_catch {
    text-align: center;
  }
  .greeting_main {
    width: 100%;
  }
  .greeting_txt_wrap {
    padding: 0 25px 0px 25px;
    letter-spacing: 3px;
  }
  .news {
    background-size: cover;
    background-position: 54%;
  }
  .report {
    width: 100%;
    margin: 25px 0 0;
  }
  .basic_data {
    padding: 45px 2.5%;
  }
  .yoyaku_system {
    width: 95%;
    margin: 0 auto;
  }
  .bnr_zone {
    margin: 50px auto 0 auto;
    width: 95%;
    max-width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr_zone_cont {
    width: 39%;
    max-width: 232px;
  }
  .bnr_zone img {
    width: auto;
    margin: 0 auto 10px auto;
    -webkit-box-shadow: 0px 1px 7px #5959598a;
    box-shadow: 0px 1px 7px #5959598a;
  }
  .tours {
    margin: 55px auto 40px;
    width: 90%;
  }
  .areainfo {
    padding: 0 5% 50px;
  }
  .consultationhours {
    width: 100%;
    padding: 0 4% 0 0;
  }
  .footer_tel_box {
    margin: 20px auto 15px;
  }
  .footer_logo {
    margin: 0 auto;
  }
  .reservation_note {
    text-align: center;
  }
  .footer_address {
    text-align: center;
  }
  .footer_services {
    width: 100%;
  }
  .footer_map {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .footer_map_pic {
    margin: 0 auto;
  }
  .footer_contact_box {
    width: 100%;
  }
  .footer_note_card {
    padding: 20px 0 0 0px;
    margin: 20px 0 0 0px;
    border-top: 2px solid #eae3d0;
    border-left: none;
    width: 100%;
  }
  /* ▽▽ページトップへ
  ----------------------------------------------------- */
  .js-pageTop {
    bottom: 60px;
  }
  /* △△ページトップへ
  ----------------------------------------------------- */
 #rec_floating {
		left: 20px;
		bottom: 10%;
	}
	#rec_floating img {
		width: 120px;
	}

}

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

0〜864px

================================*/
@media (max-width: 864px) {
  /* ▽▽footer
  ----------------------------------------------------- */
  .yoyaku_heading_eria {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reservation_red_test {
    margin-left: 0;
    margin-top: 5px;
  }
  /* △△footer
  ----------------------------------------------------- */
}

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

0〜480px

================================*/
@media (max-width: 480px) {
  .grad-btn {
    display: block;
    background: #fff;
    color: #ef7a00;
    padding: 5px;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    margin: 0 auto 5px;
    width: 100px;
    font-weight: bold;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 80px;
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#ee7c02),
      color-stop(50%, #ee7a022b),
      color-stop(50%, #ee7a022b),
      to(#ee7a0214)
    );
    background: linear-gradient(
      0deg,
      #ee7c02 0%,
      #ee7a022b 50%,
      #ee7a022b 50%,
      #ee7a0214 100%
    );
    content: "";
  }
  .grad-trigger:checked ~ .grad-item::before {
    background: none;
  }
  .grad-btn::before {
    content: "続きを読む";
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる";
  }

  /* ▽▽タイトル
------------------------------------------------------- */
  .section_ttl_jp_w {
    font-size: 8vw;
    margin: 0 0 40px 0;
  }

  /* ▽▽タブレット・スマホ固定
  ----------------------------------------------------- */
  .fixed_copyright {
    text-align: center;
    font-size: 2vw;
  }
  /* ▽▽ページトップへ
  ----------------------------------------------------- */
  .js-pageTop {
    bottom: 57px;
  }
  /* △△ページトップへ
  ----------------------------------------------------- */
  .catchcopy {
    /* top: 63%; */
    width: 90%;
  }
  .infobar {
    font-size: 3.5vw;
    padding: 4px 0 0 4px;
  }
  .policy_box_cont_txt {
    font-size: 18px;
    padding: 5%;
  }
  .ourpolicy {
    padding: 30px 0 0 0;
  }

  /* ▽▽topics
  ----------------------------------------------------- */
  .topics {
    padding-top: 110px;
    background-position: left 60% top 8%, left top;
    background-size: 119%, auto;
  }
  .topics.-purple {
    padding-top: 80px;
    background-position: center top 20px;
	background-size: 120%, auto;
  }

  /*タイトル*/
  .topics_ttl {
    font-size: 6vw;
  }

  .topics_inner {
    font-size: 16px;
    padding: 30px 5%;
  }

  /*メンテナンス*/
  .maintainance_wrap {
    margin: 15px 0 0 0;
  }
  .maintainance {
    width: 100%;
    font-size: 18px;
    margin: 0 auto 10px auto;
    padding: 5px 0px;
    font-weight: bold;
    border-radius: 30px;
  }

  /*リンクボタン*/
  .topics_link {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .topics_link a {
    padding: 0 15px 10px;
  }

  /* △△topics
  ----------------------------------------------------- */
  .features_inner {
    padding: 5% 2%;
  }
  .features_box {
    padding: 0px 1% 2% 1%;
  }
  .features_bnr {
    padding: 40px 10px 0;
  }
  .features_bnr_item {
  }
  .features_bnr_img {
  }
  .services .section_ttl_jp {
    font-size: 8vw;
  }
  .service_list {
    display: block;
  }
  .service_box_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service_box {
    height: 100px;
    margin: 0 0px 10px 0;
  }
  .service_box_txt {
    border-top: none;
    width: 50%;
    font-size: 18px;
    padding: 0 0 0 10px;
    border-left: solid #333 1px;
  }
  .features_sttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5vw;
    height: 65px;
    margin: 10px 5px;
    letter-spacing: auto;
  }
  .service_box_icon {
    width: 20%;
  }
  .service_copy img {
    width: 50%;
  }
  .esthetic .service_copy img {
    width: 65%;
  }
  .maintain {
    background: no-repeat 53% top url(/img_new/services_bg01.jpg?03), #fbd7be;
    height: auto;
    background-size: 430%;
  }
  .cure {
    background: no-repeat 36% top url(/img_new/services_bg02_ver03.jpg), #e7f1ff;
    height: auto;
  }
  .esthetic {
    background: no-repeat 52% top url(/img_new/services_bg03.jpg), #ffe1fe;
    height: auto;
    background-size: 390%;
  }
  .greeting_catch {
    font-size: 5vw;
  }
  .greeting {
    background: no-repeat url(/img_new/RDentalClinic_deco.png),
      repeat url(/img_new/white_bg.jpg);
    background-position: center 66%, center;
    background-size: contain, auto;
  }
  .consultationhours_ttl_wrap {
    display: block;
  }
  .report_inner {
    padding: 45px 3% 45px 4%;
  }
  .information_inner {
    padding: 45px 3% 45px 4%;
  }
  .bnr_zone {
    margin: 50px auto 0 auto;
    width: 95%;
    max-width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr_zone_cont {
    width: 49%;
  }
  .youtube_content {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* 高さを指定(16:9) */
  }
  .youtube_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
