@charset "UTF-8";
/*
* dengukan
* main.css
*
* @date 2016-10-27
*/
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #3f3f3f;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6875;
  word-wrap: break-word;
}

a {
  color: #56ace1;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
  cursor: text;
}

::-moz-selection {
  background-color: #56ace1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #56ace1;
  color: #fff;
  text-shadow: none;
}

.js-target {
  opacity: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hidden-outline {
  display: inline-block;
  font-size: 0;
  height: 0.5px;
  text-indent: -100%;
  overflow: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.u-linkOpacity {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
}

.u-linkOpacity:hover {
  opacity: 0.5;
}

.visible-sp,
img.visible-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
  .visible-sp {
    display: block !important;
  }
  .hidden-tb {
    display: block;
  }
  img.visible-sp {
    display: inline-block !important;
  }
}
@media screen and (max-width: 800px) {
  .hidden-tb {
    display: none;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

/* --------------------------------
	Base
-------------------------------- */
@media screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
  body img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
body.is-locked {
  overflow: hidden;
}

.js-responsiveImg {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .js-responsiveImg {
    visibility: visible;
  }
}

.section {
  margin: 0 auto;
}

.section_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .section_inner {
    padding: 0 15px;
  }
}

/* --------------------------------
	Global Header
-------------------------------- */
.globalHeader {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.globalHeader.is-travel-vaccine {
  background-color: transparent;
}

.globalHeader_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 40px;
  max-width: 1440px;
}
@media screen and (max-width: 1080px) {
  .globalHeader_inner {
    padding: 16px 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader_inner {
    height: 72px;
    padding: 0 16px;
    gap: 12px;
  }
}

.globalHeader_logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 0;
}
.globalHeader_logo a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .globalHeader_logo a:hover, .touchevents .globalHeader_logo a.js-hover {
  opacity: 0.7;
}
.globalHeader_logo img {
  width: 400px;
  height: auto;
  margin-top: -30px;
}
@media screen and (max-width: 1280px) {
  .globalHeader_logo img {
    width: 340px;
  }
}
@media screen and (max-width: 1080px) {
  .globalHeader_logo img {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .globalHeader_logo img {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader_logo img {
    width: 230px;
    margin-top: 0;
  }
}

.globalHeader_utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}

.globalHeader_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .globalHeader_contact {
    gap: 16px;
  }
}

.globalHeader_contact_tel a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #2387c5;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1;
  text-decoration: none;
}
.globalHeader_contact_tel a:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/common/icon_phone_dark.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 1080px) {
  .globalHeader_contact_tel a {
    font-size: 18px;
  }
}

.globalHeader_contact_reserve a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 12px 9px 16px;
  border-radius: 6px;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .globalHeader_contact_reserve a:hover, .touchevents .globalHeader_contact_reserve a.js-hover {
  opacity: 0.85;
}
.globalHeader_contact_reserve a:after {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: url(/img/common/icon_window.svg) right center/18px 18px no-repeat;
}

@media screen and (max-width: 767px) {
  .globalNav-pc {
    display: none;
  }
}
.globalNav-sp {
  width: 100%;
}

.globalNav_ttl {
  display: none;
}

.globalNav-pc .globalNav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalNav-sp .globalNav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-left: 16px;
}

.globalNav-pc .globalNav_list_item {
  position: relative;
  padding: 0 24px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .globalNav-pc .globalNav_list_item {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1080px) {
  .globalNav-pc .globalNav_list_item {
    padding: 0 12px;
  }
}
@media screen and (max-width: 900px) {
  .globalNav-pc .globalNav_list_item {
    padding: 0 9px;
  }
}
.globalNav-pc .globalNav_list_item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #ddd;
}
.globalNav-pc .globalNav_list_item a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .globalNav-pc .globalNav_list_item a:hover, .touchevents .globalNav-pc .globalNav_list_item a.js-hover {
  opacity: 0.7;
}
.globalNav-pc .globalNav_list_item .jp {
  display: block;
  color: #404040;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .globalNav-pc .globalNav_list_item .jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .globalNav-pc .globalNav_list_item .jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .globalNav-pc .globalNav_list_item .jp {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.globalNav-pc .globalNav_list_item .en {
  display: block;
  color: #56ace1;
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1.4;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .globalNav-pc .globalNav_list_item .en {
    font-size: 10px;
  }
}
.globalNav-pc .globalNav_list_item.is-current .jp {
  color: #56ace1;
}
.globalNav-sp .globalNav_list_item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .globalNav-sp .globalNav_list_item a:hover, .touchevents .globalNav-sp .globalNav_list_item a.js-hover {
  opacity: 0.7;
}
.globalNav-sp .globalNav_list_item .jp {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.44px;
}
.globalNav-sp .globalNav_list_item .en {
  color: #ddeef9;
  font-size: 12px;
  letter-spacing: 0.96px;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}

/* --------------------------------
	Menu
-------------------------------- */
.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 20000;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #56ace1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.view-drawerOverlay .hamburger {
  background-color: rgba(255, 255, 255, 0.18);
}
.hamburger a {
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-animation: outBurgerBorderCenter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: outBurgerBorderCenter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.hamburger i:after, .hamburger i:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 18px;
  height: 2px;
}
.hamburger i:after {
  top: -6px;
  -webkit-animation: outBurgerBorderTop 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: outBurgerBorderTop 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.hamburger i:before {
  top: 6px;
  -webkit-animation: outBurgerBorderBottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: outBurgerBorderBottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.no-touchevents .hamburger a:hover i, .view-drawerOverlay .hamburger i {
  -webkit-animation: overBurgerBorderCenter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: overBurgerBorderCenter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.no-touchevents .hamburger a:hover i:after, .view-drawerOverlay .hamburger i:after {
  top: -7px;
  -webkit-animation: overBurgerBorderTop 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: overBurgerBorderTop 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.no-touchevents .hamburger a:hover i:before, .view-drawerOverlay .hamburger i:before {
  top: 7px;
  -webkit-animation: overBurgerBorderBottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: overBurgerBorderBottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@-webkit-keyframes overBurgerBorderCenter {
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@keyframes overBurgerBorderCenter {
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@-webkit-keyframes overBurgerBorderTop {
  40% {
    opacity: 0;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes overBurgerBorderTop {
  40% {
    opacity: 0;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes overBurgerBorderBottom {
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(90deg);
            transform: translateY(-7px) rotate(90deg);
  }
}
@keyframes overBurgerBorderBottom {
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(90deg);
            transform: translateY(-7px) rotate(90deg);
  }
}
@-webkit-keyframes outBurgerBorderCenter {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes outBurgerBorderCenter {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes outBurgerBorderTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes outBurgerBorderTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes outBurgerBorderBottom {
  0% {
    -webkit-transform: translateY(-7px) rotate(90deg);
            transform: translateY(-7px) rotate(90deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes outBurgerBorderBottom {
  0% {
    -webkit-transform: translateY(-7px) rotate(90deg);
            transform: translateY(-7px) rotate(90deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
/* ------------------------
drawer
------------------------ */
.view-drawerOverlay {
  overflow: hidden;
}

.l-drawer {
  position: fixed;
  z-index: 10003;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}
.view-drawerOverlay .l-drawer {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.l-drawer .container {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(255deg, #56ace1 34%, #3597d4 66%);
  -webkit-overflow-scrolling: touch;
}

.drawer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  min-height: 100%;
  padding: 80px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawer_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
}

.drawer_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  background-color: #fff;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents .drawer_btn:hover, .touchevents .drawer_btn.js-hover {
  opacity: 0.8;
}
.drawer_btn:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: 50%/contain no-repeat;
}
.drawer_btn-tel:before {
  background-image: url(/img/common/icon_phone.svg);
}
.drawer_btn-reserve:before {
  background-image: url(/img/common/icon_window_blue.svg);
}

/* --------------------------------
	Common
-------------------------------- */
.main_cover {
  width: 100%;
  height: 336px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_cover {
    height: 168px;
  }
}
.main_cover .bg {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: 50% 0 no-repeat;
  background-size: cover;
  -webkit-animation: mvCoverScale 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
          animation: mvCoverScale 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@-webkit-keyframes mvCoverScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mvCoverScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main_ttl {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    margin-top: -15px;
  }
}
.main_ttl .jp {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 30px;
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .main_ttl .jp {
    font-size: 25px;
  }
}
.main_ttl .en {
  display: block;
  color: #56ace1;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 30px;
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), letter-spacing 1.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .main_ttl .en {
    font-size: 11px;
  }
}
.main_ttl.is-active .jp {
  opacity: 1;
  letter-spacing: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.main_ttl.is-active .en {
  opacity: 1;
  letter-spacing: 1px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

/* --------------------------------
	Module
-------------------------------- */
.mod-section_ttl {
  text-align: center;
}
.mod-section_ttl .ttl {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .mod-section_ttl .ttl {
    font-size: 26px;
  }
}
.mod-section_ttl .ttl .ttl_inner {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mod-section_ttl .ttl .en {
  display: block;
  color: #56ace1;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .mod-section_ttl .ttl .en {
    font-size: 10px;
  }
}
.mod-section_ttl .ttl:after, .mod-section_ttl .ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 73px;
  background-repeat: no-repeat;
  background-size: 19px auto;
}
@media screen and (max-width: 767px) {
  .mod-section_ttl .ttl:after, .mod-section_ttl .ttl:before {
    width: 14px;
    height: 52px;
    background-size: 14px auto;
  }
}
.mod-section_ttl .ttl:before {
  left: -64px;
  background-image: url(/img/common/ttl_obj_left.png?v=180224);
}
@media screen and (max-width: 767px) {
  .mod-section_ttl .ttl:before {
    left: -45px;
    background-image: url(/img/common/ttl_obj_left_sp.png?v=180224);
  }
}
.mod-section_ttl .ttl:before {
  opacity: 0;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-section_ttl .ttl:after {
  right: -64px;
  background-image: url(/img/common/ttl_obj_right.png?v=180224);
}
@media screen and (max-width: 767px) {
  .mod-section_ttl .ttl:after {
    right: -45px;
    background-image: url(/img/common/ttl_obj_right_sp.png?v=180224);
  }
}
.mod-section_ttl .ttl:after {
  opacity: 0;
  -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
          transform: translateX(-80px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-section_ttl.is-active .ttl .ttl_inner {
  opacity: 1;
}
.mod-section_ttl.is-active .ttl:after, .mod-section_ttl.is-active .ttl:before {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mod-btn {
  position: relative;
  max-width: 330px;
  text-align: center;
}
.mod-btn a {
  position: relative;
  display: block;
  z-index: 2;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 15px 5px 15px 0;
  line-height: 1;
  color: #56ace1;
  border: 3px solid #56ace1;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 767px) {
  .mod-btn a {
    border-width: 2px;
    font-size: 14px;
  }
}
.mod-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  z-index: 1;
  display: block;
  width: 12px;
  height: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/img/common/icon_blank_blue.png?v=180224);
  background-size: 12px 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.no-touchevents .mod-btn a:hover {
  color: #fff;
  background-color: #56ace1;
}
.no-touchevents .mod-btn a:hover:before {
  background-image: url(/img/common/icon_blank_white.png?v=180224);
  background-size: 12px 10px;
}

.mod-table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #56ace1;
  overflow: hidden;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .mod-table table {
    font-size: 14px;
  }
}
.mod-table table th {
  border-bottom: 1px solid #78bde7;
  background-color: #56ace1;
  color: #fff;
}
.mod-table table thead th {
  padding: 22px 0;
  border-right: 1px solid #78bde7;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mod-table table thead th {
    padding: 6px 0;
  }
}
.mod-table table thead th.theadTime {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .mod-table table thead th.theadTime {
    width: 20%;
  }
}
.mod-table table thead th.weekday {
  width: 9%;
}
.mod-table table thead th.weekday--holiday {
  width: 20%;
}
.mod-table table tbody td {
  position: relative;
  height: 80px;
  border-right: 1px solid #dfeff9;
  border-bottom: 1px solid #dfeff9;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mod-table table tbody td {
    height: 45px;
  }
}
.mod-table table tbody tr:last-child td, .mod-table table tbody tr:last-child th {
  border-bottom: none;
}
.mod-table table tbody tr:last-child td:last-child, .mod-table table tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}
.mod-table table tr > *:last-child {
  border-right: none;
}
.mod-table table .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mod-table table .icon.possible {
  width: 20px;
  height: 20px;
  background: url(/img/common/time_icon.png?v=180224) 0 0 no-repeat;
  background-size: 20px auto;
}
.mod-table table .icon.impossible {
  width: 13px;
  height: 2px;
  background-color: #56ace1;
}

.mod-hospitalInfo .ttl .heading {
  margin-bottom: 3px;
  font-size: 18px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 800px) {
  .mod-hospitalInfo .ttl .heading {
    font-size: 16px;
  }
}
.mod-hospitalInfo .ttl .name {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 5px solid #56ace1;
  color: #56ace1;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 1030px) {
  .mod-hospitalInfo .ttl .name {
    font-size: 35px;
  }
}
@media only screen and (max-width: 950px) {
  .mod-hospitalInfo .ttl .name {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .mod-hospitalInfo .ttl .name {
    font-size: 26px;
  }
}
.mod-hospitalInfo .info {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .mod-hospitalInfo .info {
    font-size: 14px;
  }
}

/* --------------------------------
	診察時間
-------------------------------- */
.section--medicalCareTime {
  padding-top: 110px;
  padding-bottom: 133px;
}
@media screen and (max-width: 800px) {
  .section--medicalCareTime {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section--medicalCareTime {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section--medicalCareTime .section_inner {
    padding: 0 28px;
  }
}

.medicalCareTime_table {
  margin-top: 82px;
  margin-bottom: 47px;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .medicalCareTime_table {
    margin: 60px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .medicalCareTime_table {
    margin: 35px 0 25px;
  }
}
.medicalCareTime_table table {
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .medicalCareTime_table table {
    font-size: 13px;
  }
}
.medicalCareTime_table table .icon.possible {
  width: 26px;
  height: 26px;
  background-size: 26px auto;
}
@media screen and (max-width: 767px) {
  .medicalCareTime_table table .icon.possible {
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .medicalCareTime_table table .icon.possible {
    -webkit-transform: rotate(0) scale(0);
        -ms-transform: rotate(0) scale(0);
            transform: rotate(0) scale(0);
    opacity: 0;
    -webkit-transition: opacity 2s, -webkit-transform 2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 2s, -webkit-transform 2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 2s cubic-bezier(0.86, 0, 0.07, 1), opacity 2s;
    transition: transform 2s cubic-bezier(0.86, 0, 0.07, 1), opacity 2s, -webkit-transform 2s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.medicalCareTime_table table .icon.impossible {
  width: 19px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .medicalCareTime_table table .icon.impossible {
    width: 9px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .medicalCareTime_table.is-active table .icon.possible {
    opacity: 1;
    -webkit-transform: rotate(270deg) scale(1);
        -ms-transform: rotate(270deg) scale(1);
            transform: rotate(270deg) scale(1);
  }
}

.medicalCareTime_notes {
  text-align: center;
  font-size: 0;
  margin-bottom: 45px;
  padding-left: 43px;
}
@media screen and (max-width: 800px) {
  .medicalCareTime_notes {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .medicalCareTime_notes {
    margin-bottom: 20px;
  }
}
.medicalCareTime_notes a {
  font-weight: bold;
}
.medicalCareTime_notes li {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .medicalCareTime_notes li + li {
    margin-left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .medicalCareTime_notes li {
    width: 100%;
    font-size: 13px;
  }
}
.medicalCareTime_notes li.receptionTime {
  padding-top: 3px;
  padding-bottom: 10px;
  text-align: center;
  color: #56ace1;
  font-size: 18px;
  font-weight: bold;
  width: 312px;
  letter-spacing: 1px;
  border-bottom: 4px solid #56ace1;
}
@media screen and (max-width: 800px) {
  .medicalCareTime_notes li.receptionTime {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .medicalCareTime_notes li.receptionTime {
    font-size: 15px;
    width: auto;
    padding: 0 5px 3px;
    margin-bottom: 28px;
  }
}

.medicalCareTime_btn {
  margin: 0 auto;
}

/* --------------------------------
	Footer
-------------------------------- */
.footer {
  background-color: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 24px;
  }
}

.footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 96px;
  margin: 0 auto;
  padding: 96px 0;
  max-width: 1200px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    gap: 40px;
    padding: 96px 0;
    border-top: none;
  }
}

/* nav */
@media screen and (max-width: 767px) {
  .footer_nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.footer_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_nav_list {
    display: block;
  }
}

.footer_nav_list_item {
  position: relative;
  padding: 0 24px;
}
@media screen and (max-width: 1080px) {
  .footer_nav_list_item {
    padding: 0 16px;
  }
}
.footer_nav_list_item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #ddd;
}
.footer_nav_list_item a {
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.no-touchevents .footer_nav_list_item a:hover, .touchevents .footer_nav_list_item a.js-hover {
  color: #56ace1;
}
@media screen and (max-width: 767px) {
  .footer_nav_list_item {
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .footer_nav_list_item:first-child {
    border-top: 1px solid #ddd;
  }
  .footer_nav_list_item:after {
    display: none;
  }
  .footer_nav_list_item a {
    display: block;
    padding: 24px 4px;
    line-height: 1.4;
  }
}

/* body */
.footer_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .footer_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    gap: 40px;
  }
}

.footer_body_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1080px) {
  .footer_body_left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_body_left {
    gap: 16px;
  }
}

.footer_body_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .footer_body_right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_body_right {
    gap: 16px;
  }
}

.footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_info {
    margin-bottom: 24px;
  }
}

.footer_logo {
  line-height: 0;
}
.footer_logo a {
  display: inline-block;
}
.footer_logo img {
  width: 513px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer_logo img {
    width: 312px;
  }
}

.footer_address {
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.12px;
  }
}

.footer_supplement {
  margin-top: -12px;
  color: #8b8a8a;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer_supplement {
    margin-top: -12px;
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.footer_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 24px;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    display: block;
    width: 100%;
  }
}

.footer_contact_tel,
.footer_contact_fax {
  line-height: 1.6;
}

.footer_contact_tel a,
.footer_contact_fax {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #56ace1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.92px;
  white-space: nowrap;
  text-decoration: none;
}
.footer_contact_tel a:before,
.footer_contact_fax:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: 50%/contain no-repeat;
}

.footer_contact_tel a:before {
  background-image: url(/img/common/icon_phone.svg);
}

.footer_contact_fax:before {
  background-image: url(/img/common/icon_fax.svg);
}

@media screen and (max-width: 767px) {
  .footer_contact_tel {
    width: 100%;
    text-align: center;
  }
  .footer_contact_tel a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 240px;
    padding: 12px 16px 12px 24px;
    border-radius: 6px;
    background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .footer_contact_tel a:before {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background-image: url(/img/common/icon_phone_white.svg);
  }
}
.footer_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.footer_btns_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .footer_btns_item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 240px;
    max-width: 240px;
    margin: 0 auto;
  }
}

.footer_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 16px 14px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .footer_btn {
    padding: 12px 16px 12px 24px;
  }
}
.no-touchevents .footer_btn:hover, .touchevents .footer_btn.js-hover {
  opacity: 0.85;
}
.footer_btn:after {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  padding-left: 16px;
  background-position: right center;
  background-repeat: no-repeat;
}
.footer_btn-reserve {
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
  color: #fff;
}
.footer_btn-reserve:after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background-image: url(/img/common/icon_window.svg);
  background-size: 18px 18px;
}
.footer_btn-parking {
  background-color: #fff;
  color: #56ace1;
  border: 2px solid #56ace1;
}
.footer_btn-parking:after {
  border-left: 1px solid rgba(86, 172, 225, 0.4);
  background-image: url(/img/common/icon_car.svg);
  background-size: 20px 20px;
}

.footer_table {
  width: 100%;
  -webkit-filter: drop-shadow(0 4px 10px rgba(86, 172, 225, 0.15));
          filter: drop-shadow(0 4px 10px rgba(86, 172, 225, 0.15));
  /* 行高をデザイン準拠に（ヘッダー54px / 本体73px）。共通 mod-table より低い */
}
@media screen and (max-width: 767px) {
  .footer_table {
    /* SP は Figma 準拠: 文字 12px / 第1列 32% / 曜日 8.7% / 日祝 15.4% */
  }
  .footer_table table {
    font-size: 12px;
  }
}
.footer_table table thead th {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .footer_table table thead th {
    padding: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_table table thead th.theadTime {
    width: 32%;
    padding-left: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer_table table thead th.weekday {
    width: 8.7%;
  }
}
@media screen and (max-width: 767px) {
  .footer_table table thead th.weekday--holiday {
    width: 15.4%;
  }
}
.footer_table table tbody td {
  height: 73px;
}
@media screen and (max-width: 767px) {
  .footer_table table tbody td {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer_table table tbody th {
    height: 35px;
    line-height: 1.7;
    padding-left: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .footer_table table tbody th small {
    font-size: 11px;
    line-height: 1.7;
  }
}
.footer_table {
  /* フッター診療時間表のアイコン: デザイン準拠（受診可=グレー輪郭○ / 休診=グレー横棒） */
}
.footer_table td .icon.possible {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-image: none;
  background-color: transparent;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.footer_table td .icon.impossible {
  width: 13px;
  height: 2px;
  background-color: #ddd;
}

.footer_notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer_notes {
    gap: 8px;
  }
}

.footer_notes_reception {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .footer_notes_reception {
    line-height: 2;
  }
}
.footer_notes_reception:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url(/img/common/icon_attention.svg) 50%/contain no-repeat;
}

.footer_notes_caution {
  padding-left: 1.5em;
  color: #8b8a8a;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 1.6;
  text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
  .footer_notes_caution {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.footer_notes_caution a {
  color: #8b8a8a;
  font-weight: bold;
}

.footer_copyright {
  color: #8b8a8a;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
}
.footer_copyright small {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}