@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*紺色*/
/*灰色*/
/*青１*/
/*水色*/
/*青２*/
/*青２*/
/*灰色*/
/*灰色2*/
/*水色*/
/*灰色2*/
/*水色2*/
/*赤茶色*/
/*黄土色*/
/*黒*/
/*赤*/
/*ピンク*/
/*茶色*/
/*薄茶色*/
/*クリーム色*/
/*茶色2*/
/*オレンジ*/
/*こげ茶*/
/*薄黄色*/
/*灰色*/
/*茶色*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }
section.blog_section { margin: 0 0 3rem 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

.text_emphasis { font-weight: bold; color: #0e5db5; }

.img_border img { border: solid 1px #dae0e2; }

a.anchor { display: block; margin-top: -95px; padding-top: 90px; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 40px 0 0 0; }
  section.first { margin: 0 0 0 0; }
  section.blog_section { margin: 0 0 40px 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; }
  a.anchor { display: none; } }
.link_arrow { position: relative; display: inline-block; padding-left: 15px; color: #222; text-decoration: none; }
@media screen and (min-width: 768px), print { .link_arrow:hover { text-decoration: underline; } }
.link_arrow::before { content: ''; width: 5px; height: 5px; border: 0px; border-top: solid 2px #2e98e5; border-right: solid 2px #2e98e5; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; left: 0; margin-top: -4px; }

/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 2rem auto 0 auto; padding: 0; }
article.article_low { margin: 1rem auto 0 auto; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.main { width: 96%; margin: 0 auto 3rem auto; }

.main_blog { width: 96%; margin: 2rem auto 3rem auto; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 50px auto 0 auto; padding: 0 0 0 0; }
  article.article_low { margin: 20px auto 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 0; }
  .main { width: 1080px; margin: 0 auto 60px auto; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
/* 固定ヘッダーMENU（SPのみ） */
.toplink { position: fixed; width: 100%; padding: 0; top: 0; left: 0; right: 0; z-index: 998; font-size: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.toplink .btn { width: 25%; cursor: pointer; }
.toplink .btn a { display: block; width: 100%; text-align: center; text-decoration: none; color: #fff; padding: 1rem 0; }
.toplink .btn a:hover { opacity: .5; }
.toplink .btn a span { display: block; padding: .5rem 0 0; font-size: 72%; }
.toplink .btn._reserve a { background: #1e90ff; }
.toplink .btn._time-map a { background: #9dd07b; }
.toplink .btn._menu a { background: #ffd966; }
.toplink .btn._tel a { background: #f4b183; }

@media (min-width: 768px) { .toplink { display: none !important; } }
#menu_modal { position: fixed; top: 0px; left: 0; height: 100%; width: 100%; background: #F0F3F7; z-index: 1039; overflow-y: auto; overflow-x: auto; }
#menu_modal .btn_close a { display: block; text-align: center; width: 60px; height: 55px; position: absolute; cursor: pointer; right: 5%; top: 2vw; padding: .5rem 0; background-color: #202962; color: #fff; text-decoration: none; }
#menu_modal .btn_close a i { display: block; font-size: 2.8rem; }
#menu_modal .btn_close a span { display: block; margin: .5rem auto 0; color: #fff; text-decoration: none; font-size: .8rem; }
#menu_modal a.nav-link { padding: 1rem 0 !important; font-weight: bold; }
#menu_modal .dropdown-menu.show { position: static !important; float: none !important; top: auto !important; left: auto !important; -webkit-transform: none !important; transform: none !important; display: inline-block; -webkit-box-shadow: none !important; box-shadow: none !important; padding-right: 0 !important; padding-left: 0 !important; background: transparent; }
#menu_modal .dropdown-menu.show a.dropdown-item { padding-left: 0; padding-right: 0; font-size: 0.8rem !important; padding-left: 1.5rem; }

header { display: block; height: 90vw; overflow: hidden; margin: 0 auto; border-bottom: #e5e5e5 1px solid; }
header .head_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 96%; margin: 90px auto 0; padding: 0 0 1rem 0; }
header .head_frame .head_logo { width: 80%; margin: 0.5rem 0 0 0; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_info { width: 100%; margin: 1rem auto 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header .head_frame .head_info .head_info_text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
header .head_frame .head_info .head_info_text .head_tel { text-align: center; font-size: 3rem; margin: 0 0 0.4rem 0; }
header .head_frame .head_info .head_info_text .head_tel i { color: #202962; }
header .head_frame .head_info .head_info_text .head_tel span { color: #202962; }
header .head_frame .head_info .head_info_text .head_tel a { color: #202962; text-decoration: none; }
header .head_frame .head_info .head_info_text .logo_txt { text-align: center; color: #1e90ff; margin: 0 0 0.5rem; font-weight: bold; }
header .head_frame .head_info .head_info_text .head_address { text-align: center; margin: 0 0 0.5rem 0; }
header .head_frame .head_info .head_info_btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
header .head_frame .head_info .head_info_btn a { width: 48%; /*display: block;*/ }
header .head_frame .head_info .head_info_btn a img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { header { display: block; height: 126px; overflow: hidden; margin: 0 auto; border-bottom: #e5e5e5 1px solid; }
  header .head_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1080px; margin: 0 auto; padding: 0 0 1rem 0; }
  header .head_frame .head_logo { width: 420px; margin: 12px 0 0 0; }
  header .head_frame .head_logo .logo_txt { margin-top: 0; text-align: left; padding-left: 105px; color: #1e90ff; font-weight: bold; }
  header .head_frame .head_logo img { width: 420px; height: auto; }
  header .head_frame .head_info { width: 500px; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  header .head_frame .head_info .head_info_text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  header .head_frame .head_info .head_info_text .head_tel { text-align: center; font-size: 2.4rem; margin: 0 0 4px 0; }
  header .head_frame .head_info .head_info_text .head_tel i { color: #202962; }
  header .head_frame .head_info .head_info_text .head_tel span { color: #202962; font-weight: bold; }
  header .head_frame .head_info .head_info_text .head_tel a { color: #202962; text-decoration: none; }
  header .head_frame .head_info .head_info_text .head_address { text-align: center; margin: 0 0 8px 0; margin: 0 0 8px 0; /*font-size: 1.4rem;*/ }
  header .head_frame .head_info .head_info_btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 340px; margin: 0 0 0 14.5rem; }
  header .head_frame .head_info .head_info_btn a { width: 168px; /* display: block;*/ margin-left: 10px; }
  header .head_frame .head_info .head_info_btn a img { width: 168px; height: auto; }
  header .head_frame .head_info .head_info_btn a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_bg .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 50vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.key_visual_bg .key_visual p { font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; padding: 1rem; background-color: rgba(255, 255, 255, 0.8); color: #202962; width: 80%; }

.key_visual_low { background-color: #f1f9fd; 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; height: 30vw; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: normal; }

@media screen and (min-width: 768px), print { .key_visual_bg { height: 500px; background-color: #f1f9fd; position: relative; z-index: 0; }
  .key_visual_bg .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; width: 1080px; height: 500px; margin: 0 auto; position: relative; z-index: 1; 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; }
  .key_visual_bg .key_visual p { font-size: 3rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; padding: 0; background-color: rgba(255, 255, 255, 0.8); color: #202962; width: 750px; height: 150px; 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; }
  .key_visual_low { background-color: #f1f9fd; 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; height: 200px; font-size: 3.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: normal; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 48px; margin: 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav { width: 980px; height: 28px; margin: 26px auto 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 980px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 28px; padding: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 28px; text-align: center; font-weight: normal; }
  .main_nav_pc nav ul li a { display: block; color: #222222; height: 28px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 5px 0 0 0; font-size: 1.6rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; line-height: 100%; text-align: center; text-decoration: none; }
  .main_nav_pc nav ul li a span { display: block; font-size: 1rem; }
  .main_nav_pc nav ul li a:hover { border-bottom: #0e5db5 1px solid; } }
/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
.emphasis { color: #202962; font-weight: bold; font-size: 2.2rem; }

.text_link { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; color: #202962; }

@media screen and (min-width: 768px), print { .emphasis { color: #202962; font-weight: bold; font-size: 3rem; }
  .text_link { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; color: #202962; }
  .text_link:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　新型コロナウィルス感染対策
----------------------------------------------------------- */
.bnr { margin: 0 auto; text-align: center; }
.bnr img { width: 100%; max-width: 760px; height: auto; margin: 0 auto 2rem; }
.bnr a:hover { opacity: 0.7; }

/* -----------------------------------------------------------
　診察券バナー
----------------------------------------------------------- */
.bnr2 { margin: 0 auto; text-align: center; }
.bnr2 img { width: 80%; max-width: 760px; height: auto; margin: 0 auto; }
.bnr2 a:hover { opacity: 0.7; }

/* -----------------------------------------------------------
　診察券バナー
----------------------------------------------------------- */
@media screen and (min-width: 768px), print { .bnr_wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 1080px; margin: 0 auto; } }
.bnr_wrap .bnr_box { margin: 0 auto 2rem; }
.bnr_wrap .bnr_box img { max-width: 100%; vertical-align: bottom; }
@media screen and (min-width: 768px), print { .bnr_wrap .bnr_box { width: 500px; margin: 0 0 3rem; } }
.bnr_wrap .bnr_box > div { height: 100%; border-radius: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.bnr_wrap .bnr_box > div a { display: block; width: 100%; height: 100%; text-decoration: none; color: #222; -webkit-box-sizing: border-box; box-sizing: border-box; }
.bnr_wrap .bnr_box .bnr_mouthpiece { border: 1px solid #e8e8e8; background: url(../images/bnr_mouthpiece_bg.jpg) no-repeat right center/contain; }
.bnr_wrap .bnr_box .bnr_mouthpiece a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; padding: 1em; }
@media screen and (min-width: 768px), print { .bnr_wrap .bnr_box .bnr_mouthpiece a { padding: 1.5em; } }
.bnr_wrap .bnr_box .bnr_mouthpiece a p { width: 100%; margin: 0; font-weight: bold; text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; }
.bnr_wrap .bnr_box .bnr_mouthpiece a p.lead_txt { margin: 0 0 0.2em; }
.bnr_wrap .bnr_box .bnr_mouthpiece a p.lead_txt .lead_sub { padding: 0 0.2em 0 0; }
.bnr_wrap .bnr_box .bnr_mouthpiece a p.lead_txt .lead_main { color: #fe421c; font-size: 1.2em; }
@media screen and (min-width: 768px), print { .bnr_wrap .bnr_box .bnr_mouthpiece a p.lead_txt .lead_main { font-size: 1.3em; } }
.bnr_wrap .bnr_box .bnr_mouthpiece a p.logo_tit img { padding: 0 0.3em 0 0; vertical-align: baseline; position: relative; top: 4px; }
.bnr_wrap .bnr_box .bnr_mouthpiece a p.logo_tit span { font-size: 1.2em; }
@media screen and (min-width: 768px), print { .bnr_wrap .bnr_box .bnr_mouthpiece a p.logo_tit span { font-size: 1.3em; } }
.bnr_wrap .bnr_box .bnr_muse { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #55ace1; }
.bnr_wrap .bnr_box .bnr_muse figure { width: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #55ace1; }
.bnr_wrap .bnr_box .bnr_muse p { width: 90%; width: calc(100% - 150px); height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 1em; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; }
@media screen and (min-width: 768px), print { .bnr_wrap .bnr_box .bnr_muse p { font-size: 1.6rem; } }

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice { margin: 0; padding: 0 0 2rem 0; }
.notice .notice_title h2.notice { color: #bace_color; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2rem; text-align: center; font-weight: normal; }
.notice .notice_title h2.notice::before { content: "-"; margin: 0 1rem 0 0; }
.notice .notice_title h2.notice::after { content: "-"; margin: 0 0 0 1rem; }
.notice .notice_frame { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0 auto; box-sizing: border-box; overflow: hidden; height: 60vw; }
.notice .notice_frame dl { overflow-y: scroll; height: 60vw; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem; }
.notice .notice_frame dl dt { margin: 0 0 1rem 0; color: #222222; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; }
.notice .notice_frame dl dd { color: #222222; margin: 0 0 2rem 0; font-size: 1.4rem; line-height: 120%; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #e5e5e5 1px solid; }

@media screen and (min-width: 768px), print { .notice { margin: 0; padding: 0; width: 1080px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 256px; }
  .notice .notice_title { width: 295px; height: 256px; 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; }
  .notice .notice_title h2.notice { color: #bace_color; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 3.4rem; text-align: center; width: 210px; height: 44px; font-weight: normal; display: block; }
  .notice .notice_title h2.notice::before { content: "-"; margin: 0 1rem 0 0; }
  .notice .notice_title h2.notice::after { content: "-"; margin: 0 0 0 1rem; }
  .notice .notice_frame { -webkit-box-sizing: border-box; box-sizing: border-box; width: 785px; margin: 0 auto; box-sizing: border-box; overflow: hidden; height: 256px; }
  .notice .notice_frame dl { overflow-y: scroll; height: 256px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem; }
  .notice .notice_frame dl dt { margin: 0 0 1rem 0; color: #222222; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; }
  .notice .notice_frame dl dd { color: #222222; margin: 0 0 2rem 0; font-size: 1.6rem; line-height: 120%; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #e5e5e5 1px solid; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　患者様の満⾜度調査を実施しております
----------------------------------------------------------- */
.investigation { border: 4px solid #3166ad; background-color: #F0F4FF; padding: 30px; }
.investigation h2.top { margin-top: 10px; }
.investigation a.jidv { width: 100%; height: 33vh; background-image: url(../images/jidv_banner_sp.jpg); background-repeat: no-repeat; background-size: contain; display: block; text-indent: -9999px; }
.investigation p:last-child { margin-bottom: 0; }

@media screen and (min-width: 768px), print { .investigation a.jidv { width: 1000px; margin-left: auto; margin-right: auto; height: 160px; background-image: url(../images/jidv_banner_pc.jpg); background-repeat: no-repeat; background-size: contain; display: block; text-indent: -9999px; } }
/* -----------------------------------------------------------
　那須歯科医院が選ばれる理由
----------------------------------------------------------- */
.reason_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; margin: 0 auto; }
.reason_box a { display: block; margin: 0 0 3rem 0; text-decoration: none; color: #222222; }
.reason_box a img { width: 100%; height: auto; }
.reason_box a p { font-size: 1.4rem; margin: 15px 0 15px 0; line-height: 140%; letter-spacing: 0.05em; }
.reason_box a p span { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; display: block; color: #3166ad; font-weight: bold; margin: 0 0 0.4rem 0; }

@media screen and (min-width: 768px), print { .reason_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .reason_box a { display: block; margin: 0 0 3rem 0; width: 500px; color: #222222; text-decoration: none; }
  .reason_box a img { width: 100%; height: auto; }
  .reason_box a p { font-size: 1.6rem; margin: 1rem 0 0 0; line-height: 140%; }
  .reason_box a p span { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; display: block; color: #3166ad; font-weight: bold; margin: 0 0 0.4rem 0; }
  .reason_box a:hover { opacity: 0.6; } }
.list_txt { background-color: #eef1fa; padding: 15px; margin-bottom: 2rem; }
.list_txt .ttl { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; display: block; color: #3166ad; font-weight: bold; margin: 0 0 0.4rem 0; }
.list_txt .text { margin-bottom: 0 !important; }

@media screen and (min-width: 768px), print { .list_txt .ttl { font-size: 2.4rem; }
  .list_txt .text { margin-bottom: 0 !important; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.index_treatment { background-color: #f9f9f9; }
.index_treatment .treatment_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 96%; margin: 0 auto; }
.index_treatment .treatment_box a { width: 48%; display: block; margin: 0 0 3rem 0; text-align: center; background-color: #ffffff; border: #e5e5e5 1px solid; border-radius: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
.index_treatment .treatment_box a img { width: 60%; height: auto; padding: 1rem 0 0 0; }
.index_treatment .treatment_box a span { display: block; font-size: 1.4rem; margin: 15px 0 15px 0; line-height: 140%; letter-spacing: 0.05em; color: #2e98e5; text-align: center; border-top: #e5e5e5 1px solid; padding: 0.6rem 0 0 0; }

@media screen and (min-width: 768px), print { .index_treatment { background-color: #f9f9f9; padding: 0 0 20px 0; }
  .index_treatment .treatment_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .index_treatment .treatment_box a { width: 184px; height: 184px; display: block; margin: 0 40px 44px 0; text-align: center; background-color: #ffffff; border: #e5e5e5 1px solid; border-radius: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; }
  .index_treatment .treatment_box a:nth-child(5n) { margin-right: 0; }
  .index_treatment .treatment_box a img { width: 110px; height: auto; padding: 20px 0 0 0; }
  .index_treatment .treatment_box a span { display: block; font-size: 1.8rem; margin: 15px 0 15px 0; line-height: 140%; letter-spacing: 0.05em; color: #2e98e5; text-align: center; border-top: #e5e5e5 1px solid; padding: 0.6rem 0 0 0; }
  .index_treatment .treatment_box a:hover { opacity: 0.6; } }
/* ----------------------------------------------------------- 院長ご挨拶
----------------------------------------------------------- */
.doctor_frame div { width: 96%; margin: 0 auto; }
.doctor_frame div img { width: 80%; height: auto; display: block; margin: 0 auto 1rem auto; }
.doctor_frame div p.list_p { margin: 0; }
.doctor_frame div ul { margin: 0; }
.doctor_frame div ul li:last-child { margin: 0 0 0 1.8rem; }

@media screen and (min-width: 768px), print { .doctor_frame { margin: 55px 0 0 0; }
  .doctor_frame div { width: 1080px; margin: 0 auto; height: 830px; background: url(../images/index_doctor.jpg) no-repeat; background-position: right center; padding: 5px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .doctor_frame div img { display: none; }
  .doctor_frame div p { margin: 0 0 32px 0; }
  .doctor_frame div p.list_p { margin: 0; }
  .doctor_frame div ul { margin: 0; }
  .doctor_frame div ul li:last-child { margin: 0 0 0 25px; } }
/* -----------------------------------------------------------
　TOPボタン
----------------------------------------------------------- */
.btn_frame { background: url(../images/index_btn_bg.gif) repeat; padding: 2rem 0; }
.btn_frame .btn_wrapper a { color: #202962; text-decoration: none; border: #e5e5e5 1px solid; border-radius: 0.6rem; padding: 2rem 0; display: block; background-color: #ffffff; text-align: center; font-weight: bold; width: 80%; margin: 0 auto 1rem auto; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .btn_frame { background: url(../images/index_btn_bg.gif) repeat; padding: 2rem 0; height: 200px; 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; }
  .btn_frame .btn_wrapper { width: 1080px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .btn_frame .btn_wrapper a { display: block; color: #202962; text-decoration: none; border: #e5e5e5 1px solid; border-radius: 0.6rem; padding: 30px 0; display: block; background-color: #ffffff; text-align: center; font-weight: bold; width: 520px; margin: 0 auto 1rem auto; font-size: 2rem; }
  .btn_frame .btn_wrapper a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　SNS
----------------------------------------------------------- */
.sns_frame { width: 96%; margin: 2rem auto 1rem auto; }
.sns_frame a { display: block; }
.sns_frame a img { width: 90%; margin: 0 auto 1rem auto; display: block; }

@media screen and (min-width: 768px), print { .sns_frame { width: 1080px; margin: 40px auto 40px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .sns_frame a { display: block; width: 520px; }
  .sns_frame a img { width: 520px; margin: 0; display: block; }
  .sns_frame a:hover { opacity: 0.6; } }
.sns_frame2 { width: 96%; margin: 0rem auto 4rem auto; }
.sns_frame2 img { width: 90%; margin: 0 auto 1rem auto; display: block; }

@media screen and (min-width: 768px), print { .sns_frame2 { width: 1080px; margin: 0px auto 80px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .sns_frame2 img { width: 520px; margin: 0 auto; display: block; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
table.timetable tr.line { border-bottom: #c0c0c0 1px solid; }
table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem 0; vertical-align: middle; color: #202962; border-bottom: #c0c0c0 1px solid; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem 0; vertical-align: middle; color: #202962; }
table.timetable tr td.time { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1rem; color: #222222; }

.notice_time { color: #222222; font-size: 1.2rem; margin: 0.6rem auto 0 auto; width: 100%; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  table.timetable tr.line { border-bottom: #c0c0c0 1px solid; }
  table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 12px 0; vertical-align: middle; color: #202962; border-bottom: #c0c0c0 1px solid; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 12px 0; vertical-align: middle; color: #202962; }
  table.timetable tr td.time { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; color: #222222; }
  .notice_time { color: #222222; font-size: 1.6rem; margin: 1rem 0 0 0; width: auto; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { width: 100%; margin: 4rem auto 0 auto; padding: 2rem 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #eef1fa; }
.overview h2.overview_title { text-align: center; width: 100%; }
.overview h2.overview_title img { width: 70%; }
.overview .overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 0 0; padding: 0 0 0 0; }
.overview .overview_frame .overview_frame_left { width: 98%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2rem 2% 0 2%; }
.overview .overview_frame .overview_frame_left dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; color: #222222; }
.overview .overview_frame .overview_frame_left dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.4rem; font-weight: bold; margin: 0 0 1px 0; width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #202962; border-bottom: #202962 1px solid; text-align: center; }
.overview .overview_frame .overview_frame_left dl dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #222222; font-size: 1.4rem; margin: 0 0 1px 0; width: 75%; padding: 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #c0c0c0 1px solid; }
.overview .overview_frame .overview_frame_left dl dd span { color: #202962; font-weight: bold; font-size: 2rem; }
.overview .overview_frame .overview_frame_left dl dd a { color: #202962; font-weight: bold; font-size: 2rem; }
.overview .overview_frame .overview_frame_left dl dd.reserve a img { width: 168px; height: auto; }
.overview .overview_frame .overview_frame_left .timetable_frame { background-color: #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.6rem; }
.overview .overview_frame .overview_frame_left .timetable_frame table { width: 100%; margin: 0 auto; }
.overview .overview_frame .overview_frame_right { width: 98%; margin: 2rem auto 0 auto; border: #c0c0c0 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2% 0 2%; }
.overview .overview_frame .overview_frame_right iframe { width: 100%; margin: 0 auto; height: 500px; }

.overview_link { display: none; }

.bana_link { width: 100%; margin: 0; text-align: center; background-color: #f9f9f9; padding: 2rem 0 1rem 0; }
.bana_link div a { display: block; width: 90%; margin: 0 auto 1rem auto; }
.bana_link div a img { width: 100%; display: block; }

@media screen and (min-width: 768px), print { .overview { height: a; width: 100%; margin: 100px auto 0 auto; padding: 60px 0 30px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #eef1fa; }
  .overview h2.overview_title { text-align: center; width: 100%; }
  .overview h2.overview_title img { width: 350px; height: auto; }
  .overview .overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 30px auto 0 auto; padding: 0 0 0 0; width: 1080px; }
  .overview .overview_frame .overview_frame_left { width: 520px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
  .overview .overview_frame .overview_frame_left dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 18px 0; line-height: 180%; color: #222222; }
  .overview .overview_frame .overview_frame_left dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 1.6rem; font-weight: bold; margin: 0 0 0 0; padding: 22px 0; width: 100px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #202962; border-bottom: #202962 1px solid; }
  .overview .overview_frame .overview_frame_left dl dt.phone { padding: 16px 0; }
  .overview .overview_frame .overview_frame_left dl dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #222222; font-size: 1.6rem; margin: 0 0 0 0; width: 420px; padding: 22px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #c0c0c0 1px solid; }
  .overview .overview_frame .overview_frame_left dl dd.phone { padding: 12px 0; }
  .overview .overview_frame .overview_frame_left dl dd span { color: #202962; font-weight: bold; font-size: 2.4rem; }
  .overview .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
  .overview .overview_frame .overview_frame_right { width: 520px; margin: 0; border: #c0c0c0 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
  .overview .overview_frame .overview_frame_right iframe { width: 100%; margin: 0 auto; height: 100%; }
  .overview .overview_frame .overview_frame_right a { text-align: right; color: #222222; font-size: 1.6rem; text-decoration: none; display: block; }
  .overview_link { display: block; width: 1080px; margin: 0 auto; padding: 10px 0 40px 0; }
  .overview_link p { font-weight: bold; font-size: 1.6rem; border-bottom: #e5e5e5 1px solid; margin: 0 0 20px 0; padding: 0 0 2px 0; }
  .overview_link ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 4px 0; }
  .overview_link ul li { width: 25%; margin: 0 0 16px 0; }
  .overview_link ul li a { text-decoration: none; color: #222222; font-size: 1.4rem; }
  .overview_link ul li a:hover { text-decoration: underline; }
  .overview_link ul li a::before { content: "-"; margin: 0 8px 0 0; }
  .bana_link { width: 100%; margin: 0; text-align: center; background-color: #f9f9f9; padding: 20px 0 20px 0; }
  .bana_link div { width: 1080px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .bana_link div a { display: block; width: 340px; margin: 0 0 1rem 0; }
  .bana_link div a img { width: 100%; display: block; }
  .bana_link div a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .copyright { margin: 0; text-align: center; color: #ffffff; background-color: #2e98e5; font-size: 1.2rem; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding: 1rem 0; }
footer .copyright a { color: #ffffff; text-decoration: none; }
footer .foot_bnr { position: fixed; bottom: 0; display: block; width: 100%; }
footer .foot_bnr ul { display: block; width: 100%; }
footer .foot_bnr ul li { display: block; width: 100%; }
footer .foot_bnr ul li a { display: block; width: 100%; height: 8vh; color: #fff; text-align: center; background-color: #1e90ff; line-height: 8vh; font-size: 1.4rem; text-decoration: none; }

@media screen and (min-width: 768px), print { footer .copyright { margin: 0; text-align: center; color: #ffffff; background-color: #2e98e5; font-size: 1.4rem; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding: 30px 0; }
  footer .copyright a { color: #ffffff; text-decoration: none; }
  footer .foot_bnr { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 70%; height: auto; }

#pagetop { position: fixed; bottom: 18vw; right: 0px; height: 13vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 80px; height: auto; }
  #pagetop { position: fixed; bottom: 90px; left: 50%; margin: 0 0 0 560px; height: 90px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 48px; left: 90%; margin: 0 0 0 0; height: 48px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: block; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #202962; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.8rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; font-weight: normal; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li a img { display: none; }
.drawr ul.hbg li a br { display: none; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; 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: 42px; background: #ffffff; content: ''; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); 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 { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); 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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 55px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #202962; }

/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 300px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 300px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru.aj { margin: 4rem 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru.aj { margin: 40px 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1080px; }
  dl.bio_list dt { width: 130px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 950px; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*リスト*/
h1 { margin: 0; }

h2.top { color: #bace_color; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2rem; text-align: center; font-weight: normal; margin: 2rem auto 1rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 96%; }
h2.top::before { content: "-"; margin: 0 0.4rem 0 0; display: block; }
h2.top::after { content: "-"; margin: 0 0 0 0.4rem; display: block; }
h2.first { margin: 0 auto 1rem auto; }

h3 { background-color: #3166ad; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 1rem 0; font-size: 1.8rem; }
h3.first { margin: 0 0 1rem 0; }

h4 { background-color: #bfdfff; color: #3166ad; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 1rem 0; font-size: 1.6rem; }
h4.first { margin: 0 0 1rem 0; }

h5 { color: #3166ad; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 2rem 0 1rem 0; font-size: 1.5rem; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top { color: #bace_color; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 3.4rem; text-align: center; font-weight: normal; margin: 60px auto 40px auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }
  h2.top::before { content: "-"; margin: 0 20px 0 0; display: block; }
  h2.top::after { content: "-"; margin: 0 0 0 20px; display: block; }
  h2.first { margin: 0 auto 40px auto; }
  h3 { background-color: #3166ad; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 18px 16px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 50px 0 20px 0; font-size: 3rem; }
  h3.first { margin: 0 0 20px 0; }
  h4 { background-color: #bfdfff; color: #3166ad; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 14px 18px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 40px 0 20px 0; font-size: 2.4rem; }
  h4.first { margin: 0 0 20px 0; }
  h5 { color: #3166ad; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 40px 0 20px 0; font-size: 2rem; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside { display: block; width: 100%; background: url(../images/aside_bg.gif) repeat; height: auto; }
aside ul { width: 100%; margin: 0 auto; list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 2rem 0; }
aside ul li { width: 48%; text-align: center; margin: 0 0 2rem 0; }
aside ul li a { font-size: 1.4rem; display: block; text-decoration: none; color: #222222; }
aside ul li a img { width: 80%; height: auto; display: block; margin: 0 auto 1rem auto; }

@media screen and (min-width: 768px), print { aside { display: block; width: 100%; background: url(../images/aside_bg.gif) repeat-x; height: 350px; }
  aside ul { width: 1080px; margin: 0 auto; list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 2rem 0; }
  aside ul li { width: 154px; text-align: center; margin: 0 0 2rem 0; }
  aside ul li a { font-size: 2rem; display: block; text-decoration: none; color: #222222; }
  aside ul li a img { width: 134px; height: auto; display: block; margin: 0 auto 1rem auto; }
  aside ul li a:hover { opacity: 0.6; }
  aside ul li:nth-child(odd) { margin: 40px 0 0 0; }
  aside ul li:nth-child(even) { margin: 80px 0 0 0; } }
/*----------------------------------------------------------- 下層
----------------------------------------------------------- */
.low_tel span { color: #202962; font-weight: bold; font-size: 2rem; }
.low_tel a { color: #202962; font-weight: bold; font-size: 2rem; }

.accessmap { width: 100%; margin: 0 auto; height: 500px; border: #c0c0c0 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .low_tel span { color: #202962; font-weight: bold; font-size: 2.4rem; }
  .accessmap { width: 100%; margin: 0 auto; height: 500px; border: #c0c0c0 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/*----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; }

.doctor_box { width: 100%; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; }
  .doctor_box { width: 770px; } }
/*----------------------------------------------------------- 料金表
----------------------------------------------------------- */
table.price_table { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
table.price_table th { background-color: #e5e5e5; color: #222222; width: 30%; vertical-align: middle; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: left; }
table.price_table td { width: 70%; vertical-align: middle; padding: 1rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: right; line-height: 140%; }

@media screen and (min-width: 768px), print { table.price_table { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  table.price_table th { background-color: #e5e5e5; color: #222222; width: 30%; vertical-align: middle; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: left; }
  table.price_table td { width: 70%; vertical-align: middle; padding: 1rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: right; line-height: 140%; } }
table.price_table2 { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
table.price_table2 th { background-color: #e5e5e5; color: #222222; width: 30%; vertical-align: middle; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: left; }
table.price_table2 td { width: 25%; vertical-align: middle; padding: 1rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: left; line-height: 140%; }
table.price_table2 td:last-child { text-align: right; }
table.price_table2 td.b_cell { background: #dbe7fc; }
table.price_table2 td.g_cell { background: #dbfce1; }

@media screen and (min-width: 768px), print { table.price_table2 { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  table.price_table2 th { background-color: #e5e5e5; color: #222222; width: 30%; vertical-align: middle; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: left; }
  table.price_table2 td { width: 25%; vertical-align: middle; padding: 1rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; font-weight: normal; border: #c0c0c0 1px solid; text-align: left; line-height: 140%; }
  table.price_table2 td:last-child { text-align: right; }
  table.price_table2 td.b_cell { background: #dbe7fc; }
  table.price_table2 td.g_cell { background: #dbfce1; } }
/*----------------------------------------------------------- 矯正歯科
----------------------------------------------------------- */
.orthodontic_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.orthodontic_box figure { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center; }
.orthodontic_box figure img { width: 70%; height: auto; }
.orthodontic_box div { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }

@media screen and (min-width: 768px), print { .orthodontic_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1080px; }
  .orthodontic_box figure { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; text-align: center; width: 280px; }
  .orthodontic_box figure img { width: 100%; height: auto; }
  .orthodontic_box div { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 760px; }
  .orthodontic_box div h3 { margin: 0px 0 20px 0; } }
/*----------------------------------------------------------- 診療内容
----------------------------------------------------------- */
.details_link { text-align: right; color: #222222; font-size: 1.4rem; display: block; }

@media screen and (min-width: 768px), print { .details_link { text-align: right; color: #222222; font-size: 1.4rem; display: block; }
  .details_link:hover { opacity: 0.6; } }
/*----------------------------------------------------------- リクルート
----------------------------------------------------------- */
.link_nav { background-color: #3166ad; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 1rem 0; font-size: 1.8rem; text-align: center; }
.link_nav a { color: #ffffff; }

@media screen and (min-width: 768px), print { .link_nav { background-color: #3166ad; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 18px 16px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 50px 0 20px 0; font-size: 3rem; text-align: center; }
  .link_nav a { color: #ffffff; } }
/*----------------------------------------------------------- 
動画
----------------------------------------------------------- */
.youtube { width: 100%; aspect-ratio: 16/9; }
.youtube iframe { width: 100%; height: 100%; }
.youtube img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .youtube { width: 50%; margin: auto; } }

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