@charset "UTF-8";
/*
 new-style.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 .new-style {
  font-family: "Noto Sans JP", sans-serif;
}
/* line 52, ../../scss/base/_main.scss */
.new-style .font-base-en, .new-style h2.section-title span, h2.section-title .new-style span, .new-style #inpage-navi > li span, #inpage-navi > li .new-style span, .new-style #area-info dt small, #area-info dt .new-style small, .new-style #area-salon .store h3 span, #area-salon .store h3 .new-style span, .new-style #chapel-navi ul li span, #chapel-navi ul li .new-style span, .new-style #chapel-list > section h3 span, #chapel-list > section h3 .new-style span, .new-style #chapel-list > section p span, #chapel-list > section p .new-style span, .new-style #area-others .flex-wrapper p span, #area-others .flex-wrapper p .new-style span, .new-style #chapel-detail h1 span, #chapel-detail h1 .new-style span, .new-style #other-chapels p span, #other-chapels p .new-style span, .new-style #chapel-overlay .title span, #chapel-overlay .title .new-style span {
  font-family: "Quicksand", sans-serif;
}
/* line 55, ../../scss/base/_main.scss */
.new-style .font-en, .new-style #area-grid li section h2 span, #area-grid li section h2 .new-style span, .new-style #area-detail h1 span, #area-detail h1 .new-style span, .new-style #area-brief .flex-wrapper .catch-phrase h3 small, #area-brief .flex-wrapper .catch-phrase h3 .new-style small, .new-style #area-features > section h3 em, #area-features > section h3 .new-style em, .new-style #area-features > section h4 span, #area-features > section h4 .new-style span, .new-style #chapel-concept .flex-wrapper em, #chapel-concept .flex-wrapper .new-style em {
  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/new-style.scss */
.wrap {
  padding-bottom: 90px;
}

/* line 20, ../../scss/new-style.scss */
.new-style {
  margin-top: -20px;
  padding-bottom: 100px;
  color: #796a56;
  font-size: 1.5rem;
  background-color: #f0f0eb;
  overflow: hidden;
}
/* line 28, ../../scss/new-style.scss */
.new-style h1, .new-style h2, .new-style h3, .new-style h4, .new-style h5, .new-style h6 {
  color: #796a56;
}
/* line 31, ../../scss/new-style.scss */
.new-style a {
  color: #796a56;
}

@media screen and (max-width: 959px) {
  /* line 36, ../../scss/new-style.scss */
  .wrap {
    padding-bottom: 80px;
  }

  /* line 39, ../../scss/new-style.scss */
  .new-style {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  /* line 44, ../../scss/new-style.scss */
  .wrap {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 49, ../../scss/new-style.scss */
  .new-style {
    padding-bottom: 60px;
  }
}
/* エリア一覧 */
/* line 55, ../../scss/new-style.scss */
#area-list {
  padding-top: 80px;
  position: relative;
}
/* line 58, ../../scss/new-style.scss */
#area-list h1 {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  position: relative;
}
/* line 63, ../../scss/new-style.scss */
#area-list h1::after {
  content: "";
  width: 74px;
  height: 16px;
  background-image: url(../img/area-list/deco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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: -40px;
}
/* line 75, ../../scss/new-style.scss */
#area-list > section {
  padding-top: 100px;
  position: relative;
}
/* line 78, ../../scss/new-style.scss */
#area-list > section h2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 6.5rem;
  letter-spacing: .2rem;
  text-align: center;
  color: #9c9062;
  position: relative;
  z-index: 1;
}
/* line 87, ../../scss/new-style.scss */
#area-list > section h2::after {
  content: "";
  width: 370px;
  height: 185px;
  background-image: url(../img/area-list/planet-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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: -1;
}
/* line 97, ../../scss/new-style.scss */
#area-list > section p {
  padding-top: 50px;
  text-align: center;
  line-height: 3rem;
  letter-spacing: .1rem;
}
/* line 104, ../../scss/new-style.scss */
#area-list > section::after {
  content: "";
  width: 76px;
  height: 76px;
  background-image: url(../img/area-list/plane.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(200px, 50px);
  -ms-transform: translate(200px, 50px);
  -webkit-transform: translate(200px, 50px);
  transform: translate(200px, 50px);
}

@media screen and (max-width: 959px) {
  /* line 120, ../../scss/new-style.scss */
  #area-list h1 {
    font-size: 2.2rem;
  }
  /* line 124, ../../scss/new-style.scss */
  #area-list > section {
    padding-top: 90px;
  }
  /* line 126, ../../scss/new-style.scss */
  #area-list > section h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  /* line 129, ../../scss/new-style.scss */
  #area-list > section h2::after {
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  /* line 138, ../../scss/new-style.scss */
  #area-list h1 {
    font-size: 2rem;
  }
  /* line 140, ../../scss/new-style.scss */
  #area-list h1::after {
    bottom: -30px;
  }
  /* line 145, ../../scss/new-style.scss */
  #area-list > section {
    padding-top: 70px;
  }
  /* line 147, ../../scss/new-style.scss */
  #area-list > section h2 {
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: .2rem;
  }
  /* line 151, ../../scss/new-style.scss */
  #area-list > section h2::after {
    width: 280px;
  }
  /* line 155, ../../scss/new-style.scss */
  #area-list > section p {
    padding-top: 40px;
    line-height: 2.8rem;
    letter-spacing: .1rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 165, ../../scss/new-style.scss */
  #area-list h1 {
    font-size: 2rem;
  }
  /* line 170, ../../scss/new-style.scss */
  #area-list > section h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: .1rem;
  }
  /* line 174, ../../scss/new-style.scss */
  #area-list > section h2::after {
    width: 280px;
  }
  /* line 178, ../../scss/new-style.scss */
  #area-list > section p {
    padding-top: 40px;
    line-height: 2.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 359px) {
  /* line 188, ../../scss/new-style.scss */
  #area-list h1 {
    font-size: 1.8rem;
  }
  /* line 192, ../../scss/new-style.scss */
  #area-list > section {
    padding-top: 60px;
  }
  /* line 195, ../../scss/new-style.scss */
  #area-list > section h2::after {
    width: 240px;
  }
  /* line 199, ../../scss/new-style.scss */
  #area-list > section p {
    padding-top: 30px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
/* line 208, ../../scss/new-style.scss */
#world-map {
  margin-top: 30px;
  height: 878px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* line 215, ../../scss/new-style.scss */
#world-map #world-map-bg {
  content: "";
  width: 1470px;
  height: 878px;
  background-image: url(../img/area-list/world-map.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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%);
}
/* line 222, ../../scss/new-style.scss */
#world-map #world-map-bg > a {
  display: block;
  width: 154px;
  height: 60px;
  position: absolute;
}
/* line 227, ../../scss/new-style.scss */
#world-map #world-map-bg > a.hawaii {
  top: 310px;
  left: 845px;
}
/* line 231, ../../scss/new-style.scss */
#world-map #world-map-bg > a.okinawa {
  top: 292px;
  left: 525px;
}
/* line 235, ../../scss/new-style.scss */
#world-map #world-map-bg > a.guam {
  top: 376px;
  left: 594px;
}
/* line 239, ../../scss/new-style.scss */
#world-map #world-map-bg > a.bali {
  top: 454px;
  left: 560px;
}
/* line 243, ../../scss/new-style.scss */
#world-map #world-map-bg > a.hokkaido {
  top: 201px;
  left: 648px;
}
/* line 247, ../../scss/new-style.scss */
#world-map #world-map-bg > a.australia {
  top: 545px;
  left: 634px;
}
/* line 251, ../../scss/new-style.scss */
#world-map #world-map-bg > a.europe {
  top: 208px;
  left: 195px;
}
/* line 255, ../../scss/new-style.scss */
#world-map #world-map-bg > a.kyoto {
  top: 300px;
  left: 670px;
}

@media screen and (max-width: 1199px) {
  /* line 263, ../../scss/new-style.scss */
  #world-map {
    height: 724px;
  }
  /* line 265, ../../scss/new-style.scss */
  #world-map #world-map-bg {
    width: 1240px;
    height: 724px;
  }
  /* line 268, ../../scss/new-style.scss */
  #world-map #world-map-bg > a {
    width: 130px;
    height: 50px;
  }
  /* line 271, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hawaii {
    top: 250px;
    left: 722px;
  }
  /* line 275, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.okinawa {
    top: 244px;
    left: 410px;
  }
  /* line 279, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.guam {
    top: 307px;
    left: 503px;
  }
  /* line 283, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.bali {
    top: 373px;
    left: 471px;
  }
  /* line 287, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hokkaido {
    top: 161px;
    left: 548px;
  }
  /* line 291, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.australia {
    top: 452px;
    left: 536px;
  }
  /* line 295, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.europe {
    top: 165px;
    left: 160px;
  }
  /* line 299, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.kyoto {
    top: 247px;
    left: 565px;
  }
}
@media screen and (max-width: 1079px) {
  /* line 308, ../../scss/new-style.scss */
  #world-map {
    height: 684px;
  }
  /* line 310, ../../scss/new-style.scss */
  #world-map #world-map-bg {
    width: 1200px;
    height: 684px;
  }
  /* line 313, ../../scss/new-style.scss */
  #world-map #world-map-bg > a {
    width: 120px;
    height: 50px;
  }
  /* line 316, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hawaii {
    top: 236px;
    left: 702px;
  }
  /* line 320, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.okinawa {
    top: 228px;
    left: 400px;
  }
  /* line 324, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.guam {
    top: 290px;
    left: 490px;
  }
  /* line 328, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.bali {
    top: 356px;
    left: 461px;
  }
  /* line 332, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hokkaido {
    top: 149px;
    left: 530px;
  }
  /* line 336, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.australia {
    top: 430px;
    left: 518px;
  }
  /* line 340, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.europe {
    top: 155px;
    left: 160px;
  }
  /* line 344, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.kyoto {
    top: 232px;
    left: 554px;
  }
}
@media screen and (max-width: 959px) {
  /* line 353, ../../scss/new-style.scss */
  #world-map {
    height: 600px;
  }
  /* line 355, ../../scss/new-style.scss */
  #world-map #world-map-bg {
    width: 960px;
    height: 600px;
  }
  /* line 358, ../../scss/new-style.scss */
  #world-map #world-map-bg > a {
    width: 110px;
    height: 44px;
  }
  /* line 361, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hawaii {
    top: 212px;
    left: 552px;
  }
  /* line 365, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.okinawa {
    top: 207px;
    left: 310px;
  }
  /* line 369, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.guam {
    top: 256px;
    left: 385px;
  }
  /* line 373, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.bali {
    top: 307px;
    left: 368px;
  }
  /* line 377, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hokkaido {
    top: 142px;
    left: 420px;
  }
  /* line 381, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.australia {
    top: 370px;
    left: 408px;
  }
  /* line 385, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.europe {
    top: 145px;
    left: 120px;
  }
  /* line 389, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.kyoto {
    top: 210px;
    left: 444px;
  }
}
@media screen and (max-width: 759px) {
  /* line 398, ../../scss/new-style.scss */
  #world-map {
    height: 480px;
  }
  /* line 400, ../../scss/new-style.scss */
  #world-map #world-map-bg {
    width: 800px;
    height: 480px;
  }
  /* line 403, ../../scss/new-style.scss */
  #world-map #world-map-bg > a {
    width: 90px;
    height: 36px;
  }
  /* line 406, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hawaii {
    top: 170px;
    left: 462px;
  }
  /* line 410, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.okinawa {
    top: 160px;
    left: 260px;
  }
  /* line 414, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.guam {
    top: 203px;
    left: 320px;
  }
  /* line 418, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.bali {
    top: 245px;
    left: 308px;
  }
  /* line 422, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.hokkaido {
    top: 110px;
    left: 350px;
  }
  /* line 426, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.australia {
    top: 300px;
    left: 340px;
  }
  /* line 430, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.europe {
    top: 111px;
    left: 100px;
  }
  /* line 434, ../../scss/new-style.scss */
  #world-map #world-map-bg > a.kyoto {
    top: 167px;
    left: 364px;
  }
}
@media screen and (max-width: 599px) {
  /* line 443, ../../scss/new-style.scss */
  #world-map {
    height: 364px;
  }
  /* line 445, ../../scss/new-style.scss */
  #world-map #world-map-bg {
    width: 620px;
    height: 364px;
    background-image: url(../img/area-list/world-map-sp.png);
    background-size: cover;
  }
  /* line 450, ../../scss/new-style.scss */
  #world-map #world-map-bg > a {
    display: none;
  }

  /* line 456, ../../scss/new-style.scss */
  #map-areas {
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex !important;
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 462, ../../scss/new-style.scss */
  #map-areas li {
    width: 50%;
    padding: 20px 0 15px;
    border-bottom: 1px dashed #dedbd6;
    position: relative;
  }
  /* line 467, ../../scss/new-style.scss */
  #map-areas li::before {
    content: "";
    width: 30px;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 53%;
  }
  /* line 476, ../../scss/new-style.scss */
  #map-areas li::after {
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(../img/area-list/r.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 15px;
  }
  /* line 487, ../../scss/new-style.scss */
  #map-areas li.hawaii::before {
    background-image: url(../img/area-list/1.svg);
  }
  /* line 492, ../../scss/new-style.scss */
  #map-areas li.okinawa::before {
    background-image: url(../img/area-list/2.svg);
  }
  /* line 497, ../../scss/new-style.scss */
  #map-areas li.guam::before {
    background-image: url(../img/area-list/3.svg);
  }
  /* line 502, ../../scss/new-style.scss */
  #map-areas li.bali::before {
    background-image: url(../img/area-list/4.svg);
  }
  /* line 507, ../../scss/new-style.scss */
  #map-areas li.hokkaido::before {
    background-image: url(../img/area-list/5.svg);
  }
  /* line 512, ../../scss/new-style.scss */
  #map-areas li.australia::before {
    background-image: url(../img/area-list/6.svg);
  }
  /* line 517, ../../scss/new-style.scss */
  #map-areas li.europe::before {
    background-image: url(../img/area-list/7.svg);
  }
  /* line 522, ../../scss/new-style.scss */
  #map-areas li.kyoto::before {
    background-image: url(../img/area-list/8.svg);
  }
  /* line 526, ../../scss/new-style.scss */
  #map-areas li:nth-child(2n) {
    border-left: 1px dashed #dedbd6;
  }
  /* line 533, ../../scss/new-style.scss */
  #map-areas li a:hover {
    text-decoration: none;
  }
  /* line 537, ../../scss/new-style.scss */
  #map-areas li .area-name {
    text-align: center;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 540, ../../scss/new-style.scss */
  #map-areas li .area-name span {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 1.3rem;
    letter-spacing: .2rem;
    font-weight: normal;
  }
  /* line 547, ../../scss/new-style.scss */
  #map-areas li .area-name em {
    display: block;
    font-size: 1.8rem;
    font-style: normal;
    color: #9a8e62;
    letter-spacing: .2rem;
  }
  /* line 553, ../../scss/new-style.scss */
  #map-areas li .area-name em.wide {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 564, ../../scss/new-style.scss */
  #world-map {
    height: 305px;
  }
  /* line 566, ../../scss/new-style.scss */
  #world-map #world-map-bg {
    width: 450px;
    height: 260px;
  }

  /* line 572, ../../scss/new-style.scss */
  #map-areas {
    margin-top: 15px;
  }
  /* line 575, ../../scss/new-style.scss */
  #map-areas li::before {
    content: "";
    width: 24px;
    height: 36px;
    left: 10px;
  }
  /* line 581, ../../scss/new-style.scss */
  #map-areas li::after {
    right: 5px;
  }
  /* line 584, ../../scss/new-style.scss */
  #map-areas li .area-name {
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  /* line 586, ../../scss/new-style.scss */
  #map-areas li .area-name span {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
  /* line 590, ../../scss/new-style.scss */
  #map-areas li .area-name em {
    font-size: 1.6rem;
  }
  /* line 592, ../../scss/new-style.scss */
  #map-areas li .area-name em.wide {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
/* line 605, ../../scss/new-style.scss */
#area-grid-container {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: -400px auto 0;
  padding: 400px 50px 0px;
  background-color: white;
}
/* line 613, ../../scss/new-style.scss */
#area-grid-container .area-group {
  margin-top: 80px;
}
/* line 615, ../../scss/new-style.scss */
#area-grid-container .area-group > h2 {
  margin-bottom: 120px;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  position: relative;
}
/* line 621, ../../scss/new-style.scss */
#area-grid-container .area-group > h2::after {
  content: "";
  width: 74px;
  height: 16px;
  background-image: url(../img/area-list/deco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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: -40px;
}

/* line 635, ../../scss/new-style.scss */
#area-grid {
  width: 950px;
  margin: 50px auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 641, ../../scss/new-style.scss */
#area-grid li {
  width: 430px;
  height: 285px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
/* line 648, ../../scss/new-style.scss */
#area-grid li::after {
  content: "";
  width: 430px;
  height: 285px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
  background-color: #e6e6e6;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: auto;
}
/* line 663, ../../scss/new-style.scss */
#area-grid li:hover::after {
  right: 0;
  bottom: 0;
}
/* line 667, ../../scss/new-style.scss */
#area-grid li:hover section {
  background-color: white;
}
/* line 672, ../../scss/new-style.scss */
#area-grid li section {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 400px;
  height: 255px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 681, ../../scss/new-style.scss */
#area-grid li section h2 {
  color: #9c9062;
  width: 100%;
  position: absolute;
  bottom: 70px;
}
/* line 686, ../../scss/new-style.scss */
#area-grid li section h2 span {
  display: block;
  text-align: center;
  font-size: 8rem;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/* line 693, ../../scss/new-style.scss */
#area-grid li section h2 strong {
  padding-top: 10px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
}
/* line 699, ../../scss/new-style.scss */
#area-grid li section h2 strong::before, #area-grid li section h2 strong::after {
  position: relative;
  top: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 704, ../../scss/new-style.scss */
#area-grid li section h2 strong::before {
  content: "【";
}
/* line 707, ../../scss/new-style.scss */
#area-grid li section h2 strong::after {
  content: "】";
}
/* line 713, ../../scss/new-style.scss */
#area-grid li section p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
  line-height: 2.4rem;
}
/* line 721, ../../scss/new-style.scss */
#area-grid li section::before, #area-grid li section::after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 728, ../../scss/new-style.scss */
#area-grid li section::after {
  top: auto;
}
/* line 734, ../../scss/new-style.scss */
#area-grid li.hawaii::after {
  background-color: #4db094;
}
/* line 738, ../../scss/new-style.scss */
#area-grid li.hawaii section::before {
  width: 110px;
  height: 142px;
  position: absolute;
  top: -90px;
  left: -80px;
  background-image: url(../img/area-list/hawaii-deco01.png);
}
/* line 746, ../../scss/new-style.scss */
#area-grid li.hawaii section::after {
  width: 45px;
  height: 126px;
  position: absolute;
  bottom: -40px;
  right: -25px;
  background-image: url(../img/area-list/hawaii-deco02.png);
}
/* line 757, ../../scss/new-style.scss */
#area-grid li.okinawa::after {
  background-color: #c7864f;
}
/* line 761, ../../scss/new-style.scss */
#area-grid li.okinawa section::before {
  width: 64px;
  height: 69px;
  position: absolute;
  top: -40px;
  left: -35px;
  background-image: url(../img/area-list/okinawa-deco01.png);
}
/* line 769, ../../scss/new-style.scss */
#area-grid li.okinawa section::after {
  width: 100px;
  height: 98px;
  position: absolute;
  bottom: -55px;
  right: -65px;
  background-image: url(../img/area-list/okinawa-deco02.png);
}
/* line 780, ../../scss/new-style.scss */
#area-grid li.guam::after {
  background-color: #9494c7;
}
/* line 784, ../../scss/new-style.scss */
#area-grid li.guam section::before {
  width: 68px;
  height: 83px;
  position: absolute;
  top: -50px;
  right: -50px;
  background-image: url(../img/area-list/guam-deco01.png);
}
/* line 792, ../../scss/new-style.scss */
#area-grid li.guam section::after {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: -40px;
  left: -45px;
  background-image: url(../img/area-list/guam-deco02.png);
}
/* line 803, ../../scss/new-style.scss */
#area-grid li.bali::after {
  background-color: #da7c7c;
}
/* line 807, ../../scss/new-style.scss */
#area-grid li.bali section::before {
  width: 83px;
  height: 92px;
  position: absolute;
  top: -50px;
  left: -45px;
  background-image: url(../img/area-list/bali-deco01.png);
}
/* line 815, ../../scss/new-style.scss */
#area-grid li.bali section::after {
  width: 68px;
  height: 127px;
  position: absolute;
  bottom: -40px;
  right: -35px;
  background-image: url(../img/area-list/bali-deco02.png);
}
/* line 826, ../../scss/new-style.scss */
#area-grid li.hokkaido::after {
  background-color: #50bfe2;
}
/* line 830, ../../scss/new-style.scss */
#area-grid li.hokkaido section::before {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -50px;
  left: -45px;
  background-image: url(../img/area-list/hokkaido-deco01.png);
}
/* line 838, ../../scss/new-style.scss */
#area-grid li.hokkaido section::after {
  width: 84px;
  height: 140px;
  position: absolute;
  bottom: -40px;
  right: -35px;
  background-image: url(../img/area-list/hokkaido-deco02.png);
}
/* line 849, ../../scss/new-style.scss */
#area-grid li.australia::after {
  background-color: #D1BB39;
}
/* line 853, ../../scss/new-style.scss */
#area-grid li.australia section::before {
  width: 70px;
  height: 102px;
  position: absolute;
  bottom: -40px;
  left: -60px;
  background-image: url(../img/area-list/australia-deco01.png);
}
/* line 861, ../../scss/new-style.scss */
#area-grid li.australia section::after {
  width: 210px;
  height: 96px;
  position: absolute;
  top: -50px;
  right: -65px;
  background-image: url(../img/area-list/australia-deco02.png);
}
/* line 872, ../../scss/new-style.scss */
#area-grid li.europe::after {
  background-color: #5489D6;
}
/* line 876, ../../scss/new-style.scss */
#area-grid li.europe section::before {
  width: 70px;
  height: 152px;
  position: absolute;
  bottom: -40px;
  left: -40px;
  background-image: url(../img/area-list/europe-deco01.png);
}
/* line 884, ../../scss/new-style.scss */
#area-grid li.europe section::after {
  width: 250px;
  height: 126px;
  position: absolute;
  top: -50px;
  right: -105px;
  background-image: url(../img/area-list/europe-deco02.png);
}
/* line 895, ../../scss/new-style.scss */
#area-grid li.kyoto::after {
  background-color: #A656B2;
}
/* line 899, ../../scss/new-style.scss */
#area-grid li.kyoto section::before {
  width: 90px;
  height: 142px;
  position: absolute;
  top: -40px;
  left: -60px;
  background-image: url(../img/area-list/kyoto-deco01.png);
}
/* line 907, ../../scss/new-style.scss */
#area-grid li.kyoto section::after {
  width: 90px;
  height: 236px;
  position: absolute;
  bottom: -80px;
  right: -50px;
  background-image: url(../img/area-list/kyoto-deco02.png);
}

@media screen and (max-width: 1079px) {
  /* line 921, ../../scss/new-style.scss */
  #area-grid-container {
    width: calc(100% - 100px);
    margin: -400px 50px 0;
    padding: 400px 40px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 926, ../../scss/new-style.scss */
  #area-grid-container .area-group {
    margin-top: 60px;
  }
  /* line 928, ../../scss/new-style.scss */
  #area-grid-container .area-group > h2 {
    margin-bottom: 80px;
    font-size: 2rem;
  }

  /* line 935, ../../scss/new-style.scss */
  #area-grid {
    width: 100%;
    margin: 50px auto;
  }
  /* line 939, ../../scss/new-style.scss */
  #area-grid li {
    width: 46%;
    height: auto;
    margin-bottom: 80px;
  }
  /* line 944, ../../scss/new-style.scss */
  #area-grid li::after {
    width: 100%;
    height: 100%;
  }
  /* line 949, ../../scss/new-style.scss */
  #area-grid li section {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  /* line 955, ../../scss/new-style.scss */
  #area-grid li section::before, #area-grid li section::after {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  /* line 959, ../../scss/new-style.scss */
  #area-grid li section h2 {
    bottom: 70px;
  }
  /* line 961, ../../scss/new-style.scss */
  #area-grid li section h2 span {
    font-size: 6.4rem;
  }
  /* line 964, ../../scss/new-style.scss */
  #area-grid li section h2 strong {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  /* line 970, ../../scss/new-style.scss */
  #area-grid li section p {
    width: 100%;
    bottom: 15px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  /* line 980, ../../scss/new-style.scss */
  #area-grid li.hawaii section::after {
    right: -35px;
  }
}
/* line 988, ../../scss/new-style.scss */
.below-959 {
  display: none;
}

@media screen and (max-width: 959px) {
  /* line 992, ../../scss/new-style.scss */
  .below-959 {
    display: block;
  }

  /* line 995, ../../scss/new-style.scss */
  #area-grid-container {
    width: calc(100% - 60px);
    margin: -250px 30px 0;
    padding: 250px 30px 0px;
  }

  /* line 1001, ../../scss/new-style.scss */
  #area-grid {
    margin: 50px auto;
  }
  /* line 1004, ../../scss/new-style.scss */
  #area-grid li {
    margin-bottom: 80px;
  }
  /* line 1007, ../../scss/new-style.scss */
  #area-grid li section {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  /* line 1013, ../../scss/new-style.scss */
  #area-grid li section::before, #area-grid li section::after {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  /* line 1017, ../../scss/new-style.scss */
  #area-grid li section h2 {
    bottom: 60px;
  }
  /* line 1019, ../../scss/new-style.scss */
  #area-grid li section h2 span {
    font-size: 5.4rem;
  }
  /* line 1022, ../../scss/new-style.scss */
  #area-grid li section h2 strong {
    padding-top: 8px;
    font-size: 1.7rem;
  }
  /* line 1028, ../../scss/new-style.scss */
  #area-grid li section p {
    bottom: 10px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  /* line 1036, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2, #area-grid li.australia section h2, #area-grid li.kyoto section h2 {
    bottom: 63px;
  }
  /* line 1038, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 strong, #area-grid li.australia section h2 strong, #area-grid li.kyoto section h2 strong {
    padding-top: 5px;
  }
  /* line 1042, ../../scss/new-style.scss */
  #area-grid li.hawaii section p, #area-grid li.australia section p, #area-grid li.kyoto section p {
    line-height: 1.6rem;
  }
  /* line 1049, ../../scss/new-style.scss */
  #area-grid li.guam section::before {
    right: -45px;
  }
  /* line 1056, ../../scss/new-style.scss */
  #area-grid li.bali section::before {
    left: -40px;
  }
}
@media screen and (max-width: 759px) {
  /* line 1065, ../../scss/new-style.scss */
  #area-grid-container {
    width: calc(100% - 60px);
    margin: -200px 30px 0;
    padding: 200px 30px 0px;
  }

  /* line 1071, ../../scss/new-style.scss */
  #area-grid {
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
  }
  /* line 1072, ../../scss/new-style.scss */
  #area-grid .below-959 {
    display: none !important;
  }
  /* line 1080, ../../scss/new-style.scss */
  #area-grid li {
    margin-bottom: 60px;
    width: 100%;
  }
  /* line 1084, ../../scss/new-style.scss */
  #area-grid li section {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  /* line 1090, ../../scss/new-style.scss */
  #area-grid li section::before, #area-grid li section::after {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  /* line 1094, ../../scss/new-style.scss */
  #area-grid li section h2 {
    bottom: 80px;
  }
  /* line 1096, ../../scss/new-style.scss */
  #area-grid li section h2 span {
    font-size: 6.4rem;
  }
  /* line 1099, ../../scss/new-style.scss */
  #area-grid li section h2 strong {
    padding-top: 8px;
    font-size: 1.7rem;
  }
  /* line 1105, ../../scss/new-style.scss */
  #area-grid li section p {
    bottom: 20px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  /* line 1113, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 {
    bottom: 80px;
  }
  /* line 1115, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 strong {
    padding-top: 8px;
  }
  /* line 1119, ../../scss/new-style.scss */
  #area-grid li.hawaii section p {
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 1131, ../../scss/new-style.scss */
  #area-grid li section::before, #area-grid li section::after {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  /* line 1135, ../../scss/new-style.scss */
  #area-grid li section h2 {
    bottom: 70px;
  }
  /* line 1137, ../../scss/new-style.scss */
  #area-grid li section h2 span {
    font-size: 5.4rem;
  }
  /* line 1140, ../../scss/new-style.scss */
  #area-grid li section h2 strong {
    padding-top: 8px;
    font-size: 1.7rem;
  }
  /* line 1146, ../../scss/new-style.scss */
  #area-grid li section p {
    bottom: 15px;
  }
  /* line 1152, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 {
    bottom: 70px;
  }
}
@media screen and (max-width: 479px) {
  /* line 1161, ../../scss/new-style.scss */
  #area-grid-container {
    width: calc(100% - 40px);
    margin: -200px 20px 0;
    padding: 200px 20px 0px;
  }
  /* line 1165, ../../scss/new-style.scss */
  #area-grid-container .area-group {
    margin-top: 40px;
  }

  /* line 1171, ../../scss/new-style.scss */
  #area-grid .below-959 {
    display: block !important;
  }
  /* line 1175, ../../scss/new-style.scss */
  #area-grid li section {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  /* line 1181, ../../scss/new-style.scss */
  #area-grid li section::before, #area-grid li section::after {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  /* line 1185, ../../scss/new-style.scss */
  #area-grid li section h2 {
    bottom: 60px;
  }
  /* line 1187, ../../scss/new-style.scss */
  #area-grid li section h2 span {
    font-size: 4.8rem;
  }
  /* line 1190, ../../scss/new-style.scss */
  #area-grid li section h2 strong {
    padding-top: 8px;
    font-size: 1.7rem;
  }
  /* line 1196, ../../scss/new-style.scss */
  #area-grid li section p {
    bottom: 10px;
    line-height: 2.1rem;
  }
  /* line 1203, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 {
    bottom: 65px;
  }
  /* line 1205, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 strong {
    padding-top: 3px;
  }
  /* line 1209, ../../scss/new-style.scss */
  #area-grid li.hawaii section p {
    line-height: 1.6rem;
  }
  /* line 1212, ../../scss/new-style.scss */
  #area-grid li.hawaii section::before {
    left: -60px;
  }
  /* line 1219, ../../scss/new-style.scss */
  #area-grid li.australia section::before {
    left: -40px;
  }
  /* line 1226, ../../scss/new-style.scss */
  #area-grid li.europe section::before {
    bottom: -60px;
  }
  /* line 1233, ../../scss/new-style.scss */
  #area-grid li.kyoto section::before {
    top: -60px;
    left: -50px;
  }
  /* line 1237, ../../scss/new-style.scss */
  #area-grid li.kyoto section::after {
    bottom: -90px;
  }
}
@media screen and (max-width: 359px) {
  /* line 1246, ../../scss/new-style.scss */
  #area-grid-container {
    width: calc(100% - 30px);
    margin: -100px 15px 0;
    padding: 100px 15px 0px;
  }

  /* line 1255, ../../scss/new-style.scss */
  #area-grid li section::before, #area-grid li section::after {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  /* line 1259, ../../scss/new-style.scss */
  #area-grid li section h2 {
    bottom: 60px;
  }
  /* line 1261, ../../scss/new-style.scss */
  #area-grid li section h2 span {
    font-size: 4.2rem;
  }
  /* line 1264, ../../scss/new-style.scss */
  #area-grid li section h2 strong {
    padding-top: 5px;
    font-size: 1.6rem;
  }
  /* line 1270, ../../scss/new-style.scss */
  #area-grid li section p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  /* line 1277, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 {
    bottom: 62px;
  }
  /* line 1279, ../../scss/new-style.scss */
  #area-grid li.hawaii section h2 strong {
    padding-top: 2px;
  }
}
/* エリア詳細 */
/* line 1290, ../../scss/new-style.scss */
#area-detail-container {
  overflow: hidden;
}
/* line 1292, ../../scss/new-style.scss */
#area-detail-container.new-style {
  background-color: #ebf1f1;
}
/* line 1294, ../../scss/new-style.scss */
#area-detail-container.new-style.hawaii {
  background-color: #e9efef;
}
/* line 1297, ../../scss/new-style.scss */
#area-detail-container.new-style.okinawa {
  background-color: #f3edda;
}
/* line 1300, ../../scss/new-style.scss */
#area-detail-container.new-style.guam {
  background-color: #f2f2f8;
}
/* line 1303, ../../scss/new-style.scss */
#area-detail-container.new-style.bali {
  background-color: #fdf7f5;
}
/* line 1306, ../../scss/new-style.scss */
#area-detail-container.new-style.hokkaido {
  background-color: #f0fafc;
}

/* line 1311, ../../scss/new-style.scss */
#area-detail {
  padding-top: 80px;
}
/* line 1314, ../../scss/new-style.scss */
#area-detail h1 > * {
  display: block;
  text-align: center;
}
/* line 1318, ../../scss/new-style.scss */
#area-detail h1 em {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
}
/* line 1323, ../../scss/new-style.scss */
#area-detail h1 span {
  margin-top: 20px;
  font-size: 9rem;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #9a8e62;
}
/* line 1330, ../../scss/new-style.scss */
#area-detail h1 strong {
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
  color: #9a8e62;
}
/* line 1335, ../../scss/new-style.scss */
#area-detail h1 strong::before {
  content: "【";
}
/* line 1338, ../../scss/new-style.scss */
#area-detail h1 strong::after {
  content: "】";
}
/* line 1344, ../../scss/new-style.scss */
#area-detail.container {
  width: 960px;
  margin: 0 auto;
}
/* line 1349, ../../scss/new-style.scss */
#area-detail #main-visual {
  margin: 20px calc(50% - 50vw) 0;
}
/* line 1353, ../../scss/new-style.scss */
#area-detail #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 1358, ../../scss/new-style.scss */
#area-detail #main-visual img.is-active {
  opacity: 1;
}

@media screen and (max-width: 1079px) {
  /* line 1368, ../../scss/new-style.scss */
  #area-detail h1 span {
    font-size: 8rem;
  }
  /* line 1373, ../../scss/new-style.scss */
  #area-detail.container {
    width: 100%;
    padding: 80px 50px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 959px) {
  /* line 1383, ../../scss/new-style.scss */
  #area-detail h1 span {
    font-size: 6.4rem;
  }
  /* line 1386, ../../scss/new-style.scss */
  #area-detail h1 strong {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  /* line 1392, ../../scss/new-style.scss */
  #area-detail.container {
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 1400, ../../scss/new-style.scss */
  #area-detail h1 span {
    font-size: 6rem;
  }
  /* line 1405, ../../scss/new-style.scss */
  #area-detail.container {
    padding: 80px 25px 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 1413, ../../scss/new-style.scss */
  #area-detail h1 span {
    font-size: 5.4rem;
  }
  /* line 1416, ../../scss/new-style.scss */
  #area-detail h1 strong {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
  /* line 1422, ../../scss/new-style.scss */
  #area-detail.container {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 359px) {
  /* line 1430, ../../scss/new-style.scss */
  #area-detail h1 span {
    font-size: 4.8rem;
  }
  /* line 1433, ../../scss/new-style.scss */
  #area-detail h1 strong {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  /* line 1439, ../../scss/new-style.scss */
  #area-detail.container {
    padding: 80px 15px 0;
  }
}
/* line 1448, ../../scss/new-style.scss */
h2.section-title {
  position: relative;
}
/* line 1450, ../../scss/new-style.scss */
h2.section-title > * {
  display: block;
  text-align: center;
  color: #9a8e62;
}
/* line 1455, ../../scss/new-style.scss */
h2.section-title span {
  font-size: 2.5rem;
  letter-spacing: .2rem;
  font-weight: normal;
}
/* line 1461, ../../scss/new-style.scss */
h2.section-title strong {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #b7ada1;
}
/* line 1466, ../../scss/new-style.scss */
h2.section-title::after {
  content: "";
  width: 80px;
  height: 16px;
  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: -40px;
}

@media screen and (max-width: 1079px) {
  /* line 1480, ../../scss/new-style.scss */
  h2.section-title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 1487, ../../scss/new-style.scss */
  h2.section-title span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 1494, ../../scss/new-style.scss */
  h2.section-title span {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  /* line 1498, ../../scss/new-style.scss */
  h2.section-title strong {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  /* line 1502, ../../scss/new-style.scss */
  h2.section-title::after {
    bottom: -36px;
  }
}
/* line 1508, ../../scss/new-style.scss */
#inpage-navi {
  margin: 50px auto;
  width: 880px;
}
/* line 1511, ../../scss/new-style.scss */
#inpage-navi > li {
  position: relative;
  cursor: pointer;
}
/* line 1514, ../../scss/new-style.scss */
#inpage-navi > li > * {
  display: block;
  text-align: center;
  color: #9a8e62;
}
/* line 1519, ../../scss/new-style.scss */
#inpage-navi > li span {
  font-size: 2.1rem;
  letter-spacing: .2rem;
}
/* line 1524, ../../scss/new-style.scss */
#inpage-navi > li small {
  font-size: 1.3rem;
}
/* line 1527, ../../scss/new-style.scss */
#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 1542, ../../scss/new-style.scss */
  #inpage-navi {
    width: 760px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1547, ../../scss/new-style.scss */
  #inpage-navi {
    margin: 40px auto;
    width: 100%;
  }
  /* line 1551, ../../scss/new-style.scss */
  #inpage-navi > li span {
    font-size: 1.8rem;
  }
  /* line 1554, ../../scss/new-style.scss */
  #inpage-navi > li small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 1561, ../../scss/new-style.scss */
  #inpage-navi {
    margin: 0px calc(50% - 50vw) 40px;
    width: 100vw;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #9a8e62;
  }
  /* line 1566, ../../scss/new-style.scss */
  #inpage-navi > li {
    width: 50%;
    padding: 1rem 0;
    border-right: 1px solid #9a8e62;
    border-bottom: 1px solid #9a8e62;
    text-align: center;
  }
  /* line 1572, ../../scss/new-style.scss */
  #inpage-navi > li > * {
    display: inline-block;
  }
  /* line 1575, ../../scss/new-style.scss */
  #inpage-navi > li span {
    font-size: 1.8rem;
  }
  /* line 1578, ../../scss/new-style.scss */
  #inpage-navi > li small {
    font-size: 1.2rem;
  }
  /* line 1581, ../../scss/new-style.scss */
  #inpage-navi > li:nth-child(2n) {
    border-right: none;
  }
  /* line 1584, ../../scss/new-style.scss */
  #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 1594, ../../scss/new-style.scss */
  #inpage-navi > li {
    text-align: left;
    padding-left: 1rem;
  }
  /* line 1597, ../../scss/new-style.scss */
  #inpage-navi > li span {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
  /* line 1601, ../../scss/new-style.scss */
  #inpage-navi > li small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 1609, ../../scss/new-style.scss */
  #inpage-navi > li {
    padding: .6rem 0 .6rem 1rem;
  }
  /* line 1611, ../../scss/new-style.scss */
  #inpage-navi > li span {
    display: none;
  }
  /* line 1614, ../../scss/new-style.scss */
  #inpage-navi > li small {
    font-size: 1.4rem;
  }
}
/* line 1621, ../../scss/new-style.scss */
#area-outline {
  padding-top: 40px;
}
/* line 1623, ../../scss/new-style.scss */
#area-outline h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 300;
  color: #9a8e62;
  text-align: center;
}
/* line 1630, ../../scss/new-style.scss */
#area-outline p {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3rem;
}

/* line 1641, ../../scss/new-style.scss */
#area-featured .img-wrapper {
  margin: 40px auto 0;
  max-width: 640px;
}

/* line 1646, ../../scss/new-style.scss */
#area-main-map {
  margin: 40px calc(50% - 50vw) 0;
  position: relative;
  z-index: 1;
}
/* line 1650, ../../scss/new-style.scss */
#area-main-map p {
  width: 240px;
  height: 170px;
  text-indent: -9999px;
  background-image: url(../img/area-detail/hawaii/oahu-title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 10px;
  -moz-transform: translateX(220px);
  -ms-transform: translateX(220px);
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
}
/* line 1661, ../../scss/new-style.scss */
#area-main-map .img-wrapper {
  margin: 0 auto;
  width: 100%;
}
/* line 1664, ../../scss/new-style.scss */
.hawaii #area-main-map .img-wrapper {
  max-width: 1000px;
}
/* line 1667, ../../scss/new-style.scss */
.okinawa #area-main-map .img-wrapper {
  max-width: 550px;
  margin-top: -60px;
}
/* line 1671, ../../scss/new-style.scss */
.guam #area-main-map .img-wrapper {
  max-width: 640px;
}
/* line 1674, ../../scss/new-style.scss */
.bali #area-main-map .img-wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1079px) {
  /* line 1682, ../../scss/new-style.scss */
  #area-outline h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  /* line 1689, ../../scss/new-style.scss */
  #area-main-map p {
    left: auto;
    right: 30px;
    top: 10px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1695, ../../scss/new-style.scss */
  #area-main-map .img-wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1702, ../../scss/new-style.scss */
  #area-outline {
    padding-top: 30px;
  }
  /* line 1704, ../../scss/new-style.scss */
  #area-outline h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  /* line 1708, ../../scss/new-style.scss */
  #area-outline p {
    padding-top: 30px;
    text-align: justify;
    max-width: 560px;
    margin: 0 auto;
  }
  /* line 1713, ../../scss/new-style.scss */
  #area-outline p br {
    display: none;
  }

  /* line 1720, ../../scss/new-style.scss */
  #area-main-map p {
    width: 200px;
    height: 140px;
    top: -20px;
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  /* line 1729, ../../scss/new-style.scss */
  #area-outline {
    padding-top: 30px;
  }
  /* line 1731, ../../scss/new-style.scss */
  #area-outline h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    white-space: nowrap;
  }
  /* line 1736, ../../scss/new-style.scss */
  #area-outline p {
    padding-top: 30px;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  /* line 1744, ../../scss/new-style.scss */
  #area-main-map p {
    position: relative;
    width: 240px;
    height: 170px;
    margin: 0 auto;
    left: 0;
    top: 0;
  }
  /* line 1752, ../../scss/new-style.scss */
  #area-main-map .img-wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 1758, ../../scss/new-style.scss */
  #area-outline {
    padding-top: 30px;
  }
  /* line 1760, ../../scss/new-style.scss */
  #area-outline h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  /* line 1764, ../../scss/new-style.scss */
  #area-outline p {
    padding-top: 30px;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  /* line 1771, ../../scss/new-style.scss */
  #area-main-map {
    margin: 30px calc(50% - 50vw) 0;
  }
  /* line 1773, ../../scss/new-style.scss */
  #area-main-map p {
    width: 200px;
    height: 140px;
  }
}
@media screen and (max-width: 359px) {
  /* line 1781, ../../scss/new-style.scss */
  #area-outline h2 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  /* line 1785, ../../scss/new-style.scss */
  #area-outline p {
    padding-top: 25px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }

  /* line 1792, ../../scss/new-style.scss */
  #area-main-map {
    margin: 25px calc(50% - 50vw) 0;
  }
}
/* line 1797, ../../scss/new-style.scss */
#area-info {
  margin-top: 80px;
}
/* line 1800, ../../scss/new-style.scss */
#area-info .flex-wrapper {
  padding-top: 80px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1808, ../../scss/new-style.scss */
#area-info dd, #area-info dt {
  width: 50%;
  padding: 30px 0;
  display: block;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #a29662;
  background-color: #f1f1f1;
}
/* line 1816, ../../scss/new-style.scss */
#area-info dd:nth-child(4n), #area-info dd:nth-child(4n-1), #area-info dt:nth-child(4n), #area-info dt:nth-child(4n-1) {
  background-color: white;
}
/* line 1820, ../../scss/new-style.scss */
#area-info dt {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
/* line 1827, ../../scss/new-style.scss */
#area-info dt > * {
  display: block;
  text-align: center;
  color: #9a8e62;
}
/* line 1832, ../../scss/new-style.scss */
#area-info dt small {
  font-size: 1.3rem;
}
/* line 1836, ../../scss/new-style.scss */
#area-info dt span {
  padding-top: 6px;
  font-size: 2rem;
  font-weight: 500;
}
/* line 1842, ../../scss/new-style.scss */
#area-info dt::after {
  content: "";
  width: 72px;
  height: 20px;
  background-image: url(../img/area-detail/hawaii/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: -36px;
}
/* line 1853, ../../scss/new-style.scss */
#area-info dd {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.7rem;
  font-weight: 500;
}
/* line 1862, ../../scss/new-style.scss */
#area-info dd > div:first-child {
  margin-bottom: 20px;
}
/* line 1866, ../../scss/new-style.scss */
#area-info dd p {
  text-align: center;
}
/* line 1869, ../../scss/new-style.scss */
#area-info dd small {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
/* line 1874, ../../scss/new-style.scss */
#area-info dd em {
  font-size: 2.5rem;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 .4rem;
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 959px) {
  /* line 1887, ../../scss/new-style.scss */
  #area-info dd, #area-info dt {
    padding: 30px 0;
  }
  /* line 1890, ../../scss/new-style.scss */
  #area-info dt {
    width: 45%;
  }
  /* line 1892, ../../scss/new-style.scss */
  #area-info dt > * {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  /* line 1895, ../../scss/new-style.scss */
  #area-info dt span {
    font-size: 1.8rem;
  }
  /* line 1899, ../../scss/new-style.scss */
  #area-info dd {
    width: 55%;
    font-size: 1.6rem;
  }
  /* line 1902, ../../scss/new-style.scss */
  #area-info dd > * {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  /* line 1905, ../../scss/new-style.scss */
  #area-info dd em {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 1913, ../../scss/new-style.scss */
  #area-info dd, #area-info dt {
    width: 100%;
    padding: 20px 0;
  }
  /* line 1917, ../../scss/new-style.scss */
  #area-info dt {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: none;
    position: relative;
  }
  /* line 1921, ../../scss/new-style.scss */
  #area-info dt > * {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1924, ../../scss/new-style.scss */
  #area-info dt small {
    font-size: 1.3rem;
  }
  /* line 1927, ../../scss/new-style.scss */
  #area-info dt span {
    padding-top: 6px;
    font-size: 1.8rem;
  }
  /* line 1931, ../../scss/new-style.scss */
  #area-info dt::after {
    display: none;
  }
  /* line 1934, ../../scss/new-style.scss */
  #area-info dt::before {
    content: "";
    width: calc(100% - 50px);
    border-bottom: 1px dashed #9a8e62;
    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: 0;
  }
  /* line 1943, ../../scss/new-style.scss */
  #area-info dd {
    font-size: 1.6rem;
  }
  /* line 1945, ../../scss/new-style.scss */
  #area-info dd > * {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 1948, ../../scss/new-style.scss */
  #area-info dd small {
    font-size: 1.4rem;
  }
  /* line 1951, ../../scss/new-style.scss */
  #area-info dd em {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 1960, ../../scss/new-style.scss */
  #area-info dt span {
    padding-top: 5px;
  }
  /* line 1964, ../../scss/new-style.scss */
  #area-info dd {
    font-size: 1.6rem;
  }
  /* line 1966, ../../scss/new-style.scss */
  #area-info dd em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 1975, ../../scss/new-style.scss */
  #area-info dt span {
    font-size: 1.7rem;
  }
  /* line 1979, ../../scss/new-style.scss */
  #area-info dd {
    font-size: 1.5rem;
  }
}
/* line 1985, ../../scss/new-style.scss */
#area-climate {
  margin-top: 60px;
  position: relative;
}
/* line 1988, ../../scss/new-style.scss */
#area-climate h2 {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
/* line 1995, ../../scss/new-style.scss */
#area-climate h2::before {
  content: "[";
}
/* line 1998, ../../scss/new-style.scss */
#area-climate h2::after {
  content: "]";
}

@media screen and (max-width: 959px) {
  /* line 2004, ../../scss/new-style.scss */
  #area-climate {
    margin-top: 40px;
    margin-right: calc(50% - 50vw);
  }
  /* line 2007, ../../scss/new-style.scss */
  #area-climate .img-scroller {
    width: 100%;
    padding-top: 60px;
    overflow-x: scroll;
  }
  /* line 2012, ../../scss/new-style.scss */
  #area-climate .img-wrapper {
    width: 100%;
    min-width: 820px;
  }
  /* line 2016, ../../scss/new-style.scss */
  #area-climate h2 {
    top: 30px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 2023, ../../scss/new-style.scss */
  #area-climate {
    margin-top: 30px;
  }
  /* line 2025, ../../scss/new-style.scss */
  #area-climate h2 {
    font-size: 1.8rem;
  }
}
/* line 2031, ../../scss/new-style.scss */
#area-brief {
  margin-top: 120px;
}
/* line 2033, ../../scss/new-style.scss */
#area-brief h2 {
  position: relative;
  z-index: 2;
}
/* line 2038, ../../scss/new-style.scss */
#area-brief .flex-wrapper {
  padding-top: 140px;
  position: relative;
  z-index: 1;
}
/* line 2042, ../../scss/new-style.scss */
#area-brief .flex-wrapper > * {
  width: 46%;
}
/* line 2045, ../../scss/new-style.scss */
#area-brief .flex-wrapper .catch-phrase {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
/* line 2049, ../../scss/new-style.scss */
#area-brief .flex-wrapper .catch-phrase::after {
  content: "";
  width: 354px;
  height: 276px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 30%;
  left: 30px;
  z-index: -1;
}
/* line 2058, ../../scss/new-style.scss */
.hawaii #area-brief .flex-wrapper .catch-phrase::after {
  background-image: url(../img/area-detail/hawaii/oahu-bg.svg);
}
/* line 2061, ../../scss/new-style.scss */
.okinawa #area-brief .flex-wrapper .catch-phrase::after {
  top: 50%;
  background-image: url(../img/area-detail/okinawa/okinawa-honto-bg.svg);
}
/* line 2065, ../../scss/new-style.scss */
.bali #area-brief .flex-wrapper .catch-phrase::after {
  background-image: url(../img/area-detail/bali/bali-bg.svg);
}
/* line 2068, ../../scss/new-style.scss */
.guam #area-brief .flex-wrapper .catch-phrase::after {
  background-image: url(../img/area-detail/guam/guam-bg.svg);
}
/* line 2072, ../../scss/new-style.scss */
#area-brief .flex-wrapper .catch-phrase h3 {
  padding-bottom: 10px;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: normal;
  letter-spacing: .2rem;
  color: #9a8e62;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
/* line 2082, ../../scss/new-style.scss */
#area-brief .flex-wrapper .catch-phrase h3 small {
  display: block;
  font-size: 6.8rem;
  position: absolute;
}
/* line 2088, ../../scss/new-style.scss */
.hawaii #area-brief .flex-wrapper .catch-phrase h3 {
  color: #988c62;
}
/* line 2090, ../../scss/new-style.scss */
.hawaii #area-brief .flex-wrapper .catch-phrase h3 small {
  left: 50px;
  top: -90px;
  color: #d4d2d0;
}
/* line 2096, ../../scss/new-style.scss */
.hokkaido #area-brief .flex-wrapper .catch-phrase h3 {
  color: #988c62;
}
/* line 2098, ../../scss/new-style.scss */
.hokkaido #area-brief .flex-wrapper .catch-phrase h3 small {
  left: 0;
  top: -60px;
  color: #d4d2d0;
}
/* line 2104, ../../scss/new-style.scss */
.okinawa #area-brief .flex-wrapper .catch-phrase h3 {
  color: #988c62;
}
/* line 2106, ../../scss/new-style.scss */
.okinawa #area-brief .flex-wrapper .catch-phrase h3 small {
  left: 20px;
  top: -80px;
  color: #dac066;
}
/* line 2112, ../../scss/new-style.scss */
.bali #area-brief .flex-wrapper .catch-phrase h3 {
  color: #938762;
  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%);
}
/* line 2115, ../../scss/new-style.scss */
.bali #area-brief .flex-wrapper .catch-phrase h3 small {
  color: #efd8d3;
  left: -50px;
  top: 40px;
}
/* line 2121, ../../scss/new-style.scss */
.guam #area-brief .flex-wrapper .catch-phrase h3 {
  color: #918562;
}
/* line 2123, ../../scss/new-style.scss */
.guam #area-brief .flex-wrapper .catch-phrase h3 small {
  left: 20px;
  top: -80px;
  color: #c7c7e0;
}
/* line 2134, ../../scss/new-style.scss */
#area-brief .flex-wrapper.ishigaki .catch-phrase::after {
  background-image: url(../img/area-detail/okinawa/okinawa-ishigaki-bg.svg);
}
/* line 2139, ../../scss/new-style.scss */
#area-brief .flex-wrapper.miyako .catch-phrase::after {
  background-image: url(../img/area-detail/okinawa/okinawa-miyako-bg.svg);
}
/* line 2144, ../../scss/new-style.scss */
#area-brief .flex-wrapper .body {
  text-align: justify;
  line-height: 2.4rem;
}
/* line 2147, ../../scss/new-style.scss */
#area-brief .flex-wrapper .body strong {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1079px) {
  /* line 2157, ../../scss/new-style.scss */
  #area-brief {
    margin-top: 100px;
  }
  /* line 2160, ../../scss/new-style.scss */
  #area-brief .flex-wrapper {
    padding-top: 120px;
  }
  /* line 2163, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 959px) {
  /* line 2172, ../../scss/new-style.scss */
  #area-brief {
    margin-top: 80px;
  }
  /* line 2175, ../../scss/new-style.scss */
  #area-brief .flex-wrapper {
    display: block;
    padding-top: 40px;
  }
  /* line 2178, ../../scss/new-style.scss */
  #area-brief .flex-wrapper > * {
    width: 100%;
  }
  /* line 2181, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase {
    padding-left: 20px;
    height: 320px;
  }
  /* line 2184, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase::after {
    position: relative;
    width: 320px;
    height: 250px;
    margin: 0 auto;
    top: 40px;
    left: auto;
  }
  /* line 2191, ../../scss/new-style.scss */
  .bali #area-brief .flex-wrapper .catch-phrase::after {
    top: 120px;
  }
  /* line 2195, ../../scss/new-style.scss */
  .bali #area-brief .flex-wrapper .catch-phrase {
    height: 250px;
  }
  /* line 2198, ../../scss/new-style.scss */
  .guam #area-brief .flex-wrapper .catch-phrase {
    height: 250px;
  }
  /* line 2201, ../../scss/new-style.scss */
  .hokkaido #area-brief .flex-wrapper .catch-phrase {
    height: auto;
    padding-bottom: 120px;
  }
  /* line 2204, ../../scss/new-style.scss */
  .hokkaido #area-brief .flex-wrapper .catch-phrase::after {
    display: none;
  }
  /* line 2208, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase h3 {
    display: inline-block;
    position: relative;
    top: 130px;
    left: auto;
    z-index: 2;
    margin-left: 50%;
    -moz-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
  }
  /* line 2216, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase h3 small {
    font-size: 6rem;
    position: absolute;
    left: 40px;
    top: -60px;
  }
  /* line 2222, ../../scss/new-style.scss */
  .hokkaido #area-brief .flex-wrapper .catch-phrase h3 {
    top: 100px;
  }
  /* line 2224, ../../scss/new-style.scss */
  .hokkaido #area-brief .flex-wrapper .catch-phrase h3 small {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
  }
  /* line 2229, ../../scss/new-style.scss */
  .bali #area-brief .flex-wrapper .catch-phrase h3 {
    margin-left: 0;
  }
  /* line 2231, ../../scss/new-style.scss */
  .bali #area-brief .flex-wrapper .catch-phrase h3 small {
    left: 0;
  }
  /* line 2237, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .body {
    line-height: 2.4rem;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  /* line 2247, ../../scss/new-style.scss */
  #area-brief {
    margin-top: 60px;
  }
  /* line 2250, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase {
    height: 260px;
    padding-left: 0;
  }
  /* line 2253, ../../scss/new-style.scss */
  .bali #area-brief .flex-wrapper .catch-phrase {
    height: 200px;
  }
  /* line 2256, ../../scss/new-style.scss */
  .guam #area-brief .flex-wrapper .catch-phrase {
    height: 200px;
  }
  /* line 2259, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase::after {
    position: relative;
    width: 280px;
    height: 220px;
    top: 20px;
  }
  /* line 2264, ../../scss/new-style.scss */
  .bali #area-brief .flex-wrapper .catch-phrase::after {
    top: 60px;
  }
  /* line 2268, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase h3 {
    top: 100px;
    font-size: 2rem;
    line-height: 3.2rem;
  }
  /* line 2272, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .catch-phrase h3 small {
    font-size: 5.4rem;
  }
  /* line 2277, ../../scss/new-style.scss */
  #area-brief .flex-wrapper .body {
    line-height: 2.4rem;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
/* line 2287, ../../scss/new-style.scss */
.img-slider {
  margin-top: 40px;
  margin-right: calc(50% - 50vw);
  height: 450px;
  position: relative;
}
/* line 2292, ../../scss/new-style.scss */
.img-slider .slider-container,
.img-slider .slider-container2 {
  overflow: hidden;
}
/* line 2297, ../../scss/new-style.scss */
.hokkaido .img-slider .swiper-slide {
  width: 680px !important;
}
/* line 2300, ../../scss/new-style.scss */
.hawaii .img-slider .swiper-slide {
  width: 680px !important;
}
/* line 2303, ../../scss/new-style.scss */
.okinawa .img-slider .swiper-slide {
  width: 330px !important;
}
/* line 2306, ../../scss/new-style.scss */
.guam .img-slider .swiper-slide {
  width: 680px !important;
}
/* line 2309, ../../scss/new-style.scss */
.bali .img-slider .swiper-slide {
  width: 680px !important;
}
/* line 2312, ../../scss/new-style.scss */
.img-slider .swiper-slide 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 2317, ../../scss/new-style.scss */
.img-slider .swiper-slide img.is-active {
  opacity: 1;
}
/* line 2324, ../../scss/new-style.scss */
.okinawa .img-slider {
  margin-top: 20px;
  height: 220px;
}
/* line 2332, ../../scss/new-style.scss */
.img-slider .slider-nav {
  width: 14px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 2341, ../../scss/new-style.scss */
.img-slider .prev {
  background-image: url(../img/area-detail/hawaii/slide-left.svg);
  left: 0;
}
/* line 2345, ../../scss/new-style.scss */
.img-slider .next {
  background-image: url(../img/area-detail/hawaii/slide-right.svg);
  left: 30px;
}

@media screen and (max-width: 959px) {
  /* line 2351, ../../scss/new-style.scss */
  .img-slider {
    margin-top: 30px;
    height: 320px;
  }
  /* line 2354, ../../scss/new-style.scss */
  .img-slider .swiper-slide {
    width: 480px !important;
  }
  /* line 2356, ../../scss/new-style.scss */
  .hokkaido .img-slider .swiper-slide {
    width: 480px !important;
  }
  /* line 2359, ../../scss/new-style.scss */
  .hawaii .img-slider .swiper-slide {
    width: 480px !important;
  }
  /* line 2362, ../../scss/new-style.scss */
  .okinawa .img-slider .swiper-slide {
    width: 330px !important;
  }
  /* line 2365, ../../scss/new-style.scss */
  .guam .img-slider .swiper-slide {
    width: 480px !important;
  }
  /* line 2368, ../../scss/new-style.scss */
  .bali .img-slider .swiper-slide {
    width: 480px !important;
  }
}
@media screen and (max-width: 599px) {
  /* line 2375, ../../scss/new-style.scss */
  .img-slider {
    height: 240px;
  }
  /* line 2377, ../../scss/new-style.scss */
  .img-slider .swiper-slide {
    width: 360px !important;
  }
  /* line 2379, ../../scss/new-style.scss */
  .hokkaido .img-slider .swiper-slide {
    width: 360px !important;
  }
  /* line 2382, ../../scss/new-style.scss */
  .hawaii .img-slider .swiper-slide {
    width: 360px !important;
  }
  /* line 2385, ../../scss/new-style.scss */
  .okinawa .img-slider .swiper-slide {
    width: 330px !important;
  }
  /* line 2388, ../../scss/new-style.scss */
  .guam .img-slider .swiper-slide {
    width: 360px !important;
  }
  /* line 2391, ../../scss/new-style.scss */
  .bali .img-slider .swiper-slide {
    width: 360px !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 2398, ../../scss/new-style.scss */
  .img-slider {
    height: 180px;
  }
  /* line 2400, ../../scss/new-style.scss */
  .okinawa .img-slider {
    height: 180px;
  }
  /* line 2403, ../../scss/new-style.scss */
  .img-slider .swiper-slide {
    width: 280px !important;
  }
  /* line 2405, ../../scss/new-style.scss */
  .hokkaido .img-slider .swiper-slide {
    width: 280px !important;
  }
  /* line 2408, ../../scss/new-style.scss */
  .hawaii .img-slider .swiper-slide {
    width: 280px !important;
  }
  /* line 2411, ../../scss/new-style.scss */
  .okinawa .img-slider .swiper-slide {
    width: 280px !important;
  }
  /* line 2414, ../../scss/new-style.scss */
  .guam .img-slider .swiper-slide {
    width: 280px !important;
  }
  /* line 2417, ../../scss/new-style.scss */
  .bali .img-slider .swiper-slide {
    width: 280px !important;
  }
}
@media screen and (max-width: 359px) {
  /* line 2424, ../../scss/new-style.scss */
  .img-slider {
    height: 160px;
  }
  /* line 2426, ../../scss/new-style.scss */
  .okinawa .img-slider {
    height: 160px;
  }
  /* line 2429, ../../scss/new-style.scss */
  .img-slider .swiper-slide {
    width: 240px !important;
  }
  /* line 2431, ../../scss/new-style.scss */
  .hokkaido .img-slider .swiper-slide {
    width: 240px !important;
  }
  /* line 2434, ../../scss/new-style.scss */
  .hawaii .img-slider .swiper-slide {
    width: 240px !important;
  }
  /* line 2437, ../../scss/new-style.scss */
  .okinawa .img-slider .swiper-slide {
    width: 240px !important;
  }
  /* line 2440, ../../scss/new-style.scss */
  .guam .img-slider .swiper-slide {
    width: 240px !important;
  }
  /* line 2443, ../../scss/new-style.scss */
  .bali .img-slider .swiper-slide {
    width: 240px !important;
  }
}
/* line 2450, ../../scss/new-style.scss */
#area-features {
  margin-top: 80px;
}
/* line 2453, ../../scss/new-style.scss */
#area-features > section {
  margin-top: 60px;
}
/* line 2456, ../../scss/new-style.scss */
#area-features > section > div {
  background-color: white;
  padding: 20px 80px;
}
/* line 2459, ../../scss/new-style.scss */
.guam #area-features > section > div {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 2465, ../../scss/new-style.scss */
#area-features > section h3 {
  color: #9a8e62;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
/* line 2468, ../../scss/new-style.scss */
.guam #area-features > section h3 {
  padding: 40px 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: left;
}
/* line 2472, ../../scss/new-style.scss */
.guam #area-features > section h3 > * {
  text-align: left;
}
/* line 2476, ../../scss/new-style.scss */
#area-features > section h3 > * {
  display: block;
  text-align: center;
}
/* line 2480, ../../scss/new-style.scss */
#area-features > section h3 strong {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
/* line 2485, ../../scss/new-style.scss */
#area-features > section h3 span {
  font-size: 5rem;
  font-weight: 300;
}
/* line 2489, ../../scss/new-style.scss */
#area-features > section h3 em {
  font-size: 12.2rem;
  font-style: normal;
}
/* line 2496, ../../scss/new-style.scss */
#area-features > section .flex-wrapper {
  padding: 50px 0;
  border-bottom: 1px dashed #dcd9d4;
}
/* line 2499, ../../scss/new-style.scss */
.guam #area-features > section .flex-wrapper {
  border-bottom: none;
}
/* line 2502, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .text {
  width: 38%;
}
/* line 2504, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .text p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
/* line 2510, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .img {
  width: 55%;
  padding-top: 10px;
}
/* line 2514, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .img-list {
  width: 55%;
  padding-top: 40px;
  border-bottom: none;
}
/* line 2518, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .img-list .left {
  margin-right: 10px;
}
/* line 2522, ../../scss/new-style.scss */
.guam #area-features > section .flex-wrapper .img-list .img-wrapper {
  margin-bottom: 10px;
}
/* line 2527, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .imgs {
  width: 55%;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
/* line 2533, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .imgs img {
  width: 100%;
}
/* line 2536, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .imgs .slider-nav {
  width: 14px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 2545, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .imgs .prev {
  background-image: url(../img/area-detail/hawaii/slide-left.svg);
  left: 0;
}
/* line 2549, ../../scss/new-style.scss */
#area-features > section .flex-wrapper .imgs .next {
  background-image: url(../img/area-detail/hawaii/slide-right.svg);
  left: 30px;
}
/* line 2554, ../../scss/new-style.scss */
#area-features > section .flex-wrapper:last-child {
  border-bottom: none;
}
/* line 2560, ../../scss/new-style.scss */
#area-features > section h4 > * {
  display: block;
  color: #9a8e62;
}
/* line 2564, ../../scss/new-style.scss */
#area-features > section h4 span {
  font-size: 3.5rem;
}
/* line 2568, ../../scss/new-style.scss */
#area-features > section h4 em {
  margin-left: 10px;
  font-size: 9rem;
  font-style: normal;
}
/* line 2573, ../../scss/new-style.scss */
#area-features > section h4 strong {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: normal;
}

@media screen and (max-width: 1079px) {
  /* line 2584, ../../scss/new-style.scss */
  #area-features > section > div {
    padding-top: 0;
  }
  /* line 2589, ../../scss/new-style.scss */
  #area-features > section h3 strong {
    font-size: 2rem;
  }
  /* line 2592, ../../scss/new-style.scss */
  #area-features > section h3 span {
    font-size: 4.2rem;
  }
  /* line 2595, ../../scss/new-style.scss */
  #area-features > section h3 em {
    font-size: 10.8rem;
  }
  /* line 2600, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper {
    padding: 40px 0 50px;
  }
  /* line 2602, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .text {
    width: 42%;
  }
  /* line 2604, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .text p {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  /* line 2610, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .img {
    width: 50%;
    padding-top: 30px;
  }
  /* line 2614, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .imgs {
    width: 50%;
  }
  /* line 2620, ../../scss/new-style.scss */
  #area-features > section h4 span {
    font-size: 3.2rem;
  }
  /* line 2623, ../../scss/new-style.scss */
  #area-features > section h4 em {
    margin-left: 10px;
    font-size: 7.2rem;
  }
  /* line 2627, ../../scss/new-style.scss */
  #area-features > section h4 strong {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  /* line 2636, ../../scss/new-style.scss */
  #area-features {
    margin-top: 70px;
  }
  /* line 2639, ../../scss/new-style.scss */
  #area-features > section {
    margin-top: 60px;
  }
  /* line 2642, ../../scss/new-style.scss */
  #area-features > section > div {
    overflow: hidden;
    padding: 20px 80px;
  }
  /* line 2648, ../../scss/new-style.scss */
  .guam #area-features > section h3 {
    padding: 20px 0;
  }
  /* line 2651, ../../scss/new-style.scss */
  #area-features > section h3 strong {
    font-size: 2rem;
  }
  /* line 2654, ../../scss/new-style.scss */
  #area-features > section h3 span {
    font-size: 3.6rem;
  }
  /* line 2657, ../../scss/new-style.scss */
  #area-features > section h3 em {
    font-size: 8.4rem;
  }
  /* line 2662, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper {
    padding: 40px 0;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 2668, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .text {
    margin-top: 10px;
    width: 100%;
  }
  /* line 2672, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .img {
    width: 100%;
    padding-top: 0px;
  }
  /* line 2676, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .imgs {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-bottom: 0;
  }
  /* line 2680, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .imgs .slider-nav {
    position: relative;
    bottom: auto;
    top: 14px;
  }
  /* line 2684, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .imgs .slider-nav.next {
    top: -10px;
  }
  /* line 2689, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .img-list {
    display: none;
  }
  /* line 2692, ../../scss/new-style.scss */
  .guam #area-features > section .flex-wrapper {
    padding-bottom: 70px;
    border-bottom: none;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 2701, ../../scss/new-style.scss */
  #area-features > section h4 strong br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  /* line 2710, ../../scss/new-style.scss */
  #area-features {
    margin-top: 70px;
  }
  /* line 2713, ../../scss/new-style.scss */
  #area-features > section {
    margin-top: 50px;
  }
  /* line 2716, ../../scss/new-style.scss */
  #area-features > section > div {
    padding: 10px 30px;
  }
  /* line 2721, ../../scss/new-style.scss */
  .guam #area-features > section h3 {
    padding: 0px 0 10px;
  }
  /* line 2724, ../../scss/new-style.scss */
  #area-features > section h3 strong {
    font-size: 1.8rem;
  }
  /* line 2727, ../../scss/new-style.scss */
  #area-features > section h3 span {
    font-size: 2.8rem;
  }
  /* line 2730, ../../scss/new-style.scss */
  #area-features > section h3 em {
    font-size: 6.4rem;
  }
  /* line 2735, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper {
    padding: 40px 0;
    margin: 0 auto;
  }
  /* line 2738, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .text {
    margin-top: 10px;
  }
  /* line 2740, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper .text p {
    margin-top: 15px;
  }
  /* line 2747, ../../scss/new-style.scss */
  #area-features > section h4 span {
    font-size: 2.8rem;
  }
  /* line 2750, ../../scss/new-style.scss */
  #area-features > section h4 em {
    font-size: 6rem;
  }
  /* line 2753, ../../scss/new-style.scss */
  #area-features > section h4 strong {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 2762, ../../scss/new-style.scss */
  #area-features {
    margin-top: 70px;
  }
  /* line 2768, ../../scss/new-style.scss */
  #area-features > section h3 strong {
    font-size: 1.8rem;
  }
  /* line 2771, ../../scss/new-style.scss */
  #area-features > section h3 span {
    font-size: 2.4rem;
  }
  /* line 2774, ../../scss/new-style.scss */
  #area-features > section h3 em {
    font-size: 5.8rem;
  }
  /* line 2779, ../../scss/new-style.scss */
  #area-features > section .flex-wrapper {
    padding: 30px 0;
  }
  /* line 2784, ../../scss/new-style.scss */
  #area-features > section h4 span {
    font-size: 2.4rem;
  }
  /* line 2787, ../../scss/new-style.scss */
  #area-features > section h4 em {
    font-size: 5.4rem;
  }
  /* line 2790, ../../scss/new-style.scss */
  #area-features > section h4 strong {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  /* line 2793, ../../scss/new-style.scss */
  #area-features > section h4 strong br {
    display: block;
  }
}
/* line 2802, ../../scss/new-style.scss */
#area-salon {
  margin-top: 80px;
}
/* line 2805, ../../scss/new-style.scss */
#area-salon .flex-wrapper {
  padding-top: 80px;
}
/* line 2807, ../../scss/new-style.scss */
#area-salon .flex-wrapper .text {
  width: 40%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
/* line 2812, ../../scss/new-style.scss */
#area-salon .flex-wrapper .img {
  width: 53%;
}
/* line 2817, ../../scss/new-style.scss */
#area-salon .store {
  margin-top: 40px;
}
/* line 2819, ../../scss/new-style.scss */
#area-salon .store h3 {
  color: #9a8e62;
}
/* line 2821, ../../scss/new-style.scss */
#area-salon .store h3 span {
  font-size: 2rem;
  font-weight: normal;
}
/* line 2826, ../../scss/new-style.scss */
#area-salon .store h3 strong {
  font-size: 1.3rem;
  margin-left: 10px;
  color: #b3a99d;
}
/* line 2832, ../../scss/new-style.scss */
#area-salon .store p {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  /* line 2841, ../../scss/new-style.scss */
  #area-salon {
    margin-top: 70px;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 2848, ../../scss/new-style.scss */
  #area-salon .flex-wrapper {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 2850, ../../scss/new-style.scss */
  #area-salon .flex-wrapper .text {
    margin-top: 30px;
    width: 100%;
  }
  /* line 2854, ../../scss/new-style.scss */
  #area-salon .flex-wrapper .img {
    width: 100%;
  }
  /* line 2859, ../../scss/new-style.scss */
  #area-salon .store {
    margin-top: 20px;
  }
  /* line 2862, ../../scss/new-style.scss */
  #area-salon .store h3 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  border-left: 1px solid #b6aca0;
  /* line 2871, ../../scss/new-style.scss */
  #area-salon {
    margin-top: 60px;
  }
  /* line 2874, ../../scss/new-style.scss */
  #area-salon .flex-wrapper .text {
    margin-top: 20px;
  }
  /* line 2879, ../../scss/new-style.scss */
  #area-salon .store {
    margin-top: 15px;
  }
}
@media screen and (max-width: 479px) {
  /* line 2888, ../../scss/new-style.scss */
  #area-salon .store h3 span {
    font-size: 1.7rem;
  }
  /* line 2892, ../../scss/new-style.scss */
  #area-salon .store p {
    white-space: normal;
  }
}
/* line 2899, ../../scss/new-style.scss */
#area-chapel {
  margin-top: 80px;
}
/* line 2902, ../../scss/new-style.scss */
#area-chapel > p {
  margin-top: 80px;
  text-align: center;
  color: #b2a89c;
}
/* line 2908, ../../scss/new-style.scss */
#area-chapel #chapel-map-container {
  margin: 20px 0 0;
  position: relative;
}
/* line 2911, ../../scss/new-style.scss */
#area-chapel #chapel-map-container #chapel-map {
  position: relative;
  margin: 0px calc(50% - 50vw);
  width: 100vw;
}
/* line 2915, ../../scss/new-style.scss */
.hawaii #area-chapel #chapel-map-container #chapel-map {
  height: 612.5px;
}
/* line 2918, ../../scss/new-style.scss */
.okinawa #area-chapel #chapel-map-container #chapel-map {
  height: 746px;
}
/* line 2921, ../../scss/new-style.scss */
.bali #area-chapel #chapel-map-container #chapel-map {
  height: 610px;
}
/* line 2924, ../../scss/new-style.scss */
.guam #area-chapel #chapel-map-container #chapel-map {
  height: 726px;
}
/* line 2928, ../../scss/new-style.scss */
#area-chapel #chapel-map-container .map {
  opacity: 0;
  z-index: 1;
  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%);
  border-top: 1px solid #b6aca0;
  border-bottom: 1px solid #b6aca0;
  background-color: #cbe4eb;
  width: 1200px;
  overflow: hidden;
}
@media screen and (min-width: 1202px) {
  /* line 2928, ../../scss/new-style.scss */
  #area-chapel #chapel-map-container .map {
    border-left: 1px solid #b6aca0;
    border-right: 1px solid #b6aca0;
  }
}
/* line 2939, ../../scss/new-style.scss */
#area-chapel #chapel-map-container .map.is-active {
  opacity: 1;
  z-index: 2;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 2947, ../../scss/new-style.scss */
.hawai #area-chapel #chapel-map-container .map {
  height: 612.5px;
}
/* line 2950, ../../scss/new-style.scss */
.okinawa #area-chapel #chapel-map-container .map {
  height: 746px;
}
/* line 2953, ../../scss/new-style.scss */
.bali #area-chapel #chapel-map-container .map {
  width: 622px;
  height: 610px;
  border-left: 1px solid #b6aca0;
  border-right: 1px solid #b6aca0;
}
/* line 2959, ../../scss/new-style.scss */
.guam #area-chapel #chapel-map-container .map {
  height: 726px;
}
/* line 2963, ../../scss/new-style.scss */
#area-chapel #chapel-map-container .remark {
  width: 530px;
  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: -32px;
  z-index: 3;
}

@media screen and (max-width: 839px) {
  /* line 2977, ../../scss/new-style.scss */
  .guam #area-chapel #chapel-map-container .map {
    -moz-transform: translate(-57%, -50%);
    -ms-transform: translate(-57%, -50%);
    -webkit-transform: translate(-57%, -50%);
    transform: translate(-57%, -50%);
  }
}
@media screen and (max-width: 599px) {
  /* line 2987, ../../scss/new-style.scss */
  #area-chapel #chapel-map-container #chapel-map {
    width: 100vw;
    height: auto !important;
  }
  /* line 2991, ../../scss/new-style.scss */
  #area-chapel #chapel-map-container .map {
    width: 100vw !important;
    height: auto !important;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 2998, ../../scss/new-style.scss */
  #area-chapel #chapel-map-container .map.is-active {
    position: relative;
  }
  /* line 3001, ../../scss/new-style.scss */
  .guam #area-chapel #chapel-map-container .map {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 3005, ../../scss/new-style.scss */
  #area-chapel #chapel-map-container .remark {
    width: calc(100vw - 10px);
    max-width: 480px;
    margin-top: 20px !important;
    position: relative;
    top: auto;
    bottom: auto;
  }
}
/* line 3021, ../../scss/new-style.scss */
.clickable-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 3027, ../../scss/new-style.scss */
.clickable-map > * {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
}
/* line 3035, ../../scss/new-style.scss */
.bali .clickable-map > * {
  width: 30px;
  height: 30px;
}
/* line 3039, ../../scss/new-style.scss */
.clickable-map > *[data-group="st_probus"] {
  top: 239px;
  left: 415px;
}
/* line 3043, ../../scss/new-style.scss */
.clickable-map > *[data-group="luzdeamor"] {
  top: 421px;
  left: 608px;
}
/* line 3047, ../../scss/new-style.scss */
.clickable-map > *[data-group="blueaster"] {
  top: 400px;
  left: 792px;
}
/* line 3051, ../../scss/new-style.scss */
.clickable-map > *[data-group="dusit"] {
  top: 368px;
  left: 902px;
}
/* line 3055, ../../scss/new-style.scss */
.clickable-map > *[data-group="ulu_shanti"] {
  top: 344px;
  left: 272px;
}
/* line 3059, ../../scss/new-style.scss */
.clickable-map > *[data-group="c1"] {
  top: 430px;
  left: 163px;
}
/* line 3063, ../../scss/new-style.scss */
.clickable-map > *[data-group="c2"] {
  top: 434px;
  left: 196px;
}
/* line 3067, ../../scss/new-style.scss */
.clickable-map > *[data-group="c3"] {
  top: 430px;
  left: 240px;
}
/* line 3071, ../../scss/new-style.scss */
.clickable-map > *[data-group="c4"] {
  top: 408px;
  left: 264px;
}
/* line 3075, ../../scss/new-style.scss */
.clickable-map > *[data-group="c5"] {
  top: 366px;
  left: 192px;
}
/* line 3079, ../../scss/new-style.scss */
.clickable-map > *[data-group="aqua_coral"] {
  top: 200px;
  left: 592px;
}
/* line 3083, ../../scss/new-style.scss */
.clickable-map > *[data-group="marin_bijou"] {
  top: 178px;
  left: 628px;
}
/* line 3087, ../../scss/new-style.scss */
.clickable-map > *[data-group="c6"] {
  top: 324px;
  left: 434px;
}
/* line 3091, ../../scss/new-style.scss */
.clickable-map > *[data-group="c7"] {
  top: 1px;
  left: 715px;
}
/* line 3095, ../../scss/new-style.scss */
.clickable-map > *[data-group="st_peters"] {
  top: 5px;
  left: 449px;
}
/* line 3099, ../../scss/new-style.scss */
.clickable-map > *[data-group="akala"] {
  top: 94px;
  left: 373px;
}
/* line 3103, ../../scss/new-style.scss */
.clickable-map > *[data-group="lanilea"] {
  top: 46px;
  left: 309px;
}
/* line 3107, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii1"] {
  top: 380px;
  left: 409px;
}
/* line 3111, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii2"] {
  top: 420px;
  left: 427px;
}
/* line 3115, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii1-2"] {
  display: none;
}
/* line 3118, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii3"] {
  top: 384px;
  left: 635px;
}
/* line 3122, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii4"] {
  top: 472px;
  left: 770px;
}
/* line 3126, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii5"] {
  top: 458px;
  left: 800px;
}
/* line 3130, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii6"] {
  top: 454px;
  left: 832px;
}
/* line 3134, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii4-5-6"] {
  display: none;
}
/* line 3137, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii7"] {
  top: 266px;
  left: 728px;
}
/* line 3141, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii8"] {
  top: 152px;
  left: 411px;
}
/* line 3145, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii11"] {
  top: 22px;
  left: 413px;
}
/* line 3149, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii9"] {
  top: 144px;
  left: 436px;
}
/* line 3153, ../../scss/new-style.scss */
.clickable-map > *[data-group="hawaii10"] {
  top: 212px;
  left: 535px;
}
/* line 3158, ../../scss/new-style.scss */
.clickable-map > *[data-area="alamoana"] {
  width: 50px;
  height: 44px;
  border-radius: 0;
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  top: 453px;
  left: 660px;
}
/* line 3166, ../../scss/new-style.scss */
.clickable-map > *[data-area="waikiki"] {
  width: 50px;
  height: 44px;
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  border-radius: 0;
  top: 472px;
  left: 708px;
}
@media screen and (max-width: 599px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 50px;
    height: 50px;
  }
  /* line 3178, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 50px;
    height: 50px;
  }
  /* line 3182, ../../scss/new-style.scss */
  .clickable-map > *[data-group="st_probus"] {
    top: calc(60 / 340 * 100%);
    left: calc(20 / 599 * 100%);
  }
  /* line 3186, ../../scss/new-style.scss */
  .clickable-map > *[data-group="luzdeamor"] {
    top: calc(183 / 340 * 100%);
    left: calc(158 / 599 * 100%);
  }
  /* line 3190, ../../scss/new-style.scss */
  .clickable-map > *[data-group="blueaster"] {
    top: calc(168 / 340 * 100%);
    left: calc(289 / 599 * 100%);
  }
  /* line 3194, ../../scss/new-style.scss */
  .clickable-map > *[data-group="dusit"] {
    top: calc(142 / 340 * 100%);
    left: calc(367 / 599 * 100%);
  }
  /* line 3198, ../../scss/new-style.scss */
  .clickable-map > *[data-group="ulu_shanti"] {
    top: calc(260 / 598 * 100%);
    left: calc(272 / 518 * 100%);
  }
  /* line 3202, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c1"] {
    top: calc(399 / 598 * 100%);
    left: calc(133 / 518 * 100%);
  }
  /* line 3206, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c2"] {
    top: calc(402 / 598 * 100%);
    left: calc(175 / 518 * 100%);
  }
  /* line 3210, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c3"] {
    top: calc(398 / 598 * 100%);
    left: calc(232 / 518 * 100%);
  }
  /* line 3214, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c4"] {
    top: calc(366 / 598 * 100%);
    left: calc(263 / 518 * 100%);
  }
  /* line 3218, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c5"] {
    top: calc(287 / 598 * 100%);
    left: calc(173 / 518 * 100%);
  }
  /* line 3222, ../../scss/new-style.scss */
  .clickable-map > *[data-group="aqua_coral"] {
    top: calc(202 / 682 * 100%);
    left: calc(274 / 598 * 100%);
  }
  /* line 3226, ../../scss/new-style.scss */
  .clickable-map > *[data-group="marin_bijou"] {
    top: calc(172 / 682 * 100%);
    left: calc(314 / 598 * 100%);
  }
  /* line 3230, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c6"] {
    top: calc(306 / 682 * 100%);
    left: calc(141 / 598 * 100%);
  }
  /* line 3234, ../../scss/new-style.scss */
  .clickable-map > *[data-group="c7"] {
    top: calc(17 / 682 * 100%);
    left: calc(386 / 598 * 100%);
  }
  /* line 3238, ../../scss/new-style.scss */
  .clickable-map > *[data-group="st_peters"] {
    top: calc(40 / 382 * 100%);
    left: calc(196 / 598 * 100%);
  }
  /* line 3242, ../../scss/new-style.scss */
  .clickable-map > *[data-group="akala"] {
    top: calc(67 / 382 * 100%);
    left: calc(215 / 598 * 100%);
  }
  /* line 3246, ../../scss/new-style.scss */
  .clickable-map > *[data-group="lanilea"] {
    top: calc(35 / 382 * 100%);
    left: calc(179 / 598 * 100%);
  }
  /* line 3250, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1"] {
    display: none;
  }
  /* line 3253, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii2"] {
    display: none;
  }
  /* line 3256, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    display: block;
    border-radius: 0;
    width: 60px;
    height: 95px;
    top: calc(210 / 382 * 100%);
    left: calc(156 / 598 * 100%);
  }
  /* line 3264, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii3"] {
    top: calc(207 / 382 * 100%);
    left: calc(300 / 598 * 100%);
  }
  /* line 3268, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4"] {
    display: none;
  }
  /* line 3271, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii5"] {
    display: none;
  }
  /* line 3274, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii6"] {
    display: none;
  }
  /* line 3277, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    display: block;
    border-radius: 0;
    width: 88px;
    height: 80px;
    top: calc(255 / 382 * 100%);
    left: calc(390 / 598 * 100%);
  }
  /* line 3285, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii7"] {
    top: calc(132 / 382 * 100%);
    left: calc(361 / 598 * 100%);
  }
  /* line 3289, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii8"] {
    top: calc(168 / 382 * 100%);
    left: calc(156 / 598 * 100%);
  }
  /* line 3293, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii11"] {
    top: calc(67 / 382 * 100%);
    left: calc(162 / 598 * 100%);
  }
  /* line 3297, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii9"] {
    top: calc(95 / 382 * 100%);
    left: calc(252 / 598 * 100%);
  }
  /* line 3301, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii10"] {
    top: calc(139 / 382 * 100%);
    left: calc(313 / 598 * 100%);
  }
  /* line 3306, ../../scss/new-style.scss */
  .clickable-map > *[data-area="alamoana"] {
    width: 30px;
    height: 28px;
    top: calc(287 / 382 * 100%);
    left: calc(328 / 598 * 100%);
  }
  /* line 3312, ../../scss/new-style.scss */
  .clickable-map > *[data-area="waikiki"] {
    width: 30px;
    height: 28px;
    top: calc(300 / 382 * 100%);
    left: calc(358 / 598 * 100%);
  }
}
@media screen and (max-width: 579px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 50px;
    height: 50px;
  }
  /* line 3322, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 50px;
    height: 50px;
  }
  /* line 3326, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 60px;
    height: 95px;
  }
  /* line 3330, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 82px;
    height: 78px;
  }
}
@media screen and (max-width: 559px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 48px;
    height: 48px;
  }
  /* line 3338, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 48px;
    height: 48px;
  }
  /* line 3342, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 58px;
    height: 95px;
  }
  /* line 3346, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 82px;
    height: 78px;
  }
}
@media screen and (max-width: 539px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 46px;
    height: 46px;
  }
  /* line 3354, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 46px;
    height: 46px;
  }
  /* line 3358, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 52px;
    height: 76px;
  }
  /* line 3362, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 76px;
    height: 68px;
  }
  /* line 3366, ../../scss/new-style.scss */
  .clickable-map > *[data-area="alamoana"] {
    width: 28px;
    height: 26px;
  }
  /* line 3370, ../../scss/new-style.scss */
  .clickable-map > *[data-area="waikiki"] {
    width: 28px;
    height: 26px;
  }
}
@media screen and (max-width: 519px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 44px;
    height: 44px;
  }
  /* line 3378, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 44px;
    height: 44px;
  }
  /* line 3382, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 52px;
    height: 74px;
  }
  /* line 3386, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 74px;
    height: 66px;
  }
}
@media screen and (max-width: 499px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 42px;
    height: 42px;
  }
  /* line 3394, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 42px;
    height: 42px;
  }
  /* line 3398, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 50px;
    height: 72px;
  }
  /* line 3402, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 72px;
    height: 64px;
  }
}
@media screen and (max-width: 479px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 40px;
    height: 40px;
  }
  /* line 3410, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 40px;
    height: 40px;
  }
  /* line 3414, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 48px;
    height: 70px;
  }
  /* line 3418, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 70px;
    height: 62px;
  }
  /* line 3422, ../../scss/new-style.scss */
  .clickable-map > *[data-area="alamoana"] {
    width: 26px;
    height: 24px;
  }
  /* line 3426, ../../scss/new-style.scss */
  .clickable-map > *[data-area="waikiki"] {
    width: 26px;
    height: 24px;
  }
}
@media screen and (max-width: 459px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 38px;
    height: 38px;
  }
  /* line 3434, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 38px;
    height: 38px;
  }
  /* line 3438, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 46px;
    height: 68px;
  }
  /* line 3442, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 68px;
    height: 60px;
  }
}
@media screen and (max-width: 439px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 36px;
    height: 36px;
  }
  /* line 3450, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 36px;
    height: 36px;
  }
  /* line 3454, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 44px;
    height: 66px;
  }
  /* line 3458, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 62px;
    height: 58px;
  }
  /* line 3462, ../../scss/new-style.scss */
  .clickable-map > *[data-area="alamoana"] {
    width: 24px;
    height: 22px;
  }
  /* line 3466, ../../scss/new-style.scss */
  .clickable-map > *[data-area="waikiki"] {
    width: 24px;
    height: 22px;
  }
}
@media screen and (max-width: 419px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 34px;
    height: 34px;
  }
  /* line 3474, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 34px;
    height: 34px;
  }
  /* line 3478, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 42px;
    height: 64px;
  }
  /* line 3482, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 60px;
    height: 56px;
  }
}
@media screen and (max-width: 399px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 32px;
    height: 32px;
  }
  /* line 3490, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 32px;
    height: 32px;
  }
  /* line 3494, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 40px;
    height: 62px;
  }
  /* line 3498, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 58px;
    height: 54px;
  }
  /* line 3502, ../../scss/new-style.scss */
  .clickable-map > *[data-area="alamoana"] {
    width: 22px;
    height: 20px;
  }
  /* line 3506, ../../scss/new-style.scss */
  .clickable-map > *[data-area="waikiki"] {
    width: 22px;
    height: 20px;
  }
}
@media screen and (max-width: 379px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 30px;
    height: 30px;
  }
  /* line 3514, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 30px;
    height: 30px;
  }
  /* line 3518, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 38px;
    height: 60px;
  }
  /* line 3522, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 56px;
    height: 52px;
  }
}
@media screen and (max-width: 359px) {
  /* line 3027, ../../scss/new-style.scss */
  .clickable-map > * {
    width: 28px;
    height: 28px;
  }
  /* line 3530, ../../scss/new-style.scss */
  .bali .clickable-map > * {
    width: 28px;
    height: 28px;
  }
  /* line 3534, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii1-2"] {
    width: 36px;
    height: 58px;
  }
  /* line 3538, ../../scss/new-style.scss */
  .clickable-map > *[data-group="hawaii4-5-6"] {
    width: 54px;
    height: 50px;
  }
  /* line 3542, ../../scss/new-style.scss */
  .clickable-map > *[data-area="alamoana"] {
    width: 20px;
    height: 18px;
  }
  /* line 3546, ../../scss/new-style.scss */
  .clickable-map > *[data-area="waikiki"] {
    width: 20px;
    height: 18px;
  }
}

/* line 3555, ../../scss/new-style.scss */
#chapel-navi {
  margin-top: 80px;
}
/* line 3557, ../../scss/new-style.scss */
#chapel-navi ul {
  margin: 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 3560, ../../scss/new-style.scss */
#chapel-navi ul li {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
/* line 3566, ../../scss/new-style.scss */
#chapel-navi ul li.is-active::after {
  content: "";
  width: 162px;
  height: 81px;
  background-image: url(../img/area-detail/hawaii/tab-bg.svg);
  mix-blend-mode: multiply;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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: -1;
}
/* line 3577, ../../scss/new-style.scss */
#chapel-navi ul li div {
  padding: 16px 32px;
  border: 1px solid #9a8e62;
  border-radius: 8px;
  background-color: #9a8e62;
  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 3585, ../../scss/new-style.scss */
#chapel-navi ul li div:hover {
  opacity: .75;
}
/* line 3588, ../../scss/new-style.scss */
#chapel-navi ul li div::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #e9efef;
}
/* line 3600, ../../scss/new-style.scss */
#chapel-navi ul li div > * {
  display: block;
  text-align: center;
  white-space: nowrap;
  color: white;
}
/* line 3606, ../../scss/new-style.scss */
#chapel-navi ul li span {
  font-size: 2rem;
  letter-spacing: .2rem;
}
/* line 3611, ../../scss/new-style.scss */
#chapel-navi ul li em {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
}
/* line 3618, ../../scss/new-style.scss */
#chapel-navi ul li.is-active em::before, #chapel-navi ul li.is-active em::after {
  content: '';
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
}
/* line 3627, ../../scss/new-style.scss */
#chapel-navi ul li.is-active em::before {
  bottom: -41px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #b6aca0;
  border-left: 12px solid transparent;
}
/* line 3633, ../../scss/new-style.scss */
#chapel-navi ul li.is-active em::after {
  bottom: -43px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  border-left: 12px solid transparent;
}

@media screen and (max-width: 959px) {
  /* line 3645, ../../scss/new-style.scss */
  #chapel-navi {
    margin-top: 60px;
  }
  /* line 3648, ../../scss/new-style.scss */
  #chapel-navi ul li {
    padding: 0 20px;
  }
  /* line 3651, ../../scss/new-style.scss */
  #chapel-navi ul li.is-active::after {
    width: 162px;
    height: 81px;
  }
  /* line 3656, ../../scss/new-style.scss */
  #chapel-navi ul li span {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
  /* line 3660, ../../scss/new-style.scss */
  #chapel-navi ul li em {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 3668, ../../scss/new-style.scss */
  #chapel-navi {
    margin-top: 40px;
  }
  /* line 3671, ../../scss/new-style.scss */
  #chapel-navi ul li {
    padding: 0 10px;
  }
  /* line 3674, ../../scss/new-style.scss */
  #chapel-navi ul li.is-active::after {
    width: 120px;
    height: 60px;
  }
  /* line 3679, ../../scss/new-style.scss */
  #chapel-navi ul li div {
    padding: 16px 24px;
  }
  /* line 3682, ../../scss/new-style.scss */
  #chapel-navi ul li span {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
  /* line 3686, ../../scss/new-style.scss */
  #chapel-navi ul li em {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 3696, ../../scss/new-style.scss */
  #chapel-navi ul li {
    padding: 0 5px;
  }
  /* line 3699, ../../scss/new-style.scss */
  #chapel-navi ul li.is-active::after {
    width: 100px;
    height: 50px;
  }
  /* line 3704, ../../scss/new-style.scss */
  #chapel-navi ul li div {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 359px) {
  /* line 3715, ../../scss/new-style.scss */
  #chapel-navi ul li span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
/* line 3724, ../../scss/new-style.scss */
#chapel-list {
  margin-top: 40px;
  padding: 40px 60px;
  background-color: white;
  border-top: 1px solid #b6aca0;
  border-bottom: 1px solid #b6aca0;
  position: relative;
}
/* line 3731, ../../scss/new-style.scss */
#chapel-list > section {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3737, ../../scss/new-style.scss */
#chapel-list > section.is-active {
  opacity: 1;
  z-index: 2;
  position: relative;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 3743, ../../scss/new-style.scss */
#chapel-list > section h3 {
  color: #9a8e62;
}
/* line 3745, ../../scss/new-style.scss */
#chapel-list > section h3 span {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2rem;
}
/* line 3751, ../../scss/new-style.scss */
#chapel-list > section h3 strong {
  margin-left: 10px;
  font-size: 1.3rem;
  color: #b3a99d;
}
/* line 3761, ../../scss/new-style.scss */
#chapel-list > section .flex-wrapper {
  padding: 30px 40px;
  flex-wrap: wrap;
}
/* line 3764, ../../scss/new-style.scss */
#chapel-list > section .flex-wrapper li {
  width: 30%;
}
/* line 3766, ../../scss/new-style.scss */
#chapel-list > section .flex-wrapper li a:hover {
  text-decoration: none;
}
/* line 3771, ../../scss/new-style.scss */
#chapel-list > section p {
  margin-top: 10px;
}
/* line 3773, ../../scss/new-style.scss */
#chapel-list > section p > * {
  display: block;
  text-align: center;
}
/* line 3777, ../../scss/new-style.scss */
#chapel-list > section p span {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .2rem;
  word-break: keep-all;
}
/* line 3784, ../../scss/new-style.scss */
#chapel-list > section p em {
  margin-top: 5px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 959px) {
  /* line 3794, ../../scss/new-style.scss */
  #chapel-list {
    margin-top: 40px;
    padding: 30px 30px;
  }
  /* line 3799, ../../scss/new-style.scss */
  #chapel-list > section h3 span {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
  /* line 3803, ../../scss/new-style.scss */
  #chapel-list > section h3 strong {
    margin-left: 10px;
    font-size: 1.3rem;
  }
  /* line 3808, ../../scss/new-style.scss */
  #chapel-list > section .flex-wrapper {
    padding: 30px 0px;
    max-width: 620px;
    margin: 0 auto;
  }
  /* line 3815, ../../scss/new-style.scss */
  #chapel-list > section p {
    margin-top: 10px;
  }
  /* line 3817, ../../scss/new-style.scss */
  #chapel-list > section p span {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
  /* line 3821, ../../scss/new-style.scss */
  #chapel-list > section p em {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 3830, ../../scss/new-style.scss */
  #chapel-list {
    margin: 40px calc(50% - 50vw) 0;
    padding: 30px 25px 0;
  }
  /* line 3834, ../../scss/new-style.scss */
  #chapel-list > section .list-wrapper {
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
  }
  /* line 3837, ../../scss/new-style.scss */
  #chapel-list > section .list-wrapper.align-left {
    margin-right: auto;
  }
  /* line 3839, ../../scss/new-style.scss */
  #chapel-list > section .list-wrapper.align-left .flex-wrapper {
    width: 100%;
    padding-right: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 3843, ../../scss/new-style.scss */
  #chapel-list > section .list-wrapper.align-left .flex-wrapper li {
    width: 47%;
  }
  /* line 3846, ../../scss/new-style.scss */
  #chapel-list > section .list-wrapper.align-left .flex-wrapper li:nth-child(3), #chapel-list > section .list-wrapper.align-left .flex-wrapper li:nth-child(4) {
    margin-top: 20px;
  }
  /* line 3849, ../../scss/new-style.scss */
  #chapel-list > section .list-wrapper.align-left .flex-wrapper::after {
    display: none;
  }
  /* line 3855, ../../scss/new-style.scss */
  #chapel-list > section .flex-wrapper {
    width: 640px;
    padding-right: 20px;
  }
  /* line 3857, ../../scss/new-style.scss */
  #chapel-list > section .flex-wrapper.width-100 {
    width: 100%;
  }
  /* line 3859, ../../scss/new-style.scss */
  #chapel-list > section .flex-wrapper.width-100 li {
    width: 48%;
  }
}
@media screen and (max-width: 479px) {
  /* line 3869, ../../scss/new-style.scss */
  #chapel-list {
    padding: 25px 20px 0;
  }
  /* line 3873, ../../scss/new-style.scss */
  #chapel-list > section h3 span {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 3882, ../../scss/new-style.scss */
  #chapel-list {
    padding: 25px 15px 0;
  }
  /* line 3886, ../../scss/new-style.scss */
  #chapel-list > section h3 span {
    font-size: 1.7rem;
  }
}
/* line 3894, ../../scss/new-style.scss */
#area-others {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #b6aca0;
}
/* line 3899, ../../scss/new-style.scss */
#area-others h2.section-title::after {
  display: none;
}
/* line 3904, ../../scss/new-style.scss */
#area-others .flex-wrapper {
  margin-top: 50px;
  padding: 0 20px;
  flex-wrap: wrap;
}
/* line 3909, ../../scss/new-style.scss */
#area-others .flex-wrapper .img-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 3913, ../../scss/new-style.scss */
#area-others .flex-wrapper .img-wrapper::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
/* line 3926, ../../scss/new-style.scss */
#area-others .flex-wrapper .guam .img-wrapper::after {
  background-color: #9292c5;
}
/* line 3933, ../../scss/new-style.scss */
#area-others .flex-wrapper .bali .img-wrapper::after {
  background-color: #d87c7c;
}
/* line 3940, ../../scss/new-style.scss */
#area-others .flex-wrapper .okinawa .img-wrapper::after {
  background-color: #c5844f;
}
/* line 3947, ../../scss/new-style.scss */
#area-others .flex-wrapper .hokkaido .img-wrapper::after {
  background-color: #50bfe2;
}
/* line 3954, ../../scss/new-style.scss */
#area-others .flex-wrapper .australia .img-wrapper::after {
  background-color: #D1BB39;
}
/* line 3959, ../../scss/new-style.scss */
#area-others .flex-wrapper .australia p em {
  display: block;
}
/* line 3966, ../../scss/new-style.scss */
#area-others .flex-wrapper .kyoto .img-wrapper::after {
  background-color: #A656B2;
}
/* line 3973, ../../scss/new-style.scss */
#area-others .flex-wrapper .europe .img-wrapper::after {
  background-color: #5489D6;
}
/* line 3980, ../../scss/new-style.scss */
#area-others .flex-wrapper p {
  margin-top: 20px;
  position: relative;
}
/* line 3983, ../../scss/new-style.scss */
#area-others .flex-wrapper p span {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2rem;
}
/* line 3989, ../../scss/new-style.scss */
#area-others .flex-wrapper p em {
  margin-left: 10px;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  color: #b3a99d;
}
/* line 3996, ../../scss/new-style.scss */
#area-others .flex-wrapper p::after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../img/area-detail/hawaii/link-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
}
/* line 4008, ../../scss/new-style.scss */
#area-others .flex-wrapper li {
  width: 23%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
/* line 4014, ../../scss/new-style.scss */
#area-others .flex-wrapper li a:hover {
  text-decoration: none;
}
/* line 4019, ../../scss/new-style.scss */
#area-others .flex-wrapper::after {
  content: "";
  display: block;
  width: 23%;
}
/* line 4026, ../../scss/new-style.scss */
#area-others a.btn {
  display: block;
  width: 270px;
  height: 52px;
  margin: 30px auto;
  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 4034, ../../scss/new-style.scss */
#area-others a.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 4043, ../../scss/new-style.scss */
#area-others a.btn:hover {
  opacity: .75;
}

@media screen and (max-width: 959px) {
  /* line 4050, ../../scss/new-style.scss */
  #area-others {
    margin-top: 80px;
    padding-top: 60px;
  }
  /* line 4054, ../../scss/new-style.scss */
  #area-others .flex-wrapper {
    margin-top: 40px;
    padding: 0;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 4062, ../../scss/new-style.scss */
  #area-others .flex-wrapper li {
    margin-top: 30px;
    margin-bottom: 0;
    width: 47%;
  }
  /* line 4068, ../../scss/new-style.scss */
  #area-others a.btn {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 599px) {
  /* line 4074, ../../scss/new-style.scss */
  #area-others {
    margin-top: 60px;
    padding-top: 50px;
  }
  /* line 4078, ../../scss/new-style.scss */
  #area-others .flex-wrapper {
    margin-top: 20px;
  }
  /* line 4081, ../../scss/new-style.scss */
  #area-others .flex-wrapper p {
    margin-top: 15px;
  }
  /* line 4083, ../../scss/new-style.scss */
  #area-others .flex-wrapper p span {
    font-size: 1.8rem;
    letter-spacing: .2rem;
  }
  /* line 4087, ../../scss/new-style.scss */
  #area-others .flex-wrapper p em {
    margin-left: 8px;
  }
  /* line 4092, ../../scss/new-style.scss */
  #area-others .flex-wrapper li {
    margin-top: 20px;
    width: 47%;
  }
  /* line 4098, ../../scss/new-style.scss */
  #area-others a.btn {
    width: 270px;
    height: 52px;
  }
  /* line 4101, ../../scss/new-style.scss */
  #area-others a.btn span {
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 4110, ../../scss/new-style.scss */
  #area-others .flex-wrapper {
    margin-top: 20px;
  }
  /* line 4113, ../../scss/new-style.scss */
  #area-others .flex-wrapper p {
    margin-top: 10px;
  }
  /* line 4115, ../../scss/new-style.scss */
  #area-others .flex-wrapper p span {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
  /* line 4119, ../../scss/new-style.scss */
  #area-others .flex-wrapper p em {
    margin-left: 6px;
  }
  /* line 4125, ../../scss/new-style.scss */
  #area-others a.btn {
    width: 250px;
    height: 48px;
    margin: 40px auto 30px;
  }
  /* line 4129, ../../scss/new-style.scss */
  #area-others a.btn span {
    padding-left: 20px;
    font-size: 1.5rem;
  }
}
/* CHAPEL */
/* line 4140, ../../scss/new-style.scss */
#chapel-detail-container {
  background-color: white;
  padding-top: 28px;
}

@media screen and (max-width: 768px) {
  /* line 4145, ../../scss/new-style.scss */
  #chapel-detail-container {
    background-color: white;
    padding-top: 47px;
  }
}
/* line 4152, ../../scss/new-style.scss */
#chapel-detail #main-visual {
  width: 100vw;
}
/* line 4155, ../../scss/new-style.scss */
#chapel-detail h1 {
  margin-top: 20px;
  position: relative;
}
/* line 4158, ../../scss/new-style.scss */
#chapel-detail h1 > * {
  display: block;
  text-align: center;
}
/* line 4162, ../../scss/new-style.scss */
#chapel-detail h1 span {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  letter-spacing: .2rem;
  color: #9a8e62;
}
/* line 4170, ../../scss/new-style.scss */
#chapel-detail h1 strong {
  margin-top: 15px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 3.5rem;
}
/* line 4176, ../../scss/new-style.scss */
#chapel-detail h1::after {
  content: "";
  width: 74px;
  height: 16px;
  background-image: url(../img/chapel/common/deco02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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: -36px;
}
/* line 4188, ../../scss/new-style.scss */
#chapel-detail #inpage-navi {
  margin-top: 80px;
  width: 760px;
}
/* line 4191, ../../scss/new-style.scss */
#chapel-detail #inpage-navi.three-columns {
  width: 640px;
}
/* line 4194, ../../scss/new-style.scss */
#chapel-detail #inpage-navi.two-columns {
  width: 280px;
}
/* line 4199, ../../scss/new-style.scss */
#chapel-detail.container {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  /* line 4208, ../../scss/new-style.scss */
  #chapel-detail h1 strong {
    font-size: 3rem;
  }
  /* line 4213, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi {
    margin-top: 80px;
    width: 540px;
  }
  /* line 4216, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi.three-columns {
    width: 480px;
  }
}
@media screen and (max-width: 599px) {
  /* line 4225, ../../scss/new-style.scss */
  #chapel-detail h1 span {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  /* line 4229, ../../scss/new-style.scss */
  #chapel-detail h1 strong {
    margin-top: 15px;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  /* line 4236, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi {
    width: 100%;
    margin-top: 60px;
  }
  /* line 4240, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi li:last-child {
    width: 50%;
  }
  /* line 4244, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi.three-columns {
    width: 100%;
  }
  /* line 4247, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi.three-columns li:last-child {
    width: 100%;
    border-right: none;
  }
  /* line 4253, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi.two-columns {
    width: 100%;
  }
  /* line 4256, ../../scss/new-style.scss */
  #chapel-detail #inpage-navi.two-columns li:last-child {
    width: 50%;
    border-right: none;
  }
}
@media screen and (max-width: 359px) {
  /* line 4270, ../../scss/new-style.scss */
  #chapel-detail h1 strong {
    margin-top: 13px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
/* line 4279, ../../scss/new-style.scss */
#chapel-concept {
  width: 100%;
  margin: 120px auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
/* line 4286, ../../scss/new-style.scss */
#chapel-concept::after {
  content: "";
  width: 860px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  z-index: -1;
  background-color: #f3f3ee;
}
/* line 4294, ../../scss/new-style.scss */
.hawaii #chapel-concept::after {
  background-color: #e9efef;
}
/* line 4297, ../../scss/new-style.scss */
.okinawa #chapel-concept::after {
  background-color: #f3edda;
}
/* line 4300, ../../scss/new-style.scss */
.guam #chapel-concept::after {
  background-color: #f2f2f8;
}
/* line 4303, ../../scss/new-style.scss */
.bali #chapel-concept::after {
  background-color: #fdf7f5;
}
/* line 4309, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper em {
  display: block;
  font-size: 9rem;
  line-height: 6rem;
  color: #e4e1dc;
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: absolute;
  right: -290px;
  top: 20px;
  z-index: 2;
}
/* line 4321, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .text {
  width: 49%;
  padding-left: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
/* line 4327, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .text strong {
  margin-top: 160px;
  padding-left: 20px;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #9a8e62;
  font-weight: normal;
  display: block;
  letter-spacing: .1rem;
}
/* line 4337, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .text p {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.6rem;
  letter-spacing: .1rem;
}
/* line 4346, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .img {
  width: 51%;
  position: relative;
  z-index: 1;
}
/* line 4350, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .img .img-wrapper {
  max-width: 630px;
  position: relative;
  float: right;
  z-index: 1;
}
/* line 4357, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .text-container {
  width: 410px;
  height: 390px;
  background-image: url(../img/chapel/common/deco-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
/* line 4366, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .text-container p {
  margin-top: 0;
  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%);
  color: #9a8e62;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
/* line 4377, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper .text-container.smaller p {
  font-size: 1.6rem;
  line-height: 3rem;
}
/* line 4383, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(2) {
  margin-top: 160px;
}
/* line 4385, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(2) .text-container {
  -moz-transform: translate(-380px, -160px);
  -ms-transform: translate(-380px, -160px);
  -webkit-transform: translate(-380px, -160px);
  transform: translate(-380px, -160px);
}
/* line 4388, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(2) .img-wrapper {
  float: left;
  -moz-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  -webkit-transform: translateX(-160px);
  transform: translateX(-160px);
}
/* line 4394, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(3) em {
  top: 40px;
  right: -290px;
}
/* line 4398, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(3) .text-container {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  -moz-transform: translate(320px, 230px);
  -ms-transform: translate(320px, 230px);
  -webkit-transform: translate(320px, 230px);
  transform: translate(320px, 230px);
}
/* line 4405, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(3) .img {
  height: 300px;
}
/* line 4408, ../../scss/new-style.scss */
#chapel-concept .flex-wrapper:nth-child(3) .img-wrapper {
  max-width: 460px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1079px) {
  /* line 4419, ../../scss/new-style.scss */
  #chapel-concept {
    margin: 120px auto;
    padding-bottom: 100px;
  }
  /* line 4422, ../../scss/new-style.scss */
  #chapel-concept::after {
    width: 860px;
    top: -40px;
  }
  /* line 4428, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper em {
    font-size: 7.2rem;
    line-height: 6rem;
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    right: -240px;
    top: 20px;
  }
  /* line 4435, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text {
    width: 49%;
    padding-left: 30px;
  }
  /* line 4438, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text strong {
    margin-top: 160px;
    padding-left: 20px;
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  /* line 4445, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .img {
    width: 51%;
  }
  /* line 4448, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container {
    width: 410px;
    height: 390px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 4454, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container p {
    margin-top: 0;
  }
  /* line 4458, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) {
    margin-top: 140px;
  }
  /* line 4460, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) .text-container {
    -moz-transform: translate(-320px, -160px);
    -ms-transform: translate(-320px, -160px);
    -webkit-transform: translate(-320px, -160px);
    transform: translate(-320px, -160px);
  }
  /* line 4463, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) .img-wrapper {
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  /* line 4468, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) em {
    top: 40px;
    right: -250px;
  }
  /* line 4472, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .text-container {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -moz-transform: translate(320px, 230px);
    -ms-transform: translate(320px, 230px);
    -webkit-transform: translate(320px, 230px);
    transform: translate(320px, 230px);
  }
  /* line 4479, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .img {
    height: 300px;
  }
  /* line 4482, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .img-wrapper {
    max-width: 460px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  /* line 4493, ../../scss/new-style.scss */
  #chapel-concept {
    margin: 80px auto;
    padding-bottom: 360px;
  }
  /* line 4496, ../../scss/new-style.scss */
  #chapel-concept::after {
    width: 480px;
    top: -20px;
  }
  /* line 4501, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 4503, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper em {
    position: relative;
    font-size: 7.2rem;
    line-height: 5rem;
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    float: none;
    right: 0;
    top: 10px;
    z-index: 2;
    text-align: center;
  }
  /* line 4514, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  /* line 4518, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text strong {
    margin-top: 40px;
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  /* line 4524, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text p {
    padding-left: 0;
    text-align: center;
  }
  /* line 4529, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .img {
    width: 100%;
  }
  /* line 4531, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .img .img-wrapper {
    max-width: 630px;
    margin: 0 auto;
    float: none;
    z-index: 1;
  }
  /* line 4538, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container {
    position: relative;
    margin: 0 auto;
  }
  /* line 4542, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) {
    margin-top: 40px;
  }
  /* line 4544, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) .text-container {
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  /* line 4547, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) .img-wrapper {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 4551, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) {
    -moz-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
  }
  /* line 4553, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) em {
    top: 0px;
    right: auto;
    text-align: center;
  }
  /* line 4557, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) em br {
    display: none;
  }
  /* line 4561, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .text-container {
    position: relative;
    margin: 0 auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  /* line 4570, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .img {
    height: 300px;
  }
  /* line 4573, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .img-wrapper {
    max-width: 630px;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 4584, ../../scss/new-style.scss */
  #chapel-concept {
    margin: 80px auto 60px;
    padding-bottom: 180px;
  }
  /* line 4587, ../../scss/new-style.scss */
  #chapel-concept::after {
    width: 360px;
  }
  /* line 4592, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper em {
    font-size: 6rem;
    line-height: 4rem;
  }
  /* line 4597, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text strong {
    margin-top: 30px;
    font-size: 2.1rem;
    line-height: 3.4rem;
  }
  /* line 4605, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container {
    width: 360px;
    height: 342px;
  }
  /* line 4608, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  /* line 4613, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container.smaller p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  /* line 4619, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  /* line 4626, ../../scss/new-style.scss */
  #chapel-concept {
    margin: 60px auto 40px;
    padding-bottom: 120px;
  }
  /* line 4629, ../../scss/new-style.scss */
  #chapel-concept::after {
    width: 240px;
  }
  /* line 4634, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper em {
    font-size: 5.4rem;
    line-height: 3.6rem;
  }
  /* line 4639, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text strong {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  /* line 4646, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  /* line 4651, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container.smaller p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 4661, ../../scss/new-style.scss */
  #chapel-concept {
    padding-bottom: 100px;
  }
  /* line 4663, ../../scss/new-style.scss */
  #chapel-concept::after {
    width: 240px;
  }
  /* line 4668, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper em {
    font-size: 5.4rem;
    line-height: 3.6rem;
  }
  /* line 4673, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text strong {
    margin-top: 30px;
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  /* line 4681, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper .text-container {
    width: 320px;
    height: 304px;
  }
  /* line 4685, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) {
    margin-top: 40px;
  }
  /* line 4687, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(2) .text-container {
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
  /* line 4691, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) {
    margin-top: 40px;
  }
  /* line 4693, ../../scss/new-style.scss */
  #chapel-concept .flex-wrapper:nth-child(3) .text-container {
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}
/* line 4702, ../../scss/new-style.scss */
#chapel-gallery .img-slider {
  margin-top: 80px;
  height: 550px;
}
/* line 4705, ../../scss/new-style.scss */
#chapel-gallery .img-slider .swiper-slide {
  width: 850px !important;
}

@media screen and (max-width: 959px) {
  /* line 4713, ../../scss/new-style.scss */
  #chapel-gallery .img-slider {
    height: 350px;
  }
  /* line 4715, ../../scss/new-style.scss */
  #chapel-gallery .img-slider .swiper-slide {
    width: 540px !important;
  }
}
@media screen and (max-width: 599px) {
  /* line 4723, ../../scss/new-style.scss */
  #chapel-gallery .img-slider {
    height: 260px;
  }
  /* line 4725, ../../scss/new-style.scss */
  #chapel-gallery .img-slider .swiper-slide {
    width: 400px !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 4733, ../../scss/new-style.scss */
  #chapel-gallery .img-slider {
    height: 208px;
  }
  /* line 4735, ../../scss/new-style.scss */
  #chapel-gallery .img-slider .swiper-slide {
    width: 320px !important;
  }
}
@media screen and (max-width: 359px) {
  /* line 4743, ../../scss/new-style.scss */
  #chapel-gallery .img-slider {
    height: 185px;
  }
  /* line 4745, ../../scss/new-style.scss */
  #chapel-gallery .img-slider .swiper-slide {
    width: 280px !important;
  }
}
/* line 4752, ../../scss/new-style.scss */
#chapel-hotel {
  margin-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2ed;
  padding-top: 100px;
}
/* line 4757, ../../scss/new-style.scss */
.hawaii #chapel-hotel {
  background-color: #e9efef;
}
/* line 4760, ../../scss/new-style.scss */
.okinawa #chapel-hotel {
  background-color: #f3edda;
}
/* line 4763, ../../scss/new-style.scss */
.guam #chapel-hotel {
  background-color: #f2f2f8;
}
/* line 4766, ../../scss/new-style.scss */
.bali #chapel-hotel {
  background-color: #fdf7f5;
}
/* line 4769, ../../scss/new-style.scss */
#chapel-hotel .hotel-logo {
  margin: 60px auto 40px;
  mix-blend-mode: multiply;
}
/* line 4773, ../../scss/new-style.scss */
#chapel-hotel .hotel-name {
  text-align: center;
  font-size: 2rem;
  color: #9a8e62;
  position: relative;
}
/* line 4778, ../../scss/new-style.scss */
#chapel-hotel .hotel-name::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #9a8e62;
  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: -40px;
}
/* line 4788, ../../scss/new-style.scss */
#chapel-hotel p {
  margin: 30px auto;
  width: 480px;
  line-height: 2.8rem;
}
/* line 4792, ../../scss/new-style.scss */
#chapel-hotel p.hotel-title {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
  color: #9a8e62;
  text-align: center;
  white-space: nowrap;
}
/* line 4802, ../../scss/new-style.scss */
#chapel-hotel .img-slider {
  margin-top: 70px;
  height: 450px;
}
/* line 4805, ../../scss/new-style.scss */
#chapel-hotel .img-slider .swiper-slide {
  width: 680px !important;
}

/* line 4811, ../../scss/new-style.scss */
.lani-lea-chapel .hotel-logo {
  width: 222px;
}

@media screen and (max-width: 1079px) {
  /* line 4819, ../../scss/new-style.scss */
  #chapel-hotel p.hotel-title {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  /* line 4826, ../../scss/new-style.scss */
  .lani-lea-chapel .hotel-logo {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  /* line 4832, ../../scss/new-style.scss */
  #chapel-hotel {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  /* line 4835, ../../scss/new-style.scss */
  #chapel-hotel .hotel-logo {
    margin: 60px auto 30px;
  }
  /* line 4838, ../../scss/new-style.scss */
  #chapel-hotel .hotel-name {
    font-size: 1.8rem;
  }
  /* line 4840, ../../scss/new-style.scss */
  #chapel-hotel .hotel-name::after {
    bottom: -30px;
  }
  /* line 4844, ../../scss/new-style.scss */
  #chapel-hotel p {
    margin: 30px auto;
    width: 100%;
    max-width: 460px;
    line-height: 2.8rem;
  }
  /* line 4849, ../../scss/new-style.scss */
  #chapel-hotel p.hotel-title {
    margin-top: 40px;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  /* line 4855, ../../scss/new-style.scss */
  #chapel-hotel .img-slider {
    margin-top: 40px;
    height: 360px;
  }
  /* line 4858, ../../scss/new-style.scss */
  #chapel-hotel .img-slider .swiper-slide {
    width: 540px !important;
  }

  /* line 4864, ../../scss/new-style.scss */
  .lani-lea-chapel .hotel-logo {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  /* line 4870, ../../scss/new-style.scss */
  #chapel-hotel {
    padding-top: 60px;
  }
  /* line 4872, ../../scss/new-style.scss */
  #chapel-hotel .hotel-logo {
    margin: 60px auto 20px;
  }
  /* line 4875, ../../scss/new-style.scss */
  #chapel-hotel p {
    margin: 25px auto;
    line-height: 2.8rem;
    text-align: left;
  }
  /* line 4879, ../../scss/new-style.scss */
  #chapel-hotel p.hotel-title {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
  /* line 4885, ../../scss/new-style.scss */
  #chapel-hotel .img-slider {
    margin-top: 30px;
    height: 265px;
  }
  /* line 4888, ../../scss/new-style.scss */
  #chapel-hotel .img-slider .swiper-slide {
    width: 400px !important;
  }

  /* line 4894, ../../scss/new-style.scss */
  .lani-lea-chapel .hotel-logo {
    width: 160px;
  }
}
@media screen and (max-width: 479px) {
  /* line 4901, ../../scss/new-style.scss */
  #chapel-hotel .img-slider {
    height: 215px;
  }
  /* line 4903, ../../scss/new-style.scss */
  #chapel-hotel .img-slider .swiper-slide {
    width: 320px !important;
  }
}
@media screen and (max-width: 359px) {
  /* line 4912, ../../scss/new-style.scss */
  #chapel-hotel p.hotel-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  /* line 4917, ../../scss/new-style.scss */
  #chapel-hotel .img-slider {
    height: 185px;
  }
  /* line 4919, ../../scss/new-style.scss */
  #chapel-hotel .img-slider .swiper-slide {
    width: 280px !important;
  }

  /* line 4925, ../../scss/new-style.scss */
  .lani-lea-chapel .hotel-logo {
    width: 150px;
  }
}
/* line 4931, ../../scss/new-style.scss */
#chapel-info {
  margin-top: 80px;
}
/* line 4934, ../../scss/new-style.scss */
#chapel-info .flex-wrapper {
  margin-top: 100px;
}
/* line 4936, ../../scss/new-style.scss */
#chapel-info .flex-wrapper .text {
  width: 50%;
  height: 280px;
  position: relative;
}
/* line 4940, ../../scss/new-style.scss */
#chapel-info .flex-wrapper .text table {
  width: 430px;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 40px;
  border: none;
}
/* line 4946, ../../scss/new-style.scss */
#chapel-info .flex-wrapper .text table th, #chapel-info .flex-wrapper .text table td {
  border: none;
  font-size: 1.4rem;
  padding: 0 10px 16px;
  white-space: nowrap;
}
/* line 4952, ../../scss/new-style.scss */
#chapel-info .flex-wrapper .text table th {
  border-right: 1px solid #796a56;
  color: #bab0a4;
}
/* line 4958, ../../scss/new-style.scss */
#chapel-info .flex-wrapper .text table tr:last-child th, #chapel-info .flex-wrapper .text table tr:last-child td {
  padding-bottom: 0;
}
/* line 4966, ../../scss/new-style.scss */
#chapel-info .flex-wrapper #chapel-map-google {
  width: 50%;
  height: 280px;
  background-color: #f6f6f6;
  position: relative;
}
/* line 4971, ../../scss/new-style.scss */
#chapel-info .flex-wrapper #chapel-map-google iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  /* line 4985, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 80px;
  }
  /* line 4988, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text {
    width: 100%;
    height: auto;
  }
  /* line 4991, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table {
    max-width: 100%;
    width: 480px;
    margin: 20px auto 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    right: auto;
    top: 0;
  }
  /* line 5003, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper #chapel-map-google {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 599px) {
  /* line 5011, ../../scss/new-style.scss */
  #chapel-info {
    margin-top: 60px;
  }
  /* line 5013, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper {
    margin-top: 70px;
  }
  /* line 5020, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper #chapel-map-google {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 479px) {
  /* line 5030, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text {
    padding: 0 20px;
  }
  /* line 5033, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table tbody, #chapel-info .flex-wrapper .text table tr {
    display: block;
    width: 100%;
  }
  /* line 5037, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table th, #chapel-info .flex-wrapper .text table td {
    display: block;
    border-right: none;
    text-align: center;
  }
  /* line 5042, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table th {
    padding-top: 10px;
    padding-bottom: 4px;
  }
  /* line 5046, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table td {
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcd9d4;
  }
  /* line 5052, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table tr:first-child th {
    padding-top: 0;
  }
  /* line 5057, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper .text table tr:last-child td {
    padding-bottom: 10px;
  }
  /* line 5065, ../../scss/new-style.scss */
  #chapel-info .flex-wrapper #chapel-map-google {
    width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 359px) {
  /* line 5075, ../../scss/new-style.scss */
  #chapel-map .flex-wrapper #chapel-map-google {
    height: 200px;
  }
}
/* line 5082, ../../scss/new-style.scss */
#wedding-plan, .to-plan {
  margin-top: 80px;
  padding-bottom: 20px;
}
/* line 5086, ../../scss/new-style.scss */
#wedding-plan.cv-hawaii, .to-plan.cv-hawaii {
  margin-top: 60px;
}
/* line 5091, ../../scss/new-style.scss */
#wedding-plan a.btn, .to-plan a.btn {
  display: block;
  width: 320px;
  height: 52px;
  margin: 0 auto 20px;
  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 5099, ../../scss/new-style.scss */
#wedding-plan a.btn span, .to-plan a.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 5107, ../../scss/new-style.scss */
#wedding-plan a.btn.long span, .to-plan a.btn.long span {
  font-size: 1.5rem;
  letter-spacing: 0;
}
/* line 5114, ../../scss/new-style.scss */
#wedding-plan a.btn:hover, .to-plan a.btn:hover {
  opacity: .75;
}
/* line 5117, ../../scss/new-style.scss */
#wedding-plan a.btn:last-child, .to-plan a.btn:last-child {
  margin-bottom: 0;
}

/* line 5123, ../../scss/new-style.scss */
#wedding-plan a.btn-first {
  margin-top: 80px;
}

/* line 5127, ../../scss/new-style.scss */
.to-plan {
  margin-top: 0;
}

/* line 5132, ../../scss/new-style.scss */
#plan-btns a.btn span {
  font-size: 1.5rem;
  letter-spacing: 0;
  padding-left: 30px;
}
/* line 5138, ../../scss/new-style.scss */
#plan-btns a.btn.long span {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  /* line 5147, ../../scss/new-style.scss */
  #wedding-plan a.btn-first {
    margin-top: 60px;
  }

  /* line 5152, ../../scss/new-style.scss */
  .to-plan.cv-hawaii {
    margin-top: 40px;
  }
}
@media screen and (max-width: 359px) {
  /* line 5159, ../../scss/new-style.scss */
  #wedding-plan a.btn, .to-plan a.btn {
    width: 300px;
  }
}
/* line 5165, ../../scss/new-style.scss */
#other-chapels {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #796a56;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 5175, ../../scss/new-style.scss */
#other-chapels h2::after {
  display: none;
}
/* line 5180, ../../scss/new-style.scss */
#other-chapels .flex-wrapper {
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 5183, ../../scss/new-style.scss */
#other-chapels .flex-wrapper li {
  margin-bottom: 30px;
}
/* line 5187, ../../scss/new-style.scss */
#other-chapels .img-wrapper {
  width: 200px;
}
/* line 5190, ../../scss/new-style.scss */
#other-chapels p {
  margin-top: 10px;
}
/* line 5192, ../../scss/new-style.scss */
#other-chapels p > * {
  display: block;
  text-align: center;
}
/* line 5196, ../../scss/new-style.scss */
#other-chapels p span {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .2rem;
}
/* line 5202, ../../scss/new-style.scss */
#other-chapels p em {
  margin-top: 5px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 959px) {
  /* line 5211, ../../scss/new-style.scss */
  #other-chapels {
    margin-top: 60px;
    padding-top: 60px;
  }
  /* line 5215, ../../scss/new-style.scss */
  #other-chapels .flex-wrapper {
    padding-top: 40px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 5221, ../../scss/new-style.scss */
  #other-chapels .flex-wrapper li {
    width: 47%;
    margin-bottom: 20px;
  }
  /* line 5226, ../../scss/new-style.scss */
  #other-chapels .img-wrapper {
    width: 100%;
  }
  /* line 5229, ../../scss/new-style.scss */
  #other-chapels p {
    margin-top: 10px;
  }
  /* line 5231, ../../scss/new-style.scss */
  #other-chapels p span {
    font-size: 1.4rem;
    letter-spacing: .2rem;
  }
  /* line 5235, ../../scss/new-style.scss */
  #other-chapels p em {
    margin-top: 5px;
  }
}
@media screen and (max-width: 479px) {
  /* line 5243, ../../scss/new-style.scss */
  #other-chapels .flex-wrapper {
    padding-top: 30px;
  }
  /* line 5245, ../../scss/new-style.scss */
  #other-chapels .flex-wrapper li {
    width: 48%;
  }
  /* line 5250, ../../scss/new-style.scss */
  #other-chapels p span {
    letter-spacing: .1rem;
    word-break: keep-all;
  }
  /* line 5254, ../../scss/new-style.scss */
  #other-chapels p em {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
/* line 5262, ../../scss/new-style.scss */
#chapel-overlay {
  width: 0;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: opacity linear;
  -o-transition: opacity linear;
  -webkit-transition: opacity linear;
  transition: opacity linear;
  overflow: hidden;
}
/* line 5273, ../../scss/new-style.scss */
#chapel-overlay.is-active {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}
/* line 5278, ../../scss/new-style.scss */
#chapel-overlay #chapel-overlay-container {
  max-width: 800px;
  width: calc(100vw - 40px);
  height: auto;
  padding: 20px 0 40px;
  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%);
  background-color: white;
  overflow: hidden;
}
@media screen and (max-width: 359px) {
  /* line 5278, ../../scss/new-style.scss */
  #chapel-overlay #chapel-overlay-container {
    width: calc(100% - 20px);
  }
}
/* line 5290, ../../scss/new-style.scss */
#chapel-overlay .chapel-overlay-info {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  -moz-transition: opacity linear;
  -o-transition: opacity linear;
  -webkit-transition: opacity linear;
  transition: opacity linear;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 5299, ../../scss/new-style.scss */
#chapel-overlay .chapel-overlay-info.is-active {
  width: 100%;
  height: auto;
  background-color: white;
  opacity: 1;
  position: relative;
}
/* line 5307, ../../scss/new-style.scss */
#chapel-overlay .title {
  margin-top: 20px;
  position: relative;
}
/* line 5310, ../../scss/new-style.scss */
#chapel-overlay .title > * {
  display: block;
  text-align: center;
}
/* line 5314, ../../scss/new-style.scss */
#chapel-overlay .title span {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  letter-spacing: .1rem;
  color: #9a8e62;
}
/* line 5322, ../../scss/new-style.scss */
#chapel-overlay .title strong {
  margin-top: 10px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #796a56;
}
@media screen and (max-width: 479px) {
  /* line 5322, ../../scss/new-style.scss */
  #chapel-overlay .title strong {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
/* line 5333, ../../scss/new-style.scss */
#chapel-overlay .title::after {
  content: "";
  width: 74px;
  height: 16px;
  background-image: url(../img/chapel/common/deco02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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: -26px;
}
/* line 5344, ../../scss/new-style.scss */
#chapel-overlay .img-wrapper {
  margin: 50px auto 30px;
  max-width: 640px;
  width: 100%;
}
/* line 5349, ../../scss/new-style.scss */
#chapel-overlay .no-info {
  margin: 80px auto 30px;
  max-width: 540px;
  width: calc(100% - 40px);
  padding: 20px;
  border: 1px solid #9a8e62;
  background-color: white;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 359px) {
  /* line 5349, ../../scss/new-style.scss */
  #chapel-overlay .no-info {
    width: calc(100% - 20px);
  }
}
/* line 5361, ../../scss/new-style.scss */
#chapel-overlay .no-info::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../img/chapel/common/overlay/chapel-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -13.5px;
}
/* line 5370, ../../scss/new-style.scss */
#chapel-overlay .no-info::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% + 10px);
  border: 1px solid #9a8e62;
  position: absolute;
  top: -5px;
  left: 5px;
  z-index: -1;
}
/* line 5382, ../../scss/new-style.scss */
#chapel-overlay .description > * {
  display: block;
}
/* line 5385, ../../scss/new-style.scss */
#chapel-overlay .description strong {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #9a8e62;
  text-align: center;
}
@media screen and (max-width: 479px) {
  /* line 5385, ../../scss/new-style.scss */
  #chapel-overlay .description strong {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 5385, ../../scss/new-style.scss */
  #chapel-overlay .description strong {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  /* line 5398, ../../scss/new-style.scss */
  #chapel-overlay .description strong br {
    display: none;
  }
}
/* line 5403, ../../scss/new-style.scss */
#chapel-overlay .description p {
  margin: 20px auto;
  max-width: 540px;
  width: calc(100% - 40px);
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: .1rem;
  color: #796a56;
  text-align: justify;
}
/* line 5413, ../../scss/new-style.scss */
#chapel-overlay .description a.button {
  margin: 30px auto 0;
  width: 200px;
  height: 52px;
  background-image: url(../img/chapel/common/overlay/btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 5420, ../../scss/new-style.scss */
#chapel-overlay .description a.button > span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: white;
  padding-left: 20px;
  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%);
}
/* line 5429, ../../scss/new-style.scss */
#chapel-overlay .description a.button2 {
  margin: 40px auto 0;
  width: 390px;
  height: 52px;
  background-image: url(../img/chapel/common/overlay/btn2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  white-space: nowrap;
}
/* line 5437, ../../scss/new-style.scss */
#chapel-overlay .description a.button2 > span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: white;
  padding-left: 15px;
  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: 479px) {
  /* line 5429, ../../scss/new-style.scss */
  #chapel-overlay .description a.button2 {
    width: 300px;
    height: 44px;
    background-image: url(../img/chapel/common/overlay/btn2-sp.png);
  }
  /* line 5449, ../../scss/new-style.scss */
  #chapel-overlay .description a.button2 > span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-left: 10px;
  }
}
/* line 5457, ../../scss/new-style.scss */
#chapel-overlay .prev, #chapel-overlay .next {
  width: 26px;
  height: 51px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10001;
  top: 200px;
  display: none;
}
/* line 5466, ../../scss/new-style.scss */
#chapel-overlay .has-navi.is-active ~ .prev {
  display: block;
}
/* line 5469, ../../scss/new-style.scss */
#chapel-overlay .has-navi.is-active ~ .next {
  display: block;
}
/* line 5472, ../../scss/new-style.scss */
#chapel-overlay .prev {
  background-image: url(../img/chapel/common/overlay/left.png);
  left: 20px;
}
/* line 5476, ../../scss/new-style.scss */
#chapel-overlay .next {
  background-image: url(../img/chapel/common/overlay/right.png);
  right: 20px;
}
/* line 5480, ../../scss/new-style.scss */
#chapel-overlay .close-overlay {
  width: 36px;
  height: 36px;
  background-image: url(../img/chapel/common/overlay/close.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

/* Agreements 上書き */
@media screen and (min-width: 640px) {
  /* line 5495, ../../scss/new-style.scss */
  .c-headTitle.smaller {
    font-size: 3.8rem;
  }

  /* line 5499, ../../scss/new-style.scss */
  .agreements-link-list {
    padding-bottom: 80px;
  }
  /* line 5501, ../../scss/new-style.scss */
  .agreements-link-list .c-indexMenu__item__link {
    padding: 20px 0;
  }
  /* line 5503, ../../scss/new-style.scss */
  .agreements-link-list .c-indexMenu__item__link.long {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  /* line 5510, ../../scss/new-style.scss */
  .agreements-link-list {
    padding-bottom: 60px;
  }
  /* line 5513, ../../scss/new-style.scss */
  .agreements-link-list .c-indexMenu__item__link .u-sm-ds-none {
    display: block !important;
  }
}
