@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*メインの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*青緑*/
/*ピンク*/
/*グレイ*/
/*ピンク2*/
/*青緑2*/
/*黒*/
/*グレイ2*/
/*グレイ3*/
/*グレイ4*/
/*グレイ5*/
/*グレイ6*/
/*緑*/
/*ピンク*/
/*ピンク3*/
/*灰色2*/
/*オレンジ*/
/*水色*/
/*灰色*/
/*影*/
/*緑*/
/*青*/
/*緑*/
/*青緑*/
/*青*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0 0 17vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'josefinsans'; src: url(../font/JosefinSans-VariableFont_wght.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'josefinsans'; src: url(../font/JosefinSans-VariableFont_wght.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 2rem 0 0 0; }

.wrapper_top { height: auto; width: 96%; margin: 2rem auto; padding: 0; }

.wrapper_low { height: auto; width: 96%; margin: 2rem auto; padding: 2rem 0 0 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: 60px 0 0 0; padding: 0; }
  .wrapper_top { height: auto; width: 1180px; margin: 40px auto 0 auto; padding: 0; }
  .wrapper_low { height: auto; width: 1200px; margin: 66px auto 60px auto; padding: 0; }
  .wrapper_low .w100 { width: 100%; }
  .main { height: auto; width: 876px; margin: 0; padding: 6px 38px 46px 38px; box-sizing: border-box; background-color: #ffffff; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
.key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; height: 100vw; position: relative; margin: 0; padding: 0; }
.key_visual header { display: block; margin: 0 auto; height: auto; padding: 0; background-color: rgba(255, 255, 255, 0.9); height: 50vw; }
.key_visual header .head_frame { width: 100%; padding: 0; }
.key_visual header .head_frame .head_logo { width: 75%; margin: 0 0 0 2%; }
.key_visual header .head_frame .head_logo a img { width: 100%; margin: 2vw 0 0 0; }
.key_visual header .head_frame .head_info { margin: 1rem 0 0 0; }
.key_visual header .head_frame .head_info .head_info_address { text-align: center; font-size: 1.4rem; margin: 0 0 0.4rem 0; }
.key_visual header .head_frame .head_info .head_info_tel { width: 80%; margin: 0 auto; height: 12vw; border-radius: 0.3rem; background-color: #ffffff; 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; border: #00b0b0 1px solid; border-radius: 0.4rem; font-weight: bold; line-height: 100%; }
.key_visual header .head_frame .head_info .head_info_tel i { color: #00b0b0; font-size: 2.2rem; margin: 0; }
.key_visual header .head_frame .head_info .head_info_tel span { color: #00b0b0; font-size: 2.2rem; font-family: 'josefinsans'; }
.key_visual header .head_frame .head_info .head_info_tel a { color: #00b0b0; font-size: 2.2rem; text-decoration: none; font-family: 'josefinsans'; }
.key_visual .key_on { display: none; width: 100%; margin: 0 auto; height: 50vw; position: relative; }
.key_visual .key_on .key_open { position: absolute; top: 2vw; left: 2%; width: 33%; height: 32vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.2rem; margin: 0; text-align: center; background: url(../images/key_on_bg.png); background-position: center center; background-size: cover; }
.key_visual .key_on .recruit_info { display: none; }

.key_open_sp { color: #333333; text-align: center; border: #333333 1px solid; margin: 1rem auto; width: 80%; padding: 0.6rem 0; border-radius: 2rem; }

.recruit_info_sp { background: url(../images/icon_arrow_01.png) no-repeat; background-position: right 20px center; background-color: #00b0b0; color: #ffffff; width: 70%; height: 12vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 1rem auto 0 auto; border-radius: 0.5rem; text-decoration: none; font-size: 1.8rem; }

/*下層*/
.key_visual_low { background: url(../images/key_visual_low.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top; height: 80vw; position: relative; margin: 0; padding: 0; }
.key_visual_low header { display: block; margin: 0 auto; height: auto; padding: 0; background-color: rgba(255, 255, 255, 0.95); height: 50vw; }
.key_visual_low header .head_frame { width: 100%; padding: 0; }
.key_visual_low header .head_frame .head_logo { width: 75%; margin: 0 0 0 2%; }
.key_visual_low header .head_frame .head_logo a img { width: 100%; margin: 2vw 0 0 0; }
.key_visual_low header .head_frame .head_info { margin: 1rem 0 0 0; }
.key_visual_low header .head_frame .head_info .head_info_address { text-align: center; font-size: 1.4rem; margin: 0 0 0.4rem 0; }
.key_visual_low header .head_frame .head_info .head_info_tel { width: 80%; margin: 0 auto; height: 12vw; border-radius: 0.3rem; background-color: #ffffff; 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; border: #00b0b0 1px solid; border-radius: 0.4rem; font-weight: bold; line-height: 100%; }
.key_visual_low header .head_frame .head_info .head_info_tel i { color: #00b0b0; font-size: 2.2rem; margin: 0; }
.key_visual_low header .head_frame .head_info .head_info_tel span { color: #00b0b0; font-size: 2.2rem; font-family: 'josefinsans'; }
.key_visual_low header .head_frame .head_info .head_info_tel a { color: #00b0b0; font-size: 2.2rem; text-decoration: none; font-family: 'josefinsans'; }
.key_visual_low h1.low { text-align: center; color: #00b0b0; font-size: 2.2rem; font-weight: normal; margin: 6vw auto 0 auto; background-color: rgba(255, 255, 255, 0.7); width: 90%; height: 18vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }

@media screen and (min-width: 768px), print { .key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; height: 700px; position: relative; margin: 0; padding: 0; overflow: visible; }
  .key_visual header { display: block; margin: 0; width: 100%; background-color: rgba(255, 255, 255, 0.95); height: 190px; }
  .key_visual header .head_frame { width: 1200px; height: 154px; 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; position: relative; overflow: visible; }
  .key_visual header .head_frame .head_logo { width: 492px; margin: 0; }
  .key_visual header .head_frame .head_logo a { display: block; }
  .key_visual header .head_frame .head_logo a img { width: 492px; margin: 15px 0 0 0; }
  .key_visual header .head_frame .head_info { width: 365px; margin: 20px 0 0 0; }
  .key_visual header .head_frame .head_info .head_info_address { text-align: center; font-size: 1.6rem; margin: 0 0 9px 0; letter-spacing: 0; }
  .key_visual header .head_frame .head_info .head_info_tel { width: 365px; margin: 0 auto; height: 50px; border-radius: 0.3rem; background-color: #ffffff; 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; border: #00b0b0 1px solid; border-radius: 0.4rem; font-weight: bold; line-height: 100%; padding: 6px 0 0 0; box-sizing: border-box; }
  .key_visual header .head_frame .head_info .head_info_tel i { color: #00b0b0; font-size: 3.6rem; margin: 0; }
  .key_visual header .head_frame .head_info .head_info_tel span { color: #00b0b0; font-size: 3.6rem; font-family: 'josefinsans'; }
  .key_visual header .head_frame .head_info .head_info_tel a { color: #00b0b0; font-size: 3.6rem; font-family: 'josefinsans'; text-decoration: none; }
  .key_visual .key_on { display: block; width: 1200px; margin: 0 auto; height: 530px; position: relative; overflow: visible; }
  .key_visual .key_on .key_open { position: absolute; top: 40px; left: 0; width: 220px; height: 220px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 2rem; margin: 0; text-align: center; background: url(../images/key_on_bg.png); background-position: center center; background-size: cover; }
  .key_visual .key_on .recruit_info { display: block; width: 320px; height: 100px; font-size: 2.4rem; color: #ffffff; background: url(../images/icon_arrow_01.png) no-repeat; background-position: right 20px center; background-color: #00b0b0; border-radius: 5px; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; top: 480px; right: 0; }
  .key_visual .key_on .recruit_info:hover { background-color: #06cfcf; transition: all 0.3s ease 0s; }
  .key_open_sp { display: none; }
  .recruit_info_sp { display: none; }
  .key_visual_low { background: url(../images/key_visual_low.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top; height: 370px; position: relative; margin: 0; padding: 0; overflow: visible; }
  .key_visual_low header { display: block; margin: 0; width: 100%; background-color: rgba(255, 255, 255, 0.95); height: 190px; }
  .key_visual_low header .head_frame { width: 1200px; height: 154px; 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; position: relative; overflow: visible; }
  .key_visual_low header .head_frame .head_logo { width: 492px; margin: 0; }
  .key_visual_low header .head_frame .head_logo a { display: block; }
  .key_visual_low header .head_frame .head_logo a img { width: 492px; margin: 15px 0 0 0; }
  .key_visual_low header .head_frame .head_info { width: 365px; margin: 20px 0 0 0; }
  .key_visual_low header .head_frame .head_info .head_info_address { text-align: center; font-size: 1.6rem; margin: 0 0 9px 0; letter-spacing: 0; }
  .key_visual_low header .head_frame .head_info .head_info_tel { width: 365px; margin: 0 auto; height: 50px; border-radius: 0.3rem; background-color: #ffffff; 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; border: #00b0b0 1px solid; border-radius: 0.4rem; font-weight: bold; line-height: 100%; padding: 6px 0 0 0; box-sizing: border-box; }
  .key_visual_low header .head_frame .head_info .head_info_tel i { color: #00b0b0; font-size: 3.6rem; margin: 0; }
  .key_visual_low header .head_frame .head_info .head_info_tel span { color: #00b0b0; font-size: 3.6rem; font-family: 'josefinsans'; }
  .key_visual_low header .head_frame .head_info .head_info_tel a { color: #00b0b0; font-size: 3.6rem; font-family: 'josefinsans'; text-decoration: none; }
  .key_visual_low h1.low { text-align: center; color: #00b0b0; font-size: 3.4rem; font-weight: normal; margin: 40px auto 0 auto; background-color: rgba(255, 255, 255, 0.7); width: 1000px; height: 120px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 60px; margin: 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; max-width: 2000px; }
  .main_nav_pc nav { width: 1024px; height: 20px; 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-flex-direction: row; flex-direction: row; align-items: center; width: auto; box-sizing: border-box; height: 20px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 20px; text-align: center; font-weight: normal; border-left: #ffffff 1px dotted; }
  .main_nav_pc nav ul li a { text-decoration: none; text-align: center; color: #333333; height: 20px; width: 100%; display: block; box-sizing: border-box; margin: 0; padding: 0; letter-spacing: 0.05em; font-size: 1.8rem; font-weight: normal; }
  .main_nav_pc nav ul li a span { position: relative; }
  .main_nav_pc nav ul li a span::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 4px; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; background: #feb69c; }
  .main_nav_pc nav ul li a span:hover::after { transform: scale(1, 1); }
  .main_nav_pc nav ul li a span i { display: none; }
  .main_nav_pc nav ul li.home { width: 15%; border-right: #cccccc 1px solid; }
  .main_nav_pc nav ul li.about { width: 20%; border-right: #cccccc 1px solid; }
  .main_nav_pc nav ul li.treatment { width: 15%; border-right: #cccccc 1px solid; }
  .main_nav_pc nav ul li.consultation { width: 22%; border-right: #cccccc 1px solid; }
  .main_nav_pc nav ul li.access { width: 15%; border-right: #cccccc 1px solid; }
  .main_nav_pc nav ul li.blog { width: 13%; }
  .main_nav_pc nav ul li ul { width: 230px; height: auto; display: none; margin: 0 0 0 -34px; position: relative; z-index: 99999; }
  .main_nav_pc nav ul li ul li { width: 230px; height: 46px; margin: 0; }
  .main_nav_pc nav ul li ul li a { font-size: 1.6rem; color: #333333; width: 230px; height: 46px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background-color: #feb69c; border-bottom: #ffffff 1px solid; }
  .main_nav_pc nav ul li ul li a:hover { background-color: #ffd1c0; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul.open_nav { 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; }
  .main_nav_pc .js-pt10 { padding-top: 14px; } }
/* -----------------------------------------------------------
　キービジュアル下のテキスト
----------------------------------------------------------- */
.catch_frame { width: 90%; margin: 0 auto; }
.catch_frame p { text-align: center; color: #00b0b0; font-weight: bold; }

@media screen and (min-width: 768px), print { .catch_frame { width: 1200px; margin-bottom: 60px; }
  .catch_frame p { font-size: 2.8rem; } }
/* -----------------------------------------------------------
　キービジュアル下の囲みテキスト
----------------------------------------------------------- */
.info_frame { width: 85%; margin: 0 auto 20px auto; padding: 1rem; border: 3px solid #00b0b0; border-radius: 10px; background-color: #f9f9f9; }
.info_frame .info_ttl { color: #535353; font-size: 1.6rem; font-weight: bold; text-align: center; line-height: 150%; margin: 10px 0; }
.info_frame .info_ttl::after { content: ""; border-bottom: #00b0b0 3px solid; width: 76px; display: block; margin: 18px auto 36px auto; }

@media screen and (min-width: 768px), print { .info_frame { width: 1000px; margin: 0 auto 60px auto; padding: 3rem; }
  .info_frame .info_ttl { font-size: 3.4rem; font-weight: normal; margin: 20px 0; line-height: 120%; }
  .info_frame .info_ttl::after { content: ""; border-bottom: #00b0b0 3px solid; width: 76px; display: block; margin: 18px auto 36px auto; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0; box-sizing: border-box; overflow: hidden; padding: 2rem 0; height: auto; background-color: #ffffff; }
.notice_frame .notice_box { width: 96%; margin: 0 auto; }
.notice_frame .notice_box h2 img { display: block; margin: 1rem auto 0 auto; }
.notice_frame .notice_box dl { overflow-y: scroll; height: 80vw; margin: 2rem 0 0 0; }
.notice_frame .notice_box dl dt { color: #00b0b0; margin: 0 0 0.6rem 0; padding: 0; font-size: 1.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; font-weight: bold; }
.notice_frame .notice_box dl dd { margin: 0 0 2rem 0; padding: 0 0 1.5rem 0; color: #333333; font-size: 1.4rem; line-height: 120%; border-bottom: #e5e5e5 1px solid; }
.notice_frame .facebook { width: 98%; margin: 3rem auto; }

@media screen and (min-width: 768px), print { .notice_frame { width: 1200px; margin: 0 auto 60px auto; box-sizing: border-box; overflow: hidden; padding: 0; height: auto; background-color: #ffffff; 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; }
  .notice_frame .notice_box { width: 650px; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  .notice_frame .notice_box h2 img { display: block; margin: 10px auto 30px auto; }
  .notice_frame .notice_box dl { overflow-y: scroll; width: 650px; height: 450px; margin: 0 0 0 0; }
  .notice_frame .notice_box dl dt { color: #00b0b0; margin: 0 0 14px 0; padding: 0; font-size: 1.8rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 140%; font-weight: bold; }
  .notice_frame .notice_box dl dd { margin: 0 0 25px 0; padding: 0 0 25px 0; color: #333333; font-size: 1.8rem; line-height: 120%; border-bottom: #e5e5e5 1px solid; }
  .notice_frame .facebook { width: 500px; margin: 0; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
求人バナー
----------------------------------------------------------- */
.recruit_bana { background-image: url(../images/icon_arrow_02.png), url(../images/recruit_bana_bg.jpg); background-repeat: no-repeat, no-repeat; background-position: right 2% center, left center; background-size: auto, contain; background-color: #f9f8f3; color: #00b0b0; border: #00b0b0 2px solid; border-radius: 0.3rem; width: 90%; height: 18vw; margin: 1rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-decoration: none; text-align: center; font-size: 1.4rem; font-weight: bold; line-height: 140%; text-shadow: #f9f8f3 1px 1px 10px, #f9f8f3 -1px 1px 10px, #f9f8f3 1px -1px 10px, #f9f8f3 -1px -1px 10px; }

@media screen and (min-width: 768px), print { .recruit_bana { border-radius: 7px; width: 750px; height: 140px; margin: 30px auto; font-size: 2.4rem; }
  .recruit_bana:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
新型コロナウイルス（SARS-CoV-2）感染予防に対する取り組み
----------------------------------------------------------- */
.sars_bana { background: url(../images/icon_arrow_02.png) no-repeat; background-position: right 2% center; background-color: #f9f8f3; color: #00b0b0; border: #00b0b0 2px solid; border-radius: 0.3rem; width: 90%; height: 18vw; margin: 1rem auto 3rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-decoration: none; text-align: center; font-size: 1.4rem; font-weight: bold; line-height: 140%; }

@media screen and (min-width: 768px), print { .sars_bana { background: url(../images/icon_arrow_02.png) no-repeat; background-position: right 30px center; background-color: #f9f8f3; color: #00b0b0; border: #00b0b0 2px solid; border-radius: 7px; width: 750px; height: 140px; margin: 30px auto 78px auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-decoration: none; text-align: center; font-size: 2.4rem; font-weight: bold; line-height: 140%; }
  .sars_bana:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 当院の特徴
----------------------------------------------------------- */
.features_frame { background: url(../images/index_features_bg.jpg) repeat; padding: 2rem 0; width: 100%; position: relative; overflow: visible; margin: 7rem 0 0 0; }
.features_frame img.features_img { position: absolute; display: block; width: 16%; right: 2%; top: -4rem; }
.features_frame .features_box { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.features_frame .features_box .features_link { background-color: #ffffff; border-radius: 0.5rem; width: 80%; /*height: 32vw;*/ margin: 1rem auto; padding: 1rem; box-sizing: border-box; }
.features_frame .features_box .features_link .features_no { color: #00b0b0; font-weight: bold; font-size: 3rem; font-family: 'josefinsans'; text-align: center; margin: 0 0 0 0; line-height: 100%; }
.features_frame .features_box .features_link figure { display: block; margin-top: .5rem; margin-bottom: .5rem; }
.features_frame .features_box .features_link figure img { width: 100%; height: auto; border-radius: 10px; }
.features_frame .features_box .features_link .btn_link { font-size: 1.2rem; font-weight: normal; background-color: #00b0b0; color: #ffffff; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; line-height: 130%; padding: .5rem; border-radius: 0.3rem; text-decoration: none; }
.features_frame .features_box .features_link .btn_link:hover { background-color: #009494; }
.features_frame .features_box .features_link ul.features_list { padding: 0; margin: 0 0 1rem 0; }
.features_frame .features_box .features_link ul.features_list 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: 16px; padding: 0 0 0 1.8rem; line-height: 140%; }
.features_frame .features_box .features_link ul.features_list li a { text-decoration: none; color: #333333; }
.features_frame .features_box .features_link ul.features_list li a i { color: #00b0b0; }

@media screen and (min-width: 768px), print { .features_frame { background: url(../images/index_features_bg.jpg) repeat; padding: 78px 0 0 0; width: 100%; /*height: 592px;*/ box-sizing: border-box; position: relative; overflow: visible; margin: 0 0 0 0; }
  .features_frame img.features_img { position: absolute; display: block; width: 160px; left: 50%; top: -48px; margin: 0 0 0 380px; }
  .features_frame .features_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; margin: 0 auto; }
  .features_frame .features_box .features_link { background-color: #ffffff; border-radius: 0.5rem; width: 380px; /*height: 150px;*/ margin: 0 0 34px 0; padding: 20px 30px; box-sizing: border-box; }
  .features_frame .features_box .features_link .features_no { color: #00b0b0; font-weight: bold; font-size: 4.8rem; font-family: 'josefinsans'; text-align: center; margin: 0 0 0 0; }
  .features_frame .features_box .features_link .btn_link { font-size: 1.8rem; font-weight: normal; background-color: #00b0b0; color: #ffffff; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; line-height: 130%; padding: .5rem; border-radius: 0.3rem; text-decoration: none; }
  .features_frame .features_box .features_link ul.features_list { padding: 0; margin: 0 0 0 0; }
  .features_frame .features_box .features_link ul.features_list li { line-height: 130%; font-size: 2rem; list-style-type: none; margin: 0 0 2px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 16px; padding: 0 0 0 25px; line-height: 140%; }
  .features_frame .features_box .features_link ul.features_list li a { text-decoration: none; color: #333333; position: relative; }
  .features_frame .features_box .features_link ul.features_list li a i { color: #00b0b0; }
  .features_frame .features_box .features_link ul.features_list li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #feb69c; transform: scale(0, 1); transform-origin: right top; transition: transform .3s; }
  .features_frame .features_box .features_link ul.features_list li a:hover::after { transform-origin: left top; transform: scale(1, 1); } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.treatments_frame { padding: 2rem 0; width: 100%; background-color: #ffffff; }
.treatments_frame .treatments_box { 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; }
.treatments_frame .treatments_box a { width: 45%; text-align: center; text-decoration: none; font-size: 1.4rem; color: #333333; display: block; margin: 0 0 3rem 0; }
.treatments_frame .treatments_box a img { width: 100%; max-width: 168px; }
.treatments_frame .treatments_box a span { margin: 0.6rem 0 0 0; display: block; }

@media screen and (min-width: 768px), print { .treatments_frame { padding: 80px 0 0 0; width: 100%; background-color: #ffffff; height: 730px; box-sizing: border-box; }
  .treatments_frame .treatments_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: 1110px; margin: 0 auto; }
  .treatments_frame .treatments_box a { width: 170px; text-align: center; text-decoration: none; font-size: 1.6rem; color: #333333; display: block; margin: 0 15px 34px 15px; }
  .treatments_frame .treatments_box a img { width: 168px; }
  .treatments_frame .treatments_box a span { margin: 8px 0 0 0; display: block; font-size: 2rem; }
  .treatments_frame .treatments_box a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { background-color: #f9f9f9; width: 100%; margin: 2rem 0 2rem 0; padding: 2rem 0 0 0; box-sizing: border-box; }
.overview .overview_logo { text-align: center; }
.overview .overview_logo img { width: 70%; }
.overview .overview_frame .overview_left { width: 96%; margin: 0 auto; }
.overview .overview_frame .overview_left dl { width: 100%; margin: 2rem 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; line-height: 160%; }
.overview .overview_frame .overview_left dl dt { width: 30%; margin: 0 0 1rem 0; padding: 0; }
.overview .overview_frame .overview_left dl dt span { font-size: 1.2rem; font-weight: normal; background-color: #00b0b0; color: #ffffff; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 6vw; line-height: 130%; border-radius: 0.3rem; }
.overview .overview_frame .overview_left dl dd { color: #333333; font-size: 1.2rem; margin: 0 0 1rem 0; padding: 0; width: 65%; box-sizing: border-box; line-height: 130%; }
.overview .overview_frame .overview_left dl dd p { margin: 0; }
.overview .overview_frame .overview_left dl dd ul { line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 0.6rem 0; }
.overview .overview_frame .overview_left dl dd ul li { margin: 0 0 0.6rem 1.8rem; padding: 0; }
.overview .overview_frame .overview_right { margin: 2rem auto; width: 96%; }
.overview .overview_frame .overview_right iframe.googlemap { width: 100%; height: 500px; border: #cccccc 1px solid; box-sizing: border-box; border-radius: 0.5rem; }

@media screen and (min-width: 768px), print { .overview { background-color: #f9f9f9; width: 100%; margin: 0; padding: 40px 0 0 0; box-sizing: border-box; height: 752px; }
  .overview .overview_logo { text-align: center; width: 1080px; margin: 0 auto; background: url(../images/overview_wood.png), url(../images/overview_wood.png); background-position: left center,right center; background-repeat: no-repeat, no-repeat; }
  .overview .overview_logo img { width: 492px; }
  .overview .overview_frame { width: 1200px; margin: 10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .overview .overview_frame .overview_left { width: 580px; margin: 0; }
  .overview .overview_frame .overview_left dl { width: 100%; margin: 2rem 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; line-height: 160%; }
  .overview .overview_frame .overview_left dl dt { width: 90px; margin: 0 0 1rem 0; padding: 0; }
  .overview .overview_frame .overview_left dl dt span { font-size: 1.6rem; font-weight: normal; background-color: #00b0b0; color: #ffffff; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 30px; line-height: 100%; border-radius: 0.3rem; }
  .overview .overview_frame .overview_left dl dd { color: #333333; font-size: 1.6rem; margin: 0 0 1rem 0; padding: 0; width: 470px; box-sizing: border-box; line-height: 130%; }
  .overview .overview_frame .overview_left dl dd p { margin: 0; font-size: 1.6rem; }
  .overview .overview_frame .overview_left dl dd ul { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 0.6rem 0; }
  .overview .overview_frame .overview_left dl dd ul li { margin: 0 0 0.6rem 1.8rem; padding: 0; }
  .overview .overview_frame .overview_left table.timetable { width: 580px; margin: 20px 0 0 0; }
  .overview .overview_frame .overview_right { margin: 18px 0 0 0; width: 580px; }
  .overview .overview_frame .overview_right iframe.googlemap { width: 100%; height: 520px; border: #cccccc 1px solid; box-sizing: border-box; border-radius: 5px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #00b0b0; }
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: 1rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 75%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #00b0b0; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.footer_link .footer_web { width: 30%; margin: 0; color: #ffffff; text-align: center; font-size: 1.3rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #00b0b0; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.footer_link .smoothScrolls { background-color: #00b0b0; width: 20%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.footer_link .smoothScrolls a { width: 100%; 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: 220px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; background-color: #f0f0f0; }
  footer .footer_frame { display: block; width: 1200px; height: auto; margin: 0 auto 0 auto; padding: 29px 0 0 0; box-sizing: border-box; position: relative; height: auto; }
  footer .footer_frame ul.footer_list_main { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; margin: 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0 9px 14px 0; }
  footer .footer_frame ul.footer_list_main li a { color: #333333; font-size: 1.6rem; text-decoration: none; font-weight: normal; position: relative; }
  footer .footer_frame ul.footer_list_main li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 4px; transform: scale(0, 1); transform-origin: center top; transition: transform .3s; background: #feb69c; }
  footer .footer_frame ul.footer_list_main li a:hover::after { transform: scale(1, 1); }
  footer .footer_frame ul.footer_list_main li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 0 14px 9px; color: #a3a3a3; font-size: 1.6rem; }
  footer .footer_frame ul.footer_list_main li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_main li.treatment { display: none; }
  footer .copyright { width: 100%; margin: 0 auto; text-align: left; padding: 0; color: #ffffff; font-size: 1.6rem; height: auto; letter-spacing: 0.05em; height: 120px; background-color: #00b0b0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #linkpagetop img { width: 60px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 30px; right: 0; z-index: 999999; left: 50%; margin: 0 0 0 600px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 30px; left: 90%; margin: 0 0 0 0; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #cccccc 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: #333333; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; border-bottom: #cccccc 1px solid; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li a .pre { display: none; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li a i.icon-down-open { display: inline; }
.drawr ul.hbg li a img { max-width: 250px; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li { background-color: #feb69c; }
.drawr ul.hbg li ul li a { color: #333333; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li ul li a i { display: none; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 12vw; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; width: 100%; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #00b0b0; border: #ffd1c0 1px solid; z-index: 99999; }

/*見出し*/
h1 { margin: 0; }

h2.notice_title { text-align: center; color: #535353; font-size: 2.2rem; font-weight: normal; }
h2.notice_title span { font-size: 1.2rem; color: #009c9c; display: block; font-family: 'josefinsans'; }
h2.features_title { color: #ffffff; font-size: 2.2rem; font-weight: normal; text-align: center; line-height: 120%; margin: 0 0 2rem 0; }
h2.features_title span { display: block; font-size: 1.2rem; font-family: 'josefinsans'; }
h2.treatments_title { color: #333333; font-size: 2.2rem; font-weight: normal; text-align: center; line-height: 120%; margin: 0 0 2rem 0; }
h2.treatments_title span { color: #00b0b0; display: block; font-size: 1.2rem; }
h2.top { text-align: center; font-weight: bold; font-size: 2rem; color: #cccccc; border-bottom: #e5e5e5 1px dotted; padding: 0 0 1rem 0; margin: 0 0 0 0; }
h2.top i { color: #00b0b0; }
h2.low { color: #535353; font-size: 2.2rem; font-weight: normal; text-align: center; line-height: 120%; margin: 3rem 0 2rem 0; }
h2.low::after { content: ""; border-bottom: #00b0b0 3px solid; width: 20%; display: block; margin: 0.4rem auto 0 auto; }
h2.first { margin: 0 0 2rem 0; }

h3 { background: url(../images/h3_bg.gif) repeat; border-radius: 0.4rem; color: #ffffff; padding: 0.6rem; font-size: 1.8rem; font-weight: bold; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 120%; }
h3.first { margin: 0 0 1rem 0; }

h4 { background-color: #f9d2c4; border-radius: 0.4rem; color: #535353; padding: 0.6rem; font-size: 1.7rem; font-weight: bold; box-sizing: border-box; margin: 2rem 0 1rem 0; line-height: 120%; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.6rem; color: #00b0b0; margin: 2rem 0 1rem 0; line-height: 120%; font-weight: bold; }
h5.first { margin: 0.1rem 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.notice_title { text-align: center; color: #535353; font-size: 3.4rem; font-weight: normal; width: 200px; margin: 0 auto; }
  h2.notice_title span { font-size: 1.8rem; color: #009c9c; display: block; font-family: 'josefinsans'; margin: 8px 0 0 0; }
  h2.features_title { color: #ffffff; font-size: 3.4rem; font-weight: normal; text-align: center; line-height: 120%; margin: 0 0 22px 0; }
  h2.features_title span { font-family: 'josefinsans'; display: block; font-size: 1.8rem; }
  h2.treatments_title { color: #333333; font-size: 3.4rem; font-weight: normal; text-align: center; line-height: 120%; margin: 0 0 40px 0; }
  h2.treatments_title span { font-family: 'josefinsans'; color: #00b0b0; display: block; font-size: 1.8rem; letter-spacing: 0.05em; line-height: 130%; }
  h2.top { text-align: center; font-weight: bold; font-size: 2.4rem; color: #cccccc; border-bottom: #e5e5e5 1px dotted; padding: 0 0 22px 0; margin: 0 0 0 0; }
  h2.top i { color: #00b0b0; }
  h2.low { color: #535353; font-size: 3.4rem; font-weight: normal; text-align: center; line-height: 120%; margin: 60px 0 30px 0; }
  h2.low::after { content: ""; border-bottom: #00b0b0 3px solid; width: 76px; display: block; margin: 18px auto 36px auto; }
  h2.first { margin: 0 0 36px 0; }
  h3 { background: url(../images/h3_bg.gif) repeat; border-radius: 3px; color: #ffffff; padding: 8px 16px; font-size: 3rem; font-weight: bold; box-sizing: border-box; margin: 50px 0 30px 0; line-height: 120%; }
  h3.first { margin: 0 0 20px 0; }
  h4 { background-color: #f9d2c4; border-radius: 3px; color: #535353; padding: 9px 16px; font-size: 2.4rem; font-weight: bold; box-sizing: border-box; margin: 50px 0 30px 0; line-height: 120%; }
  h4.first { margin: 0 0 20px 0; }
  h5 { font-size: 2rem; color: #00b0b0; margin: 2rem 0 1rem 0; line-height: 120%; font-weight: bold; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
@media all and (-ms-high-contrast: none) { h3 { background: url(../images/h3_bg.gif) repeat; border-radius: 3px; color: #ffffff; padding: 12px 16px 4px 16px; font-size: 3rem; font-weight: bold; box-sizing: border-box; margin: 50px 0 30px 0; line-height: 120%; }
  h3.first { margin: 0 0 20px 0; }
  h4 { background-color: #f9d2c4; border-radius: 3px; color: #535353; padding: 13px 16px 6px 16px; font-size: 2.4rem; font-weight: bold; box-sizing: border-box; margin: 50px 0 30px 0; line-height: 120%; }
  h4.first { margin: 0 0 20px 0; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 1rem 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 1rem 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 2px 20px; }
  .img_right img { width: 300px; height: auto; }
  .img_doctor { float: right; margin: 0 0 20px 20px; }
  .img_doctor img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 20px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.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_normal li ul.list_normal_low_two { list-style-type: disc; margin: 1rem 0 0 0; }

/*〇*/
ul.list_circle { line-height: 160%; font-size: 1.4rem; list-style-type: circle; margin: 0; }
ul.list_circle li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 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.list_maru_low_two { margin: 1rem 0 0 0; }

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: #00b0b0; }

ul.list_maru_three { padding: 0; margin: 0; }
ul.list_maru_three 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_three li a { color: #00b0b0; }

/*なし*/
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 1rem 2rem; box-sizing: border-box; width: 90%; }
ul.list_num li ul.kana { margin: 1rem 0 0 0; }
ul.list_num li ul.kana li { list-style-type: katakana; }

ul.list_num_three { box-sizing: border-box; width: 100%; }
ul.list_num_three li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 1rem 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.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul.list_normal_low_two { list-style-type: disc; margin: 1rem 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; }
  ul.list_normal li ul.list_normal_low_two li { width: 45%; }
  /*〇*/
  ul.list_circle { line-height: 160%; font-size: 1.8rem; list-style-type: circle; margin: 0; }
  ul.list_circle li { margin: 0 0 1.4rem 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 140%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul.list_maru_low_two { margin: 1rem 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; }
  ul.list_maru li ul.list_maru_low_two li { width: 45%; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #00b0b0; }
  ul.list_maru_three { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_three li { width: 33%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_three li a { color: #00b0b0; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; margin: 0 0 2rem 0; }
  ul.list_num li { line-height: 160%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 0 25px; box-sizing: border-box; width: 90%; }
  ul.list_num li ul.kana { margin: 1rem 0 0 0; }
  ul.list_num li ul.kana li { list-style-type: katakana; line-height: 160%; }
  ul.list_num_three { box-sizing: border-box; width: 100%; 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_num_three li { width: 30%; line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 140%; }
dl.bio_list dt { width: 25%; margin: 0 0 0 0; }
dl.bio_list dd { width: 75%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 160%; width: 580px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 480px; 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: #cccccc; 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: #f0f0f0 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%; background-color: #ffffff; }
table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #333333; background-color: #ffffff; border-top: #cccccc 1px solid; border-bottom: #cccccc 1px solid; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #feb69c; background-color: #ffffff; border-bottom: #cccccc 1px solid; }
table.timetable tr td.time { width: 30%; text-align: center; color: #333333; }
table.timetable tr td i { color: #feb69c; }

.notice_time { font-size: 1.2rem; margin: 0; width: 100%; color: #333333; padding: 0.4rem; 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%; background-color: #ffffff; }
  table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 21px 0; vertical-align: middle; color: #333333; background-color: #ffffff; border-top: #cccccc 1px solid; border-bottom: #cccccc 1px solid; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 19px 0; vertical-align: middle; color: #feb69c; background-color: #ffffff; border-bottom: #cccccc 1px solid; }
  table.timetable tr td.time { width: 30%; text-align: center; color: #333333; }
  table.timetable tr td i { color: #feb69c; }
  .notice_time { font-size: 1.6rem; margin: 10px 0 0 0; width: 100%; color: #333333; padding: 0; box-sizing: border-box; }
  .notice_time span { font-weight: bold; }
  .notice_time span.purple { color: #ffd1c0; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #00b0b0; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.text_link { color: #00b0b0; font-weight: bold; }

.text_underline { text-decoration: underline; }

.text_red { color: red; }

.tel_text a { color: #00b0b0; font-weight: bold; }
.tel_text span { color: #00b0b0; font-weight: bold; }

.tex-center { text-align: center; }

.border-green { border: #00b0b0 1px solid; }

.border-black { border: #535353 1px solid; }

.padding { padding: 9px 16px; }

.mt60 { margin-top: 60px; }

@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 #00b0b0; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .text_link { color: #00b0b0; font-weight: bold; }
  .text_link:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .text_underline { text-decoration: underline; }
  .text_red { color: red; }
  .tel_text a { color: #00b0b0; font-weight: bold; }
  .tel_text span { color: #00b0b0; font-weight: bold; } }
/* -----------------------------------------------------------
　当院について
----------------------------------------------------------- */
.philosophy_box { background-color: #f9f8f3; border: #00b0b0 2px solid; border-radius: 0.3rem; width: 96%; height: auto; margin: 1rem auto 3rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-decoration: none; padding: 1rem; box-sizing: border-box; }
.philosophy_box p.philosophy_title { text-align: center; font-size: 1.8rem; font-weight: bold; line-height: 140%; color: #00b0b0; margin: 0 0 0.6rem 0; }
.philosophy_box p.philosophy_text { text-align: center; font-size: 1.4rem; font-weight: normal; line-height: 140%; color: #333333; margin: 0; }

figure.doctor_img { margin: 0 0 10px 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }

.doctor_name { text-align: right; }

.machine_box_low { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.machine_box_low section { width: 100%; margin: 0 0 80px 0; }
.machine_box_low section h3 { margin: 0 0 20px 0; }
.machine_box_low section figure { margin: 0; padding: 0; }
.machine_box_low section figure img { width: 96%; height: auto; display: block; margin: 0 auto; }
.machine_box_low section figure figcaption { width: 96%; font-size: 1.4rem; margin: 0.6rem auto 0 auto; line-height: 120%; }

@media screen and (min-width: 768px), print { .philosophy_box { background-color: #f9f8f3; border: #00b0b0 2px solid; border-radius: 0.3rem; width: 750px; height: auto; margin: 1rem auto 3rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-decoration: none; padding: 20px; box-sizing: border-box; }
  .philosophy_box p.philosophy_title { text-align: center; font-size: 2.4rem; font-weight: bold; line-height: 140%; color: #00b0b0; margin: 0 0 0.6rem 0; }
  .philosophy_box p.philosophy_text { text-align: center; font-size: 1.8rem; font-weight: normal; line-height: 140%; color: #333333; margin: 0; }
  figure.doctor_img { float: right; margin: 0 0 10px 20px; text-align: center; }
  figure.doctor_img img { width: 244px; height: auto; }
  .doctor_name { text-align: right; }
  .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: 580px; height: auto; overflow: hidden; margin: 0; }
  .machine_box_low { width: 1200px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_box_low section { width: 580px; margin: 0 0 80px 0; }
  .machine_box_low section h3 { margin: 0 0 20px 0; }
  .machine_box_low section figure { margin: 0; padding: 0; }
  .machine_box_low section figure img { width: 100%; height: auto; display: block; margin: 0; }
  .machine_box_low section figure figcaption { font-size: 1.8rem; margin: 0.8rem 0 0 0; line-height: 120%; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.low_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.low_table tr th { width: 50%; background-color: #00b0b0; color: #ffffff; vertical-align: middle; padding: 0.6rem; font-weight: normal; border-bottom: #ffffff 1px solid; box-sizing: border-box; text-align: left; }
table.low_table tr td { width: 70%; padding: 0.6rem; box-sizing: border-box; border: #00b0b0 1px solid; text-align: left; vertical-align: middle; }
table.low_table tr:last-child th { border-bottom: #00b0b0 1px solid; }

table.low_table_three { 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.low_table_three tr th { width: 33%; background-color: #00b0b0; color: #ffffff; vertical-align: middle; padding: 0.6rem; font-weight: normal; border-bottom: #ffffff 1px solid; box-sizing: border-box; text-align: left; }
table.low_table_three tr td { width: 33%; padding: 0.6rem; box-sizing: border-box; border: #00b0b0 1px solid; text-align: left; vertical-align: middle; }
table.low_table_three tr:last-child th { border-bottom: #00b0b0 1px solid; }

@media screen and (min-width: 768px), print { table.low_table { padding: 0; margin: 0 auto 4rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.8rem; }
  table.low_table tr th { width: 50%; background-color: #00b0b0; color: #ffffff; vertical-align: middle; padding: 20px; font-weight: normal; border-bottom: #ffffff 1px solid; box-sizing: border-box; text-align: left; }
  table.low_table tr td { width: 50%; padding: 20px; box-sizing: border-box; border: #00b0b0 1px solid; text-align: left; vertical-align: middle; }
  table.low_table tr:last-child th { border-bottom: #00b0b0 1px solid; }
  table.low_table_three { padding: 0; margin: 0 auto 4rem auto; vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.8rem; }
  table.low_table_three tr th { width: 33%; background-color: #00b0b0; color: #ffffff; vertical-align: middle; padding: 20px; font-weight: normal; border-bottom: #ffffff 1px solid; box-sizing: border-box; text-align: left; }
  table.low_table_three tr td { width: 33%; padding: 20px; box-sizing: border-box; border: #00b0b0 1px solid; text-align: left; vertical-align: middle; }
  table.low_table_three tr:last-child th { border-bottom: #00b0b0 1px solid; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

.access_tel i { color: #00b0b0; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #00b0b0; font-weight: bold; font-size: 2rem; }
.access_tel a { color: #00b0b0; font-weight: bold; font-size: 2rem; }

.access_text a { color: #333333; }
.access_text a:hover { opacity: 0.6; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .access_tel i { color: #00b0b0; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #00b0b0; font-weight: bold; font-size: 3rem; }
  .access_tel a { color: #00b0b0; font-weight: bold; font-size: 3rem; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #00b0b0; color: #ffffff; font-size: 1.6rem; text-align: center; padding: 1rem 0; }

@media screen and (min-width: 768px), print { a.low_bana { display: block; text-decoration: none; width: 400px; margin: 1rem auto; background-color: #00b0b0; color: #ffffff; font-size: 2rem; text-align: center; padding: 2rem 0; }
  a.low_bana:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　下層リンクボタン
----------------------------------------------------------- */
ul.list_der { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
ul.list_der li { width: 48%; margin: 0 0 1rem 0; }
ul.list_der li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; text-decoration: none; background-color: #00b0b0; color: #ffffff; font-size: 1.4rem; height: 14vw; text-align: center; }

ul.list_der2 { 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; margin: 2rem 0 0 0; }
ul.list_der2 li { width: 48%; margin: 0 0 1rem 0; }
ul.list_der2 li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; text-decoration: none; background-color: #00b0b0; color: #ffffff; font-size: 1.4rem; height: 14vw; text-align: center; }

ul.list_areata { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
ul.list_areata li { width: 48%; margin: 0 0 1rem 0; }
ul.list_areata li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; text-decoration: none; background-color: #00b0b0; color: #ffffff; font-size: 1.4rem; height: 14vw; text-align: center; }

@media screen and (min-width: 768px), print { ul.list_der { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  ul.list_der li { width: 30%; margin: 0 0 1rem 0; }
  ul.list_der li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; text-decoration: none; background-color: #00b0b0; color: #ffffff; font-size: 1.8rem; height: 50px; text-align: center; }
  ul.list_der li a:hover { opacity: 0.6; }
  ul.list_der2 { 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; margin: 40px 0 0 0; }
  ul.list_der2 li { width: 30%; margin: 0 0 1rem 0; }
  ul.list_der2 li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; text-decoration: none; background-color: #00b0b0; color: #ffffff; font-size: 1.8rem; height: 50px; text-align: center; }
  ul.list_der2 li a:hover { opacity: 0.6; }
  ul.list_areata { 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; margin: 40px 0 0 0; }
  ul.list_areata li { width: 48%; margin: 0 0 1rem 0; }
  ul.list_areata li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; text-decoration: none; background-color: #00b0b0; color: #ffffff; font-size: 1.8rem; height: 50px; text-align: center; }
  ul.list_areata li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.price_table { vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; border: #333333 1px solid; font-size: 1.4rem; }
table.price_table tr { border-bottom: #333333 1px solid; }
table.price_table tr th { width: 70%; padding: 0.6rem; box-sizing: border-box; border-right: #333333 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
table.price_table tr td { width: 30%; padding: 0.6rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }

.two_img_list figure { width: 90%; margin: 0 auto 4rem auto; }
.two_img_list figure img { width: 100%; }
.two_img_list figure figcaption { color: #3c7a1b; font-weight: normal; font-size: 1.9rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 1rem 0 0 0; }

@media screen and (min-width: 768px), print { table.price_table { vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; border: #333333 1px solid; font-size: 1.8rem; }
  table.price_table tr { border-bottom: #333333 1px solid; }
  table.price_table tr th { width: 70%; padding: 1rem; box-sizing: border-box; border-right: #333333 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
  table.price_table tr td { width: 30%; padding: 1rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }
  .two_img_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .two_img_list figure { width: 400px; margin: 0 0 60px 0; }
  .two_img_list figure img { width: 100%; }
  .two_img_list figure figcaption { color: #3c7a1b; font-weight: normal; font-size: 3rem; background: url(../images/h3_line.png) repeat-x; background-position: left bottom; padding: 0 0 1rem 0; margin: 20px 0 20px 0; } }

/*# sourceMappingURL=style.css.map */
