@charset "UTF-8";
.c-Button--Brown, .c-Button--White, .c-Button--Red, .c-Button--Black {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-weight: inherit;
  color: inherit; }

.c-Button--Brown, .c-Button--White, .c-Button--Red, .c-Button--Black {
  width: 100%;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  color: #BD603D;
  line-height: 1.8;
  padding: 10px; }

@media (max-width: 768px) {
  .c-Button--Brown, .c-Button--White, .c-Button--Red, .c-Button--Black {
    min-height: 48px; } }
@media (max-width: 428px) {
  .c-Button--Brown, .c-Button--White, .c-Button--Red, .c-Button--Black {
    padding: 2.66vw;
    min-height: 12.8vw;
    font-size: 3.73vw; } }
.c-Button--Brown:disabled, .c-Button--White:disabled, .c-Button--Red:disabled, .c-Button--Black:disabled {
  background-color: #6C6C6C;
  color: #C0C0C0;
  cursor: not-allowed; }

@media (min-width: 1439.1px) {
  .c-Button--Brown:not(:disabled), .c-Button--White:not(:disabled), .c-Button--Red:not(:disabled), .c-Button--Black:not(:disabled) {
    transition: opacity 0.3s cubic-bezier(0, 0, 1, 1); }

  .c-Button--Brown:not(:disabled):hover, .c-Button--White:not(:disabled):hover, .c-Button--Red:not(:disabled):hover, .c-Button--Black:not(:disabled):hover {
    opacity: 0.4; } }
.c-Button--Brown {
  background-color: #BD603D;
  color: #fff; }

.c-Button--White {
  background-color: #fff;
  color: #BD603D; }

.c-Button--Red {
  background-color: #b02544;
  color: #fff; }

.c-Button--Black {
  background-color: #181818;
  color: #fff; }

.c-2ColumnSection {
  display: flex; }

@media (max-width: 1023px) {
  .c-2ColumnSection {
    display: block; } }
.c-2ColumnSection__Header {
  width: 220px;
  margin-right: 40px;
  font-size: 22px;
  flex-shrink: 0;
  line-height: 2; }

@media (max-width: 1023px) {
  .c-2ColumnSection__Header {
    width: auto;
    margin-right: 0; } }
@media (max-width: 428px) {
  .c-2ColumnSection__Header {
    font-size: 5.86vw; } }
.c-2ColumnSection__Body {
  flex-grow: 1; }

@media (max-width: 1023px) {
  .c-2ColumnSection__Body {
    margin-top: 30px; } }
@media (max-width: 428px) {
  .c-2ColumnSection__Body {
    margin-top: 8vw; } }
.c-TelLarge {
  display: flex;
  align-items: flex-end;
  line-height: 1; }

.c-TelLarge__Number {
  width: 340px;
  margin-right: 10px; }

@media (max-width: 768px) {
  .c-TelLarge__Number {
    margin-right: 4px;
    width: 180px; } }
@media (max-width: 428px) {
  .c-TelLarge__Number {
    margin-right: 1.06vw;
    width: 48vw; } }
.c-TelLarge__Text {
  font-size: 12px;
  padding-bottom: 4px; }

@media (max-width: 768px) {
  .c-TelLarge__Text {
    padding-bottom: 2px; } }
@media (max-width: 428px) {
  .c-TelLarge__Text {
    padding-bottom: .53vw;
    font-size: 3.2vw; } }
.c-Notice, .c-Notice--Plane {
  color: gray;
  display: flex;
  align-items: baseline;
  font-size: 10px; }

@media (max-width: 428px) {
  .c-Notice, .c-Notice--Plane {
    font-size: 2.66vw; } }
.c-Notice::before, .c-Notice--Plane::before {
  content: '※';
  margin-right: 0.5em;
  flex-shrink: 0; }

.c-Notice--Plane::before {
  display: none; }

.c-Timetable {
  width: 100%;
  table-layout: fixed;
  border: solid 1px #E0E0E0;
  border-collapse: collapse; }

.c-Timetable__Header {
  width: 210px;
  vertical-align: middle;
  border: solid 1px #E0E0E0;
  background: #fff;
  padding: 10px 20px;
  text-align: left; }

@media (max-width: 767px) {
  .c-Timetable__Header {
    width: 130px; } }
@media (max-width: 428px) {
  .c-Timetable__Header {
    padding: 2.66vw 5.33vw;
    width: 34.66vw; } }
.c-Timetable__Data {
  border: solid 1px #E0E0E0;
  padding: 10px 50px; }

@media (max-width: 767px) {
  .c-Timetable__Data {
    padding: 10px 20px; } }
@media (max-width: 428px) {
  .c-Timetable__Data {
    padding: 2.66vw 5.33vw; } }
.c-ClinicInformation {
  display: flex;
  justify-content: space-between; }

@media (max-width: 1024px) {
  .c-ClinicInformation {
    display: block; } }
@media (max-width: 1024px) {
  .c-ClinicInformation__Access {
    margin-top: 10px;
    text-align: left; } }
@media (max-width: 768px) {
  .c-ClinicInformation__Access {
    font-size: 12px; } }
@media (max-width: 428px) {
  .c-ClinicInformation__Access {
    font-size: 3.2vw; } }
.c-ClinicInformation__AccessText + .c-ClinicInformation__AccessText {
  margin-top: 1em; }

.c-ClinicInformation__ClinicName {
  font-size: 18px;
  font-weight: bold; }

@media (max-width: 428px) {
  .c-ClinicInformation__ClinicName {
    font-size: 4.8vw; } }
@media (max-width: 1024px) {
  .c-ClinicInformation__Adress {
    margin-top: 10px;
    text-align: left; } }
@media (max-width: 768px) {
  .c-ClinicInformation__Adress {
    font-size: 12px; } }
@media (max-width: 428px) {
  .c-ClinicInformation__Adress {
    font-size: 3.2vw; } }
@media (max-width: 1024px) {
  .c-ClinicInformation__Text {
    text-align: left; } }
@media (max-width: 768px) {
  .c-ClinicInformation__Text {
    font-size: 12px; } }
@media (max-width: 428px) {
  .c-ClinicInformation__Text {
    font-size: 3.2vw; } }
.c-MapButton {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background: #181818;
  justify-content: center;
  height: 30px;
  font-family: sofia-pro,sans-serif;
  border-radius: 15px;
  text-decoration: none; }

@media (min-width: 1439.1px) {
  .c-MapButton {
    transition: opacity 0.3s cubic-bezier(0, 0, 1, 1); }

  .c-MapButton:hover {
    opacity: 0.4; } }
@media (max-width: 428px) {
  .c-MapButton {
    font-size: 3.2vw;
    height: 8vw;
    border-radius: 4vw; } }
.u-AccessMap {
  position: relative;
  z-index: 0; }

@media (max-width: 428px) {
  .u-AccessMap {
    height: 100vw; } }
.u-AccessMap::before {
  content: '';
  display: block;
  height: 480px; }

@media (max-width: 767px) {
  .u-AccessMap::before {
    height: auto;
    padding-top: 100%; } }
.u-AccessMap__Canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.u-MapButton {
  max-width: 260px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px; }

@media (max-width: 428px) {
  .u-MapButton {
    margin-top: 5.33vw;
    padding-right: 10.66vw;
    padding-left: 10.66vw;
    margin-right: 0;
    max-width: none; } }
.u-Address {
  margin-top: 40px; }

@media (max-width: 428px) {
  .u-Address {
    margin-top: 10.66vw; } }
.u-Information {
  margin-top: 100px; }

@media (max-width: 428px) {
  .u-Information {
    margin-top: 26.66vw; } }
.u-Tel {
  margin-top: 60px; }

@media (max-width: 428px) {
  .u-Tel {
    margin-top: 16vw; } }
.u-TelNumber {
  margin-bottom: 10px; }

@media (max-width: 428px) {
  .u-TelNumber {
    margin-bottom: 2.66vw; } }
.u-Reserve {
  margin-top: 80px; }

@media (max-width: 428px) {
  .u-Reserve {
    margin-top: 21.33vw; } }
.u-Buttons {
  display: flex;
  justify-content: space-between; }

@media (max-width: 767px) {
  .u-Buttons {
    display: block; } }
.u-Buttons__Item {
  width: calc(50% - 20px); }

@media (max-width: 767px) {
  .u-Buttons__Item {
    width: 100%; } }
@media (max-width: 767px) {
  .u-Buttons__Item + .u-Buttons__Item {
    margin-top: 8px; } }
@media (max-width: 767px) and (max-width: 428px) {
  .u-Buttons__Item + .u-Buttons__Item {
    margin-top: 2.13vw; } }
.u-address_map__wrap {
  width: 100%;
  display: block; }
  @media (max-width: 428px) {
    .u-address_map__wrap {
      margin-top: 10vw; } }
  @media (min-width: 768px) {
    .u-address_map__wrap {
      margin-top: 110px; } }

.u-address_map__btn_wrap {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between; }

.u-address_map__btn {
  width: calc(100% / 3 - 1px);
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #bd603e;
  background-color: transparent;
  border: 1px solid #bd603e;
  transition: all .2s ease-out; }
  .u-address_map__btn.is-active {
    color: #fff;
    background-color: #bd603e; }
  @media (max-width: 428px) {
    .u-address_map__btn {
      font-size: 3.2vw; } }
  @media (min-width: 768px) {
    .u-address_map__btn {
      font-size: 15px;
      cursor: pointer;
      transition: all .2s ease-out; }
      .u-address_map__btn:hover {
        opacity: .6; } }
  .u-address_map__btn.is-active::before {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.4em;
    border: .7em solid transparent;
    border-top-color: #bd603e; }

.u-address_map__contents {
  width: 100%;
  display: none;
  border: 1px solid #d8d8d8; }
  @media (max-width: 428px) {
    .u-address_map__contents {
      padding: 2.6vw; } }
  @media (min-width: 768px) {
    .u-address_map__contents {
      padding: 29px; } }
  .u-address_map__contents.is-show {
    display: block; }

.u-address_map__nav {
  width: 100%; }
  @media (min-width: 768px) {
    .u-address_map__nav {
      display: flex;
      align-items: center;
      justify-content: left; } }

.u-address_map__nav_lnk {
  margin-right: 1.2em;
  padding-left: 1.2em;
  position: relative;
  color: #bd603e; }
  .u-address_map__nav_lnk::before {
    content: '▼';
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    color: #bd603e; }
  @media (max-width: 428px) {
    .u-address_map__nav_lnk {
      font-size: 2.8vw; } }
  @media (min-width: 768px) {
    .u-address_map__nav_lnk {
      font-size: 15px; } }

.u-address_map__box {
  width: 100%;
  display: block;
  position: relative;
  border-top: 1px solid #d8d8d8; }
  .tab-C .u-address_map__box {
    padding-top: 0;
    border-top: 0px; }
  @media (max-width: 428px) {
    .u-address_map__box {
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .u-address_map__box {
      padding-top: 40px; } }

.u-address_ttl {
  margin-bottom: 1em; }
  .u-address_ttl strong {
    padding-right: .5em;
    color: #bd603e;
    font-weight: bold; }
  @media (max-width: 428px) {
    .u-address_ttl {
      font-size: 3.2vw; }
      .u-address_ttl strong {
        font-size: 3.8vw; } }
  @media (min-width: 768px) {
    .u-address_ttl {
      font-size: 15px; }
      .u-address_ttl strong {
        font-size: 18px; } }

.u-address_map__root {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap; }
  .u-address_map__root li {
    line-height: normal; }
    .u-address_map__root li img {
      margin-bottom: .5em; }
  @media (max-width: 428px) {
    .u-address_map__root li {
      width: 47%;
      margin-bottom: 4vw; }
      .u-address_map__root li:not(:nth-child(even)) {
        margin-right: 6%; } }
  @media (min-width: 768px) {
    .u-address_map__root li {
      width: 190px;
      margin-bottom: 40px; }
      .u-address_map__root li:not(:nth-child(4n)) {
        margin-right: 40px; } }

span.u-address_map__txt {
  line-height: 1.2; }
  span.u-address_map__txt strong {
    color: #bd603e;
    font-weight: normal; }

.c-anchor {
  width: 0;
  height: 0;
  display: block; }
  @media (min-width: 768px) {
    .c-anchor {
      position: absolute;
      left: 0;
      top: -50px; } }

/*# sourceMappingURL=access.css.map */
