@charset "UTF-8";
@font-face { font-family: "fontello"; src: url("fontello/font/fontello.eot?1569462"); src: url("fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?1569462") format("woff2"), url("fontello/font/fontello.woff?1569462") format("woff"), url("fontello/font/fontello.ttf?1569462") format("truetype"), url("fontello/font/fontello.svg?1569462#fontello") format("svg"); font-weight: normal; font-style: normal; }
.demo-icon { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; /*     line-height: 1em;
margin-left: .2em;
width: 1em;
margin-right: .2em;
font-size: 120%; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: linear-gradient(transparent 60%, #b4e2e8 60%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #4ca3cb !important; }

.fc_blue { color: #1c63bb !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { flex-direction: column; -webkit-flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; }
  .flex_LRTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > li { margin-bottom: 0.8rem; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
  .flex_RLTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_RLTB.half > li { margin-bottom: 0.8rem; }
  .flex_RLTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_RLTB.half > figure + ul { width: 68% !important; } }
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* シンプル -------------------------------------- */
ul.list_sim { margin: 0 0 10px 20px; }
ul.list_sim > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #CE6776; vertical-align: middle; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #CE6776; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 40px 8px 0; }

/* ※ -------------------------------------- */
ul.list_kome { padding: 0; }
ul.list_kome li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; }
ul.list_lnk li { text-indent: -1em; padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f105"; padding-right: 0.5rem; font-weight: bold; color: #CE6776; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #333333; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #CE6776; }

@media screen and (min-width: 48em), print { ul.list_pl { display: flex; flex-wrap: wrap; justify-content: space-between; }
  ul.list_pl li { width: 33%; }
  ul.list_pl li a { background: rgba(233, 148, 162, 0.2); display: block; border: #E994A2 solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #CE6776; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #A4426A; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -31px; color: #CE6776; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li p.ttl { font-size: 1.8rem; }
  ol.list_flow li p.ttl::first-letter { font-size: 3rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 1em 5px; }

@media screen and (min-width: 48em), print { .dl_career { display: flex; flex-wrap: wrap; }
  .dl_career dt { width: 4em; float: left; font-weight: normal; }
  .dl_career dd { width: calc( 100% - 5em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #E994A2; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #E994A2; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #CE6776 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #CE6776; padding: 0.5rem; color: #fff; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #A4426A; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #CE6776 0.3rem solid; border-radius: 1rem; }
.box1 > dt, .box2 > dt { border-bottom: #CE6776 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 1rem; }
.box1 > dd dt, .box2 > dd dt { color: #CE6776; font-weight: bold; margin-bottom: 1rem; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border: #8E649C 0.3rem solid; }
.box2 dt { border-bottom: #8E649C dotted 2px; }
.box2 ul.list_maru > li::before { color: #8E649C; }

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt { font-size: 17px; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #34acbd; }

.fc_or { color: #E994A2; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #F9A0AD; color: #F9A0AD; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #F9A0AD; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }

a.btn:hover { background: #F5C72D; color: #fff; border: none; opacity: 1; }

a.btn::after { font-family: 'fontello'; content: "\e807"; padding-right: 3px; font-weight: bold; position: absolute; right: 10px; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; scroll-behavior: smooth; }

body { font-family: YakuHanMPs_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #333333; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.08em; text-size-adjust: none; -webkit-text-size-adjust: none; }

@media screen and (min-width: 48em), print { body { min-width: 126rem; font-size: 1.6rem; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.5; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.5; }

section { margin-bottom: 50px; }

#lower main section { margin: 0 auto 4rem; padding: 0; padding: 0; }
#lower main section .inner + section { margin: 4rem 0 4rem; padding: 0; }
#lower main section section .inner + section { margin: 3.5rem 0 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 126rem; margin: 0 auto; padding: 0 3rem; }
  section { margin-bottom: 10rem; }
  main section .inner + section, main section + section { margin: 60px 0 40px; padding: 0; }
  main section section .inner + section, main section section + section { margin: 50px 0 40px; }
  main section section section .inner + section, main section section section + section { margin: 40px 0 40px; }
  .inner { padding: 0 1rem; } }
/* slicknav  -------------------------------------- */
.slicknav_menu { position: absolute; top: 1rem; right: 0; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }

.slicknav_menu .slicknav_btn { width: 4.2rem; height: 4.2rem; color: #fff; background: #CE6776; text-shadow: none; border-radius: 0; text-align: center; line-height: 1; margin: 0 0.5rem; padding: 0.2rem 0; line-height: 1; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: "fontello"; content: "\e800"; font-size: 2.8rem; margin-top: -0.2rem; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: "MENU"; font-size: 0.8rem; margin-top: 0.1rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: "fontello"; content: "\e801"; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: "CLOSE"; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #CE6776; padding: 2rem 1rem; position: absolute; top: 5.6rem; right: 0; margin: auto; }

.slicknav_menu .slicknav_nav .gnav { margin: 0; }

.slicknav_menu .slicknav_nav .gnav li { border-top: 2px dotted #fff; margin: 0; }

.slicknav_menu .slicknav_nav .gnav li a { font-size: 1.6rem; position: relative; display: block; }

.slicknav_menu .slicknav_nav .gnav li a::after { right: 1rem; }

.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }

.slicknav_menu .slicknav_nav .box_white .subnav { margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.slicknav_menu .slicknav_nav .box_white .subnav li { width: 49%; font-size: 1.4rem; }

.slicknav_menu .slicknav_nav .box_white .subnav li a { padding: 0 0 1rem 1.8rem; }

.slicknav_menu .slicknav_nav .box_white .bnr { margin: 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li { margin: 1rem 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li a { padding: 1rem; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }
#nav br { display: none; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

.slicknav_nav .gnav > li:last-child { border-bottom: 2px dotted #fff; }

.slicknav_nav .gnav li { position: relative; }

.slicknav_nav .gnav li.slicknav_collapsed::after { content: "▼"; margin-left: 0.6rem; font-size: 80%; position: absolute; right: 1rem; top: 0.5rem; display: inline-block; }

.slicknav_menu .slicknav_nav .gnav li.slicknav_open::after { content: "▲"; margin-left: 0.6rem; font-size: 80%; position: absolute; right: 1rem; top: 0.5rem; display: inline-block; }

.slicknav_menu br { display: none; }

.slicknav_menu div.subsub { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; } }
/* header  -------------------------------------- */
header .wrap { padding: 1rem 0.5rem; margin: 0; min-height: 6.5rem; }
header .logo { padding: 0.5rem 0 0; width: calc(100% - 10rem); max-width: 30rem; height: 4.2rem; }
header .pc_n { position: absolute; top: 1rem; right: 5rem; }
header .pc_n a { display: grid; align-content: center; width: 4.2rem; height: 4.2rem; font-size: 2.5rem; text-align: center; background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%); color: #fff; }
header + h1 { background: url("../img/h1.jpg") no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; color: #A4426A; margin: 0 0 2rem; font-size: 2.2rem; height: 7rem; font-weight: normal; }

h2 { margin: 3.5rem 0 1.5rem; padding: 0 0 0.5rem; font-size: 1.8rem; position: relative; color: #d96073; font-weight: normal; border-bottom: 0.1rem solid #F9A0AD; }
h2 span { display: flex; justify-content: center; align-items: center; position: relative; flex-wrap: wrap; }

#lower main > .inner { margin-top: 10rem; }
#lower h3 { background: #E994A2; padding: 0.5rem 0.7rem; margin: 3rem 0 2rem; font-size: 1.6rem; color: #fff; font-weight: normal; }
#lower h4 { margin: 2rem 0 2rem; color: #E994A2; font-size: 1.6rem; border-bottom: 0.1rem solid #E994A2; padding: 0 0 0.5rem 3rem; background: url("../img/H4.svg") no-repeat left center; background-size: auto 2rem; font-weight: normal; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; border-bottom: 0.1rem dashed #f9a0ad; color: #f9a0ad; padding: 0 0.7rem 0.5rem; font-weight: normal; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; margin: 0; background: #fff; position: fixed; z-index: 100; top: 0; }
  header .wrap { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1rem 0; margin: 0 auto 1.5rem; }
  header .wrap .logo { width: 50rem; max-width: none; margin: 0; padding: 0; }
  header .wrap .sp_n { height: 6rem; }
  header .wrap .sp_n > ul { margin: 0 0; text-align: center; width: 63.5rem; }
  header .wrap .sp_n > ul > li:first-child { font-size: 2rem; margin-bottom: 0.8rem; text-align: right; }
  header .wrap .sp_n > ul > li:nth-child(2) ul { display: flex; justify-content: flex-end; align-items: center; }
  header .wrap .sp_n > ul > li:nth-child(2) ul li:first-child { color: #db4f88; font-size: 3.2rem; padding: 0.45rem 0.9rem 0 0; position: relative; }
  header .wrap .sp_n > ul > li:nth-child(2) ul li:first-child span.font_s { font-size: small !important; }
  header .wrap .sp_n > ul > li:nth-child(2) ul > li:first-child::after { content: "(いいにゅうせん)"; font-size: 60%; white-space: nowrap; }
  header .wrap .sp_n > ul > li:nth-child(2) ul li:nth-child(2) a { display: flex; width: 4rem; height: 4rem; font-size: 2.3rem; align-items: center; justify-content: center; background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%); color: #fff; }
  header .wrap .sp_n > ul > li:nth-child(2) ul li:nth-child(3) a { background: #db4f88; color: #fff; font-size: 2.2rem; width: 17rem; height: 4rem; display: flex; align-items: center; justify-content: center; }
  header + h1 { height: 17rem; font-size: 3.4rem; margin: 18.4rem 0 5rem; padding: 0; display: flex; justify-content: center; align-items: center; }
  #nav { display: block; text-align: center; padding: 1.5rem 0; background: #ffe9ec; }
  #nav ul.gnav { display: flex; padding: 0; justify-content: center; width: 126rem; margin: 0 auto; padding: 0 1rem; }
  #nav ul.gnav > li { margin: 0; padding-bottom: 0; position: relative; width: 16.6666%; border-right: 0.1rem solid #A4426A; }
  #nav ul.gnav > li > a { padding: 0.5rem 0.5rem; color: #A4426A; width: 100%; position: relative; display: block; font-size: 1.8rem; }
  #nav ul.gnav > li:first-child { border-left: 0.1rem solid #A4426A; }
  #nav ul.gnav a:hover { background: #fff6f8; opacity: 1; }
  #nav ul.gnav > li.treatment .subsub { position: absolute; top: 4.2rem; width: 130%; z-index: 100; background: #fff6f8; display: none; }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; text-align: left; }
  #nav ul.gnav > li.treatment .subsub li a { color: #333333; padding: 1.5rem; display: block; text-align: left; font-size: 1.6rem; color: #707070; }
  #nav ul.gnav > li.treatment .subsub li a::before { font-family: "fontello"; content: "\e807"; padding-right: 0.5rem; }
  #nav ul.gnav > li.treatment .subsub li a:hover { background: #E994A2; color: #fff; opacity: 1; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; text-align: justify; }

@media screen and (min-width: 48em), print { main { margin: 0 0 15rem; }
  h2 { font-size: 3rem; line-height: 1.3; margin: 5rem 0 3rem; padding-bottom: 1.4rem; }
  h2 span { width: 100%; }
  #lower h3 { font-size: 2.4rem; margin: 4.5rem 0 2rem; padding: 1rem 2rem; }
  #lower h4 { font-size: 2.2rem; padding: 1rem 0 1rem 7rem; margin: 4rem 0 2rem; background-size: auto; }
  #lower h5 { font-size: 1.8rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { background: url("../img/bg_overview.jpg") no-repeat; background-size: cover; padding: 3rem 0 2rem; }
#overview .wrap { padding: 1rem; background: rgba(255, 255, 255, 0.8); }
#overview .overviewL { max-width: 31rem; margin: 0 auto 4rem; }
#overview .overviewL .logo { text-align: center; margin: 2rem 0; }
#overview .overviewL .logo img:last-child { width: 100%; }
#overview .dl_access { max-width: 31rem; margin: 0 auto 3rem; }
#overview .dl_access dt { color: #CE6776; border-bottom: 0.1rem dashed #CE6776; padding: 0 0 0.5rem; margin-bottom: 0.5rem; }
#overview .dl_access dd { line-height: 1.4; margin-bottom: 2rem; }

.dl_overview dt { color: #E994A2; margin-bottom: 0.7rem; line-height: 1; }
.dl_overview dt::before { font-family: "fontello"; content: "\e802"; padding-right: 0.3rem; }
.dl_overview dd { line-height: 1.4; margin-bottom: 2rem; position: relative; }
.dl_overview dd span.font_s { font-size: small !important; padding-left: 1rem; }
.dl_overview > *:nth-child(2)::after { content: "(いいにゅうせん)"; font-size: 90%; padding-left: 0.5rem; }

#access .dl_overview > *:nth-child(2)::after { display: none; }
#access .dl_overview > *:nth-child(4)::after { content: "(いいにゅうせん)"; font-size: 90%; padding-left: 0.5rem; }

.gmap { margin: 0 auto 0; height: 50rem; width: 100%; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 1rem; padding-top: 1rem; }
.tbl_time caption { caption-side: bottom; padding: 0.5rem 0.5rem 1.5rem 2rem; line-height: 1.6; text-align: left; }
.tbl_time thead { color: #fff; background: #E994A2; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0; font-weight: normal; }
.tbl_time tbody { border-bottom: 0.2rem solid #E994A2; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #E994A2; background: #fff; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody td { min-width: 2em; color: #E994A2; font-weight: bold; }
.tbl_time .darkpink { color: #db4f88; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time caption { padding: 1rem 0 0; }
  .tbl_time thead th { padding: 1.3rem 0; }
  .tbl_time tbody th { padding: 1.3rem 0; font-weight: normal; width: 17rem; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #ffe9ec; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 30%; margin: 0.2rem; background: #ffb6c1; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: flex; align-items: center; padding: 1.3rem 0; color: #fff; justify-content: center; }
.sp_bottom li:last-child { width: 10%; }

.pc_right { display: none; }

@media screen and (min-width: 48em), print { .sp_bottom { bottom: 2rem; right: 1rem; left: auto; width: 7rem; background-color: transparent; }
  .sp_bottom li:first-child, .sp_bottom li:nth-child(2), .sp_bottom li:nth-child(3) { display: none !important; }
  #pageup { position: fixed; bottom: -55rem; right: 1rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; font-size: 4.5rem; height: 5rem; width: 5rem; border-radius: 50%; background: #E994A2; padding: 0; }
  #pageup a { padding: 0; }
  #pageup i { font-size: 4.5rem; }
  #pageup.block { display: block; bottom: 1rem; }
  .pc_right { display: block; max-width: 5.8rem; width: 3%; position: fixed; right: 0; top: 20rem; border-radius: 0.5rem 0 0 0.5rem; background: #e994a2; }
  .pc_right li { height: 14.8rem; margin-bottom: -0.5rem; border-radius: 0.5rem 0 0 0.5rem; }
  .pc_right li a { color: #fff; -webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; -ms-writing-mode: vertical-rl; writing-mode: vertical-rl; text-align: justify; display: block; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; }
  .pc_right li:nth-child(2) { background: #f9a0ad; }
  .pc_right li:nth-child(3) { background: #ffd8de; }
  .pc_right li:nth-child(3) a { color: #ce6776; }
  .pc_right li:nth-child(4) { background: #edd9f9; }
  .pc_right li:nth-child(4) a { color: #8e649c; } }
footer { background: #ffe9ec; }
footer ul { display: none; }

address { padding: 1rem 0 5.5rem; font-style: normal; background: #CE6776; text-align: center; font-size: 1rem; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 4.6rem 0; }
  #overview .wrap { padding: 6.7rem 5.8rem 3.7rem 7.7rem; width: 120rem; }
  #overview .flex_LRTB { justify-content: space-between; margin: 0 auto; }
  #overview .overviewL { padding: 0; margin: 0; width: 55rem; max-width: none; }
  #overview .overviewL .logo { margin: 0 0 4rem; width: 50rem; }
  #overview .overviewR { width: 49.4rem; }
  #overview .overviewR .dl_access { max-width: none; margin: 1rem 0 5.5rem; }
  #overview .overviewR .dl_access dt { font-size: 2rem; padding-bottom: 0.7rem; margin-bottom: 1rem; }
  #overview .overviewR .dl_access dd { font-size: 1.8rem; }
  .dl_overview { display: flex; flex-wrap: wrap; font-size: 2rem; letter-spacing: normal; align-items: flex-start; }
  .dl_overview dt { width: 16rem; margin-bottom: 1.3rem; padding: 0; background-color: transparent; text-align: left; color: #CE6776; }
  .dl_overview dd { width: calc(100% - 16rem); margin-bottom: 1.3rem; line-height: 1.4; }
  #access .flex_LRTB { justify-content: space-between; align-items: flex-start; }
  #access .dl_overview { width: 58rem; }
  #access .gmap { width: 58rem; }
  .gmap { margin: 0; }
  address { padding: 1rem 0; font-size: 1.6rem; }
  footer { display: block; padding: 2.5rem 0 0; margin: 0 auto; }
  footer ul { display: flex; flex-wrap: wrap; margin: 0 auto 2rem; justify-content: center; font-size: 1.6rem; width: 77rem; }
  footer ul li { line-height: 1; padding: 0 2rem; border-left: 0.1rem solid #ce6776; margin-bottom: 1.5rem; }
  footer ul li a { color: #ce6776; padding: 0; }
  footer ul li a br { display: none; }
  footer ul li.treatment { display: none; }
  footer li:last-child, footer ul:last-child li:nth-child(5) { border-right: 0.1rem solid #ce6776; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #333333; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage { /* sliderArea  */ }
#TopPage #kv { background-size: auto 15rem; background-position: top right; background-repeat: no-repeat; padding-top: 12rem; }
#TopPage #kv .wrap { margin: 0 auto; }
#TopPage #kv .kv_txt { font-size: 1.6rem; text-align: center; height: 3rem; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }
#TopPage #kv .kv_open { font-size: 1.8rem; /* li:nth-child(4){ background:#F6C062;
}*/ }
#TopPage #kv .kv_open li { background: #d46592; padding: 1rem 0; margin: 0; color: #fff; text-align: center; }
#TopPage #kv .kv_open li br { display: none; }
#TopPage #kv .kv_open li:nth-child(2) { background: #E994A2; }
#TopPage #kv .kv_open li:nth-child(3) { background: #d6b0ec; }
#TopPage main .bnr { margin: 0 1rem; }
#TopPage main .bnr li { margin: 2rem auto; max-width: 700px; }
#TopPage main .bnr .bnr_reserve { background: #ffe9ec; border: 3px solid #f9a0ad; text-align: center; font-size: 110%; font-weight: bold; color: #CE6776; }
#TopPage main .bnr a { padding: 3rem 0; border: none; display: block; }
#TopPage main h2 > span > span { font-size: 1rem; color: #ccc; width: 100%; }
#TopPage main #news dl { border-bottom: 0.1rem dashed #ccc; }
#TopPage main #news dl dt { margin-bottom: 0.7rem; color: #d96073; position: relative; padding-left: 1.2em; border-top: 0.1rem dashed #ccc; padding-top: 0.7rem; }
#TopPage main #news dl dt::before { position: absolute; left: 0; content: "\e809"; font-family: fontello; width: 1em; text-align: center; }
#TopPage main #news dl dt.close::before { content: "\e808"; }
#TopPage main #news dl dd { margin-bottom: 2rem; margin-left: 1.2em; }
#TopPage main #news dl dd:not(:nth-of-type(-n + 3)) { display: none; }
#TopPage main #news dl dt:first-child { border-top: none; }
#TopPage main #treatments { background: url("../img/bg_treatments.jpg") no-repeat center center; background-size: cover; padding: 2rem 0; }
#TopPage main #treatments ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
#TopPage main #treatments li { padding: 0 0.5rem; }
#TopPage main #treatments a { text-align: center; display: block; border-radius: 50%; color: #A4426A; padding: 10rem 0 0; background: url("../img/treatment_icon01.svg") top 2.5rem center no-repeat #fff; background-size: auto 6.5rem; height: 15rem; width: 15rem; margin: 0 auto 2rem; border: none; border: 0.1rem solid #ffd8de; line-height: 1.1; }
#TopPage main #treatments li:nth-child(2) a { background-image: url("../img/treatment_icon02.svg"); }
#TopPage main #treatments li:nth-child(3) a { background-image: url("../img/treatment_icon03.svg"); }
#TopPage main #treatments li:nth-child(3) a span { display: none; }
#TopPage main #treatments li:nth-child(4) a { background-image: url("../img/treatment_icon05.svg"); }
#TopPage main #treatments li:nth-child(5) a { background-image: url("../img/treatment_icon04.svg"); }
#TopPage main #treatments li:nth-child(6) a { background-image: url("../img/treatment_icon07.svg"); background-size: auto 6rem; background-position: top 3rem center; }
#TopPage main #treatments li:nth-child(7) a { background-image: url("../img/treatment_icon06.svg"); }
#TopPage main #treatments li:nth-child(7) span { display: none; }
#TopPage main #treatments li:nth-child(8) a { background-image: url("../img/treatment_icon08.svg"); }
#TopPage main #treatments li:nth-child(9) a { background-image: url("../img/treatment_icon09.svg"); }
#TopPage main #treatments li:nth-child(9) a span { display: block; font-size: 80%; }
#TopPage main #features { background: #fff2f4; padding: 5rem 0; margin-bottom: 0; }
#TopPage main #features ul { display: flex; flex-wrap: wrap; }
#TopPage main #features ul li { padding: 1rem 1rem; text-align: center; width: 24rem; background: #ffd8de; margin: 1rem auto; border-radius: 0.5rem; }
#TopPage main #features ul dl { width: 100%; }
#TopPage main #features ul dl dt { font-size: 2rem; color: #db4f88; border-bottom: 0.1rem solid #db4f88; margin-bottom: 1rem; padding: 0 0 0.5rem; }
#TopPage main #features ul dl dt span { font-size: 183%; }
#TopPage main #features ul dl dd { color: #A4426A; }
#TopPage .full-screen .slick-list { overflow: visible; }
#TopPage .full-screen.slider { max-width: 330px; margin: 0 auto; }
#TopPage .sliderArea { margin: 0 auto; padding: 3rem 2.5rem; overflow: hidden; width: 100%; }
#TopPage .full-screen .slick-list { overflow: visible; }
#TopPage .slick-slide { margin: 0; }
#TopPage .slick-slide img { width: 100%; height: auto; }
#TopPage .slick-slide { transition: all ease-in-out .3s; }

@media screen and (min-width: 48em), print { #TopPage #kv { height: 62rem; max-width: 200rem; margin: 17.4rem auto 2.5rem; width: 100%; background-size: auto; background-position: center top; }
  #TopPage #kv .kv_txt { margin: 21rem auto 0 0; padding-left: 22%; font-size: 2.8rem; text-align: left; }
  #TopPage #kv .kv_open { position: relative; margin: 3rem auto auto 3rem;     /*   li:nth-child(4){ width:17rem; height:17rem; padding: 3.4rem 0; box-shadow: 0 0 0 0.7rem #F6C062; font-size: 2.4rem; left:53rem; margin-top: 2.5rem; line-height: 1.4;
}*/ }
  #TopPage #kv .kv_open li { border-radius: 50%; border: #fff dashed 0.1rem; line-height: 1.5; position: absolute; }
  #TopPage #kv .kv_open li br { display: inline; }
  #TopPage #kv .kv_open li:first-child { background: #d46592; width: 19.4rem; height: 19.4rem; box-shadow: 0 0 0 0.7rem #d46592; padding: 2.5rem 0; font-size: 3.1rem; z-index: 10; line-height: 1.3; }
  #TopPage #kv .kv_open li:first-child span { font-size: 3.8rem; }
  #TopPage #kv .kv_open li:nth-child(2) { width: 17rem; height: 17rem; padding: 5rem 0; box-shadow: 0 0 0 0.7rem #E994A2; font-size: 2.4rem; left: 19rem; margin-top: 2.5rem; z-index: 9; }
  #TopPage #kv .kv_open li:nth-child(3) { width: 17rem; height: 17rem; padding: 4rem 0; box-shadow: 0 0 0 0.7rem #d6b0ec; font-size: 2.4rem; left: 36rem; margin-top: 2.5rem; z-index: 8; }
  #TopPage #kv .kv_open li:nth-child(2)::first-line, #TopPage #kv .kv_open li:nth-child(3)::first-line { letter-spacing: 0.3rem; }
  #TopPage main { margin: 3rem 0 0; }
  #TopPage main .bnr { margin: 7rem auto; font-size: 3rem; }
  #TopPage main h2 > span > span { font-size: 1.4rem; }
  #TopPage main #news dl { padding: 1rem 4.5rem 1rem 0; margin: 0 auto; max-height: 31.8rem; height: auto; overflow: auto; }
  #TopPage main #news dl dt { margin: 1rem 0 1rem 0; padding-right: 3rem; font-size: 2rem; }
  #TopPage main #news dl dt::after { top: -0.7rem; font-size: 3rem; }
  #TopPage main #news dl dd { margin: 1rem 1rem 2rem 2rem; }
  #TopPage main #treatments { padding: 8rem 0 0; margin-bottom: 0; }
  #TopPage main #treatments ul { justify-content: center; }
  #TopPage main #treatments ul li { padding: 0; }
  #TopPage main #treatments ul li a { padding: 11.5rem 0 0; background-size: auto !important; background-position: top 3rem center; height: 18rem; width: 18rem; margin: 0 1rem 3rem; font-size: 2rem; letter-spacing: normal; }
  #TopPage main #treatments li:nth-child(3) a { background-size: auto 7.5rem !important; }
  #TopPage main #treatments li:nth-child(3) a { background-position: top 4rem center; }
  #TopPage main #features { margin-bottom: 0; padding: 2rem 0; height: 103rem; background: url("../img/bg_features.png") no-repeat center top 33rem #fff2f4; }
  #TopPage main #features ul { width: 84.8rem; display: block; margin: 3.5rem auto 0; position: relative; }
  #TopPage main #features ul li { margin: 0 0 8rem; max-width: none; width: 30rem; height: 26rem; padding: 5rem 0 0; background: url("../img/bg_circle.png") no-repeat center top; position: absolute; }
  #TopPage main #features ul li dl dt { font-size: 2.4rem; padding-bottom: 1rem; margin: 0 auto 2.2rem; width: 21rem; }
  #TopPage main #features ul li dl dd { font-size: 2.3rem; padding: 0 0 0; white-space: nowrap; }
  #TopPage main #features ul li:first-child { top: 0; left: 27.5rem; }
  #TopPage main #features ul li:nth-child(2) { top: 20rem; left: 0; }
  #TopPage main #features ul li:nth-child(3) { top: 20rem; right: 0; }
  #TopPage main #features ul li:nth-child(4) { top: 50rem; left: 7rem; }
  #TopPage main #features ul li:nth-child(5) { top: 50rem; right: 7rem; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #E994A2; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead { background: #E994A2; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody tr { border-top: 0.1rem solid #E994A2; }
#lower #breastcancer .tbl_def td { text-align: center; }
#lower #breastcancer .tbl_def .underline.breast { background: linear-gradient(transparent 60%, #a0f9ec 60%); }
#lower #breastcancer .tbl_def .underline.cervix { background: linear-gradient(transparent 60%, #f9eca0 60%); }
#lower #breastcancer .tbl_def .underline.ovary { background: linear-gradient(transparent 60%, #d6b0ec 60%); }
#lower .tbl_price { width: 100%; max-width: 50rem; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #E994A2; }
#lower .tbl_price th, #lower .tbl_price td { padding: 0.5rem; }
#lower .tbl_price th { text-align: left; }
#lower .tbl_price td { width: 9em; text-align: right; }
#lower .tbl_price tr:nth-child(even) { background: #f8efe7; }
#lower #clinic #features { padding: 5rem 0; margin-bottom: 0; }
#lower #clinic #features ul { display: flex; flex-wrap: wrap; }
#lower #clinic #features ul li { padding: 1rem 1rem; text-align: center; width: 24rem; background: #ffd8de; margin: 1rem auto; border-radius: 0.5rem; }
#lower #clinic #features ul dl { width: 100%; }
#lower #clinic #features ul dl dt { font-size: 2rem; color: #db4f88; border-bottom: 0.1rem solid #db4f88; margin-bottom: 1rem; padding: 0 0 0.5rem; }
#lower #clinic #features ul dl dt span { font-size: 183%; }
#lower #clinic #features ul dl dd { color: #A4426A; }
#lower #access .list_maru { line-height: 2.4rem; }
#lower #access .list_maru .maru { display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; flex-flow: column; vertical-align: top; width: 2.4rem; height: 2.4rem; background: #666; margin: 0 0.2rem; color: #fff; line-height: 1; }
#lower #access .list_maru .maru span.three { letter-spacing: -0.1rem; }
#lower .slider-pro { overflow: hidden; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { width: 70rem; margin: 0 auto; }
  #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 1.5rem; }
  #lower #clinic .img_c + p { text-align: center; margin: 2rem auto 1rem; }
  #lower #clinic #features { margin-bottom: 0; padding: 2rem 0; height: 103rem; background: url("../img/bg_features.png") no-repeat center top 33rem; }
  #lower #clinic #features ul { width: 84.8rem; display: block; margin: 3.5rem auto 0; position: relative; }
  #lower #clinic #features ul li { margin: 0 0 8rem; max-width: none; width: 30rem; height: 26rem; padding: 5rem 0 0; background: url("../img/bg_circle.png") no-repeat center top; position: absolute; }
  #lower #clinic #features ul li dl dt { font-size: 2.4rem; padding-bottom: 1rem; margin: 0 auto 2.2rem; width: 21rem; }
  #lower #clinic #features ul li dl dd { font-size: 2.3rem; padding: 0 0 0; white-space: nowrap; }
  #lower #clinic #features ul li:first-child { top: 0; left: 27.5rem; }
  #lower #clinic #features ul li:nth-child(2) { top: 20rem; left: 0; }
  #lower #clinic #features ul li:nth-child(3) { top: 20rem; right: 0; }
  #lower #clinic #features ul li:nth-child(4) { top: 50rem; left: 7rem; }
  #lower #clinic #features ul li:nth-child(5) { top: 50rem; right: 7rem; }
  #lower #pill, #lower #placenta { margin-top: -120px; padding-top: 120px; }
  #lower #access .list_maru { line-height: 3rem; }
  #lower #access .list_maru .maru { height: 3rem; width: 3rem; } }
