@charset "UTF-8";
/* Scss Document */
/* ======================================================================= import
======================================================================= */
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイト幅*/
/*ブレイクポイント*/
/*文字サイズSP*/
/*文字サイズPC*/
/*基本フォント*/
/*游明朝*/
/* -----------------------------------------------------------
色
----------------------------------------------------------- */
/*固定*/
/*背景色*/
/*白*/
/*Red*/
/*黒*/
/*灰色*/
/*設定*/
/*文字色*/
/* ナビゲーション文字色 */
/* h2見出し文字色 */
/* ハンバーガーメニュー */
/*  
グローバルナビのhover線・
見出しの下線と二重線・
*/
/*お知らせ欄や医院概要や診療時間の枠や線の色*/
/*診療時間の●の色*/
/*診療時間の休診の色*/
/*診療時間の色*/
/*診療内容のリスト背景の色*/
/*診療内容のリスト文字の色*/
/*ＴＯＰの戻るボタン*/
/*フッター部*/
/*ドットの色*/
/*ドット背景*/
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------- font-size
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; color: #555555; background-color: #ffffff; padding: 0 0 18vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; color: #555555; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { width: 100%; margin: 0; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.red { color: #ff0000; }

.text-center { text-align: center; }

@media screen and (min-width: 768px), print { body { width: 100%; margin: 0; overflow: hidden; min-width: 1280px; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* 404 -------------------------------------- */
.page404 { display: flex; flex-direction: column; min-height: 100vh; max-height: 100vh; }
.page404 .main { height: 100vh; padding: 4rem 0 !important; text-align: center; }
@media screen and (min-width: 768px), print { .page404 .main { padding: 10rem 0 !important; } }
.page404 footer { margin-top: auto; }

/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

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

.lst_dl01 { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin: 0; font-size: 1.4rem; }
.lst_dl01 dt { font-size: 1.6rem; }
.lst_dl01 dd { margin: 0 0 1rem 0; }

@media screen and (min-width: 768px), print { .img_l { float: left; margin: 0 2rem 2rem 0; width: 25%; }
  .img_r { float: right; margin: 0 0 2rem 2rem; width: 25%; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { margin: 0 0 0.6rem 0; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 2rem auto 0 auto; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.main { width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; background-color: #fefbf0; background-image: radial-gradient(#ffedd5 10%, transparent 20%); background-size: 8px 8px; display: block; }

p { margin: 0; font-size: 1.4rem; margin: 0 0 1rem 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
  .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0; }
  .main { width: 100%; margin: 0; padding: 0; background-color: #fefbf0; background-image: radial-gradient(#ffedd5 10%, transparent 20%); background-size: 8px 8px; display: block; }
  p { margin: 0; font-size: 1.8rem; margin: 0 0 1rem 0; } }
/* -----------------------------------------------------------
　ハンバーガー
----------------------------------------------------------- */
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0 0 2rem 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #ffffff; border-top: #555555 1px solid; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #555555; font-size: 1.2rem; text-decoration: none; padding: 1rem; display: block; border-bottom: #555555 1px solid; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; height: 12vw; padding: 4px 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 10vw; background: #555555; content: ""; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #555555; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: "MENU"; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; top: 5px; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: "CLOSE"; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; top: 5px; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: block; align-items: center; justify-content: center; width: 15%; height: 16vw; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0; background-color: #ffffff; z-index: 9999999; border-radius: 0.3rem; border: #555555 1px solid; }

/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header { display: block; min-height: 70px; height: auto; margin: 0 auto; box-sizing: border-box; }
header .head_frame .head_logo { width: 75%; height: 16vw; margin: 2vw 0 0 5%; }
header .head_frame .head_logo a { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; height: 16vw; width: 100%; margin: 0; }
header .head_frame .head_logo a img { max-height: 16vw; max-width: 100%; height: auto; }
header .head_frame nav { display: none; }

@media screen and (min-width: 768px), print { header { display: block; height: auto; margin: 0 auto; box-sizing: border-box; }
  header .head_frame { width: 1200px; margin: 0 auto; padding: 1rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  header .head_frame .head_logo { width: auto; margin: 24px 0 0 0; padding: 0 0 0 0; box-sizing: border-box; }
  header .head_frame .head_logo a { display: block; margin: 0; }
  header .head_frame .head_logo a img { width: auto; height: auto; }
  header .head_frame .head_logo { width: 600px; height: auto; margin: 10px 0; box-sizing: border-box; }
  header .head_frame .head_logo a { display: block; height: auto; width: auto; margin: 0; }
  header .head_frame .head_logo a img { max-height: auto; max-width: auto; width: auto; height: auto; }
  header .head_frame nav { display: block; width: 585px; margin: 41px 0 0 0; }
  header .head_frame nav ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  header .head_frame nav ul li { width: auto; }
  header .head_frame nav ul li a { display: block; width: 100%; text-decoration: none; color: #555555; font-size: 16px; font-weight: bold; position: relative; display: inline-block; }
  header .head_frame nav ul li a::after { position: absolute; bottom: -4px; left: 10%; content: ""; width: 80%; height: 3px; transform: scale(0, 1); transform-origin: center top; transition: transform 0.3s; background-color: #e43c00; }
  header .head_frame nav ul li a:hover::after { transform: scale(1, 1); } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background: url(../img/keyv.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; height: 76vw; margin: 1rem 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; }
.key_visual img { display: block; width: 45%; margin: auto; }
.key_visual .inner { width: 72%; margin: 0 7rem 0 1rem; }
.key_visual .key_text { background: rgba(255, 255, 255, 0.8); border: #ffffff 2px solid; box-sizing: border-box; padding: 1.3rem; }
.key_visual .key_text p { margin: 0.4rem 0; line-height: 1.8rem; }
.key_visual .key_text p.key_text1 { font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; font-size: 1.4rem; }
.key_visual .key_text p.key_text2 { font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; font-size: 1.4rem; }
.key_visual .key_text p.key_text3 { font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; font-size: 1.4rem; }
.key_visual .key_text p.key_text4 { font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; font-size: 1.3rem; text-align: center; }
.key_visual .key_text p .f_c { color: #f6840a; font-size: 1.5rem; font-weight: bold; }
.key_visual .key_text p .txt_small { font-size: 80%; }
.key_visual .pr_point { text-align: center; background-color: #e43c00; color: #fff; border: 2px solid #fff; font-size: 1.5rem; padding: 0.5rem 0; margin: 0.5rem 0 0 0; }

@media screen and (min-width: 768px), print { .key_visual { background: url(../img/keyv.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; height: 59rem; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .key_visual img { display: block; width: 100%; margin: auto; }
  .key_visual .inner { width: 507px; margin: 0 20rem 0 0; }
  .key_visual .key_text { background: rgba(255, 255, 255, 0.8); border: #ffffff 4px solid; box-sizing: border-box; padding: 3.5rem; }
  .key_visual .key_text p { margin: 1rem 0; line-height: 3.5rem; }
  .key_visual .key_text p.key_text1 { font-size: 3rem; }
  .key_visual .key_text p.key_text2 { font-size: 3rem; }
  .key_visual .key_text p.key_text3 { font-size: 3rem; }
  .key_visual .key_text p.key_text4 { font-size: 2.8rem; margin: 0; }
  .key_visual .key_text p .f_c { font-size: 3rem; }
  .key_visual .pr_point { text-align: center; background-color: #e43c00; color: #fff; border: 2px solid #fff; font-size: 3rem; padding: 1rem 0; margin: 1.5rem 0 0 0; } }
/* -----------------------------------------------------------
tel_box
----------------------------------------------------------- */
.tel_box { width: 270px; margin: auto; padding: 2rem 0 0 0; }
.tel_box .tel_inner { border: 5px solid #e43c00; padding: 1rem; border-radius: 0.5rem; box-shadow: 0px 0px 6px 0px #ccc; background: #fff; }
.tel_box .tel_inner p { font-weight: bold; text-align: center; }
.tel_box .tel_inner .f_s { font-size: 1.3rem; }
.tel_box .tel_inner .txt_d { font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; font-weight: bold; color: #e43c00; border-bottom: 2px double #e43c00; }
.tel_box .tel_inner a { color: inherit; }
.tel_box .tel_inner .tel::before { content: "TEL:"; font-size: 90%; }

@media screen and (min-width: 768px), print { .tel_box { width: fit-content; padding-top: 4rem; }
  .tel_box .tel_inner { padding: 2rem 4rem; }
  .tel_box .tel_inner .txt_d { font-size: 2.1rem; }
  .tel_box .tel_inner .f_s { font-size: 1.75rem; padding-top: 1.5rem; } }
/* -----------------------------------------------------------
info_box
----------------------------------------------------------- */
.info_box { width: 95%; margin: auto; padding: 2rem 0 0 0; }
.info_box .txt { background-color: #f6b70a; padding: 1rem; color: #fff; border-radius: 5px; box-shadow: 0px 0px 6px 0px #ccc; line-height: 1.4; font-size: 1.4rem; }
.info_box .contact_link { text-align: center; padding: 1.5rem 0; }
.info_box .contact_link a { display: inline-block; background-color: #e43c00; text-decoration: none; padding: 0.8rem; color: #fff; border-radius: 5px; box-shadow: 0px 0px 6px 0px #ccc; line-height: 1.4; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .info_box { width: 700px; margin: auto; padding: 4rem 0 0 0; }
  .info_box .txt { background-color: #f6b70a; padding: 1.5rem; color: #fff; border-radius: 5px; box-shadow: 0px 0px 6px 0px #ccc; line-height: 1.6; font-size: 1.8rem; }
  .info_box .contact_link { text-align: center; padding: 1.5rem 0; }
  .info_box .contact_link a { display: inline-block; background-color: #e43c00; text-decoration: none; padding: 1rem 1.5rem; color: #fff; border-radius: 5px; box-shadow: 0px 0px 6px 0px #ccc; line-height: 1.4; font-size: 1.8rem; } }
/* -----------------------------------------------------------
　メインキャッチコピー
----------------------------------------------------------- */
.catch_copy { color: #555555; margin: 0; padding: 1rem 1rem 2rem 1rem; box-sizing: border-box; line-height: 1.5; }
.catch_copy p { text-align: center; margin: 0; }
.catch_copy p.big { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { .catch_copy { color: #555555; font-weight: bold; margin: 0; box-sizing: border-box; padding: 33px 0 43px 0; width: 1200px; margin: auto; }
  .catch_copy p { font-size: 2.2rem; font-weight: bold; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; box-sizing: border-box; }
  .catch_copy p.big { font-size: 3.8rem; } }
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h2 { text-align: center; color: #555555; font-weight: bold; font-size: 2rem; margin: 0 0 2rem 0; }
h2::after { content: ""; border-bottom: #e43c00 3px solid; width: 10%; margin: 0.4rem auto 0 auto; display: block; }

h3 { color: #555555; font-weight: bold; font-size: 1.8rem; margin: 0 0 2rem 0; padding: 0 0 0.6rem 1rem; letter-spacing: 0.1em; box-sizing: border-box; border-bottom: #e43c00 4px double; }

h4 { color: #555555; font-size: 1.6rem; margin: 1rem 0; letter-spacing: 0.1em; box-sizing: border-box; font-weight: 700; }
h4 span { display: inline-block; padding: 0 0 0 0.5rem; border-left: #e43c00 3px solid; }

@media screen and (min-width: 768px), print { h2 { text-align: center; color: #555555; font-weight: bold; font-size: 2.4rem; margin: 0 0 40px 0; }
  h2::after { content: ""; border-bottom: #e43c00 3px solid; width: 40px; margin: 9px auto 0 auto; display: block; }
  h3 { color: #555555; font-weight: bold; font-size: 2rem; margin: 0 0 2rem 0; padding: 0 0 6px 14px; letter-spacing: 0.1em; box-sizing: border-box; border-bottom: #e43c00 4px double; }
  h4 { color: #555555; font-size: 1.9rem; margin: 1rem 0; letter-spacing: 0.1em; box-sizing: border-box; }
  h4 span { display: inline-block; padding: 0 0 0 0.5rem; border-left: #e43c00 3px solid; } }
/* -----------------------------------------------------------
　リストスタイル
----------------------------------------------------------- */
.lst_ul01 li { text-indent: -1.3rem; padding-left: 1.4rem; padding-bottom: 1rem; line-height: 1.4; font-size: 1.4rem; }
.lst_ul01 li::before { content: "・"; margin-right: 0.4rem; color: #555555; font-size: 60%; vertical-align: 20%; }

@media screen and (min-width: 768px), print { .lst_ul01 li { font-size: 1.9rem; text-indent: -1.9rem; padding-left: 1.9rem; }
  .lst_ul01 li::before { content: "・"; margin-right: 0.4rem; color: #555555; font-size: 60%; vertical-align: 20%; } }
.bnr_box { background-color: #ffffff; width: 100%; }
.bnr_box .inner { margin: auto; padding: 1rem 0; width: 96%; }
.bnr_box .inner .bnr_inner { margin: 1.5rem 0; }
.bnr_box .inner .bnr_inner a { display: block; }
.bnr_box .inner .bnr_inner a img { display: block; width: 95%; margin: auto; }
.bnr_box .inner .btn_box { text-align: center; padding: 2rem 0 0 0; }
.bnr_box .inner .btn_box a { width: 96%; display: inline-block; padding: 1.8rem 0; background-color: #e43c00; color: #fff; text-decoration: none; font-size: 1.8rem; box-shadow: 0px 0px 6px 0px #ccc; border-radius: 5px; letter-spacing: 2px; }

@media screen and (min-width: 768px), print { .bnr_box .inner { width: 1200px; margin: auto; padding: 4rem 0 0 0; display: flex; justify-content: space-around; align-items: center; }
  .bnr_box .inner .bnr_inner a { display: block; width: 100%; }
  .bnr_box .inner .bnr_inner a img { display: block; width: 100%; margin: auto; }
  .bnr_box .inner .btn_box { text-align: center; padding: 4rem 0 0 0; }
  .bnr_box .inner .btn_box a { width: 100%; display: inline-block; padding: 2.5rem 0; background-color: #e43c00; color: #fff; text-decoration: none; font-size: 3rem; box-shadow: 0px 0px 6px 0px #ccc; border-radius: 5px; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
/* -----------------------------------------------------------
　TOPインフォ
----------------------------------------------------------- */
.top_info { background-color: #ffffff; padding: 1rem 1rem 2rem 1rem; box-sizing: border-box; }
.top_info .top_info_frame .recruit_text { color: #ffffff; background-color: #e43c00; padding: 1rem; box-sizing: border-box; line-height: 140%; margin: 0 0 2rem 0; text-align: center; display: block; font-size: 1.4rem; text-decoration: none; }
.top_info .top_info_frame .notice_box dl { overflow-y: scroll; height: 50vw; box-sizing: border-box; padding: 2rem; }
.top_info .top_info_frame .notice_box dl dt { margin: 0 0 1rem 0; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; color: #555555; padding: 0 0 0.8rem 0; }
.top_info .top_info_frame .notice_box dl dd { color: #555555; margin: 0 0 2rem 0; padding: 0 0 0.4rem 0; box-sizing: border-box; font-size: 1.4rem; line-height: 130%; border-bottom: #000000 1px dotted; }
.top_info .top_info_frame .access_box iframe.googlemap { width: 100%; height: 500px; border: none; }
.top_info .top_info_frame .access_box a.map_btn { width: 80%; height: 8vw; color: #555555; font-size: 1.4rem; border: #555555 1px solid; border-radius: 2rem; text-decoration: none; margin: 1rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.top_info .top_info_frame .access_box .access_info { font-size: 1.4rem; line-height: 1.3; }
.top_info .top_info_frame .access_box .access_info dt { font-size: 1.5rem; font-weight: bold; }
.top_info .top_info_frame .access_box .access_info dd { margin: 0.5rem 0 1.5rem 1.4rem; }

.notice_box dl::-webkit-scrollbar { width: 12px; }

.notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }

.notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); background: #cccccc; }

@media screen and (min-width: 768px), print { .top_info { background-color: #ffffff; padding: 63px 0; box-sizing: border-box; }
  .top_info .top_info_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1200px; margin: 0 auto; }
  .top_info .top_info_frame .recruit_text { color: #ffffff; background-color: #e43c00; padding: 22px; box-sizing: border-box; line-height: 140%; margin: 0 0 26px 0; text-align: center; display: block; font-size: 2.2rem; text-decoration: none; }
  .top_info .top_info_frame .recruit_text:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .top_info .top_info_frame .notice_box { width: 560px; }
  .top_info .top_info_frame .notice_box dl { overflow-y: scroll; height: 21.5vw; min-height: 405px; box-sizing: border-box; padding: 10px 20px; }
  .top_info .top_info_frame .notice_box dl dt { margin: 0 0 4px 0; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; color: #555555; padding: 0 0 0.8rem 0; }
  .top_info .top_info_frame .notice_box dl dd { color: #555555; margin: 0 0 18px 0; padding: 0 0 5px 0; box-sizing: border-box; border-bottom: #000000 1px dotted; }
  .top_info .top_info_frame .notice_box dl dd p { font-size: 1.8rem; line-height: 130%; margin: 0; padding: 0; }
  .top_info .top_info_frame .notice_box.w_100 { width: 100%; }
  .top_info .top_info_frame .access_box { width: 560px; }
  .top_info .top_info_frame .access_box p { margin: 0 0 20px 0; }
  .top_info .top_info_frame .access_box iframe.googlemap { width: 100%; height: 320px; border: none; }
  .top_info .top_info_frame .access_box a.map_btn { width: 255px; height: 35px; color: #555555; font-size: 1.8rem; border: #555555 1px solid; border-radius: 2rem; text-decoration: none; margin: 16px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .top_info .top_info_frame .access_box .access_info { font-size: 1.8rem; line-height: 1.3; }
  .top_info .top_info_frame .access_box .access_info dt { font-size: 1.8rem; font-weight: bold; }
  .top_info .top_info_frame .access_box .access_info dd { margin: 0.5rem 0 1.5rem 1.4rem; }
  .top_info .top_info_frame .access_box.w_100 { width: 100%; }
  .notice_box dl::-webkit-scrollbar { width: 12px; }
  .notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); background: #cccccc; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame { padding: 1rem 0; box-sizing: border-box; }
.greeting_frame .prpoint { width: 96%; margin: 1.5rem auto 0 auto; }
.greeting_frame .prpoint ul { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.greeting_frame .prpoint ul li { width: 48%; background-color: #e43c00; padding: 1rem 0; margin: 1rem 0; text-align: center; color: #fff; font-size: 1.35rem; box-shadow: 2px 2px 2px 1px #ccc; }
.greeting_frame .aisatu_text { padding: 2rem 0 1rem 0; box-sizing: border-box; }
.greeting_frame .aisatu_text h2 { font-size: 2.1rem; }
.greeting_frame .aisatu_text .greeting_box { width: 96%; margin: 0 auto; }
.greeting_frame .aisatu_text .greeting_box h3 { font-size: 1.9rem; }
.greeting_frame .aisatu_text .greeting_box .greeting_text { line-height: 160%; font-size: 1.5rem; }
.greeting_frame .aisatu_text .greeting_box .clinic_name { text-align: right; font-weight: bold; font-size: 1.5rem; }
.greeting_frame .aisatu_text .greeting_box .doctor_name { text-align: right; font-weight: bold; font-size: 1.6rem; }
.greeting_frame h2 { font-size: 2.1rem; }
.greeting_frame .greeting_box { width: 96%; margin: 0 auto; }
.greeting_frame .greeting_box h3 { font-size: 1.9rem; }
.greeting_frame .greeting_box .greeting_text { line-height: 160%; font-size: 1.5rem; }
.greeting_frame .greeting_box .clinic_name { text-align: right; font-weight: bold; font-size: 1.5rem; }
.greeting_frame .greeting_box .doctor_name { text-align: right; font-weight: bold; font-size: 1.6rem; }
.greeting_frame .doctor_info { width: 96%; margin: 1.5rem auto; }
.greeting_frame .doctor_info p { line-height: 1.6; }
.greeting_frame .doctor_info .doctor_info_right { margin: 1.5rem auto 0 auto; }
.greeting_frame .doctor_info dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.5rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 150%; }
.greeting_frame .doctor_info dl.bio_list dt { width: 30%; margin: 0 0 1rem 0; font-weight: normal; word-wrap: break-word; }
.greeting_frame .doctor_info dl.bio_list dd { width: 66%; margin: 0 0 1rem 0; }
.greeting_frame .doctor_info ul.details_list { list-style-type: none; margin: 0 0 1rem 0; }
.greeting_frame .doctor_info ul.details_list li { margin: 0 0 1rem 0; padding: 0; font-size: 1.4rem; line-height: 150%; }
.greeting_frame .doctor_info.type2 { width: 96%; margin: 2rem auto; }
.greeting_frame .doctor_info.type2 .doctor_info_w100 { margin: 0 0 2rem 0; }
.greeting_frame .doctor_info.type2 .doctor_info_right, .greeting_frame .doctor_info.type2 .doctor_info_left { margin: 3rem 0 0 0; }
.greeting_frame .doctor_info.type2 dl.bio_list { font-size: 1.4rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 150%; font-size: 1.5rem; }
.greeting_frame .doctor_info.type2 dl.bio_list dt { width: 22%; margin: 0 0 0.5rem 0; font-weight: normal; }
.greeting_frame .doctor_info.type2 dl.bio_list dd { width: 73%; margin: 0 0 1rem 0; }
.greeting_frame .doctor_info.type2 ul.details_list { list-style-type: none; margin: 0 0 1rem 0; }
.greeting_frame .doctor_info.type2 ul.details_list li { margin: 0 0 1rem 0; padding: 0; font-size: 1.5rem; line-height: 150%; }
.greeting_frame .doctor_info.type2 p { line-height: 1.5; }
.greeting_frame .doctor_info.type2 .text_box .big { font-size: 1.9rem; font-weight: bold; margin: -5px 0 3px 0; }
.greeting_frame .doctor_info.type2 .text_box .big_text { font-size: 1.5rem; line-height: 1.5; }
.greeting_frame .doctor_info.type3 { width: 96%; margin: 4rem auto 0 auto; }
.greeting_frame .doctor_info.type3 .doctor_info_1, .greeting_frame .doctor_info.type3 .doctor_info_2, .greeting_frame .doctor_info.type3 .doctor_info_3 { margin: 4rem 0 0 0; }
.greeting_frame .doctor_info.type3 dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 150%; }
.greeting_frame .doctor_info.type3 dl.bio_list dt { width: 30%; margin: 0 0 1rem 0; font-weight: normal; }
.greeting_frame .doctor_info.type3 dl.bio_list dd { width: 65%; margin: 0 0 1rem 0; }
.greeting_frame .doctor_info.type3 ul.details_list { list-style-type: none; margin: 0 0 1rem 0; }
.greeting_frame .doctor_info.type3 ul.details_list li { margin: 0 0 1rem 0; padding: 0; font-size: 1.4rem; line-height: 150%; }

@media screen and (min-width: 768px), print { .greeting_frame { padding: 0 0 70px 0; box-sizing: border-box; }
  .greeting_frame .prpoint { width: 1200px; margin: 5rem auto 0 auto; }
  .greeting_frame .prpoint ul { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
  .greeting_frame .prpoint ul li { width: 20%; background-color: #e43c00; padding: 2rem 0; margin: 1rem 0; text-align: center; color: #fff; font-size: 2.2rem; }
  .greeting_frame .aisatu_text { padding: 70px 0 10px 0; box-sizing: border-box; }
  .greeting_frame .aisatu_text h2 { font-size: 2.8rem; }
  .greeting_frame .aisatu_text .greeting_box { width: 1200px; margin: 0 auto; }
  .greeting_frame .aisatu_text .greeting_box h3 { font-size: 2.4rem; }
  .greeting_frame .aisatu_text .greeting_box .greeting_text { line-height: 180%; font-size: 2.2rem; }
  .greeting_frame .aisatu_text .greeting_box .clinic_name { text-align: right; font-weight: bold; font-size: 2.2rem; }
  .greeting_frame .aisatu_text .greeting_box .doctor_name { text-align: right; font-weight: bold; font-size: 2.4rem; }
  .greeting_frame h2 { font-size: 2.8rem; }
  .greeting_frame .greeting_box { width: 1200px; margin: 0 auto; }
  .greeting_frame .greeting_box h3 { font-size: 2.4rem; }
  .greeting_frame .greeting_box .greeting_text { line-height: 180%; font-size: 2.2rem; }
  .greeting_frame .greeting_box .clinic_name { text-align: right; font-weight: bold; font-size: 2.2rem; }
  .greeting_frame .greeting_box .doctor_name { text-align: right; font-weight: bold; font-size: 2.4rem; }
  .greeting_frame .doctor_info { width: 1200px; margin: 90px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .greeting_frame .doctor_info .doctor_info_left { width: 570px; margin: 0; }
  .greeting_frame .doctor_info .doctor_info_left p { line-height: 180%; }
  .greeting_frame .doctor_info .doctor_info_right { width: 570px; margin: 0; }
  .greeting_frame .doctor_info .doctor_info_right p { line-height: 180%; }
  .greeting_frame .doctor_info dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 2rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; width: 570px; }
  .greeting_frame .doctor_info dl.bio_list dt { width: 150px; margin: 0 0 0 0; font-weight: normal; }
  .greeting_frame .doctor_info dl.bio_list dd { width: 405px; margin: 0 0 0 0; }
  .greeting_frame .doctor_info ul.details_list { list-style-type: none; margin: 0 0 1rem 0; }
  .greeting_frame .doctor_info ul.details_list li { margin: 0 0 0 0; padding: 0; font-size: 1.8rem; line-height: 180%; }
  .greeting_frame .doctor_info.type2 { width: 1200px; margin: 70px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; flex-wrap: wrap; }
  .greeting_frame .doctor_info.type2 .doctor_info_w100 { width: 1200px; margin: 0 0 3rem 0; }
  .greeting_frame .doctor_info.type2 .doctor_info_left { width: 570px; margin: 70px 0 0 0; }
  .greeting_frame .doctor_info.type2 .doctor_info_left p { line-height: 180%; }
  .greeting_frame .doctor_info.type2 .doctor_info_left dl.bio_list { font-size: 2rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; width: 100%; }
  .greeting_frame .doctor_info.type2 .doctor_info_left dl.bio_list dt { width: 25%; margin: 0 0 0 0; font-weight: normal; }
  .greeting_frame .doctor_info.type2 .doctor_info_left dl.bio_list dd { width: 70%; margin: 0 0 1rem 1rem; }
  .greeting_frame .doctor_info.type2 .doctor_info_right { width: 570px; margin: 70px 0 0 0; }
  .greeting_frame .doctor_info.type2 .doctor_info_right p { line-height: 180%; }
  .greeting_frame .doctor_info.type2 dl.bio_list { font-size: 2rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; width: 100%; }
  .greeting_frame .doctor_info.type2 dl.bio_list dt { width: 8%; margin: 0 0 0 0; font-weight: normal; }
  .greeting_frame .doctor_info.type2 dl.bio_list dd { width: 91%; margin: 0 0 1rem 0; }
  .greeting_frame .doctor_info.type2 ul.details_list { list-style-type: none; margin: 0 0 1rem 0; }
  .greeting_frame .doctor_info.type2 ul.details_list li { margin: 0 0 0 0; padding: 0; font-size: 2rem; line-height: 180%; }
  .greeting_frame .doctor_info.type2 .text_box .big { font-size: 2.5rem; font-weight: bold; margin: -5px 0 0 0; }
  .greeting_frame .doctor_info.type2 .text_box .big_text { font-size: 2rem; line-height: 1.8; }
  .greeting_frame .doctor_info.type3 { width: 1200px; margin: 10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; flex-wrap: wrap; }
  .greeting_frame .doctor_info.type3 .doctor_info_1, .greeting_frame .doctor_info.type3 .doctor_info_2, .greeting_frame .doctor_info.type3 .doctor_info_3 { width: 30%; margin: 70px 0 0 0; }
  .greeting_frame .doctor_info.type3 .doctor_info_1 p, .greeting_frame .doctor_info.type3 .doctor_info_2 p, .greeting_frame .doctor_info.type3 .doctor_info_3 p { line-height: 180%; }
  .greeting_frame .doctor_info.type3 dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; width: 570px; }
  .greeting_frame .doctor_info.type3 dl.bio_list dt { width: 130px; margin: 0 0 0 0; font-weight: normal; }
  .greeting_frame .doctor_info.type3 dl.bio_list dd { width: 440px; margin: 0 0 0 0; }
  .greeting_frame .doctor_info.type3 ul.details_list { list-style-type: none; margin: 0 0 1rem 0; }
  .greeting_frame .doctor_info.type3 ul.details_list li { margin: 0 0 0 0; padding: 0; font-size: 1.8rem; line-height: 180%; }
  .greeting_frame.second { padding: 0 0 70px 0; } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame { background: url(../img/treatment_bg.jpg) no-repeat; background-position: center center; background-size: cover; height: auto; padding: 2rem 0; box-sizing: border-box; }
.treatment_frame ul { width: 90%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.treatment_frame ul li { display: grid; place-content: center; width: 50%; color: #ffffff; background-color: #f6b70a; text-align: center; border: #ffffff 2px solid; border-radius: 0.3rem; box-sizing: border-box; padding: 0.6rem 0; margin: 0 0 1rem 0; font-size: 1.2rem; height: 5.5rem; }
.treatment_frame ul li .f_s { font-size: 76%; padding-top: 0.2rem; }

@media screen and (min-width: 768px), print { .treatment_frame { background: url(../img/treatment_bg.jpg) no-repeat; background-position: center center; background-size: cover; padding: 114px 0 70px 0; box-sizing: border-box; }
  .treatment_frame ul { width: 1016px; margin: 0 auto; display: -webkit-flex; display: flex; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame ul li { width: 314px; color: #ffffff; background-color: #f6b70a; text-align: center; border: #ffffff 2px solid; border-radius: 0.3rem; box-sizing: border-box; padding: 16px 0; margin: 0 8px 16px 8px; font-size: 2rem; height: 8rem; } }
/* -----------------------------------------------------------
　クリニック概要
----------------------------------------------------------- */
.overview_frame { padding: 3rem 0 1rem 0; box-sizing: border-box; }
.overview_frame .overview_box { width: 96%; margin: 2rem auto 0 auto; }
.overview_frame .overview_box .access_box p { font-weight: bold; }
.overview_frame .overview_box .overview_box_left dl { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0; }
.overview_frame .overview_box .overview_box_left dl dt { min-height: 104px; color: #555555; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0 0 1.4rem 0; width: 30%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; background-color: #ffffff; border: #9a9a9a 1px solid; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.overview_frame .overview_box .overview_box_left dl dd { min-height: 104px; color: #555555; font-size: 1.4rem; margin: 0 0 1.4rem 0; width: 65%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; border-bottom: #9a9a9a 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.overview_frame .overview_box .overview_box_left dl dd a { text-decoration: none; color: #555555; font-size: 1.4rem; }
.overview_frame .overview_box .overview_box_right dl { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0; }
.overview_frame .overview_box .overview_box_right dl dt { min-height: 104px; color: #555555; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0 0 1.4rem 0; width: 30%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; background-color: #ffffff; border: #9a9a9a 1px solid; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.overview_frame .overview_box .overview_box_right dl dd { min-height: 104px; color: #555555; font-size: 1.4rem; margin: 0 0 1.4rem 0; width: 65%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; border-bottom: #9a9a9a 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.overview_frame .overview_box .overview_box_right dl dd a { text-decoration: none; color: #555555; font-size: 1.4rem; }
.overview_frame .overview_box .overview_box_right iframe.googlemap { width: 100%; height: 500px; border: none; }
.overview_frame .overview_box .overview_box_right a.map_btn { width: 80%; height: 8vw; color: #555555; font-size: 1.4rem; border: #555555 1px solid; border-radius: 2rem; text-decoration: none; margin: 1rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.overview_frame .overview_box .overview_box_right table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; table-layout: fixed; }
.overview_frame .overview_box .overview_box_right table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0.8rem 0; vertical-align: middle; color: #555555; background-color: #ffe7d6; width: 10%; }
.overview_frame .overview_box .overview_box_right table.timetable tr th.time_tit { width: 30%; }
.overview_frame .overview_box .overview_box_right table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem 0; vertical-align: middle; color: #fda86f; border-bottom: #9a9a9a 1px solid; }
.overview_frame .overview_box .overview_box_right table.timetable tr td i { color: #fda86f; }
.overview_frame .overview_box .overview_box_right table.timetable tr td.time { box-sizing: border-box; font-size: 1.2rem; color: #555555; }
.overview_frame .overview_box .overview_box_right table.timetable tr td.time span.point { color: #fda86f; }
.overview_frame .overview_box .overview_box_right table.timetable_sub tr th { border-bottom: #9a9a9a 1px solid; }
.overview_frame .overview_box .overview_box_right .notice_time { color: #555555; font-size: 1.2rem; margin: 0.6rem auto 0 auto; font-weight: normal; line-height: 1.6; }
.overview_frame .overview_box .overview_box_right .notice_time span.holiday { color: #ffffff; background-color: #d6103e; font-size: 1rem; padding: 0.4rem; margin: 0.5rem 0; display: inline-block; }
.overview_frame .overview_box .overview_box_right .notice_time span.icon { color: #fda86f; line-height: 1.5; }
.overview_frame .overview_box .overview_box_right .btn_box { text-align: center; padding: 2rem 0 0 0; }
.overview_frame .overview_box .overview_box_right .btn_box a { display: inline-block; padding: 1rem 2.5rem; background-color: #e43c00; color: #fff; text-decoration: none; font-size: 1.6rem; box-shadow: 0px 0px 6px 0px #ccc; border-radius: 5px; }

@media screen and (min-width: 768px), print { .overview_frame { padding: 96px 0 30px 0; box-sizing: border-box; }
  .overview_frame .overview_box { width: 1200px; margin: 0 auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview_frame .overview_box .overview_box_left { width: 595px; }
  .overview_frame .overview_box .overview_box_left dl { width: 590px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 0 5px; }
  .overview_frame .overview_box .overview_box_left dl dt { min-height: 44px; color: #555555; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; margin: 0 0 21px 0; width: 19%; padding: 0 0 0 0; box-sizing: border-box; line-height: 140%; background-color: #ffffff; border: #9a9a9a 1px solid; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview_frame .overview_box .overview_box_left dl dd { min-height: 44px; color: #555555; font-size: 1.8rem; margin: 0 0 17px 0; width: 80%; padding: 0 0 4px 0; box-sizing: border-box; line-height: 140%; border-bottom: #9a9a9a 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  .overview_frame .overview_box .overview_box_left dl dd a { text-decoration: none; color: #555555; font-size: 1.4rem; }
  .overview_frame .overview_box .overview_box_right { width: 595px; }
  .overview_frame .overview_box .overview_box_right dl { width: 590px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 0 5px; }
  .overview_frame .overview_box .overview_box_right dl dt { min-height: 44px; color: #555555; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; margin: 0 0 21px 0; width: 19%; padding: 0 0 0 0; box-sizing: border-box; line-height: 140%; background-color: #ffffff; border: #9a9a9a 1px solid; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview_frame .overview_box .overview_box_right dl dd { min-height: 44px; color: #555555; font-size: 1.8rem; margin: 0 0 17px 0; width: 80%; padding: 0 0 4px 0; box-sizing: border-box; line-height: 140%; border-bottom: #9a9a9a 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  .overview_frame .overview_box .overview_box_right dl dd a { text-decoration: none; color: #555555; font-size: 1.4rem; }
  .overview_frame .overview_box .overview_box_right table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 590px; text-align: center; border-collapse: collapse; box-sizing: border-box; }
  .overview_frame .overview_box .overview_box_right table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 14px 0; vertical-align: middle; background-color: #ffe7d6; width: 53.5; }
  .overview_frame .overview_box .overview_box_right table.timetable tr th.time_tit { width: 30%; }
  .overview_frame .overview_box .overview_box_right table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #fda86f; border-bottom: #9a9a9a 1px solid; }
  .overview_frame .overview_box .overview_box_right table.timetable tr td i { color: #fda86f; }
  .overview_frame .overview_box .overview_box_right table.timetable tr td.time { width: 162px; box-sizing: border-box; font-size: 1.8rem; color: #555555; }
  .overview_frame .overview_box .overview_box_right .notice_time { color: #555555; font-size: 1.8rem; margin: 12px auto 0 auto; font-weight: normal; }
  .overview_frame .overview_box .overview_box_right .notice_time span.holiday { color: #ffffff; background-color: #d6103e; font-size: 1.4rem; padding: 6px 12px; margin: 0 10px 0 0; }
  .overview_frame .overview_box .overview_box_right iframe.googlemap { width: 100%; height: 410px; border: none; }
  .overview_frame .overview_box .overview_box_right a.map_btn { width: 255px; height: 35px; color: #555555; font-size: 1.8rem; border: #555555 1px solid; border-radius: 2rem; text-decoration: none; margin: 16px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview_frame .overview_box .overview_box_right .btn_box { text-align: center; padding: 4rem 0 0 0; }
  .overview_frame .overview_box .overview_box_right .btn_box a { display: inline-block; padding: 1.8rem 4.5rem; background-color: #e43c00; color: #fff; text-decoration: none; font-size: 2.2rem; box-shadow: 0px 0px 6px 0px #ccc; border-radius: 5px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .copyright { margin: 0; text-align: center; color: #ffffff; font-size: 1.2rem; padding: 1rem 0; background-color: #e43c00; }
footer .footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 1rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
footer .footer_link div.footer_tel { width: 80%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #e43c00; text-decoration: none; border-radius: 0.6rem; }
footer .footer_link div.footer_tel a { display: block; width: 100%; height: 100%; text-decoration: none; color: #fff; padding: 1rem 0; }
footer .footer_link .smoothScrolls { background-color: #e43c00; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
footer .footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer .copyright { margin: 0; text-align: center; color: #ffffff; font-size: 1.6rem; padding: 0; background-color: #e43c00; height: 85px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  footer .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

#pagetop { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; float: right; margin: 0px; padding: 0px; }
  #linkpagetop { float: left; }
  #linkpagetop a { width: 70px; height: 70px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border: #e43c00 2px solid; border-radius: 50%; padding: 9px 0 0 0; box-sizing: border-box; text-decoration: none; }
  #linkpagetop a i { color: #e43c00; font-size: 4rem; }
  #pagetop { display: block; position: fixed; bottom: 90px; left: 50%; margin: 0 0 0 610px; height: 90px; text-align: center; }
  #pagetop a { display: block; } }
@media screen and (min-width: 768px) and (max-width: 1500px), print { #pagetop { position: fixed; bottom: 98px; left: 90%; margin: 0 0 0 0; height: 60px; text-align: center; } }
/* ----------------------------------------------------------- メールフォーム
----------------------------------------------------------- */
.mail_form { width: 96%; margin: auto; padding: 2rem 0; }

#mailformpro table.form_table { font-size: 1.4rem; line-height: 140%; width: 100%; }
#mailformpro table.form_table tr th { display: block; font-weight: normal; padding: 1rem 0 1rem 1rem; box-sizing: border-box; border: #555555 1px solid; vertical-align: middle; text-align: center; }
#mailformpro table.form_table tr th .point { display: inline-block; background-color: red; color: #fff; font-size: 1.2rem; padding: 0 0.6rem; border-radius: 5px; margin-right: 0.5rem; }
#mailformpro table.form_table tr td { display: block; padding: 1rem 0; box-sizing: border-box; border-left: #555555 1px solid; border-right: #555555 1px solid; vertical-align: middle; text-align: center; }
#mailformpro table.form_table tr td ol { list-style-type: none; }
#mailformpro table.form_table tr td input[type="text"], #mailformpro table.form_table tr td input[type="tel"], #mailformpro table.form_table tr td input[type="email"] { font-size: 1.4rem; width: 90%; margin: 0 0 1rem 0; }
#mailformpro table.form_table tr td input[type="radio"] { margin: 0 0 0 0; }
#mailformpro table.form_table tr td select { font-size: 1.4rem; width: 90%; }
#mailformpro table.form_table tr td textarea { font-size: 1.4rem; width: 90%; min-height: 40vw; }
#mailformpro table.form_table tr td textarea::placeholder { font-size: 1.2rem; opacity: 0.8; }
#mailformpro table.form_table tr:last-child td { border-bottom: #555555 1px solid; }
#mailformpro .mfp_element_text, #mailformpro .mfp_element_number, #mailformpro .mfp_element_select-one, #mailformpro .mfp_element_email, #mailformpro .mfp_element_tel, #mailformpro .mfp_element_textarea, #mailformpro .mfp_element_date, #mailformpro .mfp_element_password { width: 100% !important; }

.mfp_element_submit { background: #e43c00 !important; text-shadow: none !important; }

.mfp_buttons .submit { font-size: 1.6rem; padding: 1rem 2rem; color: #fff; }
.mfp_buttons .reset { font-size: 1.8rem; }

.privacy_policy { height: 60vw; overflow-y: scroll; border: #555555 1px solid; padding: 1rem; box-sizing: border-box; }

.privacy_policy ::-webkit-scrollbar { width: 12px; }

.privacy_policy ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background: #555555; }

.privacy_policy ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 768px), print { .mail_form { width: 1200px; margin: auto; padding: 2rem 0 6rem 0; }
  #mailformpro { margin: auto; }
  #mailformpro table.form_table { font-size: 1.8rem; line-height: 140%; }
  #mailformpro table.form_table tr th { width: 280px; display: table-cell; text-align: left; font-weight: normal; padding: 1.5rem 0 1.5rem 1rem; box-sizing: border-box; border: #555555 1px solid; vertical-align: middle; }
  #mailformpro table.form_table tr td { width: 700px; display: table-cell; text-align: left; border-left: #555555 1px solid; border-right: #555555 1px solid; border-top: #555555 1px solid; padding: 1.5rem 0 1.5rem 3rem; box-sizing: border-box; vertical-align: middle; line-height: 140%; }
  #mailformpro table.form_table tr td ol { list-style-type: none; }
  #mailformpro table.form_table tr td ol li { margin: 0 0 5px 0; }
  #mailformpro table.form_table tr td input[type="text"], #mailformpro table.form_table tr td input[type="tel"], #mailformpro table.form_table tr td input[type="email"] { font-size: 2rem; width: 300px; margin: 0 1rem 0 0; }
  #mailformpro table.form_table tr td input[type="radio"] { margin: 0 0 0 0; }
  #mailformpro table.form_table tr td select { font-size: 2rem; width: 300px; }
  #mailformpro table.form_table tr td textarea { font-size: 2rem; width: 700px; min-height: 300px; }
  #mailformpro table.form_table tr td textarea::placeholder { font-size: 1.5rem; }
  #mailformpro table.form_table tr:last-child td { border-bottom: #555555 1px solid; }
  #mailformpro .mfp_element_text, #mailformpro .mfp_element_number, #mailformpro .mfp_element_select-one, #mailformpro .mfp_element_email, #mailformpro .mfp_element_tel, #mailformpro .mfp_element_date, #mailformpro .mfp_element_password { width: 40% !important; }
  .mfp_buttons .submit { font-size: 2.5rem; padding: 1.5rem 4rem; background-color: #e43c00; color: #fff; }
  .mfp_buttons .reset { font-size: 1.8rem; }
  .privacy_policy { height: 400px; overflow-y: scroll; border: #555555 1px solid; padding: 20px; box-sizing: border-box; } }
/* ----------------------------------------------------------- Thanks.html
----------------------------------------------------------- */
body.thanks { background-color: #fff; text-align: start; }
body.thanks .catch_copy { padding: 63px 0 0 0; }
body.thanks .catch_copy h2 { color: #e43c00; }

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