@charset "UTF-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
  overflow-x: hidden !important;
  min-height: 100dvh;
  line-height: 1.6;
}

p {
  letter-spacing: 0.035em;
  margin-bottom: 1em;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

a img {
  transition: all 0.2s;
}

a:hover img {
  transition: all 0.2s;
  opacity: 0.8;
}

.under #main {
  min-height: 500px;
}

main section:last-child {
  margin-bottom: 0;
}

figure {
  text-align: center;
}

.l-overlay {
  position: fixed;
  background: #000;
  z-index: 10;
  cursor: pointer;
  left: 0;
  opacity: 0;
  top: 60px;
  transition: 0.6s;
  visibility: hidden;
  height: calc(100dvh - 60px) !important;
  width: 100dvw;
}



body.is-open__nav .l-overlay {
  opacity: 0.5;
  visibility: visible;
}

section {
  margin-bottom: 100px;
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.l-footer {
  padding-top: 100px;
}

.l-footer .l-footer__logo {
  margin-bottom: 40px;
  text-align: center;
}

.l-footer .l-footer__copylight {
  margin-top: 110px;
  text-align: center;
}

.l-footer .l-footer__copylight p {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  background: #000;
  color: white;
}

.l-footer h2.is-footer {
  margin-bottom: 55px;
}

.l-footer .l-footer__info-table {
  width: 100%;
  margin: 0 0 30px;
}

.l-footer .l-footer__info-table tbody > tr th,
.l-footer .l-footer__info-table tbody > tr td {
  padding: 0.5em 1em;
  letter-spacing: 0.045em;
  line-height: 2;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.l-footer .l-footer__table-schedule {
  margin-bottom: 15px !important;
}

.l-footer .l-footer__table-schedule thead th,
.l-footer .l-footer__table-schedule thead td {
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 0.3em 1em 0.3em !important;
}

.l-footer .l-footer__table-schedule tbody th,
.l-footer .l-footer__table-schedule tbody td {
  line-height: 1 !important;
  padding: 1em 0.3em !important;
  text-align: center !important;
}

.l-footer .l-footer__table-schedule__notice {
  margin-left: 1.2em;
  margin-bottom: 0.1em;
}

.l-footer .l-footer__btns .c-button01 {
  margin-bottom: 10px;
}

.l-conversion {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 10;
}

.l-conversion > div {
  width: 100%;
}

.l-header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

.l-header__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  width: 100%;
}

.l-header__logo {
  display: block;
  width: 24%;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children {
  position: relative;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children:hover:after {
  transform: translate(0, calc(-50% + 4px)) rotate(-45deg);
}

.l-header__navwrapper .l-header__outer .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children ul li {
  position: relative;
  margin-bottom: 0;
}

.l-header__navwrapper .l-header__outer .menu-item-has-children ul li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 0.9em 1em;
  font-size: 90%;
  transition: all 0.2s;
}

.l-header__navwrapper .l-header__outer.is-active {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.l-header__navwrapper .l-header__outer.is-active:after {
  transform: translateY(0%);
}

.l-header__navwrapper .l-header__nav > li > a {
  display: block;
  padding: 0;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

.l-header__navwrapper .l-header__nav > li > a:hover {
  transition: 0.3s;
  opacity: 1;
}

.l-header__toggle {
  display: none;
}

.l-header__conversion {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}


.l-header__conversion__content {
  width: 480px;
  max-width: 100%;
}

.l-header__conversion__content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__conversion__content ul li {
  flex: 1;
}

.l-header__conversion__content ul li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.4em 0.5em;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: #000;
  transition: 0.2s;
  overflow: hidden;
}

.l-header__conversion__content ul li a span {
  position: relative;
  padding-right: 1.3em;
  z-index: 2;
}

.l-header__conversion__content ul li a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0.1em;
  bottom: 0;
  margin-top: 0.55em;
  width: 18px;
  height: 9px;
  background: url(/wp-content/uploads/icn-arrow_right.svg) no-repeat center;
  transition: 0.2s;
}

.l-header__conversion__content ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-100% - 60px);
  z-index: 1;
  width: calc(100% + 60px);
  height: 100%;
  background-color: #0066CC;
  transition: left 0.3s;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
}

.l-header__conversion__content ul li.is-line a {
  background: #05c855;
}

.l-header__conversion__content ul li.is-tel a {
  background: #ffd800;
}

.l-header__conversion__content ul li.is-reverse a:not(:hover) {
  color: #fff;
  background: #000;
}

.l-header__conversion__content ul li.is-reverse a:not(:hover) span:after {
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center;
}

.c-accordion .c-accordion__question {
  font-size: 16px;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 30px 100px 30px 40px;
  background: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  transition: 0.2s;
}

.c-accordion .c-accordion__question:hover {
  opacity: 0.8;
}

.c-accordion .c-accordion__question__title {
  position: relative;
  padding-left: 3em;
  display: block;
  line-height: 1.6;
}

.c-accordion .c-accordion__question__title:after {
  display: block;
  content: "Q.";
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 25px;
  width: 25px;
  height: 30px;
  font-weight: bold;
}

.c-accordion .c-accordion__question:before {
  content: "";
  width: 2px;
  height: 30px;
  background: #707070;
  position: absolute;
  right: 52px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.c-accordion .c-accordion__question:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #707070;
  right: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}

.c-accordion .c-accordion__question.is-open {
  background: #000;
  color: #fff;
}

.c-accordion .c-accordion__question.is-open:before {
  background: #fff;
  transform: rotate(90deg);
}

.c-accordion .c-accordion__question.is-open:after {
  background: #fff;
  transform: rotate(-180deg);
}

.c-accordion .c-accordion__question:not(:first-child) {
  margin-top: 1em !important;
}

.c-accordion .c-accordion__answer {
  display: none;
  padding: 30px 30px 30px 40px;
  background: #66CCFF;
}

.c-accordion .c-accordion__answer p:last-child {
  margin-bottom: 0;
}

.c-accordion .c-accordion__answer__content {
  line-height: 1.6;
  position: relative;
  padding-left: 3em;
  display: block;
  line-height: 1.6;
}

.c-accordion .c-accordion__answer__content:after {
  display: block;
  content: "A.";
  position: absolute;
  top: -0.4em;
  left: 0.2em;
  font-size: 25px;
  width: 25px;
  height: 30px;
  font-weight: bold;
}

.c-button01 > * {
  background: #fff;
  display: block;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 1em 1em;
  color: #313131;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 2;
}

.c-button01 > *:after,
.c-button01 > *:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.5s;
  right: 2em;
  top: 50%;
}

.c-button01 > *:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-100% - 50px);
  z-index: 1;
  width: calc(100% + 50px);
  height: 100%;
  background-color: #0066CC;
  transition: left 0.5s;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  z-index: -1;
}

.c-button01 > *:after {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 15px;
  height: 8px;
  background: url(/wp-content/uploads/icn-arrow_right.svg) no-repeat center/15px;
}

.c-button01 > *:hover {
  background: #0066CC;
  color: #fff;
  border-color: #0066CC
}

.c-button01 > *:hover:before {
  left: 0;
}

.c-button01 > *:hover:after {
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center/15px;
  right: 1.5em;
}

.c-button02 > * {
  display: block;
  border: 1px solid #000;
  background: #000;
  color: #fff !important;
  border-radius: 50px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 1em 1em;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 2;
}

.c-button02 > *:after,
.c-button02 > *:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.5s;
  right: 2em;
  top: 50%;
}

.c-button02 > *:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-100% - 40px);
  z-index: 1;
  width: calc(100% + 50px);
  height: 100%;
  background-color: #0066CC;
  transition: left 0.5s;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  clip-path: polygon(0 100%, 0% 0%, 100% 0%, 80% 100%);
  z-index: -1;
}

.c-button02 > *:after {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 15px;
  height: 8px;
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center/15px;
}

.c-button02 > *:hover {
  background: #0066CC;
  color: #fff;
  border-color: #0066CC;
}

.c-button02 > *:hover:before {
  left: 0;
}

.c-button02 > *:hover:after {
  background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center/15px;
  right: 1.5em;
}

.l-container {
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.l-container_min {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  width: 100%;
  max-width: 104rem;
}

.l-row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.l-row.row-wrap {
  flex-wrap: wrap;
}

.l-row.row-top {
  align-items: flex-start;
}

.l-row.row-bottom {
  align-items: flex-end;
}

.l-row.row-center {
  align-items: center;
}

.l-row.row-stretch {
  align-items: stretch;
}

.l-row.row-baseline {
  align-items: baseline;
}

.l-row.row-no-padding {
  padding: 0;
}

.l-row.row-no-padding > .column {
  padding: 0;
}

.l-row.sp-row {
  flex-direction: row;
  margin-left: -1rem;
  width: calc(100% + 2rem);
}

.l-row.sp-row > .column {
  padding: 0 1rem;
}

.l-row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2rem;
}

.l-row .column.column-top {
  align-self: flex-start;
}

.l-row .column.column-bottom {
  align-self: flex-end;
}

.l-row .column.column-center {
  align-self: center;
}

.l-row .column.column-offset-10 {
  margin-left: 10%;
}

.l-row .column.column-offset-20 {
  margin-left: 20%;
}

.l-row .column.column-offset-25 {
  margin-left: 25%;
}

.l-row .column.column-offset-33,
.l-row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.l-row .column.column-offset-50 {
  margin-left: 50%;
}

.l-row .column.column-offset-66,
.l-row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.l-row .column.column-offset-75 {
  margin-left: 75%;
}

.l-row .column.column-offset-80 {
  margin-left: 80%;
}

.l-row .column.column-offset-90 {
  margin-left: 90%;
}

.l-row .column.column-10 {
  max-width: 10%;
}

.l-row .column.column-20 {
  max-width: 20%;
}

.l-row .column.column-25 {
  max-width: 25%;
}

.l-row .column.column-33,
.l-row .column.column-34 {
  max-width: 33.3333%;
}

.l-row .column.column-40 {
  max-width: 40%;
}

.l-row .column.column-50 {
  max-width: 50%;
}

.l-row .column.column-60 {
  max-width: 60%;
}

.l-row .column.column-66,
.l-row .column.column-67 {
  max-width: 66.6666%;
}

.l-row .column.column-75 {
  max-width: 75%;
}

.l-row .column.column-80 {
  max-width: 80%;
}

.l-row .column.column-90 {
  max-width: 90%;
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map + p {
  margin-top: 2em;
}

.c-map__wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.c-map__wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

.main_visual {
  position: relative;
  margin-bottom: 100px;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_slick.slick-initialized {
  opacity: 1;
}

.main_visual .main_visual_slick .slick-slide {
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture,
.main_visual .main_visual_slick .slick-slide img {
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 10;
  transform: scale(1);
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 1s;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33.3333333333%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

.main_visual .main_visual_copy > li.active {
  opacity: 1;
}

.main_visual .main_visual_slick {
  padding-top: 47.7950713359%;
}

.slick-dots {
  z-index: 55 !important;
  bottom: -50px;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #0066CC;
}

.main_visual .main_visual_swiper {
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_swiper.swiper-container-initialized {
  opacity: 1;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 0.5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev,
.main_visual .swiper-button-next {
  background: #0066CC;
  color: white;
  width: 60px;
  height: 60px;
}

.main_visual .swiper-button-prev:after,
.main_visual .swiper-button-next:after {
  font-size: 16px;
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #0066CC;
  margin: 0 5px;
  outline-color: transparent;
}

.c-modal {
  display: none;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container {
  border: 20px solid #0066CC;
  padding: 100px 30px;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container p.title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container a.tel {
  display: table;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 50px;
}

.modaal-wrapper.l-header__tel-modal .modaal-content-container a.tel:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/icn-tel.svg) no-repeat center/35px;
}

.c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 5;
}

.c-pagetop span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  transition: 0.2s;
  padding: 0;
  border-radius: 50%;
  background: #0066CC;
}

.c-pagetop span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

table {
  margin: 0 auto 30px;
}

table td,
table th {
  padding: 0.7em 1em;
}

table th {
  text-align: center;
  font-weight: normal;
}

.c-table-default {
  width: 100%;
  table-layout: fixed;
}

.c-table-default thead th,
.c-table-default thead td {
  background: rgba(89, 133, 196, 0.15);
}

.c-table-default td,
.c-table-default th {
  border: 1px solid #000;
}

.c-table-default th {
  background: #0066CC;
  color: #fff;
}

.c-table-schedule {
  width: 100%;
}

.c-table-schedule td,
.c-table-schedule th {
  border-bottom: 1px solid #0066CC;
  padding: 1em 0.3em;
  text-align: center;
}

.c-table-schedule thead tr th,
.c-table-schedule thead tr td {
  font-weight: normal;
}

.c-table-schedule tbody tr td {
  color: #0066CC;
  font-size: 18px;
}

.c-h2.type-plan-1 {
  margin-bottom: 20px;
}

.c-h2.type-plan-1 .icn {
  display: block;
}

.c-h2.type-plan-2 {
  margin-bottom: 20px;
}

.c-h3.is-price {
  margin: 0.6em 0;
  padding-bottom: 0;
  font-size: 18px !important;
}

.c-h3.is-price:after,
.c-h3.is-price:before {
  display: none;
}

.p-home .l-row .column {
  margin-bottom: 2em;
}

.p-home__intro {
  position: relative;
  margin-top: 30px;
  padding: 100px 0;
}

.p-home__intro:before {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #66CCFF;
  -webkit-clip-path: polygon(0 46%, 100% 0, 100% 55%, 0 100%);
  clip-path: polygon(0 46%, 100% 0, 100% 55%, 0 100%);
  z-index: -2;
}

.p-home__intro:after {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 11%);
  -webkit-clip-path: polygon(0 46%, 100% 100%, 100% 0);
  clip-path: polygon(0 46%, 100% 100%, 100% 0);
  z-index: -1;
}

.p-home__intro h2 {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 1em;
}

.p-home__intro h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__intro h2 .is-highlight {
  color: #0066CC;
}

.p-home__intro p {
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-home__intro .c-button02 {
  margin-top: 50px;
}

.p-home__campaign h2 {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__campaign h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__campaign h2 .is-highlight {
  color: #0066CC;
}

.p-home__campaign a {
  display: block;
  text-align: center;
}

.p-home__menu {
  position: relative;
  margin: 100px 0 150px;
  padding: 80px 0;
background: #66CCFF;
}

.p-home__menu h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__menu h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__menu h2 .is-highlight {
  color: #0066CC;
}

.p-home__menu p {
  line-height: 2.1;
}

.p-home__menu h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.p-home__menu h3 span.icn {
  display: block;
  margin-bottom: 0.5em;
}

.p-home__menu p {
  line-height: 2.1;
}

.p-home__menu .c-button01 {
  margin-top: 20px;
}

.p-home__feature {
  position: relative;
  margin-top: 30px;
  padding: 80px 0;
  overflow: hidden;
}

.p-home__feature:before {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: rgba(89, 133, 196, 0.25);
  -webkit-clip-path: polygon(0 40%, 100% 0, 100% 52%, 0 100%);
  clip-path: polygon(0 40%, 100% 0, 100% 52%, 0 100%);
  z-index: -2;
  transform: scale(1, -1);
}

.p-home__feature:after {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 70%;
  background: rgba(89, 133, 196, 0.25);
  -webkit-clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 59%, 0% 100%, 100% 100%);
  z-index: -2;
}

.p-home__feature h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__feature h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__feature h2 .is-highlight {
  color: #0066CC;
}

.p-home__feature h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.p-home__feature h3 span.icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__feature p {
  line-height: 2.1;
}

.p-home__feature_man__top-box {
  background: #3a3a3a;
  padding: 100px 0 400px;
}

.p-home__feature_man__top-box h2 {
  color: #fff;
}

.p-home__feature_man__bot-box {
  margin-top: -320px;
  background: #fff;
  padding: 100px 60px;
}

.p-home__feature_man__bot-box__voice-content {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #d6dde0;
}

.p-home__feature_man__bot-box__voice-content p {
  font-size: 110%;
  letter-spacing: 0.035em;
  line-height: 2.1;
}

.p-home__feature_man__list {
  color: #fff;
  display: table;
  margin: 0 auto;
}

.p-home__feature_man__list li {
  font-size: 20px;
  margin-bottom: 0.6em;
  position: relative;
  letter-spacing: 0.035em;
  padding-left: 1.5em;
}

.p-home__feature_man__list li::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  font-size: inherit;
  content: "✓";
}

.p-home__feature_man h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 0.7em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #d6dde0;
}

.p-home__feature_man h3 span {
  margin-top: 0.3em;
  display: block;
  text-align: center;
  font-size: 70%;
  font-weight: normal;
}

.p-home__feature_man h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home__feature_man h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home__feature_man h2 .is-highlight {
  color: #0066CC;
}

.p-home_reservation {
  padding: 100px 0;
  background: #3a3a3a;
}

.p-home_reservation h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 50px;
}

.p-home_reservation h2 .icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home_reservation h2 .is-highlight {
  color: #0066CC;
}

.p-home_reservation h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  color: #fff;
}

.p-home_reservation h3 span.icn {
  display: block;
  margin-bottom: 0.2em;
}

.p-home_reservation p {
  color: #fff;
  letter-spacing: 0.035em;
  line-height: 2.1;
}

.p-home_reservation .c-button01 {
  margin-top: 20px;
}

.p-home_reservation .p-home_reservation__conversion {
  margin-top: 40px;
}

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

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

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

.u-flex-all-center {
  align-items: center;
  justify-content: center;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.c-pagetitle {
  background-color:#c3deff ; 
  margin-bottom: 100px;
}

.c-h1 {
  text-align: left;
  font-size: 40px;
  font-weight: normal;
  font-weight: bold;
  padding: 2em 0;
  color: inherit;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  margin-top:2em;
}

.c-h1 span {
  display: block;
  font-size: 16px;
  padding-top: 0.5em;
  font-style: italic;
}

.c-h1 a {
  text-decoration: none;
}

.c-h1 a:hover {
  text-decoration: underline;
}

.c-h2 {
  color: inherit;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.c-h3 {
  margin: 1em 0 1em;
  padding-bottom: 0.5em;
  color: #000;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

.c-h3 a {
  text-decoration: none;
}

.c-h3 a:hover {
  text-decoration: underline;
}

.c-h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

.c-h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 18px;
  position: relative;
  color: #000;
  font-weight: bold;
}

.c-h4 a {
  text-decoration: none;
}

.c-h4 a:hover {
  text-decoration: underline;
}

.c-h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #0066CC;
}

.c-h5 {
  font-weight: bold;
  font-size: 120%;
}

b,
strong,
.is-bold {
  font-weight: bold;
}

.c-marker {
  display: inline-block;
  padding: 0 2em 0 1em;
  line-height: 1.5;
}

.c-marker + .c-marker {
  margin-top: 0.5em;
}

.c-list__check li {
  position: relative;
  padding-left: 15px;
}

.c-list__check li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.u-mt-0 {
  margin-top: 0em !important;
}

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

.u-ml-0 {
  margin-left: 0em !important;
}

.u-mr-0 {
  margin-right: 0em !important;
}

.u-mt-1 {
  margin-top: 1em !important;
}

.u-mb-1 {
  margin-bottom: 1em !important;
}

.u-ml-1 {
  margin-left: 1em !important;
}

.u-mr-1 {
  margin-right: 1em !important;
}

.u-mt-2 {
  margin-top: 2em !important;
}

.u-mb-2 {
  margin-bottom: 2em !important;
}

.u-ml-2 {
  margin-left: 2em !important;
}

.u-mr-2 {
  margin-right: 2em !important;
}

.u-mt-3 {
  margin-top: 3em !important;
}

.u-mb-3 {
  margin-bottom: 3em !important;
}

.u-ml-3 {
  margin-left: 3em !important;
}

.u-mr-3 {
  margin-right: 3em !important;
}

.u-mt-4 {
  margin-top: 4em !important;
}

.u-mb-4 {
  margin-bottom: 4em !important;
}

.u-ml-4 {
  margin-left: 4em !important;
}

.u-mr-4 {
  margin-right: 4em !important;
}

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

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

.u-ml-5 {
  margin-left: 5em !important;
}

.u-mr-5 {
  margin-right: 5em !important;
}

.u-mt-6 {
  margin-top: 6em !important;
}

.u-mb-6 {
  margin-bottom: 6em !important;
}

.u-ml-6 {
  margin-left: 6em !important;
}

.u-mr-6 {
  margin-right: 6em !important;
}

.u-mt-7 {
  margin-top: 7em !important;
}

.u-mb-7 {
  margin-bottom: 7em !important;
}

.u-ml-7 {
  margin-left: 7em !important;
}

.u-mr-7 {
  margin-right: 7em !important;
}

.u-mt-8 {
  margin-top: 8em !important;
}

.u-mb-8 {
  margin-bottom: 8em !important;
}

.u-ml-8 {
  margin-left: 8em !important;
}

.u-mr-8 {
  margin-right: 8em !important;
}

.u-mt-9 {
  margin-top: 9em !important;
}

.u-mb-9 {
  margin-bottom: 9em !important;
}

.u-ml-9 {
  margin-left: 9em !important;
}

.u-mr-9 {
  margin-right: 9em !important;
}

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

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

.u-ml-10 {
  margin-left: 10em !important;
}

.u-mr-10 {
  margin-right: 10em !important;
}

.u-mt-11 {
  margin-top: 11em !important;
}

.u-mb-11 {
  margin-bottom: 11em !important;
}

.u-ml-11 {
  margin-left: 11em !important;
}

.u-mr-11 {
  margin-right: 11em !important;
}

.u-mt-12 {
  margin-top: 12em !important;
}

.u-mb-12 {
  margin-bottom: 12em !important;
}

.u-ml-12 {
  margin-left: 12em !important;
}

.u-mr-12 {
  margin-right: 12em !important;
}

.u-mt-13 {
  margin-top: 13em !important;
}

.u-mb-13 {
  margin-bottom: 13em !important;
}

.u-ml-13 {
  margin-left: 13em !important;
}

.u-mr-13 {
  margin-right: 13em !important;
}

.u-mt-14 {
  margin-top: 14em !important;
}

.u-mb-14 {
  margin-bottom: 14em !important;
}

.u-ml-14 {
  margin-left: 14em !important;
}

.u-mr-14 {
  margin-right: 14em !important;
}

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

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

.u-ml-15 {
  margin-left: 15em !important;
}

.u-mr-15 {
  margin-right: 15em !important;
}

.u-mt-16 {
  margin-top: 16em !important;
}

.u-mb-16 {
  margin-bottom: 16em !important;
}

.u-ml-16 {
  margin-left: 16em !important;
}

.u-mr-16 {
  margin-right: 16em !important;
}

.u-mt-17 {
  margin-top: 17em !important;
}

.u-mb-17 {
  margin-bottom: 17em !important;
}

.u-ml-17 {
  margin-left: 17em !important;
}

.u-mr-17 {
  margin-right: 17em !important;
}

.u-mt-18 {
  margin-top: 18em !important;
}

.u-mb-18 {
  margin-bottom: 18em !important;
}

.u-ml-18 {
  margin-left: 18em !important;
}

.u-mr-18 {
  margin-right: 18em !important;
}

.u-mt-19 {
  margin-top: 19em !important;
}

.u-mb-19 {
  margin-bottom: 19em !important;
}

.u-ml-19 {
  margin-left: 19em !important;
}

.u-mr-19 {
  margin-right: 19em !important;
}

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

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

.u-ml-20 {
  margin-left: 20em !important;
}

.u-mr-20 {
  margin-right: 20em !important;
}

.u-pt-0 {
  margin-top: 0em !important;
}

.u-pb-0 {
  margin-top: 0em !important;
}

.u-pl-0 {
  margin-top: 0em !important;
}

.u-pr-0 {
  margin-top: 0em !important;
}

.u-pt-1 {
  margin-top: 1em !important;
}

.u-pb-1 {
  margin-top: 1em !important;
}

.u-pl-1 {
  margin-top: 1em !important;
}

.u-pr-1 {
  margin-top: 1em !important;
}

.u-pt-2 {
  margin-top: 2em !important;
}

.u-pb-2 {
  margin-top: 2em !important;
}

.u-pl-2 {
  margin-top: 2em !important;
}

.u-pr-2 {
  margin-top: 2em !important;
}

.u-pt-3 {
  margin-top: 3em !important;
}

.u-pb-3 {
  margin-top: 3em !important;
}

.u-pl-3 {
  margin-top: 3em !important;
}

.u-pr-3 {
  margin-top: 3em !important;
}

.u-pt-4 {
  margin-top: 4em !important;
}

.u-pb-4 {
  margin-top: 4em !important;
}

.u-pl-4 {
  margin-top: 4em !important;
}

.u-pr-4 {
  margin-top: 4em !important;
}

.u-pt-5 {
  margin-top: 5em !important;
}

.u-pb-5 {
  margin-top: 5em !important;
}

.u-pl-5 {
  margin-top: 5em !important;
}

.u-pr-5 {
  margin-top: 5em !important;
}

.u-pt-6 {
  margin-top: 6em !important;
}

.u-pb-6 {
  margin-top: 6em !important;
}

.u-pl-6 {
  margin-top: 6em !important;
}

.u-pr-6 {
  margin-top: 6em !important;
}

.u-pt-7 {
  margin-top: 7em !important;
}

.u-pb-7 {
  margin-top: 7em !important;
}

.u-pl-7 {
  margin-top: 7em !important;
}

.u-pr-7 {
  margin-top: 7em !important;
}

.u-pt-8 {
  margin-top: 8em !important;
}

.u-pb-8 {
  margin-top: 8em !important;
}

.u-pl-8 {
  margin-top: 8em !important;
}

.u-pr-8 {
  margin-top: 8em !important;
}

.u-pt-9 {
  margin-top: 9em !important;
}

.u-pb-9 {
  margin-top: 9em !important;
}

.u-pl-9 {
  margin-top: 9em !important;
}

.u-pr-9 {
  margin-top: 9em !important;
}

.u-pt-10 {
  margin-top: 10em !important;
}

.u-pb-10 {
  margin-top: 10em !important;
}

.u-pl-10 {
  margin-top: 10em !important;
}

.u-pr-10 {
  margin-top: 10em !important;
}

.u-pt-11 {
  margin-top: 11em !important;
}

.u-pb-11 {
  margin-top: 11em !important;
}

.u-pl-11 {
  margin-top: 11em !important;
}

.u-pr-11 {
  margin-top: 11em !important;
}

.u-pt-12 {
  margin-top: 12em !important;
}

.u-pb-12 {
  margin-top: 12em !important;
}

.u-pl-12 {
  margin-top: 12em !important;
}

.u-pr-12 {
  margin-top: 12em !important;
}

.u-pt-13 {
  margin-top: 13em !important;
}

.u-pb-13 {
  margin-top: 13em !important;
}

.u-pl-13 {
  margin-top: 13em !important;
}

.u-pr-13 {
  margin-top: 13em !important;
}

.u-pt-14 {
  margin-top: 14em !important;
}

.u-pb-14 {
  margin-top: 14em !important;
}

.u-pl-14 {
  margin-top: 14em !important;
}

.u-pr-14 {
  margin-top: 14em !important;
}

.u-pt-15 {
  margin-top: 15em !important;
}

.u-pb-15 {
  margin-top: 15em !important;
}

.u-pl-15 {
  margin-top: 15em !important;
}

.u-pr-15 {
  margin-top: 15em !important;
}

.u-pt-16 {
  margin-top: 16em !important;
}

.u-pb-16 {
  margin-top: 16em !important;
}

.u-pl-16 {
  margin-top: 16em !important;
}

.u-pr-16 {
  margin-top: 16em !important;
}

.u-pt-17 {
  margin-top: 17em !important;
}

.u-pb-17 {
  margin-top: 17em !important;
}

.u-pl-17 {
  margin-top: 17em !important;
}

.u-pr-17 {
  margin-top: 17em !important;
}

.u-pt-18 {
  margin-top: 18em !important;
}

.u-pb-18 {
  margin-top: 18em !important;
}

.u-pl-18 {
  margin-top: 18em !important;
}

.u-pr-18 {
  margin-top: 18em !important;
}

.u-pt-19 {
  margin-top: 19em !important;
}

.u-pb-19 {
  margin-top: 19em !important;
}

.u-pl-19 {
  margin-top: 19em !important;
}

.u-pr-19 {
  margin-top: 19em !important;
}

.u-pt-20 {
  margin-top: 20em !important;
}

.u-pb-20 {
  margin-top: 20em !important;
}

.u-pl-20 {
  margin-top: 20em !important;
}

.u-pr-20 {
  margin-top: 20em !important;
}

.u-box-size-100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100px !important;
  width: 100%;
}

.u-box-size-200 {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px !important;
  width: 100%;
}

.u-box-size-300 {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px !important;
  width: 100%;
}

.u-box-size-400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px !important;
  width: 100%;
}

.u-box-size-500 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px !important;
  width: 100%;
}

.u-box-size-600 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px !important;
  width: 100%;
}

.u-box-size-700 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px !important;
  width: 100%;
}

.u-box-size-800 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px !important;
  width: 100%;
}

.u-box-size-900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px !important;
  width: 100%;
}

.u-box-size-1000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px !important;
  width: 100%;
}

.u-box-border {
  border: 3px solid #0066CC;
  padding: 50px 20px;
}

.u-under-line {
  text-decoration: underline !important;
}

.u-primary-color-text {
  color: #0066CC;
}

.u-primary-color-text2 {
  color: #0066CC;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-red {
  color: #c71d32;
}

@media (min-width: 768px) {
  .l-footer .l-footer__map {
    height: 100%;
  }

  .l-header__conversion__content ul li a:hover {
    color: #fff;
  }

  .l-header__conversion__content ul li a:hover:after {
    left: 0;
  }

  .l-header__conversion__content ul li a:hover span:after {
    right: 0;
    background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center;
  }

  .l-row.is-reverse > *:nth-child(1) {
    order: 2;
  }

  .l-row.is-reverse > *:nth-child(2) {
    order: 1;
  }

  .l-row.is-reverse > *:nth-child(3) {
    order: 3;
  }

  .l-row.row-reverse {
    flex-direction: row-reverse;
  }

  .l-row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }

  .l-row > .column {
    padding: 0 1rem;
  }

  .c-pagetop span {
    width: 70px;
    height: 70px;
  }

  .c-pagetop span:hover {
    opacity: 0.7;
  }

  .c-h2.type-plan-1 {
    font-size: 28px;
    display: flex;
    justify-content: center;
    text-align: left;
  }

  .c-h2.type-plan-1 .icn {
    margin-right: 2%;
  }

  .c-h2.type-plan-1 .icn img {
    width: 137px;
  }

  .c-h2.type-plan-2 {
    font-size: 28px;
  }

  .p-home__menu .c-button01 a {
    margin-left: 0;
  }

  .p-home__feature_man h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-home__feature_man__list {
    width: 500px;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .p-home_reservation .c-button01 a {
    margin-left: 0;
  }

  .p-home_reservation .p-home_reservation__conversion > div {
    width: 666px;
    margin: 0 auto;
  }

  .p-home_reservation .p-home_reservation__conversion > div ul li a {
    display: block;
    width: 200px;
  }

  .u-pc-hide,
  .u-sp-only {
    display: none !important;
  }

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

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

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

@media (min-width: 900px) {
  .l-header {
    height: 78px;
  }

  .l-header__navwrapper {
    margin-right: 470px;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children {
    padding-right: 17px !important;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    transform: translate(0, -50%) rotate(135deg);
    transition: 0.2s;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    transition: all 0.2s;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 30px;
    margin: auto;
    z-index: 4;
    color: #fff;
    background: #0b4da2;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul li a:hover {
    background: #91aed8;
  }

  .l-header__navwrapper .l-header__nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .l-header__navwrapper .l-header__nav > li {
    margin-right: 2em;
    transition: 0.3s;
  }

  .l-header__navwrapper .l-header__nav > li:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .l-header__navwrapper .l-header__nav > li.is-current > a {
    color: #0066CC;
  }

  .l-header__navwrapper .l-header__nav > li > a:after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    background-color: #0066CC;
    bottom: -15px;
    left: 0;
    width: 0;
    transition: 0.2s ease;
  }

  .l-header__navwrapper .l-header__nav > li > a:hover {
    color: #0066CC;
  }

  .l-header__navwrapper .l-header__nav > li > a:hover:after {
    width: 100%;
  }

	.l-header__conversion:hover {
    right: 0;
  }
}

@media (min-width: 1024px) {
  .u-tablet-only {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .l-footer .l-footer__btns .c-button01 a {
    max-width: 100%;
  }
}

@media (max-width: 899px) {
  .l-header__container {
    padding: 0 3%;
    height: 60px;
  }

  .l-header__logo {
    width: 55%;
    flex-shrink: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
    top: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children.active > a:after {
    transform: translate(0, calc(-50% + 4px)) rotate(-45deg);
    top: 0;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    display: none;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul li a {
    padding: 1em 1.5em 1em 1.8em;
    border-color: #fff;
    color: #fff;
    background: #2e86ff;
    font-size: 16px;
    position: relative;
    text-align: left;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 2px;
    top: 50%;
    right: auto;
    left: 1em;
    margin: auto;
    background: #fff;
  }

  .l-header__navwrapper .l-header__outer {
    z-index: 11;
    position: absolute;
    top: 60px;
    bottom: 0;
    right: -100%;
    visibility: hidden;
    opacity: 0;
    height: calc(100dvh - 60px);
    padding: 0;
    width: 60%;
    background: #0066CC;
    transition: all 0.6s;
    overflow-y: auto;
    padding-bottom: 150px;
  }

  .l-header__navwrapper .l-header__nav > li {
    z-index: 11;
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }

  .l-header__navwrapper .l-header__nav > li > a {
    padding: 1.3em 1.5em 1.3em 1em;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .l-header__navwrapper .l-header__nav > li > a:after {
    position: absolute;
    content: "";
    right: 1.5em;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    transition: 0.2s;
  }

  .l-header__toggle {
    display: block;
    background: #0066CC;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
  }
	
	.l-header__toggle > span {
    display: inline-block;
    transition: 0.35s;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background: #fff;
    width: 30px;
  }

  .l-header__toggle > span:nth-of-type(1) {
    top: 20px;
  }

  .l-header__toggle > span:nth-of-type(2) {
    top: 30px;
  }

  .l-header__toggle > span:nth-of-type(3) {
    top: 39px;
  }

  .l-header__toggle.is-active {
    z-index: 12;
  }

  .l-header__toggle.is-active > span:nth-of-type(1) {
    top: 22px;
    transform: translateY(7px) rotate(45deg);
    width: 30px;
  }

  .l-header__toggle.is-active > span:nth-of-type(2) {
    top: 22px;
    transform: translateY(7px) rotate(-45deg);
    width: 30px;
  }

  .l-header__toggle.is-active > span:nth-of-type(3) {
    display: none;
  }
	
	  .l-header__conversion {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  section {
    margin-bottom: 50px;
  }

  .l-footer {
    padding-bottom: 70px;
    padding-top: 50px;
  }

  .l-footer .l-footer__logo {
    margin-bottom: 20px;
  }

  .l-footer .l-footer__copylight {
    margin-top: 50px;
  }

  .l-footer .l-footer__copylight p {
    font-size: 14px;
    margin-top: 10px;
  }

  .l-footer h2.is-footer {
    margin-bottom: 35px;
  }

  .l-footer .l-footer__btns {
    margin-bottom: 40px;
  }

  .l-footer .l-footer__btns .c-button01 a {
    max-width: 70%;
  }

  .l-footer .l-footer__map {
    padding-top: 90%;
  }

  .l-conversion a {
    font-size: 16px !important;
  }

  .l-header__conversion__content ul li.is-reverse a {
    color: #fff !important;
  }

  .l-header__conversion__content ul li.is-reverse a span:after {
    background: url(/wp-content/uploads/icn-arrow_right__inversion.svg) no-repeat center !important;
  }

  .l-row.sp-row-flex-half {
    flex-wrap: wrap;
  }

  .l-row.sp-row-flex-half > .column {
    max-width: 50% !important;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .l-row .column {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .main_visual .main_visual_copy > li img {
    width: 90%;
  }

  .main_visual .main_visual_slick {
    padding-top: 146.0465116279%;
  }

  .main_visual .swiper-button-prev,
  .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .main_visual .swiper-button-prev:after,
  .main_visual .swiper-button-next:after {
    font-size: 14px;
  }

  .main_visual .swiper-button-prev {
    left: 0;
  }

  .main_visual .swiper-button-next {
    right: 0;
  }

  .c-pagetop {
    bottom: 10dvh;
  }

  table td,
  table th {
    padding: 0.7em 0.3em;
  }

  .c-table-schedule td,
  .c-table-schedule th {
    padding: 0.7em 0.3em;
  }

  .responsive-stack {
    display: block;
  }

  .responsive-stack thead {
    display: none;
  }

  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }

  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }

  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }

  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }

  .c-h2.type-plan-1 {
    font-size: 20px;
  }

  .c-h2.type-plan-1 .icn {
    margin-bottom: 0.5em;
  }

  .c-h2.type-plan-2 {
    font-size: 20px;
  }

  .c-h3.is-price {
  }

  .p-home__intro {
    padding: 50px 0;
    margin-top: 0;
  }

  .p-home__intro:after {
    height: 50%;
    bottom: auto;
    -webkit-clip-path: polygon(0 92%, 100% 100%, 100% 0);
    clip-path: polygon(0 92%, 100% 100%, 100% 0);
  }

  .p-home__intro h2 {
    font-size: 24px;
  }

  .p-home__intro .c-button02 {
    margin-top: 15px;
  }

  .p-home__campaign {
    padding: 0;
  }

  .p-home__campaign h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home__menu {
    padding: 50px 0;
    margin: 60px 0 80px;
  }

  .p-home__menu h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home__menu h3 {
    font-size: 20px;
  }

  .p-home__feature {
    padding: 0;
    margin-top: 0;
  }

  .p-home__feature h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home__feature h3 span.icn {
    max-width: 40%;
  }

  .p-home__feature h3 {
    font-size: 20px;
  }

  .p-home__feature_man__top-box {
    padding: 55px 0 100px;
  }

  .p-home__feature_man__bot-box {
    margin-top: -60px;
    padding: 40px 5%;
  }

  .p-home__feature_man__bot-box__voice-content {
    padding: 20px;
    margin-bottom: 20px;
  }

  .p-home__feature_man__bot-box__voice-content p {
    font-size: 100%;
  }

  .p-home__feature_man__list li {
    font-size: 16px;
  }

  .p-home__feature_man h3 {
    font-size: 20px;
  }

  .p-home__feature_man h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home_reservation {
    padding: 50px 0;
  }

  .p-home_reservation h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .p-home_reservation h3 span.icn img {
    max-width: 110px;
  }

  .p-home_reservation h3 {
    font-size: 20px;
  }

  .p-home_reservation .p-home_reservation__conversion {
    margin-top: 30px;
  }

  .p-home_reservation .p-home_reservation__conversion > div ul {
    row-gap: 3%;
  }

  .u-sp-hide,
  .u-pc-only,
  .u-tablet-only {
    display: none !important;
  }

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

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

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

  .c-pagetitle {
	background-color:#c3deff ; 
    margin-bottom: 40px;
  }

  .c-h1 {
    margin-bottom: 10px;
    padding: 1.5em 2em;
	margin-top: 2.5em;
  }

  .c-h1 {
    font-size: 24px;
  }

  .c-h1 span {
    font-size: 14px;
  }

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

  .c-h3 {
    font-size: 20px;
  }

  .c-marker {
    padding: 0.2em 2em 0.2em 1em;
  }

  .u-box-border {
    padding: 10% 5%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .l-footer .l-footer__btns {
    flex-wrap: wrap;
  }
}

@media (min-width: 900px) and (max-width: 1400px) {
  .l-header__navwrapper {
    margin-right: 100px;
  }

  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    width: 150px;
  }

  .l-header__conversion {
    right: -400px;
  }
}

@media (min-width: 900px) and (max-width: 1880px) {
  .l-header__navwrapper .l-header__outer .menu-item-has-children ul {
    right: -30px;
    transform: none;
  }
}

@media (min-width: 900px) and (max-width: 899px) {
  .l-header__navwrapper .l-header__nav li {
    margin: 0 1%;
  }

  .l-header__navwrapper .l-header__nav > li {
    padding: 0 !important;
  }
}

@media (min-width: 900px) and (max-width: 1580px) {
  .l-header__navwrapper .l-header__nav > li {
    padding: 0px 0.6em 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .u-tablet-hide {
    display: none !important;
  }
}
	.main_visual{
margin-top:60px;
}
@media (min-width: 768px) {
	.main_visual{
		margin-top:78px;
	}
}


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