@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*オレンジ*/
/*鶯色*/
/*薄緑*/
/*緑*/
/*黒*/
/*緑2*/
/*オレンジ2*/
/*オレンジ3*/
/*オレンジ4*/
/*緑3*/
/*オレンジ5*/
/*オレンジ6*/
/*灰色*/
/*灰色2*/
/*緑3*/
/*消す*/
/*深緑*/
/*薄茶色*/
/*茶色1*/
/*茶色2*/
/*緑*/
/*茶色3*/
/*深緑２*/
/*茶色4*/
/*深緑２*/
/*薄茶色2*/
/*薄茶色3*/
/*薄茶色3*/
/*薄緑*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #020202; background-color: #ffffff; }

@media screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #020202; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px) { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 40px 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background: url(../images/index_bg.jpg); background-repeat: repeat; }
article.low { margin: 0 auto; background: url(../images/a_bg.jpg); background-repeat: repeat; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.main { width: 96%; margin: 6rem auto 3rem auto; padding: 0; }

@media screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; }
  article.low { margin: 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 0; }
  .main { width: 1080px; margin: 90px auto 60px auto; padding: 0 0 0 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { background: url(../images/a_leaf.png) no-repeat; background-position: center top 0.4rem; }
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 1rem auto; }
header .head_frame .head_tel { order: 2; color: #ffb142; }
header .head_frame .head_tel p { margin: 0.5rem 0 0 0; text-align: center; }
header .head_frame .head_tel p i { font-size: 2.4rem; }
header .head_frame .head_tel p span { font-size: 2.4rem; }
header .head_frame .head_tel p a { font-size: 2.4rem; text-decoration: none; color: #ffb142; }
header .head_frame .head_logo { order: 1; text-align: center; }
header .head_frame .head_logo img { width: 90%; }
header .head_frame .head_info { text-align: center; margin: 1rem 0 0 0; order: 3; }
header .head_frame .head_info p { margin: 0; }
header .head_frame .head_info p i { color: #ffb142; }

@media screen and (min-width: 768px) { header { background: url(../images/a_leaf.png) no-repeat; background-position: center top 8px; }
  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: 1080px; margin: 0 auto; height: 176px; overflow: hidden; }
  header .head_frame .head_tel { order: 1; color: #ffb142; width: 340px; /*準備中対応前ここに戻す     p{ margin: 105px 0 0 0; text-align: left; i{ font-size: 4rem; vertical-align: middle; } span{ font-size: 2.85rem; font-weight: bold; } a{ font-size: 2.85rem; text-decoration: none; color: $color1;           } }
*/ }
  header .head_frame .head_tel p { margin: 105px 0 0 0; text-align: left; }
  header .head_frame .head_tel p i { font-size: 4rem; vertical-align: middle; }
  header .head_frame .head_tel p span { font-size: 2.4rem; font-weight: bold; }
  header .head_frame .head_tel p a { font-size: 2rem; text-decoration: none; color: #ffb142; }
  header .head_frame .head_logo { order: 2; text-align: center; width: 400px; margin: 16px 0 0 0; }
  header .head_frame .head_logo img { width: 392px; }
  header .head_frame .head_info { text-align: left; margin: 100px 0 0 0; order: 3; width: 340px; }
  header .head_frame .head_info p { margin: 0; font-size: 1.6rem; }
  header .head_frame .head_info p i { color: #ffb142; font-size: 2rem; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_bg .main_nav_pc { display: none; }
.key_visual_bg .key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; overflow: hidden; height: 40vw; }
.key_visual_bg .key_visual img { display: block; width: 40%; height: auto; margin: 5vw 0 0 2vw; z-index: 99999; }

@media screen and (min-width: 768px) { .key_visual_bg { background: url(../images/key_visual_bg_left.png), url(../images/key_visual_bg_right.png); background-position: left top 260px,right top 260px; background-repeat: no-repeat,no-repeat; background-color: #bfebe1; position: relative; z-index: 0; padding: 25px 0 26px 0; }
  .key_visual_bg .main_nav_pc { display: block; }
  .key_visual_bg .key_visual { position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center top; overflow: visible; width: 1080px; height: 402px; margin: 0 auto 0 auto; }
  .key_visual_bg .key_visual img { display: block; width: 356px; height: auto; margin: 20px 0 0 0; position: absolute; top: 90px; left: 32px; z-index: 2; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 0; padding: 0; width: 100%; box-sizing: border-box; }
  .main_nav_pc nav { width: 1080px; height: 44px; margin: 0 auto 28px 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: 890px; box-sizing: border-box; padding: 0; position: relative; margin: 0 auto 0 auto; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 44px; width: 168px; line-height: 140%; text-align: center; font-weight: normal; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #ffffff; height: 44px; width: 100%; display: block; box-sizing: border-box; margin: 0; padding: 10px 0 0 0; font-size: 1.6rem; font-weight: bold; text-align: center; line-height: 160%; background-color: #66baa8; border-top-left-radius: 14px 23px; border-top-right-radius: 14px 23px; border-bottom-right-radius: 14px 23px; border-bottom-left-radius: 14px 23px; }
  .main_nav_pc nav ul li a span { display: block; font-size: 2.2rem; }
  .main_nav_pc nav ul li a:hover { background-color: #ffedac; color: #ff9703; } }
/* -----------------------------------------------------------
　コロナバナー
----------------------------------------------------------- */
.top_bnr_corona img { max-width: 95%; }

.top_bnr_corona p { text-align: center; }

/*pc*/
@media screen and (min-width: 768px) { .top_bnr_corona img { max-width: 100%; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { box-sizing: border-box; width: 96%; margin: 0 auto 4rem auto; box-sizing: border-box; overflow: hidden; height: 68vw; border: #8edbca 2px dotted; border-radius: 0.6rem; padding: 1rem; }
.notice_frame dl { overflow-y: scroll; height: 60vw; box-sizing: border-box; padding: 1.2rem 1rem 1.2rem 1.2rem; background-color: #fff9e6; }
.notice_frame dl dt { margin: 0; padding: 1rem 0; color: #ffb142; font-size: 1.4rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; }
.notice_frame dl dt:first-of-type { padding: 0 0 1rem; }
.notice_frame dl dt:not(:first-of-type) { border-top: #e8ba8d 1px solid; }
.notice_frame dl dt::before { content: '▼'; }
.notice_frame dl dt.active::before { content: '▲'; }
.notice_frame dl dd { color: #020202; margin: 0; padding: 0 0 1rem; font-size: 1.4rem; line-height: 100%; box-sizing: border-box; display: none; }
.notice_frame dl dd p { padding: 0; margin: 0 0 1rem 0; }
.notice_frame dl dd p:last-of-type { margin: 0; }

@media screen and (min-width: 768px) { .notice_frame { box-sizing: border-box; width: 1080px; margin: 0 auto 60px auto; box-sizing: border-box; overflow: hidden; height: 260px; border: #8edbca 2px dotted; border-radius: 0.6rem; padding: 26px 24px; }
  .notice_frame dl { overflow-y: scroll; height: 206px; box-sizing: border-box; padding: 20px; background-color: #fff9e6; }
  .notice_frame dl dt { color: #ffb142; font-size: 1.6rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; cursor: pointer; padding: 1.2rem 0; }
  .notice_frame dl dt:first-of-type { padding: 0 0 1.2rem; }
  .notice_frame dl dd { color: #020202; font-size: 1.6rem; line-height: 100%; box-sizing: border-box; padding: 0 0 1.2rem; }
  .notice_frame dl dd p { padding: 0; margin: 0 0 1rem 0; font-size: 1.6rem; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0px; margin: 10px auto 15px auto; vertical-align: middle; width: 96%; text-align: center; border-collapse: collapse; box-sizing: border-box; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0.8rem 0; vertical-align: middle; background-color: #bfebe1; color: #1e836d; border: #ffffff 1px solid; }
table.timetable tr th.holiday { width: 13%; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; vertical-align: middle; color: #ffb142; border: #c9c9c9 1px solid; padding: 0.6rem 0; }
table.timetable tr td.time { width: 35%; box-sizing: border-box; font-size: 1.2rem; color: #1b1b1b; }
table.timetable tr td.black { color: #1b1b1b; }

.notice_time { color: #020202; font-size: 1.2rem; margin: 0 auto; width: 96%; }
.notice_time span { color: #ffb142; }

@media screen and (min-width: 768px) { table.timetable { padding: 0px; margin: 0 auto 5px auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 13px 0; vertical-align: middle; background-color: #bfebe1; color: #1e836d; border: #ffffff 1px solid; }
  table.timetable tr th.holiday { width: auto; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; vertical-align: middle; color: #ffb142; border: #c9c9c9 1px solid; padding: 13px 0; }
  table.timetable tr td.time { width: 130px; box-sizing: border-box; font-size: 1.6rem; color: #1b1b1b; }
  table.timetable tr td.black { color: #1b1b1b; }
  .notice_time { font-size: 1.6rem; margin: 0; }
  .notice_time span { color: #ffb142; } }
/* -----------------------------------------------------------
　当日予約について
----------------------------------------------------------- */
.reservations_box { box-sizing: border-box; width: 96%; margin: 0 auto 4rem auto; box-sizing: border-box; overflow: hidden; height: auto; border: #8edbca 2px dotted; border-radius: 0.6rem; padding: 1rem; }
.reservations_box .reservations_box_left { text-align: center; background-color: #ebeced; height: 240px; }
.reservations_box .reservations_box_right { background-color: #fff9e6; padding: 2rem  1rem 1rem; }
.reservations_box .reservations_box_right p { font-size: 1.4rem; }
.reservations_box .reservations_box_right a { background-color: #66bba8; color: #ffffff; text-decoration: none; font-size: 1.6rem; font-weight: bold; border-radius: 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; align-items: center; padding: 0.6rem 0; width: 80%; margin: 0 auto 1rem auto; }
.reservations_box .reservations_box_right a.mini { font-weight: normal; font-size: 1.4rem; background-color: #bfebe1; color: #1e836d; }

@media screen and (min-width: 768px) { .reservations_box { box-sizing: border-box; width: 1080px; margin: 0 auto 58px auto; box-sizing: border-box; overflow: hidden; height: auto; border: #8edbca 2px dotted; border-radius: 0.6rem; padding: 28px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .reservations_box .reservations_box_left { text-align: center; background-color: #ebeced; height: 240px; width: 228px; }
  .reservations_box .reservations_box_right { background-color: #fff9e6; padding: 2rem 1rem 1rem; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; }
  .reservations_box .reservations_box_right p { font-size: 1.6rem; }
  .reservations_box .reservations_box_right a { background-color: #66bba8; color: #ffffff; text-decoration: none; font-size: 2rem; font-weight: bold; border-radius: 3rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; align-items: center; padding: 20px 0; width: 646px; margin: 0 auto 1rem auto; }
  .reservations_box .reservations_box_right a.mini { font-weight: normal; font-size: 1.6rem; background-color: #bfebe1; color: #1e836d; padding: 10px 0; }
  .reservations_box .reservations_box_right a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　診療時間・ボールンロボの花粉症飛散量
----------------------------------------------------------- */
.information_box .information_time { box-sizing: border-box; width: 96%; margin: 0 auto 4rem auto; box-sizing: border-box; overflow: hidden; height: auto; border: #8edbca 2px dotted; border-radius: 0.6rem; padding: 1rem; }
.information_box .information_time figure { text-align: center; }
.information_box .information_time figure img { width: 40%; height: auto; }
.information_box a img { display: block; width: 96%; margin: 2rem auto 4rem auto; }

@media screen and (min-width: 768px) { .information_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 0 auto; }
  .information_box .information_time { box-sizing: border-box; width: 710px; margin: 0 0 60px 0; box-sizing: border-box; overflow: hidden; height: auto; border: #8edbca 2px dotted; border-radius: 0.6rem; padding: 1rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; }
  .information_box .information_time figure { text-align: center; width: 161px; padding: 16px 0 0 0; }
  .information_box .information_time figure img { width: 161px; height: auto; }
  .information_box .information_time .information_table { width: 480px; }
  .information_box .information_time .information_table table.timetable { margin: 10px 0 0 0; }
  .information_box .information_time .information_table table.timetable tr th.holiday { width: 50px; }
  .information_box a { width: 334px; box-sizing: border-box; }
  .information_box a img { display: block; width: 334px; margin: 0; }
  .information_box a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.clinic_menu { background-color: #ffedac; padding: 2rem 0 0 0; }
.clinic_menu 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; }
.clinic_menu ul li { width: 40%; margin: 0 0 2rem 0; display: block; }
.clinic_menu ul li a { text-decoration: none; display: block; color: #1b1b1b; text-decoration: none; text-align: center; font-size: 1.2rem; }
.clinic_menu ul li a span { display: inline-block; text-align: center; color: #ffffff; background-color: #ffb142; box-shadow: 0 0 0 2px #ffedac, 0 0 0 4px #ffb142; border-radius: 50%; padding: 2rem 1.4rem; margin: 0 0 1rem 0; }
.clinic_menu ul li a span i { color: #ffffff; font-size: 4rem; }
.clinic_menu ul li a i { color: #ffb142; }
.clinic_menu ul li a.throat span { padding: 2rem 1rem; }
.clinic_menu ul li a.throat i { padding: 0 1rem 0 0; }

.clinic_menu2 { background-color: #ffedac; padding: 2rem 0; }
.clinic_menu2 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; }
.clinic_menu2 ul li { width: 40%; margin: 0 0 2rem 0; display: block; }
.clinic_menu2 ul li a { text-decoration: none; display: block; color: #1b1b1b; text-decoration: none; text-align: center; font-size: 1.2rem; }
.clinic_menu2 ul li a span { display: inline-block; text-align: center; color: #ffffff; background-color: #ffb142; box-shadow: 0 0 0 2px #ffedac, 0 0 0 4px #ffb142; border-radius: 50%; padding: 2rem 1.4rem; margin: 0 0 1rem 0; }
.clinic_menu2 ul li a span i { color: #ffffff; font-size: 4rem; }
.clinic_menu2 ul li a i { color: #ffb142; }
.clinic_menu2 ul li a.sas span { padding: 2rem 0.4rem; }
.clinic_menu2 ul li a.sas i { padding: 0 1.8rem 0 0; }
.clinic_menu2 ul li a.chi span { padding: 2rem 1rem; }
.clinic_menu2 ul li a.chi i { padding: 0 1rem 0 0; }

.clinic_menu3 { background-color: #ffffff; padding: 2rem 0 0 0; }
.clinic_menu3 ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 90%; margin: 0 auto; list-style-type: none; }
.clinic_menu3 ul li { margin: 0 0 2rem 0; }
.clinic_menu3 ul li a img { width: 100%; }

@media screen and (min-width: 768px) { .clinic_menu { background-color: #ffedac; padding: 56px 0 0  0; margin: 20px 0 0 0; }
  .clinic_menu 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; width: 750px; margin: 0 auto; }
  .clinic_menu ul li { width: 160px; height: 120px; margin: 0 0 2rem 0; display: block; }
  .clinic_menu ul li a { text-decoration: none; display: block; color: #1b1b1b; text-decoration: none; text-align: center; font-size: 1.8rem; }
  .clinic_menu ul li a span { display: inline-block; text-align: center; color: #ffffff; background-color: #ffb142; box-shadow: 0 0 0 2px #ffedac, 0 0 0 4px #ffb142; border-radius: 50%; padding: 3.2rem 2.6rem; margin: 0 0 1rem 0; }
  .clinic_menu ul li a span i { color: #ffffff; font-size: 4.5rem; }
  .clinic_menu ul li a i { color: #ffb142; }
  .clinic_menu ul li a.throat span { padding: 3.2rem 2.2rem; }
  .clinic_menu ul li a.throat i { padding: 0 1rem 0 0; }
  .clinic_menu ul li a:hover { opacity: 0.6; }
  .clinic_menu2 { background-color: #ffedac; padding: 35px 0 80px 0; }
  .clinic_menu2 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; width: 1000px; margin: 0 auto; }
  .clinic_menu2 ul li { width: 200px; height: 120px; margin: 0 0 2rem 0; display: block; }
  .clinic_menu2 ul li a { text-decoration: none; display: block; color: #1b1b1b; text-decoration: none; text-align: center; font-size: 1.8rem; }
  .clinic_menu2 ul li a span { display: inline-block; text-align: center; color: #ffffff; background-color: #ffb142; box-shadow: 0 0 0 2px #ffedac, 0 0 0 4px #ffb142; border-radius: 50%; padding: 3.2rem 2.6rem; margin: 0 0 1rem 0; }
  .clinic_menu2 ul li a span i { color: #ffffff; font-size: 4.5rem; }
  .clinic_menu2 ul li a i { color: #ffb142; }
  .clinic_menu2 ul li a.sas span { padding: 3.2rem 1.8rem; }
  .clinic_menu2 ul li a.sas i { padding: 0 2rem 0 0; }
  .clinic_menu2 ul li a.chi span { padding: 3.2rem 2.2rem; }
  .clinic_menu2 ul li a.chi i { padding: 0 1rem 0 0; }
  .clinic_menu2 ul li a:hover { opacity: 0.6; }
  .clinic_menu3 { background-color: #ffffff; padding: 64px 0; }
  .clinic_menu3 ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 0 auto; list-style-type: none; }
  .clinic_menu3 ul li { margin: 0 0 0 0; width: 522px; }
  .clinic_menu3 ul li a img { width: 522px; }
  .clinic_menu3 ul li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background: url(../images/a_leaf_s.png) repeat-x; background-position: center top 0.4rem; background-color: #bfebe1; padding: 5rem 0 2rem 0; }
.overview_bg .overview { background-color: #ffffff; margin: 0; position: relative; z-index: 0; overflow: visible; padding: 0 0 1rem 0; }
.overview_bg .overview h2.summary { position: relative; top: -2rem; z-index: 1; text-align: center; }
.overview_bg .overview h2.summary img { width: 80%; }
.overview_bg .overview .overview_frame { width: 96%; 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%; margin: 0 0 20px 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #ffffff; font-size: 1.4rem; margin: 0; width: 25%; padding: 1rem 0; box-sizing: border-box; font-weight: normal; background-color: #ffb142; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt span { border-radius: 5rem; width: 30%; display: block; padding: 0.5rem 0; text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #020202; font-size: 1.4rem; margin: 0; width: 75%; padding: 1rem; box-sizing: border-box; line-height: 140%; background-color: #fff9e6; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span { line-height: 120%; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd a { color: #020202; text-decoration: none; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access span { color: #ffffff; font-size: 1.4rem; font-weight: normal; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd dl dt { background-color: #fff9e6; color: #020202; font-size: 1.4rem; text-align: left; justify-content: flex-start; width: 20%; padding: 1rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd dl dd { width: 80%; padding: 1rem 0; line-height: 140%; }
.overview_bg .overview .overview_frame .overview_frame_right table { width: 100%; }
.overview_bg .overview .overview_map { margin: 2rem 0 0 0; }
.overview_bg .overview .overview_map iframe { width: 96%; height: 400px; margin: 0 auto; display: block; border: #d2d2d2 1px solid; box-sizing: border-box; }
.overview_bg .overview .overview_map a { color: #ffffff; background-color: #ffb142; text-align: center; display: block; margin: 1rem auto 2rem auto; font-size: 1.4rem; border-radius: 2rem; width: 80%; padding: 1rem 0; text-decoration: none; }

@media screen and (min-width: 768px) { .overview_bg { background: url(../images/a_leaf_s.png) repeat-x; background-position: center top 12px; background-color: #bfebe1; padding: 130px 0 65px 0; margin: 60px 0 0 0; }
  .overview_bg .overview { background-color: #ffffff; margin: 0 auto; position: relative; z-index: 0; overflow: visible; width: 1080px; padding: 0 0 40px 0; }
  .overview_bg .overview h2.summary { position: relative; top: -45px; z-index: 1; text-align: center; }
  .overview_bg .overview h2.summary img { width: 392px; }
  .overview_bg .overview .overview_frame { width: 1000px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 480px; }
  .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 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #ffffff; font-size: 1.7rem; margin: 0; width: 25%; padding: 14px 0; box-sizing: border-box; font-weight: normal; background-color: #ffb142; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; border-bottom: #ffffff 1px solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt span { border-radius: 5rem; width: 30%; display: block; padding: 0.5rem 0; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #020202; font-size: 1.7rem; margin: 0; width: 75%; padding: 14px 20px; box-sizing: border-box; line-height: 140%; background-color: #fff9e6; border-bottom: #ffffff 1px solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span { line-height: 120%; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a { color: #020202; text-decoration: none; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access span { color: #ffffff; font-size: 1.4rem; font-weight: normal; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd dl dt { background-color: #fff9e6; color: #020202; font-size: 1.7rem; text-align: left; justify-content: flex-start; width: 15%; padding: 1rem 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd dl dd { width: 85%; padding: 1.2rem 0; line-height: 140%; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 480px; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 500px; box-sizing: border-box; border: #a19278 1px solid; }
  .overview_bg .overview .overview_frame .overview_frame_right a { display: block; color: #ffffff; font-size: 1.4rem; text-align: center; margin: 1rem 0; text-decoration: none; }
  .overview_bg .overview .overview_map { margin: 46px auto 0 auto; width: 1000px; }
  .overview_bg .overview .overview_map iframe { width: 100%; height: 400px; margin: 0 auto; display: block; }
  .overview_bg .overview .overview_map a { color: #ffffff; background-color: #ffb142; text-align: center; display: block; margin: 22px auto 0 auto; font-size: 1.6rem; border-radius: 2rem; width: 265px; padding: 8px 0; text-decoration: none; }
  .overview_bg .overview .overview_map a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { /*テキストリンク*/ /*テキストリンク*/ /*テキストリンク*/ }
footer ul.footer_link_text { display: none; }
footer ul.footer_link_text2 { display: none; }
footer ul.footer_link_text3 { display: none; }
footer .copyright { margin: 0; text-align: center; color: #020202; font-size: 1.2rem; height: auto; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; align-items: flex-end; padding: 1rem 0; }
footer .copyright a { text-decoration: none; color: #020202; }

@media screen and (min-width: 768px) { footer { padding: 30px 0 0 0; background-color: #42a18c; /*テキストリンクグローバル*/ /*テキストリンクアサイド*/ }
  footer ul.footer_link_text { display: block; width: 560px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; list-style-type: none; font-size: 1.6rem; }
  footer ul.footer_link_text li { color: #ffffff; }
  footer ul.footer_link_text li a { text-decoration: none; color: #ffffff; font-size: 1.5rem; }
  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 1rem; }
  footer ul.footer_link_text li:last-child:after { content: ""; }
  footer ul.footer_link_text2 { display: block; width: 1000px; margin: 10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; list-style-type: none; font-size: 1.6rem; }
  footer ul.footer_link_text2 li { color: #ffffff; }
  footer ul.footer_link_text2 li a { text-decoration: none; color: #ffffff; font-size: 1.5rem; }
  footer ul.footer_link_text2 li a:hover { text-decoration: underline; }
  footer ul.footer_link_text2 li a img { display: none; }
  footer ul.footer_link_text2 li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 1rem; }
  footer ul.footer_link_text2 li:last-child:after { content: ""; }
  footer ul.footer_link_text2 li br { display: none; }
  footer .copyright { margin: 30px 0 0 0; text-align: center; color: #020202; background-color: #ffffff; font-size: 1.4rem; height: auto; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; align-items: flex-end; padding: 1rem 0; }
  footer .copyright a { text-decoration: none; color: #020202; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 100%; height: auto; }

#pagetop { position: fixed; bottom: 12vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 65px; height: auto; }
  #pagetop { position: fixed; bottom: 90px; left: 50%; margin: 0 0 0 560px; height: 90px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 10px; left: 90%; margin: 0 0 0 0; height: 80px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #66baa8; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 2rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li a img { display: none; }

.openNav { display: block; }

@media screen and (min-width: 768px) { .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: #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: 55px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #66baa8; }

/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_locomo { margin: 0 0 10px 0; text-align: center; }
.img_locomo img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-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) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 400px; height: auto; }
  .img_locomo { float: right; margin: 0 0 10px 10px; }
  .img_locomo a:hover { opacity: 0.6; }
  .img_locomo img { width: 255px; 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_hishi { padding: 0; margin: 0 0 1rem 0; }
ul.list_hishi li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/hishi.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_hishi.aj { margin: 4rem 0 0 0; }

/*なし*/
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) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; 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_hishi { padding: 0; }
  ul.list_hishi li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/hishi.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_hishi.aj { margin: 40px 0 0 0; }
  /*なし*/
  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: 130%; 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.book_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.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px) { 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: 1080px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 980px; margin: 0 0 20px 0; }
  dl.book_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.6rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*リスト*/
h1 { margin: 0; }

h2.top { text-align: center; font-size: 2.2rem; color: #1e836d; font-weight: bold; margin: 0 0 1rem 0; font-family: 'Varela Round', sans-serif; }
h2.top span { color: #1b1b1b; font-size: 1.4rem; display: block; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: normal; }
h2.top::before { content: url(../images/icon_koala.png); display: block; }
h2.low { text-align: center; font-size: 2.2rem; color: #1e836d; border: #42a18c 2px dotted; border-radius: 0.6rem; padding: 1rem 0; margin: 0 0 1rem 0; }
h2.first { margin: 0 0 1rem 0; }

h3 { text-align: center; font-size: 1.8rem; color: #ff9703; border: #ffdeb0 2px solid; border-radius: 0.6rem; padding: 1rem 0; margin: 0 0 1rem 0; background-color: #fff2c7; }

h4 { color: #1e836d; background-color: #bfebe1; font-weight: normal; font-size: 1.7rem; margin: 0 0 1rem 0; text-align: center; padding: 0.9rem 0; }

h5 { text-align: center; font-weight: normal; font-size: 1.6rem; color: #020202; border: #cccccc 2px dotted; border-radius: 0.6rem; padding: 1rem 0; margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px) { h1 { margin: 0; }
  h2.top { text-align: center; font-size: 2.6rem; color: #1e836d; font-weight: bold; margin: 0 0 1rem 0; font-family: 'Varela Round', sans-serif; }
  h2.top span { color: #1b1b1b; font-size: 1.6rem; display: block; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: normal; }
  h2.top::before { content: url(../images/icon_koala.png); display: block; }
  h2.low { text-align: center; font-size: 2.6rem; color: #1e836d; border: #42a18c 2px dotted; border-radius: 0.6rem; padding: 1rem 0; margin: 0 0 1rem 0; }
  h2.first { margin: 0 0 22px 0; }
  h3 { text-align: center; font-size: 2.4rem; color: #ff9703; border: #ffdeb0 2px solid; border-radius: 0.6rem; padding: 1rem 0; margin: 0 0 1rem 0; background-color: #fff2c7; }
  h4 { color: #1e836d; background-color: #bfebe1; font-weight: normal; font-size: 2.2rem; margin: 0 0 1rem 0; text-align: center; padding: 0.9rem 0; }
  h5 { text-align: center; font-weight: normal; font-size: 2rem; color: #020202; border: #cccccc 2px dotted; border-radius: 0.6rem; padding: 1rem 0; margin: 0 0 1rem 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
.key_visual_bg_low { background-color: #bfebe1; z-index: 0; padding: 2rem 0; }
.key_visual_bg_low .key_visual_low { background-color: #bfebe1; padding: 1rem; box-sizing: border-box; }
.key_visual_bg_low .key_visual_low h1.h1_low { color: #ff9703; text-align: center; font-size: 2rem; border: #ffffff 5px solid; border-radius: 0.6rem; padding: 1rem 0; background: url(../images/a_h1_bg.png) no-repeat; background-size: 20%; background-position: center center; background-color: #fff9e6; line-height: 140%; }

/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #ffb142; text-align: center; display: block; margin: 30px auto 0 auto; }

/*下層電話番号*/
.tel_text { color: #ffb142; font-size: 2rem; font-weight: bold; }

/*アクセスページの地図*/
.accessmap { width: 100%; height: 400px; margin: 0 auto; display: block; border: #d2d2d2 1px solid; box-sizing: border-box; }

/*医師紹介*/
.doctor_img { margin: 0 0 10px 0; text-align: center; }
.doctor_img img { width: 70%; height: auto; }

.link_text { color: #020202; font-size: 1.4rem; font-weight: bold; }

.red_text { color: red; }

@media screen and (min-width: 768px) { .key_visual_bg_low { background-color: #bfebe1; z-index: 0; padding: 25px 0 26px 0; }
  .key_visual_bg_low .key_visual_low { background-color: #bfebe1; padding: 1rem; box-sizing: border-box; width: 1080px; margin: 0 auto; }
  .key_visual_bg_low .key_visual_low h1.h1_low { color: #ff9703; text-align: center; font-size: 3.4rem; border: #ffffff 9px solid; border-radius: 0.6rem; padding: 0; background: url(../images/a_h1_bg.png) no-repeat; background-size: 142px; background-position: center center; background-color: #fff9e6; line-height: 140%; height: 145px; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #ffb142; text-align: center; display: block; margin: 30px auto 0 auto; }
  /*下層電話番号*/
  .tel_text { color: #ffb142; font-size: 3rem; font-weight: bold; }
  /*アクセスページの地図*/
  .accessmap { width: 100%; height: 600px; margin: 0 auto; display: block; border: #d2d2d2 1px solid; box-sizing: border-box; }
  /*医師紹介*/
  .doctor_img { float: right; margin: 0 0 10px 10px; }
  .doctor_img img { width: 400px; height: auto; }
  .link_text { color: #020202; font-size: 1.6rem; font-weight: bold; }
  .link_text:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_box { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.machine_box figure { margin: 0 0 4rem 0; }
.machine_box figure img { width: 80%; margin: 0 auto; display: block; }
.machine_box figure figcaption { width: 80%; font-size: 1.4rem; text-align: center; margin: 1rem auto; }

@media screen and (min-width: 768px) { .machine_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .machine_box figure { width: 48%; margin: 0 0 4rem 0; }
  .machine_box figure img { width: 100%; margin: 0 auto; display: block; }
  .machine_box figure figcaption { width: 100%; font-size: 2rem; text-align: center; margin: 1rem 0 2rem 0; }
  .machine_box figure.left { margin: 0 0 0 120px; }
  .machine_box figure.right { margin: 0 120px 0 0; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.access_box { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.access_box figure { margin: 0 0 4rem 0; }
.access_box figure img { width: 80%; margin: 0 auto; display: block; }
.access_box figure figcaption { width: 80%; font-size: 1.4rem; text-align: center; margin: 1rem auto; }

@media screen and (min-width: 768px) { .access_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .access_box figure { width: 30%; margin: 0 0 4rem 0; }
  .access_box figure img { width: 100%; margin: 0 auto; display: block; }
  .access_box figure figcaption { width: 100%; font-size: 1.6rem; text-align: center; margin: 1rem 0 2rem 0; } }

/*# sourceMappingURL=style.css.map */
