@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*水色*/
/*水色*/
/*茶色*/
/*灰色*/
/*灰色*/
/*茶色*/
/*茶色*/
/*水色*/
/*黒*/
/*青*/
/*赤*/
/*黄色*/
/*黒*/
/*下層H1*/
/*茶色*/
/*紺色*/
/*青*/
/*茶色*/
/*仕様変更後のカラー*/
/*青*/
/*茶色*/
/*茶色*/
/*黒*/
/*茶色*/
/*茶色*/
/*茶色*/
/*薄茶色*/
/*フォント*/
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'notosansjp-regular'; src: url(../font/NotoSansJP-Regular.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notosansjp-bold'; src: url(../font/NotoSansJP-Bold.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notoserifjp-regular'; src: url(../font/NotoSerifJP-Regular.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notoserifjp-extralighet'; src: url(../font/NotoSerifJP-ExtraLight.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notoserifjp-bold'; src: url(../font/NotoSerifJP-Bold.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'pacifico-regular'; src: url(../font/Pacifico-Regular.ttf); font-weight: normal; font-style: normal; }
/*共通モジュール*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 768px), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 768px), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: 'notosansjp-regular'; color: #2a2a2a; background-color: #ffffff; padding: 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: 'notosansjp-regular'; color: #2a2a2a; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 2rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

.text-center { text-align: center; }

.block { display: block; }

.auto { margin: auto; }

.w400 { max-width: 300px; }

.no-events { pointer-events: none; }

.pb10 { padding-bottom: 1rem; }

.pb20 { padding-bottom: 2rem; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; /*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; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.wrapper_low { height: auto; width: 100%; margin: 0; padding: 0; }

.main { height: auto; width: 96%; margin: 4rem auto 4rem auto; padding: 0; }
.main p { line-height: 140%; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .wrapper_low { height: auto; width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/bg_low_left.jpg"), url("../images/bg_low_right.jpg"); background-repeat: no-repeat,no-repeat; background-position: left top, right top; }
  .main { height: auto; width: 1280px; margin: 100px auto 80px auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  .main p { line-height: 230%; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { width: 100%; background-color: #bae2f8; padding: 2vw 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; }
header .head_frame { width: 100%; /*ロゴ*/ /*ヘッダースマホ*/ /*ヘッダーPC*/ }
header .head_frame .head_logo { width: 70%; margin: 0 auto; }
header .head_frame .head_logo img { width: 100%; }
header .head_frame .head_info_sp { width: 100%; background-color: #bae2f8; padding: 0.5rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
header .head_frame .head_info_sp .head_info_sp_box { position: relative; width: 100%; }
header .head_frame .head_info_sp .head_info_sp_box .head_button { width: 79%; 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; margin: 0 0 0 2%; }
header .head_frame .head_info_sp .head_info_sp_box .head_button 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; background-color: #a97f56; color: #ffffff; /*width: 32%;*/ width: 48.5%; height: 13.5vw; text-decoration: none; border-radius: 0.5rem; font-size: 1.6rem; }
header .head_frame .head_info_sp .head_info_sp_box .head_button a.fohead_button_recruit { background-color: #dcab36; font-size: 1.2rem; }
header .head_frame .head_info_pc { display: none; }

/*ロゴ消す*/
.head_add .head_logo { display: none; }
.head_add .head_info_sp { position: fixed; top: 0; z-index: 9999999999; /*overflow-x: hidden;
overflow-y: scroll;
height: 100%;*/ }

/*サイドボタン*/
.side_link { display: none; }

@media screen and (min-width: 768px), print { header { width: 100%; height: 234px; background-color: #bae2f8; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; }
  header .head_frame { width: 1280px; height: 136px; margin: 0 auto; position: relative; /*ロゴ*/ /*ヘッダースマホ*/ /*ヘッダーPC*/ }
  header .head_frame .head_logo { position: absolute; top: 30px; left: 0; width: 501px; margin: 0; }
  header .head_frame .head_logo img { width: 501px; }
  header .head_frame .head_info_sp { display: none; }
  header .head_frame .head_info_pc { display: block; width: 385px; height: 136px; margin: 0 0 0 915px; position: relative; }
  header .head_frame .head_info_pc .head_tel { position: absolute; top: 5px; right: 25px; font-size: 3.8rem; font-family: 'notoserifjp-regular'; text-align: right; color: #292941; line-height: 120%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px 0; padding: 0; }
  header .head_frame .head_info_pc .head_tel i { font-size: 2rem; line-height: 214%; }
  header .head_frame .head_info_pc .head_tel ruby rt { font-size: 1rem; line-height: 120%; }
  header .head_frame .head_info_pc .head_address { position: absolute; top: 65px; right: 25px; text-align: right; font-size: 1.6rem; margin: 0 0 0 0; color: #292941; line-height: 180%; }
  header .head_frame .head_info_pc .head_access { position: absolute; top: 84px; right: 25px; text-align: right; font-size: 1.2rem; margin: 0; color: #292941; line-height: 180%; }
  header .head_frame .head_info_pc .head_button { position: absolute; bottom: 0; right: 0; width: 385px; height: 30px; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  header .head_frame .head_info_pc .head_button 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; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; color: #ffffff; text-decoration: none; border-radius: 9px; -webkit-box-shadow: 2px 2px #97adb0; box-shadow: 2px 2px #97adb0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .head_frame .head_info_pc .head_button a.head_button_reserve { width: 200px; height: 28px; background-color: #a97f56; border: #a97f56 1px solid; }
  header .head_frame .head_info_pc .head_button a.head_button_reserve:hover { border: #a97f56 1px solid; background-color: #ffffff; color: #a97f56; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  header .head_frame .head_info_pc .head_button a.head_button_recruit { pointer-events: none; width: 165px; height: 28px; background-color: #dcab36; border: #dcab36 1px solid; }
  header .head_frame .head_info_pc .head_button a.head_button_recruit:hover { border: #aea285 1px solid; background-color: #ffffff; color: #dcab36; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  /*ロゴ消す*/
  .head_add { /*height: 234px;*/ height: 190px; margin: 0 0 0 0; }
  .head_add .head_frame { display: none; }
  .head_add .head_logo { display: none; }
  .head_add .head_info_sp { display: none; }
  .head_add .main_nav_pc { position: fixed; top: 0; z-index: 9999999999; }
  /*サイドボタン*/
  .side_link { position: fixed; top: 154px; right: 0; z-index: 99999999; width: 50px; height: 150px; border-bottom: 3px solid rgba(58, 58, 58, 0.4); border-top-left-radius: 15px; border-bottom-left-radius: 15px; font-size: 1.8rem; font-weight: normal; color: #ffffff; text-align: center; line-height: 140%; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #a97f56; 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; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; }
  .side_link:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { header .head_info_pc { display: block; width: 385px; height: 136px; margin: 0 0 0 915px; position: relative; }
  header .head_info_pc .head_tel { position: absolute; top: 0; right: 0; font-size: 3.8rem; font-family: 'notoserifjp-regular'; text-align: right; color: #292941; line-height: 120%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; }
  header .head_info_pc .head_tel i { font-size: 2rem; line-height: 214%; }
  header .head_info_pc .head_tel ruby rt { font-size: 1rem; line-height: 120%; }
  /*サイドボタン*/
  .side_link { position: fixed; top: 244px; right: 0; z-index: 99999999; width: 50px; height: 150px; border-bottom: 3px solid rgba(58, 58, 58, 0.4); border-top-left-radius: 15px; border-bottom-left-radius: 15px; font-size: 1.8rem; font-weight: normal; color: #ffffff; text-align: center; line-height: 140%; text-decoration: none; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #a97f56; 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; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; }
  .side_link:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { @-webkit-keyframes slidein { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slidein { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
  .main_nav_pc { display: block; height: 98px; margin: 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; background-color: #bae2f8; }
  .main_nav_pc nav { width: 1230px; height: 98px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1230px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 98px; padding: 0; margin: 0 auto; }
  .main_nav_pc nav ul li { display: block; height: 85px; margin: 0; padding: 0; width: auto; min-width: 100px; }
  .main_nav_pc nav ul li a { width: 100%; text-decoration: none; text-align: center; color: #2a2a2a; height: 85px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; padding: 0 0 0 0; box-sizing: border-box; letter-spacing: 0.05em; font-size: 2.3rem; font-family: 'notoserifjp-regular'; font-weight: normal; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 120%; position: relative; }
  .main_nav_pc nav ul li a span { color: #36c0b8; font-family: 'pacifico-regular'; font-size: 1.2rem; margin: 5px 0 0 0; }
  .main_nav_pc nav ul li a::after { position: absolute; bottom: 10px; left: 0; right: 0; margin: 0 auto; content: ''; width: 70%; height: 3px; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: center top; transform-origin: center top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; background: #292941; }
  .main_nav_pc nav ul li a:hover::after { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  .main_nav_pc nav ul li ul { width: 240px; height: auto; display: none; margin: 6px 0 0 -65px; padding: 0 0 0 0; position: relative; z-index: 9999; }
  .main_nav_pc nav ul li ul li { width: 240px; height: auto; margin: 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { background: url("../images/icon_arrow_01.png") no-repeat; background-position: right 15px center; background-color: rgba(255, 255, 255, 0.7); font-size: 1.4rem; color: #2a2a2a; width: 240px; height: 50px; padding: 0 0 0 15px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; border-bottom: #d3d6d7 1px solid; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; letter-spacing: 0; }
  .main_nav_pc nav ul li ul li a:hover { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background-color: rgba(255, 255, 255, 0.9); background-position: right 10px center; }
  .main_nav_pc nav ul li ul li a::after { content: ""; display: none; }
  .main_nav_pc nav ul li ul.open_nav { display: block; -webkit-animation: slidein 0.5s; animation: slidein 0.5s; }
  .main_nav_pc nav ul li.treatment { width: 115px; }
  .main_nav_pc nav ul li.treatment:hover { cursor: pointer; cursor: hand; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*
.key{ margin:0; div{ background: url("../images/key_visual_01.jpg"); background-repeat: no-repeat;     background-size: cover !important; height: 53vw !important; background-position: center center !important; .key_on{ width: 100%; height: 53vw; position: relative; p.key_text{ position: absolute; bottom: 0.5rem; left: 2%;   margin: 0; font-size: 1.1rem; color: $color0; font-family: 'notoserifjp-bold'; font-weight: bold; text-shadow: 4px 0px 4px $color1,4px 0px 4px $color1, -4px 0px 4px $color1,-4px 0px 4px $color1, 0px 4px 4px $color1,0px 4px 4px $color1,  0px -4px 4px $color1,0px -4px 4px $color1;          } a.key_bana{ position: absolute; bottom: 0.5rem; right: 2%; width: 25%; height: 46%; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; color: $color0; font-size: 1.8rem; span{ font-size: 1.2rem;
	        font-family: 'notosansjp-bold';    display: block; margin: 0.5rem 0 0 0; } } } }
}


.key_sp{ width: 96%; margin: 0 auto; p{
 }
}



.key_visual_low{ display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;   -webkit-flex-wrap: wrap; flex-wrap: wrap; height: 30vw; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center top; background-size: cover; h1{ color: $color14;
	  font-family: $yumin_font; font-weight: bold; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em;     }
}


@media screen and (min-width: $breakpoint) , print { 
.key{ margin: 0 0 0 0; height: 600px; div{ background: url("../images/key_visual_01.jpg"); background-repeat: no-repeat;     background-size: cover !important; height: 600px !important; background: cover !important; overflow: hidden; width: 100% !important; background-position: center top !important; position: relative; .key_on{ width: $hp_width !important; height: 600px; margin: 0 auto; position: relative; p.key_text{ position: absolute; top: 120px; bottom: 0; left: 0;   right: 0; margin: 0 auto; font-size: 2.6rem; color: $color0; font-family: 'notoserifjp-bold'; font-weight: bold; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl;         writing-mode: vertical-rl;  display: inline-block; width: 6%; line-height: 180%; letter-spacing: 0.1em; text-shadow: 4px 0px 8px $color1,4px 0px 8px $color1, -4px 0px 8px $color1,-4px 0px 8px $color1, 0px 4px 8px $color1,0px 4px 8px $color1,  0px -4px 8px $color1,0px -4px 8px $color1;          } a.key_bana{ position: absolute; bottom: 40px; right: 42px; width: 162px; height: 162px; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; color: $color0; font-size: 4rem; span{ font-size: 1.6rem;
	        font-family: 'notosansjp-bold';    display: block; margin: 10px 0 0 0; } &:hover{ opacity: 0.8; transition: all 0.3s ease 0s;   } } } }
} 
.bg-slider{ background-size: cover !important; overflow: hidden;    
}
 
.key_visual_low{ display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;   -webkit-flex-wrap: wrap; flex-wrap: wrap; height: 300px; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center center; background-size: cover; h1{ color: $color14;
	  font-family: $yumin_font; font-weight: bold; font-size: 4rem; text-align: center; letter-spacing: 0.1em;     }
} 
}
*/
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.slick-slide { width: 100%; height: 75vw; margin: 0; overflow: hidden; }

ul.keyimg { width: 100%; }
ul.keyimg li { height: 75vw; }
ul.keyimg li .textbox { width: 100%; height: 75vw; position: relative; }
ul.keyimg li.s0 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; }
ul.keyimg li.s0 .three_box { width: 100%; height: 75vw; position: relative; }
ul.keyimg li.s0 .three_box .three { width: 100%; height: 30vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 12vw 0 0 0; }
ul.keyimg li.s0 .three_box .three .ring { width: 31%; height: 30vw; border-radius: 50%; background-color: rgba(255, 255, 255, 0.7); background-size: cover; position: relative; }
ul.keyimg li.s0 .three_box .three .ring .num { position: absolute; top: 1vw; left: 0; right: 0; color: #d9b7a0; font-size: 2.5rem; margin: 0 auto; display: block; text-align: center; }
ul.keyimg li.s0 .three_box .three .ring .str1 { position: absolute; top: 9vw; left: 0; right: 0; color: #60563e; font-size: 1.1rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
ul.keyimg li.s0 .three_box .three .ring .str2 { position: absolute; top: 18vw; left: 0; right: 0; color: #60563e; font-size: 0.8rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
ul.keyimg li.s0 .three_box .three .notitle { position: absolute; top: 38vw; left: 0; right: 0; margin: 0 auto; text-align: center; color: #844f16; font-family: 'notosansjp-regular'; font-size: 1.8rem; }
ul.keyimg li.s0 .three_box .three .notitle span { font-weight: bold; font-size: 2.4rem; }
ul.keyimg li.s0 .three_box a.key_bana { position: absolute; bottom: 0.5rem; right: 2%; width: 29%; height: 37%; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-decoration: none; color: #ffffff; font-size: 1.8rem; }
ul.keyimg li.s0 .three_box a.key_bana span { font-size: 1.2rem; font-family: 'notosansjp-bold'; display: block; margin: 0.5rem 0 0 0; }
ul.keyimg li.s11 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; }
ul.keyimg li.s11 .donyu_frame { width: 100%; height: 75vw; position: relative; }
ul.keyimg li.s11 .donyu_frame .donyu_box .donyu_text { 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; }
ul.keyimg li.s11 .donyu_frame .donyu_box .donyu_text .dt_01 { width: 48%; height: 8vw; border-radius: 2rem; text-align: center; background-color: #a97f56; color: #ffffff; font-size: 1.2rem; 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; margin: 0 0 0.5rem 0; -webkit-box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); }
ul.keyimg li.s11 .donyu_frame .donyu_box .donyu_text .dt_02 { width: 100%; text-align: center; color: #a97f56; font-size: 1.4rem; }
ul.keyimg li.s11 .donyu_frame .donyu_box .dt_img { 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; }
ul.keyimg li.s11 .donyu_frame .donyu_box .dt_img figure { display: block; }
ul.keyimg li.s11 .donyu_frame .donyu_box .dt_img figure.img_left { width: 35%; }
ul.keyimg li.s11 .donyu_frame .donyu_box .dt_img figure.img_left img { width: 100%; -webkit-box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); }
ul.keyimg li.s11 .donyu_frame .donyu_box .dt_img figure.img_right { width: 54%; }
ul.keyimg li.s11 .donyu_frame .donyu_box .dt_img figure.img_right img { width: 100%; -webkit-box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); }
ul.keyimg li.s1 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; }
ul.keyimg li.s1 .donyu_frame { width: 100%; height: 75vw; position: relative; }
ul.keyimg li.s1 .donyu_frame .donyu_box { margin: 2rem 0 0 0; }
ul.keyimg li.s1 .donyu_frame .donyu_box .donyu_text { 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; }
ul.keyimg li.s1 .donyu_frame .donyu_box .donyu_text .dt_01 { width: 48%; height: 8vw; border-radius: 2rem; text-align: center; background-color: #a97f56; color: #ffffff; font-size: 1.2rem; 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; margin: 0 0 0.5rem 0; -webkit-box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); }
ul.keyimg li.s1 .donyu_frame .donyu_box .donyu_text .dt_02 { width: 100%; text-align: center; color: #a97f56; font-size: 1.4rem; }
ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img { 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; }
ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure { display: block; }
ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_left { width: 35%; }
ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_left img { width: 100%; -webkit-box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); }
ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_right { width: 54%; }
ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_right img { width: 100%; -webkit-box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); box-shadow: 3px 3px 3px rgba(58, 58, 58, 0.2); }
ul.keyimg li.s1 .donyu_frame a.key_bana { position: absolute; bottom: 0.5rem; right: 2%; width: 29%; height: 37%; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-decoration: none; color: #ffffff; font-size: 1.8rem; }
ul.keyimg li.s1 .donyu_frame a.key_bana span { font-size: 1.2rem; font-family: 'notosansjp-bold'; display: block; margin: 0.5rem 0 0 0; }
ul.keyimg li.s2 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; padding: 20vw 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul.keyimg li.s2 .textbox { width: 100%; }
ul.keyimg li.s2 .textbox .cataract_box { width: 96%; margin: 0 auto; 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; }
ul.keyimg li.s2 .textbox .cataract_box figure { width: 22%; }
ul.keyimg li.s2 .textbox .cataract_box figure img { width: 100%; }
ul.keyimg li.s2 .textbox .cataract_box p { width: 54%; text-align: center; color: #844f16; margin: 7vw 0 0 0; font-size: 1.4rem; line-height: 160%; }
ul.keyimg li.s2 .textbox .cataract_box p span { font-weight: bold; font-size: 2rem; }
ul.keyimg li.s3 { background: url("../images/key_visual_04.jpg") no-repeat; background-position: center center; background-size: cover; }
ul.keyimg li.s3 span.key_text { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; color: #ffffff; font-size: 1.2rem; font-family: 'notoserifjp-regular'; font-weight: bold; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; position: absolute; left: 10%; top: 10vw; text-shadow: 6px 0px 6px #7e695f, 6px 0px 6px #7e695f, -6px 0px 6px #7e695f, -6px 0px 6px #7e695f, 0px 6px 6px #7e695f, 0px 6px 6px #7e695f, 0px -6px 6px #7e695f, 0px -6px 6px #7e695f; }
ul.keyimg li.s3 a.key_bana { position: absolute; bottom: 0.5rem; right: 2%; width: 29%; height: 37%; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-decoration: none; color: #ffffff; font-size: 1.8rem; }
ul.keyimg li.s3 a.key_bana span { font-size: 1.2rem; font-family: 'notosansjp-bold'; display: block; margin: 0.5rem 0 0 0; }

.key_visual_low { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 30vw; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center top; background-size: cover; }
.key_visual_low h1 { color: #a97f55; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .slick-slide { height: 600px; margin: 0; overflow: hidden; }
  ul.keyimg li { height: 600px; }
  ul.keyimg li .textbox { width: 1300px; height: 600px; position: relative; margin: 0 auto; }
  ul.keyimg li.s0 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; }
  ul.keyimg li.s0 .three_box { width: 1300px; height: 600px; position: relative; margin: 0 auto; }
  ul.keyimg li.s0 .three_box .three { width: 100%; height: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 80px 0 0 0; }
  ul.keyimg li.s0 .three_box .three .ring { width: 300px; height: 300px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.7); background-size: cover; position: relative; }
  ul.keyimg li.s0 .three_box .three .ring .num { position: absolute; top: 14px; left: 0; right: 0; color: #d9b7a0; font-size: 8rem; margin: 0 auto; display: block; text-align: center; }
  ul.keyimg li.s0 .three_box .three .ring .str1 { position: absolute; top: 93px; left: 0; right: 0; color: #60563e; font-size: 3.4rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
  ul.keyimg li.s0 .three_box .three .ring .str2 { position: absolute; top: 183px; left: 0; right: 0; color: #60563e; font-size: 2.4rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
  ul.keyimg li.s0 .three_box .three .notitle { position: absolute; top: 326px; left: 0; right: 0; margin: 0 auto; text-align: center; color: #844f16; font-family: 'notosansjp-regular'; font-size: 4rem; }
  ul.keyimg li.s0 .three_box .three .notitle span { font-weight: bold; font-size: 8rem; }
  ul.keyimg li.s0 .three_box a.key_bana { position: absolute; bottom: 40px; right: 42px; width: 162px; height: 162px; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-decoration: none; color: #ffffff; font-size: 4rem; }
  ul.keyimg li.s0 .three_box a.key_bana span { font-size: 1.6rem; font-family: 'notosansjp-bold'; display: block; margin: 10px 0 0 0; }
  ul.keyimg li.s0 .three_box a.key_bana:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  ul.keyimg li.s1 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; }
  ul.keyimg li.s1 .donyu_frame { width: 1300px; height: 600px; margin: 40px auto 0 auto; }
  ul.keyimg li.s1 .donyu_frame .donyu_box { width: 845px; margin: 0 auto; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .donyu_text { 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; width: 845px; margin: 0 0 0 0; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .donyu_text .dt_01 { width: 352px; height: 46px; border-radius: 2rem; text-align: center; background-color: #a97f56; color: #ffffff; font-size: 3.4rem; 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; margin: 0 0 0 0; padding: 0 0 2px 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 6px 6px 6px rgba(58, 58, 58, 0.2); box-shadow: 6px 6px 6px rgba(58, 58, 58, 0.2); }
  ul.keyimg li.s1 .donyu_frame .donyu_box .donyu_text .dt_02 { width: 100%; text-align: center; color: #a97f56; font-size: 3.4rem; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img { 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; width: 845px; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure { display: block; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_left { width: 314px; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_left img { width: 314px; -webkit-box-shadow: 6px 6px 6px rgba(58, 58, 58, 0.2); box-shadow: 6px 6px 6px rgba(58, 58, 58, 0.2); }
  ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_right { width: 488px; }
  ul.keyimg li.s1 .donyu_frame .donyu_box .dt_img figure.img_right img { width: 488px; -webkit-box-shadow: 6px 6px 6px rgba(58, 58, 58, 0.2); box-shadow: 6px 6px 6px rgba(58, 58, 58, 0.2); }
  ul.keyimg li.s1 a.key_bana { position: absolute; bottom: 40px; right: 42px; width: 162px; height: 162px; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-decoration: none; color: #ffffff; font-size: 4rem; }
  ul.keyimg li.s1 a.key_bana span { font-size: 1.6rem; font-family: 'notosansjp-bold'; display: block; margin: 10px 0 0 0; }
  ul.keyimg li.s1 a.key_bana:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  ul.keyimg li.s2 { background: url("../images/key_visual_00.jpg") no-repeat; background-position: center center; background-size: cover; padding: 92px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  ul.keyimg li.s2 .textbox { width: 100%; }
  ul.keyimg li.s2 .textbox .cataract_box { width: 770px; margin: 0 auto; 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; }
  ul.keyimg li.s2 .textbox .cataract_box figure { width: 200px; }
  ul.keyimg li.s2 .textbox .cataract_box figure img { width: 200px; }
  ul.keyimg li.s2 .textbox .cataract_box p { width: 370px; text-align: center; color: #844f16; margin: 98px 0 0 0; font-size: 3.2rem; line-height: 160%; }
  ul.keyimg li.s2 .textbox .cataract_box p span { font-weight: bold; font-size: 4.4rem; }
  ul.keyimg li.s3 { background: url("../images/key_visual_04.jpg") no-repeat; background-position: center center; background-size: cover; }
  ul.keyimg li.s3 span.key_text { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; color: #ffffff; font-size: 2.6rem; font-family: 'notoserifjp-regular'; font-weight: bold; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; position: absolute; left: 170px; top: 40px; text-shadow: 6px 0px 6px #7e695f, 6px 0px 6px #7e695f, -6px 0px 6px #7e695f, -6px 0px 6px #7e695f, 0px 6px 6px #7e695f, 0px 6px 6px #7e695f, 0px -6px 6px #7e695f, 0px -6px 6px #7e695f; }
  ul.keyimg li.s3 a.key_bana { position: absolute; bottom: 40px; right: 42px; width: 162px; height: 162px; background: url("../images/bana_blog.png") no-repeat; background-size: cover; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-decoration: none; color: #ffffff; font-size: 4rem; }
  ul.keyimg li.s3 a.key_bana span { font-size: 1.6rem; font-family: 'notosansjp-bold'; display: block; margin: 10px 0 0 0; }
  ul.keyimg li.s3 a.key_bana:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .key_visual_low { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 300px; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center center; background-size: cover; }
  .key_visual_low h1 { color: #a97f55; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; font-size: 4rem; text-align: center; letter-spacing: 0.1em; } }
/*-----------------------------------------------------------
スライドショーとお知らせ
----------------------------------------------------------- */
.top_info_frame { width: 100%; margin: 0; }
.top_info_frame .top_info_frame_box { /*
.top_info_access{ background-color: $color6; margin: 0; .access_frame{ margin: 0; padding: 2rem 2% 0 2%;         box-sizing: border-box; .sp-grab{ padding: 0 0 8vw 0 !important; } .slider-pro p.sp-layer{ font-size: 1.2rem; line-height: 120%;           margin: 0 0 -8vw 0 !important; }         }
}
*/ }
.top_info_frame .top_info_frame_box .top_info_access { background-color: #f5f2ea; margin: 0; padding: 1rem 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.top_info_frame .top_info_frame_box .top_info_access .access_frame { width: 96%; margin: 0 auto; }
.top_info_frame .top_info_frame_box .top_info_access .access_frame .slider-pro p.sp-layer { font-size: 0.9rem; line-height: 100%; }
.top_info_frame .top_info_frame_box .notice_frame { width: 100%; margin: 0; padding: 2rem 2% 0 2%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box { width: 100%; height: auto; margin: 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl { height: auto; margin: 0 auto 0 auto; width: 96%; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt { color: #60563e; margin: 2rem 0 0.4rem 0; padding: 1.8rem 0.4rem 0 0; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 140%; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt span.date { display: block; font-size: 1.2rem; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt span.title { display: block; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt span.title::after { font-family: "fontello"; content: "\00e801"; color: #60563e; width: 0; height: 0; margin: 0 0 0 0.5rem; font-size: 1rem; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt.open span.title::after { border: none; font-family: "fontello"; content: "\00e801"; color: #60563e; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt:first-child { margin: 0 0 0.4rem 0; border-top: none; padding: 1.8rem 0.4rem 0 0; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt.close span.title::after { font-family: "fontello"; content: "\00e802"; color: #60563e; font-size: 1rem; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 0; color: #60563e; font-size: 1.4rem; line-height: 160%; display: none; }
.top_info_frame .top_info_frame_box .notice_frame .notice_box dl dd.open { display: block; }

@media screen and (min-width: 768px), print { .top_info_frame { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f2ea+0,f5f2ea+50,ffffff+50,ffffff+100 */ background: #f5f2ea; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, right top, from(#f5f2ea), color-stop(50%, #f5f2ea), color-stop(50%, white), to(white)); background: linear-gradient(to right, #f5f2ea 0%, #f5f2ea 50%, white 50%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2ea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ width: 100%; margin: 0; padding: 0; }
  .top_info_frame .top_info_frame_box { width: 1280px; margin: 0 auto; 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; background-color: #ffffff; }
  .top_info_frame .top_info_frame_box .top_info_access { background-color: #f5f2ea; margin: 0; width: 470px; padding: 50px 0 0 0; }
  .top_info_frame .top_info_frame_box .top_info_access .access_frame { margin: 0; }
  .top_info_frame .top_info_frame_box .top_info_access .access_frame .slider-pro { margin: 38px 0 40px 0; }
  .top_info_frame .top_info_frame_box .top_info_access .access_frame .slider-pro p.sp-layer { font-size: 1.6rem; line-height: 100%; }
  .top_info_frame .top_info_frame_box .notice_frame { width: 810px; margin: 0; padding: 50px 0 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box { width: 862px; height: auto; margin: 0 0 0 48px; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl { height: auto; margin: 0; width: 762px; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt { color: #60563e; margin: 10px 0 8px 0; padding: 10px 0 0 0; font-size: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 140%; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt span.date { display: inline-block; font-size: 1.4rem; width: 110px; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt span.title { display: inline; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt span.title::after { font-family: "fontello"; content: "\00e801"; color: #60563e; width: 0; height: 0; margin: 0 0 0 10px; font-size: 1rem; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt.open span.title::after { border: none; font-family: "fontello"; content: "\00e801"; color: #60563e; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt:first-child { margin: 0 0 0 0; border-top: none; padding: 10px 0 0 0; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dt.close span.title::after { font-family: "fontello"; content: "\00e802"; color: #60563e; font-size: 1rem; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dd { margin: 0 0 16px 0; padding: 0 0 0 115px; color: #60563e; font-size: 1.6rem; line-height: 160%; display: none; }
  .top_info_frame .top_info_frame_box .notice_frame .notice_box dl dd.open { display: block; } }
/*-----------------------------------------------------------
新型コロナウイルス感染対策
----------------------------------------------------------- */
.corona_frame { background-color: #ffffff; margin: 0; }
.corona_frame .corona_box { width: 96%; margin: 3rem auto; background-color: #ffffff; border: #af906b 2px solid; border-radius: 0.5rem; padding: 2rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.corona_frame .corona_box h2.corona_title { text-align: left; color: #292941; font-family: 'notoserifjp-regular'; font-weight: normal; font-size: 2.2rem; margin: 0 0 1rem 0; line-height: 130%; }
.corona_frame .corona_box .corona_text { color: #404040; font-size: 1.4rem; }
.corona_frame .corona_box img { width: 80%; max-width: 281px; display: block; margin: 0 auto; }

@media screen and (min-width: 768px), print { .corona_frame { background-color: #ffffff; margin: 0 0 0 0; width: 100%; padding: 50px 0 70px 0; }
  .corona_frame .corona_box { width: 680px; height: 220px; margin: 0 auto; background-color: #ffffff; border: #af906b 2px solid; border-radius: 14px; padding: 42px 32px 0 32px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  .corona_frame .corona_box h2.corona_title { position: absolute; top: 37px; left: 35px; text-align: left; color: #292941; font-family: 'notoserifjp-regular'; font-weight: normal; font-size: 3rem; margin: 0 0 0 0; line-height: 115%; }
  .corona_frame .corona_box .corona_text { position: absolute; top: 120px; left: 35px; color: #404040; font-size: 1.4rem; margin: 0 0 0 0; line-height: 150%; width: 292px; }
  .corona_frame .corona_box img { position: absolute; top: 27px; right: 37px; width: 281px; max-width: 281px; display: block; margin: 0 auto; } }
/* -----------------------------------------------------------
　当院で受けられる手術・検査の３つの特長
----------------------------------------------------------- */
.three_feature { background: url("../images/three_feature_bg.jpg") repeat; background-position: center center; background-size: cover; padding: 3rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #ffffff 1px solid; }
.three_feature .three_box { width: 100%; height: 70vw; position: relative; }
.three_feature .three_box .three { width: 100%; height: 30vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 0 0 0; }
.three_feature .three_box .three .ring { width: 31%; height: 30vw; border-radius: 50%; background-color: rgba(255, 255, 255, 0.7); background-size: cover; position: relative; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
.three_feature .three_box .three .ring .num { position: absolute; top: 1vw; left: 0; right: 0; color: #d9b7a0; font-size: 2.5rem; margin: 0 auto; display: block; text-align: center; }
.three_feature .three_box .three .ring .str1 { position: absolute; top: 9vw; left: 0; right: 0; color: #60563e; font-size: 1.1rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
.three_feature .three_box .three .ring .str2 { position: absolute; top: 18vw; left: 0; right: 0; color: #60563e; font-size: 0.8rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }

@media screen and (min-width: 768px), print { .three_feature { background: url("../images/three_feature_bg.jpg") repeat; background-position: center center; background-size: cover; padding: 105px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 600px; border-bottom: #ffffff 1px solid; }
  .three_feature .three_box { width: 980px; height: 600px; position: relative; margin: 0 auto; }
  .three_feature .three_box .three { width: 100%; height: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 50px 0 0 0; }
  .three_feature .three_box .three .ring { width: 300px; height: 300px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.7); background-size: cover; position: relative; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .three_feature .three_box .three .ring .num { position: absolute; top: 14px; left: 0; right: 0; color: #d9b7a0; font-size: 8rem; margin: 0 auto; display: block; text-align: center; }
  .three_feature .three_box .three .ring .str1 { position: absolute; top: 93px; left: 0; right: 0; color: #60563e; font-size: 3.4rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
  .three_feature .three_box .three .ring .str2 { position: absolute; top: 183px; left: 0; right: 0; color: #60563e; font-size: 2.4rem; line-height: 120%; margin: 0 auto; display: block; text-align: center; }
  .three_feature .three_box .three .notitle { position: absolute; top: 326px; left: 0; right: 0; margin: 0 auto; text-align: center; color: #844f16; font-family: 'notosansjp-regular'; font-size: 4rem; }
  .three_feature .three_box .three .notitle span { font-weight: bold; font-size: 8rem; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame { background-color: #bae2f8; width: 100%; margin: 0 0 0 0; }
.greeting_frame .greeting_box { width: 96%; margin: 0 auto; padding: 3rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text { line-height: 180%; }
.greeting_frame .greeting_box .greeting_text_box .greeting_name { text-align: right; font-size: 1.6rem; }
.greeting_frame .greeting_box .greeting_text_box .greeting_link { width: 100%; height: 12vw; background-color: #a97f56; border: #a97f56 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 1.4rem; border-radius: 0.5rem; margin: 0 0 0 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; }
.greeting_frame .greeting_box .greeting_text_box .greeting_link i { margin: 0 0 0 0.5rem; }
.greeting_frame .greeting_box .greeting_img { margin: 2rem 0 0 0; }
.greeting_frame .greeting_box .greeting_img img { width: 100%; }
.greeting_frame .greeting_box .greeting_link_box .greeting_logo_box { margin: 4rem 0 0 0; }
.greeting_frame .greeting_box .greeting_link_box .greeting_logo_box .logo_m { display: block; margin: 0 0 1rem 0; }
.greeting_frame .greeting_box .greeting_link_box .greeting_logo_box a { width: 100%; text-decoration: none; }
.greeting_frame .greeting_box .greeting_link_box .greeting_logo_box a img { max-width: 100%; }
.greeting_frame .greeting_box .greeting_link_box .greeting_blog_box { margin: 4rem 0 0 0; }
.greeting_frame .greeting_box .greeting_link_box .greeting_blog_box a { width: 100%; text-decoration: none; }
.greeting_frame .greeting_box .greeting_link_box .greeting_blog_box a img { width: 100%; }

@media screen and (min-width: 768px), print { .greeting_frame { background-color: #bae2f8; width: 100%; margin: 0 0 0 0; }
  .greeting_frame .greeting_box { width: 1280px; margin: 0 auto; padding: 24px 0 100px 0; -webkit-box-sizing: border-box; box-sizing: border-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; }
  .greeting_frame .greeting_box .greeting_text_box { padding: 68px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 785px; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text { line-height: 220%; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_name { text-align: right; font-size: 2rem; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_link { width: 286px; height: 58px; background-color: #a97f56; border: #a97f56 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 1.6rem; border-radius: 10px; margin: 0 0 0 464px; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_link i { margin: 0 0 0 1rem; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_link:hover { background-color: #ffffff; color: #a97f56; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .greeting_frame .greeting_box .greeting_img { margin: 0 0 0 0; width: 482px; overflow: visible; }
  .greeting_frame .greeting_box .greeting_img img { width: 792px; }
  .greeting_frame .greeting_box .greeting_link_box { width: 1280px; margin: 20px auto 15px auto; 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; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_logo_box { margin: 0 0 0 0; width: 630px; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_logo_box .logo_m { display: block; margin: 0 0 16px 0; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_logo_box .logo_m img { width: 170px; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_blog_box { margin: 0 0 0 0; width: 650px; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_blog_box a { width: 650px; text-decoration: none; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_blog_box a img { width: 650px; }
  .greeting_frame .greeting_box .greeting_link_box .greeting_blog_box a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
診療のご案内
----------------------------------------------------------- */
.medical_frame { margin: 3rem 0 0 0; padding: 0 0 3rem 0; background: url("../images/index_medical_bg.jpg") no-repeat; background-position: center bottom; background-size: 350%; }
.medical_frame .medical_box { width: 96%; margin: 0 auto; }
.medical_frame .medical_box .medical_img { display: none; }
.medical_frame .medical_box .medical_box_link ul { width: 100%; 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; list-style-type: none; }
.medical_frame .medical_box .medical_box_link ul li { width: 48%; margin: 0 0 2rem 0; }
.medical_frame .medical_box .medical_box_link ul li a { width: 100%; height: 45vw; background-color: #a97f55; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; color: #ffffff; text-decoration: none; border-radius: 0.5rem; position: relative; }
.medical_frame .medical_box .medical_box_link ul li a i { font-size: 4rem; margin: 0 0 1rem 0; }
.medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_03 { margin: 0 2.5rem 1rem 0; }
.medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_08 { font-size: 3rem; margin: 0 3.2rem 1rem 0; }
.medical_frame .medical_box .medical_box_link ul li a i.icon-myopia { font-size: 5.5rem; margin: 0 0 1rem 0; }
.medical_frame .medical_box .medical_box_link ul li a .mf_text_box { 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 200%; }
.medical_frame .medical_box .medical_box_link ul li a .mf_text_box .mf_jp { font-family: 'notoserifjp-regular'; font-size: 1.7rem; text-align: center; }
.medical_frame .medical_box .medical_box_link ul li a .mf_text_box .mf_eng { font-family: 'notoserifjp-regular'; font-size: 1rem; text-align: center; }
.medical_frame .medical_box .medical_box_link ul li a .mf_text_box .jp8 { font-size: 1.3rem; }
.medical_frame .medical_box .medical_box_link ul li a .mf_text_box .jp9 { font-size: 1.5rem; }
.medical_frame .medical_box .medical_box_link ul li a::after { position: absolute; top: 1.2vw; left: 2.5%; content: ""; border: #ffffff 1px solid; border-radius: 0.5rem; width: 95%; height: 42.5vw; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .medical_frame { margin: 100px 0 0 0; padding: 0 0 24px 0; background: url("../images/index_medical_bg.jpg") no-repeat; background-position: center bottom; background-size: contain; }
  .medical_frame .medical_box { width: 1280px; margin: 0 auto; 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; }
  .medical_frame .medical_box .medical_img { width: 447px; display: block; position: relative; }
  .medical_frame .medical_box .medical_img img { width: 724px; position: absolute; top: 0; right: -82px; }
  .medical_frame .medical_box .medical_box_link { width: 833px; }
  .medical_frame .medical_box .medical_box_link h2.top_title { text-align: left; margin: 0 0 35px 0; }
  .medical_frame .medical_box .medical_box_link ul { width: 853px; 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; list-style-type: none; }
  .medical_frame .medical_box .medical_box_link ul li { width: 400px; margin: 0 0 26px 0; }
  .medical_frame .medical_box .medical_box_link ul li a { width: 400px; height: 150px; background-color: #a97f55; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; color: #ffffff; text-decoration: none; border-radius: 0.5rem; position: relative; }
  .medical_frame .medical_box .medical_box_link ul li a i { font-size: 5rem; margin: 0 0 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_01 { font-size: 5rem; margin: 0 2.5rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_02 { font-size: 4rem; margin: 0 2.5rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_03 { font-size: 3rem; margin: 0 4rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_04 { font-size: 5rem; margin: 0 2rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_05 { font-size: 5rem; margin: 0 2.5rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_06 { font-size: 5rem; margin: 0 2.5rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_07 { font-size: 5rem; margin: 0 2rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-treatment_08 { font-size: 5rem; margin: 0 6rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a i.icon-myopia { font-size: 6.5rem; margin: 0 1rem 0 0; }
  .medical_frame .medical_box .medical_box_link ul li a .mf_text_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 280%; }
  .medical_frame .medical_box .medical_box_link ul li a .mf_text_box .mf_jp { font-family: 'notoserifjp-regular'; font-size: 2.4rem; text-align: left; }
  .medical_frame .medical_box .medical_box_link ul li a .mf_text_box .mf_eng { font-family: 'notoserifjp-regular'; font-size: 1.2rem; text-align: left; letter-spacing: 0.05em; }
  .medical_frame .medical_box .medical_box_link ul li a .mf_text_box .jp8 { font-size: 2.4rem; }
  .medical_frame .medical_box .medical_box_link ul li a .mf_text_box .jp9 { font-size: 2.4rem; }
  .medical_frame .medical_box .medical_box_link ul li a::after { position: absolute; top: 5px; left: 5px; content: ""; border: #ffffff 1px solid; border-radius: 0.5rem; width: 390px; height: 140px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .medical_frame .medical_box .medical_box_link ul li a:hover { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-transform: translate(10px, 10px); transform: translate(10px, 10px); } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.features_frame { margin: 3rem 0 0 0; }
.features_frame .features_box { width: 96%; margin: 0 auto; }
.features_frame .features_box ul.features_list { width: 80%; margin: 2rem auto 0 auto; list-style-type: none; }
.features_frame .features_box ul.features_list li { margin: 0 0 4rem 0; }
.features_frame .features_box ul.features_list li a { text-decoration: none; }
.features_frame .features_box ul.features_list li a img { width: 100%; display: block; margin: 0 auto 2rem auto; }
.features_frame .features_box ul.features_list li a .features_title { color: #60563e; font-family: 'notoserifjp-regular'; text-align: center; font-size: 2rem; display: block; margin: 0 0 1rem 0; padding: 0 0 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #60563e 1px solid; }
.features_frame .features_box ul.features_list li a .features_text { font-size: 1.4rem; line-height: 200%; color: #2a2a2a; }

@media screen and (min-width: 768px), print { .features_frame { margin: 100px 0 90px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .features_frame .features_box { width: hp_width; margin: 0 auto; }
  .features_frame .features_box ul.features_list { width: 1280px; margin: 40px auto 0 auto; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .features_frame .features_box ul.features_list li { width: 265px; margin: 0 0 0 0; }
  .features_frame .features_box ul.features_list li a { text-decoration: none; display: block; }
  .features_frame .features_box ul.features_list li a img { width: 265px; display: block; margin: 0 0 24px 0; }
  .features_frame .features_box ul.features_list li a .features_title { color: #60563e; font-family: 'notoserifjp-regular'; text-align: center; font-size: 2.4rem; display: block; margin: 0 0 20px 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #60563e 1px solid; line-height: 100%; height: 66px; 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; }
  .features_frame .features_box ul.features_list li a .features_title.ftajs { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 5px 0 0 0; }
  .features_frame .features_box ul.features_list li a .features_text { font-size: 1.6rem; line-height: 220%; color: #2a2a2a; }
  .features_frame .features_box ul.features_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
日帰り手術
----------------------------------------------------------- */
.col_gr { color: #2dbd88; }

/*----------------------------------------------------------- コンタクトレンズ・眼鏡の処方を行なっております
----------------------------------------------------------- */
.contact_frame { margin: 3rem 0 3rem 0; }
.contact_frame .contact_box { width: 96%; margin: 0 auto; }
.contact_frame .contact_box figure { margin: 0 0 1rem 0; text-align: center; }
.contact_frame .contact_box figure img { width: 90%; height: auto; }
.contact_frame .contact_box p a { width: 100%; height: 12vw; background-color: #a97f56; border: #a97f56 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 1.4rem; border-radius: 0.5rem; margin: 0 0 2rem 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; }
.contact_frame .contact_box p a i { margin: 0 0 0 0.5rem; }
.contact_frame .contact_box p a i.icon-access_pin { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { .contact_frame { margin: 80px 0 90px 0; }
  .contact_frame .contact_box { width: 1280px; margin: 0 auto; }
  .contact_frame .contact_box figure { float: right; margin: 0 0 0 25px; text-align: right; }
  .contact_frame .contact_box figure img { width: 445px; height: auto; }
  .contact_frame .contact_box p a { width: 350px; height: 57px; background-color: #a97f56; border: #a97f56 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 1.6rem; border-radius: 10px; margin: 0 0 0 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; }
  .contact_frame .contact_box p a i { margin: 0 0 0 10px; }
  .contact_frame .contact_box p a:hover { background-color: #ffffff; border: #a97f56 2px solid; color: #a97f56; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; /*アクセス*/ /*診療時間*/ }
.overview .overview_access .overview_access_box { width: 100%; padding: 2rem 1rem 2rem 1rem; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f5f2ea; }
.overview .overview_access .overview_access_box h2.overview_title { font-family: 'notoserifjp-extralighet'; font-size: 4rem; font-weight: normal; line-height: 80%; color: #60563e; margin: 0 0 2rem 0; }
.overview .overview_access .overview_access_box h2.overview_title span { display: block; font-size: 1rem; color: #aea285; }
.overview .overview_access .overview_access_box p { font-family: 'notoserifjp-regular'; }
.overview .overview_access .overview_access_box p.overview_access_text { font-size: 1.2rem; }
.overview .overview_access .overview_access_box .overview_access_link { width: 70%; height: 12vw; background-color: #dcab36; border: #aea285 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 1.4rem; border-radius: 0.5rem; margin: 0 0 2rem 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; }
.overview .overview_access .overview_access_box .overview_access_link i { margin: 0 0 0 0.5rem; }
.overview .overview_access .overview_access_box .overview_access_link i.icon-access_pin { font-size: 1.8rem; }
.overview .overview_access iframe.googlemap { width: 100%; height: 500px; }
.overview .overview_time { width: 100%; background-color: #bae2f8; }
.overview .overview_time .overview_time_box { width: 100%; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.overview .overview_time .overview_time_box .overview-img { width: 100%; 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 auto; }
.overview .overview_time .overview_time_box .overview-img figure.overview_map01 { width: 96%; display: block; margin: 0 auto; }
.overview .overview_time .overview_time_box .overview-img figure.overview_map01 img { width: 100%; }
.overview .overview_time .overview_time_box .overview-img figure.overview_map02 { width: 96%; display: block; margin: 0 auto; }
.overview .overview_time .overview_time_box .overview-img figure.overview_map02 img { width: 100%; }
.overview .overview_time .overview_time_box .overview_time_info { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 2rem 1rem 2rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.overview .overview_time .overview_time_box .overview_time_info h2.overview_logo { margin: 0 0 1.5rem 0; }
.overview .overview_time .overview_time_box .overview_time_info h2.overview_logo img { width: 80%; max-width: 321px; }
.overview .overview_time .overview_time_box .overview_time_info .overview_tel { color: #292941; font-size: 1.4rem; }
.overview .overview_time .overview_time_box .overview_time_info .overview_tel span { color: #292941; font-size: 2rem; font-family: 'notoserifjp-regular'; }
.overview .overview_time .overview_time_box .overview_time_info .overview_tel a { color: #292941; font-size: 2rem; font-family: 'notoserifjp-regular'; text-decoration: none; letter-spacing: 0.1em; }
.overview .overview_time .overview_time_box .overview_time_info .overview_tel a ruby rt { font-size: 0.8rem; }
.overview .overview_time .overview_time_box .overview_time_info table.timetable { width: 100%; }

@media screen and (min-width: 768px), print { .overview { width: 100%; background-color: #f5f2ea; /*診療時間*/ }
  .overview .overview_access { width: 1280px; height: 600px; margin: 0 auto; position: relative; }
  .overview .overview_access .overview_access_box { width: 498px; padding: 90px 0 0 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f5f2ea; }
  .overview .overview_access .overview_access_box h2.overview_title { font-family: 'notoserifjp-extralighet'; font-size: 6rem; font-weight: normal; line-height: 75%; color: #60563e; margin: 0 0 28px 0; }
  .overview .overview_access .overview_access_box h2.overview_title span { display: block; font-size: 1.6rem; color: #aea285; }
  .overview .overview_access .overview_access_box p { font-family: 'notoserifjp-regular'; }
  .overview .overview_access .overview_access_box p.overview_access_text { font-size: 1.4rem; }
  .overview .overview_access .overview_access_box .overview_access_link { width: 230px; height: 57px; background-color: #dcab36; border: #dcab36 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-size: 1.6rem; border-radius: 10px; margin: 25px 0 0 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; }
  .overview .overview_access .overview_access_box .overview_access_link i { margin: 0 5px 0 5px; }
  .overview .overview_access .overview_access_box .overview_access_link i.icon-access_pin { font-size: 2.5rem; }
  .overview .overview_access .overview_access_box .overview_access_link:hover { background-color: #ffffff; border: #dcab36 2px solid; color: #dcab36; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .overview .overview_access iframe.googlemap { position: absolute; top: 0; left: 50%; width: 100%; height: 600px; margin: 0 0 0 -150px; }
  .overview .overview_time { width: 100%; height: 489px; background-color: #bae2f8; margin: 0; position: relative; }
  .overview .overview_time .overview_time_box { width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: visible; }
  .overview .overview_time .overview_time_box .overview-img { width: 893px; height: 492px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 6rem 0 0; }
  .overview .overview_time .overview_time_box .overview-img figure.overview_map01 { width: 390px; height: 332px; }
  .overview .overview_time .overview_time_box .overview-img figure.overview_map02 { width: 390px; height: 332px; /*display: none;*/ }
  .overview .overview_time .overview_time_box .overview_time_info { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 100px 0 0 68px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 500px; height: 492px; margin: 0 0 0 0; }
  .overview .overview_time .overview_time_box .overview_time_info h2.overview_logo { margin: 0 0 30px 0; }
  .overview .overview_time .overview_time_box .overview_time_info h2.overview_logo img { width: 330px; max-width: 330px; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel { color: #292941; font-size: 1.6rem; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel span { color: #ffffff; font-size: 2.53rem; font-family: 'notoserifjp-regular'; letter-spacing: 0.1em; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel a { color: #292941; font-size: 2.53rem; font-family: 'notoserifjp-regular'; text-decoration: none; pointer-events: none; letter-spacing: 0.2em; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel a ruby rt { font-size: 0.8rem; }
  .overview .overview_time .overview_time_box .overview_time_info table.timetable { width: 450px; margin: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .overview { /*診療時間*/ }
  .overview .overview_time { width: 100%; height: 489px; background-color: #bae2f8; margin: 0; position: relative; }
  .overview .overview_time .overview_time_box { width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: visible; }
  .overview .overview_time .overview_time_box figure { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 893px; height: 492px; position: relative; overflow: visible; background-color: #bae2f8; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview .overview_time .overview_time_box figure img.overview_img { position: absolute; top: 0; left: 0; display: block; width: 500px; height: 492px; }
  .overview .overview_time .overview_time_box figure img.overview_map { position: absolute; top: 10rem; right: 0; display: block; width: 390px; height: 332px; /*display: none;*/ }
  .overview .overview_time .overview_time_box .overview_time_info { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 100px 0 0 30px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 500px; height: 492px; margin: 0 0 0 0; }
  .overview .overview_time .overview_time_box .overview_time_info h2.overview_logo { margin: 0 0 30px 0; }
  .overview .overview_time .overview_time_box .overview_time_info h2.overview_logo img { width: 330px; max-width: 330px; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel { color: #292941; font-size: 1.6rem; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel span { color: #ffffff; font-size: 2.53rem; font-family: 'notoserifjp-regular'; letter-spacing: 0.1em; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel a { color: #292941; font-size: 2.53rem; font-family: 'notoserifjp-regular'; text-decoration: none; pointer-events: none; letter-spacing: 0.2em; }
  .overview .overview_time .overview_time_box .overview_time_info .overview_tel a ruby rt { font-size: 0.8rem; }
  .overview .overview_time .overview_time_box .overview_time_info table.timetable { width: 450px; margin: 0; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin: 0 0 0 0; padding: 2rem 0 0 0; background-color: #ffffff; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .footer_frame { width: 96%; margin: 0 auto; display: none; }
footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.2rem; margin: 0 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
footer .footer_frame ul.footer_list li { width: 48%; margin: 0 0 1.4rem 0; padding: 0 0 0 1.5rem; list-style-type: none; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .footer_frame ul.footer_list li a { color: #414141; text-decoration: none; text-align: left; display: block; }
footer .footer_frame ul.footer_list li a span { display: none; }
footer .footer_frame ul.footer_list li.treatment { display: none; }
footer .footer_link_sp { width: 96%; margin: 0 auto 5rem auto; 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; }
footer .footer_link_sp ul.footer_list { width: 48%; line-height: 130%; font-size: 1.1rem; margin: 0 0 0 0; }
footer .footer_link_sp ul.footer_list li { width: 100%; margin: 0 0 0.8rem 0; padding: 0 0 0 0; list-style-type: none; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .footer_link_sp ul.footer_list li a { color: #414141; text-decoration: none; text-align: left; display: block; }
footer .footer_link_sp ul.footer_list li a span { display: none; }
footer .footer_link_sp ul.footer_list li.treatment { display: none; }
footer .footer_link_sp ul.left { width: 40%; }
footer .footer_link_sp ul.right { width: 56%; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #60563e; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #ffffff; }
footer .copyright a { color: #60563e; text-decoration: none; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 245px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 30px 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; background-color: #ffffff; }
  footer .footer_frame { display: block; width: 1280px; margin: 0 auto 10px auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.7rem; margin: 0 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 0 10px 0; padding: 0 8px 0 8px; list-style-type: none; position: relative; border-right: #414141 1px solid; height: 18px; line-height: 100%; }
  footer .footer_frame ul.footer_list li a { height: 14px; color: #414141; text-decoration: none; }
  footer .footer_frame ul.footer_list li a span { display: none; }
  footer .footer_frame ul.footer_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.footer_list li:last-child { border-right: none; }
  footer .footer_frame .subtitle { display: none; }
  footer .footer_link_sp { display: none; }
  footer .copyright { margin: 0; height: 70px; text-align: center; padding: 0; color: #ffffff; font-size: 1.2rem; letter-spacing: 0.05em; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #60563e; text-decoration: none; letter-spacing: 0.1em; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: block; margin: 0; padding: 0; }
#pagetop_position #linkpagetop a { width: 80px; height: 80px; }
#pagetop_position #linkpagetop a img { width: 100%; }

#pagetop { position: fixed; bottom: 3vw; right: 4%; z-index: 999999; }
#pagetop:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 80px; height: 80px; }
  #pagetop_position #linkpagetop a img { width: 80px; height: 80px; }
  #pagetop { position: fixed; bottom: 32px; right: 20px; z-index: 999999; }
  #pagetop:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 15vw; width: 100%; padding: 0 0 0 0; margin: 0 0 0 0; height: auto; z-index: 999999; overflow-x: hidden; overflow-y: scroll; height: 130vw; -webkit-box-sizing: border-box; box-sizing: border-box; }
.drawr ul.hbg { list-style-type: none; border-top: #2a2a2a 1px solid; }
.drawr ul.hbg li { width: 100%; text-align: center; background-color: #ffffff; }
.drawr ul.hbg li a { color: #2a2a2a; font-size: 1.2rem; text-decoration: none; padding: 1rem; border-bottom: #2a2a2a 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.05em; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li a { background-color: #d3d6d7; color: #2a2a2a; border-bottom: none; text-align: center; border-bottom: #2a2a2a 1px solid; }
.drawr ul.hbg li ul li a::after { content: "" !important; }
.drawr ul.hbg li.treatment a::after { font-family: 'fontello'; content: "\00e802"; font-size: 0.8rem; margin: 0 0 0 0.5rem; }

.openNav { display: block; }

/*
.drawr::-webkit-scrollbar { background:#ccc; width:10px;
}

.drawr::-webkit-scrollbar-thumb { background:$color3; border-radius: 50px; height: 50px;
}
*/
@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; height: 14vw; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 10vw; padding: 0 0 0.5vw 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; width: 100%; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 28px; background: #ffffff; content: ''; -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; 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; font-size: 1rem; }

.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; font-size: 1rem; }

.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: 15%; max-width: 15%; position: absolute; cursor: pointer; right: 2%; top: 0; padding: 0 0 0.6rem 0; background-color: #a97f56; border-radius: 0.3rem; height: 12vw; }

/*見出し*/
h1 { margin: 0; }

h2.notice_title { color: #60563e; font-size: 2.2rem; font-family: 'notoserifjp-regular'; font-weight: normal; line-height: 120%; }
h2.notice_title span { display: block; font-size: 1rem; font-family: 'pacifico-regular'; color: #292941; }
h2.greeting_title { color: #2a2a2a; font-size: 2.2rem; font-family: 'notoserifjp-regular'; font-weight: normal; line-height: 120%; margin: 0 0 2rem 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
h2.greeting_title span { color: #292941; font-size: 1rem; font-family: 'pacifico-regular'; margin: 0 0 0 0.5rem; }
h2.top_title { color: #2a2a2a; font-size: 2.2rem; font-family: 'notoserifjp-regular'; font-weight: normal; text-align: center; line-height: 120%; margin: 0 0 2rem 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
h2.top_title span { color: #292941; font-size: 1rem; font-family: 'pacifico-regular'; margin: 0 0 0 0.5rem; }
h2.feature_title { 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; }
h2.feature_title span { display: block; text-align: center; }
h2.low { color: #2a2a2a; font-size: 2.4rem; font-weight: normal; font-family: 'notoserifjp-regular'; text-align: center; letter-spacing: 0.05em; line-height: 100%; z-index: 2; padding: 0 0 0 0; margin: 4rem 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
h2.low::after { position: absolute; bottom: -1rem; right: 0; left: 0; margin: 0 auto; content: ""; display: block; width: 30%; border-bottom: #a97f55 2px solid; }
h2.low span { font-size: 1.4rem; }
h2.first { margin: 0 0 2rem 0; }

h3.low { color: #60563e; background-color: #f5f2ea; border-top: #60563e 1px solid; border-bottom: #60563e 1px solid; font-family: 'notoserifjp-regular'; font-size: 2rem; text-align: center; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 1.5rem 0; line-height: 120%; }
h3.first { margin: 0 0 1rem 0; }

h3.doctor { color: #2a2a2a; font-size: 2rem; font-weight: normal; font-family: 'notoserifjp-regular'; text-align: center; letter-spacing: 0.05em; line-height: 100%; z-index: 2; padding: 0 0 0 0; margin: 0 0 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
h3.doctor span { font-size: 1.5rem; }
h3.doctor::after { position: absolute; bottom: -15px; left: 0; margin: 0 auto; content: ""; display: block; width: 100%; border-bottom: #a97f55 2px solid; }

h4 { color: #a97f55; font-family: 'notoserifjp-regular'; font-size: 1.9rem; text-align: center; margin: 1.9rem 0 1.5rem 0; line-height: 120%; }
h4.first { margin: 0 0 1rem 0; }

h4.tit_bio { color: #60563e; background-color: #f5f2ea; border-top: #60563e 1px solid; border-bottom: #60563e 1px solid; font-family: 'notoserifjp-regular'; font-size: 2rem; text-align: center; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 1.5rem 0; line-height: 120%; }

h5 { color: #2a2a2a; font-family: 'notoserifjp-regular'; font-size: 1.8rem; text-align: center; margin: 1.9rem 0 1.5rem 0; line-height: 120%; }
h5.first { margin: 0 0 1rem 0; }

h6 { color: #2a2a2a; font-family: 'notoserifjp-regular'; font-size: 1.4rem; text-align: center; margin: 1.9rem 0 1.5rem 0; border: 1px solid #2dbd88; padding: 10px; display: inline-block; line-height: 120%; }

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 { color: #60563e; font-size: 2.4rem; font-family: 'notoserifjp-regular'; font-weight: normal; line-height: 120%; margin: 0 0 0 48px; }
  h2.notice_title span { display: block; font-size: 1.2rem; font-family: 'pacifico-regular'; color: #292941; }
  h2.greeting_title { color: #2a2a2a; font-size: 3rem; font-family: 'notoserifjp-regular'; font-weight: normal; line-height: 120%; margin: 0 0 27px 0; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  h2.greeting_title span { color: #292941; font-size: 1.2rem; font-family: 'pacifico-regular'; margin: 0 0 0 20px; }
  h2.top_title { color: #2a2a2a; font-size: 3rem; font-family: 'notoserifjp-regular'; font-weight: normal; text-align: center; line-height: 120%; margin: 0 0 27px 0; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  h2.top_title span { color: #292941; font-size: 1.2rem; font-family: 'pacifico-regular'; margin: 0 0 0 20px; }
  h2.feature_title { 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  h2.feature_title span { display: inline; text-align: left; }
  h2.low { color: #2a2a2a; font-size: 3rem; font-weight: normal; font-family: 'notoserifjp-regular'; text-align: center; letter-spacing: 0.05em; line-height: 100%; z-index: 2; padding: 0 0 0 0; margin: 100px 0 55px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  h2.low span { font-size: 2rem; }
  h2.low::after { position: absolute; bottom: -15px; right: 0; left: 0; margin: 0 auto; content: ""; display: block; width: 100px; border-bottom: #a97f55 2px solid; }
  h2.first { margin: 0 0 50px 0; }
  h3.low { color: #60563e; background-color: #f5f2ea; border-top: #60563e 1px solid; border-bottom: #60563e 1px solid; font-family: 'notoserifjp-regular'; font-size: 2.4rem; text-align: center; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 100px 0 30px 0; line-height: 160%; }
  h3.first { margin: 0 0 22px 0; }
  h3.doctor { color: #2a2a2a; font-size: 3rem; font-weight: normal; font-family: 'notoserifjp-regular'; text-align: left; letter-spacing: 0.05em; line-height: 100%; z-index: 2; padding: 0 0 0 0; margin: 0 0 40px 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  h3.doctor span { font-size: 2rem; }
  h3.doctor::after { position: absolute; bottom: -15px; left: 0; margin: 0 auto; content: ""; display: block; width: 500px; border-bottom: #a97f55 2px solid; }
  h4 { color: #a97f55; font-family: 'notoserifjp-regular'; font-size: 2.2rem; text-align: center; margin: 60px 0 30px 0; line-height: 160%; }
  h4.first { margin: 0 0 22px 0; }
  h4.tit_bio { color: #60563e; background-color: #f5f2ea; border-top: #60563e 1px solid; border-bottom: #60563e 1px solid; font-family: 'notoserifjp-regular'; font-size: 2.2rem; text-align: center; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 30px 0; line-height: 160%; }
  h5 { color: #2a2a2a; font-family: 'notoserifjp-regular'; font-size: 2.1rem; text-align: center; margin: 100px 0 30px 0; line-height: 160%; }
  h5.first { margin: 0 0 22px 0; }
  h6 { color: #2a2a2a; font-family: 'notoserifjp-regular'; font-size: 1.6rem; text-align: center; margin: 1.9rem 0 1.5rem 0; border: 1px solid #2dbd88; padding: 10px; display: inline-block; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 1rem 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_right_s { margin: 0 0 1rem 0; text-align: center; }
.img_right_s img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 20px 20px; }
  .img_right img { width: 540px; height: auto; }
  .img_right_s { float: right; margin: 0 0 20px 20px; }
  .img_right_s img { width: 330px; height: auto; }
  .img_center { float: none; margin: 0 0 20px 0; text-align: center; }
  .img_center img { width: auto; height: auto; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.5rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li span.nontext { color: #ffffff; }
ul.list_maru li span.nontext span { display: none; }
ul.list_maru li.none { background: none; }

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 0.4rem top 0.5rem; 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 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num2 li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*医師紹介*/
ul.list_bio { line-height: 100%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_bio li { margin: 0 0 1rem 1.8rem; padding: 0; }

/*概要*/
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; }

/*3列*/
ul.list_normal_three { 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_three 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; }

ul.list_number { counter-reset: number; font-size: 1.4rem; list-style: none; }
ul.list_number li { line-height: 130%; margin: 0 0 10px 0; }
ul.list_number li::marker { content: none; }
ul.list_number li::before { counter-increment: number; content: counter(number) "."; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.6rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 10px; padding: 0 0 0 25px; }
  ul.list_maru li span.nontext { color: #ffffff; }
  ul.list_maru li span.nontext span { display: inline; }
  ul.list_maru li.none { background: none; }
  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.6rem; 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 4px top 6px; background-size: 10px; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; 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_num2 li { width: 45%; line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  /*数値*/
  ul.list_bio { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0; }
  ul.list_bio li { margin: 0 0 1rem 25px; padding: 0; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -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.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_three { 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_three li { width: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_number { counter-reset: number; font-size: 1.6rem; }
  ul.list_number li::before { counter-increment: number; content: counter(number) "."; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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 2rem 0; line-height: 100%; }
dl.bio_list dt { width: 18%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dt span { display: inline; text-align: left; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
dl.bio_list dd { width: 82%; margin: 0 0 1rem 0; }

dl.num_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 0 0; line-height: 120%; }
dl.num_list dt { width: 6%; margin: 0 0 0 0; }
dl.num_list dd { width: 94%; margin: 0 0 20px 0; }

dl.title_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; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.title_box dt { width: 100%; margin: 0; background-color: #f5f2ea; color: #60563e; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #60563e 1px solid; border-right: #60563e 1px solid; border-bottom: #60563e 1px solid; }
dl.title_box dt:first-child { border-top: #60563e 1px solid; }
dl.title_box dd { width: 100%; margin: 0; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #60563e 1px solid; border-right: #60563e 1px solid; border-bottom: #60563e 1px solid; }

@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.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 100%; width: 100%; }
  dl.bio_list dt { width: 12%; margin: 0 0 16px 0; font-weight: normal; }
  dl.bio_list dt span { display: block; text-align: center; padding: 0 35px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  dl.bio_list dd { width: 88%; margin: 0 0 16px 0; }
  dl.num_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.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1200px; margin: 0; }
  dl.num_list dt { width: 22px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 1178px; margin: 0 0 20px 0; }
  dl.title_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; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; }
  dl.title_box dt { width: 100%; margin: 0; background-color: #f5f2ea; color: #60563e; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #60563e 1px solid; border-right: #60563e 1px solid; border-bottom: #60563e 1px solid; }
  dl.title_box dt:first-child { border-top: #60563e 1px solid; }
  dl.title_box dd { width: 100%; margin: 0; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #60563e 1px solid; border-right: #60563e 1px solid; border-bottom: #60563e 1px solid; } }
/*アサイド*/
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: #aea285; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; 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 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; -webkit-box-sizing: border-box; box-sizing: border-box; color: #2a2a2a; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #17498f 1px solid; text-decoration: 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; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'notoserifjp-regular'; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #a97f56; width: 10%; border-right: #a97f56 1px solid; }
table.timetable tr th:last-child { border-right: #a97f56 1px solid; }
table.timetable tr th:first-child { border-left: #a97f56 1px solid; }
table.timetable tr th.time { letter-spacing: 0.1em; }
table.timetable tr th.sat { color: #0f69a9; }
table.timetable tr th.san { color: #bf0808; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #292941; min-height: 17vw; border-bottom: #a97f56 1px solid; border-right: #a97f56 1px solid; }
table.timetable tr td:first-child { border-left: #a97f56 1px solid; }
table.timetable tr td i.icon-star { color: #ffe400; font-size: 3.5vw; }
table.timetable tr td i.icon-up-dir { color: #0f69a9; font-size: 6vw; }
table.timetable tr td.time { width: 30%; text-align: center; }

.notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #292941; -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.notice_time span { width: 100%; }
.notice_time i.icon-star { color: #ffe400; font-size: 3.5vw; margin: 0 0 0 -0.2rem; }
.notice_time i.icon-up-dir { color: #0f69a9; font-size: 6vw; }

.low_timetable table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'notoserifjp-regular'; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #a97f56; width: 10%; border-right: #a97f56 1px solid; }
.low_timetable table.timetable tr th:last-child { border-right: #a97f56 1px solid; }
.low_timetable table.timetable tr th:first-child { border-left: #a97f56 1px solid; }
.low_timetable table.timetable tr th.time { letter-spacing: 0.1em; }
.low_timetable table.timetable tr th.sat { color: #17498f; }
.low_timetable table.timetable tr th.san { color: #bf0808; }
.low_timetable table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #292941; min-height: 17vw; border-bottom: #2a2a2a 1px solid; border-right: #2a2a2a 1px solid; }
.low_timetable table.timetable tr td:first-child { border-left: #2a2a2a 1px solid; }
.low_timetable table.timetable tr td i.icon-star { color: #ffe400; font-size: 3.5vw; }
.low_timetable table.timetable tr td i.icon-up-dir { color: #0f69a9; font-size: 6vw; }
.low_timetable table.timetable tr td.time { width: 30%; text-align: center; }
.low_timetable .notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #2a2a2a; -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.low_timetable .notice_time span { width: 100%; }
.low_timetable .notice_time i.icon-star { color: #ffe400; font-size: 3.5vw; margin: 0 0 0 -0.2rem; }
.low_timetable .notice_time i.icon-up-dir { color: #0f69a9; font-size: 6vw; }

@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; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'notoserifjp-regular'; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #a97f56; height: 35px; width: 42px; border-right: #a97f56 1px solid; }
  table.timetable tr th:last-child { border-right: #a97f56 1px solid; }
  table.timetable tr th:first-child { border-left: #a97f56 1px solid; }
  table.timetable tr th.time { width: 145px; letter-spacing: 0.1em; }
  table.timetable tr th.sat { color: #0f69a9; }
  table.timetable tr th.san { color: #bf0808; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; color: #292941; height: 35px; min-height: 25px; border-bottom: #a97f56 1px solid; border-right: #a97f56 1px solid; }
  table.timetable tr td:first-child { border-left: #a97f56 1px solid; }
  table.timetable tr td i.icon-star { color: #ffe400; font-size: 1.6rem; }
  table.timetable tr td i.icon-up-dir { color: #0f69a9; font-size: 2rem; }
  table.timetable tr td.time { width: 145px; text-align: center; }
  .notice_time { font-size: 1.4rem; margin: 16px 0 0 0; width: 100%; color: #292941; -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .notice_time span { width: 100%; }
  .notice_time i.icon-star { color: #ffe400; font-size: 1.6rem; margin: 0 0 0 -0.4rem; }
  .notice_time i.icon-up-dir { color: #292941; font-size: 2rem; }
  .low_timetable table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  .low_timetable table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'notoserifjp-regular'; font-weight: bold; font-size: 1.6rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #a97f56; height: 60px; width: 42px; border-right: #a97f56 1px solid; }
  .low_timetable table.timetable tr th:last-child { border-right: #a97f56 1px solid; }
  .low_timetable table.timetable tr th:first-child { border-left: #ffffff 1px solid; }
  color15 .low_timetable table.timetable tr th.time { width: 145px; letter-spacing: 0.1em; }
  .low_timetable table.timetable tr th.sat { color: #17498f; }
  .low_timetable table.timetable tr th.san { color: #bf0808; }
  .low_timetable table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 0; vertical-align: middle; color: #292941; height: 60px; min-height: 60px; border-bottom: #2a2a2a 1px solid; border-right: #2a2a2a 1px solid; }
  .low_timetable table.timetable tr td:first-child { border-left: #2a2a2a 1px solid; }
  .low_timetable table.timetable tr td i.icon-star { color: #ffe400; font-size: 1.6rem; }
  .low_timetable table.timetable tr td i.icon-up-dir { color: #0f69a9; font-size: 2rem; }
  .low_timetable table.timetable tr td.time { width: 145px; text-align: center; }
  .low_timetable .notice_time { font-size: 1.6rem; margin: 16px 0 0 0; width: 100%; color: #2a2a2a; -webkit-box-sizing: border-box; box-sizing: border-box; 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; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .low_timetable .notice_time span { width: 100%; }
  .low_timetable .notice_time i.icon-star { color: #ffe400; font-size: 1.6rem; margin: 0 0 0 -0.4rem; }
  .low_timetable .notice_time i.icon-up-dir { color: #0f69a9; font-size: 2rem; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #36c0b8; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #dafaff; }

.link_btn { font-family: 'notoserifjp-regular'; background-color: #a97f55; color: #ffffff; text-decoration: none; font-size: 1.4rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; }

.red_text { color: #dafaff; }

.underline_text { text-decoration: underline; }

.tac { text-align: center; }

.emphasis { background-color: #0e0e0e; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis p { margin: 0; }

.emphasis_pink { background-color: #bf0808; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis_pink p { margin: 0; }

.low_tel a { color: #36c0b8; font-size: 2rem; font-weight: bold; text-decoration: none; }
.low_tel span { color: #36c0b8; font-size: 2rem; font-weight: bold; text-decoration: none; }

.flow_box { border: #36c0b8 1px solid; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; }
.flow_box .img_flow { margin: 0 0 1rem 0; text-align: center; }
.flow_box .img_flow img { width: 70%; height: auto; }
.flow_box p { margin: 0; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #36c0b8; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #dafaff; }
  .link_text:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .link_btn { font-family: 'notoserifjp-regular'; background-color: #a97f55; color: #ffffff; text-decoration: none; font-size: 1.6rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; }
  .link_btn:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .red_text { color: #dafaff; }
  .underline_text { text-decoration: underline; }
  .tac { text-align: center; }
  .emphasis { background-color: #0e0e0e; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis p { margin: 0; }
  .emphasis_pink { background-color: #bf0808; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis_pink p { margin: 0; }
  .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; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1280px; }
  .two_box section { width: 600px; }
  .flow_box { border: #36c0b8 1px solid; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 20px auto; width: 650px; }
  .flow_box .img_flow { margin: 0 0 1rem 0; text-align: center; }
  .flow_box .img_flow img { width: 70%; height: auto; }
  .flow_box p { margin: 0; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.img_doctor { margin: 0 0 1rem 0; text-align: center; }
figure.img_doctor img { width: 50%; height: auto; }

.doctor_name { text-align: right; font-size: 1.4rem; line-height: 120%; }
.doctor_name span { font-size: 1.8rem; }

.doctor_box { margin: 4rem 0 0 0; }
.doctor_box .doctor_img { text-align: center; }
.doctor_box .doctor_img img { width: 50%; height: auto; }

@media screen and (min-width: 768px), print { figure.img_doctor { margin: 0 0 0 20px; float: right; }
  figure.img_doctor img { width: 300px; height: auto; }
  .doctor_name { text-align: right; font-size: 1.6rem; }
  .doctor_name span { font-size: 2.6rem; }
  .doctor_box { margin: 60px 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; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; }
  .doctor_box .doctor_img { text-align: center; width: 400px; margin: 0 0 0 0; }
  .doctor_box .doctor_img img { width: 400px; height: auto; }
  .doctor_box section.doc { width: calc(100% - 450px); }
  .doctor_box section.doc1 { width: 500px; }
  .doctor_box section.doc2 { width: 350px; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
a.parking_btn { font-family: 'notoserifjp-regular'; background-color: #a97f55; color: #ffffff; text-decoration: none; font-size: 1.4rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0.5rem; width: 80%; margin: 1rem auto 0 auto; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 768px), print { a.parking_btn { font-family: 'notoserifjp-regular'; background-color: #a97f55; text-decoration: none; font-size: 1.6rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; width: 339px; margin: 20px auto 0 auto; 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; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  a.parking_btn:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
.access_info { margin: 2rem 0 0 0; }
.access_info .access_info_left a { text-decoration: none; }
.access_info .access_info_left iframe.accessmap { width: 100%; height: 500px; margin: 0; }
.access_info .access_info_left figure.parking_map { text-align: center; }
.access_info .access_info_left figure.parking_map img { width: 80%; margin: 0 auto; display: block; }
.access_info .access_info_right { margin: 6rem 0 0 0; }
.access_info .access_info_right iframe.accessmap { width: 100%; height: 500px; margin: 0; }
.access_info .access_info_right .access_img { margin: 4rem 0 0 0; }
.access_info .access_info_right .access_img img { width: 100%; }
.access_info .access_info_right .access_img figcaption { font-size: 1.4rem; margin: 0.5rem 0 0 0; }

@media screen and (min-width: 768px), print { .access_info { width: 100%; 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; margin: 40px 0 0 0; }
  .access_info .access_info_left { width: 48%; }
  .access_info .access_info_left iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .access_info .access_info_left figure.parking_map { text-align: center; }
  .access_info .access_info_left figure.parking_map img { width: 339px; margin: 0 auto; display: block; }
  .access_info .access_info_right { width: 48%; margin: 0; }
  .access_info .access_info_right iframe.accessmap { width: 100%; height: 600px; margin: 0; }
  .access_info .access_info_right .access_img { margin: 40px 0 0 0; }
  .access_info .access_info_right .access_img img { width: 100%; }
  .access_info .access_info_right .access_img figcaption { font-size: 1.6rem; margin: 10px 0 0 0; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #36c0b8; 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: #36c0b8; color: #ffffff; font-size: 2rem; text-align: center; padding: 2rem 0; }
  a.low_bana:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame { width: 100%; margin: 0; }
.machine_frame figure { margin: 0 0 4rem 0; }
.machine_frame figure img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.machine_frame figure figcaption { font-size: 1.6rem; color: #2a2a2a; text-align: center; }

@media screen and (min-width: 768px), print { .machine_frame { width: 100%; margin: 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; }
  .machine_frame figure { width: 550px; margin: 0 0 60px 0; }
  .machine_frame figure img { width: 550px; display: block; margin: 0 0 20px 0; }
  .machine_frame figure figcaption { font-size: 2.6rem; color: #2a2a2a; text-align: center; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
ul.low_link_list { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
ul.low_link_list li { width: 100%; margin: 0 0 1rem 0; }
ul.low_link_list li a { text-decoration: none; font-size: 1.4rem; background-color: #bf0808; color: #36c0b8; display: inline-block; padding: 1rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul.low_link_list li a::before { font-family: 'fontello'; content: "\00e807"; margin: 0 5px 0 0; }

@media screen and (min-width: 768px), print { ul.low_link_list { list-style-type: none; display: -webkit-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; width: 100%; margin: 0 0 0 0; }
  ul.low_link_list li { width: auto; margin: 0 20px 20px 0; }
  ul.low_link_list li a { text-decoration: none; font-size: 1.6rem; background-color: #bf0808; color: #36c0b8; display: inline-block; padding: 8px 14px; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.05em; }
  ul.low_link_list li a::before { font-family: 'fontello'; content: "\00e807"; margin: 0 5px 0 0; } }
/*----------------------------------------------------------- テーブル
----------------------------------------------------------- */
table.price_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; white-space: nowrap; }
table.price_table tr th { background-color: #f5f2ea; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #60563e 1px solid; font-weight: normal; }
table.price_table tr td { vertical-align: middle; text-align: center; border: #60563e 1px solid; padding: 0.8rem; background-color: #ffffff; }
table.price_table caption { caption-side: bottom; text-align: right; margin: 0.5rem 0 0 0; }
table.price_table caption.left { text-align: left; }

@media screen and (min-width: 768px), print { table.price_table { padding: 0px; width: 100%; margin: 0 auto; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; table-layout: fixed; }
  table.price_table tr th { background-color: #f5f2ea; vertical-align: middle; text-align: center; width: auto; padding: 20px; border: #60563e 1px solid; font-weight: normal; }
  table.price_table tr td { vertical-align: middle; text-align: center; border: #60563e 1px solid; padding: 20px; background-color: #ffffff; }
  table.price_table caption { caption-side: bottom; text-align: right; margin: 5px 0 0 0; }
  table.price_table caption.left { text-align: left; } }
@media screen and (max-width: 768px) { .scroll { overflow: auto; white-space: nowrap; }
  .scroll::-webkit-scrollbar { height: 5px; }
  .scroll::-webkit-scrollbar-track { background: #F1F1F1; }
  .scroll::-webkit-scrollbar-thumb { background: #BCBCBC; } }
/* -----------------------------------------------------------
　QA
----------------------------------------------------------- */
table.faqtable { padding: 0; margin: 0; width: 100%; }
table.faqtable tr { border-bottom: #ffffff 1rem solid; }
table.faqtable tr th { width: 12%; }
table.faqtable tr th.question_icon span { background-color: #60563e; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 1.6rem; font-weight: bold; padding: 0.8rem 0; display: block; line-height: 120%; }
table.faqtable tr th.answer_icon span { background-color: #a97f56; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 1.6rem; font-weight: bold; padding: 0.8rem 0; display: block; line-height: 120%; }
table.faqtable tr td { width: 86%; font-size: 1.2rem; color: #2a2a2a; padding: 0 0 0 4%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; vertical-align: middle; }
table.faqtable tr.line1 { border-bottom: #ffffff 6rem solid; }

.btn img { width: 100%; }

@media screen and (min-width: 768px), print { table.faqtable { padding: 0; margin: 0; width: 1200px; }
  table.faqtable tr { border-bottom: #ffffff 10px solid; }
  table.faqtable tr th { width: 60px; }
  table.faqtable tr th.question_icon span { background-color: #60563e; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 2.4rem; font-weight: bold; padding: 15px 0; display: block; line-height: 120%; }
  table.faqtable tr th.answer_icon span { background-color: #a97f56; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 2.4rem; font-weight: bold; padding: 15px 0; display: block; line-height: 120%; }
  table.faqtable tr td { width: 1140px; font-size: 1.6rem; color: #2a2a2a; padding: 0 0 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; vertical-align: middle; }
  table.faqtable tr.line1 { border-bottom: #ffffff 80px solid; }
  .overview-img { width: 100%; max-width: 893px; height: 492px; /*background-image: url('../images/index_07.jpg');
background-repeat: no-repeat;
background-size: 100%;
z-index: 1;
background-position:0 80%;*/ }
  .overview-img figure { height: initial !important; }
  .btn img { width: initial; } }
.flex { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; }
.flex figure img { width: 100%; }

.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

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