@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*青*/
/*ピンク*/
/*青2*/
/*水色*/
/*薄いピンク*/
/*水色*/
/*青*/
/*黒*/
/*グレイ*/
/*グレイ2*/
/*ピンク1*/
/*ピンク2*/
/*水色*/
/*ピンク*/
/*ピンク*/
/*オレンジ*/
/*水色*/
/*灰色*/
/*影*/
/*緑*/
/*青*/
/*緑*/
/*青緑*/
/*青*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; color: #2f2f2f; 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: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; color: #2f2f2f; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- フォント
----------------------------------------------------------- */
.red { color: #ff0000; }

.pink { color: #C54289; }

/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 2rem 0 0 0; }

.wrapper_top { height: auto; width: 96%; margin: 2rem auto; padding: 0; }

.wrapper_low { height: auto; width: 100%; margin: 0 0 0 0; padding: 2rem 0 0 0; }

.main { height: auto; width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

.main_low { height: auto; width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

.frame_pickup { background: #f1f8ff; border: 3px solid #6b99b9; border-radius: .8rem; padding: 1.5rem; }
.frame_pickup span { display: block; margin: 0 auto 1rem; color: #6b99b9; font-size: 2.2rem; text-align: center; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 78px auto 0 auto; padding: 0; }
  .wrapper { height: auto; width: 1100px; margin: 100px auto 0 auto; padding: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .wrapper_top { height: auto; width: 1100px; margin: 90px auto 0 auto; padding: 0; }
  .wrapper_low { height: auto; width: 1100px; margin: 90px auto 60px auto; padding: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .main { height: auto; width: 770px; margin: 0; padding: 0; }
  .main_low { height: auto; width: 770px; margin: 0; padding: 0; } }
/* -----------------------------------------------------------
　モーダルウィンドウ
----------------------------------------------------------- */
.caution-box { border: 1px solid #11a7a0; padding: 1em; margin: 0 auto 2em; clear: both; width: 100%; text-align: left; box-sizing: border-box; }

.caution-box .caution-box-tit { background: #6b99b9; color: #fff; font-size: 1.8rem; padding: 0.2em 0; margin-bottom: 1em; width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; }

.caution-box strong { color: #6b99b9; }

.caution-box p { margin: 0 0 0.5em; }

.caution-box ul { display: inline-block; text-align: left; margin: 0 0 0 1.5em; }

.caution-box .tel { text-align: center; font-size: 1.6em; }

.caution-box .mb20 { margin-bottom: 20px; }

.visible_check { text-align: center; }

@media screen and (min-width: 768px), print { .caution-box { text-align: center; }
  .caution-box .caution-box-tit { color: #fff; font-size: 2.4rem; } }
#c-modal_bg { display: none; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; cursor: pointer; background: rgba(0, 0, 0, 0.6); }

#c-modal { display: none; position: fixed; top: 50%; left: 50%; z-index: 9999; width: 100%; transform: translate(-50%, -50%); background: #ffffff; }

#c-modal .caution-box { margin: 0; width: 100%; border: none; }

#c-modal .visible_check { margin: 1em 0 0; }

#c-modal .visible_check input, #c-modal .visible_check label { cursor: pointer; }

#c-modal_close { display: inline-block; position: absolute; top: -35px; right: -5px; font-size: 40px; font-weight: bold; color: #fff; cursor: pointer; }

@media screen and (min-width: 768px), print { #c-modal { display: none; position: fixed; top: 50%; left: 50%; z-index: 9999; width: 600px; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 auto; height: auto; }
header .head_frame { background-color: #ffffff; width: 100%; padding: 0; /*height: 60vw;*/ }
header .head_frame .head_logo { width: 75%; margin: 2vw 0 0 2%; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_info { margin: 4rem auto 0 auto; width: 96%; }
header .head_frame .head_info .head_info_address { color: #2f2f2f; font-size: 1.4rem; text-align: center; margin: 0; }
header .head_frame .head_info .head_info_facility { color: #2f2f2f; text-align: center; }
header .head_frame .head_info .head_info_facility p { margin: 0; font-size: 1.4rem; }
header .head_frame .head_info .head_info_facility p i { color: #ff96e0; }
header .head_frame .head_info .head_info_tel { color: #6b99b9; font-size: 2.4rem; text-align: center; margin: 0.5rem 0 1.5rem; line-height: 1.2; }
header .head_frame .head_info .head_info_tel span { color: #6b99b9; }
header .head_frame .head_info .head_info_tel a { color: #6b99b9; text-decoration: none; }
header .head_frame .head_info .head_info_tel small { display: block; text-align: center; font-size: 0.7em; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 auto; height: 135px; }
  header .head_frame { background-color: #ffffff; width: 1100px; padding: 0; height: 135px; 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; }
  header .head_frame .head_logo { width: 560px; margin: 28px 0 0 0; }
  header .head_frame .head_logo img { width: 560px; height: auto; }
  header .head_frame .head_info { margin: 30px 0 0 0; width: 540px; }
  header .head_frame .head_info .head_info_address { color: #2f2f2f; font-size: 1.6rem; text-align: right; margin: 0 0 5px 0; line-height: 100%; }
  header .head_frame .head_info .head_info_facility { color: #2f2f2f; text-align: right; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  header .head_frame .head_info .head_info_facility p { margin: 0; font-size: 1.6rem; line-height: 110%; }
  header .head_frame .head_info .head_info_facility p i { color: #ff96e0; }
  header .head_frame .head_info .head_info_tel { color: #6b99b9; font-size: 2.8rem; font-weight: normal; text-align: right; margin: 0.5rem 0 0; letter-spacing: 0.05em; }
  header .head_frame .head_info .head_info_tel span { color: #6b99b9; }
  header .head_frame .head_info .head_info_tel a { color: #6b99b9; text-decoration: none; }
  header .head_frame .head_info .head_info_tel small { display: inline; text-align: left; font-size: 0.7em; position: relative; top: -0.1em; padding: 0 0 0 0.2em; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 40vw; width: 100%; position: relative; }
.key_visual .key_on { width: 100%; height: 40vw; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.key_visual .key_on p.catch_copy { font-size: 1.4rem; margin: 25vw 0 0 2%; color: #ffffff; text-shadow: 4px 0px 4px #8cc7f7, 4px 0px 4px #8cc7f7, -4px 0px 4px #8cc7f7, -4px 0px 4px #8cc7f7, 0px 4px 4px #8cc7f7, 0px 4px 4px #8cc7f7, 0px -4px 4px #8cc7f7, 0px -4px 4px #8cc7f7; }
.key_visual .key_on .key_new { display: none; }
.key_visual .key_on .key_event { display: none; }

.key_new_sp { display: block; background: #c54289; margin: 1px auto 1rem; padding: 0.5em; text-align: center; 	/* background-color: $color13; border-radius: 2rem; width: 96%; margin: 2rem auto 1rem auto; p{ text-align: center; color: $color0; font-size: 1.2rem;     font-weight: bold; margin: 0; padding: 0.4rem 0; span{ font-size: 1.4rem; margin: 0 0.4rem; }     }
	*/ }
.key_new_sp p { margin: 0; padding: 0 0 0 3.3em; display: inline-block; color: #ffffff; font-size: 1.1rem; font-weight: bold; text-align: left; background: url("../images/icon_syringe.svg") no-repeat left center/contain; }

.key_event_sp { background-color: #f0b9e0; border-radius: 2rem; width: 96%; margin: 0 auto 1rem auto; }
.key_event_sp p { text-align: center; color: #ffffff; font-size: 1.2rem; font-weight: bold; margin: 0; padding: 0.4rem 0; }
.key_event_sp p span { margin: 0 0.4rem; }
.key_event_sp p span.large { font-size: 1.4rem; }
.key_event_sp p span.small { font-size: 1.3rem; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: left top; height: 30vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.key_visual_low h1 { color: #6b99b9; font-weight: normal; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 600px; width: 100%; position: relative; }
  .key_visual .key_on { width: 1100px; height: 600px; margin: 0 auto; display: block; position: relative; }
  .key_visual .key_on p.catch_copy { position: absolute; top: 30px; left: 0; letter-spacing: 0.1em; /*
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;        
writing-mode: vertical-rl;        
*/ font-size: 3rem; margin: 0 0 0 0; color: #ffffff; text-shadow: 4px 0px 8px #8cc7f7, 4px 0px 8px #8cc7f7, -4px 0px 8px #8cc7f7, -4px 0px 8px #8cc7f7, 0px 4px 8px #8cc7f7, 0px 4px 8px #8cc7f7, 0px -4px 8px #8cc7f7, 0px -4px 8px #8cc7f7; }
  .key_visual .key_on div.key_new { position: absolute; bottom: 20px; right: 0; background: #c54289; display: block; padding: 1em 1.3em; }
  .key_visual .key_on div.key_new p { margin: 0; padding: 0 0 0 4em; color: #ffffff; font-size: 1.8rem; font-weight: bold; background: url("../images/icon_syringe.svg") no-repeat left center/contain; }
  .key_visual .key_on div.key_event { position: absolute; top: 410px; left: 640px; background-color: #f0b9e0; width: 166px; height: 166px; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; }
  .key_visual .key_on div.key_event p { margin: 0; line-height: 180%; letter-spacing: 0.05em; color: #ffffff; font-size: 1.4rem; font-weight: bold; }
  .key_visual .key_on div.key_event p span.large { font-size: 2.4rem; }
  .key_visual .key_on div.key_event p span.small { font-size: 1.8rem; }
  .key_new_sp { display: none; }
  .key_event_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; height: 250px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  .key_visual_low h1 { color: #6b99b9; font-weight: normal; font-size: 3.6rem; text-align: center; letter-spacing: 0.1em; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 32px; margin: 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; max-width: 2000px; position: relative; }
  .main_nav_pc nav { width: 1100px; height: 32px; margin: 0 auto; padding: 0 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: 830px; box-sizing: border-box; height: 32px; padding: 0 0 0 0; position: relative; margin: 0 auto; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 32px; text-align: center; font-weight: normal; width: auto; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #2f2f2f; height: 35px; width: 100%; display: block; box-sizing: border-box; margin: 0; padding: 0 0 0 0; text-align: center; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-direction: row; flex-direction: row; font-size: 1.8rem; font-weight: bold; }
  .main_nav_pc nav ul li a i { margin: -2px 0 0 0; }
  .main_nav_pc nav ul li a span { position: relative; }
  .main_nav_pc nav ul li a span::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 4px; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; background: #6b99b9; }
  .main_nav_pc nav ul li a span:hover::after { transform: scale(1, 1); }
  .main_nav_pc nav ul li ul { 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; display: none; width: auto; height: auto; width: 100.8px; margin: 0 0 0 -16px; position: relative; z-index: 9999; }
  .main_nav_pc nav ul li ul.open_nav { display: -webkit-flex; display: flex; }
  .main_nav_pc nav ul li ul li { display: block; text-align: center; box-sizing: border-box; width: 210px; height: 40px; line-height: 120%; text-align: center; font-weight: normal; background-color: #6b99b9; margin: 0 0 2px 0; }
  .main_nav_pc nav ul li ul li a { text-decoration: none; color: #edf4f9; height: 40px; width: 100%; display: block; box-sizing: border-box; margin: 0; padding: 0 0 0 5px; text-align: center; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.6rem; }
  .main_nav_pc nav ul li ul li a span { display: none; }
  .main_nav_pc nav ul li ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　キービジュアル下の告知
----------------------------------------------------------- */
.info_bnr { width: 98%; margin: 0 auto 2em; }
.info_bnr dl dt { background: #C54289; color: #fff; font-size: 1.4em; font-weight: bold; line-height: 1.2; padding: 15px 25px; text-align: center; }
.info_bnr dl dd { background: #FFEAF9; padding: 10px; }
.info_bnr dl dd p { font-size: 1.2rem; margin-bottom: 10px; }
.info_bnr dl dd p.strong { font-size: 1.4rem; font-weight: bold; color: #C54289; }
.info_bnr dl dd p:not(:first-of-type) { margin-top: 0.5em; }
.info_bnr dl dd ul.list_normal li { font-size: 1.2rem; }

@media screen and (min-width: 768px), print { .info_bnr { display: block; margin-bottom: 4rem; }
  .info_bnr dl dt { font-size: 2.6rem; padding: 15px; }
  .info_bnr dl dd { padding: 15px 25px; }
  .info_bnr dl dd p { font-size: 1.8rem; }
  .info_bnr dl dd p.strong { font-size: 2.4rem; }
  .info_bnr dl dd p:not(:first-of-type) { margin-top: 0.5em; }
  .info_bnr dl dd ul.list_normal li { font-size: 1.8rem; } }
/* -----------------------------------------------------------
　スタッフ募集 看護師・准看護師 常勤・パート募集
----------------------------------------------------------- */
.bana_recruit img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .bana_recruit img { width: 800px; height: auto; display: block; margin: 0 auto 80px auto; }
  .bana_recruit img:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　当院では在宅診療を行っております
----------------------------------------------------------- */
.catch_copy_frame .catch_copy_box .catch_copy_text p { display: inline-block; font-size: 1.4rem; }
.catch_copy_frame .catch_copy_box .catch_copy_text p span.white { background-color: #ffffff; color: #ff96e0; }
.catch_copy_frame .catch_copy_box .catch_copy_text p span.pink { background-color: #ffeaf9; color: #2f2f2f; }
.catch_copy_frame .catch_copy_box figure { width: 100%; }
.catch_copy_frame .catch_copy_box figure img { width: 100%; }
.catch_copy_frame a { background-color: #6b99b9; color: #ffffff; height: 12vw; font-size: 1.4rem; text-decoration: none; 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; margin: 2rem 0; }

@media screen and (min-width: 768px), print { .catch_copy_frame { margin: 0; }
  .catch_copy_frame .catch_copy_box { width: 1100px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .catch_copy_frame .catch_copy_box .catch_copy_text { width: 593px; display: block; }
  .catch_copy_frame .catch_copy_box .catch_copy_text p { display: inline-block; font-size: 2rem; margin: 0 0 26px 0; }
  .catch_copy_frame .catch_copy_box .catch_copy_text p span.white { background-color: #ffffff; color: #ff96e0; font-size: 2.4rem; }
  .catch_copy_frame .catch_copy_box .catch_copy_text p span.pink { background-color: #ffeaf9; color: #2f2f2f; }
  .catch_copy_frame .catch_copy_box figure { width: 430px; display: block; }
  .catch_copy_frame .catch_copy_box figure img { width: 430px; }
  .catch_copy_frame a { width: 593px; background-color: #6b99b9; color: #ffffff; height: 50px; font-size: 2.5rem; text-decoration: none; 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; margin: 18px 0 0 0; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0 0 2rem 0; box-sizing: border-box; overflow: hidden; padding: 2rem 0; height: auto; background-color: #f9f9f9; }
.notice_frame .notice_box { width: 96%; margin: 0 auto; }
.notice_frame .notice_box dl { overflow-y: scroll; height: 80vw; }
.notice_frame .notice_box dl dt { background-color: #c2dcee; color: #6b99b9; margin: 0 0 0.6rem 0; padding: 0.6rem 0.4rem 0.4rem 0.4rem; font-size: 1.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; }
.notice_frame .notice_box dl dt span { display: block; font-size: 1rem; color: #696969; margin: 0; }
.notice_frame .notice_box dl dd { margin: 0 0 2rem 0; padding: 0; color: #2f2f2f; font-size: 1.4rem; line-height: 120%; }

.bnr { display: block; margin: 3rem auto 0; width: 100%; height: auto; }

.l-youtube { margin: 2rem auto 0; }

@media screen and (min-width: 768px), print { .bnr { display: block; margin: 3rem auto 0; width: fit-content; }
  .l-youtube { margin: 4rem auto 0; }
  .notice_frame { width: 100%; margin: 100px 0 0 0; box-sizing: border-box; overflow: hidden; padding: 100px 0 96px 0; height: auto; background-color: #f9f9f9; }
  .notice_frame .notice_box { width: 1100px; margin: 0 auto; 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.top { color: #6b99b9; font-size: 3.4rem; font-weight: normal; width: 330px; height: auto; line-height: 140%; margin: 0 0 40px 0; }
  .notice_frame .notice_box dl { overflow-y: scroll; height: 386px; width: 770px; margin: 5px 0 0 0; }
  .notice_frame .notice_box dl dt { background-color: #c2dcee; color: #6b99b9; margin: 0 0 18px 0; padding: 6px 0 0 14px; font-size: 2.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; }
  .notice_frame .notice_box dl dt span.date { display: inline; font-size: 1.4rem; color: #696969; margin: 0 0 0 0.6rem; }
  .notice_frame .notice_box dl dd { margin: 0 0 48px 0; padding: 0; color: #2f2f2f; font-size: 1.8rem; line-height: 120%; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/*----------------------------------------------------------- 当院の特長
----------------------------------------------------------- */
.features_frame .features_box .features_box_female .features_box_female_title { background: url(../images/index_icon_01.png) no-repeat; background-position: right 2% center; background-size: 8%; background-color: #c2dcee; color: #2f2f2f; width: 100%; height: 14vw; font-size: 1.8rem; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.features_frame .features_box .features_box_female .features_box_female_text { background-color: #edf4f9; padding: 2rem 10%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.features_frame .features_box .features_box_female .features_box_female_text p { margin: 0 0 3rem 0; }
.features_frame .features_box .features_box_female .features_box_female_text p a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 1.6rem; padding: 0.4rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #c2dcee; color: #2f2f2f; width: 100%; text-decoration: none; margin: 0 0 0.6rem 0; }
.features_frame .features_box .features_box_female .features_box_female_text p a i { color: #6b99b9; }
.features_frame .features_box .features_box_male .features_box_male_title { background: url(../images/index_icon_02.png) no-repeat; background-position: right 2% center; background-size: 8%; background-color: #6b99b9; color: #ffffff; width: 100%; height: 14vw; font-size: 1.8rem; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.features_frame .features_box .features_box_male .features_box_male_text { background-color: #c2dcee; padding: 2rem 10%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.features_frame .features_box .features_box_male .features_box_male_text p { margin: 0 0 3rem 0; }
.features_frame .features_box .features_box_male .features_box_male_text p span.ex { display: block; margin: 3rem 0 0 0; }
.features_frame .features_box .features_box_male .features_box_male_text p a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 1.6rem; padding: 0.4rem 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #6b99b9; color: #f9f9f9; width: 100%; text-decoration: none; margin: 0 0 0.6rem 0; }
.features_frame .features_box .features_box_male .features_box_male_text p a span { display: inline; }
.features_frame .features_box .features_box_male .features_box_male_text p a i { color: #ffffff; }

@media screen and (min-width: 768px), print { .features_frame { margin: 0 0 0 0; }
  .features_frame .features_box { width: 770px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .features_frame .features_box .features_box_female { width: 360px; }
  .features_frame .features_box .features_box_female .features_box_female_title { background: url(../images/index_icon_01.png) no-repeat; background-position: right 10px center; background-size: 51px; background-color: #c2dcee; color: #2f2f2f; width: 100%; height: 84px; font-size: 2.8rem; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .features_frame .features_box .features_box_female .features_box_female_text { background-color: #edf4f9; padding: 42px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_frame .features_box .features_box_female .features_box_female_text p { margin: 0 0 50px 0; line-height: 160%; }
  .features_frame .features_box .features_box_female .features_box_female_text p a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 2rem; padding: 8px 13px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #c2dcee; color: #2f2f2f; width: 100%; text-decoration: none; margin: 0 0 10px 0; }
  .features_frame .features_box .features_box_female .features_box_female_text p a i { color: #6b99b9; }
  .features_frame .features_box .features_box_female .features_box_female_text p a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .features_frame .features_box .features_box_male { width: 360px; }
  .features_frame .features_box .features_box_male .features_box_male_title { background: url(../images/index_icon_02.png) no-repeat; background-position: right 2% center; background-size: 53px; background-color: #6b99b9; color: #ffffff; width: 100%; height: 84px; font-size: 2.8rem; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .features_frame .features_box .features_box_male .features_box_male_text { background-color: #c2dcee; padding: 42px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_frame .features_box .features_box_male .features_box_male_text p { margin: 0 0 50px 0; line-height: 160%; letter-spacing: 0.05em; }
  .features_frame .features_box .features_box_male .features_box_male_text p span.ex { display: block; margin: 3rem 0 0 0; }
  .features_frame .features_box .features_box_male .features_box_male_text p a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 2rem; padding: 8px 13px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #6b99b9; color: #f9f9f9; width: 100%; text-decoration: none; margin: 0 0 10px 0; letter-spacing: 0.05em; }
  .features_frame .features_box .features_box_male .features_box_male_text p a span { display: inline; }
  .features_frame .features_box .features_box_male .features_box_male_text p a i { color: #ffffff; }
  .features_frame .features_box .features_box_male .features_box_male_text p a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
血尿はガンの初期症状の場合があります
----------------------------------------------------------- */
.hematuria_frame { margin: 4rem 0 0 0; }
.hematuria_frame a.hematuria_bana { border: #c2dcee 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem 1rem 60vw 1rem; background: url(../images/index_02.png) no-repeat; background-position: right bottom; background-size: 80%; text-decoration: none; display: block; color: #2f2f2f; }
.hematuria_frame a.hematuria_bana .hematuria_frame_title { font-size: 1.5rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeaf9)); background: linear-gradient(transparent 50%, #ffeaf9 50%); color: #c54289; display: inline; }
.hematuria_frame a.hematuria_bana .hematuria_frame_title span { font-size: 1.8rem; }
.hematuria_frame a.hematuria_bana .hematuria_frame_text { margin: 2rem 0 0 0; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .hematuria_frame { margin: 100px 0 0 0; }
  .hematuria_frame a.hematuria_bana { border: #c2dcee 5px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 25px 33px; background: url(../images/index_02.png) no-repeat; background-position: right bottom; background-size: 325px; width: 770px; height: 248px; display: block; color: #2f2f2f; }
  .hematuria_frame a.hematuria_bana .hematuria_frame_title { font-size: 2.2rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeaf9)); background: linear-gradient(transparent 50%, #ffeaf9 50%); color: #c54289; display: inline; }
  .hematuria_frame a.hematuria_bana .hematuria_frame_title span { font-size: 2.6rem; }
  .hematuria_frame a.hematuria_bana .hematuria_frame_text { margin: 2rem 0 0 0; font-size: 1.8rem; }
  .hematuria_frame a.hematuria_bana:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
インフルエンザ、新型コロナウイルス予防接種
----------------------------------------------------------- */
.vaccine_frame { margin: 4rem 0.3rem; }
.vaccine_frame a.vaccine_bana { border: #c2dcee 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem 1rem 30vw 1rem; background: url(../images/index_03.png) no-repeat; background-position: right bottom; background-size: 50%; text-decoration: none; display: block; color: #2f2f2f; margin: 0 auto; }
.vaccine_frame a.vaccine_bana .vaccine_frame_title { font-size: 1.5rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeaf9)); background: linear-gradient(transparent 50%, #ffeaf9 50%); color: #c54289; display: inline; }
.vaccine_frame a.vaccine_bana .vaccine_frame_title br { display: none; }
.vaccine_frame a.vaccine_bana .vaccine_frame_title span { font-size: 1.8rem; }
.vaccine_frame a.vaccine_bana .vaccine_frame_text { margin: 2rem 0 0 0; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .vaccine_frame { margin: 100px 0 0 0; }
  .vaccine_frame a.vaccine_bana { border: #c2dcee 5px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 25px 33px; background: url(../images/index_03.png) no-repeat; background-position: right bottom; background-size: 260px; width: 770px; height: 200px; display: block; color: #2f2f2f; }
  .vaccine_frame a.vaccine_bana .vaccine_frame_title { font-size: 2.2rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeaf9)); background: linear-gradient(transparent 50%, #ffeaf9 50%); color: #c54289; display: inline; }
  .vaccine_frame a.vaccine_bana .vaccine_frame_title span { font-size: 2.6rem; }
  .vaccine_frame a.vaccine_bana .vaccine_frame_text { margin: 2rem 0 0 0; font-size: 1.8rem; }
  .vaccine_frame a.vaccine_bana:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
血液検査でeGFRの低下を指摘された方！
----------------------------------------------------------- */
.egfr_frame { margin: 4rem 0 0 0; }
.egfr_frame a.egfr_bana { border: #c2dcee 3px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem 1rem 60vw 1rem; background: url(../images/index_11.jpg) no-repeat; background-position: right bottom; background-size: 80%; text-decoration: none; display: block; color: #2f2f2f; }
.egfr_frame a.egfr_bana .egfr_frame_title { font-size: 1.5rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeaf9)); background: linear-gradient(transparent 50%, #ffeaf9 50%); color: #c54289; display: inline; }
.egfr_frame a.egfr_bana .egfr_frame_title span { font-size: 1.8rem; }
.egfr_frame a.egfr_bana .egfr_frame_text { margin: 2rem 0 0 0; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .egfr_frame { margin: 100px 0 0 0; }
  .egfr_frame a.egfr_bana { border: #c2dcee 5px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 33px 33px; background: url(../images/index_11.jpg) no-repeat; background-position: right bottom; background-size: 325px; width: 770px; height: 248px; display: block; color: #2f2f2f; }
  .egfr_frame a.egfr_bana .egfr_frame_title { font-size: 2.2rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffeaf9)); background: linear-gradient(transparent 50%, #ffeaf9 50%); color: #c54289; display: inline; }
  .egfr_frame a.egfr_bana .egfr_frame_title span { font-size: 2.6rem; }
  .egfr_frame a.egfr_bana .egfr_frame_text { margin: 2rem 0 0 0; font-size: 1.8rem; }
  .egfr_frame a.egfr_bana:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
血液検査でeGFRの低下を指摘された方！
----------------------------------------------------------- */
.about_frame { margin: 4rem 0 0 0; }
.about_frame .about_frame_01 figure { text-align: center; margin: 0 0 2rem 0; }
.about_frame .about_frame_01 figure img { width: 60%; }
.about_frame .about_frame_01 .about_frame_01_box { overflow: hidden; height: auto; background-color: #f9f9f9; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about_frame .about_frame_01 .about_frame_01_box h3.about_frame_box_title { color: #6b99b9; font-size: 1.8rem; font-weight: normal; width: 100%; line-height: 140%; margin: 0 0 1.5rem 0; border-bottom: #6b99b9 1px solid; padding: 0; }
.about_frame .about_frame_01 .about_frame_01_box .about_frame_01_box_link { background-color: #6b99b9; color: #ffffff; display: inline-block; float: right; text-decoration: none; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; }
.about_frame .about_frame_02 { margin: 4rem 0 0 0; }
.about_frame .about_frame_02 figure { text-align: center; margin: 0 0 2rem 0; }
.about_frame .about_frame_02 figure img { width: 60%; }
.about_frame .about_frame_02 .about_frame_02_box { overflow: hidden; height: auto; background-color: #f9f9f9; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about_frame .about_frame_02 .about_frame_02_box h3.about_frame_box_title { color: #6b99b9; font-size: 1.8rem; font-weight: normal; width: 100%; line-height: 140%; margin: 0 0 1.5rem 0; border-bottom: #6b99b9 1px solid; padding: 0; }
.about_frame .about_frame_02 .about_frame_02_box .about_frame_02_box_link { background-color: #6b99b9; color: #ffffff; display: inline-block; float: right; text-decoration: none; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; }

@media screen and (min-width: 768px), print { .about_frame { margin: 100px 0 0 0; }
  .about_frame .about_frame_01 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 770px; }
  .about_frame .about_frame_01 figure { text-align: center; margin: 0 0 0 0; width: 300px; }
  .about_frame .about_frame_01 figure img { width: 300px; }
  .about_frame .about_frame_01 .about_frame_01_box { width: 470px; overflow: hidden; height: auto; padding: 46px 50px 0 50px; background-color: #f9f9f9; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .about_frame .about_frame_01 .about_frame_01_box h3.about_frame_box_title { color: #6b99b9; font-size: 2.6rem; font-weight: normal; width: 100%; line-height: 140%; margin: 0 0 16px 0; border-bottom: #6b99b9 2px solid; padding: 0; }
  .about_frame .about_frame_01 .about_frame_01_box p.about_frame_01_box_text { line-height: 160%; letter-spacing: 0.05em; }
  .about_frame .about_frame_01 .about_frame_01_box .about_frame_01_box_link { background-color: #6b99b9; color: #ffffff; display: inline-block; float: right; text-decoration: none; padding: 4px 8px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; letter-spacing: 0.05em; margin: 9px -50px 0 0; }
  .about_frame .about_frame_01 .about_frame_01_box .about_frame_01_box_link i { font-size: 1.4rem; }
  .about_frame .about_frame_01 .about_frame_01_box .about_frame_01_box_link:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .about_frame .about_frame_02 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 770px; margin: 50px 0 0 0; }
  .about_frame .about_frame_02 figure { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; text-align: center; margin: 0 0 0 0; width: 300px; }
  .about_frame .about_frame_02 figure img { width: 300px; }
  .about_frame .about_frame_02 .about_frame_02_box { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 470px; overflow: hidden; height: auto; padding: 46px 50px 0 50px; background-color: #f9f9f9; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .about_frame .about_frame_02 .about_frame_02_box h3.about_frame_box_title { color: #6b99b9; font-size: 2.6rem; font-weight: normal; width: 100%; line-height: 140%; margin: 0 0 16px 0; border-bottom: #6b99b9 2px solid; padding: 0; }
  .about_frame .about_frame_02 .about_frame_02_box .about_frame_02_box_link { background-color: #6b99b9; color: #ffffff; display: inline-block; float: right; text-decoration: none; padding: 4px 8px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; letter-spacing: 0.05em; margin: 9px -50px 0 0; }
  .about_frame .about_frame_02 .about_frame_02_box .about_frame_02_box_link i { font-size: 1.4rem; }
  .about_frame .about_frame_02 .about_frame_02_box .about_frame_02_box_link:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
院内機器のご紹介
----------------------------------------------------------- */
.machine_frame { margin: 4rem 0 0 0; }
.machine_frame .machine_box section { width: 96%; margin: 0 auto 4rem auto; }
.machine_frame .machine_box section h3.machine { background-color: #edf4f9; color: #6b99b9; font-size: 1.8rem; font-weight: normal; margin: 0 0 0.8rem 0; padding: 0.6rem 0.8rem 0.4rem 0.8rem; }
.machine_frame .machine_box section figure { text-align: center; }
.machine_frame .machine_box section figure img { width: 70%; height: auto; margin: 0 0 2rem 0; }
.machine_frame .machine_box section figure figcaption { font-size: 1.4rem; text-align: left; line-height: 140%; }

@media screen and (min-width: 768px), print { .machine_frame { margin: 100px 0 0 0; }
  .machine_frame .machine_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_frame .machine_box section { width: 370px; margin: 0 0 45px 0; }
  .machine_frame .machine_box section h3.machine { background-color: #edf4f9; color: #6b99b9; font-size: 2.6rem; font-weight: normal; margin: 0 0 15px 0; padding: 10px 0px 8px 12px; }
  .machine_frame .machine_box section h3.machine.two { padding: 22px 0px 20px 12px; }
  .machine_frame .machine_box section figure { text-align: center; }
  .machine_frame .machine_box section figure img { width: 370px; height: auto; margin: 0 0 12px 0; }
  .machine_frame .machine_box section figure figcaption { font-size: 1.8rem; text-align: left; line-height: 160%; } }
/*-----------------------------------------------------------
よくある症状
----------------------------------------------------------- */
.symptom { margin: 2rem 0 0 0; }
.symptom ul.list_maru_two li { font-size: 1.6rem; line-height: 150%; }
.symptom a { 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; width: 100%; height: 14vw; font-size: 1.6rem; background-color: #6b99b9; color: #ffffff; text-decoration: none; margin: 2rem 0 0 0; }
.symptom a i { margin: 0 0 0 1rem; }

@media screen and (min-width: 768px), print { .symptom { margin: 45px 0 0 0; }
  .symptom ul.list_maru_two li { font-size: 2rem; line-height: 150%; }
  .symptom a { 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; width: 770px; height: 48px; font-size: 2.45rem; background-color: #6b99b9; color: #ffffff; text-decoration: none; margin: 30px 0 0 0; }
  .symptom a i { margin: 0 0 0 1rem; }
  .symptom a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { background-color: #edf4f9; width: 100%; margin: 0; padding: 2rem 0 0 0; box-sizing: border-box; }
.overview .overview_frame .overview_left { width: 96%; margin: 0 auto; }
.overview .overview_frame .overview_left .overview_logo_box { background-color: #ffffff; text-align: center; padding: 1rem 0; box-sizing: border-box; margin: 0 0 2rem 0; }
.overview .overview_frame .overview_left .overview_logo_box img.overview_logo { width: 90%; display: block; margin: 0 auto 0.6rem auto; }
.overview .overview_frame .overview_left .overview_logo_box p.overview_tel { color: #696969; margin: 0; }
.overview .overview_frame .overview_left .overview_logo_box p.overview_tel span { color: #696969; font-size: 1.6rem; }
.overview .overview_frame .overview_left .overview_logo_box p.overview_tel a { color: #696969; font-size: 1.6rem; text-decoration: none; }
.overview .overview_frame .overview_left dl { width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
.overview .overview_frame .overview_left dl dt { width: 30%; margin: 0 0 1rem 0; padding: 0; }
.overview .overview_frame .overview_left dl dt span { font-size: 1.2rem; font-weight: normal; background-color: #c2dcee; color: #6b99b9; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 6vw; line-height: 130%; }
.overview .overview_frame .overview_left dl dd { color: #2f2f2f; font-size: 1.2rem; margin: 0 0 1rem 0; padding: 0; width: 65%; box-sizing: border-box; line-height: 130%; }
.overview .overview_frame .overview_left dl dd i { color: #ff96e0; }
.overview .overview_frame .overview_left dl dd p { font-size: 1.2rem; margin: 0 0 1rem 0; }
.overview .overview_frame .overview_left dl dd p i { color: #6b99b9; }
.overview .overview_frame .overview_right { margin: 2rem auto; width: 96%; }
.overview .overview_frame .overview_right img { width: 100%; }

@media screen and (min-width: 768px), print { .overview { background-color: #edf4f9; width: 100%; margin: 100px 0 0 0; padding: 80px 0 65px 0; box-sizing: border-box; }
  .overview .overview_frame { width: 1100px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .overview .overview_frame .overview_left { width: 550px; margin: 0 auto; }
  .overview .overview_frame .overview_left .overview_logo_box { background-color: #ffffff; text-align: center; padding: 0; box-sizing: border-box; margin: 0 0 30px 0; width: 515px; height: 122px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .overview .overview_frame .overview_left .overview_logo_box img.overview_logo { width: 380px; display: block; margin: 0 0 10px 0; }
  .overview .overview_frame .overview_left .overview_logo_box p.overview_tel { color: #696969; margin: 0; letter-spacing: 0.1em; }
  .overview .overview_frame .overview_left .overview_logo_box p.overview_tel span { color: #696969; font-size: 2.4rem; }
  .overview .overview_frame .overview_left .overview_logo_box p.overview_tel a { color: #696969; font-size: 2.4rem; text-decoration: none; }
  .overview .overview_frame .overview_left dl { width: 510px; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; margin: 0 0 4px 0; }
  .overview .overview_frame .overview_left dl dt { width: 90px; margin: 0 0 14px 0; padding: 0; }
  .overview .overview_frame .overview_left dl dt span { font-size: 1.6rem; font-weight: normal; background-color: #c2dcee; color: #6b99b9; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 24px; line-height: 130%; letter-spacing: 0.05em; }
  .overview .overview_frame .overview_left dl dd { color: #2f2f2f; font-size: 1.8rem; margin: 0 0 14px 0; padding: 0; width: 400px; box-sizing: border-box; line-height: 130%; letter-spacing: 0.05em; }
  .overview .overview_frame .overview_left dl dd i { color: #ff96e0; }
  .overview .overview_frame .overview_left dl dd p { font-size: 1.8rem; margin: 0 0 1rem 0; }
  .overview .overview_frame .overview_left dl dd p i { color: #6b99b9; }
  .overview .overview_frame .overview_right { margin: 0; width: 550px; text-align: right; }
  .overview .overview_frame .overview_right img { width: 510px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
.reserve_btn { display: none; }

footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; padding: 0.8rem 0; color: #2f2f2f; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; }
footer .copyright a { color: #2f2f2f; text-decoration: none; letter-spacing: 0.1em; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; padding: 1rem; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; box-sizing: border-box; 	/* .footer_web{ width:30%;  margin: 0; color: $color0; text-align: center; font-size: 1.3rem;   font-weight: normal; letter-spacing: 0.1em; display: block; background-color: $color1;     padding: 1rem 0;     text-decoration: none;  display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
	*/ }
.footer_link a.footer_tel { width: 90%; width: -webkit-calc(100% - 5rem); margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #6b99b9; padding: 1rem 0; text-decoration: none; }
.footer_link a.footer_tel small { position: relative; top: -0.1rem; margin: 0 0 0 0.3rem; font-size: 1rem; }
.footer_link .smoothScrolls { background-color: #6b99b9; width: 4rem; }
.footer_link .smoothScrolls a { display: block; color: #ffffff; padding: 0.8rem 0; font-weight: normal; text-decoration: none; font-size: 1.4rem; text-align: center; }

@media screen and (min-width: 768px), print { .reserve_btn { 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; position: fixed; bottom: 82px; right: 0; width: 52px; height: 215px; font-size: 2.4rem; text-decoration: none; background-color: #ff96e0; color: #ffffff; border: #ffffff 3px solid; border-radius: 5px; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; }
  .reserve_btn:hover { opacity: 0.8; transition: all 0.3s ease 0s; }
  footer { width: 100%; height: 155px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; }
  footer .footer_frame { display: block; width: 1100px; height: auto; margin: 0 auto 0 auto; padding: 30px 0 0 0; box-sizing: border-box; position: relative; height: 120px; }
  footer .footer_frame ul.footer_list_main { 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; width: 100%; margin: 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0 30px 14px 0; }
  footer .footer_frame ul.footer_list_main li a { color: #2f2f2f; font-size: 1.4rem; text-decoration: none; font-weight: bold; position: relative; }
  footer .footer_frame ul.footer_list_main li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 4px; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; background: #6b99b9; }
  footer .footer_frame ul.footer_list_main li a:hover::after { transform: scale(1, 1); }
  footer .footer_frame ul.footer_list_main li a i { display: none; }
  footer .footer_frame ul.footer_list_main li ul { display: none; }
  footer .footer_frame ul.footer_list_main li.treatment { display: none; }
  footer .copyright { width: 1100px; margin: 0 auto; text-align: left; padding: 0; color: #2f2f2f; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; }
  footer .copyright a { color: #2f2f2f; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
/*#pagetop_position { display: none;

}
*/
@media screen and (min-width: 768px), print { /*#pagetop_position { display: block; margin: 0; padding: 0;  }     #linkpagetop img { width: 50px; height: auto;  display: block; } #pagetop { position: fixed; bottom: 0; right: 0; z-index: 999999; }*/ }
/* -----------------------------------------------------------
　AI
----------------------------------------------------------- */
.tel_up { width: 100%; color: #fff; background-color: #fff; position: fixed; bottom: 0; right: 0; z-index: 3; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; justify-content: left; /* 子要素をflexboxにより中央に配置する */ align-items: center; /* 子要素をflexboxにより中央に配置する */ }
.tel_up button.ai { border: none; color: #6b99b9; background: #c2dcee; cursor: pointer; }
.tel_up button.ai::after { border-bottom: 14px solid #6b99b9; }
.tel_up > a.line { background: #06C755 !important; }
.tel_up > a:last-of-type { color: #fff; background: #6b99b9; }
.tel_up > a:last-of-type::after { border-bottom: 14px solid #fff; }
.tel_up > a:not(:last-of-type) { color: #6b99b9; background: #fff; }
.tel_up > a:not(:last-of-type)::after { border-bottom: 14px solid #6b99b9; }
.tel_up .ai, .tel_up .footer_tel, .tel_up .rsv, .tel_up .wait, .tel_up .line { position: relative; font-family: "メイリオ", Meiryo; font-weight: bold; line-height: 1.0; display: flex; align-items: center; justify-content: flex-start; text-align: center; text-decoration: none; width: 50%; height: 50px; margin: 0; padding: 0; font-size: 1.2rem; line-height: 1.0; }
.tel_up .ai::before, .tel_up .footer_tel::before, .tel_up .rsv::before, .tel_up .wait::before, .tel_up .line::before { font-weight: normal; font-size: 140%; content: ""; font-family: "fontello"; margin: 0 .5rem 0 1.5rem; }
.tel_up .ai::after, .tel_up .footer_tel::after, .tel_up .rsv::after, .tel_up .wait::after, .tel_up .line::after { position: absolute; right: 2px; bottom: 2px; display: block; content: ""; width: 0; height: 0; border-left: 14px solid transparent; border-right: 0; border-bottom: 14px solid #6b99b9; }
.tel_up .ai::before { content: "\e845"; }
.tel_up .footer_tel::before { content: "\e847"; }
.tel_up .rsv::before { content: "\e849"; }
.tel_up .wait::before { content: "\e848"; }
.tel_up .line::before { content: "\e846"; }
.tel_up #pagetop_position { display: block; margin: 0; padding: 0; }
.tel_up #pagetop_position #pagetop { position: fixed; bottom: 9rem; right: 0; z-index: 999999; }
.tel_up #pagetop_position #pagetop img { width: 40px; height: auto; display: block; margin-right: 0.2rem; }

@media screen and (min-width: 768px), print { .tel_up { bottom: 189px; display: block; width: 400px; height: 180px; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up > a:nth-child(even) { color: #fff; background: #6b99b9; }
  .tel_up > a:nth-child(even)::after { border-bottom: 14px solid #fff; }
  .tel_up > a:nth-child(odd) { color: #6b99b9; background: #fff; border: 1px solid #6b99b9; }
  .tel_up > a:nth-child(odd)::after { border-bottom: 14px solid #6b99b9; }
  .tel_up .ai, .tel_up .footer_tel, .tel_up .rsv, .tel_up .wait, .tel_up .line { width: 400px; height: 75px; margin: 0 0 5px; padding: 0; font-size: 2.4rem; line-height: 1.0; background-position: bottom; background-repeat: no-repeat; background-size: contain; }
  .tel_up .ai::before, .tel_up .footer_tel::before, .tel_up .rsv::before, .tel_up .wait::before, .tel_up .line::before { margin: 0 1rem 0 2rem; }
  .tel_up #pagetop_position { display: block; margin: 0; padding: 0; }
  .tel_up #pagetop_position #pagetop { position: fixed; bottom: 0; right: 0; z-index: 999999; }
  .tel_up #pagetop_position #pagetop img { width: 50px; height: auto; display: block; margin-right: 0; } }
/*モーダルウィンドウ*/
#inline-wrap { position: relative; margin: 50px auto; max-width: 370px; background: #6b99b9; padding: 20px; }
#inline-wrap p { color: #fff; text-align: center; font-size: 1.4rem; }
#inline-wrap p.tit { font-weight: bold; font-size: 1.8rem; margin: 0 0 10px; text-align: center; color: #fff; padding-bottom: 1rem; border-bottom: 1px solid #fff; margin-bottom: 1rem; line-height: 1.4; }
#inline-wrap ul { list-style: none; }
#inline-wrap ul li { margin-bottom: 20px; }
#inline-wrap ul li:nth-child(1) a { text-decoration: none; }
#inline-wrap ul li:nth-child(1) a::before { background-image: url(../images/popup_icon02.png); }
#inline-wrap ul li:nth-child(2) a { text-decoration: none; }
#inline-wrap ul li:nth-child(2) a::before { background-image: url(../images/popup_icon01.png); }
#inline-wrap ul li:nth-child(3) a { text-decoration: none; }
#inline-wrap ul li:nth-child(3) a::before { background-image: url(../images/popup_icon03.png); }
#inline-wrap ul li:last-child { text-decoration: none; margin-bottom: 0; }
#inline-wrap ul li:last-child button::before { background-image: url(../images/popup_icon03.png); }
#inline-wrap ul li a, #inline-wrap ul li button { border: none; display: block; background-color: #fff; padding: 5px 20px 5px 60px; border-radius: 5px; position: relative; /*width: 100%;*/ /*height: 40px;*/ line-height: 30px; font-size: 1.4rem; color: #000000; font-weight: bold; text-align: left; }
#inline-wrap ul li a::before, #inline-wrap ul li button::before { position: absolute; top: 5px; left: 10px; content: ""; width: 30px; height: 30px; background-size: contain; }
#inline-wrap ul li a::after, #inline-wrap ul li button::after { position: absolute; top: 5px; right: 10px; content: "\e807"; font-family: "fontello"; display: block; font-size: 1rem; color: #6b99b9; }
#inline-wrap .mfp-close { top: -45px; right: -10px; width: 50px; height: 50px; background: url(../images/popup_close.png); background-size: contain; text-indent: -99999px; }

@media screen and (min-width: 768px), print { #inline-wrap { position: relative; margin: 50px auto; max-width: 600px; background: #6b99b9; padding: 20px; }
  #inline-wrap p { color: #fff; text-align: center; font-size: 2rem; }
  #inline-wrap p.tit { font-weight: bold; font-size: 2.4rem; margin: 0 0 10px; text-align: center; color: #fff; padding-bottom: 1rem; border-bottom: 1px solid #fff; margin-bottom: 1rem; line-height: 1.4; }
  #inline-wrap ul li { margin-bottom: 20px; }
  #inline-wrap ul li:last-child { margin-bottom: 0; }
  #inline-wrap ul li a, #inline-wrap ul li button { cursor: pointer; border: none; display: block; background-color: #fff; padding: 10px 20px 10px 60px; border-radius: 5px; position: relative; width: 85%; height: 30px; line-height: 30px; font-size: 2rem; color: #000000; font-weight: bold; text-align: left; }
  #inline-wrap ul li a::before, #inline-wrap ul li button::before { position: absolute; top: 10px; left: 10px; content: ""; width: 30px; height: 30px; background-size: contain; }
  #inline-wrap ul li a::after, #inline-wrap ul li button::after { position: absolute; top: 10px; right: 10px; content: "\e807"; font-family: "fontello"; display: block; font-size: 1rem; color: #6b99b9; }
  #inline-wrap ul li a:hover, #inline-wrap ul li button:hover { opacity: 0.7; }
  #inline-wrap .mfp-close { top: -25px; right: -25px; width: 50px; height: 50px; background: url(../images/popup_close.png); background-size: contain; text-indent: -99999px; opacity: 1; }
  #inline-wrap .mfp-close:hover { opacity: 0.7; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #6b99b9 1px solid; background-color: #ffffff; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #6b99b9; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; border-bottom: #6b99b9 1px solid; box-sizing: border-box; letter-spacing: 0.05em; 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; line-height: 140%; }
.drawr ul.hbg li a .pre { display: none; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li a i.icon-down-open { display: inline; }
.drawr ul.hbg li a img { max-width: 250px; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li { background-color: #6b99b9; }
.drawr ul.hbg li ul li a { color: #ffffff; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li ul li a i { display: none; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 12vw; 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; width: 100%; }

.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: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #6b99b9; border: #6b99b9 1px solid; }

/*見出し*/
h1 { margin: 0; }

h2.top_catch_copy { color: #6b99b9; font-size: 2.2rem; font-weight: normal; width: 100%; height: 100%; line-height: 140%; margin: 0 0 2rem 0; }
h2.top_catch_copy::after { content: ""; display: block; height: 2px; width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82a9c4+0,f4fac3+100&1+0,0+100 */ background: -moz-linear-gradient(left, #82a9c4 0%, rgba(244, 250, 195, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #82a9c4 0%, rgba(244, 250, 195, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #82a9c4 0%, rgba(244, 250, 195, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a9c4', endColorstr='#00f4fac3',GradientType=1 ); /* IE6-9 */ }
h2.top { color: #6b99b9; font-size: 2.2rem; font-weight: normal; width: 100%; height: 100%; line-height: 140%; margin: 0 0 2rem 0; }
h2.top2 { color: #6b99b9; font-size: 2.2rem; font-weight: normal; width: 100%; height: 100%; line-height: 140%; margin: 0 0 1rem 0; }
h2.low { color: #6b99b9; font-size: 2.2rem; font-weight: normal; width: 100%; height: 100%; line-height: 120%; margin: 4rem 0 0.6rem 0; }
h2.first { margin: 0 0 0.6rem 0; }

h3.low { color: #ffffff; padding: 0.8rem 0.8rem 0.8rem 0.8rem; box-sizing: border-box; background: url(../images/h3_bg.png) no-repeat; background-position: right top; background-color: #6b99b9; overflow: hidden; font-size: 1.9rem; font-weight: normal; line-height: 130%; margin: 3rem 0 1rem 0; }
h3.first { margin: 0 0 1rem 0; }

h4 { color: #c54289; padding: 0.8rem 4rem 0.8rem 2rem; box-sizing: border-box; background: url(../images/h4_bg.png) no-repeat; background-position: left 2% center; background-color: #fcf6fa; border: #ffeaf9 2px solid; box-sizing: border-box; font-size: 1.8rem; font-weight: normal; line-height: 130%; margin: 3rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5.first { margin: 0.1rem 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top_catch_copy { color: #6b99b9; font-size: 3.4rem; font-weight: normal; width: 100%; height: auto; line-height: 140%; margin: 0 0 40px 0; }
  h2.top_catch_copy::after { content: ""; display: block; height: 2px; width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82a9c4+0,f4fac3+100&1+0,0+100 */ background: -moz-linear-gradient(left, #82a9c4 0%, rgba(244, 250, 195, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #82a9c4 0%, rgba(244, 250, 195, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #82a9c4 0%, rgba(244, 250, 195, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a9c4', endColorstr='#00f4fac3',GradientType=1 ); /* IE6-9 */ }
  h2.top { color: #6b99b9; font-size: 3.4rem; font-weight: normal; width: 100%; height: auto; line-height: 140%; margin: 0 0 40px 0; }
  h2.top2 { color: #6b99b9; font-size: 3.4rem; font-weight: normal; width: 100%; height: auto; line-height: 140%; margin: 0 0 16px 0; }
  h2.low { color: #6b99b9; font-size: 3.4rem; font-weight: normal; width: 100%; height: auto; line-height: 120%; margin: 80px 0 18px 0; }
  h2.first { margin: 0 0 18px 0; }
  h3.low { color: #ffffff; padding: 12px 12px 12px 12px; box-sizing: border-box; background: url(../images/h3_bg.png) no-repeat; background-position: right top; background-color: #6b99b9; overflow: hidden; font-size: 2.8rem; font-weight: normal; line-height: 130%; margin: 50px 0 30px 0; }
  h3.first { margin: 0 0 30px 0; }
  h4 { color: #c54289; padding: 5px 5px 5px 40px; box-sizing: border-box; background: url(../images/h4_bg.png) no-repeat; background-position: left 2% center; background-color: #fcf6fa; border: #ffeaf9 2px solid; box-sizing: border-box; font-size: 2.2rem; font-weight: normal; line-height: 120%; margin: 3rem 0 1rem 0; }
  h4.first { margin: 0 0 20px 0; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_left { margin: 0 0 10px 0; text-align: center; }
.img_left img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_left { float: left; margin: 0 30px 10px 0; }
  .img_left img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 0.4rem 1.8rem; padding: 0; line-height: 140%; }

/*〇*/
ul.list_circle { line-height: 160%; font-size: 1.4rem; list-style-type: circle; margin: 0; }
ul.list_circle li { margin: 0 0 1.4rem 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 0 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
ul.list_maru li a { color: #6b99b9; text-decoration: none; }
ul.list_maru li span { color: #6b99b9; }

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.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_two li a { color: #6b99b9; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { font-size: 1.8rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0.4rem 25px; padding: 0; line-height: 140%; }
  ul.list_normal li ul { box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; box-sizing: border-box; width: auto; }
  /*〇*/
  ul.list_circle { line-height: 160%; font-size: 1.8rem; list-style-type: circle; margin: 0; }
  ul.list_circle li { margin: 0 0 1.4rem 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 140%; 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 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
  ul.list_maru li a { color: #6b99b9; }
  ul.list_maru li span { color: #6b99b9; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.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 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #6b99b9; }
  /*なし*/
  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_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 20px 0; line-height: 120%; }
dl.bio_list dt { width: 31%; margin: 0 0 0 0; font-weight: normal; }
dl.bio_list dd { width: 69%; margin: 0 0 20px 0; }

dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.num_list dt { width: 6%; margin: 0 0 0 0; font-weight: bold; }
dl.num_list dd { width: 92%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { 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: 160%; width: 770px; }
  dl.bio_list dt { width: 130px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 620px; margin: 0 0 20px 0; }
  dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 160%; width: 770px; }
  dl.num_list dt { width: 30px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 720px; margin: 0 0 20px 0; } }
/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 250px; }
  aside p.aside_title { width: 250px; height: 71px; background-color: #6b99b9; font-size: 2.8rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 9px 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  aside ul.aside_list1 { list-style-type: none; }
  aside ul.aside_list1 li { margin: 0 0 7px 0; width: 250px; }
  aside ul.aside_list1 li a { width: 250px; height: 52px; margin: 0; padding: 0 0 0 20px; box-sizing: border-box; color: #2f2f2f; font-size: 1.8rem; background: url(../images/aside_arrow.png) no-repeat; background-position: right 20px center; background-color: #f9f9f9; border: #e2e2e2 1px solid; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.05em; }
  aside ul.aside_list1 li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable_sp { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; line-height: 140%; background-color: #ffffff; }
table.timetable_sp tr th { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #6b99b9; }
table.timetable_sp tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #6b99b9; background-color: #ffffff; border-left: #6b99b9 1px solid; border-bottom: #6b99b9 1px solid; }
table.timetable_sp tr td br.visit { display: none; }
table.timetable_sp tr td.time { width: 30%; text-align: center; }
table.timetable_sp tr td:last-child { border-right: #6b99b9 1px solid; }
table.timetable_sp tr:first-child td { border-top: #6b99b9 1px solid; }

.notice_time_sp { font-size: 3.2vw; margin: 0 auto; width: 96%; color: #2f2f2f; padding: 0.4rem; box-sizing: border-box; }

.notice_time { display: none; }

table.timetable { display: none; }

@media screen and (min-width: 768px), print { table.timetable_sp { display: none; }
  table.timetable { display: table; padding: 0; margin: 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; line-height: 140%; background-color: #ffffff; }
  table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 7px 0; vertical-align: middle; color: #ffffff; background-color: #6b99b9; }
  table.timetable tr th.swaid { width: 60px; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 10px 0; vertical-align: middle; color: #6b99b9; background-color: #ffffff; border-left: #6b99b9 1px solid; border-bottom: #6b99b9 1px solid; line-height: 160%; }
  table.timetable tr td br.visit { display: none; }
  table.timetable tr td.time { width: 150px; text-align: center; }
  table.timetable tr td:last-child { border-right: #6b99b9 1px solid; }
  .overview_timetable table.timetable { display: table; padding: 0; margin: 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; line-height: 140%; background-color: #ffffff; }
  .overview_timetable table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 7px 0; vertical-align: middle; color: #ffffff; background-color: #6b99b9; }
  .overview_timetable table.timetable tr th.swaid { width: 60px; }
  .overview_timetable table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 10px 0; vertical-align: middle; color: #6b99b9; background-color: #ffffff; border-left: #6b99b9 1px solid; border-bottom: #6b99b9 1px solid; line-height: 160%; }
  .overview_timetable table.timetable tr td br.visit { display: block; }
  .overview_timetable table.timetable tr td.time { width: 120px; text-align: center; }
  .overview_timetable table.timetable tr td:last-child { border-right: #6b99b9 1px solid; }
  .notice_time_sp { display: none; }
  .notice_time { display: block; font-size: 1.4rem; margin: 0; width: 100%; color: #2f2f2f; padding: 0.4rem; box-sizing: border-box; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #6b99b9; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #6b99b9; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #6b99b9; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #6b99b9; }
  .link_text:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 10px 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }
figure.doctor_img figcaption { font-size: 1.4rem; font-weight: bold; margin: 0.4rem 0 1rem 0; }

.doctor_name { text-align: right; }

@media screen and (min-width: 768px), print { figure.doctor_img { float: right; margin: 0 0 10px 20px; text-align: center; }
  figure.doctor_img img { width: 350px; height: auto; }
  figure.doctor_img figcaption { font-size: 1.8rem; font-weight: bold; margin: 15px 0 0 0; }
  .doctor_name { text-align: right; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_box_low { 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; }
.machine_box_low section { width: 100%; margin: 0 0 80px 0; }
.machine_box_low section h3 { margin: 0 0 20px 0; }
.machine_box_low section figure { margin: 0; padding: 0; }
.machine_box_low section figure img { width: 100%; height: auto; }
.machine_box_low section figure figcaption { font-size: 1.4rem; margin: 0.6rem 0 0 0; line-height: 120%; }

@media screen and (min-width: 768px), print { .machine_box_low { width: 770px; 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_low section { width: 370px; margin: 0 0 80px 0; }
  .machine_box_low section h3 { margin: 0 0 20px 0; }
  .machine_box_low section figure { margin: 0; padding: 0; }
  .machine_box_low section figure img { width: 370px; height: auto; }
  .machine_box_low section figure figcaption { font-size: 1.8rem; margin: 0.8rem 0 0 0; line-height: 120%; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
table.access_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
table.access_table tr th { display: block; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 1rem 0; color: #ffffff; background-color: #6b99b9; text-align: center; line-height: 140%; }
table.access_table tr td { display: block; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 1rem; vertical-align: middle; color: #6b99b9; background-color: #ffffff; border: #6b99b9 1px solid; text-align: left; line-height: 140%; }

iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

.access_tel { color: #6b99b9; font-weight: bold; font-size: 2rem; }
.access_tel i { color: #6b99b9; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #6b99b9; font-weight: bold; font-size: 2rem; }
.access_tel a { color: #6b99b9; font-weight: bold; font-size: 2rem; }

.access_map img { width: 100%; }

.access_text a { color: #2f2f2f; }
.access_text a:hover { opacity: 0.6; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .access_tel { color: #6b99b9; font-weight: bold; font-size: 3rem; }
  .access_tel i { color: #6b99b9; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #6b99b9; font-weight: bold; font-size: 3rem; }
  .access_tel a { color: #6b99b9; font-weight: bold; font-size: 3rem; }
  .access_map { text-align: center; }
  .access_map img { width: 510px; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.price_table { width: 100%; text-align: left; border-collapse: collapse; box-sizing: border-box; }
table.price_table tr th { border-bottom: 1px solid #ffffff; font-weight: normal; font-size: 1.3rem; padding: 10px 5px; vertical-align: middle; color: #ffffff; background-color: #6b99b9; line-height: 1.2; width: 35%; }
table.price_table tr th:last-child { border-bottom: #6b99b9 1px solid; }
table.price_table tr td { font-weight: normal; font-size: 1.3rem; padding: 10px 5px; vertical-align: middle; background-color: #ffffff; border-right: solid 1px #6b99b9; border-top: #6b99b9 1px solid; line-height: 1.2; }
table.price_table tr td:last-child { border-bottom: #6b99b9 1px solid; }

.two_img_list figure { width: 90%; margin: 0 auto 4rem auto; }
.two_img_list figure img { width: 100%; }
.two_img_list figure figcaption { color: #3c7a1b; font-weight: normal; font-size: 1.9rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { table.price_table tr th { font-size: 1.8rem; padding: 10px; width: 30%; }
  table.price_table tr td { font-size: 1.6rem; padding: 10px; }
  .two_img_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; }
  .two_img_list figure { width: 400px; margin: 0 0 60px 0; }
  .two_img_list figure img { width: 100%; }
  .two_img_list figure figcaption { color: #3c7a1b; font-weight: normal; font-size: 3rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 20px 0 20px 0; } }
/* -----------------------------------------------------------
　
----------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
