@charset "UTF-8";
/*
 style-custom.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*
body {
  margin: 0; // 1
  font-family: $font-family-base;
  font-size: $font-size-base;
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  text-align: left; // 3
  background-color: $body-bg; // 2
}
*/
/* line 64, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 74, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 90, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 99, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 112, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 121, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 127, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 134, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 141, ../scss/base/_reboot.scss */
dt {
  font-weight: 1rem;
}

/* line 145, ../scss/base/_reboot.scss */
dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 150, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 154, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: 600;
}

/* line 159, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 168, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 176, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 177, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/*
a {
  color: $link-color;
  text-decoration: $link-decoration;
  background-color: transparent; // Remove the gray background on active links in IE 10.

  @include hover {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }
}
*/
/* line 203, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 207, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 217, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-size: 1em;
}

/* line 224, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 238, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 248, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 253, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 265, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 269, ../scss/base/_reboot.scss */
caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  caption-side: bottom;
}

/* line 276, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 287, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 296, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 305, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 310, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 321, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 326, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 334, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 342, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 350, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 357, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 369, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 375, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 390, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 402, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 407, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 425, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 434, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 443, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 447, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 452, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 458, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 2, ../scss/base/_main.scss */
.img-wrapper > img {
  display: block;
  width: 100%;
}

/* line 7, ../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 9, ../scss/base/_main.scss */
.flex-wrapper.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 12, ../scss/base/_main.scss */
.flex-wrapper.column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* line 15, ../scss/base/_main.scss */
.flex-wrapper.row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 18, ../scss/base/_main.scss */
.flex-wrapper.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 25, ../scss/base/_main.scss */
.new-style ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
/* line 30, ../scss/base/_main.scss */
.new-style p {
  margin: 0;
  text-align: justify;
}
/* line 34, ../scss/base/_main.scss */
.new-style .is-tb {
  display: none !important;
}
/* line 37, ../scss/base/_main.scss */
.new-style .is-pc {
  display: block !important;
}
/* line 40, ../scss/base/_main.scss */
.new-style .below-tb {
  display: none !important;
}
/* line 43, ../scss/base/_main.scss */
.new-style .is-sp {
  display: none !important;
}
/* line 46, ../scss/base/_main.scss */
.new-style .is-sp-s {
  display: none !important;
}
/* line 49, ../scss/base/_main.scss */
.new-style .font-base {
  font-family: "Noto Sans JP", sans-serif;
}
/* line 52, ../scss/base/_main.scss */
.new-style .font-base-en {
  font-family: "Quicksand", sans-serif;
}
/* line 55, ../scss/base/_main.scss */
.new-style .font-en {
  font-family: "Alex Brush", cursive;
}

/* line 61, ../scss/base/_main.scss */
.new-style .clear-both {
  clear: both;
}
/* line 62, ../scss/base/_main.scss */
.new-style .overflow-auto {
  overflow: auto;
}
/* line 63, ../scss/base/_main.scss */
.new-style .text-align-center {
  text-align: center;
}
/* line 64, ../scss/base/_main.scss */
.new-style .text-align-left {
  text-align: left;
}
/* line 65, ../scss/base/_main.scss */
.new-style .text-align-right {
  text-align: right;
}
/* line 66, ../scss/base/_main.scss */
.new-style .font-weight-bold {
  font-weight: bold;
}
/* line 67, ../scss/base/_main.scss */
.new-style .margin-0-auto {
  margin: 0 auto;
}
/* line 68, ../scss/base/_main.scss */
.new-style .margin-right-auto {
  margin-right: auto;
}
/* line 69, ../scss/base/_main.scss */
.new-style .margin-left-auto {
  margin-left: auto;
}
/* line 70, ../scss/base/_main.scss */
.new-style .float-left {
  float: left;
}
/* line 71, ../scss/base/_main.scss */
.new-style .position-relative {
  position: relative;
}
/* line 72, ../scss/base/_main.scss */
.new-style .vertical-align-middle {
  vertical-align: middle;
}
/* line 73, ../scss/base/_main.scss */
.new-style .align-middle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 959px) {
  /* line 80, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 30px;
  }
  /* line 83, ../scss/base/_main.scss */
  .new-style .is-pc {
    display: none !important;
  }
  /* line 86, ../scss/base/_main.scss */
  .new-style .is-tb {
    display: block !important;
  }
}
@media screen and (max-width: 759px) {
  /* line 94, ../scss/base/_main.scss */
  .new-style .below-tb {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  /* line 102, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 25px;
  }
  /* line 105, ../scss/base/_main.scss */
  .new-style .is-tb {
    display: none !important;
  }
  /* line 108, ../scss/base/_main.scss */
  .new-style .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 116, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 20px;
  }
  /* line 119, ../scss/base/_main.scss */
  .new-style .is-sp-s {
    display: block !important;
  }
}
@media screen and (max-width: 359px) {
  /* line 127, ../scss/base/_main.scss */
  .new-style .container {
    padding: 0 15px;
  }
}
/* line 17, ../scss/style-custom.scss */
ol, ul, dl {
  margin-bottom: 0;
}

/* line 21, ../scss/style-custom.scss */
#main-content-area {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* line 25, ../scss/style-custom.scss */
#key-visual-wrapper {
  position: relative;
}
/* line 27, ../scss/style-custom.scss */
#key-visual-wrapper h1 {
  color: white;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 639px) {
  #key-visual-wrapper h1 {
    top: 20%;
  }  
}
/* line 31, ../scss/style-custom.scss */
#key-visual-wrapper h1 span {
  display: block;
  font-size: 4.2rem;
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: .6rem;
  text-align: center;
  line-height: 1.2;
}
/* line 40, ../scss/style-custom.scss */
#key-visual-wrapper h1 strong {
  display: block;
  font-size: 2.4rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: .4rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  /* line 50, ../scss/style-custom.scss */
  #key-visual-wrapper h1 span {
    font-size: 2.2rem;
    letter-spacing: .3rem;
  }
  /* line 54, ../scss/style-custom.scss */
  #key-visual-wrapper h1 strong {
    font-size: 1.5rem;
    letter-spacing: .2rem;
  }
}

/* line 61, ../scss/style-custom.scss */
#key-visual {
  position: relative;
  z-index: 1;
}
/* line 64, ../scss/style-custom.scss */
#key-visual .slide {
  max-height: 700px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 639px) {
  /* line 64, ../scss/style-custom.scss */
  #key-visual .slide {
    width: 100vw;
    max-height: none;
  }
}
/* line 74, ../scss/style-custom.scss */
#key-visual img {
  display: block;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/* line 81, ../scss/style-custom.scss */
#key-visual.is-active img {
  opacity: 1;
}

/* line 87, ../scss/style-custom.scss */
#inpage-navi {
  margin-top: 40px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 90, ../scss/style-custom.scss */
#inpage-navi > div {
  width: 23%;
  height: 60px;
}
/* line 93, ../scss/style-custom.scss */
#inpage-navi > div span {
  line-height: 1.2;
  display: block;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  /* line 87, ../scss/style-custom.scss */
  #inpage-navi {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 105, ../scss/style-custom.scss */
  #inpage-navi > div {
    width: 48%;
    margin-bottom: 12px;
    height: 50px;
  }
  /* line 109, ../scss/style-custom.scss */
  #inpage-navi > div span {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 639px) {
  /* line 117, ../scss/style-custom.scss */
  .l-sectTopSpace {
    padding-top: 20px;
  }

  /* line 120, ../scss/style-custom.scss */
  .p-slide--camp .p-slide__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 127, ../scss/style-custom.scss */
.new-section {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}
/* line 131, ../scss/style-custom.scss */
.new-section::before {
  content: "";
  width: 100vw;
  /*height: 1px;*/
  margin: 0 calc(50% - 50vw);
  background-color: #C4C4C4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1079px) {
  /* line 131, ../scss/style-custom.scss */
  .new-section::before {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 146, ../scss/style-custom.scss */
.new-section h2 {
  font-size: 3.2rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  position: relative;
  color: #ff8b8b;
  text-align: center;
  padding-bottom: 40px;
}
/* line 154, ../scss/style-custom.scss */
.new-section h2::after {
  content: "";
  width: 48px;
  height: 3px;
  background-color: #ff8b8b;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 25px;
}
@media screen and (max-width: 639px) {
  /* line 127, ../scss/style-custom.scss */
  .new-section {
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 169, ../scss/style-custom.scss */
  .new-section h2 {
    font-size: 2.2rem;
    padding-bottom: 40px;
  }
  /* line 172, ../scss/style-custom.scss */
  .new-section h2::after {
    width: 32px;
    height: 2px;
    bottom: 25px;
  }
}
@media screen and (max-width: 359px) {
  /* line 180, ../scss/style-custom.scss */
  .new-section h2 {
    font-size: 2rem;
  }
}
/* line 184, ../scss/style-custom.scss */
.new-section .lead {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  /* line 190, ../scss/style-custom.scss */
  .new-section .lead {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}
/* line 196, ../scss/style-custom.scss */
.new-section .btn-cv {
  display: block;
  max-width: 320px;
  width: 100%;
  height: 60px;
  margin: 20px auto 0px;
}
/* line 202, ../scss/style-custom.scss */
.new-section .btn-cv.btn-cv-wide {
  max-width: 360px;
}
/* line 205, ../scss/style-custom.scss */
.new-section .btn-cv span {
  display: block;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  /* line 213, ../scss/style-custom.scss */
  .new-section .btn-cv {
    height: 40px;
  }
  /* line 215, ../scss/style-custom.scss */
  .new-section .btn-cv span {
    font-size: 1.5rem;
  }
}

/* line 221, ../scss/style-custom.scss */
#message-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
  padding-bottom: 40px;
}
/* line 227, ../scss/style-custom.scss */
#message-slider .slide {
  width: 320px;
  margin: 10px;
  opacity: 0;
  color: #535353;
}
/* line 232, ../scss/style-custom.scss */
#message-slider .slide h3 {
  margin: 10px 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
/* line 238, ../scss/style-custom.scss */
#message-slider .slide p {
  font-size: 1.5rem;
}
/* line 241, ../scss/style-custom.scss */
#message-slider .slide .img-wrapper {
  overflow: hidden;
}
/* line 243, ../scss/style-custom.scss */
#message-slider .slide .img-wrapper img {
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 249, ../scss/style-custom.scss */
#message-slider .slide:hover .img-wrapper img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 256, ../scss/style-custom.scss */
#message-slider.is-active .slide {
  opacity: 1;
}
/* line 260, ../scss/style-custom.scss */
#message-slider .slick-dots {
  bottom: 0px;
}
/* line 263, ../scss/style-custom.scss */
#message-slider .slick-arrow {
  top: 35%;
}
/* line 265, ../scss/style-custom.scss */
#message-slider .slick-arrow.slick-left {
  left: 0;
}
/* line 268, ../scss/style-custom.scss */
#message-slider .slick-arrow.slick-right {
  right: 0px;
}
@media screen and (max-width: 1299px) {
  /* line 273, ../scss/style-custom.scss */
  #message-slider .slick-arrow {
    top: 30%;
    width: 60px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 1079px) {
  /* line 221, ../scss/style-custom.scss */
  #message-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  /* line 221, ../scss/style-custom.scss */
  #message-slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 20px;
    padding-bottom: 60px;
  }
  /* line 290, ../scss/style-custom.scss */
  #message-slider .slide p {
    font-size: 1.4rem;
  }
  /* line 294, ../scss/style-custom.scss */
  #message-slider .slick-arrow {
    top: 32%;
    width: 36px !important;
    height: 36px !important;
  }
  /* line 299, ../scss/style-custom.scss */
  #message-slider .slick-dots {
    bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  /* line 304, ../scss/style-custom.scss */
  #message-slider .slick-arrow {
    top: 24%;
  }
}

/* line 310, ../scss/style-custom.scss */
#okinawa-faq {
  font-size: 1.8rem;
}
/* line 312, ../scss/style-custom.scss */
#okinawa-faq .concierge {
  padding-top: 30px;
}
/* line 314, ../scss/style-custom.scss */
#okinawa-faq .concierge .img-wrapper {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
/* line 320, ../scss/style-custom.scss */
#okinawa-faq .concierge figcaption {
  padding-top: .6rem;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  /* line 310, ../scss/style-custom.scss */
  #okinawa-faq {
    font-size: 1.5rem;
  }
  /* line 328, ../scss/style-custom.scss */
  #okinawa-faq .concierge {
    padding-top: 0px;
  }
  /* line 330, ../scss/style-custom.scss */
  #okinawa-faq .concierge .img-wrapper {
    width: 60px;
  }
  /* line 333, ../scss/style-custom.scss */
  #okinawa-faq .concierge figcaption {
    font-size: 12px;
  }
}
/* line 338, ../scss/style-custom.scss */
#okinawa-faq ul {
  max-width: 800px;
  margin: 40px auto 60px;
}
/* line 341, ../scss/style-custom.scss */
#okinawa-faq ul li {
  padding: 20px 0;
  border-bottom: 1px solid #C4C4C4;
  overflow: hidden;
}
/* line 345, ../scss/style-custom.scss */
#okinawa-faq ul li:last-child {
  border-bottom: 0;
}
/* line 348, ../scss/style-custom.scss */
#okinawa-faq ul li .q {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
/* line 353, ../scss/style-custom.scss */
#okinawa-faq ul li .q::before {
  padding-right: .6rem;
  content: "Q.";
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #FF8B8B;
}
/* line 360, ../scss/style-custom.scss */
#okinawa-faq ul li .q::after {
  content: "";
  width: 24px;
  height: 12px;
  background-image: url(../img/arrow-up.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 370, ../scss/style-custom.scss */
#okinawa-faq ul li .a {
  position: relative;
  top: 20px;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 376, ../scss/style-custom.scss */
#okinawa-faq ul li .a p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-top;
  align-items: flex-top;
}
/* line 379, ../scss/style-custom.scss */
#okinawa-faq ul li .a p::before {
  padding-right: .6rem;
  content: "A.";
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #FF8B8B;
  white-space: nowrap;
}
/* line 388, ../scss/style-custom.scss */
#okinawa-faq ul li .a .btn-cv {
  margin-top: 40px;
  margin-bottom: 30px;
}
/* line 395, ../scss/style-custom.scss */
#okinawa-faq ul li.is-active .q::before {
  color: #C4C4C4;
}
/* line 398, ../scss/style-custom.scss */
#okinawa-faq ul li.is-active .q::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 402, ../scss/style-custom.scss */
#okinawa-faq ul li.is-active .a {
  max-height: 240px;
}
@media screen and (max-width: 639px) {
  /* line 409, ../scss/style-custom.scss */
  #okinawa-faq ul {
    margin: 30px auto;
  }
  /* line 411, ../scss/style-custom.scss */
  #okinawa-faq ul li {
    padding: 15px 0;
  }
  /* line 414, ../scss/style-custom.scss */
  #okinawa-faq ul li .q::after {
    width: 16px;
    height: 8px;
  }
  /* line 420, ../scss/style-custom.scss */
  #okinawa-faq ul li .a .btn-cv {
    margin-top: 20px;
  }
  /* line 425, ../scss/style-custom.scss */
  #okinawa-faq ul li.is-active .a {
    max-height: 280px;
  }
}

/* line 434, ../scss/style-custom.scss */
#okinawa-steps {
  padding-bottom: 80px;
}
/* line 436, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 439, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section {
  margin-top: 60px;
  width: 28%;
}
/* line 443, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section#okinawa-step1 {
  margin-right: 4%;
}
/* line 446, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section#okinawa-step2 {
  margin-left: 4%;
  margin-right: 4%;
}
/* line 450, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section#okinawa-step3 {
  margin-left: 4%;
}
/* line 453, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section#okinawa-step4 {
  margin-right: 4%;
}
/* line 456, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section#okinawa-step5 {
  margin-left: 4%;
}
/* line 460, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section h3 {
  min-height: 110px;
}
/* line 462, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section h3 span {
  display: block;
  font-size: 2rem;
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: .2rem;
  text-align: center;
  line-height: 1.2;
  color: #77BEBC;
  white-space: nowrap;
}
/* line 473, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section h3 strong {
  padding-top: .4rem;
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
/* line 483, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section .img-wrapper {
  margin-bottom: 30px;
}
/* line 486, ../scss/style-custom.scss */
#okinawa-steps .flex-wrapper > section p {
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  /* line 434, ../scss/style-custom.scss */
  #okinawa-steps {
    padding-bottom: 40px;
    font-size: 1.5rem;
  }
  /* line 494, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 497, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  /* line 504, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 508, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section h3 {
    min-height: 0;
  }
  /* line 510, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section h3 span {
    font-size: 2.2rem;
    letter-spacing: .3rem;
  }
  /* line 514, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section h3 strong {
    font-size: 1.5rem;
    letter-spacing: .2rem;
  }
  /* line 519, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section .img-wrapper {
    max-width: 320px;
    margin: 20px auto;
  }
  /* line 523, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section p {
    max-width: 400px;
    margin: 0 auto;
  }
  /* line 527, ../scss/style-custom.scss */
  #okinawa-steps .flex-wrapper > section .btns {
    margin-top: 20px;
  }
}

/* line 535, ../scss/style-custom.scss */
h2.c-sectTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* line 538, ../scss/style-custom.scss */
h2.c-sectTitle .c-sectTitle__en {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #535353;
}
/* line 544, ../scss/style-custom.scss */
h2.c-sectTitle .c-sectTitle__subTxt {
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #ff8b8b !important;
}
@media screen and (max-width: 639px) {
  /* line 551, ../scss/style-custom.scss */
  h2.c-sectTitle .c-sectTitle__en {
    font-size: 1.5rem;
  }
  /* line 554, ../scss/style-custom.scss */
  h2.c-sectTitle .c-sectTitle__subTxt {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

/* line 560, ../scss/style-custom.scss */
.section-border {
  border-top: 1px solid #ccc;
  background-color: #fff !important;
}

/* line 564, ../scss/style-custom.scss */
.is-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  /* line 564, ../scss/style-custom.scss */
  .is-sp {
    display: block;
  }
}

/* line 571, ../scss/style-custom.scss */
#okinawa-travel {
  margin-top: 120px;
  font-size: 1.5rem;
}
/* line 574, ../scss/style-custom.scss */
#okinawa-travel h2 {
  margin-bottom: 0 !important;
}
/* line 576, ../scss/style-custom.scss */
#okinawa-travel h2::after {
  display: none;
}
/* line 580, ../scss/style-custom.scss */
#okinawa-travel p {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
/* line 585, ../scss/style-custom.scss */
#okinawa-travel .img-wrapper {
  max-width: 480px;
  margin: 40px auto 0;
}
@media screen and (max-width: 639px) {
  /* line 571, ../scss/style-custom.scss */
  #okinawa-travel {
    margin-top: 80px;
  }
  /* line 591, ../scss/style-custom.scss */
  #okinawa-travel h2 {
    padding-bottom: 20px !important;
  }
  /* line 594, ../scss/style-custom.scss */
  #okinawa-travel .img-wrapper {
    margin: 20px auto 0;
  }
}
