@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑*/
/*緑*/
/*ピンク*/
/*クリーム色*/
/*薄い緑*/
/*灰色*/
/*灰色*/
/*灰色*/
/*緑*/
/*灰色*/
/*緑*/
/*緑*/
/*緑*/
/*緑*/
/*黒*/
/*緑*/
/*黄土色*/
/*黄色*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'kosugimaru'; src: url(../font/KosugiMaru-Regular.ttf); font-weight: normal; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: 'kosugimaru'; color: #333333; background-color: #ffffff; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: 'kosugimaru'; color: #333333; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
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; width: 96%; margin: 0 auto; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .sentence { height: auto; overflow: hidden; width: 1160px; margin: 0 auto; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.wrapper_low { height: auto; width: 96%; margin: 4rem auto 2rem auto; padding: 0; }

.main { height: auto; width: 96%; margin: 2rem auto 4rem auto; padding: 0; }

.main_low { height: auto; width: 96%; margin: 2rem auto 4rem auto; padding: 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; }
  .wrapper_low { height: auto; width: 1200px; margin: 100px auto 60px auto; padding: 0 0 0 0; }
  .main { height: auto; width: 1200px; margin: 70px auto 120px auto; padding: 0; box-sizing: border-box; }
  .main_low { height: auto; width: 1200px; margin: 70px auto 120px auto; padding: 0; box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame_sp { width: 100%; height: 16vw; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0.5rem 0; box-sizing: border-box; position: fixed; top: 0; z-index: 99999; background-color: #ffffff; }
header .head_frame_sp .main_nav_sp { width: 12%; height: 12vw; margin: 0 0 0 2%; }
header .head_frame_sp .header_logo { width: 55%; }
header .head_frame_sp .header_logo img { width: 100%; }
header .head_frame_sp .header_tel { width: 12%; height: 12vw; background-color: #3E8518; color: #ffffff; font-size: 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0 2% 0 0; border-radius: 0.3rem; }
header .head_frame_pc { display: none; }

@media screen and (min-width: 768px), print { header { width: 100%; height: 110px; background-color: #ffffff; position: fixed; top: 0; left: 0; right: 0; z-index: 99999999; }
  header .head_frame_sp { display: none; }
  header .head_frame_pc { display: block; width: 1200px; height: 110px; background-color: #ffffff; margin: 0 auto; position: relative; }
  header .head_frame_pc .head_logo { position: absolute; top: 19px; left: 10px; }
  header .head_frame_pc .head_logo img { width: 372px; }
  header .head_frame_pc table.timetable { position: absolute; top: 10px; left: 550px; width: 350px; }
  header .head_frame_pc .notice_time { font-size: 1.2rem; margin: 0; width: 330px; color: #333333; padding: 0 0 0 6px; box-sizing: border-box; line-height: 160%; position: absolute; top: 82px; left: 553px; }
  header .head_frame_pc .head_address { position: absolute; top: 15px; right: 30px; color: #333333; font-size: 1.8rem; }
  header .head_frame_pc .head_tel { position: absolute; top: 42px; right: 6px; color: #E986A8; font-size: 3.6rem; }
  header .head_frame_pc .head_tel a { color: #E986A8; text-decoration: none; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 50px; margin: 0 0 0 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; background-color: #3E8518; position: fixed; top: 110px; left: 0; right: 0; z-index: 99999999; }
  .main_nav_pc nav { width: 1200px; height: 50px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 1200px; box-sizing: border-box; height: 50px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 50px; text-align: center; font-weight: normal; margin: 0; padding: 0; width: 200px; }
  .main_nav_pc nav ul li a { text-decoration: none; text-align: center; color: #ffffff; height: 30px; box-sizing: border-box; margin: 10px 0 0 0; padding: 0 0 0 0; box-sizing: border-box; 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; line-height: 120%; border-left: #ffffff 1px solid; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 460px; height: 280px; display: none; margin: 10px 0 0 -120px; padding: 10px 0 0 0; position: relative; z-index: 9999; background-color: #ffffff; }
  .main_nav_pc nav ul li ul li { width: 200px; height: auto; margin: 0 15px; border-left: none; float: left; }
  .main_nav_pc nav ul li ul li a { font-size: 1.8rem; color: #333333; width: 200px; height: 40px; 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; background: none; background-color: #C3ECAD; padding: 0 0 0 0; box-sizing: border-box; text-align: left; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  .main_nav_pc nav ul li:last-child a { border-right: #ffffff 1px solid; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex !important; display: flex !important; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key { margin: 16vw 0 0 0; }
.key div { background-repeat: no-repeat; background-size: cover !important; height: 34vw !important; }

.key_visual_low { margin: 16vw 0 0 0; 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; height: 30vw; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center center; background-size: cover; }
.key_visual_low h1 { color: #000000; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-weight: normal; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .key { margin: 110px 0 0 0; }
  .key div { background-repeat: no-repeat; background-size: contain !important; height: 700px !important; background: cover !important; overflow: hidden; width: 2000px !important; background-position: center top !important; }
  .bg-slider { background-size: cover !important; overflow: hidden; }
  .key_visual_low { margin: 160px 0 0 0; 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; height: 120px; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center center; background-size: cover; }
  .key_visual_low h1 { color: #000000; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; font-weight: normal; font-size: 3.6rem; text-align: center; letter-spacing: 0.1em; } }
/*-----------------------------------------------------------
新型コロナウイルス感染対策
----------------------------------------------------------- */
.corona_frame { margin: 4rem 0 4rem 0; padding: 0; box-sizing: border-box; }
.corona_frame a.corona_bana { width: 96%; margin: 0 auto 0 auto; border: #C3ECAD 1px solid; box-sizing: border-box; background-color: #76BF4F; display: block; text-decoration: none; overflow: hidden; }
.corona_frame a.corona_bana .corona_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; padding: 1rem 0 5rem 0; box-sizing: border-box; position: relative; }
.corona_frame a.corona_bana .corona_box .corona_title { width: 96%; margin: 0 auto; padding: 1rem 0; box-sizing: border-box; }
.corona_frame a.corona_bana .corona_box .corona_title .ct_01 { margin: 0 0 1rem 0; font-size: 1.8rem; font-family: 'kosugimaru'; text-align-last: justify; color: #fffe88; letter-spacing: 0; padding: 0; box-sizing: border-box; border-bottom: #fffe88 4px solid; }
.corona_frame a.corona_bana .corona_box .corona_title .ct_02 { margin: 0; font-size: 1.4rem; font-family: 'kosugimaru'; text-align-last: left; color: #ffffff; letter-spacing: 0; padding: 0; box-sizing: border-box; }
.corona_frame a.corona_bana .corona_box figure { margin: 1rem 0 0 0; }
.corona_frame a.corona_bana .corona_box figure img { width: 90%; display: block; margin: 0 auto; }
.corona_frame a.corona_bana .corona_box .corona_about { position: absolute; bottom: 0; right: 0; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; white-space: nowrap; padding: 0.5rem 0.8rem; box-sizing: border-box; background-color: #fffe88; color: #76BF4F; font-size: 1.2rem; border-top-left-radius: 0.8rem; }
.corona_frame a.corona_bana .corona_box .corona_about img { width: 15%; }

.corona_frame2 { margin: 4rem 0 4rem 0; padding: 0; box-sizing: border-box; }
.corona_frame2 .corona_bana { width: 96%; margin: 0 auto 0 auto; border: #C3ECAD 1px solid; box-sizing: border-box; background-color: #E986A8; overflow: hidden; }
.corona_frame2 .corona_bana .corona_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; padding: 1rem 0 2rem 0; box-sizing: border-box; position: relative; }
.corona_frame2 .corona_bana .corona_box .corona_title { width: 96%; margin: 0 auto; padding: 1rem 0; box-sizing: border-box; }
.corona_frame2 .corona_bana .corona_box .corona_title .ct_01 { margin: 0 0 1rem 0; font-size: 1.8rem; font-family: 'kosugimaru'; text-align-last: left; color: #fffe88; letter-spacing: 0.1em; padding: 0; box-sizing: border-box; border-bottom: #fffe88 4px solid; }
.corona_frame2 .corona_bana .corona_box .corona_title .ct_02 { margin: 0; font-size: 1.4rem; font-family: 'kosugimaru'; text-align-last: left; color: #ffffff; letter-spacing: 0; padding: 0; box-sizing: border-box; }
.corona_frame2 .corona_bana .corona_box .corona_title .ct_02 span { color: #fffe88; }
.corona_frame2 .corona_bana .corona_box figure { margin: 1rem 0 0 0; }
.corona_frame2 .corona_bana .corona_box figure img { width: 90%; display: block; margin: 0 auto; }
.corona_frame2 .corona_bana .corona_box .corona_about { position: absolute; bottom: 0; right: 0; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; white-space: nowrap; padding: 0.5rem 0.8rem; box-sizing: border-box; background-color: #fffe88; color: #76BF4F; font-size: 1.2rem; border-top-left-radius: 0.8rem; }
.corona_frame2 .corona_bana .corona_box .corona_about img { width: 15%; }

.corona_frame3 { margin: 40px 0 40px 0; padding: 0; box-sizing: border-box; }
.corona_frame3 .corona_bana { width: 96%; margin: 0 auto 0 auto; border: #fffe88 1px solid; box-sizing: border-box; background-color: #C8B826; }
.corona_frame3 .corona_bana .corona_box { display: block; padding: 0 0 0 0; box-sizing: border-box; position: relative; max-width: 1200px; padding: 1rem 0 2rem 0; }
.corona_frame3 .corona_bana .corona_box .corona_title { max-width: 676px; width: 96%; margin: 0 auto; padding: 1rem 0; box-sizing: border-box; }
.corona_frame3 .corona_bana .corona_box .corona_title .ct_01 { max-width: 640px; margin: 0 0 25px 0; font-size: 1.6rem; font-family: 'kosugimaru'; text-align-last: left; color: #fffe88; letter-spacing: 0.1em; padding: 0; box-sizing: border-box; border-bottom: #fffe88 4px solid; }
.corona_frame3 .corona_bana .corona_box .corona_title .ct_02 { max-width: 640px; margin: 0; font-size: 1.4rem; font-family: 'kosugimaru'; text-align-last: left; color: #ffffff; letter-spacing: 0.1em; padding: 0; box-sizing: border-box; }
.corona_frame3 .corona_bana .corona_box .corona_title .ct_02 span { color: #fffe88; }
.corona_frame3 .corona_bana .corona_box figure { margin: 1rem 0 0 0; }
.corona_frame3 .corona_bana .corona_box figure img { width: 100%; display: block; margin: auto; }

@media screen and (min-width: 768px), print { .corona_frame { margin: 40px 0 40px 0; padding: 0; box-sizing: border-box; }
  .corona_frame a.corona_bana { width: 1200px; height: 210px; margin: 0 auto 0 auto; border: #C3ECAD 1px solid; box-sizing: border-box; background-color: #76BF4F; display: block; text-decoration: none; }
  .corona_frame a.corona_bana .corona_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; padding: 0 0 0 0; box-sizing: border-box; position: relative; width: 1200px; height: 210px; }
  .corona_frame a.corona_bana .corona_box .corona_title { width: 676px; margin: 0 0 0 36px; padding: 0 0; box-sizing: border-box; }
  .corona_frame a.corona_bana .corona_box .corona_title .ct_01 { width: 640px; margin: 0 0 25px 0; font-size: 4.5rem; font-family: 'kosugimaru'; text-align-last: justify; color: #fffe88; letter-spacing: 0; padding: 0; box-sizing: border-box; border-bottom: #fffe88 4px solid; }
  .corona_frame a.corona_bana .corona_box .corona_title .ct_02 { width: 640px; margin: 0; font-size: 2.2rem; font-family: 'kosugimaru'; text-align-last: left; color: #ffffff; letter-spacing: 0.1em; padding: 0; box-sizing: border-box; }
  .corona_frame a.corona_bana .corona_box figure { width: 524px; margin: 0 0 0 0; }
  .corona_frame a.corona_bana .corona_box figure img { width: 475px; display: block; margin: 0 49px 10px 30px; }
  .corona_frame a.corona_bana .corona_box .corona_about { position: absolute; bottom: 0; right: 0; margin: 0; height: 31px; width: 195px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; white-space: nowrap; padding: 0; box-sizing: border-box; background-color: #fffe88; color: #76BF4F; font-size: 1.8rem; border-top-left-radius: 0.8rem; }
  .corona_frame a.corona_bana .corona_box .corona_about img { width: 29px; }
  .corona_frame a.corona_bana:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .corona_frame2 { margin: 40px 0 40px 0; padding: 0; box-sizing: border-box; }
  .corona_frame2 .corona_bana { width: 1200px; height: 210px; margin: 0 auto 0 auto; border: #C3ECAD 1px solid; box-sizing: border-box; background-color: #E986A8; }
  .corona_frame2 .corona_bana .corona_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; padding: 0 0 0 0; box-sizing: border-box; position: relative; width: 1200px; height: 210px; }
  .corona_frame2 .corona_bana .corona_box .corona_title { width: 676px; margin: 0 0 0 36px; padding: 0 0; box-sizing: border-box; }
  .corona_frame2 .corona_bana .corona_box .corona_title .ct_01 { width: 640px; margin: 0 0 25px 0; font-size: 4.8rem; font-family: 'kosugimaru'; text-align-last: left; color: #fffe88; letter-spacing: 0.1em; padding: 0; box-sizing: border-box; border-bottom: #fffe88 4px solid; }
  .corona_frame2 .corona_bana .corona_box .corona_title .ct_02 { width: 640px; margin: 0; font-size: 1.8rem; font-family: 'kosugimaru'; text-align-last: left; color: #ffffff; letter-spacing: 0.1em; padding: 0; box-sizing: border-box; }
  .corona_frame2 .corona_bana .corona_box .corona_title .ct_02 span { color: #fffe88; }
  .corona_frame2 .corona_bana .corona_box figure { width: 524px; margin: 0 0 0 0; }
  .corona_frame2 .corona_bana .corona_box figure img { width: 475px; display: block; margin: 0 49px 10px 30px; }
  .corona_frame3 .corona_bana { width: 100%; max-width: 1200px; height: 210px; }
  .corona_frame3 .corona_bana .corona_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; height: 210px; padding: 0; }
  .corona_frame3 .corona_bana .corona_box .corona_title { margin: 0 0 0 36px; padding: 0 0; }
  .corona_frame3 .corona_bana .corona_box .corona_title .ct_01 { font-size: 3.8rem; }
  .corona_frame3 .corona_bana .corona_box .corona_title .ct_02 { font-size: 2rem; }
  .corona_frame3 .corona_bana .corona_box figure { width: 524px; margin: 0 0 0 0; }
  .corona_frame3 .corona_bana .corona_box figure img { width: 475px; margin: 0 49px 10px 30px; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_area { padding: 0 0 4rem 0; box-sizing: border-box; margin: 0; background-color: #f8f8f8; /*お知らせ*/ }
.notice_area .notice_frame { width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 2rem 0 0 0; height: auto; }
.notice_area .notice_frame .title_box { width: 100%; }
.notice_area .notice_frame .notice_box { width: 100%; margin: -17vw 0 0 0; padding: 3rem 0.5rem 0.5rem 0.5rem; box-sizing: border-box; background-color: #ffffff; }
.notice_area .notice_frame .notice_box dl { height: auto; margin: 0 auto; width: 96%; }
.notice_area .notice_frame .notice_box dl dt { color: #92C13A; margin: 2rem 0 1rem 0; padding: 1rem 0.4rem 0 2rem; font-size: 1.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; position: relative; border-top: #C3C3C3 2px dotted; }
.notice_area .notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 0.6em #92C13A; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; left: 0; top: 1.4rem; transition: 0.5s; }
.notice_area .notice_frame .notice_box dl dt.open::before { border: none; border-bottom: solid 0.6em #92C13A; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; }
.notice_area .notice_frame .notice_box dl dt:first-child { border-top: none; }
.notice_area .notice_frame .notice_box dl dt.close::before { transform: rotateX(180deg); transition: 0.5s; }
.notice_area .notice_frame .notice_box dl dt:nth-last-child(2) { border-bottom: #C3C3C3 2px dotted; }
.notice_area .notice_frame .notice_box dl dt:nth-last-child(2) { padding: 1rem 0.4rem 1rem 2rem; }
.notice_area .notice_frame .notice_box dl dt:nth-last-child(2).close { border-bottom: none; }
.notice_area .notice_frame .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 2rem; color: #333333; font-size: 1.4rem; line-height: 160%; display: none; }
.notice_area .notice_frame .notice_box dl dd p { margin: 0; }
.notice_area .notice_frame .notice_box dl dd.open { display: block; }
.notice_area .notice_frame .notice_box dl dd:last-child { border-bottom: #C3C3C3 2px dotted; padding: 0 0.4rem 1rem 2rem; }

@media screen and (min-width: 768px), print { .notice_area { padding: 60px 0 78px 0; box-sizing: border-box; margin: 0; background-color: #f8f8f8; /*お知らせ*/ }
  .notice_area .notice_frame { width: 1200px; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 0; height: auto; }
  .notice_area .notice_frame .title_box { width: 100%; }
  .notice_area .notice_frame .notice_box { width: 100%; margin: -42px 0 0 0; padding: 58px 42px 35px 42px; box-sizing: border-box; background-color: #ffffff; }
  .notice_area .notice_frame .notice_box dl { height: auto; margin: 0; width: 100%; position: relative; }
  .notice_area .notice_frame .notice_box dl dt { color: #92C13A; margin: 5px 0 12px 0; padding: 15px 0 0 18px; font-size: 1.8rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; position: relative; border-top: #C3C3C3 2px dotted; }
  .notice_area .notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 12px #92C13A; border-left: solid 8px transparent; border-right: solid 8px transparent; margin: auto; left: 0; top: 20px; transition: 0.5s; }
  .notice_area .notice_frame .notice_box dl dt.open::before { border: none; border-bottom: solid 12px #92C13A; border-left: solid 8px transparent; border-right: solid 8px transparent; }
  .notice_area .notice_frame .notice_box dl dt:first-child { border-top: none; }
  .notice_area .notice_frame .notice_box dl dt.close::before { transform: rotateX(180deg); transition: 0.5s; }
  .notice_area .notice_frame .notice_box dl dt:nth-last-child(2) { border-bottom: #C3C3C3 2px dotted; }
  .notice_area .notice_frame .notice_box dl dt:nth-last-child(2) { padding: 15px 0 22px 18px; }
  .notice_area .notice_frame .notice_box dl dt:nth-last-child(2).close { border-bottom: none; }
  .notice_area .notice_frame .notice_box dl dd { margin: 0 0 12px 0; padding: 0 0 22px 18px; color: #333333; font-size: 1.6rem; line-height: 160%; display: none; }
  .notice_area .notice_frame .notice_box dl dd p { margin: 0; }
  .notice_area .notice_frame .notice_box dl dd.open { display: block; }
  .notice_area .notice_frame .notice_box dl dd:last-child { border-bottom: #C3C3C3 2px dotted; padding: 0 0 22px 18px; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_area .greeting_box .greeting_frame .greeting_text_box { width: 100%; margin: -17vw 0 0 0; padding: 20vw 1rem 2rem 1rem; box-sizing: border-box; background-color: #f3ffee; }
.greeting_area .greeting_box .greeting_frame .greeting_text_box hr.greeting_line { border: none; border-bottom: #3E8518 1px solid; }
.greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_text { width: 96%; margin: 0 auto 2rem auto; line-height: 120%; text-align: justify; }
.greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_text2 { width: 96%; margin: 0 auto 2rem auto; line-height: 120%; text-align: justify; }
.greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_name { width: 96%; margin: 0 auto; line-height: 120%; text-align: right; }
.greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_name span { font-size: 1.6rem; }

@media screen and (min-width: 768px), print { .greeting_area { margin: 166px 0 0 0; padding: 0 0 0 0; box-sizing: border-box; background-color: #f3ffee; }
  .greeting_area .greeting_box { width: 1200px; margin: 0 auto; overflow: visible; }
  .greeting_area .greeting_box h2.top_title { margin: -70px 0 0 0; }
  .greeting_area .greeting_box .greeting_frame { width: 1200px; order: 2; overflow: visible; margin: 0 auto; }
  .greeting_area .greeting_box .greeting_frame .greeting_text_box { width: 100%; margin: -42px 0 0 0; padding: 44px 0 60px 0; box-sizing: border-box; background-color: #f3ffee; }
  .greeting_area .greeting_box .greeting_frame .greeting_text_box hr.greeting_line { border: none; border-bottom: #3E8518 1px solid; }
  .greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_text { width: 1200px; margin: 40px 0 36px 0; line-height: 200%; text-align: justify; font-size: 1.6rem; }
  .greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_text2 { width: 1200px; margin: 0 0 36px 0; line-height: 200%; text-align: justify; font-size: 1.6rem; }
  .greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_name { width: 1200px; margin: 0; line-height: 120%; text-align: right; font-size: 2rem; }
  .greeting_area .greeting_box .greeting_frame .greeting_text_box .greeting_name span { font-size: 2.2rem; } }
/*-----------------------------------------------------------
診療のご案内
----------------------------------------------------------- */
.treatment_area { padding: 0 0 0 0; box-sizing: border-box; margin: 4rem 0 0 0; }
.treatment_area .treatment_box .treatment_bg { display: none; }
.treatment_area .treatment_box .treatment_freame .treatment_text { width: 100%; margin: -17vw 0 0 0; padding: 17vw 0.5rem 2rem 0.5rem; box-sizing: border-box; background-color: #f3ffee; }
.treatment_area .treatment_box .treatment_freame .treatment_text hr.treatment_line { border: none; border-bottom: #3E8518 1px solid; }
.treatment_area .treatment_box .treatment_freame .treatment_text p { width: 96%; margin: 0 auto 2rem auto; line-height: 120%; text-align: justify; }
.treatment_area .treatment_box .treatment_freame .treatment_text a { background-color: #76BF4F; color: #ffffff; font-size: 1.4rem; width: 50%; height: 8vw; 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; margin: 0 auto; text-decoration: none; border-radius: 0.5rem; }
.treatment_area .treatment_box .treatment_freame .treatment_text a img { margin: 0 0 0 0.5rem; }
.treatment_area .treatment_box .treatment_img img { width: 100%; }

@media screen and (min-width: 768px), print { .treatment_area { padding: 0 0 0 0; box-sizing: border-box; margin: 137px 0 0 0; width: 100%; position: relative; }
  .treatment_area .treatment_box { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #ffffff; }
  .treatment_area .treatment_box .treatment_bg { position: absolute; top: 131px; left: 0; width: 100%; background-color: #f3ffee; height: 363px; z-index: 0; margin: 0; border: none; display: block; }
  .treatment_area .treatment_box .treatment_freame { width: 750px; position: relative; z-index: 1; background-color: #ffffff; margin: 70px 0 0 0; }
  .treatment_area .treatment_box .treatment_freame .treatment_text { width: 100%; margin: -42px 0 0 0; padding: 44px 0 60px 0; box-sizing: border-box; background-color: #f3ffee; height: 363px; position: relative; z-index: 1; }
  .treatment_area .treatment_box .treatment_freame .treatment_text hr.treatment_line { border: none; border-bottom: #3E8518 1px solid; }
  .treatment_area .treatment_box .treatment_freame .treatment_text p { width: 677px; margin: 0 auto 90px auto; line-height: 180%; text-align: justify; }
  .treatment_area .treatment_box .treatment_freame .treatment_text a { background-color: #76BF4F; color: #ffffff; font-size: 1.4rem; width: 204px; height: 35px; 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; margin: 0 auto; text-decoration: none; border-radius: 6px; }
  .treatment_area .treatment_box .treatment_freame .treatment_text a img { margin: 0 0 0 25px; }
  .treatment_area .treatment_box .treatment_freame .treatment_text a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .treatment_area .treatment_box .treatment_img { width: 450px; overflow: visible; position: relative; z-index: 1; }
  .treatment_area .treatment_box .treatment_img img { width: 850px; } }
/* -----------------------------------------------------------
　トップリンク
----------------------------------------------------------- */
.link_freame { margin: 8rem 0 0 0; background: url("../images/bg_01.png"); background-repeat: repeat; background-position: left top; position: relative; overflow: visible; }
.link_freame img.fune { position: absolute; left: 10%; top: -10vw; width: 25%; }
.link_freame .link_bg { background: url("../images/index_treatment_bg_top.png"), url("../images/index_treatment_bg_bottom.png"); background-position: left top,left bottom; background-repeat: repeat-x,repeat-x; background-size: 150%,150%; padding: 4rem 0; box-sizing: border-box; }
.link_freame .link_box { width: 96%; margin: 0 auto; }
.link_freame .link_box ul.link_list { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.link_freame .link_box ul.link_list li { width: 48%; margin: 0 0 3rem 0; }
.link_freame .link_box ul.link_list li a { width: 100%; height: 60vw; padding: 0 0 10vw 0; display: block; position: relative; }
.link_freame .link_box ul.link_list li a span { background-color: #ffffff; width: 50%; height: 22vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0 auto; border-radius: 50%; position: absolute; bottom: 8vw; left: 0; right: 0; }
.link_freame .link_box ul.link_list li a span img { width: 50%; }
.link_freame .link_box ul.link_list li a p { position: absolute; margin: 0; bottom: 0; left: 0; right: 0; color: #3E8518; text-align: center; font-size: 1.4rem; }
.link_freame .link_box ul.link_list li.internal a { background: url("../images/index_treatment_01.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.internal a span img { width: 40% !important; }
.link_freame .link_box ul.link_list li.gastro a { background: url("../images/index_treatment_02.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.endoscopy a { background: url("../images/index_treatment_03.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.pylori a { background: url("../images/index_treatment_04.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.lifestyle-related a { background: url("../images/index_treatment_05.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.elder_internal a { background: url("../images/index_treatment_06.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.elder_internal a span img { width: 40% !important; }
.link_freame .link_box ul.link_list li.vaccination a { background: url("../images/index_treatment_07.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.vaccination a span img { width: 40% !important; }
.link_freame .link_box ul.link_list li.checkup a { background: url("../images/index_treatment_08.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.checkup a span img { width: 40% !important; }
.link_freame .link_box ul.link_list li.private a { background: url("../images/index_treatment_09.png") no-repeat; background-size: contain; }
.link_freame .link_box ul.link_list li.private a span img { width: 40% !important; }

@media screen and (min-width: 768px), print { .link_freame { margin: 63px 0 0 0; background: url("../images/bg_01.png"); background-repeat: repeat; background-position: left top; position: relative; overflow: visible; }
  .link_freame img.fune { position: absolute; left: 0; right: 0; top: -36px; width: 122.22px; margin: 0 auto; padding: 0 928px 0 0; }
  .link_freame .link_bg { background: url("../images/index_treatment_bg_top.png"), url("../images/index_treatment_bg_bottom.png"); background-position: left top,left bottom; background-repeat: repeat-x,repeat-x; background-size: 2000px,2000px; padding: 112px 0 44px 0; box-sizing: border-box; }
  .link_freame .link_box { width: 1144px; margin: 0 auto; }
  .link_freame .link_box ul.link_list { width: 1144px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  .link_freame .link_box ul.link_list li { width: 200px; margin: 0 0 68px 0; }
  .link_freame .link_box ul.link_list li a { width: 200px; height: 315px; padding: 0 0 0 0; display: block; position: relative; }
  .link_freame .link_box ul.link_list li a span { background-color: #ffffff; width: 110px; height: 110px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0 auto; border-radius: 50%; position: absolute; bottom: 40px; left: 0; right: 0; }
  .link_freame .link_box ul.link_list li a span img { width: 65.4px; }
  .link_freame .link_box ul.link_list li a p { position: absolute; margin: 0; bottom: 0; left: 0; right: 0; color: #3E8518; text-align: center; font-size: 2.1rem; }
  .link_freame .link_box ul.link_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_freame .link_box ul.link_list li.internal a { background: url("../images/index_treatment_01.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.internal a span img { width: 50.2px !important; }
  .link_freame .link_box ul.link_list li.gastro a { background: url("../images/index_treatment_02.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.gastro a span img { width: 65.4px !important; }
  .link_freame .link_box ul.link_list li.endoscopy a { background: url("../images/index_treatment_03.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.endoscopy a span img { width: 65.89px !important; }
  .link_freame .link_box ul.link_list li.pylori a { background: url("../images/index_treatment_04.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.pylori a span img { width: 66.26px !important; }
  .link_freame .link_box ul.link_list li.lifestyle-related a { background: url("../images/index_treatment_05.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.lifestyle-related a span img { width: 75.6px !important; }
  .link_freame .link_box ul.link_list li.elder_internal { margin: 0 0 0 120px; }
  .link_freame .link_box ul.link_list li.elder_internal a { background: url("../images/index_treatment_06.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.elder_internal a span img { width: 38.11px !important; }
  .link_freame .link_box ul.link_list li.vaccination a { background: url("../images/index_treatment_07.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.vaccination a span img { width: 46.26px !important; }
  .link_freame .link_box ul.link_list li.checkup a { background: url("../images/index_treatment_08.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.checkup a span img { width: 46px !important; }
  .link_freame .link_box ul.link_list li.private { margin: 0 120px 0 0; }
  .link_freame .link_box ul.link_list li.private a { background: url("../images/index_treatment_09.png") no-repeat; background-size: contain; }
  .link_freame .link_box ul.link_list li.private a span img { width: 55.7px !important; } }
/*----------------------------------------------------------- 康診断 院内風景
----------------------------------------------------------- */
.link_button { width: 96%; margin: 4rem auto 0 auto; }
.link_button a { 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; width: 100%; height: 30vw; margin: 0 0 1rem 0; color: #ffffff; text-decoration: none; padding: 0 67% 0 0; box-sizing: border-box; position: relative; }
.link_button a .lb_text_jp { font-size: 1.6rem; line-height: 160%; }
.link_button a .lb_text_eng { font-size: 0.8rem; line-height: 160%; }
.link_button a i { font-size: 1.5rem; }
.link_button a.lbme { background: url("../images/index_01.jpg") no-repeat; background-size: cover; }
.link_button a.lbcp { background: url("../images/index_02.jpg") no-repeat; background-size: cover; }
.link_button a::before { position: absolute; top: 2vw; left: 2%; content: ""; width: 96%; height: 26vw; display: block; border: #ffffff 2px solid; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .link_button { /*width: 1146px;*/ width: 546px; margin: 100px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .link_button a { 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; width: 546px; height: 200px; margin: 0 0 0 0; color: #ffffff; text-decoration: none; padding: 0 346px 0 0; box-sizing: border-box; position: relative; }
  .link_button a .lb_text_jp { font-size: 2.7rem; line-height: 160%; }
  .link_button a .lb_text_eng { font-size: 1.4rem; line-height: 160%; }
  .link_button a i { font-size: 1.8rem; }
  .link_button a.lbme { background: url("../images/index_01.jpg") no-repeat; background-size: cover; }
  .link_button a.lbcp { background: url("../images/index_02.jpg") no-repeat; background-size: cover; }
  .link_button a::before { position: absolute; top: 9px; left: 9px; content: ""; width: 528px; height: 182px; display: block; border: #ffffff 2px solid; box-sizing: border-box; }
  .link_button a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; padding: 3.5rem 0 2rem 0; margin: 0; background: url("../images/overview_bg.jpg") repeat; background-size: cover; }
.overview .overview_info_box { width: 96%; margin: 2rem auto 0 auto; background-color: rgba(255, 255, 255, 0.8); border: #3E8518 1px solid; box-sizing: border-box; padding: 2rem 1rem; }
.overview .overview_info_box .overview_info_box_left h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
.overview .overview_info_box .overview_info_box_left dl.overview_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; box-sizing: border-box; margin: 2rem 0 3rem 0; line-height: 160%; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 25%; margin: 0 0 1rem 0; color: #76BF4F; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 70%; margin: 0 0 1rem 0; color: #333333; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd.overview_tel { color: #E986A8; font-size: 2rem; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd.overview_tel a { color: #E986A8; text-decoration: none; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd.overview_tel span { color: #E986A8; }
.overview .overview_info_box .overview_info_box_right { margin: 4rem 0 0 0; }
.overview .overview_info_box .overview_info_box_right img { width: 100%; }
.overview .overview_info_box .overview_info_box_right a.map_link { background-color: #76BF4F; color: #ffffff; width: 100%; height: 8vw; 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; text-decoration: none; border-radius: 0.3rem; margin: 1rem 0 0 0; font-size: 1.4rem; font-family: 'kosugimaru'; }
.overview .overview_info_box .overview_info_box_right a.map_link img { width: 22px; margin: 0 0 0 1rem; }

@media screen and (min-width: 768px), print { .overview { width: 100%; padding: 60px 0 60px 0; margin: 80px 0 0 0; background: url("../images/overview_bg.jpg") repeat; background-size: cover; }
  .overview .overview_info_box { width: 1200px; margin: 0 auto 0 auto; background-color: rgba(255, 255, 255, 0.7); border: #3E8518 1px solid; box-sizing: border-box; padding: 83px 40px; 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; height: 621px; }
  .overview .overview_info_box .overview_info_box_left { width: 450px; }
  .overview .overview_info_box .overview_info_box_left h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
  .overview .overview_info_box .overview_info_box_left dl.overview_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.6rem; box-sizing: border-box; margin: 36px 0 55px 0; line-height: 160%; width: 450px; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 116px; margin: 0 0 10px 0; color: #76BF4F; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 334px; margin: 0 0 10px 0; color: #333333; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.overview_tel { color: #E986A8; font-size: 3.6rem; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.overview_tel a { color: #E986A8; text-decoration: none; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.overview_tel span { color: #E986A8; }
  .overview .overview_info_box .overview_info_box_left 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%; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 8px 0; vertical-align: middle; color: #ffffff; background-color: #76BF4F; width: 40px; min-height: 30px; box-sizing: border-box; border-right: #ffffff 1px solid; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr th:first-child { border-left: #76BF4F 1px solid; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr th:last-child { border-right: #76BF4F 1px solid; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 9px 0; vertical-align: middle; background-color: #ffffff; color: #76BF4F; min-height: 35px; box-sizing: border-box; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td i { font-size: 1.6rem; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td.time { width: 135px; text-align: center; color: #333333; font-size: 1.6rem; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td:first-child { border-left: #76BF4F 1px solid; }
  .overview .overview_info_box .overview_info_box_left .notice_time { font-size: 1.4rem; margin: 6px auto 0 auto; width: 94%; color: #333333; padding: 0; box-sizing: border-box; line-height: 160%; }
  .overview .overview_info_box .overview_info_box_right { margin: 0 0 0 0; width: 560px; }
  .overview .overview_info_box .overview_info_box_right img { width: 560px; }
  .overview .overview_info_box .overview_info_box_right a.map_link { background-color: #76BF4F; color: #ffffff; width: 560px; height: 35px; 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; text-decoration: none; border-radius: 0.3rem; margin: 18px 0 0 0; font-size: 1.6rem; font-family: 'kosugimaru'; }
  .overview .overview_info_box .overview_info_box_right a.map_link img { width: 22px; margin: 0 0 0 26px; }
  .overview .overview_info_box .overview_info_box_right a.map_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin: 2rem 0 0 0; }
footer .footer_frame { width: 96%; margin: 0 auto; }
footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.2rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
footer .footer_frame ul.footer_list li { width: 48%; margin: 0 0 1.4rem 0; padding: 0; list-style-type: none; }
footer .footer_frame ul.footer_list li a { color: #3E8518; text-decoration: none; text-align: center; display: block; }
footer .footer_frame ul.footer_list li a span { display: none; }
footer .footer_frame ul.footer_list li.treatment { display: none; }
footer .footer_frame .subtitle { font-size: 1.2rem; font-weight: normal; margin: 0 0 1.4rem; font-weight: bold; border-bottom: #3E8518 1px solid; color: #3E8518; text-align: center; padding: 0 0 0.5rem 0; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #8EC570; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 142px; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; }
  footer .footer_frame { width: 1200px; margin: 20px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.4rem; margin: 0 0 0 0; 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; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 11px 18px 0; padding: 0 11px 0 22px; list-style-type: none; border-left: #3E8518 1px solid; }
  footer .footer_frame ul.footer_list li a { color: #3E8518; text-decoration: none; }
  footer .footer_frame ul.footer_list li a span { display: none; }
  footer .footer_frame ul.footer_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.footer_list li:last-child { border-right: #3E8518 1px solid; padding: 0 22px 0 22px; }
  footer .footer_frame .subtitle { display: none; }
  footer .copyright { margin: 0; height: 30px; text-align: center; padding: 0; color: #ffffff; font-size: 1.2rem; letter-spacing: 0.05em; background-color: #8EC570; 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; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: block; margin: 0; padding: 0; }
#pagetop_position #linkpagetop a { width: 80px; height: 80px; }
#pagetop_position #linkpagetop a img { width: 80px; height: 80px; }
#pagetop_position #linkpagetop a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }

#pagetop { position: fixed; bottom: 0; right: 2%; z-index: 999999; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 80px; height: 80px; }
  #pagetop_position #linkpagetop a img { width: 80px; height: 80px; }
  #pagetop { position: fixed; bottom: 0; right: 0; z-index: 999999; left: 50%; margin: 0 0 0 525px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 0; right: 0; z-index: 999999; left: 90%; margin: 0 0 0 0; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 16vw; width: 100%; padding: 1rem 0 0 0; margin: 0 0 0 -2%; height: auto; z-index: 999999; background-color: rgba(0, 0, 0, 0.6); }
.drawr ul.hbg { list-style-type: none; width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.drawr ul.hbg li { width: 45%; background-color: #FFE89E; margin: 0 0 1rem 0; }
.drawr ul.hbg li a { font-size: 1.2rem; color: #333333; text-decoration: none; width: 100%; height: 10vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.drawr ul.hbg li.treatment { display: none; }
.drawr ul.hbg li.none { background-color: transparent; }
.drawr ul.hbg2 { list-style-type: none; width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.drawr ul.hbg2 li { width: 45%; background-color: #C3ECAD; margin: 0 0 1rem 0; }
.drawr ul.hbg2 li a { font-size: 1.2rem; color: #333333; text-decoration: none; width: 100%; height: 10vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.drawr ul.hbg2 li.treatment { display: none; }
.drawr ul.hbg2 li.none { background-color: transparent; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 10vw; padding: 0 0 0.5vw 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: 28px; 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 { align-items: center; justify-content: center; width: 100%; cursor: pointer; padding: 0 0 0.6rem 0; background-color: #3E8518; border-radius: 0.3rem; }

/*見出し*/
h1 { margin: 0; }

h2.top_title { background: url("../images/h2.svg") no-repeat; background-size: 40%; background-position: center center; min-height: 38vw; 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; color: #3E8518; font-size: 2.4rem; font-weight: normal; letter-spacing: 0.05em; line-height: 100%; position: relative; z-index: 2; padding: 1rem 0 0 0; box-sizing: border-box; }
h2.top_title span { color: #CCCCCC; font-size: 1.3rem; }
h2.low { background: url("../images/h2.svg") no-repeat; background-size: 40%; background-position: center center; min-height: 38vw; 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; color: #3E8518; font-size: 2.4rem; font-weight: normal; letter-spacing: 0.05em; line-height: 100%; position: relative; z-index: 2; padding: 1rem 0 0 0; box-sizing: border-box; margin: 3rem 0 3rem 0; text-align: center; width: 100%; }
h2.low::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-bottom: #3E8518 1px solid; }
h2.first { margin: 0.1rem 0 2rem 0; }

h3.low { background: url("../images/h3.svg") no-repeat; background-size: 11%; background-position: right 2% top 0.3rem; background-color: #3E8518; color: #ffffff; font-size: 2rem; font-weight: normal; padding: 0.6rem 3.8rem 0.6rem 0.8rem; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 130%; }
h3.first { margin: 0 0 1rem 0; }

h4 { font-size: 1.9rem; font-weight: normal; color: #A7CE8E; padding: 1vw 0 0.4rem 3.4rem; box-sizing: border-box; border-bottom: #A7CE8E 1px solid; margin: 1.8rem 0 1rem 0; line-height: 120%; background: url("../images/h4.svg"); background-position: left top; background-size: 10%; background-repeat: no-repeat; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.9rem; font-weight: normal; color: #C8B826; padding: 0 0 0.4rem 1rem; box-sizing: border-box; border-bottom: #C8B826 1px dashed; margin: 1.8rem 0 1rem 0; line-height: 120%; }
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 { background: url("../images/h2.svg") no-repeat; background-size: 145px; background-position: center center; min-height: 104px; 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; color: #3E8518; font-size: 3rem; font-weight: normal; letter-spacing: 0.05em; line-height: 100%; position: relative; z-index: 2; padding: 20px 0 0 0; box-sizing: border-box; }
  h2.top_title span { color: #CCCCCC; font-size: 1.4rem; }
  h2.low { background: url("../images/h2.svg") no-repeat; background-size: 145px; background-position: center center; min-height: 104px; 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; color: #3E8518; font-size: 3rem; font-weight: normal; letter-spacing: 0.05em; line-height: 100%; position: relative; z-index: 2; padding: 20px 0 0 0; box-sizing: border-box; margin: 60px 0 58px 0; text-align: center; width: 100%; }
  h2.low::after { content: ""; position: absolute; bottom: -14px; left: 0; width: 100%; height: 1px; border-bottom: #3E8518 1px solid; }
  h2.first { margin: 0 0 58px 0; }
  h3.low { background: url("../images/h3.svg") no-repeat; background-size: 50px; background-position: right 8px top 6px; background-color: #3E8518; color: #ffffff; font-size: 2.2rem; font-weight: normal; padding: 12px 70px 12px 22px; box-sizing: border-box; margin: 55px 0 22px 0; line-height: 130%; }
  h3.first { margin: 0 0 22px 0; }
  h4 { font-size: 2.2rem; font-weight: normal; color: #A7CE8E; padding: 15px 0 10px 68px; box-sizing: border-box; border-bottom: #A7CE8E 1px solid; margin: 40px 0 22px 0; line-height: 120%; background: url("../images/h4.svg"); background-position: left top; background-size: 51px; background-repeat: no-repeat; }
  h4.first { margin: 0 0 22px 0; }
  h5 { font-size: 2rem; font-weight: normal; color: #C8B826; padding: 0 0 12px 22px; box-sizing: border-box; border-bottom: #C8B826 1px dashed; margin: 40px 0 22px 0; line-height: 120%; }
  h5.first { margin: 0 0 22px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 1rem 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_left { margin: 0 0 1rem 0; text-align: center; }
.img_left img { width: 70%; height: auto; }

.img_center { margin: 0 0 1rem 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 20px 15px 40px; }
  .img_right img { width: 424px; height: auto; }
  .img_left { float: left; margin: 0 40px 40px 20px; }
  .img_left img { width: 424px; height: auto; }
  .img_center { float: none; margin: 0 0 15px 0; text-align: center; }
  .img_center img { width: auto; height: auto; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
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 0.4rem top 0.7rem; background-size: 0.8rem; padding: 0 0 0 1.8rem; line-height: 140%; }

ul.list_maru2 { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru2 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 0.4rem top 0.7rem; background-size: 0.8rem; padding: 0 0 0 1.8rem; line-height: 140%; }

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 0.4rem top 0.7rem; background-size: 0.8rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

ul.list_num2 { box-sizing: border-box; width: 100%; }
ul.list_num2 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 4px top 10px; background-size: 8px; padding: 0 0 0 18px; }
  ul.list_maru2 { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru2 li { width: auto; line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 20px 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 10px; background-size: 8px; padding: 0 0 0 18px; }
  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 4px top 10px; background-size: 8px; padding: 0 0 0 18px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  ul.list_num2 { box-sizing: border-box; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_num2 li { width: 45%; line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; }
  /*概要*/
  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 0 0; line-height: 120%; }
dl.num_list dt { width: 6%; margin: 0 0 0 0; }
dl.num_list dd { width: 94%; margin: 0 0 20px 0; }

dl.low_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; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; border-bottom: #CCCCCC 1px solid; }
dl.low_box dt { width: 100%; margin: 0 0 0 0; background-color: #f3ffee; color: #333333; border: #CCCCCC 1px solid; padding: 1rem; box-sizing: border-box; }
dl.low_box dd { width: 100%; margin: 0 0 0 0; color: #333333; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; padding: 1rem; box-sizing: border-box; }

@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: 1200px; }
  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: 1200px; margin: 0; }
  dl.num_list dt { width: 22px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 1178px; margin: 0 0 20px 0; padding: 0 33px 0 0; box-sizing: border-box; }
  dl.low_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; font-size: 1.6rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; border-bottom: #CCCCCC 1px solid; }
  dl.low_box dt { width: 100%; margin: 0 0 0 0; background-color: #f3ffee; color: #333333; border: #CCCCCC 1px solid; padding: 20px; box-sizing: border-box; }
  dl.low_box dd { width: 100%; margin: 0 0 0 0; color: #333333; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; padding: 20px; box-sizing: border-box; } }
/*アサイド*/
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: #E986A8; 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: #333333; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #C3C3C3 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: #76BF4F; width: 10%; border-right: #ffffff 1px solid; }
table.timetable tr th.time { letter-spacing: 0.1em; }
table.timetable tr th:first-child { border-left: #76BF4F 1px solid; }
table.timetable tr th:last-child { border-right: #76BF4F 1px solid; }
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; color: #76BF4F; min-height: 17vw; border-right: #76BF4F 1px solid; border-bottom: #76BF4F 1px solid; }
table.timetable tr td.time { width: 32%; text-align: center; color: #333333; }
table.timetable tr td:first-child { border-left: #76BF4F 1px solid; }

.notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #333333; 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.4rem; padding: 7px 0; vertical-align: middle; color: #ffffff; background-color: #76BF4F; width: 32px; min-height: 22px; box-sizing: border-box; border-right: #ffffff 1px solid; }
  table.timetable tr th:first-child { border-left: #76BF4F 1px solid; }
  table.timetable tr th:last-child { border-right: #76BF4F 1px solid; }
  table.timetable tr th.time { letter-spacing: 0.2em; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 3px 0; vertical-align: middle; background-color: #ffffff; color: #76BF4F; min-height: 12px; box-sizing: border-box; border-right: #76BF4F 1px solid; border-bottom: #76BF4F 1px solid; }
  table.timetable tr td i { font-size: 1.2rem; }
  table.timetable tr td.time { width: 100px; text-align: center; color: #333333; font-size: 1.2rem; }
  table.timetable tr td:first-child { border-left: #76BF4F 1px solid; }
  .notice_time { font-size: 1.6rem; margin: 12px 0 0 0; width: 100%; color: #333333; padding: 0; box-sizing: border-box; line-height: 160%; }
  .low_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%; }
  .low_timetable table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 14px 0; vertical-align: middle; color: #ffffff; background-color: #76BF4F; width: 150px; min-height: 22px; box-sizing: border-box; }
  .low_timetable table.timetable tr th.time { letter-spacing: 0.2em; width: 220px; }
  .low_timetable table.timetable tr th:first-child { border-left: #76BF4F 1px solid; }
  .low_timetable table.timetable tr th:last-child { border-right: #76BF4F 1px solid; }
  .low_timetable table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 14px 0; vertical-align: middle; background-color: #ffffff; color: #76BF4F; min-height: 12px; box-sizing: border-box; }
  .low_timetable table.timetable tr td i { font-size: 1.6rem; }
  .low_timetable table.timetable tr td.time { width: 160px; text-align: center; color: #333333; font-size: 1.6rem; }
  .low_timetable table.timetable tr td:first-child { border-left: #76BF4F 1px solid; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #3E8518; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #76BF4F; }

.red_text { color: red; }

.underline_text { text-decoration: underline; }

.tac { text-align: center; }

.emphasis { background-color: #f3ffee; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }

.low_tel a { color: #3E8518; font-size: 2rem; font-weight: bold; text-decoration: none; }
.low_tel span { color: #3E8518; font-size: 2rem; font-weight: bold; text-decoration: none; }

hr.ajs { margin: 2rem 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 #3E8518; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #76BF4F; }
  .link_text:hover { color: #C8B826; transition: all 0.3s ease 0s; }
  .red_text { color: red; }
  .underline_text { text-decoration: underline; }
  .tac { text-align: center; }
  .emphasis { background-color: #f3ffee; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .tow_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; width: 1200px; }
  .tow_box section { width: 550px; }
  hr.ajs { margin: 40px 0; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.img_doctor { margin: 0 0 1rem 0; text-align: center; }
figure.img_doctor img { width: 70%; height: auto; }

.doctor_name { text-align: right; font-size: 1.4rem; }
.doctor_name span { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.img_doctor { float: left; margin: 0 40px 10px 20px; }
  figure.img_doctor img { width: 250px; height: auto; }
  .doctor_text { font-size: 2rem; line-height: 200%; }
  .doctor_name { text-align: right; font-size: 2rem; margin: 4rem 0 0 0; }
  .doctor_name span { font-size: 2.8rem; } }
/*----------------------------------------------------------- 院内風景
----------------------------------------------------------- */
.clinic_info dl.clinic_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; box-sizing: border-box; margin: 2rem 0 3rem 0; line-height: 160%; }
.clinic_info dl.clinic_list dt { width: 25%; margin: 0 0 1rem 0; color: #76BF4F; }
.clinic_info dl.clinic_list dd { width: 70%; margin: 0 0 1rem 0; color: #333333; }
.clinic_info dl.clinic_list dd a { color: #333333; text-decoration: none; }

.clinic_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; }
.clinic_box figure { width: 48%; margin: 0 0 4rem 0; }
.clinic_box figure a { display: block; text-decoration: none; }
.clinic_box figure a img { width: 100%; }
.clinic_box figcaption { font-size: 1.4rem; margin: 1rem 0 0 0; text-align: center; line-height: 120%; }

.lb-dataContainer { background-color: #ffffff; color: #000000; }

.lb-caption { font-size: 1.2rem !important; color: #000000 !important; }

.lb-number { display: none !important; }

@media screen and (min-width: 768px), print { .clinic_info dl.clinic_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.6rem; box-sizing: border-box; margin: 36px 0 55px 0; line-height: 160%; width: 450px; }
  .clinic_info dl.clinic_list dt { width: 116px; margin: 0 0 10px 0; color: #76BF4F; }
  .clinic_info dl.clinic_list dd { width: 334px; margin: 0 0 10px 0; color: #333333; }
  .clinic_info dl.clinic_list dd a { color: #333333; text-decoration: none; }
  .clinic_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; width: 1160px; }
  .clinic_box figure { width: 275px; margin: 0 0 40px 0; }
  .clinic_box figure a { display: block; text-decoration: none; }
  .clinic_box figure a img { width: 100%; }
  .clinic_box figcaption { font-size: 1.6rem; margin: 20px 0 0 0; text-align: center; line-height: 120%; }
  .lb-dataContainer { background-color: #ffffff; color: #000000; }
  .lb-caption { font-size: 1.6rem !important; color: #000000 !important; }
  .lb-number { display: none !important; }
  .lightbox { top: 900px !important; z-index: 99999999 !important; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.access_tel i { color: #FFE89E; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #FFE89E; font-weight: bold; font-size: 2rem; }
.access_tel a { color: #FFE89E; font-weight: bold; font-size: 2rem; }

.access_info { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.access_info figure { width: 96%; margin: 0 auto 0 auto; }
.access_info figure img { width: 100%; }
.access_info .clinic_info img { width: 80%; display: block; margin: 0 auto; }

.googlemapbtn { display: block; text-decoration: none; background-color: #76BF4F; color: #ffffff; font-size: 1.4rem; text-align: center; width: 70%; height: 10vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 2rem auto 0 auto; border-radius: 2rem; }
.googlemapbtn img { margin: 0 0 0 1rem; }

@media screen and (min-width: 768px), print { .access_tel i { color: #FFE89E; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #FFE89E; font-weight: bold; font-size: 3rem; }
  .access_tel a { color: #FFE89E; font-weight: bold; font-size: 3rem; }
  .access_info { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; }
  .access_info figure { width: 560px; margin: 0 auto 0 auto; }
  .access_info figure img { width: 100%; }
  .access_info .clinic_info { width: 600px; margin: 0; }
  .access_info .clinic_info dl.clinic_list { margin: 0; }
  .access_info .clinic_info img { width: 400px; margin: 0; display: block; }
  .googlemapbtn { display: block; text-decoration: none; background-color: #76BF4F; color: #ffffff; font-size: 1.6rem; text-align: center; width: 300px; height: 48px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 40px auto 0 auto; border-radius: 3rem; }
  .googlemapbtn img { margin: 0 0 0 20px; }
  .googlemapbtn:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
.first_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; width: 100%; }
.first_box figure { width: 48%; margin: 0 0 4rem 0; }
.first_box figure img { width: 100%; }
.first_box figcaption { font-size: 1.2rem; margin: 1rem 0 0 0; text-align: center; line-height: 120%; }

@media screen and (min-width: 768px), print { .first_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; width: 1160px; }
  .first_box figure { width: 275px; margin: 0 0 4rem 0; }
  .first_box figure img { width: 275px; }
  .first_box figcaption { font-size: 1.6rem; margin: 20px 0 0 0; text-align: center; line-height: 120%; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
ul.low_link_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; }
ul.low_link_list li { width: 100%; margin: 0 0 1rem 0; }
ul.low_link_list li a { text-decoration: none; font-size: 1.4rem; background-color: #f3ffee; color: #3E8518; display: inline-block; padding: 1rem 2rem; box-sizing: border-box; }
ul.low_link_list li a::before { font-family: 'fontello'; content: "\00e807"; margin: 0 5px 0 0; }

@media screen and (min-width: 768px), print { ul.low_link_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 0 0; }
  ul.low_link_list li { width: auto; margin: 0 20px 20px 0; }
  ul.low_link_list li a { text-decoration: none; font-size: 1.6rem; background-color: #f3ffee; color: #3E8518; display: inline-block; padding: 8px 14px; box-sizing: border-box; letter-spacing: 0.05em; }
  ul.low_link_list li a::before { font-family: 'fontello'; content: "\00e807"; margin: 0 5px 0 0; } }
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
