@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑色*/
/*オレンジ*/
/*グレイ*/
/*薄茶色*/
/*緑色2*/
/*オレンジ2*/
/*茶色*/
/*緑色3*/
/*緑色4*/
/*茶色*/
/*灰色*/
/*黒*/
/*水色4*/
/*水色5*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #222222; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 1rem 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 0 0 30px 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 2rem 0; }

.wrapper_low { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 2rem 0; background-color: #fdf5e6; }

.main { width: 96%; margin: 0 auto; padding: 0 0 4rem 0; }

a.tel_text { text-decoration: none; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; z-index: 0; padding: 0 0 0 0; }
  .wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
  .wrapper_low { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; background-color: #fdf5e6; }
  .main { width: 1080px; margin: 0 auto; padding: 0 0 6rem 0; } }
/* -----------------------------------------------------------
　色など
----------------------------------------------------------- */
.text_link { color: #ff7700; font-size: 1.4rem; }
.text_link:hover { opacity: 0.6; }

.text_red { color: red; }

@media screen and (min-width: 768px), print { .text_link { font-size: 1.8rem; color: #ff7700; }
  .text_link:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
.key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; height: 120vw; position: relative; }
.key_visual header { display: block; height: 66vw; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.88); overflow: hidden; }
.key_visual header .head_frame { width: 96%; margin: 0 auto; padding: 0 0 0 0; height: 66vw; }
.key_visual header .head_frame .head_logo { width: 75%; margin: 0 0 1rem 0; padding: 1rem 0 0 0; text-align: center; }
.key_visual header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1rem 0 0 0; }
.key_visual header .head_frame .head_info .head_info1 { margin: 2.6rem 0 0 0; }
.key_visual header .head_frame .head_info .head_info1 .head_info_tel { text-align: center; color: #ff7700; margin: 0 0 0.4rem 0; }
.key_visual header .head_frame .head_info .head_info1 .head_info_tel span { font-size: 3rem; font-weight: bold; }
.key_visual header .head_frame .head_info .head_info1 .head_info_tel a { color: #ff7700; text-decoration: none; font-size: 3rem; font-weight: bold; }
.key_visual header .head_frame .head_info .head_info1 .head_info_address { font-size: 1em; text-align: center; margin: 0 0 0.4rem 0; }
.key_visual header .head_frame .head_info .head_info2 p { text-align: center; margin: 0 0 0.4rem 0; }
.key_visual header .head_frame .head_info .head_info2 p span { font-weight: bold; }
.key_visual header .head_frame .head_info .head_info2 p.parking { background-color: #3ead3c; color: #ffffff; width: 50%; padding: 0.4rem 0; margin: 0 auto; }
.key_visual .key_on { width: 90%; margin: 20vw auto 0 auto; text-align: center; }
.key_visual .key_on .key_text1 { background-color: rgba(35, 94, 33, 0.8); color: #ffffff; margin: 0; padding: 1rem 0; }
.key_visual .key_on .key_text2 { background-color: rgba(255, 255, 255, 0.8); color: #235e21; margin: 0; padding: 1rem 0; }

/*下層*/
.key_visual_low { background: url(../images/key_visual_low.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 93vw; position: relative; }
.key_visual_low header { display: block; height: 66vw; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.88); overflow: hidden; }
.key_visual_low header .head_frame { width: 96%; margin: 0 auto; padding: 0 0 0 0; height: 66vw; }
.key_visual_low header .head_frame .head_logo { width: 75%; margin: 0 0 1rem 0; padding: 1rem 0 0 0; text-align: center; }
.key_visual_low header .head_frame .head_logo a img { width: 100%; height: auto; margin: 1rem 0 0 0; }
.key_visual_low header .head_frame .head_info .head_info1 { margin: 2.6rem 0 0 0; }
.key_visual_low header .head_frame .head_info .head_info1 .head_info_tel { text-align: center; color: #ff7700; margin: 0 0 0.4rem 0; }
.key_visual_low header .head_frame .head_info .head_info1 .head_info_tel span { font-size: 3rem; font-weight: bold; }
.key_visual_low header .head_frame .head_info .head_info1 .head_info_tel a { color: #ff7700; text-decoration: none; font-size: 3rem; font-weight: bold; }
.key_visual_low header .head_frame .head_info .head_info1 .head_info_address { font-size: 1.1rem; text-align: center; margin: 0 0 0.4rem 0; }
.key_visual_low header .head_frame .head_info .head_info2 p { text-align: center; margin: 0 0 0.4rem 0; }
.key_visual_low header .head_frame .head_info .head_info2 p span { font-weight: bold; }
.key_visual_low header .head_frame .head_info .head_info2 p.parking { background-color: #3ead3c; color: #ffffff; width: 50%; padding: 0.4rem 0; margin: 0 auto; }
.key_visual_low h1 { text-align: center; color: #235e21; font-weight: bold; font-size: 2rem; margin: 10vw 0 0 0; }

@media screen and (min-width: 768px), print { .key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; height: 650px; position: relative; }
  .key_visual header { display: block; height: 140px; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: visible; }
  .key_visual header .head_frame { width: 1080px; margin: 0 auto; padding: 0 0 0 0; height: 140px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: visible; }
  .key_visual header .head_frame .head_logo { width: 491px; margin: 0 0 0 0; padding: 20px 0 0 0; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual header .head_frame .head_logo a img { width: 491px; height: auto; margin: 0 0 0 0; }
  .key_visual header .head_frame .head_info { width: 590px; }
  .key_visual header .head_frame .head_info .head_info1 { margin: 2.6rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 590px; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_tel { width: 240px; text-align: right; color: #ff7700; margin: 0 0 0.4rem 0; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_tel span { font-size: 2.6rem; font-weight: bold; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_tel a { color: #ff7700; text-decoration: none; font-size: 3rem; font-weight: bold; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_address { width: 400px; text-align: right; margin: 0 0 0.4rem 0; font-size: 1.4rem; }
  .key_visual header .head_frame .head_info .head_info2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 590px; }
  .key_visual header .head_frame .head_info .head_info2 p { text-align: center; margin: 0 0 0.4rem 0; font-size: 1.6rem; }
  .key_visual header .head_frame .head_info .head_info2 p span { font-weight: bold; }
  .key_visual header .head_frame .head_info .head_info2 p.parking { background-color: #3ead3c; color: #ffffff; width: auto; padding: 0 1rem; margin: 0 0 0 1rem; height: 26px; }
  .key_visual .key_on { width: 700px; margin: 210px auto 0 auto; text-align: center; }
  .key_visual .key_on .key_text1 { background-color: rgba(35, 94, 33, 0.8); color: #ffffff; margin: 0; padding: 1rem 0; font-size: 3rem; font-weight: bold; }
  .key_visual .key_on .key_text2 { background-color: rgba(255, 255, 255, 0.8); color: #235e21; margin: 0; padding: 1rem 0; font-size: 2.4rem; font-weight: bold; }
  .key_visual_low { background: url(../images/key_visual_low.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top; height: 340px; position: relative; }
  .key_visual_low header { display: block; height: 140px; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: visible; }
  .key_visual_low header .head_frame { width: 1080px; margin: 0 auto; padding: 0 0 0 0; height: 140px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: visible; }
  .key_visual_low header .head_frame .head_logo { width: 491px; margin: 0 0 0 0; padding: 20px 0 0 0; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual_low header .head_frame .head_logo a img { width: 491px; height: auto; margin: 0 0 0 0; }
  .key_visual_low header .head_frame .head_info { width: 590px; }
  .key_visual_low header .head_frame .head_info .head_info1 { margin: 2.6rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 590px; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_tel { width: 240px; text-align: right; color: #ff7700; margin: 0 0 0.4rem 0; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_tel span { font-size: 2.6rem; font-weight: bold; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_tel a { color: #ff7700; text-decoration: none; font-size: 3rem; font-weight: bold; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_address { width: 400px; text-align: right; margin: 0 0 0.4rem 0; font-size: 1.4rem; }
  .key_visual_low header .head_frame .head_info .head_info2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 590px; }
  .key_visual_low header .head_frame .head_info .head_info2 p { text-align: center; margin: 0 0 0.4rem 0; font-size: 1.6rem; }
  .key_visual_low header .head_frame .head_info .head_info2 p span { font-weight: bold; }
  .key_visual_low header .head_frame .head_info .head_info2 p.parking { background-color: #3ead3c; color: #ffffff; width: auto; padding: 0 1rem; margin: 0 0 0 1rem; height: 26px; }
  .key_visual_low h1 { text-align: center; color: #235e21; font-weight: bold; font-size: 3.2rem; margin: 84px 0 0 0; } }
@media all and (-ms-high-contrast: none) { .key_visual { background-repeat: no-repeat; background-size: cover; background-position: center top; height: 650px; position: relative; }
  .key_visual header { display: block; height: 140px; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: visible; }
  .key_visual header .head_frame { width: 1080px; margin: 0 auto; padding: 0 0 0 0; height: 140px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: visible; }
  .key_visual header .head_frame .head_logo { width: 491px; margin: 0 0 0 0; padding: 20px 0 0 0; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual header .head_frame .head_logo a img { width: 491px; height: auto; margin: 0 0 0 0; }
  .key_visual header .head_frame .head_info { width: 550px; }
  .key_visual header .head_frame .head_info .head_info1 { margin: 2.6rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 550px; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_tel { width: 290px; text-align: right; color: #ff7700; margin: 0 0 0.4rem 0; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_tel span { font-size: 2.6rem; font-weight: bold; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_tel a { color: #ff7700; text-decoration: none; font-size: 3rem; font-weight: bold; }
  .key_visual header .head_frame .head_info .head_info1 .head_info_address { width: 400px; text-align: right; margin: 0 0 0.4rem 0; font-size: 1.4rem; }
  .key_visual header .head_frame .head_info .head_info2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 550px; }
  .key_visual header .head_frame .head_info .head_info2 p { text-align: center; margin: 0 0 0.4rem 0; font-size: 1.6rem; }
  .key_visual header .head_frame .head_info .head_info2 p span { font-weight: bold; }
  .key_visual header .head_frame .head_info .head_info2 p.parking { background-color: #3ead3c; color: #ffffff; width: auto; padding: 2px 1rem 0 1rem; margin: 0 0 0 1rem; height: 23px; }
  .key_visual .key_on { width: 700px; margin: 210px auto 0 auto; text-align: center; }
  .key_visual .key_on .key_text1 { background-color: rgba(35, 94, 33, 0.8); color: #ffffff; margin: 0; padding: 1rem 0; font-size: 3rem; font-weight: bold; }
  .key_visual .key_on .key_text2 { background-color: rgba(255, 255, 255, 0.8); color: #235e21; margin: 0; padding: 1rem 0; font-size: 2.4rem; font-weight: bold; }
  .key_visual_low { background: url(../images/key_visual_low.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top; height: 340px; position: relative; }
  .key_visual_low header { display: block; height: 140px; margin: 0 auto; position: relative; z-index: 9999; background-color: rgba(255, 255, 255, 0.9); overflow: visible; }
  .key_visual_low header .head_frame { width: 1080px; margin: 0 auto; padding: 0 0 0 0; height: 140px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: visible; }
  .key_visual_low header .head_frame .head_logo { width: 491px; margin: 0 0 0 0; padding: 20px 0 0 0; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual_low header .head_frame .head_logo a img { width: 491px; height: auto; margin: 0 0 0 0; }
  .key_visual_low header .head_frame .head_info { width: 550px; }
  .key_visual_low header .head_frame .head_info .head_info1 { margin: 2.6rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 550px; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_tel { width: 240px; text-align: center; color: #ff7700; margin: 0 0 0.4rem 0; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_tel span { font-size: 2.6rem; font-weight: bold; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_tel a { color: #ff7700; text-decoration: none; font-size: 3rem; font-weight: bold; }
  .key_visual_low header .head_frame .head_info .head_info1 .head_info_address { width: 400px; text-align: center; margin: 0 0 0.4rem 0; font-size: 1.4rem; }
  .key_visual_low header .head_frame .head_info .head_info2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 550px; }
  .key_visual_low header .head_frame .head_info .head_info2 p { text-align: center; margin: 0 0 0.4rem 0; font-size: 1.6rem; }
  .key_visual_low header .head_frame .head_info .head_info2 p span { font-weight: bold; }
  .key_visual_low header .head_frame .head_info .head_info2 p.parking { background-color: #3ead3c; color: #ffffff; width: auto; padding: 2px 1rem 0 1rem; margin: 0 0 0 1rem; height: 23px; }
  .key_visual_low h1 { text-align: center; color: #235e21; font-weight: bold; font-size: 3.2rem; margin: 84px 0 0 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: 40px; margin: 0 auto; padding: 0 0 0 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 999999; top: 90px; overflow: visible; }
  .main_nav_pc nav { width: 1080px; margin: 0 auto; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 40px; width: 1080px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; width: 154.3px; border-right: #bbbbbb 1px solid; height: 40px; }
  .main_nav_pc nav ul li a { color: #222222; text-decoration: none; font-weight: bold; width: 100%; height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.6rem; height: 40px; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 154.3px; margin: 0 0 0 0; display: none; z-index: 999999999; height: 56px; }
  .main_nav_pc nav ul li ul li { height: 56px; background-color: rgba(255, 255, 255, 0.9); border: none; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 56px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .main_nav_pc nav ul li ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li ul.open_nav { display: block; }
  .main_nav_pc nav ul li.recruit a { position: relative; }
  .main_nav_pc nav ul li.recruit a .new { border: 1px solid #FFF; background-color: red; color: #fff; padding: 2px 10px 0px; margin-right: 5px; font-size: 75%; } }
/* -----------------------------------------------------------
　ポリシー
----------------------------------------------------------- */
.top_philosophy { background-color: #fdf5e6; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.top_philosophy p { text-align: center; margin: 0; color: #235e21; font-weight: bold; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .top_philosophy { background-color: #fdf5e6; padding: 1rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .top_philosophy p { text-align: center; margin: 0; color: #235e21; font-weight: bold; font-size: 2rem; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 4rem 0; height: auto; background: url(../images/index_bg_01.jpg) repeat; }
.notice_frame .notice_box { width: 90%; margin: 0 auto; }
.notice_frame .notice_box h2.notice_title { color: #ffffff; font-size: 1.8rem; text-align: center; padding: 2rem 0; background-color: #3ead3c; line-height: 180%; }
.notice_frame .notice_box h2.notice_title::after { content: ""; border-bottom: #ffffff 2px solid; display: block; width: 3rem; margin: 0 auto; }
.notice_frame .notice_box dl { overflow-y: scroll; height: 105vw; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem; background-color: #ffffff; }
.notice_frame .notice_box dl dt { margin: 0 0 1rem 0; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 120%; color: #3ead3c; }
.notice_frame .notice_box dl dd { color: #222222; margin: 0 0 4rem 0; font-size: 1.4rem; line-height: 120%; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .notice_frame { width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 4rem 0; height: 500px; background: url(../images/index_bg_01.jpg) repeat; }
  .notice_frame .notice_box { width: 1080px; margin: 0 auto; height: 375px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .notice_frame .notice_box h2.notice_title { width: 220px; height: 375px; color: #ffffff; font-size: 3.2rem; text-align: center; padding: 140px 0 0 0; background-color: #3ead3c; line-height: 200%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame .notice_box h2.notice_title::after { content: ""; border-bottom: #ffffff 2px solid; display: block; width: 66px; margin: 0 auto; }
  .notice_frame .notice_box dl { overflow-y: scroll; height: 375px; width: 860px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 30px; background-color: #ffffff; }
  .notice_frame .notice_box dl dt { margin: 0 0 0.8rem 0; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 100%; color: #3ead3c; }
  .notice_frame .notice_box dl dd { color: #222222; margin: 0 0 1.6rem 0; font-size: 1.6rem; line-height: 100%; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　診療案内
----------------------------------------------------------- */
.guidance_section { background: url(../images/../images/index_bg_02.jpg) no-repeat; background-position: center top; background-size: cover; padding: 0 0 3rem 0; margin: 0; }
.guidance_section h2.guidance_title { color: #ffffff; font-size: 1.8rem; text-align: center; padding: 2rem 0; line-height: 160%; }
.guidance_section h2.guidance_title::after { content: ""; border-bottom: #ffffff 2px solid; display: block; width: 3rem; margin: 0 auto; }
.guidance_section ul.guidance_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.guidance_section ul.guidance_list li { width: 45%; margin: 0 0 1rem 0; display: block; }
.guidance_section ul.guidance_list li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: #ffffff; text-align: center; border: #665045 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem 0.5rem; text-decoration: none; color: #665045; height: 180px; font-size: 1.2rem; border-radius: 0.4rem; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); }
.guidance_section ul.guidance_list li a img { margin: 0 0 1rem 0; width: 50%; }
.guidance_section ul.guidance_list li a span { display: block; color: #235e21; }

@media screen and (min-width: 768px), print { .guidance_section { background: url(../images/index_bg_02.jpg) no-repeat; background-position: center top; background-size: cover; padding: 44px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 676px; margin: 0; }
  .guidance_section h2.guidance_title { color: #ffffff; font-size: 3.2rem; text-align: center; padding: 0; line-height: 200%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 46px 0; }
  .guidance_section h2.guidance_title::after { content: ""; border-bottom: #ffffff 2px solid; display: block; width: 66px; margin: 0 auto; }
  .guidance_section ul.guidance_list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; width: 1080px; margin: 0 auto; }
  .guidance_section ul.guidance_list li { width: 200px; height: 212px; margin: 0 0 20px 0; display: block; }
  .guidance_section ul.guidance_list li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: #ffffff; text-align: center; border: #665045 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem 0.5rem; text-decoration: none; color: #665045; height: 212px; font-size: 1.6rem; border-radius: 0.4rem; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); box-shadow: 0 0 6px rgba(0, 0, 0, 0.6); }
  .guidance_section ul.guidance_list li a img { margin: 0 0 38px 0; width: 115px; height: 90px; }
  .guidance_section ul.guidance_list li a span { display: block; color: #235e21; font-size: 1.8rem; font-weight: bold; }
  .guidance_section ul.guidance_list li a:hover { -webkit-transform: translateY(-8px); transform: translateY(-8px); -webkit-filter: drop-shadow(0 0.6rem 0.8rem rgba(109, 98, 74, 0.6)); filter: drop-shadow(0 0.6rem 0.8rem rgba(109, 98, 74, 0.6)); -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @supports (-ms-ime-align: auto) { .guidance_section ul.guidance_list li a:hover { -webkit-filter: none; filter: none; } } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.features_section { background-color: #fdf5e6; }
.features_section .features_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.features_section .features_box div { margin: 0 0 4rem 0; }
.features_section .features_box div figure { width: 90%; margin: 0 auto 1rem auto; }
.features_section .features_box div figure img { width: 100%; }
.features_section .features_box div figure figcaption { margin: 1rem 0 0 0; text-align: left; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; color: #3ead3c; }
.features_section .features_box div figure figcaption .features_no { width: 15%; font-size: 4rem; }
.features_section .features_box div figure figcaption .features_title { width: 81%; font-size: 1.8rem; }
.features_section .features_box div p { width: 90%; margin: 0 auto 1rem auto; }
.features_section a.recruit_btn { background-color: #ff7700; color: #ffffff; text-align: center; display: block; width: 80%; margin: 0 auto 2rem auto; font-size: 1.8rem; font-weight: bold; padding: 1.5rem 0; border-radius: 0.3rem; text-decoration: none; }

@media screen and (min-width: 768px), print { .features_section { padding: 50px 0 40px 0; background-color: #fdf5e6; }
  .features_section .features_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .features_section .features_box div { margin: 0 0 34px 0; width: 520px; }
  .features_section .features_box div figure { width: 520px; margin: 0 0 0 0; }
  .features_section .features_box div figure img { width: 520px; }
  .features_section .features_box div figure figcaption { margin: 10px 0 0 0; text-align: left; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; color: #3ead3c; font-weight: bold; }
  .features_section .features_box div figure figcaption .features_no { width: 70px; font-size: 6.4rem; }
  .features_section .features_box div figure figcaption .features_title { width: 425px; font-size: 2.4rem; line-height: 120%; }
  .features_section .features_box div p { width: 520px; margin: 0; font-size: 1.6rem; }
  .features_section a.recruit_btn { background-color: #ff7700; color: #ffffff; text-align: center; display: block; width: 480px; margin: 0 auto 2rem auto; font-size: 2.4rem; font-weight: bold; padding: 28px 0; border-radius: 0.4rem; text-decoration: none; }
  .features_section a.recruit_btn:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable tr { border-bottom: #665045 1px solid; }
table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0.8rem 0; vertical-align: middle; background-color: #665045; color: #ffffff; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 18px 0; vertical-align: middle; color: #665045; }
table.timetable tr td i { color: #665045; }
table.timetable tr td.time { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; color: #665045; }
table.timetable tr td.none { color: #665045; }

.notice_time { font-size: 1.4rem; margin: 0 auto; width: 100%; }
.notice_time i { color: #665045; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0px; margin: 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr { border-bottom: #665045 1px solid; }
  table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 12px 0; vertical-align: middle; background-color: #665045; color: #ffffff; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 16px 0; vertical-align: middle; color: #665045; }
  table.timetable tr td i { color: #665045; }
  table.timetable tr td.time { width: 25%; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; color: #665045; }
  table.timetable tr td.none { color: #665045; }
  .notice_time { font-size: 1.4rem; margin: 0 0; width: auto; }
  .notice_time i { color: #665045; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/index_bg_01.jpg) repeat; }
.overview .overview_box { width: 96%; background-color: #ffffff; margin: 2rem auto; padding: 2rem 0; }
.overview .overview_box h2.overview_title { text-align: center; width: 100%; }
.overview .overview_box h2.overview_title img { width: 70%; }
.overview .overview_box .overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding: 0; }
.overview .overview_box .overview_frame .overview_frame_left { width: 98%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2rem 2% 0 2%; }
.overview .overview_box .overview_frame .overview_frame_left dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; color: #222222; }
.overview .overview_box .overview_frame .overview_frame_left dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; font-size: 1.4rem; font-weight: normal; margin: 0 0 1px 0; padding: 0 0 0.4rem 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #3ead3c; border-bottom: #3ead3c 1px solid; text-align: left; }
.overview .overview_box .overview_frame .overview_frame_left dl dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #222222; font-size: 1.4rem; margin: 0 0 1rem 0; width: 100%; padding: 0.4rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview .overview_box .overview_frame .overview_frame_left dl dd span { color: #ff9900; font-weight: bold; font-size: 2rem; }
.overview .overview_box .overview_frame .overview_frame_left dl dd span.adjustment { color: #222222; font-size: 1.4rem; font-weight: normal; margin: 1rem 0 0 0; padding: 0; }
.overview .overview_box .overview_frame .overview_frame_left dl dd a { color: #ff9900; font-weight: bold; font-size: 3rem; text-decoration: none; display: block; margin: 1rem 0 0 0; }
.overview .overview_box .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
.overview .overview_box .overview_frame .overview_frame_right { width: 98%; margin: 0 auto 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2% 0 2%; }
.overview .overview_box .overview_frame .overview_frame_right iframe { width: 100%; margin: 2rem auto 0 auto; height: 500px; border: #665045 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .overview { width: 100%; margin: -30px auto 0 auto; padding: 0 0 36px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/index_bg_01.jpg) repeat; }
  .overview .overview_box { width: 1080px; background-color: #ffffff; margin: 40px auto 0 auto; padding: 38px 0 32px 0; }
  .overview .overview_box h2.overview_title { text-align: center; width: 491px; display: block; margin: 0 auto; }
  .overview .overview_box h2.overview_title img { width: 491px; }
  .overview .overview_box .overview_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 40px 0 0 0; padding: 0 40px; }
  .overview .overview_box .overview_frame .overview_frame_left { width: 480px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
  .overview .overview_box .overview_frame .overview_frame_left dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 180%; color: #222222; }
  .overview .overview_box .overview_frame .overview_frame_left dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; font-size: 1.6rem; font-weight: bold; margin: 0 0 6px 0; padding: 0 0 0.4rem 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #3ead3c; border-bottom: #3ead3c 1px solid; text-align: left; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #222222; font-size: 1.6rem; margin: 0 0 18px 0; width: 100%; padding: 0.4rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd span { color: #ff9900; font-weight: bold; font-size: 3rem; letter-spacing: 0.2em; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd span.adjustment { color: #222222; font-size: 1.6rem; font-weight: normal; margin: 1rem 0 0 0; padding: 0; letter-spacing: 0; }
  .overview .overview_box .overview_frame .overview_frame_left dl dd a { color: #ff9900; font-weight: bold; font-size: 3rem; text-decoration: none; display: block; margin: 1rem 0 0 0; }
  .overview .overview_box .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
  .overview .overview_box .overview_frame .overview_frame_right { width: 480px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
  .overview .overview_box .overview_frame .overview_frame_right iframe { width: 100%; margin: 20px 0 0 0; height: 400px; border: #665045 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { text-align: center; margin: 0 0 0 0; padding: 1.2rem 0 0.6rem 0; color: #ffffff; font-size: 1.2rem; height: auto; background-color: #00743f; display: block; }
footer .copyright a { color: #ffffff; text-decoration: none; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 254px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 0 0; overflow: hidden; background-color: #fdf5e6; }
  footer .footer_frame { display: block; width: 1080px; height: 116px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer .footer_frame ul { font-size: 1.6rem; list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  footer .footer_frame ul li { margin: 0 36px 16px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  footer .footer_frame ul li a { color: #313233; text-decoration: none; line-height: 120%; font-size: 1.6rem; }
  footer .footer_frame ul li a:hover { text-decoration: underline; }
  footer .footer_frame ul li::before { content: "▶"; color: #3ead3c; font-size: 1rem; }
  footer .footer_frame ul li:last-child::after { content: ""; }
  footer .footer_frame ul li.treatment { display: none; }
  footer .copyright { text-align: center; margin: 0 0 0 0; padding: 38px 0 48px 0; color: #ffffff; font-size: 1.4rem; height: auto; background-color: #00743f; }
  footer .copyright a { color: #ffffff; text-decoration: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 14vw; right: 0px; height: 14vw; text-align: right; margin: 0 2% 0 0; z-index: 999999; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 70px; height: auto; }
  #pagetop { position: fixed; bottom: 110px; left: 50%; margin: 0 0 0 560px; height: 110px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 100px; left: 90%; margin: 0 0 0 0; height: 100px; text-align: center; } }
.rec-closebox { background: #3f2902; color: #fff; padding: 3rem; text-align: center; }
.rec-closebox p { margin: 0; font-size: 3rem; }

/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; }
.drawr ul.hbg { background-color: #235e21; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.6rem; text-decoration: none; padding: 1rem; display: block; border-bottom: #ffffff 1px solid; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
.drawr ul.hbg li.treatment { display: none; }
.drawr ul.hbg li.recruit a { position: relative; }
.drawr ul.hbg li.recruit a .new { border: 1px solid #FFF; background-color: red; color: #fff; padding: 3px 10px; margin-right: 15px; font-size: 75%; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.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: ''; -webkit-transition: all 500ms ease-in-out; 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'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); 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 { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); 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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 56px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; z-index: 99999; background-color: #235e21; }

/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 255px; margin: 0; }
  aside .aside_frame { background-color: #ff9900; padding: 16px 0 8px 0; /*タイトル*/ /*リスト*/ }
  aside .aside_frame .aside_title { text-align: center; color: #3ead3c; font-size: 2.8rem; margin: 0 0 30px 0; }
  aside .aside_frame ul li { width: 238px; margin: 0 auto 12px auto; list-style-type: none; }
  aside .aside_frame ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #ff7700; background-color: #ffffff; text-decoration: none; font-size: 2.1rem; width: 100%; height: 72px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; border: #665045 1px solid; }
  aside .aside_frame ul li a:hover { opacity: 0.6; }
  aside a.questionnaire { width: 255px; height: 80px; background-color: #00743f; text-decoration: none; border-radius: 0.5rem; margin: 42px 0 0 0; display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  aside a.questionnaire span { color: #ffffff; font-size: 2.3rem; width: 246px; height: 70px; border: #ffffff 1px solid; border-radius: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  aside a.questionnaire:hover { opacity: 0.6; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 300px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .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: 160%; font-size: 1.4rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }
ul.list_normal li ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_normal li ul li { line-height: 120%; font-size: 1.4rem; list-style-type: none; margin: 0 0 0.8rem 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*〇*/
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; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }

ul.list_maru_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; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; 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 { -webkit-box-sizing: border-box; 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 3rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two li { -webkit-box-sizing: border-box; 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 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  /*〇*/
  ul.list_circle { line-height: 160%; font-size: 1.8rem; list-style-type: circle; margin: 0; }
  ul.list_circle li { margin: 0 0 1.4rem 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-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; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 35px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1080px; }
  dl.bio_list dt { width: 80px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1000px; margin: 0 0 20px 0; } }
/*見出し*/
h1 { margin: 0; }

h2.general { color: #235e21; font-size: 1.8rem; text-align: center; padding: 2rem 0; line-height: 160%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 0 0; }
h2.general span { border-bottom: #3ead3c 2px solid; display: inline-block; }
h2.first { margin: 1rem 0 2rem 0; }

h3 { background-color: #007440; color: #ffffff; padding: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.7rem; margin: 2.5rem 0 1rem 0; }
h3.first { margin: 0.1em 0 2rem 0; }

h4 { font-size: 1.6rem; color: #007440; font-weight: bold; padding: 0 0 0.6rem 0; border-bottom: #007440 1px solid; margin: 2.5rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.5rem; color: #3f2902; font-weight: bold; padding: 0 0 0.6rem 0; margin: 2.5rem 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.general { color: #235e21; font-size: 3.2rem; text-align: center; padding: 0; line-height: 200%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 40px 0 46px 0; }
  h2.general span { border-bottom: #3ead3c 2px solid; display: inline-block; }
  h2.first { margin: 10px 0 44px 0; }
  h3 { background-color: #007440; color: #ffffff; padding: 8px 12px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 2.6rem; margin: 50px 0 20px 0; }
  h3.first { margin: 1px 0 20px 0; }
  h4 { font-size: 2.2rem; color: #007440; font-weight: bold; padding: 0 0 0.6rem 0; border-bottom: #007440 1px solid; margin: 40px 0 10px 0; }
  h4.first { margin: 0 0 10px 0; }
  h5 { font-size: 2rem; color: #3f2902; font-weight: bold; padding: 0 0 0.6rem 0; margin: 2.5rem 0 1rem 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
@media all and (-ms-high-contrast: none) { h3 { background-color: #007440; color: #ffffff; padding: 14px 12px 8px 12px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 2.6rem; margin: 50px 0 20px 0; }
  h3.first { margin: 1px 0 20px 0; }
  h4 { font-size: 2.2rem; color: #007440; font-weight: bold; padding: 0 0 0.6rem 0; border-bottom: #007440 1px solid; margin: 40px 0 10px 0; }
  h4.first { margin: 5px 0 10px 0; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #000000; text-align: center; display: block; margin: 30px auto; }

strong { font-size: 1.4rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 140%; }

.two_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.text_frame { padding: 2rem 0 0 0; height: auto; overflow: hidden; }

@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 #000000; text-align: center; display: block; margin: 30px auto; }
  strong { font-size: 1.8rem; font-weight: bold; margin: 0 0 2rem 0; line-height: 160%; }
  .two_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .two_box section { width: 50%; }
  .text_frame { padding: 40px 0 0 0; height: auto; overflow: hidden; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; } }
/*----------------------------------------------------------- 医院紹介
----------------------------------------------------------- */
.machine_box figure { width: 96%; margin: 0 auto 4rem auto; }
.machine_box figure figcaption { font-size: 1.4rem; font-weight: bold; text-align: center; margin: 0 auto 1rem auto; }
.machine_box figure img { width: 80%; height: auto; display: block; margin: 0 auto; }

.slider-pro p.sp-layer { font-size: 2rem; }

@media screen and (min-width: 768px), print { .machine_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1080px; margin: 0 auto; }
  .machine_box figure { width: 500px; margin: 0 0 60px 0; }
  .machine_box figure figcaption { font-size: 2.2rem; font-weight: bold; text-align: center; margin: 0 auto 16px auto; }
  .machine_box figure img { width: 100%; height: auto; display: block; margin: 0 auto; }
  .slider-pro p.sp-layer { font-size: 2.4rem; } }
/*----------------------------------------------------------- アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 100%; height: 600px; border: #3f2902 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 600px; border: #3f2902 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/*----------------------------------------------------------- 診療内容
----------------------------------------------------------- */
.treatment_link { display: block; text-align: right; font-size: 1.4rem; margin: 0 0 2rem 40%; line-height: 140%; color: #ffffff; background-color: #ff7700; text-decoration: none; padding: 0.6rem 0; width: 60%; text-align: center; border-radius: 0.3rem; }

@media screen and (min-width: 768px), print { .treatment_link { display: block; text-align: right; font-size: 1.8rem; margin: 0 0 2rem 680px; line-height: 140%; color: #ffffff; background-color: #ff7700; text-decoration: none; padding: 0.6rem 0; width: 400px; text-align: center; border-radius: 0.3rem; }
  .treatment_link:hover { opacity: 0.6; } }
@media all and (-ms-high-contrast: none) { .treatment_link { display: block; text-align: right; font-size: 1.8rem; margin: 0 0 2rem 680px; line-height: 140%; color: #ffffff; background-color: #ff7700; text-decoration: none; padding: 0.8rem 0 0.6rem 0; width: 400px; text-align: center; border-radius: 0.3rem; }
  .treatment_link:hover { opacity: 0.6; } }
/*----------------------------------------------------------- 採用情報
----------------------------------------------------------- */
table.recruit_table { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.recruit_table tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 1rem; vertical-align: middle; background-color: #665045; color: #ffffff; border: #665045 1px solid; border-bottom: #ffffff 1px solid; width: 30%; }
table.recruit_table tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 1rem; vertical-align: middle; color: #665045; border: #665045 1px solid; width: 70%; line-height: 140%; }
table.recruit_table tr:last-child th { border-bottom: #665045 1px solid; }

.low_tel { color: #ff9900; font-weight: bold; font-size: 2rem; }
.low_tel span { color: #ff9900; font-weight: bold; font-size: 2rem; margin: 1rem 0 0 0; }
.low_tel a { color: #ff9900; font-weight: bold; font-size: 2rem; text-decoration: none; margin: 1rem 0 0 0; }

.table_notice { margin: 4rem 0 0 0; }

@media screen and (min-width: 768px), print { table.recruit_table { padding: 0px; margin: 10px auto 10px auto; vertical-align: middle; width: 100%; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.recruit_table tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 2rem; vertical-align: middle; background-color: #665045; color: #ffffff; border: #665045 1px solid; border-bottom: #ffffff 1px solid; width: 30%; }
  table.recruit_table tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 2rem; vertical-align: middle; color: #665045; border: #665045 1px solid; width: 70%; line-height: 140%; }
  table.recruit_table tr:last-child th { border-bottom: #665045 1px solid; }
  .low_tel { color: #ff9900; font-weight: bold; font-size: 3rem; }
  .low_tel span { color: #ff9900; font-weight: bold; font-size: 3rem; margin: 1rem 0 0 0; }
  .low_tel a { color: #ff9900; font-weight: bold; font-size: 3rem; text-decoration: none; margin: 1rem 0 0 0; }
  .table_notice { margin: 60px 0 0 0; } }

/*# sourceMappingURL=style.css.map */