@charset "utf-8";
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {
  color: #000000;
  height: 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 10px 0 10px 0;
}
h2.ud {
  color: #231815;
  margin: 0 0 0 0;
  padding: 60px 30px 0 0;
  text-shadow:
    0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
}
h3 {
  background-color: #fef8f4;
  color: #de5c01;
  border: #eed2bf 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 0;
  margin: 0 0 20px 0;
  text-align: center;
}
h4 {
  border-bottom: #de5c01 1px dotted;
  padding: 5px 0 10px 0;
  margin: 5px 0 10px 0;
  letter-spacing: 0.1em;
  color: #de5c01;
}
h4:before {
  content: url(../images/square.png);
  margin: 0 10px 0 15px;
}
.ttl02 {
  margin: 25px 0 10px 0;
}
.ttl03 {
  border-bottom: #de5c01 1px dotted;
  padding: 5px 0 10px 0;
  margin: 5px 0 10px 0;
  letter-spacing: 0.1em;
  color: #99885A;
}
.ttl03:before {
  content: url("../images/square02.png");
  margin: 0 10px 0 15px;
}
.bnr_area {
  width: 1100px;
  margin: 0 auto 25px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.bnr_area img {
  margin: 0 auto 10px;
}
.bnr_area a:hover {
  opacity: 0.5;
}
.bnr_areaL {
  width: 550px;
  text-align: center;
}
.bnr_areaR {
  width: 550px;
  text-align: center;
}
h5, .profile_btn {
  background-color: #e2dad4;
  color: #573017;
  padding: 10px 16px;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.profile_btn {
  margin: 20px 0 0;
  font-weight: bold;
  cursor: pointer;
}
.profile_btn::before {
  content: '▼';
}
.profile_btn.active::before {
  content: '▲';
}
.profile_detail {
  padding: 10px 0 0;
}
h6 {
  background-color: #e5f2fa;
  color: #573017;
  padding: 10px 16px;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pframe {
  border: #ddd 1px solid;
}
@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    margin: 10px 0 10px 0;
  }
  h3 {
    background-color: #fef8f4;
    color: #de5c01;
    border: #eed2bf 1px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px;
    margin: 0 0 20px 0;
    text-align: center;
    height: auto;
  }
}
/* =======================================================================

   全体
   
======================================================================= */
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*	background-image: url(./images/bg.png);
	background-repeat: repeat;*/
  text-align: center;
  color: #000000;
  min-width: 1100px;
  border-top: #fba561 3px solid;
}
.pc_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.Rounded {
  font-family: 'M PLUS Rounded 1c';
  font-weight: 600;
  letter-spacing: .2rem;
}
/*色*/
.green {
  color: #25742C;
  font-weight: bold;
}
.brown {
  color: #6D412E;
  font-weight: bold;
}
.light_brown {
  color: #967b60;
}
.lightOrange {
  color: #e96015;
}
.orange {
  color: #dc8913;
}
a.orange {
  color: #dc8913 !important;
  text-decoration: none;
}
.orange_bold {
  color: #ec6941;
  font-weight: bold;
}
.blue {
  color: blue !important;
}
.red {
  color: red !important;
}
.white {
  color: #fff !important;
}
.background-lightOrange {
  background: #e96015;
}
.background-orange {
  background: #ed9915;
}
a.red {
  color: red !important;
}
.blue_bold {
  color: #155ca6;
  font-weight: bold;
}
a.blue_bold {
  color: #155ca6 !important;
  font-weight: bold;
}
.green_bold {
  color: #41b327;
  font-weight: bold;
}
.text_s {
  font-size: 82%;
}
.underline {
  text-decoration: underline;
}
.wavy {
  text-decoration: underline wavy red;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
}
.d-inline-block {
  display: inline-block;
}
/*枠*/
.img_waku {
  border: 1px solid #cccccc;
  padding: 2px;
}
a.tell_link {
  font-size: 24px;
}
a.tell_link2 {
  font-size: 24px;
}
.pc_space {
  margin-right: 10px;
}
.linkbtn {
  border: 1px solid #4c4c4c;
  border-radius: 20px;
  background-color: #fedcdd;
  color: #4c4c4c;
  padding: 10px 20px;
  display: inline-block;
}
.linkbtn a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pc_space {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
/* テキスト揃え */
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.mb20 {
  margin-bottom: 20px;
}
.font16 {
  font-size: 1.6rem;
}
.font20 {
  font-size: 2rem;
}
.block {
  display: block;
}
.mb10 {
  margin-bottom: 1rem;
}
.border-bottom-w {
  border-bottom: 1px #fff solid;
}
/* 詳細ボタン */
.btn_detail {
  text-decoration: none !important;
  padding: 3px 15px 3px 15px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #EED2BF;
  color: #DE5901 !important;
  font-size: 12px;
  display: inline-block;
}
.btn_detail:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.btn_detail::before {
  content: "▶";
  color: #DE5901;
  font-size: 12px;
  margin: 0 5px 0 0;
}
/* 詳細ボタン2 */
.btn_detail2 {
  color: #DE5901 !important;
  font-size: 14px;
  display: inline-block;
}
.btn_detail2:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_c {
  margin: 10px auto;
  display: block;
}
.fr_spc {
  float: right;
  margin: 0 20px;
}
.img_flame {
  border: 1px solid #cccccc;
}
.fl_spc {
  float: left;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .fr_spc {
    float: none;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  img.img_width {
    width: 98%;
  }
  .fl_spc {
    float: none;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  img.img_45 {
    width: 45%;
  }
  .font16 {
    font-size: 1.2rem;
  }
  .font20 {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_overview {
  margin: 0 0 10px 5px;
  padding: 0 0 0 10px;
}
ul.list_overview li {
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  margin: 0 0 0 5px;
  color: #71502f;
  list-style-type: disc;
}
ul.list_overview li.none {
  list-style-type: none;
  margin: 0 0 0 -15px;
}
ul.list_disc_footer {
  padding-left: 20px;
  margin-left: 5px;
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.list_disc_footer li {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
ul.list_normal li {
  list-style-type: disc;
  margin: 0 0 10px 25px;
  line-height: 140%;
}
ul.list_mark {
  list-style-type: circle;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  margin-left: 5px;
}
.list_num li {
  list-style-type: decimal;
  line-height: 150%;
  font-size: 16px;
  margin: 0 0 10px 35px;
}
.list_num_point {
  padding-left: 0; /* デフォルトのインデントを削除 */
  counter-reset: list-item; /* リストのカウンターをリセット */
}
.list_num_point li::before {
  content: "Point " counter(list-item) ; /* "point 〇" の形式で番号を付ける */
  margin-right: 10px; /* 番号とリストアイテムの間隔 */
  font-weight: bold;
  color: #de5c01;
}
.list_roman li {
  list-style-type: upper-roman;
  line-height: 150%;
  font-size: 16px;
  margin: 0 0 10px 35px;
}
ul.list_icon {
  list-style-type: none;
  margin: 0 0 10px 5px;
  padding: 0 0 0 10px;
}
ul.list_icon li a {
  text-decoration: none;
  color: red;
}
ul.bold_b {
  font-weight: bold;
  margin-top: 0.5em;
}
ul.bold_b li {
  font-size: 1.2em;
}
ol.list_parentheses {
  padding: 0 0 0 2em;
  margin: 0;
}
ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}
ol.list_parentheses.q {
  padding: 0 0 0 .5em;
}
ol.list_parentheses.q li:before {
  display: marker;
  content: "Q"counter(cnt) ". ";
}
ol.list_painless {
  padding: 0 0 0 2em;
  margin: 0;
}
ol.list_painless li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
ol.list_painless li:before {
  display: marker;
}
/*申し込み*/
ul.list_app {
  list-style-type: none;
  margin: 0 0 30px 0;
}
ul.list_app li {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  ul.list_normal {
    line-height: 30px;
    padding-left: 10px;
    font-size: 16px;
  }
  ul.list_mark {
    list-style-image: url(../images/maru.png);
    padding-left: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .list_num li {
    list-style-type: decimal;
    line-height: 30px;
    font-size: 16px;
  }
  .list_roman li {
    list-style-type: upper-roman;
    line-height: 30px;
    font-size: 16px;
  }
  ul.list_neuro li ul {
    margin-left: 20px;
  }
  ul.list_neuro li ul li.mtext {
    margin-top: 20px;
    line-height: 120%;
  }
  ul.list_neuro li ul li.stext {
    line-height: 140%;
  }
  ul.list_neuro li {
    line-height: 90%;
  }
  ul.list_neuro li ul.list_neuro_2 li {
    list-style-type: none;
    font-size: 16px;
    line-height: 120%;
  }
}
/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */
.wrapper {
  padding: 0;
  width: 1100px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
.p_time {
  position: relative;
}
header {
  overflow: hidden;
  width: 1100px;
  height: 190px;
  margin: 0px auto;
  position: relative;
}
header figure.logo {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
}
header p.h_address {
  position: absolute;
  top: 55px;
  left: 440px;
  margin: 0;
  height: auto;
  text-align: left;
  line-height: 130%;
  font-size: 15px;
}
header p.h_tel {
  position: absolute;
  top: 100px;
  left: 440px;
  margin: 0;
  height: auto;
}
header p.h_tel a {
  pointer-events: none;
}
header figure.button {
  position: absolute;
  top: 55px;
  left: 710px;
  margin: 0;
}
header figure.button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  figure.button_sp {
    width: 100%;
    margin: 20px auto;
  }
  figure.button_sp img {
    width: 20%;
    height: auto;
  }
  header p.h_tel a {
    pointer-events: auto;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_list {
  width: 1099px;
  margin: 0 auto;
  /*	position:relative;
	z-index:10000;*/
  height: 53px;
}
ul.main_nav {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}
ul.main_nav li {
  float: left;
  padding: 0px;
  height: 53px;
  text-align: center;
  font-weight: bold;
  list-style-type: none;
}
ul.main_nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 22px 0 0 0;
}
ul.main_nav li a:hover {}
ul.main_nav li {
  width: 89px;
}
ul.main_nav li.nav_02 {
  width: 138px;
}
ul.main_nav li.nav_03 {
  width: 162px;
}
ul.main_nav li.nav_04 {
  width: 109px;
}
ul.main_nav li.nav_05 {
  width: 194px;
}
ul.main_nav li.nav_06 {
  width: 125px;
}
ul.main_nav li.nav_08 {
  width: 172px;
}
ul.main_nav li.nav_07 {
  width: 199px;
}
nav ul.main_nav li.nav_02 ul.main_nav_sub li {
  background-color: rgba(255, 247, 242, 0.80);
  width: 147px;
  height: 40px;
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #573017;
}
nav ul.main_nav li.nav_03 ul.main_nav_sub li {
  background-color: rgba(255, 247, 242, 0.80);
  width: 170px;
  height: 40px;
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #573017;
}
nav ul.main_nav li.nav_04 ul.main_nav_sub li {
  background-color: rgba(255, 247, 242, 0.80);
  width: 120px;
  height: 40px;
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #573017;
}
nav ul.main_nav li.nav_05 ul.main_nav_sub li {
  background-color: rgba(255, 247, 242, 0.80);
  width: 218px;
  height: 40px;
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #573017;
}
nav ul.main_nav li.nav_06 ul.main_nav_sub li {
  background-color: rgba(255, 247, 242, 0.80);
  width: 120px;
  height: 40px;
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #573017;
}
nav ul.main_nav li ul.main_nav_sub li a {
  padding: 10px 0 21px 0;
  margin: 0;
  color: #573017;
}
nav ul.main_nav li ul.main_nav_sub li a:hover {
  background-color: rgba(255, 229, 213, 0.70);
}
@media screen and (max-width: 767px) {
  nav {
    display: none;
    height: 0;
  }
  nav ul {
    display: none;
  }
  body header {
    display: none;
  }
  figure.logo_sp {
    width: 75%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
  }
  figure.logo_sp img.logo {
    width: 40px;
    height: 40px;
    float: left;
  }
  figure.logo_sp img.name {
    width: 75%;
    float: right;
  }
  figure.logo_sp img.tell {
    width: 75%;
    float: right;
  }
}
/* -----------------------------------------------------------
　メインナビ固定
----------------------------------------------------------- */
.fixed {
  border-top: #fba561 3px solid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.90);
  height: 260px;
}
@media screen and (max-width: 767px) {
  .fixed {
    display: none;
  }
}
/* -----------------------------------------------------------
  キービジュアル
----------------------------------------------------------- */
.key_visual_sp {
  width: 100%;
  margin: 0 auto 20px auto;
  height: auto;
  overflow: hidden;

    img {
        width: 100%;
        height: auto;

    }
    
}
.key_visual_bg_sp {
    position: relative;
      &::after {
      position: absolute;
      inset: auto 0 5rem;
      margin: auto;
      display: block;
      content:"";
      bottom: 0;
      background: url(../img/logo.png) no-repeat center center / contain;
      width: 7rem;
      height: 7rem;
    }
  img {
  width: 100%;
  height: auto;
  }
}
/* .key_visual_bg_sp img {

} */
/*下層*/
.key_visual_ud {
  width: 1091px;
  height: 207px;
  margin: 40px auto 0 auto;
  overflow: hidden;
}
.key_frame {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_clinic {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_admission {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_obstetrics {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_access {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_reservation {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_reserve {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_inquiry {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_obstetrics-outpatient {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_recruit {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_magazine {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
.key_frame_labor {
  background: url(../images/keyvisual_ud.png) 0 0 no-repeat;
  width: 1091px;
  height: 207px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .key_visual_sp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    img {
    width: 100%;
    }
    p {
    margin-top: 10px;
    line-height: 110%;
    }
    h2 img {
    width: 100%;
  }
  }
  .key_visual_bg_sp {
    img {
    width: 100%;
  }
  }
  /*下層*/
  .key_visual_ud {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .key_frame {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_clinic {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_admission {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_obstetrics {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_access {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_reservation {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_reserve {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_inquiry {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_obstetrics-outpatient {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_recruit {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_magazine {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .key_frame_labor {
    background: url(../images/keyvisual_ud_sp.png) no-repeat center center;
    background-size: contain;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 30.44% 0 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  h2.ud {
    font-size: 18px;
    color: #231815;
    margin: -26% 20px 0 0;
    padding: 0;
    text-align: right;
    text-shadow:
      0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
  }
}
/* -----------------------------------------------------------
　スライダー レイヤー（上）
----------------------------------------------------------- */
.h_time_frame {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
figure.h_time {
  position: relative;
  z-index: 9999;
  top: 286px;
  /*	left:780px;*/
  left: 68%;
  margin: -286px 0 0 0;
  width: 286px;
}
.wideslider {
  margin: 40px 0 0 0;
  padding: 0 0 60px 0;
}
.wideslider .over {
  position: relative;
  z-index: 100;
  top: 340px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 222px;
  height: 136px;
}
@media screen and (max-width: 767px) {}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
section p {
  overflow: hidden;
  line-height: 130%;
  margin: 0 0 10px 0;
}
section p.work {
  margin-top: 2.0em;
  margin-bottom: -1.5em;
  color: #de5c01;
  font-weight: bold;
}
section p.painless_txt {
  margin-top: 1.0em;
  margin-bottom: 0;
  line-height: 2;
}
.main_contents {
  width: 1100px;
  height: auto;
  margin: 14px auto 60px auto;
}
.main_contents_baby {
  width: 1100px;
  height: auto;
  margin: 14px auto 20px auto;
}
#main_contents {
  width: 1100px;
  margin-bottom: 0px;
}
.relation_contents {
  width: 1100px;
  height: auto;
  margin: 0px auto;
}
.sentence {
  overflow: hidden;
  margin: 40px 0 0 0;
}
.marg {
  margin-top: 40px;
}
.sub_sentence {
  overflow: hidden;
}
.h4_text {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .main_contents {
    width: 98%;
    height: auto;
    float: none;
    margin: 0 auto 60px auto;
  }
  .main_contents_baby {
    width: 98%;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;
  }
  #main_contents {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #main_contents_top {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .relation_contents {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .sentence {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px;
  }
  .sentence > section .sentence {
    margin: 30px 0 0 0;
    padding: 0;
  }
  .sentence > section .sentence > .sentence {
    margin: 30px 0 0 0;
    padding: 0;
  }
  section p.work {
    margin-bottom: -1.0em;
  }
}
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
.bnr_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0;
  padding: 0;
  justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
}
.bnr_row div {
  width: 49%;
}
.w100 {
  width: 100% !important;
}
.w50 {
  width: 50% !important;
}
.mx-auto {
  margin: auto !important;
}
.bnr_row div img {
  width: 100%;
  height: auto;
}
.bnr img {
  width: auto;
  height: auto;
}
.bnr img {
  width: 500px;
  height: 55px;
}
.bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .bnr_row {
    display: block;
    list-style: none;
    margin: 50px 0 35px;
    padding: 0;
  }
  .bnr_row div {
    width: 100%;
    margin-bottom: 15px;
  }
  .bnr_row div img {
    width: 100%;
    height: auto;
  }
  .bnr img {
    width: 100%;
    height: auto;
  }
  .w50 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------
　お知らせ欄
----------------------------------------------------------- */
.notice_frame {
  height: 340px;
  overflow-y: scroll;
  margin: 20px 0 60px 0;
}
.notice_frame dl {
  width: 98%;
  margin: 0 0 0 2%;
}
.notice_frame dl dt {
  margin: 5px 0 0 0px;
  font-size: 14px;
  padding: 2px 20px;
  border-top: #a6937c 1px solid;
  border-bottom: #a6937c 1px solid;
  color: #482b0e;
  letter-spacing: 0.1em;
}
.notice_frame dl dt span {
  margin: 0 20px 0 0;
}
.notice_frame dl dd {
  margin: 15px 0 20px 10px;
  font-size: 14px;
  border-bottom: #a6937c 2px dotted;
  padding: 0 0 20px 0;
  color: #482b0e;
}
.notice_frame.switching dl dt {
  cursor: pointer;
  position: relative;
  padding: 2px 40px 2px 20px;
}
.notice_frame.switching dl dt:not(:first-of-type) {
  margin: 15px 0 0 0px;
}
.notice_frame.switching dl dt::after {
  position: absolute;
  top: 0.2em;
  right: 15px;
  content: '▼';
}
.notice_frame.switching dl dt.active::after {
  content: '▲';
}
.notice_frame.switching dl dd {
  display: none;
}
@media screen and (max-width: 767px) {
  .notice_frame.switching dl dt::after {
    top: 0;
  }
  .notice_frame.switching dl dt span {
    display: block;
  }
}
/* -----------------------------------------------------------
　関連コンテンツ
----------------------------------------------------------- */
.slider {
  width: 1050px;
  margin: 0 auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .slider {
    width: 90% !important;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　クリニック概要
----------------------------------------------------------- */
.overview_frame {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.overview_frame p {
  color: #482b0e;
}
.overview_frame p a {
  color: #482b0e;
}
dl.list_overview {
  width: 380px;
  overflow: hidden;
  float: left
}
dl.list_overview dt {
  width: 82px;
  height: 25px;
  background-color: #fefcef;
  color: #f0642b;
  border: #f7ab86 1px solid;
  text-align: center;
  float: left;
  margin: 0 0 20px 0;
  font-size: 14px;
}
dl.list_overview dd {
  width: 280px;
  float: left;
  border-bottom: #603913 1px dotted;
  padding: 0 0 4px 10px;
  margin: 0 0 20px 0;
  font-size: 13px;
  color: #673e21;
}
dl.list_overview dd.two {
  width: 280px;
  float: left;
  border-bottom: #603913 1px dotted;
  padding: 0 0 0 10px;
  line-height: 120%;
  font-size: 14px;
  margin: 0 0 20px 0;
}
dl.right {
  margin: 0 0 0 10px;
}
dl.list_overview dt.two_letters {
  letter-spacing: 1em;
  padding: 0 0 0 10px;
  width: 73px;
}
dl.list_overview dt.three_letters {
  letter-spacing: 0.4em;
  padding: 0 0 0 5px;
  width: 78px;
}
dl.list_overview dt.four_letters {
  letter-spacing: 0.1em;
}
dl.list_overview dd.overview_tell a {
  pointer-events: none;
  text-decoration: none;
}
.other {
  width: 375px;
  float: left;
}
.timetable {
  width: 720px;
  float: right;
}
.timetable table {
  padding: 0px;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  margin: 0 0 5px 0;
  background-color: #FFF;
  border-collapse: collapse;
}
.timetable table tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.timetable table tr td {
  text-align: center;
  border: 1px solid #916c49;
  padding: 8px 0;
  line-height: 1.4;
  color: #71502f;
  vertical-align: middle;
  font-size: 12px;
}
.timetable table tr td.none {
  color: #000000;
}
.timetable table tr th {
  background-color: #fedcdd;
  border: 1px solid #916c49;
  padding: 5px;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  color: #71502f;
  width: 90px;
}
.timetable table tr th.time {
  width: 90px;
}
.timetable table tr th.clinical {
  color: #000000;
  width: 70px;
}
iframe.overview_map {
  width: 100%;
  height: 340px;
  border: none;
  margin-bottom: 80px;
}
.timetable_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  a.tel {
    pointer-events: none;
    text-decoration: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .overview_frame {
    width: 100%;
    margin: 0 auto;
  }
  dl.list_overview {
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: left;
  }
  dl.right {
    margin: 0;
  }
  dl.list_overview dt {
    float: none;
  }
  dl.list_overview dd {
    width: 100%;
    float: none;
    border-bottom: #603913 2px dotted;
    padding: 0 0 4px 10px;
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  dl.list_overview dd.clinic_name {
    width: 100%;
    float: none;
    border-bottom: #603913 2px dotted;
    padding: 0 0 4px 10px;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 10px 0;
  }
  dl.list_overview dd.two {
    width: 100%;
    float: none;
    border-bottom: #603913 2px dotted;
    padding: 0 0 0 10px;
    line-height: 120%;
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  dl.list_overview dd.overview_tell a {
    pointer-events: auto;
  }
  .timetable {
    display: none;
  }
  .overview_frame iframe {
    width: 100%;
    float: none;
    height: 323px;
    border: none;
    overflow: hidden;
    margin: 20px 0 60px 0;
  }
  .timetable_sp {
    width: 100%;
    float: right;
    display: block;
  }
  .timetable_sp table {
    padding: 0px;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    margin: 0 0 5px 0;
    background-color: #FFF;
    border-collapse: collapse;
  }
  .timetable_sp table tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  .timetable_sp table tr td {
    text-align: center;
    border: 1px solid #916c49;
    padding: 12px 0;
    color: #71502f;
    vertical-align: middle;
    font-size: 12px;
  }
  .timetable_sp table tr td.none {
    color: #000000;
  }
  .timetable_sp table tr th {
    background-color: #fedcdd;
    border: 1px solid #916c49;
    padding: 6px;
    text-align: center;
    font-weight: normal;
    color: #71502f;
  }
  .timetable_sp table tr th.time {
    width: 30%;
  }
  iframe.overview_map {
    width: 100%;
    height: 340px;
    border: none;
    margin: 0 0 60px 0;
  }
}
/* -----------------------------------------------------------
  出産・分娩・入院・外来について
----------------------------------------------------------- */
.wrapper_baby {
  width: 1100px;
  height: 800px;
  /* overflow: hidden; */
  padding: 20px 0 0 0;
  margin: 0px auto 0 auto;
}
.oag_frame {
  overflow: visible;
}
figure.oag_frame_left {
  float: left;
  width: 538px;
  margin: 0;
  padding: 0;
}
.oag_frame_right {
  float: right;
  width: 538px;
  position: relative;
}
.box_1 {
  position: absolute;
  max-height: 245px;
  top: 0px;
  left: 0px;
  margin: 0;
}
.box_2 {
  position: absolute;
  top: 0px;
  left: 275px;
  margin: 0;
}
.box_3 {
  position: absolute;
  top: 220px;
  left: 0px;
  margin: 0;
}
.box_4 {
  position: absolute;
  top: 220px;
  left: 275px;
  margin: 0;
}
.oag_box {
  width: 260px;
  height: 275px;
}
.oag_title {
  background-color: #d8f3fc;
  color: #673e21;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}
ul.list_oag {
  list-style-type: disc;
  text-align: left;
  margin: 10px 0 10px 25px;
}
ul.list_oag li {
  color: #673e21;
}
ul.list_white {
  list-style-type: disc;
  text-align: left;
  margin: 0 0 0 25px;
}
ul.list_white li {
  color: #fff;
}
.detail_here {
  color: #5c402d;
  border: #5c402d 1px solid;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.detail_here a {
  display: block;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wrapper_baby {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: none;
    ;
    padding: 0;
    margin: 40px 0 0 0;
  }
  figure.oag_frame_left {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  figure.oag_frame_left img {
    width: 90%;
    height: auto;
  }
  .oag_frame_right {
    float: none;
    width: 100%;
    position: static;
  }
  .box_1 {
    position: static;
    float: left;
    width: 46%;
    height: 300px;
    margin: 0 2%;
  }
  .box_2 {
    position: static;
    float: left;
    width: 46%;
    height: 300px;
    margin: 0 2%;
  }
  .box_3 {
    position: static;
    margin: 0 2%;
    float: left;
    width: 46%;
    height: 300px;
  }
  .box_4 {
    position: static;
    margin: 0 2%;
    float: left;
    width: 46%;
    height: 300px;
  }
}
/* -----------------------------------------------------------
  お産を頑張る女性・お母さまへのガイド
----------------------------------------------------------- */
.guide_frame {
  margin: 0 5px 80px 0;
  float: left;
  overflow: hidden;
}
.guide_frame:last-child {
  margin: 0 0 60px 0;
}
.guide_box {
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: calc(1100px / 3 - 10px);
  height: 360px;
  text-align: center;
  padding: 15px 0 0 0;
  float: left;
  margin: 0 10px 0 0;
}
.guide_box figure {
  margin: 0;
}
.guide_title {
  font-weight: bold;
  color: #522b0f;
  text-shadow:
    0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
  border-bottom: #000000 1px dotted;
  width: 245px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.guide_text {
  color: #522b0f;
  text-align: left;
  width: 245px;
  height: 135px;
  margin: 10px auto 0 auto;
  font-size: 15px;
  line-height: 130%;
}
p.guide_here {
  color: #522b0f;
  text-align: right;
  margin: 10px 20px 10px 0;
  font-size: 15px;
  line-height: 1.8;
}
p.guide_here a {
  text-decoration: none;
}
.guide_box:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .guide_frame {
    overflow: hidden;
    margin: 0 5px 20px 0;
    float: none;
  }
  .guide_box {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }
  .guide_title {
    width: 90%;
  }
  .guide_box figure img {
    width: 90%;
    height: auto;
  }
  .guide_text {
    width: 90%;
    /*height:200px;*/
    height: auto;
  }
}
/* -----------------------------------------------------------
 関連コンテンツ
----------------------------------------------------------- */
.wrapper_contents {
  width: 100%;
  overflow: hidden;
  margin: 0 0 60px 0;
}
.list_contents {}
.list_contents ul li {
  display: inline-block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .list_contents ul li {
    display: inline-block;
    width: 22%;
  }
  .list_contents ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_contents ul li {
    display: inline-block;
    width: 45%;
    margin: 0 0 10px 0;
  }
  .list_contents ul li img {
    width: 100%;
  }
}
/* -----------------------------------------------------------
 連携医療機関
----------------------------------------------------------- */
.collaborating_medical_institution {
  background: url(../images/bg_organ.png) no-repeat;
  background-position: center center;
  height: 135px;
  text-align: center;
  padding: 75px 0 0 0;
}
.collaborating_medical_institution p {
  width: 820px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #4d3116;
}
@media screen and (max-width: 767px) {
  .collaborating_medical_institution p {
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
}
/* -----------------------------------------------------------
  フッター
----------------------------------------------------------- */
.copyright_waku {
  background-color: #f1751e;
  color: #ffffff;
  height: 24px;
  font-size: 14px;
  margin-top: 40px;
}
.copyright {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
  padding-top: 5px;
  text-align: center;
}
.copyright a {
  color: #ffffff;
  text-decoration: none;
}
footer {
  background-color: #fef8f4;
  color: #673e21;
}
.footer_frame {
  width: 1100px;
  padding: 40px 0 0 0;
  margin: 40px auto 0 auto;
  overflow: hidden;
  height: auto;
}
.footer_left {
  float: left;
  text-align: left;
  width: 288px;
  border-right: #a9a7a5 1px dotted;
}
.footer_left p {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #673e21;
}
.footer_left address {
  font-style: normal;
  font-size: 14px;
}
ul.footer_right {
  float: left;
  margin: 0;
  width: 790px;
  padding: 10px 0 0 20px;
}
ul.footer_right li {
  float: left;
  font-size: 14px;
  width: 180px;
  margin: 0 0 5px 0;
  text-align: left;
  line-height: 200%;
  list-style-type: none;
}
ul.footer_right li a {
  text-decoration: none;
  color: #673e21;
}
ul.footer_right li:last-child {
  margin: 0;
}
ul.footer_right li:before {
  content: "▶";
  color: #c7b297;
  font-size: 12px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
  .copyright_waku {
    height: auto;
  }
  .copyright {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 80%;
    text-align: center;
    line-height: 1.4;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkPagetop {
  float: right;
}
#Pagetop {
  position: fixed;
  bottom: 45px;
  right: -20px;
  margin-right: auto;
  margin-left: auto;
}
#Pagetop li {
  padding-top: 0px;
  height: 100px;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  margin-right: 0px;
  list-style-type: none;
}
#Pagetop a {
  display: block;
  color: #FFF;
}
#Pagetop_ich {
  float: right;
  margin: 0px;
  padding: 0px;
}
#Pagetop a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #Pagetop li {
    height: 120px;
  }
}
/*ページ右側固定バナー*/
#right_button {
  display: none;
}
.fixed2 {
  display: block;
  position: fixed;
  top: 200px;
  z-index: 10000;
  margin: 0;
  right: 0;
  width: 70px;
  background: none;
  background-color: rgba(255, 255, 255, 0.90);
  height: auto;
  .branch_hospital {
    background-color: #fef8f4 ;
    border: 1px solid #de5c01;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-height: 200px;
    font-size: 1.17em;
    color: #de5c01;
    font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration:none;
  &:hover {
    opacity: .6;
  }
  }
}
@media screen and (max-width: 767px) {
  #right_button {
    display: none;
  }
  #right_button img {
    display: none;
  }
}
/*ページ下側固定バナー*/
.sp_btm {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    background-color: #ffefcf;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    list-style: none;
  }
  .sp_btm .sp_btm_btn {
    width: calc((100% - 24px) / 2);
  }
  .sp_btm .sp_btm_btn a {
    border: #EED2BF 2px solid;
    background: #fefcef;
    color: #de5c01;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
  }
  .sp_btm .sp_btm_btn a img {
    width: 32px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　スマホヘッダ
----------------------------------------------------------- */
/* -----------------------------------------------------------
　スマホヘッダ
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .hbg_frame {
    border-bottom: #ece4d9 1px solid;
  }
  .hbg_menu {
    overflow: hidden;
    height: 80px;
    margin-top: 10px;
  }
  .btn {
    background: transparent url(../images/btn.png) no-repeat 0 0;
    display: block;
    width: 40px;
    height: 61px;
    position: fixed;
    top: 23px;
    right: 10px;
    cursor: pointer;
    z-index: 200;
    background-size: 80px;
  }
  .peke {
    background-position: -40px 0;
  }
  .drawr {
    display: none;
    position: fixed;
    top: 0px;
    right: 0;
    width: 60%;
    padding: 0 0 20px 0;
    z-index: 100;
    margin-top: 80px;
  }
  #menu, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
  }
  #menu li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #menu li.list_top {
    border-top: 1px solid #ccc;
  }
  #menu li a {
    color: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
  }
  .hbg_menu .drawr ul#menu li {
    background-color: #f1751e;
    color: #fff;
  }
  /*スマホヘッダ詳細情報*/
  .sp_head_tell {
    float: none;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }
  .sp_head_tell img {
    width: 287px;
    height: 70px;
  }
  .sp_head_tell p {
    line-height: 18px;
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
  }
}
/*
@media screen and (max-width: 767px) {
.hbg_frame{
	border-bottom:#ece4d9 1px solid;
}	

.hbg_menu{
	overflow:hidden;
	height:80px;
	margin-top:10px;

}


.btn {
	background:transparent url(./images/btn.png) no-repeat 0 0;
	display: block;
	width:59px;
	height: 61px;
	position: absolute;
	top:15px;
	right:10px;
	cursor: pointer;
	z-index: 200;
}
.peke {
	background-position: -59px 0;
}
.drawr {
	display: none;
	background-color:#ffffff;
	position: absolute;
	top: 0px;
	right:0;
	width:100%;
	padding:0 0 20px 0;
	z-index: 100;
	margin-top:120px;
	height:300px;
}
#menu, #menu li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	font-weight:normal;


}
#menu li {
	width:100%;
	border-bottom:1px solid #ccc;


}

#menu li.list_top{
	border-top:1px solid #ccc;
}

#menu li a {
	color:#fff;
	display: block;
	padding: 12px;
	text-decoration:none;
}

.hbg_menu .drawr ul#menu li{
  background-color:#f1751e; 
  color:#fff;

}

.sp_head_tell {
	float: none;
	text-align:center;
	margin-left:30px;
	margin-right:30px;
}

.sp_head_tell img{
	width:287px;
	height:70px;

}

.sp_head_tell p{
	line-height:18px;
	font-weight:bold;
	padding-left:0px;
	margin-bottom:10px;
	margin-top:30px;
	text-align:left;
}
	
}
*/
/* -----------------------------------------------------------
　アコーディオン
----------------------------------------------------------- */
/* 親の[ul] */
.syncer-acdn-parent {
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  width: 100%;
}
.syncer-acdn {
  font-size: 20px;
  text-align: left;
  padding: 0;
  width: 100%;
  letter-spacing: 0.1em;
}
/* 子の[ul] */
.syncer-acdn-child {
  display: none;
}
/* 余白設定 */
.syncer-acdn-child, .syncer-acdn-parent li, .syncer-acdn-parent li p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}
/* 親と子の[li] */
.syncer-acdn-parent li {
  list-style: none;
}
.syncer-acdn-parent li img {
  margin: 0 10px 0 5px;
}
/* 親の[a] */
.syncer-acdn-parent li p a {
  position: relative;
  top: 0;
  left: 0;
  background-color: #0062a9;
  color: #ffffff;
}
.syncer-acdn-parent li p a:after, .syncer-acdn-parent li p a:hover:after {
  background-color: #0062a9;
}
.syncer-acdn-parent li p a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: .85em;
  margin-top: -12.5px;
  height: 17px;
  line-height: 17px;
  padding: 4px 8px;
}
/* 親の[a]と子の[li] */
.syncer-acdn-parent li p a, .syncer-acdn-child li {}
/* 親と子の[a] */
.syncer-acdn-parent li a {
  display: block;
  padding: 5px 5px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #0062a9;
  border-bottom: 1px solid #ffffff;
}
.syncer-acdn-parent li a:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #0062a9;
}
/* 子の[a] */
.syncer-acdn-child li a:before {
  padding-right: 5px;
}
/* -----------------------------------------------------------
　当院のご案内
----------------------------------------------------------- */
figure.clinic_idea {
  text-align: center;
}
figure.img_doctor {
  float: right;
}
figure.img_doctor figcaption {
  text-align: center;
  margin: 10px 0 0 0;
}
dl.history {
  overflow: hidden;
  margin: 0 0 0 0;
  font-size: 18px;
}
dl.history dt {
  float: left;
  width: 12%;
  margin: 0 0 12px 0;
}
dl.history dd {
  width: 88%;
  margin: 0 0 0 12%;
  margin: 0 0 12px 0;
}
.ContTxtArea {
  width: 620px;
  margin: 0 auto;
}
/*送迎テープル*/
.innbox table {
  width: 300px;
  margin-bottom: 20px;
  float: left;
  border-collapse: collapse;
  border: 1px solid #efbacb;
}
.innbox .gre_profTable2 .way {
  color: #E62E8B;
  background-color: #FFC3E2;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
}
.gre_profTable2 table {
  border-collapse: collapse;
  margin: 10px 0 30px;
  border: 1px solid #efbacb;
  width: 100%;
}
.gre_profTable2 tr td {
  padding: 5px;
  font-size: 13px;
  border-right: 1px solid #efbacb;
  border-bottom: 1px solid #efbacb;
  width: 100px;
  text-align: center;
}
.gre_profTable2 .grePT2title {
  background-color: #faf4f6;
  width: 100px;
  text-align: center;
  color: #e7358f;
}
.gre_profTable2 .grePT2gakkai {
  width: 50%;
}
.innbox table.table_pink {
  border: #fedcdd 1px solid;
  margin: 0 0 0 50px;
}
.innbox table.table_pink tr th.way_pink {
  background-color: #fedcdd;
  color: #673e21;
}
.innbox table.table_pink tr td {
  border: #fedcdd 1px solid;
}
.innbox table.table_blue {
  border: #d8f3fc 1px solid;
  margin: 0 50px;
}
.innbox table.table_blue tr th.way_blue {
  background-color: #d8f3fc;
  color: #673e21;
}
.innbox table.table_blue tr td {
  border: #d8f3fc 1px solid;
}
.innbox table.table_yellow {
  border: #fcf7b6 1px solid;
}
.innbox table.table_yellow tr th.way_yellow {
  background-color: #fcf7b6;
  color: #673e21;
}
.innbox table.table_yellow tr td {
  border: #fcf7b6 1px solid;
}
@media screen and (max-width: 767px) {
  figure.clinic_idea img {
    width: 100%;
    height: auto;
  }
  figure.img_doctor {
    float: none;
    text-align: center;
  }
  .doctor_name {
    text-align: right;
    margin: 0;
  }
  dl.history dt {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  dl.history dd {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* :::::::::: フリック :::::::::: */
  .viewport {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
  }
  .flipsnap {
    width: 6380px;
    /*viewportのwidth x ギャラリーの枚数*/
  }
  .flipsnap2 {
    /*width: 10730px;*/
    /* width: 5220px; */
    width: 5820px;
    /*viewportのwidth x ギャラリーの枚数*/
  }
  .flipsnap3 {
    width: 2900px;
    /*viewportのwidth x ギャラリーの枚数*/
  }
  .item {
    float: left;
    width: 290px;
    cursor: pointer;
    overflow: hidden;
  }
  .item p {
    padding: 3px 0 8px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  p.comment {
    text-align: center;
  }
  .txt-right {
    text-align: right;
  }
  /*送迎テープル*/
  .innbox table.table_pink {
    border: #fedcdd 1px solid;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .innbox table.table_blue {
    border: #d8f3fc 1px solid;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .innbox table.table_yellow {
    border: #fcf7b6 1px solid;
    margin: 0 auto 20px auto;
    width: 100%;
  }
}
/*--- 妊婦健診 ---*/
.obstetrics-outpatient_table table {
  border: 1px solid #737373;
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
.obstetrics-outpatient_table td {
  padding: 10px 5px;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  font-size: 16px;
  text-align: center;
  line-height: 150%;
}
.obstetrics-outpatient_table .price_td {
  background-color: #e1e1e1;
  text-align: center;
  font-weight: bold;
  /*width:70%;*/
}
.obstetrics-outpatient_table td.price_r {
  text-align: right;
}
/* -----------------------------------------------------------
　産前各種講習会・教室について
----------------------------------------------------------- */
.lessonTable table {
  border: 1px solid #737373;
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
.lessonTable td {
  padding: 10px 5px;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  font-size: 16px;
  text-align: center;
  line-height: 150%;
}
.lessonTable .lessonTableTd1 {
  background-color: #e1e1e1;
  text-align: center;
  font-weight: bold;
}
.lessonTable .lessonTableTd1 .space_wrap1 {
  display: inline-block;
  text-align: center;
  width: 7em;
}
.lessonTable .lessonTableTd1 .space_wrap2 {
  display: inline-block;
  width: 9em;
  text-align: right;
  padding-right: 3em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lessonTable .lessonTableTd1 .space_wrap2 {
    width: 7em;
    text-align: center;
    padding-right: 0;
  }
}
.lessonTable .injection {
  width: 70%;
}
.lessonTable .time_title {
  width: 30%;
}
.lessonTable_text {
  width: 70%;
  margin: 10px auto 0 auto;
}
/**/
.lessonTable_l table {
  border: 1px solid #737373;
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
.lessonTable_l th {
  border-bottom: 1px solid #737373;
  line-height: 150%;
  padding: 10px;
}
.lessonTable_l td {
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  font-size: 16px;
  text-align: left;
  line-height: 150%;
  padding: 10px;
}
.lessonTable_l .lessonTableTd1 {
  background-color: #e1e1e1;
  text-align: center;
  font-weight: bold;
}
.lessonTable_l .injection {
  width: 70%;
}
.lessonTable_l .injection {
  width: 70%;
}
.lessonTable_l .time_title {
  width: 30%;
}

.lessonTable_l.easy_delivery-family_startup table {
  width: 100%;
  table-layout: fixed;
}

/*ケア*/
.lessonTable_c table {
  border: 1px solid #737373;
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto;
}
.lessonTable_c td {
  padding: 10px 5px;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  font-size: 16px;
  text-align: left;
  line-height: 150%;
}
.lessonTable_c .lessonTableTd1 {
  background-color: #e1e1e1;
  text-align: center;
  font-weight: bold;
}
.lessonTable_c .injection {
  width: 70%;
}
.lessonTable_c .time_title {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .lessonTable table {
    border: 1px solid #737373;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
  }
  .lessonTable .injection {
    width: 50%;
    text-align: left;
  }
  .lessonTable td {}
  .lessonTable td.hun {
    text-align: right;
  }

  .lessonTable_l.easy_delivery-family_startup {
    overflow-x: auto;
  }
  .lessonTable_l.easy_delivery-family_startup table {
    width: 1000px;
    table-layout: auto;
  }
  
  .lessonTable_l table {
    border: 1px solid #737373;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
  }
  .lessonTable_c table {
    border: 1px solid #737373;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
  }
  .obstetrics-outpatient_table table {
    border: 1px solid #737373;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
  }
  .obstetrics-outpatient_table td {}
  .obstetrics-outpatient_table .price_td {}
  .obstetrics-outpatient_table td.price_r {
    text-align: right;
  }
}
/* -----------------------------------------------------------
　アロマセラピー
----------------------------------------------------------- */
.aromatherapist {
  float: left;
  width: 750px;
}
.pink_frame {
  background-color: #fedcdd;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .aromatherapist {
    float: none;
    width: 100%;
  }
}
/* -----------------------------------------------------------
　アクセス・診療時間
----------------------------------------------------------- */
.accesstable {
  width: 100%;
}
.accesstable table {
  padding: 0px;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  margin: 0 0 5px 0;
  background-color: #FFF;
  border-collapse: collapse;
}
.accesstable table tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.accesstable table tr td {
  text-align: center;
  border: 1px solid #916c49;
  padding: 8px 0;
  color: #71502f;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4;
}
.accesstable table tr td.none {
  color: #000000;
}
.accesstable table tr th {
  background-color: #fedcdd;
  border: 1px solid #916c49;
  padding: 6px 0;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  color: #71502f;
  width: 90px;
}
.accesstable table tr th.time {
  width: 90px;
}
.accesstable table tr th.clinical {
  color: #000000;
  width: 70px;
}
iframe.access_map {
  width: 100%;
  height: 450px;
  border: none;
}
@media screen and (max-width: 767px) {
  .accesstable {
    display: none;
  }
}
/* -----------------------------------------------------------
　婦人科診療
----------------------------------------------------------- */
/* .tre_gynecology {
} */
.tre_gynecology ol {
  display: flex;
  flex-wrap: wrap;
}
.tre_gynecology > ol > li {
  position: relative;
}
.tre_gynecology > ol > li::before {
  background: #fff; 
  line-height: 1.6;
  padding: 0 .4rem;
  position: absolute;
  left: .4rem;
  top: 1.1rem;
}
.tre_gynecology > ol > li span {
  font-weight: bold;
  padding: .5rem 0 .5rem 5.8rem;
  width: 100%;
  line-height: 1.2;
  display: inline-block;
}
.tre_gynecology ol .item1 a span {
  /* order: 1; */
  background: #ffebff;
}
.tre_gynecology ol .item1 span {
  color:#ff6699 ;
}
.tre_gynecology ol .item1:last-of-type{
  margin-bottom: 2rem;
}
.tre_gynecology ol .item2 a span {
  /* order: 2; */
  background: #ccffcc;
}
.tre_gynecology ol .item2 span, .tre_gynecology ol .item2::before {
  color:#548235 ;
}
.tre_gynecology ol .item3 a span {
  /* order: 3; */
  background: #ccecff;
}
.tre_gynecology ol .item3 span, .tre_gynecology ol .item3::before {
  color:#2e75b6 ;
}
.tre_gynecology > ol > li > a {
  display: block;
  text-decoration: none;
  /* padding: .8rem 1rem; */
  padding: .8rem 1em 0 0;
}
.tre_gynecology > ol > li > a:hover {
  color: #000;
  opacity: .6;
}

.tre_gynecology > p {
display: block;
color: #f00;
font-weight: bold;
text-align: center;
position: relative;
padding:0 0 1rem;
}
.tre_gynecology > p::before {
  position: absolute;
  z-index: -1;
  display: block;
  margin: auto;
  inset: 0 0 auto;
  content: "";
  width: 40%;
  aspect-ratio: 6/1;
  background: url(../images/obstetrics/arrow.gif) no-repeat center center /contain;
  }
.tre_gynecology > p::after {
  position: absolute;
  z-index: -1;
  display: block;
  margin: auto;
  inset: auto 0 0;
  content: "";
  width: 95%;
  height: 3rem;
  border: 1px solid #de5c01;
  }
.tre_gynecology > p .dr_director::after {
  display: inline-block;
  content: "";
  width: 6vw;
  height: 75px;
  background: url(../images/obstetrics/dr_director.png) no-repeat center bottom / contain;
}
.tre_gynecology > p .dr_female::after {
  display: inline-block;
  content: "";
  width: 10vw;
  height: 75px;
  background: url(../images/obstetrics/dr_female.png) no-repeat center bottom / contain;
}
/* -----------------------------------------------------------
　分娩予約
----------------------------------------------------------- */
.reservationTable table {
  margin: 10px 0 20px 0;
  border: 1px solid #FFBCDF;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.reservationTable td {
  padding: 5px;
  border-right: 1px solid #FFBCDF;
  border-bottom: 1px solid #FFBCDF;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .reservationTable td.title {
    width: 100px;
  }
}
/* -----------------------------------------------------------
　SNS
----------------------------------------------------------- */
.sns_link_frame {
  width: 700px;
  border: #cccccc 5px solid;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 40px auto;
}
.sns_link_frame p i {
  margin: 0 10px 10px 0;
  line-height: 130%;
}
.sns_link_frame p a {
  text-decoration: none;
}
.sns_link_frame p span.link {
  background-color: #de5c01;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0 0 0 10px;
}
.sns_link_frame p a span:hover {
  opacity: 0.7;
}
.sns_text {
  border-bottom: #de5c01 1px solid;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .sns_link_frame {
    width: 100%;
    border: #cccccc 5px solid;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
  }
}
/* -----------------------------------------------------------
　スタッフ募集
----------------------------------------------------------- */
.recruit_frame {
  background: url(../images/recruit/recruit_img01.png);
  width: 670px;
  height: 930px;
  margin: 0 auto;
  position: relative;
}
.recruit_text {
  position: absolute;
  top: 205px;
  left: 40px;
}
.recruit_text p {
  line-height: 1.5;
}
.recruit_text span {
  color: #cb126f;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit_frame {
    background: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
  .recruit_text {
    position: static;
  }
}
/* -----------------------------------------------------------
　メールフォーム
----------------------------------------------------------- */
form.form_frame {
  width: 700px;
  margin: 0 auto;
}
span.year input {
  width: 100px;
}
.mail_text {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  dt.mfp {
    width: 100%;
  }
  dd.mfp {
    width: 100%;
    box-sizing: border-box;
  }
  .seimei {
    width: 45%;
  }
  .mail_text {
    width: 100%;
    margin: 0 auto;
  }
  form.form_frame {
    width: 100%;
    margin: 0 auto;
  }
  input {
    width: 100%;
  }
  .mfp_buttons {
    width: 100%;
  }
  label.confirmation {
    width: 30px;
  }
}
/* -----------------------------------------------------------
　外来予約
----------------------------------------------------------- */
figure.reserve_link {
  text-align: center;
}
figure.reserve_link a:hover {
  opacity: 0.7;
}
/* -----------------------------------------------------------
　広報
----------------------------------------------------------- */
.magazine_left {
  float: left;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .magazine_left {
    float: left;
    width: 100%;
  }
}
/*************************************************
　アコーディオン
/*************************************************/
/* 親の[ul] */
.syncer-acdn-parent {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  /*    overflow: hidden;*/
  width: 97%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  overflow-y: scroll;
  height: 450px;
}
/* 子の[ul] */
.syncer-acdn-child {
  display: none;
}
/* 余白設定 */
.syncer-acdn-child, .syncer-acdn-parent li, .syncer-acdn-parent li p {
  margin: 0;
  padding: 0;
}
/* 親と子の[li] */
.syncer-acdn-parent li {
  list-style: none;
}
/* 親の[a] */
.syncer-acdn-parent li p a {
  position: relative;
  top: 0;
  left: 0;
  background-color: #f1751e;
  color: #fff;
}
.syncer-acdn-parent li p a:after, .syncer-acdn-parent li p a:hover:after {
  color: #333333;
}
.syncer-acdn-parent li p a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: .85em;
  margin-top: -12.5px;
  height: 17px;
  line-height: 17px;
  padding: 4px 8px;
}
/* 親の[a]と子の[li] */
.syncer-acdn-parent li p a, .syncer-acdn-child li {}
/* 親と子の[a] */
.syncer-acdn-parent li a {
  display: block;
  padding: 5px 18px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #f1751e;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
.syncer-acdn-parent li a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #f1751e;
}
.syncer-acdn-child li a {
  padding-right: 5px;
  background-color: #FFFBC7;
  color: #714c17;
}
/* 子の[a] */
.syncer-acdn-child li a:before {
  padding-right: 5px;
}
.syncer-acdn-parent li ul li a:hover {
  cursor: pointer;
  color: #714c17;
  background-color: #fffdde;
}
/* -----------------------------------------------------------
　通信販売のご案内
----------------------------------------------------------- */
ul.item_list {}
ul.item_list li {
  overflow: hidden;
  height: auto;
  margin: 0 0 40px 0;
  width: 100%;
}
ul.item_list li figure {
  width: 340px;
  float: left;
  margin: 0;
}
dl.item_details {
  float: left;
  width: 750px;
  margin: 0 0 0 10px;
  overflow: hidden;
  height: auto;
}
dl.item_details dt {
  float: left;
  width: 150px;
  line-height: 120%;
  padding: 5px 0;
  border-top: #ccc 1px solid;
}
dl.item_details {
  border-bottom: #ccc 1px solid;
}
dl.item_details dd {
  float: left;
  width: 600px;
  line-height: 120%;
  padding: 5px 0;
  border-top: #ccc 1px solid;
}
.to_form {
  background-color: #fef8f4;
  color: #de5c01;
  border: #eed2bf 1px solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  width: 250px;
  font-size: 24px;
  font-weight: bold;
}
.to_form a {
  color: #de5c01;
  text-decoration: none;
}
.to_form span {}
/*
.to_form{
	text-align:center;
	font-size:20px;
}

.to_form a{

	background-color:#fef8f4;
	color:#de5c01;
	border:#eed2bf 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:0 20px;
	
}

.to_form a:hover{
	opacity:0.6;
}
*/
.card-layout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.card-layout_item {
  width: calc((100% / 2 - .75rem));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  ul.item_list li figure {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
  ul.item_list li figure img {
    width: 80%;
    height: auto;
  }
  dl.item_details {
    float: none;
    width: 100%;
    margin: 0 0 0 10px;
    overflow: hidden;
    height: auto;
  }
  dl.item_details dt {
    float: none;
    width: 100%;
    line-height: 120%;
    padding: 5px 0;
    border-top: #ccc 1px solid;
    font-weight: bold;
  }
  dl.item_details {
    border-bottom: #ccc 1px solid;
  }
  dl.item_details dd {
    float: none;
    width: 100%;
    line-height: 120%;
    padding: 5px 0;
    border-top: none;
    margin: 0 auto;
  }
  .to_form {
    text-align: center;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .card-layout_item {
    width: 100%;
  }
}
.pdf-link {
  font-size: 14px;
}
.pdf-link figcaption {
  padding: 10px 0;
  text-align: center;
}
/* -----------------------------------------------------------
　特定商取引法に基づく表記
----------------------------------------------------------- */
table.tokutei_table {
  width: 70%;
  height: auto;
  margin: 0 auto;
  border: #ccc 1px solid;
}
table.tokutei_table tr td {
  padding: 10px;
  border: #ccc 1px solid;
}
table.tokutei_table tr td.tokutei_title {
  width: 30%;
  background-color: #fef9f4;
}
.pa_tel .tel2 {
  color: #de5c01;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
}
.pa_tel .tel2 a {
  color: #de5c01;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
  text-decoration: none;
}
/* -----------------------------------------------------------
　メールでお申し込み
----------------------------------------------------------- */
form#mailformpro dl dd.item_name {
  height: 70px;
}
textarea {
  height: 70px;
}
/*abc online shop banner*/
/*#link_abc_pc{
text-decoration:none;
padding:5px 10px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position:absolute;
right:10px;
top:15px;
background:#FEF8F4;
border:1px solid #EED2BF;
color:#DE5901;
font-size:14px;
width:363px;
}*/
#link_curon_sp {
  text-decoration: none;
  border: 1px solid #EED2BF;
  background: #FEF8F4;
  color: #DE5901;
  padding: 10px 0;
  margin: 0 8% 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
#link_curon_sp::before {
  content: "▶";
  color: #DE5901;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#link_abc_pc {
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  /*right:10px;*/
  left: 710px;
  top: 15px;
  background: #FEF8F4;
  border: 1px solid #EED2BF;
  color: #DE5901;
  font-size: 12px;
  width: 160px;
}
#link_abc_pc:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#link_abc_sp::before, #link_abc_pc::before {
  content: "▶";
  color: #DE5901;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#link_inquiry_pc {
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  /*left:710px;*/
  right: 120px;
  top: 15px;
  background: #FEF8F4;
  border: 1px solid #EED2BF;
  color: #DE5901;
  font-size: 12px;
  width: 80px;
}
#link_inquiry_pc:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#link_inquiry_sp::before, #link_inquiry_pc::before {
  content: "▶";
  color: #DE5901;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#link_recruit_pc {
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  /*left:710px;*/
  right: 12px;
  top: 15px;
  background: #FEF8F4;
  border: 1px solid #EED2BF;
  color: #DE5901;
  font-size: 12px;
  width: 90px;
}
#link_recruit_pc:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#link_recruit_sp::before, #link_recruit_pc::before {
  content: "▶";
  color: #DE5901;
  font-size: 12px;
  margin: 0 5px 0 0;
}
#link_abc_sp {
  text-decoration: none;
  border: 1px solid #EED2BF;
  background: #FEF8F4;
  color: #DE5901;
  padding: 10px 0;
  margin: 0 8% 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
#link_abcappli_sp {
  border: 2px solid #f6ab67;
  background: #fefde8;
  color: #a29483;
  line-height: 120%;
  padding: 10px 0;
  margin: 0 8% 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}
#link_abcappli_sp span {
  background: #fefde8;
  color: #e96e4d;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}
#link_abcappli_sp span.redtext {
  color: #e75252;
  font-size: 0.8rem;
}
#link_abcappli_sp::before {
  content: "⦿";
  color: #e96e4d;
  font-size: 16px;
  margin: 0 5px 0 0;
}
#link_inquiry_sp {
  text-decoration: none;
  border: 1px solid #EED2BF;
  background: #FEF8F4;
  color: #DE5901;
  padding: 10px 0;
  margin: 0 8% 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
#link_recruit_sp {
  text-decoration: none;
  border: 1px solid #EED2BF;
  background: #FEF8F4;
  color: #DE5901;
  padding: 10px 0;
  margin: 0 8% 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.bnr_curon img {
  width: 85%;
  max-width: 405px;
  margin-bottom: 10px;
}
/* -----------------------------------------------------------
　メールでお申し込み
----------------------------------------------------------- */
.event_bnr.sp_none {
  margin: 45px 0 -10px 0;
  background: url(../images/event_1807_bg.jpg) repeat-x left top;
}
.event_bnr.sp_none img {
  max-width: 100%;
  height: auto;
}
.event_bnr.pc_none {
  margin: 0 auto 20px;
}
.event_bnr.pc_none img {
  width: 100%;
  height: auto;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.list_flow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list_flow li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
}
.list_flow li:nth-child(odd) {
  min-width: 130px;
  background-color: #FEFDE8;
  color: #de5c01;
}
.list_flow li:nth-child(even) {
  width: 2em;
}
.list_flow li .arrow {
  color: #de5c01;
}
.list_flow li p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #de5c01;
}
.list_flow li p small {
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 767px) {
  .list_flow {
    display: flex;
    flex-wrap: wrap;
  }
  .list_flow li {
    width: 100% !important;
  }
  .list_flow li .arrow {
    transform: rotate(90deg);
  }
}
.height_auto {
  height: auto !important;
  overflow-y: auto;
}
/* -----------------------------------------------------------
　当院の特徴
----------------------------------------------------------- */
.featureTable table {
  border: 1px solid #737373;
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto 2rem;
  font-size: 16px;
}
.featureTable th {
  padding: 10px 5px;
  background: #e1e1e1;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  font-weight: bold;
  color: #de5c01;
  text-align: center;
  line-height: 150%;
}
.featureTable td {
  padding: 10px 5px;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  line-height: 150%;
}
.featureTable td.case {
  background: #F2F2F2;
  font-weight: bold;
  text-align: center;
}
.featureTable td.name {
  background: #e1e1e1;
  font-weight: bold;
  text-align: center;
}
.featureTable td a {
  color: #0070C0;
}
.featureTable td span {
  color: #de5c01;
}
@media screen and (max-width: 767px) {
  .featureTable table {
    width: 100%;
    font-size: 14px;
  }
}
/* -----------------------------------------------------------
　obstetrics-outpatient
----------------------------------------------------------- */
.obstetrics-outpatient .list {
  background-color: antiquewhite;
  padding: 10px;
  border-radius: 10px;
}
.obstetrics-outpatient .list_normal.inline {
  overflow: hidden;
}
.obstetrics-outpatient .list_normal.inline li {
  width: 150px;
  float: left;
}
.obstetrics-outpatient .list_normal.inline li.long {
  width: 300px;
}
/* -----------------------------------------------------------
　初診時の流れ
----------------------------------------------------------- */
.flow_list {
  margin: 20px 150px;
}
.flow_list li {
  border: 2px solid #EC6100;
  background-color: #FEF8F4;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 80px;
  justify-content: left; /* 子要素をflexboxにより中央に配置する */
  align-items: top; /* 子要素をflexboxにより中央に配置する */
  position: relative;
  border-radius: 10px;
}
.flow_list li::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  bottom: -60px;
  left: 50%;
  right: 50%;
  font-size: 300%;
  color: #EC6100;
}
.flow_list li:last-child {
  margin-bottom: 0;
}
.flow_list li:last-child::after {
  content: none;
}
.flow_list li .txt {
  width: calc(100% - 400px);
}
.flow_list li .txt dt {
  letter-spacing: 0.1em;
  color: #de5c01;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 140%;
}
.flow_list li .photo {
  width: 400px;
  text-align: right;
}
.flow_list li .photo figure {
  margin: 0;
  padding: 0;
}
.flow_list li .photo figure img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .flow_list {
    margin: 20px 20px;
  }
  .flow_list li {
    border: 2px solid #EC6100;
    background-color: #FEF8F4;
    padding: 15px;
    display: block;
    list-style: none;
    margin: 0 0 60px;
    position: relative;
    border-radius: 10px;
  }
  .flow_list li::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: -45px;
    left: 45%;
    right: 45%;
    font-size: 300%;
    color: #EC6100;
  }
  .flow_list li:last-child {
    margin-bottom: 0;
  }
  .flow_list li:last-child::after {
    content: none;
  }
  .flow_list li .txt {
    width: 100%;
  }
  .flow_list li .txt {
    margin-bottom: .5rem;
  }
  .flow_list li .txt dt {
    letter-spacing: 0.1em;
    color: #de5c01;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 120%;
  }
  .flow_list li .txt dt span {
    font-size: 70%;
  }
  .flow_list li .txt dd {
    line-height: 1.4;
  }
  .flow_list li .photo {
    width: 100%;
    text-align: right;
  }
  .flow_list li .photo figure {
    margin: 0;
    padding: 0;
  }
  .flow_list li .photo figure img {
    border-radius: 5px;
    width: 100%;
    height: auto;
  }
}
a.btn_pink {
  position: absolute;
  top: 155px;
  left: 710px;
  margin: 0;
  padding: 0.3rem 0;
  display: block;
  width: 380px;
  height: auto;
  background: #ff0080;
  border-radius: 0.4rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
a.btn_pink:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  a.btn_pink {
    position: sticky;
    top: 0;
    left: 0;
    margin: 0 auto 1rem;
    padding: 0.3rem 0;
    display: block;
    width: 315px;
    height: auto;
    background: #ff0080;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
}
.list_table td {
  line-height: 1.5rem;
  color: #4c4c4c;
}
.flex_dl {
  display: flex;
  display: -webkit-flex;
}
.flex_dl dt {
  white-space: nowrap;
}
.flex_dl dd {
  margin: 30px 0 0 -210px;
  line-height: 1.5rem;
}
.painless-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.painless-point li {
  list-style: none;
  border: #eed2bf 1px solid;
  padding: 2rem 1rem 1rem;
  box-sizing: border-box;
  border-radius: 10px;
}
.painless-point .point01, .painless-point .point02 {
  width: calc(50% - 1rem);
}
.painless-point .point02 {
  font-size: 120%;
}
.painless-point .point03 {
  width: 100%;
  padding: 1rem;
  font-size: 150%;
}
.painless-point .point01 .point01_bg::after {
  display: block;
  content: "";
  width: 100%;
  height: 8rem;
  background: url("../images/painless_delivery/painless_delivery_img01.png") bottom center / contain no-repeat;
}
.painless-point .point01 .painless-dr {
  line-height: 150%;
  position: relative;
  padding-bottom: 1.2rem;
}
.painless-point .point01 .orange_bold {
  font-size: 130%;
}
.painless-point .point01 .painless-dr .working-hours {
  font-size: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.painless-point .point02::after {
  display: block;
  content: "";
  width: 100%;
  height: 8rem;
  background: url("../images/painless_delivery/painless_delivery_img02.png") bottom center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .painless-point {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
  .painless-point .point01, .painless-point .point02 {
    width: 100%;
  }
  .painless-point li {
    border-radius: 5px;
    padding: 1rem;
  }
  .painless-point .point01 .orange_bold {
    font-size: 115%;
  }
  .painless-point .point02, .painless-point .point03 {
    font-size: 110%;
    line-height: 140%;
  }
  .painless-point .point01 .point01_bg::after {
    content: none;
  }
  .painless-point .point01::after {
    display: block;
    content: "";
    width: 100%;
    height: 8rem;
    background: url("../images/painless_delivery/painless_delivery_img01.png") bottom center / contain no-repeat;
  }
  .painless-point .point01 .painless-dr {
    padding-bottom: 0;
  }
  .painless-point .point01 .painless-dr .working-hours {
    position: static;
  }
}
.indexBnr {
  padding: 1rem;
}
.indexBnr p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 1.6;
}
.indexBnr p:last-of-type {
  margin-bottom: 0;
}
.indexBnr p.title {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .indexBnr p {
    font-size: 16px;
    text-align: left;
  }
  .indexBnr p.title {
    font-size: 22px;
    text-align: center;
  }
}
.featurebox {
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
/* .featurebox dl{
	width:31%;
	margin: 1%;
} */
.featurebox dl dt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  height: 3.2rem;
  background: #FFF;
  margin-bottom: 10px;
  line-height: 1.2;
}
.featurebox dl.point01 {
  background: #ffebff;
}
.featurebox dl.point02 {
  background: #ccffcc;
}
.featurebox dl.point03 {
  background: #ccecff;
}
.featurebox dl.point04 {
  background: #e1e1ff;
}
.featurebox dl.point05 {
  background: #fff2cc;
}
.featurebox dl.point06 {
  background: #fbe5d6;
}
.featurebox dl.point07 {
  background: #e1e1e1;
}
.featurebox dl div {
  padding: 10px;
}
.pink_box {
  background: #ff00ff;
  color: #fff;
  padding: 0.5rem 0.5rem 0;
  margin-right: 0.2rem;
}
.clr_p1 {
  color: #ff6699;
}
.clr_p2 {
  color: #008000;
}
.clr_p3 {
  color: #0033cc;
}
.clr_p4 {
  color: #7030a0;
}
.clr_p5 {
  color: #ff6600;
}
.clr_p6 {
  color: #f4b183;
}
.clr_p7 {
  color: #808080;
}
.s_txt {
  font-size: 80%;
}
.height {
  line-height: 130%;
}
.l_txt {
  font-size: 120%;
}
.center {
  display: block;
  padding: 10px 10px 20px;
  margin: 0 auto;
}
.radius {
  border-radius: 50%;
}
.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .featurebox {
    display: block;
  }
  .featurebox dl {
    width: 100%;
    margin: 0 0 1rem 0;
    font-size: 14pt;
  }
  .featurebox p .featurebox dt, .featurebox dd {
    font-size: 14pt;
    padding: 10px 0;
  }
  .featurebox img.left {
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
  }
}
.p_01 {
  grid-area: 1 / 1 / 3 / 4;
  /* background:red */
}
.p_02 {
  grid-area: 1 / 4 / 3 / 7;
  /* background:blue */
}
.p_03 {
  grid-area: 1 / 7 / 3 / 10;
  /* background:yellow */
}
.p_04 {
  grid-area: 1 / 10 / 3 / 13;
  /* background:green */
}
.p_05 {
  grid-area: 4 / 1 / 6 / 5;
  /* background:aqua */
}
.p_06 {
  grid-area: 4 / 5 / 6 / 9;
  /* background:purple */
}
.p_07 {
  grid-area: 4 / 9 / 6 / 13;
  /* background:gray */
}
.youtube_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 40px auto;
}
.youtube_wrap div {
  width: 100%;
}
.youtube_wrap div p {
  font-size: .8rem;
  text-align: center;
  padding: .5rem 0;
}
@media screen and (min-width: 768px) {
  .youtube_wrap div {
    width: 31%;
  }
}
.youtube_wrap a img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.video_box {
  margin: 40px 0;
  background-color: #ffefcf;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .video_box {
    padding: 30px;
  }
}
.video_box h4 {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  border: none;
  font-size: 1.17em;
}
.video_box h4::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .video_box h4 {
    margin: 0 0 20px;
    font-size: 150%;
  }
}
.video_box p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .video_box p {
    text-align: center;
  }
}
.video_box .link_btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .video_box .link_btn {
    flex-direction: row;
  }
}
.video_box .link_btn li, .link_box .link_btn li {
  list-style: none;
  line-height: 1.3;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .video_box .link_btn li, .link_box .link_btn li {
    margin: 20px 10px 0;
    width: 300px;
  }
}
.video_box .link_btn li a, .link_box .link_btn li a, a.a_link_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #EED2BF 2px solid;
  background: #fefcef;
  border-radius: 5px;
  color: #de5c01;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.video_box .link_btn li a .video, a.a_link_btn .video {
  display: inline-block;
  background: url(../images/icon_video.png) no-repeat left center/16px 16px;
  padding-left: 23px;
}
.video_box .link_btn li a .pdf, .link_box .link_btn li a .pdf {
  display: inline-block;
  background: url(../images/icon_pdf.png) no-repeat left center/16px 16px;
  padding-left: 23px;
}
.video_box .link_btn li a small {
  font-weight: normal;
}
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: 600px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: auto;
  transform: translate(-50%, -50%);
  background: #ffffff;
  text-align: center;
}
#c-modal .text {
  color: #de5c01;
  font-weight: bold;
}
#c-modal .check {
  margin: 1em 0 0;
}
#c-modal .check input {
  width: auto;
}
#c-modal #c-modal_close {
  margin: 0.5em auto 0;
  padding: 0.7em 0.5em;
  cursor: pointer;
  width: 6em;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fef8f4;
  color: #de5c01;
  font-size: 0.9em;
  border: #eed2bf 1px solid;
}
#c-modal #c-modal_close span::before {
  content: '×';
  display: inline-block;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .fluid-image {
    width: 100%;
    height: auto;
  }
}
.before_and_after_childbirth_support_icon .clearfix {
  margin: 0 0 10px;
}
.before_and_after_childbirth_support_icon h5 {
  text-align: center;
}
.before_and_after_childbirth_support_icon h5.clr1 {
  background: #c5e0b4;
  color: #548235;
}
.before_and_after_childbirth_support_icon h5.clr1 a {
  color: #548235;
}
.before_and_after_childbirth_support_icon h5.clr2 {
  background: #ffc000;
  color: #ff6600;
}
.before_and_after_childbirth_support_icon h5.clr2 a {
  color: #ff6600;
}
.before_and_after_childbirth_support_icon h5.clr3 {
  background: #ef1c11;
  color: #fff;
}
.before_and_after_childbirth_support_icon h5.clr3 a {
  color: #fff;
}
.before_and_after_childbirth_support_icon h5 a {
  display: block;
  text-decoration: none;
}
.before_and_after_childbirth_support_icon img {
  float: right;
  width: 100px;
  height: auto;
}
.before_and_after_childbirth_support_detail .box {
  border: 1px solid #de5c01;
  margin: 20px 0 0;
  padding: 15px;
  box-sizing: border-box;
}
.before_and_after_childbirth_support_detail .box img {
  display: block;
  max-width: 60%;
  height: auto;
  margin: 0 auto 10px;
}
.before_and_after_childbirth_support_detail .box dl {}
.before_and_after_childbirth_support_detail .box dl dt {
  text-align: center;
  margin: 0 0 10px;
}
.before_and_after_childbirth_support_detail .box dl dt a {
  color: #de5c01;
  font-weight: bold;
  text-align: center;
  font-size: 1.17em;
}
@media screen and (min-width: 768px) {
  .before_and_after_childbirth_support_detail {
    display: flex;
    justify-content: space-between;
  }
  .before_and_after_childbirth_support_detail .box {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .before_and_after_childbirth_support_detail .box img {
    width: 180px;
    height: 140px;
    margin: 0;
  }
  .before_and_after_childbirth_support_detail .box dl {
    width: 310px;
  }
}

.before_and_after_childbirth_support_beauty {
  text-align: center;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .before_and_after_childbirth_support_beauty {
    flex-direction:row;
    align-items: flex-end;
  }
}


.adj1em {
  margin-left: -1em;
}

.reservation_box {
	margin: 20px 0;
	padding: 15px;
  background-color: #fedcdd;
  border-radius: 10px;
} 
@media screen and (min-width: 768px) {
	.reservation_box {
		margin: 20px 0 30px;
		padding: 15px 30px 20px;
	} 
}
.reservation_box h4 {
  margin: 0 0 20px 0;
  padding: 7px 0 20px 0;
	text-align: center;
	font-size: 1.1em;
	border-bottom: red 1px dotted;
  color: red;
}
.reservation_box h4::before {
	display: none;
}
.reservation_box h5 {
	display: inline-block;
  margin: 15px 0 10px 0;
  background-color: #fff;
}



