@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
---------------------------------------------------------------------------------- */
/* 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; }

.bold_02 { font-weight: bold; color: #DD0003; border-bottom: 1px solid #DD0003; }

.red { color: #DD0003; }

.blue { color: #0071bc; }

/* 囲い文字 -------------------------------------- */
.frame_01 { border: 2px solid #0071bc; padding: 1rem; border-radius: 5px; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #e6fcf5; padding: 1rem; border-radius: 5px; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_03 { background: #efefef; padding: 1rem; border-radius: 5px; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_03 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_04 { background: #fff2dc; padding: 1rem 1rem 0; border-radius: 5px; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_04 { 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; }

.main > section > section > section > section section ~ section, .flex2 > section > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .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; }
  .main > section > 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; margin-top: .4rem; }
.tbl_time caption span { color: #0071bc; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #0071bc; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; border-bottom: 1px solid #0071bc; line-height: 1.2; }
.tbl_time tr th.time span { font-size: 85%; display: block; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; color: #35c597; border-bottom: 1px solid #0071bc; line-height: 1.0; }
.tbl_time tr td.close { color: #0071bc; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { padding: .6rem 0 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 20%; }
  .tbl_time tr th.time { padding: .4rem 0; }
  .tbl_time tr td { padding: 1.0rem 0; } }
/* グーグルマップ -------------------------------------- */
.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 1.0rem; margin: .8rem 0 3.0rem; text-align: center; font-weight: bold; text-shadow: 0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff,0px 0px 8px #fff; }

.tit_02 { color: #333333; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 1.0rem; line-height: 1.2; letter-spacing: .2rem; }
.tit_02 span { margin: 0 0 1rem; letter-spacing: .1rem; color: #0071bc; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; font-size: 1.4rem; }
.tit_02 span::before { content: ""; width: 3rem; height: .1rem; margin-right: .4rem; background: #000; display: inline-block; }

body:not(.index) .tit_02 { padding: 1rem 0; }
body:not(.index) .tit_02::after { content: ""; display: block; width: 2rem; height: 1px; margin: .4rem 0 0; background: #0071bc; }

.tit_03 { font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: .4rem .6rem .4rem 1.6rem; background: #e1fbff; position: relative; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
.tit_03::before { content: ""; width: 3px; height: 75%; display: inline-block; background: #0071bc; position: absolute; left: 6px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

.tit_03_b { font-size: 1.8rem; line-height: 1.2; margin: 0 0 1rem; font-weight: bold; color: #4091DD; }

.tit_03_d { font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.4rem; padding: .4rem 1rem; color: #fff; background: #0071bc; display: inline-block; }

.tit_04 { font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_04::after { content: ""; display: block; margin: .2rem 0 0; width: 100%; height: 2px; background: linear-gradient(to right, #35c597 10%, #ddd 10%); }

.tit_04_b { font-size: 1.6rem; font-weight: bold; margin: 0; }

.tit_05 { font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_05::before { content: "■"; font-size: 1.4rem; display: inline-block; color: #35c597; margin-right: .4rem; vertical-align: middle; }

.tit_06 { font-size: 1.6rem; color: #2db086; font-weight: bold; line-height: 1.2; margin: 0 0 1rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto 100%; font-size: 3.2rem; padding: 8.9rem 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 auto 2.0rem; padding: 0; letter-spacing: .6rem; width: 1200px; text-align: left; }
  .tit_02 span { margin: 0 0 2rem; font-size: 1.6rem; font-weight: bold; letter-spacing: .3rem; }
  .tit_02 span::before { margin-right: .8rem; }
  body:not(.index) .tit_02::after { width: 34px; height: 2px; margin: 1rem 0 0; }
  .tit_03 { font-size: 2.8rem; margin: 0 0 2.0rem; padding: .8rem .6rem .8rem 2.2rem; }
  .tit_03::before { width: 4px; height: 66%; left: 7px; }
  .tit_03_b { font-size: 2.6rem; margin: 0; }
  .tit_03_d { font-size: 2rem; padding: .6rem 1.8rem; margin: 0 0 1.4rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  .tit_04::after { margin: .3rem 0 0; height: 3px; background: linear-gradient(to right, #35c597 5.2rem, #ddd 5.2rem); }
  .tit_04_b { font-size: 2rem; margin: 3rem 0 0; }
  .tit_05 { font-size: 2rem; }
  .tit_05::before { font-size: 2rem; }
  .tit_06 { font-size: 1.8rem; } }
/* リスト回り -------------------------------------- */
.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: #fb9e03; }
.lst_ul01 li.none::before { content: none; }
@media screen and (min-width: 48em), print { .lst_ul01.flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
@media screen and (min-width: 48em), print { .lst_ul01.flex li { width: 48%; } }

.lst_ul02 { background: url("../img/a_lst_ul02_bg.png") no-repeat bottom right/30%; padding-bottom: 10rem; }
@media screen and (min-width: 48em), print { .lst_ul02 { background: url("../img/a_lst_ul02_bg.png") no-repeat bottom right/20%; padding-bottom: 0; } }
.lst_ul02 li { text-indent: 0rem; padding-left: 3.2rem; padding-bottom: 1.0rem; line-height: 1.4; position: relative; }
.lst_ul02 li.none::before, .lst_ul02 li.none::after { content: none; }
.lst_ul02 li::before, .lst_ul02 li::after { content: ""; display: block; position: absolute; }
.lst_ul02 li::before { width: 1.6rem; height: 1.6rem; border-radius: 3px; background: #fff; border: 1px solid #222; left: 0; top: 2px; }
.lst_ul02 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 dt { float: left; width: 15%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.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%; } }
/* リンク -------------------------------------- */
.btn { display: block; }
.btn a { background: #fff; border: 1px solid #0071bc; border-radius: 3px; color: #0071bc; text-align: left; padding: 1rem; text-decoration: none !important; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
@media screen and (min-width: 48em), print { .btn a { display: inline-block; } }
.btn a::before { content: "\e8da"; font-family: "fontello"; margin-right: .4rem; color: #0071bc; }
.btn a:hover { opacity: 1; color: #fff; background: #0071bc; }
.btn a:hover::before { color: #fff; }

/* TEL -------------------------------------- */
.tel_box { margin: 1rem auto; padding: 1rem 1.4rem; text-align: center; background: #e1fbff; }
.tel_box p { margin: 0; }
.tel_box .tel { font-weight: bold; font-size: 120%; }
.tel_box .tel::before { content: "\e9d1"; font-family: "fontello"; margin-right: .4rem; color: #0071bc; }

@media screen and (min-width: 48em), print { .tel_box { width: 60%; margin: 0 auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .tel_box.inline { display: inline-flex; width: 50%; } }
/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-collapse: 0; width: 100%; }
.tbl_01 caption { caption-side: bottom; padding: .4rem 0 0; text-align: left; }
.tbl_01 tr th { width: 30%; background: #e1fbff; text-align: center; font-weight: normal; border: 1px solid #ccc; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #ccc; }

.tbl_02 { table-layout: fixed; border-collapse: collapse; border-collapse: 0; width: 100%; }
.tbl_02 caption { caption-side: bottom; padding: .4rem 0 0; text-align: left; }
.tbl_02 tr th { width: 35%; background: #e1fbff; text-align: center; font-weight: normal; border: 1px solid #ccc; }
.tbl_02 tr td { padding: .8rem; border: 1px solid #ccc; }

.tbl_price { table-layout: fixed; border-collapse: collapse; border-collapse: 0; width: 100%; }
.tbl_price caption { caption-side: bottom; padding: .4rem 0 0; text-align: left; }
.tbl_price caption .txt_r { display: block; font-size: 90%; }
.tbl_price tr th { background: #e1fbff; text-align: center; font-weight: bold; border: 1px solid #ccc; padding: .6rem 0; }
.tbl_price tr th:first-child { width: 50%; }
.tbl_price tr td { padding: .8rem; border: 1px solid #ccc; text-align: center; }
.tbl_price tr td:first-child { padding: .8rem .2rem; text-align: center; }

.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%; } }
.flow dt { background: #0071bc; font-size: 110%; color: #fff; padding: .4rem .8rem; margin: 0; }
@media screen and (min-width: 48em), print { .flow dt { font-size: 2.4rem; } }
.flow dt span { font-weight: bold; }
.flow dd { background: #f1f1f1; margin: 0 0 6.0rem; padding: .2rem .4rem; position: relative; }
.flow dd:last-child { margin: 0; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 8.0rem; padding: .8rem 1rem; } }
.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; }

.flow_02 dt { background: #b9ffde; font-weight: bold; font-size: 110%; padding: .4rem .8rem; margin: 0 0 .4rem; }
.flow_02 dd { margin: 0 0 2rem; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #333; -webkit-text-size-adjust: none; }

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; }
  .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 { padding: 5rem 0 0; }
.header .wrap { margin: 0; padding: 0; position: relative; }
.header .wrap .headL { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; background: #fff; text-align: center; }
.header .wrap .headL .logo { height: 5.0rem; width: 15rem; padding: .6rem 0; margin: 0 auto; text-align: center; }
.header .wrap .headL .logo a { display: inline-block; text-align: center; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headL .home { position: absolute; top: 0; right: 0; width: 5rem; height: 5rem; border-left: 1px solid #ccc; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header .wrap .headL .home::before { content: "\e8d4"; font-family: "fontello"; font-size: 2rem; color: #0071bc; }
.header .wrap .headC ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; background: #0071bc; padding: 0 1.2rem; }
.header .wrap .headC ul li { width: auto; color: #fff; padding: .6rem 0; font-size: 1rem; }
.header .wrap .headR { padding: 0 1rem; margin-top: .6rem; }
.header .wrap .headR .head_access { padding: .2rem; font-size: 1.6rem; color: #0071bc; border: 1px solid #0071bc; display: block; text-align: center; }
.header .wrap .headR .head_access::before { content: "\e8d2"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR .tel { display: inline-block; font-size: 1.8rem; }
.header .wrap .headR .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header { padding: 0; position: relative; z-index: 10; }
  .header .wrap { margin: 1.4rem auto 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .headL { position: static; width: 27%; }
  .header .wrap .headL .logo { width: 100%; height: 8.0rem; padding: 0; }
  .header .wrap .headL .home { display: none; }
  .header .wrap .headC { width: 29%; height: 7.5rem; margin-right: 2%; }
  .header .wrap .headC ul { background: none; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .header .wrap .headC ul li { background: #0071bc; width: 48%; font-size: 1.4rem; text-align: center; padding: .8rem 0; }
  .header .wrap .headC ul li:last-child { width: 100%; margin-top: .6rem; padding: 1rem 0; }
  .header .wrap .headR { width: 35%; height: 7.5rem; padding: 0; margin-top: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .head_access { height: 100%; width: 16rem; font-size: 1.4rem; font-weight: bold; padding: 1rem; text-align: left; letter-spacing: .1rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .head_access::before { font-weight: normal; font-size: 3.4rem; }
  .header .wrap .headR .head_tel { width: 23rem; height: 100%; padding: 1rem; text-align: center; background: #e1fbff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .header .wrap .headR .head_tel span { font-size: 1.4rem; letter-spacing: .1rem; }
  .header .wrap .headR .head_tel span.tel { font-size: 2.2rem; margin-top: .4rem; }
  .header .wrap .headR .head_tel span.tel::before { content: "\e9d1"; font-family: "fontello"; margin-right: .4rem; color: #0071bc; font-size: 2rem; vertical-align: middle; } }
/* ドロワーメニュー -------------------------------------- */
.drawer .drawer-hamburger { top: 0; height: 5rem; border-right: 1px solid #ccc; padding: 0 1.4rem 0px; }
.drawer .drawer-hamburger::after { content: "MENU"; display: block; color: #0071bc; font-size: 1rem; text-align: center; padding-top: 1rem; margin: 0 0 0 -.5rem; }
.drawer .drawer-hamburger .drawer-hamburger-icon { background: #0071bc; }
.drawer .drawer-hamburger .drawer-hamburger-icon::before { top: -7px; background-color: #0071bc; }
.drawer .drawer-hamburger .drawer-hamburger-icon::after { top: 7px; background-color: #0071bc; }
.drawer .drawer-nav { height: 100%; }
.drawer .drawer-nav .drawer-menu { height: 100%; overflow-y: scroll; }
.drawer .drawer-nav .drawer-menu li a { padding: 2rem 0; display: block; font-size: 1.4rem; }
.drawer .drawer-nav .drawer-menu li.drawer_tel { border-top: 1px dotted #d9d9d7; padding: 1rem; width: 100%; display: block; }
.drawer .drawer-nav .drawer-menu li.drawer_tel a { text-align: center; background: #e1fbff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.drawer .drawer-nav .drawer-menu li.drawer_tel a span { font-size: 1.2rem; }
.drawer .drawer-nav .drawer-menu li.drawer_tel a span:last-child { font-size: 1.8rem; margin-top: .4rem; }
.drawer .drawer-nav .drawer-menu li.drawer_tel a span:last-child::before { content: "\e9d1"; font-family: "fontello"; margin-right: .4rem; color: #0071bc; font-size: 2rem; vertical-align: middle; }
.drawer .drawer-nav .drawer-menu li.drawer_rsv { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; margin: auto; padding: 0 1rem; }
.drawer .drawer-nav .drawer-menu li.drawer_rsv a { display: block; text-align: center; color: #fff; background: #35c597; border-radius: 5px; font-size: 1.6rem; width: 100%; height: 100%; padding: 1rem; }
.drawer .drawer-nav .drawer-menu li.drawer_rsv a span { color: #35c597; background: #fff; display: block; padding: .4rem .8rem; margin-bottom: .4rem; border-radius: 25px; }
.drawer .drawer-nav .drawer-menu li.drawer_bnr { margin: auto; }
.drawer .drawer-nav .drawer-menu li.drawer_bnr a { display: block; width: 100%; height: 100%; padding: 1rem; }
.drawer.drawer-open .drawer-hamburger { border-right: none; background: #fff; left: 19.7rem; }
.drawer.drawer-open .drawer-hamburger::after { content: "CLOSE"; padding-top: 1rem; }
.drawer.drawer-open .drawer-hamburger-icon { background-color: transparent; }
.drawer.drawer-open .drawer-hamburger-icon::before { top: 0; }
.drawer.drawer-open .drawer-hamburger-icon::after { top: 0; }
.drawer.drawer-open .drawer-nav { width: 20rem; height: 100%; }

@media screen and (min-width: 48em), print { .drawer-hamburger { display: none; } }
#nav { display: none; }

@media screen and (min-width: 48em), print { #nav { display: block; position: static; top: -4rem; transition: all 1s; width: 100%; border-top: 1px solid #ddd; }
  #nav.fixed { position: fixed; top: 0; left: 0; z-index: 9999; background: #fff; padding: 0; border-top: none; box-shadow: 2px 2px 7px #eee; }
  #nav .gnav { width: 1200px; height: 6rem; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: calc((100% - 5rem) / 5); display: block; border-right: 1px solid #eee; text-align: center; position: relative; }
  #nav .gnav li:first-child { width: 5rem; border-left: 1px solid #eee; }
  #nav .gnav li:hover::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #0071bc; }
  #nav .gnav li a { display: block; width: 100%; height: 100%; margin: 0 auto; padding: 1.8rem 1rem; text-align: center; font-size: 1.6rem; font-weight: bold; transition: 0s; }
  #nav .gnav li a.home { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #nav .gnav li a.home span { display: none; }
  #nav .gnav li a.home::before { content: "\e8d4"; font-family: "fontello"; font-size: 2rem; color: #0071bc; }
  #nav .gnav li.treatment { position: relative; }
  #nav .gnav li.treatment .close { border-bottom: solid 3px #0071bc; }
  #nav .gnav li.treatment .sub::after { content: "\e813"; font-family: "fontello"; margin-left: .6rem; color: #0071bc; }
  #nav .gnav li .subnav { width: 54rem; display: none; position: absolute; left: 0; top: 59px; }
  #nav .gnav li .subnav ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  #nav .gnav li .subnav ul li { width: 50%; border-left: none; border-top: dotted #d9d9d7 1px; border-right: dotted #d9d9d7 1px; }
  #nav .gnav li .subnav ul li:nth-child(even) { border-right: none; }
  #nav .gnav li .subnav ul li:hover::after { content: none; }
  #nav .gnav li .subnav ul li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; background: rgba(255, 255, 255, 0.9); padding: 1.6rem 0; text-align: center; }
  #nav .gnav li .subnav ul li a:hover { opacity: 1; color: #fff; background: #0071bc; border-bottom: none; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .access #nav .access { pointer-events: none; }
  .index #nav .home::after, .doctor #nav .doctor::after, .clinic #nav .clinic::after, .access #nav .access::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #0071bc; }
  .index #nav .home:hover, .doctor #nav .doctor:hover, .clinic #nav .clinic:hover, .access #nav .access:hover { border-bottom: none; } }
/* 下部バナーリンク -------------------------------------- */
.bnr_link_04 { padding: 2rem 0 2rem; }
.bnr_link_04 .wrap a { display: block; margin: 0 auto .6rem; }

@media screen and (min-width: 48em), print { .bnr_link_04 { padding: 4rem 0 2rem; }
  .bnr_link_04 .wrap { width: 1060px; 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; }
  .bnr_link_04 .wrap a { width: 48%; margin: 0 auto 2.2rem; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #e0fbff; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 4px; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 27%; font-size: 110%; text-align: center; padding: .4rem; font-weight: normal; color: #fff; background: #35c597; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem; }
.overview > .wrap .overviewL .tbl_gaiyo td .tel { font-size: 120%; }
.overview > .wrap .overviewL .tbl_gaiyo td .tel::before { content: "\e9d1"; font-family: "fontello"; color: #0071bc; vertical-align: middle; font-size: 100%; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overview_map .gmap { margin-top: 1rem; }
.overview > .wrap .overview_map .gmap img { border: 1px solid #ccc; }
.overview > .wrap .overview_map .gmap ~ .gmap { height: 35rem; }
.overview > .wrap .overview_map .gmap ~ .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 5.0rem 0 6.4rem; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 6.0rem; }
  .overview .clinic_name img { max-width: 50.0rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL { padding: 0 0; }
  .overview > .wrap .overviewL .tbl_gaiyo tr { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; margin-bottom: 1.5rem; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th { padding: .2rem 0; margin-right: 1.5rem; font-size: 1.6rem; display: block; width: 31%; min-width: 18%; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td { width: 46rem; font-size: 1.6rem; padding: 0; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 2.6rem; letter-spacing: .2rem; }
  .overview > .wrap .overviewR { padding: 0 0; margin: 0; }
  .overview > .wrap .overview_map { width: 100%; margin-top: 3.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overview_map .gmap { margin-top: 0; width: 48%; height: 100%; }
  .overview > .wrap .overview_map .gmap ~ .gmap { height: 100%; }
  .overview > .wrap .overview_map .gmap ~ .gmap iframe { height: 100%; } }
.footer_rsv { display: none; }

@media screen and (min-width: 48em), print { .footer_rsv { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; margin: auto; border-radius: 5px 5px 0 0; height: 7rem; }
  .footer_rsv .web_info { display: flex; justify-content: center; align-items: center; text-align: center; background: #e1fbff; color: #0071bc; height: 100%; padding: 1rem; width: 33rem; font-weight: bold; font-size: .8vw; }
  .footer_rsv .web_rsv { display: block; text-align: center; background: #35c597; color: #fff; height: 100%; padding: 1rem; width: 19.5rem; font-weight: bold; font-size: 1.8rem; }
  .footer_rsv .web_rsv span { color: #35c597; background: #fff; display: block; padding: .4rem .8rem; border-radius: 25px; font-size: 1.6rem; width: 70%; margin: 0 auto .4rem; }
  .footer_rsv .ai { width: auto; height: 100%; }
  .footer_rsv .ai img { height: 7rem; } }
#footer_ai { position: fixed; bottom: 5rem; right: 0; width: 45%; height: auto; }
#footer_ai a { display: block; }
#footer_ai a img { width: 100%; height: auto; }
@media screen and (min-width: 48em), print { #footer_ai { display: none; } }

.tel_rsv { width: 100%; height: 4.5rem; background: #fff; position: fixed; bottom: -0.1rem; left: 0; right: 0; z-index: 100; font-size: 1.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap; }
.tel_rsv > a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; flex-direction: column; text-align: center; font-size: 1.2rem; line-height: 1.2; width: calc((100% - 4rem) / 3); height: 100%; }
.tel_rsv > a::before { display: block; font-family: "fontello"; color: #fff; margin: 0.3rem auto; font-size: 1.3em; }
.tel_rsv > a.tel_item { background: #f5f5f5; }
.tel_rsv > a.tel_item::before { color: #0071bc; content: "\e9d1"; }
.tel_rsv > a.line { background: #06c755; color: #fff; }
.tel_rsv > a.line::before { content: "\a001"; }
.tel_rsv > a.rsv { background: #0071bc; color: #fff; }
.tel_rsv > a.rsv::before { content: "\a002"; }
.tel_rsv .pageup { width: 4rem; height: 100%; background: #f5f5f5; font-size: 1.2rem; }
.tel_rsv .pageup a { height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.tel_rsv .pageup a::before { text-align: center; font-size: 2.2rem; font-family: 'fontello'; content: '\e807'; color: #0071bc; line-height: 1; }

@media screen and (min-width: 48em), print { .tel_rsv { width: 5.8rem; bottom: 8rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_rsv a { display: none; }
  .tel_rsv .pageup { background: none; }
  .tel_rsv .pageup a { width: 5.8rem; height: 5.8rem; font-size: 1.2rem; text-align: center; padding: .4rem; background: #fff; border-radius: 50%; border: 1px solid #0071bc; color: #0071bc; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .tel_rsv .pageup a::before { text-align: center; font-size: 2.2rem; font-family: 'fontello'; content: '\e807'; color: #0071bc; line-height: 1; }
  .tel_rsv .pageup a span { display: none; } }
.fixed_menu { display: none; }

.footer { text-align: center; padding: 0 0; }
.footer .copy { display: block; padding: 1.2rem 1.0rem 10.6rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 2rem 0 8rem; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.6rem; }
  .footer ul li::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li:last-child::after { content: none; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span:not(.gnav_n) { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { padding: 1.2rem 1rem; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 15.6rem; max-width: 100%; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover; height: 30rem; }
#keyvsl .wrap { height: 100%; width: 100%; padding: 0; position: relative; }
#keyvsl .wrap p { margin: 0 auto; padding: 1rem; position: absolute; bottom: 1rem; font-size: 1.8rem; font-weight: bold; line-height: 1.4; letter-spacing: .1rem; text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px; }
#keyvsl .wrap p span { font-size: 2.4rem; }
#keyvsl .wrap p span.blue { color: #0071bc; }
#keyvsl .wrap p span.green { color: #35c597; }
#keyvsl .wrap .bnr_kenpo { position: absolute; left: 0; right: 0; margin: 0 1rem; bottom: -7.8rem; }
#keyvsl .wrap .bnr_checkup { position: absolute; left: 0; right: 0; margin: 0 1rem; bottom: -15rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat top center/auto auto; height: 73rem; }
  #keyvsl .wrap { height: 100%; width: 1200px; margin: 0 auto; }
  #keyvsl .wrap p { bottom: 16rem; line-height: 2; font-size: 2.4rem; letter-spacing: .2rem; }
  #keyvsl .wrap p span { font-size: 3.6rem; }
  #keyvsl .wrap .bnr_kenpo { position: absolute; bottom: 5rem; right: auto; margin: 0; }
  #keyvsl .wrap .bnr_kenpo img { width: 46rem; }
  #keyvsl .wrap .bnr_checkup { position: absolute; bottom: 5rem; left: auto; margin: 0; }
  #keyvsl .wrap .bnr_checkup img { width: 46rem; } }
/* バナーリンク -------------------------------------- */
.bnr_link_01 .flex li { margin: 0 0 .6rem; }
.bnr_link_01 .flex li a { border: 1px solid #ccc; padding: 1.8rem .6rem; display: block; text-decoration: none !important; overflow: hidden; position: relative; text-align: left; }
.bnr_link_01 .flex li a::before { content: ""; width: 14rem; height: 14rem; border-radius: 50%; position: absolute; top: 50%; right: -20%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); background: #eee; }
.bnr_link_01 .flex li a::after { font-family: "fontello"; margin-right: .4rem; font-size: 4rem; color: #fff; position: absolute; top: 50%; right: 3%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.bnr_link_01 .flex li a span { text-align: left; padding-left: 2rem; }
.bnr_link_01 .flex li a span::before { content: "\e8da"; font-family: "fontello"; margin-right: .4rem; }
.bnr_link_01 .flex li a.yobou::before { background: #35c597; }
.bnr_link_01 .flex li a.yobou::after { content: "\e8d8"; }
.bnr_link_01 .flex li a.yobou span::before { color: #35c597; }
.bnr_link_01 .flex li a.shindan::before { background: #36c8d1; }
.bnr_link_01 .flex li a.shindan::after { content: "\e8d5"; }
.bnr_link_01 .flex li a.shindan span::before { color: #36c8d1; }
.bnr_link_01 .flex li a.chusha::before { background: #0071bc; }
.bnr_link_01 .flex li a.chusha::after { content: "\e8d9"; }
.bnr_link_01 .flex li a.chusha span::before { color: #0071bc; }
.bnr_link_01 .flex li a.i_camera::before { background: #fb9e03; }
.bnr_link_01 .flex li a.i_camera::after { content: "\e8d7"; }
.bnr_link_01 .flex li a.i_camera span::before { color: #fb9e03; }
.bnr_link_01 .flex li a.daicho_camera::before { background: #ff6177; }
.bnr_link_01 .flex li a.daicho_camera::after { content: "\e8d6"; }
.bnr_link_01 .flex li a.daicho_camera span::before { color: #ff6177; }
.bnr_link_01 .flex li a.bacteria::before { background: #fb75b1; }
.bnr_link_01 .flex li a.bacteria::after { content: "\e8f9"; }
.bnr_link_01 .flex li a.bacteria span::before { color: #fb75b1; }

@media screen and (min-width: 48em), print { .bnr_link_01 .flex { margin: 5rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .bnr_link_01 .flex li { width: 31%; margin-right: 2rem; margin-bottom: 2.2rem; }
  .bnr_link_01 .flex li:nth-child(3), .bnr_link_01 .flex li:last-child { margin-right: 0; }
  .bnr_link_01 .flex li a { font-size: 2.2rem; padding: 3.2rem 0; }
  .bnr_link_01 .flex li a::before { right: -13%; }
  .bnr_link_01 .flex li a::after { font-size: 6rem; margin-right: 0; }
  .bnr_link_01 .flex li a span { width: 80%; padding: 0; display: block; text-align: center; } }
/* ポップアップ -------------------------------------- */
.onload-modal_bg { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; cursor: pointer; background: rgba(0, 113, 188, 0.8); display: none; }

.onload-modal { position: fixed; top: 50%; left: 50%; z-index: 9999; width: 90%; height: auto; transform: translate(-50%, -50%); background: #ffffff; border-radius: 10px; padding: 2rem 1rem; font-size: 1.3rem; display: none; }
.onload-modal .tit-basic01 { font-size: 1.6rem; margin: 2rem 0 1.5rem; }
@media screen and (min-width: 48em), print { .onload-modal { width: 90rem; font-size: 2rem; padding: 3rem 2rem; }
  .onload-modal .tit-basic01 { font-size: 2.6rem; }
  .onload-modal .scroll { max-height: 60vh; padding: 0 4rem; overflow-y: scroll; } }

.onload-modal_close { display: block; cursor: pointer; text-align: center; padding: 0.5rem 3rem; border: 1px solid #ccc; border-radius: 50vh; line-height: 1; margin: 2rem auto 0; width: fit-content; }

/* お知らせ -------------------------------------- */
.info { padding: 4.0rem 0 0; }
.info .wrap { margin: 0 1rem 2rem; }
.info .wrap dl { margin: 0; line-height: 1.4; padding: 0; height: 100%; }
.info .wrap dl dt { border-top: 1px solid #f3f3f3; margin: 0 0 .4rem; padding: 1.4rem 0 0; }
.info .wrap dl dt:first-child { border-top: none; padding: 0; }
.info .wrap dl dt .date { background: #f1f1f1; padding: .1rem .2rem; }
.info .wrap dl dt .category { color: #fff; background: #f2f2f2; padding: .1rem .2rem; }
.info .wrap dl dt .category.cat001 { background: #0071bc; }
.info .wrap dl dt .category.cat002 { background: #17c08a; }
.info .wrap dl dt .category.cat003 { background: #36c8d1; }
.info .wrap dl dt .category.cat004 { background: #fb9e03; }
.info .wrap dl dt .category.cat005 { background: #ff6177; }
.info .wrap dl dt .title { margin: .4rem 0 0; font-size: 110%; cursor: pointer; display: table; font-weight: bold; color: #333333; }
.info .wrap dl dt .title:hover { opacity: .8; }
.info .wrap dl dt .title::before { content: "\f107"; font-family: "fontello"; margin-right: .4rem; }
.info .wrap dl dt .title .new { margin-left: .6rem; padding: 0 .4rem; font-weight: normal; color: #fc3c3c; border: 1px solid #fc3c3c; display: inline-block; line-height: 1.1; }
.info .wrap dl dt.close .title::before { content: "\f106"; }
.info .wrap dl dd { padding: 1rem 0 1.0rem; margin: 0; }
.info .wrap dl dd:nth-of-type(n+4) { display: none; }
.info .wrap dl dd p { margin: 0 0 1rem; }
@media screen and (max-width: 767px) { .info { /* SPだけ */ }
  .info .news_body, .info .news_body p { white-space: normal !important; word-break: break-all; overflow-wrap: anywhere; max-width: 100%; } }

@media screen and (min-width: 48em), print { .info { margin: 0 auto 8.0rem; }
  .info .wrap { margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
  .info .wrap .tit_02 { width: 26%; }
  .info .wrap dl { width: 74%; padding: 0; }
  .info .wrap dl dt { margin: 2.4rem 0 0rem; padding: 3.5rem 0 0; }
  .info .wrap dl dt:first-child { margin: 0; }
  .info .wrap dl dt .date { padding: .3rem 1.2rem; font-size: 1.6rem; letter-spacing: .1rem; }
  .info .wrap dl dt .category { padding: .3rem 1.2rem; letter-spacing: .1rem; margin-left: .8rem; }
  .info .wrap dl dt .title { margin-top: 2rem; font-size: 1.8rem; letter-spacing: .2rem; }
  .info .wrap dl dt .title::before { margin: 0; }
  .info .wrap dl dt .title .new { font-size: 1.4rem; padding: 0 1.2rem; margin-bottom: .3rem; vertical-align: middle; line-height: 1.2; }
  .info .wrap dl dd { padding: 1rem 0 0; }
  .info .wrap dl dd p { margin: 0; } }
/* バナーリンク -------------------------------------- */
.bnr_link_03 { margin: 0 auto 6rem; }
.bnr_link_03 a { display: block; margin: 0 auto; }
.bnr_link_03 a ~ a { margin: 1rem auto 0; }
.bnr_link_03 a.nolink { pointer-events: none; }

@media screen and (min-width: 48em), print { .bnr_link_03 .wrap { text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .bnr_link_03 .wrap a { width: 33rem; display: inline-block; margin: 0 1rem 2rem 0; }
  .bnr_link_03 .wrap a:nth-child(3n), .bnr_link_03 .wrap a:last-child { margin: 0 0 2rem; } }
/* 診療内容 -------------------------------------- */
.tre_menu { background: #e0fbff; padding: 4.4rem 0 2rem; margin-top: -4.4rem; }
.tre_menu .wrap > ul > li { background: #fff; border-top: 2px solid #0071bc; padding: .6rem; margin: 0 0 1rem; }
.tre_menu .wrap > ul > li p { margin: .4rem 0 1rem -3rem; font-size: 1.6rem; text-align: center; display: flex !important; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tre_menu .wrap > ul > li p::before { content: ""; width: 3rem; height: 3rem; display: inline-block; margin-right: .8rem; }
.tre_menu .wrap > ul > li p.naika::before { background: url("../img/index_tremenu_naika.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.shoukaki::before { background: url("../img/index_tremenu_shoukaki.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.geka::before { background: url("../img/index_tremenu_geka.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.reha::before { background: url("../img/index_tremenu_reha.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.oshiri::before { background: url("../img/index_tremenu_oshiri.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.houmon::before { background: url("../img/index_tremenu_houmon.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.kensa::before { background: url("../img/index_tremenu_kensa.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li p.jihi::before { background: url("../img/index_tremenu_jihi.svg") no-repeat center/contain; }
.tre_menu .wrap > ul > li > ul li { margin: 0 0 .6rem; text-indent: -1.8rem; padding-left: 1.8rem; }
.tre_menu .wrap > ul > li > ul li a { text-decoration: none !important; display: block; }
.tre_menu .wrap > ul > li > ul li a::before { content: "\e8da"; font-family: "fontello"; margin-right: .4rem; color: #35c597; }
.tre_menu .wrap > ul > li > ul li a span { font-size: 80%; }
.tre_menu .wrap .beautyPrivate_link { margin: 2rem 0 0; }
.tre_menu .wrap .beautyPrivate_link li { margin: 0 0 2rem; }

@media screen and (min-width: 48em), print { .tre_menu { padding: 4rem 0 5.5rem; margin: 0; }
  .tre_menu .wrap > ul { margin: 5rem 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .tre_menu .wrap > ul > li { width: 24%; padding: 2.8rem 0; margin: 0 1.5rem 2rem 0; }
  .tre_menu .wrap > ul > li:nth-child(4n) { margin: 0 0 2rem; }
  .tre_menu .wrap > ul > li p { display: block !important; font-size: 2.6rem; margin: 0 0 2.4rem; }
  .tre_menu .wrap > ul > li p::before { display: block; margin: 0 auto 1.8rem; width: 9rem; height: 8rem; }
  .tre_menu .wrap > ul > li p.jihi#beautyPrivate_link { margin-top: -10rem; padding-top: 10rem; }
  .tre_menu .wrap > ul > li > ul { padding: 0 2rem; }
  .tre_menu .wrap > ul > li > ul li { text-indent: 0; padding-left: 0; }
  .tre_menu .wrap > ul > li > ul li a { font-size: 1.8rem; letter-spacing: .1rem; padding: 0 .4rem 0 2rem; text-indent: -2rem; }
  .tre_menu .wrap > ul > li > ul li a::before { font-size: 1.4rem; vertical-align: middle; }
  .tre_menu .wrap > ul > li > ul li a span { font-size: 1.4rem; }
  .tre_menu .wrap > ul > li > ul li a span.text_indent { padding-left: 1.2em; }
  .tre_menu .wrap > ul > li > ul li a:hover { opacity: 1; background: #f1f1f1; border-radius: 3px; }
  .tre_menu .wrap .beautyPrivate_link > ul { display: -webkit-flex; display: flex; justify-content: space-evenly; }
  .tre_menu .wrap .beautyPrivate_link > ul.beautyPrivate_01 li { width: 24.6%; }
  .tre_menu .wrap .beautyPrivate_link > ul.beautyPrivate_02 { margin: 1.6rem 0 0; }
  .tre_menu .wrap .beautyPrivate_link > ul.beautyPrivate_02 li { width: 32%; } }
/* ごあいさつ -------------------------------------- */
.greeting { background: url("../img/index_greeting_bg01.jpg") no-repeat top right 97%/180%; padding: 16rem 0 2rem; }
.greeting .wrap section { background: rgba(255, 255, 255, 0.8); padding: 1rem; box-shadow: 0 1px 6px #ccc; }
.greeting .wrap section a { text-decoration: none !important; color: #0071bc; border: 1px solid #0071bc; border-radius: 3px; padding: 1rem; margin: 0 auto 1rem; display: block; text-align: center; }
.greeting .wrap section a::before { content: "\e8da"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .greeting { background: url("../img/index_greeting_bg01.jpg") no-repeat center/auto auto; }
  .greeting .wrap { padding: 4.6rem 0; }
  .greeting .wrap section { margin: 0 0 0 auto; padding: 4.6rem 5.4rem; width: 69rem; box-shadow: none; }
  .greeting .wrap section .tit_02 { width: auto; }
  .greeting .wrap section p { font-size: 1.8rem; line-height: 1.6; }
  .greeting .wrap section a { width: 26.5rem; font-size: 2rem; letter-spacing: .2rem; }
  .greeting .wrap section a::before { margin-right: .6rem; }
  .greeting .wrap section a:hover { opacity: 1; background: #0071bc; color: #fff; } }
/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; }
.feature section > ul { counter-reset: number; }
.feature section > ul li .flex > li { counter-increment: number 1; margin: 0 0 2rem; }
.feature section > ul li .flex > li .img { position: relative; display: block; }
.feature section > ul li .flex > li .img::after { content: counter(number,decimal-leading-zero); width: 6rem; height: 5rem; font-size: 3.2rem; line-height: 5.4rem; letter-spacing: .2rem; color: #fff; font-weight: bold; text-align: center; position: absolute; bottom: 0; left: 0; background: #222; }
.feature section > ul li .flex > li .img img { width: 100%; }
.feature section > ul li .flex > li p { margin: .4rem 0 1rem; }
.feature section > ul li .flex > li p.tit { font-weight: bold; font-size: 1.8rem; margin: 1rem 0 0; text-align: center; line-height: 1.2; }
.feature section > ul li .flex > li.item_01 .img::after { background: #2091c7; }
.feature section > ul li .flex > li.item_01 .tit { color: #2091c7; }
.feature section > ul li .flex > li.item_02 .img::after { background: #35c597; }
.feature section > ul li .flex > li.item_02 .tit { color: #35c597; }
.feature section > ul li .flex > li.item_03 .img::after { background: #36c8d1; }
.feature section > ul li .flex > li.item_03 .tit { color: #36c8d1; }
.feature section > ul li .flex > li.item_04 .img::after { background: #f39800; }
.feature section > ul li .flex > li.item_04 .tit { color: #f39800; }

@media screen and (min-width: 48em), print { .feature { padding: 0; }
  .feature section { margin-bottom: -11rem; }
  .feature section .tit_02 { position: relative; z-index: 1; }
  .feature section > ul { position: relative; top: -11rem; z-index: 0; }
  .feature section > ul li.bg_01 { background: url("../img/index_feature_bg01.jpg") no-repeat center/cover; margin-bottom: 5.6rem; }
  .feature section > ul li.bg_01 .flex { padding-top: 12rem; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .feature section > ul li.bg_02 { padding: 8.2rem 0 5.2rem; background: url("../img/index_feature_bg02.jpg") no-repeat center/cover; }
  .feature section > ul li.bg_02 .flex { -webkit-justify-content: flex-end; justify-content: flex-end; }
  .feature section > ul li .flex { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
  .feature section > ul li .flex > li { width: 30rem; }
  .feature section > ul li .flex > li .img::after { font-size: 4rem; width: 6.4rem; }
  .feature section > ul li .flex > li p { font-size: 1.6rem; }
  .feature section > ul li .flex > li p.tit { font-size: 2.4rem; margin: 1.4rem auto; }
  .feature section > ul li .flex > li.item_01 { margin-right: 5.4rem; }
  .feature section > ul li .flex > li.item_03 { margin-right: 5.4rem; } }
#c-modal_bg { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; cursor: pointer; background: rgba(0, 0, 0, 0.6); }

#c-modal { position: fixed; top: 50%; left: 50%; z-index: 9999; width: 90%; max-width: 500px; height: auto; transform: translate(-50%, -50%); background-color: #FFF; padding: 20px; font-size: 1.6rem; }

#c-modal ul { list-style: none; text-align: center; margin: 0; padding: 0; }

#c-modal ul li { text-align: center; }

#c-modal_close { padding: 10px; cursor: pointer; text-align: center; background-color: #0071bc; border-radius: 5px; color: #fff; margin-bottom: 20px; font-weight: normal; letter-spacing: 0.1rem; }

@media screen and (min-width: 48em), print { #c-modal { font-size: 1.8rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem 4rem; }
body:not(.index) .main section[id]::before { content: ""; display: block; padding-top: 6.4rem; margin-top: -6.4rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { font-size: 1.8rem; margin: 4rem 1rem 10rem; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
@media screen and (min-width: 48em), print { .doctor .img_r { width: 30%; margin: 6rem 0 6rem 2rem; } }
/* クリニック紹介 */
.clinic .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
.clinic .main .gmap, .clinic .main .gmap_img > img { border: 2px solid #eee; }
.clinic .main .frame_03 { border-radius: 10px; }
.clinic .main .frame_03 li { margin-bottom: 1.4rem; }
.clinic .main .frame_03 li .tel::before { content: "\e9d1"; font-family: "fontello"; margin-right: .4rem; color: #0071bc; font-size: 2rem; vertical-align: middle; }
.clinic .main .clinic_route li { margin: 0 0 1.6rem; }
.clinic .main .clinic_route li figure { margin: 0; }
.clinic .main .clinic_route li figure figcaption { padding: .4rem .4rem; background: #f5f5f5; }

.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 .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .clinic .main .flex > div { width: 48%; }
  .clinic .main .flex > div.gmap { margin: 0; height: 31rem; }
  .clinic .main .clinic_route { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic .main .clinic_route li { width: 48%; margin: 0 0 4rem; }
  .clinic .main .clinic_route li figure { margin: 0; }
  .clinic .main .clinic_route li figure figcaption { padding: .6rem 1.2rem; }
  .clinic .overview { display: none; }
  .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%; } }
/* 初めての方へ */
.internal_gastro .side_list { text-indent: 0; background: #e6f4fd; }
.internal_gastro .side_list li { display: inline-block; }
.internal_gastro .side_list li::before { margin-left: 1rem; }

.visit .emp_txt { font-weight: bold; font-size: 130%; color: #DFA514; text-align: center; }

.inspection_private section[id]::before { content: ""; display: block; padding-top: 6.4rem; margin-top: -6.4rem; }

.link_lst { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.link_lst li { width: 48%; margin: 0 0 1rem; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; }
.link_lst li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; height: 100%; padding: .2rem .4rem; text-align: center; text-decoration: none !important; color: #0071bc; border: 1px solid #0071bc; }

@media screen and (min-width: 48em), print { .inspection_private section[id]::before { padding-top: 13rem; margin-top: -13rem; }
  .link_lst { -webkit-justify-content: flex-start; justify-content: flex-start; }
  .link_lst li { width: 24%; margin-right: 1rem; }
  .link_lst li:nth-child(4n) { margin-right: 0; }
  .link_lst li:last-child { margin-right: 0; }
  .link_lst li a { padding: 1rem .2rem; }
  .link_lst li a:hover { background: #0071bc; color: #fff; } }
.surgery_ortho .main .flex_box { margin: 1rem auto 2rem; padding: 1rem; }
.surgery_ortho .main .tbl_01 tbody tr th:first-child { width: 15%; }
@media screen and (min-width: 48em), print { .surgery_ortho .main .tbl_01 tbody tr th:first-child { width: 8%; } }
.surgery_ortho .main .tbl_01 tbody tr td:first-child { text-align: center; }

@media screen and (min-width: 48em), print { .surgery_ortho .main .flex_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .surgery_ortho .main .flex_box > * { width: 49%; height: 100%; margin: 0; }
  .surgery_ortho .main .flex_box > * .lst_ul01 { min-height: 44rem; }
  .surgery_ortho .main .flex_box > * .lst_ul01 li { width: 100%; } }
.bnr_scopy img { display: block; max-width: 80%; margin: 0 auto 2rem; }
@media screen and (min-width: 48em), print { .bnr_scopy img { margin: 0 auto 6rem; } }

.gastroscopy .main figure { margin: 3rem auto 0; }
.gastroscopy .main figure figcaption { background: #f2f2f2; padding: .2rem 0; }

@media screen and (min-width: 48em), print { .gastroscopy .main figure { margin: 6rem auto 4rem; text-align: center; }
  .gastroscopy .main figure figcaption { padding: 1rem 2rem; font-size: 110%; display: inline-block; } }
.checkup_vaccination .main dl dt { font-weight: bold; }
.checkup_vaccination .main dl dd { margin: 0 0 1rem; }
.checkup_vaccination .main .tbl_01 th { padding: .4rem 0; font-size: 110%; background: #0071bc; color: #fff; }
.checkup_vaccination .main .tbl_01 td.bg { background: #e1fbff; }

@media screen and (min-width: 48em), print { .checkup_vaccination .bnr_kenpo { width: 60%; display: block; margin: 3rem auto 2rem; } }
.proctology .main .img_c { margin: 2rem auto 4rem; }

@media screen and (min-width: 48em), print { .proctology .main .img_c { width: 40%; margin: 4rem auto 6rem; }
  .proctology .main .flex_img { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: flex-end; align-items: flex-end; }
  .proctology .main .flex_img .img_c { width: 40%; }
  .proctology .main .flex_img02 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; }
  .proctology .main .flex_img02 .img_c { width: 32%; } }
*[class*="beauty_private"] .header { display: none; }
*[class*="beauty_private"] .footer_rsv { display: none; }
*[class*="beauty_private"] .fixed_menu { display: none; }
*[class*="beauty_private"] .main { margin: 0 0 4rem !important; }
*[class*="beauty_private"] .main section[id]::before { padding-top: 2rem !important; margin-top: -2rem !important; }
*[class*="beauty_private"] .img_frame { border: 1px solid #eee; padding: 1rem; }
*[class*="beauty_private"] .tit { margin: 3rem auto 1rem; font-weight: bold; font-size: 120%; text-align: center; }
*[class*="beauty_private"] .img_flex img { display: block; max-width: 80%; height: auto; margin: 0 auto 2rem; }
*[class*="beauty_private"] .lst_dl_qna dt { margin-top: .4rem; background: #ffe8c3; color: #6b4405; padding: .2rem 1.2rem .2rem 2.6rem; text-indent: -1.6rem; font-weight: bold; position: relative; }
*[class*="beauty_private"] .lst_dl_qna dt::before { content: "Q."; margin-right: .4rem; font-weight: bold; color: #fb9e03; }
*[class*="beauty_private"] .lst_dl_qna dt::after { content: "\f107"; font-family: "fontello"; color: #fb9e03; position: absolute; right: 1%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
*[class*="beauty_private"] .lst_dl_qna dt.close::after { content: "\f106"; }
*[class*="beauty_private"] .lst_dl_qna dd { margin: 0 0 1.2rem; padding: .8rem .8rem; background: #fff6f0; display: none; }
*[class*="beauty_private"] .kv_beauty_private { background: url("../img/beauty_private_01.jpg") no-repeat top right -60vw/cover; height: 45rem; }
*[class*="beauty_private"] .kv_beauty_private .wrap { position: relative; padding: 1rem; height: 100%; }
*[class*="beauty_private"] .kv_beauty_private .wrap .logo { position: absolute; left: 1rem; top: .4rem; height: 5.0rem; width: 15rem; padding: .6rem 0; margin: 0 auto; text-align: center; }
*[class*="beauty_private"] .kv_beauty_private .wrap .logo a { display: inline-block; text-align: center; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
*[class*="beauty_private"] .kv_beauty_private .wrap .home { position: absolute; top: 1rem; right: 1rem; text-decoration: none !important; border: 1px solid #fff; padding: .2rem 1rem; border-radius: 25px; font-size: 1rem; color: #fff; vertical-align: middle; }
*[class*="beauty_private"] .kv_beauty_private .wrap .home::before { content: "\e8d4"; font-family: "fontello"; margin-right: .3rem; }
*[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: absolute; left: 1rem; bottom: 1rem; font-size: 1.4rem; letter-spacing: .2rem; line-height: 1.8; }
*[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt p { margin: 1rem 0 0; }
*[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt p span { color: #c49757; font-size: 130%; }
*[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt .ex_txt { font-size: 140%; margin: 0 0 1rem; }
*[class*="beauty_private"] .line_bnr { margin: 3rem 1rem 1rem; }
*[class*="beauty_private"] .line_bnr a { display: block; }
*[class*="beauty_private"] .line_bnr a img { display: block; }
*[class*="beauty_private"] .link { padding: 2rem 1rem; }
*[class*="beauty_private"] .link li { margin: 0 0 1rem; }
*[class*="beauty_private"] .link_lst { margin: 2rem auto 4rem; }
*[class*="beauty_private"] .link_lst li a { color: #c49757; border: 1px solid #c49757; }
*[class*="beauty_private"] .beauty_private_bnrlink { margin: 2rem 0; }
*[class*="beauty_private"] .beauty_private_bnrlink li { margin: 0 0 .8rem; }
*[class*="beauty_private"] .beauty_private_bnrlink li a { display: block; }

@media screen and (min-width: 48em), print { *[class*="beauty_private"] .tit { margin: 4rem auto 2rem; font-size: 2.8rem; }
  *[class*="beauty_private"] .main { margin: 0 0 8rem !important; }
  *[class*="beauty_private"] .fixed_menu { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; position: fixed; top: 3rem; right: 1rem; z-index: 999; width: 6rem; height: 15.8rem; }
  *[class*="beauty_private"] .fixed_menu li { height: 6rem; width: 100%; }
  *[class*="beauty_private"] .fixed_menu li a { display: block; width: 100%; height: 100%; }
  *[class*="beauty_private"] .fixed_menu li a.line { background: url("../img/a_icon_line.png") no-repeat center/6rem auto; }
  *[class*="beauty_private"] .fixed_menu li a.insta { background: url("../img/a_icon_insta.png") no-repeat center/6rem auto; }
  *[class*="beauty_private"] .kv_beauty_private { background: url("../img/beauty_private_01.jpg") no-repeat top center/auto auto; height: 75rem; margin: 0 0 4rem; }
  *[class*="beauty_private"] .kv_beauty_private .wrap { width: 1200px; margin: 0 auto 0; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .logo { top: 14rem; width: 33rem; height: 9rem; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .home { top: 3rem; font-size: 1.4rem; padding: .2rem 1.4rem; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .home::before { margin-right: .6rem; font-size: 1rem; position: relative; bottom: .2rem; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt { font-size: 2.4rem; line-height: 2.6; bottom: 14rem; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt span { line-height: 1.8; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt .frame { font-size: 1.8rem; padding: .4rem 1.4rem; letter-spacing: .2rem; }
  *[class*="beauty_private"] .kv_beauty_private .wrap .copy_txt .ex_txt { letter-spacing: .6rem; }
  *[class*="beauty_private"] .line_bnr { margin: 4rem auto 4rem; width: 100rem; }
  *[class*="beauty_private"] .line_bnr a { margin: 0 auto; }
  *[class*="beauty_private"] .line_bnr a img { margin: 0 auto; }
  *[class*="beauty_private"] .link { width: 1200px; margin: 2rem auto 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  *[class*="beauty_private"] .link li { width: 24%; }
  *[class*="beauty_private"] .lst_ul01.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; }
  *[class*="beauty_private"] .lst_ul01.flex li { width: 50%; }
  *[class*="beauty_private"] .img_flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; margin: 6rem 0 0; }
  *[class*="beauty_private"] .img_flex img { width: 48%; }
  *[class*="beauty_private"] .img_flex img.height_img { width: 20%; }
  *[class*="beauty_private"] .img_flex + img { display: block; margin: 2rem auto 0; }
  *[class*="beauty_private"] .lst_dl_qna dt { padding: .6rem 1.2rem .6rem 2.6rem; margin: 0 0 1.2rem; transition: all .2s; }
  *[class*="beauty_private"] .lst_dl_qna dt:hover { cursor: pointer; opacity: .8; }
  *[class*="beauty_private"] .lst_dl_qna dd { margin: 0 0 1.8rem; }
  *[class*="beauty_private"] .footer ul { display: none; }
  *[class*="beauty_private"] .link_lst { margin: 4rem auto 8rem; }
  *[class*="beauty_private"] .link_lst li a:hover { background: #c49757; color: #fff; }
  *[class*="beauty_private"] .beauty_private_bnrlink { margin: 3rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  *[class*="beauty_private"] .beauty_private_bnrlink li { width: 33%; margin: 0; }
  *[class*="beauty_private"] .beauty_private_bnrlink li a.tel_item { pointer-events: none; } }
.beauty_private2 .kv_beauty_private { background: url("../img/beauty_private2_01.jpg") no-repeat top right -60vw/cover; height: 45rem; }

@media screen and (min-width: 48em), print { .beauty_private2 .kv_beauty_private { background: url("../img/beauty_private2_01.jpg") no-repeat top center/auto auto; height: 75rem; margin: 0 0 4rem; } }
.beauty_private3 .kv_beauty_private { background: url("../img/beauty_private3_01.jpg") no-repeat top right -50vw/cover; }
.beauty_private3 .kv_beauty_private .kv_img { position: absolute; left: 0; right: 0; bottom: 1rem; margin: auto; }
.beauty_private3 .kv_beauty_private .kv_img img { display: block; margin: 0 auto; height: auto; }
.beauty_private3 .kv_beauty_private .kv_img img.img_01 { width: 80%; }
.beauty_private3 .kv_beauty_private .kv_img img.img_02 { margin: 1.2rem auto 0; width: 40%; }
.beauty_private3 .lst_effect { margin: 1.6rem auto 0; 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; }
.beauty_private3 .lst_effect li { background: #d9ebfe; color: #1d2a8c; border-radius: 5px; margin: 0 .4rem 1rem 0; padding: .2rem .8rem; font-size: 1.4rem; }
.beauty_private3 .tit_img { text-align: center; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); height: 18rem; background: url("../img/beauty_private3_tit_img.jpg") no-repeat center center/cover; text-indent: 100%; white-space: nowrap; overflow: hidden; color: #fff; user-select: none; -ms-user-select: none; pointer-events: none; }
.beauty_private3 .tit_cat { font-size: 1.6rem; line-height: 1.2; padding: .6rem .8rem; margin: 0 0 1.0rem; color: #fff; background: #1d2a8c; }
.beauty_private3 .lst_goods { margin: 2rem 0 4rem; }
.beauty_private3 .lst_goods li { margin: 0 0 3rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.beauty_private3 .lst_goods li .tit { width: 100%; font-weight: bold; border-bottom: 1px solid #333; padding: 0 0 .6rem; margin: 0 0 1.4rem; }
.beauty_private3 .lst_goods li img { max-width: 40%; display: block; margin: 0 auto; padding: .8rem; border: 1px solid #ddd; }
.beauty_private3 .lst_goods li > ul { width: 55%; margin: .8rem 0 0; }
.beauty_private3 .lst_goods li > ul li { margin: 0 0 .2rem; }
.beauty_private3 .lst_goods li > ul li.cat { display: inline-block; padding: 0 .8rem; margin: 0 0 .4rem; color: #fff; background: #1d2a8c; }
.beauty_private3 .size_l { font-size: 120%; color: #0071bc; text-align: center; font-weight: bold; letter-spacing: .2rem; }

@media screen and (min-width: 48em), print { .beauty_private3 .main { overflow: hidden; }
  .beauty_private3 .main .kv_beauty_private { height: 75rem; background: url("../img/beauty_private3_01.jpg") no-repeat bottom center/auto auto; }
  .beauty_private3 .main .kv_beauty_private .wrap .logo { top: 1rem; }
  .beauty_private3 .main .kv_beauty_private .kv_img { left: 0; right: auto; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  .beauty_private3 .main .kv_beauty_private .kv_img img.img_01 { width: 90%; }
  .beauty_private3 .main .kv_beauty_private .kv_img img.img_02 { margin: 1.6rem auto 0; width: 76%; }
  .beauty_private3 .main .lst_effect { margin: 3rem auto 8rem; }
  .beauty_private3 .main .lst_effect li { padding: 1.8rem 2.6rem; font-size: 1.8rem; margin-right: .6rem; letter-spacing: .2rem; }
  .beauty_private3 .main .tit_img { height: 48rem; background: url("../img/beauty_private3_tit_img.jpg") no-repeat center center/auto auto; }
  .beauty_private3 .main .tit_cat { font-size: 2rem; padding: 1.6rem 2rem; margin: 0 0 3.0rem; letter-spacing: .4rem; }
  .beauty_private3 .main .lst_goods { margin: 6rem 0 6rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .beauty_private3 .main .lst_goods > li { width: 48%; min-height: 27rem; margin: 0 0 5rem; display: block; position: relative; }
  .beauty_private3 .main .lst_goods > li .tit { width: 57%; margin: 0 0 2rem auto; text-align: left; font-size: 1.8rem; }
  .beauty_private3 .main .lst_goods > li img { max-width: 40%; position: absolute; left: 0; top: 0; }
  .beauty_private3 .main .lst_goods > li > ul { width: 57%; margin: 0 0 0 auto; }
  .beauty_private3 .main .lst_goods > li > ul li { width: 100%; }
  .beauty_private3 .main .lst_goods > li > ul li.cat { width: auto; }
  .beauty_private3 .main .size_l { font-size: 160%; } }
.beauty_private4 .kv_beauty_private { background: url("../img/beauty_private4_01.jpg") no-repeat top right -100vw/cover; margin: 0 0 4rem; }
.beauty_private4 .mechanism { margin: 0 0 4rem; }
.beauty_private4 .mechanism li:not(:last-child) { margin: 0 auto 4rem; position: relative; }
.beauty_private4 .mechanism li:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -4.0rem; left: 0; right: 0; border-top: 2.0rem solid #ffcc12; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.beauty_private4 .mechanism li figure { max-width: 88%; margin: 0 auto; background: #fff2dc; padding: 1.8rem 1.8rem; }
.beauty_private4 .mechanism li figure figcaption { margin: .8rem 0 0; }

@media screen and (min-width: 48em), print { .beauty_private4 .kv_beauty_private { background: url("../img/beauty_private4_01.jpg") no-repeat top center/auto auto; }
  .beauty_private4 .mechanism { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .beauty_private4 .mechanism li { width: 33%; }
  .beauty_private4 .mechanism li:not(:last-child) { margin: 0; }
  .beauty_private4 .mechanism li:not(:last-child)::after { bottom: auto; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); left: auto; right: -2.4rem; border-top: 3.0rem solid transparent; border-right: 1.0rem solid transparent; border-bottom: 3.0rem solid transparent; border-left: 2.0rem solid #ffcc12; }
  .beauty_private4 .mechanism li figure { height: 100%; } }

/*# sourceMappingURL=style.css.map */
