@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.87em;
  letter-spacing: 0.5px;
  color: #333333;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
@media screen and (max-width: 599px) {
  body,
  html {
    font-size: 14px;
  }
}

body {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 599px) {
  body {
    padding-bottom: 63px;
  }
}

@media screen and (max-width: 599px) {
  iframe {
    width: 100%;
  }
}

time {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

.fade {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0 !important;
}

.fade.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}

a img {
  display: block;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
a:hover img {
  opacity: 0.6 !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .container {
    padding: 0px 30px;
    max-width: none;
  }
}

.block-l {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 599px) {
  .block-l {
    margin-bottom: 100px !important;
  }
}

.block-m {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 599px) {
  .block-m {
    margin-bottom: 60px !important;
  }
}

.block-s {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .block-s {
    margin-bottom: 20px !important;
  }
}

.li-circle {
  margin-left: 20px;
  margin-bottom: 20px;
}
.li-circle > li {
  position: relative;
  padding-left: 10px;
}
.li-circle > li::before {
  content: "⚫︎";
  color: #f29f58;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: -10px;
}
.li-circle > li a {
  text-decoration: underline;
}

.li-line li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e4e4e4;
  line-height: 20px;
}
@media screen and (max-width: 599px) {
  .li-line li {
    font-size: 14px;
    display: inline;
    border: none;
    position: relative;
    padding-right: 0;
    margin-right: 0;
  }
  .li-line li::after {
    content: "│";
  }
}
.li-line li:last-child {
  border-right: none;
}

.no-li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.no-li > li {
  list-style-type: decimal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

th {
  font-weight: 400;
}

strong {
  font-weight: bold;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
}

small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 599px) {
  small {
    font-size: 12px;
  }
}

.bold {
  font-weight: 700 !important;
}

.serif-18 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .serif-18 {
    font-size: 14px;
  }
}

.serif-20 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .serif-20 {
    font-size: 16px;
  }
}

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

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

.center {
  text-align: center !important;
  margin: 0 auto;
}

.red {
  color: #dc3700;
}

.orange {
  color: #ed6d00;
}

.green {
  color: #90c31f;
}

.orange-2 {
  color: #f29f58;
}

.font14 {
  font-size: 14px;
}

.w100 {
  width: 100%;
}

.kome {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  white-space: pre-wrap;
  margin-bottom: 0px !important;
}

.header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  padding: 30px 40px;
  min-width: 1340px;
}
@media screen and (max-width: 599px) {
  .header {
    padding: 22px 15px;
    min-width: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  width: 181px;
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 130px;
    z-index: 5000;
  }
}
.header__logo img {
  width: 100%;
}
.header__add {
  color: #6f6f6f;
  line-height: 46px;
  font-size: 12px;
  padding-left: 16px;
}
@media screen and (max-width: 599px) {
  .header__add {
    line-height: 33px;
    font-size: 11px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    z-index: 5000;
  }
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.header__nav ul {
  display: block;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .header__nav ul {
    padding: 0px 30px;
  }
}
.header__nav ul li {
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  margin-right: 26px;
}
@media screen and (max-width: 599px) {
  .header__nav ul li {
    width: 100%;
    margin-right: 0px;
    text-align: left;
    font-size: 16px;
    background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
    background-size: auto 1px;
    background-position: bottom left;
    background-repeat: repeat-x;
  }
  .header__nav ul li a {
    display: block;
    width: 100%;
    line-height: 50px;
    padding-left: 15px;
    position: relative;
  }
  .header__nav ul li a::before {
    content: "";
    display: block;
    font-size: 6px;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 28px;
    height: 16px;
    background-image: url(../img/common/ico-link-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.header__btn a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  background-color: #ed6d00;
  display: block;
  width: 198px;
  line-height: 38px;
  text-align: left;
  padding-left: 20px;
  border-radius: 3px;
  position: relative;
}
.header__btn a::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 40px;
  width: 2px;
  height: 18px;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 4px);
}
.header__btn a::after {
  content: "";
  display: block;
  width: 40px;
  height: 18px;
  background-image: url(../img/common/ico-btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .header .top-schedule__right {
    padding: 0px 30px;
  }
  .header .top-schedule__right .reservation-area__cta {
    padding-top: 20px !important;
  }
  .header .top-schedule__right .btn-border {
    right: 30px;
  }
}

.top-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .top-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 100px;
  }
}
.top-schedule__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.top-schedule__right .reservation-area__cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0px 0px 20px 0px;
  background-position: bottom left !important;
}
@media screen and (max-width: 599px) {
  .top-schedule__right .reservation-area__cta {
    margin: 0px 0px 20px 0px;
    padding: 30px 0px 20px 0px !important;
  }
}
.top-schedule__right .reservation-area__cta .tel {
  text-align: center;
}
.top-schedule__right .btn-border {
  position: absolute;
  bottom: 40px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .top-schedule__right .btn-border {
    bottom: 20px;
  }
}

.footer-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
  min-width: 1340px;
}
@media screen and (max-width: 599px) {
  .footer-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 60px;
    min-width: 0;
  }
}
.footer-access__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .footer-access__left {
    padding-top: 0px;
  }
}
.footer-access__left__img {
  width: 100%;
  height: 207px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .footer-access__left__img {
    height: 140px;
  }
}
.footer-access__left__img img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .footer-access__left__img img {
    right: 30px;
  }
}
.footer-access__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
@media screen and (max-width: 599px) {
  .footer-access__left ul {
    padding: 0px;
    margin: 0px 30px;
  }
}
.footer-access__left ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  height: 230px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer-access__left ul li {
    width: 50%;
    height: auto;
  }
  .footer-access__left ul li:first-child {
    padding: 20px 15px 20px 0px;
  }
  .footer-access__left ul li:last-child {
    padding: 20px 0px 20px 15px;
  }
}
.footer-access__left ul li .btn-border {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 599px) {
  .footer-access__left ul li .btn-border {
    position: relative;
    bottom: 0px;
    right: -40px;
    margin-top: 10px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer-access__left ul li:first-child {
  position: relative;
}
.footer-access__left ul li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.footer-access__left h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .footer-access__left h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.footer-access__left span {
  font-size: 14px;
  line-height: 30px;
  position: relative;
  display: block;
  padding-left: 14px;
}
@media screen and (max-width: 599px) {
  .footer-access__left span {
    font-size: 13px;
    line-height: 26px;
  }
}
.footer-access__left span::before {
  content: "●";
  display: block;
  color: #f29f58;
  font-size: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 30px;
}
.footer-access__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 599px) {
  .footer-access__right {
    padding-left: 30px;
  }
}
.footer-access__right iframe {
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 599px) {
  .footer-access__right iframe {
    height: 220px;
  }
}

.footer {
  padding: 0px 50px;
  margin: 0 auto;
  min-width: 1340px;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 0px 30px;
    min-width: 0;
  }
}
.footer .footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  margin-top: 160px;
  font-size: 14px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
@media screen and (max-width: 599px) {
  .footer .footer-sitemap {
    display: none;
  }
}
.footer .footer-sitemap__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer-sitemap__item ul li {
  line-height: 40px;
}
.footer .footer-sitemap__item ul .first {
  padding-left: 40px;
  position: relative;
}
.footer .footer-sitemap__item ul .first::before {
  content: "";
  display: block;
  font-size: 6px;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 28px;
  height: 16px;
  background-image: url(../img/common/ico-link-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-sitemap__item ul .second {
  padding-left: 54px;
  position: relative;
}
.footer .footer-sitemap__item ul .second::before {
  content: "●";
  display: block;
  color: #f29f58;
  font-size: 6px;
  position: absolute;
  top: 0px;
  left: 40px;
  line-height: 40px;
}
.footer .footer-sitemap__item ul .third {
  padding-left: 68px;
  font-size: 13px;
  position: relative;
}
.footer .footer-sitemap__item ul .third::before {
  content: "・";
  display: block;
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 54px;
  line-height: 40px;
}
.footer .footer-gaiyou {
  padding: 60px 0px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou {
    padding: 40px 0px;
    background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
    background-size: auto 1px;
    background-position: top left;
    background-repeat: repeat-x;
  }
}
.footer .footer-gaiyou__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
.footer .footer-gaiyou__01__left {
  width: 240px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__01__left {
    width: 200px;
  }
}
.footer .footer-gaiyou__01__left img {
  width: 100%;
}
.footer .footer-gaiyou__01__center {
  font-size: 12px;
  padding-left: 40px;
  line-height: 1.8em;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__01__center {
    padding: 20px 0px 0px 0px;
  }
}
.footer .footer-gaiyou__01__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__01__right {
    text-align: left;
    padding-top: 30px;
  }
}
.footer .footer-gaiyou__01__right a {
  display: inline-block;
  width: 44px;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__01__right a {
    width: 40px;
  }
}
.footer .footer-gaiyou__01__right a img {
  width: 100%;
  height: auto;
}
.footer .footer-gaiyou__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-gaiyou__02__left h5 {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__02__left h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__02__left {
    line-height: 1.6em;
  }
}
.footer .footer-gaiyou__02__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__02__right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 40px;
  }
}
.footer .footer-gaiyou__02__right span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #a4a4a4;
}
@media screen and (max-width: 599px) {
  .footer .footer-gaiyou__02__right span {
    position: static;
    font-size: 10.5px;
  }
}

.fixed-cta {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
}
.fixed-cta .btn-reservation {
  width: 100%;
  padding: 8px;
  background-color: #ffffff;
  margin-top: 1px;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .sp-scroll {
    overflow-x: scroll;
  }
  .sp-scroll table {
    width: 600px;
  }
}

.price-table-1 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.price-table-1::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
@media screen and (max-width: 599px) {
  .price-table-1 {
    font-size: 16px;
  }
}
.price-table-1 tr {
  position: relative;
}
.price-table-1 tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-1 th,
.price-table-1 td {
  text-align: center;
  line-height: 74px;
}
@media screen and (max-width: 599px) {
  .price-table-1 th,
  .price-table-1 td {
    display: block;
    width: 100% !important;
    line-height: 54px;
  }
}
.price-table-1 th {
  width: 400px;
  background-color: #fafafa;
  font-weight: 400;
  position: relative;
}
.price-table-1 th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-1 th:nth-of-type(even) {
  position: relative;
}
.price-table-1 th:nth-of-type(even)::before, .price-table-1 th:nth-of-type(even)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-1 th:nth-of-type(even)::before {
  left: 0;
}
.price-table-1 th:nth-of-type(even)::after {
  right: 0;
}
.price-table-2 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .price-table-2 {
    font-size: 16px;
  }
}
.price-table-2 tr {
  position: relative;
}
.price-table-2 tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-2 tr:first-of-type {
  position: relative;
}
.price-table-2 tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-2 th,
.price-table-2 td {
  text-align: center;
  line-height: 74px;
}
@media screen and (max-width: 599px) {
  .price-table-2 th,
  .price-table-2 td {
    display: block;
    width: 100% !important;
    line-height: 54px;
  }
}
.price-table-2 th {
  width: 200px;
  background-color: #fafafa;
  font-weight: 400;
  position: relative;
}
.price-table-2 th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-2 th:nth-of-type(even) {
  position: relative;
}
.price-table-2 th:nth-of-type(even)::before, .price-table-2 th:nth-of-type(even)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.price-table-2 th:nth-of-type(even)::before {
  left: 0;
}
.price-table-2 th:nth-of-type(even)::after {
  right: 0;
}
.medical-table-1 {
  width: 100%;
  margin-bottom: 20px;
}
.medical-table-1__ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 96px !important;
}
@media screen and (max-width: 599px) {
  .medical-table-1__ttl {
    line-height: 1.2em !important;
    font-size: 16px;
    height: 90px;
    padding: 10px;
  }
}
.medical-table-1 tr {
  position: relative;
}
.medical-table-1 tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
.medical-table-1 tr:nth-of-type(even) {
  background-color: #fafafa;
}
.medical-table-1 th {
  background-color: #ed6d00;
  text-align: center;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .medical-table-1 th {
    line-height: 1.2em;
    padding: 10px 10px;
    vertical-align: middle;
  }
}
.medical-table-1 th:first-of-type {
  background-color: #ffffff;
}
.medical-table-1 th:not(:first-of-type):not(:last-of-type) {
  position: relative;
}
.medical-table-1 th:not(:first-of-type):not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.medical-table-1 td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
}
.medical-table-1 td:not(:last-of-type) {
  position: relative;
}
.medical-table-1 td:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}

.medical-table-2 {
  width: 100%;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
}
.medical-table-2__ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 96px !important;
}
.medical-table-2 tr {
  position: relative;
}
.medical-table-2 tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
@media screen and (max-width: 599px) {
  .medical-table-2 tr {
    display: block;
    padding-bottom: 20px;
  }
}
.medical-table-2 tr:nth-of-type(even) {
  background-color: #fafafa;
}
.medical-table-2 th {
  width: 8%;
  background-color: #ed6d00;
  text-align: center;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .medical-table-2 th {
    display: block;
    width: 100%;
  }
}
.medical-table-2 th:not(:first-of-type):not(:last-of-type) {
  position: relative;
}
.medical-table-2 th:not(:first-of-type):not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.medical-table-2 td {
  text-align: left;
  vertical-align: middle;
  vertical-align: middle;
  padding: 20px 30px 20px 30px;
  width: 46%;
}
@media screen and (max-width: 599px) {
  .medical-table-2 td {
    display: block;
    width: 100%;
    padding: 10px 20px 0px 20px;
  }
}
.medical-table-2 td ul {
  margin-bottom: 0px;
}
.medical-table-2 td:not(:last-of-type) {
  position: relative;
}
.medical-table-2 td:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}

.medical-table-3 {
  width: 100%;
  margin-bottom: 20px;
}
.medical-table-3__ttl {
  width: 400px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .medical-table-3__ttl {
    display: block;
    width: 100%;
  }
}
.medical-table-3 tr {
  position: relative;
}
.medical-table-3 tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
@media screen and (max-width: 599px) {
  .medical-table-3 tr {
    display: block;
    padding-bottom: 20px;
  }
}
.medical-table-3 tr:nth-of-type(odd) {
  background-color: #fafafa;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
.medical-table-3 td {
  text-align: left;
  vertical-align: middle;
  line-height: 1.4em;
  padding: 20px 30px 20px 30px;
  height: 100px;
}
@media screen and (max-width: 599px) {
  .medical-table-3 td {
    display: block;
    width: 100%;
    padding: 20px 20px 0px 20px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: auto;
  }
}
.medical-table-3 td:not(:last-of-type) {
  position: relative;
}
.medical-table-3 td:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}

.checkup-table {
  width: 100%;
  margin-bottom: 20px;
}
.checkup-table a {
  text-decoration: underline;
}
.checkup-table__ttl {
  padding-left: 30px;
  font-size: 18px;
  text-align: left !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .checkup-table__ttl {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.checkup-table__ttl small {
  font-size: 13px;
  display: block;
}
.checkup-table tr {
  position: relative;
}
.checkup-table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
.checkup-table tr:nth-of-type(even) {
  background-color: #fafafa;
}
.checkup-table th {
  background-color: #ed6d00;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  height: 84px;
}
@media screen and (max-width: 599px) {
  .checkup-table th {
    height: 60px;
    font-size: 12px;
  }
}
.checkup-table th:first-of-type {
  background-color: #ffffff;
}
.checkup-table th:not(:first-of-type):not(:last-of-type) {
  position: relative;
}
.checkup-table th:not(:first-of-type):not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.checkup-table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
  height: 84px;
}
@media screen and (max-width: 599px) {
  .checkup-table td {
    height: 60px;
  }
}
.checkup-table td:not(:last-of-type) {
  position: relative;
}
.checkup-table td:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.checkup-table__plice {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 96px !important;
}

.gaiyou-table {
  width: 100%;
  margin-bottom: 40px;
}
.gaiyou-table__ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .gaiyou-table tr {
    display: block;
    padding-bottom: 20px;
  }
}
.gaiyou-table tr:nth-of-type(odd) {
  background-color: #fafafa;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
.gaiyou-table th {
  width: 320px;
  font-weight: bold;
  vertical-align: middle;
  padding: 25px 30px;
}
@media screen and (min-width: 600px) {
  .gaiyou-table th {
    position: relative;
  }
  .gaiyou-table th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (max-width: 599px) {
  .gaiyou-table th {
    padding: 20px 20px 0 30px;
  }
}
.gaiyou-table th span {
  display: block;
  position: relative;
  padding-left: 10px;
}
.gaiyou-table th span::before {
  content: "⚫︎";
  color: #f29f58;
  font-size: 10px;
  position: absolute;
  top: -2px;
  left: -10px;
}
.gaiyou-table td {
  text-align: left;
  vertical-align: middle;
  padding: 25px 30px;
}
@media screen and (max-width: 599px) {
  .gaiyou-table td {
    padding: 0px 20px 0px 40px;
  }
}
@media screen and (max-width: 599px) {
  .gaiyou-table th,
  .gaiyou-table td {
    display: block;
    width: 100% !important;
  }
}
.gaiyou-table p {
  margin: 0 !important;
}

.contact-table {
  width: 100%;
  margin-bottom: 40px;
}
.contact-table__ttl {
  width: 400px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contact-table tr:nth-of-type(odd) {
  background-color: #fafafa;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
.contact-table th {
  font-weight: bold;
  vertical-align: middle;
  padding: 0px 30px;
  line-height: 110px;
}
@media screen and (min-width: 600px) {
  .contact-table th {
    position: relative;
  }
  .contact-table th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (max-width: 599px) {
  .contact-table th {
    padding-top: 20px;
  }
}
.contact-table td {
  text-align: left;
  vertical-align: middle;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .contact-table td {
    padding: 10px 30px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100% !important;
    line-height: normal;
  }
}
.contact-table p {
  margin: 0 !important;
}

.access-table {
  width: 100%;
  margin-bottom: 40px;
}
.access-table__ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 84px !important;
}
@media screen and (max-width: 599px) {
  .access-table__ttl {
    font-size: 16px;
    line-height: 1.4em !important;
    height: 84px;
  }
}
.access-table tr {
  position: relative;
}
.access-table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 4px, transparent 4px 8px);
}
.access-table tr:nth-of-type(even) {
  background-color: #fafafa;
}
.access-table th {
  background-color: #ed6d00;
  text-align: center;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
  width: 33.3%;
}
@media screen and (max-width: 599px) {
  .access-table th {
    line-height: 1.4em;
    height: 60px;
    vertical-align: middle;
  }
}
.access-table th:not(:last-of-type) {
  position: relative;
}
.access-table th:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}
.access-table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
}
.access-table td:not(:last-of-type) {
  position: relative;
}
.access-table td:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
}

.horizontal-item {
  margin: 0 !important;
  padding: 0 !important;
}

.error {
  padding: 5px 10px;
  color: #dc3700;
  background-color: #ffe4e4;
  margin-top: 10px;
}

select {
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 10px 0px 10px 20px;
  color: #333333;
  width: 370px;
  background-color: #ffffff;
  background-image: url("../img/common/ico-select.svg");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  select {
    width: 100%;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 12px 22px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #b3b3b3;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #b3b3b3;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #b3b3b3;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  color: #b3b3b3;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #b3b3b3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #b3b3b3;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #b3b3b3;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #b3b3b3;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  background-color: #ffffff;
  margin-right: 6px;
  position: relative;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: -1px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 7px;
  height: 16px;
  border-right: 3px solid #ed6d00;
  border-bottom: 3px solid #ed6d00;
  content: "";
}

input[type=radio] {
  width: 18px;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  margin-right: 6px;
  position: relative;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 12px;
  height: 12px;
  border: 1px solid #ed6d00;
  background-color: #ed6d00;
  border-radius: 10px;
  content: "";
}

.horizontal-item {
  display: inline-block;
  width: 25%;
}

textarea {
  width: 100%;
  height: 270px;
  padding: 12px 22px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  textarea {
    height: 200px;
  }
}
textarea::-webkit-input-placeholder {
  color: #9d9d9d;
}
textarea::-moz-placeholder {
  color: #9d9d9d;
}
textarea:-ms-input-placeholder {
  color: #9d9d9d;
}
textarea::-ms-input-placeholder {
  color: #9d9d9d;
}
textarea::placeholder {
  color: #9d9d9d;
}
textarea::-webkit-input-placeholder {
  color: #9d9d9d;
}
textarea::-moz-placeholder {
  color: #9d9d9d;
}
textarea:-ms-input-placeholder {
  color: #9d9d9d;
}

.btn-send {
  position: relative;
  width: 360px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  background-color: #ed6d00;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-send {
    width: 80%;
    line-height: 50px;
    font-size: 16px;
  }
}
.btn-send::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 50px;
  width: 1px;
  height: 25px;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 4px);
}
@media screen and (max-width: 599px) {
  .btn-send::before {
    top: 14px;
  }
}
.btn-send::after {
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../img/common/ico-btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .btn-send::after {
    top: 15px;
  }
}
.btn-send input[type=submit] {
  width: 100%;
}
.btn-send span {
  display: none;
}

.agree {
  text-align: center;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
}
.agree::after {
  content: " *";
  color: #dc3700;
  position: absolute;
  top: 0px;
  right: -10px;
}

.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 599px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex__item img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .flex__item ul {
    margin-bottom: 0px;
  }
}
.flex__item-img {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .flex__item-img {
    width: 100%;
  }
}
.flex__item-img figure {
  text-align: center;
}
.flex__item-img figure img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .flex__item-img figure img {
    width: 50%;
    margin: 0 auto 15px;
  }
}

.--gap20 {
  gap: 20px !important;
}
@media screen and (max-width: 599px) {
  .--gap20 {
    gap: 0px !important;
  }
}

.--gap30 {
  gap: 30px !important;
}
@media screen and (max-width: 599px) {
  .--gap30 {
    gap: 20px !important;
  }
}

.--gap60 {
  gap: 60px !important;
}
@media screen and (max-width: 599px) {
  .--gap60 {
    gap: 30px !important;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 599px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-4 img {
  width: 100%;
  height: auto;
}

.border-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 599px) {
  .border-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.border-grid-2__item {
  padding: 40px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 599px) {
  .border-grid-2__item {
    padding: 20px;
  }
}
@media screen and (min-width: 600px) {
  .border-grid-2__item:nth-child(odd) {
    position: relative;
  }
  .border-grid-2__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
.border-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 599px) {
  .border-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.border-grid-3__item {
  padding: 30px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .border-grid-3__item {
    position: relative;
  }
  .border-grid-3__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (max-width: 599px) {
  .border-grid-3__item {
    padding: 20px 0px;
  }
}
.border-grid-3__item:nth-child(3n)::after {
  background-image: none;
}
.border-grid-3__item figure {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}
.border-grid-3__item figure img {
  width: 100%;
  height: auto;
}
.border-grid-3__item figure h5 {
  margin-top: 10px;
}

.border-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 599px) {
  .border-grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.border-grid-4__item {
  padding: 30px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .border-grid-4__item {
    position: relative;
  }
  .border-grid-4__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (max-width: 599px) {
  .border-grid-4__item {
    padding: 20px;
  }
}
.border-grid-4__item:nth-child(4n)::after {
  background-image: none;
}
.border-grid-4__item figure {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}
.border-grid-4__item figure img {
  width: 100%;
  height: auto;
}
.border-grid-4__item figure h5 {
  margin-top: 10px;
}

.border-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 599px) {
  .border-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.border-grid-5__item {
  padding: 30px 0px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .border-grid-5__item {
    position: relative;
  }
  .border-grid-5__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (max-width: 599px) {
  .border-grid-5__item:nth-child(3), .border-grid-5__item:nth-child(5) {
    position: relative;
  }
  .border-grid-5__item:nth-child(3)::after, .border-grid-5__item:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (min-width: 600px) {
  .border-grid-5__item:nth-child(5n)::after {
    background-image: none;
  }
}
.border-grid-5__item figure {
  display: block;
  width: 100%;
  text-align: center;
}
.border-grid-5__item figure img {
  width: 140px;
  height: auto;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 599px) {
  .border-grid-5__item figure img {
    width: 100px;
  }
}
.border-grid-5__item figure h5 {
  line-height: 1.4em;
  margin-bottom: 0px !important;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .border-grid-5__item figure h5 {
    font-size: 14px;
  }
}

.border-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left;
  background-repeat: repeat-x;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .border-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.border-grid-6__item {
  padding: 30px 0px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .border-grid-6__item {
    position: relative;
  }
  .border-grid-6__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
@media screen and (max-width: 599px) {
  .border-grid-6__item:nth-child(odd) {
    position: relative;
  }
  .border-grid-6__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #e4e4e4 0 4px, transparent 4px 8px);
  }
}
.border-grid-6__item:nth-child(6n)::after {
  background-image: none;
}
.border-grid-6__item figure {
  display: block;
  width: 100%;
  text-align: center;
}
.border-grid-6__item figure img {
  width: 140px;
  height: auto;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 599px) {
  .border-grid-6__item figure img {
    width: 100px;
  }
}
.border-grid-6__item figure h5 {
  line-height: 1.4em;
  margin-bottom: 0px !important;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .border-grid-6__item figure h5 {
    font-size: 14px;
  }
}

.--orange {
  background-color: #fff8f2;
  background-image: repeating-linear-gradient(to right, #f9c0b0 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #f9c0b0 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
  position: relative;
}
.--orange::before, .--orange::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #f9c0b0 0 4px, transparent 4px 8px);
}
.--orange::before {
  left: 0;
}
.--orange::after {
  right: 0;
}

.list-no {
  text-align: center;
  font-size: 20px;
  color: #f29f58;
  padding-bottom: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .list-no {
    font-size: 15px;
  }
}

.flex-voice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .flex-voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.flex-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-voice__item-img {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flex-voice__item-img {
    width: 100%;
    text-align: center;
  }
}
.flex-voice__item-img figure {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flex-voice__item-img figure {
    width: 100px;
    margin: 0 auto;
  }
}
.flex-voice__item-img figure img {
  width: 100%;
  margin-bottom: 10px;
}
.flex-voice__item-img figure h5 {
  line-height: 1.2em;
}

.btn-border {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 18px;
  border: 1px solid #333333;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .btn-border {
    font-size: 11px;
    line-height: 12px;
    padding: 8px 10px;
  }
}

.btn-reservation {
  text-align: center;
}
.btn-reservation a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  background-color: #ed6d00;
  display: block;
  width: 100%;
  max-width: 560px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-reservation a {
    font-size: 16px;
    line-height: 47px;
    max-width: 100%;
  }
}
.btn-reservation a::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 50px;
  width: 1px;
  height: 25px;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 4px);
}
@media screen and (max-width: 599px) {
  .btn-reservation a::before {
    top: 12px;
  }
}
.btn-reservation a::after {
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../img/common/ico-btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .btn-reservation a::after {
    top: 13px;
  }
}

.--contents {
  width: 424px;
}
@media screen and (max-width: 599px) {
  .--contents {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

.btn-return {
  padding: 0px 0px 120px 0px;
  margin: 0 auto;
}

.btn-return,
.btn-green {
  width: 300px;
}
@media screen and (max-width: 599px) {
  .btn-return,
  .btn-green {
    width: 280px;
    max-width: 100%;
  }
}
.btn-return a,
.btn-green a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  background-color: #90c31f;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-return a,
  .btn-green a {
    font-size: 14px;
    line-height: 40px;
  }
}
.btn-return a::before,
.btn-green a::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 50px;
  width: 1px;
  height: 25px;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 4px);
}
@media screen and (max-width: 599px) {
  .btn-return a::before,
  .btn-green a::before {
    top: 10px;
    height: 21px;
  }
}
.btn-return a::after,
.btn-green a::after {
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../img/common/ico-btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .btn-return a::after,
  .btn-green a::after {
    top: 10px;
  }
}

.link-arrow {
  padding-left: 40px;
  position: relative;
  display: block;
}
.link-arrow::before {
  content: "";
  display: block;
  font-size: 6px;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 28px;
  height: 16px;
  background-image: url(../img/common/ico-link-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.link-arrow2 {
  padding-left: 40px;
  position: relative;
  display: block;
}
.link-arrow2::before {
  content: "";
  display: block;
  font-size: 6px;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 28px;
  height: 16px;
  background-image: url(../img/common/ico-link-arrow2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-return-2 {
  width: 300px;
  margin: 0 auto;
  padding: 0px 0px 120px 0px;
}
@media screen and (max-width: 599px) {
  .btn-return-2 {
    width: 280px;
    max-width: 100%;
  }
}
.btn-return-2 a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  background-color: #90c31f;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-return-2 a {
    font-size: 14px;
    line-height: 40px;
    max-width: 100%;
  }
}
.btn-return-2 a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50px;
  width: 1px;
  height: 25px;
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 4px);
}
@media screen and (max-width: 599px) {
  .btn-return-2 a::before {
    top: 10px;
    height: 21px;
  }
}
.btn-return-2 a::after {
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background-image: url(../img/common/ico-btn-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 599px) {
  .btn-return-2 a::after {
    top: 17px;
  }
}

.link-arrow {
  padding-left: 40px;
  position: relative;
  display: block;
}
.link-arrow::before {
  content: "";
  display: block;
  font-size: 6px;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 28px;
  height: 16px;
  background-image: url(../img/common/ico-link-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-black {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-black {
    width: 280px;
    max-width: 100%;
  }
}
.btn-black a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  background-color: #6f6f6f;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-black a {
    font-size: 14px;
    line-height: 40px;
    max-width: 100%;
  }
}

.content-contact_heading > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fbff26), to(#fbff26)) !important;
  background-image: linear-gradient(180deg, transparent 60%, #fbff26 0, #fbff26) !important;
}

main {
  min-width: 1270px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  main {
    min-width: 100%;
  }
}

#cardiology .con-h1 {
  letter-spacing: 3px !important;
}

#medical_corona_seq .con-h1 {
  letter-spacing: 2px !important;
}

#medical_vaccination_influenza .con-h1,
#recruit_interview01 .con-h1,
#recruit_interview02 .con-h1,
#recruit_interview03 .con-h1,
#recruit_interview04 .con-h1,
#recruit_interview05 .con-h1 {
  letter-spacing: 0px !important;
}

#contribution1 .con-h1 {
  letter-spacing: -2px !important;
}

.bg-left,
.bg-right {
  position: relative;
  width: 100%;
  height: 330px;
  margin-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .bg-left,
  .bg-right {
    height: 140px;
    margin-bottom: 60px;
  }
}
.bg-left .bg,
.bg-right .bg {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .bg-left .bg,
  .bg-right .bg {
    height: 140px;
  }
}
.bg-left .bg img,
.bg-right .bg img {
  width: 100%;
  min-height: 330px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .bg-left .bg img,
  .bg-right .bg img {
    min-height: 140px;
    width: auto;
    height: 100%;
  }
}

.bg-left {
  padding-right: calc((100vw - 1120px) / 2);
}
@media screen and (max-width: 599px) {
  .bg-left {
    padding-right: 30px;
  }
}

.bg-right {
  padding-left: calc((100vw - 1120px) / 2);
}
@media screen and (max-width: 599px) {
  .bg-right {
    padding-left: 30px;
  }
}

.page-ttl {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .page-ttl {
    padding-bottom: 20px;
  }
}
.page-ttl .container {
  position: relative !important;
  z-index: 1 !important;
}
.page-ttl .con-h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 8px;
  padding-top: 195px;
  width: 560px;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .page-ttl .con-h1 {
    width: 100%;
    font-size: 28px;
    letter-spacing: 6px;
    padding-top: 115%;
  }
}
.page-ttl figure {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 660px;
}
@media screen and (max-width: 599px) {
  .page-ttl figure {
    width: 100%;
    padding-top: 80px;
    padding-left: 30px;
  }
}
.page-ttl figure img {
  width: 100%;
}
.page-ttl .breadcrumb {
  width: 100%;
  font-size: 12px;
  text-align: right;
  line-height: 40px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-right: 10px;
  overflow-x: scroll;
}
@media screen and (max-width: 599px) {
  .page-ttl .breadcrumb {
    display: none;
  }
}
.page-ttl .breadcrumb li {
  padding-right: 30px;
  display: inline-block;
}
.page-ttl .breadcrumb li a {
  position: relative;
}
.page-ttl .breadcrumb li a::after {
  content: ">";
  font-size: 13px;
  position: absolute;
  right: -20px;
  color: #e4e4e4;
}

.page-gaiyou .container {
  min-width: none;
}
.page-gaiyou p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6em;
  letter-spacing: 3px;
  width: 560px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 599px) {
  .page-gaiyou p {
    width: 100%;
    font-size: 16px;
  }
}

.page-contents {
  padding-top: 240px;
}
@media screen and (max-width: 599px) {
  .page-contents {
    padding-top: 60px;
  }
}
.page-contents p {
  margin-bottom: 20px;
}

.con-h2 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 2px;
}
.con-h2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 30px;
  height: 28px;
  background-image: url(../img/common/ico-con-h2);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .con-h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .con-h2::before {
    top: -10px;
    left: -20px;
    width: 18px;
    height: 17px;
  }
}

.con-h3 {
  font-size: 26px;
  line-height: 26px;
  padding-bottom: 20px;
  margin: 60px 0px 30px 0px;
  position: relative;
  letter-spacing: 2px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
.con-h3::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 56px;
  height: 1px;
  background-color: #ed6d00;
}
@media screen and (max-width: 599px) {
  .con-h3 {
    font-size: 18px;
    margin: 40px 0px 20px 0px;
    padding-bottom: 14px;
  }
}

.con-h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ed6d00;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 599px) {
  .con-h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.con-h4-bl {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ed6d00;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  color: #333333 !important;
}
@media screen and (max-width: 599px) {
  .con-h4-bl {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
}

.con-h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: #ed6d00;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .con-h5 {
    font-size: 16px;
  }
}

.column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.column-2__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column-2 figure {
  width: 340px;
}
@media screen and (max-width: 599px) {
  .column-2 figure {
    width: 80%;
    margin: 0 auto;
  }
}
.column-2 figure img {
  width: 100%;
}

.center-img {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .center-img {
    width: 100%;
  }
}
.center-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .center-img iframe {
    width: 100%;
    height: 200px;
  }
}

.center-img-s {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .center-img-s {
    width: 100%;
  }
}
.center-img-s img {
  width: 100%;
  height: auto;
}

.box-gray {
  background-color: #fafafa;
  width: 100%;
  padding: 25px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .box-gray {
    padding: 20px 20px;
    margin-top: 20px;
  }
}

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

.andmore {
  width: 100%;
  padding: 25px 0px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
@media screen and (max-width: 599px) {
  .andmore {
    padding: 20px 0px;
  }
}
.andmore__column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .andmore__column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.andmore__column2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 40px;
}
@media screen and (max-width: 599px) {
  .andmore__column2 li {
    padding: 0px 20px;
  }
}
.andmore__column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .andmore__column4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.andmore__column4 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 0px 0px 40px;
}
@media screen and (max-width: 599px) {
  .andmore__column4 li {
    padding: 0px 0px 0px 20px;
  }
}
.andmore__column1 li:last-child {
  padding: 0px 40px 0px 40px;
}
@media screen and (max-width: 599px) {
  .andmore__column1 li:last-child {
    padding: 0px 20px;
  }
}
.andmore__column1 li:not(:last-child) {
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 0px 40px 25px 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .andmore__column1 li:not(:last-child) {
    padding: 0 20px 20px;
    margin-bottom: 20px;
  }
}
.andmore a {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .andmore a {
    display: block;
  }
}
.andmore a::before {
  content: "";
  display: block;
  font-size: 6px;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 28px;
  height: 16px;
  background-image: url(../img/common/ico-link-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.andmore h5 {
  color: #333333;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .andmore h5 {
    padding-left: 20px;
  }
}

.reservation-area {
  width: 867px;
  padding: 60px 80px;
  margin: 100px auto 0 auto;
  text-align: center;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 599px) {
  .reservation-area {
    width: 100%;
    padding: 30px 20px;
    margin: 80px auto 0 auto;
  }
}
.reservation-area__ttl {
  font-size: 34px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .reservation-area__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.reservation-area__ttl-text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .reservation-area__ttl-text {
    font-size: 14px;
  }
}
.reservation-area__cta {
  padding: 28px 0px;
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px), repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}
@media screen and (max-width: 599px) {
  .reservation-area__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.reservation-area__cta .tel,
.reservation-area__cta .btn-reservation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.yorozu-area {
  width: 867px;
  padding: 60px 80px;
  margin: 60px auto 0 auto;
  text-align: center;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 599px) {
  .yorozu-area {
    width: 100%;
    padding: 30px 20px;
    margin: 20px auto 0 auto;
  }
}
.yorozu-area__ttl {
  font-size: 34px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .yorozu-area__ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.yorozu-area__ttl-text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .yorozu-area__ttl-text {
    font-size: 16px;
  }
}
.yorozu-area small {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .yorozu-area small {
    margin-bottom: 20px;
  }
}

.tel a {
  color: #ed6d00;
  font-size: 36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 2px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .tel a {
    font-size: 26px;
  }
}
.tel a::before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  background-image: url(../img/common/ico-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .tel a::before {
    top: 5px;
  }
}
.tel small {
  line-height: 14px;
}
@media screen and (max-width: 599px) {
  .tel small {
    font-size: 12px;
  }
}

.schedule {
  background-color: #fafafa;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .schedule {
    padding: 15px;
  }
}
.schedule .con-h4-bl {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .schedule .con-h4-bl {
    font-size: 16px !important;
  }
}
.schedule .btn-border {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 599px) {
  .schedule .btn-border {
    top: 15px;
    right: 15px;
    line-height: 8px;
  }
}
.schedule small {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .schedule small {
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
  }
}
.schedule table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .schedule table {
    font-size: 12px;
  }
}
.schedule table tr {
  background-image: repeating-linear-gradient(to right, #e4e4e4 0 5px, transparent 4px 8px);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
.schedule table td {
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .schedule table td {
    padding: 4px;
  }
}
.schedule table .ttl {
  text-align: left;
  padding-left: 0px !important;
}
.schedule table .time {
  color: #ed6d00;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  padding-left: 0px !important;
}
@media screen and (max-width: 599px) {
  .schedule table .time {
    font-size: 12.5px;
  }
}
.schedule table .mark {
  color: #f29f58;
  width: 9%;
}

.attention {
  width: 100%;
  padding: 40px;
  font-size: 26px;
  color: #dc3700;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff8f2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .attention {
    padding: 20px;
    font-size: 16px;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1000px;
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__close {
  position: sticky;
  top: 0;
  display: block;
  margin-left: auto;
  border: none;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  padding: 10px 16px;
  cursor: pointer;
}

.modal__body {
  padding: 0 60px 60px;
}

body.modal-open {
  overflow: hidden;
}

.fc-title {
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px 0px;
}

.fc-unthemed th {
  background-color: #ed6d00 !important;
  color: #ffffff;
}

.fc-today {
  font-weight: bold !important;
  color: #ed6d00 !important;
  background-color: #ffea31 !important;
}

.fc .fc-toolbar > * > * {
  margin: 0px !important;
}

.fc-day-number {
  position: relative;
}
@media screen and (min-width: 600px) {
  .fc-day-number::after {
    content: "日";
  }
}
@media screen and (max-width: 599px) {
  .fc-day-number {
    background-color: #ed6d00 !important;
    color: #ffffff;
    padding-left: 10px !important;
  }
}

.fc-list-header-right {
  position: relative;
}
.fc-list-header-right::after {
  content: "日";
}
@media screen and (max-width: 599px) {
  .fc-list-header-right {
    color: #ffffff !important;
    padding-right: 10px !important;
  }
}

#calendar h2 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  #calendar h2 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 599px) {
  /* ハンバーガーボタン */
  .hamburger {
    position: relative;
    z-index: 1001;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
  }
  /* 3本線 */
  .hamburger__lines {
    width: 28px;
    height: 12px;
    position: relative;
    display: block;
  }
  .hamburger__lines span {
    position: absolute;
    left: 0;
    height: 1px;
    background: #6f6f6f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* 1本目 */
  .hamburger__lines span:nth-child(1) {
    top: 0;
    width: 34px;
  }
  /* 2本目 */
  .hamburger__lines span:nth-child(2) {
    top: 6px;
    width: 34px;
  }
  /* 3本目（短く） */
  .hamburger__lines span:nth-child(3) {
    bottom: 0;
    width: 26px;
  }
  /* メニュー文字（線から10px下） */
  .hamburger__text {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1;
  }
  /* × に変形 */
  .hamburger.is-open .hamburger__lines span:nth-child(1),
  .hamburger.is-open .hamburger__lines span:nth-child(3) {
    width: 30px;
    /* × のときだけ同一幅にする */
    left: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .hamburger.is-open .hamburger__lines span:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(25deg);
            transform: translateX(-50%) rotate(25deg);
    top: 6px;
  }
  .hamburger.is-open .hamburger__lines span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open .hamburger__lines span:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(-25deg);
            transform: translateX(-50%) rotate(-25deg);
    bottom: auto;
    top: 6px;
  }
  /* =========================
     ナビゲーション表示制御
     ========================= */
  .header__nav {
    position: fixed;
    inset: 0;
    background: #ffffff;
    padding-top: 80px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }
  .header__nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
/* PCでは非表示 */
@media screen and (min-width: 600px) {
  .hamburger {
    display: none;
  }
}