@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*メインの横幅*/
/*メイン下層の横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*WEBフォント*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*茶色1*/
/*茶色2*/
/*ピンク*/
/*黄土色*/
/*黄土色2*/
/*茶色3*/
/*茶色4*/
/*茶色5*/
/*灰色*/
/*水色*/
/*灰色*/
/*薄い肌色*/
/*灰色*/
/*濃いオレンジ2*/
/*青2*/
/*オレンジ*/
/*水色*/
/*灰色*/
/*影*/
/*緑*/
/*青*/
/*黄色*/
/* ----------------------------------------------------------- フォント読み込み
----------------------------------------------------------- */
@font-face { font-family: 'crimson'; src: url(../font/CrimsonText-Bold.ttf); font-weight: bold; font-style: normal; }
@font-face { font-family: 'crimson'; src: url(../font/CrimsonText-RegularItalic.ttf); font-weight: normal; font-style: italic; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0 0 16vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
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; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.txt_c { text-align: center; }

.text_bold { font-weight: bold; }

.pb_20 { padding-bottom: 2rem; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none !important; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
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 0 0 0; }

.main { height: auto; width: 96%; margin: 0 auto 3rem auto; padding: 3rem 0 2rem 0; }
.main.payment { padding: 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; padding: 0; }
  .main { height: auto; width: 1180px; margin: 0 auto; padding: 95px 0 76px 0; }
  .main.payment { padding: 0 0 76px; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 auto; }
header .head_frame { background-color: #ffffff; width: 100%; padding: 0; }
header .head_frame .head_logo { width: 80%; margin: 2vw 0 0 2%; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_info { width: 96%; margin: 4vw auto 1rem auto; }
header .head_frame .head_info p.head_info_address { font-size: 1.4rem; margin: 0; text-align: center; }
header .head_frame .head_info .head_info_num { text-align: center; margin: 1rem 0 0 0; }
header .head_frame .head_info .head_info_num p { margin: 0; color: #360400; font-size: 1.4rem; }
header .head_frame .head_info .head_info_num p span { font-size: 2.2rem; font-family: 'crimson'; }
header .head_frame .head_info .head_info_num p a { font-size: 2.2rem; text-decoration: none; font-family: 'crimson'; color: #360400; }
header .head_frame .head_info dl.head_info_time { 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; margin: 0.6rem 0 0 0; }
header .head_frame .head_info dl.head_info_time dt { width: 25%; color: #370501; background-color: #f2e3e5; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0 0 2px 0; padding: 5px 0; box-sizing: border-box; }
header .head_frame .head_info dl.head_info_time dd { width: 70%; font-size: 1.4rem; margin: 0 0 2px 0; padding: 5px 0; box-sizing: border-box; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 auto 10px; }
  header .head_frame { background-color: #ffffff; width: 1180px; margin: 0 auto; padding: 0; 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; }
  header .head_frame .head_logo { width: 567px; margin: 20px 0 0 0; }
  header .head_frame .head_logo img { width: 567px; height: auto; }
  header .head_frame .head_info { width: 520px; margin: 16px 0 0 0; }
  header .head_frame .head_info p.head_info_address { font-size: 1.6rem; margin: 0; text-align: right; }
  header .head_frame .head_info .head_info_num { text-align: right; margin: 6px 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  header .head_frame .head_info .head_info_num p { margin: 0; color: #360400; font-size: 1.6rem; margin: 0 0 0 20px; }
  header .head_frame .head_info .head_info_num p span { font-size: 2.8rem; font-family: 'crimson'; letter-spacing: 0.08em; }
  header .head_frame .head_info .head_info_num p a { font-size: 2.8rem; text-decoration: none; font-family: 'crimson'; }
  header .head_frame .head_info dl.head_info_time { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 4px 0 0 auto; width: 400px; }
  header .head_frame .head_info dl.head_info_time dt { width: 88px; color: #370501; background-color: #f2e3e5; font-size: 1.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0 0 2px 0; padding: 6px 0; box-sizing: border-box; letter-spacing: 0.08em; }
  header .head_frame .head_info dl.head_info_time dd { width: fit-content; font-size: 1.6rem; margin: 0 0 0 10px; padding: 6px 0; box-sizing: border-box; letter-spacing: 0.08em; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_bg { height: 59vw; background: url(../images/a_bg_01.jpg) repeat; position: relative; z-index: 0; }
.key_visual_bg img { display: block; text-align: center; margin: 0 auto; width: 20%; }
.key_visual_bg .key_visual { background-size: contain; background-repeat: no-repeat; background-position: center top; height: 44vw; display: block; position: relative; z-index: 1; box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); }
.key_visual_bg .key_visual .key_on { width: 100%; height: 38vw; width: 42vw; position: absolute; top: 2vw; left: 2%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.key_visual_bg .key_visual .key_on img { width: 40%; }
.key_visual_bg .key_visual .key_on p { color: #ab9353; font-size: 0.9rem; font-weight: bold; margin: 0; text-align: center; }
.key_visual_bg .key_visual .key_on p.key_on_text1 { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.key_visual_bg .key_visual .key_on p.key_on_text2 { /*font-family: 'crimson';*/ font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-style: normal; font-size: 1.1rem; line-height: 110%; }
.key_visual_bg .key_visual .key_on p.key_on_text2 span.ymd { font-size: 0.7rem; }
.key_visual_bg .key_visual .key_on p.key_on_text2 span.new { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; display: block; font-size: 0.9rem; }
.key_visual_bg .key_visual .key_on i { color: #ab9353; }

.key_visual_low { background: url(../images/a_bg_01.jpg) repeat; height: 40vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.key_visual_low h1 { color: #ab9353; font-size: 2.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.05em; }
.key_visual_low h1::before { content: url(../images/low_key_item_01.png); display: block; text-align: center; margin: 0 0 0.6rem 0; }
.key_visual_low h1::after { content: url(../images/low_key_item_02.png); display: block; text-align: center; margin: 0.6rem 0 0 0; }

@media screen and (min-width: 768px), print { .key_visual_bg { height: 697px; background: url(../images/a_bg_01.jpg) repeat; position: relative; z-index: 0; }
  .key_visual_bg img { display: block; text-align: center; margin: 0 auto; width: 205px; }
  .key_visual_bg .key_visual { background-size: contain; background-repeat: no-repeat; background-position: center top; width: 1180px; height: 530px; display: block; position: relative; margin: 0 auto; z-index: 1; box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); }
  .key_visual_bg .key_visual .key_on { width: 100%; height: 420px; width: 420px; position: absolute; top: 54px; left: 30px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .key_visual_bg .key_visual .key_on img { width: 198px; }
  .key_visual_bg .key_visual .key_on p { color: #ab9353; font-size: 2.6em; font-weight: bold; margin: 0; text-align: center; }
  .key_visual_bg .key_visual .key_on p.key_on_text1 { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.05em; }
  .key_visual_bg .key_visual .key_on p.key_on_text2 { /*font-family: 'crimson';*/ font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-style: normal; font-size: 4rem; line-height: 110%; letter-spacing: 0.1em; }
  .key_visual_bg .key_visual .key_on p.key_on_text2 span.ymd { font-size: 1.8rem; }
  .key_visual_bg .key_visual .key_on p.key_on_text2 span.new { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; display: block; font-size: 3.2rem; }
  .key_visual_bg .key_visual .key_on i { color: #ab9353; font-size: 2.6rem; }
  .key_visual_low { background: url(../images/a_bg_01.jpg) repeat; height: 228px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .key_visual_low h1 { color: #ab9353; font-size: 4.2rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.05em; }
  .key_visual_low h1::before { content: url(../images/low_key_item_01.png); display: block; text-align: center; margin: 0 0 30px 0; }
  .key_visual_low h1::after { content: url(../images/low_key_item_02.png); display: block; text-align: center; margin: 30px 0 0 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 65px; margin: 0; padding: 0 0 0 0; width: 100%; box-sizing: border-box; overflow: visible; max-width: 2000px; background-color: #370501; }
  .main_nav_pc nav { width: 1180px; height: 65px; margin: 0 auto; padding: 0 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; box-sizing: border-box; height: 65px; padding: 0 0 0 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; line-height: 120%; text-align: center; font-weight: normal; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #ffffff; font-size: 1.8rem; font-weight: bold; height: 65px; width: 100%; display: block; box-sizing: border-box; margin: 0 0 0 0; padding: 0 0 0 0; text-align: center; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; border-bottom: #370501 5px solid; }
  .main_nav_pc nav ul li a i { font-size: 2.4rem; }
  .main_nav_pc nav ul li a:hover { color: #a08b52; border-bottom: #a08b52 5px solid; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li a span.txt { display: none; }
  .main_nav_pc nav ul li.double { line-height: 150%; }
  .main_nav_pc nav ul li.double a { font-size: 1.6rem; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0 0 0 0; box-sizing: border-box; overflow: hidden; padding: 0 0 2rem 0; height: auto; background: url(../images/a_bg_02.jpg) repeat; }
.notice_frame .notice_box { width: 96%; margin: 2rem auto 0 auto; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: right 5% top; background-size: 20%; background-color: #ffffff; padding: 2rem 0; box-sizing: border-box; }
.notice_frame .notice_box dl { overflow-y: scroll; height: 80vw; box-sizing: border-box; padding: 0.6rem; }
.notice_frame .notice_box dl dt { margin: 0 0 0.6rem 0; box-sizing: border-box; letter-spacing: 0.1em; line-height: 180%; padding: 0 0 0 0; font-size: 1.6rem; color: #483235; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.notice_frame .notice_box dl dt span { font-weight: normal; }
.notice_frame .notice_box dl dt span.date { background-color: #483235; color: #ffffff; padding: 0.2rem 1rem; box-sizing: border-box; border-radius: 1rem; font-size: 1.2rem; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; }
.notice_frame .notice_box dl dt span.new { background-color: #ab9353; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0.8rem; margin: 0 0.5rem 0 0; font-size: 1.4rem; }
.notice_frame .notice_box dl dd { color: #333333; margin: 0 0 2rem 0; padding: 0 0 2rem 0; box-sizing: border-box; font-size: 1.4rem; line-height: 120%; border-bottom: #cccccc 1px solid; }
.notice_frame .notice_box dl dd span.link_text { display: block; }
.notice_frame .notice_box dl dd span.link_text a { color: #360400; }

@media screen and (min-width: 768px), print { .notice_frame { width: 100%; margin: 0 0 0 0; box-sizing: border-box; overflow: hidden; padding: 0 0; height: auto; background: url(../images/a_bg_02.jpg) repeat; }
  .notice_frame .notice_flex { width: 1180px; margin: 62px auto 0 auto; display: flex; justify-content: space-between; }
  .notice_frame .notice_flex .notice_box { width: 49%; height: 576px; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: right 10px top; background-size: 123px; background-color: #ffffff; padding: 38px 0 0 38px; margin: 0; box-sizing: border-box; }
  .notice_frame .notice_flex .notice_box h2 { padding-right: 38px; }
  .notice_frame .notice_flex .notice_box dl { overflow-y: scroll; height: 450px; box-sizing: border-box; padding: 0; margin: -12px 0 0 0; }
  .notice_frame .notice_flex .notice_box dl dt { margin: 0 0 0.6rem 0; box-sizing: border-box; letter-spacing: 0.1em; line-height: 150%; padding: 0 0 0 0; font-size: 2.2rem; color: #483235; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .notice_frame .notice_flex .notice_box dl dt span { font-weight: normal; }
  .notice_frame .notice_flex .notice_box dl dt span.date { background-color: #483235; color: #ffffff; padding: 4px 15px; box-sizing: border-box; border-radius: 2rem; font-size: 1.4rem; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-weight: normal; }
  .notice_frame .notice_flex .notice_box dl dt span.new { background-color: #ab9353; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 2px 22px; margin: 0 0.5rem 0 0; font-size: 1.6rem; }
  .notice_frame .notice_flex .notice_box dl dd { color: #333333; margin: 0 0 22px 0; padding: 0 0 20px 0; box-sizing: border-box; font-size: 1.6rem; line-height: 160%; border-bottom: #cccccc 1px solid; }
  .notice_frame .notice_flex .notice_box dl dd span.link_text { display: block; }
  .notice_frame .notice_flex .notice_box dl dd span.link_text a { color: #360400; } }
/*スマホ用スライドバー*/
@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); } }
/*----------------------------------------------------------- 当クリニックのコンセプト
----------------------------------------------------------- */
.concept_frame { background: url(../images/index_concept_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 2rem 0; box-sizing: border-box; margin: 0; }
.concept_frame .concept_box { margin: 2rem 0 0 0; }
.concept_frame .concept_box .concept_01 { background: url(../images/index_concept_01.png) no-repeat; background-position: center center; background-size: contain; width: 80%; height: 80vw; margin: 0 auto 2rem auto; }
.concept_frame .concept_box .concept_01 .concept_title { padding: 37vw 0 0 0; color: #ab9353; font-size: 2.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; margin: 0 0 0.6rem 0; }
.concept_frame .concept_box .concept_01 .concept_text { margin: 0 auto; color: #483235; font-size: 1.1rem; text-align: center; }
.concept_frame .concept_box .concept_02 { background: url(../images/index_concept_02.png) no-repeat; background-position: center center; background-size: contain; width: 80%; height: 80vw; margin: 0 auto 2rem auto; }
.concept_frame .concept_box .concept_02 .concept_title { padding: 37vw 0 0 0; color: #ab9353; font-size: 2.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; margin: 0 0 0.6rem 0; }
.concept_frame .concept_box .concept_02 .concept_text { margin: 0 auto; color: #483235; font-size: 1.1rem; text-align: center; }
.concept_frame .concept_box .concept_03 { background: url(../images/index_concept_03.png) no-repeat; background-position: center center; background-size: contain; width: 80%; height: 80vw; margin: 0 auto 2rem auto; }
.concept_frame .concept_box .concept_03 .concept_title { padding: 37vw 0 0 0; color: #ab9353; font-size: 2.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; margin: 0 0 0.6rem 0; }
.concept_frame .concept_box .concept_03 .concept_text { margin: 0 auto; color: #483235; font-size: 1.1rem; text-align: center; }

@media screen and (min-width: 768px), print { .concept_frame { background: url(../images/index_concept_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 62px 0 0 0; box-sizing: border-box; height: 1160px; }
  .concept_frame .concept_box { margin: 60px auto 0 auto; width: 1080px; height: 980px; position: relative; background: url(../images/index_concept_ring.png) no-repeat; background-position: center center; }
  .concept_frame .concept_box .concept_01 { position: absolute; top: 0; left: 0; right: 0; background: url(../images/index_concept_01.png) no-repeat; background-position: center center; background-size: contain; width: 420px; height: 420px; margin: 0 auto; }
  .concept_frame .concept_box .concept_01 .concept_title { padding: 200px 0 0 0; color: #ab9353; font-size: 3.8rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; margin: 0 0 0 0; }
  .concept_frame .concept_box .concept_01 .concept_text { margin: 0 auto; color: #483235; font-size: 1.8rem; text-align: center; }
  .concept_frame .concept_box .concept_02 { position: absolute; top: 462px; left: 0; background: url(../images/index_concept_02.png) no-repeat; background-position: center center; background-size: contain; width: 420px; height: 420px; margin: 0; }
  .concept_frame .concept_box .concept_02 .concept_title { padding: 200px 0 0 0; color: #ab9353; font-size: 3.8rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; margin: 0 0 0 0; }
  .concept_frame .concept_box .concept_02 .concept_text { margin: 0 auto; color: #483235; font-size: 1.8rem; text-align: center; }
  .concept_frame .concept_box .concept_03 { position: absolute; top: 462px; right: 0; background: url(../images/index_concept_03.png) no-repeat; background-position: center center; background-size: contain; width: 420px; height: 420px; margin: 0; }
  .concept_frame .concept_box .concept_03 .concept_title { padding: 200px 0 0 0; color: #ab9353; font-size: 3.8rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; margin: 0 0 0 0; }
  .concept_frame .concept_box .concept_03 .concept_text { margin: 0 auto; color: #483235; font-size: 1.8rem; text-align: center; } }
/*----------------------------------------------------------- 診療案内
----------------------------------------------------------- */
.medical_frame { background: url(../images/a_bg_02.jpg) repeat; margin: 0; padding: 2rem 0 0 0; box-sizing: border-box; }
.medical_frame ul.medical_list { width: 80%; margin: 2em auto 0 auto; list-style-type: none; }
.medical_frame ul.medical_list li { width: 100%; height: 30vw; margin: 0 0 2rem 0; /*&.vaccination{ background: url(../images/index_medical_06.jpg) no-repeat; background-size: contain; background-position: center center;
} */ }
.medical_frame ul.medical_list li a { width: 100%; height: 30vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2rem; color: #ffffff; line-height: 100%; text-decoration: none; background-color: rgba(54, 4, 0, 0.6); text-shadow: 4px 0px 6px #593d42, 4px 0px 6px #593d42, -4px 0px 6px #593d42, -4px 0px 6px #593d42, 0px 4px 6px #593d42, 0px 4px 6px #593d42, 0px -4px 6px #593d42, 0px -4px 6px #593d42; }
.medical_frame ul.medical_list li a span { display: block; font-size: 1.2rem; }
.medical_frame ul.medical_list li.internal { background: url(../images/index_medical_01.jpg) no-repeat; background-size: contain; background-position: center center; }
.medical_frame ul.medical_list li.surgery { background: url(../images/index_medical_02.jpg) no-repeat; background-size: contain; background-position: center center; }
.medical_frame ul.medical_list li.dermatology { background: url(../images/index_medical_03.jpg) no-repeat; background-size: contain; background-position: center center; }
.medical_frame ul.medical_list li.castration { background: url(../images/index_medical_04.jpg) no-repeat; background-size: contain; background-position: center center; }
.medical_frame ul.medical_list li.examination { background: url(../images/index_medical_05.jpg) no-repeat; background-size: contain; background-position: center center; }
.medical_frame ul.medical_list li.general { background: url(../images/index_medical_06.jpg) no-repeat; background-size: contain; background-position: center center; }
.medical_frame ul.medical_list li.dentistry { background: url(../images/index_medical_07.jpg) no-repeat; background-size: contain; background-position: center center; }

@media screen and (min-width: 768px), print { .medical_frame { background: url(../images/a_bg_02.jpg) repeat; margin: 0; padding: 68px 0 0 0; box-sizing: border-box; height: 786px; }
  .medical_frame ul.medical_list { width: 1183px; margin: 52px auto 0 auto; list-style-type: none; 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; }
  .medical_frame ul.medical_list li { width: 393px; height: 170px; margin: 0 0 2px 0; background-color: #593d42; /*&.vaccination{ background: url(../images/index_medical_06.jpg) no-repeat; background-size: contain; background-position: center center;
} */ }
  .medical_frame ul.medical_list li a { width: 393px; height: 170px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 3rem; color: #ffffff; line-height: 100%; text-decoration: none; letter-spacing: 0.1em; background-color: rgba(54, 4, 0, 0.6); text-shadow: 4px 0px 6px #593d42, 4px 0px 6px #593d42, -4px 0px 6px #593d42, -4px 0px 6px #593d42, 0px 4px 6px #593d42, 0px 4px 6px #593d42, 0px -4px 6px #593d42, 0px -4px 6px #593d42; }
  .medical_frame ul.medical_list li a span { display: block; font-size: 1.8rem; }
  .medical_frame ul.medical_list li a:hover { background-color: rgba(54, 4, 0, 0); }
  .medical_frame ul.medical_list li.internal { background: url(../images/index_medical_01.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.surgery { background: url(../images/index_medical_02.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.dermatology { background: url(../images/index_medical_03.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.castration { background: url(../images/index_medical_04.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.examination { background: url(../images/index_medical_05.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.general { background: url(../images/index_medical_06.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.dentistry { background: url(../images/index_medical_07.jpg) no-repeat; background-size: contain; background-position: center center; }
  .medical_frame ul.medical_list li.medicalaroma { background: url(../images/index_medical_08.jpg) no-repeat; background-size: contain; background-position: center center; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.ov_logo img { width: 90%; }

.icon_instagram img { width: 90% !important; }

.overview { width: 100%; margin: 0 0 0 0; padding: 1rem 0 3rem 0; box-sizing: border-box; background: url(../images/a_bg_01.jpg) repeat; }
.overview .overview_frame { width: 96%; margin: 0 auto; background: #FFF; padding-bottom: 2rem; }
.overview .overview_frame .overview_left { background-color: #ffffff; padding: 2rem 0; box-sizing: border-box; }
.overview .overview_frame .overview_left dl { 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; width: 96%; margin: 0 auto; font-size: 1.4rem; }
.overview .overview_frame .overview_left dl dt { width: 25%; margin: 0 0 1rem 0; line-height: 140%; }
.overview .overview_frame .overview_left dl dt span { width: 100%; height: 8vw; background-color: #360400; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.overview .overview_frame .overview_left dl dd { width: 70%; margin: 0 0 1rem 0; line-height: 140%; padding: 0 0 0 0; color: #360400; }
.overview .overview_frame .overview_left dl dd.tel_box a { color: #360400; text-decoration: none; font-family: 'crimson'; letter-spacing: 0.1em; font-size: 1.8rem; }
.overview .overview_frame .overview_left dl dd.tel_box span { color: #360400; font-family: 'crimson'; letter-spacing: 0.1em; font-size: 1.8rem; }
.overview .overview_frame .overview_right { margin: 2rem 0 0 0; }
.overview .overview_frame .overview_right img { width: 90%; display: block; margin: 0 auto 2rem auto; }
.overview .overview_frame .overview_right img.item { width: 90px; margin: 0 auto; }
.overview .overview_frame .overview_right table.timetable { width: 96%; margin: 0 auto; }
.overview .overview_frame .overview_right .overview_info { background-color: #ab9353; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; font-size: 1.4rem; text-align: center; padding: 0.6rem; box-sizing: border-box; width: 90%; margin: 0 auto; }
.overview .overview_frame .overview_right .overview_info p { margin: 0; }
.overview .overview_googlemap { width: 96%; margin: 0 auto; }
.overview .overview_googlemap iframe.googlemap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .ov_logo img { width: 504px; }
  .icon_instagram { margin-top: 1.5rem; }
  .icon_instagram img { width: 370px !important; }
  .overview { width: 100%; margin: 0 0 0 0; padding: 90px 0 88px 0; box-sizing: border-box; background-color: #593d42; }
  .overview .overview_frame { background: #FFF; width: 1180px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 auto; }
  .overview .overview_frame .overview_left { width: 570px; background-color: #ffffff; padding: 28px 0 24px 0; box-sizing: border-box; }
  .overview .overview_frame .overview_left dl { 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; width: 510px; margin: 10px auto 24px auto; font-size: 1.6rem; }
  .overview .overview_frame .overview_left dl dt { width: 120px; margin: 0 0 0 0; line-height: 140%; min-height: 68px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  .overview .overview_frame .overview_left dl dt span { width: 120px; height: 32px; background-color: #360400; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .overview .overview_frame .overview_left dl dd { width: 376px; margin: 0 0 0 0; line-height: 140%; padding: 0 0 0 0; color: #360400; min-height: 68px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  .overview .overview_frame .overview_left dl dd.tel_box { display: block; padding: 14px 0 0 0; box-sizing: border-box; font-size: 1.6rem; }
  .overview .overview_frame .overview_left dl dd.tel_box a { color: #360400; text-decoration: none; font-family: 'crimson'; letter-spacing: 0.1em; font-size: 2.4rem; }
  .overview .overview_frame .overview_left dl dd.tel_box span { font-family: 'crimson'; font-size: 2.4rem; letter-spacing: 0.1em; }
  .overview .overview_frame .overview_left table.timetable { width: 510px; margin: 0 auto; }
  .overview .overview_frame .overview_left table.timetable tr th { padding: 12px 0; }
  .overview .overview_frame .overview_left table.timetable tr td { padding: 10px 0; }
  .overview .overview_frame .overview_left .notice_time { width: 510px; margin: 0 auto; padding: 4px 0 0 0; }
  .overview .overview_frame .overview_right { width: 570px; margin: 0 0 0 0; }
  .overview .overview_frame .overview_right_in { width: 510px; margin: 20px auto; }
  .overview .overview_frame .overview_right_in img { width: 504px; display: block; margin: 0 auto 0 auto; }
  .overview .overview_frame .overview_right_in img.item { width: 90px; margin: 0 auto; }
  .overview .overview_frame .overview_right_in .overview_info { background-color: #ab9353; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; font-size: 1.6rem; text-align: center; padding: 0.6rem; box-sizing: border-box; width: 510px; height: 85px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview .overview_frame .overview_right_in .overview_info p { margin: 0; font-size: 1.6rem; }
  .overview .overview_googlemap { width: 1180px; margin: 50px auto; }
  .overview .overview_googlemap iframe.googlemap { width: 100%; height: 782px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #360400; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
footer .footer_logo { margin: 2rem 0; text-align: center; }
footer .footer_logo img { width: 70%; max-width: 285px; }

.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: #ffffff; z-index: 999999; }
.footer_link a.footer_tel { width: 70%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #ab9353; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
.footer_link .smoothScrolls { background-color: #ab9353; width: 25%; 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_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 162px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; background-color: #360400; position: relative; }
  footer .footer_frame { display: block; width: 1180px; height: auto; margin: 0 auto 0 auto; padding: 0 0 0 0; box-sizing: border-box; position: relative; }
  footer .footer_frame ul.footer_list_main { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; margin: 42px 0 0 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0; position: relative; }
  footer .footer_frame ul.footer_list_main li a { display: block; color: #ffffff; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-decoration: none; padding: 0 10px; }
  footer .footer_frame ul.footer_list_main li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_list_main li a i { display: none; }
  footer .footer_frame ul.footer_list_main li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; color: #ffffff; font-size: 1.6rem; position: absolute; right: 0; top: 0; }
  footer .footer_frame ul.footer_list_main li ul { display: none; }
  footer .footer_frame ul.footer_list_main li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_main li.double br { display: none; }
  footer .footer_frame ul.footer_list_aside { margin-top: 10px; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; }
  footer .footer_frame ul.footer_list_aside li { margin: 0 0 0 10px; }
  footer .footer_frame ul.footer_list_aside li a { color: #ffffff; font-size: 1.5rem; text-decoration: none; }
  footer .footer_frame ul.footer_list_aside li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_list_aside li a i { display: none; }
  footer .footer_frame ul.footer_list_aside li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 10px; color: #ffffff; font-size: 1.5rem; }
  footer .footer_frame ul.footer_list_aside li ul { display: none; }
  footer .footer_frame ul.footer_list_aside li:last-child::after { content: ""; }
  footer .copyright { text-align: center; padding: 0; color: #ffffff; font-size: 1.4rem; height: auto; max-width: 2000px; border-top: none; letter-spacing: 0.05em; background-color: #200301; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; display: block; height: 40px; }
  footer .copyright a { color: #ffffff; text-decoration: none; white-space: nowrap; letter-spacing: 0.1em; padding: 10px 0 0 0; box-sizing: border-box; display: block; }
  footer .copyright a:hover { text-decoration: underline; }
  footer .footer_logo { margin: 0 0 40px 0; text-align: center; }
  footer .footer_logo img { width: 285px; max-width: 285px; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 68px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 66px; left: 50%; margin: 0 0 0 600px; text-align: center; z-index: 999999; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 0; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 130px; left: 90%; margin: 0 0 0 0; height: 90px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #ffffff 1px solid; background-color: #360400; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; border-bottom: #ffffff 1px solid; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li a .pre { display: none; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li a i.icon-down-open { display: inline; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li a i { display: none; }
.drawr ul.hbg li.double 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: 14%; height: 12vw; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; width: 100%; }

.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: ''; 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'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.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: flex; align-items: center; justify-content: center; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #360400; border: #360400 1px solid; }

/*見出し*/
h1 { margin: 0; }

h2.general span.jap { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; font-size: 2rem; }
h2.general span.jap i { color: #ab9353; display: block; }
h2.general span.jap span { max-width: 70%; display: block; text-align: center; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #483235; }
h2.general span.eng { display: block; text-align: center; font-size: 1.6rem; color: #ab9353; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0.4rem 0 0 0; }
h2.concept span.jap span { color: #ffffff; }
h2.low { margin: 3rem 0 2rem 0; }
h2.first { margin: 0 0 1.4rem 0; }

h3 { color: #370501; font-weight: bold; font-size: 1.9rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 2rem 0 1rem 0; }
h3.first { margin: 0 0 1rem 0; }

h4 { color: #ab9353; font-weight: bold; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 0.4rem 0; border-bottom: #ab9353 1px solid; margin: 2rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { color: #370501; font-weight: bold; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 0.4rem 0; margin: 2rem 0 1rem 0; }
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.general { margin: 0 0 20px 0; }
  h2.general span.jap { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; font-size: 3rem; }
  h2.general span.jap i { color: #ab9353; display: block; }
  h2.general span.jap span { max-width: 900px; display: block; text-align: center; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #483235; margin: 0 20px; }
  h2.general span.eng { display: block; text-align: center; font-size: 2rem; color: #ab9353; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0.4rem 0 0 0; }
  h2.concept span.jap span { color: #ffffff; }
  h2.low { margin: 90px 0 70px 0; }
  h2.first { margin: 0 0 70px 0; }
  h3 { text-align: left; color: #370501; font-weight: bold; font-size: 2.4rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 40px 0 26px 0; }
  h3.first { margin: 0 0 26px 0; }
  h4 { color: #ab9353; font-weight: bold; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 8px 0; border-bottom: #ab9353 1px solid; margin: 60px 0 24px 0; }
  h4.first { margin: 0 0 24px 0; }
  h5 { color: #370501; font-weight: bold; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 8px 0; margin: 60px 0 24px 0; }
  h5.first { margin: 0 0 24px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 100%; 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; }

.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { 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 { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { 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 { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-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: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { 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 { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-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: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*〇*/
ul.list_circle { line-height: 160%; font-size: 1.4rem; list-style-type: circle; margin: 0; }
ul.list_circle li { margin: 0 0 1.4rem 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; box-sizing: border-box; background: url(../images/square.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; text-align: left; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
ul.list_maru li a { color: #360400; text-decoration: none; }
ul.list_maru li span { color: #360400; }

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; box-sizing: border-box; background: url(../images/square.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_two li a { color: #360400; }

/*なし*/
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 { 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; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { 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; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { 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.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; box-sizing: border-box; width: auto; }
  /*〇*/
  ul.list_circle { line-height: 160%; font-size: 1.8rem; list-style-type: circle; margin: 0; }
  ul.list_circle li { margin: 0 0 1.4rem 25px; padding: 0; }
  /*画像◆*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 140%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/square.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
  ul.list_maru li a { color: #360400; }
  ul.list_maru li span { color: #360400; }
  ul.list_maru_two { padding: 0; 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; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/square.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #360400; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; 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 { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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 20px 0; line-height: 120%; }
dl.bio_list dt { width: 20%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 80%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 160%; width: 1180px; }
  dl.bio_list dt { width: 80px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1030px; margin: 0 0 20px 0; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
table.timetable tr { box-sizing: border-box; }
table.timetable tr.line_solid { border-bottom: #360400 1px solid; }
table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 3.2vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #360400; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.2vw; padding: 0.8rem 0; vertical-align: middle; color: #360400; }
table.timetable tr td.time { width: 30%; text-align: center; }
table.timetable tr td i { color: #ab9353; }
table.timetable tr td i.txt_blue { color: #3192ea; }
table.timetable tr td i.txt_yellow { color: #FFF33b; }

.caption { color: #ab9353; }

.notice_time { font-size: 3.2vw; margin: 0 0 0 0; width: 96%; color: #360400; padding: 0.4rem 0.4rem 1rem 0.4rem; box-sizing: border-box; }

.low_timetable .notice_time br.none { display: none; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 0 10px 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  table.timetable tr { box-sizing: border-box; }
  table.timetable tr.line_solid { border-bottom: #360400 1px solid; }
  table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #ffffff; background-color: #360400; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #360400; }
  table.timetable tr td.time { width: 30%; text-align: center; }
  .notice_time { font-size: 1.6rem; margin: 0 0 0 0; width: 96%; color: #360400; padding: .3rem 0 2rem 1.5rem; box-sizing: border-box; }
  .low_timetable .notice_time br.none { display: none; } }
.icon-play:before { content: '\e804'; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #370501; text-align: center; display: block; margin: 30px auto; }

strong { font-size: 1.4rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; }

.text_bold { font-weight: bold; }

.red { color: #f00; }

.two_box { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

.green_btn { font-size: 1.4rem; color: #ffffff; width: 98%; padding: 1rem; margin: 0 auto; border-radius: 0.4rem; display: block; text-align: left; background-color: #370501; text-decoration: none; box-sizing: border-box; }

.green_btn2 { font-size: 1.4rem; color: #ffffff; width: 98%; padding: 1rem; margin: 0 auto; border-radius: 0.4rem; display: block; text-align: left; background-color: #370501; text-decoration: none; box-sizing: border-box; }

.uketuke_text { color: #360400; font-weight: bold; margin: 0 0 0 0; }

.yoyaku_num_text { margin: 2rem 0 0 0; color: #360400; font-weight: bold; }

.yoyaku_num { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; color: #360400; font-size: 2.4rem; }
.yoyaku_num a { color: #360400; font-size: 2rem; font-weight: bold; text-decoration: none; display: block; }
.yoyaku_num p { color: #360400; font-size: 2rem; font-weight: bold; text-decoration: none; }

.green_box { background-color: #370501; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; }

.orange_box { border: #ab9353 2px solid; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; }
.orange_box 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; box-sizing: border-box; font-size: 1.2rem; line-height: 170%; }
.orange_box dl dt { width: 12%; margin: 0 0 0.6rem 0; }
.orange_box dl dd { width: 88%; margin: 0 0 0.6rem 0; }
.orange_box span.num { font-size: 1.2rem; color: #ffffff; background-color: #360400; border-radius: 50%; width: 5vw; height: 5vw; display: inline-block; text-align: center; line-height: 120%; }
.orange_box span.btn { color: #360400; background-color: #ffffff; border: #360400 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }

.flow_box { background-color: #370501; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
.flow_box .flow_no { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; }
.flow_box .flow_no span { font-size: 1.4rem; color: #ffffff; background-color: #360400; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 7vw; height: 7vw; }
.flow_box div { width: 85%; }
.flow_box div p { margin: 0; line-height: 180%; }
.flow_box div a { color: #360400; }
.flow_box div span { color: #360400; }
.flow_box div span.btn { color: #360400; background-color: #ffffff; border: #360400 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
.flow_box div .title { color: #360400; font-weight: bold; }

.link_text { color: #360400; }

.link_box { background: url(../images/a_arrow.png) no-repeat; background-position: right 1rem center; background-color: #370501; color: #ffffff; font-size: 1.4rem; padding: 1rem; box-sizing: border-box; text-decoration: none; width: 100%; display: block; text-align: center; }

.btn_group { padding: 2rem 0 0 0; }
.btn_group .btn { margin: initial; }
.btn_group .btn a { width: 100%; max-width: 1180px; padding: 3rem 8rem; margin: auto; font-size: 1.6rem; }

.padding_initial { padding: initial; }

.height_auto { height: auto; }

.low_tel a { color: #333333; }

@media screen and (min-width: 768px), print { .btn_group { padding: 68px 0 0 0; }
  .btn_group .btn { margin: 0 0 2rem 0; }
  .btn_group .btn a { padding: 3.5rem; font-size: 3rem; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #370501; text-align: center; display: block; margin: 30px auto; }
  strong { font-size: 1.8rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 160%; }
  .text_bold { font-weight: bold; }
  .two_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .two_box section { width: 50%; }
  .low_link { 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; width: 80%; margin: 0 auto; }
  .low_link p { width: 45%; height: auto; }
  .green_btn { font-size: 1.8rem; color: #ffffff; width: 400px; height: 70px; padding: 0; border-radius: 0.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; background: url(../images/a_arrow.png) no-repeat; background-position: right 4% center; background-color: #370501; text-decoration: none; }
  .green_btn:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .green_btn2 { font-size: 1.8rem; color: #ffffff; width: 60%; height: 70px; padding: 0; border-radius: 0.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; background: url(../images/a_arrow.png) no-repeat; background-position: right 4% center; background-color: #370501; text-decoration: none; }
  .green_btn2:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .uketuke_text { color: #360400; font-weight: bold; margin: 0 0 0 0; }
  .yoyaku_num_text { margin: 40px 0 0 0; color: #360400; font-weight: bold; }
  .yoyaku_num { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; color: #360400; font-size: 4rem; }
  .yoyaku_num a { color: #360400; font-size: 2rem; font-weight: bold; text-decoration: none; display: block; }
  .yoyaku_num p { color: #360400; font-size: 2rem; font-weight: bold; text-decoration: none; }
  .green_box { background-color: #370501; padding: 25px; box-sizing: border-box; margin: 0 0 20px 0; }
  .orange_box { border: #ab9353 2px solid; padding: 25px; box-sizing: border-box; margin: 0 0 20px 0; }
  .orange_box dl { width: 896px; 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; box-sizing: border-box; font-size: 1.6rem; line-height: 170%; }
  .orange_box dl dt { width: 50px; margin: 0 0 1rem 0; }
  .orange_box dl dd { width: 846px; margin: 0 0 1rem 0; }
  .orange_box span.num { font-size: 1.6rem; color: #ffffff; background-color: #360400; border-radius: 50%; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 180%; }
  .orange_box span.btn { color: #360400; background-color: #ffffff; border: #360400 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
  .flow_box { background-color: #370501; padding: 25px; box-sizing: border-box; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; }
  .flow_box .flow_no { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; }
  .flow_box .flow_no span { font-size: 1.8rem; color: #ffffff; background-color: #360400; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 40px; height: 40px; }
  .flow_box div { width: 800px; margin: 0 0 0 20px; line-height: 180%; }
  .flow_box div a { color: #360400; }
  .flow_box div span { color: #360400; }
  .flow_box div span.btn { color: #360400; background-color: #ffffff; border: #360400 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
  .flow_box div .title { color: #360400; font-weight: bold; }
  .link_text { color: #360400; }
  .link_text:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_box { background: url(../images/a_arrow.png) no-repeat; background-position: right 1rem center; background-color: #370501; color: #ffffff; font-size: 1.8rem; padding: 20px; box-sizing: border-box; text-decoration: none; width: 300px; display: block; text-align: center; }
  .link_box:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .low_tel a { color: #333333; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 10px 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }
figure.doctor_img figcaption { font-size: 1.4rem; font-weight: bold; margin: 0.4rem 0 1rem 0; }

.doctor_name { text-align: right; }
.doctor_name span { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.doctor_img { float: right; margin: 0 0 10px 20px; text-align: center; }
  figure.doctor_img img { width: 244px; height: auto; }
  figure.doctor_img figcaption { font-size: 1.8rem; font-weight: bold; margin: 15px 0 0 0; }
  .doctor_name { text-align: right; }
  .doctor_name span { font-size: 2.2rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

.access_tel i { color: #360400; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #360400; font-weight: bold; font-size: 2rem; }
.access_tel a { color: #360400; font-weight: bold; font-size: 2rem; }

.access_text a { color: #333333; }
.access_text a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .access_tel i { color: #360400; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #360400; font-weight: bold; font-size: 3rem; }
  .access_tel a { color: #360400; font-weight: bold; font-size: 3rem; } }
/* -----------------------------------------------------------
　受診される方へ
----------------------------------------------------------- */
.card_list .airpay_box .pay_title { color: #0a9ce9; font-weight: bold; font-size: 1.4rem; border-bottom: #0a9ce9 3px solid; padding: 0 0 0.6rem 0; margin: 0 0 1rem 0; letter-spacing: 0.1em; }
.card_list .airpay_box ul { 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; list-style-type: none; }
.card_list .airpay_box ul li { width: 33%; text-align: center; margin: 0 0 1rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.card_list .airpay_box ul li img { width: 80%; }
.card_list .airpay_box ul li img.two { margin: 0.1 0 0 0; }
.card_list .airpayqr_box { margin: 4rem 0 0 0; }
.card_list .airpayqr_box .pay_title { color: #0a9ce9; font-weight: bold; font-size: 1.4rem; border-bottom: #0a9ce9 3px solid; padding: 0 0 0.6rem 0; margin: 0 0 1rem 0; letter-spacing: 0.1em; }
.card_list .airpayqr_box .pay_title span { color: #333333; font-size: 1.2rem; font-weight: normal; }
.card_list .airpayqr_box .pay_title span.qr { color: #ffffff; background-color: #0a9ce9; padding: 0 0.2rem; margin: 0 0.6rem 0 0.2rem; border-radius: 0.2rem; }
.card_list .airpayqr_box .airpayqr_listbox { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
.card_list .airpayqr_box .airpayqr_listbox ul { width: 48%; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.card_list .airpayqr_box .airpayqr_listbox ul img { width: 100%; }
.card_list .airpayqr_box .airpayqr_listbox ul img.right { margin: 1rem 0; }

.bnr_space ul { width: 100%; list-style-type: none; display: block; }
.bnr_space ul li { text-align: center; margin: 1rem 0; width: 100%; font-size: 0.8rem; }

@media screen and (min-width: 768px), print { .card_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1180px; }
  .card_list .airpay_box { width: 690px; }
  .card_list .airpay_box .pay_title { color: #0a9ce9; font-weight: bold; font-size: 2.4rem; border-bottom: #0a9ce9 3px solid; padding: 0 0 1rem 0; margin: 0 0 26px 0; letter-spacing: 0.1em; }
  .card_list .airpay_box ul { 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; list-style-type: none; }
  .card_list .airpay_box ul li { width: 100px; text-align: center; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .card_list .airpay_box ul li img { width: 100px; }
  .card_list .airpay_box ul li img.two { margin: 5px 0 0 0; }
  .card_list .airpayqr_box { width: 450px; margin: 0 0 0 0; }
  .card_list .airpayqr_box .pay_title { color: #0a9ce9; font-weight: bold; font-size: 2.4rem; border-bottom: #0a9ce9 3px solid; padding: 0 0 0.9rem 0; margin: 0 0 26px 0; letter-spacing: 0.1em; }
  .card_list .airpayqr_box .pay_title span { color: #333333; font-size: 2rem; font-weight: normal; }
  .card_list .airpayqr_box .pay_title span.qr { color: #ffffff; background-color: #0a9ce9; padding: 0 0.2rem; margin: 0 0.6rem 0 0.2rem; border-radius: 0.2rem; }
  .card_list .airpayqr_box .airpayqr_listbox { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; }
  .card_list .airpayqr_box .airpayqr_listbox ul { width: 120px; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .card_list .airpayqr_box .airpayqr_listbox ul img { width: 120px; }
  .card_list .airpayqr_box .airpayqr_listbox ul img.right { margin: 1rem 0; }
  .bnr_space ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; }
  .bnr_space ul li { width: auto; font-size: 1.6rem; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.price_table, .recruit_table { vertical-align: middle; width: 1200px; border-collapse: collapse; box-sizing: border-box; border: #cccccc 1px solid; font-size: 1.4rem; margin: 0 0 1rem 0; }
table.price_table tr th, .recruit_table tr th { width: 300px; padding: 0.6rem; box-sizing: border-box; text-align: center; font-weight: normal; vertical-align: middle; white-space: normal; border: #cccccc 1px solid; background-color: #ab9353; color: #ffffff; }
table.price_table tr td, .recruit_table tr td { width: 300px; padding: 0.6rem; box-sizing: border-box; text-align: center; vertical-align: middle; border: #cccccc 1px solid; }
table.price_table tr td.title, .recruit_table tr td.title { background-color: #fbf7ec; color: #ab9353; }

table.recruit_table { width: 100%; }
table.recruit_table tbody tr { line-height: 2; }
table.recruit_table tbody tr td { padding: 1rem; width: calc(100% / 2); text-align: left; }
table.recruit_table tbody tr td:first-child { width: 20%; font-weight: bold; text-align: center; }

table.price_table2 { vertical-align: middle; width: 900px; border-collapse: collapse; box-sizing: border-box; border: #cccccc 1px solid; font-size: 1.4rem; margin: 0 0 1rem 0; }
table.price_table2 tr th { width: 300px; padding: 0.6rem; box-sizing: border-box; text-align: center; font-weight: normal; vertical-align: middle; white-space: normal; border: #cccccc 1px solid; background-color: #ab9353; color: #ffffff; }
table.price_table2 tr td { width: 300px; padding: 0.6rem; box-sizing: border-box; text-align: center; vertical-align: middle; border: #cccccc 1px solid; }
table.price_table2 tr td.title { background-color: #fbf7ec; color: #ab9353; }

@media screen and (min-width: 768px), print { table.price_table { vertical-align: middle; width: 1180px; border-collapse: collapse; box-sizing: border-box; border: #cccccc 1px solid; font-size: 1.8rem; margin: 0 0 20px 0; }
  table.price_table tr th { width: 300px; padding: 24px; box-sizing: border-box; text-align: center; font-weight: normal; vertical-align: middle; white-space: normal; border: #cccccc 1px solid; background-color: #ab9353; color: #ffffff; }
  table.price_table tr td { width: 300px; padding: 24px 0; box-sizing: border-box; text-align: center; vertical-align: middle; border: #cccccc 1px solid; }
  table.price_table tr td.title { background-color: #fbf7ec; color: #ab9353; }
  table.recruit_table tbody tr td { padding: 1.5rem; }
  table.price_table2 { vertical-align: middle; width: 1180px; border-collapse: collapse; box-sizing: border-box; border: #cccccc 1px solid; font-size: 1.8rem; margin: 0 0 20px 0; }
  table.price_table2 tr th { width: 400px; padding: 24px; box-sizing: border-box; text-align: center; font-weight: normal; vertical-align: middle; white-space: normal; border: #cccccc 1px solid; background-color: #ab9353; color: #ffffff; }
  table.price_table2 tr td { width: 300px; padding: 24px 0; box-sizing: border-box; text-align: center; vertical-align: middle; border: #cccccc 1px solid; }
  table.price_table2 tr td.title { background-color: #fbf7ec; color: #ab9353; } }
@media screen and (max-width: 768px) { .scroll { overflow: auto; white-space: nowrap; }
  .scroll::-webkit-scrollbar { height: 5px; }
  .scroll::-webkit-scrollbar-track { background: #F1F1F1; }
  .scroll::-webkit-scrollbar-thumb { background: #BCBCBC; } }
/* -----------------------------------------------------------
　症例写真
----------------------------------------------------------- */
.flexbox_area { position: relative; margin: 0 auto; padding: 1rem 2rem; 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; font-size: 1.4rem; line-height: 140%; }

.flexbox_L, .flexbox_R { width: 100%; text-align: left; }

.flexbox_L img, .flexbox_R img { width: 100%; }

.flexbox_L p, .flexbox_R p { display: block; margin: 0 auto; width: 100%; text-align: left; }

.flexbox_L span, .flexbox_R span { display: block; text-align: center; }

@media screen and (min-width: 768px), print { .flexbox_area { margin: 0 auto; padding: .5rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; font-size: 1.8rem; line-height: 160%; }
  .flexbox_L, .flexbox_R { width: 49%; margin: 0 1rem; text-align: center; }
  .flexbox_L img, .flexbox_R img { width: 60%; }
  .flexbox_L p, .flexbox_R p { display: block; margin: 0 auto; width: 342px; text-align: left; }
  .flexbox_L span, .flexbox_R span { display: block; text-align: center; } }

/*# sourceMappingURL=style.css.map */
