@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; 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; }

.point { font-weight: bold; font-size: 1.4rem; color: #0085d0; }
@media all and (min-width: 48em), print { .point { font-size: 1.8rem; } }

.point_big { font-weight: bold; font-size: 1.8rem; color: #614c3f; }
@media all and (min-width: 48em), print { .point_big { font-size: 2.2rem; } }

/* 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 all 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 all 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; }

.mt0 { margin-top: 0rem !important; }

.mb40 { margin-bottom: 4.0rem; }

.mb30 { margin-bottom: 3.0rem; }

.mb20 { margin-bottom: 2.0rem; }

.mb10 { margin-bottom: 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 all 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; }
  .mb40 { margin-bottom: 8.0rem; }
  .mb30 { margin-bottom: 6.0rem; }
  .mb20 { margin-bottom: 4.0rem; }
  .mb10 { margin-bottom: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 5.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-spacing: 0; font-size: 1.1rem; text-align: center; border-radius: 5px; overflow: hidden; border: 1px solid #614c3f; }
.tbl_time .red_color { color: #e83929; }
.tbl_time .green_color { color: #00883c; }
.tbl_time caption { font-size: 1.2rem; caption-side: bottom; text-align: left; margin-top: .4rem; color: #614c3f; }
.tbl_time tr th { padding: 0.3rem 0.1rem; background-color: #614c3f; color: #FFF; border-right: 1px solid #fff; }
.tbl_time tr th:last-child { border-right: 1px solid #614c3f; }
.tbl_time tr th:first-child { width: 11%; }
.tbl_time tr th:nth-child(n+2):nth-child(-n+5) { width: 16%; }
.tbl_time tr th:nth-child(n+6) { width: 5%; }
.tbl_time tr td { padding: .3rem 0.1rem; color: #614c3f; line-height: 1.0; border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.tbl_time tr td:last-child { border-right: none; }
.tbl_time tr td.time { font-size: 1.1rem; }
.tbl_time tr td.maru { color: #ff7e1e; }
.tbl_time tr:last-child td { border-bottom: none; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; font-weight: bold; }
  .tbl_time caption { font-size: 100%; }
  .tbl_time tr th { padding: 1.4rem 0; font-size: 1.8rem; }
  .tbl_time tr th:first-child { width: 10%; }
  .tbl_time tr th:nth-child(n+2):nth-child(-n+5) { width: 12%; }
  .tbl_time tr th:nth-child(n+6) { width: 5%; }
  .tbl_time tr td { padding: 1.6rem 0; font-size: 1.8rem; }
  .tbl_time tr td.time { font-size: 2.3rem; }
  .tbl_time tr td.maru { font-size: 2.8rem; } }
.tbl_time_1 { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time_1 caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time_1 tr th { padding: .4rem 0; background: #FF9999; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time_1 tr th:first-child { width: 35%; }
.tbl_time_1 tr td { text-align: center; padding: .6rem .4rem; color: #599900; background: #fff; border-bottom: 1px solid 0; line-height: 1.0; }
.tbl_time_1 tr td.time { color: #222; }

@media all and (min-width: 48em), print { .tbl_time_1 { font-size: 1.6rem; }
  .tbl_time_1 tr th { padding: 1.0rem 0; font-size: 1.6rem; }
  .tbl_time_1 tr td { padding: 1.8rem 0; } }
/*テーブル基本*/
.tbl_base { width: 100%; border-spacing: 0; font-size: 1em; text-align: center; overflow: hidden; border: 1px solid #614c3f; }
.tbl_base tr th { padding: 1rem; background-color: #614c3f; color: #FFF; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; width: 30%; }
.tbl_base tr td { padding: 1rem; color: #614c3f; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: left; line-height: 1.4; }
.tbl_base tr:last-child td, .tbl_base tr:last-child th { border-bottom: none; }

@media screen and (max-width: 960px) { .tbl_base { font-size: 1.1rem; }
  .tbl_base tr th { padding: 0.3rem; border-right: 1px solid #fff; }
  .tbl_base tr td { padding: .3rem; border-right: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; } }
/*一日の業務の流れ*/
.stepbar { margin: 0 auto; width: 100%; }

.stepbar .stepbarwrap { margin: 2em 0; position: relative; }

.support_0900 { height: 265px; }

.support_1200 { height: 180px; }

.support_1300 { height: 520px; }

.stepbar .stepbarwrap .steptitle { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.stepbar .stepbarwrap .steptitle .stepcircle { display: inline-block; width: 5em; height: 5em; content: ""; border-radius: 50%; background-color: #46a33c; color: #fff; text-align: center; }

.stepbar .stepbarwrap .steptitle .stepcircle span { display: inline-block; line-height: 1.2em; font-size: 1.2em; font-weight: bold; position: relative; top: 1.5em; }

.stepbar .stepbarwrap .steptitle .title { margin: 0.5em 0.5em 0.5em 2em; font-weight: bold; color: #ff7e1e; font-size: 120%; }

.stepbar .stepbarwrap .steptxt { padding-left: 7.5em; }

.stepbar .stepbarwrap .steptxt .txt { display: block; font-size: 0.9em; line-height: 1.4; }

.stepbar .stepbarwrap .stepline { width: 1px; height: calc(100% + 1em); background-color: #46a33c; position: absolute; top: 1em; left: 2.5em; z-index: -1; }

.stepbarwrap:last-of-type .stepline:last-of-type { display: none; }

@media screen and (max-width: 960px) { .stepbar { width: 90%; }
  .support_0900 { height: auto; }
  .support_1200 { height: auto; }
  .support_1300 { height: auto; }
  .stepbar .stepbarwrap .steptitle .stepcircle { width: 3em; height: 3em; }
  .stepbar .stepbarwrap .steptitle .stepcircle span { font-size: 0.8em; top: 0.9em; }
  .stepbar .stepbarwrap .steptitle .title { margin: 0.5em; font-size: 110%; }
  .stepbar .stepbarwrap .steptxt { padding-left: 3.5em; }
  .stepbar .stepbarwrap .stepline { left: 1.5em; } }
/*採用プロセス*/
ol.flow { margin: 0 auto 6rem !important; width: 60%; }
ol.flow li { background-color: #ff7e1e; padding: 1rem; color: #fff; text-align: center; margin-bottom: 3rem; position: relative; }
ol.flow li::after { content: "▼"; position: absolute; bottom: -2.5rem; left: 47%; color: #ff7e1e; font-size: 140%; }
ol.flow li:last-child { margin-bottom: 0; }
ol.flow li:last-child::after { content: none; }

@media screen and (max-width: 960px) { ol.flow { margin-bottom: 1.5rem; width: 100%; }
  ol.flow li { padding: .5rem 1rem; }
  ol.flow li::after { bottom: -2.1rem; } }
/*Q&A*/
.tit_03.question { position: relative; padding-left: 4rem; line-height: 1.4; }
.tit_03.question::before { content: "Q"; position: absolute; top: -2rem; left: 0; font-size: 160%; color: red; }

@media screen and (max-width: 960px) { .tit_03.question { min-height: 4rem; }
  .tit_03.question::before { top: 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_p { color: #fff; font-size: 1.8rem; margin: 0 0 1.0rem; font-weight: bold; padding: 1.0rem 2.0rem; background: #0181BD; }

.tit_01 { color: #534136; font-size: 2.4rem; padding: 4rem 0; font-weight: normal; font-family: 'Kosugi Maru', sans-serif; text-shadow: #f1f1f2 1px 1px 4px, #f1f1f2 -1px 1px 4px, #f1f1f2 1px -1px 4px, #f1f1f2 -1px -1px 4px; }

.tit_02 { color: #0085d0; font-size: 2.0rem; margin: 1.0rem 0; padding: 0; border-bottom: 2px solid #0085d0; font-weight: bold; }

.tit_03 { font-size: 1.7rem; margin: 2.5rem 0; padding: 0 0 0 1rem; color: #ff7e1e; border-bottom: 2px solid #ff7e1e; }

.tit_04 { font-size: 1.5rem; margin: 1.0rem 0; border-bottom: 3px dotted #46a33c; color: #46a33c; font-weight: bold; }

.tit_05 { font-size: 1.3rem; margin: 0.8rem 0 0 0; color: #222222; font-weight: bold; }

@media all and (min-width: 48em), print { .tit_p { font-size: 2.6rem; }
  .tit_01 { font-size: 3.6rem; padding: 10rem 0; }
  .tit_02 { font-size: 2.6rem; margin: 3.0rem 0; }
  .tit_03 { font-size: 2.2rem; margin: 3.0rem 0; }
  .tit_04 { font-size: 1.8rem; margin: 3rem 0; }
  .tit_05 { font-size: 1.8rem; margin: 1.8rem 0 0 0; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.3rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #46a33c; font-size: 80%; vertical-align: 20%; }

.lst_ul02 { padding: 0.5rem; background-color: #e0eeff; }
.lst_ul02 li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul02 li::before { content: '●'; margin-right: .4rem; color: #0085d0; font-size: 60%; vertical-align: 20%; }

.lst_ul03 { padding: 0.5rem; background-color: #e0eeff; }
.lst_ul03 li { padding-left: 1.8rem; padding-bottom: 1.0rem; line-height: 1.4; display: inline-block; }
.lst_ul03 li::before { content: '■'; margin-right: .4rem; color: #0085d0; font-size: 60%; vertical-align: 20%; }

.lst_ul04 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.lst_ul04 li { width: 47%; text-align: center; margin-bottom: 1rem; }
.lst_ul04 li a { display: block; width: 100%; height: 100%; text-decoration: none !important; background: #e83929; padding: 0.5rem; font-weight: bold; font-size: 1.3rem; color: #fff; border-radius: 5px; border: 1px solid #e83929; }
.lst_ul04 li a::after { content: "\e81b"; font-family: "fontello"; margin-left: 1.5rem; color: #fff; font-size: 1.2rem; vertical-align: 10%; }
.lst_ul04 li a:hover { background-color: #fff; color: #e83929; }
.lst_ul04 li a:hover::after { color: #e83929; }

@media all and (min-width: 48em), print { .lst_ul04 li { width: 28%; }
  .lst_ul04 li a { font-size: 1.8rem; }
  .lst_ul04 li a::before { font-size: 1.9rem; } }
.lst_ul05 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.lst_ul05 li { width: 47%; text-align: center; margin-bottom: 1rem; }
.lst_ul05 li a { width: 100%; height: 5rem; text-decoration: none !important; background-color: #0085d0; padding: 1.6rem 0; font-weight: bold; font-size: 1.3rem; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.lst_ul05 li a::before { content: "\f107"; font-family: "fontello"; margin: 0 0.5rem; }
.lst_ul05 li a:hover { background-color: #fff; color: #0085d0; border: 1px solid #0085d0; }

@media all and (min-width: 48em), print { .lst_ul05 li { width: 28%; }
  .lst_ul05 li a { font-size: 1.7rem; height: 7rem; padding: 2.5rem 0; }
  .lst_ul05 li a::before { margin: 0 1rem; font-size: 1.9rem; } }
.lst_ul06 { margin-left: 20px; }
.lst_ul06 li { padding-left: 2rem; padding-bottom: 1.0rem; line-height: 1.4; position: relative; }
.lst_ul06 li::before { content: "\e836"; font-family: "fontello"; margin-right: .8rem; color: #ff7e1e; font-size: 100%; vertical-align: 20%; position: absolute; top: 0; left: 0; }

@media all and (min-width: 48em), print { .lst_ul06 li { padding-left: 3rem; }
  .lst_ul06 li::before { font-size: 90%; }
  .lst_ul06 li.bigs::before { top: 5px; } }
.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media all and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { list-style: decimal; padding-bottom: 1.0rem; line-height: 1.4; }

.lst_dl01 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.lst_dl01 dt { width: 25%; }
.lst_dl01 dt::before { content: '●'; margin-right: .4rem; color: #0085d0; font-size: 60%; vertical-align: 20%; }
.lst_dl01 dd { width: 70%; margin: 0 0 1rem 0; }

@media all and (min-width: 48em), print { .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { margin: 0 0 1rem 0; } }
.lst_dl02 { border: 1px solid #0085d0; }
.lst_dl02 dt { background-color: #e0eeff; padding: 0.5rem; border-top: 1px solid #0085d0; border-bottom: 1px solid #0085d0; font-weight: bold; }
.lst_dl02 dt:first-child { border-top: none; }
.lst_dl02 dd { padding: 1rem 0; }

.link_box { width: 100%; padding: 0.5rem 0; }
.link_box .text { display: inline-block; color: #0085d0; font-weight: 500; }
.link_box .text a { text-decoration: none !important; }
.link_box .text::before { content: "\f105"; font-family: "fontello"; margin-right: 0.5rem; }
.link_box .text::after { content: "\f08e"; font-family: "fontello"; margin-left: 0.5rem; }

.link_btn { display: inline-block; padding: 0.2rem 2.8rem; text-decoration: none !important; background: #ff7e1e; color: #fff; border-radius: 12px; font-weight: 800; border: 1px solid #ff7e1e; }
.link_btn::before { content: "\e835"; font-family: "fontello"; margin-right: 0.5rem; }
.link_btn:hover { background: #fff; color: #ff7e1e; }

@media all and (min-width: 48em), print { .link_btn { padding: 0.5rem 3.5rem; margin-left: 1.5rem; }
  .link_btn::after { margin-left: 0.8rem; } }
.link_btn_1 { display: inline-block; padding: 0.5rem 1rem; text-decoration: none !important; background: #46a33c; color: #fff; border-radius: 5px; font-weight: 800; border: 1px solid #46a33c; }
.link_btn_1::after { content: "\e81b"; font-family: "fontello"; margin-left: 0.5rem; color: #fff; font-size: 1.2rem; vertical-align: 5%; }
.link_btn_1:hover { background: #fff; color: #46a33c; }
.link_btn_1:hover::after { color: #46a33c; }

@media all and (min-width: 48em), print { .link_btn_1::after { margin-left: 1rem; font-size: 1.4rem; } }
.link_btn_2 { display: block; padding: 1rem 1rem; text-decoration: none !important; background: red; color: #fff; border-radius: 10px; font-weight: 800; font-size: 120%; border: 1px solid red; text-align: center; }
.link_btn_2::after { content: "\e81b"; font-family: "fontello"; margin-left: 0.5rem; color: #fff; font-size: 1.4rem; vertical-align: 5%; }

@media all and (min-width: 48em), print { .link_btn_2 { display: block; width: 40%; margin-left: auto; margin-right: auto; } }
/* フレックス回り -------------------------------------- */
@media all and (min-width: 48em), print { .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > ul, .flex2 > li { width: 48%; margin: 0 !important; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc(100vw / 32); font-family: Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; overflow: auto; }

body { background: #fff; color: #313131; overflow: hidden; }

a { color: inherit; text-decoration: none; }

h1 { text-align: center; font-weight: bold; }

h2 { color: #1e90ff; text-align: center; font-size: 2rem; padding: 0 0 1.8rem 0; font-weight: bold; font-family: 'Kosugi Maru', sans-serif; }

h3 { font-size: 1.8rem; }

p { margin: 0.5rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media all and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1100px; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 2.5rem; }
  .wrap { width: 1080px; margin: auto; }
  .main { font-size: 1.8rem; }
  .sidebar { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 23%; } }
/* アイコンフォント -------------------------------------- */
@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-top: 1.0rem; }
.header .wrap { padding: 0 1rem; }
.header .wrap .head_l { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.header .wrap .head_l .logo a { display: block; width: 100%; height: 100%; text-indent: 100%; white-space: nowrap; overflow: hidden; padding: 0 0 0.5rem 0; }
.header .wrap .head_l .logo a img { margin: 0; max-width: 78% !important; }
.header .wrap .head_l .tel_box { width: 100%; padding: 0.5rem 0 1rem 0; }
.header .wrap .head_l .tel_box span:first-child { display: inline-block; padding: 0.3rem 0.5rem; background-color: #ff7e1e; color: #fff; border-radius: 5px; font-size: 1.4rem; margin-right: 0.5rem; }
.header .wrap .head_l .tel_box span.tel { font-size: 1.95rem; color: #dbbca9; font-weight: bold; text-shadow: 0px 2px 1px rgba(226, 164, 128, 0.32), 0px 1px 0px #493529, 0px 2px 0px #584232, 0px 3px 0px #3f2b1e; }
.header .wrap .head_l .tel_box span.tel::before { content: "\e809"; font-family: "fontello"; margin-right: 0.5rem; }
.header .wrap .head_l .btn_box { width: 100%; text-align: center; }
.header .wrap .head_l .btn_box .reservation_btn { display: inline-block; width: 100%; color: #fff; background-color: #e83929; text-decoration: none; font-weight: bold; padding: 0.5rem; border-radius: 5px; -webkit-box-shadow: 0 5px 0px 0px #b2362b; box-shadow: 0 5px 0px 0px #b2362b; font-size: 1.6rem; position: relative; }
.header .wrap .head_l .btn_box .reservation_btn span { font-size: 1.4rem; }
.header .wrap .head_l .btn_box .reservation_btn::before { content: "\e839"; font-family: "fontello"; margin-right: 0.5rem; font-size: 2rem; }
.header .wrap .head_l .btn_box .reservation_btn::after { content: ""; position: absolute; display: block; width: 0; height: 0; right: 0.5rem; bottom: 0.5rem; border-top: 5px solid #e83929; border-left: 5px solid #e83929; border-right: 5px solid #fff; border-bottom: 5px solid #fff; }
.header .wrap .head_r { text-align: center; margin: 0.5rem 0 1rem 0; }

@media all and (min-width: 48em), print { .header { padding-top: 0; }
  .header .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header .wrap .head_l { width: 36%; margin: 1rem 0 0 0; }
  .header .wrap .head_l .logo { width: 100%; padding: 0.5rem 0; }
  .header .wrap .head_l .logo a img { margin: 0; max-width: 100% !important; }
  .header .wrap .head_l .tel_box { width: 100%; padding: 0 0 0.5rem 0; }
  .header .wrap .head_l .tel_box span:first-child { padding: 0.3rem 0.5rem; font-size: 1.8rem; margin-right: 0.8rem; vertical-align: middle; }
  .header .wrap .head_l .tel_box span.tel { font-size: 2.8rem; vertical-align: middle; }
  .header .wrap .head_l .tel_box span.tel::before { margin-right: 0.5rem; }
  .header .wrap .head_l .btn_box { width: 100%; text-align: center; }
  .header .wrap .head_l .btn_box .reservation_btn { padding: 1rem 0.5rem; border-radius: 5px; font-size: 1.8rem; }
  .header .wrap .head_l .btn_box .reservation_btn::before { content: "\e839"; font-family: "fontello"; margin-right: 0.5rem; font-size: 2rem; }
  .header .wrap .head_r { width: 62%; margin: 0; }
  .header .wrap .head_r .tbl_time { width: 100%; }
  .header .wrap .head_r .tbl_time caption { font-size: 1.25rem; margin-top: .8rem; }
  .header .wrap .head_r .tbl_time tr th { padding: 0.5rem; font-size: 1.4rem; }
  .header .wrap .head_r .tbl_time tr td { padding: 1rem 0; font-size: 1.22rem; }
  .header .wrap .head_r .tbl_time tr td.time { font-size: 1.4rem; }
  .header .wrap .head_r .tbl_time tr td.maru { font-size: 1.6rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; /* Toggle Btn */ /* 展開部 SP */ }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #ff7e1e; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 1.0rem 1.0rem 0 0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: 'fontello'; content: '\e801'; line-height: .8; }
.slicknav_menu .slicknav_btn::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open { background-color: #ff7e1e; color: #fff; /* Toggle Close Icon */ }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: none; position: absolute; top: 7.1rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { background-color: #ff7e1e; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; padding: 1rem 0; font-size: 1.6rem; position: relative; color: #fff; }
.slicknav_menu .slicknav_nav .gnav > li { border-bottom: 1px dashed #fff; }
.slicknav_menu .slicknav_nav .gnav > li > a:hover { background: none; font-weight: bold; }
.slicknav_menu .slicknav_nav .gnav li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav.slicknav_parent ul { margin: 0; }
.slicknav_menu .slicknav_nav .gnav.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav .sub { margin: 0; background-color: #0085d0; }
.slicknav_menu .slicknav_nav .gnav .sub li { padding-left: 4rem; }
.slicknav_menu .slicknav_nav .gnav .sub li a:hover { background: none; font-weight: bold; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open a.treatment::after { font-family: "fontello"; content: "\e817"; display: inline-block; padding: 0 0.8rem; font-size: 2.2rem; }

.slicknav_item.slicknav_row { padding: 0; }

.slicknav_nav .slicknav_row:hover { background: #1e90ff; }

.slicknav_nav a:hover { background: #000080; color: #fff; }

.slicknav_icon, .slicknav_icon-bar, .slicknav_arrow, .slicknav_row:after { display: none !important; }

#nav { display: none; }

.gnav li a { color: #313131; }
.gnav li.treat_point { cursor: pointer; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; padding: 1.5rem 0; }
  #nav .gnav { width: 1080px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav > li { position: relative; width: calc(1080px / 6); }
  #nav .gnav > li > a { display: block; width: 100%; text-align: center; font-size: 1.6rem; border-bottom: 4px solid #fff; border-right: 2px dotted #dddddd; line-height: 1.5; font-weight: bold; color: #614c3f; }
  #nav .gnav > li > a:hover { border-bottom: 4px solid #ff7e1e; }
  #nav .gnav > li > a::before { content: "\e803"; font-family: "fontello"; display: block; font-size: 2.3rem; color: #ff7e1e; }
  #nav .gnav > li > a.clinic::before { content: "\e83d"; }
  #nav .gnav > li > a.doctor::before { content: "\e83f"; }
  #nav .gnav > li > a.treatment::before { content: "\e834"; }
  #nav .gnav > li > a.recruit::before { content: "\e838"; }
  #nav .gnav > li > a.access::before { content: "\e835"; }
  #nav .gnav > li:last-child a { border-right: none; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .recruit #nav .recruit, .access #nav .access { border-bottom: 4px solid #ff7e1e; } }
/* ページUP -------------------------------------- */
.rsv_up { background-color: rgba(221, 116, 35, 0.5); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 0; left: 0; width: 100%; padding: 0.8rem 0.2rem; font-size: 1.5rem; font-weight: bold; }
.rsv_up div { background-color: #ff7e1e; -webkit-box-shadow: 3px 4px 2px 0px #813902; box-shadow: 3px 4px 2px 0px #813902; border-radius: 5px; color: #fff; padding: 1rem 0.5rem; }
.rsv_up .tel::before { content: "\e809"; font-family: "fontello"; margin: 0 0.4rem; }
.rsv_up .location::before { content: "\e835"; font-family: "fontello"; }
.rsv_up .pageup { cursor: pointer; padding: 0; }
.rsv_up .pageup a { display: block; font-size: 1.6rem; text-align: center; border-radius: 10px; padding: 0.9rem 1.5rem; width: 100%; height: 100%; }
.rsv_up .pageup a::before { text-align: center; font-family: 'fontello'; content: '\e812'; color: #fff; }

@media all and (min-width: 48em), print { .rsv_up { background-color: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 4rem; left: 0; }
  .rsv_up .pageup { cursor: pointer; }
  .rsv_up .pageup a { font-size: 2.5rem; }
  .pageup_pc { cursor: pointer; position: fixed; bottom: 5rem; right: 6rem; width: 6rem; height: 6rem; display: block; background: url("../img/icon_totop.png") no-repeat center center/contain; } }
/* フッター -------------------------------------- */
.footer { text-align: center; padding-bottom: 5.35rem; /* クリニック概要 ----------- */ }
.footer .overview { padding: 2rem 0.9rem 1rem; font-size: 1.25rem; line-height: 1.6; text-align: left; }
.footer .overview .wrap { background-color: #fff; }
.footer .overview .wrap .overviewL { color: #3c3c3c; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 7.5rem; padding: 1rem 0; border-bottom: 1px solid #eeeeee; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr:last-child { border-bottom: none; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr th { width: 30%; background-color: #46a33c; color: #fff; padding: 0.5rem 0; text-align: center; border-radius: 5px; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr td { width: 68%; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 2rem; color: #614c3f; font-weight: bold; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr td .tel::before { content: "\e809"; font-family: "fontello"; margin-right: 0.5rem; }
.footer .overview .wrap .overviewL .tbl_gaiyo tr td .link_btn { font-size: 1.1rem; }
.footer .overview .wrap .overviewR { margin: 2.0rem 0; }
.footer .overview .wrap .overviewR > div { overflow: hidden; border: 1px solid #614c3f; border-radius: 10px; }
.footer .overview .gmap { text-align: center; padding: 1rem 0; }
.footer .overview .gmap iframe { height: 25rem; }
.footer .copy { color: #fff; display: block; padding: 1.0rem; font-size: 1.4rem; font-weight: normal; background-color: #ff7e1e; }
.footer ul { display: none; }

@media all and (min-width: 48em), print { .footer { padding-bottom: 0; /* クリニック概要 ----------- */ /* クリニック概要 of end ----------- */ }
  .footer .overview { font-size: 1.8rem; }
  .footer .overview .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; }
  .footer .overview .wrap .overviewL, .footer .overview .wrap .overviewR { width: 100%; }
  .footer .overview .wrap .overviewL { padding: 2rem 0; }
  .footer .overview .wrap .overviewL .tbl_gaiyo tbody { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .footer .overview .wrap .overviewL .tbl_gaiyo tr { width: 47%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 10rem; }
  .footer .overview .wrap .overviewL .tbl_gaiyo tr:nth-child(5) { border-bottom: none; }
  .footer .overview .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 3.5rem; }
  .footer .overview .wrap .overviewL .tbl_gaiyo tr td .link_btn { font-size: 1.4rem; padding: 0.5rem 6.5rem; }
  .footer .overview .wrap .overviewR { margin: 0 0 6rem 0; }
  .footer .overview .gmap { padding: 0; }
  .footer .overview .gmap iframe { height: 53rem; position: relative; top: 0.3rem; }
  .footer .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .footer .wrap .footer_menu { padding: 1rem 0; border-bottom: 1px solid #fff; }
  .footer .wrap ul { display: block; text-align: center; }
  .footer .wrap ul li { display: inline-block; font-size: 1.4rem; background: none !important; border: none !important; padding-bottom: 1rem; } }
@media all and (min-width: 48em) and (min-width: 48em), print { .footer .wrap ul li { font-size: 1.6rem; } }
@media all and (min-width: 48em), print { .footer .wrap ul li::after { content: none; }
  .footer .wrap ul li a { background: none; line-height: 1.4; }
  .footer .wrap ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; }
  .footer .wrap ul li a { opacity: 1.0; }
  .footer .wrap ul li a:hover { text-decoration: underline; }
  .footer .copy { width: 100%; } }
@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .tbl_gaiyo { display: block; }
  .tbl_gaiyo th, .tbl_gaiyo td { display: inline-block; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* 共通項目 -------------------------------------- */
h2.tit { text-align: center; font-size: 2rem; color: #ff7e1e; line-height: 1.4; padding: 2rem 0; }
h2.tit::before { font-family: "fontello"; display: block; background-color: #ff7e1e; color: #fff; width: 3rem; height: 3rem; margin: auto; line-height: 3rem; border-radius: 50%; font-size: 1.4rem; }
h2.tit span { display: block; font-size: 1.2rem; font-weight: normal; }

@media all and (min-width: 48em), print { h2.tit { font-size: 3rem; padding-top: 5rem; }
  h2.tit::before { width: 4rem; height: 4rem; line-height: 4rem; font-size: 1.6rem; }
  h2.tit span { font-size: 1.3rem; } }
/* キービジュアル -------------------------------------- */
.keyvsl { margin: 0; max-width: 100%; height: auto; position: relative; z-index: -1; }
.keyvsl .keyv_text { padding: 0.5rem; position: absolute; width: 100%; left: 0; bottom: 0; color: #534136; text-shadow: #f1f1f2 1px 1px 4px, #f1f1f2 -1px 1px 4px, #f1f1f2 1px -1px 4px, #f1f1f2 -1px -1px 4px; font-family: 'Kosugi Maru', sans-serif; }
.keyvsl .keyv_text p:nth-child(1) { margin: 1rem auto; font-size: 1.5rem; }
.keyvsl .keyv_text p:nth-child(2) { margin: 1rem auto; font-size: 1.2rem; }

@media all and (min-width: 48em), print { .keyvsl .keyv_text { left: 0; bottom: 0; }
  .keyvsl .keyv_text .wrap { padding: 0 2rem; }
  .keyvsl .keyv_text .wrap p:nth-child(1) { margin: 1rem auto; font-size: 3.8rem; }
  .keyvsl .keyv_text .wrap p:nth-child(2) { margin: 1rem auto; font-size: 2.5rem; } }
@media screen and (max-width: 1450px) and (min-width: 768px) { .keyvsl .keyv_text .wrap { padding: 0 0.5rem; }
  .keyvsl .keyv_text .wrap p:nth-child(1) { font-size: 2.3rem; }
  .keyvsl .keyv_text .wrap p:nth-child(2) { font-size: 1.6rem; } }
.bx-wrapper .bx-pager { display: none; }

/* お知らせ -------------------------------------- */
.info { padding: 3rem 1rem; }
.info .info_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; }
.info .info_inner h2 { width: 100%; padding: 1rem 0; font-weight: normal; }
.info .info_inner h2::before { content: "\e83c"; }
.info .info_inner dl { margin: 0; line-height: 1.4; padding: .6rem .6rem 0rem; /*height: 27rem;*/ overflow-y: auto; border-bottom: 1px solid #eeeeee; }
.info .info_inner dl dt { margin-bottom: .4rem; font-weight: bold; color: #614c3f; font-size: 1.6rem; cursor: pointer; border-top: 1px solid #eeeeee; padding: 1.5rem 0 0; margin: 1.5rem 0; }
.info .info_inner dl dt::before { content: '▼'; padding-right: 0.2em; color: #ff7e1e; }
.info .info_inner dl dt:hover { color: #ff7e1e; }
.info .info_inner dl dt.active::before { content: '▲'; }
.info .info_inner dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; line-height: 1.7; word-break: break-all; }
.info .info_inner dl dd span.tel { font-size: 1.5rem; font-weight: 700; color: #614c3f; }

@media all and (min-width: 48em), print { .info { padding: 6rem 0; }
  .info .info_inner { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: top; -ms-flex-align: top; align-items: top; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .info .info_inner h2 { width: 16%; margin-top: 3rem; }
  .info .info_inner dl { width: 84%; padding: 1.4rem; }
  .info .info_inner dl dt { font-size: 1.8rem; background-size: 3%; }
  .info .info_inner dl dd span.tel { font-size: 1.9rem; } }
/* intro 当院の特長
-------------------------------------- */
.intro { background: url("../img/top_intro_bg.jpg") repeat center center/contain; padding-bottom: 3rem; }
.intro .wrap { padding: 0 1rem; }
.intro .wrap h2::before { content: "\e83d"; }
.intro .wrap h3 { color: #ff7e1e; border-bottom: 1px solid #ff7e1e; padding: 0.5rem 0; font-family: 'Kosugi Maru', sans-serif; }
.intro .wrap h3::before { font-family: "fontello"; margin-right: 0.5rem; vertical-align: 5%; }
.intro .wrap .intro_inner_1 { background-color: #fff; padding: 1.3rem; margin: 0 0 2rem 0; }
.intro .wrap .intro_inner_1 h3::before { content: "\e83e"; }
.intro .wrap .intro_inner_1 .item { padding: 2.5rem 1.7rem 0 1.7rem; position: relative; }
.intro .wrap .intro_inner_1 .item::before { display: block; width: 5rem; height: 5rem; background-color: #ff7e1e; position: absolute; top: 2rem; left: 1rem; line-height: 5rem; text-align: center; color: #fff; font-size: 1.8rem; font-weight: bold; border-radius: 5px; }
.intro .wrap .intro_inner_1 .item:nth-of-type(1)::before { content: "1"; }
.intro .wrap .intro_inner_1 .item:nth-of-type(2)::before { content: "2"; }
.intro .wrap .intro_inner_1 .item:nth-of-type(3)::before { content: "3"; }
.intro .wrap .intro_inner_1 .item:nth-of-type(4)::before { content: "4"; }
.intro .wrap .intro_inner_1 .item p { text-indent: -2rem; padding-left: 2.2rem; }
.intro .wrap .intro_inner_1 .item p::before { content: "\e836"; font-family: "fontello"; margin-right: 0.5rem; color: #46a33c; }
.intro .wrap .intro_inner_1 .item .btn_box { text-align: center; }
.intro .wrap .intro_inner_1 .item .btn_box .reservation_btn { display: inline-block; width: 100%; color: #fff; background-color: #e83929; text-decoration: none; font-weight: bold; padding: 1rem; border-radius: 5px; -webkit-box-shadow: 0 5px 0px 0px #b2362b; box-shadow: 0 5px 0px 0px #b2362b; font-size: 1.5rem; line-height: 1.3; }
.intro .wrap .intro_inner_1 .item .btn_box .reservation_btn span { font-size: 1.2rem; }
.intro .wrap .intro_inner_1 .item .btn_box .reservation_btn::before { content: "\e839"; font-family: "fontello"; margin-right: 0.5rem; font-size: 2rem; }
.intro .wrap .intro_inner_1 .item_text h4 { text-align: center; margin: 1.5rem 0; font-size: 1.5rem; }
.intro .wrap .intro_inner_1 .item_text h4 span { font-weight: bold; color: #614c3f; border-bottom: 3px dotted #46a33c; margin: 0.3rem 0 0.8rem 0; letter-spacing: 2px; }
.intro .wrap .intro_inner_2 { background-color: #fff; padding: 1.3rem; }
.intro .wrap .intro_inner_2 h3::before { content: "\e83a"; }
.intro .wrap .intro_inner_2 .items_l { letter-spacing: 1.5px; }
.intro .wrap .intro_inner_2 .items_l .item_text { margin: 1rem 0; }
.intro .wrap .intro_inner_2 .items_l .item_text span { display: inline-block; font-weight: bold; color: #614c3f; border-bottom: 3px dotted #46a33c; margin: 0.3rem 0 0.8rem 0; font-size: 1.35rem; }
.intro .wrap .intro_inner_2 .items_l .item_box { border: 2px solid #46a33c; text-align: center; }
.intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) { padding: 1rem 0; }
.intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) .big { display: inline-block; color: #46a33c; font-size: 1.7rem; border-bottom: 3px dotted #46a33c; vertical-align: middle; }
.intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) .tel { font-size: 1.7rem; color: #614c3f; font-weight: bold; }
.intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) .tel::before { content: "\e809"; font-family: "fontello"; margin-right: 0.5rem; }
.intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(2) img { margin: 0; }

@media all and (min-width: 48em), print { .intro { padding-bottom: 6rem; }
  .intro .wrap { padding: 0; }
  .intro .wrap .intro_inner_1 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 2rem 0; }
  .intro .wrap .intro_inner_1 h3 { width: 100%; }
  .intro .wrap .intro_inner_1 h3::before { margin-right: 0.5rem; }
  .intro .wrap .intro_inner_1 .item { width: 48%; padding: 5.5rem 3.5rem 0 3.5rem; }
  .intro .wrap .intro_inner_1 .item::before { width: 8rem; height: 8rem; top: 3.5rem; left: 1.5rem; line-height: 8rem; font-size: 2.8rem; }
  .intro .wrap .intro_inner_1 .item img { margin: 0; }
  .intro .wrap .intro_inner_1 .item p { text-indent: -3rem; padding-left: 3rem; }
  .intro .wrap .intro_inner_1 .item p::before { margin-right: 1rem; color: #46a33c; }
  .intro .wrap .intro_inner_1 .item .btn_box { text-align: center; }
  .intro .wrap .intro_inner_1 .item .btn_box .reservation_btn { width: 100%; padding: 1.5rem 2rem; letter-spacing: 3px; margin: 1.5rem 0 0 0; font-size: 1.9rem; }
  .intro .wrap .intro_inner_1 .item .btn_box .reservation_btn span { font-size: 1.5rem; }
  .intro .wrap .intro_inner_1 .item .btn_box .reservation_btn::before { font-size: 3.5rem; vertical-align: middle; }
  .intro .wrap .intro_inner_1 .item_text h4 { margin: 1.5rem 0; font-size: 2.3rem; }
  .intro .wrap .intro_inner_1 .item_text h4 span { margin: 0.3rem 0 0.8rem 0; letter-spacing: 5px; }
  .intro .wrap .intro_inner_2 { padding: 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .intro .wrap .intro_inner_2 h3 { width: 100%; }
  .intro .wrap .intro_inner_2 .items_l { padding: 2.5rem; width: 48%; }
  .intro .wrap .intro_inner_2 .items_l .item_text { margin: 1.5rem 0; }
  .intro .wrap .intro_inner_2 .items_l .item_text span { font-size: 2rem; }
  .intro .wrap .intro_inner_2 .items_l .item_box { width: 95%; }
  .intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) { padding: 1rem 0; }
  .intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) .big { font-size: 2.5rem; font-weight: 600; }
  .intro .wrap .intro_inner_2 .items_l .item_box div:nth-child(1) .tel { font-size: 2.5rem; }
  .intro .wrap .intro_inner_2 .items_r { width: 51%; padding: 2.5rem; } }
/*  診療案内
-------------------------------------- */
body.index .main .treatment { padding: 0 1rem 3rem 1rem; }
body.index .main .treatment .sidebar nav { margin-top: 2rem; }
body.index .main .treatment .sidebar nav .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body.index .main .treatment .sidebar nav .sub li { width: 48%; margin: 0 0 3rem 0; -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; }
body.index .main .treatment .sidebar nav .sub li a { width: 100%; height: 4.5rem; text-decoration: none; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(navy)); background: linear-gradient(90deg, #0068b7 0%, navy 100%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0.5rem; font-size: 1.3rem; border-radius: 5px; }
body.index .main .treatment .sidebar nav .sub li a > span { width: 68%; }
body.index .main .treatment .sidebar nav .sub li a.internal::before { background: url("../img/top_treatment_1.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.internal::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.camera::before { background: url("../img/top_treatment_2.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.camera::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.anus::before { background: url("../img/top_treatment_3.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.anus::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.painclinic::before { background: url("../img/top_treatment_4.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.painclinic::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.internal::after, body.index .main .treatment .sidebar nav .sub li a.camera::after, body.index .main .treatment .sidebar nav .sub li a.anus::after, body.index .main .treatment .sidebar nav .sub li a.painclinic::after, body.index .main .treatment .sidebar nav .sub li a.lifestyledisease::after, body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar nav .sub li a.pediatrics::after, body.index .main .treatment .sidebar nav .sub li a.general::after, body.index .main .treatment .sidebar nav .sub li a.orthopedics::after, body.index .main .treatment .sidebar nav .sub li a.vaccination::after { content: ""; background: url("../img/treatment_icon.png") no-repeat center center/contain; width: 1rem; height: 1rem; display: inline-block; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.internal::after, body.index .main .treatment .sidebar nav .sub li a.camera::after, body.index .main .treatment .sidebar nav .sub li a.anus::after, body.index .main .treatment .sidebar nav .sub li a.painclinic::after, body.index .main .treatment .sidebar nav .sub li a.lifestyledisease::after, body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar nav .sub li a.pediatrics::after, body.index .main .treatment .sidebar nav .sub li a.general::after, body.index .main .treatment .sidebar nav .sub li a.orthopedics::after, body.index .main .treatment .sidebar nav .sub li a.vaccination::after { width: 2rem; height: 2rem; } }
body.index .main .treatment .sidebar nav .sub li.big a { height: 5rem; }
@media all and (min-width: 48em), print { body.index .main .treatment { padding-bottom: 5rem; }
  body.index .main .treatment .sidebar { width: 1080px; margin: auto; }
  body.index .main .treatment .sidebar nav { margin-top: 4rem; }
  body.index .main .treatment .sidebar nav .sub li { width: 32%; margin: 0 0 4rem 0; }
  body.index .main .treatment .sidebar nav .sub li.big { width: 49%; }
  body.index .main .treatment .sidebar nav .sub li.big a { height: 10rem; font-size: 2.5rem; }
  body.index .main .treatment .sidebar nav .sub li a { font-size: 1.8rem; height: 8rem; padding: 0 1rem 0 2rem; font-weight: bold; }
  body.index .main .treatment .sidebar nav .sub li a > span { width: 80%; } }

/*  ご挨拶
-------------------------------------- */
.greeting { background-color: #f0f2f2; }
.greeting .wrap { padding: 0 1rem 5rem 1rem; }
.greeting .wrap .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.greeting .wrap .inner .inner_l { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.greeting .wrap .inner .inner_l p { line-height: 1.6; margin-top: 3rem; }
.greeting .wrap .inner .inner_r { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-top: 2rem; }
.greeting .wrap .inner .inner_r img { -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; width: 70%; margin: 0 auto; }

@media all and (min-width: 48em), print { .greeting { background: url("../img/top_greeting_bg.png") no-repeat center center/cover; }
  .greeting .wrap { padding: 0 0 6rem 0; }
  .greeting .wrap .inner { margin-top: 2rem; }
  .greeting .wrap .inner .inner_l { width: 60%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .greeting .wrap .inner .inner_l p { line-height: 1.9; margin-top: 0; }
  .greeting .wrap .inner .inner_r { width: 40%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-top: 0rem; } }
.bnr { margin: 2rem auto 5rem; width: 100%; }
.bnr .btn_box { text-align: center; }
.bnr .btn_box .reservation_btn { /*display: inline-block;*/ width: 100%; color: #fff; background-color: #ff7e1e; text-decoration: none; font-weight: bold; padding: 1.5rem; border-radius: 5px; -webkit-box-shadow: 0 5px 0px 0px #e06c15; box-shadow: 0 5px 0px 0px #e06c15; font-size: 1.4rem; letter-spacing: 1px; }

@media all and (min-width: 48em), print { .bnr { margin: 2rem auto 8rem; }
  .bnr .btn_box { text-align: center; }
  .bnr .btn_box .reservation_btn { width: 100%; color: #fff; background-color: #ff7e1e; text-decoration: none; font-weight: bold; padding: 2rem; border-radius: 5px; -webkit-box-shadow: 0 5px 0px 0px #e06c15; box-shadow: 0 5px 0px 0px #e06c15; font-size: 2.3rem; letter-spacing: 2px; } }
/* ----------------------------------------------------------------------------------
下層共通_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 0 1rem; }
body:not(.index) h2.tit { font-weight: bold; }
body:not(.index) .img_c { max-width: 80%; }
@media all and (min-width: 48em), print { body:not(.index) .img_l, body:not(.index) .img_r { max-width: 40%; height: auto; }
  body:not(.index) .img_c { max-width: 55%; } }

.step1 dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.5rem 0; margin-bottom: 0.5rem; border-bottom: 1px solid #0085d0; }
.step1 dl dt { width: 20%; }
.step1 dl dt > span { display: block; color: #fff; text-align: center; border: 2px solid #0085d0; font-weight: bold; background: #0085d0; border-radius: 4px; }
.step1 dl dt > span span { display: block; font-weight: bold; color: #fff; }
.step1 dl dd { width: 79%; padding-left: 1em; margin: 0; }
.step1 dl dd h5 { color: #0085d0; padding-left: 1em; text-align: left; border-bottom: 1px dashed #000; }
.step1 dl dd p { margin: 0.3rem; }
.step1 .txt_point { font-size: 1rem; font-weight: bold; color: #0085d0; }

.lower_title { background: url("../img/a_kaso_img.jpg") no-repeat center center/cover; }

/* ---------------------------
ドクター紹介
-----------------------------*/
.doctor .wrap .main .inner img { width: 60%; }
@media all and (min-width: 48em), print { .doctor .wrap .main .inner img { width: 30%; } }

/*----------------------
クリニック紹介
-------------------------*/
.clinic .slogan { border-radius: 5px; padding: 1.5rem; background-color: #fdf3ef; }
.clinic .slogan .slogan_box p:first-child { color: #ff7e1e; font-weight: bold; font-size: 1.6rem; }
.clinic .slogan .slogan_box p:nth-child(2) { font-weight: bold; }
.clinic .slogan .slogan_box P:nth-child(3) { line-height: 1.9; }
.clinic .slogan .slogan_box P:nth-child(3) span { background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #ff7e1e)); background: linear-gradient(transparent 92%, #ff7e1e 92%); }
.clinic .slogan .slogan_box .inner { margin: 1.5rem 0 0 0; }
.clinic .slogan .slogan_box .inner .inner_r img { max-width: 100% !important; }
.clinic .slogan .contact_box span.tel { font-size: 1.9rem; color: #614c3f; font-weight: bold; }
.clinic .slogan .contact_box span.tel::before { content: "\e809"; font-family: "fontello"; margin-right: 0.5rem; }
.clinic .pamphlet .pamphlet_r { text-align: center; }

@media all and (min-width: 48em), print { .clinic .slogan { padding: 2.5rem; }
  .clinic .slogan .slogan_box p:first-child { font-size: 2rem; }
  .clinic .slogan .slogan_box P:nth-child(3) { line-height: 2.1; }
  .clinic .slogan .slogan_box .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .clinic .slogan .slogan_box .inner .inner_l { width: 48%; }
  .clinic .slogan .slogan_box .inner .inner_r { width: 48%; }
  .clinic .slogan .slogan_box .inner .inner_r img { max-width: 70% !important; margin: 1.0rem 0; }
  .clinic .slogan .contact_box span.tel { font-size: 2.8rem; vertical-align: middle; }
  .clinic .pamphlet { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .clinic .pamphlet .pamphlet_l { width: 70%; }
  .clinic .pamphlet .pamphlet_r { width: 30%; } }
#clinicslide, #clinicslide_1 { margin-bottom: 4rem; }
@media all and (min-width: 48em), print { #clinicslide, #clinicslide_1 { margin-bottom: 8rem; } }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

/*--------------- 外来診療 ---------------- */
body:not(.index) .treatment_menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu { width: 25%; }
  body:not(.index) .treatment_menu .sidebar_menu .sidebar { width: 100%; }
  body:not(.index) .treatment_menu .sidebar_menu .sidebar .sub li { width: 100%; }
  body:not(.index) .treatment_menu .sidebar_menu .sidebar .sub li a { padding: .8rem; }
  body:not(.index) .treatment_menu .main_contents { width: 70%; margin-top: 0; } }
.internal .sidebar_menu .sub a.internal, .camera .sidebar_menu .sub a.camera, .anus .sidebar_menu .sub a.anus, .painclinic .sidebar_menu .sub a.painclinic, .lifestyledisease .sidebar_menu .sub a.lifestyledisease, .digestiveorgan .sidebar_menu .sub a.digestiveorgan, .general .sidebar_menu .sub a.general, .orthopedics .sidebar_menu .sub a.orthopedics, .pediatrics .sidebar_menu .sub a.pediatrics, .vaccination .sidebar_menu .sub a.vaccination { background: #bbdefd !important; }

/*-------------- スタッフ募集 
------------*/
.recruit .main section span.tel { font-size: 1.9rem; color: #614c3f; font-weight: bold; }
.recruit .main section span.tel::before { content: "\e809"; font-family: "fontello"; margin-right: 0.5rem; }
.recruit .main section .page_nav { display: block; margin: 0; padding: 0; }
.recruit .main section .page_nav li { width: 80%; margin: 0 auto 2rem; }
.recruit .main section .page_nav li a { display: block; padding: 1rem; text-decoration: none; color: #fff; font-weight: bold; background-color: #46a33c; -webkit-box-shadow: 0px 0px 8px 3px #FFFF88; box-shadow: 0px 0px 8px 3px #FFFF88; -webkit-transform: translateY(-10px); transform: translateY(-10px); text-align: center; }
.recruit .main section .page_nav li a::after { content: "\e81b"; font-family: "fontello"; margin-left: .5rem; color: #fff; font-size: 1.2rem; vertical-align: 10%; }
.recruit .main section .page_nav li a:hover { -webkit-box-shadow: 0px 0px 8px 3px #FFFF00; box-shadow: 0px 0px 8px 3px #FFFF00; }
.recruit .main section .page_nav li a span { font-size: 80%; font-weight: normal; }
.recruit .main section .page_nav li a.close { pointer-events: none; background-color: #4A8643; -webkit-box-shadow: none; box-shadow: none; }
.recruit .main section .page_nav li a.close::after { display: none; }
.recruit .main section .job_style { border: 2px solid #46a33c; padding: 20px 20px 20px 20px; background-image: url("../img/recruit_img2_sp.jpg"); background-position: right 0; background-repeat: no-repeat; background-size: cover; }
.recruit .main section .job_style ul { margin-left: 0; margin-bottom: 0; }
.recruit .main section .job_style ul li { font-weight: bold; color: #614c3f; }
.recruit .main section .job_style ul li .big { color: #46a33c; font-size: 1.7rem; border-bottom: 3px dotted #46a33c; }

@media all and (min-width: 48em), print { .recruit .main section span.tel { font-size: 2.8rem; vertical-align: middle; }
  .recruit .main section .page_nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* 子要素をflexboxにより中央に配置する */ }
  .recruit .main section .page_nav li { width: 32%; padding: 1.5rem; }
  .recruit .main section .job_style { border: 2px solid #46a33c; padding: 20px 20px 0px 20px; background-image: url("../img/recruit_img2.jpg"); background-position: right 0; background-repeat: no-repeat; background-size: contain; }
  .recruit .main section .job_style ul { margin-bottom: 0; }
  .recruit .main section .job_style ul li { font-weight: bold; color: #614c3f; font-size: 110%; margin-bottom: .5em; }
  .recruit .main section .job_style ul li .big { color: #46a33c; font-size: 130%; border-bottom: 3px dotted #46a33c; } }
/*-------------- 初めての方へ 
------------*/
/* -------------------
診療時間・アクセス
--------------------- */
.access .wrap .main .btn_box { margin: 0.5rem 0; text-align: center; }
.access .wrap .main .btn_box .reservation_btn { display: inline-block; color: #fff; background-color: #e83929; text-decoration: none; font-weight: bold; padding: 0.5rem 2rem; border-radius: 5px; -webkit-box-shadow: 0 5px 0px 0px #b2362b; box-shadow: 0 5px 0px 0px #b2362b; font-size: 1.6rem; position: relative; line-height: 1.2; }
.access .wrap .main .btn_box .reservation_btn span { font-size: 1.3rem; }
.access .wrap .main .btn_box .reservation_btn::before { content: "\e839"; font-family: "fontello"; margin-right: 0.5rem; font-size: 2rem; }
.access .wrap .main .btn_box .reservation_btn::after { content: ""; position: absolute; display: block; width: 0; height: 0; right: 0.5rem; bottom: 0.5rem; border-top: 5px solid #e83929; border-left: 5px solid #e83929; border-right: 5px solid #fff; border-bottom: 5px solid #fff; }
.access .wrap .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .footer .overview { display: none; }

@media all and (min-width: 48em), print { .access .tbl_time { font-size: 1.8rem; }
  .access .tbl_time caption { font-size: 1.8rem; }
  .access .tbl_time td.time { font-size: 1.8rem; }
  .access .wrap .main .gmap { height: 45.0rem; margin: 2.0rem 0 6rem 0; } }

/*# sourceMappingURL=style.css.map */