@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*cinzel */
/*基本文字色*/
/*基本背景色PC*/
/*マーカー*/
/*白*/
/*水色1*/
/*水色2*/
/*緑*/
/*青*/
/*青2*/
/*黒*/
/*緑2*/
/*青3*/
/*黒2*/
/*グレイ*/
/*青4*/
/*青5*/
/*黄土色*/
/*青6*/
/*緑3*/
/*青7*/
/*青8*/
/*黒3*/
/*青9*/
/*薄茶色*/
/*茶色*/
/*赤*/
/* :::::::::: マージン :::::::::: */
.mt0 { margin-top: 0px; }

.mt5 { margin-top: 5px; }

.mt10 { margin-top: 10px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.mt25 { margin-top: 25px; }

.mt30 { margin-top: 30px; }

.mt35 { margin-top: 35px; }

.mt40 { margin-top: 40px; }

.mt45 { margin-top: 45px; }

.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0px !important; }

.mb5 { margin-bottom: 5px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

.mb25 { margin-bottom: 25px; }

.mb30 { margin-bottom: 30px; }

.mb35 { margin-bottom: 35px; }

.mb40 { margin-bottom: 40px; }

.mb45 { margin-bottom: 45px; }

.mb50 { margin-bottom: 50px; }

.ml0 { margin-left: 0px; }

.ml5 { margin-left: 5px; }

.ml10 { margin-left: 10px; }

.ml15 { margin-left: 15px; }

.ml20 { margin-left: 20px; }

.ml25 { margin-left: 25px; }

.ml30 { margin-left: 30px; }

.ml35 { margin-left: 35px; }

.ml40 { margin-left: 40px; }

.ml45 { margin-left: 45px; }

.ml50 { margin-left: 50px; }

.mr0 { margin-right: 0px; }

.mr5 { margin-right: 5px; }

.mr10 { margin-right: 10px; }

.mr15 { margin-right: 15px; }

.mr20 { margin-right: 20px; }

.mr25 { margin-right: 25px; }

.mr30 { margin-right: 30px; }

.mr35 { margin-right: 35px; }

.mr40 { margin-right: 40px; }

.mr45 { margin-right: 45px; }

.mr50 { margin-right: 50px; }

/* :::::::::: パディング :::::::::: */
.pt0 { padding-top: 0px; }

.pt5 { padding-top: 5px; }

.pt10 { padding-top: 10px; }

.pt15 { padding-top: 15px; }

.pt20 { padding-top: 20px; }

.pt25 { padding-top: 25px; }

.pt30 { padding-top: 30px; }

.pt35 { padding-top: 35px; }

.pt40 { padding-top: 40px; }

.pt45 { padding-top: 45px; }

.pt50 { padding-top: 50px; }

.pb0 { padding-bottom: 0px; }

.pb5 { padding-bottom: 5px; }

.pb10 { padding-bottom: 10px; }

.pb15 { padding-bottom: 15px; }

.pb20 { padding-bottom: 20px; }

.pb25 { padding-bottom: 25px; }

.pb30 { padding-bottom: 30px; }

.pb35 { padding-bottom: 35px; }

.pb40 { padding-bottom: 40px; }

.pb45 { padding-bottom: 45px; }

.pb50 { padding-bottom: 50px; }

.pl0 { padding-left: 0px; }

.pl5 { padding-left: 5px; }

.pl10 { padding-left: 10px; }

.pl15 { padding-left: 15px; }

.pl20 { padding-left: 20px; }

.pl25 { padding-left: 25px; }

.pl30 { padding-left: 30px; }

.pl35 { padding-left: 35px; }

.pl40 { padding-left: 40px; }

.pl45 { padding-left: 45px; }

.pl50 { padding-left: 50px; }

.pr0 { padding-right: 0px; }

.pr5 { padding-right: 5px; }

.pr10 { padding-right: 10px; }

.pr15 { padding-right: 15px; }

.pr20 { padding-right: 20px; }

.pr25 { padding-right: 25px; }

.pr30 { padding-right: 30px; }

.pr35 { padding-right: 35px; }

.pr40 { padding-right: 40px; }

.pr45 { padding-right: 45px; }

.pr50 { padding-right: 50px; }

/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #1b1b1b; background-color: #ffffff; padding: 0 0 18vw 0; }

html.blog { border-top: none; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #1b1b1b; background-color: #ffffff; 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; }

.pl3em { padding-left: 3em; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 20px 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: 1rem auto 0 auto; padding: 0; }

.main { width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; }
  .wrapper { height: auto; width: 100%; margin: 0 auto 60px auto; padding: 0; }
  .main { width: 1080px; margin: 80px auto 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: 56vw; overflow: hidden; margin: 0 auto; }
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: 1rem 0 0 0; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_box .head_tel { text-align: center; color: #0086d1; font-size: 2rem; font-weight: bold; margin: 1rem 0 0 0; letter-spacing: 0.1em; }
header .head_frame .head_box .head_tel i { color: #00afcc; margin: 0 0.6rem 0 0; }
header .head_frame .head_box .head_tel a { text-decoration: none; color: #0086d1; }
header .head_frame .head_box .head_wifi { margin: 0.6rem auto; color: #ffffff; background-color: #00afcc; width: 40%; padding: 0.4rem 0; font-size: 1.2rem; text-align: center; border-radius: 0.6rem; font-weight: bold; }
header .head_frame .head_box .head_wifi i { margin: 0 0.6rem 0 0; }
header .head_frame .head_box .head_info { margin: 0.6rem 0 0 0; }
header .head_frame .head_box .head_info p { color: #0086d1; font-weight: bold; margin: 0 0 0.4rem 0; text-align: center; }
header .head_frame .head_box .head_info p span { font-weight: normal; color: #1b1b1b; }
header .head_frame .head_box .head_info p i { color: #00afcc; margin: 0 0.6rem 0 0; }

@media screen and (min-width: 768px), print { header { display: block; height: 124px; overflow: hidden; margin: 0 auto; }
  header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 0 auto; padding: 0 0 0 0; }
  header .head_frame .head_logo { width: 481px; margin: 30px 0 0 0; }
  header .head_frame .head_logo img { width: 481px; height: auto; }
  header .head_frame .head_box { width: 599px; height: 124px; position: relative; }
  header .head_frame .head_box .head_tel { text-align: center; color: #0086d1; font-size: 2.4rem; font-weight: bold; margin: 20px 0 0 60px; width: 250px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.05em; }
  header .head_frame .head_box .head_tel i { color: #00afcc; margin: 0 0.6rem 0 0; font-size: 1.8rem; }
  header .head_frame .head_box .head_tel a { text-decoration: none; color: #0086d1; }
  header .head_frame .head_box .head_wifi { position: absolute; top: 20px; right: 130px; margin: 0; color: #ffffff; background-color: #00afcc; width: 140px; padding: 6px 0; font-size: 1.6rem; text-align: center; border-radius: 0.6rem; font-weight: bold; }
  header .head_frame .head_box .head_wifi i { margin: 0 0.8rem 0 0; }
  header .head_frame .head_box .head_info { margin: 38px 0 0 0; width: 599px; position: absolute; top: 20px; left: 60px; 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; }
  header .head_frame .head_box .head_info p { color: #0086d1; font-weight: bold; font-size: 1.7rem; margin: 0 0 0 0; text-align: left; }
  header .head_frame .head_box .head_info p span { font-weight: normal; color: #1b1b1b; }
  header .head_frame .head_box .head_info p i { color: #00afcc; margin: 0 6px 0 0; }
  header .head_frame .head_box .head_info p.head_train { order: 1; }
  header .head_frame .head_box .head_info p.head_bus { order: 3; }
  header .head_frame .head_box .head_info p.head_car { order: 2; margin: 0 0 0 20px; } }
@media all and (-ms-high-contrast: none) { header { display: block; height: 124px; overflow: hidden; margin: 0 auto; }
  header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 0 auto; padding: 0 0 0 0; }
  header .head_frame .head_logo { width: 481px; margin: 30px 0 0 0; }
  header .head_frame .head_logo img { width: 481px; height: auto; }
  header .head_frame .head_box { width: 599px; height: 124px; position: relative; }
  header .head_frame .head_box .head_tel { text-align: center; color: #0086d1; font-size: 2.4rem; font-weight: bold; margin: 20px 0 0 60px; width: 250px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.05em; }
  header .head_frame .head_box .head_tel i { color: #00afcc; margin: 0 0.6rem 0 0; font-size: 1.8rem; }
  header .head_frame .head_box .head_tel a { text-decoration: none; color: #0086d1; }
  header .head_frame .head_box .head_wifi { position: absolute; top: 20px; right: 130px; margin: 0; color: #ffffff; background-color: #00afcc; width: 140px; padding: 8px 0 4px 0; font-size: 1.6rem; text-align: center; border-radius: 0.6rem; font-weight: bold; }
  header .head_frame .head_box .head_wifi i { margin: 0 0.8rem 0 0; }
  header .head_frame .head_box .head_info { margin: 38px 0 0 0; width: 599px; position: absolute; top: 20px; left: 60px; 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; }
  header .head_frame .head_box .head_info p { color: #0086d1; font-weight: bold; font-size: 1.7rem; margin: 0 0 0 0; text-align: left; }
  header .head_frame .head_box .head_info p span { font-weight: normal; color: #1b1b1b; }
  header .head_frame .head_box .head_info p i { color: #00afcc; margin: 0 6px 0 0; }
  header .head_frame .head_box .head_info p.head_train { order: 1; }
  header .head_frame .head_box .head_info p.head_bus { order: 3; }
  header .head_frame .head_box .head_info p.head_car { order: 2; margin: 0 0 0 20px; } }
/* -----------------------------------------------------------
　色等
----------------------------------------------------------- */
.marker { background: linear-gradient(transparent 60%, #e6fbd5 40%); }

/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 42vw; }
.key_visual .key_on { position: relative; width: 100%; }
.key_visual .key_on img { display: none; }

.key_text_sp { text-align: center; font-weight: bold; font-size: 1.4rem; color: #0086d1; margin: 0.6rem 0 0 0; }

/*下層*/
.key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 30vw; }
.key_visual_low h1 { width: 100%; height: 30vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #0086d1; font-size: 2rem; }

@media screen and (min-width: 768px), print { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 621px; }
  .key_visual .key_on { position: relative; width: 1080px; margin: 0 auto; height: 621px; }
  .key_visual .key_on img { display: block; position: absolute; top: 70px; right: 0; width: 411px; }
  .key_text_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: 230px; }
  .key_visual_low h1 { width: 100%; height: 230px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #0086d1; font-size: 4rem; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 24px; margin: 0 0 32px 0; padding: 0; width: 100%; max-width: 2000px; overflow: visible; box-sizing: border-box; background-color: #ffffff; }
  .main_nav_pc nav { width: 1080px; height: 24px; margin: 0 auto; padding: 0 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: 1080px; box-sizing: border-box; height: 26px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 24px; width: auto; line-height: 120%; text-align: center; font-weight: normal; margin: 0 15px; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #434343; height: 24px; width: 100%; box-sizing: border-box; margin: 0; padding: 0 0 0 0; font-size: 1.6rem; font-weight: bold; text-align: center; line-height: 100%; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; }
  .main_nav_pc nav ul li a i { margin: 0 4px 0 0; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li:nth-child(1) a i { color: #45bd72; }
  .main_nav_pc nav ul li:nth-child(2) a i { color: #00afcc; }
  .main_nav_pc nav ul li:nth-child(3) a i { color: #0086d1; }
  .main_nav_pc nav ul li:nth-child(4) a i { margin: 0 10px 0 0; color: #00afcc; }
  .main_nav_pc nav ul li:nth-child(5) { width: 110px; }
  .main_nav_pc nav ul li:nth-child(5) a i { color: #45bd72; }
  .main_nav_pc nav ul li:nth-child(6) a i { color: #0086d1; }
  .main_nav_pc nav ul li:nth-child(7) a i { color: #00afcc; }
  .main_nav_pc nav ul li ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; align-items: center; width: 220px; height: auto; background-color: #ffffff; margin: 0 0 10px 0; display: none; z-index: 999999999; }
  .main_nav_pc nav ul li ul li { display: block; text-align: center; box-sizing: border-box; height: auto; width: auto; line-height: 140%; text-align: center; font-weight: normal; margin: 0; }
  .main_nav_pc nav ul li ul li:nth-child(1) { padding: 1rem 0 0 0; }
  .main_nav_pc nav ul li ul li:nth-child(5) { width: 220px; }
  .main_nav_pc nav ul li ul li a { text-decoration: none; color: #434343; height: auto; width: 100%; box-sizing: border-box; margin: 0; padding: 1rem 0.5rem; font-size: 1.6rem; font-weight: bold; text-align: center; line-height: 100%; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; display: block; text-align: left; }
  .main_nav_pc nav ul li ul.open_nav { display: block; } }
/* -----------------------------------------------------------
　新規開院  内覧会開催予定
----------------------------------------------------------- */
.seservation_text { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; font-size: 1.4rem; font-weight: bold; margin: 2rem 0 0 0; line-height: 120%; }
.seservation_text span { color: #00afcc; display: block; text-align: center; }
.seservation_text span span { color: #3aad65; display: block; }
.seservation_text::before { content: url(../images/a_starfish.png); margin: 0 0.4rem 0 0; }
.seservation_text::after { content: url(../images/a_starfish.png); margin: 0 0 0 0.4rem; }

@media screen and (min-width: 768px), print { .seservation_text { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; font-size: 2.8rem; font-weight: bold; margin: 34px 0 0 0; }
  .seservation_text span { color: #00afcc; display: block; text-align: center; }
  .seservation_text span span { color: #3aad65; display: inline; }
  .seservation_text::before { content: url(../images/a_starfish.png); margin: 0 0.4rem 0 0; }
  .seservation_text::after { content: url(../images/a_starfish.png); margin: 0 0 0 0.4rem; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; background-color: #ffffff; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #5ca8de; border-right: #ffffff 1px solid; }
table.timetable tr th.th_holiday { width: 12%; border-right: none; }
table.timetable tr td { width: 10%; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #d7c078; border-right: #5ca8de 1px solid; border-bottom: #5ca8de 1px solid; }
table.timetable tr td.holiday1 { color: #1b1b1b; }
table.timetable tr td.holiday2 { border-right: none; color: #1b1b1b; }
table.timetable tr td.pm { color: #3e8cc4; }
table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1rem; color: #1b1b1b; }

.notice_time { color: #1b1b1b; font-size: 1rem; margin: 0.6rem auto 0 auto; width: 96%; font-weight: normal; }
.notice_time span { color: #3e8cc4; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; background-color: #ffffff; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 10px 0; vertical-align: middle; color: #ffffff; background-color: #5ca8de; border-right: #ffffff 1px solid; }
  table.timetable tr th.th_holiday { width: 12%; border-right: none; }
  table.timetable tr td { width: 10%; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 14px 0; vertical-align: middle; color: #d7c078; border-right: #5ca8de 1px solid; border-bottom: #5ca8de 1px solid; }
  table.timetable tr td.holiday1 { color: #1b1b1b; }
  table.timetable tr td.holiday2 { border-right: none; color: #1b1b1b; }
  table.timetable tr td.pm { color: #3e8cc4; }
  table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1.6rem; color: #1b1b1b; }
  .notice_time { color: #1b1b1b; font-size: 1.6rem; margin: 14px auto 0 auto; width: 96%; font-weight: normal; }
  .notice_time span { color: #3e8cc4; } }
@media all and (-ms-high-contrast: none) { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; background-color: #ffffff; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 14px 0 6px 0; vertical-align: middle; color: #ffffff; background-color: #5ca8de; border-right: #ffffff 1px solid; }
  table.timetable tr th.th_holiday { width: 12%; border-right: none; }
  table.timetable tr td { width: 10%; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 14px 0; vertical-align: middle; color: #d7c078; border-right: #5ca8de 1px solid; border-bottom: #5ca8de 1px solid; }
  table.timetable tr td.holiday1 { color: #1b1b1b; }
  table.timetable tr td.holiday2 { border-right: none; color: #1b1b1b; }
  table.timetable tr td.pm { color: #3e8cc4; }
  table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1.6rem; color: #1b1b1b; }
  .notice_time { color: #1b1b1b; font-size: 1.6rem; margin: 14px auto 0 auto; width: 96%; font-weight: normal; }
  .notice_time span { color: #3e8cc4; } }
/* -----------------------------------------------------------
　新型コロナウィルス感染対策
----------------------------------------------------------- */
.bnr { margin: 0 auto; text-align: center; }
.bnr img { width: 95%; max-width: 600px; height: auto; margin: 2rem auto; }

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 96%; margin: 2rem auto 0 auto; padding: 1rem; box-sizing: border-box; overflow: hidden; height: auto; border: #39adee 4px solid; border-radius: 0.6rem; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.notice_frame h2 { display: block; text-align: center; margin: 0 0 1rem 0; }
.notice_frame h2 img { width: 70%; max-width: 208px; margin: 0 auto; }
.notice_frame dl { /*overflow-y: scroll;*/ height: 56vw; box-sizing: border-box; padding: 1rem; background-color: #ffffff; width: 100%; margin: 0 auto; }
.notice_frame dl dt { margin: 0 0 1rem 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; border-bottom: #bfbfbf 1px dashed; padding: 0 0 0.6rem 0; }
.notice_frame dl dt span { display: block; font-size: 1.2rem; line-height: 120%; color: #434343; border-left: #00afcc 5px solid; padding: 0 0 0 0.6rem; }
.notice_frame dl dt a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; background-color: #3aad65; text-decoration: none; padding: 0 1rem; border-radius: 0.4rem; font-size: 1rem; height: 1.6rem; }

@media screen and (min-width: 768px), print { .notice_frame { width: 960px; margin: 56px auto 0 auto; padding: 30px; box-sizing: border-box; overflow: hidden; height: 278px; border: #39adee 4px solid; border-radius: 0.6rem; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; }
  .notice_frame h2 { display: block; text-align: center; margin: 0 0 1rem 0; width: 170px; }
  .notice_frame h2 img { width: 114px; max-width: 114px; margin: 0 auto; }
  .notice_frame dl { /*overflow-y: scroll;*/ height: 100px; box-sizing: border-box; padding: 1rem; background-color: #ffffff; width: 760px; margin: 0 auto; }
  .notice_frame dl dt { margin: 0 0 1rem 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; border-bottom: #bfbfbf 1px dashed; padding: 0 0 0.6rem 0; }
  .notice_frame dl dt span { display: block; font-size: 1.8rem; line-height: 120%; color: #434343; border-left: #00afcc 5px solid; padding: 0 0 0 0.6rem; }
  .notice_frame dl dt a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; background-color: #3aad65; text-decoration: none; padding: 0 1.6rem; border-radius: 0.4rem; font-size: 1.6rem; width: 134px; box-sizing: border-box; height: 22px; }
  .notice_frame dl dt a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.time_frame { margin: 2rem 0 0 0; padding: 2rem 0 2rem 0; }
.time_frame .time_box { background-color: #c2e6fb; width: 96%; margin: 0 auto; padding: 4rem 1rem 4rem 1rem; box-sizing: border-box; border-radius: 0.6rem; }
.time_frame .time_box h2.time_title { text-align: center; color: #0086d1; font-size: 1.8rem; margin: 0 0 1rem 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.time_frame .time_box h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1rem; margin: 0 0 0.4rem 0; }
.time_frame .time_box h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
.time_frame .time_box h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
.time_frame .time_box h2.time_title span.h2_jp i { display: block; color: #ffffff; }

@media screen and (min-width: 768px), print { .time_frame { margin: 64px 0 76px 0; padding: 0 0 0 0; }
  .time_frame .time_box { background: url(../images/index_time_left_bg.png), url(../images/index_time_right_bg.png); background-position: left 40px top,right top 8px; background-repeat: no-repeat, no-repeat; background-color: #c2e6fb; width: 960px; margin: 0 auto 0 auto; padding: 40px 0 24px 0; box-sizing: border-box; border-radius: 0.6rem; }
  .time_frame .time_box h2.time_title { text-align: center; color: #0086d1; font-size: 2.8rem; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
  .time_frame .time_box h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
  .time_frame .time_box h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .time_frame .time_box h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
  .time_frame .time_box h2.time_title span.h2_jp i { display: block; color: #ffffff; }
  .time_frame .time_box table { width: 490px; }
  .time_frame .time_box .notice_time { width: 490px; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.guide_frame { background: url(../images/a_wave.jpg) repeat-x; background-position: center top; background-size: contain; background-color: #c2e6fb; padding: 4rem 0 0 0; }
.guide_frame h2.time_title { text-align: center; color: #0086d1; font-size: 1.8rem; margin: 0 0 1rem 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.guide_frame h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1rem; margin: 0 0 0.4rem 0; }
.guide_frame h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
.guide_frame h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
.guide_frame h2.time_title span.h2_jp i { display: block; color: #ffffff; }
.guide_frame .guide_list { 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: 96%; margin: 0 auto; }
.guide_frame .guide_list a { width: 40%; display: block; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-decoration: none; margin: 0 0 4rem 0; }
.guide_frame .guide_list a i { width: 100%; height: 36vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 60%; font-size: 5rem; }
.guide_frame .guide_list a span { color: #1b1b1b; font-size: 1.2rem; font-weight: bold; margin: 2rem 0 0 0; }
.guide_frame .guide_list a.green i { background-color: #ffffff; color: #36a658; box-shadow: 5px 5px #36a658; }
.guide_frame .guide_list a.blue i { background-color: #00afcc; color: #ffffff; box-shadow: 5px 5px #ffffff; }

@media screen and (min-width: 768px), print { .guide_frame { background: url(../images/a_wave.jpg) repeat-x; background-position: center top; background-size: contain; background-color: #c2e6fb; padding: 80px 0 50px 0; }
  .guide_frame h2.time_title { text-align: center; color: #0086d1; font-size: 2.8rem; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
  .guide_frame h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
  .guide_frame h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .guide_frame h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
  .guide_frame h2.time_title span.h2_jp i { display: block; color: #ffffff; }
  .guide_frame .guide_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; width: 1080px; margin: 0 auto; }
  .guide_frame .guide_list a { width: 154px; display: block; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-decoration: none; margin: 0 0 4rem 0; }
  .guide_frame .guide_list a i { width: 154px; height: 154px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 50%; font-size: 7rem; }
  .guide_frame .guide_list a span { color: #1b1b1b; font-size: 1.7rem; font-weight: bold; margin: 2rem 0 0 0; }
  .guide_frame .guide_list a.green { margin: 60px 0 0 0; }
  .guide_frame .guide_list a.green i { background-color: #ffffff; color: #36a658; box-shadow: 5px 5px #36a658; }
  .guide_frame .guide_list a.blue i { background-color: #00afcc; color: #ffffff; box-shadow: 5px 5px #ffffff; }
  .guide_frame .guide_list a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame { background-color: #c2e6fb; margin: 0; height: auto; padding: 2rem 0 4rem 0; }
.feature_frame h2.time_title { text-align: center; color: #0086d1; font-size: 2.8rem; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.feature_frame h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
.feature_frame h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
.feature_frame h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
.feature_frame h2.time_title span.h2_jp i { display: block; color: #ffffff; }
.feature_frame .feature_box { background: #c2e6fb; padding: 0 0 2rem 0; }
.feature_frame .feature_box .semicircle { background: url(../images/index_semicircle.png) no-repeat; background-position: center bottom; background-size: 70%; height: 5vw; }
.feature_frame .feature_box .feature_inner { background-color: #ffffff; width: 96%; margin: -4px auto 0 auto; border-radius: 0.6rem; padding: 0 0 0.5rem 0; }
.feature_frame .feature_box .feature_inner .feature_title { background: url(../images/index_feature_bg.jpg) no-repeat; background-position: center center; background-size: 30%; height: 40vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.feature_frame .feature_box .feature_inner .feature_title img { width: 70%; }
.feature_frame .feature_box .feature_inner .point_box div { width: 96%; margin: 0 auto 2rem auto; text-align: center; }
.feature_frame .feature_box .feature_inner .point_box div img.point_title { width: 60%; max-width: 264px; margin: 0 0 1rem 0; }
.feature_frame .feature_box .feature_inner .point_box div img.point_img { width: 100%; }
.feature_frame .feature_box .feature_inner .point_box div p { font-size: 1.2rem; text-align: left; margin: 1rem 0 0 0; }
.feature_frame .feature_box .feature_inner .point_box div p span { color: #0086d1; font-weight: bold; }

@media screen and (min-width: 768px), print { .feature_frame { background-color: #c2e6fb; margin: 0; height: auto; padding: 0 0 0 0; }
  .feature_frame h2.time_title { text-align: center; color: #0086d1; font-size: 2.8rem; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
  .feature_frame h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
  .feature_frame h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .feature_frame h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
  .feature_frame h2.time_title span.h2_jp i { display: block; color: #ffffff; }
  .feature_frame .feature_box { background: #c2e6fb; padding: 0 0 10px 0; }
  .feature_frame .feature_box .semicircle { background: url(../images/index_semicircle.png) no-repeat; background-position: center bottom; background-size: 671px; height: 32px; }
  .feature_frame .feature_box .feature_inner { background-color: #ffffff; width: 1080px; margin: -8px auto 72px auto; border-radius: 0.6rem; padding: 0 80px 50px 80px; box-sizing: border-box; }
  .feature_frame .feature_box .feature_inner .feature_title { background: url(../images/index_feature_bg.jpg) no-repeat; background-position: center center; background-size: 118px; height: 125px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .feature_frame .feature_box .feature_inner .feature_title img { width: 748px; }
  .feature_frame .feature_box .feature_inner .point_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; margin: 10px 0 0 0; }
  .feature_frame .feature_box .feature_inner .point_box div { width: 432px; margin: 0 0 20px 0; text-align: center; }
  .feature_frame .feature_box .feature_inner .point_box div img.point_title { width: 264px; max-width: 264px; margin: 0 0 18px 0; }
  .feature_frame .feature_box .feature_inner .point_box div img.point_img { width: 431px; }
  .feature_frame .feature_box .feature_inner .point_box div p { font-size: 1.8rem; text-align: left; margin: 14px 0 0 0; }
  .feature_frame .feature_box .feature_inner .point_box div p span { color: #0086d1; font-weight: bold; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame { background: url(../images/a_wave2.jpg) repeat-x; background-position: center top; background-size: contain; background-color: #ffffff; padding: 4rem 0 0 0; margin: 0; }
.greeting_frame.nobg { background: none; }
.greeting_frame h2.time_title { text-align: center; color: #0086d1; font-size: 2.8rem; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.greeting_frame h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
.greeting_frame h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
.greeting_frame h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
.greeting_frame h2.time_title span.h2_jp i { display: block; color: #ffffff; }
.greeting_frame .greeting_box { width: 96%; margin: 0 auto; }
.greeting_frame .greeting_box figure.index_doctor { margin: 0 0 2rem 0; text-align: center; }
.greeting_frame .greeting_box figure.index_doctor img { width: 50%; height: auto; }
.greeting_frame .greeting_box figure.doctor_doctor { margin: 0 0 2rem 0; text-align: center; }
.greeting_frame .greeting_box figure.doctor_doctor img { width: 50%; height: auto; }
.greeting_frame .greeting_box p { font-size: 1.2rem; margin: 0 auto 2rem auto; line-height: 140%; width: 94%; }
.greeting_frame .greeting_box p.greeting_doctor_name { text-align: right; }

.greeting_link { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 90%; margin: 0 auto; text-align: center; }
.greeting_link a { display: block; width: 90%; max-width: 337px; margin: 0 auto 1rem auto; }
.greeting_link a img { width: 100%; height: auto; }

.greeting_link2 { width: 90%; margin: 0 auto; text-align: left; }
.greeting_link2 a { display: block; width: 90%; max-width: 337px; margin: 0 0 1rem 0; }
.greeting_link2 a img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .greeting_frame { background: url(../images/a_wave2.jpg) repeat-x; background-position: center top; background-size: contain; background-color: #ffffff; padding: 84px 0 0 0; margin: 0; }
  .greeting_frame.nobg { background: none; }
  .greeting_frame h2.time_title { text-align: center; color: #0086d1; font-size: 2.8rem; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
  .greeting_frame h2.time_title span.h2_eng { display: block; color: #00afcc; font-family: "Cinzel", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-size: 1.6rem; margin: 0 0 0.4rem 0; }
  .greeting_frame h2.time_title span.h2_jp { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .greeting_frame h2.time_title span.h2_jp span.h2_text { display: block; margin: 0 0.6rem; }
  .greeting_frame h2.time_title span.h2_jp i { display: block; color: #ffffff; }
  .greeting_frame .greeting_box { width: 1080px; margin: 0 auto; }
  .greeting_frame .greeting_box figure.index_doctor { float: right; margin: 0 0 20px 18px; }
  .greeting_frame .greeting_box figure.index_doctor img { width: 217px; height: auto; }
  .greeting_frame .greeting_box figure.doctor_doctor { float: right; margin: 0 0 20px 18px; }
  .greeting_frame .greeting_box figure.doctor_doctor img { width: 400px; height: auto; }
  .greeting_frame .greeting_box p { font-size: 1.6rem; margin: 0 auto 35px auto; line-height: 160%; width: 100%; }
  .greeting_frame .greeting_box p.greeting_doctor_name { text-align: right; }
  .greeting_link { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 60px auto 0 auto; text-align: center; }
  .greeting_link a { display: block; width: 337px; max-width: 337px; margin: 0 auto 1rem auto; }
  .greeting_link a img { width: 337px; height: auto; }
  .greeting_link a:hover { opacity: 0.6; }
  .greeting_link2 { width: 1060px; margin: 15px auto 0 auto; text-align: left; }
  .greeting_link2 a img { width: 337px; height: auto; }
  .greeting_link2 a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { padding: 4rem 0 2rem 0; margin: 0 0 0 0; }
.overview_bg .overview { margin: 0; }
.overview_bg .overview .overview_box { background-color: #ffffff; width: 96%; margin: 0 auto; border-radius: 0.3rem; padding: 2rem 0 1rem 0; }
.overview_bg .overview .overview_box h2.overview_h2 { width: 100%; text-align: center; }
.overview_bg .overview .overview_box h2.overview_h2 span img { width: 85%; display: block; margin: 0 auto 1.5rem auto; }
.overview_bg .overview .overview_box .overview_frame { width: 100%; margin: 0 auto; background-color: #ffffff; padding: 1rem 0; box-sizing: border-box; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl { width: 100%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 20px 0; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt { margin: 0 0 1rem 0; box-sizing: border-box; padding: 0 0 0 0; width: 28%; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt span { font-weight: bold; font-size: 1.1rem; padding: 0.5rem 0; text-align: center; color: #0086d1; background-color: #c3e2f8; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.3rem; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd { color: #1b1b1b; font-size: 1.1rem; margin: 0 0 1rem 0; width: 70%; padding: 0.5rem 0; box-sizing: border-box; line-height: 140%; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd a { text-decoration: none; color: #1b1b1b; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd.station { color: #0086d1; font-weight: bold; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd.station span { color: #1b1b1b; font-weight: normal; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right { margin: 4rem 0 0 0; /*
iframe{ width: 100%; height: 500px; box-sizing: border-box; border: $color17 1px solid; border-radius: 0.4rem;            
}
*/ }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right img { width: 100%; height: auto; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right a { color: #0086d1; font-size: 1.4rem; border: #0086d1 1px solid; border-radius: 2rem; padding: 0.6rem 0; text-align: center; width: 80%; margin: 1rem auto; text-decoration: none; display: block; }

@media screen and (min-width: 768px), print { .overview_bg { padding: 90px 0 50px 0; margin: 0 0 0 0; }
  .overview_bg .overview { margin: 0; }
  .overview_bg .overview .overview_box { background-color: #ffffff; width: 1080px; margin: 0 auto; border-radius: 0.3rem; padding: 30px 0 34px 0; }
  .overview_bg .overview .overview_box h2.overview_h2 { width: 1080px; text-align: center; margin: 0 auto; }
  .overview_bg .overview .overview_box h2.overview_h2 span { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .overview_bg .overview .overview_box h2.overview_h2 span::before { content: url(../images/a_wave3.png); display: block; }
  .overview_bg .overview .overview_box h2.overview_h2 span img { width: 452px; display: block; margin: 0 auto; }
  .overview_bg .overview .overview_box h2.overview_h2 span::after { content: url(../images/a_wave3.png); display: block; }
  .overview_bg .overview .overview_box .overview_frame { width: 1080px; margin: 0 auto; background-color: #ffffff; padding: 40px 0 0 0; box-sizing: border-box; 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_box .overview_frame .overview_frame_left { width: 540px; margin: 0 0 0 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl { width: 540px; margin: 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; line-height: 160%; margin: 0 0 0 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt { margin: 0 0 24px 0; box-sizing: border-box; padding: 0 0 0 0; width: 95px; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt span { font-weight: bold; color: #1b1b1b; font-size: 1.6rem; font-weight: bold; padding: 4px 0; text-align: center; color: #0086d1; background-color: #c3e2f8; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.3rem; height: auto; letter-spacing: 0.1em; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd { color: #1b1b1b; font-size: 1.6rem; margin: 0 0 24px 20px; width: 425px; padding: 0 0; box-sizing: border-box; line-height: 160%; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd a { text-decoration: none; color: #1b1b1b; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd.station { color: #0086d1; font-weight: bold; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd.station span { color: #1b1b1b; font-weight: normal; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right { width: 540px; margin: 0 0 0 0; /*
iframe{ width: 516px; height: 525px; margin: 0 0 0 24px; box-sizing: border-box; border: $color17 1px solid; border-radius: 0.4rem;
}
*/ }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right img { width: 516px; height: auto; margin: 0 0 0 24px; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right a { color: #0086d1; font-size: 1.6rem; border: #0086d1 1px solid; border-radius: 2rem; padding: 8px 0; text-align: center; width: 270px; margin: 18px auto; text-decoration: none; display: block; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right a:hover { opacity: 0.6; } }
@media all and (-ms-high-contrast: none) { .overview_bg { padding: 90px 0 50px 0; margin: 0 0 0 0; }
  .overview_bg .overview { margin: 0; }
  .overview_bg .overview .overview_box { background-color: #ffffff; width: 1080px; margin: 0 auto; border-radius: 0.3rem; padding: 30px 0 34px 0; }
  .overview_bg .overview .overview_box h2.overview_h2 { width: 1080px; text-align: center; margin: 0 auto; }
  .overview_bg .overview .overview_box h2.overview_h2 span { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  .overview_bg .overview .overview_box h2.overview_h2 span::before { content: url(../images/a_wave3.png); display: block; }
  .overview_bg .overview .overview_box h2.overview_h2 span img { width: 452px; display: block; margin: 0 auto; }
  .overview_bg .overview .overview_box h2.overview_h2 span::after { content: url(../images/a_wave3.png); display: block; }
  .overview_bg .overview .overview_box .overview_frame { width: 1080px; margin: 0 auto; background-color: #ffffff; padding: 40px 0 0 0; box-sizing: border-box; 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_box .overview_frame .overview_frame_left { width: 540px; margin: 0 0 0 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl { width: 540px; margin: 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; line-height: 160%; margin: 0 0 0 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt { margin: 0 0 24px 0; box-sizing: border-box; padding: 0 0 0 0; width: 95px; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt span { font-weight: bold; color: #1b1b1b; font-size: 1.6rem; font-weight: bold; padding: 6px 0 2px 0; text-align: center; color: #0086d1; background-color: #c3e2f8; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.3rem; height: auto; letter-spacing: 0.1em; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd { color: #1b1b1b; font-size: 1.6rem; margin: 0 0 24px 20px; width: 425px; padding: 0 0; box-sizing: border-box; line-height: 160%; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd a { text-decoration: none; color: #1b1b1b; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd.station { color: #0086d1; font-weight: bold; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd.station span { color: #1b1b1b; font-weight: normal; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right { width: 540px; margin: 0 0 0 0; /*
iframe{ width: 516px; height: 525px; margin: 0 0 0 24px; box-sizing: border-box; border: $color17 1px solid; border-radius: 0.4rem;
}
*/ }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right img { width: 516px; height: auto; margin: 0 0 0 24px; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right a { color: #0086d1; font-size: 1.6rem; border: #0086d1 1px solid; border-radius: 2rem; padding: 8px 0; text-align: center; width: 270px; margin: 18px auto; text-decoration: none; display: block; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
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: #313131; font-size: 1.2rem; padding: 1rem 0; background-color: #c2e6fb; }
footer .copyright a { color: #313131; 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(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 75%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #0086d1; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
.footer_link .smoothScrolls { background-color: #0086d1; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer { height: 240px; box-sizing: border-box; margin: 0; background: url(../images/a_wave.jpg) repeat-x; background-position: center top; background-size: contain; background-color: #c2e6fb; padding: 60px 0 20px 0; }
  footer img { display: block; margin: 0 auto 40px auto; }
  footer ul.footer_link_text { display: block; margin: 0 auto 0 auto; padding: 0 0 12px 0; 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: #313131; margin: 0 20px 0 0; }
  footer ul.footer_link_text li a { text-decoration: none; color: #313131; font-size: 1.6rem; }
  footer ul.footer_link_text li a br { display: none; }
  footer ul.footer_link_text li a i { display: none; }
  footer ul.footer_link_text li a:hover { text-decoration: underline; }
  footer ul.footer_link_text li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 20px; }
  footer ul.footer_link_text li:last-child:after { content: ""; }
  footer ul.footer_link_text li ul.main_nav_sub { display: none; }
  footer ul.footer_link_text li.treatment { display: none; }
  footer .copyright { margin: 0 0 0 0; text-align: center; color: #313131; 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: 24px 0 20px 0; letter-spacing: 0.1em; background-color: #c2e6fb; }
  footer .copyright a { color: #313131; text-decoration: none; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 33vw; right: 0px; height: 33vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { display: none; float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 94px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 110px; left: 50%; margin: 0 0 0 540px; height: 110px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 20px; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 110px; left: 90%; margin: 0 0 0 0; height: 110px; 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: #0086d1 1px solid; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #0086d1; font-size: 1.2rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #0086d1 1px solid; box-sizing: border-box; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li a img { display: none; }
.drawr ul.hbg li a br { display: none; }

.openNav { display: block; }

.syncer-acdn-child { display: none; }

@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: #0086d1; 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: #0086d1; 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: #0086d1 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_doctor figcaption { text-align: center; margin: 1rem 0 2rem 0; font-size: 1.6rem; }

.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 10px 20px; }
  .img_right img { width: 400px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor a:hover { opacity: 0.6; }
  .img_doctor img { width: 217px; height: auto; }
  .img_doctor figcaption { text-align: center; margin: 1rem 0 2rem 0; font-size: 2rem; }
  .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.2rem; 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.2rem; 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.2rem; 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_square { padding: 0; margin: 0 0 1rem 0; }
ul.list_square li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_square.aj { margin: 4rem 0 0 0; }

ul.list_square_two { padding: 0; margin: 0; }
ul.list_square_two li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.2rem; 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.2rem; 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.2rem; 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.2rem; 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_square { padding: 0; }
  ul.list_square li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_square.aj { margin: 40px 0 0 0; }
  ul.list_square_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_square_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/square.jpg) 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.2rem; 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.locomo_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.2rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; width: 100%; }
dl.locomo_list dt { width: 5%; margin: 0 0 0 0; font-weight: bold; }
dl.locomo_list dd { width: 95%; 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: 1080px; }
  dl.bio_list dt { width: 120px; margin: 0 0 20px 0; font-weight: normal; text-align: left; }
  dl.bio_list dt.long { width: 300px; }
  dl.bio_list dd { width: 880px; margin: 0 0 20px 0; }
  dl.bio_list dd.long { width: 780px; }
  dl.locomo_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%; width: 1080px; }
  dl.locomo_list dt { width: 30px; margin: 0 0 0 0; font-weight: bold; }
  dl.locomo_list dd { width: 1050px; margin: 0 0 20px 0; } }
.list_faq { font-size: 1.2rem; line-height: 140%; }
.list_faq dl { background: #d4ecfa; padding: 0.5em; }
.list_faq dl:not(:first-of-type) { margin: 20px 0 0; }
.list_faq dl dt, .list_faq dl dd { position: relative; }
.list_faq dl dt::before, .list_faq dl dd::before { position: absolute; color: #0086d1; font-weight: bold; font-size: 1.3em; }
.list_faq dl dt { padding: 0 2em; cursor: pointer; }
.list_faq dl dt::before { content: 'Q'; left: 0.4em; }
.list_faq dl dt::after { position: absolute; color: #0086d1; content: '▼'; top: 0; right: 0.4em; }
.list_faq dl dt.active::after { content: '▲'; }
.list_faq dl dd { background: #fff; margin: 0.5em 0 0; padding: 0.5em 0.5em 0.5em 2em; display: none; }
.list_faq dl dd::before { content: 'A'; left: 0.5em; }
.list_faq dl dd .sub_tit { color: #00afcc; font-weight: bold; display: block; margin: 0.5em 0 0.3em; }
@media screen and (min-width: 768px) { .list_faq { font-size: 1.6rem; }
  .list_faq dl { padding: 12px; }
  .list_faq dl dd { margin: 12px 0 0; } }

/*リスト*/
h1 { margin: 0; }

h2.top { font-size: 2rem; text-align: center; color: #0086d1; line-height: 140%; letter-spacing: 0.1em; margin: 2rem 0 2rem 0; }
h2.top span { display: block; font-size: 3.2rem; }
h2.top::after { content: ""; border-bottom: #0086d1 6px solid; display: block; width: 4rem; margin: 0.4rem auto 0 auto; }
h2.low { background: url(../images/a_icon_h2.png), url(../images/a_line_h2.gif); background-repeat: no-repeat,repeat-x; background-position: left top,left bottom; background-size: 10% ,auto; min-height: 8vw; padding: 0 0 0.6rem 12%; font-size: 2rem; font-weight: bold; margin: 2rem 0 1rem 0; }
h2.first { margin: 0.1rem 0 1rem 0; }

h3 { background: url(../images/a_icon_h3.png) no-repeat; background-position: left 0.6rem top 0.4rem; background-size: 8%; background-color: #d4ecfa; color: #0086d1; min-height: 8vw; padding: 0.6rem 0 0.6rem 12%; font-size: 1.8rem; font-weight: normal; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 120%; }
h3.first { margin: 0.1rem 0 1rem 0; }

h4 { background: url(../images/a_icon_h4.png) no-repeat; background-position: left 0.6rem top 0.4rem; background-size: 8%; background-color: #ede8d9; color: #827757; min-height: 8vw; padding: 0.6rem 0 0.6rem 12%; font-size: 1.8rem; font-weight: normal; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 120%; }
h4.first { margin: 0.1rem 0 1rem 0; }

h5 { font-size: 1.5rem; margin-bottom: 10px; color: #333333; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top { font-size: 2.2rem; text-align: center; color: #0086d1; line-height: 200%; letter-spacing: 0.1em; margin: 50x 0 28px 0; }
  h2.top span { display: block; font-size: 3.6rem; }
  h2.top::after { content: ""; border-bottom: #0086d1 6px solid; display: block; width: 4rem; margin: 0.4rem auto 0 auto; }
  h2.low { background: url(../images/a_icon_h2.png), url(../images/a_line_h2.gif); background-repeat: no-repeat,repeat-x; background-position: left top,left bottom; background-size: 53px ,auto; min-height: 40px; padding: 0 0 0.6rem 64px; font-size: 2.6rem; font-weight: bold; margin: 2rem 0 1rem 0; line-height: 160%; }
  h2.first { margin: 1px 0 28px 0; }
  h3 { background: url(../images/a_icon_h3.png) no-repeat; background-position: left 14px top 4px; background-size: 31px; background-color: #d4ecfa; color: #0086d1; min-height: 38px; padding: 12px 0 4px 60px; font-size: 1.8rem; font-weight: normal; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 120%; }
  h3.first { margin: 0.1rem 0 1rem 0; }
  h4 { background: url(../images/a_icon_h4.png) no-repeat; background-position: left 14px top 4px; background-size: 31px; background-color: #ede8d9; color: #827757; min-height: 38px; padding: 8px 0 8px 60px; font-size: 1.8rem; font-weight: normal; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 120%; }
  h4.first { margin: 0.1rem 0 1rem 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside { margin: 0 0 6rem 0; }
aside .aside_title1 { display: none; }
aside .aside_title2 { display: block; background-color: #00afcc; color: #45bd72; border: #45bd72 2px solid; border-radius: 30px; font-size: 1.6rem; padding: 4px 0; text-align: center; width: 96%; margin: 2rem auto 0 auto; }
aside .aside_title2 i { margin: 0 8px 0 0; }
aside ul.aside_list { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 260px; margin: 0; /*見出し*/ /*リンクリスト*/ }
  aside p.aside_title1 { text-align: center; width: 260px; margin: 0; line-height: 100%; color: #ffffff; font-size: 2rem; display: block; padding: 24px 0; background-color: #45bd72; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  aside p.aside_title2 { display: block; background-color: #00afcc; color: #45bd72; border: #45bd72 2px solid; border-radius: 30px; font-size: 1.8rem; padding: 4px 0; text-align: center; width: 260px; margin: 50px 0 0 0; }
  aside p.aside_title2 i { margin: 0 8px 0 0; }
  aside ul.aside_list { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; list-style-type: none; margin: 0; background-color: #00afcc; padding: 20px 0; }
  aside ul.aside_list li { width: 220px; background-color: #ffffff; margin: 0 auto 0 auto; padding: 3px 0; box-sizing: border-box; }
  aside ul.aside_list li a { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; width: 196px; height: 70px; padding: 0; font-size: 1.6rem; color: #1b1b1b; text-decoration: none; margin: 0 auto; border-bottom: #45bd72 1px dashed; }
  aside ul.aside_list li a i { color: #45bd72; margin: 0 8px 0 0; }
  aside ul.aside_list li a:hover { opacity: 0.6; }
  aside ul.aside_list li.aside_pink { background-color: #fae5ee; margin: 30px 0 14px 0; }
  aside ul.aside_list li.aside_pink a { color: #1b1b1b; border: #ffffff 1px solid; }
  aside ul.aside_list li.aside_pink a i { color: #f1b3cd; }
  aside ul.aside_list li.aside_purple { background-color: #f0cdf6; }
  aside ul.aside_list li.aside_purple a { color: #1b1b1b; border: #ffffff 1px solid; }
  aside ul.aside_list li.aside_purple a i { color: #cd9ed5; }
  aside ul.aside_list li:last-child a { border-bottom: none; } }
/* -----------------------------------------------------------
　カレンダーSP
----------------------------------------------------------- */
/*タブ部*/
ul#tab { zoom: 1; list-style: none; margin: 1.6rem auto 0 auto; padding: 10px 0 0 0; width: 80%; }

ul#tab:after { content: "."; display: block; height: 0px; clear: both; line-height: 0; visibility: hidden; }

ul#tab li { float: left; text-align: center; font-size: 1.4rem; margin: 0 0 0 10px; width: 20%; }

ul#tab li:last-child { background: none; }

ul#tab li a { display: block; width: 100%; padding: 8px 0; text-decoration: none; color: #ffffff; background-color: #0086d1; box-sizing: border-box; }

ul#tab li.active span.tab1, ul#tab li.active span.tab1 a, ul#tab li.active span.tab1 a:hover { background: #45bd72; color: #ffffff; }

ul#tab li.selected span.tab1 a:visited { background: #45bd72; color: #1b1b1b; }

ul#tab li.active span.tab2, ul#tab li.active span.tab2 a, ul#tab li.active span.tab2 a:hover { background: #45bd72; color: #ffffff; }

ul#tab li span.tab2 a:visited { background: #45bd72; color: #1b1b1b; }

ul#tab li.active span.tab3, ul#tab li.active span.tab3 a, ul#tab li.active span.tab3 a:hover { background: #45bd72; color: #ffffff; }

ul#tab li span.tab3 a:visited { background: #45bd72; color: #1b1b1b; }

/*カレンダー部*/
#detail { box-sizing: border-box; margin: 0 auto; }

#detail #tab1 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; }

#detail #tab2 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; }

#detail #tab3 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; }

.tabbox { display: none; }

/*注釈*/
.c_notice_m { font-size: 1.5rem; margin: 20px auto 20px auto; width: 80%; }
.c_notice_m p { margin: 0 0 0.6rem 0; }
.c_notice_m p span { margin: 0 1rem 0 0; }
.c_notice_m p span.pink { background-color: #434343; }
.c_notice_m p span.blue { background-color: #3aad65; }
.c_notice_m p span.yellow { background-color: #39adee; }
.c_notice_m p span.red { color: #00afcc; font-weight: bold; }

/*WEB予約*/
.reserv_btn { text-align: center; margin: 40px 0 45px 0; }

.reserv_btn img { width: 70%; height: auto; }

@media screen and (min-width: 768px), print { /*タブ部*/
  ul#tab { zoom: 1; list-style: none; margin: 4px auto 0 auto; padding: 10px 0 0 0; width: 100%; }
  ul#tab li { float: left; text-align: center; font-size: 1.6rem; margin: 0 0 0 5px; width: 20%; }
  .c_notice_m { font-size: 1.5rem; margin: 0 auto 15px auto; width: 100%; text-align: left; font-size: 1.6rem; margin: 14px 0 0 0; }
  .c_notice_m p { margin: 0 0 0.6rem 0; }
  .c_notice_m p span { margin: 0 1rem 0 0; }
  .c_notice_m p span.pink { background-color: #434343; }
  .c_notice_m p span.blue { background-color: #3aad65; }
  .c_notice_m p span.yellow { background-color: #39adee; }
  .c_notice_m p span.red { color: #00afcc; font-weight: bold; } }
/*----------------------------------------------------------- 下層
----------------------------------------------------------- */
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #0086d1; text-align: center; display: block; margin: 30px auto; }

.link_text { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; display: block; color: #0086d1; }

@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 #0086d1; text-align: center; display: block; margin: 30px auto; }
  .link_text { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; display: block; color: #0086d1; }
  .link_text:hover { opacity: 0.6; } }
/*----------------------------------------------------------- お知らせ
----------------------------------------------------------- */
.notice_box dl dt { background: url(../images/a_icon_h2.png), url(../images/a_line_h2.gif); background-repeat: no-repeat,repeat-x; background-position: left top,left bottom; background-size: 10% ,auto; min-height: 8vw; padding: 0 0 0.6rem 12%; font-size: 2rem; font-weight: bold; margin: 2rem 0 1rem 0; }
.notice_box dl dd { font-size: 1.2rem; margin: 0 0 4rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { .notice_box dl dt { background: url(../images/a_icon_h2.png), url(../images/a_line_h2.gif); background-repeat: no-repeat,repeat-x; background-position: left top,left bottom; background-size: 53px ,auto; min-height: 40px; padding: 0 0 0.6rem 64px; font-size: 2.6rem; font-weight: bold; margin: 2rem 0 1rem 0; line-height: 160%; }
  .notice_box dl dd { font-size: 1.6rem; margin: 0 0 40px 0; line-height: 160%; } }
/*----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; }

.doctor_frame { background: none; padding: 0; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; }
  .doctor_frame { background: none; padding: 0; } }
/*----------------------------------------------------------- 医院紹介
----------------------------------------------------------- */
.machine_list figure { width: 96%; margin: 0 auto 3rem auto; text-align: center; }
.machine_list figure img { width: 80%; height: auto; margin: 0 0 0.6rem 0; }
.machine_list figure figcaption { font-size: 1.6rem; }

@media screen and (min-width: 768px), print { .machine_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; width: 900px; margin: 0 auto; }
  .machine_list figure { width: 400px; margin: 0 0 3rem 0; text-align: center; }
  .machine_list figure img { width: 400px; height: auto; margin: 0 0 0.6rem 0; }
  .machine_list figure figcaption { font-size: 2rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.accessmap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .accessmap { width: 100%; height: 500px; } }
/*----------------------------------------------------------- 初診の方へ
----------------------------------------------------------- */
.first_notice { border: #39adee 4px solid; padding: 1rem; box-sizing: border-box; border-radius: 0.6rem; }
.first_notice span { color: #dc6a51; font-weight: bold; font-size: 1.6rem; }

.first_box { background-color: #ede8d9; padding: 10px; }

.first_box ul.first_list_box { background: #ffffff; padding: 10px; margin: 5px; }

@media screen and (min-width: 768px), print { .first_notice { border: #39adee 4px solid; padding: 20px; box-sizing: border-box; width: auto; text-align: center; border-radius: 0.6rem; }
  .first_notice span { color: #dc6a51; font-weight: bold; font-size: 2rem; } }
.link_arrow { display: inline-block; background: #0086d1; border-radius: 0.6rem; color: #fff; font-weight: bold; text-align: center; padding: 0.5em 2em; }
.link_arrow span { position: relative; display: inline-block; padding-left: 20px; }
.link_arrow span::before { content: ''; width: 6px; height: 6px; border: 0px; border-top: solid 2px #fff; border-right: solid 2px #fff; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; left: 0; margin-top: -4px; }
.link_arrow.lag { font-size: 1.3em; }

.txt_l { text-align: left; }

.txt_c { text-align: center; }

.txt_r { text-align: right; }

/*# sourceMappingURL=style.css.map */
