@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; }

.txt_b { font-size: 160%; }

.bold { font-weight: bold; }

.red { color: #d70609; }

.green { color: #7DAC83; }

.font_l { font-size: 140%; }

.font_s { font-size: 80%; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #f9f3e8; padding: 1rem; margin-bottom: 2rem; border-radius: 10px; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #eaffec; padding: 1rem; margin-bottom: 2rem; border-radius: 10px; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 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; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time caption span { background: #90cca1; color: #fff; padding: .2rem; margin-right: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #90cca1; font-size: 1.4rem; color: #fff; font-weight: bold; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; text-align: center; }
.tbl_time tr th.time { border-bottom: 1px solid #b5b5b5; font-weight: bold; padding: .8rem 0; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #b5b5b5; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; text-align: center; table-layout: auto; }
  .tbl_time tr th[scope="col"] { width: 3rem; padding: .6rem 0; font-size: 2rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 27%; font-size: 1.8rem; letter-spacing: .2rem; padding-left: 1rem; }
  .tbl_time tr th[scope="col"]:last-child { padding-right: 2rem; }
  .tbl_time tr th.time { font-size: 1.6rem; padding: 2.4rem 0; letter-spacing: .2rem; }
  .tbl_time tr td { padding: 1.0rem 0; font-size: 2rem; }
  .tbl_time tr td:last-child { padding-right: 2rem; } }
/* グーグルマップ -------------------------------------- */
.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; font-weight: bold; text-align: center; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; color: #575757; text-shadow: 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white; }

.tit_02 { color: #4b4948; font-size: 2.0rem; text-align: center; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; font-weight: bold; }
.tit_02 span { display: block; font-weight: normal; font-size: 1.6rem; margin-top: .2rem; }

body:not(.index) .tit_02 { color: #a78b82; font-size: 2.0rem; text-align: center; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem 1.4rem; line-height: 1.2; font-weight: bold; position: relative; border-bottom: double 3px #a78b82; z-index: 1; }
body:not(.index) .tit_02::before { content: ""; display: block; background: url("../img/tit_02.svg") no-repeat center/contain; width: 4rem; height: 4rem; position: absolute; top: 37%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); z-index: -1; }

.tit_03 { color: #fff; background: #a78b82; font-size: 1.8rem; font-weight: bold; line-height: 1.2; padding: .4rem .8rem; margin: 0 0 1.0rem; }

.tit_04 { color: #595757; font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .4rem; border-bottom: 1px solid #d1d1d1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.tit_04::before { content: ""; background: url("../img/tit_04.svg") no-repeat center/contain; width: 2rem; height: 2rem; margin-right: .4rem; }

.tit_05 { color: #595757; font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .4rem; }
.tit_05::after { content: ""; background: -webkit-gradient(linear, left top, right top, color-stop(20%, #a78b82), color-stop(20%, #d1d1d1)); background: linear-gradient(to right, #a78b82 20%, #d1d1d1 20%); width: 100%; height: 1px; display: block; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/2000px; font-size: 2.8rem; padding: 5.2rem 4.0rem; margin: 0 0 8.0rem; }
  .tit_02 { font-size: 3.3rem; margin: 0 0 2.0rem; }
  .tit_02 span { font-size: 2rem; }
  body:not(.index) .tit_02 { font-size: 2.5rem; margin: 6rem 0 2rem; padding: 0 2rem 3rem; }
  body:not(.index) .tit_02::before { width: 6rem; height: 6rem; top: 25%; }
  .tit_03 { font-size: 2rem; margin: 0 0 2.0rem; padding: .8rem 1rem; }
  .tit_04 { font-size: 1.8rem; margin: 0 0 2.0rem; padding: 0 0 .6rem; border-bottom: 2px solid #d1d1d1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .tit_04::before { width: 2.5rem; height: 2.5rem; margin-right: 1rem; } }
.tit_05 { margin: 0 0 1.0rem; padding: 0; }
.tit_05::after { background: -webkit-gradient(linear, left top, right top, color-stop(20%, #a78b82), color-stop(20%, #d1d1d1)); background: linear-gradient(to right, #a78b82 20%, #d1d1d1 20%); height: 2px; margin-top: .8rem; }

/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.8rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #90cca1; }
.lst_ul01 li.none::before { content: none; }

.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 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; }
  .lst_dl01 dt { width: 8rem; }
  .lst_dl01 dd { width: calc(100% - 8rem); margin: 0 0 .6rem; } }
/* フレックス回り -------------------------------------- */
.flex3 { 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; }
.flex3 > li { width: 46%; }

@media screen 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 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* リンク -------------------------------------- */
.btn { display: block; }
.btn a { background: #000; color: #fff; text-align: center; padding: 1rem; display: inline-block; text-decoration: none !important; }

.link_btn a { background: #a78b82; display: block; padding: .4rem 1rem; color: #fff; text-decoration: none !important; text-align: center; border-radius: 3px; position: relative; }
.link_btn a::after { content: "\f138"; font-family: "fontello"; position: absolute; right: 1rem; color: #fff; }
@media screen and (min-width: 48em), print { .link_btn a { border-radius: 10px; } }

body:not(.index) .link_btn { display: block; }
body:not(.index) .link_btn a { display: inline-block; min-width: 20rem; padding: .4rem 4rem; margin: .4rem 0; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-collapse: 0; width: 100%; }
.tbl_01 tr th { width: 38%; background: #f9f3e8; text-align: center; font-weight: normal; border: 1px solid #c7c4bf; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #c7c4bf; }
.tbl_01 tr td.price { text-align: right; }

.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%; } }
.tbl_recruit { table-layout: fixed; border-collapse: separate; border-collapse: .2rem; }
.tbl_recruit tr th { background: #d9edac; text-align: center; font-weight: normal; padding: .8rem; white-space: nowrap; }
.tbl_recruit tr td { padding: .8rem; }
@media screen and (min-width: 48em), print { .tbl_recruit tr th { width: 12em; } }
@media screen and (max-width: 48em), print { .tbl_recruit tr th, .tbl_recruit tr td { display: block; } }

.text-center { text-align: center; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #575757; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; text-align: justify; }
.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%; -webkit-text-size-adjust: none; }
  body { min-width: 1180px; }
  body > .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 10rem auto 0; }
  body#up::before { content: ""; display: block; padding-top: 6rem; margin-top: -6rem; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1170px; 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 .wrap { margin: 1.0rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.header .wrap .logo { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; height: 5.0rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headC { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.header .wrap .headC .tbl_time { table-layout: fixed; }
.header .wrap .headC .tbl_time caption { color: #575757; font-size: 1.2rem; text-align: center; }
.header .wrap .headC .tbl_time caption span { color: #575757; font-size: 1.1rem; background: none; }
.header .wrap .headC .tbl_time caption span::after { content: ":"; display: inline-block; }
.header .wrap .headC .tbl_time tr th { font-size: 1.2rem; color: #575757; background: none; border-bottom: 1px solid #b5b5b5; }
.header .wrap .headC .tbl_time tr th:first-child { padding-left: 0; }
.header .wrap .headC .tbl_time tr th:last-child { padding-right: 0; }
.header .wrap .headC .tbl_time tr th.time { letter-spacing: 0; padding: .4rem 0; }
.header .wrap .headC .tbl_time tr td { font-size: 1.2rem; padding: .4rem 0; }
.header .wrap .headC .tbl_time tr td:last-child { padding-right: 0; }
.header .wrap .headR { margin: 1rem 0; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; position: relative; color: #a78b82; font-size: 1.2rem; }
.header .wrap .headR .tel, .header .wrap .headR .tel2 { margin-top: .4rem; display: inline-block; font-size: 2.4rem; color: #595757; font-weight: bold; letter-spacing: .1rem; }
.header .wrap .headR .tel::before, .header .wrap .headR .tel2::before { content: "\e85d"; font-family: "fontello"; margin-right: .4rem; color: #a78b82; font-weight: normal; }
.header .wrap .headR .tel a, .header .wrap .headR .tel2 a { display: inline-block; }

@media screen and (min-width: 48em), print { .header { width: 100%; max-width: 100%; position: -webkit-sticky; position: sticky; top: 0; left: 0; z-index: 30; background: #fff; }
  .header .wrap { padding: 2rem 0 0; margin: 0 auto 2.2rem; 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; }
  .header .wrap .logo { width: 44%; height: 8.0rem; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .header .wrap .headC { width: 24%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .header .wrap .headC .tbl_time caption { font-size: 1.1rem; font-weight: bold; }
  .header .wrap .headC .tbl_time caption span { font-size: 1.1rem; }
  .header .wrap .headC .tbl_time tr th { font-size: 1.2rem; }
  .header .wrap .headC .tbl_time tr th:first-child { width: 35%; }
  .header .wrap .headC .tbl_time tr th.time { letter-spacing: 0; padding: .6rem 0; }
  .header .wrap .headC .tbl_time tr td { font-size: 1.2rem; padding: .6rem 0; }
  .header .wrap .headR { width: 25%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; font-size: 1.4rem; text-align: right; margin: .2rem 0 0; }
  .header .wrap .headR .tel, .header .wrap .headR .tel2 { width: auto; display: block; background: none; color: #575757; font-size: 3.6rem; font-weight: bold; text-align: right; line-height: 1; margin: 1.1rem 0 0; padding: 0; font-family: Arial, Helvetica, "sans-serif"; }
  .header .wrap .headR .tel2 { pointer-events: none; }
  .header .wrap .headR .header_access { display: inline-block; text-align: left; line-height: 1.6; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 0; right: -1rem; font-size: 3rem; display: inline-block; background: none; padding: 0; /*z-index: 10;*/ z-index: 999; overflow: auto; }
.slicknav_menu.menu_var_scroll { height: 100vh; width: 100vw; }
.slicknav_menu.fixed { position: fixed; right: 0rem; top: 1rem; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #a78b82; border: 2px solid #a78b82; background: #f9f3e8; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; line-height: .8; margin-bottom: .2rem; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e804'; line-height: .8; margin-bottom: .2rem; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #f9f3e8; padding: 0; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 2px solid #a78b82; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 2px solid #a78b82; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #a78b82; padding: 1.0rem 1.6rem; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\f105'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\f107'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\f106'; }
.slicknav_menu .slicknav_nav .subnav { margin: 0; background: #a78b82; }
.slicknav_menu .slicknav_nav .subnav li { border-bottom: 2px solid #fefefe; }
.slicknav_menu .slicknav_nav .subnav li:last-child { border-bottom: none; }
.slicknav_menu .slicknav_nav .subnav li a { color: #fefefe; }
.slicknav_menu .slicknav_nav .subnav li a .tremenu_only { display: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; background: #a78b82; height: 7rem; }
  #nav .gnav { width: 1170px; height: 100%; 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 { width: calc(100%/4); position: relative; list-style: none; }
  #nav .gnav li::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 1px; height: 75%; background: #fff; display: block; }
  #nav .gnav li:first-child::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 1px; height: 75%; background: #fff; display: block; }
  #nav .gnav li a { height: 100%; display: block; text-align: center; font-size: 1.6rem; 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; }
  #nav .gnav li a:hover { background: #b9a29b; opacity: 1; }
  #nav .gnav li .subnav { width: 33rem; display: none; position: absolute; z-index: 5; left: -1.6rem; }
  #nav .gnav li .subnav li { width: 100%; position: static; border-bottom: 1px solid #a78b82; }
  #nav .gnav li .subnav li::after { content: none; }
  #nav .gnav li .subnav li:first-child::before { content: none; }
  #nav .gnav li .subnav li:last-child { border-bottom: none; }
  #nav .gnav li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.95); padding: 1.6rem 1.8rem 1.6rem 2.4rem; text-align: left; font-size: 1.8rem; color: #a78b82; }
  #nav .gnav li .subnav li a .tremenu_only { display: none; }
  #nav .gnav li .subnav li a:hover { color: #fff; background: #a78b82; }
  #nav .gnav li.treatment .sub { position: relative; }
  #nav .gnav li.treatment .sub::after { content: "\e75d"; font-family: "fontello"; font-size: 120%; position: absolute; bottom: 6px; left: 0; right: 0; margin: auto; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 3.0rem 0 1rem; font-size: 1.6rem; line-height: 1.6; background: #f5f5f5; text-align: justify; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 88%; height: auto; }
.overview > .wrap { margin: 0 0 2rem; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap .overviewL .tbl_gaiyo th { display: block; width: 100%; text-align: center; letter-spacing: .4rem; padding: .2rem .4rem; font-weight: normal; color: #fff; background: #90cca1; border-radius: 5px; }
.overview > .wrap .overviewL .tbl_gaiyo td { display: block; padding: .4rem; margin-bottom: 1rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewL #tbl_time::before { content: ""; display: block; padding-top: 5rem; margin-top: -5rem; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .img_map { border: 6px solid #90cca1; }
.overview > .wrap .overviewR .img_map img { border: 4px solid #fff; }
.overview .gmap { height: 30rem; }
.overview .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { width: 100%; margin: 0 auto 0; padding: 7rem 0 0; font-size: 1.6rem; }
  .overview .clinic_name { margin: 0 0 6.0rem; }
  .overview .clinic_name img { max-width: 53.0rem; }
  .overview > .wrap { margin: 0 auto 9.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 48%; padding: 0 0; }
  .overview > .wrap .overviewL .tbl_gaiyo tr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th { margin-bottom: 1rem; padding: .2rem 1rem; text-align-last: justify; display: inline-block; vertical-align: middle; width: 9rem; letter-spacing: 0; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th.center { padding: .2rem 2rem; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td { vertical-align: middle; margin: 0 0 1rem 1rem; padding: 0; width: 45rem; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td .tel { vertical-align: middle; }
  .overview > .wrap .overviewR { margin: 0; padding: 0 0; width: 46%; }
  .overview .gmap { height: 42rem; }
  .overview .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; background: #a78b82; color: #fff; position: fixed; bottom: 0; left: 0; right: 0; /*z-index: 1;*/ z-index: 1000; font-size: 1.4rem; 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; }
.tel_up .footer_menu { display: block; text-align: center; width: 100%; line-height: 1.0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tel_up .footer_menu li { width: calc(100% / 4); 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.tel_up .footer_menu li a { display: block; font-size: 1.2rem; padding: .4rem 0 .2rem; height: 100%; width: 100%; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.tel_up .footer_menu li a::before { font-family: "fontello"; margin-bottom: .4rem; font-size: 2rem; }
.tel_up .footer_menu li.footer_tel a::before { content: "\e065"; }
.tel_up .footer_menu li.footer_map a::before { content: "\e07a"; }
.tel_up .footer_menu li.footer_tretime a::before { content: "\e01f"; }
.tel_up .footer_menu li.pageup { cursor: pointer; }
.tel_up .footer_menu li.pageup a::before { content: '\e80e'; font-size: 1.8rem; margin-bottom: .6rem; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 5.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .footer_menu li:not(.pageup) { display: none; }
  .tel_up .footer_menu li.pageup a { width: 5rem; height: 5rem; border-radius: 5px; background: #95bf9b; }
  .tel_up .footer_menu li.pageup a::before { font-size: 2.0rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #a78b82; }
.footer .copy { display: block; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 2rem 0 1.6rem; }
  .footer ul { width: 1170px; display: block; text-align: center; margin: 1.0rem auto .6rem; }
  .footer ul ~ ul { padding-bottom: 2rem; border-bottom: 1px solid #fff; }
  .footer ul li { display: inline-block; font-size: 1.4rem; padding-bottom: 1rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 1rem .6rem; color: #d6cac7; }
  .footer ul li a { opacity: 1.0; color: #fff; font-weight: bold; }
  .footer ul li a span { display: none; }
  .footer ul li a .tremenu_only { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { font-size: 1.6rem; font-weight: bold; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 2.0rem; max-width: 100%; padding: 4rem 0; background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover; }
#keyvsl .wrap > div p { font-weight: bold; font-size: 2rem; text-align: center; text-shadow: 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; padding: 0; height: 50rem; background: url(../img/index_keyvsl01.jpg) no-repeat top center/cover; }
  #keyvsl .wrap { height: 100%; }
  #keyvsl .wrap > div { height: 100%; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #keyvsl .wrap > div p { font-size: 4rem; }
  #keyvsl .wrap > div p span { font-size: 2rem; } }
/* 特長 -------------------------------------- */
.info_bnr { padding: 1.5rem 0 2rem; }
.info_bnr ul { margin-bottom: 1rem; }
.info_bnr ul li.nairan { margin-bottom: 1.6rem; padding: .4rem 1.4rem; background: #f9f3e8; border-radius: 10px; }
.info_bnr ul li.nairan .tit { text-align: center; 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; }
.info_bnr ul li.nairan .tit::before, .info_bnr ul li.nairan .tit::after { content: ""; margin: 0 1rem; width: 4rem; height: 4px; background: #a78b82; display: inline-block; vertical-align: middle; }
.info_bnr ul li.nairan p:not(.tit) { font-size: 1.4rem; text-align: left; }

@media screen and (min-width: 48em), print { .info_bnr { padding: 3.5rem 0 0; }
  .info_bnr ul { width: 80rem; margin-bottom: 0; }
  .info_bnr ul li { margin-bottom: 5rem; text-align: center; }
  .info_bnr ul li.nairan { color: #4b4948; margin-bottom: 5rem; padding: 3rem 1.2rem; }
  .info_bnr ul li.nairan .tit { font-size: 2.5rem; margin: 0 0 .8rem; }
  .info_bnr ul li.nairan .tit::before, .info_bnr ul li.nairan .tit::after { width: 15rem; height: 5px; margin: 0 5rem; vertical-align: super; }
  .info_bnr ul li.nairan p:not(.tit) { font-size: 2.2rem; margin: 0; padding: 0 .6rem; } }
/* お知らせ コロナワクチン接種専用WEB予約のおしらせ -------------------------------------- */
.info_corona { width: 95%; margin: 3.5rem auto; }
.info_corona h2.tit_02 { color: #24A261; }
.info_corona .link_btn { margin-top: 3rem; }
.info_corona .link_btn a { font-size: 1.4rem; font-weight: bold; width: 95%; background: #90cca1; margin: 0 auto; }

@media screen and (min-width: 48em), print { .info_corona { width: 840px; }
  .info_corona .link_btn { margin-top: 3rem; }
  .info_corona .link_btn a { font-size: 1.8rem; width: 50rem; margin: 0 auto; } }
/* お知らせ ごあいさつ -------------------------------------- */
.info_n_greeting .tit_02 { 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; border-bottom: 1px solid #575757; padding: 1rem 0 .6rem; }
.info_n_greeting .tit_02 span { font-size: 1.4rem; }

@media screen and (min-width: 48em), print { .info_n_greeting .tit_02 { font-size: 2.2rem; }
  .info_n_greeting .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }
/* お知らせ -------------------------------------- */
.info { background: #f9f3e8; padding: 1rem 1rem 2rem; margin-bottom: 1rem; }
.info dl { margin: 0 0 0; line-height: 1.4; padding: 0; max-height: 30rem; overflow-y: auto; }
.info dl dt { padding-bottom: .4rem; margin: 1rem 0 .4rem; font-weight: bold; color: #a78b82; font-size: 110%; cursor: pointer; display: block; border-bottom: 1px solid #a78b82; }
.info dl dt:hover { opacity: .8; }
.info dl dt::before { content: "\e801"; font-family: "fontello"; margin-right: .4rem; }
.info dl dt.close::before { content: "\e803"; font-family: "fontello"; margin-right: .4rem; }
.info dl dd { padding: .2rem 0 1.0rem; margin: 0; }
.info dl dd:nth-of-type(n+4) { display: none; }

@media screen and (min-width: 48em), print { .info { width: 49%; margin: 0; padding: 2rem 2.4rem; }
  .info dl { padding: 0 .8rem 0 0; margin: 0; height: 47.5rem; max-height: 47.5rem; overflow-y: scroll; }
  .info dl dt { margin: 0 0 .8rem; padding-bottom: .6rem; }
  .info dl dt::before { vertical-align: baseline; font-size: 2.6rem; font-weight: normal; }
  .info dl dd { font-size: 1.6rem; } }
/* ブログ -------------------------------------- */
.top_blog { background: #f9f3e8; padding: 1rem 1rem 2rem; margin-bottom: 1rem; }
.top_blog dl { margin: 0 0 0; line-height: 1.4; padding: 0; max-height: 30rem; overflow-y: auto; }
.top_blog dl dt { padding-bottom: .4rem; margin: 1rem 0 .4rem; font-weight: bold; color: #a78b82; font-size: 110%; cursor: pointer; display: block; /*border-bottom: 1px solid #a78b82;*/ }
.top_blog dl dt:hover { opacity: .8; }
.top_blog dl dt a { text-decoration: none !important; }
.top_blog dl dt .date { font-size: 80%; display: block; }
.top_blog dl dd { padding: .2rem 0 1.0rem; margin: 0; text-align: right; }
.top_blog dl dd:nth-of-type(n+4) { display: none; }

@media screen and (min-width: 48em), print { .top_blog { width: 49%; margin: 0; padding: 2rem 2.4rem; }
  .top_blog dl { padding: 0 .8rem 0 0; margin: 0; height: 47.5rem; max-height: 47.5rem; overflow-y: scroll; }
  .top_blog dl dt { margin: 0 0 .8rem; padding-bottom: .6rem; }
  .top_blog dl dt a { text-decoration: none !important; }
  .top_blog dl dt .date { font-size: 80%; display: block; }
  .top_blog dl dd { font-size: 1.8rem; text-align: right; margin-bottom: 0.5rem; color: #24A261; } }
/* ごあいさつ -------------------------------------- */
.greeting { background: #f9f3e8; padding: 1rem 1rem 1rem; }
.greeting .link_btn a { background: #a78b82; }

@media screen and (min-width: 48em), print { .greeting { width: 49%; padding: 2rem 2.4rem; }
  .greeting p { font-size: 1.6rem; line-height: 1.9; }
  .greeting .link_btn { margin-top: 3rem; }
  .greeting .link_btn a { font-size: 1.8rem; font-weight: bold; width: 29rem; margin: 0 auto; } }
/* 3つの専門的治療 -------------------------------------- */
.tre { padding: 2rem 0 2rem; }
.tre ul li { margin-bottom: 2.6rem; }
.tre ul li .tit { color: #fff; background: #a78b82; text-align: center; font-size: 1.8rem; padding: .2rem 0; margin: 0 0 .4rem; }

@media screen and (min-width: 48em), print { .tre { padding: 5rem 0 7rem; }
  .tre ul { 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; }
  .tre ul li { width: 31%; }
  .tre ul li .tit { font-size: 2rem; font-weight: bold; letter-spacing: .1rem; padding: .3rem 0; margin: 2rem 0 0; }
  .tre ul li p:not(.tit) { margin-top: .8rem; } }
/* 5つのバナー -------------------------------------- */
.tre2 { padding: 2rem 0 2rem; }
.tre2 ul li { margin-bottom: 1.5rem; }

@media screen and (min-width: 48em), print { .tre2 { padding: 5rem 0 7rem; }
  .tre2 ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .tre2 ul li { /*width: 49%;*/ width: 32%; margin: 15px; } }
/* 診療のご案内 -------------------------------------- */
.tre_menu { background: #f9f3e8; padding: 2rem 0 2rem; }
.tre_menu ul { 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; }
.tre_menu ul li { width: 48%; margin-bottom: 1.2rem; display: -webkit-box; display: -ms-flexbox; display: flex; }
.tre_menu ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; color: #fff; padding: 1rem 1rem 2rem; font-weight: bold; letter-spacing: .1rem; text-align: center; text-decoration: none !important; background: #a78b82; border-radius: 10px; border: 2px solid #a78b82; }
.tre_menu ul li a::before { content: "\e89d"; font-family: "fontello"; margin-bottom: .4rem; display: block; font-size: 5.4rem; font-weight: normal; }
.tre_menu ul li a.ortho::before { content: "\e89a"; }
.tre_menu ul li a.rehabilitation::before { content: "\e89b"; }
.tre_menu ul li a.rheumatism::before { content: "\e89c"; }
.tre_menu ul li a.osteoporosis::before { content: "\e89d"; }
.tre_menu ul li a.arthrosis::before { content: "\e89e"; }
.tre_menu ul li a.arthrosis .tremenu_only { display: block; }
.tre_menu ul li a.nutrition-consultation::before { content: "\e89f"; }
.tre_menu ul li a.musculoskeletal-echo::before { content: "\e8a0"; }
.tre_menu ul li a.self_inspection::before { content: "\e8a7"; }
.tre_menu ul li a .tremenu_only { display: none; }

@media screen and (min-width: 48em), print { .tre_menu { padding: 6rem 0 7rem; }
  .tre_menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100rem; margin: 0 auto; }
  .tre_menu ul li { width: 23%; margin-bottom: 3rem; margin-right: 26px; }
  .tre_menu ul li a { font-size: 1.8rem; width: 23rem; height: 23rem; border: 3px solid #a78b82; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .tre_menu ul li a:hover { opacity: 1; color: #a78b82; background: #f9f3e8; }
  .tre_menu ul li a::before { font-size: 10rem; }
  .tre_menu ul li a .tremenu_only { display: block; }
  .tre_menu ul li:nth-child(-n+3) { width: 23.1%; }
  .tre_menu ul li:nth-child(3), .tre_menu ul li:last-child { margin-right: 0; } }
/* クリニックの理念 -------------------------------------- */
.rinen { background: url("../img/index_rinen_bg.jpg") no-repeat top/cover; padding: 2rem 0 2rem; margin: 2rem 0 0; }
.rinen .tit_02 { text-shadow: 1px 0px 4px #fff, 1px -1px 0px #fff,1px 0px 4px #fff, 1px -1px 0px #fff; }
.rinen .tit_02::before { content: ""; display: block; background: url("../img/logo_mark.svg") no-repeat center/contain; width: 3.6rem; height: 3.6rem; margin: 0 auto 1.4rem; }
.rinen p { text-shadow: 1px 0px 4px #fff, 1px -1px 0px #fff; text-align: center; font-weight: bold; }
.rinen ul { counter-reset: rinen-number; }
.rinen ul li { counter-increment: rinen-number 1; font-weight: bold; text-shadow: 1px 0px 4px #fff, 1px -1px 0px #fff; text-indent: -2em; padding-left: 2em; margin-bottom: .6rem; }
.rinen ul li::before { display: inline-block; content: counter(rinen-number) ""; margin-right: .8rem; font-weight: bold; text-align: center; color: #fff; background: #88c399; text-shadow: none; -webkit-box-shadow: 0px 0px 4px 2px #fff; box-shadow: 0px 0px 4px 2px #fff; width: 2rem; height: 2rem; border-radius: 50%; text-indent: 0; padding-left: 0; }

@media screen and (min-width: 48em), print { .rinen { background: url("../img/index_rinen_bg.jpg") no-repeat top/cover; padding: 6rem 0 4rem; margin: 2rem 0 2rem; }
  .rinen .tit_02::before { width: 6rem; height: 6rem; margin-bottom: 4rem; }
  .rinen p { margin: 2rem auto 0; font-size: 2.3rem; line-height: 1.6; text-shadow: 1px 0px 4px #fff, 1px -1px 0px #fff,1px 0px 4px #fff, 1px -1px 0px #fff,1px 0px 4px #fff, 1px -1px 0px #fff; }
  .rinen ul { width: 72rem; margin: 3rem auto 0; }
  .rinen ul li { font-size: 2rem; margin-bottom: 1rem; }
  .rinen ul li::before { font-size: 2.8rem; vertical-align: bottom; width: 3.2rem; height: 3.2rem; line-height: 3.2rem; } }
/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; }
.feature .tit_02 { color: #fff; background: url("../img/index_feature_bg01.svg") repeat-x center/17%, #88c399; line-height: 1.4; text-shadow: 1px 0px 4px #88c399, 1px -1px 0px #88c399; }
.feature ul li .wrap { padding: 1.4rem 1rem 1rem; }
.feature ul li .wrap div { position: relative; z-index: 1; padding: 1rem; font-weight: bold; }
.feature ul li .wrap div::before { content: "\e8a1"; font-family: "fontello"; font-weight: normal; line-height: 1; font-size: 14rem; position: absolute; bottom: -1rem; right: -1rem; z-index: -1; }
.feature ul li .wrap div .link_btn { margin: 1rem 0 .4rem; }
.feature ul li:nth-child(even) .wrap div::before { color: #f4faf5; }
.feature ul li:nth-child(even) .wrap .link_btn a { background: #90cca1; }
.feature ul li:nth-child(odd) { background: #f9f3e8; }
.feature ul li:nth-child(odd) .wrap div::before { color: #f0e8dd; }
.feature ul li:nth-child(odd) .wrap .link_btn a { background: #a78b82; }

@media screen and (min-width: 48em), print { .feature { padding: 0 0 8rem; }
  .feature .tit_02 { background: url("../img/index_feature_bg01.svg") repeat-x center/7%; line-height: 1.4; height: 17rem; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-shadow: 1px 0px 4px #88c399, 1px -1px 0px #88c399,1px 0px 4px #88c399, 1px -1px 0px #88c399,1px 0px 4px #88c399, 1px -1px 0px #88c399; }
  .feature .tit_02 span { width: 100%; }
  .feature ul li { margin-bottom: 2rem; }
  .feature ul li .wrap { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .feature ul li .wrap div { width: 50%; font-size: 2rem; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .feature ul li .wrap div::before { bottom: 0; right: 0; font-size: 24rem; }
  .feature ul li .wrap div p { line-height: 1.8; width: 100%; }
  .feature ul li .wrap div .link_btn { width: 100%; }
  .feature ul li:nth-child(even) .wrap div { padding: 0 7.7rem 0 8rem; }
  .feature ul li:nth-child(odd) .wrap div { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; padding: 0 8.4rem 0 7.3rem; }
  .feature ul li:nth-child(odd) .wrap img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }
/* スタッフ募集 -------------------------------------- */
.recruit_bnr { margin: 0 2rem .8rem; }
.recruit_bnr a { display: block; text-align: center; }
.recruit_bnr a ~ a { margin-top: .8rem; }

p.recruit_bnr_p { text-align: center; margin: 0 2rem 4rem; }

@media screen and (min-width: 48em), print { .recruit_bnr { width: 1170px; margin: 5rem auto 2rem; 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; }
  .recruit_bnr a { width: 48%; margin: 0; }
  .recruit_bnr a ~ a { margin: 0; }
  p.recruit_bnr_p { margin-bottom: 15rem; } }
/* 当クリニックの治療のための医療機器 -------------------------------------- */
.equipment { background: #f2f6a7; padding: 2rem 0 0; }
.equipment .wrap { background: #fff; margin: 2rem 4rem; padding: 3rem; }
.equipment .wrap li { text-align: center; margin: 0 0 3rem; }

@media screen and (min-width: 48em), print { .equipment { padding: 7rem 0 0; }
  .equipment .wrap { margin: 5.5rem auto 7.5rem; 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; }
  .equipment .wrap li { width: 33%; margin: 0; } }
/* 紹介医療機関 -------------------------------------- */
.introduction { padding: 2rem 0 2rem; }
.introduction ul { width: 70%; margin: 0 auto; }
.introduction ul li { margin-bottom: 1rem; border: 1px solid #c6c6c6; }
.introduction ul li a { display: block; padding: 1.8rem 2rem; text-align: center; }
.introduction ul li a img { max-width: 90%; height: auto; }

@media screen and (min-width: 48em), print { .introduction { padding: 12rem 0; }
  .introduction ul { width: 1170px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .introduction ul li { height: 8.4rem; width: 22.8%; margin-bottom: 0; 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; }
  .introduction ul li a { display: block; padding: 0 1rem; height: 100%; width: 100%; 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; }
  .introduction ul li a img { max-width: 100%; width: 100%; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0; padding: 0 0 4rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 6rem; padding: 0 0 6rem; }
  body:not(.index) .main .wrap { width: 100%; } }
@media screen and (min-width: 48em), print { body:not(.index) { /* 2column */ }
  body:not(.index) p { line-height: 1.8; }
  body:not(.index) .flex { 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; }
  body:not(.index) .flex li, body:not(.index) .flex section { width: 48%; }
  body:not(.index) .flex li li, body:not(.index) .flex section li { width: 100%; }
  body:not(.index) .flex section { margin: 0 0 4rem; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; }
  body:not(.index) .containar { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1170px; margin: 0 auto; }
  body:not(.index) .containar .content { width: 70%; margin: 0 2rem; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  body:not(.index) .containar .sidebar { width: 28%; display: block; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.sidebar { margin: 0 1rem; }
.sidebar li { margin-bottom: 1.5rem; }

/* ドクター紹介 */
/* クリニック紹介 */
#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 { .device { 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; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .img_map { margin: 0 auto 2rem; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; }
  .access .img_map { display: block; margin: 0 auto; width: 100%; height: auto; } }
/* 変形性膝関節症 */
/* 骨粗鬆症診断・治療 */
/* リウマチ科                           共通*/
.osteoporosis .lst_ol01 li .tit, .rheumatism .lst_ol01 li .tit, .arthrosis .lst_ol01 li .tit { font-weight: bold; }
.osteoporosis .lst_ol01 li p, .rheumatism .lst_ol01 li p, .arthrosis .lst_ol01 li p { text-indent: 0; margin: .4rem 0 1rem; }

/* 変形性膝関節症 */
.arthrosis .box_diagram01 > .tit { font-weight: bold; font-size: 120%; text-align: center; margin: 1rem 0 .4rem; }
.arthrosis .box_diagram01 > .flex_box li { border: 1px solid #a78b82; padding: 0 1rem 1rem; margin: 0 0 1rem; text-align: center; }
.arthrosis .box_diagram01 > .flex_box li .tit { text-align: center; border: 1px solid #a78b82; font-weight: bold; }
.arthrosis .box_diagram01 > .flex_box li img { max-width: 65%; height: auto; }
.arthrosis .box_diagram01 > .flex_box li p { text-align: left; }
.arthrosis .img_c { display: block; margin: 1.2rem auto 3rem; }
.arthrosis .tbl_01 caption { font-weight: bold; font-size: 120%; text-align: center; margin: 1rem 0 .4rem; }
.arthrosis .tbl_01 tr.tit th { background: #ffe5dd; padding: 1rem 0; }
.arthrosis .tbl_01 tr td { text-align: center; }
.arthrosis .tbl_01 tr td.sp_left { text-align: left; }
@media screen and (min-width: 48em), print { .arthrosis .tbl_01 tr td.sp_left { text-align: center; } }
.arthrosis .img_flex li { text-align: center; }
.arthrosis .img_flex li img { max-width: 60%; width: 60%; height: auto; }
.arthrosis .lst_ol01 ul { counter-reset: number; margin: .4rem 0 0; }
.arthrosis .lst_ol01 ul li { text-indent: -1.9rem; padding-left: 1.8rem; margin: 0 0 2rem; }
.arthrosis .lst_ol01 ul li:before { content: none; }
.arthrosis .lst_ol01 ul li img { display: block; width: 50%; height: auto; margin: 0 auto; }

@media screen and (min-width: 48em), print { .arthrosis .box_diagram01 > .tit { font-size: 130%; margin: 4rem 0 .4rem; }
  .arthrosis .box_diagram01 > .flex_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .arthrosis .box_diagram01 > .flex_box li { width: 33%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .arthrosis .box_diagram01 > .flex_box li .tit { width: 100%; min-height: auto; margin: 1rem 0; }
  .arthrosis .box_diagram01 > .flex_box li img { max-width: 100%; width: 100%; height: auto; -ms-flex-negative: 0; flex-shrink: 0; }
  .arthrosis .box_diagram01 > .flex_box li img + p { min-height: auto; }
  .arthrosis .box_diagram01 > .flex_box li p { text-align: left; min-height: 8rem; max-width: 100%; margin: .4rem 0; }
  .arthrosis .img_c { max-width: 65%; height: auto; display: block; margin: 2.6rem auto 4.6rem; }
  .arthrosis .img_flex { 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; }
  .arthrosis .img_flex li { width: 33%; position: relative; }
  .arthrosis .img_flex li::after { content: "\21c9"; font-family: "fontello"; font-size: 3rem; color: #CD0A0D; position: absolute; top: 50%; right: -10%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  .arthrosis .img_flex li:last-child::after { content: none; }
  .arthrosis .img_flex li figure { margin: 0; }
  .arthrosis .img_flex li figure img { max-width: 80%; }
  .arthrosis .price { width: 50%; }
  .arthrosis .price tr th { width: 40%; }
  .arthrosis .lst_ol01 ul li { margin: 0; }
  .arthrosis .lst_ol01 ul li img { width: 100%; }
  .arthrosis .lst_ol01 ul li img.pc_n { display: none; } }
/* リウマチ科 */
@media screen and (min-width: 48em), print { .rheumatism .img_c { max-width: 60%; height: auto; } }
/* 管理栄養士による栄養指導・相談 */
.nutrition-consultation .tit_bold { font-weight: bold; }
.nutrition-consultation .wide_adjust { margin: 0 0 .6rem; }
.nutrition-consultation p.tit_04 { margin-top: 2rem; }
.nutrition-consultation p.tit { background: #eee; border-radius: 5px; font-weight: bold; padding: .4rem .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; display: flex !important; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.nutrition-consultation p.tit span { width: 86%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.nutrition-consultation p.tit span:first-child { width: 14%; 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; }
.nutrition-consultation p.bold { margin: 1rem 0 .2rem; }
.nutrition-consultation .flex_img { margin-bottom: 4rem; }
.nutrition-consultation .flex_img li { margin-bottom: 8rem; position: relative; }
.nutrition-consultation .flex_img li figure img { display: block; max-width: 80%; height: auto; margin: 0 auto; }
.nutrition-consultation .flex_img li figure figcaption { text-align: center; background: #c8e2e8; border-radius: 5px; padding: .4rem 1rem; font-weight: bold; }
.nutrition-consultation .flex_img li::after { content: "\21ca"; display: block; font-family: "fontello"; text-align: center; font-size: 4.4rem; position: absolute; left: 0; right: 0; bottom: -8rem; color: #e49293; margin: auto; }
.nutrition-consultation .flex_img li:last-child { margin-bottom: 0; }
.nutrition-consultation .flex_img li:last-child::after { content: none; }
.nutrition-consultation dl dd { margin: 0 0 2rem; }

@media screen and (min-width: 48em), print { .nutrition-consultation .tit_bold { margin: 1rem 0 0; }
  .nutrition-consultation .tit_bold + img + p { margin: 0 0 1rem; }
  .nutrition-consultation .wide_adjust { width: 58%; }
  .nutrition-consultation p.tit_04 { margin-top: 2rem; }
  .nutrition-consultation p.tit span { width: 86%; }
  .nutrition-consultation p.tit span:first-child { width: 6%; }
  .nutrition-consultation .flex_img { margin-bottom: 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .nutrition-consultation .flex_img li { width: 33%; margin-bottom: 0; }
  .nutrition-consultation .flex_img li::after { content: "\21c9"; font-size: 4.4rem; right: -29rem; top: 50%; bottom: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  .nutrition-consultation .flex_img li:last-child { margin-right: 0; } }
#qarea dd { margin-left: 0 !important; }

#qarea td.arrow { text-align: center; margin: 0px; width: 50px; height: 34px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }

#qarea td.arrow::before { display: inline-block; content: '▼'; font-size: 1.3em; color: #90cca1; margin: 0 auto; }

/*#qarea td.arrow::before{ width: 15px; height: 15px; -webkit-border-radius: 50%; border-radius: 50%; background: #7a0;
}
#qarea td.arrow::after{ left: 5px; box-sizing: border-box; width: 3px; height: 3px; border: 3px solid transparent; border-left: 3px solid #fff;
}*/
#qarea dt.active td.arrow::before { content: "▲"; color: #90cca1; }

.tableq_a { border-collapse: collapse; width: 100%; margin: 5px 0 0px 0; }
.tableq_a th, .tableq_a td { /*border: 1px solid #CCCCCC;*/ padding: 10px; }
.tableq_a th.qa_01 { text-align: center; margin: 0px; width: 50px; height: 34px; border: 1px solid #CCCCCC; }
.tableq_a td.qa_02 { margin: 0px !important; text-align: left; vertical-align: middle; line-height: 1.5; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
@media screen and (min-width: 48em), print { .tableq_a td.qa_02 { font-weight: bold; } }
.tableq_a td.qa_03 { line-height: 1.5; color: #666; margin: auto; text-align: left; vertical-align: middle; border: 1px solid #CCCCCC; }
.tableq_a .color_base { background: #F4F7F9; }

/*ヘッダ固定時のページ内リンクのずれを解消*/
@media screen and (min-width: 48em), print { .anchor_blank { margin-top: -180px; padding-top: 180px; } }

@media screen and (min-width: 48em), print { .jump { padding-top: 30px; } }

@media screen and (min-width: 48em), print { #clinic_anc01 { margin-top: -30px; padding-top: 50px; } }

/*新型コロナワクチン接種について*/
.consent { margin-top: 20px; text-align: center; font-size: 120%; }

.link_btn2 a { background: #a78b82; display: block; padding: .4rem 1rem; color: #fff; text-decoration: none !important; text-align: center; border-radius: 3px; position: relative; width: 40%; pointer-events: none; }
.link_btn2 a::after { content: "\f138"; font-family: "fontello"; position: absolute; right: 1rem; color: #fff; }
@media screen and (min-width: 48em), print { .link_btn2 a { border-radius: 10px; font-size: 160%; opacity: 0.7; } }

.link_btn2 a.active { pointer-events: all; opacity: 1; }

body:not(.index) .link_btn2 { display: block; }
body:not(.index) .link_btn2 a { display: inline-block; min-width: 30rem; padding: .4rem 1rem; margin: .4rem 0; font-size: 160%; }

/*.covid_bnr a{
　　pointer-events: none;
　　opacity: 0.7;
}
.covid_bnr a.active{
	pointer-events: all;
	opacity: 1;
}*/

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