@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*茶色1*/
/*緑色1*/
/*茶色2*/
/*茶色2*/
/*薄茶色*/
/*茶色3*/
/*茶色4*/
/*緑1*/
/*緑2*/
/*茶色5*/
/*緑3*/
/*黒１*/
/*黒2*/
/*緑3*/
/*緑4*/
/*薄茶色*/
/*緑5*/
/*黒1*/
/*ピンク1*/
/*紫*/
/*紫2*/
/*紫3*/
/*紫4*/
/*赤*/
/*白*/
/*ピンク2*/
/*赤紫*/
/*ピンク3*/
/*黒2*/
/*ピンク4*/
/*茶色*/
/*茶色2*/
/*灰色1*/
/*灰色2*/
.mb0 { margin-bottom: 0px; }

.mb10 { margin-bottom: 10px; }

.mb20 { margin-bottom: 20px; }

.mb30 { margin-bottom: 30px; }

/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #444444; background-color: #ffffff; }

@media screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #444444; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 1rem 0; }
section.first { margin: 0 0 1rem 0; }
section.white { background-color: #ffffff; margin: 0 0 2rem 0; padding: 1rem; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

.bold_italic_text { font-weight: bold; font-style: italic; }

.txt_c, .txt-center { text-align: center; }

.txt_r { text-align: right; }

.underline_text { text-decoration: underline; }

.text_l { font-size: 2.5rem; }

.text_small { font-size: 1.2rem; }

@media screen and (min-width: 768px) { body { position: relative; z-index: 0; }
  section { height: auto; overflow: hidden; margin: 0 0 30px 0; }
  section.first { margin: 0 0 30px 0; }
  section.white { background-color: #ffffff; margin: 0 0 50px 0; display: block; padding: 1rem; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .text_small { font-size: 1.4rem; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 1rem 0 0 0; background-color: #ece9d2; }
article.low { margin: 0 auto; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.main { width: 96%; margin: 0 auto; padding: 0; }

.main_low { width: 96%; background-color: #ffffff; margin: 0 auto 2rem auto; padding: 1rem; box-sizing: border-box; }

@media screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ece9d2; }
  article.low { margin: 0 auto; }
  .wrapper { height: auto; width: 1110px; margin: 0 auto; padding: 0 0 35px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .main { width: 825px; margin: 100px 0 0 0; padding: 0 0 0 0; }
  .main_low { width: 825px; margin: 100px 0 50px 0; padding: 0 0 0 0; background-color: #ffffff; display: block; padding: 20px; box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: 110vw; overflow: hidden; margin: 0 auto; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1d9ff+0,deefff+30,ffffff+100 */ background: #b1d9ff; /* Old browsers */ background: -moz-linear-gradient(top, #b1d9ff 0%, #deefff 30%, white 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #b1d9ff 0%, #deefff 30%, white 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #b1d9ff 0%, #deefff 30%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ }
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 1rem 0; }
header .head_frame .head_frame_left .head_logo { width: 96%; margin: 0.5rem auto 0 auto; }
header .head_frame .head_frame_left .head_logo img { width: 100%; height: auto; }
header .head_frame .head_frame_left .head_info .head_info_left p { text-align: center; }
header .head_frame .head_frame_left .head_info .head_info_left p.access { font-size: 1.3rem; margin: 0.2rem 0 1rem 0; }
header .head_frame .head_frame_left .head_info .head_info_left p span { color: #7d4900; font-size: 1.8rem; font-weight: bold; }
header .head_frame .head_frame_left .head_info .head_info_left p a { color: #7d4900; font-size: 1.8rem; font-weight: bold; text-decoration: none; }
header .head_frame .head_frame_left .head_info a.web { display: block; color: #ffffff; width: 60%; margin: 0 auto; text-align: center; text-decoration: none; font-size: 1.8rem; padding: 1rem 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90be20+0,90be20+50,9bc537+50,9bc537+50,9bc537+100 */ background: #90be20; /* Old browsers */ background: -moz-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90be20', endColorstr='#9bc537',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
header .head_frame .head_frame_left .head_info .reserve { font-size: 1.4rem; }
header .head_frame .head_frame_right { display: none; }
header .key_visual { display: block; width: 96%; height: 40vw; overflow: hidden; margin: 2rem auto 0 auto; background-repeat: no-repeat; background-size: contain; position: relative; z-index: 1; }
header .key_visual img.key_on_01 { width: 30%; height: auto; position: absolute; bottom: 5%; right: 5%; z-index: 1; display: block; }
header .key_visual img.key_on_02 { width: 30%; height: auto; position: absolute; bottom: 5%; right: 38%; z-index: 1; display: block; }
header .key_visual_low { display: block; width: 96%; height: 30vw; overflow: hidden; margin: 2rem auto 0 auto; }
header .key_visual_low h1 { color: #247c3b; font-size: 2rem; text-align: center; font-weight: normal; margin: 2rem 0 0 0; }
header.low { height: 90vw; }

@media screen and (min-width: 768px) { header { display: block; height: 800px; overflow: hidden; margin: 0 auto; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1d9ff+0,deefff+30,ffffff+100 */ background: #b1d9ff; /* Old browsers */ background: -moz-linear-gradient(top, #b1d9ff 0%, #deefff 30%, white 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #b1d9ff 0%, #deefff 30%, white 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #b1d9ff 0%, #deefff 30%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ position: relative; }
  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: 1110px; margin: 20px auto 0 auto; padding: 0 0 1rem 0; }
  header .head_frame .head_frame_left { width: 731px; }
  header .head_frame .head_frame_left .head_logo { width: 731px; margin: 0 0 8px 0; }
  header .head_frame .head_frame_left .head_logo img { width: 100%; height: auto; }
  header .head_frame .head_frame_left .head_info { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  header .head_frame .head_frame_left .head_info .head_info_left { width: 445px; }
  header .head_frame .head_frame_left .head_info .head_info_left p { text-align: left; margin: 0; }
  header .head_frame .head_frame_left .head_info .head_info_left p.access { font-size: 2rem; margin: 0 0 4px 0; }
  header .head_frame .head_frame_left .head_info .head_info_left p span { color: #7d4900; font-size: 3.4rem; font-weight: bold; }
  header .head_frame .head_frame_left .head_info .head_info_left p a { color: #7d4900; font-size: 3.4rem; font-weight: bold; text-decoration: none; }
  header .head_frame .head_frame_left .head_info a.web { display: block; color: #ffffff; width: 255px; margin: 0 auto; text-align: center; text-decoration: none; font-size: 2.6rem; padding: 1rem 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90be20+0,90be20+50,9bc537+50,9bc537+50,9bc537+100 */ background: #90be20; /* Old browsers */ background: -moz-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90be20', endColorstr='#9bc537',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  header .head_frame .head_frame_left .head_info a.web:hover { opacity: 0.6; }
  header .head_frame .head_frame_left .head_info .reserve { font-size: 1.6rem; }
  header .head_frame .head_frame_right { display: block; width: 350px; }
  header .head_frame .head_frame_right table.timetable { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; box-sizing: border-box; border: none; }
  header .head_frame .head_frame_right table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
  header .head_frame .head_frame_right table.timetable tr.line { border-bottom: #77502c 1px solid; }
  header .head_frame .head_frame_right table.timetable tr th { background-color: #f2df9a; padding: 10px 0; text-align: center; font-weight: normal; color: #7d4900; font-size: 1.6rem; vertical-align: middle; box-sizing: border-box; border-bottom: #77502c 1px solid; border-top: #77502c 1px solid; }
  header .head_frame .head_frame_right table.timetable tr td { text-align: center; padding: 10px 0; color: #7d4900; font-size: 1.6rem; vertical-align: middle; box-sizing: border-box; }
  header .head_frame .head_frame_right table.timetable tr td.time { width: 100px; color: #444444; font-size: 1.6rem; }
  header .head_frame .head_frame_right .notice_time { font-size: 1.6rem; color: #77502c; line-height: 140%; }
  header .key_visual { display: block; width: 1110px; height: 430px; overflow: hidden; margin: 2rem auto 0 auto; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1; }
  header .key_visual img.key_on_01 { width: 180px; height: auto; position: absolute; top: 20px; bottom: 0; right: 25px; z-index: 1; display: block; }
  header .key_visual img.key_on_02 { width: 180px; height: auto; position: absolute; top: 210px; bottom: 0; right: 25px; z-index: 1; display: block; }
  header .key_visual_low { display: block; width: 1110px; height: 140px; overflow: hidden; margin: 0 auto; position: relative; }
  header .key_visual_low h1 { position: absolute; top: 90px; right: 0; color: #247c3b; font-size: 4rem; text-align: left; font-weight: normal; margin: 0; }
  header.low { height: 650px; } }
/* -----------------------------------------------------------
　文字装飾
----------------------------------------------------------- */
.red_text { color: red; }

.preparation { text-align: center; }

/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; box-sizing: border-box; border: none; }
table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
table.timetable tr.line { border-bottom: #7d4900 1px solid; }
table.timetable tr th { background-color: #f2df9a; padding: 12px 0; text-align: center; font-weight: normal; color: #7d4900; font-size: 1.4rem; vertical-align: middle; box-sizing: border-box; border-bottom: #7d4900 1px solid; border-top: #7d4900 1px solid; }
table.timetable tr th.holiday { width: 12%; }
table.timetable tr td { text-align: center; padding: 0.8rem 0; color: #7d4900; font-size: 1.4rem; vertical-align: middle; box-sizing: border-box; }
table.timetable tr td.time { width: 35%; font-size: 1.4rem; text-align: left; }

.notice_time { font-size: 1.4rem; color: #7d4900; line-height: 120%; width: 96%; margin: 1rem auto; }

@media screen and (min-width: 768px) { table.timetable { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; box-sizing: border-box; border: none; }
  table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
  table.timetable tr.line { border-bottom: #7d4900 1px solid; }
  table.timetable tr th { background-color: #f2df9a; padding: 14px 0; text-align: center; font-weight: normal; color: #7d4900; font-size: 1.9rem; vertical-align: middle; box-sizing: border-box; border-bottom: #7d4900 1px solid; border-top: #7d4900 1px solid; }
  table.timetable tr td { text-align: center; padding: 18px 0; color: #7d4900; font-size: 1.9rem; vertical-align: middle; box-sizing: border-box; }
  table.timetable tr td.time { width: 220px; color: #7d4900; font-size: 1.9rem; padding: 0 0 0 50px; }
  .notice_time { font-size: 1.8rem; color: #7d4900; line-height: 140%; margin: 6px auto 0 auto; width: 100%; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: auto; margin: 0 auto; padding: 50px 0 0 0; width: 100%; height: 152px; box-sizing: border-box; /*background-color: $color2;*/ background: url(../images/main_nav_bg.png) no-repeat; background-size: cover; background-position: center bottom; position: absolute; bottom: 0; z-index: 10; }
  .main_nav_pc nav { width: 1110px; height: 80px; margin: 0 auto; }
  .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: 1110px; box-sizing: border-box; height: 80px; padding: 25px 0 10px 0; margin: 10px 0 0 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; overflow: hidden; height: 30px; width: 185px; line-height: 140%; text-align: center; font-size: 1.8rem; border-left: #ffffff 2px solid; }
  .main_nav_pc nav ul li a { text-decoration: none; display: block; color: #ffffff; height: 30px; padding: 5px 0 0 0; width: 100%; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; }
  .main_nav_pc nav ul li:last-child { border-right: #ffffff 2px solid; }
  .nav_low { margin: 0 0 0 0; }
  header.low .main_nav_pc { background: url(../images/main_nav_bg_low.png) no-repeat; background-size: cover; background-position: center bottom; height: 316px; padding: 220px 0 0 0; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { padding: 1rem 0.8rem; box-sizing: border-box; height: 60vw; width: 100%; margin: 0 auto; overflow-y: scroll; box-sizing: border-box; }
.notice_frame dl { padding: 1rem 1rem 1rem 0; }
.notice_frame dl dt { margin: 0 0 0.5rem 0; color: #666666; font-size: 1.6rem; padding: 0; box-sizing: border-box; background-color: #d0ee88; padding: 0.5rem; }
.notice_frame dl dd { color: #444444; margin: 0 0 20px 0; font-size: 1.5rem; line-height: 110%; padding: 0 0 10px 0; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; }

@media screen and (min-width: 768px) { .notice_frame { padding: 1rem 0.8rem; box-sizing: border-box; height: auto; width: 100%; margin: 0 auto; box-sizing: border-box; }
  .notice_frame dl { padding: 1rem 1rem 1rem 0; }
  .notice_frame dl dt { margin: 0 0 0.5rem 0; color: #666666; font-size: 1.6rem; padding: 0; box-sizing: border-box; background-color: #d0ee88; padding: 0.5rem; }
  .notice_frame dl dt.news_title:before { content: "∧ "; display: inline-block; }
  .notice_frame dl dt.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
  .notice_frame dl dd { color: #444444; margin: 0 0 20px 0; font-size: 1.5rem; line-height: 110%; padding: 0 0 10px 0; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; } }
@media screen and (min-width: 768px) and (min-width: 768px) { .notice_frame { padding: 1rem 0.8rem; box-sizing: border-box; height: auto; width: 800px; margin: 0 auto; box-sizing: border-box; }
  .notice_frame dl { padding: 1rem 1rem 1rem 0; }
  .notice_frame dl dt { margin: 0 0 0.5rem 0; color: #666666; font-size: 2rem; padding: 0; box-sizing: border-box; background-color: #d0ee88; padding: 8px 6px; }
  .notice_frame dl dd { color: #444444; margin: 0 0 20px 0; font-size: 1.8rem; line-height: 110%; padding: 0 0 10px 0; box-sizing: border-box; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.features { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 96%; margin: 0 auto 1rem auto; }
.features figure { text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.features figure img { width: 80%; height: auto; display: block; margin: 0 auto 0.2rem auto; }
.features figure figcaption { width: 80%; font-size: 1.5rem; margin: 0 auto 1rem auto; text-align: left; color: #444444; padding: 0.6rem 0; border-radius: 0.4rem; line-height: 100%; text-align: left; }

@media screen and (min-width: 768px) { .features { 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: 760px; margin: 0 auto; }
  .features figure { text-align: center; width: 370px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
  .features figure img { width: 370px; height: auto; display: block; margin: 0 auto; }
  .features figure figcaption { width: 370px; font-size: 2rem; margin: 0.4rem 0 0 0; text-align: left; color: #444444; padding: 1.2rem 0; border-radius: 0.4rem; line-height: 100%; height: 80px; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background-color: #def2b1; }
.overview_bg .overview { padding: 1rem 0; width: 100%; margin: 0; }
.overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 1rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_left { width: 96%; margin: 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left h2 { text-align: center; margin: 0 0 3rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left h2 img { width: 80%; }
.overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 20px auto 0 auto; 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; line-height: 160%; margin: 0 0 20px 0; border-top: #77502c 1px solid; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt { color: #381e06; font-size: 1.7rem; font-weight: normal; margin: 0; width: 100%; padding: 1rem 0 0 0; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd { color: #666666; font-size: 1.5rem; margin: 0; width: 100%; padding: 0.5rem 0 0.5rem 0; box-sizing: border-box; border-bottom: #77502c 1px solid; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span { color: #7d4900; font-size: 2.2rem; text-decoration: none; font-weight: bold; line-height: 120%; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd a { color: #7d4900; font-size: 2.2rem; text-decoration: none; font-weight: bold; line-height: 120%; }
.overview_bg .overview .overview_frame .overview_frame_right { width: 94%; margin: 20px auto 0 auto; text-align: center; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { width: 99%; height: 400px; border: #77502c 1px solid; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_right a { color: #444444; font-size: 1.5rem; text-align: right; display: block; margin: 0.4rem 0 0 0; text-decoration: none; }
.overview_bg .overview table.timetable { width: 96%; margin: 0 auto; }
.overview_bg .overview table.timetable tr th span { display: none; }
.overview_bg .overview_title { color: #381e06; font-size: 1.7rem; font-weight: normal; margin: 1rem auto 0 auto; width: 96%; }

@media screen and (min-width: 768px) { .overview_bg { background-color: #def2b1; width: 100%; max-width: 2000px; margin: 0 auto; }
  .overview_bg .overview { padding: 50px 0 40px 0; margin: 0 auto; width: 1110px; }
  .overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1110px; margin: 46px auto 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 541px; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left h2 { text-align: center; margin: 0 0 70px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left h2 img { width: 541px; }
  .overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 0 0 40px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; border-top: #77502c 1px solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt { display: -webkit-flex; display: flex; align-items: center; color: #381e06; font-size: 2.2rem; font-weight: normal; margin: 0 0 0 0; display: -webkit-flex; display: flex; align-items: center; width: 140px; height: 80px; padding: 0; box-sizing: border-box; border-bottom: #77502c 1px solid; line-height: 140%; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:nth-child(3) { padding: 12px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd { display: -webkit-flex; display: flex; align-items: center; color: #444444; font-size: 1.8rem; margin: 0 0 0 0; width: 401px; height: 80px; padding: 0; box-sizing: border-box; border-bottom: #77502c 1px solid; line-height: 140%; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a { color: #7d4900; font-size: 3rem; text-decoration: none; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span { color: #7d4900; font-size: 3rem; text-decoration: none; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 540px; margin: 0; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 566px; border: #a7a7a7 1px solid; box-sizing: border-box; }
  .overview_bg .overview .overview_frame .overview_frame_right a { color: #444444; font-size: 1.8rem; text-align: right; display: block; margin: 1rem 0 0 0; text-decoration: none; }
  .overview_bg .overview table.timetable { width: 100%; margin: 0; }
  .overview_bg .overview table.timetable tr th span { display: none; }
  .overview_bg .overview_title { color: #381e06; font-size: 2.2rem; font-weight: normal; margin: 1rem auto 0.8rem auto; width: 100%; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_grass { background: url(../images/footer_bg.png) repeat-x; background-size: contain; background-position: left bottom; height: 60px; background-color: #def2b1; }
footer .footer_grass figure { display: none; }
footer .footer_frame { display: none; }
footer .footer_appeal { margin: 0; text-align: center; padding: 0.8rem 0 1.5em; color: #444444; font-size: 1.2rem; height: auto; background-color: #8ab528; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0 0 0.8rem; color: #444444; font-size: 1.2rem; height: auto; background-color: #8ab528; }
footer .copyright a { color: #444444; text-decoration: none; }

@media screen and (min-width: 768px) and (max-width: 1500px) { .footer_grass { background: url(../images/footer_bg.png) repeat-x; background-size: 286px; background-position: left bottom; height: auto; background-color: #def2b1; }
  .footer_grass figure { display: block; width: 80%; margin: 0 auto; text-align: right; }
  .footer_grass figure img { margin: 0 10vw 0 0; } }
@media screen and (min-width: 768px) { footer { width: 100%; height: 160px; padding: 0; box-sizing: border-box; padding: 0; }
  footer .footer_grass { background: url(../images/footer_bg.png) repeat-x; background-size: 286px; background-position: left bottom; height: auto; background-color: #def2b1; max-width: 2000px; overflow: hidden; }
  footer .footer_grass figure { display: block; width: 1110px; margin: 0 auto; text-align: right; }
  footer .footer_frame { background-color: #8ab528; display: block; width: 100%; height: 160px; margin: -1px auto; padding: 60px 0 0 0; box-sizing: border-box; }
  footer .footer_frame ul { font-size: 1.5rem; list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; }
  footer .footer_frame ul li { margin: 0 0 10px 0; }
  footer .footer_frame ul li a { color: #444444; text-decoration: none; line-height: 170%; }
  footer .footer_frame ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 0 0 15px; color: #444444; }
  footer .footer_frame ul li:last-child::after { content: ""; }
  footer .footer_frame ul.footer_list_01 { width: 660px; margin: 0 auto 0px auto; }
  footer .footer_frame ul.footer_list_02 { /*width:440px;*/ width: 500px; margin: 0 auto 0px auto; }
  footer .footer_frame ul.footer_list_02 br { display: none; }
  footer .footer_frame ul.footer_list_03 { width: 180px; margin: 0 auto 0px auto; }
  footer .footer_appeal { text-align: center; margin: 0 auto; padding: 3rem 0 1.5em 0; color: #444444; font-size: 1.4rem; height: auto; max-width: 2000px; border-top: none; }
  footer .copyright { margin: 0; text-align: center; margin: 0 auto; padding: 0 0 1rem 0; color: #444444; font-size: 1.4rem; height: auto; max-width: 2000px; border-top: none; }
  footer .copyright a { color: #444444; text-decoration: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 14vw; right: 0px; height: 10em; text-align: right; margin: 0 2% 0 0; z-index: 999999; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 115px; height: auto; }
  #pagetop { position: fixed; bottom: 280px; left: 50%; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 80px; left: 90%; margin: 0 0 0 0; height: 250px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 45vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; }
.drawr p { color: #e43c7a; font-size: 2rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { background-color: #bfcc42; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 2rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg2 { background-color: #e7b344; }
.drawr ul.hbg2 li { text-align: center; }
.drawr ul.hbg2 li a { color: #ffffff; font-size: 2rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg3 { background-color: #5aac03; }
.drawr ul.hbg3 li { text-align: center; }
.drawr ul.hbg3 li a { color: #ffffff; font-size: 2rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.staff li a { background-color: #f9e0e9; color: #444444; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.gnav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 100%; box-sizing: border-box; margin: 0 auto; }
.main_nav_sp ul.gnav li { width: 100%; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; box-sizing: border-box; padding: 0; border-bottom: #ffffff 1px solid; text-align: center; }
.main_nav_sp ul.gnav li a { color: #ffffff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }

@media screen and (min-width: 768px) { .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: 54px; position: absolute; cursor: pointer; right: 2%; top: 25vw; padding: 0 0 0.6rem 0; background-color: #bfcc42; }

/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

.aside_sp ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; padding: 1rem 0 0 0; }
.aside_sp ul li { text-align: left; margin: 0 auto 20px auto; width: 70%; height: 24vw; }
.aside_sp ul li a { width: 100%; height: 24vw; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; color: #ffffff; font-size: 1.9rem; padding: 0 0 0 22px; box-sizing: border-box; border-radius: 3px; border: #5aac03 3px solid; }
.aside_sp ul li a:hover { opacity: 0.6; }
.aside_sp ul li:nth-child(1) a { background: url(../images/aside_icon_13.png) no-repeat; background-position: right 5px center; background-color: #90be20; background-size: 25%; }
.aside_sp ul li:nth-child(2) a { background: url(../images/aside_icon_11.png) no-repeat; background-position: right 5px center; background-color: #90be20; background-size: 25%; }
.aside_sp ul li:nth-child(3) a { background: url(../images/aside_icon_12.png) no-repeat; background-position: right 5px center; background-color: #90be20; background-size: 25%; }

input[type="checkbox"].on-off { display: none; }

input[type="checkbox"].on-off + ul { height: 0; overflow: hidden; }

input[type="checkbox"].on-off:checked + ul { height: auto; }

.accordion { margin: 0 0 2rem 0; }
.accordion label { background-color: #e7dab2; color: #7d4900; padding: 1rem 0; display: block; text-align: center; box-sizing: border-box; letter-spacing: 0.1em; font-size: 1.8rem; font-weight: normal; margin: 3rem auto 0 auto; border: #c79a3a 2px solid; border-radius: 5px; width: 96%; }
.accordion ul.aside_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; width: 96%; box-sizing: border-box; margin: 0 auto 0 auto; }
.accordion ul.aside_list li { width: 100%; height: auto; text-align: center; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; background: #e7dab2; border-bottom: #c79a3a 2px solid; border-left: #c79a3a 2px solid; border-right: #c79a3a 2px solid; }
.accordion ul.aside_list li br { display: none; }
.accordion ul.aside_list li a { color: #7d4900; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }
.accordion ul.aside_list li a:hover { opacity: 0.6; }
.accordion ul.aside_influ { 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: 96%; box-sizing: border-box; margin: 1rem auto 0; }
.accordion ul.aside_influ li { width: 100%; height: auto; text-align: center; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; background: #90be20; border-radius: 3px; border: #5aac03 3px solid; }
.accordion ul.aside_influ li br { display: none; }
.accordion ul.aside_influ li a { color: #fff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }
.accordion ul.aside_influ li a:hover { opacity: 0.6; }
.accordion ul.aside_telephone { 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: 96%; box-sizing: border-box; margin: 1rem auto 0; }
.accordion ul.aside_telephone li { width: 100%; height: auto; text-align: center; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; background: #90be20; border-radius: 3px; border: #5aac03 3px solid; }
.accordion ul.aside_telephone li br { display: none; }
.accordion ul.aside_telephone li a { color: #fff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }
.accordion ul.aside_telephone li a:hover { opacity: 0.6; }

.mail_link_sp { width: 70%; margin: 0 auto 20px auto; }
.mail_link_sp img { width: 100%; height: auto; }

.mail_link { display: none; }

@media screen and (min-width: 768px) { .aside_sp { display: none; }
  aside { display: inline; width: 255px; height: auto; margin: 100px 0 0 0; }
  aside div { margin: 0 0 30px 0; padding: 0; }
  aside div .aside_title { border: #c79a3a 3px solid; border-radius: 3px; background-color: #e7dab2; padding: 10px 16px; box-sizing: border-box; margin: 0 0 38px 0; }
  aside div .aside_title img { margin: 0 0 8px 0; }
  aside div .aside_title p { color: #7d4900; font-size: 2rem; text-align: left; margin: 0; line-height: 145%; }
  aside div .aside_sub_title { color: #ffffff; background-color: #c79a3a; text-align: center; padding: 10px 0; border-radius: 3px; font-size: 2.2rem; line-height: 120%; margin: 0 0 2px 0; font-weight: bold; }
  aside div ul.treatment { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; padding: 10px 0 0 0; }
  aside div ul.treatment li { text-align: left; margin: 0 auto 10px auto; width: 255px; height: 90px; }
  aside div ul.treatment li a { width: 255px; height: 90px; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; color: #ffffff; font-size: 1.9rem; padding: 0 0 0 22px; box-sizing: border-box; border-radius: 3px; border: #c79a3a 3px solid; }
  aside div ul.treatment li a:hover { opacity: 0.6; }
  aside div ul.treatment li:nth-child(1) a { background: url(../images/aside_icon_01.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(2) a { background: url(../images/aside_icon_02.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(3) a { background: url(../images/aside_icon_03.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(4) a { background: url(../images/aside_icon_04.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(5) a { background: url(../images/aside_icon_05.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(6) a { background: url(../images/aside_icon_06.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(7) a { background: url(../images/aside_icon_07.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(8) a { background: url(../images/aside_icon_08.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(9) a { background: url(../images/aside_icon_09.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.treatment li:nth-child(10) a { background: url(../images/aside_icon_10.gif) no-repeat; background-position: right 5px center; background-color: #e7b344; }
  aside div ul.staff { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; padding: 0 0 0 0; }
  aside div ul.staff li { text-align: left; margin: 0 auto 10px auto; width: 255px; height: 120px; }
  aside div ul.staff li a { width: 255px; height: 120px; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; color: #ffffff; font-size: 1.9rem; padding: 0 0 0 22px; box-sizing: border-box; border-radius: 3px; border: #5aac03 3px solid; }
  aside div ul.staff li a:hover { opacity: 0.6; }
  aside div ul.staff li:nth-child(1) a { background: url(../images/aside_icon_13.png) no-repeat; background-position: right 5px center; background-color: #90be20; }
  aside div ul.staff li:nth-child(2) a { background: url(../images/aside_icon_11.png) no-repeat; background-position: right 5px center; background-color: #90be20; }
  aside div ul.staff li:nth-child(3) a { background: url(../images/aside_icon_12.png) no-repeat; background-position: right 5px center; background-color: #90be20; }
  aside div ul.aside_influ { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; padding: 0 0 0 0; }
  aside div ul.aside_influ li { text-align: left; margin: 0 auto 40px auto; width: 255px; height: 120px; }
  aside div ul.aside_influ li a { width: 255px; height: 120px; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; color: #ffffff; font-size: 1.9rem; padding: 0 0 0 22px; box-sizing: border-box; border-radius: 3px; border: #5aac03 3px solid; background: url(../images/aside_icon_14.png) no-repeat; background-position: right 10px center; background-color: #90be20; }
  aside div ul.aside_influ li a:hover { opacity: 0.6; }
  aside div ul.aside_telephone { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; padding: 0 0 0 0; }
  aside div ul.aside_telephone li { text-align: left; margin: 0 auto 40px auto; width: 255px; height: 120px; }
  aside div ul.aside_telephone li a { width: 255px; height: 120px; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; color: #ffffff; font-size: 1.9rem; padding: 0 0 0 22px; box-sizing: border-box; border-radius: 3px; border: #5aac03 3px solid; background: url(../images/aside_icon_15.png) no-repeat; background-position: right 10px center; background-color: #90be20; }
  aside div ul.aside_telephone li a:hover { opacity: 0.6; }
  .accordion { display: none; }
  .mail_link_sp { display: none; }
  .mail_link { display: block; margin: -30px 0 0 0; }
  .mail_link a:hover { opacity: 0.6; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 45%; 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) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 235px; height: auto; }
  .img_doctor { float: left; margin: 0 20px 10px 0; }
  .img_doctor img { width: 250px; 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; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.5rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.5rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2rem; padding: 0 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.5rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.5rem; 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.5rem; 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.5rem; 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.5rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 15px 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2.6rem; padding: 0 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.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { 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_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.5rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_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.5rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.time_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.5rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.time_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.time_list dd { width: 100%; margin: 0 0 20px 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.8rem; box-sizing: border-box; line-height: 140%; width: 805px; }
  dl.bio_list dt { width: 80px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 710px; margin: 0 0 20px 0; padding: 0 10px 0 0; box-sizing: border-box; }
  dl.book_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; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; }
  dl.time_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; margin: 0 0 0 0; line-height: 120%; }
  dl.time_list dt { width: 200px; margin: 0 0 1rem 0; font-weight: normal; text-align: left; }
  dl.time_list dd { width: 585px; margin: 0 0 1rem 0; } }
/*見出し*/
h1 { margin: 0; }

h2.top { color: #956a10; font-size: 2.2rem; text-align: center; margin: 20px 0 10px 0; font-weight: normal; display: flex; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; align-items: center; }
h2.top span { display: block; margin: 0 0.4rem; }
h2.top img { display: none; }
h2.low { color: #745e4c; background-color: #fcc91a; border: #caa049 2px solid; font-size: 2rem; padding: 1rem; text-align: left; font-weight: normal; border-radius: 0.6rem; margin: 20px 0 1rem 0; }
h2.first { margin: 0 0 10px 0; }

h3 { color: #247c3b; font-weight: normal; font-size: 1.9rem; background: url(../images/a_h3_bg.gif) repeat-x; background-position: left bottom; padding: 0 0 0.8rem 0; margin: 0 0 1rem 0; }

h4 { color: #7d4900; font-weight: normal; font-size: 1.8rem; padding: 0 0 0.4rem 0; margin: 0 0 1rem 0; border-bottom: #7d4900 4px solid; }

h5 { color: #38b03a; font-weight: normal; font-size: 1.7rem; padding: 0 0 0.4rem 0; margin: 0 0 1rem 0; border-bottom: #247c3b 4px dotted; }

p { font-size: 1.5rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px) { h1 { margin: 0; }
  h2.top { color: #956a10; font-size: 2.8rem; text-align: center; margin: 0 0 34px 0; padding: 18px 0 0 0; display: flex; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; align-items: center; }
  h2.top span { display: block; margin: 0 20px; }
  h2.top img { display: block; }
  h2.low { color: #745e4c; background: url(../images/h2_icon.png) no-repeat; background-position: right 18px center; background-color: #fcc91a; border: #caa049 3px solid; font-size: 3.2rem; padding: 13px; text-align: left; font-weight: normal; border-radius: 0.6rem; margin: 20px 0 1rem 0; }
  h2.first { margin: 0 0 10px 0; }
  h3 { color: #247c3b; font-weight: normal; font-size: 2.8rem; background: url(../images/a_h3_bg.gif) repeat-x; background-position: left bottom; padding: 0 0 12px 0; margin: 20px 0 1rem 0; }
  h4 { color: #7d4900; font-weight: normal; font-size: 2.6rem; padding: 0 0 0.4rem 0; margin: 20px 0 8px 0; border-bottom: #7d4900 4px solid; }
  h5 { color: #38b03a; font-weight: normal; font-size: 2.4rem; padding: 0 0 0.4rem 0; margin: 10px 0 7px 0; border-bottom: #247c3b 4px dotted; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/* -----------------------------------------------------------
　
----------------------------------------------------------- */
/**/
/* -----------------------------------------------------------
　インフルエンザワクチン接種について - influenza
----------------------------------------------------------- */
#influenza { /*接種受付時間*/ /* 予約方法 */ }
#influenza .reception_time .timetable { margin-bottom: 1rem; }
#influenza .reservation_method .timetable { margin-bottom: 2rem; line-height: 1.4; }

/* -----------------------------------------------------------
　クリニック紹介 - clinic
----------------------------------------------------------- */
/* 機器紹介 */
.equipment_box section img { width: 80%; display: block; margin: 0 auto 2rem auto; }

@media screen and (min-width: 768px) { .equipment_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; }
  .equipment_box section { width: 48%; }
  .equipment_box section img { width: 100%; display: block; margin: 0 auto 1rem auto; } }
/*----------------------------------------------------------- 下層
----------------------------------------------------------- */
.yellow { background-color: #fdf276; padding: 1rem; box-sizing: border-box; }
.yellow p { margin: 0 0 3rem 0; }
.yellow p.ideaend { margin: 0 0 0 0; }
.yellow h2.idea { text-align: center; color: #745e4c; font-weight: bold; font-size: 2.2rem; margin: 0 0 0.5rem 0; }
.yellow h4.idea { text-align: center; color: #745e4c; font-weight: bold; font-size: 2.2rem; margin: 0 0 1rem 0; border-bottom: none; }
.yellow .idea_img { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
.yellow .idea_img .idea_left { width: 40%; }
.yellow .idea_img .idea_left img { display: none; }
.yellow .idea_img .idea_right { width: 40%; }
.yellow .idea_img .idea_right img { width: 100%; }

/*FAQ*/
dl.faqlist { 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; /*question*/ /*answer*/ }
dl.faqlist dt.question_icon { width: 8%; margin: 0 0 1rem 0; }
dl.faqlist dt.question_icon span { background-color: #247c3b; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 1.6rem; font-weight: bold; padding: 0.2rem 0; display: block; }
dl.faqlist dd.question_text { width: 92%; font-size: 1.5rem; color: #247c3b; padding: 0 0 0 2%; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 140%; }
dl.faqlist dt.answer_icon { width: 8%; margin: 0 0 1rem 0; }
dl.faqlist dt.answer_icon span { background-color: #8ab528; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 1.6rem; font-weight: bold; padding: 0.2rem 0; display: block; }
dl.faqlist dd.answer_text { width: 92%; font-size: 1.5rem; color: #444444; padding: 0 0 0 2%; box-sizing: border-box; margin: 0 0 4rem 0; line-height: 140%; }

/*アクセス*/
.train_box { margin: 0 0 30px 0; }
.train_box p { color: #595959; font-size: 1.5rem; }
.train_box p span { color: #90be20; font-weight: bold; font-size: 2rem; display: block; margin: 1rem 0 0 0; line-height: 120%; }
.train_box figure { text-align: center; margin: 0 0 1rem 0; }
.train_box figure img { width: 80%; height: auto; }

.accessmap { width: 100%; height: 500px; border: #8e8e8e 1px solid; box-sizing: border-box; }

.access_img { width: 100%; margin: 2rem 0 0 0; }
.access_img img { width: 100%; height: auto; }

/*初診の方*/
a.green_button { display: block; color: #ffffff; width: 80%; margin: 0 auto; text-align: center; text-decoration: none; font-size: 1.8rem; padding: 2rem 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90be20+0,90be20+50,9bc537+50,9bc537+50,9bc537+100 */ background: #90be20; /* Old browsers */ background: -moz-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90be20', endColorstr='#9bc537',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }

/*初診の方*/
a.orange_button { display: block; color: #ffffff; width: 80%; margin: 0 auto; text-align: center; text-decoration: none; font-size: 1.8rem; padding: 2rem 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc91a+0,fcc91a+49,fdd448+51,fdd448+100 */ background: #fcc91a; /* Old browsers */ background: -moz-linear-gradient(-45deg, #fcc91a 0%, #fcc91a 49%, #fdd448 51%, #fdd448 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #fcc91a 0%, #fcc91a 49%, #fdd448 51%, #fdd448 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #fcc91a 0%, #fcc91a 49%, #fdd448 51%, #fdd448 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc91a', endColorstr='#fdd448',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }

/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #247c3b; text-align: center; display: block; margin: 3rem auto; }

@media screen and (min-width: 768px) { .yellow { background-color: #fdf276; padding: 1rem; box-sizing: border-box; width: 780px; margin: 20px auto; padding: 20px; }
  .yellow p { margin: 0 0 4rem 0; }
  .yellow p.ideaend { margin: 0 0 0 0; }
  .yellow h2.idea { text-align: center; color: #745e4c; font-weight: bold; font-size: 3rem; margin: 0 0 10px 0; line-height: 1.2; }
  .yellow h4.idea { text-align: center; color: #745e4c; font-weight: bold; font-size: 3rem; margin: 0 0 30px 0; border-bottom: none; }
  .yellow .idea_img { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 20px 0 0 0; }
  .yellow .idea_img .idea_left { width: 222px; }
  .yellow .idea_img .idea_left img { display: block; width: 222px; }
  .yellow .idea_img .idea_right { width: 143px; }
  .yellow .idea_img .idea_right img { width: 143px; }
  /*FAQ*/
  dl.faqlist { 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; /*question*/ /*answer*/ }
  dl.faqlist dt.question_icon { width: 40px; margin: 0 0 1rem 0; }
  dl.faqlist dt.question_icon span { background-color: #247c3b; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 3.4rem; font-weight: bold; padding: 0.4rem 0; display: block; }
  dl.faqlist dd.question_text { width: 730px; font-size: 2.6rem; color: #247c3b; padding: 0 0 0 2%; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 160%; }
  dl.faqlist dt.answer_icon { width: 40px; margin: 0 0 1rem 0; }
  dl.faqlist dt.answer_icon span { background-color: #8ab528; color: #ffffff; text-align: center; border-radius: 0.4rem; font-size: 3.4rem; font-weight: bold; padding: 0.2rem 0; display: block; }
  dl.faqlist dd.answer_text { width: 730px; font-size: 1.8rem; color: #444444; padding: 0 0 0 2%; box-sizing: border-box; margin: 0 0 4rem 0; line-height: 160%; }
  /*アクセス*/
  .train_box { width: 785px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .train_box p { color: #595959; font-size: 1.9rem; width: 350px; }
  .train_box p span { color: #90be20; font-weight: bold; font-size: 2.8rem; display: block; margin: 1rem 0 0 0; line-height: 120%; }
  .train_box figure { text-align: center; margin: 0 0 1rem 0; width: 350px; }
  .train_box figure img { width: 323px; height: auto; }
  .accessmap { width: 100%; height: 550px; border: #8e8e8e 1px solid; box-sizing: border-box; }
  .access_img { width: 100%; margin: 2rem 0 0 0; text-align: right; }
  .access_img img { width: 425px; height: auto; }
  /*初診の方*/
  a.green_button { display: block; color: #ffffff; width: 260px; margin: 0 auto; text-align: center; text-decoration: none; font-size: 2.6rem; padding: 2rem 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90be20+0,90be20+50,9bc537+50,9bc537+50,9bc537+100 */ background: #90be20; /* Old browsers */ background: -moz-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #90be20 0%, #90be20 50%, #9bc537 50%, #9bc537 50%, #9bc537 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90be20', endColorstr='#9bc537',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
  a.green_button:hover { opacity: 0.6; }
  a.green_button.wide { width: 350px; }
  /*初診の方*/
  a.orange_button { display: block; color: #ffffff; width: 260px; margin: 0 auto; text-align: center; text-decoration: none; font-size: 2.6rem; padding: 2rem 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc91a+0,fcc91a+49,fdd448+51,fdd448+100 */ background: #fcc91a; /* Old browsers */ background: -moz-linear-gradient(-45deg, #fcc91a 0%, #fcc91a 49%, #fdd448 51%, #fdd448 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #fcc91a 0%, #fcc91a 49%, #fdd448 51%, #fdd448 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #fcc91a 0%, #fcc91a 49%, #fdd448 51%, #fdd448 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc91a', endColorstr='#fdd448',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
  a.orange_button:hover { opacity: 0.6; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #247c3b; text-align: center; display: block; margin: 30px auto; } }
table.price { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; border: #77502c 1px solid; box-sizing: border-box; font-size: 1.6rem; }
table.price tr { margin: 0px; padding: 0px; vertical-align: middle; }
table.price th { background-color: #f2df9a; padding: 10px 0; text-align: center; font-weight: normal; color: #7d4900; vertical-align: middle; box-sizing: border-box; border-bottom: #77502c 1px solid; border-top: #77502c 1px solid; }
table.price td { text-align: center; padding: 10px; color: #7d4900; vertical-align: middle; box-sizing: border-box; border-right: #77502c 1px solid; border-bottom: #77502c 1px solid; line-height: 1.2; }
table.price td.right { text-align: right; }

/*# sourceMappingURL=style.css.map */
