@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*マーカー*/
/*白*/
/*鶯色*/
/*紫*/
/*灰色*/
/*茶色*/
/*灰色*/
/*灰色2*/
/*灰色3*/
/*灰色4*/
/*薄いクリーム色*/
/*クリーム色*/
/*薄紫*/
/*緑*/
/*灰色5*/
/*灰色6*/
/*灰色7*/
/*黒*/
/*灰色8*/
/*薄紫*/
/*青9*/
/*薄茶色*/
/*茶色*/
@font-face { font-family: 'lato'; src: url(../font/Lato-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'lato'; src: url(../font/Lato-Bold.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #222222; background-color: #ffffff; padding: 0 0 18vw 0; }

html.blog { border-top: none; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #222222; background-color: #ffffff; padding: 0; }
  html.blog { border-top: none; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.text_c { text-align: center; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.sp_n { display: none; }

.pc_n { display: block; }

@media screen and (min-width: 768px), print { .sp_n { display: block; }
  .pc_n { display: none !important; } }
.mt60 { margin-top: 6.0rem !important; }

.mt40 { margin-top: 4.0rem !important; }

.mt30 { margin-top: 3.0rem !important; }

.mt20 { margin-top: 2.0rem !important; }

.mt10 { margin-top: 1.0rem !important; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; }
  section { height: auto; overflow: hidden; margin: 20px 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; overflow: hidden; width: 100%; margin: 3rem auto 0 auto; padding: 0; }
article.article_low { margin: 1rem auto 0 auto; }

.wrapper { height: auto; width: 100%; margin: 1rem auto 0 auto; padding: 0; }

.wrapper_low { height: auto; width: 96%; margin: 0 auto 4rem auto; padding: 0; }

.main { width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

.main_low { width: 96%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; overflow: hidden; width: 100%; margin: 66px auto 0 auto; padding: 0; }
  article.article_low { margin: 66px auto 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 0; }
  .wrapper_low { height: auto; width: 1200px; margin: 0 auto 60px auto; padding: 0; }
  .main { width: 1200px; margin: 80px auto 0 auto; padding: 0; }
  .main_low { width: 1200px; margin: 0 auto 60px auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: 70vw; overflow: hidden; margin: 0 auto; }
header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 96%; margin: 0 auto; padding: 0 0 .5rem 0; }
header .head_frame .head_logo { width: 100%; margin: 1rem 0 0 0; }
header .head_frame .head_logo img { width: 80%; height: auto; }
header .head_frame .head_logo p { font-size: 1.2rem; margin: 0.6rem 0 0.6rem 0; text-align: center; line-height: initial; }
header .head_frame .head_info { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
header .head_frame .head_info .head_info_access { border: #b2b2b2 1px solid; color: #222222; width: 65%; margin: 0 auto; padding: 0.4rem 0; text-align: center; box-sizing: border-box; font-size: 1.2rem; }
header .head_frame .head_info .head_info_access span { color: #3b2761; font-weight: bold; }
header .head_frame .head_info .head_info_timetable { display: none; }
header .head_frame .head_info .head_info_parking { border: #b2b2b2 1px solid; color: #222222; width: 30%; margin: 0 auto; padding: 0.4rem 0; text-align: center; 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; box-sizing: border-box; font-size: 1.2rem; }
header .head_frame .head_info .head_info_parking i { color: #3b2761; font-size: 2rem; }
header .head_frame .head_info .head_info_tel { width: 100%; font-size: 2rem; font-weight: bold; text-align: center; color: #3b2761; margin: 0.4rem 0 0 0; font-family: 'lato'; }
header .head_frame .head_info .head_info_tel span, header .head_frame .head_info .head_info_tel a { color: #3b2761; text-decoration: none; font-family: 'lato'; font-size: 2.8rem; }
header p small { font-size: 77%; display: inline-block; margin: 0 -0.5rem; }

@media screen and (min-width: 768px), print { header { display: block; height: 152px; overflow: hidden; margin: 0 auto; }
  header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1200px; margin: 0 auto; padding: 0 0 0 0; }
  header .head_frame .head_logo { width: 580px; margin: 15px 0 0 0; }
  header .head_frame .head_logo img { width: 540px; height: auto; }
  header .head_frame .head_logo p { font-size: 1.6rem; margin: 16px 0 0 0; text-align: left; }
  header .head_frame .head_info { display: block; width: 600px; margin: 26px 0 0 0; position: relative; }
  header .head_frame .head_info .head_info_access { /* position: absolute; */ top: 0; left: 60px; border: #b2b2b2 1px solid; color: #222222; width: 410px; height: 34px; margin: 0; padding: 0; text-align: center; box-sizing: border-box; font-size: 1.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_info .head_info_timetable { /* position: absolute; */ top: 40px; left: 60px; color: #222222; width: 410px; /* height: 34px; */ margin: 0; padding: 0; /*text-align: center;*/ box-sizing: border-box; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_info .head_info_access span { color: #3b2761; font-weight: bold; }
  header .head_frame .head_info .head_info_parking { position: absolute; top: 0; right: 0; border: #b2b2b2 1px solid; color: #222222; width: 120px; height: 100px; margin: 0 auto; padding: 0; text-align: center; 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; box-sizing: border-box; font-size: 1.6rem; }
  header .head_frame .head_info .head_info_parking i { color: #3b2761; font-size: 3.6rem; margin: 4px 0 10px 0; }
  header .head_frame .head_info .head_info_tel { position: absolute; top: 48px; right: 130px; width: auto; font-size: 1.8rem; font-weight: bold; text-align: center; color: #3b2761; margin: 0 0 0 0; font-family: 'lato'; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_info .head_info_tel br { display: none; }
  header .head_frame .head_info .head_info_tel span, header .head_frame .head_info .head_info_tel a { color: #3b2761; text-decoration: none; font-family: 'lato'; font-size: 3.8rem; margin: 0 0 0 10px; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_bg .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 46vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; z-index: 0; }
.key_visual_bg .key_visual .key_on { width: 80%; margin: 25vw auto 0 auto; position: relative; z-index: 1; }
.key_visual_bg .key_visual .key_on p { text-align: center; padding: 0.8rem 0; }
.key_visual_bg .key_visual .key_on p.key_text1 { background-color: #3b2761; color: #ffffff; margin: 0; font-weight: bold; font-size: 1.6rem; }
.key_visual_bg .key_visual .key_on p.key_text2 { background-color: #ffffff; color: #222222; margin: 0; font-size: 1.2rem; }

/*下層*/
.key_visual_bg_low .key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 42vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; z-index: 0; }
.key_visual_bg_low .key_visual_low h1 { width: 80%; height: 20vw; margin: 0 auto; position: relative; z-index: 1; background-color: rgba(255, 255, 255, 0.7); display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 2.3rem; font-weight: normal; text-align: center; }

@media screen and (min-width: 768px), print { .key_visual_bg { height: 600px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,c3bd00+50,c3bd00+100,c3bd00+100 */ background: white; /* Old browsers */ background: -moz-linear-gradient(top, white 0%, white 50%, #c3bd00 50%, #c3bd00 100%, #c3bd00 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, white 0%, white 50%, #c3bd00 50%, #c3bd00 100%, #c3bd00 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, white 0%, white 50%, #c3bd00 50%, #c3bd00 100%, #c3bd00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3bd00',GradientType=0 ); /* IE6-9 */ position: relative; z-index: 0; }
  .key_visual_bg .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; width: 1200px; height: 600px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; z-index: 999999; margin: 0 auto; position: relative; z-index: 0; }
  .key_visual_bg .key_visual .key_on { width: 500px; margin: 400px auto 0 auto; position: relative; z-index: 1; }
  .key_visual_bg .key_visual .key_on p { text-align: center; padding: 0; height: 70px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .key_visual_bg .key_visual .key_on p.key_text1 { background-color: #3b2761; color: #ffffff; margin: 0; font-weight: bold; font-size: 3rem; }
  .key_visual_bg .key_visual .key_on p.key_text2 { background-color: #ffffff; color: #222222; margin: 0; font-size: 2.4rem; }
  /*下層*/
  .key_visual_bg_low { height: 200px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,c3bd00+50,c3bd00+100,c3bd00+100 */ background: white; /* Old browsers */ background: -moz-linear-gradient(top, white 0%, white 50%, #c3bd00 50%, #c3bd00 100%, #c3bd00 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, white 0%, white 50%, #c3bd00 50%, #c3bd00 100%, #c3bd00 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, white 0%, white 50%, #c3bd00 50%, #c3bd00 100%, #c3bd00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3bd00',GradientType=0 ); /* IE6-9 */ position: relative; z-index: 0; }
  .key_visual_bg_low .key_visual_low { background: url(../images/key_visual_low.jpg); background-size: cover; background-repeat: no-repeat; background-position: center top; width: 1200px; height: 200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; z-index: 0; }
  .key_visual_bg_low .key_visual_low h1 { width: 960px; height: 100px; margin: 0 auto; position: relative; z-index: 1; background-color: rgba(255, 255, 255, 0.7); display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 3.6rem; font-weight: normal; letter-spacing: 0.2em; text-align: center; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: 80px; margin: 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; max-width: 2000px; background-color: #c3bd00; }
  .main_nav_pc nav { width: 1200px; height: 80px; margin: 0 auto; padding: 0 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: 1200px; box-sizing: border-box; height: 80px; padding: 0; position: relative; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 20px; line-height: 110%; text-align: center; font-weight: normal; border-right: #ffffff 1px solid; /*         &.home{ width: 130px; } &.greeting{ width: 122px; } &.clinic{ width: 186px; } &.gaide{ width: 130px; }         &.treatment{ width: 144px;  } &.seminar{ width: 132px; } &.recruit{ width: 132px; } &.access{ width: 224px; border-right: none; }
*/ }
  .main_nav_pc nav ul li a { text-decoration: none; color: #ffffff; height: 20px; width: 100%; display: block; box-sizing: border-box; margin: 0; padding: 0 0 0 0; font-size: 1.8rem; font-weight: bold; text-align: center; line-height: 110%; letter-spacing: 0.05em; }
  .main_nav_pc nav ul li a:hover { opacity: 1; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li a span:hover { border-bottom: #ffffff 4px solid; padding: 0 0 4px 0; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; background-color: #c3bd00; margin: 30px 0 0 0; padding: 0; display: none; z-index: 999999999; height: auto; position: absolute; left: 0; }
  .main_nav_pc nav ul li ul li { width: 300px; height: 50px; border-right: none; border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; }
  .main_nav_pc nav ul li ul li.wide { width: 600px; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0; background-color: #c3bd00; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; width: 100%; line-height: 100%; height: 50px; }
  .main_nav_pc nav ul li ul li a span:hover { border-bottom: none; opacity: 0.6; padding: 0 0 0 0; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li.home { width: 130px; }
  .main_nav_pc nav ul li.greeting { width: 136px; }
  .main_nav_pc nav ul li.clinic { width: 200px; }
  .main_nav_pc nav ul li.seminar { width: 130px; }
  .main_nav_pc nav ul li.gaide { width: 134px; }
  .main_nav_pc nav ul li.treatment { width: 158px; }
  .main_nav_pc nav ul li.access { width: 258px; border-right: none; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0 auto; padding: 1rem; box-sizing: border-box; overflow: hidden; height: auto; }
.notice_frame .notice_box .notice_text dl { overflow-y: scroll; height: 60vw; box-sizing: border-box; padding: 1rem 0; background-color: #ffffff; width: 96%; margin: 0 auto; }
.notice_frame .notice_box .notice_text dl dt { margin: 0 0 0.6rem 0; font-size: 1.4rem; box-sizing: border-box; letter-spacing: 0.1em; line-height: 120%; color: #3b2761; font-weight: bold; }
.notice_frame .notice_box .notice_text dl dd { margin: 0 0 2rem 0; padding: 0 0 2rem 0; border-bottom: #cccccc 1px solid; color: #222222; font-size: 1.2rem; line-height: 120%; box-sizing: border-box; }
.notice_frame .notice_box .notice_text dl dd:last-child { border-bottom: none; }
.notice_frame .notice_box .notice_link { margin: 2rem 0 0 0; }
.notice_frame .notice_box .notice_link a { width: 96%; height: 27vw; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; font-size: 2rem; font-weight: bold; padding: 0 0 0 10%; box-sizing: border-box; color: #3b2761; }
.notice_frame .notice_box .notice_link a.notice_link_tel { background: url(../images/index_notice_01.jpg) no-repeat; background-size: contain; background-position: center center; margin: 0 auto 1rem auto; }
.notice_frame .notice_box .notice_link a.notice_link_web { background: url(../images/index_notice_02.jpg) no-repeat; background-size: contain; background-position: center center; margin: 0 auto; }

@media screen and (min-width: 768px), print { .notice_frame { width: 1200px; margin: 0 auto; padding: 0; box-sizing: border-box; overflow: hidden; height: auto; }
  .notice_frame .notice_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .notice_frame .notice_box .notice_text { width: 840px; }
  .notice_frame .notice_box .notice_text dl { overflow-y: scroll; height: 189px; box-sizing: border-box; padding: 0; background-color: #ffffff; width: 100%; margin: 0; }
  .notice_frame .notice_box .notice_text dl dt { margin: 0 0 20px 0; font-size: 1.8rem; box-sizing: border-box; letter-spacing: 0.1em; line-height: 120%; color: #3b2761; font-weight: bold; }
  .notice_frame .notice_box .notice_text dl dd { margin: 0 0 30px 0; padding: 0 0 30px 0; border-bottom: #cccccc 1px solid; color: #222222; font-size: 1.8rem; line-height: 120%; box-sizing: border-box; }
  .notice_frame .notice_box .notice_text dl dd:last-child { border-bottom: none; }
  .notice_frame .notice_box .notice_link { margin: 45px 0 0 0; width: 320px; }
  .notice_frame .notice_box .notice_link a { width: 320px; height: 100px; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; font-size: 2.4rem; font-weight: bold; padding: 0 0 0 10%; box-sizing: border-box; }
  .notice_frame .notice_box .notice_link a.notice_link_tel { background: url(../images/index_notice_01.jpg) no-repeat; background-size: contain; background-position: center center; margin: 0 0 20px 0; }
  .notice_frame .notice_box .notice_link a.notice_link_web { background: url(../images/index_notice_02.jpg) no-repeat; background-size: contain; background-position: center center; margin: 0; }
  .notice_frame .notice_box .notice_link a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　相談
----------------------------------------------------------- */
.consultatione_frame_sp { background: url(../images/index_consultatione_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 1rem 0 1rem 0; box-sizing: border-box; margin: 2rem 0 0 0; }
.consultatione_frame_sp .consultatione_waku { margin: 2rem 0 0 0; }
.consultatione_frame_sp .consultatione_waku .consultatione_box { width: 90%; margin: 0 auto 2rem auto; padding: 1rem 0.4rem 0.4rem 0.4rem; background-color: #f5faed; border: #e9ede1 2px solid; box-sizing: border-box; }
.consultatione_frame_sp .consultatione_waku .consultatione_box .consultatione_title { color: #3b2761; font-size: 1.6rem; margin: 0 0 0.8rem 0; }
.consultatione_frame_sp .consultatione_waku .consultatione_box .consultatione_title i { color: #c3bd00; }
.consultatione_frame_sp .consultatione_waku .consultatione_box .consultatione_title span { font-size: 2rem; font-weight: bold; }
.consultatione_frame_sp .consultatione_waku .consultatione_box ul.consultatione_list { list-style-type: none; }
.consultatione_frame_sp .consultatione_waku .consultatione_box ul.consultatione_list li { margin: 0 0 0.4rem 0; }
.consultatione_frame_sp .consultatione_waku .consultatione_box ul.consultatione_list li a { text-decoration: none; color: #222222; border: #f0f0f0 1px solid; background: url(../images/a_arrow.png) no-repeat; background-position: right 2% center; background-color: #ffffff; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; height: 14vw; font-size: 1.2rem; padding: 0 2rem 0 1rem; line-height: 120%; }

.consultatione_frame { display: none; /*   background: url(../images/index_consultatione_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 3rem 0 1rem 0; box-sizing: border-box; margin: 2rem 0 0 0; .consultatione_waku{ .consultatione_box{ width: 90%; margin: 0 auto 2rem auto; padding: 1rem 0.4rem 0.4rem 0.4rem; background-color: $color6; border: $color7 2px solid; box-sizing: border-box; .consultatione_title{ color: $color2; font-size: 1.6rem; margin: 0 0 0.8rem 0; i{ color: $color1; } span{ font-size: 2rem; font-weight: bold; } } ul.consultatione_list{ list-style-type: none; li{ margin:0 0 0.4rem 0; a{ text-decoration: none; color: $bace_color; border: $color8 1px solid; background: url(../images/a_arrow.png) no-repeat; background-position: right 2% center; background-color: $color0;     box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; height: 14vw; font-size: 1.2rem; padding: 0 2rem 0 1rem; line-height: 120%; } } } } }
*/ }

@media screen and (min-width: 768px), print { .consultatione_frame_sp { display: none; }
  .consultatione_frame { display: block; background: url(../images/index_consultatione_bg.jpg) no-repeat; background-position: center top; background-size: cover; padding: 60px 0 0 0; box-sizing: border-box; margin: 82px 0 0 0; width: 100%; height: 670px; }
  .consultatione_frame .consultatione_waku { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .consultatione_frame .consultatione_waku .consultatione_box { width: 383px; height: 542px; margin: 0; padding: 0; background-color: #f5faed; border: #e9ede1 4px solid; box-sizing: border-box; }
  .consultatione_frame .consultatione_waku .consultatione_box .consultatione_title { color: #3b2761; font-size: 3rem; margin: 12px 0 12px 0; }
  .consultatione_frame .consultatione_waku .consultatione_box .consultatione_title i { color: #c3bd00; }
  .consultatione_frame .consultatione_waku .consultatione_box .consultatione_title span { font-size: 3.6rem; font-weight: bold; }
  .consultatione_frame .consultatione_waku .consultatione_box ul.consultatione_list { list-style-type: none; width: 344px; margin: 0 auto; }
  .consultatione_frame .consultatione_waku .consultatione_box ul.consultatione_list li { margin: 0 0 5px 0; }
  .consultatione_frame .consultatione_waku .consultatione_box ul.consultatione_list li a { text-decoration: none; color: #222222; border: #f0f0f0 1px solid; background: url(../images/a_arrow.png) no-repeat; background-position: right 18px center; background-color: #ffffff; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; height: 70px; font-size: 1.8rem; padding: 0 0 0 18px; line-height: 120%; }
  .consultatione_frame .consultatione_waku .consultatione_box ul.consultatione_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.index_treatment { background-color: #f9f8e6; margin: 0; padding: 2rem 0 0 0; }
.index_treatment .index_treatment_box { width: 90%; margin: 2rem auto 0 auto; }
.index_treatment .index_treatment_box .index_treatment_item { margin: 0 0 4rem 0; }
.index_treatment .index_treatment_box .index_treatment_item img { width: 100%; height: auto; }
.index_treatment .index_treatment_box .index_treatment_item a { color: #3b2761; font-size: 1.6rem; margin: 0.8rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
.index_treatment .index_treatment_box .index_treatment_item a i { font-size: 1.2rem; }
.index_treatment .index_treatment_box .index_treatment_item a i.icon-minus { color: #c3bd00; }
.index_treatment .index_treatment_box .index_treatment_item a i.right-open { color: #3b2761; }
.index_treatment .index_treatment_box .index_treatment_item p { font-size: 1.2rem; }

@media screen and (min-width: 768px), print { .index_treatment { background-color: #f9f8e6; height: 1150px; padding: 60px 0 0 0; box-sizing: border-box; margin: 0; }
  .index_treatment .index_treatment_box { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .index_treatment .index_treatment_box .index_treatment_item { margin: 0 0 4rem 0; }
  .index_treatment .index_treatment_box .index_treatment_item img { width: 100%; height: auto; }
  .index_treatment .index_treatment_box .index_treatment_item a { color: #3b2761; font-size: 3rem; margin: 20px 0 10px 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .index_treatment .index_treatment_box .index_treatment_item a i { font-size: 2rem; }
  .index_treatment .index_treatment_box .index_treatment_item a i.icon-minus { color: #c3bd00; }
  .index_treatment .index_treatment_box .index_treatment_item a i.right-open { color: #3b2761; }
  .index_treatment .index_treatment_box .index_treatment_item a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .index_treatment .index_treatment_box .index_treatment_item p { font-size: 1.8rem; }
  .index_treatment .index_treatment_box .item1 { width: 585px; }
  .index_treatment .index_treatment_box .item2 { width: 585px; }
  .index_treatment .index_treatment_box .item3 { width: 380px; }
  .index_treatment .index_treatment_box .item4 { width: 380px; }
  .index_treatment .index_treatment_box .item5 { width: 380px; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.index_features { background-color: #f3f2cc; margin: 0; padding: 2rem 0; }
.index_features .features_box { width: 90%; margin: 0 auto 0 auto; background-color: #ffffff; position: relative; padding: 2rem 0 0 0; }
.index_features .features_box .features_no { position: absolute; top: 37vw; left: 0; right: 0; margin: 0 auto; color: #afaaba; font-size: 4rem; font-family: 'lato'; font-weight: bold; text-align: center; }
.index_features .features_box section.features_section { background-color: #ffffff; height: 40vw; margin: 0; }
.index_features .features_box section.features_section p { width: 80%; margin: 0 auto; }
.index_features .features_box .features_img img { width: 100%; }
.index_features .first { margin: 2rem auto 0 auto; }

@media screen and (min-width: 768px), print { .index_features { background-color: #f3f2cc; margin: 0; padding: 62px 0 100px 0; }
  .index_features .features_box { width: 1200px; margin: 0 auto 0 auto; background-color: #ffffff; position: relative; padding: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .index_features .features_box .features_no { position: absolute; top: 112px; left: 0; right: 0; margin: 0 auto; color: #afaaba; font-size: 8rem; font-family: 'lato'; font-weight: bold; text-align: center; }
  .index_features .features_box section.features_section { background-color: #ffffff; width: 600px; height: 320px; margin: 0; 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; }
  .index_features .features_box section.features_section p { width: 440px; margin: 0 auto 30px auto; font-size: 1.8rem; }
  .index_features .features_box .features_img { width: 600px; height: 320px; }
  .index_features .features_box .features_img img { width: 600px; height: 320px; }
  .index_features .features_box .fs_left { order: 1; }
  .index_features .features_box .fs_right { order: 2; }
  .index_features .first { margin: 0 auto 0 auto; } }
/* -----------------------------------------------------------
　バナーリンク
----------------------------------------------------------- */
.index_link_frame { background: url(../images/index_link_bg.jpg) no-repeat; background-position: center center; background-size: cover; padding: 2rem 0; }
.index_link_frame .index_link_text { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; text-align: center; color: #ffffff; font-weight: bold; font-size: 1.4rem; text-shadow: 0px 0px 15px #809a2c, 0px 0px 15px #809a2c, 0px 0px 15px #809a2c; }
.index_link_frame .index_link_text span { margin: 0 0.4rem; }
.index_link_frame ul.index_link_list { list-style-type: none; width: 90%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.index_link_frame ul.index_link_list li { margin: 0 0 1rem 0; width: 100%; }
.index_link_frame ul.index_link_list li a { display: block; text-decoration: none; text-align: center; }
.index_link_frame ul.index_link_list li a img { width: 100%; max-width: 224px; }

@media screen and (min-width: 768px), print { .index_link_frame { background: url(../images/index_link_bg.jpg) no-repeat; background-position: center center; background-size: cover; padding: 30px 0; box-sizing: border-box; }
  .index_link_frame .index_link_text { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; text-align: center; color: #ffffff; font-weight: bold; font-size: 2.4rem; margin: 0 0 20px 0; text-shadow: 0px 0px 15px #809a2c, 0px 0px 15px #809a2c, 0px 0px 15px #809a2c; }
  .index_link_frame .index_link_text span { margin: 0 0.4rem; }
  .index_link_frame ul.index_link_list { list-style-type: none; width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; align-items: center; flex-direction: column; }
  .index_link_frame ul.index_link_list li { margin: 0 0 1rem 0; width: 224px; }
  .index_link_frame ul.index_link_list li a { display: block; text-decoration: none; }
  .index_link_frame ul.index_link_list li a img { width: 224px; }
  .index_link_frame ul.index_link_list li a:hover { opacity: 0.8; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { padding: 0 0 0 0; margin: 0 0 2rem 0; background-color: #f9f9f9; }
.overview_bg .overview { margin: 0; }
.overview_bg .overview .overview_box { width: 96%; margin: 0 auto; padding: 2rem 0 1rem 0; }
.overview_bg .overview .overview_box h2.overview_h2 { width: 100%; text-align: center; }
.overview_bg .overview .overview_box h2.overview_h2 img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.overview_bg .overview .overview_box .overview_frame { width: 100%; margin: 0 auto; padding: 0; box-sizing: border-box; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl { width: 100%; margin: 0 auto; line-height: 160%; margin: 0 0 20px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt { margin: 0 0 0.2rem 0; box-sizing: border-box; padding: 0 0 0 0; width: 20%; color: #3b2761; font-size: 1.2rem; font-weight: bold; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd { color: #222222; font-size: 1.2rem; margin: 0 0 1.6rem 0; width: 80%; padding: 0; box-sizing: border-box; line-height: 140%; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd span.bold { display: block; font-weight: bold; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist { list-style-type: none; font-size: 1.2rem; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li i { color: #afaaba; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 1rem; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li ul li { margin: 0 0.6rem 0 0; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li ul li i { color: #afaaba; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left .overview_info { border: #c3bd00 1px solid; padding: 1rem; box-sizing: border-box; font-size: 1.2rem; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_left .overview_info span { font-weight: bold; display: block; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right { margin: 1rem 0 0 0; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel { background-color: #ffffff; text-align: center; padding: 1rem 0; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel p { font-family: 'lato'; font-weight: normal; font-size: 1.2rem; color: #3b2761; margin: 0 0 0.4rem 0; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel p a { font-family: 'lato'; color: #3b2761; text-decoration: none; font-size: 1.2rem; }
.overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel div p.small { font-size: 1.4rem; }
.overview_bg .overview .overview_map { width: 96%; margin: 1rem auto 0 auto; }
.overview_bg .overview .overview_map img { width: 100%; height: auto; margin: 0 0 2rem 0; }
.overview_bg .overview .overview_map iframe.googlemap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .overview_bg { padding: 42px 0 0 0; margin: 0 0 0 0; background-color: #f9f9f9; }
  .overview_bg .overview { margin: 0; }
  .overview_bg .overview .overview_box { width: 1200px; margin: 0 auto; padding: 0; }
  .overview_bg .overview .overview_box h2.overview_h2 { width: 100%; text-align: center; }
  .overview_bg .overview .overview_box h2.overview_h2 img { width: 540px; display: block; margin: 0 auto 40px auto; }
  .overview_bg .overview .overview_box .overview_frame { width: 1200px; margin: 0; padding: 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left { width: 600px; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl { width: 600px; margin: 0 auto; line-height: 160%; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dt { margin: 0 0 18px 0; box-sizing: border-box; padding: 0 0 0 0; width: 125px; color: #3b2761; font-size: 1.8rem; font-weight: bold; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd { color: #222222; font-size: 1.8rem; margin: 0 0 18px 0; width: 475px; padding: 0; box-sizing: border-box; line-height: 140%; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist { list-style-type: none; font-size: 1.8rem; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li i { color: #afaaba; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 1rem; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li ul li { margin: 0 1rem 0 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd ul.sublist li ul li i { color: #afaaba; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left dl dd span.bold { display: block; font-weight: bold; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left .overview_info { border: #c3bd00 1px solid; padding: 16px 20px; box-sizing: border-box; font-size: 1.6rem; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_left .overview_info span { font-weight: bold; display: block; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right { width: 580px; margin: 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel { background-color: #ffffff; text-align: center; font-weight: normal; font-size: 1.8rem; font-family: 'lato'; padding: 0; margin: 0 0 32px 0; width: 580px; /*height: 140px;
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;*/ }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel p { font-family: 'lato'; font-weight: normal; /*font-size: 3.6rem;*/ font-size: 1.8rem; color: #3b2761; margin: 0 0 0.4rem 0; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel p a { font-family: 'lato'; color: #3b2761; text-decoration: none; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel p span { margin: 0 0 0 2rem; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel div { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel div p { margin: 0 2rem; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel div p.small { font-size: 2rem; }
  .overview_bg .overview .overview_box .overview_frame .overview_frame_right .overview_tel div p span { margin: 0; }
  .overview_bg .overview .overview_map { width: 1200px; margin: 20px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .overview_bg .overview .overview_map img { width: 580px; height: auto; margin: 0; }
  .overview_bg .overview .overview_map iframe.googlemap { width: 580px; height: 440px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { /*テキストリンク*/ }
footer img { display: none; }
footer .footer_link_text { display: none; }
footer .copyright { margin: 0; text-align: center; color: #ffffff; font-size: 1.2rem; padding: 1rem 0; background-color: #3b2761; display: block; }
footer .copyright a { color: #ffffff; text-decoration: none; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 1rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 80%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #3b2761; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
.footer_link a.footer_web { width: 37.5%; margin: 0; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #c3bd00; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
.footer_link .smoothScrolls { background-color: #3b2761; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.6rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer { box-sizing: border-box; height: 286px; margin: 0; padding: 0; background-color: #f9f9f9; width: 100%; }
  footer .footer_link_text { display: block; height: 184px; width: 1200px; margin: 0 auto; padding: 40px 0 0 0; box-sizing: border-box; }
  footer .footer_link_text ul { display: block; margin: 0; padding: 0 0 12px 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; list-style-type: none; font-size: 1.6rem; width: 100%; }
  footer .footer_link_text ul li { color: #222222; margin: 0 9px 0 0; }
  footer .footer_link_text ul li a { text-decoration: none; color: #222222; font-size: 1.6rem; }
  footer .footer_link_text ul li a br { display: none; }
  footer .footer_link_text ul li a i { display: none; }
  footer .footer_link_text ul li a:hover { text-decoration: underline; transition: all 0.3s ease 0s; }
  footer .footer_link_text ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; margin: 0 0 0 9px; color: #a5a5a5; }
  footer .footer_link_text ul li:last-child::after { content: ""; }
  footer .footer_link_text ul li:last-child { margin: 0 0 0 0; }
  footer .footer_link_text ul li.clinic { margin-right: 0; }
  footer .footer_link_text ul li.clinic > a { display: none; }
  footer .footer_link_text ul li.clinic::after { display: none; }
  footer .footer_link_text ul li.clinic .none { display: none; }
  footer .footer_link_text ul li.treatment { display: none; }
  footer .copyright { margin: 0; text-align: center; color: #ffffff; font-size: 1.6rem; padding: 0; background-color: #3b2761; height: 102px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  footer .copyright a { color: #ffffff; text-decoration: none; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 33vw; right: 0px; height: 33vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { display: none; float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 34px; left: 50%; margin: 0 0 0 600px; height: 34px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { display: block; float: right; margin: 20px; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 34px; left: 90%; margin: 0 0 0 0; height: 34px; text-align: center; } }
/*-----------------------------------------------------------
table
----------------------------------------------------------- */
.tbl_def { width: 100%; padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; }
.tbl_def th, .tbl_def td { box-sizing: border-box; font-size: 1.2rem; vertical-align: middle; color: #222222; border-bottom: #aaaaaa 1px solid; }
.tbl_def th { font-weight: bold; padding: 0.8rem 0; }
.tbl_def td { font-weight: normal; padding: 18px 0; }
.tbl_def thead tr th { background: #c3bd00; color: #ffffff; }
.tbl_def tbody tr th { background: #f9f8e6; }
.tbl_def tbody.border_thick tr:last-of-type th, .tbl_def tbody.border_thick tr:last-of-type td { border-bottom: #c3bd00 3px solid; }

@media screen and (min-width: 768px), print { .tbl_def th, .tbl_def td { font-size: 1.8rem; }
  .tbl_def th { padding: 12px 0; }
  .tbl_def td { padding: 18px 0; } }
/*-----------------------------------------------------------
column
----------------------------------------------------------- */
.col3 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.col3 div { width: auto; margin: 0 auto 20px auto; display: block; }

.card { border: #C3BD00 1px solid; border-radius: 0.25rem; padding: 20px; }

@media screen and (min-width: 768px), print { .col3 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center !important; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; margin: 0 auto 2rem; }
  .col3 div { width: 260px; margin: 0 15px 30px 15px; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #c3bd00; border-top: #ffffff 1px solid; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; box-sizing: border-box; letter-spacing: 0.05em; }
.drawr ul.hbg li a img { display: none; }
.drawr ul.hbg li a br { 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 i { display: none; }
.drawr ul.hbg li ul li.none { display: none; }
.drawr .main_nav_sub { background: #afaaba; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 56px; height: 50px; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 55px; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #c3bd00; border: #c3bd00 1px solid; }

/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_right2 { margin: 0 0 10px 0; text-align: center; }
.img_right2 img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }
.img_two figcaption { width: 70%; margin: 0 auto; font-size: 1.2rem; line-height: 140%; }

.img_two2 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two2 img { width: 70%; margin: 0 auto 20px auto; display: block; }
.img_two2 figcaption { width: 70%; margin: 0 auto; font-size: 1.2rem; line-height: 140%; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

.img_seminar { margin: 0 0 1rem 0; text-align: center; }
.img_seminar img { width: 70%; height: auto; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 20px; }
  .img_right img { width: 350px; height: auto; }
  .img_right2 { float: right; margin: 0 0 10px 20px; }
  .img_right2 img { width: 450px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 800px; margin: 0 auto 2rem auto; }
  .img_two img { width: 350px; margin: 0 0 0 0; display: block; }
  .img_two figcaption { width: 800px; margin: 1rem 0 0 0; font-size: 1.6rem; line-height: 140%; }
  .img_two2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 750px; margin: 0 0 2rem 0; }
  .img_two2 img { width: 350px; margin: 0 0 0 0; display: block; }
  .img_two2 figcaption { width: 800px; margin: 1rem 0 0 0; font-size: 1.6rem; line-height: 140%; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; }
  .img_seminar { float: left; margin: 0 20px 0 0; text-align: left; }
  .img_seminar img { width: 400px; height: auto; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 120%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.3rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru.aj { margin: 4rem 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*画像四角●*/
ul.list_square { padding: 0; margin: 0 0 1rem 0; }
ul.list_square li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_square.aj { margin: 4rem 0 0 0; }

ul.list_square_two { padding: 0; margin: 0; }
ul.list_square_two li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.2rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru.aj { margin: 40px 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*画像四角*/
  ul.list_square { padding: 0; }
  ul.list_square li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_square.aj { margin: 40px 0 0 0; }
  ul.list_square_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_square_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/square.jpg) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 30%; margin: 0 0 1rem 0; font-weight: normal; }
dl.bio_list dd { width: 70%; margin: 0 0 1rem 0; }

dl.documents_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.documents_list dt { width: 20%; margin: 0 0 1rem 0; font-weight: normal; }
dl.documents_list dd { width: 80%; margin: 0 0 1rem 0; }

@media screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 1200px; }
  dl.bio_list dt { width: 150px; margin: 0 0 20px 0; font-weight: normal; text-align: left; }
  dl.bio_list dd { width: 1050px; margin: 0 0 20px 0; }
  dl.documents_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 1200px; }
  dl.documents_list dt { width: 100px; margin: 0 0 10px 0; font-weight: normal; text-align: left; }
  dl.documents_list dd { width: 1100px; margin: 0 0 10px 0; } }
/*リスト*/
h1 { margin: 0; }

h2.notice_title { color: #291a08; font-size: 2.2rem; font-weight: normal; padding: 0 0 0.6rem 0; margin: 0 0 2rem 0; border-bottom: #cccccc 1px solid; }
h2.notice_title span { font-size: 1.4rem; color: #c3bd00; margin: 0 0 0 1rem; }
h2.top { color: #222222; font-size: 2.2rem; font-weight: normal; text-align: center; margin: 0 0 1rem 0; }
h2.top span { color: #c3bd00; font-size: 1.2rem; display: block; font-family: 'lato'; }
h2.low { color: #291a08; font-size: 2.2rem; text-align: center; font-weight: normal; margin: 3rem 0 1rem 0; }
h2.low::after { content: ""; border-bottom: #c3bd00 3px solid; display: block; width: 4rem; margin: 0.6rem auto 0 auto; }
h2.first { margin: 0 0 1rem 0; }

h3.top { color: #3b2761; font-size: 1.8rem; text-align: center; font-weight: normal; margin: 0 0 1rem 0; }
h3.top::after { content: ""; border-bottom: #c3bd00 3px solid; display: block; width: 4rem; margin: 0.6rem auto 0 auto; }
h3.low { color: #3b2761; font-size: 1.9rem; font-weight: normal; margin: 2rem 0 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
h3.low i { font-size: 1.2rem; }
h3.low i.icon-minus { color: #c3bd00; }
h3.first { margin: 0 0 1rem 0; }

h4 { position: relative; width: auto; margin: 2rem auto 1rem auto; padding: 0 0 0.6rem 0; color: #3b2761; font-weight: normal; font-size: 1.8rem; border-bottom: 3px solid #e0e0e0; }
h4::before { content: ""; position: absolute; left: 0; bottom: -2px; width: 3rem; height: inherit; border-bottom: 3px solid #c3bd00; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.7rem; color: #3b2761; margin: 2rem 0 1rem 0; line-height: 120%; font-weight: bold; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.notice_title { color: #291a08; font-size: 3rem; font-weight: normal; padding: 0 0 16px 0; margin: 0 0 30px 0; border-bottom: #cccccc 1px solid; }
  h2.notice_title span { font-size: 2rem; color: #c3bd00; margin: 0 0 0 20px; }
  h2.top { color: #222222; font-size: 3.6rem; font-weight: normal; text-align: center; margin: 0 0 40px 0; }
  h2.top span { color: #c3bd00; font-size: 2rem; display: block; font-family: 'lato'; margin: 8px 0 0 0; }
  h2.low { color: #291a08; font-size: 3rem; text-align: center; font-weight: normal; margin: 60px 0 24px 0; }
  h2.low::after { content: ""; border-bottom: #c3bd00 3px solid; display: block; width: 60px; margin: 26px auto 28px auto; }
  h2.first { margin: 0 0 28px 0; }
  h3.top { color: #3b2761; font-size: 3rem; text-align: center; font-weight: normal; margin: 0 0 24px 0; }
  h3.top::after { content: ""; border-bottom: #c3bd00 3px solid; display: block; width: 60px; margin: 26px auto 0 auto; }
  h3.low { color: #3b2761; font-size: 3rem; font-weight: normal; margin: 50px 0 30px 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  h3.low i { font-size: 1.8rem; margin: 0 10px 0 0; }
  h3.low i.icon-minus { color: #c3bd00; }
  h3.first { margin: 0 0 24px 0; }
  h4 { position: relative; width: auto; margin: 50px auto 20px auto; padding: 0 0 0.6rem 0; color: #3b2761; font-weight: normal; font-size: 2.2rem; border-bottom: 3px solid #e0e0e0; }
  h4::before { content: ""; position: absolute; left: 0; bottom: -2px; width: 3rem; height: inherit; border-bottom: 3px solid #c3bd00; }
  h4.first { margin: 0 0 20px 0; }
  h5 { font-size: 1.8rem; color: #3b2761; margin: 50px 0 20px 0; line-height: 120%; font-weight: bold; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside { margin: 0 0 6rem 0; }
aside .aside_title1 { display: none; }
aside .aside_title2 { display: block; background-color: #3b2761; color: #b2b2b2; border: #b2b2b2 2px solid; border-radius: 30px; font-size: 1.6rem; padding: 4px 0; text-align: center; width: 96%; margin: 2rem auto 0 auto; }
aside .aside_title2 i { margin: 0 8px 0 0; }
aside ul.aside_list { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 260px; margin: 0; /*見出し*/ /*リンクリスト*/ }
  aside p.aside_title1 { text-align: center; width: 260px; margin: 0; line-height: 100%; color: #ffffff; font-size: 2rem; display: block; padding: 24px 0; background-color: #b2b2b2; }
  aside p.aside_title2 { display: block; background-color: #3b2761; color: #b2b2b2; border: #b2b2b2 2px solid; border-radius: 30px; font-size: 1.8rem; padding: 4px 0; text-align: center; width: 260px; margin: 50px 0 0 0; }
  aside p.aside_title2 i { margin: 0 8px 0 0; }
  aside ul.aside_list { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; list-style-type: none; margin: 0; background-color: #3b2761; padding: 20px 0; }
  aside ul.aside_list li { width: 220px; background-color: #ffffff; margin: 0 auto 0 auto; padding: 3px 0; box-sizing: border-box; }
  aside ul.aside_list li a { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; width: 196px; height: 70px; padding: 0; font-size: 1.6rem; color: #222222; text-decoration: none; margin: 0 auto; border-bottom: #b2b2b2 1px dashed; }
  aside ul.aside_list li a i { color: #b2b2b2; margin: 0 8px 0 0; }
  aside ul.aside_list li a:hover { opacity: 0.6; }
  aside ul.aside_list li.aside_pink { background-color: #fae5ee; margin: 30px 0 14px 0; }
  aside ul.aside_list li.aside_pink a { color: #222222; border: #ffffff 1px solid; }
  aside ul.aside_list li.aside_pink a i { color: #f1b3cd; }
  aside ul.aside_list li.aside_purple { background-color: #f0cdf6; }
  aside ul.aside_list li.aside_purple a { color: #222222; border: #ffffff 1px solid; }
  aside ul.aside_list li.aside_purple a i { color: #cd9ed5; }
  aside ul.aside_list li:last-child a { border-bottom: none; } }
/* -----------------------------------------------------------
　カレンダーSP
----------------------------------------------------------- */
/*タブ部*/
ul#tab { zoom: 1; list-style: none; margin: 1.6rem auto 0 auto; padding: 10px 0 0 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; }

/*
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
*/
ul#tab li { text-align: center; font-size: 1.4rem; margin: 0 0 0 0; width: 30%; }

ul#tab li:last-child { background: none; }

ul#tab li a { display: block; width: 100%; padding: 8px 0; text-decoration: none; color: #ffffff; background-color: #b2b2b2; box-sizing: border-box; }

ul#tab li.active span.tab1, ul#tab li.active span.tab1 a, ul#tab li.active span.tab1 a:hover { background: #c3bd00; color: #ffffff; }

ul#tab li.selected span.tab1 a:visited { background: #c3bd00; color: #222222; }

ul#tab li.active span.tab2, ul#tab li.active span.tab2 a, ul#tab li.active span.tab2 a:hover { background: #c3bd00; color: #ffffff; }

ul#tab li span.tab2 a:visited { background: #c3bd00; color: #222222; }

ul#tab li.active span.tab3, ul#tab li.active span.tab3 a, ul#tab li.active span.tab3 a:hover { background: #c3bd00; color: #ffffff; }

ul#tab li span.tab3 a:visited { background: #c3bd00; color: #222222; }

/*カレンダー部*/
#detail { box-sizing: border-box; margin: 0 auto; }

#detail #tab1 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; }

#detail #tab2 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; }

#detail #tab3 { clear: both; overflow: hidden; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; }

.tabbox { display: none; }

/*注釈*/
.c_notice_m { font-size: 1.5rem; margin: 20px auto 20px auto; width: 80%; }
.c_notice_m p { margin: 0 0 0.6rem 0; }
.c_notice_m p span { margin: 0 1rem 0 0; }
.c_notice_m p span.pink { background-color: #f5faed; }
.c_notice_m p span.blue { background-color: #e9ede1; }
.c_notice_m p span.yellow { background-color: #f0f0f0; }
.c_notice_m p span.red { color: #291a08; font-weight: bold; }

/*WEB予約*/
.reserv_btn { text-align: center; margin: 40px 0 45px 0; }

.reserv_btn img { width: 70%; height: auto; }

@media screen and (min-width: 768px), print { /*タブ部*/
  ul#tab { zoom: 1; list-style: none; margin: 4px auto 0 auto; padding: 10px 0 0 0; width: 100%; }
  ul#tab li { float: left; text-align: center; font-size: 1.6rem; margin: 0 0 0 5px; width: 20%; }
  .c_notice_m { font-size: 1.5rem; margin: 0 auto 15px auto; width: 100%; text-align: left; font-size: 1.6rem; margin: 14px 0 0 0; }
  .c_notice_m p { margin: 0 0 0.6rem 0; }
  .c_notice_m p span { margin: 0 1rem 0 0; }
  .c_notice_m p span.pink { background-color: #f5faed; }
  .c_notice_m p span.blue { background-color: #e9ede1; }
  .c_notice_m p span.yellow { background-color: #f0f0f0; }
  .c_notice_m p span.red { color: #291a08; font-weight: bold; } }
/*下層*/
/*----------------------------------------------------------- 下層
----------------------------------------------------------- */
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #c3bd00; text-align: center; display: block; margin: 30px auto; }

.link_text { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 140%; color: #c3bd00; }

.purple_frame { border: #c7c1d2 5px solid; color: #222222; padding: 1rem; box-sizing: border-box; margin: 0 0 1rem 0; }
.purple_frame a { color: #222222; }

.text_bold { font-weight: bold; }

.text_red { color: red; }

.text_l { font-size: 1.6rem; }

.text_underline { text-decoration: underline; }

@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 #c3bd00; text-align: center; display: block; margin: 30px auto; }
  .link_text { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; color: #c3bd00; }
  .link_text:hover { opacity: 0.6; }
  .purple_frame { border: #c7c1d2 5px solid; color: #222222; padding: 30px; box-sizing: border-box; margin: 0 0 20px 0; }
  .purple_frame a { color: #222222; }
  .text_bold { font-weight: bold; }
  .text_red { color: red; }
  .text_l { font-size: 2rem; }
  .text_underline { text-decoration: underline; } }
/*----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; }

.doctor_frame { background: none; padding: 0; }

@media screen and (min-width: 768px), print { .doctor_name { text-align: right; }
  .doctor_frame { background: none; padding: 0; } }
/*----------------------------------------------------------- クリニック紹介
----------------------------------------------------------- */
#access { margin: 0 0 3rem 0; }

ul.target_link { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
ul.target_link li { width: 48%; margin: 0 0 1rem 0; }
ul.target_link li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background-color: #c3bd00; color: #ffffff; height: 10vw; text-decoration: none; border-radius: 0.4rem; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { #access { margin: 0 auto 60px auto; }
  ul.target_link { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; width: 1200px; }
  ul.target_link li { width: 220px; margin: 0 0 1rem 0; }
  ul.target_link li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; background-color: #c3bd00; color: #ffffff; height: 50px; text-decoration: none; border-radius: 0.4rem; font-size: 1.6rem; }
  ul.target_link li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 診療案内
----------------------------------------------------------- */
a.low_btn { color: #c3bd00; font-weight: bold; font-size: 1.2rem; padding: 1rem; box-sizing: border-box; border: #c3bd00 2px solid; border-radius: 0.4rem; display: inline-block; margin: 0 0 2rem 0; text-align: center; text-decoration: none; }

@media screen and (min-width: 768px), print { a.low_btn { color: #c3bd00; font-weight: bold; font-size: 1.8rem; padding: 20px; box-sizing: border-box; border: #c3bd00 2px solid; border-radius: 0.4rem; display: inline-block; margin: 0 0 2rem 0; text-align: center; min-width: 300px; text-decoration: none; }
  a.low_btn:hover { opacity: 0.6; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.accessmap { width: 100%; height: 500px; }

.access_tel i { color: #c3bd00; font-weight: bold; font-size: 2rem; line-height: 140%; }
.access_tel span { color: #c3bd00; font-weight: bold; font-size: 2rem; line-height: 140%; }
.access_tel a { color: #c3bd00; font-weight: bold; font-size: 2rem; line-height: 140%; }

@media screen and (min-width: 768px), print { .accessmap { width: 100%; height: 500px; }
  .access_tel i { color: #c3bd00; font-weight: bold; font-size: 3rem; line-height: 140%; }
  .access_tel span { color: #c3bd00; font-weight: bold; font-size: 3rem; line-height: 140%; }
  .access_tel a { color: #c3bd00; font-weight: bold; font-size: 3rem; line-height: 140%; } }
/*----------------------------------------------------------- 整形外科
----------------------------------------------------------- */
.orthopedic_map { background: url(../images/orthopedic_bg.jpg) repeat; padding: 1rem 0; }
.orthopedic_map .orthopedic_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 2rem 0 0 0; }
.orthopedic_map .orthopedic_box figure { display: block; width: 50%; text-align: center; }
.orthopedic_map .orthopedic_box figure img { width: 80%; max-width: 152px; }
.orthopedic_map .orthopedic_box div.orthopedic_link { width: 50%; }
.orthopedic_map .orthopedic_box div.orthopedic_link ul { list-style-type: none; }
.orthopedic_map .orthopedic_box div.orthopedic_link ul li { margin: 0 0 0.6rem 0; }
.orthopedic_map .orthopedic_box div.orthopedic_link ul li a { font-size: 1.2rem; font-weight: bold; color: #ffffff; text-decoration: none; background: url(../images/a_arrow2.png) no-repeat; background-position: right 1rem center; background-color: #c3bd00; height: 8vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.4rem; }

a.detail_link { font-size: 1.2rem; font-weight: bold; color: #ffffff; text-decoration: none; background: url(../images/a_arrow2.png) no-repeat; background-position: right 1rem center; background-color: #c3bd00; height: 8vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.4rem; width: 50%; }

@media screen and (min-width: 768px), print { .orthopedic_map { background: url(../images/orthopedic_bg.jpg) repeat; padding: 1rem 0; width: 1200px; height: 600px; }
  .orthopedic_map .orthopedic_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 36px auto 0 auto; width: 1000px; height: 370px; position: relative; }
  .orthopedic_map .orthopedic_box figure { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; display: block; width: 50%; text-align: center; }
  .orthopedic_map .orthopedic_box figure img { width: 80%; max-width: 152px; }
  .orthopedic_map .orthopedic_box div.orthopedic_link { width: 1200px; height: 370px; position: relative; }
  .orthopedic_map .orthopedic_box div.orthopedic_link ul { list-style-type: none; width: 280px; }
  .orthopedic_map .orthopedic_box div.orthopedic_link ul li { margin: 0 0 20px 0; }
  .orthopedic_map .orthopedic_box div.orthopedic_link ul li a { font-size: 2.4rem; font-weight: bold; color: #ffffff; text-decoration: none; background: url(../images/a_arrow2.png) no-repeat; background-position: right 26px center; background-color: #c3bd00; height: 60px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.4rem; letter-spacing: 0.05em; }
  .orthopedic_map .orthopedic_box div.orthopedic_link ul li a:hover { opacity: 0.6; }
  .orthopedic_map .orthopedic_box div.orthopedic_link ul.orthopedic_link_left { position: absolute; top: 40px; left: 0; }
  .orthopedic_map .orthopedic_box div.orthopedic_link ul.orthopedic_link_right { position: absolute; top: 40px; right: 0; }
  a.detail_link { font-size: 2.4rem; font-weight: bold; color: #ffffff; text-decoration: none; background: url(../images/a_arrow2.png) no-repeat; background-position: right 1rem center; background-color: #c3bd00; height: 50px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 0.4rem; width: 300px; }
  a.detail_link:hover { opacity: 0.6; } }
/*----------------------------------------------------------- 整形外科詳細
----------------------------------------------------------- */
ul.detail_list_link { border: #c7c1d2 3px solid; border-radius: 0.4rem; padding: 1rem; box-sizing: border-box; list-style-type: none; margin: 0 0 2rem 0; }
ul.detail_list_link li a { color: #222222; font-size: 1.2rem; margin: 0.8rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 120%; }
ul.detail_list_link li a i { font-size: 1.2rem; }
ul.detail_list_link li a i.icon-minus { color: #c3bd00; }
ul.detail_list_link li a i.right-open { color: #3b2761; }
ul.detail_list_link li ul { list-style-type: none; margin: 0 0 0 1.5rem; }
ul.detail_list_link li ul li { margin: 0.8rem 0 2rem 0; }
ul.detail_list_link li ul li span { display: block; font-size: 1.2rem; margin: 0 0 0 1.3rem; }

@media screen and (min-width: 768px), print { ul.detail_list_link { border: #c7c1d2 3px solid; border-radius: 0.4rem; padding: 1rem; box-sizing: border-box; list-style-type: none; width: 800px; margin: 0 auto 2rem auto; }
  ul.detail_list_link li a { color: #222222; font-size: 1.6rem; margin: 15px 0 5px 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 120%; }
  ul.detail_list_link li a i { font-size: 1.4rem; }
  ul.detail_list_link li a i.icon-minus { color: #c3bd00; }
  ul.detail_list_link li a i.right-open { color: #3b2761; }
  ul.detail_list_link li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  ul.detail_list_link li ul { list-style-type: none; margin: 0 0 0 1.8rem; }
  ul.detail_list_link li ul li { margin: 0.8rem 0 2rem 0; }
  ul.detail_list_link li ul li span { display: block; font-size: 1.6rem; margin: 0 0 0 1.6rem; } }
/*----------------------------------------------------------- セミナー
----------------------------------------------------------- */
.text_title { font-weight: bold; font-size: 1.6rem; text-align: left; margin: 4rem 0 1rem 0; }
.text_title span { font-size: 1.2rem; }

@media screen and (min-width: 768px), print { .text_title { font-weight: bold; font-size: 1.8rem; text-align: left; margin: 0 0 1rem 0; }
  .text_title span { font-size: 1.8rem; } }
/*----------------------------------------------------------- 手術実績
----------------------------------------------------------- */
.tbl_def._surgery-results tbody.total tr td { font-weight: bold; }

/*下層*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; }
table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 1.2rem; padding: 0.8rem 0; vertical-align: middle; color: #222222; border-bottom: #aaaaaa 1px solid; }
table.timetable tr th.th_holiday { width: 12%; border-right: none; }
table.timetable tr td { width: 10%; box-sizing: border-box; font-weight: normal; font-size: 1.2rem; padding: 18px 0; vertical-align: middle; color: #222222; border-bottom: #aaaaaa 1px solid; }
table.timetable tr td i { color: #3b2761; }
table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1rem; color: #222222; }

.notice_time { color: #222222; font-size: 1.2rem; margin: 0.6rem auto 0 auto; font-weight: normal; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; }
  table.timetable tr th { width: auto; box-sizing: border-box; font-weight: bold; font-size: 1.8rem; padding: 12px 0; vertical-align: middle; color: #222222; border-bottom: #aaaaaa 1px solid; }
  table.timetable tr th.th_holiday { width: 12%; border-right: none; }
  table.timetable tr td { width: 10%; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 18px 0; vertical-align: middle; color: #222222; border-bottom: #aaaaaa 1px solid; }
  table.timetable tr td i { color: #3b2761; }
  table.timetable tr td.time { width: 30%; box-sizing: border-box; font-size: 1.8rem; color: #222222; }
  .notice_time { color: #222222; font-size: 1.8rem; margin: 18px 0 0 0; font-weight: normal; } }

/*# sourceMappingURL=style.css.map */
