@charset "UTF-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
} /*table{border-collapse:collapse;border-spacing:0;}*/
fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
} /*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/
legend {
  color: #000;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* green */
/* green yellow */
html, body {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #231815;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #2990d0;
}

a:hover, a:focus, a:active {
  color: #78cbff;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

.spacer {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
}

.spacer.spacer-1 {
  height: 1px;
}

.spacer.spacer-10 {
  height: 10px;
}

.spacer.spacer-20 {
  height: 20px;
}

.spacer.spacer-30 {
  height: 30px;
}

.spacer.spacer-40 {
  height: 40px;
}

.spacer.spacer-50 {
  height: 50px;
}

.spacer.spacer-60 {
  height: 60px;
}

.spacer.spacer-70 {
  height: 70px;
}

.bold {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 751px), print {
  .visible-xs {
    display: none;
  }
}

.content-container {
  padding: 0 15px;
}
@media (min-width: 751px), print {
  .content-container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

header {
  padding: 0px 0 10px;
}
@media screen and (max-width: 750px) {
  header {
    padding-top: 60px;
  }
}
@media (min-width: 751px), print {
  header .inner {
    display: flex;
    justify-content: space-between;
  }
}
header .logo {
  margin-bottom: 10px;
  max-width: 410px;
}
header .description {
  margin-bottom: 5px;
  padding-top: 12px;
  color: #552e31;
  font-size: 14px;
  font-weight: bold;
}
header .breadcrumbs {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  header .breadcrumbs {
    display: none;
  }
}
header .breadcrumbs ul {
  display: flex;
}
header .breadcrumbs ul li:after {
  content: ">";
}
header .breadcrumbs ul li:last-child:after {
  content: "";
}
header .breadcrumbs ul li a {
  color: #552e31;
}
header .contact-wrap {
  display: flex;
  padding-top: 35px;
}
@media screen and (max-width: 750px) {
  header .contact-wrap {
    display: none;
  }
}
header .contact-wrap > a {
  display: block;
  max-width: 189px;
  margin-left: 7px;
}

#primary-nav {
  position: relative;
  border-top: 1px solid #552e31;
  z-index: 10;
}
#primary-nav #sp-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #552e31;
  z-index: 5;
}
@media (min-width: 751px), print {
  #primary-nav #sp-menu-container {
    display: none;
  }
}
#primary-nav #sp-menu {
  margin: 0px auto;
  padding: 5px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: pointer;
  /*font-size: 25px;*/
  width: 40px;
  transition: all 0.3s;
  background: #552e35;
}
#primary-nav #sp-menu .bar {
  display: block;
  margin: 6px 0;
  height: 4px;
  background: #fff;
}
#primary-nav #sp-menu:after {
  display: block;
  margin-top: -2px;
  color: #fff;
  font-size: 10px;
  content: "MENU";
  text-align: center;
  line-height: 1;
}
#primary-nav #sp-menu.active:after {
  content: "CLOSE";
}
@media (min-width: 751px), print {
  #primary-nav #sp-menu {
    display: none;
  }
}
#primary-nav .menu-container .contact-wrap {
  padding: 15px 0;
  display: none;
}
@media screen and (max-width: 750px) {
  #primary-nav .menu-container .contact-wrap {
    display: flex;
    justify-content: space-around;
  }
  #primary-nav .menu-container .contact-wrap > * {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  #primary-nav .menu-container {
    display: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #primary-nav.active .menu-container {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background: #fff;
  }
}
@media (min-width: 751px), print {
  #primary-nav ul {
    display: flex;
    justify-content: stretch;
  }
}
#primary-nav ul li {
  flex: auto;
}
#primary-nav ul li a {
  display: block;
  padding: 20px 0;
  line-height: 1;
  color: #552e31;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #primary-nav ul li a {
    border-bottom: 1px solid #552e31;
  }
}
@media screen and (max-width: 750px) {
  #primary-nav ul li a.twitter {
    position: relative;
    display: block;
    padding-left: 80px;
  }
}
@media screen and (max-width: 750px) {
  #primary-nav ul li a.twitter:before {
    content: "";
    background: url(../img/sp_menu_twitter.svg) no-repeat;
    position: absolute;
    top: 8px;
    left: 36%;
    height: 41px;
    width: 41px;
  }
}
#primary-nav ul li .twitter {
  display: none;
}
@media screen and (max-width: 750px) {
  #primary-nav ul li .twitter {
    display: inline;
  }
}

footer {
  text-align: center;
}
footer figure {
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}
footer nav {
  margin-top: 20px;
  padding: 20px 0 30px;
}
@media screen and (max-width: 750px) {
  footer nav {
    display: none;
  }
}
footer nav ul {
  display: flex;
  justify-content: space-around;
}
footer nav a {
  color: #552e31;
  font-weight: bold;
  font-size: 16px;
}
footer .footer-bottom {
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background: #f4a347;
}
@media (min-width: 751px), print {
  footer .footer-bottom .inner {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-bottom .name a {
  color: #fff;
}

#back-top {
  position: fixed;
  height: 45px;
  width: 45px;
  bottom: 10px;
  right: 10px;
}
#back-top a {
  display: block;
}

#footer-hours-access {
  margin-bottom: 30px;
}
@media (min-width: 751px), print {
  #footer-hours-access .inner {
    display: flex;
    margin-left: -25px;
  }
  #footer-hours-access .inner > * {
    padding-left: 25px;
    width: 50%;
  }
}
#footer-hours-access .hours-header {
  color: #552e31;
  font-size: 18px;
  margin-bottom: 5px;
}
#footer-hours-access .hours .hours {
  margin-bottom: 10px;
}
#footer-hours-access .hours .hours-note {
  margin-bottom: 15px;
  font-size: 17px;
  color: #552e31;
}
#footer-hours-access .hours .buttons-lead {
  margin-bottom: 5px;
  color: #ee781f;
  text-align: center;
}
#footer-hours-access .hours .buttons {
  text-align: center;
}
#footer-hours-access .hours .buttons a {
  display: inline-block;
  margin-bottom: 8px;
}
#footer-hours-access .access .heading {
  margin-bottom: 5px;
  padding: 8px 0 5px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #ee781f;
}
#footer-hours-access .access figure {
  margin-bottom: 10px;
}
#footer-hours-access .access .address {
  margin-bottom: 5px;
  color: #552e31;
  font-size: 16px;
  text-align: center;
}
#footer-hours-access .access .access-note {
  margin-bottom: 8px;
  border-top: 1px solid #552e31;
  border-bottom: 1px solid #552e31;
  display: flex;
}
#footer-hours-access .access .access-note > * {
  padding: 2px 0;
  width: 50%;
  color: #552e31;
  text-align: center;
  font-size: 3.5vw;
}
@media (min-width: 751px), print {
  #footer-hours-access .access .access-note > * {
    font-size: 17px;
  }
}
#footer-hours-access .access .access-note > *:first-child {
  border-right: 1px solid #552e31;
}
#footer-hours-access .access .button {
  text-align: right;
}
#footer-hours-access .access .button a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: #d2be65;
  border-radius: 20px;
}

.heading-level-2 {
  margin: 10px 0;
  padding-left: 32px;
  color: #552e31;
  font-size: 30px;
  font-weight: bold;
  background: url(../img/h2.svg) no-repeat left center;
}

#content-header {
  padding: 24px 0;
  text-align: center;
  color: #552e31;
  font-size: 9vw;
  font-weight: bold;
  letter-spacing: 1vw;
  line-height: 1;
  background: #f5edc2;
}
@media (min-width: 751px), print {
  #content-header {
    font-size: 35px;
  }
}
#content-header h1 {
  font-weight: bold;
}

.page-home #featured {
  text-align: center;
  background: #f5edc2;
  border-bottom: 5px solid #ee781f;
}
.page-home #home-news {
  margin-bottom: 30px;
}
.page-home #home-benefit {
  margin-bottom: 10px;
}
.page-home #home-benefit .title {
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 3px;
  color: #552e31;
  font-size: 6vw;
  font-weight: bold;
}
@media (min-width: 751px), print {
  .page-home #home-benefit .title {
    font-size: 35px;
  }
}
.page-home #home-benefit .title .number {
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 0 10px 0 7px;
  line-height: 70px;
}
@media (min-width: 751px), print {
  .page-home #home-benefit .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
  }
}
.page-home #home-benefit .items > * {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 751px), print {
  .page-home #home-benefit .items > * {
    width: 50%;
    padding-left: 25px;
  }
}

dl.benefit-item {
  display: flex;
  height: 100%;
}
dl.benefit-item dt {
  width: 65px;
  padding: 10px 0 5px;
  background: #bf9d5a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  font-size: 40px;
}
dl.benefit-item dt small {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  font-weight: normal;
}
dl.benefit-item dd {
  min-height: 100px;
  flex: 1;
  padding: 15px 0px 15px 15px;
  display: flex;
  align-items: center;
  color: #552e31;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  background: #f5edc2;
  border: 1px solid #bf9d5a;
}
@media (min-width: 751px), print {
  dl.benefit-item dd {
    font-size: 1.8vw;
  }
}
@media (min-width: 1000px) {
  dl.benefit-item dd {
    font-size: 19px;
  }
}
@media screen and (max-width: 750px) {
  dl.benefit-item dd br {
    display: none;
  }
}
@media (min-width: 751px), print {
  .page-info dl.benefit-item dd {
    font-size: 26px;
  }
}

.page-doctor #content-header {
  margin-bottom: 20px;
}
.page-doctor #speech {
  margin-bottom: 50px;
}
@media (min-width: 751px), print {
  .page-doctor #speech .row {
    display: flex;
  }
  .page-doctor #speech .row .col:first-child {
    flex: 1;
  }
  .page-doctor #speech .row .col:last-child {
    width: 325px;
    padding-left: 50px;
  }
}
.page-doctor #speech .row p {
  line-height: 1.8;
}
.page-doctor #speech .row p.sign {
  text-align: right;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .page-doctor #speech .row p.sign {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .page-doctor #speech .row figure {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-doctor #timeline {
  margin-bottom: 80px;
}
.page-doctor #timeline table th, .page-doctor #timeline table td {
  padding: 3px 0;
  vertical-align: top;
}
.page-doctor #timeline table th {
  width: 4em;
}
@media (min-width: 751px), print {
  .page-doctor #timeline table th {
    width: 6em;
  }
}
.page-doctor #license {
  margin-bottom: 20px;
}
@media (min-width: 751px), print {
  .page-doctor #license .row {
    display: flex;
    justify-content: space-between;
  }
  .page-doctor #license .row .col:first-child {
    flex: 1;
  }
  .page-doctor #license .row .col:last-child {
    width: 410px;
  }
}
.page-info #benefit {
  margin-bottom: 40px;
}
.page-info #benefit .title {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 3px;
  color: #552e31;
  font-size: 6vw;
  font-weight: bold;
}
@media (min-width: 751px), print {
  .page-info #benefit .title {
    font-size: 35px;
  }
}
.page-info #benefit .title .number {
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 0 10px 0 7px;
  line-height: 70px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  background: #bf9d5a;
  border-radius: 50%;
}
.page-info #benefit .toggle-wrap {
  margin-top: -50px;
  padding-top: 50px;
}
.page-info #benefit .toggle-wrap .benefit-item dd {
  padding-right: 40px;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-2 .content-inner {
    display: flex;
    justify-content: space-between;
  }
}
.page-info #benefit #b-2 .text {
  flex: 1;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-2 .image {
    width: 270px;
    padding-left: 15px;
  }
}
.page-info #benefit #b-6 .content-title {
  position: relative;
  margin: 20px 0 15px;
  text-align: left;
  color: #552e31;
}
.page-info #benefit #b-6 .content-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #552e31;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
}
.page-info #benefit #b-6 .content-title span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-6 .content-inner {
    display: flex;
  }
}
.page-info #benefit #b-6 .content-inner .body {
  flex-grow: 1;
}
.page-info #benefit #b-6 .content-inner .image {
  display: flex;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-6 .content-inner .image {
    width: 380px;
  }
}
.page-info #benefit #b-6 .content-inner .image > * {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .page-info #benefit #b-6 .content-inner .image {
    text-align: center;
  }
}
.page-info #benefit #b-6 .toggle-content dl {
  margin-bottom: 10px;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-6 .toggle-content dl {
    display: flex;
    align-items: flex-start;
  }
}
.page-info #benefit #b-6 .toggle-content dl dt {
  position: relative;
  width: 11em;
  flex-shrink: 0;
  background: url(../img/info_dot.png) repeat-x right center;
}
.page-info #benefit #b-6 .toggle-content dl dt:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f7b86d;
  position: absolute;
  left: 0;
  top: 5px;
}
.page-info #benefit #b-6 .toggle-content dl dt span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 5px;
  background: #fff;
}
.page-info #benefit #b-6 .toggle-content dl dd {
  padding-left: 5px;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-7 .content-inner {
    display: flex;
  }
}
@media (min-width: 751px), print {
  .page-info #benefit #b-7 .image {
    flex: 0 0 280px;
    padding-left: 30px;
  }
}
@media (min-width: 751px), print {
  .page-info #benefit #b-9 .content-inner {
    display: flex;
  }
}
@media (min-width: 751px), print {
  .page-info #benefit #b-9 .image {
    flex-shrink: 0;
    padding-left: 30px;
  }
}
.page-info #benefit #b-10 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.page-info #benefit #b-10 .buttons > * {
  display: inline-block;
  padding: 0 1vw;
}
@media (min-width: 751px), print {
  .page-info #benefit #b-11 .row {
    display: flex;
  }
  .page-info #benefit #b-11 .row .col:first-child {
    flex-shrink: 0;
    padding-right: 30px;
  }
  .page-info #benefit #b-11 .row .col:last-child {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 751px), print {
  .page-info #benefit #b-12 .content-inner {
    display: flex;
  }
  .page-info #benefit #b-12 .content-inner .image {
    flex-shrink: 0;
    padding-right: 30px;
  }
}
.page-info #benefit figure figcaption {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.page-info #relation {
  margin-bottom: 40px;
}
.page-info #relation .heading {
  position: relative;
  margin-bottom: 5px;
  color: #552e31;
  font-size: 24px;
  font-weight: bold;
}
.page-info #relation .heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #552e31;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}
.page-info #relation .heading span {
  display: inline-block;
  padding-right: 5px;
  background: #fff;
}
@media (min-width: 751px), print {
  .page-info #relation dl {
    display: flex;
  }
}
.page-info #relation dl dt {
  flex-shrink: 0;
}
.page-info #relation dl dd span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 10px;
}

ul.list-default li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 21px;
}
ul.list-default li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0.3em;
  left: 0;
  border-radius: 50%;
  background: #f7b86d;
}

/************************************
** トグル表示ボタン
************************************/
.toggle-wrap {
  margin: 1.2em 0;
  position: relative;
}
.toggle-wrap .toggle-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0 1em;
  height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  border: 1px solid #bf9d5a;
  border-top: 0;
}
.toggle-wrap .toggle-button {
  display: block;
  cursor: pointer;
  line-height: 1;
  position: relative;
  margin: 0;
  z-index: 1;
}
.toggle-wrap .toggle-button::before {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #bf9d5a;
  font-size: 20px;
  margin-top: -0.5em;
  content: "+";
  font-weight: bold;
}
.toggle-wrap .toggle-button:hover dd {
  background: #fff;
}
.toggle-wrap .toggle-checkbox {
  display: none;
}
.toggle-wrap .toggle-checkbox:checked ~ .toggle-button dd {
  border-bottom: 0;
  background: #f5edc2;
}
.toggle-wrap .toggle-checkbox:checked ~ .toggle-button::before {
  content: "-";
}
.toggle-wrap .toggle-checkbox:checked ~ .toggle-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease;
  padding: 1em 1em;
}

.page-hospital #photo {
  padding-top: 30px;
}
@media (min-width: 751px), print {
  .page-hospital #photo .photos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
  }
  .page-hospital #photo .photos > * {
    width: 50%;
  }
}
.page-hospital #photo .photos .photo {
  padding-bottom: 30px;
}
@media (min-width: 751px), print {
  .page-hospital #photo .photos .photo {
    padding-left: 50px;
  }
}
.page-hospital #photo figure {
  text-align: center;
}
.page-hospital #photo figure figcaption {
  margin: 10px 0;
  text-align: center;
  font-size: 3.5vw;
}
@media (min-width: 751px), print {
  .page-hospital #photo figure figcaption {
    font-size: 18px;
  }
}

table.hours {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  font-size: 20px;
}
table.hours tr:first-child th {
  width: 12%;
}
.page-home table.hours tr:first-child th, #footer-hours-access table.hours tr:first-child th {
  width: 10%;
}
@media screen and (max-width: 750px) {
  table.hours tr:first-child th {
    width: 10%;
  }
}
table.hours tr:first-child th:first-child {
  width: 28%;
}
.page-home table.hours tr:first-child th:first-child, #footer-hours-access table.hours tr:first-child th:first-child {
  width: 40%;
}
@media screen and (max-width: 750px) {
  table.hours tr:first-child th:first-child {
    width: 40%;
  }
}
table.hours tr.spacer td {
  height: 10px;
  border: 0;
}
table.hours tr:last-child td {
  border-top: 1px solid #552e31;
}
table.hours th, table.hours td {
  text-align: center;
}
table.hours th {
  position: relative;
  padding: 3px;
  color: #fff;
  background: #aa8546;
}
.page-home table.hours th, #footer-hours-access table.hours th {
  background: #ee781f;
}
table.hours th:before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background: #fff;
}
table.hours th:first-child:before {
  display: none;
}
table.hours tr:nth-child(3) td, table.hours tr:nth-child(4) td {
  padding: 20px 0;
}
table.hours td {
  color: #d2be65;
  border-left: 1px solid #552e31;
}
table.hours td:first-child {
  color: #552e31;
  border-left: 0;
}
.page-home table.hours td:first-child, #footer-hours-access table.hours td:first-child {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .page-home table.hours td:first-child, #footer-hours-access table.hours td:first-child {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 750px) {
  table.hours td:first-child {
    font-size: 3.5vw;
  }
}
table.hours td:first-child span {
  white-space: nowrap;
}

.page-access #hours {
  margin-bottom: 40px;
}
.page-access #hours .table-note {
  font-size: 18px;
}
.page-access #access {
  margin-bottom: 45px;
}
@media (min-width: 751px), print {
  .page-access #access .row {
    display: flex;
  }
  .page-access #access .row > * {
    width: 50%;
  }
}
.page-access #access .map-wrap {
  margin-bottom: 10px;
  border: 1px solid #552e31;
  border-bottom: 0;
}
.page-access #access figure {
  margin-bottom: 10px;
  padding: 10px;
}
.page-access #access .address {
  margin-bottom: 5px;
  color: #552e31;
  font-size: 16px;
  text-align: center;
}
.page-access #access .access-note {
  border-top: 1px solid #552e31;
  border-bottom: 1px solid #552e31;
  display: flex;
}
.page-access #access .access-note > * {
  padding: 2px 0;
  width: 50%;
  color: #552e31;
  text-align: center;
  font-size: 3.5vw;
}
@media (min-width: 751px), print {
  .page-access #access .access-note > * {
    font-size: 17px;
  }
}
.page-access #access .access-note > *:first-child {
  border-right: 1px solid #552e31;
}
.page-access #access .button {
  text-align: right;
}
.page-access #access .button a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: #d2be65;
  border-radius: 20px;
}
.page-access #access .buttons-lead {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ee781f;
  text-align: center;
}
.page-access #access .buttons {
  text-align: center;
}
.page-access #access .buttons a {
  display: inline-block;
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */