@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  color: #505050;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  position: relative;
}
body p a {
  color: #06A8E3;
  text-decoration: underline;
  -webkit-text-decoration-color: #06A8E3;
          text-decoration-color: #06A8E3;
}
body p a:hover {
  text-decoration: none;
}
body p a:hover {
  color: #06A8E3;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #505050;
}
@media screen and (max-width: 860px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

img {
  height: auto;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  display: block;
  padding: 0.8em 1em;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #505050;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus,
select:focus {
  outline-color: #06A8E3;
}
input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #CCCCCC;
}

input,
textarea {
  background-color: #FFFFFF;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 10%;
  border: 1px solid #DDDDDD;
  vertical-align: -0.1rem;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox],
  input[type=radio] {
    vertical-align: -0.2rem;
  }
}

textarea {
  max-height: 8.8em;
}
textarea.-vertical {
  resize: vertical;
}

select {
  padding: 0.8em 2em 0.8em 1em;
  background-color: #FFFFFF;
  background-image: url("/cms/wp-content/themes/afc-tours/assets/img/common/icon-arrow-down_blue.svg");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 0.9em;
  cursor: pointer;
}

label {
  font-weight: 500;
}

button[type=submit] {
  color: #505050;
  background-color: #DDDDDD;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkOption {
  display: block;
}

input[type=checkbox] + .checkText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  content: "";
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
input[type=checkbox]:before {
  width: 0;
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:after {
  width: 2px;
  height: 0;
  right: 9px;
  bottom: 3px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
input[type=checkbox]:checked {
  background-color: #06A8E3;
  border-color: #06A8E3;
}
input[type=checkbox]:checked:before {
  width: 5px;
  height: 2px;
  left: 1px;
  top: 7px;
}
input[type=checkbox]:checked:after {
  width: 2px;
  height: 10px;
  right: 4px;
  bottom: 1px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
  top: 7px;
  left: 1px;
}
input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.radioOption {
  display: block;
}

input[type=radio] {
  border-radius: 50%;
  position: relative;
}
input[type=radio] + .radioText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=radio]:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 2px;
  border-radius: 50%;
  background-color: #C3A051;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]:checked {
  border-color: #C3A051;
}
input[type=radio]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type=radio]:focus {
  border-color: #C3A051;
}

.requiredTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 20px;
  padding: 0 7px;
  background-color: #DF3D32;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .requiredTag {
    width: 36px;
    height: 18px;
    font-size: 11px;
  }
}

label {
  display: block;
}
label.required:after {
  display: inline-block;
  content: "必須";
  width: 43px;
  height: 20px;
  margin-left: 1rem;
  background-color: #DF3D32;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  label.required:after {
    width: 36px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
  }
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .ui-datepicker-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
body .ui-datepicker-title .ui-datepicker-year,
body .ui-datepicker-title .ui-datepicker-month {
  padding: 0.6em 1.5em 0.4em 0.8em;
  background-position: top 50% right 0.6em;
}
@media screen and (min-width: 480px) {
  body .ui-datepicker .ui-datepicker-buttonpane button {
    padding: 0.5em 0.6em 0.3em 0.6em;
    line-height: 1;
  }
}
@media screen and (max-width: 560px) {
  body .ui-datepicker {
    max-width: 90vw;
    width: 100%;
  }
}

.error {
  display: block;
  width: 100%;
  margin-top: 1rem;
  line-height: initial;
  color: #DF3D32;
  font-size: 1.4rem;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.header {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9999;
}
.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .header__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.header__logo {
  line-height: 1;
}
.header__logo a {
  display: inline-block;
}
.header__logo a:hover {
  opacity: 0.8;
}
.header__logo a img {
  max-width: 100%;
  max-height: 3.4rem;
  width: auto;
  height: 3.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .header__logo {
    padding: 1.7rem 1.5rem;
  }
  .header__logo a img {
    max-height: 2.6rem;
    height: 2.6rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.2em;
  font-size: 1.5rem;
}
@media screen and (max-width: 1360px) {
  .header__nav {
    margin-left: 1.8em;
    font-size: 1.4rem;
  }
}
.header__nav .navbarList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7em;
  width: 100%;
  height: 100%;
}
.header__nav .navbarList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .navbarList__item.-tbShow {
  display: none;
}
.header__nav .navbarList__item .navLink {
  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;
  font-weight: 500;
}
.header__nav .navbarList__item .navLink:hover {
  color: #DF3D32;
}
.header__nav .navbarList__item .-childBtn {
  padding-right: 1.2em;
  position: relative;
  cursor: pointer;
}
.header__nav .navbarList__item .-childBtn:after {
  display: inline-block;
  content: "";
  width: 0.75em;
  height: 1em;
  background-image: url("../img/common/icon-arrow-down_beniiro.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav .childWrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #C6E8EF;
  padding: 2.7em 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header__nav .childWrap .childList {
  display: grid;
  gap: 1.7em 2.2em;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .header__nav .childWrap .childList {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .header__nav .childWrap .childList {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .header__nav .childWrap .childList {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header__nav .childWrap .childList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  overflow: hidden;
}
.header__nav .childWrap .childList__item a:hover {
  color: #06A8E3;
}
.header__nav .childWrap .childList__item a:hover .textArea {
  background-position: top 50% right 0.8em;
}
.header__nav .childWrap .childList__item a .imgArea {
  max-width: 10rem;
}
.header__nav .childWrap .childList__item a .textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em 2em 1em 1em;
  background-color: #FFFFFF;
  background-image: url("../img/common/icon-arrow-right_blue.svg");
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: top 50% right 1em;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.header__nav .childWrap .childList__item a .textArea .spShow {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header__nav {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: calc(100vh - 6rem);
    margin-left: 0;
    padding-bottom: 5rem;
    background-color: #FFFFFF;
    font-size: 1.5rem;
    overflow: auto;
    position: fixed;
    top: 6rem;
    z-index: 9999;
  }
  .header__nav .navbarList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .header__nav .navbarList__item + .-btn {
    margin-top: 1.7em;
  }
  .header__nav .navbarList__item.-btn {
    text-align: center;
  }
  .header__nav .navbarList__item.-btn a {
    display: inline-block;
    padding: 0.75em 1.9em;
    width: auto;
    border-radius: 99em;
    background-color: #DF3D32;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    font-weight: 600;
  }
  .header__nav .navbarList__item.-btn a:hover {
    background-color: color-mix(in srgb, #EB765F 60%, #DF3D32);
  }
  .header__nav .navbarList__item.-btn a span {
    display: inline-block;
    padding-left: 1.7em;
    position: relative;
  }
  .header__nav .navbarList__item.-btn a span:before {
    display: inline-block;
    content: "";
    width: 1.15em;
    height: 1.15em;
    background-image: url("../img/common/icon-member_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__nav .navbarList__item.-tbShow {
    display: block;
  }
  .header__nav .navbarList__item.-havChild {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav .navbarList__item .navLink {
    display: block;
    width: 100%;
    padding: 1em 2em;
    text-align: center;
  }
  .header__nav .navbarList__item .navLink.-childBtn:after {
    margin-left: 0.8rem;
    top: 2rem;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__nav .navbarList__item .navLink.-childBtn.open:after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .header__nav .childWrap {
    display: none;
    position: static;
    width: 100%;
    padding: 2.7em;
    -webkit-transition: none;
    transition: none;
  }
  .header__nav .childWrap .childList {
    grid-template-columns: 1fr 1fr;
    gap: 1.3em 1.5em;
    padding: 0;
  }
}
@media screen and (max-width: 860px) {
  .header__nav .childWrap {
    padding: 2.3em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
  }
  .header__nav .childWrap .childList {
    gap: 1em 1.1em;
  }
  .header__nav .childWrap .childList__item a .imgArea {
    max-width: 6rem;
  }
  .header__nav .childWrap .childList__item a .textArea {
    padding: 0.4em 1.8em 0.4em 0.8em;
    letter-spacing: 0;
    line-height: 1.3;
    background-size: 0.35rem auto;
    background-position: top 50% right 0.8em;
  }
  .header__nav .childWrap .childList__item a .textArea .spShow {
    display: inline;
  }
}
.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3em;
  margin-left: auto;
  padding: 1.7rem 2rem 1.8rem;
}
.header__contact .telArea {
  line-height: 1;
}
.header__contact .telArea .readText {
  margin-bottom: 0.5em;
  padding-left: 2.3rem;
  line-height: 1;
  font-size: 1.4rem;
}
.header__contact .telArea .telLink {
  display: inline-block;
  padding-left: 2.3rem;
  line-height: 1;
  color: #DF3D32;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.header__contact .telArea .telLink:before {
  display: inline-block;
  content: "";
  width: 0.45em;
  height: 0.7em;
  background-image: url("../img/common/icon-phone_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.header__contact .loginArea .loginBtn {
  display: block;
  padding: 0.75em 1em;
  border-radius: 99em;
  background-color: #DF3D32;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.5rem;
}
.header__contact .loginArea .loginBtn:hover {
  background-color: color-mix(in srgb, #EB765F 60%, #DF3D32);
}
.header__contact .loginArea .loginBtn span {
  display: inline-block;
  padding-left: 1.7em;
  position: relative;
}
.header__contact .loginArea .loginBtn span:before {
  display: inline-block;
  content: "";
  width: 1.15em;
  height: 1.15em;
  background-image: url("../img/common/icon-member_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .header__contact .loginArea .loginBtn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .header__contact .loginArea .loginBtn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1280px) {
  .header__contact {
    display: none;
  }
}
.header__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.7rem 2rem 1.8rem;
  background-color: #FFFFFF;
}
.header__bar .btnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__bar .btnBox .telBtn {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header__bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0;
    z-index: 9999;
  }
  .header__bar .btnBox .telBtn {
    display: block;
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.humburgerBtn {
  display: none;
  -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;
  width: 6rem;
  height: 6rem;
  background: #FFFFFF;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 1280px) {
  .humburgerBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.humburgerBtn .humburgerLine {
  display: block;
  max-width: 3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.humburgerBtn .humburgerLine > span {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  height: 0.3rem;
  background: #DF3D32;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.humburgerBtn .humburgerLine > span:last-child {
  margin-bottom: 0;
}
.humburgerBtn .humburgerLine.open .top {
  -webkit-transform: translateY(0.6em) rotate(-45deg);
          transform: translateY(0.6em) rotate(-45deg);
}
.humburgerBtn .humburgerLine.open .middle {
  opacity: 0;
}
.humburgerBtn .humburgerLine.open .bottom {
  -webkit-transform: translateY(-0.75em) rotate(45deg);
          transform: translateY(-0.75em) rotate(45deg);
}

/*==================================================================================================
	フッター
==================================================================================================*/
.footer__contact {
  padding: 2.5em 0;
  background-color: #6FC2EB;
  position: relative;
  overflow: hidden;
}
.footer__contact:before, .footer__contact:after {
  display: block;
  content: "";
  width: clamp(15rem, 18vw, 25rem);
  height: clamp(11rem, 15vw, 20rem);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.footer__contact:before {
  background-image: url("../img/common/contact-decoration_left_pc.webp");
  background-position: right bottom;
  left: 0;
  bottom: 0;
}
.footer__contact:after {
  background-image: url("../img/common/contact-decoration_right_pc.webp");
  background-position: top right;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    padding: 4.7em 0 6.2em;
  }
  .footer__contact:before, .footer__contact:after {
    display: block;
    content: "";
    width: 18rem;
    height: 14rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
  }
  .footer__contact:before {
    background-image: url("../img/common/contact-decoration_top_sp.webp");
    background-position: right bottom;
    top: 0;
    left: 0;
  }
  .footer__contact:after {
    background-image: url("../img/common/contact-decoration_bottom_sp.webp");
    background-position: top left;
    right: 0;
    bottom: 0;
  }
}
.footer__contact .inner {
  position: relative;
  z-index: 3;
}
.footer__contact .contactWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 1.6em 3.8em;
  max-width: 64.3rem;
  margin-inline: auto;
}
.footer__contact .contactWrap .textArea .contactTtl {
  margin-bottom: 0.6em;
  color: #FFFFFF;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 600;
}
.footer__contact .contactWrap .textArea .telArea {
  margin-bottom: 0.5em;
}
.footer__contact .contactWrap .textArea .telArea .telLink {
  display: inline-block;
  padding-left: clamp(3rem, 5vw, 4.1rem);
  white-space: nowrap;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(5rem, 6vw, 6rem);
  font-weight: 600;
  position: relative;
}
.footer__contact .contactWrap .textArea .telArea .telLink:before {
  display: inline-block;
  content: "";
  width: clamp(2.2rem, 3vw, 2.6rem);
  height: clamp(3.5rem, 5vw, 4.2rem);
  background-image: url("../img/common/icon-phone_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.footer__contact .contactWrap .textArea .infoArea {
  text-align: left;
  color: #FFFFFF;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}
.footer__contact .contactWrap .textArea .infoArea .spShow {
  display: none;
}
.footer__contact .contactWrap .imgArea img {
  max-width: clamp(18rem, 18vw, 22rem);
}
@media screen and (max-width: 767px) {
  .footer__contact .contactWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__contact .contactWrap .textArea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .footer__contact .contactWrap .imgArea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 560px) {
  .footer__contact .contactWrap .textArea .infoArea .spShow {
    display: inline;
  }
}
.footer__banners {
  padding: clamp(4rem, 5vw, 5rem) 0;
  overflow: hidden;
}
.footer__banners .bannersSlider {
  max-width: 86rem;
  margin-inline: auto;
}
.footer__banners .bannersSlider a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  .footer__banners .splide__track {
    overflow: visible;
  }
  .footer__banners .bannersSlider {
    max-width: 95%;
  }
}
.footer__bannerw + .footer__nav {
  border-top: 1px solid #DDDDDD;
}
.footer__nav {
  padding: clamp(4rem, 5vw, 5rem) 0 clamp(6rem, 6vw, 8rem);
  border-bottom: 1px solid #DDDDDD;
}
.footer__nav .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.9em 4em;
}
@media screen and (max-width: 1280px) {
  .footer__nav .inner {
    gap: 1.9em 3em;
  }
}
@media screen and (max-width: 1020px) {
  .footer__nav .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 860px) {
  .footer__nav .inner {
    gap: 2em 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__nav .inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__nav .logoBox {
  width: 100%;
}
.footer__nav .logoBox a {
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  .footer__nav .logoBox {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__nav .logoBox {
    text-align: left;
  }
}
@media screen and (max-width: 1020px) {
  .footer__nav .infoBox {
    margin-top: 1em;
  }
}
@media screen and (max-width: 860px) {
  .footer__nav .infoBox {
    margin-top: 0;
  }
}
.footer__nav .infoBox .addressArea {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer__nav .infoBox .addressArea {
    font-size: 1.3rem;
  }
}
.footer__nav .infoBox * + .snsList {
  margin-top: 3rem;
}
.footer__nav .infoBox .snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3em;
}
.footer__nav .infoBox .snsList__item a {
  display: block;
}
.footer__nav .infoBox .snsList__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1020px) {
  .footer__nav .infoBox .snsList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__nav .infoBox .snsList {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__nav .infoBox * + .spNavList {
  margin-top: 2em;
}
.footer__nav .infoBox .spNavList {
  display: none;
}
@media screen and (max-width: 860px) {
  .footer__nav .infoBox .spNavList {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__nav .infoBox .spNavList {
    text-align: left;
  }
}
.footer__nav .linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8em;
}
@media screen and (max-width: 1280px) {
  .footer__nav .linkBox {
    gap: 2em;
  }
}
@media screen and (max-width: 1160px) {
  .footer__nav .linkBox {
    gap: 1.5em;
  }
}
@media screen and (max-width: 1020px) {
  .footer__nav .linkBox {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 860px) {
  .footer__nav .linkBox {
    display: none;
  }
}
.footer__nav .linkBox .linkList {
  letter-spacing: 0.1em;
}
.footer__nav .linkBox .linkList__item:not(:last-child) {
  margin-bottom: 1.3em;
}
.footer__nav .linkBox .linkList__item a,
.footer__nav .linkBox .linkList__item p {
  font-size: 1.5rem;
}
.footer__nav .linkBox .linkList__item a:hover {
  color: #06A8E3;
}
.footer__nav .linkBox .linkList__item .childList {
  margin-top: 1.3em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 1.9em;
}
.footer__nav .linkBox .linkList__item .childList__item a {
  display: inline-block;
  padding-left: 1.1em;
  background-image: url("../img/common/icon-arrow-right_blue.svg");
  background-size: 0.5rem auto;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  color: #9A9A9A;
  font-size: 1.4rem;
}
.footer__nav .linkBox .linkList__item .childList__item a:hover {
  color: #06A8E3;
  background-position: top 50% left 0.2rem;
}
@media screen and (max-width: 1160px) {
  .footer__nav .linkBox .linkList__item {
    font-size: 1.4rem;
  }
  .footer__nav .linkBox .linkList__item:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .footer__nav .linkBox .linkList__item .childList__item a {
    font-size: 1.3rem;
  }
}
.footer .copy {
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 1.1rem;
  }
}

/*==================================================================================================
	パンくずリスト Bread
==================================================================================================*/
.breadCont {
  padding: 1.7em clamp(2rem, 4vw, 6rem);
  background-color: #6FC2EB;
}
.breadCont .breadList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadCont .breadList__item {
  margin-right: 2em;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadCont .breadList__item {
    font-size: 1.1rem;
  }
}
.breadCont .breadList__item a {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
}
.breadCont .breadList__item a:hover {
  color: color-mix(in srgb, #FFFFFF 80%, #6FC2EB);
}
@media screen and (max-width: 767px) {
  .breadCont .breadList__item a {
    font-size: 1.1rem;
  }
}
.breadCont .breadList__item:after {
  display: inline-block;
  margin-top: -0.5em;
  content: "";
  width: 0.4em;
  height: 1em;
  line-height: 1;
  background-image: url("../img/common/icon-arrow-right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.3em;
}
.breadCont .breadList__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadCont .breadList__item:last-child:after {
  content: none;
}
.breadCont.-white {
  background-color: #FFFFFF;
}
.breadCont.-white .breadList__item {
  color: #505050;
}
.breadCont.-white .breadList__item a {
  color: #505050;
}
.breadCont.-white .breadList__item a:hover {
  color: color-mix(in srgb, #505050 80%, #6FC2EB);
}
.breadCont.-white .breadList__item:after {
  background-image: url("../img/common/icon-arrow-right_black.svg");
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
* + .btnArea {
  margin-top: 3.8em;
}

.btnArea + .btnArea {
  margin-top: 2.5em;
}

.btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5em 2.5em;
}
@media screen and (max-width: 767px) {
  .btnArea {
    gap: 1.5em;
  }
}
.btnArea .btn {
  display: inline-block;
  padding: 1.3em 4.5em;
  max-width: 36rem;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #06A8E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #06A8E3;
  border-radius: 99em;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.btnArea .btn:before {
  content: "";
  width: 6rem;
  height: 0.9rem;
  border-right: 2px solid #FFFFFF;
  border-bottom: 1.5px solid #FFFFFF;
  position: absolute;
  top: 43%;
  left: -1rem;
  -webkit-transform: translateY(-43%) skew(45deg);
          transform: translateY(-43%) skew(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnArea .btn:hover {
  background-color: #00B5F8;
  border-color: #00B5F8;
}
.btnArea .btn:hover:before {
  content: "";
  width: 7rem;
}
.btnArea .btn.-red {
  background-color: #DF3D32;
  border-color: #DF3D32;
}
.btnArea .btn.-red:hover {
  background-color: #FC3022;
  border-color: #FC3022;
}
.btnArea .btn.-outline {
  color: #06A8E3;
  background-color: #FFFFFF;
}
.btnArea .btn.-outline:before {
  border-color: #06A8E3;
}
.btnArea .btn.-outline:hover {
  background-color: #06A8E3;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btnArea .btn.-outline:hover:before {
  border-color: #FFFFFF;
}
.btnArea .btn.-outline.-red {
  color: #DF3D32;
  background-color: #FFFFFF;
}
.btnArea .btn.-outline.-red:before {
  border-color: #DF3D32;
}
.btnArea .btn.-outline.-red:hover {
  background-color: #DF3D32;
  border-color: #DF3D32;
  color: #FFFFFF;
}
.btnArea .btn.-outline.-red:hover:before {
  border-color: #FFFFFF;
}
.btnArea .btn.-outline.-tel {
  height: 7rem;
  padding: 0.5em 1em;
}
.btnArea .btn.-outline.-tel:before {
  content: none;
}
.btnArea .btn.-outline.-tel .telText {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .btnArea .btn.-outline.-tel .telText {
    font-size: 1.3rem;
  }
}
.btnArea .btn.-outline.-tel .telLink {
  display: inline-block;
  padding-left: 2.3rem;
  line-height: 1;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.btnArea .btn.-outline.-tel .telLink:before {
  display: inline-block;
  content: "";
  width: 0.45em;
  height: 0.7em;
  background-image: url("../img/common/icon-phone_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.btnArea .btn.-squareOut {
  background-color: #FFFFFF;
  border-radius: 0;
  border-color: #707070;
  color: #505050;
}
.btnArea .btn.-squareOut:before {
  border-color: #707070;
}
.btnArea .btn.-squareOut:hover {
  background-color: #707070;
  color: #FFFFFF;
}
.btnArea .btn.-squareOut:hover:before {
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btnArea .btn {
    padding: 1.7em 4.5em;
  }
  .btnArea .btn:before {
    content: "";
    width: 5rem;
  }
  .btnArea .btn:hover:before {
    width: 6rem;
  }
}
.btnArea.-center {
  -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;
}
.btnArea.-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.btnArea.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnArea.-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
h1 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + h1:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}

h2 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + h2:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}

h3 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + h3:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}

h4 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + h4:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}

h5 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + h5:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}

h6 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + h6:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}

.contTtl {
  margin-bottom: clamp(3rem, 5vw, 5rem);
  padding-left: clamp(4.2rem, 6vw, 6rem);
  position: relative;
}
.contTtl:before {
  display: block;
  content: "";
  width: clamp(3.5rem, 5vw, 5rem);
  height: clamp(3.5rem, 5vw, 5rem);
  background-image: url("../img/top/icon-airplane.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 5%;
  left: 0;
}
.contTtl.-info:before {
  background-image: url("../img/top/icon-info.svg");
}
.contTtl.-doc:before {
  background-image: url("../img/top/icon-document.svg");
}
.contTtl span {
  display: block;
}
.contTtl .jp {
  line-height: 1.3;
  color: #DF3D32;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
}
.contTtl .en {
  letter-spacing: 0.01em;
  color: #505050;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
}

.pageHead {
  padding: 1rem clamp(2rem, 4vw, 6rem) 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#6FC2EB), color-stop(50%, #FFFFFF));
  background: -webkit-linear-gradient(bottom, #6FC2EB 0% 50%, #FFFFFF 50% 100%);
  background: linear-gradient(0deg, #6FC2EB 0% 50%, #FFFFFF 50% 100%);
}
.pageHead .headWrap {
  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;
  padding: 2em clamp(2rem, 4.5vw, 4.5rem);
  min-height: clamp(23rem, 27vw, 35rem);
  border-radius: 0.5rem;
  background-image: url("../img/common/page-head.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.pageHead .headWrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 168, 227, 0.3)), to(rgba(235, 118, 95, 0.3)));
  background: -webkit-linear-gradient(left, rgba(6, 168, 227, 0.3) 0%, rgba(235, 118, 95, 0.3) 100%);
  background: linear-gradient(90deg, rgba(6, 168, 227, 0.3) 0%, rgba(235, 118, 95, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.pageHead .heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageHead .heading span {
  display: block;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.pageHead .heading .jp {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
}
.pageHead .heading .en {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.pageHead-b {
  padding: 1rem clamp(2rem, 4vw, 6rem) 0;
  background: #6FC2EB;
}
.pageHead-b .headWrap {
  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;
  padding: 2em clamp(2rem, 4.5vw, 4.5rem);
  min-height: 18rem;
}
.pageHead-b .heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageHead-b .heading span {
  display: block;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.pageHead-b .heading .jp {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
}
.pageHead-b .heading .en {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}
@media screen and (max-width: 560px) {
  .pageHead-b {
    padding: 0 1rem;
  }
  .pageHead-b .headWrap {
    min-height: 12rem;
  }
}

.topLabel {
  margin-bottom: clamp(4rem, 6vw, 6rem);
  padding-top: clamp(1.5rem, 3.2vw, 2.5rem);
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  position: relative;
}
.topLabel:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#06A8E3), color-stop(50%, #DF3D32));
  background: -webkit-linear-gradient(left, #06A8E3 0% 50%, #DF3D32 50% 100%);
  background: linear-gradient(90deg, #06A8E3 0% 50%, #DF3D32 50% 100%);
  background-repeat: no-repeat;
  width: clamp(5rem, 6vw, 7rem);
  height: 0.5rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lineLabel {
  margin-bottom: clamp(2.8rem, 4vw, 4rem);
  padding-bottom: clamp(1.4rem, 2.2vw, 1.8rem);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  background: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f));
  background: -webkit-linear-gradient(left, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%);
  background: linear-gradient(90deg, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2rem;
  background-position: bottom;
}

.subLabel {
  display: inline-block;
  margin-bottom: clamp(2rem, 3.2vw, 2.5rem);
  padding: 0 0.5em;
  background-color: #06A8E3;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}
.subLabel.-bgRed {
  background-color: #DF3D32;
}

.simpleLabel {
  margin-bottom: clamp(1.6rem, 2.5vw, 2rem);
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
}
.simpleLabel.-textBliack {
  color: #505050;
}
.simpleLabel.-textRed {
  color: #DF3D32;
}
.simpleLabel.-textWhite {
  color: #FFFFFF;
}
.simpleLabel.-center {
  text-align: center;
}
.simpleLabel.-left {
  text-align: left;
}
.simpleLabel.-right {
  text-align: right;
}

.contLabel {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #505050;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
}
.contLabel.-textBlue {
  color: #06A8E3;
}
.contLabel.-textRed {
  color: #DF3D32;
}
.contLabel.-textWhite {
  color: #FFFFFF;
}
.contLabel.-center {
  text-align: center;
}
.contLabel.-left {
  text-align: left;
}
.contLabel.-right {
  text-align: right;
}

/*==================================================================================================
	リスト List
==================================================================================================*/
* + .simpleList,
* + .numList {
  margin-top: clamp(2.8rem, 4vw, 4rem);
}

.simpleList {
  list-style: none;
}
.simpleList li {
  margin-bottom: 1.3em;
  padding-left: 1.1em;
  font-size: 1.5rem;
  position: relative;
}
.simpleList li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #06A8E3;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.simpleList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .simpleList li {
    font-size: 1.4rem;
  }
}

.numList {
  list-style: none;
  counter-reset: listnum;
}
.numList li {
  margin-bottom: 1.3em;
  padding-left: 1.8em;
  text-indent: -1.8em;
  font-size: 1.5rem;
}
.numList li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 0.7em;
}
.numList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .numList li {
    font-size: 1.4rem;
  }
}

/* ==================================================================================================
	テーブル Table
================================================================================================== */
* + .simpleTable {
  margin-top: clamp(4rem, 6vw, 6rem);
}

.simpleTable {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.simpleTable tr {
  border-bottom: 1px solid #DDDDDD;
}
.simpleTable tr:first-child {
  border-top: 1px solid #DDDDDD;
}
.simpleTable th, .simpleTable td {
  text-align: left;
}
.simpleTable th {
  width: 28%;
  padding: clamp(1.6rem, 2.5vw, 2rem);
  vertical-align: middle;
  font-weight: 400;
}
.simpleTable td {
  padding: clamp(2rem, 3.2vw, 2.5rem) clamp(1.6rem, 2.5vw, 2rem);
}

/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
* + .flexBox {
  margin-top: clamp(4rem, 6vw, 6rem);
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em 4.4em;
}
.flexBox > * {
  width: 50%;
}
.flexBox .imgArea img {
  width: 100%;
  border-radius: 0.5rem;
}
.flexBox.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1020px) {
  .flexBox {
    gap: 2em 3em;
  }
}
@media screen and (max-width: 767px) {
  .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexBox > * {
    width: 100%;
  }
  .flexBox.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

* + .cardList {
  margin-top: clamp(4rem, 6vw, 6rem);
}

.cardList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 4.4em;
}
.cardList img {
  border-radius: 0.5rem;
}
.cardList .textArea {
  padding: clamp(2rem, 3vw, 3rem) clamp(1.6rem, 2.5vw, 2rem);
}
.cardList .cardTtl {
  color: #505050;
  font-size: clamp(2rem, 3.2vw, 2.5rem);
}
.cardList .cardTtl.-textBlue {
  color: #06A8E3;
}
.cardList .cardTtl.-textRed {
  color: #DF3D32;
}
.cardList .cardTtl.-textWhite {
  color: #FFFFFF;
}
.cardList * + .cardText {
  margin-top: clamp(1.6rem, 2.5vw, 2rem);
}
.cardList.-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 2.5em;
}
.cardList.-col3 .textArea {
  padding: clamp(2rem, 3.2vw, 2.5rem) 1rem;
}
.cardList.-col3 .cardTtl {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}
.cardList.-col3 * + .cardText {
  margin-top: clamp(1rem, 2.2vw, 1.5rem);
}
@media screen and (max-width: 1020px) {
  .cardList {
    gap: 2em 3em;
  }
  .cardList.-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 860px) {
  .cardList {
    gap: 2em 1.5em;
  }
}
@media screen and (max-width: 560px) {
  .cardList {
    gap: 2em;
    grid-template-columns: 1fr;
  }
  .cardList.-col3 {
    grid-template-columns: 1fr;
  }
}

/*==================================================================================================
	Wordpress投稿用スタイル
==================================================================================================*/
.wpText > * {
  margin-top: 1em;
}
.wpText > *:first-child {
  margin-top: 0 !important;
}
.wpText p {
  margin-top: 0.6em;
}
.wpText p a {
  text-decoration: underline;
}
.wpText p a:hover {
  text-decoration: none;
}
.wpText ul {
  list-style: none;
}
.wpText ul li {
  margin-bottom: 1.3em;
  padding-left: 1.1em;
  font-size: 1.5rem;
  position: relative;
}
.wpText ul li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #06A8E3;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.wpText ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wpText ul li {
    font-size: 1.4rem;
  }
}
.wpText ol {
  list-style: none;
  counter-reset: listnum;
}
.wpText ol li {
  margin-bottom: 1.3em;
  padding-left: 1.8em;
  text-indent: -1.8em;
  font-size: 1.5rem;
}
.wpText ol li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 0.7em;
}
.wpText ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wpText ol li {
    font-size: 1.4rem;
  }
}
.wpText h1 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + .wpText h1:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}
.wpText h2 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + .wpText h2:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}
.wpText h3 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + .wpText h3:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}
.wpText h4 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + .wpText h4:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}
.wpText h5 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + .wpText h5:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}
.wpText h6 {
  color: #06A8E3;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
* + .wpText h6:not(:first-child) {
  margin-top: clamp(5.5rem, 8vw, 8rem);
}
.wpText h1 {
  margin-bottom: clamp(4rem, 6vw, 6rem);
  padding-top: clamp(1.5rem, 3.2vw, 2.5rem);
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  position: relative;
}
.wpText h1:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#06A8E3), color-stop(50%, #DF3D32));
  background: -webkit-linear-gradient(left, #06A8E3 0% 50%, #DF3D32 50% 100%);
  background: linear-gradient(90deg, #06A8E3 0% 50%, #DF3D32 50% 100%);
  background-repeat: no-repeat;
  width: clamp(5rem, 6vw, 7rem);
  height: 0.5rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wpText h2 {
  margin-bottom: clamp(2.8rem, 4vw, 4rem);
  padding-bottom: clamp(1.4rem, 2.2vw, 1.8rem);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  background: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f));
  background: -webkit-linear-gradient(left, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%);
  background: linear-gradient(90deg, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2rem;
  background-position: bottom;
}
.wpText h3 {
  display: inline-block;
  margin-bottom: clamp(2rem, 3.2vw, 2.5rem);
  padding: 0 0.5em;
  background-color: #06A8E3;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}
.wpText h3.-bgRed {
  background-color: #DF3D32;
}
.wpText h4 {
  margin-bottom: clamp(1.6rem, 2.5vw, 2rem);
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
}
.wpText h4.-textBliack {
  color: #505050;
}
.wpText h4.-textRed {
  color: #DF3D32;
}
.wpText h4.-textWhite {
  color: #FFFFFF;
}
.wpText h4.-center {
  text-align: center;
}
.wpText h4.-left {
  text-align: left;
}
.wpText h4.-right {
  text-align: right;
}
.wpText .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-table .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-table tbody {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.wpText .wp-block-table tbody tr {
  border-bottom: 1px solid #DDDDDD;
}
.wpText .wp-block-table tbody tr:first-child {
  border-top: 1px solid #DDDDDD;
}
.wpText .wp-block-table tbody th, .wpText .wp-block-table tbody td {
  text-align: left;
}
.wpText .wp-block-table tbody th {
  width: 28%;
  padding: clamp(1.6rem, 2.5vw, 2rem);
  vertical-align: middle;
  font-weight: 400;
}
.wpText .wp-block-table tbody td {
  padding: clamp(2rem, 3.2vw, 2.5rem) clamp(1.6rem, 2.5vw, 2rem);
}
.wpText .wp-block-column > * {
  margin-top: 1em;
}
.wpText .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote {
  border: #EEEEEE 2px solid;
  background: #F6F6F6;
  padding: 1em;
}
.wpText .wp-block-quote > * {
  margin-top: 1em;
}
.wpText .wp-block-quote > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote cite {
  color: #999;
}
.wpText .wp-block-code {
  background: #1B1E2D;
  color: #FFFFFF;
  padding: 1em;
  overflow-x: auto;
  font-size: 90%;
}
/* ==================================================================================================
	ページネーション Pagenavi
================================================================================================== */
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
body.noScrolled {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}
body a {
  color: #505050;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a:hover {
  color: color-mix(in srgb, #505050 60%, #FFFFFF);
}
body .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 480px) {
  body .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
body .readText {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body .readText + .readText {
  margin-top: clamp(2rem, 3vw, 3rem);
}
body .readText.-center {
  text-align: center;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.lContainer {
  padding-top: 8.6rem;
}
@media screen and (max-width: 1280px) {
  .lContainer {
    padding-top: 6rem;
  }
}
.lContainer .breadCont + .mContainer {
  padding: clamp(6rem, 9vw, 10rem) 0 clamp(4rem, 6vw, 6rem);
}
.lContainer .mContainer {
  padding: clamp(4rem, 6vw, 6rem) 0;
}
.lContainer .mContainer:last-child {
  padding: clamp(4rem, 6vw, 6rem) 0 clamp(8rem, 10vw, 15rem);
}

/*==================================================================================================
	検索 Search
==================================================================================================*/
.searchArea .searchTtl {
  margin-bottom: clamp(4rem, 5vw, 5rem);
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
}
.searchArea .searchTtl span {
  display: inline-block;
  padding-left: clamp(4.2rem, 6vw, 6rem);
  position: relative;
}
.searchArea .searchTtl span:before {
  display: block;
  content: "";
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  background-image: url("../img/top/icon-search_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.searchArea .tourList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3em;
  margin-bottom: 1.3em;
}
.searchArea .tourList__item {
  width: calc((100% - 1.3em) / 2);
}
.searchArea .tourList__item.-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.searchArea .tourList__item.-only a {
  width: calc((100% - 1.3em) / 2);
}
.searchArea .tourList__item.-yellow a {
  background-color: #FFF354;
  color: #505050;
}
.searchArea .tourList__item.-yellow a:hover {
  background-color: color-mix(in srgb, #FFF354 50%, #FFDB00);
}
.searchArea .tourList__item a {
  display: block;
  padding: 0.5em;
  background-color: #3E76D0;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.searchArea .tourList__item a:hover {
  background-color: color-mix(in srgb, #3E76D0 70%, #06A8E3);
}
@media screen and (max-width: 767px) {
  .searchArea .tourList {
    gap: 0.8em 0.9em;
    margin-bottom: 0.9em;
  }
  .searchArea .tourList__item {
    width: calc((100% - 0.9em) / 2);
  }
  .searchArea .tourList__item.-only a {
    width: 100%;
  }
  .searchArea .tourList__item a {
    padding: 1em 0.8em;
  }
}
.searchArea .catList {
  display: grid;
  gap: 1.3em;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.searchArea .catList__item a {
  display: block;
  padding: 0.5em;
  background-color: #EB765F;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.searchArea .catList__item a:hover {
  background-color: color-mix(in srgb, #EB765F 60%, #DF3D32);
}
@media screen and (max-width: 767px) {
  .searchArea .catList {
    gap: 0.8em 0.9em;
    grid-template-columns: repeat(2, 1fr);
  }
  .searchArea .catList__item a {
    padding: 1em 0.8em;
  }
}
.searchArea * + .searchForm {
  margin-top: clamp(2rem, 3vw, 3rem);
}
.searchArea .searchForm {
  display: grid;
  grid-template-columns: 22% 14% 1fr;
  gap: 1.5rem 2rem;
  padding: 1.3em 2.5em 2em;
  border: 1.5px solid #3E76D0;
  border-radius: 0.5rem;
}
.searchArea .searchForm .finder {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.searchArea .searchForm .finder .btnArea .btn {
  margin-top: 1em;
  padding: 1.2em 4em;
  min-width: 200%;
}
@media screen and (max-width: 1020px) {
  .searchArea .searchForm {
    grid-template-columns: 30% 20% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .searchArea .searchForm {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, calc(50% - 1rem));
  }
}
@media screen and (max-width: 480px) {
  .searchArea .searchForm {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
}
.searchArea .searchForm .searchGroup label {
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .searchArea .searchForm .keywordSearch {
    grid-row: 2/3;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 480px) {
  .searchArea .searchForm .keywordSearch {
    grid-row: auto;
    grid-column: auto;
  }
}
.searchArea .searchForm .finder .btnArea {
  grid-template-columns: auto;
}
.searchArea .searchForm .finder .btnArea .btn {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .searchArea .searchForm .finder {
    grid-template-columns: auto;
  }
  .searchArea .searchForm .finder .btnArea .btn {
    min-width: 150%;
  }
}

/*==================================================================================================
	404 not foundページ
==================================================================================================*/