@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* フェード処理 -------------------------------------- */
.index .fade { opacity: 0; transform: translate(0, 45px); transition: all 600ms; }
.index .fade.fade_in { opacity: 1; transform: translate(0, 0); }

/* 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; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.red { color: #E10003; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #fff; border: 1px solid #ccc; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #fbe8e8; border: 1px solid #ccc; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* 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; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8rem !important; }
  .mt30 { margin-top: 6rem !important; }
  .mt20 { margin-top: 4rem !important; }
  .mt10 { margin-top: 2rem !important; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; padding: .4rem 1rem 1rem; background: #fff; }
.tbl_time caption span { color: #e71926; display: block; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #001765; font-size: 1rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"] span { display: none; }
.tbl_time tr th[scope="col"]:first-child { width: 30%; }
.tbl_time tr th.time { color: #001765; background: #fff; border-bottom: 1px solid #ccc; }
.tbl_time tr td { color: #001765; text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #ccc; line-height: 1.0; }
.tbl_time tr td.close { color: #e22222; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; table-layout: auto; }
  .tbl_time caption { font-size: 1.8rem; padding: 1rem .2rem 2rem 2rem; }
  .tbl_time tr th[scope="col"] { font-size: 1.8rem; font-weight: bold; width: 6%; }
  .tbl_time tr th[scope="col"] span { display: inline; }
  .tbl_time tr th[scope="col"]:first-child { width: 25%; font-weight: bold; padding: 1rem 0; }
  .tbl_time tr th[scope="col"]:last-child { width: 12%; padding-right: 1rem; }
  .tbl_time tr th.time { font-size: 1.8rem; padding: 1rem 0; }
  .tbl_time tr td { padding: 1.0rem 0; }
  .tbl_time tr td:last-child { padding-right: 1rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto 100%; font-size: 2.2rem; padding: 3.0rem 0; margin: 0 0 3.0rem; text-align: center; color: #001764; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

.tit_02 { color: #001163; font-size: 2.0rem; text-align: center; margin: 0 auto 1.0rem; padding: 3rem 0 1rem; line-height: 1.2; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; background: url("../img/tit_02.svg") no-repeat top center/8rem auto; }
.tit_02 span { display: block; color: #d7212e; font-size: 60%; margin: .4rem 0 0; }

body:not(.index) .tit_02 { padding: 3rem 0 2rem; }
body:not(.index) .tit_02::after { content: ""; height: 2px; width: 3rem; margin: 1rem auto 0; display: block; background: #e22222; }

.tit_03 { color: #001764; font-weight: bold; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 5.2rem 0 0; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: relative; }
.tit_03::after { content: ""; width: 100%; display: block; height: 2px; background: linear-gradient(to right, #e22222 20%, #001764 20%); position: absolute; bottom: -.2rem; left: 0; }
.tit_03::before { content: ""; background: url("../img/tit_03.png") no-repeat bottom center/contain; width: 5rem; height: 4rem; display: block; position: absolute; right: 0; bottom: 0; }

.tit_04 { color: #001764; font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

.tit_05 { color: #333333; font-size: 1.6rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto auto; font-size: 3.6rem; padding: 8.9rem 4.0rem; margin: 2.5rem 0 3.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 2.0rem; padding: 6.5rem 0 4.5rem; background: url("../img/tit_02.svg") no-repeat top center/15rem auto; }
  .tit_02 span { font-size: 1.6rem; }
  body:not(.index) .tit_02 { padding: 5rem 0 5rem; }
  body:not(.index) .tit_02::after { width: 6rem; margin: 1.2rem auto 0; }
  .tit_03 { font-size: 3rem; margin: 0 0 3.4rem; }
  .tit_03::after { background: linear-gradient(to right, #e22222 10%, #001764 10%); bottom: -1rem; }
  .tit_03::before { width: 9rem; height: 5rem; bottom: -1rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; } }
.tit_05 { font-size: 1.8rem; margin: 1rem 0 1rem; }

/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #f9a0a6; }
.lst_ul01 li.none::before { content: none; }

.lst_flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.lst_flex li { width: 48%; }
@media screen and (min-width: 48em), print { .lst_flex li { width: 33%; } }

.lst_check { margin: 1rem auto 1rem; }
.lst_check li { text-indent: 0rem; padding-left: 3.2rem; padding-bottom: 1.0rem; line-height: 1.4; position: relative; }
.lst_check li.none::before, .lst_check li.none::after { content: none; }
.lst_check li::before, .lst_check li::after { content: ""; display: block; position: absolute; }
.lst_check li::before { width: 1.6rem; height: 1.6rem; border-radius: 3px; background: #fff; border: 1px solid #222; left: 0; top: 2px; }
.lst_check li::after { border-left: 2px solid #0071bc; border-bottom: 2px solid #0071bc; width: 15px; height: 5px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 5px; top: 3px; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; text-indent: -1.0rem; padding: 0 0 1.0rem 0; }
.lst_ol01 li::before { display: inline-block; content: counter(number) "."; margin-right: .8rem; font-family: 'Lato', sans-serif; color: clr_blue; font-weight: bold; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 { display: flex; flex-wrap: wrap; }
  .lst_dl01 dt { width: 7%; }
  .lst_dl01 dd { width: calc(100% - 7%); margin: 0 0 .6rem; } }
.lst_dl02 { border: 2px solid #001764; }
.lst_dl02 dt { display: block; background: #001764; color: #fff; text-align: center; padding: 0 .2rem; font-size: 1.6rem; }
.lst_dl02 dd { font-size: 1.4rem; padding: .4rem .6rem; margin: 0; }
.lst_dl02 dd .tit { padding: .4rem .2rem; margin: -.4rem -.6rem .8rem; background: #f2f2f2; text-align: center; }

@media screen and (min-width: 48em), print { .lst_dl02 { border: 3px solid #001764; }
  .lst_dl02 dt { width: 100%; text-align: center; padding: 1rem .2rem; font-size: 2rem; }
  .lst_dl02 dd { width: 100%; margin: 0; padding: 2rem 2rem 0; font-size: 1.6rem; }
  .lst_dl02 dd .tit { padding: .4rem .2rem; margin: -2rem -2rem 1.2rem; background: #f2f2f2; text-align: center; font-size: 110%; }
  .lst_dl02 dd .tit + ul { margin-bottom: 3rem; } }
/* フレックス回り -------------------------------------- */
.flex3 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* リンク -------------------------------------- */
.link_txt::before { content: "\e81e"; font-family: "fontello"; margin-right: .4rem; color: #e22222; }
.link_txt a { text-decoration: none !important; border-bottom: 1px solid #e22222; color: #e22222; }

.link_btn { margin: .8rem 0 .8rem; display: block; }
.link_btn a { text-decoration: none !important; display: inline-block; color: #fff; background: #e32223; position: relative; padding: .4rem 3rem .4rem 2rem; min-width: 48%; text-align: center; border-radius: 4px; }
@media screen and (min-width: 48em), print { .link_btn a { margin: 0 0 .8rem; padding: 1.2rem 4rem; min-width: auto; font-size: 1.8rem; } }
.link_btn a::after { content: "\e81e"; font-family: "fontello"; color: #fff; position: absolute; right: 4%; }

.link_btn02 { margin: 0 0 .8rem; display: block; }
.link_btn02 a { text-decoration: none !important; display: inline-block; color: #fff; background: #001764; position: relative; padding: .4rem 3rem .4rem 2rem; min-width: 48%; text-align: center; border-radius: 4px; }
@media screen and (min-width: 48em), print { .link_btn02 a { padding: 1.2rem 4rem; min-width: auto; font-size: 1.8rem; } }
.link_btn02 a::after { content: "\e81e"; font-family: "fontello"; color: #fff; position: absolute; right: 4%; }

/* アンカーリンク領域 -------------------------------------- */
.lst_anchor { border: 2px solid #001764; }
.lst_anchor dt { display: block; background: #001764; color: #fff; text-align: center; padding: 0 .2rem; font-size: 1.6rem; }
.lst_anchor dd { font-size: 1.4rem; padding: .4rem .6rem; margin: 0; }
.lst_anchor dd ul li { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
.lst_anchor dd ul li::before { content: "\e81e"; font-family: "fontello"; margin-right: .4rem; color: #001764; }

@media screen and (min-width: 48em), print { .lst_anchor { border: 3px solid #001764; }
  .lst_anchor dt { width: 100%; text-align: center; padding: 1rem .2rem; font-size: 2rem; }
  .lst_anchor dd { width: 100%; }
  .lst_anchor dd ul { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0; padding: 1rem 2rem; }
  .lst_anchor dd ul li { width: 40%; font-size: 1.8rem; }
  .lst_anchor dd ul li:nth-child(3n) { margin-right: 0; width: auto; } }
/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_01 tr th { width: 30%; padding: .8rem 0; background: #f8f9fa; color: #001764; text-align: center; font-weight: bold; border: 1px solid #ccc; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #ccc; }

.tbl_access { table-layout: fixed; border-collapse: separate; border-collapse: .2rem; }
.tbl_access tr th { width: 37%; background: #d9edac; text-align: center; font-weight: normal; padding: .8rem; }
.tbl_access tr td { padding: .8rem; }

@media screen and (min-width: 48em), print { .tbl_access tr th { width: 30%; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; -webkit-text-size-adjust: none; }

body { background: #fffaf4; color: #333333; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1220px; }
  body > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 10rem auto 0; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1200px; margin: 0 auto; padding: 0; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; } }
/* アイコンフォント -------------------------------------- */
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
/* ヘッダー -------------------------------------- */
.header { background: #001763; border-top: 3px solid #e2221f; z-index: 80; }
.header .wrap { padding: 1.0rem; }
.header .wrap .logo { height: 4.2rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headC { display: none; }
.header .wrap .headR { display: none; }

@media screen and (min-width: 48em), print { .header { border-top: 4px solid #e2221f; background: #fffaf4; height: auto; padding: 0 0 3.2rem; position: relative; z-index: 120; }
  .header .wrap { margin: 0 auto 0; padding: 2rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .header .wrap .logo { width: 33.4%; height: 9.0rem; background: #001764; border-top: 4px solid #e22222; padding: 1rem; }
  .header .wrap .headC { display: block; width: 26%; margin-left: 7rem; }
  .header .wrap .headC p { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1rem; }
  .header .wrap .headC p span { font-weight: bold; }
  .header .wrap .headC p span.header_n { display: none !important; }
  .header .wrap .headC p + div { font-size: 1.4rem; font-weight: bold; color: #001764; }
  .header .wrap .headR { width: 28.3%; background: #001765; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .tel { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; width: auto; display: block; background: none; color: #fff; font-size: 3.6rem; font-weight: bold; line-height: 1.6; margin: 0; padding: 0; }
  .header .wrap .headR .tel::before { content: "\e820"; font-family: "fontello"; margin-right: .4rem; font-weight: normal; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
#sp_nav { padding: .8rem; width: 100%; background: #001763; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; top: -30px; transition: all 0.3s ease 0s; }
#sp_nav.fixed { position: fixed; left: 0; top: 0; z-index: 100; }
#sp_nav.fixed > li a { padding: .8rem .2rem; }
#sp_nav > li { width: 32%; text-align: center; }
#sp_nav > li a { padding: 1.2rem .2rem; display: block; background: #fff; font-weight: bold; font-size: 1rem; color: #001764; border-radius: 4px; }
#sp_nav > li a.close { background: #54b0ff; color: #fff; }
#sp_nav > li .sp_menu { background: #fff; display: none; width: 95vw; margin: .4rem 0 0; }
#sp_nav > li .sp_menu li a { border-bottom: 1px solid #ccc; padding: .8rem .2rem; font-size: 1.4rem; }
#sp_nav > li .sp_menu li a.sub { position: relative; }
#sp_nav > li .sp_menu li a.sub::after { content: "+"; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
#sp_nav > li .sp_menu li a.sub.close { border-radius: 0; font-weight: normal; background: #001763; }
#sp_nav > li .sp_menu li a.sub.close::after { content: "－"; right: .8rem; }
#sp_nav > li .subnav { display: none; background: #f2f2f2; }
#sp_nav > li .subnav .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
#sp_nav > li .subnav .flex li { width: 50%; }
#sp_nav > li .subnav .flex li:nth-child(odd) { border-right: 1px solid #ccc; }
#sp_nav > li .subnav .flex li a { background: #f2f2f2; border-radius: 0; }

/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
/*.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; .slicknav_btn { // Toggle Btn width: 5.0rem; height: 5.0rem; color: clr_txt; background: #000; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; } .slicknav_btn.slicknav_collapsed { // Toggle Open Icon &::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; } &::after { display: block; content: 'MENU'; font-size: 1.0rem; } } .slicknav_btn.slicknav_open { // Toggle Close Icon &::before { display: block; font-family: 'fontello'; content: '\e803'; line-height: .8; } &::after { display: block; content: 'CLOSE'; font-size: 1.0rem; } } .slicknav_nav { // 展開部 width: 100vw; background: #f2f2f2; padding: 1.6rem; position:absolute; top: 6.0rem; right: 0; margin: auto; .gnav { border-top: 1px solid clr_brw; margin: 0; li { border-bottom: 1px solid clr_brw; a { display: block; color: clr_brw; padding: 1.0rem 0; font-size: 1.6rem; position: relative; &:not(.sub) { &::after{ position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e800'; font-size: 2.0rem; } } .sub { &::after{ position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e805'; font-size: 2.0rem; } } &:hover { color: inherit; background: none; } } &.slicknav_parent { a.slicknav_item { padding: 0; } ul { li:last-child { border: none; } } } &.slicknav_open { > a.slicknav_item .sub { &::after{ font-family: 'fontello'; content: '\e804'; } } } } } } .slicknav_icon, .slicknav_icon-bar, .slicknav_arrow, .slicknav_row:after { display: none !important; }
}*/
#nav { display: none; }

@media screen and (min-width: 48em), print { /*  .slicknav_menu { display: none; }*/
  #sp_nav { display: none; }
  #sp_nav + .sp_menu { display: none; }
  #nav { width: 100%; display: block; background: #fffaf4; top: -30px; transition: all 0.3s ease 0s; }
  #nav.fixed { position: fixed; left: 0; top: 0; z-index: 30; padding: 1rem 0 1.4rem; }
  #nav .gnav { width: 1120px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav > li { width: calc(100% / 6); padding: .6rem 0; border-right: 1px solid #001764; text-align: center; }
  #nav .gnav > li:last-child { border-right: none; }
  #nav .gnav > li.treatment { position: relative; }
  #nav .gnav > li a { position: relative; display: inline-block; text-decoration: none; font-size: 1.8rem; color: #001764; font-weight: bold; }
  #nav .gnav > li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #e2221f; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; }
  #nav .gnav > li a:hover::after { transform: scale(1, 1); }
  #nav .gnav > li .subnav { width: 24.6rem; display: none; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); z-index: 30; }
  #nav .gnav > li .subnav li { width: 100%; border-bottom: 1px solid #001764; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.8); color: #001764; padding: 1.6rem 0; text-align: center; }
  #nav .gnav > li .subnav li a::after { content: none; }
  #nav .gnav > li .subnav li a:hover { background: #e74746; color: #fff; opacity: 1; }
  #nav .gnav > li .subnav li:first-child { margin: 1rem 0 0; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .visitor #nav .visitor, .access #nav .access { pointer-events: none; position: relative; }
  .index #nav .home::after, .doctor #nav .doctor::after, .clinic #nav .clinic::after, .visitor #nav .visitor::after, .access #nav .access::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #e2221f; transform: none; } }
/* サイドバー -------------------------------------- */
/*
.sidebar { display: none;
}
@include pc { .sidebar { display: block; .tit { background: #6b4f3c; color: #f1ffdb; font-size: 2.4rem; text-align: center; padding: 1.8rem; border-radius: .8rem; } .subnav { margin: 0; padding: 1.0rem 0; li { a { display: block; padding: 1.2rem .6rem; color: #48341d; position: relative; font-size: 1.8rem; &::after { font-family: 'fontello'; content: '\e807'; position: absolute; right: .6rem; color: #d8c8bd; } &:hover { background: #ffedcd; color: #ec7218; &::after { color: #ec7218; } } } &:not(:last-child) { border-bottom: 1px solid #dedede; } } } }
}
*/
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 0 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #fffaf4; }
.overview > .wrap .overviewL { color: #333; }
.overview > .wrap .overviewL .clinic_name { text-align: center; margin: 0 0 2.0rem; padding: .6rem 0; color: #001764; font-size: 1.6rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; border-top: 1px solid #001764; border-bottom: 1px solid #001764; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.overview > .wrap .overviewL .clinic_name::before { content: ""; background: url("../img/logo_mark.svg") no-repeat center/contain; display: inline-block; width: 2rem; height: 2rem; margin-right: .4rem; }
.overview > .wrap .overviewL ul li::before { content: "●"; display: inline-block; margin-right: .2rem; }
.overview > .wrap .overviewL .tel_box { margin: .4rem 0 .4rem; border: 1px solid #001764; background: #fff; text-align: center; font-weight: bold; padding: 1rem .2rem; line-height: 1.2; }
.overview > .wrap .overviewL .tel_box .tel { color: #001764; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-size: 2.4rem; margin-left: .4rem; line-height: 1.2; }
.overview > .wrap .overviewL p { margin: 0; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .link_btn { margin: .4rem 0 .6rem; }
.overview > .wrap .overviewR .map_txt { color: #e22222; text-decoration: none; }
.overview > .wrap .overviewR .map_txt::before { content: "\e81e"; font-family: "fontello"; margin-right: .4rem; text-decoration: none !important; border-bottom: none; }
.overview > .wrap .overviewR .map_txt span { border-bottom: 1px solid #e22222; }
.overview > .wrap .overviewR .gmap { display: block; margin: 1rem auto 0; border: 1px solid #ccc; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 10.0rem 0; font-size: 1.8rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 46%; }
  .overview > .wrap .overviewL { padding: 0 0; }
  .overview > .wrap .overviewL .clinic_name { font-size: 3rem; padding: .2rem 0; margin: 0 0 2.6rem; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .overview > .wrap .overviewL .clinic_name::before { margin-right: .8rem; width: 2.6rem; height: 2.6rem; }
  .overview > .wrap .overviewL .tel_box { font-size: 1.8rem; padding: 1.8rem 0; margin: 1.6rem 0; }
  .overview > .wrap .overviewL .tel_box .tel { font-size: 3.55rem; margin-left: 2rem; }
  .overview > .wrap .overviewR { padding: 0 0; margin: 0; }
  .overview > .wrap .overviewR .flex { margin: 0 0 .8rem; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  .overview > .wrap .overviewR .flex .link_btn { margin: 0 0 0 2rem; }
  .overview > .wrap .overviewR .flex .link_btn a { padding: .2rem 4rem; font-size: 1.6rem; }
  .overview > .wrap .overviewR .map_txt { font-size: 1.8rem; }
  .overview > .wrap .overviewR .gmap { margin-top: 3rem; padding: .6rem; background: #fff; }
  .overview .text_box { max-width: 100%; } }
.text_box { display: block; max-width: 100%; margin: .4rem 0 .4rem; padding: 1.2rem .2rem; border: 1px solid #001764; background: #fff; text-decoration: none !important; text-align: center; font-weight: bold; line-height: 1.2; }

@media screen and (min-width: 48em), print { .text_box { max-width: 401px; } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 1.0rem; right: 1.0rem; z-index: 1; cursor: pointer; }
#pageup a { display: block; width: 5.0rem; height: 5.0rem; font-size: 1.6rem; text-align: center; padding: .4rem; background: #e2211c; border-radius: 50%; }
#pageup a::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\f005'; color: #fff; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup a { width: 6.4rem; height: 6.4rem; }
  #pageup a::before { line-height: 1.4; font-size: 4.0rem; } }
.footer { text-align: center; padding: 0; }
.footer .copy { display: block; color: #fff; background: #001765; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0; }
  .footer .copy { padding: 3.6rem; font-size: 1.6rem; }
  .footer ul { display: block; text-align: center; padding: 2rem 0 0; margin: 0; }
  .footer ul ~ ul { padding: 0 0 2rem; margin: 1.2rem 0 0; }
  .footer ul li { display: inline-block; font-size: 1.6rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl_area { height: 36rem; margin: 0; max-width: 100%; padding: 0; position: relative; }
#keyvsl_area .keyvsl { height: 36rem; width: 100%; }
#keyvsl_area .keyvsl .wrap { padding: 0; margin: 0; height: 100%; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; }
#keyvsl_area p { margin: 0; padding: .6rem 0; letter-spacing: .1rem; width: 100%; background: rgba(255, 0, 0, 0.6); text-align: center; color: #fff; font-size: 1.6rem; position: absolute; left: 0; bottom: 0; z-index: 60; }

#keyvsl_area_pc { display: none; }

@media screen and (min-width: 48em), print { #keyvsl_area { display: none; }
  #keyvsl_area_pc { display: block; height: 66rem; }
  #keyvsl_area_pc .keyvsl { height: 66rem; margin: 0 auto 0; padding: 8rem 0; background: url(../img/index_kv_bg.jpg) no-repeat center center/auto auto; color: #fff; }
  #keyvsl_area_pc p { display: none !important; } }
/* お知らせ -------------------------------------- */
.info { padding: 4.0rem 2rem 4rem; background: url("../img/index_info_bg01.jpg") no-repeat top center/cover; }
.info .wrap { background: rgba(255, 255, 255, 0.8); padding: 2rem; }
.info .wrap .tit_02 { color: #001765; padding: 0 0 .4rem; margin: 0 auto 2rem; border-bottom: 1px solid #001765; background: none; position: relative; }
.info .wrap .tit_02::after { content: ""; background: url("../img/index_info_tit02.png") no-repeat center/contain; display: block; width: 5rem; height: 3rem; position: absolute; right: .2rem; bottom: 0; }
.info .wrap dl { margin: 0; line-height: 1.4; padding: 0; overflow-y: scroll; height: 30rem; }
.info .wrap dl dt { margin-bottom: .4rem; font-weight: bold; color: #001765; font-size: 110%; cursor: pointer; display: table; }
.info .wrap dl dt:hover { opacity: .8; }
.info .wrap dl dd { padding: .2rem 0 1.0rem; margin: 0 0 2rem; border-bottom: 1px solid #ccc; }
.info .wrap dl dd:nth-of-type(n+4) { display: none; }
.info .wrap dl dd p { margin: 0; }

@media screen and (min-width: 48em), print { .info { margin: 0 auto 2.0rem; padding: 6rem 0; background: url("../img/index_info_bg01.jpg") no-repeat top center/auto auto; }
  .info .wrap { padding: 6rem 4rem; }
  .info .wrap .tit_02 { font-size: 3rem; padding: 0 0 1rem; margin: 0 auto 1rem; }
  .info .wrap .tit_02::after { width: 11rem; height: 6rem; }
  .info .wrap dl { padding: 1.4rem; height: 32rem; }
  .info .wrap dl dt { font-size: 1.8rem; }
  .info .wrap dl dd { padding: .2rem 0 1.4rem; font-size: 1.8rem; }
  .info .wrap dl dd p { margin: 0; } }
/* 当院について -------------------------------------- */
.about_us { padding: 2rem 0 2rem; }
.about_us .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.about_us .flex .link_btn { text-align: center; width: 48%; }
.about_us .flex .link_btn > a { width: 100%; }
.about_us ul li { background: #fff; border-radius: 10px; padding: 1rem; margin: 0 0 1rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.about_us ul li::after { content: ""; width: 100%; height: 100%; display: block; position: absolute; }
.about_us ul li .img { width: 48%; padding: 2rem 1rem; }
.about_us ul li .img img { display: block; margin: 0 auto; }
.about_us ul li p { width: 48%; color: #051668; font-weight: bold; }
.about_us ul li.item_01::after { background: url("../img/index_about-us_item_parts01.png") no-repeat bottom 0 left 0/2.4rem auto; }
.about_us ul li.item_01 .balloon { background: #e22222; color: #fff; font-weight: normal; margin: .4rem 0 0; padding: .6rem; text-align: center; display: block; border-radius: 25px; }
.about_us ul li.item_02::after { background: url("../img/index_about-us_item_parts02.png") no-repeat top 0 right 0/2.8rem auto; }
.about_us ul li.item_03::after { background: url("../img/index_about-us_item_parts03.png") no-repeat bottom 0 right 0/2.6rem auto; }
.about_us ul li.item_04::after { background: url("../img/index_about-us_item_parts04.png") no-repeat bottom 0 left 0/2.2rem auto; }
.about_us ul li.item_05::after { background: url("../img/index_about-us_item_parts05.png") no-repeat bottom 0 right 0/2.8rem auto; }

@media screen and (min-width: 48em), print { .about_us { padding: 2rem 0 2rem; }
  .about_us .flex { display: block; }
  .about_us .flex .link_btn { text-align: center; width: auto; }
  .about_us .flex .link_btn > a { width: auto; min-width: 24rem; }
  .about_us .wrap { position: relative; height: 98rem; }
  .about_us .wrap > div { width: 33%; margin: 0 auto; font-size: 1.8rem; }
  .about_us .wrap ul li { background: #fff; border-radius: 50%; padding: 1rem; margin: 0; width: 36rem; height: 36rem; position: absolute; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; }
  .about_us .wrap ul li::after { top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
  .about_us .wrap ul li p { color: #051668; width: 100%; margin: 0; text-align: center; font-size: 2rem; }
  .about_us .wrap ul li.item_01 { left: 0; top: 4rem; }
  .about_us .wrap ul li.item_01::after { background: url("../img/index_about-us_item_parts01.png") no-repeat bottom 0% left 25px/15% auto; }
  .about_us .wrap ul li.item_01 .balloon { margin: 0; position: absolute; top: 0; font-size: 1.6rem; border-radius: 50%; padding: 2rem; font-weight: bold; }
  .about_us .wrap ul li.item_01 .balloon::before { content: ""; display: block; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 40px solid #e22222; position: absolute; transform: rotate(-45deg); bottom: 0; right: 0; }
  .about_us .wrap ul li.item_02 { right: 0; top: 4rem; }
  .about_us .wrap ul li.item_02::after { background: url("../img/index_about-us_item_parts02.png") no-repeat top 0% right 22px/13% auto; }
  .about_us .wrap ul li.item_02 .img img { width: 90%; }
  .about_us .wrap ul li.item_03 { left: 0; bottom: 13.5rem; }
  .about_us .wrap ul li.item_03::after { background: url("../img/index_about-us_item_parts03.png") no-repeat bottom 0% left 22px/11% auto; }
  .about_us .wrap ul li.item_03 .img img { width: 74%; }
  .about_us .wrap ul li.item_04 { right: 0; left: 0; bottom: 7rem; margin: auto; }
  .about_us .wrap ul li.item_04::after { background: url("../img/index_about-us_item_parts04.png") no-repeat bottom 0% right 22px/12% auto; }
  .about_us .wrap ul li.item_04 .img img { width: 75%; }
  .about_us .wrap ul li.item_05 { right: 0; bottom: 13.5rem; }
  .about_us .wrap ul li.item_05::after { background: url("../img/index_about-us_item_parts05.png") no-repeat top 0% left 22px/13% auto; } }
/* 診療ご案内 -------------------------------------- */
.tre { padding: 4rem 0; background: #fdf1f1; }
.tre .wrap .link_btn { margin-top: 3rem; margin-right: .4rem; text-align: center; }
.tre .wrap .grid_box { text-align: left; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.tre .wrap .grid_box .grid { width: 100%; padding: .5rem; }
.tre .wrap .grid_box .grid > div { background: #fff; border-bottom: 1px solid #fa0a0b; overflow: hidden; padding: 0 0 1.4rem; }
.tre .wrap .grid_box .grid > div .tit { color: #001765; font-weight: bold; font-size: 1.4rem; text-align: left; padding: 0 1rem; margin: 1rem 0 .6rem; }
.tre .wrap .grid_box .grid > div .tit:before { content: "●"; display: inline-block; margin-right: .4rem; vertical-align: middle; color: #f4a2a8; font-size: 60%; }
.tre .wrap .grid_box .grid > div ul { padding: 0 .4rem; }
.tre .wrap .grid_box .grid > div ul li { text-indent: -.4rem; padding-left: 1.2rem; }
.tre .wrap .grid_box .grid > div ul li::before { content: "-"; display: inline-block; margin-right: .4rem; }
.tre .wrap .grid_box .grid > div ul + p { margin: 1rem 0 0; }
.tre .wrap .grid_box .grid > div p { padding: 0 1rem; margin: 0; }
.tre .wrap .grid_box .grid > div .link_more { text-align: center; margin: .8rem 0 0; }
.tre .wrap .grid_box .grid > div .link_more a { color: #e22222; font-weight: bold; text-decoration: none !important; }
.tre .wrap .grid_box .grid > div .link_more a::after { content: "\e81e"; font-family: "fontello"; margin-left: .4rem; }
.tre .wrap .grid_box .grid.item_01 { order: 1; }
.tre .wrap .grid_box .grid.item_02 { order: 2; }
.tre .wrap .grid_box .grid.item_03 { order: 3; }
.tre .wrap .grid_box .grid.item_04 { order: 6; }
.tre .wrap .grid_box .grid.item_05 { order: 4; }
.tre .wrap .grid_box .grid.item_06 { order: 5; }
.tre .wrap .grid_box .grid.item_07 { order: 9; }
.tre .wrap .grid_box .grid.item_08 { order: 7; }
.tre .wrap .grid_box .grid.item_09 { order: 8; }
.tre .wrap .grid_box .grid.item_10 { order: 11; }
.tre .wrap .grid_box .grid.item_11 { order: 10; }
.tre .ex_txt { font-size: 1.2rem; text-align: center; color: #e22222; font-weight: bold; }

@media screen and (min-width: 48em), print { .tre { padding: 3.6rem 0 3.2rem; }
  .tre .wrap .link_btn { margin: -9.4rem 1.5rem 2.4rem 0; text-align: right; }
  .tre .wrap .link_btn a { width: 24rem; }
  .tre .wrap .grid_box .grid { margin: 0 0 2rem; width: calc(100% / 3); }
  .tre .wrap .grid_box .grid > div { font-size: 1.8rem; width: 38rem; padding: 0 0 1.8rem; }
  .tre .wrap .grid_box .grid > div .tit { margin: 2rem 0 1rem; padding: 0 3rem; font-size: 2.4rem; letter-spacing: .2rem; }
  .tre .wrap .grid_box .grid > div .tit:before { font-size: 1.4rem; margin-right: .8rem; }
  .tre .wrap .grid_box .grid > div ul { padding: 0 3rem; }
  .tre .wrap .grid_box .grid > div ul li { margin: 0 0 .6rem; }
  .tre .wrap .grid_box .grid > div p { padding: 0 3rem; }
  .tre .wrap .grid_box .grid > div .link_more { padding: 0 3rem; text-align: right; }
  .tre .ex_txt { font-size: 1.8rem; text-align: right; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) > .wrap { margin: 0 auto 0; }
body:not(.index) .main { margin: 0 1.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { font-size: 1.6rem; } }
body:not(.index) .main section[id]::before { content: ""; display: block; margin-top: -7rem; padding-top: 7rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main section[id]::before { margin-top: -8rem; padding-top: 8rem; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
.doctor .main .copy_txt { text-align: center; font-size: 1.8rem; font-weight: bold; color: #001765; text-shadow: #e6a2a2 1px 1px 0px, #e6a2a2 -1px 1px 0px, #e6a2a2 1px -1px 0px, #e6a2a2 -1px -1px 0px; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.doctor .main .name { text-align: right; }
.doctor .main .name img { width: 40%; }
.doctor .main .name p { margin: .3rem 0 .3rem; }
.doctor .main .name p:last-child { margin: 1rem 0 0; }

@media screen and (min-width: 48em), print { .doctor .main .copy_txt { font-size: 4.4rem; letter-spacing: .2rem; }
  .doctor .main .name img { width: 13%; display: inline-block; margin-left: 1.6rem; }
  .doctor .main .name p { display: inline-block !important; margin: .3rem 0 .3rem; }
  .doctor .main .name p:last-child { display: block !important; margin: .6rem 0 0; } }
/* クリニック紹介 */
.clinic .main .point > li { counter-increment: point_number 1; margin: 0 0 4rem; }
.clinic .main .point > li .tit { color: #001764; padding: 0 0 0 6.4rem; font-weight: bold; position: relative; display: flex !important; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.clinic .main .point > li .tit::before { content: counter(point_number,decimal-leading-zero) ""; display: inline-block; font-size: 3rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: absolute; top: .6rem; left: 1rem; }
.clinic .main .point > li .tit::after { content: "- Point -"; display: inline-block; position: absolute; top: -.4rem; left: 0; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.clinic .main .point > li .img { padding: 2rem; border-radius: 50%; background: #fff; width: 12rem; margin: 0 auto; }
.clinic .main .point > li .link_btn { text-align: right; }

#clinicslide { margin-bottom: 8.0rem; }
#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .clinic .main .point > li { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
  .clinic .main .point > li div { font-size: 1.8rem; margin: 3rem 0 0; width: 100%; }
  .clinic .main .point > li div .tit { font-size: 2.4rem; padding: 0 0 0 11rem; line-height: 1.4; }
  .clinic .main .point > li div .tit::before { font-size: 8rem; top: -2rem; left: 0; }
  .clinic .main .point > li div .tit::after { font-size: 1.8rem; letter-spacing: .1rem; top: -2.3rem; left: .3rem; }
  .clinic .main .point > li .img { min-width: 32rem; height: 32rem; padding: 7rem; margin: 0 6rem 0 0; }
  .clinic .main .point > li .img img { width: 100%; max-width: none; }
  .clinic .main .point > li .link_btn { margin: 2rem 0 0; }
  .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 初めての方へ */
@media screen and (min-width: 48em), print { .visitor .main .img_c { width: 40%; } }

.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access .main { margin: 0 auto 4rem !important; }
.access .main .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.access .main .flex li { width: 48%; }
.access .main .flex li a { width: 100%; }
.access .main .tel_box { margin: .4rem 0 .4rem; border: 1px solid #001764; background: #fff; text-align: center; font-weight: bold; padding: 1rem .2rem; line-height: 1.2; }
.access .main .tel_box .tel { color: #001764; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-size: 2.4rem; margin-left: .4rem; line-height: 1.2; }

@media screen and (min-width: 48em), print { .access .main .link_btn a { min-width: 26rem; }
  .access .main .tel_box { display: inline-block; font-size: 1.8rem; padding: 1.8rem 3rem; margin: 1.6rem auto; }
  .access .main .tel_box .tel { font-size: 3.55rem; margin-left: 2rem; }
  .access .main .flex_item { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .access .main .flex_item > div { width: 48%; }
  .access .main .flex_item > div .lst_ul01 li { width: 100%; } }
/* 診療ご案内 */
.treatment .grid_box { text-align: left; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.treatment .grid_box .grid { width: 100%; padding: .5rem; }
.treatment .grid_box .grid > div { background: #fff; border-bottom: 1px solid #fa0a0b; overflow: hidden; padding: 0 0 1.4rem; }
.treatment .grid_box .grid > div .tit { color: #001765; font-weight: bold; font-size: 1.4rem; text-align: left; padding: 0 1rem; margin: 1rem 0 .6rem; }
.treatment .grid_box .grid > div .tit:before { content: "●"; display: inline-block; margin-right: .4rem; vertical-align: middle; color: #f4a2a8; font-size: 60%; }
.treatment .grid_box .grid > div ul { padding: 0 .4rem; }
.treatment .grid_box .grid > div ul li { text-indent: -.4rem; padding-left: 1.2rem; }
.treatment .grid_box .grid > div ul li::before { content: "-"; display: inline-block; margin-right: .4rem; }
.treatment .grid_box .grid > div ul + p { margin: 1rem 0 0; }
.treatment .grid_box .grid > div p { padding: 0 1rem; margin: 0; }
.treatment .grid_box .grid > div .link_more { text-align: center; margin: .8rem 0 0; }
.treatment .grid_box .grid > div .link_more a { color: #e22222; font-weight: bold; text-decoration: none !important; }
.treatment .grid_box .grid > div .link_more a::after { content: "\e81e"; font-family: "fontello"; margin-left: .4rem; }
.treatment .grid_box .grid.item_01 { order: 1; }
.treatment .grid_box .grid.item_02 { order: 2; }
.treatment .grid_box .grid.item_03 { order: 3; }
.treatment .grid_box .grid.item_04 { order: 5; }
.treatment .grid_box .grid.item_05 { order: 6; }
.treatment .grid_box .grid.item_06 { order: 4; }
.treatment .grid_box .grid.item_07 { order: 8; }
.treatment .grid_box .grid.item_08 { order: 9; }
.treatment .grid_box .grid.item_09 { order: 7; }
.treatment .grid_box .grid.item_10 { order: 10; }
.treatment .grid_box .grid.item_11 { order: 11; }

@media screen and (min-width: 48em), print { .treatment .grid_box .grid { margin: 0 0 2rem; width: calc(100% / 3); }
  .treatment .grid_box .grid > div { font-size: 1.8rem; width: 38rem; padding: 0 0 1.8rem; }
  .treatment .grid_box .grid > div .tit { margin: 2rem 0 1rem; padding: 0 3rem; font-size: 2.4rem; letter-spacing: .2rem; }
  .treatment .grid_box .grid > div .tit:before { font-size: 1.4rem; margin-right: .8rem; }
  .treatment .grid_box .grid > div ul { padding: 0 3rem; }
  .treatment .grid_box .grid > div ul li { margin: 0 0 .6rem; }
  .treatment .grid_box .grid > div p { padding: 0 3rem; }
  .treatment .grid_box .grid > div .link_more { padding: 0 3rem; text-align: right; } }
@media screen and (min-width: 48em), print { .gynecology .main .lst_anchor dd p { text-align: center; font-size: 1.8rem; margin: .4rem auto .4rem; }
  .gynecology .main .tbl_01 tr th { padding: .8rem 0; } }
.medical-checkup .kenshin + section { border-bottom: 2px solid #001764; }
.medical-checkup .kenshin + section ~ section { border-bottom: 2px solid #001764; }
.medical-checkup .kenshin + section ~ section:last-child { border-bottom: none !important; }

@media screen and (min-width: 48em), print { .medical-checkup .kenshin + section { padding-bottom: 4rem; margin-bottom: 4rem; }
  .medical-checkup .kenshin + section ~ section { padding-bottom: 4rem; margin-bottom: 4rem; }
  .medical-checkup .kenshin + section ~ section:last-child { padding-bottom: 0; margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
