@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑*/
/*緑2*/
/*オレンジ*/
/*黄色*/
/*緑3*/
/*緑4*/
/*緑5*/
/*薄い黄色*/
/*オレンジ2*/
/*オレンジ3*/
/*薄い黄色2*/
/*黒*/
/*緑*/
/*茶色3*/
/*紺色1*/
/*茶色4*/
/*紺色2*/
/*紺色3*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/*オレンジ色*/
/*オレンジ色*/
/*緑*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #010101; background-color: #ffffff; padding: 0 0 14vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #010101; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'firasansextracondensed'; src: url(../font/FiraSansExtraCondensed-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'firasansextracondensed_bold'; src: url(../font/FiraSansExtraCondensed-Bold.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 2rem 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; }

.bg-none { background: none !important; }

.bg-yellow { background: #fdffa9 !important; }

.red { color: #ff0000; }

.text_bold { font-weight: bold; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.block { display: block; }

.panel-orange { margin: 20px auto; padding: 20px 15px 0px; border: #ff8800 2px solid; width: 86%; text-align: left; }

.panel-orange-dark { margin: 20px auto; padding: 20px 15px 0px; border: #FF6200 2px solid; width: 86%; text-align: left; }

.panel-font { font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .panel-font { font-size: 2.2rem !important; } }
.white-border { text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px; }

.gray-border { text-shadow: #e9e9e7 2px 0px 0px, #e9e9e7 -2px 0px 0px, #e9e9e7 0px -2px 0px, #e9e9e7 0px 2px 0px, #e9e9e7 2px 2px 0px, #e9e9e7 -2px 2px 0px, #e9e9e7 2px -2px 0px, #e9e9e7 -2px -2px 0px, #e9e9e7 1px 2px 0px, #e9e9e7 -1px 2px 0px, #e9e9e7 1px -2px 0px, #e9e9e7 -1px -2px 0px, #e9e9e7 2px 1px 0px, #e9e9e7 -2px 1px 0px, #e9e9e7 2px -1px 0px, #e9e9e7 -2px -1px 0px, #e9e9e7 1px 1px 0px, #e9e9e7 -1px 1px 0px, #e9e9e7 1px -1px 0px, #e9e9e7 -1px -1px 0px; }

.wrapbox { width: 1100px; }

.font-s { font-size: 1.2rem !important; }

.font-l { font-size: 2rem !important; }

.font-xl { font-size: 2.5rem !important; }

.of-wrap { overflow-wrap: break-word; }

.clear_both { clear: both; }

.font-22 { font-size: 1.9rem; }

.font-orange { color: #FF8800; }

.font-orange-dark { color: #FF6200; }

.mamargin10 { margin: 0.8rem 0; }

.mtb-35 { margin: 3.5rem 0; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; }
  .font-s { font-size: 1.4rem !important; }
  .panel-orange, .panel-orange-dark { max-width: 870px; }
  .font-22 { font-size: 2.2rem; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.main { height: auto; width: 96%; margin: 0 auto; padding: 2rem 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .main { height: auto; width: 876px; margin: 0; padding: 6px 38px 46px 38px; box-sizing: border-box; background-color: #ffffff; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 0 5px 0; height: auto; padding: 0; height: 63vw; border-bottom: #35A14B 10px solid; }
header .head_frame { width: 96%; padding: 0; margin: 0 auto; }
header .head_frame .head_logo { width: 60%; margin: 0 auto 0 auto; }
header .head_frame .head_logo a img { width: 100%; margin: 2vw 0 0 0; }
header .head_frame .head_info { margin: 1.5rem 0 0 0; }
header .head_frame .head_info .head_info_rsv { margin: 0; text-align: center; }
header .head_frame .head_info .head_info_rsv a { display: inline-block; background: #FFB41E; color: #fff; text-decoration: none; font-size: 1.6rem; padding: .8rem 0; border-radius: 5px; width: 60%; }
header .head_frame .head_info .head_info_rsv a i { margin-right: 0.2em; }
header .head_frame .head_info .head_info_tel { margin: 1rem 0 0 0; font-weight: bold; line-height: 100%; text-align: center; font-size: 2.6rem; }
header .head_frame .head_info .head_info_tel i { color: #35A14B; margin: 0; }
header .head_frame .head_info .head_info_tel span { color: #35A14B; font-family: 'firasansextracondensed'; font-weight: normal; }
header .head_frame .head_info .head_info_tel a { color: #35A14B; font-family: 'firasansextracondensed'; font-weight: normal; text-decoration: none; }
header .head_frame .head_info .head_info_access { text-align: center; font-size: 1.4rem; margin: 0.8rem 0 0 0; }
header .head_frame .head_info .head_info_access i { color: #44aa2a; font-size: 1.4rem; margin: 0; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 0 6px 0; height: auto; padding: 0; height: 124px; border-bottom: #35A14B 12px solid; }
  header .head_frame { width: 1100px; height: 124px; padding: 0; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  header .head_frame .head_logo { width: 271px; margin: 0; }
  header .head_frame .head_logo a img { width: 271px; margin: 22px 0 0 0; }
  header .head_frame .head_info { width: 820px; margin: 22px 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  header .head_frame .head_info .head_info_rsv { margin: 0 2rem 0 0; width: 160px; }
  header .head_frame .head_info .head_info_rsv a { display: block; width: auto; }
  header .head_frame .head_info .head_info_tel { font-weight: bold; line-height: 100%; text-align: center; margin: 0 20px 0 0; }
  header .head_frame .head_info .head_info_tel i { color: #35A14B; font-size: 2.8rem; margin: 0; }
  header .head_frame .head_info .head_info_tel span { color: #35A14B; font-size: 3.7rem; font-family: 'firasansextracondensed'; font-weight: normal; }
  header .head_frame .head_info .head_info_tel a { color: #35A14B; font-size: 3.7rem; font-family: 'firasansextracondensed'; font-weight: normal; text-decoration: none; }
  header .head_frame .head_info .head_info_access { text-align: left; font-size: 1.6rem; margin: 0 0 0 0; display: flex; align-items: center; line-height: 1.4; }
  header .head_frame .head_info .head_info_access i { color: #35A14B; font-size: 2.8rem; margin: 0 0.4rem 0 0; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 50vw; }
.key_visual .key_on { width: 100%; height: 50vw; position: relative; }
.key_visual .key_on .key_text { position: absolute; /*right: -1vw;*/ right: 0; bottom: 3rem; width: 40%; padding: 0.5rem; font-weight: bold; }
.key_visual .key_on .key_text p { position: relative; width: 100%; height: 23vw; display: block; overflow: visible; background-color: rgba(255, 255, 255, 0.8); border-radius: 0.6rem; z-index: 12; margin: 0; line-height: 120%; }
.key_visual .key_on .key_text p span { font-size: 1rem; text-align: left; color: #010101; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-radius: 0.6rem; width: 100%; height: 23vw; margin: 0; position: absolute; top: -5px; left: -5px; z-index: 9; border: #35A14B 2px solid; box-sizing: border-box; line-height: 120%; padding: 0.4rem 0 0 1rem; box-sizing: border-box; }
.key_visual .key_on .key_staff { position: absolute; bottom: -1vw; right: 1vw; margin: 0; width: 50%; height: 10vw; }
.key_visual .key_on .key_staff span { position: relative; width: 100%; height: 8vw; display: block; overflow: visible; background-color: #FFAA00; border-radius: 0.6rem; z-index: 12; }
.key_visual .key_on .key_staff span a { font-size: 1rem; text-align: center; color: #ffffff; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-radius: 0.6rem; width: 100%; height: 8vw; margin: 0; position: absolute; top: -5px; left: -5px; z-index: 9; border: #FF8800 2px solid; box-sizing: border-box; padding: 0.4rem 0 0 0; box-sizing: border-box; }

.bnr_inful { background: #ffb61c; margin: 2rem auto; width: 93%; padding: 2px; border-radius: 0.8rem; }
.bnr_inful a { padding: 0.9rem 0.5rem; box-sizing: border-box; background: rgba(255, 255, 255, 0.8); border-radius: 0.8rem; text-decoration: none; color: #ffb61c; line-height: 1.4; display: flex; justify-content: space-evenly; align-items: center; font-size: 1.6rem; }
.bnr_inful a::after { font-family: "fontello"; content: "\00e813"; color: #ffffff; background: #ffb61c; width: 10vw; height: 10vw; border-radius: 50%; padding: 1rem; font-weight: normal; display: flex; justify-content: center; align-items: center; font-size: 3rem; }
@media screen and (min-width: 768px), print { .bnr_inful { width: 630px; margin: 58px auto; padding: 3px 4px; border-radius: 15px; }
  .bnr_inful a { padding: 1rem; border-radius: 15px; font-size: 3rem; }
  .bnr_inful a::after { width: 8rem; height: 8rem; font-size: 5rem; }
  .bnr_inful a:hover { opacity: 0.8; transition: all 0.3s ease 0s; } }

.bnr_recruit { position: relative; }
.bnr_recruit a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; }
.bnr_recruit:hover { opacity: 0.6; transition: all 0.3s ease 0s; }

.bg { background: url(../images/bnr_recruit.jpg) no-repeat; background-position: 47% 30%; background-color: #e7e9e8; width: auto; min-height: 180px; }

.w964 { margin: 1rem; margin-top: 4rem; border: red 3px solid; border-radius: 15px; }
.w964 p { color: #010101; padding: 30px 0 10px 10px; line-height: 1.4; margin-bottom: initial; text-shadow: 2px 2px 1px #ffffff; }

.w700 { margin: 1rem; margin-top: 4rem; }
.w700 p { padding: 24px 0 10px 10px; }

.bnr_hpv { background: url(../images/bnr_hpv.png) no-repeat; background-size: 26%; background-position: right 1% bottom 5%; width: auto; min-height: 100px; position: relative; border: #FF8800 3px solid; }
.bnr_hpv a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; color: #61AE53; }
.bnr_hpv:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
.bnr_hpv p { font-size: 1.5rem; }

.inline-block { display: inline-block; }

.font30 { font-size: 2rem; }

.pt15 { padding-top: 1.5rem; }

.bold { font-weight: bold; }

.font20 { font-size: 1.5rem; }

.red { color: red; }

.key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center center; width: 100%; height: 30vw; }
.key_visual_low h1 { width: 100%; height: 30vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #1A1A1A; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-weight: bold; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; padding: 0; }

@media screen and (min-width: 768px), print { .w964 { max-width: 946px; margin: 0 auto 5.8rem; margin-top: 5.8rem; }
  .w964 p { padding: 30px 0 30px 30px; }
  .w700 { max-width: 500px; margin: 0 auto 5.8rem; margin-top: 5.8rem; }
  .w700 p { padding: 20px 0 30px 40px; }
  .bnr_hpv { background-size: contain; background-position: right 5% bottom 5%; min-height: 120px; }
  .bnr_hpv p { font-size: 2.5rem; }
  .pt15 { padding-top: 1rem; }
  .font20 { font-size: 2rem; }
  .font30 { font-size: 3rem; }
  .bg { width: 100%; background-position: 100% 35%; }
  .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 497px; width: 100%; box-sizing: border-box; }
  .key_visual .key_on { width: 1100px; height: 497px; margin: 0 auto; position: relative; }
  .key_visual .key_on .key_text { position: absolute; right: 0; bottom: 203px; width: 412px; padding: 0; font-weight: bold; }
  .key_visual .key_on .key_text p { position: relative; width: 412px; height: 147px; display: block; overflow: visible; background-color: rgba(255, 255, 255, 0.8); border-radius: 0.6rem; z-index: 12; margin: 0; line-height: 160%; }
  .key_visual .key_on .key_text p span { white-space: nowrap; font-size: 2.4rem; text-align: justify; color: #010101; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-radius: 0.6rem; width: 412px; height: 147px; margin: 0; position: absolute; top: -7px; left: -7px; z-index: 9; border: #35A14B 2px solid; box-sizing: border-box; line-height: 160%; padding: 15px 0 0 22px; box-sizing: border-box; letter-spacing: 0; }
  .key_visual .key_on .key_staff { position: absolute; bottom: 120px; right: 84px; margin: 0; width: 328px; height: 53px; }
  .key_visual .key_on .key_staff span { position: relative; width: 328px; height: 53px; display: block; overflow: visible; background-color: #FFAA00; border-radius: 10px; z-index: 12; }
  .key_visual .key_on .key_staff span a { font-size: 2rem; text-align: center; color: #ffffff; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-radius: 10px; width: 328px; height: 53px; margin: 0; position: absolute; top: -7px; left: -7px; z-index: 9; border: #FF8800 2px solid; box-sizing: border-box; padding: 10px 0 0 0; }
  .key_visual .key_on .key_staff span a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .key_visual_low { background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center center; width: 100%; height: 196px; }
  .key_visual_low h1 { width: 100%; height: 196px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #1A1A1A; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-weight: bold; font-size: 3.4rem; text-align: center; letter-spacing: 0.1em; padding: 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 20px; margin: 0 0 15px 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; background-position: left center; }
  .main_nav_pc nav { width: 820px; height: 20px; margin: 0 auto; padding: 0; background-color: #ffffff; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: auto; box-sizing: border-box; height: 20px; padding: 0; position: relative; margin: 0 0 0 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 20px; text-align: center; font-weight: normal; margin: 0 0 0 16px; }
  .main_nav_pc nav ul li.recruit { display: none; }
  .main_nav_pc nav ul li a { text-decoration: none; text-align: center; color: #010101; height: 20px; width: 100%; box-sizing: border-box; margin: 0; padding: 0 0 0 10px; letter-spacing: 0.05em; font-size: 1.6rem; font-weight: normal; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; background: url("../images/icon06.png") no-repeat; background-position: left center; }
  .main_nav_pc nav ul li a::after { position: absolute; bottom: 0; left: 0; content: ''; width: 100%; height: 2px; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; background: #35A14B; }
  .main_nav_pc nav ul li a:hover::after { transform: scale(1, 1); }
  .main_nav_pc nav ul li ul { width: 190px; height: auto; display: none; margin: 0 0 0 0; padding: 0 0 0 0; position: relative; z-index: 99999; }
  .main_nav_pc nav ul li ul li { width: 190px; height: 33px; margin: 0 0 0 0; }
  .main_nav_pc nav ul li ul li a { font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #FF8000; width: 220px; height: 33px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; background: none; background-color: #FFFFAB; border-bottom: #44aa2a 1px solid; padding: 0 0 0 16px; box-sizing: border-box; }
  .main_nav_pc nav ul li ul li a::before { content: ""; }
  .main_nav_pc nav ul li ul li a::after { content: ""; display: none; }
  .main_nav_pc nav ul li ul li a:hover { background-color: #eded73; color: #FF8000; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li.treatment { width: 80px; }
  .main_nav_pc nav ul li.treatment a i { display: none; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.info_bg { padding: 2rem 0; box-sizing: border-box; margin: 2rem 0 0 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,d9f9d2+25,d9f9d2+25,d9f9d2+85,ffffff+85,ffffff+100 */ background: white; /* Old browsers */ background: -moz-linear-gradient(top, white 0%, white 25%, #d9f9d2 25%, #d9f9d2 25%, #d9f9d2 85%, white 85%, white 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, white 0%, white 25%, #d9f9d2 25%, #d9f9d2 25%, #d9f9d2 85%, white 85%, white 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, white 0%, white 25%, #d9f9d2 25%, #d9f9d2 25%, #d9f9d2 85%, white 85%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ /*お知らせ*/ /*　診療時間表　*/ /*当院の感染症対策*/ }
.info_bg .notice_frame { width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 2rem 0; height: auto; }
.info_bg .notice_frame .notice_box { width: 96%; margin: 0 auto; position: relative; z-index: 0; }
.info_bg .notice_frame .notice_box h2 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37a149+0,53b50a+100 */ background: #37a149; /* Old browsers */ background: -moz-linear-gradient(left, #37a149 0%, #53b50a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #37a149 0%, #53b50a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #37a149 0%, #53b50a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a149', endColorstr='#53b50a',GradientType=1 ); /* IE6-9 */ color: #ffffff; font-weight: normal; width: 50%; height: 43vw; margin: 0 auto; box-sizing: border-box; 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; line-height: 100%; padding: 0 0 0 0; border-radius: 50%; }
.info_bg .notice_frame .notice_box h2 span.eng { font-size: 1.4rem; margin: 1.2rem 0 1rem 0; }
.info_bg .notice_frame .notice_box h2 span.jap { font-size: 1.4rem; margin: 0 0 1rem 0; }
.info_bg .notice_frame .notice_box .notice_area { border: #96d688 2px dotted; border-radius: 0.8rem; background-color: #ffffff; margin: 2rem 0 0 0; padding: 0 0 2rem 0; }
.info_bg .notice_frame .notice_box .notice_area dl { min-height: 80vw; height: auto; margin: 2rem auto 0 auto; width: 96%; }
.info_bg .notice_frame .notice_box .notice_area dl dt { color: #1C712D; margin: 2rem 0 0.4rem 0; padding: 0 0.4rem 0 2rem; font-size: 1.5rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
.info_bg .notice_frame .notice_box .notice_area dl dt span.date { background-color: #fdffa9; color: #ffb61c; padding: 0 1rem; font-family: 'firasansextracondensed_bold'; font-weight: normal; }
.info_bg .notice_frame .notice_box .notice_area dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80e"; color: #ffb61c; display: block; width: 0; height: 0; margin: auto; left: 0; top: 0; }
.info_bg .notice_frame .notice_box .notice_area dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80d"; color: #ffb61c; }
.info_bg .notice_frame .notice_box .notice_area dl dt:first-child { border-top: none; padding: 0 0.4rem 0 2rem; }
.info_bg .notice_frame .notice_box .notice_area dl dt.close::before { font-family: "fontello"; content: "\00e80d"; color: #ffb61c; }
.info_bg .notice_frame .notice_box .notice_area dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 2rem; color: #010101; font-size: 1.4rem; line-height: 160%; display: none; }
.info_bg .notice_frame .notice_box .notice_area dl dd.open { display: block; }
.info_bg .access_box { width: 95%; margin: 0 auto; padding: 0; }
.info_bg .infection_frame h2.infection_title { color: #1C712D; text-align: center; font-size: 2.2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 2rem 0; }
.info_bg .infection_frame h2.infection_title span { margin: 0 0.4rem; }
.info_bg .infection_frame h2.infection_title img { width: 10%; max-width: 54px; }
.info_bg .infection_frame .infection_box { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37a04b+0,53b709+100 */ background: #37a04b; /* Old browsers */ background: -moz-linear-gradient(left, #37a04b 0%, #53b709 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #37a04b 0%, #53b709 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #37a04b 0%, #53b709 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a04b', endColorstr='#53b709',GradientType=1 ); /* IE6-9 */ border-radius: 0.8rem; width: 96%; margin: 0 auto; padding: 2rem 0 3rem 0; overflow: visible; }
.info_bg .infection_frame .infection_box dl { width: 90%; margin: 0 auto 4rem  auto; display: block; }
.info_bg .infection_frame .infection_box dl dt { color: #ffffff; font-size: 1.8rem; font-weight: bold; margin: 0 0 1rem 0; }
.info_bg .infection_frame .infection_box dl dt::before { content: url("../images/icon03.png"); margin: 0 1rem 0 0; }
.info_bg .infection_frame .infection_box dl dd ul { color: #ffffff; font-size: 1.4rem; font-weight: bold; }
.info_bg .infection_frame .infection_box dl dd ul li { margin: 0 0 1rem 2rem; }
.info_bg .infection_frame .infection_box img { width: 80%; height: auto; display: block; margin: 0 auto -4vw auto; }

@media screen and (min-width: 768px), print { .info_bg { padding: 0; box-sizing: border-box; margin: 58px 0 0 0; min-height: 326px; height: auto; background: none; position: relative; /*背景*/ /*お知らせ*/ /*　診療時間表　*/ /*当院の感染症対策*/ }
  .info_bg .info_bg_leaf { position: absolute; top: 140px; width: 100%; height: auto; min-height: 532px; background-color: #d9f9d2; z-index: 0; }
  .info_bg .info_bg_leaf .info_bg_leaf_in { width: 1500px; height: 532px; margin: 0 auto; background: url("../images/index_info_bg.png"), url("../images/index_info_bg.png"); background-position: top 60px left,top 60px right; background-repeat: no-repeat,no-repeat; }
  .info_bg .notice_frame { width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 0; min-height: 326px; height: auto; position: relative; z-index: 1; }
  .info_bg .notice_frame .notice_box { width: 1100px; margin: 0; display: block; min-height: 326px; height: auto; position: relative; }
  .info_bg .notice_frame .notice_box h2 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37a149+0,53b50a+100 */ background: #37a149; /* Old browsers */ background: -moz-linear-gradient(left, #37a149 0%, #53b50a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #37a149 0%, #53b50a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #37a149 0%, #53b50a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a149', endColorstr='#53b50a',GradientType=1 ); /* IE6-9 */ color: #ffffff; font-weight: normal; width: 186px; height: 186px; margin: 0 auto; box-sizing: border-box; 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; line-height: 100%; padding: 0 0 0 0; border-radius: 50%; position: absolute; top: 63px; left: 0; z-index: 2; }
  .info_bg .notice_frame .notice_box h2 span.eng { font-size: 2rem; margin: 15px 0 14px 0; }
  .info_bg .notice_frame .notice_box h2 span.jap { font-size: 2rem; margin: 0 0 14px 0; }
  .info_bg .notice_frame .notice_box .notice_area { border: #96d688 2px dotted; border-radius: 15px; background-color: #ffffff; width: 946px; min-height: 252px; height: auto; margin: 0 0 0 154px; padding: 0 0 30px 0; box-sizing: border-box; }
  .info_bg .notice_frame .notice_box .notice_area dl { min-height: 252px; height: auto; margin: 40px auto 0 auto; width: 870px; }
  .info_bg .notice_frame .notice_box .notice_area dl dt { color: #1C712D; margin: 28px 0 10px 0; padding: 0 0 0 32px; font-size: 2rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
  .info_bg .notice_frame .notice_box .notice_area dl dt br.dt { display: none; }
  .info_bg .notice_frame .notice_box .notice_area dl dt span.date { background-color: #fdffa9; color: #ffb61c; padding: 2px 0 0 0; font-family: 'firasansextracondensed_bold'; font-weight: bold; font-size: 1.6rem; width: 110px; box-sizing: border-box; text-align: center; display: inline-block; line-height: 150%; }
  .info_bg .notice_frame .notice_box .notice_area dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80e"; display: block; width: 0; height: 0; margin: auto; left: 0; top: 0; }
  .info_bg .notice_frame .notice_box .notice_area dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80d"; color: #ffb61c; }
  .info_bg .notice_frame .notice_box .notice_area dl dt:first-child { border-top: none; padding: 0 0 0 32px; margin: 0 0 10px 0; }
  .info_bg .notice_frame .notice_box .notice_area dl dt.close::before { font-family: "fontello"; content: "\00e80d"; color: #ffb61c; }
  .info_bg .notice_frame .notice_box .notice_area dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 2rem; color: #010101; font-size: 1.6rem; line-height: 160%; display: none; }
  .info_bg .notice_frame .notice_box .notice_area dl dd.open { display: block; }
  .info_bg .access_box { width: 1100px; margin: 0 auto; padding: 0; overflow: visible; }
  .info_bg .infection_frame { margin: 58px 0 40px 0; overflow: visible; position: relative; z-index: 1; }
  .info_bg .infection_frame h2.infection_title { color: #1C712D; text-align: center; font-size: 2.8rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 25px 0; }
  .info_bg .infection_frame h2.infection_title span { margin: 0 15px; }
  .info_bg .infection_frame h2.infection_title img { width: 54px; max-width: 54px; }
  .info_bg .infection_frame .infection_box { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#37a04b+0,53b709+100 */ background: #37a04b; /* Old browsers */ background: -moz-linear-gradient(left, #37a04b 0%, #53b709 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #37a04b 0%, #53b709 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #37a04b 0%, #53b709 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a04b', endColorstr='#53b709',GradientType=1 ); /* IE6-9 */ border-radius: 15px; width: 1100px; height: 276px; margin: 0 auto; padding: 0; overflow: visible; position: relative; }
  .info_bg .infection_frame .infection_box dl { width: 600px; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .info_bg .infection_frame .infection_box dl dt { color: #ffffff; font-size: 2.2rem; font-weight: bold; margin: 0 0 1rem 0; width: 210px; }
  .info_bg .infection_frame .infection_box dl dt::before { content: url("../images/icon03.png"); margin: 0 1rem 0 0; }
  .info_bg .infection_frame .infection_box dl dd { width: 390px; }
  .info_bg .infection_frame .infection_box dl dd ul { color: #ffffff; font-size: 1.6rem; font-weight: bold; }
  .info_bg .infection_frame .infection_box dl dd ul li { margin: 0 0 1rem 2rem; }
  .info_bg .infection_frame .infection_box dl.list1 { position: absolute; top: 37px; left: 42px; }
  .info_bg .infection_frame .infection_box dl.list2 { position: absolute; top: 170px; left: 42px; }
  .info_bg .infection_frame .infection_box img { width: 401px; height: auto; display: block; margin: 0; position: absolute; right: 40px; bottom: -40px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .info_bg { /*背景*/ }
  .info_bg .info_bg_leaf .info_bg_leaf_in { width: 1300px; height: 532px; margin: 0 auto; background: url("../images/index_info_bg.png"), url("../images/index_info_bg.png"); background-position: top 60px left,top 60px right; background-repeat: no-repeat,no-repeat; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame { margin: 2rem 0 0 0; padding: 0 0 2rem 0; box-sizing: border-box; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,d9f9d2+15,d9f9d2+15,d9f9d2+100 */ background: white; /* Old browsers */ background: -moz-linear-gradient(top, white 0%, white 15%, #d9f9d2 15%, #d9f9d2 15%, #d9f9d2 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, white 0%, white 15%, #d9f9d2 15%, #d9f9d2 15%, #d9f9d2 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, white 0%, white 15%, #d9f9d2 15%, #d9f9d2 15%, #d9f9d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9f9d2',GradientType=0 ); /* IE6-9 */ }
.feature_frame .feature_area .feature_box { margin: 0 auto 3rem auto; border-bottom: #35A14B 1px dotted; width: 70%; }
.feature_frame .feature_area .feature_box .feature_title { text-align: center; font-size: 1.8rem; font-weight: bold; }
.feature_frame .feature_area .feature_box .feature_title::before { content: url("../images/icon05.png"); display: block; text-align: center; }
.feature_frame .feature_area .feature_box figure img { width: 100%; display: block; margin: 0 0 1rem 0; }
.feature_frame .feature_area .feature_box figure figcaption { width: 100%; display: block; margin: 0 0 1.5rem 0; font-size: 1.4rem; text-align: justify; line-height: 150%; }

@media screen and (min-width: 768px), print { .feature_frame { width: 100%; margin: 35px 0 0 0; padding: 0 0 2rem 0; box-sizing: border-box; background: none; background-color: #d9f9d2; position: relative; }
  .feature_frame hr.feature_line { position: absolute; top: 0; z-index: 0; height: 260px; width: 100%; background-color: #ffffff; border: none; margin: 0; }
  .feature_frame .feature_area { position: relative; z-index: 1; width: 1100px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature_frame .feature_area .feature_box { margin: 0 0 0 0; border-bottom: #44aa2a 2px dotted; width: 252px; height: 425px; }
  .feature_frame .feature_area .feature_box .feature_title { text-align: center; font-size: 2.1rem; font-weight: bold; }
  .feature_frame .feature_area .feature_box .feature_title::before { content: url("../images/icon05.png"); display: block; text-align: center; }
  .feature_frame .feature_area .feature_box figure img { width: 252px; display: block; margin: 0 0 10px 0; }
  .feature_frame .feature_area .feature_box figure figcaption { width: 252px; display: block; margin: 0; font-size: 1.6rem; text-align: justify; line-height: 150%; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.clinic_menu_frame { margin: 0; padding: 0; background-color: #d9f9d2; }
.clinic_menu_frame ul.clinic_menu_list { width: 96%; margin: 0 auto; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.clinic_menu_frame ul.clinic_menu_list li { width: 45%; margin: 0 0 4rem 0; }
.clinic_menu_frame ul.clinic_menu_list li a { width: 100%; display: block; text-decoration: none; }
.clinic_menu_frame ul.clinic_menu_list li a img { width: 100%; }
.clinic_menu_frame ul.clinic_menu_list li a span { font-size: 1.4rem; text-align: center; color: #010101; display: block; margin: 0.6rem 0 0 0; }
.clinic_menu_frame ul.clinic_menu_list li a span i { color: #FFB41E; }

@media screen and (min-width: 768px), print { .clinic_menu_frame { margin: 0 0 0 0; padding: 25px 0 108px 0; background-color: #d9f9d2; }
  .clinic_menu_frame ul.clinic_menu_list { width: 1100px; margin: 0 auto; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .clinic_menu_frame ul.clinic_menu_list li { width: 180px; margin: 0 0 0 0; text-align: center; }
  .clinic_menu_frame ul.clinic_menu_list li a { width: 180px; display: block; text-decoration: none; }
  .clinic_menu_frame ul.clinic_menu_list li a img { width: 163px; }
  .clinic_menu_frame ul.clinic_menu_list li a span { font-size: 1.8rem; text-align: center; color: #010101; display: block; margin: 12px 0 0 0; }
  .clinic_menu_frame ul.clinic_menu_list li a span i { color: #FFB41E; }
  .clinic_menu_frame ul.clinic_menu_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .clinic_menu_frame ul.clinic_menu_list li:nth-child(even) { margin: 65px 0 0 0; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; padding: 2rem 0 0 0; margin: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35a14b+0,54b60b+100 */ background: #35a14b; /* Old browsers */ background: -moz-linear-gradient(left, #35a14b 0%, #54b60b 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #35a14b 0%, #54b60b 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #35a14b 0%, #54b60b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a14b', endColorstr='#54b60b',GradientType=1 ); /* IE6-9 */ }
.overview h2.overview_title { text-align: center; }
.overview h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
.overview .overview_frame { width: 96%; margin: 2rem auto  0 auto; }
.overview .overview_frame .overview_left 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; color: #ffffff; margin: 0 0 2rem 0; line-height: 140%; }
.overview .overview_frame .overview_left dl dt { width: 25%; margin: 0 0 1.5rem 0; }
.overview .overview_frame .overview_left dl dt span { background-color: #FFFFAB; color: #1C712D; width: 100%; font-size: 1.2rem; padding: 0.4rem 0; text-align: center; display: block; border-radius: 0.4rem; }
.overview .overview_frame .overview_left dl dd { width: 70%; margin: 0 0 1.5rem 0; font-size: 1.2rem; line-height: 140%; padding: 0.4rem 0 0 0; box-sizing: border-box; }
.overview .overview_frame .overview_left dl dd a { color: #ffffff; text-decoration: none; }
.overview .overview_frame .overview_right { margin: 2rem 0 0 0; }
.overview .overview_map { margin: 2rem auto 0 auto; width: 96%; }
.overview .overview_map .googlemap_box { height: 500px; overflow: hidden; border-radius: 0.8rem; }
.overview .overview_map .googlemap_box iframe.googlemap { width: 100%; height: 860px; border: none; margin: -170px 0 0 0; }
.overview .overview_map .googlemap_link { width: 60%; display: block; color: #ffffff; text-align: center; text-decoration: none; font-size: 1.4rem; padding: 0.6rem 0; border: #ffffff 1px solid; margin: 1rem auto; border-radius: 2rem; }
.overview .footer_frame { margin: 2rem auto 0 auto; width: 96%; }
.overview .footer_frame ul.footer_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 2rem 0; }
.overview .footer_frame ul.footer_list li { width: 45%; display: block; margin: 0 0 1rem 0; }
.overview .footer_frame ul.footer_list li a { color: #ffffff; font-size: 1.2rem; display: block; width: 100%; text-align: center; text-decoration: none; }
.overview .footer_frame ul.footer_list li.treatment { display: none; }

@media screen and (min-width: 768px), print { .overview { width: 100%; padding: 100px 0 0 0; margin: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#35a14b+0,54b60b+100 */ background: #35a14b; /* Old browsers */ background: -moz-linear-gradient(left, #35a14b 0%, #54b60b 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #35a14b 0%, #54b60b 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #35a14b 0%, #54b60b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a14b', endColorstr='#54b60b',GradientType=1 ); /* IE6-9 */ }
  .overview h2.overview_title { text-align: center; }
  .overview h2.overview_title img { width: 530px; display: block; margin: 0 auto; }
  .overview .overview_frame { width: 1100px; margin: 72px auto  0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .overview .overview_frame .overview_left { width: 550px; }
  .overview .overview_frame .overview_left 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; color: #ffffff; margin: 0 0 0 0; line-height: 140%; width: 550px; }
  .overview .overview_frame .overview_left dl dt { width: 130px; margin: 0 0 22px 0; }
  .overview .overview_frame .overview_left dl dt span { background-color: #FFFFAB; color: #1C712D; width: 130px; height: 28px; font-size: 1.6rem; padding: 0; 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.4rem; }
  .overview .overview_frame .overview_left dl dd { width: 406px; margin: 0 0 22px 0; font-size: 1.8rem; line-height: 140%; padding: 0.4rem 0 0 0; box-sizing: border-box; }
  .overview .overview_frame .overview_left dl dd a { color: #ffffff; text-decoration: none; }
  .overview .overview_frame .overview_right { width: 550px; margin: 0 0 0 0; }
  .overview .overview_frame .overview_right table.timetable { width: 530px; margin: 0 0 0 20px; }
  .overview .overview_frame .overview_right table.timetable tr th { width: 47px; }
  .overview .overview_frame .overview_right table.timetable tr td.time { width: 120px; box-sizing: border-box; }
  .overview .overview_frame .overview_right table.timetable tr td.time p.reception { height: 34px; line-height: 120%; }
  .overview .overview_frame .overview_right .notice_time { width: 550px; margin: 12px 0 0 15px; }
  .overview .overview_map { margin: 12px auto 0 auto; width: 1100px; }
  .overview .overview_map .googlemap_box { width: 1100px; height: 520px; overflow: hidden; border-radius: 12px; }
  .overview .overview_map .googlemap_box iframe.googlemap { width: 100%; height: 860px; border: none; margin: -170px 0 0 0; }
  .overview .overview_map .googlemap_link { width: 340px; display: block; color: #ffffff; text-align: center; text-decoration: none; font-size: 1.6rem; padding: 8px 0; border: #ffffff 1px solid; margin: 24px auto 0 auto; border-radius: 2rem; }
  .overview .overview_map .googlemap_link i { margin: 0 0 0 5px; }
  .overview .overview_map .googlemap_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .overview .footer_frame { margin: 74px auto 48px auto; width: 1100px; }
  .overview .footer_frame ul.footer_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 12px 0; }
  .overview .footer_frame ul.footer_list li { width: auto; display: block; margin: 0 24px 0 0; padding: 0 24px 0 0; position: relative; border-right: #ffffff 1px solid; }
  .overview .footer_frame ul.footer_list li a { color: #ffffff; font-size: 1.6rem; display: block; width: 100%; text-align: center; text-decoration: none; position: relative; }
  .overview .footer_frame ul.footer_list li a::after { position: absolute; bottom: -5px; left: 0; content: ''; width: 100%; height: 2px; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; background: #ffffff; }
  .overview .footer_frame ul.footer_list li a:hover::after { transform: scale(1, 1); }
  .overview .footer_frame ul.footer_list li.treatment { display: none; }
  .overview .footer_frame ul.footer_list li:last-child { border-right: none; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { background-color: #1C712D; }
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }

.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: 0.5rem 0; background-color: #fff; z-index: 999999; }
.footer_link a { margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #44aa2a; 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: 5px; }
.footer_link a.footer_rsv { width: 44%; background-color: #FFB41E; }
.footer_link a.footer_tel { width: 26%; }
.footer_link .smoothScrolls { background-color: #1C712D; width: 26%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 5px; }
.footer_link .smoothScrolls a { width: 100%; background-color: #1C712D; color: #ffffff; padding: 0.8rem 0; font-weight: normal; text-decoration: none; font-size: 1.6rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 46px; padding: 0; box-sizing: border-box; padding: 0; margin: 0; overflow: hidden; }
  footer .copyright { margin: 0; height: 46px; text-align: center; padding: 0; color: #ffffff; font-size: 1.4rem; 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-wrap: wrap; flex-wrap: wrap; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
.fotter_link { text-align: center; width: 96%; margin: 0 auto 4rem; }
.fotter_link li { margin: 0 0 1rem; }

@media screen and (min-width: 768px), print { .fotter_link { display: flex; justify-content: center; align-items: flex-end; margin: 0 auto 5rem; }
  .fotter_link li { list-style: none; margin: 0 1rem; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #linkpagetop img { width: 78px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 310px; right: 0; z-index: 999999; left: 50%; margin: 0 0 0 650px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 310px; left: 93%; margin: 0 0 0 0; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 26vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #35A14B 1px solid; background-color: #ffffff; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #010101; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; border-bottom: #35A14B 1px solid; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li a { background-color: #FFFFAB; color: #FF8000; border-bottom: #44aa2a 1px solid; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 12vw; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; width: 100%; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #44aa2a; border: #44aa2a 1px solid; z-index: 99999; }

/*見出し*/
h1 { margin: 0; }

h2.top_title { background: url("../images/icon04.png") no-repeat; background-size: 10%; background-position: top 1.5vw left; color: #1C712D; font-size: 2.2rem; padding: 0 0 0 12%; width: 96%; min-height: 12vw; margin: 0 auto 2rem auto; box-sizing: border-box; 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; }
h2.top_title span { color: #010101; font-family: 'firasansextracondensed'; font-size: 1rem; font-weight: normal; letter-spacing: 0.1em; margin: 0 0 0 1rem; }
h2.low { background: url("../images/icon04.png") no-repeat; background-size: 10%; background-position: left center; color: #1C712D; font-size: 2.2rem; padding: 0 0 0 12%; min-height: 12vw; margin: 0 0 0.8rem 0; box-sizing: border-box; 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; line-height: 140%; }
h2.low span.red { color: red; }
h2.low span.red2 { color: red; font-size: 1.8rem; }
h2.first { margin: 0 0 0.8rem 0; }

h3.low { background: url("../images/icon07.png") no-repeat; background-size: 8%; background-position: center left; color: #FF8800; font-size: 2rem; padding: 0 0 0 10%; min-height: 12vw; margin: 0 0 0.8rem 0; box-sizing: border-box; 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; }
h3.first { margin: 1.5rem 0 1rem 0; }

h4 { background: url("../images/icon08.png") no-repeat; background-size: 5%; background-position: center left; color: #61AE53; font-size: 1.9rem; padding: 0 0 0 8%; min-height: 12vw; margin: 0 0 0.8rem 0; box-sizing: border-box; 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; }
h4.first { margin: 1rem 0 1rem 0; }
h4.normal { color: initial; padding: initial; background: none; }

h5 { margin: 0 0 1rem 0; }
h5.first { margin: 1.5rem 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.05em; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top_title { position: relative; z-index: 1; background: url("../images/icon04.png") no-repeat; background-size: 54px; background-position: top 0 left; color: #1C712D; font-size: 2.8rem; padding: 0 0 0 74px; width: 1100px; min-height: 54px; margin: 35px auto 24px auto; box-sizing: border-box; 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; }
  h2.top_title span { color: #010101; font-family: 'firasansextracondensed'; font-size: 1.6rem; font-weight: normal; letter-spacing: 0.2em; margin: 0 0 0 25px; }
  h2.low { background: url("../images/icon04.png") no-repeat; background-size: 54px; background-position: center left; color: #1C712D; font-size: 2.8rem; padding: 0 0 0 74px; width: auto; min-height: 54px; margin: 80px auto 15px auto; box-sizing: border-box; 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; }
  h2.low span.red { color: red; }
  h2.low span.red2 { color: red; font-size: 2.4rem; }
  h2.first { margin: 0 0 15px 0; }
  h3.low { background: url("../images/icon07.png") no-repeat; background-size: 39px; background-position: top 0 left; color: #FF8800; font-size: 2.4rem; padding: 0 0 0 50px; width: auto; min-height: 39px; margin: 30px auto 15px auto; box-sizing: border-box; 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; }
  h3.first { margin: 0 0 20px 0; }
  h4 { background: url("../images/icon08.png") no-repeat; background-size: 20px; background-position: top 0 left; color: #61AE53; font-size: 2.2rem; padding: 0 0 0 30px; width: auto; min-height: 20px; margin: 30px auto 15px auto; box-sizing: border-box; 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; }
  h4.first { margin: 0 0 20px 0; }
  h5 { font-size: 1.7rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #010101; border-bottom: #010101 1px solid; padding: 0 0 5px 14px; box-sizing: border-box; margin: 15px 0 20px 0; }
  h5.first { margin: 15px 0 20px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
@media all and (-ms-high-contrast: none) { h2.top_title { position: relative; z-index: 1; background: url("../images/icon04.png") no-repeat; background-size: 54px; background-position: top 0 left; color: #1C712D; font-size: 2.8rem; padding: 0 0 0 74px; width: 1100px; min-height: 54px; margin: 35px auto 24px auto; box-sizing: border-box; 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; }
  h2.top_title span { color: #010101; font-family: 'firasansextracondensed'; font-size: 1.6rem; font-weight: normal; letter-spacing: 0.2em; margin: 0 0 0 25px; }
  h2.low { background: url("../images/icon04.png") no-repeat; background-size: 54px; background-position: left center; color: #1C712D; font-size: 2.8rem; padding: 10px 0 0 74px; width: auto; min-height: 54px; margin: 80px auto 15px auto; box-sizing: border-box; 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; }
  h2.low span.red { color: red; }
  h2.low span.red2 { color: red; font-size: 2.4rem; }
  h2.first { margin: 0 0 15px 0; }
  h3.low { background: url("../images/icon07.png") no-repeat; background-size: 39px; background-position: top 0 left; color: #FF8800; font-size: 2.4rem; padding: 12px 0 0 50px; width: auto; min-height: 39px; margin: 30px auto 15px auto; box-sizing: border-box; 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; }
  h3.first { margin: 0 0 20px 0; }
  h4 { background: url("../images/icon08.png") no-repeat; background-size: 20px; background-position: top 0 left; color: #61AE53; font-size: 2.2rem; padding: 2px 0 0 30px; width: auto; min-height: 20px; margin: 30px auto 15px auto; box-sizing: border-box; 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; }
  h4.first { margin: 0 0 20px 0; }
  h5 { font-size: 1.7rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #010101; border-bottom: #010101 1px solid; padding: 0 0 5px 14px; box-sizing: border-box; margin: 15px 0 20px 0; }
  h5.first { margin: 15px 0 20px 0; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*二つ*/
.img_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; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 400px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*二つ*/
  .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; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 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: 1rem 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: #44aa2a; text-decoration: none; }
ul.list_maru li span { color: #44aa2a; }

ul.list_maru_red { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru_red li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru2.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; color: #ff0000; font-weight: bold; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_two li a { color: #44aa2a; text-decoration: none; }
ul.list_maru_two li span { color: #44aa2a; }

/*アンカーリンク用*/
ul.list_anc { padding: 0; margin: 0; }
ul.list_anc li { font-size: 1.4rem; font-weight: bold; list-style-type: none; width: 100%; margin: 0 0 5px 0; line-height: 140%; }
ul.list_anc a { text-decoration: none; }
ul.list_anc > li > span { display: flex; justify-content: space-between; width: 100%; box-sizing: border-box; border: 1px solid #44aa2a; color: #44aa2a; border-radius: 5px; padding: .5rem 1.5rem; }
ul.list_anc > li > span::after { font-family: "fontello"; content: "\f004"; }
ul.list_anc > li > span.active::after { content: "\f005"; }
ul.list_anc > li ul.anc_sub { padding-top: 5px; padding-bottom: 10px; }
ul.list_anc > li ul.anc_sub li a { display: block; width: calc(100% - 3rem); padding: .5rem 1.5rem; background: #44aa2a; border-radius: 5px; color: #fff; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; 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.6rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 14px; padding: 0 0 0 25px; }
  ul.list_maru li ul { margin: 2rem 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; line-height: 160%; }
  ul.list_maru li a { color: #44aa2a; text-decoration: underline; }
  ul.list_maru li span { color: #44aa2a; }
  ul.list_maru_red { padding: 0; }
  ul.list_maru_red li { line-height: 100%; font-size: 2rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru2.png) no-repeat; background-position: left top 3px; background-size: 14px; padding: 0 0 0 25px; color: #ff0000; 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.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 14px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #44aa2a; text-decoration: underline; }
  ul.list_maru_two li span { color: #44aa2a; }
  /*アンカーリンク用*/
  ul.list_anc { display: flex; justify-content: flex-start; flex-wrap: wrap; }
  ul.list_anc li { font-size: 1.6rem; margin: 0 12px 8px 0; }
  ul.list_anc li:last-child { margin: 0 0 8px 0; }
  ul.list_anc > li { width: 32%; }
  ul.list_anc > li > span { display: flex; justify-content: space-between; width: 100%; box-sizing: border-box; border: 1px solid #44aa2a; color: #44aa2a; padding: 1rem 2rem; }
  ul.list_anc > li > span::after { font-family: "fontello"; content: "\f004"; }
  ul.list_anc > li ul.anc_sub { padding-top: 8px; }
  ul.list_anc > li ul.anc_sub li a { padding: 1rem 2rem; width: calc(100% - 4rem); color: #fff; }
  ul.list_anc > li ul.anc_sub li a:hover { background: #1C712D; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dt span { display: inline; text-align: left; padding: 0 0 0 0; box-sizing: border-box; }
dl.bio_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.num_list dt { width: 8%; margin: 0 0 0 0; }
dl.num_list dd { width: 90%; 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.6rem; box-sizing: border-box; line-height: 160%; width: 1100px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dt span { display: block; text-align: center; padding: 0 35px 0 0; box-sizing: border-box; }
  dl.bio_list dd { width: 1000px; margin: 0 0 20px 0; }
  dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 160%; width: 600px; }
  dl.num_list dt { width: 35px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 565px; margin: 0 0 20px 0; } }
/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 270px; }
  aside p.aside_title { width: 270px; height: 54px; background-color: #ffb61c; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  aside ul.aside_list { list-style-type: none; }
  aside ul.aside_list li { margin: 0 0 0 0; width: 270px; }
  aside ul.aside_list li a { width: 270px; height: 50px; margin: 0; padding: 0 0 0 50px; box-sizing: border-box; color: #010101; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #FFB41E 1px solid; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
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 { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #1C712D; width: 9%; border-right: #ffffff 1px solid; }
table.timetable tr th:last-child { border-right: none; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #1C712D 1px solid; border-right: #1C712D 1px solid; color: #010101; min-height: 17vw; }
table.timetable tr td.time { width: 32%; text-align: left; color: #010101; padding: 0.6rem 0 0.6rem 0.6rem; box-sizing: border-box; }
table.timetable tr td.time p { font-size: 3.4vw; margin: 0 0 0 0; }
table.timetable tr td.time p.hours { margin: 0.4rem 0 0 0; }
table.timetable tr td.time p.reception { border-left: #1C712D 2px solid; padding: 0 0 0 0.4rem; }
table.timetable tr td.time p.reception span { color: #010101; }
table.timetable tr td.tate br { display: none; }
table.timetable tr td.tate span { -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-weight: bold; min-height: 17vw; }
table.timetable tr td.tate span.green span { color: #1C712D; }
table.timetable tr td:last-child { border-right: none; }
table.timetable tr:last-child td { border-bottom: none; }

.notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #ffffff; box-sizing: border-box; }

.access_timetable 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%; border: #1C712D 1px solid; }
.access_timetable table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #1C712D; width: 9%; border-right: #ffffff 1px solid; }
.access_timetable table.timetable tr th:last-child { border-right: none; }
.access_timetable table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #1C712D 1px solid; border-right: #1C712D 1px solid; color: #010101; min-height: 17vw; }
.access_timetable table.timetable tr td.time { width: 32%; text-align: left; color: #010101; padding: 0.6rem 0 0.6rem 0.6rem; box-sizing: border-box; }
.access_timetable table.timetable tr td.time p { font-size: 3.4vw; margin: 0 0 0 0; }
.access_timetable table.timetable tr td.time p.hours { margin: 0.4rem 0 0 0; }
.access_timetable table.timetable tr td.time p.reception { border-left: #1C712D 2px solid; padding: 0 0 0 0.4rem; }
.access_timetable table.timetable tr td.time p.reception span { color: #010101; }
.access_timetable table.timetable tr td.tate br { display: none; }
.access_timetable table.timetable tr td.tate span { -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-weight: bold; min-height: 17vw; }
.access_timetable table.timetable tr td.tate span.green span { color: #1C712D; }
.access_timetable table.timetable tr td:last-child { border-right: none; }
.access_timetable table.timetable tr:last-child td { border-bottom: none; }
.access_timetable .notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #010101; box-sizing: border-box; }

@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 { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #1C712D; width: 10%; height: 48px; border-right: #ffffff 1px solid; vertical-align: middle; }
  table.timetable tr th:last-child { border-right: none; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #1C712D 1px solid; border-right: #1C712D 1px solid; color: #010101; height: 124px; min-height: 124px; line-height: 120%; }
  table.timetable tr td.time { width: 30%; text-align: left; color: #010101; padding: 14px 0 14px 14px; box-sizing: border-box; }
  table.timetable tr td.time p { font-size: 1.5rem; margin: 0 0 0 0; }
  table.timetable tr td.time p.hours { margin: 12px 0 0 0; }
  table.timetable tr td.time p.reception { border-left: #1C712D 2px solid; padding: 0 0 0 0.4rem; }
  table.timetable tr td.time p.reception span { color: #010101; }
  table.timetable tr td.tate br { display: none; }
  table.timetable tr td.tate span { -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-weight: bold; min-height: auto; }
  table.timetable tr td.tate span.green span { color: #1C712D; }
  table.timetable tr td:last-child { border-right: none; }
  table.timetable tr:last-child td { border-bottom: none; }
  .notice_time { font-size: 1.6rem; margin: 12px 0 0 0; width: 100%; color: #ffffff; padding: 0; box-sizing: border-box; line-height: 160%; }
  .access_timetable 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%; border: #1C712D 1px solid; }
  .access_timetable table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #1C712D; width: 10%; height: 48px; border-right: #ffffff 1px solid; vertical-align: middle; }
  .access_timetable table.timetable tr th:last-child { border-right: none; }
  .access_timetable table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #1C712D 1px solid; border-right: #1C712D 1px solid; color: #010101; height: 124px; min-height: 124px; line-height: 120%; }
  .access_timetable table.timetable tr td.time { width: 20%; text-align: left; color: #010101; padding: 14px 0 14px 14px; box-sizing: border-box; }
  .access_timetable table.timetable tr td.time p { font-size: 1.5rem; margin: 0 0 0 0; }
  .access_timetable table.timetable tr td.time p.hours { margin: 12px 0 0 0; }
  .access_timetable table.timetable tr td.time p.reception { border-left: #1C712D 2px solid; padding: 0 0 0 0.4rem; }
  .access_timetable table.timetable tr td.time p.reception span { color: #010101; }
  .access_timetable table.timetable tr td.tate br { display: block; }
  .access_timetable table.timetable tr td.tate span { -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; font-weight: bold; min-height: auto; }
  .access_timetable table.timetable tr td.tate span.green span { color: #1C712D; }
  .access_timetable table.timetable tr td:last-child { border-right: none; }
  .access_timetable table.timetable tr:last-child td { border-bottom: none; }
  .access_timetable .notice_time { font-size: 1.6rem; margin: 12px 0 0 0; width: 100%; color: #010101; padding: 0; box-sizing: border-box; line-height: 160%; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #44aa2a; text-align: center; display: block; margin: 30px auto; }

.arrow2 { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #ffb61c; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #35A14B; }

p.link_bnr { text-align: center; }

.red_text { color: red; }

.underline_text { text-decoration: underline; }

.emphasis { background-color: #FF8000; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis p { margin: 0; }

@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 #44aa2a; text-align: center; display: block; margin: 30px auto; }
  .arrow2 { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #ffb61c; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #35A14B; }
  .link_text:hover { opacity: 0.6; }
  p.link_bnr { text-align: inherit; }
  .red_text { color: red; }
  .underline_text { text-decoration: underline; }
  .emphasis { background-color: #FF8000; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis p { margin: 0; }
  .two_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; }
  .two_box section { width: 45%; } }
/* -----------------------------------------------------------
　下層ベース
----------------------------------------------------------- */
.main_low { padding: 0 0 4rem 0; box-sizing: border-box; margin: 3rem 0 0 0; background-color: #d9f9d3; border-top: #ffffff 2rem solid; }
.main_low .main_low_in { width: 96%; margin: -2rem auto 0 auto; position: relative; z-index: 0; }
.main_low .main_low_in .main_box { border: #96d688 2px dotted; border-radius: 0.8rem; background-color: #ffffff; margin: 0 0 0 0; padding: 0.6rem; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .main_low { padding: 0 0 116px 0; box-sizing: border-box; margin: 65px 0 0 0; background-color: #d9f9d3; border-top: #ffffff 50px solid; }
  .main_low .main_low_in { width: 1100px; margin: -50px auto 0 auto; position: relative; z-index: 0; }
  .main_low .main_low_in .main_box { border: #96d688 2px dotted; border-radius: 15px; background-color: #ffffff; margin: 0 0 0 0; padding: 38px; box-sizing: border-box; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 10px 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }

.doctor_name { text-align: right; }
.doctor_name span { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.doctor_img { float: right; margin: 0 0 10px 20px; text-align: right; }
  figure.doctor_img img { width: 400px; height: auto; }
  .doctor_text { width: 580px; text-align: justify; }
  .doctor_name { text-align: right; }
  .doctor_name span { font-size: 2.2rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.accessmap_box { height: 500px; overflow: hidden; }
.accessmap_box iframe.accessmap { width: 98%; height: 860px; margin: -170px auto 0 auto; }

.accessmap_link { width: 60%; display: block; color: #44aa2a; text-align: center; text-decoration: none; font-size: 1.4rem; padding: 0.6rem 0; border: #44aa2a 1px solid; margin: 1rem auto; border-radius: 2rem; }

.access_tel span { color: #010101; }
.access_tel a { color: #010101; text-decoration: none; }

.mb_50 { margin-bottom: 50px; }

@media screen and (min-width: 768px), print { .accessmap_box { height: 520px; overflow: hidden; }
  .accessmap_box iframe.accessmap { width: 100%; height: 860px; margin: -170px auto 0 auto; }
  .accessmap_link { width: 340px; display: block; color: #44aa2a; text-align: center; text-decoration: none; font-size: 1.6rem; padding: 8px 0; border: #44aa2a 1px solid; margin: 24px auto 0 auto; border-radius: 2rem; }
  .accessmap_link i { margin: 0 0 0 5px; }
  .accessmap_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .access_tel span { color: #010101; }
  .access_tel a { color: #010101; text-decoration: none; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
/*テーブル*/
table.low_timetable { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.low_timetable tr th { background-color: #1C712D; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #010101 1px solid; width: 20%; font-weight: normal; color: #ffffff; }
table.low_timetable tr td { vertical-align: middle; text-align: left; border: #010101 1px solid; padding: 0.8rem; background-color: #ffffff; width: 80%; color: #010101; }

@media screen and (min-width: 768px), print { /*テーブル*/
  table.low_timetable { padding: 0px; width: 50%; margin: 0 0 1rem 0; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  table.low_timetable tr th { background-color: #1C712D; vertical-align: middle; text-align: center; width: auto; padding: 15px; border: #010101 1px solid; width: 30%; font-weight: normal; color: #ffffff; }
  table.low_timetable tr td { vertical-align: middle; text-align: left; border: #010101 1px solid; padding: 15px; background-color: #ffffff; width: 70%; color: #010101; }
  .w100 { width: 100% !important; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame { width: 100%; margin: 0; }
.machine_frame figure { margin: 0 0 4rem 0; }
.machine_frame figure img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.machine_frame figure figcaption { text-align: center; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .machine_frame { width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_frame figure { width: 48%; margin: 0 0 60px 0; }
  .machine_frame figure img { width: 400px; display: block; margin: 0 auto 1rem auto; }
  .machine_frame figure figcaption { text-align: center; font-size: 1.6rem; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
/*テーブル*/
table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.low_table tr th { background-color: #FF8000; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #010101 1px solid; width: 50%; font-weight: normal; color: #010101; }
table.low_table tr td { vertical-align: middle; text-align: left; border: #010101 1px solid; padding: 0.8rem; background-color: #ffffff; width: 50%; color: #010101; }

table.cle_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: separate; border-spacing: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.cle_table tr th { background: #fdffa9; border-radius: .4rem; vertical-align: middle; text-align: center; width: auto; margin: 0 auto 1rem; padding: 0.8rem; width: 55%; font-weight: normal; color: #ffb61c; font-weight: bold; }
table.cle_table tr td { vertical-align: middle; text-align: center; padding: 0.8rem; background-color: #ffffff; width: 60%; color: #28518A; font-weight: bold; }
table.cle_table tr td.holiday { color: #FF393C; font-weight: bold; }

table.price_table { vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; border: #010101 1px solid; font-size: 1.4rem; line-height: 130%; }
table.price_table tr { border-bottom: #010101 1px solid; }
table.price_table tr.set { background-color: #FFF3E5; }
table.price_table tr th { width: 45%; padding: 0.6rem; box-sizing: border-box; border-right: #010101 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
table.price_table tr th.tit { background: #1C712D; color: #fff; }
table.price_table tr td { width: 55%; padding: 0.6rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }
table.price_table.-w35 tr th { width: 35% !important; }

table.price_table_02 { width: 100%; margin: 3rem auto 0; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; table-layout: fixed; }
table.price_table_02 tr th { background: #1C712D; vertical-align: middle; text-align: center; width: auto; padding: 14px; border: #010101 1px solid; font-weight: normal; color: #ffffff; }
table.price_table_02 tr td { vertical-align: middle; text-align: right !important; border: #010101 1px solid; padding: 14px; background-color: #ffffff; color: #010101; }
table.price_table_02 tr td.sub_ttl { text-align: left !important; }

table.vaccination_table { vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; border: #010101 1px solid; font-size: 1.4rem; line-height: 130%; }
table.vaccination_table tr { border-bottom: #010101 1px solid; }
table.vaccination_table tr th { width: 45%; padding: 0.6rem; box-sizing: border-box; border-right: #010101 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
table.vaccination_table tr td { width: 55%; padding: 0.6rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: left; }

.two_img_list figure { width: 90%; margin: 0 auto 4rem auto; }
.two_img_list figure img { width: 100%; }

@media screen and (min-width: 768px), print { /*テーブル*/
  table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  table.low_table tr th { background-color: #FF8000; vertical-align: middle; text-align: center; width: auto; padding: 14px; border: #010101 1px solid; width: 50%; font-weight: normal; color: #010101; }
  table.low_table tr td { vertical-align: middle; text-align: left; border: #010101 1px solid; padding: 14px; background-color: #ffffff; width: 50%; color: #010101; }
  table.cle_table { width: 60%; border-spacing: 10px; font-size: 1.6rem; }
  table.cle_table tr th { width: 40%; }
  table.cle_table tr td { text-align: left; }
  table.price_table { vertical-align: middle; width: 80%; border-collapse: collapse; box-sizing: border-box; border: #010101 1px solid; font-size: 1.8rem; line-height: 130%; }
  table.price_table tr { border-bottom: #010101 1px solid; }
  table.price_table tr th { width: 40%; padding: 1rem; box-sizing: border-box; border-right: #010101 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
  table.price_table tr th.tit { background: #1C712D; color: #fff; }
  table.price_table tr td { width: 60%; padding: 1rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }
  table.price_table_02 { width: 100%; margin: 3rem auto 0; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; table-layout: fixed; }
  table.price_table_02 tr th { background: #1C712D; vertical-align: middle; text-align: center; width: auto; padding: 14px; border: #010101 1px solid; font-weight: normal; color: #ffffff; }
  table.price_table_02 tr td { vertical-align: middle; text-align: right !important; border: #010101 1px solid; padding: 14px; background-color: #ffffff; color: #010101; }
  table.price_table_02 tr td.sub_ttl { text-align: left !important; }
  .two_img_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .two_img_list figure { width: 400px; margin: 0 0 60px 0; }
  .two_img_list figure img { width: 100%; } }
/* -----------------------------------------------------------
　禁煙
----------------------------------------------------------- */
table.num_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 96%; border-collapse: collapse; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.4rem; }
table.num_table tr th { width: 10%; background-color: #FF8000; color: #010101; vertical-align: middle; padding: 0.6rem 0; font-weight: normal; border: #3e3e82 1px solid; box-sizing: border-box; }
table.num_table tr td { width: 90%; padding: 0.6rem; box-sizing: border-box; border: #3e3e82 1px solid; }

@media screen and (min-width: 768px), print { table.num_table { padding: 0; margin: 0 auto 4rem auto; vertical-align: middle; width: 1100px; border-collapse: collapse; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.8rem; }
  table.num_table tr th { width: 80px; background-color: #FF8000; color: #010101; vertical-align: middle; padding: 2rem 0; font-weight: normal; border: #3e3e82 1px solid; box-sizing: border-box; }
  table.num_table tr td { width: 1120px; padding: 2rem; box-sizing: border-box; border: #3e3e82 1px solid; } }
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- */
ul.private_link { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 2rem 0; }
ul.private_link li { list-style-type: none; margin: 0 0 1rem 0; width: 48%; }
ul.private_link li a { font-size: 1.4rem; color: #010101; text-decoration: none; }
ul.private_link li a i { color: #d9f9d2; }

@media screen and (min-width: 768px), print { ul.private_link { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 0 40px 0; }
  ul.private_link li { list-style-type: none; margin: 0 0 0 0; width: 220px; }
  ul.private_link li a { font-size: 1.6rem; color: #010101; text-decoration: none; }
  ul.private_link li a i { color: #d9f9d2; }
  ul.private_link li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　皮膚科
----------------------------------------------------------- */
.bnr_torii-alg { margin: 0 auto; text-indent: -9999px; display: block; width: 200px; height: 100px; background-image: url(../images/bnr_torii-alg_sp.png); background-repeat: no-repeat; background-size: 100%; }

@media screen and (min-width: 768px), print { .bnr_torii-alg { margin-left: 0; width: 580px; height: 109px; background-image: url(../images/bnr_torii-alg_pc.png); } }
.body_face { display: flex; justify-content: center; align-items: center; }
.body_face li { list-style: none; }
.body_face li img { width: 100%; }

@media screen and (min-width: 768px), print { .body_face {     /*display: flex;
	justify-content: center; align-items: center;*/ }
  .body_face li img { /*width: auto;*/ } }

/*# sourceMappingURL=style.css.map */
