@charset "UTF-8";
img {
  width: 100%;
  vertical-align: middle;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 20px;
}

html {
  color: #333;
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 1130px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1129px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

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

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

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1130px) {
  a:hover {
    color: #006699;
  }
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1130px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 1129px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: clamp(20px, 3.5vw, 60px);
}
.header__left {
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .header__logo {
    width: 150px;
  }
}
.header__title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1129px) {
  .header__title {
    font-size: 16px;
  }
}
.header #g-nav {
  height: 100%;
}
.header #g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 1129px) {
  .header #g-nav-list {
    display: block;
    margin-top: 80px;
  }
  .header #g-nav-list > * {
    display: block;
    width: 100%;
  }
}
.header #g-nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
@media screen and (max-width: 1129px) {
  .header #g-nav-list ul {
    display: block;
    height: unset;
    margin: 0 auto;
  }
}
.header #g-nav-list ul li {
  height: inherit;
}
.header #g-nav-list ul li a {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-size: 18px;
}
.header #g-nav-list ul li a:hover {
  background: rgba(0, 102, 153, 0.2);
}
@media screen and (max-width: 1129px) {
  .header #g-nav-list ul li a {
    padding: 20px;
  }
}
.header__contact {
  height: inherit;
}
@media screen and (max-width: 1129px) {
  .header__contact {
    margin-top: 20px;
    height: auto;
  }
}
.header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: inherit;
  width: 120px;
  padding: 0 10px !important;
  color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #5A8CA3;
  font-size: 18px;
}
@media screen and (max-width: 1129px) {
  .header__contact a {
    width: 100%;
    padding: 15px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: unset;
    min-height: 70px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header__contact a:hover {
  opacity: 0.8;
}
.header__contact a .c-svg {
  margin-right: clamp(10px, 0.8vw, 14px);
  color: #fff;
}
.header__contact--reservation a {
  background: #E3B52B;
}

@media screen and (max-width: 1129px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive#g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
  }
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

.footer {
  background: #003650;
}
.footer__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 60px 15px 20px 15px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 30px 15px 10px 15px;
  }
}
.footer__company {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 767px) {
  .footer__company {
    font-size: 20px;
  }
}
.footer__content {
  margin-top: 20px;
}
.footer__info {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__info {
    font-size: 14px;
  }
}
.footer__info + .footer__info {
  margin-top: 6px;
}
.footer__privacy {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    margin-top: 20px;
  }
}
.footer__privacy a {
  color: #fff;
  font-size: 12px;
}
.footer__copy {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.cta {
  background: url(../img/common/bg_cta.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 54, 80, 0.7);
}
.cta__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 80px 15px 80px 15px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 40px 15px 40px 15px;
  }
}
.cta__title {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 26px;
  }
}
.cta__lead {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    margin-top: 30px;
    text-align: left;
  }
}
.cta__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cta__content {
    margin-top: 30px;
  }
}
.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #fff;
  padding: 0 35px;
}
@media screen and (max-width: 1129px) {
  .cta__item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta__item {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 40px 0;
  }
}
.cta__item:last-child {
  border: none;
}
.cta__item > * {
  color: #fff;
}
.cta__sub-title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1129px) {
  .cta__sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta__sub-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.cta__body {
  margin-top: auto;
  width: 100%;
}
.cta__tel {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .cta__tel {
    font-size: 20px;
  }
}
.cta__tel span {
  font-size: 1.5em;
  display: inline-block;
  margin-left: 2px;
}
.cta__time {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1129px) {
  .cta__time {
    font-size: 14px;
  }
}
.cta__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.cta__btn:hover {
  opacity: 0.8;
  color: #fff;
}
.cta__btn--contact {
  background: #5A8CA3;
}
.cta__btn--reservation {
  background: #E3B52B;
}

.under-head__bg {
  background: url(../img/common/under-head.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.breadcrumb {
  margin: 10px 0;
}
.breadcrumb__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding: 0 15px 0 15px;
  }
}

.under-title {
  font-size: 32px;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under-title {
    font-size: 26px;
  }
}

.table {
  table-layout: fixed;
  width: 100%;
}
.table tr:last-child th {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table tr:last-child th {
    border-bottom: none;
  }
}
.table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.table th, .table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .table th, .table td {
    display: block;
  }
}
.table th {
  border-top: 1px solid #ccc;
  width: 275px;
  text-align: left;
  background: #faf7f2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table th {
    width: 100%;
  }
}
.table td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table td {
    border-top: none;
  }
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  padding: 0;
  top: -1px;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#booking-package button {
  padding: 10px;
  font-size: 22px;
}
#booking-package button:hover {
  opacity: 0.8;
}

.book_now_button {
  background: #006699;
  color: #fff;
}

.return_form_button {
  background: #ccc;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.mv__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 0;
  }
}
.mv__img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__img {
    border-radius: 0;
  }
}
.mv__content {
  max-width: 1130px;
  padding: 0 15px 0 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv__content {
    bottom: 10vw;
    padding: 0 3vw;
  }
}
.mv__title {
  text-align: left;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 7.5vw;
  }
}
.mv__title span {
  font-size: 1.4em;
}

.lead__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 80px 15px 80px 15px;
}
@media screen and (max-width: 767px) {
  .lead__inner {
    padding: 40px 15px 40px 15px;
  }
}
.lead__title {
  color: #006699;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lead__title {
    font-size: 24px;
  }
}
.lead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lead__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
    gap: 20px;
  }
}
.lead__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lead__body > * + * {
  margin-top: 1.5em;
}
.lead__text {
  line-height: 2;
}
.lead__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  overflow: hidden;
}

.point__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 80px 15px 150px 15px;
}
@media screen and (max-width: 767px) {
  .point__inner {
    padding: 40px 15px 75px 15px;
  }
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.point__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .point__item {
    width: 100%;
  }
}
.point__item:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .point__item:nth-child(2) {
    margin-top: 0;
  }
}
.point__item:nth-child(3) {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .point__item:nth-child(3) {
    margin-top: 0;
  }
}
.point__img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .point__img {
    aspect-ratio: 1.5/1;
  }
}
.point__title {
  color: #006699;
  font-weight: bold;
  font-size: 26px;
  font-family: "Noto Serif", serif;
  margin-top: 10px;
}
@media screen and (max-width: 1129px) {
  .point__title {
    font-size: 22px;
  }
}
.point__text {
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .point__text {
    margin-top: 10px;
  }
}

.support {
  background: #F5F7FA;
}
.support__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .support__inner {
    padding: 25px 15px 50px 15px;
  }
}
.support__title {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
}
.support__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .support__content {
    margin-top: 30px;
  }
}
.support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .support__list {
    gap: 30px;
  }
}
.support__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .support__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
}
.support__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .support__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__body {
  max-width: 570px;
}
@media screen and (max-width: 1129px) {
  .support__body {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .support__body {
    width: 100%;
    max-width: 100%;
  }
}
.support__sub-title {
  font-size: 26px;
  font-weight: bold;
  color: #006699;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 767px) {
  .support__sub-title {
    font-size: 22px;
  }
}
.support__text {
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .support__text {
    margin-top: 10px;
  }
}
.support__wrap {
  max-width: 440px;
  margin: 0 auto;
}
.support__img {
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .support__img {
    width: 60%;
    margin: 0 auto;
  }
}

.about__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 90px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding: 45px 15px 50px 15px;
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about__content {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.about__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__text {
  line-height: 1.8;
}
.about__img {
  border-radius: 15px;
  overflow: hidden;
}

.data__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .data__inner {
    padding: 25px 15px 50px 15px;
  }
}

.vehicles__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 90px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .vehicles__inner {
    padding: 45px 15px 50px 15px;
  }
}
.vehicles__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .vehicles__content {
    margin-top: 30px;
  }
}
.vehicles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .vehicles__list {
    gap: 50px;
  }
}
.vehicles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .vehicles__item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.vehicles__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .vehicles__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.vehicles__item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vehicles__img {
  border-radius: 15px;
  overflow: hidden;
}

.price__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 90px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .price__inner {
    padding: 45px 15px 50px 15px;
  }
}
.price__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .price__content {
    margin-top: 30px;
  }
}
.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .price__list {
    gap: 50px;
  }
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .price__item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.price__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .price__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.price__item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price__img {
  border-radius: 15px;
  overflow: hidden;
}

.flow__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 25px 15px 50px 15px;
  }
}
.flow__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow__content {
    margin-top: 30px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
}
.flow__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 100%;
  background: #006699;
}
@media screen and (max-width: 767px) {
  .flow__list::before {
    width: 30px;
    left: 20px;
  }
}
.flow__item {
  border: 2px solid #006699;
  border-radius: 4px;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
}
.flow__sub-title {
  color: #006699;
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 767px) {
  .flow__sub-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.flow__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .flow__wrap {
    display: contents;
  }
}
.flow__text {
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
}
.flow__icon {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100px;
  }
}
.flow__icon img {
  width: auto;
  max-height: 100px;
}

.page__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 90px 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .page__inner {
    padding: 45px 15px 50px 15px;
  }
}
.page__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page__content {
    margin-top: 30px;
  }
}
.page__content > p {
  line-height: 1.8;
}
.page__content > * + * {
  margin-top: 60px;
}
.page__annotation {
  text-align: center;
}
.page h3.wp-block-heading {
  color: #006699;
  font-family: "Noto Serif", serif;
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page h3.wp-block-heading {
    font-size: 22px;
  }
}

.privacy-policy .page__content p {
  margin: 0;
}
.privacy-policy .page__content ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
}
.privacy-policy .page__content .under-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .page__content .under-title {
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */