@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  font-family: "M PLUS Rounded 1c";
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

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

strong {
  font-weight: bold;
}

p {
  line-height: 1.8em;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

li {
  list-style: none;
}

.img100 {
  width: 100%;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.W1000 {
  max-width: 1000px;
  margin: auto;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.textPink {
  color: #00469b;
}

.textPinkB {
  color: #00469b;
  text-decoration: underline;
}

.pagetop-copy {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.center {
  text-align: center;
}

.color_text {
  color: #004ea2;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  body {
    padding-bottom: 50px;
  }
}
.top-wave {
  background: url(/img/common/wave.svg);
  position: absolute;
  top: -55px;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-size: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.back_color {
  background: #eef9f6;
  margin: 0 20px 0 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 3px #004ea2;
}

a {
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.7;
}

.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 230px;
  margin: auto;
  padding: 3px 20px;
  font-weight: bold;
  border-radius: 100vh;
  -webkit-box-shadow: 0 3px 0 #004ea2;
          box-shadow: 0 3px 0 #004ea2;
  border: solid 1px #004ea2;
  background: #fff;
  margin-bottom: 3px;
}
.btn a {
  color: #004ea2;
}
.btn:hover {
  -webkit-box-shadow: 0 1px 0 #004ea2;
          box-shadow: 0 1px 0 #004ea2;
  background: #004ea2;
  margin-top: 3px;
  margin-bottom: 0;
}
.btn:hover a {
  color: #fff;
}

.contact_btn {
  -webkit-box-shadow: 0 3px 0 #00469b;
          box-shadow: 0 3px 0 #00469b;
  border: solid 1px #00469b;
}
.contact_btn a {
  color: #00469b;
}
.contact_btn:hover {
  -webkit-box-shadow: 0 1px 0 #00469b;
          box-shadow: 0 1px 0 #00469b;
  background: #00469b;
}
.contact_btn:hover a {
  color: #fff;
}

.normal_btn {
  margin-top: 30px;
  font-size: 17px;
}
.normal_btn:hover {
  margin-top: 33px;
}

.map_btn {
  margin-top: 10px;
  font-size: 17px;
  margin-left: 0;
  margin-bottom: 13px;
}
.map_btn:hover {
  margin-top: 13px;
  margin-bottom: 10px;
}

.reservation_btn {
  font-size: 19px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 100vh;
  -webkit-box-shadow: 0 3px 0 #00469b;
          box-shadow: 0 3px 0 #00469b;
  border: solid 1px #00469b;
  background: #fff;
  margin-bottom: 3px;
}
.reservation_btn a {
  color: #00469b;
}
.reservation_btn:hover {
  -webkit-box-shadow: 0 1px 0 #00469b;
          box-shadow: 0 1px 0 #00469b;
  background: #00469b;
  margin-top: 3px;
  margin-bottom: 0;
}
.reservation_btn:hover a {
  color: #fff;
}

.contact_btn02 {
  font-size: 19px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 100vh;
  -webkit-box-shadow: 0 3px 0 #004ea2;
          box-shadow: 0 3px 0 #004ea2;
  border: solid 1px #004ea2;
  background: #fff;
  margin-bottom: 3px;
}
.contact_btn02 a {
  color: #004ea2;
}
.contact_btn02:hover {
  -webkit-box-shadow: 0 1px 0 #004ea2;
          box-shadow: 0 1px 0 #004ea2;
  background: #004ea2;
  margin-top: 3px;
  margin-bottom: 0;
}
.contact_btn02:hover a {
  color: #fff;
}

.sub_btn {
  border: solid 1px #004ea2;
  background: #d9f1ea;
  color: #004ea2;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-radius: 100vh;
  padding: 3px 10px;
  display: block;
}
.sub_btn:hover {
  background: #bee9dc;
}

.calendar_btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 5px 0 0;
  background: url(/img/common/icoCalendar.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.policy_btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 5px 0 0;
  background: url(/img/common/icoPolicy.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .map_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.row, .row10, .row5, .flex, .old_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
  position: relative;
}

.row10 {
  gap: 20px;
}

.row5 {
  gap: 10px;
}

.old_row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-1-1, .col-1-2, .col-2, .col-3, .col-2-1, .col-2-2 {
  width: 100%;
}

.col-4 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.row .col-4 {
  width: calc(50% - 20px);
}

.row10 .col-4 {
  width: calc(50% - 10px);
}
.row10 .col-6 {
  width: calc(50% - 10px);
  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;
}

.row5 .col-4 {
  width: calc(50% - 5px);
}

.old_row .col-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.W900 article:first-child {
  padding-bottom: 30px;
}

@media only screen and (min-width: 770px) {
  .row .col-1-1 {
    width: calc(60% - 20px);
    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;
  }
  .row .col-1-2 {
    width: calc(40% - 20px);
    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;
  }
  .row .col-1-3 {
    width: calc(80% - 20px);
    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;
  }
  .row .col-1-4 {
    width: calc(20% - 20px);
    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;
  }
  .row .col-2 {
    width: calc(50% - 20px);
    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;
  }
  .row .col-2-1 {
    width: calc(55% - 20px);
    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;
  }
  .row .col-2-2 {
    width: calc(45% - 20px);
    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;
  }
  .row10 .col-2 {
    width: calc(50% - 10px);
    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;
  }
  .row10 .col-3 {
    width: calc(33.3% - 13.3px);
    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;
  }
  .row10 .col-4 {
    width: calc(25% - 15px);
    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;
  }
  .row10 .col-6 {
    width: calc(25% - 15px);
  }
  .flex .col-2 {
    width: 50%;
  }
  .old_row .col-3 {
    width: 33.3%;
    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;
  }
}
@media only screen and (min-width: 600px) {
  .row10 .col-1-1 {
    width: calc(60% - 10px);
    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;
  }
  .row10 .col-1-2 {
    width: calc(40% - 10px);
    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;
  }
  .row10 .col-1-3 {
    width: calc(70% - 10px);
    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;
  }
  .row10 .col-1-4 {
    width: calc(30% - 10px);
    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;
  }
}
@media only screen and (min-width: 903px) {
  .row10 .col-6 {
    width: calc(16.6% - 16.6px);
  }
}
.header_container {
  position: fixed;
  display: block;
  -webkit-box-shadow: 0px 1px 5px -1px gray;
          box-shadow: 0px 1px 5px -1px gray;
  width: 100%;
  background: #fff;
  height: 70px;
  z-index: 990;
}

.header_logo {
  margin: 10px 0 0 60px;
  width: 170px;
}

@media screen and (max-width: 430px) {
  .header_logo {
    margin: 10px 0 0 20px;
  }
}
/* ===============================================
  ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  width: 70px;
  height: 70px;
  position: fixed;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0 0 0 20px;
  margin: 0;
  background-color: #004ea2;
  cursor: pointer;
  z-index: 1000;
  right: 0;
}

.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger span::before {
  top: -8px;
}

.hamburger span::after {
  bottom: -8px;
}

.hamburger.open span {
  background-color: transparent;
}

.hamburger.open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.open span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ===============================================
メニューのスタイリング
=============================================== */
.nav {
  position: fixed;
  width: 20%;
  top: 0;
  z-index: 10;
  height: 100vh;
  right: -120%;
  background-color: #004ea2;
  padding: 70px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  letter-spacing: 0.1em;
  z-index: 995;
}

@media screen and (max-width: 1169px) {
  .nav {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .nav {
    width: 40%;
  }
}
.nav__list {
  padding: 0 40px;
}

@media screen and (min-width: 769px) {
  .nav__list {
    padding: 0 70px;
  }
}
#header .nav_font a {
  font-size: 21px;
}

.nav__item {
  border-bottom: dotted 4px #fff;
}

@media screen and (max-width: 430px) {
  .nav__item {
    border-bottom: dotted 2px #fff;
  }
}
.nav__item:last-child {
  border: 0;
}

.nav__item a {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.nav__item a:hover {
  color: #B7F6F5;
}

.nav.open {
  right: 0;
}

@media screen and (max-width: 430px) {
  .nav.open {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .nav.open {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .nav.open {
    right: 0;
  }
}
.nav__btn a {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #00469b;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  max-width: 400px;
}

.nav__btn a:hover {
  background: #00469b;
  color: #fff;
}

@media screen and (max-width: 430px) {
  .nav__btn {
    margin: 20px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .nav__btn {
    font-size: 25px;
  }
}
.top-title {
  padding-left: 30px;
  background: url(/img/common/teeth.svg) no-repeat left center;
  font-size: 45px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.top-title span {
  font-size: 12px;
  font-family: "M PLUS Rounded 1c" "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  padding-left: 10px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .top-title {
    font-size: 35px;
  }
}
.footer_inner {
  max-width: 1080px;
  padding: 50px 20px;
  margin: auto;
}

.footer_inner ul {
  width: 70%;
}

.footer_inner .col-1-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.footer-logo p {
  padding: 30px 0 0;
}

.footer-logo a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 50px 20px;
  }
  .footer_inner ul .col-2 {
    width: calc(50% - 20px);
  }
  .footer_inner ul {
    width: 30%;
  }
}
@media screen and (max-width: 430px) {
  .footer_inner {
    padding: 50px 20px;
  }
  .footer_inner ul .col-2 {
    width: calc(50% - 20px);
  }
  .footer_inner ul {
    width: 40%;
  }
}
.sns-btn a:hover {
  opacity: 0.6;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.sponsor span {
  display: block;
}

footer th {
  width: 45px;
}

footer td {
  font-weight: 700;
}

td.mb10 {
  padding: 10px 0;
}

.top-visual {
  width: 100%;
  max-width: 100%;
  padding: 70px 0 0 0;
}

.top-visual-wrapper {
  padding: 70px 0 0;
}

.explanation-wrapper {
  background-image: url("../img/top/back_01.png");
  background-repeat: repeat-y;
}

@media screen and (max-width: 920px) {
  .explanation-wrapper {
    background-image: url("../img/top/back_01_sp.png");
  }
}
.explanation-box {
  text-align: center;
  width: 100%;
  background: url("../img/top/wave_02.png") bottom left repeat-x;
  background-size: auto 25px;
}

@media screen and (max-width: 1024px) {
  .explanation-box {
    background-size: auto 10px;
  }
}
.road_img {
  text-align: center;
  max-width: 100%;
}

.explanation-wrapper {
  position: relative;
}

.explanation-inner {
  padding: 0 20px;
  width: 100%;
  background-image: url("../img/top/road_01_test_back.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  margin: auto;
  max-width: 1200px;
}

@media screen and (max-width: 1069px) {
  .explanation-inner {
    padding: 0 140px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .explanation-inner {
    padding: 0 100px;
    top: 0;
  }
}
@media screen and (max-width: 430px) {
  .explanation-inner {
    padding: 0 60px;
    top: 0;
  }
}
@media screen and (max-width: 359px) {
  .explanation-inner {
    padding: 50px;
    top: 0;
  }
}
.explanation-text {
  text-align: center;
  color: #fff;
}

.explanation-title {
  font-size: 32px;
}

@media screen and (max-width: 430px) {
  .explanation-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 359px) {
  .explanation-title {
    font-size: 24px;
  }
}
.explanation-video {
  border-radius: 10px;
  text-align: center;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 430px) {
  .explanation-video {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 359px) {
  .explanation-video {
    padding: 5px 0 0 0;
  }
}
.explanation-video video {
  border-radius: 10px;
}

@media screen and (max-width: 1069px) {
  .explanation-video video {
    width: 100%;
  }
}
.news-wrapper {
  background-image: url("../img/top/back_02.png");
  background-repeat: repeat-y;
  position: relative;
}

@media screen and (max-width: 960px) {
  .news-wrapper {
    background-image: url("../img/top/back_02_sp.png");
  }
}
.news-box {
  width: 100%;
  background: url("../img/top/wave_03.png") bottom left repeat-x;
  background-size: auto 25px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .news-box {
    background-size: auto 10px;
  }
}
.news-inner {
  background-image: url("../img/top/road_02_top.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  padding: 0 160px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .news-inner {
    padding: 100px 100px 0;
  }
}
@media screen and (max-width: 430px) {
  .news-inner {
    padding: 100px 60px 0;
  }
}
.news-inner h2 {
  text-align: center;
}

@media screen and (max-width: 430px) {
  .news-inner h2 {
    width: 70%;
    margin: auto;
  }
}
.sns-container {
  max-width: 1080px;
  font-size: 32px;
  font-weight: 700;
  color: #004ea2;
  padding-top: 10px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sb_instagram .sbi_follow_btn a {
  width: 100%;
}

#sb_instagram .sbi_follow_btn {
  width: 80%;
}

.sns01 {
  width: 55%;
}

@media screen and (max-width: 769px) {
  .sns01 {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .sns01 p {
    text-align: center;
  }
}
.sns02 {
  width: 40%;
}

@media screen and (max-width: 769px) {
  .sns02 {
    width: 100%;
  }
}
.sns02 p {
  padding: 0 0 12px 0;
}

@media screen and (max-width: 769px) {
  .sns02 p {
    text-align: center;
  }
}
.sns-container iframe {
  width: 100%;
}

.illustration-01 {
  position: absolute;
  display: block;
  top: -120px;
  left: 70px;
}

@media screen and (max-width: 767px) {
  .illustration-01 {
    top: -5%;
    left: 10%;
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  .illustration-01 {
    top: -50px;
    left: 40px;
    width: 60%;
  }
}
.sbi_item {
  border-radius: 10px;
}

.program-wrapper {
  background-image: url("../img/top/back_03.png");
  background-repeat: repeat-y;
  position: relative;
}

.program-road {
  background-image: url("../img/top/road_img_03.png");
  background-repeat: repeat-y;
  padding: 100px 20px;
  margin: auto;
  background-position: center;
}

@media screen and (max-width: 1069px) {
  .program-road {
    background-image: url("../img/top/road_img_03_sp.png");
    background-size: contain;
    padding: 250px 20px;
  }
}
@media screen and (max-width: 767px) {
  .program-road {
    background-image: url("../img/top/road_img_03_sp.png");
    background-size: contain;
    padding: 35% 20px;
  }
}
@media screen and (max-width: 430px) {
  .program-road {
    background-image: url("../img/top/road_img_03_sp.png");
    background-size: contain;
  }
}
.illustration-02 {
  position: absolute;
  top: 0;
  left: 20%;
}

@media screen and (max-width: 430px) {
  .illustration-02 {
    left: 15%;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .illustration-02 {
    left: 15%;
  }
}
.illustration-03 {
  position: absolute;
  top: -250px;
  right: 10%;
}

@media screen and (max-width: 1024px) {
  .illustration-03 {
    top: -140px;
    right: 5%;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .illustration-03 {
    top: -120px;
    right: 5%;
    width: 35%;
  }
}
@media screen and (max-width: 430px) {
  .illustration-03 {
    top: -50px;
    right: 5%;
    width: 40%;
  }
}
.program-inner {
  padding: 40px;
  text-align: center;
  background-color: #fff;
  max-width: 1080px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.program-inner h2 {
  padding: 0 0 30px;
}

@media screen and (max-width: 430px) {
  .program-inner h2 {
    width: 70%;
    margin: auto;
  }
}
.program-inner h3 {
  padding: 30px 0 10px;
}

.select-container {
  position: relative;
  margin: auto;
  width: 80%;
}

.select-container::before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #004ea2;
  pointer-events: none;
  z-index: 10;
}

.program-inner select {
  border: solid 2px #004ea2;
  border-radius: 10px;
  text-align: left;
  font-weight: 700;
  color: #004ea2;
}

.program-contents {
  padding: 30px 0 0;
}

.program-box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.program-box img {
  padding: 0 0 10px;
}

.program-box ul {
  margin-top: auto;
}

.event01-box {
  border: solid 2px #00469b;
  border-radius: 10px;
  padding: 20px;
}

.event02-box {
  border: solid 2px #007440;
  border-radius: 10px;
  padding: 20px;
}

.event03-box {
  border: solid 2px #e8447e;
  border-radius: 10px;
  padding: 20px;
}

.event04-box {
  border: solid 2px #ea5504;
  border-radius: 10px;
  padding: 20px;
}

.event05-box {
  border: solid 2px #7c509d;
  border-radius: 10px;
  padding: 20px;
}

.event06-box {
  border: solid 2px #e83820;
  border-radius: 10px;
  padding: 20px;
}

.event_name01 {
  font-size: 18px;
  font-weight: 700;
  color: #00469b;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.event_name02 {
  font-size: 18px;
  font-weight: 700;
  color: #007440;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.event_name03 {
  font-size: 18px;
  font-weight: 700;
  color: #e8447e;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.event_name04 {
  font-size: 18px;
  font-weight: 700;
  color: #ea5504;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.event_name05 {
  font-size: 18px;
  font-weight: 700;
  color: #7c509d;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.event_name06 {
  font-size: 18px;
  font-weight: 700;
  color: #e83820;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.event_icon {
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event_icon01 {
  color: #d70c18;
  border: solid 1px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
}

.event_icon02 {
  color: #ff5a00;
  border: solid 1px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
}

.event_icon03 {
  color: #02803c;
  border: solid 1px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
}

.event_icon04 {
  color: #0068b7;
  border: solid 1px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
}

.mix {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tit {
  width: 100%;
}

.btn-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  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;
}

.btn-box label {
  padding: 8px;
  border: none;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-top: 10px;
}

/* ボタンをマウスホバーしたとき、ボタンを薄くする */
.btn-box a:hover {
  opacity: 0.7;
}

.btn-box label:hover {
  opacity: 0.7;
}

/* ボタンをクリックしたとき、ボタン上部に余白を作る */
.btn-box a:active {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.btn-box label:active {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

/* 詳しく見るボタンのスタイル */
.btn-box label.event_btn01 {
  color: #fff;
  background-color: #006fbe;
  -webkit-box-shadow: 0 0.3em 0 #00408f;
          box-shadow: 0 0.3em 0 #00408f;
}

.btn-box label.event_btn01:active {
  -webkit-box-shadow: 0 0.1em 0 #00408f;
          box-shadow: 0 0.1em 0 #00408f;
}

/* 詳しく見るボタンのスタイル */
.btn-box a.event_btn02 {
  color: #fff;
  background-color: #e14600;
  -webkit-box-shadow: 0 0.3em 0 #aa1a23;
          box-shadow: 0 0.3em 0 #aa1a23;
  padding: 8px;
  margin-top: auto;
  border-radius: 8px;
}

.btn-box a.event_btn02:active {
  -webkit-box-shadow: 0 0.1em 0 #aa1a23;
          box-shadow: 0 0.1em 0 #aa1a23;
}

/* 詳しく見るボタンのスタイル */
.btn-box a.popup_btn {
  color: #fff;
  background-color: #e14600;
  -webkit-box-shadow: 0 0.3em 0 #aa1a23;
          box-shadow: 0 0.3em 0 #aa1a23;
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 430px) {
  .btn-box a.popup_btn {
    font-size: 20px;
  }
}
.btn-box a.popup_btn:active {
  -webkit-box-shadow: 0 0.1em 0 #aa1a23;
          box-shadow: 0 0.1em 0 #aa1a23;
}

.supporter {
  margin-top: 20px;
  text-align: left;
  line-height: 1.8em;
  font-weight: 600;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.supporter .outbound_link {
  text-decoration: underline;
}
.supporter .outbound_link:hover {
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  .supporter {
    font-size: 20px;
  }
}
.supporter .outbound_link {
  color: #004ea2;
}

dd label {
  display: block;
}

dd label:hover {
  opacity: 0.7;
}

#popup_01, #popup_02, #popup_03, #popup_04, #popup_05, #popup_06, #popup_07, #popup_08, #popup_09, #popup_10, #popup_11, #popup_12, #popup_13, #popup_14, #popup_15, #popup_16, #popup_17, #popup_18, #popup_19, #popup_20, #popup_21, #popup_22, #popup_23, #popup_24, #popup_25, #popup_26, #popup_27, #popup_28, #popup_29, #popup_30, #popup_31, #popup_32, #popup_33, #popup_34, #popup_35, #popup_36, #popup_37 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup_01:checked ~ .popup-overlay, #popup_02:checked ~ .popup-overlay, #popup_03:checked ~ .popup-overlay, #popup_04:checked ~ .popup-overlay, #popup_05:checked ~ .popup-overlay, #popup_06:checked ~ .popup-overlay, #popup_07:checked ~ .popup-overlay, #popup_08:checked ~ .popup-overlay, #popup_09:checked ~ .popup-overlay, #popup_10:checked ~ .popup-overlay, #popup_11:checked ~ .popup-overlay, #popup_12:checked ~ .popup-overlay, #popup_13:checked ~ .popup-overlay, #popup_14:checked ~ .popup-overlay, #popup_15:checked ~ .popup-overlay, #popup_16:checked ~ .popup-overlay, #popup_17:checked ~ .popup-overlay, #popup_18:checked ~ .popup-overlay, #popup_19:checked ~ .popup-overlay, #popup_20:checked ~ .popup-overlay, #popup_21:checked ~ .popup-overlay, #popup_22:checked ~ .popup-overlay, #popup_23:checked ~ .popup-overlay, #popup_24:checked ~ .popup-overlay, #popup_25:checked ~ .popup-overlay, #popup_26:checked ~ .popup-overlay, #popup_27:checked ~ .popup-overlay, #popup_28:checked ~ .popup-overlay, #popup_29:checked ~ .popup-overlay, #popup_30:checked ~ .popup-overlay, #popup_31:checked ~ .popup-overlay, #popup_32:checked ~ .popup-overlay, #popup_33:checked ~ .popup-overlay, #popup_34:checked ~ .popup-overlay, #popup_35:checked ~ .popup-overlay, #popup_36:checked ~ .popup-overlay, #popup_37:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup-window01 {
  width: 90vw;
  max-width: 900px;
  padding: 40px;
  border: solid 3px #4cace2;
  background-color: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow: auto;
}

.popup-window02 {
  width: 90vw;
  max-width: 900px;
  padding: 40px;
  border: solid 3px #72af2d;
  background-color: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow: auto;
}

.popup-window03 {
  width: 90vw;
  max-width: 900px;
  padding: 40px;
  border: solid 3px #f8b500;
  background-color: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow: auto;
}

.popup-window04 {
  width: 90vw;
  max-width: 900px;
  padding: 40px;
  border: solid 3px #ef93bb;
  background-color: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow: auto;
}

.popup-window05 {
  width: 90vw;
  max-width: 900px;
  padding: 40px;
  border: solid 3px #c486b8;
  background-color: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow: auto;
}

.popup-window06 {
  width: 90vw;
  max-width: 900px;
  padding: 40px;
  border: solid 3px #ed6d46;
  background-color: #ffffff;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow: auto;
}

.program-box ul {
  margin: 0;
}

.program-box p {
  text-align: center;
}

.program-box th {
  padding: 0 20px 0 0;
}

.popup-title01 {
  font-size: 28px;
  font-weight: 700;
  color: #00469b;
  text-align: left;
}

.popup-title02 {
  font-size: 28px;
  font-weight: 700;
  color: #007440;
  text-align: left;
}

.popup-title03 {
  font-size: 28px;
  font-weight: 700;
  color: #ea5504;
  text-align: left;
}

.popup-title04 {
  font-size: 28px;
  font-weight: 700;
  color: #e8447e;
  text-align: left;
}

.popup-title05 {
  font-size: 28px;
  font-weight: 700;
  color: #7c509d;
  text-align: left;
}

.popup-title06 {
  font-size: 28px;
  font-weight: 700;
  color: #e83820;
  text-align: left;
}

.program-box .popup-box p {
  text-align: left;
}

.popup-event_icon {
  width: calc(100% - 20px);
  text-align: justify;
}

table.popup-table {
  text-align: left;
  width: 100%;
}

.popup-table tr {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.popup-table th {
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-right: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-table td {
  width: calc(100% - 5em);
  font-size: 23px;
}
.popup-table td span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .popup-table td span {
    font-size: 20px;
  }
}
.back-color01 th {
  background: #00469b;
}

.back-color02 th {
  background: #007440;
}

.back-color03 th {
  background: #ea5504;
}

.back-color04 th {
  background: #e8447e;
}

.back-color05 th {
  background: #7c509d;
}

.back-color06 th {
  background: #e83820;
}

.popup-text {
  margin: 0;
}

.fee_a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-top: auto;
  color: #004ea2;
  text-decoration: underline;
  padding: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  margin-top: 0;
}

.time-table-wrapper {
  background-image: url("../img/top/back_03.png");
  background-repeat: repeat-y;
  position: relative;
}

@media screen and (max-width: 960px) {
  .time-table-wrapper {
    background-image: url("../img/top/back_03_sp.png");
  }
}
.time-table-wave {
  width: 100%;
  background: url("../img/top/wave_02.png") bottom left repeat-x;
  background-size: auto 25px;
}

@media screen and (max-width: 1024px) {
  .time-table-wave {
    background-size: auto 10px;
  }
}
.illustration-04 {
  position: absolute;
  top: -25px;
  left: 10%;
}

@media screen and (max-width: 769px) {
  .illustration-04 {
    width: 45%;
    top: -180px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .illustration-04 {
    width: 45%;
    top: -140px;
    left: 3%;
  }
}
@media screen and (max-width: 430px) {
  .illustration-04 {
    top: -110px;
    left: 5%;
    width: 50%;
  }
}
.illustration-05 {
  position: absolute;
  top: 0;
  right: 10%;
}

@media screen and (max-width: 769px) {
  .illustration-05 {
    width: 45%;
    top: -150px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .illustration-05 {
    width: 45%;
    top: -100px;
    right: 3%;
  }
}
@media screen and (max-width: 430px) {
  .illustration-05 {
    right: 5%;
    width: 55%;
    top: auto;
  }
}
.time-table-road {
  background-image: url("../img/top/road_img_03.png");
  background-repeat: repeat-y;
  padding: 200px 20px;
  margin: auto;
  background-position: center;
}

@media screen and (max-width: 1069px) {
  .time-table-road {
    background-image: url("../img/top/road_img_03_sp.png");
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .time-table-road {
    background-image: url("../img/top/road_img_03_sp.png");
    padding: 200px 20px 100px;
    background-size: contain;
  }
}
@media screen and (max-width: 430px) {
  .time-table-road {
    background-image: url("../img/top/road_img_03_sp.png");
    padding: 200px 20px 100px;
  }
}
.tab-wrap {
  max-width: 1080px;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 40px;
}

@media screen and (max-width: 430px) {
  .tab-wrap {
    padding: 20px;
  }
}
.tab-wrap h2 {
  text-align: center;
}

@media screen and (max-width: 430px) {
  .tab-wrap h2 {
    width: 70%;
    margin: auto;
  }
}
.sat-tab-box {
  background-color: #e7f5fc;
  border-top: solid 3px #0075c2;
}

.sun-tab-box {
  background-color: #feece3;
  border-top: solid 3px #e36c6d;
}

.color_01 {
  color: #00469b;
}

#time-table .color_01:before {
  border-color: transparent transparent transparent #00469b;
}

.tab-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.tab-4 > .tab-sat {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  min-width: 70px;
  padding: 10px;
  line-height: 1em;
  background-color: #f2f2f2;
  color: #0075c2;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px 0 0;
}
.tab-4 > .tab-sat .day_2 {
  font-size: 30px;
}
.tab-4 > .tab-sat .week {
  font-size: 24px;
}

@media screen and (max-width: 430px) {
  .tab-4 > .tab-sat {
    font-size: 30px;
  }
  .tab-4 > .tab-sat .day_2 {
    font-size: 20px;
  }
  .tab-4 > .tab-sat .week {
    font-size: 15px;
  }
}
.tab-4 > .tab-sun {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  min-width: 70px;
  padding: 10px;
  line-height: 1em;
  background-color: #f2f2f2;
  color: #e36c6d;
  font-weight: 600;
  font-size: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 10px 0 0;
}
.tab-4 > .tab-sun .day_2 {
  font-size: 30px;
}
.tab-4 > .tab-sun .week {
  font-size: 24px;
}

@media screen and (max-width: 430px) {
  .tab-4 > .tab-sun {
    font-size: 30px;
  }
  .tab-4 > .tab-sun .day_2 {
    font-size: 20px;
  }
  .tab-4 > .tab-sun .week {
    font-size: 15px;
  }
}
#time-table .sat-tab-box dl {
  border-bottom: solid 1px #0075c2;
}

#time-table .sun-tab-box dl {
  border-bottom: solid 1px #e36c6d;
}

.tab-4 > .tab-sat:hover,
.tab-4 .tab-sat:has(:checked) {
  background-color: #0075c2;
  color: #fff;
}

.tab-4 > .tab-sun:hover,
.tab-4 .tab-sun:has(:checked) {
  background-color: #e36c6d;
  color: #fff;
}

.tab-4 input {
  display: none;
}

.tab-4 > div {
  display: none;
  width: 100%;
  padding: 30px;
}

@media screen and (max-width: 430px) {
  .tab-4 > div {
    padding: 20px;
  }
}
.tab-4 label:has(:checked) + div {
  display: block;
}

#time-table dl {
  padding: 15px 0;
  font-size: 20px;
}
#time-table dt {
  width: 300px;
}
#time-table dt small {
  display: block;
}
#time-table dd {
  font-weight: bold;
  width: calc(100% - 300px);
}
#time-table dd span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
#time-table dd span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #time-table dt {
    width: 100%;
  }
  #time-table dd {
    width: 100%;
  }
}
#time-table .sat-tab-box dl {
  border-bottom: solid 1px #0075c2;
}

#time-table .sun-tab-box dl {
  border-bottom: solid 1px #e36c6d;
}

.thema_01 h5 {
  background: #00469b;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.thema_02 {
  margin-top: 40px;
}
.thema_02 h5 {
  background: #e7447d;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.color_02 {
  color: #e7447d;
}

#time-table .color_02:before {
  border-color: transparent transparent transparent #e7447d;
}

.thema_03 {
  margin-top: 40px;
}
.thema_03 h5 {
  background: #007440;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.color_03 {
  color: #007440;
}

#time-table .color_03:before {
  border-color: transparent transparent transparent #007440;
}

.thema_04 {
  margin-top: 40px;
}
.thema_04 h5 {
  background: #7c4f9c;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.color_04 {
  color: #7c4f9c;
}

#time-table .color_04:before {
  border-color: transparent transparent transparent #7c4f9c;
}

.thema_05 {
  margin-top: 40px;
}
.thema_05 h5 {
  background: #e95504;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.color_05 {
  color: #e95504;
}

#time-table .color_05:before {
  border-color: transparent transparent transparent #e95504;
}

.thema_06 {
  margin-top: 40px;
}
.thema_06 h5 {
  background: #e83820;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.color_06 {
  color: #e83820;
}

#time-table .color_06:before {
  border-color: transparent transparent transparent #e83820;
}

.map-wrapper {
  background-image: url("../img/top/back_02.png");
  background-repeat: repeat-y;
  position: relative;
}

@media screen and (max-width: 960px) {
  .map-wrapper {
    background-image: url("../img/top/back_02_sp.png");
  }
}
.map-inner {
  text-align: center;
}

#chara .chara-wave {
  position: absolute;
  bottom: -1px;
  z-index: 101;
}

.chara-wave {
  width: 100%;
  background: url("../img/top/wave_01.png") bottom left repeat-x;
  background-size: auto 25px;
  height: 25px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .chara-wave {
    background-size: auto 10px;
  }
}
.illustration-06 {
  position: absolute;
  top: 0;
  right: 10%;
}

@media screen and (max-width: 1024px) {
  .illustration-06 {
    top: 0;
    right: 5%;
    width: 40%;
  }
}
@media screen and (max-width: 430px) {
  .illustration-06 {
    width: 50%;
    right: 5%;
    top: -60px;
  }
}
.map-box {
  padding: 0 20px;
  width: 100%;
  background-image: url("../img/top/road_05_back.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  margin: auto;
  max-width: 1200px;
  padding: 0 160px;
}
.map-box img {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .map-box {
    padding: 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .map-box {
    top: 45%;
    padding: 0 100px;
  }
}
@media screen and (max-width: 430px) {
  .map-box {
    top: 200px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 400px) {
  .map-box {
    top: 160px;
    padding: 0 55px;
  }
}
.map-box h2 {
  padding: 0 0 20px;
}

@media screen and (max-width: 430px) {
  .map-box h2 {
    width: 70%;
    margin: auto;
  }
}
.sat_map {
  padding: 0 0 30px;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 20px 20px;
}
#modal-container > div > img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 430px) {
  #modal-container {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  #modal-container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 20px 20px;
    overflow-x: scroll;
    width: 100%;
  }
  #modal-container > div > img {
    max-width: 800px;
    max-height: 100%;
  }
}
.map-box img {
  cursor: pointer;
}

.sat_map:hover {
  opacity: 0.7;
}

.sun_map:hover {
  opacity: 0.7;
}

.map-cominng {
  padding: 70px 0 20px;
}

@media screen and (max-width: 430px) {
  .map-cominng {
    padding: 30px 0 20px;
  }
}
.map-cominng p {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 430px) {
  .map-cominng p {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
}
.chara-wrapper {
  background-image: url("../img/top/back_02.png");
  background-repeat: repeat-y;
  position: relative;
}

@media screen and (max-width: 960px) {
  .chara-wrapper {
    background-image: url("../img/top/back_02_sp.png");
  }
}
.chara-inner {
  text-align: center;
}

.mini-event {
  margin: auto;
}

.chara-box {
  padding: 0 20px;
  width: 100%;
  background-image: url("../img/top/road_06_top.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  margin: auto;
  max-width: 1200px;
  padding: 0 160px;
}

@media screen and (max-width: 768px) {
  .chara-box {
    padding: 0 110px;
  }
}
@media screen and (max-width: 430px) {
  .chara-box {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .chara-box01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .chara-box01 .col-1-3 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .chara-box01 .col-1-4 {
    width: 40%;
  }
  .chara-box01 .col-1-3 {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .chara-box01 .col-1-4 {
    width: 60%;
  }
  .chara-box01 .col-1-3 {
    width: 100%;
  }
}
.mini-event p {
  padding: 10px 0 20px;
}

.left {
  text-align: left;
}

.step-box {
  height: 200px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .step-box {
    height: 400px;
    text-align: center;
    font-weight: 700;
  }
}
@media screen and (max-width: 430px) {
  .step-box {
    height: 450px;
    text-align: center;
    font-weight: 700;
  }
}
.step-title {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .step-title {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .step-title {
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .step-title p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .character-box p {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .chara-box02 {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .chara-box02 {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .chara-box02 {
    padding: 0;
  }
}
.character h2 {
  padding: 40px 0 20px;
}

@media screen and (max-width: 430px) {
  .character h2 {
    padding: 20px 0 20px;
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .character h2 {
    padding: 40px 0 20px;
  }
}
.chara-name {
  font-size: 20px;
  font-weight: 800;
  padding: 15px 0 0;
}

.story {
  background-color: #fff;
  border: solid 3px #003894;
  padding: 20px;
  border-radius: 10px;
  width: 120%;
}

.story-title {
  color: #003894;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 10px;
}

@media screen and (max-width: 430px) {
  .story-title {
    font-size: 28px;
    text-align: center;
  }
}
.info-wrapper {
  background-image: url("../img/top/back_01.png");
  background-repeat: repeat-y;
  position: relative;
}

@media screen and (max-width: 960px) {
  .info-wrapper {
    background-image: url("../img/top/back_01_sp.png");
  }
}
#information .info-wave {
  position: absolute;
  bottom: -1px;
  z-index: 101;
}

.info-wave {
  width: 100%;
  background: url("../img/top/wave_04.png") bottom left repeat-x;
  background-size: auto 25px;
  height: 25px;
}

@media screen and (max-width: 1024px) {
  .info-wave {
    background-size: auto 10px;
  }
}
.info-inner {
  margin: auto;
  max-width: 1080px;
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .info-inner {
    padding: 100px 20px;
  }
}
.info-inner h2 {
  text-align: center;
  padding: 0 0 30px;
}

@media screen and (max-width: 430px) {
  .info-inner h2 {
    width: 70%;
    margin: auto;
  }
}
.info-inner table {
  max-width: 1080px;
  color: #fff;
  margin: auto;
}

.info-inner th {
  width: 230px;
  padding: 20px 0;
}

.info-inner td {
  width: 670px;
  padding: 20px 0;
}

.info-table {
  border-top: solid 1px #fff;
  padding: 20px 0;
}

.map-table {
  border-bottom: solid 1px #fff;
  padding: 20px 0;
}

.info-inner iframe {
  width: 100%;
  border-radius: 10px;
}

.parking-map_box {
  padding: 30px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parking-map img {
  border-radius: 10px;
}

.contact-container {
  position: relative;
  background-image: url("../img/top/back_04.png");
  background-repeat: repeat-y;
  padding: 90px 0;
}

.top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 102;
}

.top-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact-container p {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-btn-box p {
    display: grid;
    margin: 0 20px;
  }
}
.contact-btn-box a {
  padding: 20px;
  font-weight: 700;
  color: #00479d;
  font-size: 24px;
  border-radius: 50px;
  background-color: #fff;
}
.contact-btn-box a:hover {
  background-color: #b0e0f7;
}

.contact-btn span {
  background-image: url("../img/top/mail_icon.svg");
  background-repeat: no-repeat;
  padding: 2px 25px;
}

.contact-btn:hover span {
  background-image: url("../img/top/mail_icon_hover.svg");
}

#contact h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: bold;
}

.imgHead {
  height: 150px;
  background-size: cover;
  background-image: url(/img/common/top_img.jpg);
  background-position: left bottom 0;
  position: relative;
}

.txtHead {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100%;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-shadow: rgba(0, 0, 0, 0.5607843137) 1px 0 10px;
}
.txtHead span {
  display: block;
  font-size: 16px;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .txtHead {
    font-size: 65px;
  }
}
@media only screen and (min-width: 960px) {
  .imgHead {
    height: 200px;
    margin-top: 0;
  }
}
#first-visit .txtHead::before {
  content: "FIRST VISIT";
}
#first-visit .imgHead {
  background-image: url(/img/first-visit/top_img.jpg);
}

#greeting {
  background-image: url(/img/first-visit/greeting.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50px;
}
#greeting figure img {
  border: solid 10px #fff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(65, 183, 151, 0.2);
          box-shadow: 0px 0px 3px 3px rgba(65, 183, 151, 0.2);
}
#greeting h3 {
  font-size: 25px;
  font-weight: normal;
}
#greeting h5 {
  font-size: 16px;
}

.doctorInfo {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(65, 183, 151, 0.2);
  box-shadow: 0px 0px 3px 3px rgba(65, 183, 151, 0.2);
  border-radius: 5px;
}
.doctorInfo h4 {
  border-bottom: solid 1px #004ea2;
  padding: 10px 30px;
  font-size: 25px;
}
.doctorInfo h4 span:not(.e) {
  font-size: 18px;
  margin-right: 0.5em;
}
.doctorInfo h4 .e {
  margin-left: 1em;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #004ea2;
}
.doctorInfo .tbl {
  padding: 15px 20px;
}
.doctorInfo .tbl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}
.doctorInfo .tbl dl dt {
  width: 6em;
}

#reserve .WhiteBOX {
  text-align: center;
  padding: 25px;
  margin-top: 30px;
}
#reserve .WhiteBOX h5 {
  font-size: 20px;
  color: #004ea2;
}
#reserve .WhiteBOX h6 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
#reserve .WhiteBOX p {
  text-align: left;
  line-height: 1.5em;
  padding-bottom: 15px;
  border-bottom: solid 1px #004ea2;
}
#reserve .WhiteBOX ul li {
  margin-top: 15px;
}
#reserve .WhiteBOX ul li:last-child p {
  border-bottom: none;
  padding-bottom: 0;
}

#to-patients .W900 article:first-child {
  padding-bottom: 30px;
}
#to-patients h5 {
  font-size: 18px;
  color: #00469b;
  border-bottom: solid 1px #004ea2;
  padding-bottom: 5px;
}
#to-patients p {
  line-height: 1.6em;
  margin-top: 15px;
}

@media only screen and (min-width: 770px) {
  #reserve .WhiteBOX p {
    border-bottom: none;
    padding-bottom: 0;
  }
  #reserve .WhiteBOX ul li {
    border-right: solid 1px #004ea2;
  }
  #reserve .WhiteBOX ul li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 769px) {
  #greeting {
    background-size: 80%;
  }
}
#feature .txtHead::before {
  content: "FEATURE";
}
#feature .imgHead {
  background-image: url(/img/feature/top_img.jpg);
}
#feature .pagetop-copy {
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
#feature .featureBOX {
  padding: 30px;
  margin-top: 50px;
}
#feature .featureBOX figure {
  position: relative;
}
#feature .featureBOX figure span {
  color: #00469b;
  background: #fff;
  border: solid 1px #00469b;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: -2px 3px 0px #00469b;
  box-shadow: -2px 3px 0px #00469b;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
  left: -10px;
  top: -10px;
}
#feature .featureBOX h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#feature .featureBOX:nth-child(1) h2 {
  padding-left: 75px;
  background: url(/img/feature/ico_feature_01.svg) no-repeat left center;
}
#feature .featureBOX:nth-child(2) h2 {
  padding-left: 85px;
  background: url(/img/feature/ico_feature_02.svg) no-repeat left center;
}
#feature .featureBOX:nth-child(3) h2 {
  padding-left: 80px;
  background: url(/img/feature/ico_feature_03.svg) no-repeat left center;
}
#feature .featureBOX:nth-child(4) h2 {
  padding-left: 80px;
  background: url(/img/feature/ico_feature_04.svg) no-repeat left center;
}
#feature .featureBOX:nth-child(5) h2 {
  padding-left: 60px;
  background: url(/img/feature/ico_feature_05.svg) no-repeat left center;
}
#feature .featureBOX:nth-child(6) h2 {
  padding-left: 90px;
  background: url(/img/feature/ico_feature_06.svg) no-repeat left center;
}
#feature .featureBOX:first-child {
  margin-top: 0;
}

@media screen and (max-width: 769px) {
  #feature .featureBOX h2 {
    font-size: 20px;
  }
  #feature .pagetop-copy {
    padding-top: 30px;
  }
  .back_color {
    padding-top: 10px;
  }
  #feature .featureBOX {
    margin-top: 20px;
  }
}
#contents .txtHead::before {
  content: "CONTENTS";
}
#contents .imgHead {
  background-image: url(/img/contents/top_img.jpg);
}

.btn-contents a {
  border: solid 1px #004ea2;
  background: #fff;
  font-weight: bold;
  padding: 5px 10px 16px;
  border-radius: 100vh;
  position: relative;
}
.btn-contents a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #004ea2;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.btn-contents a:hover {
  background: #d9f1ea;
}
.btn-contents a:hover::after {
  bottom: 5px;
}

.contents_box {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-filter: drop-shadow(0 0 5px rgba(65, 183, 151, 0.3));
          filter: drop-shadow(0 0 5px rgba(65, 183, 151, 0.3));
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px;
  margin-top: 80px;
}
.contents_box:first-child {
  margin-top: 50px;
}
.contents_box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100vh;
}
.contents_box::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 60px;
}
.contents_box h2 {
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 23px;
  font-weight: bold;
  border-bottom: solid 2px #004ea2;
  color: #004ea2;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 15px;
  line-height: 1.3em;
}

#contents01::after {
  background: url(/img/contents/ico_contents01.svg) no-repeat center;
}

#contents02::after {
  background: url(/img/contents/ico_contents02.svg) no-repeat center;
}

#contents03::after {
  background: url(/img/contents/ico_contents03.svg) no-repeat right;
}

#contents04::after {
  background: url(/img/contents/ico_contents04.svg) no-repeat center;
}

#contents05::after {
  background: url(/img/contents/ico_contents05.svg) no-repeat center;
}

#contents06::after {
  background: url(/img/contents/ico_contents06.svg) no-repeat center;
}

#contents07::after {
  background: url(/img/contents/ico_contents07.svg) no-repeat center;
}

#contents08::after {
  background: url(/img/contents/ico_contents08.svg) no-repeat center;
}

#contents09::after {
  background: url(/img/contents/ico_contents09.svg) no-repeat center;
}

#contents10::after {
  background: url(/img/contents/ico_contents10.svg) no-repeat center;
}

#contents11::after {
  background: url(/img/contents/ico_contents11.svg) no-repeat top left 40%;
}

#contents12::after {
  background: url(/img/contents/ico_contents12.svg) no-repeat center;
}

.color-copy {
  color: #004ea2;
  font-size: 25px;
}

.columnBOX {
  background: #eef9f6;
  padding: 30px;
  margin-top: 15px;
}
.columnBOX h5 {
  font-size: 16px;
}
.columnBOX h6 {
  font-size: 16px;
  color: #004ea2;
  font-weight: bold;
}

#contents06 .columnBOX .list li {
  position: relative;
  padding-left: 15px;
}
#contents06 .columnBOX .list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #004ea2;
  border-radius: 50%;
}
#contents06 .columnBOX small {
  display: inline-block;
  line-height: 1.4em;
  margin-top: 10px;
}
#contents06 h6 {
  color: #004ea2;
  font-size: 16px;
  font-weight: bold;
}

.tit-h4 {
  background: #004ea2;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.WhiteBOX h4.tit-h4 {
  font-size: 16px;
  margin-top: 30px;
}

#contents07 .columnBOX .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
#contents07 .columnBOX .list li {
  position: relative;
  padding-left: 15px;
}
#contents07 .columnBOX .list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #004ea2;
  border-radius: 50%;
}

#contents08 .columnBOX h5 {
  margin-bottom: 5px;
}

#contents11 .columnBOX small {
  display: inline-block;
  line-height: 1.4em;
  margin-top: 10px;
}
#contents11 .columnBOX .price small {
  margin-top: 0;
}

.price {
  width: 100%;
  border: 1px solid #004ea2;
  background: #fff;
}
.price dt {
  background: #d9f1ea;
  padding: 10px;
}
.price dd {
  padding: 10px;
}

.riskInfo {
  width: 100%;
  border: 1px solid #004ea2;
  background: #fff;
  padding: 10px;
}

.caseDetail {
  border-top: 1px solid #004ea2;
  margin-top: 20px;
  text-align: justify;
  background: #fff;
}
.caseDetail dd, .caseDetail dt {
  border-bottom: 1px solid #004ea2;
  padding: 0.5em;
}

.No_list li span {
  color: #004ea2;
  font-size: 18px;
  font-weight: bold;
  padding-right: 0.3em;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 769px) {
  .contents_box {
    padding: 40px 30px 30px;
  }
  .columnBOX {
    padding: 20px;
  }
  .price dt {
    width: 100%;
  }
}
.caseDetail dd {
  width: 50%;
}
.caseDetail dt {
  background: none;
  width: 50%;
  border-left: 1px solid #004ea2;
}
.caseDetail dd, .caseDetail dt {
  border-right: 1px solid #004ea2;
}

@media only screen and (min-width: 768px) {
  .caseDetail dd {
    width: calc(100% - 9em);
  }
  .caseDetail dt {
    width: 9em;
  }
}
#facilities .txtHead::before {
  content: "FACILITIES";
}
#facilities .imgHead {
  background-image: url(/img/facilities/top_img.jpg);
}

.clinic-mapBOX {
  position: relative;
}
.clinic-mapBOX a {
  display: block;
  position: absolute;
}
.clinic-mapBOX a:hover {
  opacity: 0.6;
}
.clinic-mapBOX span {
  display: block;
  position: absolute;
}
.clinic-mapBOX .map-01 {
  left: 23%;
  top: 18%;
  width: 9%;
}
.clinic-mapBOX .map-02 {
  left: 23%;
  top: 18%;
  width: 8.6%;
}
.clinic-mapBOX .map-03 {
  left: 22%;
  top: 66%;
  width: 9%;
}
.clinic-mapBOX .map-04 {
  left: 35%;
  top: 52%;
  width: 8%;
}
.clinic-mapBOX .map-05 {
  left: 43.5%;
  top: 70%;
  width: 9.5%;
}
.clinic-mapBOX .map-06 {
  left: 56.5%;
  top: 70%;
  width: 9.5%;
}
.clinic-mapBOX .map-07 {
  left: 70%;
  top: 70%;
  width: 9.5%;
}
.clinic-mapBOX .map-08 {
  left: 83.5%;
  top: 65%;
  width: 9.5%;
}
.clinic-mapBOX .map-09 {
  left: 46.7%;
  top: 53%;
  width: 9%;
}
.clinic-mapBOX .map-10 {
  left: 58%;
  top: 53%;
  width: 9%;
}
.clinic-mapBOX .map-11 {
  left: 65.5%;
  top: 46%;
  width: 14%;
}

.deviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.deviceList article {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.deviceList article h4 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #004ea2;
  margin-top: 5px;
}

.list-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.list-gallery li {
  width: calc(50% - 10px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  .deviceList article {
    width: calc(50% - 20px);
    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;
  }
  .list-gallery li {
    width: calc(25% - 15px);
    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;
  }
}
#access .txtHead::before {
  content: "ACCESS";
}
#access .imgHead {
  background-image: url(/img/access/top_img.jpg);
}

#access .tbl dl {
  display: table;
  width: 100%;
}
#access .tbl dl dt {
  width: 6em;
  color: #004ea2;
}
#access .tbl dl dt, #access .tbl dl dd {
  display: table-cell;
  padding: 0.5em 1em;
  border-bottom: solid 1px #004ea2;
}

#clinic figure {
  position: relative;
}
#clinic figure::before {
  content: "";
  width: 320px; /*画像の幅*/
  height: 100%; /*画像の高さ*/
  background-image: url(/img/access/logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -85px;
  right: -85px;
}

.access-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.access-list dl {
  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;
  width: calc(50% - 20px);
  gap: 10px;
}

.xo-event-calendar table.xo-month button {
  width: 20px;
  text-align: center;
}

.xo-event-calendar table.xo-month button span.nav-prev {
  height: 12px;
  width: 12px;
  border-right: none;
  border-top: none;
}

.xo-event-calendar table.xo-month button span.nav-next {
  height: 12px;
  width: 12px;
  border-left: none;
  border-bottom: none;
}

.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
  border: 1px solid #808080;
}

#calendar .xo-event-calendar table.xo-month .month-dayname td div {
  border-width: 0;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  font-weight: bold;
  line-height: 1.1em;
}

.xo-event-calendar p.holiday-title {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (max-width: 769px) {
  #clinic figure::before {
    width: 60%;
    background-size: 100%;
    top: -30px;
    right: 0;
  }
  .access-list dl {
    width: 100%;
  }
}
.mainColumn {
  width: calc(100% - 240px);
}

.sideColumn {
  width: 200px;
}

#news .newsItem {
  padding-top: 20px;
}

.Center {
  font-size: 25px;
}

.titSidebar {
  font-size: 17px;
  border-bottom: 1px solid #004ea2;
  padding: 0.25em 0.7em;
  color: #004ea2;
}

.sideNavi li {
  border-bottom: 1px solid #004ea2;
  font-size: 14px;
}

.sideNavi a {
  display: block;
  padding: 1em;
}
.sideNavi a:hover {
  background: #eef9f6;
}

.page_navi {
  text-align: center;
  margin-top: 50px;
}

.page_navi .page-numbers.current, .page_navi .page-numbers:hover {
  color: #fff;
  background: #004ea2;
  border: 1px solid #004ea2;
}

.page_navi .page-numbers {
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  font-size: 12px;
  color: #004ea2;
  border: 1px solid #004ea2;
}

.titLarge {
  font-size: 25px;
  margin-bottom: 20px;
}

.pageNavi {
  border-top: 1px solid #004ea2;
  border-bottom: 1px solid #004ea2;
  padding: 15px 0;
  margin-top: 30px;
}

.pageNavi li {
  width: 33.33%;
}
.pageNavi li a:hover {
  color: #004ea2;
}

.pageNavi li.to-prev {
  text-align: left;
}

.pageNavi li.to-archive {
  text-align: center;
}

.pageNavi li.to-next {
  text-align: right;
}

@media screen and (max-width: 769px) {
  .mainColumn {
    width: 100%;
  }
  .sideColumn {
    width: 100%;
  }
}
.tbl-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-form {
  padding-bottom: 60px;
  padding-top: 20px;
}

.icoMust {
  position: absolute;
  right: 10px;
  line-height: 1.3em;
  padding: 0 10px;
  text-align: center;
  color: #00469b;
  border: solid 1px #00469b;
  font-size: 12px;
  background: #fff;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* iOSでのボタンのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input, select, textarea {
  border-radius: 3px;
  border: 1px solid #969696;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  margin: 0;
  padding: 0 8px;
  background-color: #fff;
  width: 100%;
  font-size: 15px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

/* IE11 & IE10 */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input[type=text], input[type=tel], input[type=email], input[type=password] {
  height: 40px;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
  vertical-align: text-top;
}

select {
  z-index: 1;
  line-height: 40px;
  position: relative;
  height: 40px;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
}

div.wpcf7 input[type=file] {
  border: none;
}

.btnSubmit {
  max-width: 300px;
  display: block;
  margin: 30px auto 0 auto;
}
.btnSubmit input[type=submit] {
  font-size: 19px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 100vh;
  -webkit-box-shadow: 0 3px 0 #00469b;
          box-shadow: 0 3px 0 #00469b;
  border: solid 1px #00469b;
  background: #fff;
  margin-bottom: 3px;
  color: #00469b;
}
.btnSubmit input[type=submit]:hover {
  -webkit-box-shadow: 0 1px 0 #00469b;
          box-shadow: 0 1px 0 #00469b;
  background: #00469b;
  margin-top: 33px;
  margin-bottom: 0;
  color: #fff;
}

.tbl-form.tbl dt {
  width: 100%;
  border-bottom: none;
  color: #004ea2;
  background: #eef9f6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
}
.tbl-form.tbl dt p {
  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;
}
.tbl-form.tbl dd {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  border-bottom: none;
  padding-right: 0;
  padding-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 1200px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 1200px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 20px 20px 0;
  }
}
@media only screen and (min-width: 560px) {
  .tbl-form.tbl dt {
    width: 12em;
    border-bottom: 1px solid #004ea2;
    background: #fff;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-right: 0;
    padding-left: 0;
  }
  .tbl-form.tbl dd {
    width: calc(100% - 12em);
    padding-left: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #004ea2;
    padding-right: 0;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

#contact .txtHead::before {
  content: "CONTACT";
}

.recruit_box.WhiteBOX {
  padding: 30px;
}
.recruit_box.WhiteBOX h3 {
  text-align: center;
  color: #00469b;
  font-size: 25px;
}

.recruit-item .recruit_box {
  margin-top: 30px;
}
.recruit-item .recruit_box:first-child {
  margin-top: 0;
}

#recruit .tbl dl {
  display: table;
  width: 100%;
}
#recruit .tbl dl dt {
  width: 6em;
  color: #004ea2;
}
#recruit .tbl dl dt, #recruit .tbl dl dd {
  display: table-cell;
  padding: 0.5em 1em;
  border-bottom: solid 1px #004ea2;
}

.policyBOX .W900 article {
  padding-bottom: 30px;
}
.policyBOX .W900 article:last-child {
  padding-bottom: 0;
}
.policyBOX h5 {
  font-size: 18px;
  color: #00469b;
  border-bottom: solid 1px #004ea2;
  padding-bottom: 5px;
}
.policyBOX p {
  line-height: 1.6em;
  margin-top: 15px;
}

#policy .txtHead::before {
  content: "POLICY";
}