@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*マーカー*/
/*茶色*/
/*オレンジ色*/
/*クリーム色*/
/*黄土色*/
/*茶色２*/
/*黄土色２*/
/*茶色３*/
/*茶色４*/
/*茶色５*/
/*茶色６*/
/*茶色７*/
/*茶色８*/
/*鶯色*/
/*クリーム色*/
/*茶色９*/
/*茶色１０*/
/*茶色１１*/
/*茶色１２*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
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: #fbf7ef; padding: 0 0 21vw 0; }

html.blog { border-top: none; }

@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: #fbf7ef; padding: 0; }
  html.blog { border-top: none; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
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; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 30px 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 4rem auto; padding: 0; }

.main { width: 96%; margin: 0 auto 3rem auto; padding: 2rem 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 140px auto 0 auto; padding: 0; }
  article.low { margin: 120px auto 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto 174px auto; padding: 0; }
  .main { width: 1110px; margin: 0 auto 60px auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: 60vw; overflow: hidden; margin: 0 auto; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#867059+0,867059+100 */ background: #867059; /* Old browsers */ background: -moz-linear-gradient(-45deg, #867059 0%, #867059 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #867059 0%, #867059 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #867059 0%, #867059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#867059', endColorstr='#867059',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 96%; margin: 0 auto; padding: 0 0 1rem 0; }
header .head_frame .head_logo { width: 75%; margin: 2rem 0 0 0; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_info { width: 100%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
header .head_frame .head_info .head_tel { background-color: #d18d03; width: 80%; margin: 2rem auto 1rem auto; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; padding: 1rem; box-sizing: border-box; border-radius: 0.5rem; }
header .head_frame .head_info .head_tel span { /*font-size: 2.4rem;*/ font-size: 1.8rem; color: #ffffff; }
header .head_frame .head_info .head_tel a { /*font-size: 2.4rem;*/ font-size: 1.8rem; color: #ffffff; text-decoration: none; }
header .head_frame .head_info .head_tel p { font-size: 1.2rem; margin: 0; }
header .head_frame .head_info .access { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.2rem; margin: 0; color: #fdf9e2; text-align: center; }
header a.a_reserve { display: none; }

@media screen and (min-width: 768px), print { header { display: block; height: 200px; overflow: hidden; margin: 0 auto; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#867059+0,867059+100 */ background: #867059; /* Old browsers */ background: -moz-linear-gradient(-45deg, #867059 0%, #867059 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #867059 0%, #867059 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #867059 0%, #867059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#867059', endColorstr='#867059',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
  header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1110px; margin: 0 auto; padding: 0 0 1rem 0; }
  header .head_frame .head_logo { width: 634px; margin: 48px 0 0 0; }
  header .head_frame .head_logo img { width: 634px; height: auto; }
  header .head_frame .head_info { width: 350px; margin: 48px 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  header .head_frame .head_info .head_tel { background-color: #d18d03; width: 350px; height: 70px; margin: 0; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; padding: 0; box-sizing: border-box; border-radius: 0.5rem; 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; }
  header .head_frame .head_info .head_tel span { /*font-size: 4.2rem;*/ font-size: 2.8rem; color: #ffffff; }
  header .head_frame .head_info .head_tel a { font-size: 2.4rem; color: #ffffff; text-decoration: none; }
  header .head_frame .head_info .head_tel p { font-size: 1.4rem; margin: 0; }
  header .head_frame .head_info .access { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2rem; margin: 10px 0 0 0; color: #fdf9e2; text-align: center; }
  header a.a_reserve { display: block; position: fixed; z-index: 999999; top: 80px; right: 0; }
  header a.a_reserve:hover { opacity: 0.6; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { header a.a_reserve { display: block; position: fixed; z-index: 999999; top: 240px; right: 0; }
  header a.a_reserve:hover { opacity: 1; } }
/* -----------------------------------------------------------
　色等
----------------------------------------------------------- */
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 48vw; }
.key_visual .key_on1_pc { display: none; }
.key_visual .key_on2_pc { display: none; }
.key_visual .key_on_text { position: relative; height: 48vw; }
.key_visual .key_on_text .new_text { position: absolute; right: 4%; bottom: 8%; width: 40%; height: 14vw; background: url(../images/kye_open.png) no-repeat; background-size: contain; background-position: center center; font-size: 1.1rem; color: #7f533b; text-align: center; padding: 1rem 0 0 0.4rem; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.key_visual .key_on_text .new_text span { font-size: 1.3rem; }

.key_on1_sp { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; height: auto; padding: 0 0 0 4%; box-sizing: border-box; }
.key_on1_sp .key_text { margin: 0 1rem 0 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.key_on1_sp .key_text .eng { font-size: 1.4rem; margin: 0; color: #867059; }
.key_on1_sp .key_text .eng span { color: #b68d10; }
.key_on1_sp .key_text .jap { font-size: 1rem; margin: 0; }

.key_on2_sp { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; height: auto; }
.key_on2_sp p { margin: 0; font-size: 1.2rem; text-align: right; padding: 0 4% 0 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.key_on2_sp p span { font-size: 1.4rem; color: #b68d10; }

.key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 24vw; position: relative; }
.key_visual_low h1 { position: absolute; bottom: 1rem; left: 1rem; color: #867059; font-size: 2.1rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

@media screen and (min-width: 768px), print { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 600px; position: relative; overflow: hidden; }
  .key_visual .key_on1_pc { display: block; height: 102px; width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.7+50,0+80,0+100 */ background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */ padding: 0 0 0 2%; box-sizing: border-box; }
  .key_visual .key_on1_pc .key_on { height: 102px; width: 1110px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .key_visual .key_on1_pc .key_on .key_text { margin: 0 24px 0 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .key_visual .key_on1_pc .key_on .key_text .eng { font-size: 3rem; margin: 0; color: #867059; line-height: 100%; }
  .key_visual .key_on1_pc .key_on .key_text .eng span { font-size: 4rem; color: #b68d10; }
  .key_visual .key_on1_pc .key_on .key_text .jap { font-size: 1.8rem; margin: 0; }
  .key_visual .key_on2_pc { position: absolute; bottom: 0; right: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; display: block; height: 102px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+20,0+20,0.7+50,0.8+100 */ background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */ }
  .key_visual .key_on2_pc p { height: 102px; width: 1110px; margin: 0 auto; font-size: 3rem; text-align: right; padding: 30px 0 0 0; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #867059; }
  .key_visual .key_on2_pc p span { font-size: 4rem; color: #b68d10; }
  .key_visual .key_on_text { position: relative; height: 600px; width: 1110px; margin: 0 auto; }
  .key_visual .key_on_text .new_text { position: absolute; right: 0; bottom: 240px; width: 309px; height: 109px; background: url(../images/kye_open.png) no-repeat; background-size: contain; background-position: center center; font-size: 2.3rem; color: #7f533b; text-align: center; padding: 24px 0 0 14px; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .key_visual .key_on_text .new_text span { font-size: 3.2rem; }
  .key_on1_sp { display: none; }
  .key_on2_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 400px; position: static; }
  .key_visual_low h1 { position: static; bottom: 1rem; left: 1rem; color: #867059; font-size: 4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; width: 1110px; margin: 0 auto; padding: 276px 0 0 0; box-sizing: border-box; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; margin: 96px 0 0 0; padding: 0; width: 100%; max-width: 2000px; overflow: hidden; box-sizing: border-box; }
  .main_nav_pc nav { width: 1110px; margin: 0 auto; padding: 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; width: 1110px; box-sizing: border-box; padding: 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 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; text-decoration: none; color: #7f533b; width: 100%; box-sizing: border-box; margin: 0; padding: 10px 0 0 0; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; line-height: 100%; }
  .main_nav_pc nav ul li a span { display: block; font-size: 1.2rem; color: #d18d03; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 4rem 0; height: auto; }
.notice_frame dl { overflow-y: scroll; height: 60vw; box-sizing: border-box; padding: 1rem; background-color: #ffffff; border: #b6a293 2px solid; }
.notice_frame dl dt { margin: 0 0 0.6rem 0; font-size: 1.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #7f533b; }
.notice_frame dl dd { color: #635647; margin: 0 0 4rem 0; font-size: 1.2rem; line-height: 120%; padding: 0 0 0 0; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .notice_frame { width: 1110px; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 0; margin: 0 auto 90px auto; }
  .notice_frame dl { overflow-y: scroll; height: 286px; box-sizing: border-box; background-color: #ffffff; width: 1110px; padding: 30px 20px; margin: 0 0 0 0; border: #b6a293 2px solid; }
  .notice_frame dl dt { margin: 0 0 1rem 0; font-size: 2rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #7f533b; }
  .notice_frame dl dd { color: #635647; margin: 0 0 4rem 0; font-size: 1.8rem; line-height: 120%; padding: 0 0 0 0.4rem; box-sizing: border-box; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　当院の特徴
----------------------------------------------------------- */
.feature_frame ul.feature_list { 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; list-style-type: none; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; width: 96%; margin: 0 auto; }
.feature_frame ul.feature_list li { width: 96%; margin: 0 0 4rem 0; padding: 4px; box-sizing: border-box; font-size: 1.4rem; height: 26.4vw; text-align: center; font-weight: bold; line-height: 140%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.feature_frame ul.feature_list li.feature_box_left { border: #ad8534 1px solid; outline: #ad8534 3px solid; outline-offset: 5px; color: #ad8534; }
.feature_frame ul.feature_list li.feature_box_center { border: #ba6735 1px solid; outline: #ba6735 3px solid; outline-offset: 5px; color: #ba6735; }
.feature_frame ul.feature_list li.feature_box_right { border: #7f533b 1px solid; outline: #7f533b 3px solid; outline-offset: 5px; color: #7f533b; }
.feature_frame .feature_box { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 96%; height: auto; margin: 4rem auto 1rem auto; }
.feature_frame .feature_box .feature_box_treatment { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 96%; height: 22vw; margin: 2rem auto 0 auto; background: url(../images/index_features_07.png) no-repeat; background-position: right center; background-size: 161px; overflow: hidden; background-color: #9e8d81; border: #9e8d81 1px solid; outline: #9e8d81 3px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 1.4rem; box-sizing: border-box; }
.feature_frame .feature_box .feature_box_symptoms { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 96%; height: 22vw; margin: 2rem auto 0 auto; background: url(../images/index_features_01.png) no-repeat; background-position: right 0.6rem center; background-size: 20%; overflow: hidden; background-color: #ce9b32; border: #ce9b32 1px solid; outline: #ce9b32 3px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 1.4rem; box-sizing: border-box; }
.feature_frame .feature_box .feature_box_counseling { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 96%; height: 22vw; margin: 2rem auto 0 auto; background: url(../images/index_features_05.png) no-repeat; background-position: right center; background-size: 161px; overflow: hidden; background-color: #c89057; border: #c89057 1px solid; outline: #c89057 3px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 1.4rem; box-sizing: border-box; }
.feature_frame .feature_box .feature_box_rtms { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 96%; height: 22vw; margin: 2rem auto 0 auto; background: url(../images/index_features_06.png) no-repeat; background-position: right center; background-size: 161px; overflow: hidden; background-color: #a9a14a; border: #a9a14a 1px solid; outline: #a9a14a 3px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 1.4rem; box-sizing: border-box; }

iframe.street_view { width: 96%; margin: 2rem auto; display: block; height: 300px; }

@media screen and (min-width: 768px), print { .feature_frame ul.feature_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; list-style-type: none; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; width: 1110px; margin: 0 auto; }
  .feature_frame ul.feature_list li { width: 330px; height: 224px; margin: 0 0 2rem 0; padding: 4px; box-sizing: border-box; font-size: 2.4rem; text-align: center; font-weight: bold; line-height: 140%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .feature_frame ul.feature_list li.feature_box_left { border: #ad8534 1px solid; outline: #ad8534 3px solid; outline-offset: 5px; color: #ad8534; }
  .feature_frame ul.feature_list li.feature_box_center { border: #ba6735 1px solid; outline: #ba6735 3px solid; outline-offset: 5px; color: #ba6735; }
  .feature_frame ul.feature_list li.feature_box_right { border: #7f533b 1px solid; outline: #7f533b 3px solid; outline-offset: 5px; color: #7f533b; }
  .feature_frame .feature_box { 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: 1110px; height: auto; margin: 120px auto 1rem auto; }
  .feature_frame .feature_box .feature_box_treatment { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 534px; height: 140px; margin: 0 0 0 0; background: url(../images/index_features_07.png) no-repeat; background-position: right center; background-size: 42%; overflow: hidden; background-color: #9e8d81; border: #9e8d81 1px solid; outline: #9e8d81 6px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 2.6rem; box-sizing: border-box; }
  .feature_frame .feature_box .feature_box_treatment:hover { opacity: 0.6; }
  .feature_frame .feature_box .feature_box_symptoms { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 534px; height: 140px; margin: 0 0 32px 0; background: url(../images/index_features_01.png) no-repeat; background-position: right 1rem center; background-size: 110px; overflow: hidden; background-color: #ce9b32; border: #ce9b32 1px solid; outline: #ce9b32 6px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 2.6rem; box-sizing: border-box; }
  .feature_frame .feature_box .feature_box_symptoms:hover { opacity: 0.6; }
  .feature_frame .feature_box .feature_box_counseling { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 534px; height: 140px; margin: 0 0 0 0; background: url(../images/index_features_05.png) no-repeat; background-position: right center; background-size: 42%; overflow: hidden; background-color: #c89057; border: #c89057 1px solid; outline: #c89057 6px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 2.6rem; box-sizing: border-box; }
  .feature_frame .feature_box .feature_box_counseling:hover { opacity: 0.6; }
  .feature_frame .feature_box .feature_box_rtms { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; text-decoration: none; width: 534px; height: 140px; margin: 0 0 0 0; background: url(../images/index_features_06.png) no-repeat; background-position: right center; background-size: 42%; overflow: hidden; background-color: #a9a14a; border: #a9a14a 1px solid; outline: #a9a14a 6px solid; outline-offset: 2px; padding: 0 0 0 2rem; color: #fdf9e2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: left; font-weight: bold; font-size: 2.6rem; box-sizing: border-box; }
  .feature_frame .feature_box .feature_box_rtms:hover { opacity: 0.6; }
  iframe.street_view { width: 1134px; margin: 40px auto 0 auto; display: block; height: 500px; } }
/*----------------------------------------------------------- 院内ビュー
----------------------------------------------------------- */
.view_frame { margin: 5rem 0 0 0; }

@media screen and (min-width: 768px), print { .view_frame { margin: 100px 0 0 0; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
table.timetable tr.line { border-bottom: #fdf9e2 2px solid; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #635647; background-color: #fdf9e2; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #ffffff; }
table.timetable tr td span { font-size: 0.8rem; }
table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1rem; color: #ffffff; }

.notice_time { color: #ffffff; font-size: 1.2rem; margin: 2rem auto 0 auto; width: 96%; font-weight: normal; }
.notice_time i { color: #ffffff; }

.access_time_table table.timetable { padding: 0; margin: 0 auto 2rem auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.access_time_table table.timetable tr.line { border-bottom: #867059 2px solid; }
.access_time_table table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #fdf9e2; background-color: #867059; }
.access_time_table table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #333333; }
.access_time_table table.timetable tr td span { font-size: 0.8rem; }
.access_time_table table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1rem; color: #333333; }
.access_time_table .notice_time { color: #333333; font-size: 1.2rem; margin: 2rem auto 0 auto; width: 96%; font-weight: normal; }
.access_time_table .notice_time i { color: #333333; }

@media screen and (min-width: 768px) { table.timetable { padding: 0px; margin: 0 auto 20px auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  table.timetable tr.line { border-bottom: #fdf9e2 2px solid; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 2rem; padding: 10px 0; vertical-align: middle; color: #635647; background-color: #fdf9e2; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 2em; padding: 22px 0; vertical-align: middle; color: #ffffff; width: 100px; }
  table.timetable tr td i { font-size: 1.8rem; }
  table.timetable tr td.time { width: 20%; box-sizing: border-box; font-size: 2rem; color: #ffffff; text-align: left; padding: 0 0 0 25px; }
  .notice_time { color: #ffffff; font-size: 1.8rem; margin: 10px 0 0 0; width: auto; }
  .notice_time i { color: #ffffff; }
  .access_time_table table.timetable { padding: 0px; margin: 0 auto 20px auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .access_time_table table.timetable tr.line { border-bottom: #867059 2px solid; }
  .access_time_table table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 2rem; padding: 10px 0; vertical-align: middle; color: #fdf9e2; background-color: #867059; }
  .access_time_table table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 2em; padding: 22px 0; vertical-align: middle; color: #333333; width: 100px; }
  .access_time_table table.timetable tr td i { font-size: 1.8rem; }
  .access_time_table table.timetable tr td.time { width: 20%; box-sizing: border-box; font-size: 2rem; color: #333333; text-align: left; padding: 0 0 0 25px; }
  .access_time_table .notice_time { color: #333333; font-size: 1.8rem; margin: 10px 0 0 0; width: auto; }
  .access_time_table .notice_time i { color: #333333; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background-color: #867059; }
.overview_bg .overview { padding: 2rem 0 2rem 0; width: 100%; margin: 0; }
.overview_bg .overview h2.summary { text-align: center; }
.overview_bg .overview h2.summary img { width: 80%; height: auto; }
.overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 2rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_left { width: 94%; margin: 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 20px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; border-top: #fdf9e2 2px solid; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #fdf9e2; font-size: 1.4rem; font-weight: bold; margin: 0; width: 25%; padding: 1rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #ffffff; font-size: 1.2rem; margin: 0; width: 75%; padding: 1rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; line-height: 120%; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel { background-color: #d18d03; width: 100%; margin: 2rem auto 1rem auto; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; padding: 1rem; box-sizing: border-box; border-radius: 0.5rem; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel span { /*font-size: 2.2rem;*/ font-size: 1.6rem; color: #ffffff; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel a { /*font-size: 2.2rem;*/ font-size: 1.6rem; color: #ffffff; text-decoration: none; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel p { font-size: 1.2rem; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_right { width: 94%; margin: 0 auto 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0 auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 20px 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.overview_bg .overview .overview_frame .overview_frame_right dl dt { color: #fdf9e2; font-size: 1.4rem; font-weight: bold; margin: 0; width: 25%; padding: 1rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; }
.overview_bg .overview .overview_frame .overview_frame_right dl dd { color: #ffffff; font-size: 1.2rem; margin: 0; width: 75%; padding: 1rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; line-height: 120%; }
.overview_bg .overview .overview_frame .overview_frame_right dl dd span { color: #ffffff; font-size: 2rem; text-decoration: none; font-weight: bold; line-height: 140%; margin: -2rem 0 0 0; display: block; }
.overview_bg .overview .overview_frame .overview_frame_right dl dd span span { display: inline; font-size: 1.2rem; }
.overview_bg .overview .overview_frame .overview_frame_right dl dd a { color: #ffffff; font-size: 2rem; text-decoration: none; font-weight: bold; margin: -2rem 0 0 0; display: block; }
.overview_bg .overview .overview_frame .overview_frame_right dl dd .tel_text { font-size: 1.2rem; margin: 0; font-weight: bold; line-height: 120%; color: #ffffff; }
.overview_bg .overview .overview_title { color: #fdf9e2; font-size: 1.6rem; font-weight: bold; margin: 1rem auto 0 auto; width: 94%; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.overview_bg .overview table { width: 94%; margin: 1rem auto 0 auto; }

iframe { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .overview_bg { width: 100%; max-width: 2000px; margin: 0 auto; background-color: #867059; }
  .overview_bg .overview { padding: 100px 0 140px 0; margin: 0 auto; width: 1110px; }
  .overview_bg .overview h2.summary { text-align: center; }
  .overview_bg .overview h2.summary img { width: 538px; height: auto; }
  .overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1110px; margin: 120px auto 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 540px; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 20px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 20px 0; border-top: #fdf9e2 2px solid; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #fdf9e2; font-size: 2rem; font-weight: bold; margin: 0; width: 140px; padding: 2.8rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #ffffff; font-size: 1.8rem; margin: 0; width: 400px; padding: 2.8rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; line-height: 120%; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.overview_subject { padding: 2.8rem 0 2.8rem 50px; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel { background-color: #d18d03; width: 400px; height: 94px; margin: 0; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; padding: 0; box-sizing: border-box; border-radius: 0.5rem; 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; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel span { /*font-size: 4rem;*/ font-size: 2.8rem; color: #ffffff; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel a { font-size: 2.4rem; color: #ffffff; text-decoration: none; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd .overview_tel p { font-size: 1.8rem; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 540px; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0 auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 28px 0; border-top: #fdf9e2 2px solid; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dt { color: #fdf9e2; font-size: 2rem; font-weight: bold; margin: 0; width: 160px; padding: 2.8rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dt.tel_title { margin: 36px 0 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dd { color: #ffffff; font-size: 1.8rem; margin: 0; width: 380px; padding: 2.8rem 0; box-sizing: border-box; border-bottom: #fdf9e2 2px solid; line-height: 120%; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dd span { color: #ffffff; font-size: 3rem; text-decoration: none; font-weight: bold; line-height: 140%; margin: 0; display: block; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dd span span { display: inline; font-size: 2rem; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dd a { color: #867059; font-size: 2rem; text-decoration: none; font-weight: bold; margin: -2rem 0 0 0; display: block; }
  .overview_bg .overview .overview_frame .overview_frame_right dl dd .tel_text { font-size: 1.8rem; margin: 0; line-height: 120%; font-weight: bold; color: #ffffff; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .overview_bg .overview .overview_title { color: #fdf9e2; font-size: 2.2rem; font-weight: bold; margin: 20px 0 0 0; width: 100%; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .overview_bg .overview table { width: 100%; margin: 0 0 0 0; }
  iframe { width: 100%; height: 496px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { /*テキストリンク*/ /*テキストリンク*/ /*テキストリンク*/ }
footer img { display: none; }
footer ul.footer_link_text { display: none; }
footer ul.footer_link_text_aside1 { display: none; }
footer ul.footer_link_text_aside2 { display: none; }
footer .copyright { margin: 0; text-align: center; color: #ffffff; font-size: 1.2rem; padding: 1rem 0; background-color: #b68d10; }
footer .copyright a { color: #ffffff; text-decoration: none; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 1rem 0; background-color: rgba(209, 141, 3, 0.8); }
.footer_link a.footer_tel { width: 45%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; display: block; background-color: #d18d03; 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; }
.footer_link a.footer_reserve { width: 30%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; display: block; background-color: #d18d03; 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; }
.footer_link .smoothScrolls { background-color: #d18d03; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 1.4rem 0; }

@media screen and (min-width: 768px), print { footer { padding: 80px 0 0 0; box-sizing: border-box; margin: -2px 0 0 0; background-color: #b68d10; }
  footer ul.footer_link_text { display: block; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; list-style-type: none; font-size: 1.6rem; }
  footer ul.footer_link_text li { color: #ffffff; margin: 0 15px 32px 0; }
  footer ul.footer_link_text li a { text-decoration: none; color: #ffffff; font-size: 1.6rem; }
  footer ul.footer_link_text li a br { display: none; }
  footer ul.footer_link_text li a:hover { text-decoration: underline; }
  footer ul.footer_link_text li a span { display: none; }
  footer ul.footer_link_text li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 15px; }
  footer ul.footer_link_text li:last-child:after { content: ""; }
  footer .copyright { margin: 40px 0 0 0; text-align: center; color: #ffffff; font-size: 1.6rem; height: auto; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; align-items: flex-end; padding: 0 0 24px 0; background-color: #b68d10; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 14vw; right: 0px; height: 14vw; text-align: right; margin: 0 2% 0 0; z-index: 999999; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 46px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 59px; left: 50%; margin: 0 0 0 560px; height: 59px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; display: block; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 100px; left: 90%; margin: 0 0 0 0; height: 100px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #ffffff; border-top: #867059 1px solid; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #867059; font-size: 1.6rem; text-decoration: none; padding: 1rem; display: block; border-bottom: #867059 1px solid; box-sizing: border-box; }
.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; 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: #867059; 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: #867059; 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: 55px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #ffffff; border: #867059 1px solid; }

/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.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_counseling { margin: 0 0 10px 0; text-align: center; }
.img_counseling img { width: 50%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.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 40px 20px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 300px; height: auto; }
  .img_counseling { float: right; margin: 0 0 10px 10px; }
  .img_counseling img { width: 250px; 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-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: 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; 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; 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 { 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.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: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; 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-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.6rem; list-style-type: none; margin: 0 0 15px 0; 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 { 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; 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: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 160%; font-size: 1.6rem; 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: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.price_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%; width: 100%; }
dl.price_list dt { width: 15%; margin: 0 0 0 0; }
dl.price_list dd { width: 85%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px) { 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.6rem; box-sizing: border-box; line-height: 140%; width: 1110px; }
  dl.bio_list dt { width: 220px; margin: 0 0 20px 0; font-weight: normal; text-align: left; }
  dl.bio_list dt.long { width: 300px; }
  dl.bio_list dd { width: 980px; margin: 0 0 20px 0; }
  dl.bio_list dd.long { width: 780px; }
  dl.price_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.6rem; box-sizing: border-box; line-height: 140%; width: 1110px; }
  dl.price_list dt { width: 60px; margin: 0 0 20px 0; font-weight: normal; text-align: left; }
  dl.price_list dd { width: 1050px; margin: 0 0 20px 0; }
  dl.price_list dd.long { width: 780px; } }
/*リスト*/
h1 { margin: 0; }

h2.top { color: #eeb033; font-size: 2.3rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; padding: 0; margin: 2rem 0 2rem 0; line-height: 100%; }
h2.top span { display: block; font-size: 1rem; color: #867059; }
h2.low { color: #d18d03; font-weight: normal; font-size: 2.1rem; margin: 3rem 0 1rem 0; padding: 1rem 0 1rem 0.6rem; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8dca3+0,fbf6ec+100 */ background: #f8dca3; /* Old browsers */ background: -moz-linear-gradient(left, #f8dca3 0%, #fbf6ec 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #f8dca3 0%, #fbf6ec 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #f8dca3 0%, #fbf6ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dca3', endColorstr='#fbf6ec',GradientType=1 ); /* IE6-9 */ }
h2.first { margin: 0.1rem 0 1rem 0; }

h3 { color: #867059; font-weight: normal; font-size: 1.9rem; background: url(../images/h3_line.gif) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 2rem 0 1rem 0; }

h4 { color: #b68d10; font-size: 1.8rem; font-weight: normal; padding: 0.8rem 0; box-sizing: border-box; margin: 2rem 0 1rem 0; border-bottom: #b68d10 4px solid; }

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: #eeb033; font-size: 4.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; padding: 0; margin: 20px 0 30px 0; line-height: 100%; }
  h2.top span { display: block; font-size: 1.8rem; color: #867059; margin: -10px 0 0 0; }
  h2.low { color: #d18d03; font-weight: normal; font-size: 3.6rem; margin: 30px 0 40px 0; padding: 18px 20px; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8dca3+0,fbf6ec+100 */ background: #f8dca3; /* Old browsers */ background: -moz-linear-gradient(left, #f8dca3 0%, #fbf6ec 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #f8dca3 0%, #fbf6ec 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #f8dca3 0%, #fbf6ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dca3', endColorstr='#fbf6ec',GradientType=1 ); /* IE6-9 */ }
  h2.first { margin: 0.1rem 0 30px 0; }
  h3 { color: #867059; font-weight: normal; font-size: 3.2rem; background: url(../images/h3_line.gif) repeat-x; background-position: left bottom; padding: 0 0 12px 0; margin: 20px 0 30px 0; }
  h4 { color: #b68d10; font-size: 3rem; font-weight: normal; box-sizing: border-box; padding: 0 0 12px 0; margin: 20px 0 30px 0; border-bottom: #b68d10 4px solid; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*----------------------------------------------------------- 下層共通
----------------------------------------------------------- */
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #867059; text-align: center; display: block; margin: 30px auto; }

.link_text { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; color: #635647; font-weight: bold; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #867059; text-align: center; display: block; margin: 30px auto; }
  .link_text { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; color: #635647; font-weight: bold; }
  .link_text:hover { opacity: 0.6; } }
/*----------------------------------------------------------- 初めての方へ
----------------------------------------------------------- */
.low_tel a { color: #867059; text-decoration: none; font-weight: bold; font-size: 2rem; }
.low_tel span { color: #867059; text-decoration: none; font-weight: bold; font-size: 2rem; }

.low_reservation { width: 100%; background-color: #867059; color: #ffffff; text-align: center; box-sizing: border-box; border-radius: 0.5rem; text-decoration: none; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0; line-height: 120%; -webkit-justify-content: center; justify-content: center; display: -webkit-flex; display: flex; align-items: center; padding: 0.6rem 0; width: 70%; margin: 1rem auto; }

@media screen and (min-width: 768px), print { .low_tel a { color: #867059; text-decoration: none; font-weight: bold; font-size: 2.4rem; }
  .low_tel span { color: #867059; text-decoration: none; font-weight: bold; font-size: 2.4rem; }
  .low_reservation { width: 180px; background-color: #867059; color: #ffffff; text-align: center; box-sizing: border-box; border-radius: 0.5rem; text-decoration: none; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0; line-height: 120%; -webkit-justify-content: center; justify-content: center; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; align-items: center; padding: 0.6rem 0; margin: 10px 0 0 0; line-height: 100%; }
  .low_reservation img { margin: 10px 0 16px 0; }
  .low_reservation br { display: block; }
  .low_reservation:hover { opacity: 0.6; } }
/*----------------------------------------------------------- 医師紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; font-size: 1.6rem; }

.two_box { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; font-size: 1.8rem; }
  .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%; } }
/*----------------------------------------------------------- アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 100%; height: 500px; border: #867059 1px solid; box-sizing: border-box; }

.access_root figure img { width: 80%; display: block; margin: 0 auto; }
.access_root figure figcaption { font-size: 1.2rem; width: 80%; display: block; margin: 0.6rem auto 2rem auto; line-height: 160%; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 700px; border: #867059 1px solid; box-sizing: border-box; }
  .access_root { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1110px; }
  .access_root figure { width: 446px; }
  .access_root figure img { width: 446px; display: block; margin: 0 auto; }
  .access_root figure figcaption { font-size: 1.6rem; width: 446px; display: block; margin: 1rem 0 4rem 0; line-height: 160%; } }
/*----------------------------------------------------------- 文書・カウンセリング・磁気刺激療法等の料金について
----------------------------------------------------------- */
table.price_table { padding: 0px; margin: 0 auto 20px auto; vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; }
table.price_table tr th { font-size: 1.2rem; border: #333333 1px solid; vertical-align: middle; padding: 1rem; box-sizing: border-box; text-align: left; }
table.price_table tr td { font-size: 1.2rem; border: #333333 1px solid; vertical-align: middle; padding: 1rem; box-sizing: border-box; text-align: right; }

.price_notice { text-align: left; }

@media screen and (min-width: 768px), print { table.price_table { padding: 0px; margin: 0 auto 20px auto; vertical-align: middle; width: 800px; border-collapse: collapse; box-sizing: border-box; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; }
  table.price_table tr th { font-size: 1.6rem; border: #333333 1px solid; vertical-align: middle; padding: 2rem; box-sizing: border-box; text-align: left; }
  table.price_table tr td { font-size: 1.6rem; border: #333333 1px solid; vertical-align: middle; padding: 2rem; box-sizing: border-box; text-align: right; }
  .price_notice { text-align: right; margin: 0 auto; width: 800px; } }
/*----------------------------------------------------------- お困りの症状はありますか？
----------------------------------------------------------- */
.symptoms_frame ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.symptoms_frame ul li { width: 42%; margin: 0 0 2rem 0; }
.symptoms_frame ul li a { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 42vw; color: #ffffff; font-size: 1.6rem; background: url(../images/symptoms_bg.png) no-repeat; background-position: center center; background-size: 70%; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-decoration: none; }
.symptoms_frame ul li:nth-child(odd) { background-color: #635647; }
.symptoms_frame ul li:nth-child(even) { background-color: #867059; }

@media screen and (min-width: 768px), print { .symptoms_frame 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; }
  .symptoms_frame ul li { width: 255px; margin: 0 0 36px 0; }
  .symptoms_frame ul li a { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 220px; color: #ffffff; font-size: 2.6rem; background: url(../images/symptoms_bg.png) no-repeat; background-position: center center; background-size: 70%; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-decoration: none; }
  .symptoms_frame ul li:nth-child(odd) { background-color: #635647; }
  .symptoms_frame ul li:nth-child(even) { background-color: #867059; }
  .symptoms_frame ul li:hover { opacity: 0.6; } }

/*# sourceMappingURL=style.css.map */
