@charset "UTF-8";
/*
 lp-okinawa.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, .new-style #special-lp-container.new-style {
  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/lp-okinawa.scss */
#special-lp-container {
  padding-top: 28px;
}
/* line 18, ../../scss/lp-okinawa.scss */
#special-lp-container ::before, #special-lp-container ::after {
  position: relative;
  top: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 23, ../../scss/lp-okinawa.scss */
#special-lp-container .btn::after {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 17, ../../scss/lp-okinawa.scss */
  #special-lp-container {
    padding-top: 47px;
  }
}
/* line 32, ../../scss/lp-okinawa.scss */
#special-lp-container .wrap {
  padding-bottom: 90px;
}
/* line 35, ../../scss/lp-okinawa.scss */
#special-lp-container.new-style {
  margin-top: -20px;
  padding-bottom: 100px;
  color: #796a56;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background-color: #f0f0eb;
  overflow: hidden;
}
/* line 45, ../../scss/lp-okinawa.scss */
#special-lp-container.new-style h1, #special-lp-container.new-style h2, #special-lp-container.new-style h3, #special-lp-container.new-style h4, #special-lp-container.new-style h5, #special-lp-container.new-style h6 {
  color: #9a8e62;
}
/* line 48, ../../scss/lp-okinawa.scss */
#special-lp-container.new-style a {
  color: #796a56;
}
/* line 51, ../../scss/lp-okinawa.scss */
#special-lp-container.new-style.hawaii {
  background-color: #e9efef;
}
@media screen and (max-width: 959px) {
  /* line 56, ../../scss/lp-okinawa.scss */
  #special-lp-container .wrap {
    padding-bottom: 80px;
  }
  /* line 59, ../../scss/lp-okinawa.scss */
  #special-lp-container.new-style {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 64, ../../scss/lp-okinawa.scss */
  #special-lp-container .wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 69, ../../scss/lp-okinawa.scss */
  #special-lp-container.new-style {
    padding-bottom: 60px;
  }
}
/* line 74, ../../scss/lp-okinawa.scss */
#special-lp-container h2.section-title {
  position: relative;
  margin-bottom: 100px;
}
/* line 77, ../../scss/lp-okinawa.scss */
#special-lp-container h2.section-title > * {
  display: block;
  text-align: center;
  color: #9a8e62;
}
/* line 82, ../../scss/lp-okinawa.scss */
#special-lp-container h2.section-title strong {
  margin-top: 10px;
  font-size: 4rem;
  font-weight: 400;
}
/* line 87, ../../scss/lp-okinawa.scss */
#special-lp-container h2.section-title::after {
  content: "";
  width: 120px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/area-detail/hawaii/deco01.svg);
  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: -60px;
}
@media screen and (max-width: 1079px) {
  /* line 100, ../../scss/lp-okinawa.scss */
  #special-lp-container h2.section-title {
    margin-bottom: 80px;
  }
  /* line 102, ../../scss/lp-okinawa.scss */
  #special-lp-container h2.section-title strong {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 109, ../../scss/lp-okinawa.scss */
  #special-lp-container h2.section-title span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 116, ../../scss/lp-okinawa.scss */
  #special-lp-container h2.section-title strong {
    font-size: 2.4rem;
  }
  /* line 119, ../../scss/lp-okinawa.scss */
  #special-lp-container h2.section-title::after {
    width: 80px;
    height: 16px;
    bottom: -36px;
  }
}
/* line 127, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail {
  padding-top: 80px;
}
/* line 129, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
/* line 134, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 > span {
  display: block;
}
/* line 137, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 > strong {
  margin: 1rem 0;
  display: block;
  font-size: 4rem;
}
/* line 143, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 .area-name span {
  display: block;
  margin-top: 20px;
  font-size: 9rem;
  line-height: 1;
  font-family: "Alex Brush", cursive;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #9a8e62;
}
/* line 152, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 .area-name strong {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
  color: #9a8e62;
}
/* line 158, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 .area-name strong::before {
  content: "【";
}
/* line 161, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail h1 .area-name strong::after {
  content: "】";
}
/* line 167, ../../scss/lp-okinawa.scss */
#special-lp-container #special-lp-detail em {
  color: #ee848c;
  font-style: normal;
}
@media screen and (max-width: 1079px) {
  /* line 173, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail {
    padding-top: 60px;
  }
  /* line 175, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 {
    font-size: 2.2rem;
  }
  /* line 177, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 > span {
    display: block;
    line-height: 1.4;
  }
  /* line 181, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 > strong {
    font-size: 3.2rem;
  }
  /* line 185, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 .area-name span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 193, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail {
    padding-top: 40px;
  }
  /* line 195, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 {
    font-size: 1.8rem;
  }
  /* line 197, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 > strong {
    font-size: 2.4rem;
  }
  /* line 201, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 .area-name span {
    font-size: 6.4rem;
  }
  /* line 204, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 .area-name strong {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 216, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 {
    font-size: 1.6rem;
  }
  /* line 218, ../../scss/lp-okinawa.scss */
  #special-lp-container #special-lp-detail h1 > strong {
    font-size: 2.2rem;
  }
}
/* line 224, ../../scss/lp-okinawa.scss */
#special-lp-container #main-visual {
  margin: 20px calc(50% - 50vw) 0;
}
/* line 226, ../../scss/lp-okinawa.scss */
#special-lp-container #main-visual img {
  display: block;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
/* line 231, ../../scss/lp-okinawa.scss */
#special-lp-container #main-visual img.is-active {
  opacity: 1;
}
/* line 237, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points {
  margin-top: 80px;
}
/* line 239, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points h2 {
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
}
/* line 244, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points > section {
  margin-top: 40px;
  background-color: white;
  padding: 40px 60px;
  max-width: 960px;
  margin: 40px auto;
}
/* line 250, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points > section:nth-child(3), #special-lp-container #plan-points > section:nth-child(5), #special-lp-container #plan-points > section:nth-child(7) {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
}
/* line 254, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points > section:nth-child(4), #special-lp-container #plan-points > section:nth-child(6) {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
}
/* line 261, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points.animate.is-on > section:nth-child(3) {
  opacity: 1;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 266, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points.animate.is-on > section:nth-child(4) {
  opacity: 1;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.3s;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
/* line 271, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points.animate.is-on > section:nth-child(5) {
  opacity: 1;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.6s;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
/* line 276, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points.animate.is-on > section:nth-child(6) {
  opacity: 1;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.9s;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}
/* line 281, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points.animate.is-on > section:nth-child(7) {
  opacity: 1;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 1.2s;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
/* line 289, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points .text p {
  margin-top: 20px;
}
/* line 292, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points .text p strong a {
  color: #ee848c;
  padding-right: 2rem;
}
/* line 297, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points .text p em {
  background-color: rgba(238, 132, 140, 0.3);
  color: #796a56;
}
/* line 304, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points h3 > * {
  display: block;
  color: #9a8e62;
}
/* line 308, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points h3 span {
  font-family: "Alex Brush", cursive;
  font-size: 3.5rem;
}
/* line 312, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points h3 em {
  margin-left: 10px;
  font-size: 9rem;
  font-style: normal;
  color: #9a8e62;
}
/* line 318, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points h3 strong {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 1079px) {
  /* line 326, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points {
    margin-top: 60px;
  }
  /* line 328, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h2 {
    font-size: 3rem;
  }
  /* line 331, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points > section {
    padding: 30px 40px;
    margin: 40px auto;
  }
  /* line 334, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points > section:nth-child(3), #special-lp-container #plan-points > section:nth-child(5), #special-lp-container #plan-points > section:nth-child(7) {
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  /* line 337, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points > section:nth-child(4), #special-lp-container #plan-points > section:nth-child(6) {
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
  /* line 343, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points.animate.is-on > section:nth-child(3) {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  /* line 348, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points.animate.is-on > section:nth-child(4) {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.3s;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
  /* line 353, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points.animate.is-on > section:nth-child(5) {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.6s;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  }
  /* line 358, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points.animate.is-on > section:nth-child(6) {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
    -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.9s;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  }
  /* line 363, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points.animate.is-on > section:nth-child(7) {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 1.2s;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  }
  /* line 371, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h3 span {
    font-size: 3.2rem;
  }
  /* line 374, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h3 em {
    font-size: 6rem;
  }
  /* line 377, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h3 strong {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 385, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points {
    margin-top: 60px;
  }
  /* line 387, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h2 {
    font-size: 2.4rem;
  }
  /* line 390, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points > section {
    padding: 20px 20px;
    margin: 30px auto;
  }
  /* line 395, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h3 span {
    font-size: 2.4rem;
  }
  /* line 398, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h3 em {
    font-size: 5.4rem;
  }
  /* line 401, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points h3 strong {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
/* line 409, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail {
  margin-top: 160px;
}
/* line 411, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .plan-detail-area {
  padding-top: 40px;
}
/* line 413, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .plan-detail-area.no-mt {
  padding-top: 0;
}
/* line 417, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail h3 {
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
}
/* line 424, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper {
  display: block;
  position: relative;
}
/* line 427, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper a {
  display: block;
  width: 48%;
  margin-bottom: 40px;
  background-color: white;
  padding: 30px 30px 20px;
  text-decoration: none;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
/* line 433, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper a.coming-soon {
  padding: 0px 30px 20px;
}
/* line 438, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper a .img-wrapper {
  overflow: hidden;
}
/* line 440, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper a .img-wrapper > img {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 444, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper a:hover {
  background-color: rgba(238, 132, 140, 0.1);
}
/* line 447, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper a:hover .img-wrapper > img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 454, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper p {
  padding: 2rem 0;
  text-align: center;
}
/* line 457, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper p span {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
}
/* line 463, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper p em {
  font-size: 2.8rem;
}
/* line 466, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper p small {
  font-size: 1.5rem;
  line-height: 1.2;
}
/* line 469, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .flex-wrapper p small.normal-price {
  text-decoration: line-through;
}
/* line 475, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension {
  display: block;
  margin-top: 40px;
  padding: 30px;
  background-color: white;
  text-decoration: none;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
/* line 482, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension:hover {
  background-color: rgba(238, 132, 140, 0.1);
}
/* line 485, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension p.strong {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #9a8e62;
}
/* line 490, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension p.strong em {
  font-weight: bold;
  font-size: 2.8rem;
  color: #9a8e62 !important;
}
/* line 496, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension p {
  padding: 1rem 0;
  text-align: center;
  line-height: 1.4;
}
/* line 500, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension p span {
  font-size: 2rem;
}
/* line 503, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension p em {
  font-size: 2.8rem;
}
/* line 506, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail a.attension p small {
  font-size: 1.5rem;
}
/* line 511, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .message {
  max-width: 520px;
  width: 100%;
  margin: 40px auto 0;
}
/* line 517, ../../scss/lp-okinawa.scss */
#special-lp-container .swiper-slide {
  height: auto;
}
/* line 520, ../../scss/lp-okinawa.scss */
#special-lp-container .below-tb {
  display: none;
}
@media screen and (max-width: 959px) {
  /* line 525, ../../scss/lp-okinawa.scss */
  #special-lp-container.new-style .below-tb {
    display: block !important;
  }
  /* line 529, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail {
    margin-top: 120px;
  }
  /* line 531, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .plan-detail-area {
    padding-top: 30px;
  }
  /* line 533, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .plan-detail-area.no-mt {
    padding-top: 0;
  }
  /* line 537, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail h3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  /* line 543, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper a {
    margin-bottom: 30px;
    padding: 20px 20px 10px;
  }
  /* line 546, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper a.coming-soon {
    padding: 10px 20px 20px;
  }
  /* line 550, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p {
    padding: 1.6rem 0;
  }
  /* line 552, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  /* line 556, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p em {
    font-size: 2.4rem;
  }
  /* line 559, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p small {
    font-size: 1.4rem;
  }
  /* line 564, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension {
    margin-top: 40px;
  }
  /* line 566, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p.strong {
    font-size: 2.1rem;
  }
  /* line 568, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p.strong em {
    font-size: 2.4rem;
  }
  /* line 572, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p {
    padding: 1rem 0;
  }
  /* line 574, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p span {
    font-size: 1.8rem;
  }
  /* line 577, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p em {
    font-size: 2.4rem;
  }
  /* line 580, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p small {
    font-size: 1.4rem;
  }
  /* line 585, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .message {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  /* line 591, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail {
    margin-top: 60px;
  }
  /* line 593, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .plan-detail-area {
    padding-top: 20px;
  }
  /* line 596, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  /* line 601, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 603, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper a {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  /* line 608, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p {
    padding: 1.6rem 0;
  }
  /* line 610, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p span {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  /* line 614, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .flex-wrapper p em {
    font-size: 2.4rem;
  }
  /* line 619, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* line 623, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p.strong {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  /* line 626, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p.strong em {
    font-size: 2rem;
  }
  /* line 630, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p {
    padding: 1rem 0;
  }
  /* line 632, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p span {
    font-size: 1.8rem;
    display: block;
    line-height: 1.4;
  }
  /* line 637, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail a.attension p em {
    font-size: 2.4rem;
  }
  /* line 642, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .message {
    margin-top: 25px;
  }
}
/* line 649, ../../scss/lp-okinawa.scss */
#special-lp-container #inpage-navi {
  margin: 100px auto 20px;
  width: 960px;
}
/* line 652, ../../scss/lp-okinawa.scss */
#special-lp-container #inpage-navi > li {
  position: relative;
  cursor: pointer;
}
/* line 655, ../../scss/lp-okinawa.scss */
#special-lp-container #inpage-navi > li > * {
  display: block;
  text-align: center;
  color: #9a8e62;
}
/* line 660, ../../scss/lp-okinawa.scss */
#special-lp-container #inpage-navi > li a {
  display: block;
  text-decoration: none;
}
/* line 664, ../../scss/lp-okinawa.scss */
#special-lp-container #inpage-navi > li span {
  font-size: 1.8rem;
  line-height: 1.3;
}
/* line 668, ../../scss/lp-okinawa.scss */
#special-lp-container #inpage-navi > li::after {
  content: "";
  width: 16px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/area-detail/hawaii/navi-down.svg);
  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: -20px;
}
@media screen and (max-width: 1079px) {
  /* line 683, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi {
    width: 920px;
  }
}
@media screen and (max-width: 999px) {
  /* line 688, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi {
    padding: 0 15px;
    margin: 60px calc(50% - 50vw);
    width: 100vw;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 694, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 739px) {
  /* line 701, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi {
    padding: 0;
    border-top: 1px solid #9a8e62;
  }
  /* line 704, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi .above-tb {
    display: none;
  }
  /* line 707, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li {
    width: 50%;
    padding: 1rem 0 1rem 1rem;
    border-right: 1px solid #9a8e62;
    border-bottom: 1px solid #9a8e62;
    text-align: left;
  }
  /* line 713, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li > * {
    display: inline-block;
    text-align: left;
  }
  /* line 717, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li span {
    font-size: 1.6rem;
  }
  /* line 719, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li span.valign-middle {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 723, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li:nth-child(2n), #special-lp-container #inpage-navi > li:nth-child(5) {
    border-right: none;
  }
  /* line 726, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li:nth-child(5), #special-lp-container #inpage-navi > li:nth-child(6) {
    width: 100%;
  }
  /* line 729, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li::after {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 738, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi {
    margin: 40px calc(50% - 50vw);
  }
  /* line 740, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li {
    text-align: left;
    padding-left: 1rem;
  }
  /* line 743, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 751, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li {
    padding: .6rem 0 .6rem .6rem;
  }
  /* line 753, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li span {
    font-size: 1.4rem;
  }
  /* line 756, ../../scss/lp-okinawa.scss */
  #special-lp-container #inpage-navi > li::after {
    display: none;
  }
}
/* line 763, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-content {
  margin: 80px auto 0;
  max-width: 720px;
  width: 100%;
}
/* line 767, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-content h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
/* line 773, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-content em {
  color: #ee848c;
}
/* line 775, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-content em a {
  color: #ee848c;
  text-decoration: underline;
}
@media screen and (max-width: 1079px) {
  /* line 783, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-content {
    margin: 60px auto 0;
  }
  /* line 785, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-content h2 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 793, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-content {
    margin: 40px auto 0;
  }
  /* line 795, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-content h2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  /* line 799, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-content p {
    font-size: 1.4rem;
  }
  /* line 803, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-content ul li {
    font-size: 1.4rem;
  }
}
/* line 810, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-flow ul {
  margin: 0 auto;
}
/* line 813, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-flow ul li::before {
  content: "・";
}
/* line 818, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-flow ol {
  margin: 0 auto;
}
/* line 821, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-flow > section {
  margin-bottom: 30px;
}
/* line 823, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-flow > section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 599px) {
  /* line 832, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-flow > section {
    margin-bottom: 20px;
  }
  /* line 834, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-flow > section h3 {
    font-size: 1.5rem;
  }
}
/* line 841, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
/* line 845, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan.mt40 {
  margin-top: 20px;
}
/* line 847, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan.mt40 .btn {
  margin-bottom: 10px;
}
/* line 852, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan .btn {
  display: block;
  width: 280px;
  height: 52px;
  margin: 0 auto 5px;
  background-image: url(../img/chapel/common/btn-plan.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 860, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan .btn span {
  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%);
  padding-left: 20px;
  color: white;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
/* line 868, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan .btn span small {
  padding-left: 1rem;
  font-size: 1rem;
}
/* line 875, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan .btn:hover {
  opacity: .75;
}
/* line 879, ../../scss/lp-okinawa.scss */
#special-lp-container .to-plan small {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  /* line 888, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan {
    padding: 0;
  }
  /* line 890, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan .btn {
    max-width: 240px;
  }
}
@media screen and (max-width: 959px) {
  /* line 896, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan {
    padding: 0;
  }
  /* line 898, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan .btn {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  /* line 905, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan {
    padding: 0;
  }
  /* line 907, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan.mt40 {
    margin-top: 10px;
  }
  /* line 910, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 916, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan {
    padding: 0;
  }
  /* line 918, ../../scss/lp-okinawa.scss */
  #special-lp-container .to-plan .btn {
    max-width: 300px;
    width: 100%;
  }
}
/* line 926, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-support .btn {
  display: block;
  width: 270px;
  height: 52px;
  margin: 40px auto 30px;
  background-image: url(../img/area-detail/hawaii/btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 934, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-support .btn span {
  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%);
  padding-left: 20px;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
}
/* line 943, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-support .btn:hover {
  opacity: .75;
}
@media screen and (max-width: 599px) {
  /* line 950, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-support .btn {
    margin: 20px auto 30px;
  }
}
/* line 957, ../../scss/lp-okinawa.scss */
#special-lp-container .animate.fadeup {
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
/* line 960, ../../scss/lp-okinawa.scss */
#special-lp-container .animate.fadeup.is-on {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 966, ../../scss/lp-okinawa.scss */
#special-lp-container .animate.blurin {
  opacity: 0;
}
/* line 968, ../../scss/lp-okinawa.scss */
#special-lp-container .animate.blurin.is-on {
  opacity: 1;
  -moz-animation: blurin 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -webkit-animation: blurin 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: blurin 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes blurin {
  0% {
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
  }
  100% {
    -webkit-filter: blur(0) opacity(100%);
    filter: blur(0) opacity(100%);
  }
}
/* line 984, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu .title {
  padding: 45px 0 15px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #9a8e62;
}
/* line 993, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 998, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul::after {
  content: "";
  display: block;
  width: 24%;
}
/* line 1003, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li {
  width: 24%;
  border: 1px solid #9a8e62;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
/* line 1012, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li > div::before {
  content: "→";
  font-size: 1.5rem;
  line-height: 1;
  color: white;
  position: absolute;
  right: 5px;
  top: auto;
  bottom: 5px;
  z-index: 2;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 1024, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li > div::after {
  content: "";
  border-left: 50px solid transparent;
  border-bottom: 40px solid #9a8e62;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 1033, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li > div p {
  padding-top: 20px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}
/* line 1040, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li > div .img {
  width: 100px;
  padding-top: 20px;
  margin: 0 auto;
}
/* line 1043, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li > div .img.church {
  width: 128px;
}
/* line 1047, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li > div .img img {
  display: block;
  width: 100%;
}
/* line 1055, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li:hover > div::after {
  opacity: .7;
}
/* line 1060, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li strong {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: bottom;
  align-items: bottom;
}
/* line 1065, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li strong > * {
  display: block;
  color: #9a8e62;
}
/* line 1069, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li strong span {
  font-family: "Alex Brush", cursive;
  font-size: 2.4rem;
  line-height: 4rem;
}
/* line 1074, ../../scss/lp-okinawa.scss */
#special-lp-container #plan-points-menu ul li strong em {
  margin-left: 10px;
  font-size: 4rem;
  line-height: 4rem;
  font-style: normal;
  color: #9a8e62;
}
@media screen and (max-width: 959px) {
  /* line 1087, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu .title {
    padding: 30px 0 10px;
    margin-top: 80px;
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  /* line 1094, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul::after {
    width: 24%;
  }
  /* line 1097, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li {
    width: 24%;
    padding: 15px;
  }
  /* line 1101, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li > div p {
    padding-top: 10px;
  }
  /* line 1106, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li strong span {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  /* line 1110, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li strong em {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 1121, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu .title {
    padding: 0px 0 10px;
    margin-top: 40px;
    font-size: 2rem;
  }
  /* line 1127, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul::after {
    width: 49%;
  }
  /* line 1130, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
  }
  /* line 1135, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li > div::before {
    right: 2px;
    bottom: 2px;
  }
  /* line 1139, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li > div::after {
    border-left: 40px solid transparent;
    border-bottom: 30px solid #9a8e62;
  }
  /* line 1143, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li > div .img {
    width: 70px;
    padding-top: 10px;
  }
  /* line 1146, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li > div .img.church {
    width: 90px;
  }
  /* line 1152, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li strong span {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  /* line 1156, ../../scss/lp-okinawa.scss */
  #special-lp-container #plan-points-menu ul li strong em {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
/* line 1167, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .chapel-list {
  margin-top: 60px;
  width: 100%;
  position: relative;
}
/* line 1171, ../../scss/lp-okinawa.scss */
#special-lp-container .plan-detail .chapel-list h4 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  /* line 1180, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .chapel-list {
    margin-top: 40px;
  }
  /* line 1182, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .chapel-list h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 1190, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .chapel-list {
    margin-top: 20px;
  }
  /* line 1192, ../../scss/lp-okinawa.scss */
  #special-lp-container .plan-detail .chapel-list h4 {
    font-size: 1.6rem;
    text-align: center;
  }
}
/* line 1200, ../../scss/lp-okinawa.scss */
#special-lp-container #campaign-detail {
  padding-top: 80px;
}
/* line 1202, ../../scss/lp-okinawa.scss */
#special-lp-container #campaign-detail h3 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
/* line 1207, ../../scss/lp-okinawa.scss */
#special-lp-container #campaign-detail h3 > span {
  display: block;
}
/* line 1210, ../../scss/lp-okinawa.scss */
#special-lp-container #campaign-detail h3 > strong {
  margin: 1rem 0;
  display: block;
  font-size: 4rem;
}
/* line 1217, ../../scss/lp-okinawa.scss */
#special-lp-container #campaign-detail .img img {
  display: block;
  width: 100%;
}
/* line 1222, ../../scss/lp-okinawa.scss */
#special-lp-container #campaign-detail p {
  margin-top: 40px;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  /* line 1231, ../../scss/lp-okinawa.scss */
  #special-lp-container #campaign-detail {
    padding-top: 50px;
  }
  /* line 1233, ../../scss/lp-okinawa.scss */
  #special-lp-container #campaign-detail h3 {
    font-size: 1.7rem;
  }
  /* line 1236, ../../scss/lp-okinawa.scss */
  #special-lp-container #campaign-detail p {
    margin-top: 20px;
  }
}
/* line 1241, ../../scss/lp-okinawa.scss */
#special-lp-container .swiper-pagination {
  text-align: left;
  bottom: 0;
}
/* line 1245, ../../scss/lp-okinawa.scss */
#special-lp-container .swiper-pagination-bullet-active {
  background-color: #ee848c;
}
@media screen and (max-width: 599px) {
  /* line 1249, ../../scss/lp-okinawa.scss */
  #special-lp-container .swiper-pagination {
    text-align: center;
    bottom: 40px;
  }
}
/* line 1255, ../../scss/lp-okinawa.scss */
#special-lp-container .note {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #ee848c;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  /* line 1255, ../../scss/lp-okinawa.scss */
  #special-lp-container .note {
    margin-top: 0rem;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}
