@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*マーカー*/
/*白*/
/*紺色*/
/*青*/
/*赤*/
/*黄色*/
/*水色*/
/*灰色*/
/*灰色2*/
/*こげ茶*/
/*赤2*/
/*青2*/
/*青3*/
/*緑*/
/*赤3*/
/*青4*/
/*黄色*/
/*紺色*/
/*オレンジ*/
/*緑*/
/*灰色*/
/*灰色*/
/*灰色*/
/*影*/
/* ----------------------------------------------------------- 特殊フォント
----------------------------------------------------------- */
@font-face { font-family: 'zenkakugothicnew_regular'; src: url(../font/IBMPlexSansJP-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'zenkakugothicnew_blod'; src: url(../font/IBMPlexSansJP-Bold.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'ibmplexsansjp_medium'; src: url(../font/IBMPlexSansJP-Medium.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'ibmplexsansjp_semiBold'; src: url(../font/IBMPlexSansJP-SemiBold.ttf); font-weight: normal; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; /*font-family:$bace_font;*/ font-family: 'zenkakugothicnew_regular'; color: #444444; background-color: #ffffff; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; /*font-family:$bace_font;*/ font-family: 'zenkakugothicnew_regular'; color: #444444; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.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; }

.text_red { color: #b81b25; }

@media screen and (min-width: 768px), print { body { min-width: calc(1110px + 40px); position: relative; z-index: 0; overflow: hidden; }
  section { height: auto; overflow: hidden; margin: 40px 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; }
  .text_red { color: #b81b25; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper { height: auto; width: 100%; margin: 3rem auto 0 auto; padding: 0; }

.wrapper_low { height: auto; width: 96%; margin: 1rem auto 4rem auto; padding: 0; }

.main { width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 130px auto 0 auto; padding: 0; }
  article.article_low { margin: 0 auto 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 0; }
  .wrapper_low { height: auto; width: 1110px; margin: 50px auto 80px auto; padding: 0; }
  .main { width: 950px; margin: 0 0 140px 0; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; overflow: hidden; margin: 0 auto; height: auto; }

@media screen and (min-width: 768px) { header { display: block; height: auto; overflow: hidden; margin: 0 auto; height: auto; box-shadow: 0 2px 5px 2px #a4a4a4; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { position: relative; height: 70vw; margin: 28vw 0 0 0; padding: 0 0 0 0; box-sizing: border-box; z-index: 1; }
.key_visual .key_sp { position: fixed; top: 0; left: 0; z-index: 9999999; width: 100%; height: 16vw; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 0 0 10%; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5282+0,040c1a+100 */ background: #3a5282; /* Old browsers */ background: -moz-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #3a5282 0%, #040c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5282', endColorstr='#040c1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.key_visual .key_sp a { display: block; text-decoration: none; width: 70%; }
.key_visual .key_sp a img { width: 100%; }
.key_visual .key_sp_link { position: fixed; top: 16vw; left: 0; z-index: 9999999; 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; }
.key_visual .key_sp_link a { text-decoration: none; width: 50%; height: 12vw; color: #ffffff; font-family: 'zenkakugothicnew_regular'; font-size: 1.2rem; font-weight: normal; text-align: center; letter-spacing: 0.1em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.key_visual .key_sp_link a.key_tel { background-color: #AAAAAA; }
.key_visual .key_sp_link a.key_tel i { font-size: 1.6rem; }
.key_visual .key_sp_link a.key_reservation { background-color: #828282; }
.key_visual .key_sp_link a.key_reservation i { font-size: 1.4rem; margin: 0 0.3rem 0 0; }
.key_visual .key_left { /*新仕様*/ display: none; /*旧仕様*/ height: 80vw; padding: 1.5rem 0 0 0; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5282+0,040c1a+100 */ background: #3a5282; /* Old browsers */ background: -moz-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #3a5282 0%, #040c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5282', endColorstr='#040c1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ /*
.head_tel{ color: $color0; font-size: 1rem; background-color: $color16; width: 80%; margin: 0 auto; text-align: center; padding:0.8rem 0 0.6rem 0; border-radius: 5px;       i{ font-size: 2rem; color: $color0; } span{ font-size: 2rem; color: $color0;         } a{ font-size: 2rem; color: $color0; text-decoration: none; }
}

.head_link{ font-size: 2rem; color: $color0; background-color: $color16;       text-decoration: none; width: 80%; margin:1rem auto 0 auto; text-align: center; padding:0.8rem 0 0.6rem 0; border-radius: 5px;  display: block;
}
*/ }
.key_visual .key_left img { width: 50%; height: auto; display: block; margin: 0 auto 1rem auto; }
.key_visual .key_right { height: 70vw; position: relative; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; }
.key_visual .key_right .key_new { color: #183060; position: absolute; bottom: 2rem; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+80,ffffff+100&0+0,1+20,1+80,0+100 */ background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */ text-align: center; font-size: 1.6rem; font-weight: normal; padding: 0.5rem 0; width: 100%; }
.key_visual .key_right .key_new span { font-weight: bold; }
.key_visual .key_right .key_event { position: absolute; bottom: 2rem; left: 0; right: 0; border: #ffffff 2px solid; background-color: rgba(255, 255, 255, 0.8); width: 90%; margin: 0 auto; color: #183060; padding: 0.6rem; box-sizing: border-box; text-align: center; }
.key_visual .key_right .key_event .key_event_text1 { font-size: 1.4rem; margin: 0; }
.key_visual .key_right .key_event .key_event_text1 span { font-weight: bold; }
.key_visual .key_right .key_event .key_event_text2 { margin: 0; font-size: 1rem; }

/*下層*/
.key_visual_low { position: relative; height: 40vw; margin: 28vw 0 0 0; padding: 0 0 0 0; box-sizing: border-box; }
.key_visual_low .key_sp { position: fixed; top: 0; left: 0; z-index: 9999999; width: 100%; height: 16vw; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding: 0 0 0 10%; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5282+0,040c1a+100 */ background: #3a5282; /* Old browsers */ background: -moz-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #3a5282 0%, #040c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5282', endColorstr='#040c1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.key_visual_low .key_sp a { display: block; text-decoration: none; width: 70%; }
.key_visual_low .key_sp a img { width: 100%; }
.key_visual_low .key_sp_link { position: fixed; top: 16vw; left: 0; z-index: 9999999; 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; }
.key_visual_low .key_sp_link a { text-decoration: none; width: 50%; height: 12vw; color: #ffffff; font-family: 'zenkakugothicnew_regular'; font-size: 1.2rem; font-weight: normal; text-align: center; letter-spacing: 0.1em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.key_visual_low .key_sp_link a.key_tel { background-color: #AAAAAA; }
.key_visual_low .key_sp_link a.key_tel i { font-size: 1.6rem; }
.key_visual_low .key_sp_link a.key_reservation { background-color: #828282; }
.key_visual_low .key_sp_link a.key_reservation i { font-size: 1.4rem; margin: 0 0.3rem 0 0; }
.key_visual_low .key_left { /*新仕様*/ display: none; /*旧仕様*/ height: 80vw; padding: 1.5rem 0 0 0; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5282+0,040c1a+100 */ background: #3a5282; /* Old browsers */ background: -moz-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #3a5282 0%, #040c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5282', endColorstr='#040c1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ /*
img{ width: 50%; height: auto; display: block; margin: 0 auto 1rem auto;
}
.head_tel{ color: $color0; font-size: 1rem; background-color: $color16; width: 80%; margin: 0 auto; text-align: center; padding: 0.6rem 0; border-radius: 5px;       i{ font-size: 2rem; color: $color0;         } span{ font-size: 2rem; color: $color0;         } a{ font-size: 2rem; color: $color0; text-decoration: none; }
}
.head_link{ font-size: 2rem; color: $color0; background-color: $color16;       text-decoration: none; width: 80%; margin:1rem auto 0 auto; text-align: center; padding: 0.6rem 0; border-radius: 5px;  display: block;
}  
*/ }
.key_visual_low .key_right { height: 40vw; background: url(../images/key_visual_low.jpg); position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; }
.key_visual_low .key_right h1.low { color: #ffffff; height: 40vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 2rem; font-weight: normal; text-shadow: 4px 0px 4px #6aa9f0, 4px 0px 4px #6aa9f0, -4px 0px 4px #6aa9f0, -4px 0px 4px #6aa9f0, 0px 4px 4px #6aa9f0, 0px 4px 4px #6aa9f0, 0px -4px 4px #6aa9f0, 0px -4px 4px #6aa9f0; }

@media screen and (min-width: 768px) { .key_visual { position: relative; width: 100%; height: 650px; margin: 0 auto; padding: 0 0 0 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; overflow: hidden; }
  .key_visual .key_sp { display: none; }
  .key_visual .key_sp_link { display: none; }
  .key_visual .key_left { display: block; width: 50%; max-width: 1000px; height: 650px; padding: 1rem 0 0 0; box-sizing: border-box; position: relative; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5282+0,040c1a+100 */ background: #3a5282; /* Old browsers */ background: -moz-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #3a5282 0%, #040c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5282', endColorstr='#040c1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
  .key_visual .key_left img { width: 384px; height: auto; display: block; margin: 0; position: absolute; top: 50px; right: 90px; }
  .key_visual .key_left .head_tel { position: absolute; top: 440px; right: 81px; color: #ffffff; font-family: 'ibmplexsansjp_medium'; font-size: 3.2rem; width: 416px; margin: 0 auto; text-align: center; padding: 15px 0 10px 0; border-radius: 5px; }
  .key_visual .key_left .head_tel i { font-size: 3.2rem; color: #ffffff; }
  .key_visual .key_left .head_tel span { font-size: 3.2rem; color: #ffffff; }
  .key_visual .key_left .head_tel a { font-size: 4rem; color: #ffffff; text-decoration: none; }
  .key_visual .key_left .head_link { position: absolute; top: 504px; right: 128px; font-family: 'ibmplexsansjp_medium'; font-size: 2.6rem; color: #ffffff; text-decoration: none; width: 300px; margin: 8px auto 0 auto; text-align: center; padding: 12px 0; display: block; border: #ffffff 1px solid; box-sizing: border-box; }
  .key_visual .key_left .head_link:hover { transform: translateY(-8px); 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) { .key_visual .key_left .head_link:hover { filter: none; } }
  .key_visual .key_right { width: 50%; max-width: 1000px; height: 650px; position: relative; background-size: cover; background-repeat: no-repeat; }
  .key_visual .key_right .key_new { color: #183060; position: absolute; bottom: 38px; left: 14px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+80,ffffff+100&0+0,1+20,1+80,0+100 */ background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */ text-align: center; font-size: 2.6rem; font-weight: normal; padding: 2px 0; width: 540px; }
  .key_visual .key_right .key_new span { font-weight: bold; }
  .key_visual .key_right .key_event { position: absolute; bottom: 40px; left: 34px; right: 0; border: #ffffff 3px solid; background-color: rgba(255, 255, 255, 0.8); width: 500px; height: 86px; margin: 0; color: #183060; padding: 0; box-sizing: border-box; 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; }
  .key_visual .key_right .key_event .key_event_text1 { font-size: 2.6rem; margin: 0; }
  .key_visual .key_right .key_event .key_event_text1 span { font-weight: bold; }
  .key_visual .key_right .key_event .key_event_text2 { margin: 0; font-size: 1.8rem; }
  /*下層*/
  .key_visual_low { width: 100%; height: 500px; margin: 0 auto; padding: 0 0 0 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; overflow: hidden; }
  .key_visual_low .key_sp { display: none; }
  .key_visual_low .key_sp_link { display: none; }
  .key_visual_low .key_left { display: block; width: 50%; max-width: 1000px; height: 500px; padding: 1rem 0 0 0; box-sizing: border-box; position: relative; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5282+0,040c1a+100 */ background: #3a5282; /* Old browsers */ background: -moz-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #3a5282 0%, #040c1a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #3a5282 0%, #040c1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5282', endColorstr='#040c1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
  .key_visual_low .key_left img { width: 340px; height: auto; display: block; margin: 0; position: absolute; top: 15px; right: 90px; }
  .key_visual_low .key_left .head_tel { position: absolute; top: 350px; right: 114px; color: #ffffff; font-family: 'ibmplexsansjp_medium'; font-size: 3.2rem; width: 300px; margin: 0 auto; text-align: center; padding: 15px 0 10px 0; border-radius: 5px; }
  .key_visual_low .key_left .head_tel i { font-size: 3.2rem; color: #ffffff; }
  .key_visual_low .key_left .head_tel span { font-size: 3.2rem; color: #ffffff; }
  .key_visual_low .key_left .head_tel a { font-size: 4rem; color: #ffffff; text-decoration: none; }
  .key_visual_low .key_left .head_link { position: absolute; top: 410px; right: 114px; font-family: 'ibmplexsansjp_medium'; font-size: 2.6rem; color: #ffffff; text-decoration: none; width: 300px; margin: 8px auto 0 auto; text-align: center; padding: 12px 0; display: block; border: #ffffff 1px solid; box-sizing: border-box; }
  .key_visual_low .key_left .head_link:hover { transform: translateY(-8px); 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) { .key_visual_low .key_left .head_link:hover { filter: none; } }
  .key_visual_low .key_right { background: url(../images/key_visual_low.jpg); width: 50%; max-width: 1000px; height: 500px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; }
  .key_visual_low .key_right h1.low { color: #ffffff; height: 500px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; font-size: 4rem; font-weight: normal; text-shadow: 4px 0px 4px #6aa9f0, 4px 0px 4px #6aa9f0, -4px 0px 4px #6aa9f0, -4px 0px 4px #6aa9f0, 0px 4px 4px #6aa9f0, 0px 4px 4px #6aa9f0, 0px -4px 4px #6aa9f0, 0px -4px 4px #6aa9f0; padding: 0 0 0 40px; box-sizing: border-box; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 70px; margin: 52px 0 0 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; max-width: 2000px; position: relative; }
  .main_nav_pc nav { width: 1110px; height: 70px; 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: 1110px; box-sizing: border-box; height: 70px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 70px; width: 128px; line-height: 120%; text-align: center; font-weight: normal; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #183060; height: 60px; width: 100%; display: block; box-sizing: border-box; margin: 0; padding: 12px 0 0 0; text-align: center; line-height: 120%; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .main_nav_pc nav ul li a span { color: #183060; font-weight: normal; font-size: 2rem; border-bottom: #0072bc 3px solid; padding: 0 0 18px 0; width: 100%; }
  .main_nav_pc nav ul li a span:hover { border-bottom: #f2e837 3px solid; padding: 0 0 18px 0; }
  .main_nav_pc nav ul li ul { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 640px; height: auto; margin: -7px 0 10px 0; display: none; z-index: 999999999; }
  .main_nav_pc nav ul li ul li { width: 128px; height: 60px; display: block; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0; margin: 0; background-color: #338ec9; height: 60px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; line-height: 180%; border-bottom: #ffffff 2px dotted; box-sizing: border-box; }
  .main_nav_pc nav ul li ul li a span { color: #ffffff; font-weight: normal; font-size: 1.6rem; border-bottom: none; padding: 0 0 0 0; width: 100%; }
  .main_nav_pc nav ul li ul li a span:hover { border-bottom: none; padding: 0 0 0 0; }
  .main_nav_pc nav ul li.treatment span::after { font-family: "fontello"; content: "\00f004"; margin: 0 0 0 5px; }
  .main_nav_pc nav ul li.treatment ul li a span::after { content: ""; }
  .main_nav_pc nav ul li.open_treatment span::after { font-family: "fontello"; content: "\00f005"; margin: 0 0 0 5px; }
  .main_nav_pc nav ul li.access a { padding: 0; line-height: 200%; }
  .main_nav_pc nav ul li.access a span { padding: 0 0 2px 0; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
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 th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #635647; background-color: #ffffff; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 10px 0; vertical-align: middle; color: #ffffff; border-bottom: #ffffff 1px solid; }
table.timetable tr td i { color: #ffffff; font-weight: bold; }
table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1rem; color: #ffffff; text-align: center; font-weight: normal; }

.notice_time { color: #ffffff; font-size: 1.2rem; margin: 0.6rem 0 0 0; width: 96%; line-height: 140%; }
.notice_time i { color: #828282; }

@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 th { width: auto; box-sizing: border-box; font-weight: normal; font-size: 2rem; padding: 14px 0; vertical-align: middle; color: #635647; background-color: #ffffff; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 20px 0; vertical-align: middle; color: #ffffff; border-bottom: #ffffff 2px solid; }
  table.timetable tr td i { color: #ffffff; font-weight: bold; }
  table.timetable tr td span { font-size: 2.4rem; line-height: 140%; }
  table.timetable tr td.time { width: 20%; box-sizing: border-box; font-size: 2rem; color: #ffffff; text-align: center; font-weight: normal; line-height: 140%; letter-spacing: 0.05em; }
  .notice_time { color: #ffffff; font-size: 1.8rem; margin: 8px 0 0 0; width: 100%; line-height: 140%; }
  .notice_time i { color: #ffffff; }
  .notice_time span { font-size: 2.4rem; line-height: 140%; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 0; height: auto; }
.notice_frame .notice_box h2.notice_h2 { color: #0072bc; font-size: 2.4rem; font-family: 'zenkakugothicnew_blod'; font-weight: bold; text-align: center; margin: 0 0 1.4rem 0; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center center; background-size: 50%; height: 40vw; 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-family: 'zenkakugothicnew_regular'; font-size: 1.4rem; font-weight: normal; display: block; color: #444444; }
.notice_frame .notice_box dl { overflow-y: scroll; height: 90vw; box-sizing: border-box; padding: 0.6rem; border: #8e8e8e 1px solid; overflow-wrap: break-word; }
.notice_frame .notice_box dl dt { margin: 0 0 0.6rem 0; font-size: 1.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #0072bc; padding: 1.6rem 0 0 0; }
.notice_frame .notice_box dl dd { color: #444444; margin: 0 0 0 0; padding: 0 0 1.6rem 0; box-sizing: border-box; font-size: 1.2rem; line-height: 110%; }
.notice_frame .bana_frame { width: 100%; margin: 2rem 0 0 0; border: #0072bc 2px solid; padding: 0.6rem; box-sizing: border-box; }
.notice_frame .bana_frame .bana_box .bana_box_title { margin: 0 0 1rem 0; font-family: 'zenkakugothicnew_blod'; font-size: 2rem; color: #0072bc; font-weight: bold; }
.notice_frame .bana_frame .bana_box img { width: 100%; height: auto; }
.notice_frame .bana_frame .bana_box .bana_link a { width: 90%; display: block; margin: 1rem auto 0.2rem auto; background-color: #fff21d; text-decoration: none; text-align: center; padding: 0.6rem 0; line-height: 160%; border-radius: 0.6rem; }
.notice_frame .bana_frame .bana_box .bana_link a span { display: block; font-weight: bold; }
.notice_frame .bana_frame .bana_box .bana_link a span.red { color: #fe0313; font-size: 1.2rem; }
.notice_frame .bana_frame .bana_box .bana_link a span.blue { color: #0072bc; font-size: 1.6rem; }
.notice_frame .bana_frame2 { width: 100%; margin: 2rem 0 0 0; border: #4c9f13 2px solid; padding: 0.6rem; box-sizing: border-box; }
.notice_frame .bana_frame2 .bana_box img { width: 100%; height: auto; }
.notice_frame .bana_frame2 .bana_box .bana_link a { width: 90%; display: block; margin: 1rem auto 0.2rem auto; background-color: #fff21d; text-decoration: none; text-align: center; padding: 0.6rem 0; line-height: 160%; border-radius: 0.6rem; }
.notice_frame .bana_frame2 .bana_box .bana_link a span { display: block; font-weight: bold; }
.notice_frame .bana_frame2 .bana_box .bana_link a span.red { color: #fe0313; font-size: 1.2rem; }
.notice_frame .bana_frame2 .bana_box .bana_link a span.blue { color: #0072bc; font-size: 1.6rem; }
.notice_frame .bana_frame3 { width: 100%; margin: 2rem 0 0 0; border: #0072bc 2px solid; padding: 0.6rem; box-sizing: border-box; }
.notice_frame .bana_frame3 .bana_box img { width: 100%; height: auto; }
.notice_frame .bana_frame3 .bana_box .bana_link a { width: 90%; display: block; margin: 1rem auto 0.2rem auto; background-color: #fff21d; text-decoration: none; text-align: center; padding: 0.6rem 0; line-height: 160%; border-radius: 0.6rem; }
.notice_frame .bana_frame3 .bana_box .bana_link a span { display: block; font-weight: bold; }
.notice_frame .bana_frame3 .bana_box .bana_link a span.red { color: #fe0313; font-size: 1.2rem; }
.notice_frame .bana_frame3 .bana_box .bana_link a span.blue { color: #0072bc; font-size: 1.6rem; }
.notice_frame .bana_frame3 .bana_box .bana_text { font-size: 1.2rem; font-weight: bold; width: 90%; margin: 1rem auto 0 auto; color: #4c9f13; border: #4c9f13 2px solid; padding: 0.5rem; box-sizing: border-box; }
.notice_frame .corona_notice { width: 100%; margin: 2rem 0 0 0; border: #b81b25 2px solid; padding: 0.6rem; box-sizing: border-box; }
.notice_frame .corona_notice a { color: #0072bc; font-weight: bold; }
.notice_frame .corona_notice span { color: #b81b25; }

@media screen and (min-width: 768px), print { .notice_frame { width: 1110px; margin: 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 { color: #0072bc; font-family: 'zenkakugothicnew_blod'; font-size: 4.6rem; font-weight: bold; text-align: center; margin: 0 0 1rem 0; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center center; background-size: 257px; height: 420px; width: 285px; 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-family: 'zenkakugothicnew_regular'; font-size: 2.2rem; font-weight: normal; display: block; color: #444444; }
  .notice_frame .notice_box dl { overflow-y: scroll; width: 825px; height: 420px; box-sizing: border-box; padding: 16px 20px; border: #8e8e8e 1px solid; overflow-wrap: break-word; }
  .notice_frame .notice_box dl dt { margin: 0 0 8px 0; font-size: 2em; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #0072bc; padding: 1.6rem 0 0 0; }
  .notice_frame .notice_box dl dd { color: #444444; margin: 0 0 0 0; padding: 0 0 10px 0; box-sizing: border-box; font-size: 1.8rem; line-height: 110%; }
  .notice_frame .bana_frame { width: 825px; height: 494px; margin: 30px auto 0 auto; border: #0072bc 2px solid; padding: 20px 0; box-sizing: border-box; }
  .notice_frame .bana_frame .bana_box .bana_box_title { margin: 0 0 10px 20px; font-family: 'zenkakugothicnew_blod'; font-size: 4rem; color: #0072bc; font-weight: bold; }
  .notice_frame .bana_frame .bana_box img { width: auto; height: auto; display: block; margin: 0 auto; }
  .notice_frame .bana_frame .bana_box .bana_link { width: 784px; 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: 13px auto 0 auto; }
  .notice_frame .bana_frame .bana_box .bana_link a { width: 385px; height: 74px; display: block; margin: 0; background-color: #fff21d; text-decoration: none; text-align: center; padding: 0; line-height: 200%; border-radius: 0.6rem; 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 .bana_frame .bana_box .bana_link a span { display: block; font-weight: bold; }
  .notice_frame .bana_frame .bana_box .bana_link a span.red { color: #fe0313; font-size: 1.6rem; margin: 0 0 5px 0; }
  .notice_frame .bana_frame .bana_box .bana_link a span.blue { color: #0072bc; font-size: 2.8rem; }
  .notice_frame .bana_frame .bana_box .bana_link a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .notice_frame .bana_frame .bana_box .bana_link a.bana_tel { pointer-events: none; }
  .notice_frame .bana_frame2 { width: 825px; height: 320px; margin: 30px auto 0 auto; border: #4c9f13 2px solid; padding: 20px 0; box-sizing: border-box; }
  .notice_frame .bana_frame2 .bana_box img { width: auto; height: auto; display: block; margin: 0 auto; }
  .notice_frame .bana_frame2 .bana_box .bana_link { width: 784px; 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: 13px auto 0 auto; }
  .notice_frame .bana_frame2 .bana_box .bana_link a { width: 385px; height: 74px; display: block; margin: 0; background-color: #fff21d; text-decoration: none; text-align: center; padding: 0; line-height: 200%; border-radius: 0.6rem; 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 .bana_frame2 .bana_box .bana_link a span { display: block; font-weight: bold; }
  .notice_frame .bana_frame2 .bana_box .bana_link a span.red { color: #fe0313; font-size: 1.6rem; margin: 0 0 5px 0; }
  .notice_frame .bana_frame2 .bana_box .bana_link a span.blue { color: #0072bc; font-size: 2.8rem; }
  .notice_frame .bana_frame2 .bana_box .bana_link a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .notice_frame .bana_frame2 .bana_box .bana_link a.bana_tel { pointer-events: none; }
  .notice_frame .bana_frame3 { width: 825px; height: auto; margin: 55px auto 0 auto; border: #0072bc 2px solid; padding: 20px 0; box-sizing: border-box; }
  .notice_frame .bana_frame3 .bana_box img { width: auto; height: auto; display: block; margin: 0 auto; }
  .notice_frame .bana_frame3 .bana_box .bana_link { width: 784px; 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: 13px auto 0 auto; }
  .notice_frame .bana_frame3 .bana_box .bana_link a { width: 385px; height: 74px; display: block; margin: 0; background-color: #fff21d; text-decoration: none; text-align: center; padding: 0; line-height: 200%; border-radius: 0.6rem; 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 .bana_frame3 .bana_box .bana_link a span { display: block; font-weight: bold; }
  .notice_frame .bana_frame3 .bana_box .bana_link a span.red { color: #fe0313; font-size: 1.6rem; margin: 0 0 5px 0; }
  .notice_frame .bana_frame3 .bana_box .bana_link a span.blue { color: #0072bc; font-size: 2.8rem; }
  .notice_frame .bana_frame3 .bana_box .bana_link a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .notice_frame .bana_frame3 .bana_box .bana_link a.bana_tel { pointer-events: none; }
  .notice_frame .bana_frame3 .bana_box .bana_text { font-size: 2rem; font-weight: bold; width: 784px; margin: 20px auto 0 auto; color: #4c9f13; border: #4c9f13 2px solid; padding: 15px 10px; box-sizing: border-box; }
  .notice_frame .corona_notice { width: 825px; height: auto; margin: 30px auto 0 auto; border: #b81b25 2px solid; padding: 20px; box-sizing: border-box; }
  .notice_frame .corona_notice a { color: #0072bc; font-weight: bold; }
  .notice_frame .corona_notice span { color: #b81b25; font-weight: bold; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　TOP医師紹介
----------------------------------------------------------- */
.doctor_frame { margin: 4rem auto 0 auto; width: 96%; }
.doctor_frame .info_frame { margin: 0 0 0 0; }
.doctor_frame .info_frame figure { margin: 0 0 10px 0; text-align: center; }
.doctor_frame .info_frame figure img { width: 70%; height: auto; }
.doctor_frame .info_frame .info { width: 100%; margin: 0 auto; }
.doctor_frame .info_frame .info .info_title { color: #0070af; text-align: center; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.8rem; font-weight: bold; margin: 0 0 1.6rem 0; border-bottom: #0070af 3px double; }
.doctor_frame .info_frame .info ul.list_info { line-height: 160%; font-size: 1.2rem; list-style-type: none; margin: 0; }
.doctor_frame .info_frame .info ul.list_info li { margin: 0 0 0.8rem 0; padding: 0 0 0 0.2rem; }
.doctor_frame .info_frame .info ul.list_info li span { color: #fedc50; margin: 0 0.5rem 0 0; }
.doctor_frame img.iterior { width: 100%; height: auto; display: block; margin: 0 auto; }

@media screen and (min-width: 768px) { .doctor_frame { margin: 100px auto 0 auto; width: 1110px; }
  .doctor_frame .info_frame { margin: 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; width: 1110px; }
  .doctor_frame .info_frame figure { margin: 0 0 0 0; text-align: center; width: 515px; }
  .doctor_frame .info_frame figure img { width: 515px; height: auto; }
  .doctor_frame .info_frame .info { width: 515px; margin: 0 auto; }
  .doctor_frame .info_frame .info .info_title { color: #0070af; text-align: center; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; font-weight: bold; margin: 0 0 1.6rem 0; border-bottom: #0070af 3px double; }
  .doctor_frame .info_frame .info ul.list_info { line-height: 160%; font-size: 1.8rem; list-style-type: none; margin: 0; }
  .doctor_frame .info_frame .info ul.list_info li { margin: 0 0 0.8rem 0; padding: 0 0 0 0.2rem; }
  .doctor_frame .info_frame .info ul.list_info li span { color: #fedc50; margin: 0 0.5rem 0 0; }
  .doctor_frame img.iterior { width: 100%; height: auto; display: block; margin: 30px auto 0 auto; } }
/*----------------------------------------------------------- INDEX LINK
----------------------------------------------------------- */
.feature_frame { margin: 4rem auto 0 auto; width: 96%; }
.feature_frame .feature_01 { text-decoration: none; margin: 0 0 2rem 0; display: block; }
.feature_frame .feature_01 img { width: 100%; }
.feature_frame .feature_01 p { background-color: #4b8d88; width: 100%; color: #ffffff; margin: -0.2rem 0 0 0; text-align: center; font-size: 1.3rem; padding: 1rem 0; box-sizing: border-box; line-height: 180%; position: relative; }
.feature_frame .feature_01 p::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 1.6rem 1.6rem; border-color: transparent transparent #ffffff transparent; position: absolute; right: 0.6rem; bottom: 0.6rem; }
.feature_frame .feature_02 { text-decoration: none; margin: 0 0 2rem 0; display: block; }
.feature_frame .feature_02 img { width: 100%; }
.feature_frame .feature_02 p { background-color: #f7941d; width: 100%; color: #ffffff; margin: -0.2rem 0 0 0; text-align: center; font-size: 1.3rem; padding: 1rem 0; box-sizing: border-box; line-height: 180%; position: relative; }
.feature_frame .feature_02 p::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 1.6rem 1.6rem; border-color: transparent transparent #ffffff transparent; position: absolute; right: 0.6rem; bottom: 0.6rem; }
.feature_frame .feature_03 { text-decoration: none; margin: 0 0 2rem 0; display: block; }
.feature_frame .feature_03 img { width: 100%; }
.feature_frame .feature_03 p { background-color: #398ec6; width: 100%; color: #ffffff; margin: -0.2rem 0 0 0; text-align: center; font-size: 1.3rem; padding: 1rem 0; box-sizing: border-box; line-height: 180%; position: relative; }
.feature_frame .feature_03 p::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 1.6rem 1.6rem; border-color: transparent transparent #ffffff transparent; position: absolute; right: 0.6rem; bottom: 0.6rem; }

@media screen and (min-width: 768px), print { .feature_frame { margin: 144px auto 0 auto; width: 1110px; 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; /*
.feature_01{ width: 540px; height: 398px; background: url(../images/index_feature_01.jpg) no-repeat; background-size: cover; position: relative; display: block; p{ position: absolute; bottom: 0; background-color: rgba(87,163,152,0.80); width: 100%; color: $color0; margin: 0; text-align: center; font-size: 2.6rem; padding: 30px 0; box-sizing: border-box; line-height: 180%; &::after{ content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 34px 34px; border-color: transparent transparent #ffffff transparent; position: absolute; right: 12px; bottom: 12px; } } &:hover{ transform: translateY(-8px); filter: drop-shadow(0 .6rem .8rem rgba(#6d624a, .6)); transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), filter .6s cubic-bezier(0.165, 0.84, 0.44, 1); @supports (-ms-ime-align: auto) {  filter: none;  } }
}

.feature_02{ width: 540px; height: 398px; background: url(../images/index_feature_02.jpg) no-repeat; background-size: cover; position: relative; margin: 0 0 0 0; display: block; p{ position: absolute; bottom: 0; background-color: rgba(61,136,202,0.80); width: 100%; color: $color0; margin: 0; text-align: center; font-size: 2.6rem; padding: 30px 0; box-sizing: border-box; line-height: 180%; &::after{ content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 34px 34px; border-color: transparent transparent #ffffff transparent; position: absolute; right: 12px; bottom: 12px; } } &:hover{ transform: translateY(-8px); filter: drop-shadow(0 .6rem .8rem rgba(#6d624a, .6)); transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), filter .6s cubic-bezier(0.165, 0.84, 0.44, 1); @supports (-ms-ime-align: auto) {  filter: none;  } }    
}  

*/ }
  .feature_frame .feature_01 { text-decoration: none; margin: 0 0 2rem 0; display: block; width: 540px; }
  .feature_frame .feature_01 img { width: 540px; }
  .feature_frame .feature_01 p { background-color: #4b8d88; width: 100%; color: #ffffff; margin: -0.2rem 0 0 0; text-align: center; font-size: 2.6rem; padding: 0; box-sizing: border-box; line-height: 180%; position: relative; height: 200px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .feature_frame .feature_01 p::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 34px 34px; border-color: transparent transparent #ffffff transparent; position: absolute; right: 12px; bottom: 12px; }
  .feature_frame .feature_01:hover { transform: translateY(-8px); 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) { .feature_frame .feature_01:hover { filter: none; } }
  .feature_frame .feature_02 { text-decoration: none; margin: 0 0 2rem 0; display: block; width: 540px; }
  .feature_frame .feature_02 img { width: 540px; }
  .feature_frame .feature_02 p { background-color: #f7941d; width: 100%; color: #ffffff; margin: -0.2rem 0 0 0; text-align: center; font-size: 2.6rem; padding: 0; box-sizing: border-box; line-height: 180%; position: relative; height: 200px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .feature_frame .feature_02 p::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 34px 34px; border-color: transparent transparent #ffffff transparent; position: absolute; right: 12px; bottom: 12px; }
  .feature_frame .feature_02:hover { transform: translateY(-8px); 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) { .feature_frame .feature_02:hover { filter: none; } }
  .feature_frame .feature_03 { text-decoration: none; margin: 0 0 2rem 0; width: 1110px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .feature_frame .feature_03 img { width: 540px; display: block; }
  .feature_frame .feature_03 p { background-color: #398ec6; width: 570px; height: 200px; box-sizing: border-box; color: #ffffff; margin: 0 0 0 0; text-align: center; font-size: 2.6rem; padding: 0; box-sizing: border-box; line-height: 180%; position: relative; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .feature_frame .feature_03 p::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 34px 34px; border-color: transparent transparent #ffffff transparent; position: absolute; right: 12px; bottom: 12px; }
  .feature_frame .feature_03:hover { transform: translateY(-8px); 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) { .feature_frame .feature_03:hover { filter: none; } } }
/*----------------------------------------------------------- 診療内容
----------------------------------------------------------- */
.treatment_frame { margin: 3rem 0 2rem 0; }
.treatment_frame ul.treatment_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: 96%; margin: 1.5rem auto 0 auto; }
.treatment_frame ul.treatment_list li { width: 48%; margin: 0 0 1rem 0; }
.treatment_frame ul.treatment_list li a { color: #ffffff; text-decoration: none; width: 100%; height: 12vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background: url(../images/index_treatment_bg.jpg) no-repeat; background-size: cover; background-position: center center; font-size: 1rem; text-align: center; line-height: 140%; }

@media screen and (min-width: 768px), print { .treatment_frame { margin: 120px 0 0 0; }
  .treatment_frame ul.treatment_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: 1110px; margin: 0 auto; }
  .treatment_frame ul.treatment_list li { width: 350px; height: 80px; margin: 0 0 26px 0; }
  .treatment_frame ul.treatment_list li a { color: #ffffff; text-decoration: none; width: 350px; height: 80px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background: url(../images/index_treatment_bg.jpg) no-repeat; background-size: cover; background-position: center center; font-size: 2.4rem; text-align: center; line-height: 120%; }
  .treatment_frame ul.treatment_list li a:hover { transform: translateY(-8px); 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) { .treatment_frame ul.treatment_list li a:hover { filter: none; } } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
.info_bana { width: 96%; margin: 4rem auto 0 auto; box-sizing: border-box; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16); position: relative; }
.info_bana .info_bana_title { width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#183060+0,606d87+100 */ background: #183060; /* Old browsers */ background: -moz-linear-gradient(left, #183060 0%, #606d87 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183060 0%, #606d87 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183060 0%, #606d87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183060', endColorstr='#606d87',GradientType=1 ); /* IE6-9 */ }
.info_bana .info_bana_title .info_bana_title_in { padding: 1rem; box-sizing: border-box; width: 100%; height: 100%; background: url("../images/logo_bana_1.png") no-repeat; background-position: right 1rem bottom 0; background-size: 30%; }
.info_bana .info_bana_title .info_bana_title_in p { margin: 0; color: #ffffff; font-size: 1.2rem; font-weight: bold; }
.info_bana .info_bana_content { width: 100%; background-color: #EEEEEE; }
.info_bana .info_bana_content .info_bana_content_in { padding: 1.5rem 1rem; box-sizing: border-box; width: 100%; height: 100%; background: url("../images/logo_bana_2.png") no-repeat; background-position: right 1rem top 0; background-size: 30%; }
.info_bana .info_bana_content .info_bana_content_in p { margin: 0 0 1rem 0; color: #444444; font-size: 1.2rem; font-weight: bold; }
.info_bana .info_bana_content .info_bana_content_in p span { color: #0072bc; }
.info_bana .info_bana_content .info_bana_content_in p span.large { font-size: 1.4rem; }
.info_bana .info_bana_content .info_bana_content_in p span.red { color: #b81b25; }
.info_bana .info_bana_content .info_bana_content_in p span.underline { text-decoration: underline; }
.info_bana .info_bana_content .info_bana_content_in p.mb { margin: 0 0 2rem 0; }
.info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis { border: #0072bc 2px solid; box-sizing: border-box; padding: 1rem; margin: 1rem 0 0 0; }
.info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis .bluetext { color: #0072bc; margin: 0 0 1rem 0; text-align: center; }
.info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis .blue_box { background-color: #0072bc; color: #ffffff; padding: 0.5rem; box-sizing: border-box; border-radius: 0.5rem; text-align: center; margin: 0 0 1rem 0; }
.info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis .blue_box.last { margin: 0; }
.info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis2 { padding: 1rem; margin: 0 0 0 0; box-sizing: border-box; background-color: #ffffff; }
.info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis2 p { margin: 0; }

@media screen and (min-width: 768px), print { .info_bana { width: 1102px; margin: 60px 0 0 0; box-sizing: border-box; box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.16); position: relative; }
  .info_bana .info_bana_title { width: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#183060+0,606d87+100 */ background: #183060; /* Old browsers */ background: -moz-linear-gradient(left, #183060 0%, #606d87 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #183060 0%, #606d87 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #183060 0%, #606d87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183060', endColorstr='#606d87',GradientType=1 ); /* IE6-9 */ }
  .info_bana .info_bana_title .info_bana_title_in { padding: 28px 36px; box-sizing: border-box; width: 100%; height: 100%; background: url("../images/logo_bana_1.png") no-repeat; background-position: right 24px bottom 0; background-size: 233px; }
  .info_bana .info_bana_title .info_bana_title_in p { margin: 0; color: #ffffff; font-size: 2.8rem; font-weight: bold; }
  .info_bana .info_bana_content { width: 100%; background-color: #EEEEEE; }
  .info_bana .info_bana_content .info_bana_content_in { padding: 36px 30px; box-sizing: border-box; width: 100%; height: 100%; background: url("../images/logo_bana_2.png") no-repeat; background-position: right 24px top 0; background-size: 233px; }
  .info_bana .info_bana_content .info_bana_content_in p { margin: 0 0 5px 0; color: #444444; font-size: 2rem; font-weight: bold; }
  .info_bana .info_bana_content .info_bana_content_in p span { color: #0072bc; }
  .info_bana .info_bana_content .info_bana_content_in p span.large { font-size: 2.4rem; }
  .info_bana .info_bana_content .info_bana_content_in p.mb { margin: 0 0 32px 0; }
  .info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis { border: #0072bc 2px solid; box-sizing: border-box; padding: 14px; margin: 32px 0 0 0; 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; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis .bluetext { color: #0072bc; font-size: 2.2rem; margin: 0 56px 0 0; text-align: left; }
  .info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis .blue_box { background-color: #0072bc; color: #ffffff; font-size: 2rem; padding: 16px 20px; box-sizing: border-box; border-radius: 5px; text-align: center; margin: 0 20px 0 0; }
  .info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis .blue_box.last { margin: 0; }
  .info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis2 { padding: 16px; margin: 0 0 0 0; box-sizing: border-box; background-color: #ffffff; }
  .info_bana .info_bana_content .info_bana_content_in .info_bana_content_emphasis2 p { margin: 0; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { background-color: #939393; width: 100%; margin: 0; padding: 3rem 0 0 0; }
.overview h2.overview_h2 img { width: 50%; max-width: 213px; display: block; margin: 0 auto; }
.overview .overview_title { color: #ffffff; font-size: 1.2rem; width: 96%; margin: 2rem auto 0.4rem auto; }
.overview table.timetable { width: 96%; margin: 0 auto 1rem auto; }
.overview .notice_time { width: 96%; margin: 0 auto 0 auto; }
.overview .overview_frame { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; width: 96%; margin: 0 auto; padding: 3rem 0; }
.overview .overview_frame .overview_frame_left { width: 100%; }
.overview .overview_frame .overview_frame_left img { width: 100%; height: auto; }
.overview .overview_frame .overview_frame_left a.map_link { color: #ffffff; text-align: right; font-size: 1.4rem; display: block; text-decoration: none; margin: 0.6rem 0 0 0; }
.overview .overview_frame .overview_frame_right { margin: 4rem 0 0 0; }
.overview .overview_frame .overview_frame_right dl { 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; border-top: #ffffff 1px solid; padding: 1rem 0 0 0; }
.overview .overview_frame .overview_frame_right dl dt { color: #ffffff; width: 25%; font-size: 1.2rem; letter-spacing: 0.05em; margin: 0 0 1rem 0; padding: 0 0 1rem 0; border-bottom: #ffffff 1px solid; line-height: 120%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.overview .overview_frame .overview_frame_right dl dd { color: #ffffff; width: 75%; font-size: 1.2rem; margin: 0 0 1rem 0; padding: 0 0 1rem 0; border-bottom: #ffffff 1px solid; line-height: 120%; }
.overview .overview_frame .overview_frame_right dl dd p { margin: 0 0 0.8rem 0; line-height: 130%; }
.overview .overview_frame .overview_frame_right dl dd p.tel_box { color: #ffffff; margin: 0; }
.overview .overview_frame .overview_frame_right dl dd p.tel_box .tel { color: #ffffff; font-size: 2rem; }
.overview .overview_frame .overview_frame_right dl dd p.tel_box i { font-size: 2rem; color: #ffffff; padding: 0 0 0 0.6rem; }
.overview .overview_frame .overview_frame_right dl dd p.tel_box a { color: #ffffff; text-decoration: none; }
.overview .overview_frame .overview_frame_right dl dd .yellow { color: #fff21d; }

@media screen and (min-width: 768px), print { .overview { background-color: #939393; background: url(../images/a_overview_bg.jpg) no-repeat; background-size: cover; background-position: center top; width: 100%; margin: 150px 0 0 0; padding: 72px 0 0 0; height: 1355px; overflow: hidden; }
  .overview h2.overview_h2 img { width: 213px; max-width: 213px; display: block; margin: 0 auto; }
  .overview .overview_title { color: #ffffff; font-size: 2rem; width: 1110px; margin: 50px auto 0.4rem auto; }
  .overview table.timetable { width: 1110px; margin: 0 auto 1rem auto; }
  .overview .notice_time { width: 1110px; margin: 0 auto 0 auto; }
  .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1110px; margin: 0 auto; padding: 3rem 0; }
  .overview .overview_frame .overview_frame_left { width: 543px; }
  .overview .overview_frame .overview_frame_left img { width: 543px; height: auto; }
  .overview .overview_frame .overview_frame_left a.map_link { color: #ffffff; text-align: right; font-size: 1.6rem; display: block; text-decoration: none; margin: 12px 0 0 0; }
  .overview .overview_frame .overview_frame_left a.map_link:hover { text-decoration: underline; }
  .overview .overview_frame .overview_frame_right { width: 540px; margin: 0 0 0 0; }
  .overview .overview_frame .overview_frame_right dl { 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; border-top: #ffffff 2px solid; padding: 1rem 0 0 0; }
  .overview .overview_frame .overview_frame_right dl dt { color: #ffffff; width: 120px; font-size: 2rem; letter-spacing: 0.05em; margin: 0 0 1rem 0; padding: 20px 0 20px 0; border-bottom: #ffffff 2px solid; line-height: 140%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  .overview .overview_frame .overview_frame_right dl dd { color: #ffffff; width: 420px; font-size: 1.8rem; margin: 0 0 1rem 0; padding: 20px 0 20px 0; border-bottom: #ffffff 2px solid; line-height: 140%; }
  .overview .overview_frame .overview_frame_right dl dd p { line-height: 120%; margin: 0 0 10px 0; }
  .overview .overview_frame .overview_frame_right dl dd p.tel_box { color: #ffffff; margin: 0; }
  .overview .overview_frame .overview_frame_right dl dd p.tel_box .tel { color: #ffffff; font-size: 4rem; }
  .overview .overview_frame .overview_frame_right dl dd p.tel_box i { font-size: 4rem; color: #ffffff; padding: 0 0 0 0.6rem; }
  .overview .overview_frame .overview_frame_right dl dd p.tel_box a { color: #ffffff; text-decoration: none; }
  .overview .overview_frame .overview_frame_right dl dd .yellow { color: #fff21d; } }
/* -----------------------------------------------------------
　googlemap
----------------------------------------------------------- */
iframe.googlemap { width: 100%; height: 400px; }

@media screen and (min-width: 768px), print { iframe.googlemap { width: 100%; height: 500px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #183060; }
footer .copyright 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: #002575; /*background-color: rgba(116,188,31,1.00);*/ z-index: 999999; }
.footer_link a.footer_tel { width: 40%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #002575; 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.3rem; }
.footer_link a.footer_reservation { width: 40%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #002575; 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.3rem; }
.footer_link .smoothScrolls { background-color: #002575; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.3rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.2rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 260px; padding: 0; box-sizing: border-box; padding: 58px 0 0 0; margin: 0 0 0 0; overflow: hidden; background-color: #183060; }
  footer .footer_frame { display: block; width: 1110px; margin: 0 auto 40px auto; padding: 0; box-sizing: border-box; }
  footer .footer_frame ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
  footer .footer_frame ul li { margin: 0 8px 28px 0; }
  footer .footer_frame ul li a { color: #ffffff; text-decoration: none; line-height: 140%; font-size: 1.6rem; }
  footer .footer_frame ul li a br { display: none; }
  footer .footer_frame ul li a img { display: none; }
  footer .footer_frame ul li a:hover { text-decoration: underline; }
  footer .footer_frame ul li a ul { display: none; }
  footer .footer_frame ul li a br { display: none; }
  footer .footer_frame ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 0 0 8px; color: #ffffff; font-size: 1.6rem; }
  footer .footer_frame ul li:last-child::after { content: ""; }
  footer .footer_frame ul li.treatment { display: none; }
  footer .copyright { display: block; margin: 0; text-align: center; padding: 4px 0; color: #ffffff; font-size: 1.6rem; height: auto; max-width: 2000px; border-top: none; letter-spacing: 0.05em; background-color: #183060; }
  footer .copyright a { color: #ffffff; text-decoration: none; }
  footer .copyright a:hover { text-decoration: underline; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 3.8rem; right: 0; height: 1rem; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 59px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 0; left: 50%; margin: 0 0 0 585px; height: 120px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 20px; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 30px; left: 90%; margin: 0 0 0 0; height: 90px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
/*関数*/
@use "base" as *;
.main_nav_sp { width: 100%; }
.main_nav_sp .drawr { display: none; position: fixed; top: 0; width: 100%; padding: 0 0 2rem 0; margin: 0 0 0 0; z-index: 99999999; background-color: #ffffff; overflow-x: hidden; overflow: auto; height: 100%; overflow-y: scroll; -ms-overflow-style: none; /* IE, Edge 対応 */ scrollbar-width: none; /* Firefox 対応 */ }
.main_nav_sp .drawr::-webkit-scrollbar { display: none; }
.main_nav_sp .drawr ul.hbg { list-style-type: none; border-top: #444444 1px solid; width: 90%; margin: 20vw auto 20vw auto; }
.main_nav_sp .drawr ul.hbg li { width: 100%; text-align: center; }
.main_nav_sp .drawr ul.hbg li.treatment:hover { cursor: pointer; cursor: hand; }
.main_nav_sp .drawr ul.hbg li.treatment span::after { font-family: "fontello"; content: "\00f004"; margin: 0 0 0 0.5rem; }
.main_nav_sp .drawr ul.hbg li.open_treatment span::after { font-family: "fontello"; content: "\00f005"; margin: 0 0 0 0.5rem; }
.main_nav_sp .drawr ul.hbg li a { color: #183060; font-size: 1.2rem; text-decoration: none; padding: 1rem; border-bottom: #183060 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%; }
.main_nav_sp .drawr ul.hbg li ul { display: none; list-style-type: none; }
.main_nav_sp .drawr ul.hbg li ul.open_nav { display: block; }
.main_nav_sp .drawr ul.hbg li ul li a { background-color: #338ec9; color: #ffffff; border-bottom: none; text-align: center; border-bottom: #ffffff 1px solid; }
.main_nav_sp .drawr ul.hbg li ul li a span br { display: none; }
.main_nav_sp .drawr ul.hbg li ul li a span::after { content: "" !important; }
.main_nav_sp .openNav { display: block; animation-name: fade-in; animation-duration: 0.8s; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; height: 14vw; }

.toggle-label { cursor: pointer; display: block; height: 12vw; padding: 4px 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: 10vw; background: #183060; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-family: 'ibmplexsansjp_semiBold'; font-size: 1.1rem; color: #183060; 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; font-weight: bold; font-size: 1.1rem; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; font-weight: bold; font-size: 1.1rem; }

.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: block; width: 16vw; height: 16vw; position: fixed; cursor: pointer; right: 0; top: 0; z-index: 99999999999; padding: 0; background-color: #ffffff; }

/*見出し*/
h1 { margin: 0; }

h2.top { color: #0072bc; font-size: 2.4rem; font-family: 'zenkakugothicnew_blod'; font-weight: bold; text-align: center; margin: 0 0 1rem 0; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center center; background-size: 50%; height: 42vw; 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; }
h2.top span { font-family: 'zenkakugothicnew_regular'; font-size: 1.4rem; font-weight: normal; display: block; color: #444444; }
h2.low { color: #0072bc; font-size: 2.4rem; font-weight: normal; text-align: center; margin: 4rem 0 1rem 0; background: url(../images/low_bg.jpg) no-repeat; background-position: center center; background-size: 40%; height: 40vw; 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; }
h2.first { margin: 0.1rem 0 1rem 0; }

h3 { color: #183060; font-weight: normal; font-size: 1.9rem; background: url(../images/h3_line.gif) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 2rem 0 1rem 0; }
h3.first { margin: 0.1rem 0 1rem 0; }

h4 { color: #b81b25; font-size: 1.8rem; font-weight: normal; padding: 0.1rem 0 0.4rem 0; box-sizing: border-box; margin: 2rem 0 1rem 0; border-bottom: #b81b25 4px solid; }
h4.first { margin: 0.1rem 0 2rem 0; }

h5 { color: #0072bc; font-size: 1.7rem; font-weight: normal; padding: 0.1rem 0 0.4rem 0; box-sizing: border-box; margin: 2rem 0 1rem 0; border-bottom: #0072bc 4px dotted; }
h5.first { margin: 0.1rem 0 2rem 0; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top { color: #0072bc; font-family: 'zenkakugothicnew_blod'; font-size: 4.6rem; font-weight: bold; text-align: center; margin: 0 0 1rem 0; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center center; background-size: 257px; height: 214px; 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; }
  h2.top span { font-family: 'zenkakugothicnew_regular'; font-size: 2.2rem; font-weight: normal; display: block; color: #444444; }
  h2.low { color: #0072bc; font-size: 4.6rem; font-weight: normal; text-align: center; margin: 40px 0 32px 0; background: url(../images/low_bg.jpg) no-repeat; background-position: center center; background-size: 192px; height: 161px; 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; }
  h2.first { margin: 1px 0 32px 0; }
  h3 { color: #183060; font-weight: normal; font-size: 3rem; background: url(../images/h3_line.gif) repeat-x; background-position: left bottom; padding: 0 0 18px 0; margin: 20px 0 20px 0; }
  h3.first { margin: 1px 0 20px 0; }
  h4 { color: #b81b25; font-size: 2.8rem; font-weight: normal; box-sizing: border-box; padding: 0 0 12px 0; margin: 20px 0 20px 0; border-bottom: #b81b25 4px solid; }
  h4.first { margin: 1px 0 20px 0; }
  h5 { color: #0072bc; font-size: 2.6rem; font-weight: normal; box-sizing: border-box; padding: 0 0 12px 0; margin: 20px 0 20px 0; border-bottom: #0072bc 4px dotted; }
  h5.first { margin: 1px 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_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 20px 20px; }
  .img_right img { width: 445px; height: auto; }
  .img_left { float: left; margin: 0 20px 20px 0; text-align: center; }
  .img_left img { width: 445px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 446px; 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 { line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*〇*/
ul.list_circle { line-height: 160%; font-size: 1.2rem; 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.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.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: #183060; }
ul.list_maru li span { color: #183060; }
ul.list_maru li span.text_red { color: #b81b25; font-weight: bold; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

ul.list_maru_three { padding: 0; margin: 0; }
ul.list_maru_three li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.2rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  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: #183060; }
  ul.list_maru li span { color: #183060; }
  ul.list_maru li span.text_red { color: #b81b25; 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: 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_three { padding: 0; 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; }
  ul.list_maru_three li { width: 33%; 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_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.2rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 25%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 75%; 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: 1110px; margin: 0; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1010px; margin: 0 0 20px 0; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #183060; text-align: center; display: block; margin: 30px auto; }

strong { font-size: 1.2rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; }

.text_bold { font-weight: bold; }

.two_box { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

.green_btn { font-size: 1.4rem; color: #ffffff; width: 100%; padding: 1rem 0; border-radius: 0.4rem; display: block; text-align: center; background: url(../images/a_arrow.png) no-repeat; background-position: right 4% center; background-color: #183060; text-decoration: none; }

.uketuke_text { color: #183060; font-weight: bold; margin: 0 0 0 0; }

.yoyaku_num_text { margin: 2rem 0 0 0; color: #183060; font-weight: bold; }

.yoyaku_num { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; color: #183060; font-size: 2.4rem; }
.yoyaku_num a { color: #183060; font-size: 2rem; font-weight: bold; text-decoration: none; display: block; }
.yoyaku_num p { color: #183060; font-size: 2rem; font-weight: bold; text-decoration: none; }

.green_box { background-color: #0072bc; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; }

.orange_box { border: #338ec9 2px solid; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; }
.orange_box dl { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; font-size: 1.2rem; line-height: 170%; }
.orange_box dl dt { width: 12%; margin: 0 0 0.6rem 0; }
.orange_box dl dd { width: 88%; margin: 0 0 0.6rem 0; }
.orange_box span.num { font-size: 1.2rem; color: #ffffff; background-color: #183060; border-radius: 50%; width: 5vw; height: 5vw; display: inline-block; text-align: center; line-height: 120%; }
.orange_box span.btn { color: #183060; background-color: #ffffff; border: #183060 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }

.flow_box { background-color: #0072bc; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
.flow_box .flow_no { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; }
.flow_box .flow_no span { font-size: 1.4rem; color: #ffffff; background-color: #183060; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 7vw; height: 7vw; }
.flow_box div { width: 85%; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.flow_box div p { margin: 0; line-height: 180%; }
.flow_box div a { color: #183060; }
.flow_box div span { color: #183060; }
.flow_box div span.btn { color: #183060; background-color: #ffffff; border: #183060 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }

.link_here { color: #444444; }

.red_text { color: red; }

@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 #183060; text-align: center; display: block; margin: 30px auto; }
  strong { font-size: 1.8rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 160%; }
  .text_bold { font-weight: bold; }
  .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: 50%; }
  .green_btn { font-size: 1.8rem; color: #ffffff; width: 400px; height: 70px; padding: 0; border-radius: 0.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; background: url(../images/a_arrow.png) no-repeat; background-position: right 4% center; background-color: #183060; text-decoration: none; }
  .green_btn:hover { opacity: 0.6; }
  .uketuke_text { color: #183060; font-weight: bold; margin: 0 0 0 0; }
  .yoyaku_num_text { margin: 40px 0 0 0; color: #183060; font-weight: bold; }
  .yoyaku_num { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; color: #183060; font-size: 4rem; }
  .yoyaku_num a { color: #183060; font-size: 2rem; font-weight: bold; text-decoration: none; display: block; }
  .yoyaku_num p { color: #183060; font-size: 2rem; font-weight: bold; text-decoration: none; }
  .green_box { background-color: #0072bc; padding: 25px; box-sizing: border-box; margin: 0 0 20px 0; }
  .orange_box { border: #338ec9 2px solid; padding: 25px; box-sizing: border-box; margin: 0 0 20px 0; }
  .orange_box dl { width: 896px; 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; box-sizing: border-box; font-size: 1.6rem; line-height: 170%; }
  .orange_box dl dt { width: 50px; margin: 0 0 1rem 0; }
  .orange_box dl dd { width: 846px; margin: 0 0 1rem 0; }
  .orange_box span.num { font-size: 1.6rem; color: #ffffff; background-color: #183060; border-radius: 50%; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 180%; }
  .orange_box span.btn { color: #183060; background-color: #ffffff; border: #183060 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
  .flow_box { background-color: #0072bc; padding: 25px; box-sizing: border-box; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; }
  .flow_box .flow_no { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; }
  .flow_box .flow_no span { font-size: 1.8rem; color: #ffffff; background-color: #183060; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 40px; height: 40px; }
  .flow_box div { width: 800px; margin: 0 0 0 20px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; line-height: 180%; }
  .flow_box div a { color: #183060; }
  .flow_box div span { color: #183060; }
  .flow_box div span.btn { color: #183060; background-color: #ffffff; border: #183060 1px solid; padding: 0 0.4rem; margin: 0 0.2rem; }
  .link_here { color: #444444; }
  .link_here:hover { opacity: 0.6; }
  .red_text { color: red; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
/*
.doctor_box{ figure{ img{ width: 60%; display: block; margin: 0 auto; } figcaption{ text-align: center; font-size: $text_sp; margin: 2.5rem 0 3rem 0; line-height: 180%; span{ display: block; font-size: 2rem; } } }
}

.doctor_profile{ 
}
*/
.doctor_img img { width: 60%; display: block; margin: 0 auto; }
.doctor_img figcaption { text-align: center; font-size: 1.2rem; margin: 2.5rem 0 3rem 0; line-height: 180%; }
.doctor_img figcaption span { display: block; font-size: 2rem; }

.doctor_img2 img { width: 60%; display: block; margin: 0 auto 2rem auto; }

@media screen and (min-width: 768px), print { .doctor_img { width: 370px; display: block; margin: 0 20px 0 0; padding: 0; float: left; }
  .doctor_img img { width: 100%; display: block; margin: 0 0 0 0; }
  .doctor_img figcaption { text-align: center; font-size: 1.8rem; margin: 2.5rem 0 3rem 0; line-height: 180%; }
  .doctor_img figcaption span { display: block; font-size: 2.6rem; }
  .doctor_img2 { width: 350px; display: block; margin: 0 0 0 20px; padding: 0; float: right; }
  .doctor_img2 img { width: 350px; display: block; margin: 0; }
  /*   .doctor_box{ width: $hp_width; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction:row; flex-direction:row;   figure{ width: 370px; display: block; margin: 0; padding: 0; img{ width: 100%; display: block; margin: 0 auto; } figcaption{ text-align: center; font-size: $text_pc; margin: 2.5rem 0 3rem 0; line-height: 180%; span{ display: block; font-size: 2.6rem; } } } .doctor_greeting{ width: 700px;  section{ margin: 0;   }  } }  .doctor_profile{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction:row; flex-direction:row; section{ width: 45%; } }   */ }
/* -----------------------------------------------------------
　院内紹介
----------------------------------------------------------- */
.machine_list figure img { width: 80%; display: block; margin: 0 auto 2rem auto; }
.machine_list p { width: 80%; margin: 0 auto 0 auto; }

@media screen and (min-width: 768px), print { .machine_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_list section { width: 45%; display: block; }
  .machine_list section figure img { width: 100%; display: block; margin: 0 auto 2rem auto; }
  .machine_list section p { width: 100%; margin: 0 auto 0 auto; }
  .machine_list div.cpap { width: 100%; }
  .machine_list div.cpap section { width: 100%; display: block; }
  .machine_list div.cpap section .cpap_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_list div.cpap section figure { width: 45%; }
  .machine_list div.cpap section figure img { width: 100%; display: block; margin: 0 auto 2rem auto; }
  .machine_list div.cpap section p { width: 100%; margin: 0 auto 0 auto; } }
/*----------------------------------------------------------- アクセス
----------------------------------------------------------- */
.access_timetable table.timetable tr th { color: #ffffff; background-color: #183060; }
.access_timetable table.timetable tr td { color: #183060; border-bottom: #183060 1px solid; }
.access_timetable table.timetable tr td i { color: #183060; }
.access_timetable .notice_time { color: #183060; }

.access_box figure.access_box_left img { width: 100%; }
.access_box .access_box_right { width: 100%; }

@media screen and (min-width: 768px), print { .access_timetable table.timetable tr th { color: #ffffff; background-color: #183060; }
  .access_timetable table.timetable tr td { color: #183060; border-bottom: #183060 1px solid; }
  .access_timetable table.timetable tr td i { color: #183060; }
  .access_timetable .notice_time { color: #183060; }
  .access_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1110px; }
  .access_box figure.access_box_left { width: 543px; }
  .access_box figure.access_box_left img { width: 543px; }
  .access_box .access_box_right { width: 547px; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.reservation_text { text-align: center; line-height: 180%; margin: 3rem 0 0 0; }
.reservation_text span { color: #b81b25; font-size: 2rem; line-height: 180%; }

a.reservation_btn { color: #ffffff; text-decoration: none; width: 100%; height: 12vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background: url(../images/index_treatment_bg.jpg) no-repeat; background-size: cover; background-position: center center; font-size: 1rem; text-align: center; line-height: 140%; }

@media screen and (min-width: 768px), print { .reservation_text { text-align: center; line-height: 180%; margin: 60px 0 0 0; }
  .reservation_text span { color: #b81b25; font-size: 2rem; line-height: 180%; }
  a.reservation_btn { color: #ffffff; text-decoration: none; width: 350px; height: 80px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background: url(../images/index_treatment_bg.jpg) no-repeat; background-size: cover; background-position: center center; font-size: 2.4rem; text-align: center; line-height: 120%; margin: 0 auto; }
  a.reservation_btn:hover { transform: translateY(-8px); 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.reservation_btn:hover { filter: none; } } }

/*# sourceMappingURL=style.css.map */
