@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; }

/* Font -------------------------------------- */
.font-xs { font-size: 75% !important; }

.inline { display: inline !important; }

.font-msp { font-family: "ＭＳ Ｐゴシック"; }

.sup { vertical-align: super; font-size: smaller; }

/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*青1*/
/*青2*/
/*紫*/
/*灰色*/
/*水色*/
/*灰色2*/
/*薄い青*/
/*水色*/
/*薄紫*/
/*薄ピンク*/
/*灰色*/
/*灰色2*/
/*オレンジ*/
/*濃いピンク*/
/*濃いピンク2*/
/*カラーリスト黄色*/
/*カラーリスト緑*/
/*カラーリストオレンジ*/
/*カラーリスト紫*/
/*カラーリスト青*/
/*カラーリスト赤*/
/*水色2*/
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #165e83 1px solid; }
.drawr ul.hbg { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.drawr ul.hbg li { width: 50%; text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; box-sizing: border-box; letter-spacing: 0.05em; box-sizing: border-box; background-color: #165e83; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul li { background-color: #165e83; color: #ffffff; }
.drawr ul.hbg li ul li a { color: #ffffff; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li:nth-child(odd) { border-right: #ffffff 1px solid; box-sizing: border-box; }
.drawr ul.hbg li:last-child { background-color: transparent; }

.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: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 16%; max-width: 55px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #165e83; border: #165e83 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: #165e83; width: 10%; }
table.timetable tr th.time { width: 15%; letter-spacing: 0.1em; }
table.timetable tr th.holiday { width: 10%; }
table.timetable tr th.title { border-bottom: #ffffff 1px solid; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 10px 0; vertical-align: middle; color: #ff8f70; background-color: #ffffff; border-bottom: #165e83 1px solid; }
table.timetable tr td i { color: #ff8f70; }
table.timetable tr td.man i { color: #165e83; }
table.timetable tr td.none { color: #165e83; }
table.timetable tr td.time { width: 20%; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; color: #165e83; }

.notice_time { color: #165e83; font-size: 1.2rem; margin: 0.6rem 0 1rem 0; width: 96%; line-height: 140%; }
.notice_time span.woman { color: #ff8f70; }
.notice_time span.man { color: #165e83; }
.notice_time span.adjust { margin: 0 0 0 0.2rem; }

@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: 21px 0; vertical-align: middle; color: #ffffff; background-color: #165e83; width: 120px; }
  table.timetable tr th.time { width: 160px; letter-spacing: 0.1em; }
  table.timetable tr th.holiday { width: 120px; }
  table.timetable tr th.title { border-bottom: #ffffff 1px solid; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 18px 0; vertical-align: middle; color: #ff8f70; background-color: #ffffff; border-bottom: #165e83 1px solid; }
  table.timetable tr td i { color: #ff8f70; }
  table.timetable tr td.time { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #165e83; letter-spacing: 0.1em; }
  table.timetable tr td.man i { color: #165e83; }
  table.timetable tr td.none { color: #165e83; }
  .notice_time { color: #165e83; font-size: 1.6rem; margin: 10px 0 0 0; width: 100%; line-height: 160%; }
  .notice_time span.woman { color: #ff8f70; }
  .notice_time span.man { color: #165e83; }
  .notice_time span.adjust { margin: 0 0 0 0.2rem; } }
/*見出し*/
h1 { margin: 0; }

h2.general { font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: normal; color: #333333; text-align: center; margin: 4rem 0 1rem 0; letter-spacing: 0.1em; line-height: 120%; }
h2.general span { font-size: 1.2rem; display: block; margin: 0 0 0 0; }
h2.first { margin: 0 0 1rem 0; }

h3 { color: #165e83; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; background: url(../images/h3_icon.png) no-repeat; background-position: left 0.4rem top 0.6rem; /*background-color: $color9;*/ border-bottom: #165e83 2px solid; background-size: 8%; padding: 1rem 1rem 1rem 3rem; box-sizing: border-box; margin: 2rem 0 1rem 0; }
h3 span { font-size: 1.4rem; margin: 0 0 0 1rem; }
h3.first { margin: 0.1rem 0 1rem 0; }

h4 { color: #165e83; border-bottom: #165e83 1px dotted; margin: 2rem 0 1rem 0; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 0.4rem 0; line-height: 130%; }
h4.first { margin: 0 0 1rem 0; }

h5 { color: #165e83; margin: 2rem 0 1rem 0; font-size: 1.7rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 0 0.4rem; border-left: #ff8f70 3px solid; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.general { font-size: 4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: normal; color: #333333; text-align: center; letter-spacing: 0.2em; margin: 50px 0 28px 0; letter-spacing: 0.1em; line-height: 120%; }
  h2.general span { font-size: 1.6rem; display: block; margin: 0 0 0 0; letter-spacing: 0.2em; }
  h2.first { margin: 0 0 28px 0; }
  h3 { color: #165e83; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; background: url(../images/h3_icon.png) no-repeat; background-position: left 16px top 10px; /*background-color: $color9;*/ border-bottom: #165e83 2px solid; background-size: 48px; padding: 22px 22px 22px 80px; box-sizing: border-box; margin: 50px 0 32px 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  h3 span { font-size: 1.8rem; margin: 0 0 0 1rem; }
  h3.first { margin: 0 0 32px 0; }
  h4 { color: #165e83; border-bottom: #165e83 1px dotted; margin: 50px 0 24px 0; font-size: 2.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 6px 0; line-height: 130%; }
  h4.first { margin: 0 0 24px 0; }
  h5 { color: #165e83; margin: 50px 0 22px 0; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 0 0 0 14px; border-left: #ff8f70 3px solid; }
  h5.first { margin: 0 0 22px 0; }
  h5 { margin: 20px 0 20px 0; }
  h5.first { margin: 1px 0 20px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/*下層概要*/
.overview_low { display: none; }

/*文中リンク*/
.text_link { color: #ff8f70; font-weight: bold; }

/*太文字*/
.text_bold { font-weight: bold; }

/*アンダーライン*/
.text_underline { text-decoration: underline; }

/*ピンク*/
.text_pink { color: #ff8f70; }

/*赤*/
.text_red { color: red; }

.emphasis_text { font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; text-align: center; }

/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #165e83; text-align: center; display: block; margin: 3rem auto 1rem auto; }

/*ボタンリンク*/
a.link_btn { text-decoration: none; width: 80%; margin: 0 auto 1rem auto; display: block; }
a.link_btn span { display: block; color: #ffffff; background-color: #ff8f70; border-radius: 0.4rem; text-align: center; font-size: 1.2rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 2rem 0; margin: 1rem 0 0 0; position: relative; letter-spacing: 0.1em; }
a.link_btn span span { font-size: 1.4rem; padding: 0; margin: 0; display: inline; }
a.link_btn span i { position: absolute; right: 2%; font-size: 1.4rem; font-weight: bold; }

/*左右並べ*/
/*強調BOX*/
.emphasis { border: #ff8f70 3px solid; padding: 1rem; background-color: #ffffff; margin: 0 0 2rem 0; line-height: 160%; box-sizing: border-box; width: 100%; }
.emphasis span.emphasis_text { color: #ff8f70; border-bottom: #ff8f70 3px solid; font-weight: bold; }
.emphasis ul.list_ajs { margin: 0; }
.emphasis ul.list_ajs li:last-child { margin: 0; }
.emphasis .mbnone { margin: 0; }

/*強調テキスト赤*/
.emphasis_red_text { color: #ff8f70; font-weight: bold; font-size: 1.6rem; }

@media screen and (min-width: 768px), print { /*下層概要*/
  .overview_low { display: block; }
  /*文中リンク*/
  .text_link { color: #ff8f70; font-weight: bold; }
  .text_link:hover { opacity: 0.6; }
  /*太文字*/
  .text_bold { font-weight: bold; }
  /*アンダーライン*/
  .text_underline { text-decoration: underline; }
  /*ピンク*/
  .text_pink { color: #ff8f70; }
  /*赤*/
  .text_red { color: red; }
  .emphasis_text { font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 3rem; text-align: center; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #165e83; text-align: center; display: block; margin: 30px auto; }
  a.link_btn { text-decoration: none; width: 400px; display: block; text-decoration: none; margin: 0 auto 1rem auto; }
  a.link_btn span { display: block; color: #ffffff; background-color: #ff8f70; border-radius: 0.6rem; text-align: center; font-size: 1.8rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 24px 0; margin: 14px 0 0 0; position: relative; letter-spacing: 0.1em; }
  a.link_btn span span { font-size: 2.4rem; padding: 0; margin: 0; display: inline; }
  a.link_btn span i { position: absolute; right: 2%; font-size: 2.4rem; }
  a.link_btn:hover { transform: translateY(-4px); filter: drop-shadow(0 0.6rem 0.8rem rgba(109, 98, 74, 0.6)); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @supports (-ms-ime-align: auto) { a.link_btn:hover { filter: none; } }
  /*左右並べ*/
  .two_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .two_box section { width: 48%; }
  /*強調BOX*/
  .emphasis { border: #ff8f70 3px solid; padding: 30px 25px; background-color: #ffffff; margin: 0 0 40px 0; line-height: 160%; box-sizing: border-box; width: 100%; }
  .emphasis span.emphasis_text { color: #ff8f70; border-bottom: #ff8f70 3px solid; font-weight: bold; }
  .emphasis ul.list_ajs { margin: 0; }
  .emphasis ul.list_ajs li:last-child { margin: 0; }
  .emphasis .mbnone { margin: 0; }
  /*強調テキスト赤*/
  .emphasis_red_text { color: #ff8f70; font-weight: bold; font-size: 2rem; } }
/* ----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; font-size: 1.8rem; line-height: 140%; }

/*折り畳み*/
.ac_box { margin: 0 0 10px 0; }

.ac_title { position: relative; box-sizing: border-box; width: 100%; height: auto; line-height: 140%; color: #165e83; font-size: 1.4rem; font-weight: bold; padding: 1rem 4rem 1rem 1rem; border: solid 2px #d9e6ea; cursor: pointer; background-color: #d9e6ea; }
.ac_title span { color: #ffffff; margin: 0 5px 0 0; }
.ac_title::after { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #165e83; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; right: 1em; top: 0; bottom: 0; transition: 0.5s; }

.ac_title.open::after { transform: rotateX(180deg); transition: 0.5s; }

.answer { display: none; padding: 1rem; font-size: 1.4rem; background-color: #ffffff; border-bottom: solid 2px #d9e6ea; border-left: solid 2px #d9e6ea; border-right: solid 2px #d9e6ea; }
.answer p { line-height: 160%; color: #333333; }
.answer p a { color: #333333; text-decoration: none; }
.answer span { color: #165e83; margin: 0 0.5rem 0 0; }

.answer p.up_space { margin: 1em 0 0 0; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; font-size: 1.8rem; line-height: 140%; }
  .ac_box { margin: 0 0 10px 0; }
  .ac_title { position: relative; box-sizing: border-box; width: 100%; height: auto; line-height: 1em; color: #165e83; font-size: 1.8rem; font-weight: bold; padding: 1.5rem; border: solid 2px #d9e6ea; cursor: pointer; background-color: #d9e6ea; }
  .ac_title span { color: #ffffff; margin: 0 5px 0 0; }
  .ac_title::after { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #165e83; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; right: 1em; top: 0; bottom: 0; transition: 0.5s; }
  .ac_title.open::after { transform: rotateX(180deg); transition: 0.5s; }
  .answer { display: none; padding: 1.5rem; font-size: 1.8rem; background-color: #ffffff; border-bottom: solid 2px #d9e6ea; border-left: solid 2px #d9e6ea; border-right: solid 2px #d9e6ea; }
  .answer p { line-height: 160%; color: #333333; }
  .answer p a { color: #333333; text-decoration: none; }
  .answer span { color: #165e83; margin: 0 0.5rem 0 0; }
  .answer p.up_space { margin: 1em 0 0 0; } }
/* ----------------------------------------------------------- 初診の方へ
----------------------------------------------------------- */
a.low_web_btn { width: 75%; margin: 0 auto 2rem auto; background: url(../images/btn_bg.jpg) no-repeat; background-size: cover; background-position: center center; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.15em; text-decoration: none; }

.tel_low { text-align: left; font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; }
.tel_low a { color: #333333; text-decoration: none; }

.tel_low2 a { color: #333333; text-decoration: none; }

ul.cache_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; list-style-type: none; }
ul.cache_list li { width: 48%; text-align: center; margin: 0 0 1rem 0; }
ul.cache_list li img { width: 80%; max-width: 100px; }

@media screen and (min-width: 768px), print { a.low_web_btn { width: 270px; margin: 0 auto 20px auto; background: url(../images/btn_bg.jpg) no-repeat; background-size: cover; background-position: center center; height: 85px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.15em; text-decoration: none; }
  a.low_web_btn:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .tel_low { text-align: left; font-size: 3rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; }
  .tel_low a { color: #333333; text-decoration: none; }
  ul.cache_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; list-style-type: none; width: 950px; }
  ul.cache_list li { width: 237.5px; text-align: center; margin: 0 0 20px 0; }
  ul.cache_list li img { width: 100px; max-width: 100px; } }
/* ----------------------------------------------------------- クリニック紹介
----------------------------------------------------------- */
.machine_box figure { margin: 0 0 4rem 0; }
.machine_box figure img { width: 70%; display: block; margin: 0 auto 1rem auto; }
.machine_box figure figcaption { font-size: 1.4rem; line-height: 140%; text-align: center; }

/*
figure.machine_box1{ img{ width: 70%; display: block; margin: 0 auto 2rem auto; } figcaption{ font-size: $text_sp; line-height: 140%; }
}

.machine_box2{ div{ section{ height: auto; overflow: hidden; margin: 0 0 0 0; figure{ img{ width: 70%; display: block; margin: 0 auto 2rem auto; } figcaption{ font-size: $text_sp; line-height: 140%; }       } } }

} 
*/
@media screen and (min-width: 768px), print { .machine_box { width: 950px; 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; }
  .machine_box figure { margin: 0 0 60px 0; width: 400px; }
  .machine_box figure img { width: 100%; display: block; margin: 0 0 16px 0; }
  .machine_box figure figcaption { font-size: 1.8rem; line-height: 140%; text-align: center; }
  /*   figure.machine_box1{ width: $hp_width; 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;   img{ width: 400px; display: block; margin: 0 0 40px 0; } figcaption{ width: $hp_width; font-size: $text_pc; line-height: 160%; margin: 0 0 60px 0; } }  .machine_box2{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction:row; flex-direction:row;   div{ width: 500px; section{ height: auto; overflow: hidden; margin: 0 0 0 0; width: 500px; figure{ img{ width: 400px; display: block; margin: 0 auto 2rem auto; } figcaption{ font-size: $text_pc; line-height: 160%;   margin: 0 0 60px 0;             }       } }  }   }    */ }
/* ----------------------------------------------------------- アクセス
----------------------------------------------------------- */
.access_box { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.access_box .access_map { order: 2; }
.access_box .access_map figure { text-align: center; margin: 0 0 1rem 0; }
.access_box .access_map figure img { width: 96%; height: auto; }
.access_box .access_map a { background-color: #d7e6ec; color: #ffffff; text-decoration: none; width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 1rem 0; }
.access_box .access_map a span { width: 80%; text-align: left; font-size: 1.2rem; line-height: 140%; font-weight: bold; }
.access_box .access_map a i { width: 10%; font-size: 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.access_box .access_info { order: 1; }
.access_box .access_info .access_bus { display: block; padding: 0.4rem 0 0 0; box-sizing: border-box; margin: 0; }
.access_box .access_info .access_bus p { font-size: 1.4rem; margin: 0 0 0.4rem 0; }
.access_box .access_info .access_bus p.overview_access_title { border-bottom: #f57856 1px solid; font-weight: bold; font-size: 1.4rem; padding: 0 0 0.4rem 0; margin: 0 0 0.6rem 0; }
.access_box .access_info .access_bus p.overview_access_title_bus { border-bottom: #f57856 1px solid; font-weight: bold; font-size: 1.4rem; padding: 0 0 0.4rem 0; margin: 1.6rem 0 0.6rem 0; }
.access_box .access_info .access_bus p i.icon-train { color: #00b9d5; }
.access_box .access_info .access_bus p i.icon-bass { color: #00b9d5; }
.access_box .access_info .access_bus p i.icon-bassstop { color: #eb6062; }
.access_box .access_info .access_bus p span { font-weight: bold; }
.access_box .access_info .access_bus p.bus_box { background-color: #f9e25d; padding: 0.6rem; box-sizing: border-box; margin: 0 0 1.6rem 0; }
.access_box .access_info .access_bus p.bus_box span { font-weight: bold; }
.access_box .access_info .access_bus p.bus_box span.orange { color: #eb6062; }
.access_box .access_info .access_bus table { display: block; text-align: left; font-size: 1.4rem; }
.access_box .access_info .access_bus table tr th { display: block; font-weight: bold; color: #cadc80; }
.access_box .access_info .access_bus table tr td { display: block; line-height: 180%; padding: 0 0 1rem 0; }
.access_box .access_info .access_bus table tr td i { color: #cadc80; }
.access_box .access_info .access_bus table tr td span { font-weight: bold; }
.access_box .access_info .access_bus table tr td span.num { font-weight: normal; color: #ffffff; background-color: #cadc80; width: 1.8rem; height: 1.8rem; border-radius: 50%; display: inline-block; text-align: center; line-height: 180%; font-size: 1rem; }
.access_box .access_info .access_bus table tr.blue th { color: #ebbe7a; }
.access_box .access_info .access_bus table tr.blue td i { color: #ebbe7a; }
.access_box .access_info .access_bus table tr.blue td span.num { color: #ffffff; background-color: #ebbe7a; }

.accessmap { width: 100%; height: 500px; margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { .access_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .access_box .access_map { order: 2; width: 440px; }
  .access_box .access_map figure { text-align: center; margin: 0 0 14px 0; }
  .access_box .access_map figure img { width: 404px; height: auto; }
  .access_box .access_map a { background-color: #d7e6ec; color: #ffffff; text-decoration: none; width: 404px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 1rem 0; }
  .access_box .access_map a span { width: 80%; text-align: left; font-size: 1.8rem; line-height: 140%; font-weight: bold; }
  .access_box .access_map a i { width: 10%; font-size: 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .access_box .access_map a:hover { transform: translateX(10px); filter: drop-shadow(0 0.6rem 0.8rem rgba(109, 98, 74, 0.6)); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @supports (-ms-ime-align: auto) { .access_box .access_map a:hover { filter: none; } }
  .access_box .access_info { order: 1; width: 600px; }
  .access_box .access_info .access_bus { display: block; padding: 0.4rem 0 0 0; box-sizing: border-box; margin: 0; }
  .access_box .access_info .access_bus p { font-size: 1.6rem; margin: 0 0 0.4rem 0; }
  .access_box .access_info .access_bus p.overview_access_title { border-bottom: #f57856 1px solid; font-weight: bold; font-size: 1.6rem; padding: 0 0 4px 0; margin: 0 0 10px 0; }
  .access_box .access_info .access_bus p.overview_access_title_bus { border-bottom: #f57856 1px solid; font-weight: bold; font-size: 1.6rem; padding: 0 0 4px 0; margin: 30px 0 10px 0; }
  .access_box .access_info .access_bus p i.icon-train { color: #00b9d5; }
  .access_box .access_info .access_bus p i.icon-bass { color: #00b9d5; }
  .access_box .access_info .access_bus p i.icon-bassstop { color: #eb6062; }
  .access_box .access_info .access_bus p span { font-weight: bold; }
  .access_box .access_info .access_bus p.bus_box { background-color: #f9e25d; padding: 12px 10px; box-sizing: border-box; margin: 0 0 26px 0; }
  .access_box .access_info .access_bus p.bus_box span { font-weight: bold; }
  .access_box .access_info .access_bus p.bus_box span.orange { color: #eb6062; }
  .access_box .access_info .access_bus table { display: table; text-align: left; font-size: 1.6rem; }
  .access_box .access_info .access_bus table tr th { width: 86px; display: table-cell; font-weight: bold; color: #cadc80; }
  .access_box .access_info .access_bus table tr td { display: table-cell; line-height: 180%; padding: 0 0 1rem 0; }
  .access_box .access_info .access_bus table tr td i { color: #cadc80; }
  .access_box .access_info .access_bus table tr td span { font-weight: bold; }
  .access_box .access_info .access_bus table tr td span.num { font-weight: normal; color: #ffffff; background-color: #cadc80; width: 20px; height: 20px; border-radius: 50%; display: inline-block; text-align: center; line-height: 200%; font-size: 1rem; }
  .access_box .access_info .access_bus table tr.blue th.blue { color: #ebbe7a; width: 130px; }
  .access_box .access_info .access_bus table tr.blue td i { color: #ebbe7a; }
  .access_box .access_info .access_bus table tr.blue td span.num { color: #ffffff; background-color: #ebbe7a; }
  .accessmap { width: 100%; height: 500px; margin: 50px 0 0 0; } }
/* -----------------------------------------------------------
　フォーム
----------------------------------------------------------- */
textarea { width: 100%; height: 10rem; }

.form_textarea { width: 100%; height: 10rem; }

.doui { width: 100%; }

.privacy_policy { padding: 3vw; box-sizing: border-box; overflow-y: scroll; height: 50vw; width: 96%; margin: 3rem auto; border: #000000 1px solid; }

.low_tel a { color: #333333; text-decoration: none; }

@media screen and (min-width: 768px), print { textarea { width: 50%; height: 10rem; }
  .doui { width: 440px; margin: 0 0 0 80px; }
  .form_textarea { width: 50%; height: 10rem; }
  .privacy_policy { padding: 3vw; box-sizing: border-box; overflow-y: scroll; height: 300px; width: 720px; margin: 3rem auto; border: #000000 1px solid; padding: 20px; }
  .low_tel a { color: #333333; text-decoration: none; } }
/* ----------------------------------------------------------- 下層
----------------------------------------------------------- */
ul.title_link { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
ul.title_link li { width: 48%; margin: 0 0 1rem 0; }
ul.title_link li a { width: 100%; height: 14vw; font-size: 1.2rem; color: #ffffff; /*
background: url(../images/a_arrow.png) no-repeat;
background-position: right 2% center;
*/ background-color: #ff8f70; border-radius: 0.3rem; text-decoration: none; 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%; }
ul.title_link li a.purple { background-color: #c8bbcd; }

ul.title_link2 { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
ul.title_link2 li { width: 100%; margin: 0 0 1rem 0; }
ul.title_link2 li a { width: 100%; height: 14vw; font-size: 1.2rem; color: #ffffff; /*
background: url(../images/a_arrow.png) no-repeat;
background-position: right 2% center;
*/ background-color: #ff8f70; border-radius: 0.3rem; text-decoration: none; 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%; }

.link_text { font-weight: bold; font-size: 1.4rem; color: #165e83; text-align: right; display: block; }
.link_text::after { content: "≫"; }

.link_text2 { font-weight: bold; font-size: 1.4rem; color: #165e83; text-align: right; display: block; margin: 0 5% 0 0; }
.link_text2::after { content: "≫"; }

.link_detail { background: url(../images/a_arrow2.jpg) no-repeat; background-position: right 20px center; background-color: #e5f1f6; border-radius: 0.5rem; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 100%; height: 12vw; color: #165e83; font-size: 1.4rem; font-weight: bold; padding: 0 0 0 1rem; box-sizing: border-box; float: right; }
.link_detail:hover { opacity: 0.6; transition: all 0.3s ease 0s; }

.link_box { width: 100%; height: 14vw; font-size: 1.2rem; color: #ffffff; background: url(../images/a_arrow.png) no-repeat; background-position: right 1rem center; background-color: #ff8f70; border-radius: 0.3rem; text-decoration: none; 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%; margin: 0 0 1rem 0; }

@media screen and (min-width: 768px), print { ul.title_link { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 950px; }
  ul.title_link li { width: 300px; margin: 0 0 1rem 0; }
  ul.title_link li a { width: 100%; height: 80px; font-size: 1.8rem; color: #ffffff; background: url(../images/a_arrow.png) no-repeat; background-position: right 1rem center; background-color: #ff8f70; border-radius: 0.5rem; text-decoration: none; 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%; }
  ul.title_link li a.purple { background-color: #c8bbcd; }
  ul.title_link li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  ul.title_link2 { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 950px; }
  ul.title_link2 li { width: 450px; margin: 0 0 1rem 0; }
  ul.title_link2 li a { width: 100%; height: 80px; font-size: 1.8rem; color: #ffffff; background: url(../images/a_arrow.png) no-repeat; background-position: right 1rem center; background-color: #ff8f70; border-radius: 0.5rem; text-decoration: none; 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%; }
  ul.title_link2 li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_text { font-weight: bold; font-size: 1.8rem; color: #165e83; text-align: right; display: block; }
  .link_text::after { content: "≫"; }
  .link_text:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_text2 { font-weight: bold; font-size: 1.8rem; color: #165e83; text-align: right; display: block; margin: 0 20px 0 0; }
  .link_text2::after { content: "≫"; }
  .link_text2:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_detail { background: url(../images/a_arrow2.jpg) no-repeat; background-position: right 20px center; background-color: #e5f1f6; border-radius: 0.5rem; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 400px; height: 40px; color: #165e83; font-size: 1.6rem; font-weight: bold; padding: 0 0 0 27px; box-sizing: border-box; float: right; }
  .link_detail:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_box { width: 500px; height: 60px; font-size: 1.8rem; color: #ffffff; background: url(../images/a_arrow.png) no-repeat; background-position: right 1rem center; background-color: #ff8f70; border-radius: 0.5rem; text-decoration: none; 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%; margin: 0 0 1rem 0; }
  .link_box:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* ----------------------------------------------------------- 料金表
----------------------------------------------------------- */
table.price_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 160%; }
table.price_table tr th { background-color: #165e83; color: #ffffff; padding: 1rem 0.5rem; font-size: 1.4rem; border: #eeeeee 1px solid; width: 60%; vertical-align: middle; font-weight: normal; }
table.price_table tr td { color: #333333; padding: 1rem 0; font-size: 1.4rem; border: #cccccc 1px solid; width: 40%; vertical-align: middle; }

@media screen and (min-width: 768px), print { table.price_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 180%; }
  table.price_table tr th { background-color: #165e83; color: #ffffff; padding: 28px 0; font-size: 1.8rem; border: #eeeeee 1px solid; width: 50%; vertical-align: middle; font-weight: normal; }
  table.price_table tr td { color: #333333; padding: 22px 0; font-size: 1.8rem; border: #cccccc 1px solid; width: 50%; vertical-align: middle; } }
/* ----------------------------------------------------------- 美容皮膚科
----------------------------------------------------------- */
.tac { text-align: center; }

ul.color_list { padding: 0; margin: 0 0 1rem 0; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
ul.color_list li { line-height: 130%; font-size: 1.4rem; width: 48%; height: 10vw; 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.2rem; margin: 0 0 1rem 0; }
ul.color_list li.cl_yellow { background-color: #f9e25d; color: #333333; }
ul.color_list li.cl_green { background-color: #cadc80; color: #333333; }
ul.color_list li.cl_orange { background-color: #ebbe7a; color: #333333; }
ul.color_list li.cl_orange2 { background-color: #ebbe7a; color: #333333; }
ul.color_list li.cl_purple { background-color: #c8bbcd; color: #333333; }
ul.color_list li.cl_blue { background-color: #b2c6d2; color: #333333; }
ul.color_list li.cl_red { background-color: #fb6274; color: #ffffff; }

.item_box { margin: 0 0 4rem 0; }
.item_box figure { width: 50%; margin: 0 auto 2rem auto; }
.item_box figure img { width: 100%; }
.item_box figure img.second { margin: 1rem 0 0 0; }
.item_box section.item_text h4 { margin: 0 0 1rem 0; }
.item_box section.item_text h4.next { margin: 4rem 0 1rem 0; }
.item_box section.item_text img.img_item { width: 80%; max-width: 400px; margin: 0 auto; display: block; }

@media screen and (min-width: 768px), print { .tac { text-align: center; }
  ul.color_list { padding: 0; margin: 0 0 24px 0; 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; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  ul.color_list li { line-height: 130%; font-size: 1.4rem; width: 100px; height: 24px; 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; margin: 0 7px 0 0; }
  ul.color_list li.cl_yellow { background-color: #f9e25d; color: #333333; }
  ul.color_list li.cl_green { background-color: #cadc80; color: #333333; }
  ul.color_list li.cl_orange { background-color: #ebbe7a; color: #333333; }
  ul.color_list li.cl_orange2 { width: 150px; background-color: #ebbe7a; color: #333333; }
  ul.color_list li.cl_purple { background-color: #c8bbcd; color: #333333; }
  ul.color_list li.cl_blue { background-color: #b2c6d2; color: #333333; }
  ul.color_list li.cl_red { background-color: #fb6274; color: #ffffff; width: 155px; }
  ul.center_list { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .item_box { width: 950px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 40px 0; }
  .item_box figure { width: 260px; margin: 0; }
  .item_box figure img { width: 260px; }
  .item_box figure img.second { margin: 20px 0 0 0; }
  .item_box section.item_text { width: 615px; }
  .item_box section.item_text h4 { margin: 0 0 24px 0; }
  .item_box section.item_text h4.next { margin: 60px 0 1rem 0; }
  .item_box section.item_text img.img_item { width: 400px; max-width: 400px; margin: 0; display: block; } }
/* ----------------------------------------------------------- インスタグラム
----------------------------------------------------------- */
ul.insta_list { width: 96%; 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; }
ul.insta_list li { margin: 0 0 0.5rem 0; width: 32%; list-style-type: none; }
ul.insta_list li a { display: block; text-decoration: none; color: #333333; width: 100%; height: 28.5vw; position: relative; overflow: hidden; }
ul.insta_list li a img { width: 100%; }
ul.insta_list li a span.c { display: none; }
ul.insta_list li a span.c span.like { display: block; font-size: 1rem; margin: 0 1rem 0 0; }
ul.insta_list li a span.c span.like::before { font-family: "fontello"; content: "\00e805"; margin: 0 0.2rem 0 0; }
ul.insta_list li a span.c span.comme { display: block; font-size: 1rem; }
ul.insta_list li a span.c span.comme::before { font-family: "fontello"; content: "\00f4ac"; margin: 0 0.2rem 0 0; }
ul.insta_list li a:hover span.c { position: absolute; top: 0; left: 0; 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; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; height: 28.5vw; background-color: rgba(0, 0, 0, 0.8); color: #ffffff; }

@media screen and (min-width: 768px), print { ul.insta_list { width: 950px; 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.insta_list li { margin: 0 0 20px 0; width: 300px; list-style-type: none; }
  ul.insta_list li a { display: block; text-decoration: none; color: #333333; width: 300px; height: 300px; position: relative; overflow: hidden; }
  ul.insta_list li a img { width: 300px; }
  ul.insta_list li a span.c { display: none; }
  ul.insta_list li a span.c span.like { display: block; font-size: 1.8rem; margin: 0 1rem 0 0; }
  ul.insta_list li a span.c span.like::before { font-family: "fontello"; content: "\00e805"; margin: 0 0.5rem 0 0; }
  ul.insta_list li a span.c span.comme { display: block; font-size: 1.8rem; }
  ul.insta_list li a span.c span.comme::before { font-family: "fontello"; content: "\00f4ac"; margin: 0 0.5rem 0 0; }
  ul.insta_list li a:hover span.c { position: absolute; top: 0; left: 0; 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; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; width: 300px; height: 300px; background-color: rgba(0, 0, 0, 0.8); color: #ffffff; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 1rem 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.5rem; 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 li a { color: #ff8f70; font-weight: bold; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 1rem; padding: 0 0 0 0; }
ul.list_maru li ul li a { color: #ff8f70; font-weight: bold; }

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.5rem; 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_num li a { color: #ff8f70; font-weight: bold; }

/*英語*/
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.8rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 7px; background-size: 10px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li.aj { margin: 0 0 40px 0; }
  ul.list_maru li a { color: #ff8f70; font-weight: bold; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 1rem; padding: 0 0 0 0; }
  ul.list_maru li ul li a { color: #ff8f70; font-weight: bold; }
  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.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 7px; background-size: 10px; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  ul.list_num li a { color: #ff8f70; font-weight: bold; }
  /*数値*/
  ul.list_alphabet { box-sizing: border-box; width: 100%; }
  ul.list_alphabet li { line-height: 130%; font-size: 1.8rem; 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.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 120%; width: 100%; }
dl.bio_list dt { width: 20%; margin: 0 0 0 0; }
dl.bio_list dt.long { width: 40%; }
dl.bio_list dd { width: 80%; margin: 0 0 20px 0; }
dl.bio_list dd.long { width: 60%; }

dl.list_no { 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 0.8rem 0; line-height: 140%; }
dl.list_no dt { width: 4%; margin: 0 0 0 0; font-weight: bold; }
dl.list_no dd { width: 96%; margin: 0 0 20px 0; }

dl.list_arrow { 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.1rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; }
dl.list_arrow dt { width: 6%; margin: 0 0 0 0; font-weight: bold; }
dl.list_arrow dd { width: 94%; 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.8rem; box-sizing: border-box; line-height: 140%; width: 950px; margin: 0; }
  dl.bio_list dt { width: 80px; margin: 0 0 10px 0; font-weight: normal; }
  dl.bio_list dd { width: 870px; margin: 0 0 10px 0; }
  dl.list_no { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 160%; width: 950px; }
  dl.list_no dt { width: 20px; margin: 0 0 10px 0; font-weight: normal; }
  dl.list_no dd { width: 930px; margin: 0 0 10px 0; }
  dl.list_arrow { 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: 1240px; }
  dl.list_arrow dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.list_arrow dd { width: 1100px; margin: 0 0 20px 0; } }
/*画像*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.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; }

.img_two_2 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two_2 figure { width: 70%; margin: 0 auto 20px auto; }
.img_two_2 figure img { width: 100%; }

.img_case figure { width: 70%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 auto 4rem auto; }
.img_case figure img { width: 100%; height: auto; order: 2; }
.img_case figure figcaption { text-align: center; margin: 0 0 1rem 0; font-size: 1.4rem; order: 1; }

.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: 300px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor a:hover { opacity: 0.6; }
  .img_doctor img { width: 300px; 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; }
  .img_two_2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  .img_two_2 figure { width: auto; margin: 0; }
  .img_two_2 figure img { width: 100%; }
  .img_two_2 figure.left { width: 500px; }
  .img_two_2 figure.right { width: 400px; }
  .img_case { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; }
  .img_case figure { width: 300px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 auto 4rem auto; }
  .img_case figure img { width: 300px; height: auto; order: 2; }
  .img_case figure figcaption { text-align: center; margin: 0 0 1rem 0; font-size: 1.8rem; order: 1; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
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: #333333; 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: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block !important; }

.sp_none { display: none !important; }

.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: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .sentence { height: auto; min-height: 243px; overflow: hidden; }
  .pc_none { display: none !important; }
  .sp_none { display: block !important; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }
article .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
article .wrapper .main { width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
article .wrapper .main .main_inner_low { width: 96%; margin: 2rem auto 2rem auto; }
article .wrapper .main .allergy_img { width: 96%; margin: 2rem auto 2rem auto; }
article .wrapper .main .allergy_img img { width: 100%; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
  article .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  article .wrapper .main { width: 100%; box-sizing: border-box; /*margin: 0 0 0 320px;*/ margin: 0 0 0 0; }
  article .wrapper .main .main_inner { width: 950px; margin: 0 auto; padding: 0; }
  article .wrapper .main .main_inner_low { width: 950px; margin: 60px auto 60px auto; padding: 0; }
  article .wrapper .main .allergy_img { width: 950px; margin: 0 auto 60px 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; }
  article .wrapper .main .allergy_img img.left { width: 50%; height: auto; }
  article .wrapper .main .allergy_img img.right { width: 50%; height: auto; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
  article .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  article .wrapper .main { width: 100%; box-sizing: border-box; /*margin: 0 0 0 320px;*/ margin: 0 0 0 0; }
  article .wrapper .main .main_inner { width: 950px; margin: 0 auto; padding: 0; }
  article .wrapper .main .main_inner_low { width: 950px; margin: 60px auto 60px auto; padding: 0; }
  article .wrapper .main .allergy_img { width: 950px; margin: 0 auto 60px 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; }
  article .wrapper .main .allergy_img img.left { width: 50%; height: auto; }
  article .wrapper .main .allergy_img img.right { width: 50%; height: auto; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
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: 80%; max-width: 227px; margin: 0 auto 0 auto; box-sizing: border-box; padding: 1rem 0 0 0; }
header .head_frame .head_logo a { display: block; margin: 0; }
header .head_frame .head_logo a img { width: 100%; height: auto; }
header .head_frame .head_info { width: 96%; margin: 0 auto; }
header .head_frame .head_info p.head_info_tel { margin: 1rem 0 0.6rem 0; text-align: center; }
header .head_frame .head_info p.head_info_tel span { color: #165e83; font-size: 2.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; letter-spacing: 0.1em; }
header .head_frame .head_info p.head_info_tel a { color: #165e83; font-size: 2.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; letter-spacing: 0.1em; text-decoration: none; }
header .head_frame .head_info p.head_info_tel i { color: #165e83; font-size: 2.6rem; }
header .head_frame .head_info p.head_info_access { font-size: 1.4rem; color: #165e83; text-align: center; }
header .head_frame .head_info a.head_web_btn { width: 75%; margin: 0 auto; background: url(../images/btn_bg.jpg) no-repeat; background-size: cover; background-position: center center; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.15em; text-decoration: none; }
header .head_frame .head_info .head_link_btn { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; }
header .head_frame .head_info .head_link_btn a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 48%; height: 16vw; background: url(../images/btn_bk1.png), url(../images/btn_bk2.png), url(../images/btn_bk3.png); background-position: right bottom,left top,left bottom; background-repeat: no-repeat, no-repeat,no-repeat; background-color: #ff8f70; color: #ffffff; font-size: 1.4rem; text-align: center; line-height: 120%; text-decoration: none; border-radius: 0.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; letter-spacing: 0.1em; border-bottom: #f57856 3px solid; box-sizing: border-box; }

@media screen and (min-width: 768px) { header { display: block; height: 100%; margin: 0; width: 320px;  /* position: fixed; top:0; left: 0; z-index: 999999999;
*/ box-shadow: 14px 0 14px -14px #e6e6e6; background-color: #ffffff; }
  header .head_frame { background-color: #ffffff; width: 300px; padding: 0; margin: 0 0 0 10px; height: auto; }
  header .head_frame .head_logo { width: 227px; max-width: 227px; margin: 0 auto 0 auto; box-sizing: border-box; padding: 4px 0 0 0; }
  header .head_frame .head_logo a { display: block; margin: 0; }
  header .head_frame .head_logo a img { width: 100%; height: auto; }
  header .head_frame .head_info { width: 96%; margin: 0 auto; }
  header .head_frame .head_info p.head_info_tel { margin: 0 0 0 0; text-align: center; }
  header .head_frame .head_info p.head_info_tel span { color: #165e83; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; letter-spacing: 0.1em; }
  header .head_frame .head_info p.head_info_tel a { color: #165e83; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; letter-spacing: 0.1em; text-decoration: none; }
  header .head_frame .head_info p.head_info_tel i { color: #165e83; font-size: 2rem; }
  header .head_frame .head_info p.head_info_access { font-size: 1.4rem; color: #165e83; text-align: center; margin: 0 0 6px 0; }
  header .head_frame .head_info a.head_web_btn { width: 200px; margin: 0 auto; background: url(../images/btn_bg.jpg) no-repeat; background-size: contain; background-position: center center; height: 63px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.15em; text-decoration: none; }
  header .head_frame .head_info a.head_web_btn:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  header .head_frame .head_info .head_link_btn { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 290px; margin: 0 auto; }
  header .head_frame .head_info .head_link_btn a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 140px; height: 85px; background: url(../images/btn_bk1.png), url(../images/btn_bk2.png), url(../images/btn_bk3.png); background-position: right bottom,left top,left bottom; background-repeat: no-repeat, no-repeat,no-repeat; background-color: #ff8f70; color: #ffffff; font-size: 1.8rem; text-align: center; line-height: 120%; text-decoration: none; border-radius: 0.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; letter-spacing: 0.1em; border-bottom: #f57856 5px solid; box-sizing: border-box; padding: 0; }
  header .head_frame .head_info .head_link_btn a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 10px 0 0 0; }
  .main_nav_pc nav ul.main_nav { -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .main_nav_pc nav ul.main_nav li { width: 320px; }
  .main_nav_pc nav ul.main_nav li a { width: 320px; text-decoration: none; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; height: 28px; color: #333333; font-weight: bold; letter-spacing: 0.1em; box-sizing: border-box; line-height: 140%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; padding: 0 0 0 30px; }
  .main_nav_pc nav ul.main_nav li a span { display: block; color: #165e83; font-size: 1.4rem; margin: 0 0 0 1rem; }
  .main_nav_pc nav ul.main_nav li a:hover { background-color: #d9e6ea; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul.main_nav li.home { margin: 0 0 0 0; }
  .main_nav_pc nav ul.main_nav li.home a { width: 320px; background-color: #165e83; color: #ffffff; box-sizing: border-box; height: 28px; padding: 0 0 0 30px; }
  .main_nav_pc nav ul.main_nav li.home a span { display: none; }
  .main_nav_pc nav ul.main_nav li.home a:hover { background-color: #d9e6ea; color: #333333; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul.main_nav li.doctor a { height: 28px; padding: 0 0 0 30px; box-sizing: border-box; }
  .main_nav_pc nav ul.aside_nav { list-style-type: none; }
  .main_nav_pc nav ul.aside_nav li { width: 260px; margin: 0 0 5px 30px; }
  .main_nav_pc nav ul.aside_nav li a { background: url(../images/a_arrow2.jpg) no-repeat; background-position: right 20px center; background-color: #e5f1f6; border-radius: 0.5rem; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 260px; height: 30px; color: #165e83; font-size: 1.6rem; padding: 0 0 0 27px; box-sizing: border-box; }
  .main_nav_pc nav ul.aside_nav li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background: url(../images/key_visual_01.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 56vw; display: block; position: relative; overflow: hidden; width: 100%; }
.key_visual p.key_text { color: #ffffff; font-weight: bold; font-size: 1.2rem; text-align: right; position: absolute; right: 2%; bottom: 0.4rem; margin: 0; }
.key_visual #cloud { background: url(../images/index_key_cloud_x.png) repeat-x; animation: cloudmove 20s linear infinite; -webkit-animation: cloudmove 20s linear infinite; -moz-animation: cloudmove 20s linear infinite; width: 100%; height: 56vw; background-size: 80%; position: absolute; top: 0; left: 0; }
.key_visual #cloud_01 { background: url(../images/index_key_cloud_03.png) repeat-x; animation: cloudmove 20s linear infinite; -webkit-animation: cloudmove 20s linear infinite; -moz-animation: cloudmove 20s linear infinite; width: 100%; height: 56vw; background-size: 80%; position: absolute; top: 0; left: 0; }
.key_visual #cloud_02 { background: url(../images/index_key_cloud_04.png) repeat-x; animation: cloudmove2 20s linear infinite; -webkit-animation: cloudmove2 20s linear infinite; -moz-animation: cloudmove2 20s linear infinite; width: 100%; height: 56vw; background-size: 80%; position: absolute; top: 0; left: 0; }
@keyframes cloudmove { 0% { background-position: 0 0; }
  100% { background-position: 300px 0; } }
@-webkit-keyframes cloudmove { 0% { background-position: 0 0; }
  100% { background-position: 300px 0; } }
@-moz-keyframes cloudmove { 0% { background-position: 0 0; }
  100% { background-position: 300px 0; } }
@keyframes cloudmove2 { 0% { background-position: 0 0; }
  100% { background-position: 300px 0; } }
@-webkit-keyframes cloudmove2 { 0% { background-position: 0 0; }
  100% { background-position: 300px 0; } }
@-moz-keyframes cloudmove2 { 0% { background-position: 0 0; }
  100% { background-position: 300px 0; } }
.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-position: left top; background-size: 150%; height: 26vw; overflow: hidden; }
.key_visual_low h1 { height: 26vw; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; padding: 0 0 0 1rem; color: #ffffff; font-size: 2.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; }

@media screen and (min-width: 768px) { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; height: 545px; display: block; position: relative; overflow: hidden; }
  .key_visual p.key_text { color: #ffffff; font-weight: bold; font-size: 3rem; text-align: right; position: absolute; right: 30px; bottom: 0; margin: 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; line-height: 110%; }
  .key_visual #cloud { background: url(../images/index_key_cloud_x.png) repeat-x; animation: cloudmove 20s linear infinite; -webkit-animation: cloudmove 20s linear infinite; -moz-animation: cloudmove 20s linear infinite; width: 100%; height: 507px; background-size: 800px; position: absolute; top: 0; left: 0; }
  .key_visual #cloud_01 { background: url(../images/index_key_cloud_03.png) repeat-x; animation: cloudmove 20s linear infinite; -webkit-animation: cloudmove 20s linear infinite; -moz-animation: cloudmove 20s linear infinite; width: 100%; height: 545px; background-size: 800px; position: absolute; top: 0; left: 0; }
  .key_visual #cloud_02 { background: url(../images/index_key_cloud_04.png) repeat-x; animation: cloudmove2 20s linear infinite; -webkit-animation: cloudmove2 20s linear infinite; -moz-animation: cloudmove2 20s linear infinite; width: 100%; height: 545px; background-size: 800px; position: absolute; top: 0; left: 0; }
  @keyframes cloudmove { 0% { background-position: 0 0; }
    100% { background-position: 800px 0; } }
  @-webkit-keyframes cloudmove { 0% { background-position: 0 0; }
    100% { background-position: 800px 0; } }
  @-moz-keyframes cloudmove { 0% { background-position: 0 0; }
    100% { background-position: 800px 0; } }
  @keyframes cloudmove2 { 0% { background-position: 0 0; }
    100% { background-position: 800px 0; } }
  @-webkit-keyframes cloudmove2 { 0% { background-position: 0 0; }
    100% { background-position: 800px 0; } }
  @-moz-keyframes cloudmove2 { 0% { background-position: 0 0; }
    100% { background-position: 800px 0; } }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-position: left top; background-size: cover; height: 160px; overflow: hidden; }
  .key_visual_low h1 { height: 160px; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; padding: 0 0 0 115px; color: #ffffff; font-size: 3.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; } }
/* -----------------------------------------------------------
　TOP　INFO
----------------------------------------------------------- */
ul.top_info { margin: 2rem 0 0 0; height: 60vw; 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.top_info li { background: url(../images/index_bg_01.png) no-repeat; background-size: contain; background-position: center center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #78348e; height: 30vw; margin: 0 0 2rem 0; text-align: center; line-height: 120%; letter-spacing: 0.1em; text-shadow: 2px 0px 2px #ffffff,2px 0px 2px #ffffff, -2px 0px 2px #ffffff,-2px 0px 2px #ffffff, 0px 2px 2px #ffffff,0px 2px 2px #ffffff,  0px -2px 2px #ffffff,0px -2px 2px #ffffff; }
ul.top_info li a { text-decoration: none; color: #78348e; height: 30vw; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
ul.top_info li span { margin: 1rem 0 0 0; }
ul.top_info li span span { margin: 0; font-size: 1.6rem; }
ul.top_info li span.two { margin: 1.8rem 0 0 0; }
ul.top_info li span.three { margin: 1.8rem 0 0 0; }
ul.top_info li span.small { font-size: 1rem; }
ul.top_info li.top { width: 100%; margin: 0 0 0 0; }
ul.top_info li.left { width: 45%; margin: -23vw 0 0 4vw; }
ul.top_info li.right { width: 45%; margin: -23vw 4vw 0 0; }
ul.top_info li.-orange { background-image: url(../images/index_bg_02.png); color: #fb653c; }
ul.top_info li.-orange a { color: #fb653c; }

ul.top_info2 { margin: -20px 0 0 0; height: 40vw; 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.top_info2 li { background: url(../images/index_bg_02.png) no-repeat; background-size: contain; background-position: center center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #fb653c; height: 30vw; margin: 0 0 2rem 0; text-align: center; line-height: 120%; letter-spacing: 0.1em; text-shadow: 2px 0px 2px #ffffff,2px 0px 2px #ffffff, -2px 0px 2px #ffffff,-2px 0px 2px #ffffff, 0px 2px 2px #ffffff,0px 2px 2px #ffffff,  0px -2px 2px #ffffff,0px -2px 2px #ffffff; }
ul.top_info2 li a { text-decoration: none; color: #fb653c; height: 30vw; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
ul.top_info2 li span { margin: 0 0 0 0; }
ul.top_info2 li.left { width: 45%; margin: 0 0 0 4vw; }
ul.top_info2 li.right { width: 45%; margin: 0 4vw 0 0; }

@media screen and (min-width: 768px), print { ul.top_info { margin: 46px 0 0 0; height: auto; 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; width: 945px; }
  ul.top_info li { width: 280px; background: url(../images/index_bg_01.png) no-repeat; background-size: 280px; background-position: center center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 2.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #78348e; height: 220px; margin: 0 0 2rem 0; text-align: center; line-height: 120%; letter-spacing: 0.1em; text-shadow: 2px 0px 2px #ffffff,2px 0px 2px #ffffff, -2px 0px 2px #ffffff,-2px 0px 2px #ffffff, 0px 2px 2px #ffffff,0px 2px 2px #ffffff,  0px -2px 2px #ffffff,0px -2px 2px #ffffff; }
  ul.top_info li a { text-decoration: none; color: #78348e; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 220px; width: 100%; }
  ul.top_info li a:hover { color: #be84d0; }
  ul.top_info li span { margin: 1rem 0 0 0; }
  ul.top_info li span span { margin: 0; font-size: 3.75rem; }
  ul.top_info li span.two { margin: 3.4rem 0 0 0; line-height: 90%; }
  ul.top_info li span.three { margin: 3rem 0 0 0; }
  ul.top_info li span.small { font-size: 2.6rem; }
  ul.top_info li.top { width: 280px; margin: 0 0 2rem 0; order: 1; }
  ul.top_info li.left { width: 280px; margin: 0 0 2rem 0; order: 0; }
  ul.top_info li.right { width: 280px; margin: 0 0 2rem 0; order: 2; }
  ul.top_info li.-orange { background-image: url(../images/index_bg_02.png); color: #fb653c; }
  ul.top_info li.-orange a { color: #fb653c; }
  ul.top_info2 { margin: -20px 0 0 0; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; width: 945px; }
  ul.top_info2 li { width: 280px; background: url(../images/index_bg_02.png) no-repeat; background-size: 280px; background-position: center center; display: -webkit-flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 2.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #fb653c; height: 220px; margin: 0 0 2rem 0; text-align: center; line-height: 120%; letter-spacing: 0.1em; text-shadow: 2px 0px 2px #ffffff,2px 0px 2px #ffffff, -2px 0px 2px #ffffff,-2px 0px 2px #ffffff, 0px 2px 2px #ffffff,0px 2px 2px #ffffff,  0px -2px 2px #ffffff,0px -2px 2px #ffffff; }
  ul.top_info2 li a { text-decoration: none; color: #fb653c; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 220px; width: 100%; }
  ul.top_info2 li a:hover { color: #ff9a7f; }
  ul.top_info2 li span { margin: 0 0 0 0; font-size: 2.6rem; }
  ul.top_info2 li span.two { margin: 4rem 0 0 0; }
  ul.top_info2 li span.three { margin: 3rem 0 0 0; }
  ul.top_info2 li.left { width: 280px; margin: -88px 20px 0 0; }
  ul.top_info2 li.right { width: 280px; margin: -88px 0 0 20px; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 96%; margin: 2rem auto 0 auto; box-sizing: border-box; overflow: hidden; padding: 0 0; height: auto; }
.notice_frame .notice_box h2.notice_h2 { width: 100%; font-size: 2.2rem; font-weight: normal; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; text-align: center; line-height: 120%; }
.notice_frame .notice_box h2.notice_h2 span { font-size: 1.4rem; display: block; }
.notice_frame .notice_box dl { overflow-y: scroll; height: 380px; min-height: 380px; box-sizing: border-box; padding: 0.6rem; overflow-wrap: break-word; }
.notice_frame .notice_box dl dt { margin: 0 0 0.6rem 0; font-size: 1.4rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; box-sizing: border-box; letter-spacing: 0.1em; line-height: 120%; color: #165e83; padding: 1.6rem 1.5rem 0 0; position: relative; }
.notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #165e83; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: 0; right: 0; top: 1.8rem; bottom: 0; transition: 0.5s; }
.notice_frame .notice_box dl dt.open_info::before { transform: rotateX(180deg); transition: 0.5s; }
.notice_frame .notice_box dl dd { display: none; color: #333333; margin: 0 0 0 0; padding: 0 0 1.6rem 0; box-sizing: border-box; font-size: 1.4rem; line-height: 110%; border-bottom: #dddddd 1px solid; letter-spacing: 0.1em; }

.top_bana { margin: 0 0 4rem 0; }
.top_bana a.bana_covid { display: block; width: 96%; margin: 2rem auto; }
.top_bana a.bana_covid img { width: 100%; height: auto; border: #eb6062 1px solid; box-sizing: border-box; }
.top_bana a.bana_instagram { display: block; width: 96%; margin: 2rem auto; }
.top_bana a.bana_instagram img { width: 100%; height: auto; border: #cccccc 1px solid; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .notice_frame { width: 905px; margin: 36px auto 0 auto; box-sizing: border-box; overflow: hidden; padding: 0 0; height: auto; }
  .notice_frame .notice_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .notice_frame .notice_box h2.notice_h2 { width: 210px; height: 260px; font-size: 4rem; font-weight: normal; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 0.1em; 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; }
  .notice_frame .notice_box h2.notice_h2 span { font-size: 1.8rem; display: block; }
  .notice_frame .notice_box dl { width: 695px; overflow-y: scroll; height: 270px; min-height: 270px; box-sizing: border-box; padding: 0.6rem; overflow-wrap: break-word; }
  .notice_frame .notice_box dl dt { margin: 0 0 12px 0; font-size: 2rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; box-sizing: border-box; letter-spacing: 0.1em; line-height: 120%; color: #165e83; padding: 1.6rem 0 0 0; position: relative; }
  .notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #165e83; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: 0; right: 0; top: 1.8rem; bottom: 0; transition: 0.5s; }
  .notice_frame .notice_box dl dt.open_info::before { transform: rotateX(180deg); transition: 0.5s; }
  .notice_frame .notice_box dl dd { display: none; color: #333333; margin: 0 0 10px 0; padding: 0 0 20px 0; box-sizing: border-box; font-size: 1.6rem; line-height: 110%; border-bottom: #dddddd 1px solid; letter-spacing: 0.1em; }
  .top_bana { width: 950px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 60px 0 100px 0; }
  .top_bana a.bana_covid { display: block; width: 460px; margin: 0; }
  .top_bana a.bana_covid img { width: 460px; height: auto; border: #eb6062 1px solid; box-sizing: border-box; }
  .top_bana a.bana_covid img:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .top_bana a.bana_instagram { display: block; width: 460px; margin: 0; }
  .top_bana a.bana_instagram img { width: 460px; height: auto; border: #cccccc 1px solid; box-sizing: border-box; }
  .top_bana a.bana_instagram img:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_box dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　求人バナー
----------------------------------------------------------- */
.banner_job { display: block; width: 96%; margin: 4rem auto 2rem auto; }
.banner_job img { width: 100%; }

@media screen and (min-width: 768px), print { .banner_job { display: block; width: 750px; margin: 40px auto 20px auto; }
  .banner_job img { width: 100%; }
  .banner_job img:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* ----------------------------------------------------------- google calendar
----------------------------------------------------------- */
iframe.google_calendar { margin: 2rem auto 0 auto; width: 96%; height: 100vw; display: block; }

@media screen and (min-width: 768px), print { iframe.google_calendar { margin: 40px auto 0 auto; width: 910px; height: 700px; display: block; } }
/* ----------------------------------------------------------- 各診療時間
----------------------------------------------------------- */
.lightbox_frame { width: 96%; margin: 0 auto; }
.lightbox_frame .img_box { margin: 0 0 4rem 0; }
.lightbox_frame .img_box a { text-decoration: none; display: block; width: 100%; margin: 0; }
.lightbox_frame .img_box a img { width: 100%; }

@media screen and (min-width: 768px), print { .lightbox_frame { width: 906px; margin: 20px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lightbox_frame .img_box { margin: 0 0 20px 0; width: 280px; }
  .lightbox_frame .img_box a { text-decoration: none; display: block; width: 100%; margin: 0; }
  .lightbox_frame .img_box a img { width: 100%; } }
/* ----------------------------------------------------------- 当院の特徴
----------------------------------------------------------- */
.features_frame { margin: 2rem 0 2rem 0; }

/*その１*/
.features_box_01 { width: 90%; margin: 0 auto; }
.features_box_01 .features_box_img { position: relative; height: 65vw; }
.features_box_01 .features_box_img .features_box_num { position: absolute; top: 0; left: 10%; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 100%; width: 25%; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.features_box_01 .features_box_img figure { position: absolute; top: 0; left: 0; right: 0; z-index: 1; width: 80%; margin: 0 auto; }
.features_box_01 .features_box_img figure img { width: 100%; }
.features_box_01 .features_box_title { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; letter-spacing: 0.2em; }
.features_box_01 .features_box_text { color: #333333; font-size: 1.4rem; letter-spacing: 0.1em; }
.features_box_01 dl.features_box_link { color: #165e83; font-size: 1.4rem; 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: 120%; }
.features_box_01 dl.features_box_link dt { width: 10%; margin: 0 0 1rem 0; }
.features_box_01 dl.features_box_link dd { width: 90%; margin: 0 0 1rem 0; letter-spacing: 0.05em; }
.features_box_01 dl.features_box_link dd a { color: #165e83; text-decoration: underline; }

/*その２*/
.features_box_02 { width: 90%; margin: 6rem auto 0 auto; }
.features_box_02 .features_box_img { position: relative; height: 65vw; }
.features_box_02 .features_box_img .features_box_num { position: absolute; top: 0; right: 5%; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 100%; width: 25%; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.features_box_02 .features_box_img figure { position: absolute; top: 0; left: 0; right: 0; z-index: 1; width: 90%; margin: 0 auto; }
.features_box_02 .features_box_img figure img { width: 100%; }
.features_box_02 .features_box_title { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; letter-spacing: 0.2em; }
.features_box_02 .features_box_text { color: #333333; font-size: 1.4rem; letter-spacing: 0.1em; }

/*その３*/
.features_box_03 { width: 90%; margin: 6rem auto 0 auto; }
.features_box_03 .features_box_img { position: relative; height: 65vw; }
.features_box_03 .features_box_img .features_box_num { position: absolute; top: 0; left: 10%; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 100%; width: 25%; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.features_box_03 .features_box_img figure { position: absolute; top: 0; left: 0; right: 0; z-index: 1; width: 80%; margin: 0 auto; }
.features_box_03 .features_box_img figure img { width: 100%; }
.features_box_03 .features_box_title { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; letter-spacing: 0.2em; }
.features_box_03 .features_box_text { color: #333333; font-size: 1.4rem; letter-spacing: 0.1em; }

/*その４*/
.features_box_04 { width: 90%; margin: 6rem auto 0 auto; }
.features_box_04 .features_box_img { position: relative; height: 65vw; }
.features_box_04 .features_box_img .features_box_num { position: absolute; top: 0; right: 5%; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 100%; width: 25%; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.features_box_04 .features_box_img figure { position: absolute; top: 0; left: 0; right: 0; z-index: 1; width: 90%; margin: 0 auto; }
.features_box_04 .features_box_img figure img { width: 100%; }
.features_box_04 .features_box_title { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; letter-spacing: 0.2em; }
.features_box_04 .features_box_text { color: #333333; font-size: 1.4rem; letter-spacing: 0.1em; }
.features_box_04 dl.features_box_link { color: #165e83; font-size: 1.4rem; 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: 120%; }
.features_box_04 dl.features_box_link dt { width: 10%; margin: 0 0 1rem 0; }
.features_box_04 dl.features_box_link dd { width: 90%; margin: 0 0 1rem 0; letter-spacing: 0.05em; }
.features_box_04 dl.features_box_link dd a { color: #165e83; }

/*その５*/
.features_box_05 { width: 90%; margin: 6rem auto 3rem auto; }
.features_box_05 .features_box_img { position: relative; height: 65vw; }
.features_box_05 .features_box_img .features_box_num { position: absolute; top: 0; left: 10%; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 100%; width: 25%; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 1.2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.features_box_05 .features_box_img figure { position: absolute; top: 0; left: 0; right: 0; z-index: 1; width: 80%; margin: 0 auto; }
.features_box_05 .features_box_img figure img { width: 100%; }
.features_box_05 .features_box_title { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; letter-spacing: 0.2em; }
.features_box_05 .features_box_text { color: #333333; font-size: 1.4rem; letter-spacing: 0.1em; }
.features_box_05 .features_box_title2 { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; letter-spacing: 0.2em; }
.features_box_05 .features_box_text2 { color: #333333; font-size: 1.4rem; letter-spacing: 0.1em; }
.features_box_05 dl.features_box_link { color: #165e83; font-size: 1.4rem; 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: 120%; }
.features_box_05 dl.features_box_link dt { width: 10%; margin: 0 0 1rem 0; }
.features_box_05 dl.features_box_link dd { width: 90%; margin: 0 0 1rem 0; letter-spacing: 0.05em; }
.features_box_05 dl.features_box_link dd a { color: #165e83; text-decoration: underline; }

@media screen and (min-width: 768px), print { .features_frame { margin: 36px 0 60px 0; }
  /*その１*/
  .features_box_01 { width: 910px; height: 470px; margin: 0 auto; }
  .features_box_01 .features_box_img { position: relative; width: 910px; height: 470px; }
  .features_box_01 .features_box_img .features_box_num { position: absolute; top: 0; left: 6px; right: 0; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 125px; width: 125px; height: 125px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .features_box_01 .features_box_img figure { position: absolute; top: 32px; left: 473px; right: 0; z-index: 1; width: 437px; margin: 0; z-index: 1; }
  .features_box_01 .features_box_img figure img { width: 437px; }
  .features_box_01 .features_box_info { position: relative; top: 0; left: 0; width: 910px; height: 250px; margin: -300px 0 0 0; }
  .features_box_01 .features_box_title { position: absolute; top: 0; left: 0; color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; z-index: 3; letter-spacing: 0.2em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  .features_box_01 .features_box_text { position: absolute; top: 48px; left: 0; color: #333333; font-size: 1.8rem; line-height: 180%; letter-spacing: 0.2em; z-index: 10; }
  .features_box_01 dl.features_box_link { position: absolute; top: 190px; left: 0; color: #165e83; font-size: 1.8rem; width: 400px; 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: 120%; }
  .features_box_01 dl.features_box_link dt { width: 40px; margin: 0 0 22px 0; }
  .features_box_01 dl.features_box_link dd { width: 360px; margin: 0 0 22px 0; }
  .features_box_01 dl.features_box_link dd a { color: #165e83; text-decoration: underline; }
  .features_box_01 dl.features_box_link dd a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  /*その２*/
  .features_box_02 { width: 910px; height: 420px; margin: 67px auto 0 auto; }
  .features_box_02 .features_box_img { position: relative; width: 910px; height: 400px; }
  .features_box_02 .features_box_img .features_box_num { position: absolute; top: 0; left: 410px; right: 0; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 125px; width: 125px; height: 125px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .features_box_02 .features_box_img figure { position: absolute; top: 0px; left: 0px; right: 0; z-index: 1; width: 573px; margin: 0; }
  .features_box_02 .features_box_img figure img { width: 573px; }
  .features_box_02 .features_box_info { position: relative; top: 0; left: 0; width: 910px; height: 234px; margin: -234px 0 0 0; }
  .features_box_02 .features_box_title { position: absolute; top: 0; left: 430px; color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; z-index: 3; letter-spacing: 0.1em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  .features_box_02 .features_box_text { position: absolute; top: 48px; left: 430px; color: #333333; font-size: 1.8rem; z-index: 3; letter-spacing: 0.1em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  /*その３*/
  .features_box_03 { width: 910px; height: 450px; margin: 42px auto 0 auto; }
  .features_box_03 .features_box_img { position: relative; width: 910px; height: 400px; }
  .features_box_03 .features_box_img .features_box_num { position: absolute; top: 0; left: 6px; right: 0; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 125px; width: 125px; height: 125px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .features_box_03 .features_box_img figure { position: absolute; top: 0; left: 473px; right: 0; z-index: 1; width: 437px; margin: 0; z-index: 1; }
  .features_box_03 .features_box_img figure img { width: 437px; }
  .features_box_03 .features_box_info { position: relative; top: 0; left: 0; width: 520px; height: 230px; margin: -240px 0 0 0; }
  .features_box_03 .features_box_title { position: absolute; top: 0; left: 0; color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; z-index: 3; letter-spacing: 0.1em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  .features_box_03 .features_box_text { position: absolute; top: 110px; left: 0; color: #333333; font-size: 1.8rem; line-height: 180%; letter-spacing: 0.1em; z-index: 10; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  /*その４*/
  .features_box_04 { width: 910px; height: 450px; margin: 64px auto 0 auto; }
  .features_box_04 .features_box_img { position: relative; width: 910px; height: 400px; }
  .features_box_04 .features_box_img .features_box_num { position: absolute; top: 0; left: 410px; right: 0; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 125px; width: 125px; height: 125px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .features_box_04 .features_box_img figure { position: absolute; top: 0px; left: 0px; right: 0; z-index: 1; width: 599px; margin: 0; }
  .features_box_04 .features_box_img figure img { width: 599px; }
  .features_box_04 .features_box_info { position: relative; top: 0; left: 0; width: 910px; height: 270px; margin: -270px 0 0 0; }
  .features_box_04 .features_box_title { position: absolute; top: 0; left: 410px; color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; z-index: 3; line-height: 180%; letter-spacing: 0.1em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  .features_box_04 .features_box_text { position: absolute; top: 60px; left: 410px; color: #333333; font-size: 1.8rem; z-index: 3; line-height: 180%; letter-spacing: 0.2em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  .features_box_04 dl.features_box_link { position: absolute; top: 160px; left: 538px; z-index: 3; color: #165e83; font-size: 1.8rem; width: 400px; 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: 120%; }
  .features_box_04 dl.features_box_link dt { width: 40px; margin: 0 0 22px 0; }
  .features_box_04 dl.features_box_link dd { width: 360px; margin: 0 0 22px 0; }
  .features_box_04 dl.features_box_link dd a { color: #165e83; }
  /*その５*/
  .features_box_05 { width: 910px; height: 450px; margin: 42px auto 0 auto; }
  .features_box_05 .features_box_img { position: relative; width: 910px; height: 450px; }
  .features_box_05 .features_box_img .features_box_num { position: absolute; top: 0; left: 0; z-index: 2; background: url(../images/index_features_icon.png) no-repeat; background-size: 125px; width: 125px; height: 125px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .features_box_05 .features_box_img figure { position: absolute; top: 0; left: 473px; right: 0; z-index: 1; width: 437px; margin: 0; }
  .features_box_05 .features_box_img figure img { width: 437px; }
  .features_box_05 .features_box_info { position: relative; top: 0; left: 0; width: 910px; height: 300px; margin: -300px 0 0 0; }
  .features_box_05 .features_box_title { position: absolute; top: 0; left: 0; color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; z-index: 3; letter-spacing: 0.1em; }
  .features_box_05 .features_box_text { position: absolute; top: 90px; left: 0; color: #333333; font-size: 1.8rem; line-height: 180%; }
  .features_box_05 .features_box_title2 { position: absolute; top: 210px; left: 0; color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; z-index: 3; letter-spacing: 0.1em; text-shadow: 3px 0px 3px #ffffff,3px 0px 3px #ffffff, -3px 0px 3px #ffffff,-3px 0px 3px #ffffff, 0px 3px 3px #ffffff,0px 3px 3px #ffffff,  0px -3px 3px #ffffff,0px -3px 3px #ffffff; }
  .features_box_05 .features_box_text2 { position: absolute; top: 250px; left: 0; color: #333333; font-size: 1.8rem; line-height: 180%; }
  .features_box_05 dl.features_box_link { position: absolute; top: 230px; left: 0; color: #165e83; font-size: 1.8rem; width: 400px; 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: 120%; }
  .features_box_05 dl.features_box_link dt { width: 40px; margin: 0 0 22px 0; }
  .features_box_05 dl.features_box_link dd { width: 360px; margin: 0 0 22px 0; }
  .features_box_05 dl.features_box_link dd a { color: #165e83; text-decoration: underline; }
  .features_box_05 dl.features_box_link dd a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　院長ご挨拶
----------------------------------------------------------- */
.greeting_box { background: url(../images/index_greeting_bg.png) repeat; padding: 0 2% 2rem 2%; box-sizing: border-box; }
.greeting_box .greeting_inner .greeting_text { font-size: 1.4rem; }
.greeting_box .greeting_inner .greeting_doctor_img { text-align: center; position: relative; z-index: 1; }
.greeting_box .greeting_inner .greeting_doctor_img img { width: 70%; }
.greeting_box .greeting_inner .greeting_doctor_img figcaption { background-color: #165e83; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: normal; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; width: 50%; padding: 1rem 0; margin: -2rem auto 0 auto; }
.greeting_box .greeting_inner a { display: block; text-align: center; margin: 1rem auto 0 auto; width: 70%; }
.greeting_box .greeting_inner a img { width: 100%; }

@media screen and (min-width: 768px), print { .greeting_box { background: url(../images/index_greeting_bg.png) repeat; padding: 74px 0 50px 0; box-sizing: border-box; margin: 84px 0 0 0; }
  .greeting_box .greeting_inner { width: 906px; margin: 0 auto; position: relative; height: 1040px; }
  .greeting_box .greeting_inner .greeting_text { position: absolute; top: 246px; right: 0; width: 540px; z-index: 3; font-size: 1.6rem; text-shadow: 2px 0px 2px #ffffff,2px 0px 2px #ffffff, -2px 0px 2px #ffffff,-2px 0px 2px #ffffff, 0px 2px 2px #ffffff,0px 2px 2px #ffffff,  0px -2px 2px #ffffff,0px -2px 2px #ffffff; }
  .greeting_box .greeting_inner .greeting_doctor_img { text-align: center; position: absolute; top: 192px; left: 20px; z-index: 1; margin: 0 20px 0 0; }
  .greeting_box .greeting_inner .greeting_doctor_img img { width: 450px; }
  .greeting_box .greeting_inner .greeting_doctor_img figcaption { background-color: #165e83; color: #ffffff; text-align: center; font-size: 2.1rem; font-weight: normal; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; width: 260px; padding: 1rem 0; margin: -3rem 0; height: 90px; 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; position: relative; z-index: 9999; }
  .greeting_box .greeting_inner .greeting_doctor_img figcaption span { font-size: 2.4rem; }
  .greeting_box .greeting_inner a { position: absolute; top: 730px; left: 20px; z-index: 1; display: block; text-align: center; margin: 1rem 0 0 0; width: 340px; }
  .greeting_box .greeting_inner a img { width: 260px; display: block; text-align: left; }
  .greeting_box .greeting_inner a img:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .greeting_box .greeting_inner a.doctors { position: absolute; top: 820px; left: 20px; }
  .greeting_box .greeting_inner a.doctors_nav { width: 340px; position: absolute; top: 920px; left: 20px; }
  .greeting_box .greeting_inner a.doctors_nav img { width: 340px; } }
/* -----------------------------------------------------------
　診療案内
----------------------------------------------------------- */
.guidance_box ul { list-style-type: none; }
.guidance_box ul li { width: 80%; margin: 0 auto 4rem auto; }
.guidance_box ul li img { width: 100%; height: auto; position: relative; z-index: 0; }
.guidance_box ul li a { text-decoration: none; }
.guidance_box ul li div { 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; padding: 0 1em; box-sizing: border-box; color: #ffffff; text-decoration: none; background-color: #165e83; width: 70%; height: 15vw; font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: -7.5vw 0 0 0; position: relative; z-index: 1; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .guidance_box { margin: 14px 0 0 0; }
  .guidance_box ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 10px 0 0 0; }
  .guidance_box ul li { width: 416px; margin: 0 0 58px 0; }
  .guidance_box ul li img { width: 100%; height: auto; position: relative; z-index: 0; }
  .guidance_box ul li a { text-decoration: none; }
  .guidance_box ul li div { 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; padding: 0 18px; box-sizing: border-box; color: #ffffff; text-decoration: none; background-color: #165e83; width: 280px; height: 80px; font-size: 2.74rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: -40px 0 0 0; position: relative; z-index: 1; letter-spacing: 0.1em; }
  .guidance_box ul li div:hover { background-color: #d9e6ea; color: #165e83; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { width: 100%; margin: 2rem auto 0 auto; padding: 0; box-sizing: border-box; background-color: #e5f1f6; /*
.overview_timetable{ width: 100%; margin: 0 auto 0 auto; background-color: $color8;     padding: 2rem 2% 1rem 2%; box-sizing: border-box;
}
*/ }
.overview .overview_frame { padding: 2rem 0 1rem 0; width: 100%; margin: 0 auto; background: url(../images/index_greeting_bg.png) repeat; background-position: center top; }
.overview .overview_frame .overview_left dl { width: 96%; margin: 2rem auto 4rem 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; font-size: 1.4rem; line-height: 160%; border: #d7e6ec 1px solid; }
.overview .overview_frame .overview_left dl dt { width: 35%; margin: 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; background-color: #ffffff; color: #165e83; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; padding: 1rem 0; }
.overview .overview_frame .overview_left dl dt.odd { background-color: #ebf6fa; }
.overview .overview_frame .overview_left dl dd { width: 65%; margin: 0; background-color: #ffffff; color: #333333; padding: 1rem 0; }
.overview .overview_frame .overview_left dl dd.odd { background-color: #ebf6fa; }
.overview .overview_frame .overview_left dl dd.overview_tel { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; }
.overview .overview_frame .overview_left dl dd.overview_tel a { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; text-decoration: none; }
.overview .overview_frame .overview_right { margin: 2rem auto 2rem auto; width: 96%; }
.overview .overview_frame .overview_right .time_table img { width: 100%; }
.overview .schedule_title { color: #165e83; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; background: url(../images/h3_icon.png) no-repeat; background-position: left 0.4rem top 0.6rem; border-bottom: #165e83 2px solid; background-size: 8%; padding: 1rem 1rem 1rem 3rem; box-sizing: border-box; margin: 2rem auto 1rem auto; width: 96%; }
.overview iframe.googlemap { width: 96%; height: 500px; margin: 1rem auto 0 auto; display: block; }

@media screen and (min-width: 768px), print { .overview { height: auto; width: 100%; margin: 48px auto 0 auto; padding: 100px 0 0 0; box-sizing: border-box; background: url(../images/index_greeting_bg.png) repeat; background-position: center top; background-color: #e5f1f6; /*
.overview_timetable{ width: 100%; margin: 0 auto; padding: 40px 0 20px 0; background-color: $color8; table{ width: 906px; } .notice_time{ width: 906px; margin:10px auto 0 auto; }
}
*/ }
  .overview .overview_frame { padding: 0; width: 906px; 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; }
  .overview .overview_frame .overview_left { width: 456px; }
  .overview .overview_frame .overview_left dl { width: 456px; 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; font-size: 1.6rem; line-height: 160%; border: #d7e6ec 1px solid; }
  .overview .overview_frame .overview_left dl dt { width: 132px; margin: 0; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; background-color: #ffffff; color: #165e83; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; padding: 0; font-weight: bold; min-height: 66px; letter-spacing: 0.1em; }
  .overview .overview_frame .overview_left dl dt.odd { background-color: #ebf6fa; }
  .overview .overview_frame .overview_left dl dd { width: 324px; margin: 0; background-color: #ffffff; color: #333333; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 15px 0 0; box-sizing: border-box; min-height: 64px; line-height: 130%; }
  .overview .overview_frame .overview_left dl dd.odd { background-color: #ebf6fa; }
  .overview .overview_frame .overview_left dl dd.overview_tel { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; font-weight: bold; letter-spacing: 0.1em; }
  .overview .overview_frame .overview_left dl dd.overview_tel a { color: #165e83; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; text-decoration: none; font-weight: bold; }
  .overview .overview_frame .overview_left dl dd.access { padding: 24px 0; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; justify-content: flex-start; text-align: left; min-height: 200px; }
  .overview .overview_frame .overview_left dl dd.access p { width: 100%; line-height: 120%; margin: 0 0 12px 0; font-size: 1.6rem; }
  .overview .overview_frame .overview_left dl dd.access p i { color: #165e83; }
  .overview .overview_frame .overview_right { width: 420px; margin: 0; }
  .overview .overview_frame .overview_right .time_table { width: 420px; margin: 0; }
  .overview .overview_frame .overview_right .time_table img { width: 100%; }
  .overview .schedule_title { color: #165e83; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; background: url(../images/h3_icon.png) no-repeat; background-position: left 16px top 10px; /*background-color: $color9;*/ border-bottom: #165e83 2px solid; background-size: 48px; padding: 22px 22px 22px 80px; box-sizing: border-box; margin: 50px auto 32px auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 906px; }
  .overview iframe.googlemap { width: 906px; height: 500px; margin: 40px auto 0 auto; } }
/* -----------------------------------------------------------
　TOPリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .footer_logo { display: none; }
footer .top_link { margin: 0 0 0 0; padding: 2rem 0 1rem 0; background-color: #e5f1f6; }
footer .top_link ul { width: 96%; margin: 0 auto; list-style-type: none; list-style-type: none; 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; }
footer .top_link ul li { text-align: center; margin: 0 0 0.6rem 0; width: 48%; }
footer .top_link ul li a img { width: 100%; max-width: 240px; }
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: #165e83; }
footer .copyright a { color: #ffffff; text-decoration: none; }

.copyrightbar { letter-spacing: 0.05em; color: #ffffff; background-color: #165e83; padding: 0.8rem 0; text-align: center; font-size: 1.2rem; }
.copyrightbar a { color: #ffffff; text-decoration: none; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 1rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 35%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #165e83; 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_reservation { width: 35%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #165e83; 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 .smoothScrolls { background-color: #165e83; 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: 790px; box-sizing: border-box; padding: 86px 0 0 0; margin: 0; overflow: hidden; background: url(../images/index_greeting_bg.png) repeat; background-position: center top; position: relative; }
  footer .footer_logo { display: block; text-align: center; }
  footer .footer_logo img { width: 487px; }
  footer .footer_frame { display: block; width: 100%; margin: 0 auto 0 auto; padding: 60px 0 0 0; box-sizing: border-box; background-color: #e5f1f6; }
  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; padding: 0 0 0 0; }
  footer .footer_frame ul li { margin: 0 12px 16px 0; }
  footer .footer_frame ul li a { color: #165e83; text-decoration: none; line-height: 140%; font-size: 1.4rem; white-space: nowrap; letter-spacing: 0.1em; }
  footer .footer_frame ul li a span { display: none; }
  footer .footer_frame ul li a:hover { text-decoration: underline; }
  footer .footer_frame ul li::after { content: "/"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 12px; color: #165e83; font-size: 1.4rem; line-height: 140%; }
  footer .footer_frame ul li:last-child::after { content: ""; }
  footer .footer_frame ul li ul { display: none; }
  footer .footer_frame ul li.treatment { display: none; }
  footer .footer_frame ul li.adult_allergie { display: none; }
  footer .top_link { margin: 0; padding: 30px 0 20px 0; height: auto; }
  footer .top_link ul { list-style-type: none; width: 814px; 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; }
  footer .top_link ul li { text-align: center; margin: 0 0 10px 0; width: 240px; }
  footer .top_link ul li a img { width: 240px; max-width: 240px; }
  footer .top_link ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0; color: #ffffff; font-size: 1.4rem; height: auto; letter-spacing: 0.05em; background-color: #165e83; position: absolute; bottom: 0; display: block; width: 100%; height: 70px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.2em; }
  .copyrightbar { padding: 28px 0; font-size: 1.4rem; letter-spacing: 0.2em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 122px; left: 50%; margin: 0 0 0 640px; 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: 70px; left: 90%; margin: 0 0 0 0; height: 70px; text-align: center; } }

/*# sourceMappingURL=style.css.map */
