@charset "UTF-8";
/* Scss Document */
/* ======================================================================= 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本文字家族*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc(100vw / 32); overflow-y: auto; font-family: "Noto Sans JP", "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #212121; background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "Noto Sans JP", "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #212121; background-color: #FFFFFF; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 3rem 0; }
section.first { margin: 0; }
section.s_h2 { padding: 0; margin: 0 0 2rem 0; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

.strike { text-decoration: line-through; }

@media print, screen and (min-width: 768px) { body { position: relative; z-index: 0; box-sizing: border-box; min-width: 1100px; }
  section { height: auto; overflow: hidden; margin: 0 0 60px 0; }
  section.first { margin: 0; }
  section.s_h2 { margin: 0 0 80px 0; box-sizing: border-box; }
  section.parallel { display: flex; justify-content: space-between; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 3rem 0 0 0; padding: 0; background-color: #FFFFFF; position: relative; }

.wrapper { height: auto; width: 100%; margin: 0 auto 2rem; padding: 0; }

.main { width: 90%; margin: 1rem auto 0; padding: 0; }

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 80px 0 0 0; background-color: #FFFFFF; }
  .wrapper { height: auto; width: 1100px; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .main { width: 796px; margin: 0; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame { width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }
header .head_frame .header_info { display: block; width: 100%; margin: 3vw 0 0 0; padding: 0; }
header .head_frame .header_info .head_logo { width: 75%; margin: 0; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; margin: 0 0 0 1rem; }
header .head_frame .header_info .head_info { width: auto; margin: 0; padding: 0; }
header .head_frame .header_info .head_info p.parking { font-size: 1.2rem; text-align: center; margin: 1rem 0; line-height: 1.3; }
header .head_frame .header_info .head_info p.parking span { color: #ff943e; font-size: 1.6rem; font-weight: bold; }
header .head_frame .header_info .head_info p.parking span::before { content: url("../images/icon_parking.png"); display: inline-block; margin: 0 .4rem 0 0; }
header .head_frame .header_info .head_info p.tel { display: none; }
header .key_on > div { margin: -3rem auto 0 !important; }
header .key_on .key_visual { width: 100%; height: 19rem; background-position: center bottom; background-size: 110% auto; background-repeat: no-repeat; display: flex; align-items: center; }
header .key_on .key_visual .renewal { margin: auto 1rem 1rem auto; background-color: #FFFFFF; border-radius: .6rem; text-align: center; padding: .6rem .8rem; }
header .key_on .key_visual .renewal p { font-size: 1.2rem; color: #9b7c45; margin: 0; }
header .key_on .key_visual .renewal p span { font-size: 1.6rem; font-weight: bold; color: #f18d00; }
header .key_visual_low { background-color: #ffe2b9; overflow: hidden; width: 100%; height: auto; margin: 0; padding: 0; }
header .key_visual_low h1 { color: #9B7C45; font-size: 2.2rem; font-weight: normal; padding: 3rem 0; text-align: center; }

@media print, screen and (min-width: 768px) { header .head_frame { width: 100%; margin: 0; padding: 50px 0 0 0; background-color: #FFFFFF; }
  header .head_frame .header_info { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: flex-end; width: 1100px; margin: 0 auto 50px; padding: 0; }
  header .head_frame .header_info .head_logo { width: 450px; margin: 0; }
  header .head_frame .header_info .head_logo img { width: 100%; height: auto; margin: 0; }
  header .head_frame .header_info .head_info { width: auto; margin: 0; padding: 0; }
  header .head_frame .header_info .head_info p.parking { font-size: 1.2rem; text-align: left; margin: 0 0 6px 0; line-height: 1.3; }
  header .head_frame .header_info .head_info p.parking span { color: #ff943e; font-size: 2.1rem; font-weight: bold; }
  header .head_frame .header_info .head_info p.parking span::before { content: url("../images/icon_parking.png"); display: inline-block; margin: 0 4px 0 0; }
  header .head_frame .header_info .head_info p.tel { display: block; color: #212121; font-size: 3.4rem; font-weight: bold; text-align: right; margin: 0; line-height: inherit; }
  header .head_frame .header_info .head_info p.tel span { font-size: 2.6rem; }
  header .head_frame .header_info .head_info p.tel a { color: #212121; text-decoration: none; }
  header .key_on > div { margin: 1rem auto 0 !important; right: 0; }
  header .key_on .key_visual { width: 1100px; height: 450px; margin: 10px auto 0; background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: flex-end; }
  header .key_on .key_visual .renewal { margin: 0 20px 20px auto; background-color: #FFFFFF; border-radius: 6px; text-align: center; padding: 20px 28px; }
  header .key_on .key_visual .renewal p { font-size: 2rem; color: #9b7c45; margin: 0; }
  header .key_on .key_visual .renewal p span { font-size: 2.4rem; font-weight: bold; color: #f18d00; }
  header .key_visual_low { background-color: #ffe2b9; width: 1100px; margin: 10px auto 0; height: 160px; border-radius: 18px; display: flex; justify-content: center; align-items: center; }
  header .key_visual_low h1 { font-size: 3.6rem; color: #9B7C45; font-weight: normal; padding: 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.navbar { display: none; }

@media print, screen and (min-width: 768px) { .navbar { display: block; }
  .gNav { display: flex; justify-content: space-between; width: 1000px; margin: 0 auto; padding: 0; list-style: none; }
  .gNav li { padding: 0; }
  .gNav li a::after { content: ""; display: block; font-size: 1.2rem; margin: 1.2rem 0 0 0; color: #d3ad6f; }
  .gNav li.home a::after { content: "HOME"; margin: 0.5rem 0 0 0; }
  .gNav li.home a span { display: none; }
  .gNav li.doctor a::after { content: "DOCTOR"; }
  .gNav li.clinic a::after { content: "MENU"; }
  .gNav li.first a::after { content: "CLINIC"; }
  .gNav li.access a::after { content: "ACCESS"; }
  .gNav li.recruit a::after { content: "RECRUIT"; }
  .gNav > li { flex-grow: 1; position: relative; }
  .gNav > li > a { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 60px; padding: 0; color: #222; font-size: 1.8rem; font-weight: normal; line-height: 1.1; text-align: center; text-decoration: none; transition: color .3s; text-transform: uppercase; }
  .gNav > li > a:hover, .gNav > li > a:hover i:before { color: #ff943e; }
  .gNav .interpunct { display: none; }
  .gNav i:before { margin: 0 0 10px; color: #444444; font-size: 3rem; transition: color .3s; margin: 0 0 -1rem 0; }
  .gNav .-home i:before { -webkit-transform: translateX(-4px); transform: translateX(-4px); }
  .gNav .-treatment i:before { -webkit-transform: translateX(-13px); transform: translateX(-13px); }
  .gNav .sub { display: none; position: absolute; left: -10px; width: calc(100% + 20px); padding: 0; z-index: 1000; list-style: none; background: rgba(239, 228, 208, 0.97); }
  .gNav .sub > li { width: 100%; border-bottom: 1px solid #FFFFFF; }
  .gNav .sub > li:last-child { border-bottom: 0; }
  .gNav .sub > li [class*=" icon-"]:before, .gNav .sub > li [class^=icon-]:before { display: none; }
  .gNav .sub > li > a { display: block; padding: 16px 10px; font-size: 1.4rem; text-align: center; color: #9b7c45; font-weight: 700; text-decoration: none; transition: background-color .15s; }
  .gNav .sub > li > a::after { display: none; }
  .gNav .sub > li > a:hover { background-color: #e5fdb9; text-decoration: none; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { width: 100%; padding: 0; background-color: #FFFFFF; box-sizing: border-box; }

table.timetable { padding: 0; vertical-align: middle; width: 100%; margin: 0; text-align: center; border-collapse: collapse; box-sizing: border-box; }
table.timetable tr { margin: 0; padding: 0; vertical-align: middle; border-bottom: #f0e8d3 .1rem solid; }
table.timetable tr th { padding: .4rem 0; text-align: center; font-weight: normal; color: #9b7c45; font-size: 1.1rem; vertical-align: middle; box-sizing: border-box; background-color: #f0e8d3; }
table.timetable tr td { text-align: center; padding: .8rem 0; font-size: 1.1rem; vertical-align: middle; box-sizing: border-box; color: #9b7c45; width: 10%; background-color: #FFFFFF; }
table.timetable tr td.time { width: 30%; text-align: center; color: #9b7c45; font-size: 1.2rem; }

.notice_time { font-size: 1.1rem; color: #f18d00; text-align: right !important; margin: 0; padding: 6px 0 0 0; }

@media print, screen and (min-width: 768px) { .table_wrapper { width: 100%; padding: 0; margin: 30px 0 0 0; background-color: #FFFFFF; box-sizing: border-box; }
  table.timetable { padding: 0; vertical-align: middle; width: 100%; margin: 0; text-align: center; border-collapse: collapse; box-sizing: border-box; }
  table.timetable tr { margin: 0; padding: 0; vertical-align: middle; border-bottom: #f0e8d3 1px solid; }
  table.timetable tr th { padding: 8px 0; text-align: center; font-weight: normal; color: #9b7c45; font-size: 1.4rem; vertical-align: middle; box-sizing: border-box; background-color: #f0e8d3; }
  table.timetable tr td { text-align: center; padding: 8px 0; font-size: 1.4rem; vertical-align: middle; box-sizing: border-box; color: #9b7c45; width: 10%; background-color: #FFFFFF; }
  table.timetable tr td.time { width: 30%; text-align: center; color: #9b7c45; font-size: 1.4rem; }
  p.notice_time { font-size: 1.2rem; color: #f18d00; text-align: right !important; margin: 0; padding: 6px 0 0 0; } }
/* -----------------------------------------------------------
　スタッフ募集
----------------------------------------------------------- */
a.staff { display: block; text-decoration: none; background-color: #a72126; width: 100%; border-radius: 1rem; margin: 0 auto 1.6rem; }
a.staff p { color: #FFFFFF; font-size: 1.6rem; font-weight: bold; text-align: center; padding: 1rem 0; margin: 0; }
a.bnr_job img { width: 90%; height: auto; margin: 1rem auto; display: block; }

@media print, screen and (min-width: 768px) { a.staff { display: block; text-decoration: none; background-color: #a72126; width: 90%; border-radius: 10px; margin: 0 auto 20px; }
  a.staff p { color: #FFFFFF; font-size: 2.2rem; font-weight: bold; text-align: center; padding: 10px 0; margin: 0; }
  a.staff:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { background-color: #ffffff; padding: 0 .8rem; box-sizing: border-box; height: 20rem; width: 100%; margin: 1.8rem 0 0 0; overflow-y: scroll; }
.notice_frame dl { padding: 0 1.4rem 2rem 0; box-sizing: border-box; }
.notice_frame dl dt { margin: 0 0 .6rem 0; }
.notice_frame dl dt p { color: #f18d00; margin: 0; }
.notice_frame dl dt p.date_text { display: none; }
.notice_frame dl dt p.tit { font-size: 1.6rem; }
.notice_frame dl dt p span { margin-right: 15px; color: #f18d00; font-weight: bold; }
.notice_frame dl dd { color: #212121; margin: 0 0 3rem 0; font-size: 1.4rem; }
.notice_frame dl dd.link_text { margin: 0 0 4rem 0; }
.notice_frame dl dd a { color: #cb5252; }

@media print, screen and (min-width: 768px) { .notice_frame { height: 320px; width: 100%; margin: 0; padding: 0 20px 0 18px; overflow-y: scroll; background-color: #FFFFFF; }
  .notice_frame dl { padding: 0 14px 30px 0; box-sizing: border-box; }
  .notice_frame dl dt { margin: 0 0 6px 0; }
  .notice_frame dl dt p { color: #f18d00; margin: 0; }
  .notice_frame dl dt p.date_text { display: none; }
  .notice_frame dl dt p.tit { font-size: 2rem; }
  .notice_frame dl dt p span { margin-right: 15px; color: #f18d00; font-weight: bold; }
  .notice_frame dl dd { color: #212121; margin: 0 0 30px 0; font-size: 1.6rem; }
  .notice_frame dl dd.link_text { margin: 0 0 40px 0; }
  .notice_frame dl dd a { color: #cb5252; }
  .notice_frame dl dd a:hover { opacity: 0.6; } }
/*スマホ用スライドバー*/
@media print, 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); } }
/* -----------------------------------------------------------
　feature
----------------------------------------------------------- */
.feature_wrapper { width: 100%; padding: 0; margin: 0; box-sizing: border-box; }
.feature_wrapper figure figcaption { font-size: 1.4rem; margin: 1.2rem 0 0 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { .feature_wrapper { width: 360px; padding: 0; margin: 0; box-sizing: border-box; }
  .feature_wrapper figure figcaption { font-size: 1.6rem; margin: 12px 0 0 0; line-height: 1.4; } }
/* -----------------------------------------------------------
　treatment
----------------------------------------------------------- */
.treatment_wrapper { width: 100%; padding: 0; margin: 4rem 0 0 0; box-sizing: border-box; }
.treatment_wrapper .treatment { display: flex; justify-content: space-between; flex-wrap: wrap; }
.treatment_wrapper .treatment a { text-decoration: none; }
.treatment_wrapper .treatment a .t_box { background-color: #f7e6d5; width: 14rem; height: 14rem; display: flex; justify-content: center; align-items: center; border-radius: .6rem; margin: 0 0 1rem 0; }
.treatment_wrapper .treatment a .t_box figure { text-align: center; }
.treatment_wrapper .treatment a .t_box figure figcaption { color: #9b7c45; font-size: 1.6rem; font-weight: bold; text-align: center; margin: 1.2rem 0 0 0; line-height: 1.4; }
.treatment_wrapper .treatment a:hover { opacity: 0.8; }

@media print, screen and (min-width: 768px) { .treatment_wrapper { width: 360px; padding: 0; margin: 0; box-sizing: border-box; }
  .treatment_wrapper .treatment { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .treatment_wrapper .treatment a { text-decoration: none; }
  .treatment_wrapper .treatment a .t_box { background-color: #f7e6d5; width: 175px; height: 175px; display: flex; justify-content: center; align-items: center; border-radius: 6px; margin: 0 0 10px 0; }
  .treatment_wrapper .treatment a .t_box figure { text-align: center; }
  .treatment_wrapper .treatment a .t_box figure figcaption { color: #9b7c45; font-size: 1.6rem; font-weight: bold; text-align: center; margin: 12px 0 0 0; line-height: 1.4; }
  .treatment_wrapper .treatment a:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting p { margin: 0 0 2rem 0; }
.greeting p.txt_r { text-align: right; }
.greeting p.txt_r span { font-size: 1.8rem; }
.greeting .bnr_doctorsfile li a img { width: 90%; height: auto; margin: 0 auto 1rem; display: block; }

@media print, screen and (min-width: 768px) { .greeting p { margin: 0 0 26px 0; }
  .greeting p.txt_r { text-align: right; }
  .greeting p.txt_r span { font-size: 2.4rem; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0 auto; padding: 0; }
.overview_bg iframe { width: 100%; height: 25rem; margin: 0; }
.overview_bg .overview { padding: 0; margin: 0 auto; width: 100%; }
.overview_bg .overview img { width: 80%; margin: 0 auto; display: block; }
.overview_bg .overview .overview_frame { display: block; width: 100%; margin: 4rem auto 0; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left { box-sizing: border-box; padding: 0 1rem; }
.overview_bg .overview .overview_frame .overview_frame_left .subject { background-color: #f18d00; color: #FFFFFF; font-size: 1.1rem; text-align: center; padding: .4rem 0; margin: 0 0 1.8rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left p { text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_left p.add, .overview_bg .overview .overview_frame .overview_frame_left p.station { font-size: 1.2rem; margin: 1rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel { margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel a { text-decoration: none; font-weight: bold; font-size: 1.8rem; margin: 0 0 1.6rem 0; color: #f18d00; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel a span { font-size: 1.4rem; }
.overview_bg .overview .overview_frame .overview_frame_right { box-sizing: border-box; padding: 0 1rem; margin: 3rem 0 2rem 0; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 0 auto; padding: 40px 0 0 0; }
  .overview_bg iframe { width: 100%; height: 400px; margin: 0; }
  .overview_bg .overview { padding: 0; margin: 0 auto; width: 1100px; }
  .overview_bg .overview img { width: 404px; margin: 0 auto; display: block; }
  .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: 1100px; margin: 40px auto 0; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; width: 550px; }
  .overview_bg .overview .overview_frame .overview_frame_left { box-sizing: border-box; padding: 0 40px 0 50px; }
  .overview_bg .overview .overview_frame .overview_frame_left .subject { background-color: #f18d00; color: #FFFFFF; font-size: 1.4rem; text-align: center; padding: 4px 0; margin: 0 0 28px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left p { text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_left p.add, .overview_bg .overview .overview_frame .overview_frame_left p.station { font-size: 1.4rem; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left p.add br, .overview_bg .overview .overview_frame .overview_frame_left p.station br { display: none; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel { font-weight: bold; font-size: 2.8rem; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel span { font-size: 1.8rem; }
  .overview_bg .overview .overview_frame .overview_frame_left figure { margin: 0 0 28px 0; }
  .overview_bg .overview .overview_frame .overview_frame_right { box-sizing: border-box; padding: 0 50px 0 20px; margin: 0; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 3.3rem; }
footer .footer_wrapper { display: none; }
footer .global-nav { position: fixed; left: 0; bottom: 0; }
footer .nav-list { display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; background-color: #f18d00; }
footer .nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: 1.2rem 0px; white-space: nowrap; color: #FFFFFF; }
footer .nav-item:first-child { border-left: 0; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.1rem; }
footer .nav-item a i { font-size: 1.0rem; margin: 0 .2rem 0 0; }
footer .copyright { text-align: center; height: auto; margin: 0; padding: 0.8rem 1rem; border-bottom: .16rem #FFFFFF solid; }
footer .copyright a { text-decoration: none; font-size: 1.1rem; color: #212121; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; width: 100%; height: auto; padding: 0; margin: 0; box-sizing: border-box; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { width: 1100px; margin: 0 auto; padding: 130px 0 12px; display: block; }
  footer .footer_wrapper .footer_frame { display: block; width: auto; height: auto; margin: 0; padding: 0; box-sizing: border-box; }
  footer .footer_wrapper .footer_frame ul { text-align: center; }
  footer .footer_wrapper .footer_frame ul li { display: inline-block; padding: 0 10px; border-right: 0.1rem #212121 solid; margin: 0; }
  footer .footer_wrapper .footer_frame ul li.first { display: none; }
  footer .footer_wrapper .footer_frame ul li.nav4 br { display: none; }
  footer .footer_wrapper .footer_frame ul li:last-child { border-right: 0; }
  footer .footer_wrapper .footer_frame ul li a { color: #212121; font-size: 1.4rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.6; }
  footer .footer_wrapper .footer_frame ul li i { display: none; }
  footer .copyright { height: auto; display: flex; justify-content: center; align-items: center; margin: 0; padding: 18px 0; border-bottom: 0; }
  footer .copyright a { text-decoration: none; font-size: 1.2rem; margin: 0; color: #212121; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 13vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; display: none; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; }
  #pagetop { position: fixed; bottom: 56px; right: 1rem; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; display: block; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 40px; right: 1rem; margin: 0 0 0 0; height: 80px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 23vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #f18d00; opacity: 0.9; }
.drawr p { color: #a72126; font-size: 1.2rem; text-align: center; padding: 1.8rem 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { list-style: none; }
.drawr ul.hbg li { text-align: center; width: 100% !important; border-bottom: #ffffff 1px dashed; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.2rem; text-decoration: none; padding: 1.6rem 0; display: block; }
.drawr ul.hbg li a br { display: none; }
.drawr ul.hbg li a i { display: none; }
.drawr ul.hbg li:last-child { border-bottom: 0; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.hbg { 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.hbg 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.hbg li a { color: #ffffff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }
.main_nav_sp ul.hbg li.first { display: none; }

.toggle { display: none; }

.toggle-label { box-sizing: border-box; cursor: pointer; display: block; width: 100%; height: 4.0rem; padding: 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 4px; width: 3.6rem; background: #ffffff; content: ''; transition: all 300ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - .8rem); font-size: 1.0rem; 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: 4.8rem; height: 4.8rem; position: absolute; cursor: pointer; top: 0rem; right: 0.5rem; padding: 0 0 .6rem 0; background-color: #f18d00; border-radius: .2rem; box-sizing: border-box; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

@media print, screen and (min-width: 768px) { aside { display: inline; width: 260px; height: auto; margin: 0; }
  aside div ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; }
  aside div ul li { box-sizing: border-box; width: 280px; height: 90px; display: flex; margin: 0 0 3px 0; }
  aside div ul li a { width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: flex-end; text-decoration: none; font-size: 2rem; text-align: right; padding: 0 14px 0 0; box-sizing: border-box; color: #9b7c45; }
  aside div ul li a:hover { opacity: 0.8; }
  aside div ul li.nav1 { background: url("../images/bg_nav_01.jpg") no-repeat; }
  aside div ul li.nav2 { background: url("../images/bg_nav_02.jpg") no-repeat; }
  aside div ul li.nav3 { background: url("../images/bg_nav_03.jpg") no-repeat; }
  aside div ul li.nav4 { background: url("../images/bg_nav_04.jpg") no-repeat; }
  aside div ul li.nav5 { background: url("../images/bg_nav_05.jpg") no-repeat; }
  aside div ul li.nav6 { background: url("../images/bg_nav_06.jpg") no-repeat; }
  aside div ul li.nav7 { background: url("../images/bg_nav_07.jpg") no-repeat; }
  aside div ul li.bnr_doctorsfile { height: auto; }
  aside div ul li.bnr_doctorsfile a { padding: 0; display: block; }
  aside div ul li.bnr_doctorsfile a img { width: 100%; height: auto; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 1.8rem 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; }

.bnr { margin: 0 0 3rem 0; }
.bnr img { width: 90%; margin: 0 auto; display: block; }
.bnr .img_selfpay { margin: 0 auto; display: block; }
@media print, screen and (min-width: 768px) { .bnr .img_selfpay { width: initial; } }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 1rem 2rem; }
  .img_doctor img { width: 32rem; 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.2rem; 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.2rem; 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.2rem; 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.2rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; 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.6rem; 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.6rem; 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.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 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.2rem; 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; }

@media print, screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 825px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 725px; 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.6rem; 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; } }
/*見出し*/
h2 { clear: both; font-size: 2.2rem; color: #9b7c45; font-weight: normal; padding: 0 0 .8rem; margin: 0 0 2rem 0; border-bottom: solid .4rem #e7d2af; position: relative; }
h2:after { position: absolute; content: " "; display: block; border-bottom: solid .4rem #f18d00; bottom: -4px; width: 7rem; }

h3 { clear: both; color: #9b7c45; background-color: #f7e6d5; font-weight: normal; font-size: 2rem; padding: .8rem 0 .8rem 1rem; margin: 0 0 2rem 0; border-radius: 1rem; }

h4 { clear: both; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2 { font-size: 3.2rem; color: #9b7c45; font-weight: normal; padding: 0 0 1.4rem; margin: 0 0 3rem 0; border-bottom: solid .4rem #e7d2af; position: relative; }
  h2:after { position: absolute; content: " "; display: block; border-bottom: solid .4rem #f18d00; bottom: -4px; width: 10rem; }
  h3 { color: #9b7c45; background-color: #f7e6d5; font-weight: normal; font-size: 2.6rem; padding: 1rem 0 1rem 1.2rem; margin: 0 0 2rem 0; border-radius: 1rem; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 1.6; } }
/*下層*/
/* 下層共通 */
.low .mt30 { margin-top: 3rem; }
.low .main p { line-height: 1.6; }
.low .main p.txt_right { display: block; text-align: right; }
.low .main p.finger { position: relative; padding: 0 0 0 3.8rem; }
.low .main p.finger::before { position: absolute; content: ""; top: 0; left: 0; width: 2.8rem; height: 2.8rem; margin-top: 0; background: url(../images/icon_finger.png) center left no-repeat; background-size: contain; }
.low p { font-size: 1.2rem; }
.low ul li { font-size: 1.2rem; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.2rem; }
.low ul.certificate { margin: 0 0 1.8rem 0; }
.low ul.certificate li { line-height: 2; padding-left: 1.8em; text-indent: -1.7em; }
.low ul.certificate li:before { content: ""; width: 12px; height: 12px; display: inline-block; background-color: #d9b584; border-radius: 50%; position: relative; top: -1px; margin-right: 13px; }
.low dl.smp { font-size: 1.3rem; display: block; margin: 0 0 2rem 0; }
.low dl.smp dt, .low dl.smp dd { width: 100%; padding: 1rem; box-sizing: border-box; }
.low dl.smp dt { color: #9b7c45; font-weight: bold; background-color: #f0e8d3; display: flex; justify-content: center; align-items: center; }
.low dl.smp dd { color: #222222; border-left: .1rem #f0e8d3 solid; border-right: .1rem #f0e8d3 solid; line-height: 1.6; }
.low dl.smp dd:last-of-type { border-bottom: .1rem #f0e8d3 solid; }
.low dl.smp dd.tel a { text-decoration: none; color: #a72126; font-size: 2rem; }
.low .access_train { display: block; }
.low .access_train table { width: 100%; margin: 0 0 2rem 0; }
.low .access_train table tr th, .low .access_train table tr td { font-size: 1.2rem; padding: 1rem; width: 539px; box-sizing: border-box; }
.low .access_train table tr th { font-weight: bold; color: #9b7c45; background-color: #f0e8d3; }
.low .access_train table tr td { text-align: center; line-height: 1.6; }
.low .access_train table tr td.down_arrow { font-size: 2rem; color: burlywood; }
.low .access_train table tr td figure { display: block; width: 100%; }
.low .access_train table tr td figure img { width: 100%; }
.low .thumb_caption { display: flex; justify-content: center; }
.low .thumb_caption p { font-size: 1.1rem; margin: 0; width: 8rem; text-align: center; }

@media print, screen and (min-width: 768px) { .low ul li { font-size: 1.6rem; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.6rem; }
  .low ul.certificate { margin: 0 0 2.8rem 0; }
  .low dl.smp { font-size: 1.6rem; display: flex; flex-wrap: wrap; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; border-bottom: .1rem #f0e8d3 solid; box-sizing: border-box; }
  .low dl.smp dt:first-of-type, .low dl.smp dd:first-of-type { border-top: .1rem #f0e8d3 solid; }
  .low dl.smp dt { color: #9b7c45; font-weight: bold; background-color: #f0e8d3; width: 30%; display: flex; justify-content: center; align-items: center; border-bottom: .1rem #ffffff solid; }
  .low dl.smp dt:last-of-type { border-bottom: .1rem #f0e8d3 solid; }
  .low dl.smp dd { color: #212121; width: 70%; border-right: .1rem #f0e8d3 solid; padding: 2rem; border-left: 0; }
  .low .main { width: 100%; }
  .low .main p { line-height: 1.8; }
  .low .main p.txt_right { display: block; text-align: right; }
  .low p { font-size: 1.6rem; }
  .low .access_train { display: flex; justify-content: space-between; align-items: flex-start; }
  .low .access_train table { width: 49%; }
  .low .access_train table tr th, .low .access_train table tr td { font-size: 1.6rem; padding: 1rem; }
  .low .access_train table tr th { font-weight: bold; color: #9b7c45; background-color: #f0e8d3; }
  .low .access_train table tr td { text-align: center; }
  .low .access_train table tr td.down_arrow { font-size: 2rem; color: burlywood; }
  .low .thumb_caption p { width: 10.5rem; } }
/* クリニック紹介 */
.clinic ul.device { display: block; }
.clinic ul.device li { width: 100%; list-style: none; }
.clinic ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.clinic ul.device li p { font-size: 1.2rem; margin: 1rem auto 3rem; text-align: left; width: 90%; }
.clinic ul.device li p span { font-size: 1.6rem; display: block; text-align: center; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic ul.device li { width: 48%; margin: 0 0 3rem 0; }
  .clinic ul.device li p { font-size: 1.6rem; margin: 1rem auto 0; text-align: left; width: 70%; }
  .clinic ul.device li p span { font-size: 2rem; display: block; text-align: center; } }
/* 初めての方へ */
.first dl.flow { width: 96%; margin: 0 auto; border-bottom: 0; }
.first dl.flow dt { background-color: #a72126; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.first dl.flow dt, .first dl.flow dd { font-size: 1.2rem; line-height: 1.4; width: 100%; border-top: 0; border-bottom: 0; border-right: 0; border-left: 0; text-align: left; }
.first .arrow { font-weight: bold; margin: 1rem 0; text-align: center; color: #666666; }

@media print, screen and (min-width: 768px) { .first dl.flow { width: 100%; margin: 2rem 0 0 0; }
  .first dl.flow dt, .first dl.flow dd { font-size: 1.6rem; line-height: 1.6; width: 100%; text-align: left; } }
/* アクセス */
.access p span.tel a { text-decoration: none; color: #cb5252; font-weight: bold; text-align: center; display: block; }
.access .gmap iframe { width: 94%; height: 20rem; margin: 0 auto; display: block; }

@media print, screen and (min-width: 768px) { .access .gmap iframe { width: 100%; height: 40rem; } }

/*# sourceMappingURL=style.css.map */
