@charset "UTF-8";
/* =======================================================================
 共通項目 
======================================================================= */
/*汎用モジュール*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*青緑*/
/*ピンク*/
/*ピンク2*/
/*鶯色*/
/*緑*/
/*水色*/
/*深緑*/
/*ピンク3*/
/*深緑2*/
/*ドット1*/
/*ドット2*/
/*薄い緑*/
/*青緑*/
/*緑*/
/*薄茶色*/
/*灰色*/
/*水色4*/
/*水色*/
/*青紫*/
/*グレイ*/
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #ffffff; border-top: #7cbfb8 1px solid; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #7cbfb8; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #7cbfb8 1px solid; box-sizing: border-box; letter-spacing: 0.05em; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul li { background-color: #7cbfb8; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li ul li a { color: #ffffff; }
.drawr ul.hbg li ul li a span.aside_icon { display: none; }
.drawr ul.hbg li ul li a span.aside_icon2 { display: none; }
.drawr ul.hbg li ul li a span.aside_text br { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li.none { display: none; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #7cbfb8; 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: #7cbfb8; 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: 16%; max-width: 55px; position: absolute; cursor: pointer; right: 2%; top: 1vw; padding: 0 0 0.6rem 0; background-color: #ffffff; border: #7cbfb8 1px solid; }

/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
table.timetable tr { box-sizing: border-box; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #7cbfb8; width: 10%; }
table.timetable tr th.time { width: 28%; letter-spacing: 0.1em; }
table.timetable tr th.holiday { width: 12%; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 10px 0; vertical-align: middle; color: #72573b; background-color: #ffffff; border-bottom: #7cbfb8 1px solid; }
table.timetable tr td i { color: #ccde6b; font-size: 1.4rem; }
table.timetable tr td.time { letter-spacing: 0.1em; }

.notice_time { color: #72573b; font-size: 1.4rem; margin: 0.6rem auto 0 auto; width: 100%; line-height: 160%; }
.notice_time span { font-size: 1.2rem; background-color: #f994b8; color: #ffffff; padding: 0.1rem 0.6rem; margin: 0 1rem 0 0; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  table.timetable tr { box-sizing: border-box; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 18px 0; vertical-align: middle; color: #ffffff; background-color: #7cbfb8; width: auto; }
  table.timetable tr th.time { width: 166px; letter-spacing: 0.1em; }
  table.timetable tr th.holiday { width: 86px; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 13px 0; vertical-align: middle; color: #72573b; background-color: #ffffff; border-bottom: #7cbfb8 2px solid; }
  table.timetable tr td i { color: #ccde6b; font-size: 2.4rem; }
  table.timetable tr td.time { letter-spacing: 0.1em; }
  .notice_time { color: #72573b; font-size: 1.4rem; margin: 10px 0 0 7px; width: 100%; line-height: 180%; }
  .notice_time span { font-size: 1.2rem; background-color: #f994b8; color: #ffffff; padding: 3px 12px; margin: 0 22px 0 0; letter-spacing: 0.05em; } }
/*見出し*/
h1 { margin: 0; }

h2.top { text-align: center; margin: 0 0 2rem 0; }
h2.top span { display: block; }
h2.top span.eng { font-size: 1.6rem; font-family: 'caveat'; color: #167960; margin: 0 0 0.4rem 0; letter-spacing: 0.1em; }
h2.top span.jap { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; font-weight: normal; color: #72573b; letter-spacing: 0.1em; }
h2.treatment { text-align: center; margin: 0 0 2rem 0; }
h2.treatment span { display: block; }
h2.treatment span.eng { font-size: 1.6rem; font-family: 'caveat'; color: #ffffff; margin: 0 0 0.4rem 0; letter-spacing: 0.1em; }
h2.treatment span.jap { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; color: #ffffff; letter-spacing: 0.1em; }
h2.low { text-align: center; margin: 4rem 0 2rem 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.2rem; font-weight: bold; color: #72573b; letter-spacing: 0.1em; }
h2.low::after { content: ""; border-bottom: #c7db5b 3px solid; width: 15%; display: block; margin: 0.4rem auto 0 auto; }
h2.first { margin: 0 0 2rem 0; }

h3.concept { color: #429088; font-size: 1.9rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0 0 1rem 0; }
h3.low { color: #7cbfb8; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; font-size: 1.9rem; padding: 0 0 0.2rem 1rem; margin: 2rem 0 1rem 0; border-bottom: #7cbfb8 2px dotted; line-height: 120%; margin: 2rem 0 1rem 0; }
h3.first { margin: 0 0 1rem 0; }

h4 { background-color: #7cbfb8; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; color: #ffffff; padding: 0.6rem 0.8rem; box-sizing: border-box; margin: 2rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { background-color: #f4b3c2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; color: #ffffff; padding: 0.6rem 0.8rem; box-sizing: border-box; margin: 2rem 0 1rem 0; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top { text-align: center; margin: 0 0 24px 0; }
  h2.top span { display: block; }
  h2.top span.eng { font-size: 2.6rem; font-family: 'caveat'; color: #167960; margin: 0 0 8px 0; letter-spacing: 0.1em; }
  h2.top span.jap { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.8rem; font-weight: bold; color: #72573b; letter-spacing: 0.1em; }
  h2.treatment { text-align: center; margin: 0 0 65px 0; }
  h2.treatment span { display: block; }
  h2.treatment span.eng { font-size: 2.6rem; font-family: 'caveat'; color: #ffffff; margin: 0 0 12px 0; letter-spacing: 0.1em; }
  h2.treatment span.jap { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.8rem; color: #ffffff; letter-spacing: 0.1em; }
  h2.low { text-align: center; margin: 80px 0 26px 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.8rem; font-weight: bold; color: #72573b; letter-spacing: 0.1em; }
  h2.low::after { content: ""; border-bottom: #c7db5b 3px solid; width: 30px; display: block; margin: 12px auto 0 auto; }
  h2.first { margin: 0 0 28px 0; }
  h3.concept { color: #429088; font-size: 2.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0 0 18px 0; letter-spacing: 0.05em; }
  h3.low { color: #7cbfb8; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; font-size: 2.4rem; padding: 0 0 6px 27px; margin: 2rem 0 1rem 0; border-bottom: #7cbfb8 2px dotted; line-height: 120%; margin: 30px 0 24px 0; }
  h3.first { margin: 0 0 18px 0; }
  h4 { background-color: #7cbfb8; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; color: #ffffff; padding: 10px 19px; box-sizing: border-box; margin: 30px 0 16px 0; }
  h4.first { margin: 0 0 16px 0; }
  h5 { background-color: #f4b3c2; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; color: #ffffff; padding: 10px 19px; box-sizing: border-box; margin: 30px 0 16px 0; }
  h5.first { margin: 0 0 16px 0; }
  h6 { font-size: 2.2rem; color: #72573b; padding: 12px 17px; box-sizing: border-box; margin: 30px 0 16px 0; border-bottom: #72573b 2px dotted; }
  h6.first { margin: 0 0 16px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/*太文字*/
.text_bold { font-weight: bold; }

/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #7cbfb8; text-align: center; display: block; margin: 30px auto; }

.text_link { font-weight: bold; color: #e68098; font-size: 1.4rem; }

.emphasis { background-color: #fef8f9; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis p { margin: 0; }

@media screen and (min-width: 768px), print { /*太文字*/
  .text_bold { font-weight: bold; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #7cbfb8; text-align: center; display: block; margin: 30px auto; }
  .text_link { font-weight: bold; color: #e68098; font-size: 1.6rem; }
  .text_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .emphasis { background-color: #fef8f9; padding: 20px; box-sizing: border-box; margin: 0 0 2rem 0; }
  .emphasis p { margin: 0; } }
/* ----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
figure.img_doctor { text-align: center; margin: 0 0 2rem 0; }
figure.img_doctor img { width: 70%; height: auto; }

.doctor_name { text-align: right; }

@media screen and (min-width: 768px), print { figure.img_doctor { float: right; text-align: right; margin: 0 0 0 20px; }
  figure.img_doctor img { width: 300px; height: auto; }
  .doctor_name { text-align: right; } }
/* ----------------------------------------------------------- 下層電話番号
----------------------------------------------------------- */
.low_tel { margin: 2rem 0 0 0; }
.low_tel i { margin: 0 1rem 0 0; }
.low_tel a { text-decoration: none; color: #72573b; font-size: 2rem; }

@media screen and (min-width: 768px), print { .low_tel i { margin: 0 1rem 0 0; }
  .low_tel a { text-decoration: none; color: #72573b; font-size: 1.6rem; }
  .low_tel span { color: #72573b; font-size: 1.6rem; } }
/* ----------------------------------------------------------- クリニック紹介
----------------------------------------------------------- */
.item_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; }
.item_list figure { width: 48%; margin: 0 0 2rem 0; }
.item_list figure img { width: 100%; }
.item_list figure figcaption { font-size: 1.4rem; line-height: 160%; margin: 0 0 15px 0; text-align: center; }

@media screen and (min-width: 768px), print { .item_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; }
  .item_list figure { width: 500px; margin: 0 0 40px 0; }
  .item_list figure img { width: 100%; }
  .item_list figure figcaption { font-size: 1.6rem; font-weight: bold; line-height: 160%; margin: 10px 0 0 0; text-align: center; } }
/* ----------------------------------------------------------- アクセス
----------------------------------------------------------- */
.access_timetable table.timetable { width: 100%; margin: 0 auto; }

.accessmap { width: 100%; height: 500px; }

.web_link { display: block; background-color: #7cbfb8; border-radius: 2rem; margin: 4rem auto 0 auto; text-decoration: none; width: 70%; padding: 0.4rem; box-sizing: border-box; }
.web_link span { color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; font-size: 1.4rem; width: 100%; padding: 0.6rem 0; box-sizing: border-box; border: #ffffff 1px dashed; border-radius: 2rem; }
.web_link span i { font-size: 2rem; }
.web_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; }

@media screen and (min-width: 768px), print { .access_timetable table.timetable { width: 1080px; margin: 0 auto; }
  .access_timetable table.timetable tr th { font-size: 1.6rem; padding: 16px 0; }
  .access_timetable table.timetable tr td { font-size: 1.8rem; }
  .access_timetable table.timetable tr td.lb { width: 160px; }
  .accessmap { width: 100%; height: 500px; }
  .web_link { display: block; background-color: #7cbfb8; border-radius: 2rem; margin: 60px auto 0 auto; text-decoration: none; width: 410px; padding: 4px; box-sizing: border-box; }
  .web_link span { color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; font-size: 2rem; width: 100%; padding: 4px 0; box-sizing: border-box; border: #ffffff 1px dashed; border-radius: 2rem; }
  .web_link span i { font-size: 3rem; } }
/* ----------------------------------------------------------- 下層
----------------------------------------------------------- */
/*強調ボックス*/
.emphasis { background-color: #fef8f9; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }

/*テーブル*/
table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.low_table tr th { background-color: #d3eeeb; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #b5b4b4 1px solid; width: 50%; font-weight: normal; color: #72573b; }
table.low_table tr td { vertical-align: middle; text-align: left; border: #b5b4b4 1px solid; padding: 0.8rem; background-color: #ffffff; width: 50%; color: #72573b; }

table.price_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.price_table tr th { background-color: #d3eeeb; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #b5b4b4 1px solid; width: 50%; font-weight: normal; color: #72573b; }
table.price_table tr td { vertical-align: middle; text-align: right; border: #b5b4b4 1px solid; padding: 0.8rem; background-color: #ffffff; width: 50%; color: #72573b; }

ul.regional_medical_cooperation_link { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.regional_medical_cooperation_link li { margin: 0 0 1rem 0; padding: 0 0 0 0.5rem; }

@media screen and (min-width: 768px), print { /*強調ボックス*/
  .emphasis { background-color: #fef8f9; padding: 20px; box-sizing: border-box; margin: 0 0 2rem 0; }
  /*テーブル*/
  table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  table.low_table tr th { background-color: #d3eeeb; vertical-align: middle; text-align: center; width: auto; padding: 14px; border: #b5b4b4 1px solid; width: 50%; font-weight: normal; color: #72573b; }
  table.low_table tr td { vertical-align: middle; text-align: left; border: #b5b4b4 1px solid; padding: 14px; background-color: #ffffff; width: 50%; color: #72573b; }
  table.price_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  table.price_table tr th { background-color: #d3eeeb; vertical-align: middle; text-align: center; width: auto; padding: 14px; border: #b5b4b4 1px solid; width: 50%; font-weight: normal; color: #72573b; }
  table.price_table tr td { vertical-align: middle; text-align: right; border: #b5b4b4 1px solid; padding: 14px; background-color: #ffffff; width: 50%; color: #72573b; }
  ul.regional_medical_cooperation_link { line-height: 160%; font-size: 1.6rem; list-style-type: none; 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; }
  ul.regional_medical_cooperation_link li { width: 48%; margin: 0 0 1rem 0; padding: 0 0 0 0; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
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_normal_center { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal_center 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 1rem 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li.aj { margin: 0 0 4rem 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*英語*/
ul.list_alphabet { box-sizing: border-box; width: 100%; margin: 0 0 2rem 0; }
ul.list_alphabet li { line-height: 130%; font-size: 1.4rem; list-style-type: upper-latin; margin: 0 0 1.4rem 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_normal_center { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 auto 1rem auto; width: 50%; }
  ul.list_normal_center 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 6px; background-size: 10px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li.aj { margin: 0 0 40px 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: 48%; 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 5px; background-size: 10px; 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_alphabet { box-sizing: border-box; width: 100%; }
  ul.list_alphabet li { line-height: 130%; font-size: 1.6rem; list-style-type: upper-latin; 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 0 0; line-height: 140%; width: 100%; }
dl.bio_list dt { width: 20%; margin: 0 0 0 0; }
dl.bio_list dd { width: 75%; margin: 0 0 20px 0; }

dl.num_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 0 0; line-height: 140%; width: 100%; }
dl.num_list dt { width: 10%; margin: 0 0 0 0; }
dl.num_list dd { width: 90%; margin: 0 0 20px 0; }

dl.circle_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 0 0; line-height: 140%; width: 100%; }
dl.circle_list dt { width: 6%; margin: 0 0 0 0; }
dl.circle_list dd { width: 94%; margin: 0 0 1.5rem 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; margin: 0; }
  dl.bio_list dt { width: 80px; margin: 0 0 10px 0; font-weight: normal; }
  dl.bio_list dd { width: 1000px; margin: 0 0 10px 0; }
  dl.num_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: 1200px; margin: 0; }
  dl.num_list dt { width: 30px; margin: 0 0 10px 0; font-weight: normal; }
  dl.num_list dd { width: 1050px; margin: 0 0 10px 0; }
  dl.circle_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: 1200px; margin: 0; }
  dl.circle_list dt { width: 20px; margin: 0 0 20px 0; font-weight: normal; }
  dl.circle_list dd { width: 1180px; margin: 0 0 10px 0; } }
/*画像*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right 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), print { .img_right { float: right; margin: 0 0 20px 20px; }
  .img_right img { width: 400px; 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; } }
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'caveat'; src: url(../font/Caveat-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'caveat'; src: url(../font/Caveat-Bold.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #72573b; background: url(../images/header_bg.jpg) repeat-x; background-position: left top; background-size: 5%; background-color: #ffffff; padding: 0 0 17vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #72573b; background: url(../images/header_bg.jpg) repeat-x; background-position: left top; background-size: 59px; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 40px 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .sentence { height: auto; min-height: 243px; overflow: hidden; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.main { width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; }

.main_low { width: 96%; margin: 2rem auto 2rem auto; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .main { width: 100%; margin: 0; padding: 0; }
  .main_low { width: 1200px; margin: 48px auto 60px auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; margin: 0 auto; }
header .head_frame { background-color: #ffffff; width: 100%; padding: 0 0 1rem 0; height: auto; /*医院情報*/ }
header .head_frame .head_logo { width: 76%; margin: 3vw 0 8vw 2%; box-sizing: border-box; }
header .head_frame .head_logo a { display: block; margin: 0; }
header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1vw 0 0 0; }
header .head_frame .head_info { width: 96%; margin: 0 auto; }
header .head_frame .head_info .head_info_address { font-size: 1.2rem; margin: 0 0 0.6rem 0; }
header .head_frame .head_info .head_info_box .head_info_box_dept { color: #72573b; border: #72573b 1px solid; text-align: center; width: 50%; margin: 0 auto 1rem auto; padding: 0.2rem 0; font-size: 1.2rem; }
header .head_frame .head_info .head_info_box .head_info_box_tel { text-align: center; margin: 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1em; }
header .head_frame .head_info .head_info_box .head_info_box_tel i { color: #e68098; }
header .head_frame .head_info .head_info_box .head_info_box_tel a { color: #72573b; text-decoration: none; }

@media screen and (min-width: 768px) { header { display: block; height: 107px; width: 100%; margin: 23px 0 0 0; }
  header .head_frame { background-color: #ffffff; width: 1200px; margin: 0 auto; padding: 0 0 0 0; height: 107px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; overflow: hidden; }
  header .head_frame .head_logo { width: 522px; margin: 0 0 0 0; box-sizing: border-box; }
  header .head_frame .head_logo a { display: block; margin: 0; }
  header .head_frame .head_logo a img { width: 522px; height: auto; }
  header .head_frame .head_info { width: 600px; margin: 0; }
  header .head_frame .head_info .head_info_address { font-size: 1.8rem; margin: 18px 0 8px 0; text-align: right; }
  header .head_frame .head_info .head_info_box { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  header .head_frame .head_info .head_info_box .head_info_box_dept { color: #72573b; border: #72573b 1px solid; text-align: center; width: 200px; height: 32px; margin: 0; padding: 0; font-size: 1.8rem; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_info .head_info_box .head_info_box_tel { width: auto; min-width: 215px; text-align: left; margin: 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.2rem; font-weight: bold; letter-spacing: 0.2em; }
  header .head_frame .head_info .head_info_box .head_info_box_tel i { color: #e68098; margin: 0px 0px 0px 10px; }
  header .head_frame .head_info .head_info_box .head_info_box_tel a { color: #72573b; text-decoration: none; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: 44px; margin: 0 auto 0 auto; padding: 0; width: 1200px; box-sizing: border-box; overflow: visible; position: relative; z-index: 9999999999; }
  .main_nav_pc nav { width: auto; height: 30px; margin: 0; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: auto; box-sizing: border-box; height: 30px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 30px; line-height: 120%; text-align: center; width: 150px; margin: 0 0 0 0; border-left: #72573b 1px dotted; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #72573b; height: 30px; box-sizing: border-box; margin: 0 0 0 0; font-size: 1.6rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; line-height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .main_nav_pc nav ul li a:hover { transition: all 0.3s ease 0s; background-color: #ccde6b; color: #ffffff; }
  .main_nav_pc nav ul li ul { width: 750px; display: none; height: auto; margin: 0 0 0 0; padding: 14px 0 0 0; background-color: rgba(255, 255, 255, 0.8); }
  .main_nav_pc nav ul li ul li { width: 187.5px; height: 50px; margin: 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { width: 187.5px; height: 50px; text-decoration: none; color: #72573b; box-sizing: border-box; margin: 0; font-size: 1.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; line-height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; background-color: #ccde6b; color: #ffffff; }
  .main_nav_pc nav ul li ul li:last-child { border-right: none; }
  .main_nav_pc nav ul li.treatment { width: 150px; }
  .main_nav_pc nav ul li.treatment i { display: none; }
  .main_nav_pc nav ul li:last-child { border-right: #72573b 1px dotted; }
  .main_nav_pc nav ul.open_nav { 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; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 46vw; }
.key_visual .key_visual_on { display: none; }

.key_visual_sp .key_visual_on_text_sp { font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; margin: 1rem 0; }
.key_visual_sp .key_visual_on_open_sp .key_visual_on_open_day_sp { font-size: 1.8rem; font-weight: bold; text-align: center; letter-spacing: 0.1em; margin: 0; }
.key_visual_sp .key_visual_on_open_sp .key_visual_on_open_day_sp span { font-size: 1.2rem; }
.key_visual_sp .key_visual_on_open_sp .key_visual_on_open_event_sp { background-color: #f4b3c2; color: #ffffff; text-align: center; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; border-radius: 2rem; padding: 0.2rem 0; width: 70%; margin: 0 auto; }
.key_visual_sp .key_visual_on_open_sp .key_visual_on_open_event_sp a { display: block; text-decoration: none; color: #ffffff; }

.key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 26vw; width: 100%; }
.key_visual_low h1 { width: 100%; height: 26vw; padding: 0 2% 0 1%; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; font-size: 2rem; line-height: 120%; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: right; text-shadow: 4px 0px 4px #ffffff,4px 0px 4px #ffffff, -4px 0px 4px #ffffff,-4px 0px 4px #ffffff, 0px 4px 4px #ffffff,0px 4px 4px #ffffff,  0px -4px 4px #ffffff,0px -4px 4px #ffffff; }

@media screen and (min-width: 768px) { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 696px; }
  .key_visual .key_visual_on { display: block; width: 1280px; height: 696px; margin: 0 auto; position: relative; }
  .key_visual .key_visual_on .key_visual_on_text { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: left; font-size: 2.3rem; margin: 0; position: absolute; letter-spacing: 0.1em; top: 30px; left: 60%; right: 50%; margin: 0 auto; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-shadow: 6px 0px 6px #ffffff,6px 0px 6px #ffffff, -6px 0px 6px #ffffff,-6px 0px 6px #ffffff, 0px 6px 6px #ffffff,0px 6px 6px #ffffff,  0px -6px 6px #ffffff,0px -6px 6px #ffffff; }
  .key_visual .key_visual_on .key_visual_on_open { background: url(../images/key_visual_on_bg.png) no-repeat; width: 371px; height: 382px; position: absolute; top: 325px; right: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .key_visual .key_visual_on .key_visual_on_open .key_visual_on_open_day { text-align: center; line-height: 90%; letter-spacing: 0.1em; font-size: 3.2rem; font-weight: bold; margin: 16px 0 0 0; }
  .key_visual .key_visual_on .key_visual_on_open .key_visual_on_open_day span { font-size: 2.4rem; }
  .key_visual .key_visual_on .key_visual_on_open .key_visual_on_open_event { background-color: #f4b3c2; color: #ffffff; text-align: center; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; border-radius: 2rem; padding: 2px 0; width: 223px; margin: 12px 0 0 0; }
  .key_visual .key_visual_on .key_visual_on_open .key_visual_on_open_event a { display: block; text-decoration: none; color: #ffffff; }
  .key_visual_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; width: 100%; height: 182px; }
  .key_visual_low h1 { letter-spacing: 0.1em; width: 1200px; height: 182px; padding: 0 0 0 0; margin: 0 auto; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; font-size: 3.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: right; text-shadow: 4px 0px 4px #ffffff,4px 0px 4px #ffffff, -4px 0px 4px #ffffff,-4px 0px 4px #ffffff, 0px 4px 4px #ffffff,0px 4px 4px #ffffff,  0px -4px 4px #ffffff,0px -4px 4px #ffffff; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { background: url(../images/index_notice_bg.jpg) repeat; padding: 2rem 1rem; box-sizing: border-box; }
.notice_frame .notice_bg { background-color: #ffffff; padding: 2rem 1rem; box-sizing: border-box; }
.notice_frame .notice_box { padding: 1rem 0; box-sizing: border-box; }
.notice_frame .notice_box dl { height: auto; min-height: 60vw; box-sizing: border-box; }
.notice_frame .notice_box dl dt { margin: 0 0 1rem 0; font-size: 1.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; line-height: 120%; background-color: #d3eeeb; color: #72573b; padding: 0.4rem; box-sizing: border-box; width: 98%; }
.notice_frame .notice_box dl dd { color: #72573b; margin: 0 0 1rem 0; padding: 0 0 1.2rem 0.6rem; box-sizing: border-box; font-size: 1.4rem; line-height: 110%; width: 98%; border-bottom: #167960 1px dotted; }

.notice_box dl::-webkit-scrollbar { width: 12px; }

.notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background: #d3eeeb; }

.notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 768px), print { .notice_frame { background: url(../images/index_notice_bg.jpg) repeat; padding: 30px 0 22px 0; margin: 0; box-sizing: border-box; min-height: 404px; }
  .notice_frame .notice_bg { background-color: #ffffff; padding: 34px 0; box-sizing: border-box; height: auto; min-height: 353px; width: 1130px; margin: 0 auto; }
  .notice_frame .notice_box { padding: 1rem 0; box-sizing: border-box; }
  .notice_frame .notice_box dl { height: auto; min-height: 190px; box-sizing: border-box; width: 1060px; margin: 0 auto; }
  .notice_frame .notice_box dl dt { margin: 0 0 20px 0; font-size: 1.8rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; line-height: 120%; background-color: #d3eeeb; color: #72573b; padding: 10px 18px; box-sizing: border-box; width: 100%; }
  .notice_frame .notice_box dl dd { color: #72573b; margin: 0 0 12px 0; padding: 0 0 16px 16x; box-sizing: border-box; font-size: 1.8rem; line-height: 110%; width: 100%; border-bottom: #167960 1px dotted; }
  .notice_box dl::-webkit-scrollbar { width: 12px; }
  .notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background: #d3eeeb; }
  .notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　コンセプト
----------------------------------------------------------- */
.concept_frame { width: 96%; margin: 0 auto 4rem auto; padding: 2rem 0; box-sizing: border-box; }
.concept_frame .concept_bg .concept_box section { margin: 0; padding: 0; }
.concept_frame .concept_bg .concept_box .concept_doctor img { width: 70%; height: auto; display: block; margin: 0 auto 2rem auto; }
.concept_frame .concept_bg .concept_box ul.concept_link_list { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; }
.concept_frame .concept_bg .concept_box ul.concept_link_list li { width: 100%; margin: 0 0 1rem 0; }
.concept_frame .concept_bg .concept_box ul.concept_link_list li a { width: 100%; height: 10vw; border-radius: 2rem; background-color: #7cbfb8; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-decoration: none; font-size: 1.2rem; font-weight: bold; }
.concept_frame .concept_bg .concept_box ul.concept_link_list li a i { font-size: 1.6rem; }

@media screen and (min-width: 768px), print { .concept_frame { width: 100%; margin: 0 0 80px 0; padding: 25px 0 0 0; box-sizing: border-box; height: 818px; background: url(../images/index_leaf_left.jpg), url(../images/index_leaf_right.jpg); background-repeat: no-repeat,no-repeat; background-position: left top 84px,right bottom 50px; }
  .concept_frame .concept_bg { height: 818px; width: 1464px; margin: 0 auto; background: url(../images/index_concept_01.png), url(../images/index_concept_02.png); background-repeat: no-repeat,no-repeat; background-position: left top,right 120px bottom; }
  .concept_frame .concept_bg .concept_box { width: 1200px; margin: 50px auto 0 auto; }
  .concept_frame .concept_bg .concept_box section { width: 735px; margin: 0; padding: 0; }
  .concept_frame .concept_bg .concept_box section p { font-size: 1.8rem; line-height: 160%; letter-spacing: 0.05em; margin: 0 0 50px 0; }
  .concept_frame .concept_bg .concept_box .concept_doctor { display: none; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list { width: 735px; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; list-style-type: none; margin: 60px 0 0 0; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li { width: 48%; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li a { width: 305px; height: 48px; border-radius: 3rem; background-color: #7cbfb8; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-decoration: none; font-size: 1.8rem; font-weight: bold; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li a i { font-size: 3rem; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .concept_frame { width: 100%; margin: 0 0 50px 0; padding: 25px 0 0 0; box-sizing: border-box; height: 818px; background: none; }
  .concept_frame .concept_bg { height: 818px; width: 1464px; margin: 0 auto; background: url(../images/index_concept_01.png), url(../images/index_concept_02.png); background-repeat: no-repeat,no-repeat; background-position: left top,right 0 bottom; }
  .concept_frame .concept_bg .concept_box { width: 1200px; margin: 50px auto 0 auto; }
  .concept_frame .concept_bg .concept_box section { width: 800px; margin: 0; padding: 0; }
  .concept_frame .concept_bg .concept_box section p { font-size: 1.8rem; line-height: 160%; letter-spacing: 0.05em; margin: 0 0 50px 0; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list { width: 800px; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; list-style-type: none; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li { width: 48%; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li a { width: 305px; height: 48px; border-radius: 3rem; background-color: #7cbfb8; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-decoration: none; font-size: 1.8rem; font-weight: bold; z-index: 99999; }
  .concept_frame .concept_bg .concept_box ul.concept_link_list li a i { font-size: 3rem; } }
/* -----------------------------------------------------------
　画像ループ
----------------------------------------------------------- */
.loop_css2 { position: relative; display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 100%; overflow: hidden; }
.loop_css2 ul { display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 3200px; margin: 0; padding: 0; }
.loop_css2 ul li { display: inline-block; width: calc(100vw / 2); min-width: 400px; margin: 0 0 0 0; list-style: none; text-align: center; }
.loop_css2 ul li a { display: block; }
.loop_css2 ul li img { display: block; width: 100%; height: auto; }
.loop_css2 ul:first-child { -webkit-animation: loop 120s -60s linear infinite; animation: loop 120s -60s linear infinite; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: transform; }

.loop_css2 ul + ul { -webkit-animation: loop2 120s  linear infinite; animation: loop2 120s linear infinite; }

.loop_css2:hover ul { animation-play-state: paused; }

@-webkit-keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
@keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
@-webkit-keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
@keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
.loop_js { display: -webkit-flex; display: flex; width: calc(1200px * 3); height: 150px; overflow: hidden; }

.loop_js > * { width: 33.333333%; height: auto; }

@media screen and (min-width: 768px), print { .loop_css2 { position: relative; display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 100%; overflow: hidden; }
  .loop_css2 ul { display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 3200px; margin: 0; padding: 0; }
  .loop_css2 ul li { display: inline-block; width: calc(100vw / 2); min-width: 400px; margin: 0 0 0 0; list-style: none; text-align: center; }
  .loop_css2 ul li a { display: block; }
  .loop_css2 ul li img { display: block; width: 100%; height: auto; }
  .loop_css2 ul:first-child { -webkit-animation: loop 120s -60s linear infinite; animation: loop 120s -60s linear infinite; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: transform; }
  .loop_css2 ul + ul { -webkit-animation: loop2 120s  linear infinite; animation: loop2 120s linear infinite; }
  .loop_css2:hover ul { animation-play-state: paused; }
  @-webkit-keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
  @keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
  @-webkit-keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
  @keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
  .loop_js { display: -webkit-flex; display: flex; width: calc(850px * 3); height: 150px; overflow: hidden; }
  .loop_js > * { width: 33.333333%; height: auto; } }
/* -----------------------------------------------------------
　診療案内
----------------------------------------------------------- */
.treatment_frame { background: url(../images/index_treatment_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 2rem 0; box-sizing: border-box; }
.treatment_frame .treatment_box { width: 96%; margin: 0 auto; color: #ffffff; }
.treatment_frame .treatment_box 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; }
.treatment_frame .treatment_box ul li { width: 45%; height: 37vw; text-align: center; margin: 0 0 5rem 0; position: relative; }
.treatment_frame .treatment_box ul li img { width: 40%; }
.treatment_frame .treatment_box ul li p { font-size: 1.2rem; margin: 1rem 0; }
.treatment_frame .treatment_box ul li a { color: #ffffff; text-decoration: none; border: #ffffff 1px solid; border-radius: 1rem; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 60%; height: 6vw; font-size: 1.2rem; margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; }

@media screen and (min-width: 768px), print { .treatment_frame { background: url(../images/index_treatment_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 86px 0 0 0; box-sizing: border-box; height: 1210px; }
  .treatment_frame .treatment_box { width: 1140px; margin: 0 auto; color: #ffffff; }
  .treatment_frame .treatment_box ul { 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; list-style-type: none; width: 1140px; }
  .treatment_frame .treatment_box ul li { width: 190px; height: 196px; text-align: center; margin: 0 0 58px 0; position: relative; }
  .treatment_frame .treatment_box ul li img { width: 110px; height: auto; }
  .treatment_frame .treatment_box ul li p { font-size: 1.8rem; margin: 15px 0 0 0; line-height: 130%; }
  .treatment_frame .treatment_box ul li a { color: #ffffff; text-decoration: none; border: #ffffff 1px solid; border-radius: 2rem; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 106px; height: 26px; font-size: 1.8rem; margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; }
  .treatment_frame .treatment_box ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.features_frame { background-color: #ffffff; background-image: radial-gradient(#77ab9e 10%, transparent 20%); background-size: 8px 8px; display: block; padding: 2rem 0; box-sizing: border-box; margin: 0; }
.features_frame .features_bg { background-color: #ffffff; background-image: radial-gradient(#e2edea 10%, transparent 20%); background-size: 8px 8px; display: block; width: 90%; margin: 0 auto; padding: 2rem 0; box-sizing: border-box; }
.features_frame .features_bg .features_box { margin: 0 0 4rem 0; }
.features_frame .features_bg .features_box .features_title { color: #72573b; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; margin: 0 0 1rem 0; }
.features_frame .features_bg .features_box .features_title span { background: linear-gradient(transparent 50%, #edf4db 50%); }
.features_frame .features_bg .features_box img { width: 80%; height: auto; display: block; margin: 0 auto; }
.features_frame .features_bg .features_box .features_title_text { width: 80%; margin: 0.6rem auto 0 auto; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .features_frame { background-color: #ffffff; background-image: radial-gradient(#77ab9e 10%, transparent 20%); background-size: 8px 8px; display: block; padding: 108px 0 64px 0; box-sizing: border-box; margin: 0; }
  .features_frame .features_bg { background-color: #ffffff; background-image: radial-gradient(#e2edea 10%, transparent 20%); background-size: 8px 8px; 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: 1200px; margin: 48px auto 0 auto; padding: 52px 40px 0 40px; box-sizing: border-box; }
  .features_frame .features_bg .features_box { margin: 0 0 36px 0; width: 345px; }
  .features_frame .features_bg .features_box .features_title { color: #72573b; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; margin: 0 0 14px 0; }
  .features_frame .features_bg .features_box .features_title span { background: linear-gradient(transparent 50%, #edf4db 50%); }
  .features_frame .features_bg .features_box img { width: 341px; height: auto; display: block; margin: 0; }
  .features_frame .features_bg .features_box img.one { width: 345px; margin: 0; }
  .features_frame .features_bg .features_box .features_title_text { width: 100%; margin: 16px 0 0 0; font-size: 1.8rem; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
/*TOP半ば*/
.index_overview { width: 100%; margin: 0; padding: 2rem 0; box-sizing: border-box; }
.index_overview h2.overview { display: none; }

/*HP下部*/
.overview_frame { width: 100%; margin: 0; padding: 2rem 0; box-sizing: border-box; }
.overview_frame h2.overview { text-align: center; margin: 0 0 2rem 0; }
.overview_frame h2.overview img { width: 90%; }

.overview_box { width: 96%; margin: 0 auto; }
.overview_box .overview_left dl { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0; }
.overview_box .overview_left dl dt { min-height: 3rem; margin: 0 0 1.4rem 0; width: 30%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; }
.overview_box .overview_left dl dt span { min-height: 4rem; color: #167960; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; border: #167960 1px solid; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; line-height: 120%; }
.overview_box .overview_left dl dd { min-height: 4rem; color: #72573b; font-size: 1.4rem; margin: 0 0 1.4rem 0; width: 65%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; border-bottom: #167960 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-end; align-items: flex-end; }
.overview_box .overview_left dl dd a { text-decoration: none; color: #72573b; font-size: 1.4rem; }
.overview_box .overview_right dl { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0; }
.overview_box .overview_right dl dt { min-height: 3rem; margin: 0 0 1.4rem 0; width: 30%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; }
.overview_box .overview_right dl dt span { min-height: 3rem; color: #167960; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; border: #167960 1px solid; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; line-height: 120%; }
.overview_box .overview_right dl dd { min-height: 3rem; color: #72573b; font-size: 1.4rem; margin: 0 0 1.4rem 0; width: 65%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; border-bottom: #167960 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-end; align-items: flex-end; }
.overview_box .overview_right dl dd a { text-decoration: none; color: #72573b; font-size: 1.4rem; }

iframe.googlemap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .index_overview { width: 100%; margin: 0; padding: 68px 0; box-sizing: border-box; }
  .index_overview h2.overview { display: none; }
  /*HP下部*/
  .overview_frame { width: 100%; margin: 0; padding: 128px 0 35px 0; box-sizing: border-box; }
  .overview_frame h2.overview { text-align: center; margin: 0 0 64px 0; }
  .overview_frame h2.overview img { width: 400px; }
  .overview_box { width: 1200px; 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_box .overview_left { width: 600px; }
  .overview_box .overview_left dl { width: 593px; 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 7px; }
  .overview_box .overview_left dl dt { min-height: 47px; margin: 0 0 10px 0; width: 92px; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; }
  .overview_box .overview_left dl dt span { min-height: 42px; color: #167960; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; border: #167960 1px solid; width: 92px; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; }
  .overview_box .overview_left dl dd { min-height: 27px; color: #72573b; font-size: 1.8rem; margin: 0 0 10px 0; width: 495px; padding: 0 0 5px 5px; box-sizing: border-box; line-height: 140%; border-bottom: #167960 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-end; align-items: flex-end; }
  .overview_box .overview_left dl dd a { text-decoration: none; color: #72573b; font-size: 1.4rem; }
  .overview_box .overview_right { width: 600px; }
  .overview_box .overview_right dl { width: 593px; 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 5px 7px; }
  .overview_box .overview_right dl dt { min-height: 47px; margin: 0 0 10px 0; width: 92px; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; line-height: 140%; }
  .overview_box .overview_right dl dt span { min-height: 42px; color: #167960; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; border: #167960 1px solid; width: 92px; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; }
  .overview_box .overview_right dl dd { min-height: 27px; color: #72573b; font-size: 1.8rem; margin: 0 0 10px 0; width: 495px; padding: 0 0 5px 5px; box-sizing: border-box; line-height: 140%; border-bottom: #167960 1px dotted; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-end; align-items: flex-end; }
  .overview_box .overview_right dl dd a { text-decoration: none; color: #72573b; font-size: 1.4rem; }
  .overview_box .overview_right table.timetable { width: 593px; margin: 0 0 0 7px; }
  iframe.googlemap { width: 100%; height: 390px; } }
/*IE用*/
@media all and (-ms-high-contrast: none) { .overview_box .overview_left dl dt span { padding: 7px 0 0 0; box-sizing: border-box; }
  .overview_box .overview_right dl dt span { padding: 7px 0 0 0; box-sizing: border-box; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #d3eeeb; }
footer .copyright a { color: #72573b; 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: 50%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #7cbfb8; 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.2rem; }
.footer_link a.footer_web { width: 25%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; background-color: #7cbfb8; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.footer_link .smoothScrolls { background-color: #7cbfb8; width: 20%; 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.2rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 308px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; background-color: #7cbfb8; }
  footer .footer_frame { display: block; width: 1200px; margin: 0 auto 0 auto; padding: 30px 0 0 0; box-sizing: border-box; height: 188px; }
  footer .footer_frame ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; margin: 0 0 0 0; }
  footer .footer_frame ul li { margin: 0 14px 20px 0; }
  footer .footer_frame ul li a { color: #ffffff; text-decoration: none; line-height: 120%; font-size: 1.5rem; font-weight: normal; }
  footer .footer_frame ul li a i { display: none; }
  footer .footer_frame ul li a br { display: none; }
  footer .footer_frame ul li a:hover { text-decoration: underline; }
  footer .footer_frame ul li ul { display: none; }
  footer .footer_frame ul li.treatment { display: none; }
  footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0; color: #72573b; font-size: 1.4rem; letter-spacing: 0.05em; background-color: #d3eeeb; height: 120px; }
  footer .copyright a { color: #72573b; text-decoration: none; height: 120px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; box-sizing: border-box; margin: 0; padding: 0; font-size: 1.8rem; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 71px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 24px; left: 50%; margin: 0 0 0 600px; text-align: center; z-index: 9999999; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 0; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 24px; left: 90%; margin: 0; text-align: center; } }

/*# sourceMappingURL=style.css.map */
