@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*ピンク*/
/*赤*/
/*灰色*/
/*赤2*/
/*薄いピンク*/
/*赤*/
/*肌色*/
/*茶色*/
/*灰色2*/
/*黒*/
/*ピンク*/
/*ピンク*/
/*灰色2*/
/*灰色*/
/*テキストリンク*/
/*茶色4*/
/*紺色2*/
/*紺色3*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'petitformalscript'; src: url(../font/PetitFormalScript-Regular.ttf); font-weight: normal; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0 0 14vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #333333; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 2rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.wrapper_low { height: auto; width: 96%; margin: 4rem auto 2rem auto; padding: 0; }

.main { height: auto; width: 96%; margin: 2rem auto 4rem auto; padding: 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 20px 0 0 0; padding: 0; }
  .wrapper_low { height: auto; width: 1200px; margin: 100px auto 60px auto; padding: 0 0 0 0; }
  .main { height: auto; width: 1200px; margin: 70px auto 120px auto; padding: 0; box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 0 5px 0; padding: 0; height: 56vw; }
header .head_frame { width: 96%; padding: 0; margin: 0 auto; }
header .head_frame .head_logo { width: 75%; margin: 0 0 0 2%; }
header .head_frame .head_logo a img { width: 100%; margin: 6vw 0 0 0; }
header .head_frame .head_info { margin: 4vw 0 0 0; }
header .head_frame .head_info p { font-size: 1.4rem; margin: 0; }
header .head_frame .head_tel { width: 80%; height: 12vw; margin: 2rem auto 0 auto; border: #e60012 1px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; font-size: 2rem; }
header .head_frame .head_tel i { color: #e60012; }
header .head_frame .head_tel span { color: #e60012; }
header .head_frame .head_tel a { color: #e60012; text-decoration: none; }

.top_open_text { background-color: #dd455a; color: #ffffff; text-align: center; font-size: 1.4rem; padding: 0.6rem 0; margin: 0; box-sizing: border-box; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0; padding: 0; height: 100px; border-bottom: #e0e0e0 1px solid; }
  header .head_frame { width: 1200px; padding: 0; margin: 0 auto; height: 100px; position: relative; }
  header .head_frame .head_logo { width: 468px; margin: 0; position: absolute; top: 20px; left: 0; }
  header .head_frame .head_logo a img { width: 468px; margin: 0; }
  header .head_frame .head_info { position: absolute; top: 29px; left: 584px; margin: 0; }
  header .head_frame .head_info p { font-size: 1.6rem; margin: 0 0 4px 0; letter-spacing: 0; }
  header .head_frame .head_tel { position: absolute; top: 20px; right: 0; width: 300px; height: 60px; margin: 0; border: #e60012 1px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; font-size: 3rem; }
  header .head_frame .head_tel i { color: #e60012; }
  header .head_frame .head_tel span { color: #e60012; }
  header .head_frame .head_tel a { color: #e60012; text-decoration: none; }
  .top_open_text { background-color: #dd455a; color: #ffffff; text-align: center; font-size: 2.4rem; padding: 12.5px 0; margin: 0; box-sizing: border-box; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 74px; margin: 0 0 0 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; }
  .main_nav_pc nav { width: 1200px; height: 74px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; 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; width: 1200px; box-sizing: border-box; height: 74px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 74px; text-align: center; font-weight: normal; margin: 0; padding: 0; }
  .main_nav_pc nav ul li a { text-decoration: none; text-align: center; color: #333333; height: 74px; box-sizing: border-box; margin: 0; padding: 5px 36px 0 36px; box-sizing: border-box; letter-spacing: 0.05em; font-size: 1.8rem; font-weight: bold; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; 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; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 120%; }
  .main_nav_pc nav ul li a span { color: #e50012; font-size: 1.2rem; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 200px; height: auto; display: none; margin: 0 0 0 -27px; padding: 0 0 0 0; position: relative; z-index: 9999; background-color: #fbdadd; }
  .main_nav_pc nav ul li ul li { width: 200px; height: auto; margin: 0 0 0 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #333333; width: 200px; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background: none; background-color: #fbdadd; padding: 0 0 0 0; box-sizing: border-box; text-align: left; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  .main_nav_pc nav ul li.treatment { width: 147.61px; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: 160%; background-repeat: no-repeat; background-position: center top; height: 45vw; margin: 0; padding: 0 0 10vw 0; }
.key_visual .key_on { width: 100%; height: 55vw; position: relative; }
.key_visual .key_on p { position: absolute; bottom: -3vw; right: 0; width: 30%; height: 28vw; background: url("../images/keyonbg.png") no-repeat; background-position: center center; background-size: contain; color: #ffffff; font-size: 1rem; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; }

.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 center; background-size: cover; }
.key_visual_low h1 { color: #222222; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: normal; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 586px; margin: 0; padding: 0 0 0 0; }
  .key_visual .key_on { width: 1200px; height: 626px; margin: 0 auto; position: relative; }
  .key_visual .key_on p { position: absolute; bottom: 0; right: 0; width: 300px; height: 300px; background: url("../images/keyonbg.png") no-repeat; background-position: center center; background-size: contain; color: #ffffff; font-size: 3rem; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; }
  .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: 260px; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center center; background-size: cover; }
  .key_visual_low h1 { color: #222222; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: normal; font-size: 3.6rem; text-align: center; letter-spacing: 0.1em; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_area { padding: 0; box-sizing: border-box; margin: 0 0 0 0; /*お知らせ*/ }
.notice_area .notice_frame { width: 96%; margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 2rem 0; height: auto; }
.notice_area .notice_frame .title_box { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.notice_area .notice_frame .title_box h2.notice_title { background: #e50012; width: 43%; height: 40vw; 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; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #fbf5f0; font-weight: normal; letter-spacing: 0.1em; line-height: 100%; border-radius: 50%; padding: 5vw 0 0 0; box-sizing: border-box; }
.notice_area .notice_frame .title_box h2.notice_title span { color: #ffffff; font-size: 1.2rem; }
.notice_area .notice_frame .title_box figure { width: 43%; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.notice_area .notice_frame .title_box figure img { width: 80%; max-width: 140px; display: block; }
.notice_area .notice_frame .notice_box { width: 100%; margin: -3rem 0 0 0; padding: 3rem 0.5rem 0.5rem 0.5rem; box-sizing: border-box; background-color: #fbf5f0; }
.notice_area .notice_frame .notice_box dl { height: auto; margin: 0; width: 100%; }
.notice_area .notice_frame .notice_box dl dt { color: #e60012; margin: 2rem 0 1rem 0; padding: 0 0.4rem 0 2rem; font-size: 1.4rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; position: relative; }
.notice_area .notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 0.9em #e60012; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; left: 0; top: 0.4rem; transition: 0.5s; }
.notice_area .notice_frame .notice_box dl dt.open::before { border: none; border-bottom: solid 0.9em #e60012; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; }
.notice_area .notice_frame .notice_box dl dt:first-child { border-top: none; padding: 0 0.4rem 0 2rem; }
.notice_area .notice_frame .notice_box dl dt.close::before { transform: rotateX(180deg); transition: 0.5s; }
.notice_area .notice_frame .notice_box dl dd { margin: 0 0 2rem 0; padding: 0 0.4rem 1rem 2rem; color: #333333; font-size: 1.4rem; line-height: 160%; display: none; border-bottom: #e0e0e0 1px solid; }
.notice_area .notice_frame .notice_box dl dd.open { display: block; }

@media screen and (min-width: 768px), print { .notice_area { padding: 0; box-sizing: border-box; margin: 0; height: auto; /*お知らせ*/ }
  .notice_area .notice_frame { width: 100%; margin: 0; box-sizing: border-box; overflow: visible; padding: 2rem 0; height: auto; position: relative; }
  .notice_area .notice_frame .title_box { width: 220px; height: 550px; display: block; margin: 0 0 0 -600px; position: relative; left: 50%; right: 0; z-index: 2; }
  .notice_area .notice_frame .title_box h2.notice_title { position: absolute; top: 0; left: 0; background: #e50012; width: 220px; height: 220px; 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; font-size: 3.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #fbf5f0; font-weight: normal; letter-spacing: 0.1em; line-height: 100%; border-radius: 50%; padding: 10px 0 0 0; box-sizing: border-box; }
  .notice_area .notice_frame .title_box h2.notice_title span { color: #ffffff; font-size: 2rem; }
  .notice_area .notice_frame .title_box figure { width: 140px; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; top: 260px; left: 30px; z-index: 4; }
  .notice_area .notice_frame .title_box figure img { width: 140px; max-width: 140px; display: block; }
  .notice_area .notice_frame .notice_box { width: 75.5%; /*
position: absolute;
top:60px;
right: 0;
z-index: 1;
*/ float: right; margin: -520px 0 60px 0; padding: 30px 0 30px 150px; box-sizing: border-box; background-color: #fbf5f0; min-height: 500px; }
  .notice_area .notice_frame .notice_box dl { height: auto; margin: 0; width: 100%; position: relative; }
  .notice_area .notice_frame .notice_box dl dt { color: #e60012; margin: 16px 0 12px 0; padding: 0 0 0 18px; font-size: 1.8rem; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; position: relative; }
  .notice_area .notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 12px #e60012; border-left: solid 8px transparent; border-right: solid 8px transparent; margin: auto; left: 0; top: 0.4rem; transition: 0.5s; }
  .notice_area .notice_frame .notice_box dl dt.open::before { border: none; border-bottom: solid 12px #e60012; border-left: solid 8px transparent; border-right: solid 8px transparent; }
  .notice_area .notice_frame .notice_box dl dt:first-child { border-top: none; padding: 0 0.4rem 0 2rem; }
  .notice_area .notice_frame .notice_box dl dt.close::before { transform: rotateX(180deg); transition: 0.5s; }
  .notice_area .notice_frame .notice_box dl dd { margin: 0 0 22px 0; padding: 0 0 22px 18px; color: #333333; font-size: 1.6rem; line-height: 160%; display: none; border-bottom: #e0e0e0 1px solid; }
  .notice_area .notice_frame .notice_box dl dd.open { display: block; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .notice_area { /*お知らせ*/ }
  .notice_area .notice_frame .notice_box { width: 87%; } }
/* -----------------------------------------------------------
　TOPインフォメーション
----------------------------------------------------------- */
.top_info_box_area { margin: 2rem auto 4rem auto; width: 96%; }
.top_info_box_area .top_info_box { width: 100%; height: 51vw; border-top: #e50012 2px solid; box-sizing: border-box; }
.top_info_box_area .top_info_box .top_info_title { font-size: 1.9rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; margin: 1rem 0 1rem 0; color: #503f2c; }
.top_info_box_area .top_info_box hr { border: none; border-bottom: #999999 1px solid; width: 80%; margin: 0 auto; }
.top_info_box_area .top_info_box dl.top_info_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; width: 80%; margin: 1rem auto 0 auto; line-height: 120%; }
.top_info_box_area .top_info_box dl.top_info_list dt { width: 8%; margin: 0 0 0 0; color: #e50012; }
.top_info_box_area .top_info_box dl.top_info_list dd { width: 92%; margin: 0 0 0.6rem 0; }
.top_info_box_area .tib_left { background: url("../images/index_01.jpg") no-repeat; background-size: cover; margin: 0 0 2rem 0; }
.top_info_box_area .tib_right { background: url("../images/index_02.jpg") no-repeat; background-size: cover; }

@media screen and (min-width: 768px), print { .top_info_box_area { margin: 31px auto 80px auto; width: 1200px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .top_info_box_area .top_info_box { width: 580px; height: 310px; border-top: #e50012 2px solid; box-sizing: border-box; }
  .top_info_box_area .top_info_box .top_info_title { font-size: 3rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; text-align: center; margin: 30px 0 9px 0; color: #503f2c; }
  .top_info_box_area .top_info_box hr { border: none; border-bottom: #999999 1px solid; width: 460px; margin: 0 auto; }
  .top_info_box_area .top_info_box dl.top_info_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.8rem; box-sizing: border-box; width: 460px; margin: 28px auto 0 auto; line-height: 120%; }
  .top_info_box_area .top_info_box dl.top_info_list dt { width: 30px; margin: 0 0 14px 0; color: #e50012; }
  .top_info_box_area .top_info_box dl.top_info_list dd { width: 430px; margin: 0 0 14px 0; }
  .top_info_box_area .tib_left { background: url("../images/index_01.jpg") no-repeat; background-size: cover; margin: 0 0 0 0; }
  .top_info_box_area .tib_right { background: url("../images/index_02.jpg") no-repeat; background-size: cover; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame { padding: 3.5rem 0 1rem 0; background-color: #fbf5f0; }
.feature_frame .feature_area { width: 96%; margin: 0 auto; }
.feature_frame .feature_area .feature_box { width: 100%; height: 52vw; position: relative; overflow: visible; margin: 0 0 0 0; }
.feature_frame .feature_area .feature_box .fb_no { overflow: visible; position: absolute; bottom: 8vw; right: 3%; z-index: 2; font-family: 'petitformalscript'; font-size: 4rem; color: #e50012; margin: 0; }
.feature_frame .feature_area .feature_box .pinkbox { position: absolute; top: 37vw; left: 0; right: 0; z-index: 1; background: url("../images/kazari_01.png"), url("../images/kazari_02.png"); background-repeat: no-repeat,no-repeat; background-position: left 4px top 4px, right 4px bottom 4px; background-size: 20% , 20%; background-color: rgba(251, 218, 221, 0.9); width: 85%; margin: 0 auto 0 auto; padding: 1.5rem; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.feature_frame .feature_area .feature_box .pinkbox .pinkbox_title { font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0 0 1rem 0; color: #222222; }
.feature_frame .feature_area .feature_box .pinkbox .pinkbox_text { font-size: 1.4rem; width: 90%; margin: 0 auto; color: #222222; text-align: justify; }
.feature_frame .feature_area .fb01 { background: url("../images/index_features_01.jpg") no-repeat; background-size: cover; margin: 0 0 35vw 0; }
.feature_frame .feature_area .fb02 { background: url("../images/index_features_02.jpg") no-repeat; background-size: cover; margin: 0 0 41vw 0; }
.feature_frame .feature_area .fb03 { background: url("../images/index_features_03.jpg") no-repeat; background-size: cover; margin: 0 0 41vw 0; }
.feature_frame .feature_area .fb04 { background: url("../images/index_features_04.jpg") no-repeat; background-size: cover; margin: 0 0 25vw 0; }

@media screen and (min-width: 768px), print { .feature_frame { padding: 58px 0 80px 0; background-color: #fbf5f0; }
  .feature_frame .feature_area { 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; }
  .feature_frame .feature_area .feature_box { width: 570px; height: 320px; position: relative; overflow: visible; margin: 0 0 0 0; }
  .feature_frame .feature_area .feature_box .fb_no { overflow: visible; position: absolute; bottom: 10px; right: 34px; z-index: 2; font-family: 'petitformalscript'; font-size: 8rem; color: #e50012; margin: 0; }
  .feature_frame .feature_area .feature_box .pinkbox { position: absolute; top: 260px; left: 0; right: 0; z-index: 1; background: url("../images/kazari_01.png"), url("../images/kazari_02.png"); background-repeat: no-repeat,no-repeat; background-position: left 4px top 4px, right 4px bottom 4px; background-size: 76px , 76px; background-color: rgba(251, 218, 221, 0.9); width: 450px; height: 200px; margin: 0 auto; padding: 2px 40px 0 40px; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
  .feature_frame .feature_area .feature_box .pinkbox .pinkbox_title { font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin: 0 0 18px 0; color: #222222; line-height: 130%; }
  .feature_frame .feature_area .feature_box .pinkbox .pinkbox_text { font-size: 1.8rem; width: 370px; margin: 0 auto; color: #222222; text-align: justify; line-height: 130%; letter-spacing: 0; }
  .feature_frame .feature_area .fb01 { background: url("../images/index_features_01.jpg") no-repeat; background-size: cover; margin: 0 0 180px 0; }
  .feature_frame .feature_area .fb02 { background: url("../images/index_features_02.jpg") no-repeat; background-size: cover; margin: 0 0 180px 0; }
  .feature_frame .feature_area .fb03 { background: url("../images/index_features_03.jpg") no-repeat; background-size: cover; margin: 0 0 140px 0; }
  .feature_frame .feature_area .fb04 { background: url("../images/index_features_04.jpg") no-repeat; background-size: cover; margin: 0 0 140px 0; } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame { margin: 0; padding: 3.5rem 0 2rem 0; box-sizing: border-box; }
.treatment_frame ul.index_treatment_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; list-style-type: none; width: 96%; margin: 0 auto; }
.treatment_frame ul.index_treatment_list li { width: 48%; margin: 0 0 1.2rem 0; }
.treatment_frame ul.index_treatment_list li a { display: block; width: 100%; height: 46vw; background: url("../images/kazari_03.png") no-repeat; background-position: right 4% bottom 4%; background-color: #fbdadd; border-radius: 0.5rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #222222; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.6rem; text-align: center; text-decoration: none; }
.treatment_frame ul.index_treatment_list li a span { width: 65%; height: 28vw; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; border-radius: 50%; margin: 0 0 1rem 0; }
.treatment_frame ul.index_treatment_list li a span img { width: 45%; }

@media screen and (min-width: 768px), print { .treatment_frame { padding: 60px 0; box-sizing: border-box; margin: 0; }
  .treatment_frame ul.index_treatment_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; list-style-type: none; width: 1200px; margin: 0 auto; }
  .treatment_frame ul.index_treatment_list li { width: 282px; margin: 0 0 24px 0; }
  .treatment_frame ul.index_treatment_list li a { display: block; width: 282px; height: 280px; background: url("../images/kazari_03.png") no-repeat; background-position: right 10px bottom 10px; background-color: #fbdadd; border-radius: 6px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #222222; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.4rem; text-align: center; text-decoration: none; }
  .treatment_frame ul.index_treatment_list li a span { width: 160px; height: 160px; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; border-radius: 50%; margin: 0 0 30px 0; }
  .treatment_frame ul.index_treatment_list li a span img { width: auto; }
  .treatment_frame ul.index_treatment_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .treatment_frame ul.index_treatment_list li.ladies a span img { width: 78px; }
  .treatment_frame ul.index_treatment_list li.maternity a span img { width: 84px; }
  .treatment_frame ul.index_treatment_list li.pill a span img { width: 74px; }
  .treatment_frame ul.index_treatment_list li.infertility_treatment a span img { width: 102px; }
  .treatment_frame ul.index_treatment_list li.abortion_surgery a span img { width: 96px; }
  .treatment_frame ul.index_treatment_list li.irregular_menstruation a span img { width: 100px; }
  .treatment_frame ul.index_treatment_list li.vaccination a span img { width: 82px; }
  .treatment_frame ul.index_treatment_list li.various_examinations a span img { width: 80px; } }
/* -----------------------------------------------------------
　お悩みの症状
----------------------------------------------------------- */
.symptoms_frame { width: 100%; padding: 3rem 0; box-sizing: border-box; background: url("../images/index_symptoms _01.jpg") no-repeat; background-position: left top; background-size: cover; }
.symptoms_frame ul.symptoms_list { width: 96%; margin: 0 auto; list-style-type: none; }
.symptoms_frame ul.symptoms_list li { margin: 0 0 2rem 0; }
.symptoms_frame ul.symptoms_list li a { width: 100%; height: 20vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; text-decoration: none; font-size: 1.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; line-height: 140%; }
.symptoms_frame ul.symptoms_list li:nth-child(odd) a { background: url("../images/kazari_01.png"), url("../images/kazari_02.png"); background-size: 15% ,15%; background-position: left 5px top 5px,right 5px bottom 5px; background-repeat: no-repeat, no-repeat; background-color: #ff6674; }
.symptoms_frame ul.symptoms_list li:nth-child(even) a { background: url("../images/kazari_01.png"), url("../images/kazari_02.png"); background-size: 15% ,15%; background-position: left 5px top 5px,right 5px bottom 5px; background-repeat: no-repeat, no-repeat; background-color: #ff6699; }

@media screen and (min-width: 768px), print { .symptoms_frame { width: 100%; padding: 60px 0 60px 0; box-sizing: border-box; background: url("../images/index_symptoms _01.jpg") no-repeat; background-position: left top; background-size: contain; }
  .symptoms_frame ul.symptoms_list { 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; list-style-type: none; }
  .symptoms_frame ul.symptoms_list li { margin: 0 0 24px 0; width: 587px; }
  .symptoms_frame ul.symptoms_list li a { width: 100%; height: 118px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #ffffff; text-decoration: none; font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; line-height: 140%; }
  .symptoms_frame ul.symptoms_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .symptoms_frame ul.symptoms_list li:nth-child(odd) a { background: url("../images/kazari_01.png"), url("../images/kazari_02.png"); background-size: 76px ,76px; background-position: left 4px top 4px,right 4px bottom 4px; background-repeat: no-repeat, no-repeat; background-color: #ff6674; }
  .symptoms_frame ul.symptoms_list li:nth-child(even) a { background: url("../images/kazari_01.png"), url("../images/kazari_02.png"); background-size: 76px ,76px; background-position: left 4px top 4px,right 4px bottom 4px; background-repeat: no-repeat, no-repeat; background-color: #ff6699; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; padding: 3.5rem 0 2rem 0; margin: 0; background: url("../images/bg_pattern_01.gif") repeat; }
.overview h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
.overview .overview_info_box { width: 96%; margin: 3.5rem auto 0 auto; }
.overview .overview_info_box .overview_info_box_left ul.overview_info_list li { 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; padding: 0.5rem 0; box-sizing: border-box; border-top: #cccccc 1px solid; width: 100%; }
.overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_title { background-color: #ff9999; color: #ffffff; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 25%; min-height: 10vw; letter-spacing: 0.1em; }
.overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_text { width: 70%; min-height: 10vw; color: #333333; 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; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_tel { color: #e60012; font-size: 2rem; }
.overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_tel span { color: #e60012; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
.overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_tel a { color: #e60012; font-size: 2rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-decoration: none; }
.overview .overview_info_box .overview_info_box_right { margin: 2rem 0 0 0; }

iframe.googlemap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .overview { width: 100%; padding: 40px 0 25px 0; margin: 0; background: url("../images/bg_pattern_01.gif") repeat; }
  .overview h2.overview_title img { width: 468px; display: block; margin: 0 auto; }
  .overview .overview_info_box { width: 1200px; margin: 38px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left { width: 580px; }
  .overview .overview_info_box .overview_info_box_left ul.overview_info_list li { 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.8rem; padding: 8px 0; box-sizing: border-box; border-top: #cccccc 1px solid; width: 100%; }
  .overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_title { background-color: #ff9999; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100px; min-height: 38px; letter-spacing: 0.1em; }
  .overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_text { width: 460px; min-height: 38px; color: #333333; font-weight: bold; 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; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_tel { color: #e60012; font-size: 2.8rem; }
  .overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_tel span { color: #e60012; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .overview .overview_info_box .overview_info_box_left ul.overview_info_list li .oi_tel a { color: #e60012; font-size: 2.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-decoration: none; }
  .overview .overview_info_box .overview_info_box_right { margin: 0 0 0 0; width: 580px; }
  iframe.googlemap { width: 100%; height: 416px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin: 2rem 0 0 0; }
footer .footer_frame { width: 96%; margin: 0 auto; }
footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.2rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
footer .footer_frame ul.footer_list li { width: 48%; margin: 0 0 1.4rem 0; padding: 0; list-style-type: none; }
footer .footer_frame ul.footer_list li a { color: #333333; text-decoration: none; }
footer .footer_frame ul.footer_list li a span { display: none; }
footer .footer_frame ul.footer_list li.treatment { display: none; }
footer .footer_frame .subtitle { font-size: 1.2rem; margin: 0 0 1.4rem; font-weight: bold; border-bottom: #e60012 1px solid; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #e50012; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 0.5rem 0; background-color: #ffffff; z-index: 999999; }
.footer_link a.footer_tel { width: 80%; margin: 0; color: #ffffff; text-align: center; font-size: 2rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #e50012; 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: 5px; }
.footer_link .smoothScrolls { background-color: #e50012; 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: 5px; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: normal; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 190px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; }
  footer .footer_frame { width: 1200px; margin: 16px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.8rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 10px 14px 0; padding: 0 10px 0 0; list-style-type: none; border-right: #adadad 1px solid; }
  footer .footer_frame ul.footer_list li a { color: #333333; text-decoration: none; }
  footer .footer_frame ul.footer_list li a span { display: none; }
  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 .copyright { margin: 0; height: 100px; text-align: center; padding: 0; color: #ffffff; font-size: 1.8rem; letter-spacing: 0.05em; background-color: #e50012; 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; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 80px; height: 80px; }
  #pagetop_position #linkpagetop a img { width: 80px; height: 80px; }
  #pagetop { position: fixed; bottom: 10px; right: 0; z-index: 999999; left: 50%; margin: 0 0 0 560px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 10px; left: 93%; margin: 0 0 0 0; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 26vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #e60012 1px solid; background-color: #ffffff; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #333333; font-size: 1.4rem; text-decoration: none; padding: 1rem; border-bottom: #e60012 1px solid; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li a 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: #fbdadd; color: #333333; border-bottom: none; text-align: center; border-bottom: #e60012 1px solid; }
.drawr ul.hbg li ul li a::after { content: "" !important; }
.drawr ul.hbg li.treatment a::after { font-family: 'fontello'; content: "\00f004"; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 12vw; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; width: 100%; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #ff6699; border: #ff6699 1px solid; z-index: 99999; }

/*見出し*/
h1 { margin: 0; }

h2.top_title { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 2.2rem; font-weight: normal; color: #503f2c; text-align: center; padding: 0 0 0.8rem 0; margin: 0 0 0 0; line-height: 120%; letter-spacing: 0.1em; }
h2.top_title span { font-size: 1rem; color: #e50012; display: block; }
h2.low { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 4rem 0 2rem 0; width: 100%; line-height: 240%; }
h2.low span { color: #503f2c; font-size: 2.2rem; font-weight: normal; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; display: block; margin: 0; }
h2.low span::after { content: ""; border-bottom: #e50012 3px solid; width: 4rem; display: block; margin: 0.4rem auto 0 auto; }
h2.first { margin: 0.1rem 0 2rem 0; }

h3.low { font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #503f2c; background-color: #fbdadd; padding: 0.6rem; box-sizing: border-box; border-top: #e50012 2px solid; margin: 1.5rem 0 1rem 0; line-height: 110%; }
h3.first { margin: 0 0 1rem 0; }

h4 { font-size: 1.7rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #503f2c; padding: 0 0 0.4rem 0; box-sizing: border-box; border-bottom: #e50012 1px solid; margin: 1.5rem 0 1rem 0; line-height: 110%; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #e50012; padding: 0; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 120%; }
h5.first { margin: 1.5rem 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.05em; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top_title { font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 3.6rem; font-weight: normal; color: #503f2c; text-align: center; padding: 0 0 8px 0; margin: 0 0 20px 0; line-height: 100%; letter-spacing: 0.1em; }
  h2.top_title span { font-size: 2rem; color: #e50012; display: block; }
  h2.low { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 100px 0 40px 0; width: 100%; line-height: 340%; }
  h2.low span { color: #503f2c; font-size: 3.6rem; font-weight: normal; text-align: center; display: block; margin: 0; }
  h2.low span::after { content: ""; border-bottom: #e50012 3px solid; width: 70px; display: block; margin: 28px auto 0 auto; }
  h2.first { margin: 5px 0 40px 0; }
  h3.low { font-size: 3rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #503f2c; background-color: #fbdadd; padding: 8px 18px; box-sizing: border-box; border-top: #e50012 2px solid; margin: 45px 0 22px 0; line-height: 120%; }
  h3.first { margin: 0 0 22px 0; }
  h4 { font-size: 2.4rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #503f2c; padding: 0 0 10px 0; box-sizing: border-box; border-bottom: #e50012 1px solid; margin: 35px 0 22px 0; line-height: 120%; }
  h4.first { margin: 0 0 22px 0; }
  h5 { font-size: 2.1rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #e50012; padding: 0; box-sizing: border-box; margin: 25px 0 10px 0; line-height: 120%; }
  h5.first { margin: 0 0 10px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 300px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.4rem; 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; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.4rem; 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 { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

ul.list_num2 { box-sizing: border-box; width: 100%; }
ul.list_num2 li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.8rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 16px; 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-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 16px; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  ul.list_num2 { box-sizing: border-box; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_num2 li { width: 45%; line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dt span { display: inline; text-align: left; padding: 0 0 0 0; box-sizing: border-box; }
dl.bio_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 120%; }
dl.num_list dt { width: 6%; margin: 0 0 0 0; }
dl.num_list dd { width: 94%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 160%; width: 1200px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dt span { display: block; text-align: center; padding: 0 35px 0 0; box-sizing: border-box; }
  dl.bio_list dd { width: 1000px; margin: 0 0 20px 0; }
  dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; 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; } }
/*アサイド*/
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: #e0e0e0; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  aside ul.aside_list { list-style-type: none; }
  aside ul.aside_list li { margin: 0 0 0 0; width: 270px; }
  aside ul.aside_list li a { width: 270px; height: 50px; margin: 0; padding: 0 0 0 50px; box-sizing: border-box; color: #333333; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #222222 1px solid; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #e50012; width: 10%; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #cccccc 1px solid; color: #ff6699; min-height: 17vw; }
table.timetable tr td.time { width: 32%; text-align: center; color: #333333; }

.notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #333333; box-sizing: border-box; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 13px 0; vertical-align: middle; color: #ffffff; background-color: #e50012; width: auto; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px 0; vertical-align: middle; background-color: #ffffff; border-bottom: #cccccc 1px solid; color: #ff6699; min-height: 50px; }
  table.timetable tr td.time { width: 150px; text-align: center; }
  .notice_time { font-size: 1.6rem; margin: 12px 0 0 0; width: 100%; color: #333333; padding: 0; box-sizing: border-box; line-height: 160%; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #e50012; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #e7316e; }

.red_text { color: #e60012; }

.underline_text { text-decoration: underline; }

.tac { text-align: center; }

.emphasis { background-color: #999999; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis p { margin: 0; }

.emphasis_pink { background-color: #ff6674; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis_pink p { margin: 0; }

.low_tel a { color: #ff6699; font-size: 2rem; font-weight: bold; text-decoration: none; }
.low_tel span { color: #ff6699; font-size: 2rem; font-weight: bold; text-decoration: none; }

@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 #e50012; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #e7316e; }
  .link_text:hover { opacity: 0.6; }
  .red_text { color: #e60012; }
  .underline_text { text-decoration: underline; }
  .tac { text-align: center; }
  .emphasis { background-color: #999999; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis p { margin: 0; }
  .emphasis_pink { background-color: #ff6674; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis_pink p { margin: 0; }
  .tow_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; }
  .tow_box section { width: 550px; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 1rem 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }

.doctor_name { text-align: right; font-size: 1.4rem; }
.doctor_name span { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.doctor_img { margin: 0 20px 50px 0; text-align: left; float: left; }
  figure.doctor_img img { width: 400px; height: auto; }
  .doctor_name { text-align: right; font-size: 1.8rem; }
  .doctor_name span { font-size: 2.6rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.access_tel i { color: #e50012; font-weight: bold; font-size: 2rem; }
.access_tel span { color: #e50012; font-weight: bold; font-size: 2rem; }
.access_tel a { color: #e50012; font-weight: bold; font-size: 2rem; }

iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

@media screen and (min-width: 768px), print { .access_tel i { color: #e50012; font-weight: bold; font-size: 3rem; }
  .access_tel span { color: #e50012; font-weight: bold; font-size: 3rem; }
  .access_tel a { color: #e50012; font-weight: bold; font-size: 3rem; }
  iframe.accessmap { width: 100%; height: 500px; margin: 0; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #ff6699; 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: #ff6699; 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: #333333; text-align: center; }

@media screen and (min-width: 768px), print { .machine_frame { width: 100%; margin: 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; }
  .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: #333333; text-align: center; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
ul.low_link_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
ul.low_link_list li { width: 100%; margin: 0 0 1rem 0; }
ul.low_link_list li a { text-decoration: none; font-size: 1.4rem; background-color: #ff6674; color: #ff6699; display: inline-block; padding: 1rem 2rem; box-sizing: border-box; }
ul.low_link_list li a::before { font-family: 'fontello'; content: "\00e807"; margin: 0 5px 0 0; }

@media screen and (min-width: 768px), print { ul.low_link_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 0 0; }
  ul.low_link_list li { width: auto; margin: 0 20px 20px 0; }
  ul.low_link_list li a { text-decoration: none; font-size: 1.6rem; background-color: #ff6674; color: #ff6699; display: inline-block; padding: 8px 14px; box-sizing: border-box; letter-spacing: 0.05em; }
  ul.low_link_list li a::before { font-family: 'fontello'; content: "\00e807"; margin: 0 5px 0 0; } }
/* -----------------------------------------------------------
　禁煙
----------------------------------------------------------- */
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
