/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../img/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/****************************************************
 * PART STUNNING VIEWS
 */
.stunning-views .m-square {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5ZjFlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #46aaf7 0%, #49f1ee 100%);
  background-image: -webkit-linear-gradient(45deg, #46aaf7 0%, #49f1ee 100%);
  background-image: linear-gradient(45deg, #46aaf7 0%, #49f1ee 100%);
}
.stunning-views .hdr .text .title:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  content: '';
}
.stunning-views .hdr .text .title--hateno-hama {
  padding-top: 128px;
}
.stunning-views .hdr .text .title--hateno-hama:after {
  background-image: url("../img/stunning-views/hateno-hama/img_star.png");
  width: 378px;
  height: 257px;
  top: 0;
  left: -105px;
}
.stunning-views .hdr .text .title--sealgachi-bashi {
  padding-top: 152px;
}
.stunning-views .hdr .text .title--sealgachi-bashi:after {
  background-image: url("../img/stunning-views/sealgachi-bashi/img_star.png");
  width: 497px;
  height: 77px;
  top: 75px;
  left: -106px;
}
.stunning-views .hdr .text .title--tatami-ishi {
  padding-top: 140px;
}
.stunning-views .hdr .text .title--tatami-ishi:after {
  background-image: url("../img/stunning-views/tatami-ishi/img_star.png");
  width: 357px;
  height: 147px;
  top: 49px;
  left: -143px;
}
.stunning-views .hdr .text .title--goe-no-matsu {
  padding-top: 152px;
}
.stunning-views .hdr .text .title--goe-no-matsu:after {
  background-image: url("../img/stunning-views/goe-no-matsu/img_star.png");
  width: 477px;
  height: 127px;
  top: 25px;
  left: -138px;
}
.stunning-views .hdr .text .title--ishikiri-ba {
  padding-top: 140px;
}
.stunning-views .hdr .text .title--ishikiri-ba:after {
  background-image: url("../img/stunning-views/ishikiri-ba/img_star.png");
  width: 437px;
  height: 207px;
  top: 65px;
  left: -134px;
}
.stunning-views .btn a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMzQxNTA2IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjY1ODQ5NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5ZjFlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(345deg, #46aaf7 0%, #49f1ee 100%);
  background-image: -webkit-linear-gradient(345deg, #46aaf7 0%, #49f1ee 100%);
  background-image: linear-gradient(105deg, #46aaf7 0%, #49f1ee 100%);
}
.stunning-views .btn a span {
  color: #46aaf7;
}
.stunning-views .btn a span:after {
  border-color: #46aaf7 #46aaf7 transparent transparent;
}
.stunning-views .hateno-hama .cp-section__inner {
  padding-bottom: 190px;
}
.stunning-views .hateno-hama .map {
  top: 49px;
  left: -15px;
}
.stunning-views .hateno-hama .map a {
  top: 15px;
  right: 4px;
}
.stunning-views .hateno-hama .hdr .m-square-01 {
  width: 112px;
  height: 112px;
  top: -60px;
  left: 177px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(1) {
  padding-top: 100px;
  margin-bottom: 93px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(1) .m-square-01 {
  width: 120px;
  height: 120px;
  top: 167px;
  left: 111px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) {
  margin-bottom: 56px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .m-square-01 {
  width: 80px;
  height: 80px;
  top: 307px;
  left: -10px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message {
  width: 235px;
  top: 113px;
  right: 5px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message p {
  background: url("../img/stunning-views/hateno-hama/img_line-message-01.png") no-repeat 100% 100%;
  padding: 0 16px 85px 0;
  margin-bottom: 24px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message .instagramer {
  width: 58px;
  margin-left: 160px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-left: 27px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .photo-comment {
  width: 394px;
  margin: -137px 0 0 auto;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) {
  height: 565px;
  margin-bottom: 33px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .m-square-01 {
  width: 84px;
  height: 80px;
  top: 41px;
  left: -8px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .photo-comment {
  width: 220px;
  position: absolute;
  top: 88px;
  left: 95px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message {
  width: 302px;
  padding-right: 107px;
  bottom: 0;
  left: 21px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message p {
  padding: 33px 0;
  position: relative;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message p:before, .stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message p:after {
  display: block;
  background: url("../img/stunning-views/hateno-hama/img_line-message-02.png") no-repeat 50% 0;
  background-size: contain;
  width: 100%;
  height: 15px;
  position: absolute;
  content: '';
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message p:before {
  top: 0;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message p:after {
  bottom: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message .instagramer {
  width: 95px;
  position: absolute;
  top: 7px;
  right: 0;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(4) {
  padding-left: 174px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(4) .m-square-01 {
  width: 90px;
  height: 90px;
  top: 525px;
  right: 108px;
}
.stunning-views .sealgachi-bashi .cp-section__inner {
  padding-bottom: 190px;
}
.stunning-views .sealgachi-bashi .hdr {
  padding-top: 61px;
}
.stunning-views .sealgachi-bashi .hdr .m-square-01 {
  width: 78px;
  height: 78px;
  top: -61px;
  left: -123px;
}
.stunning-views .sealgachi-bashi .map {
  top: 283px;
  right: -48px;
}
.stunning-views .sealgachi-bashi .map a {
  top: 15px;
  right: 92px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(1) {
  padding: 100px 0 15px;
  margin-bottom: 65px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(1) .note {
  background: url("../img/stunning-views/sealgachi-bashi/img_arrow.png") no-repeat 100% 0;
  min-height: 237px;
  padding: 33px 53px 104px 0;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.38;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 165px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(1) .m-square-01 {
  width: 64px;
  height: 64px;
  top: -13px;
  left: 0;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(1) .m-square-02 {
  width: 112px;
  height: 112px;
  bottom: 0;
  right: -12px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) {
  margin-bottom: 56px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 500px;
  margin-left: 40px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .m-square-01 {
  width: 124px;
  height: 124px;
  bottom: 46px;
  left: -68px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) > .photo {
  position: absolute;
  top: 110px;
  left: 503px;
  z-index: 50;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .message {
  width: 300px;
  padding-bottom: 102px;
  bottom: 7px;
  right: 49px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .message p {
  background: url("../img/stunning-views/sealgachi-bashi/img_line-message-01.png") no-repeat 100% 0;
  width: 245px;
  min-height: 237px;
  padding: 40px 38px 54px 0;
  margin-bottom: 14px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .message .instagramer {
  width: 72px;
  position: absolute;
  top: 152px;
  right: 0;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .photo-comment {
  width: 394px;
  margin: -137px 0 0 auto;
}
.stunning-views .tatami-ishi .cp-section__inner {
  padding-bottom: 190px;
}
.stunning-views .tatami-ishi .hdr {
  padding-top: 58px;
}
.stunning-views .tatami-ishi .hdr .m-square-01 {
  width: 100px;
  height: 100px;
  top: -58px;
  right: -123px;
}
.stunning-views .tatami-ishi .map {
  top: 44px;
  right: 55px;
}
.stunning-views .tatami-ishi .map a {
  top: 33px;
  right: 93px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) {
  padding: 100px 0 55px;
  margin-bottom: 65px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 600px;
  margin-left: 34px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .m-square-01 {
  width: 60px;
  height: 60px;
  top: 12px;
  right: 186px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .m-square-02 {
  width: 100px;
  height: 100px;
  bottom: 0;
  right: -17px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message {
  width: 312px;
  padding-bottom: 131px;
  bottom: 57px;
  right: -29px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message p {
  background: url("../img/stunning-views/tatami-ishi/img_line-message-01.png") no-repeat 100% 100%;
  width: 232px;
  min-height: 197px;
  padding: 0 11px 60px 30px;
  margin: 0 0 14px auto;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message .instagramer {
  width: 86px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(2) {
  margin-bottom: 56px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 600px;
  margin-left: auto;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(2) .m-square-01 {
  width: 124px;
  height: 124px;
  top: 51px;
  left: -41px;
}
.stunning-views .goe-no-matsu .cp-section__inner {
  padding-bottom: 184px;
}
.stunning-views .goe-no-matsu .hdr .m-square-01 {
  width: 80px;
  height: 80px;
  top: 102px;
  left: -431px;
}
.stunning-views .goe-no-matsu .map {
  top: 93px;
  right: -31px;
}
.stunning-views .goe-no-matsu .map a {
  top: -2px;
  left: 27px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) {
  padding: 106px 0 0;
  margin-bottom: 55px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 500px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .m-square-01 {
  width: 73px;
  height: 73px;
  top: 135px;
  right: 220px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .m-square-02 {
  width: 112px;
  height: 112px;
  bottom: 110px;
  left: 475px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .message {
  width: 348px;
  padding-bottom: 24px;
  bottom: 316px;
  right: 55px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .message p {
  background: url("../img/stunning-views/goe-no-matsu/img_line-message-01.png") no-repeat 100% 100%;
  width: 272px;
  min-height: 213px;
  padding: 0 68px 75px 0;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .message .instagramer {
  width: 98px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(2) {
  margin-bottom: 56px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 600px;
  margin: 0 29px 0 auto;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(2) .m-square-01 {
  width: 80px;
  height: 80px;
  bottom: -24px;
  left: 0;
}
.stunning-views .ishikiri-ba .hdr {
  padding-top: 67px;
}
.stunning-views .ishikiri-ba .hdr .m-square-01 {
  width: 100px;
  height: 100px;
  top: -67px;
  right: -149px;
}
.stunning-views .ishikiri-ba .map {
  top: 16px;
  right: 16px;
}
.stunning-views .ishikiri-ba .map a {
  top: -26px;
  left: 6px;
}
.stunning-views .ishikiri-ba .cp-spot {
  margin-bottom: 202px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) {
  padding: 102px 0 0;
  margin-bottom: 71px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 600px;
  margin-left: 35px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .m-square-01 {
  width: 160px;
  height: 160px;
  top: 93px;
  right: -72px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .message {
  width: 280px;
  bottom: -2px;
  right: 20px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .message p {
  background: url("../img/stunning-views/ishikiri-ba/img_line-message-01.png") no-repeat 100% 100%;
  width: 241px;
  min-height: 163px;
  padding: 0 19px 48px 51px;
  margin: 0 0 24px auto;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .message .instagramer {
  width: 280px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(2) {
  margin-bottom: 56px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 600px;
  margin: 0 0 0 auto;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(2) .m-square-01 {
  width: 80px;
  height: 80px;
  bottom: 190px;
  left: -31px;
}

/****************************************************
 * PART HAPPY
 */
.happy .m-square {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(45deg, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(45deg, #60e684 0%, #d9f179 100%);
}
.happy .hdr .text .title--eef-beach {
  padding-top: 133px;
}
.happy .hdr .text .title--umabokujou {
  padding-top: 152px;
}
.happy .hdr .text .title--bade-haus {
  padding-top: 72px;
}
.happy .hdr .text .title--bade-haus + p {
  margin-right: -16px;
}
.happy .hdr .text .title--tsumugi {
  padding-top: 152px;
}
.happy .hdr .text .title--tsumugi + p {
  margin-left: -16px;
}
.happy .hdr .text .title--sweets {
  padding-top: 109px;
}
.happy .btn a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMzQxNTA2IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjY1ODQ5NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(345deg, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(345deg, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(105deg, #60e684 0%, #d9f179 100%);
}
.happy .btn a span {
  color: #44e469;
}
.happy .btn a span:after {
  border-color: #65e683 #65e683 transparent transparent;
}
.happy .eef-beach .cp-section__inner {
  padding-bottom: 170px;
}
.happy .eef-beach .map {
  top: 45px;
  right: -50px;
}
.happy .eef-beach .map a {
  top: 40px;
  right: 113px;
}
.happy .eef-beach .hdr .m-square-01 {
  width: 112px;
  height: 112px;
  top: -60px;
  right: 556px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) {
  padding-top: 100px;
  margin-bottom: 50px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin: 0 0 54px 58px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .photo-comment {
  margin: 0 0 0 321px;
  position: relative;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .photo-comment:before {
  display: block;
  background: url("../img/happy/eef-beach/img_wave-01.png") no-repeat 0 0;
  width: 121px;
  height: 171px;
  position: absolute;
  top: 141px;
  left: -253px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message {
  width: 233px;
  top: 430px;
  right: 14px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message p {
  background: url("../img/happy/eef-beach/img_line-message-01.png") no-repeat 0 100%;
  padding: 0 19px 48px 17px;
  margin-bottom: 29px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message .instagramer {
  width: 94px;
  margin-left: 132px;
  position: relative;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message .instagramer:before {
  display: block;
  background: url("../img/happy/eef-beach/img_heart-01.png") no-repeat 0 0;
  width: 77px;
  height: 170px;
  position: absolute;
  top: 3px;
  left: -111px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(1) .m-square-01 {
  width: 120px;
  height: 120px;
  top: 163px;
  right: -14px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .m-square-02 {
  width: 80px;
  height: 80px;
  top: 1071px;
  left: -10px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .text {
  position: absolute;
  top: 127px;
  right: 96px;
  z-index: 200;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-child(2) {
  margin: 0 0 0 117px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-child(3) {
  margin: -152px 0 40px 599px;
  position: relative;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-child(3):before, .happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-child(3):after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 200;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-child(3):before {
  background-image: url("../img/happy/eef-beach/img_wave-02.png");
  width: 40px;
  height: 205px;
  top: -296px;
  right: 12px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-child(3):after {
  background-image: url("../img/happy/eef-beach/img_arrow-01.png");
  width: 396px;
  height: 632px;
  top: -3px;
  right: 69px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .m-square-01 {
  width: 145px;
  height: 145px;
  top: 69px;
  right: -21px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .m-square-02 {
  width: 84px;
  height: 84px;
  top: 446px;
  left: -22px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message {
  width: 315px;
  bottom: 0;
  right: -37px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message p {
  background: url("../img/happy/eef-beach/img_line-message-02.png") no-repeat 0 100%;
  padding: 0 47px 30px 64px;
  margin-bottom: 10px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .instagramer {
  width: 160px;
  margin: 0 0 48px 81px;
  position: relative;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .instagramer:before {
  display: block;
  background: url("../img/happy/eef-beach/img_heart-02.png") no-repeat 0;
  width: 77px;
  height: 122px;
  position: absolute;
  top: 14px;
  left: -84px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .btn {
  width: 200px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .btn a {
  height: auto;
  text-align: left;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .btn span {
  padding: 16px 0 16px 23px;
  line-height: 1.71;
  position: relative;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .btn span:after {
  line-height: 80px;
  position: absolute;
  top: 35px;
  right: 11px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-left: 27px;
  z-index: 300;
}
.happy .umabokujou .cp-section__inner {
  padding-bottom: 226px;
}
.happy .umabokujou .map {
  top: 87px;
  right: -48px;
}
.happy .umabokujou .map a {
  top: 38px;
  left: 120px;
}
.happy .umabokujou .hdr .m-square-01 {
  width: 78px;
  height: 78px;
  top: -65px;
  left: -114px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) {
  padding-top: 102px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) {
  margin: -295px 0 0 404px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(3) {
  margin: -152px 0 0 78px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 500px;
  margin: -86px 0 0 409px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 106px;
  height: 106px;
  top: 160px;
  left: -148px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message {
  width: 267px;
  bottom: 63px;
  left: 16px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message p {
  background: url("../img/happy/umabokujou/img_line-message-01.png") no-repeat 0 100%;
  padding: 0 36px 76px 23px;
  margin-bottom: 4px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message .instagramer {
  width: 118px;
  margin-left: 137px;
  position: relative;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message .instagramer:before {
  display: block;
  background: url("../img/happy/umabokujou/img_heart-01.png") no-repeat 0 0;
  width: 245px;
  height: 175px;
  position: absolute;
  top: -68px;
  right: -58px;
  content: '';
}
.happy .umabokujou .cp-spot .block:nth-child(1) .m-square-01 {
  width: 64px;
  height: 64px;
  top: 12px;
  left: -35px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .m-square-02 {
  width: 112px;
  height: 112px;
  top: 306px;
  right: -12px;
  z-index: 200;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .m-square-03 {
  width: 124px;
  height: 124px;
  bottom: 0;
  left: -68px;
}
.happy .bade-haus .cp-section__inner {
  padding-bottom: 230px;
}
.happy .bade-haus .map {
  top: 44px;
  right: 55px;
}
.happy .bade-haus .map a {
  top: 36px;
  right: 88px;
}
.happy .bade-haus .hdr .m-square-01 {
  width: 100px;
  height: 100px;
  top: -58px;
  right: -123px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) {
  padding-top: 100px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .cp-insta-frame:nth-child(1) {
  margin: 0 0 69px 35px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .cp-insta-frame:nth-child(2) {
  z-index: 300;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .cp-insta-frame:nth-child(2):before {
  display: block;
  background: url("../img/happy/bade-haus/img_heart-01.png") no-repeat 0 0;
  width: 134px;
  height: 139px;
  position: absolute;
  top: 155px;
  left: -250px;
  content: '';
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message {
  width: 299px;
  top: 305px;
  right: -9px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message p {
  background: url("../img/happy/bade-haus/img_line-message-01.png") no-repeat 0 100%;
  padding: 0 35px 66px 50px;
  margin-bottom: -20px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message .instagramer {
  width: 74px;
  margin-left: 106px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .m-square-01 {
  width: 60px;
  height: 60px;
  top: 12px;
  right: 186px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .m-square-02 {
  width: 100px;
  height: 100px;
  top: 578px;
  right: -17px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .m-square-03 {
  width: 156px;
  height: 156px;
  bottom: 413px;
  left: -41px;
}
.happy .tsumugi .cp-section__inner {
  padding-bottom: 214px;
}
.happy .tsumugi .map {
  top: 93px;
  right: -59px;
}
.happy .tsumugi .map a {
  top: -1px;
  right: 119px;
}
.happy .tsumugi .hdr .m-square-01 {
  width: 80px;
  height: 80px;
  top: 102px;
  left: -431px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) {
  padding-top: 72px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) {
  margin: -277px 0 29px 477px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 500px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 100px;
  height: 100px;
  top: 81px;
  right: -148px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message {
  width: 385px;
  padding-left: 95px;
  bottom: 123px;
  right: 17px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message p {
  background: url("../img/happy/tsumugi/img_line-message-01.png") no-repeat 0 0;
  padding: 51px 20px 59px 50px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message .instagramer {
  width: 81px;
  position: absolute;
  top: 29px;
  left: 0;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message .instagramer:before {
  display: block;
  background: url("../img/happy/tsumugi/img_heart-01.png") no-repeat 0 0;
  width: 128px;
  height: 400px;
  position: absolute;
  top: -122px;
  left: 1px;
  content: '';
}
.happy .tsumugi .cp-spot .block:nth-child(1) .m-square-01 {
  width: 73px;
  height: 73px;
  top: 147px;
  right: 185px;
  z-index: 200;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .m-square-02 {
  width: 112px;
  height: 112px;
  top: 512px;
  left: 0;
}
.happy .tsumugi .cp-spot .block:nth-child(2) {
  padding-top: 46px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .photo-comment {
  width: 350px;
  margin-right: 46px;
  margin-bottom: 24px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .photo-comment .m-square-01 {
  width: 170px;
  height: 170px;
  top: -162px;
  right: -67px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 500px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  bottom: 29px;
  right: -89px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .cp-insta-frame:before {
  display: block;
  background: url("../img/happy/tsumugi/img_heart-02.png") no-repeat 0 0;
  width: 125px;
  height: 147px;
  position: absolute;
  bottom: 159px;
  right: -227px;
  content: '';
}
.happy .tsumugi .cp-spot .block:nth-child(2) > .m-square-01 {
  width: 120px;
  height: 120px;
  top: 234px;
  left: -40px;
}
.happy .sweets .cp-section__inner {
  padding-bottom: 258px;
}
.happy .sweets .hdr .photo img {
  position: relative;
  z-index: 100;
}
.happy .sweets .hdr .m-square-01 {
  width: 100px;
  height: 100px;
  top: -67px;
  right: -51px;
  z-index: 0;
}
.happy .sweets .cp-spot .block:nth-child(1) {
  padding-top: 82px;
}
.happy .sweets .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 500px;
}
.happy .sweets .cp-spot .block:nth-child(1) .map {
  top: 286px;
  left: 234px;
}
.happy .sweets .cp-spot .block:nth-child(1) .map a {
  top: -28px;
  left: 42px;
}
.happy .sweets .cp-spot .block:nth-child(1) .m-square-01 {
  width: 160px;
  height: 160px;
  top: -12px;
  right: -72px;
  z-index: 10;
}
.happy .sweets .cp-spot .block:nth-child(1) .m-square-02 {
  width: 123px;
  height: 123px;
  top: 198px;
  left: 144px;
}
.happy .sweets .cp-spot .block:nth-child(2) {
  padding-top: 15px;
}
.happy .sweets .cp-spot .block:nth-child(2) .photo-comment {
  margin-left: 38px;
}
.happy .sweets .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 500px;
  margin-top: -225px;
  z-index: 300;
}
.happy .sweets .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 98px;
  height: 98px;
  top: 209px;
  left: -76px;
  z-index: 300;
}
.happy .sweets .cp-spot .block:nth-child(2) .message {
  width: 427px;
  margin: -272px 0 0 -44px;
  position: static;
}
.happy .sweets .cp-spot .block:nth-child(2) .message p {
  background: url("../img/happy/sweets/img_line-message-01.png") no-repeat 0 0;
  width: 244px;
  height: 103px;
  margin: 0 17px 0 auto;
  position: relative;
}
.happy .sweets .cp-spot .block:nth-child(2) .message p span {
  display: block;
  position: absolute;
  top: 29px;
  right: 39px;
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
}
.happy .sweets .cp-spot .block:nth-child(2) .map {
  top: 13px;
  left: 363px;
}
.happy .sweets .cp-spot .block:nth-child(2) .map a {
  top: 15px;
  left: 28px;
}
.happy .sweets .cp-spot .block:nth-child(3) {
  margin-top: -15px;
}
.happy .sweets .cp-spot .block:nth-child(3) .cp-insta-frame {
  width: 450px;
  margin-left: 94px;
}
.happy .sweets .cp-spot .block:nth-child(3) .message {
  width: 289px;
  top: 0;
  right: 87px;
}
.happy .sweets .cp-spot .block:nth-child(3) .message p {
  padding: 49px 35px 62px 37px;
  border: 1px solid #000;
  position: relative;
}
.happy .sweets .cp-spot .block:nth-child(3) .message p:before {
  display: block;
  background: url("../img/happy/sweets/img_heart-01.png") no-repeat 0 0;
  width: 45px;
  height: 43px;
  position: absolute;
  top: 160px;
  right: -85px;
  content: '';
}
.happy .sweets .cp-spot .block:nth-child(3) .message .instagramer {
  width: 150px;
  position: absolute;
  bottom: -86px;
  right: -88px;
}
.happy .sweets .cp-spot .block:nth-child(3) .message .m-square-01 {
  width: 62px;
  height: 62px;
  bottom: -76px;
  left: -9px;
}
.happy .sweets .cp-spot .block:nth-child(3) .message .m-square-02 {
  width: 62px;
  height: 62px;
  top: 43px;
  right: -75px;
}
.happy .sweets .cp-spot .block:nth-child(3) .map {
  width: 241px;
  height: 139px;
  bottom: 12px;
  left: -57px;
}
.happy .sweets .cp-spot .block:nth-child(3) .map a {
  top: 7px;
  left: 0;
}
.happy .sweets .cp-spot .block:nth-child(3) .map img {
  width: 21px;
}

/****************************************************
 * PART YONNA
 */
.yonna .m-square {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzMzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTI5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #ffc334 0%, #ffa29d 100%);
  background-image: -webkit-linear-gradient(45deg, #ffc334 0%, #ffa29d 100%);
  background-image: linear-gradient(45deg, #ffc334 0%, #ffa29d 100%);
}
.yonna .hdr .text .title--uezu-ke {
  padding-top: 114px;
}
.yonna .hdr .text .title--umigamekan {
  padding-top: 36px;
}
.yonna .hdr .text .title--shinri-hama {
  padding-top: 90px;
}
.yonna .hdr .text .title--gourmet {
  padding-top: 45px;
}
.yonna .hdr .text .title--townscape {
  padding-top: 55px;
}
.yonna .btn a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzMzNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTI5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc334), color-stop(100%, #ffa29d));
  background-image: -moz-linear-gradient(left, #ffc334 0%, #ffa29d 100%);
  background-image: -webkit-linear-gradient(left, #ffc334 0%, #ffa29d 100%);
  background-image: linear-gradient(to right, #ffc334 0%, #ffa29d 100%);
}
.yonna .btn a span {
  color: #ff9d00;
}
.yonna .btn a span:after {
  border-color: #ff9d00 #ff9d00 transparent transparent;
}
.yonna .message dt {
  margin-bottom: 15px;
}
.yonna .message dd {
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 1.71;
}
.yonna .message.state--r dt {
  text-align: right;
}
.yonna .uezu-ke .cp-section__inner {
  padding-bottom: 196px;
}
.yonna .uezu-ke .map {
  top: 45px;
  right: -50px;
}
.yonna .uezu-ke .map a {
  top: 3px;
  left: 37px;
}
.yonna .uezu-ke .hdr .m-square-01 {
  width: 112px;
  height: 112px;
  top: -60px;
  right: 556px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) {
  padding-top: 50px;
  margin-bottom: 27px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-left: 68px;
  z-index: 300;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .cp-insta-frame:after {
  display: block;
  background: url("../img/yonna/uezu-ke/img_bubble-01.png") no-repeat 0 0;
  width: 62px;
  height: 105px;
  position: absolute;
  top: 206px;
  right: -180px;
  content: '';
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) {
  width: 400px;
  margin-top: -84px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment:nth-child(3) {
  width: 400px;
  margin: -134px 0 0 52px;
  z-index: 150;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment:nth-child(3) .photo {
  z-index: 150;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment:nth-child(3) .m-square-01 {
  width: 80px;
  height: 80px;
  top: 257px;
  left: -62px;
  z-index: 170;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment:nth-child(3):after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 148px;
  height: 59px;
  position: absolute;
  top: 141px;
  right: -183px;
  content: '';
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .message {
  background: url("../img/yonna/uezu-ke/img_bubble-02.png") no-repeat 0 0;
  width: 358px;
  height: 282px;
  padding: 47px 36px 20px 72px;
  bottom: -12px;
  right: -38px;
  z-index: 300;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .m-square-01 {
  width: 120px;
  height: 120px;
  top: 163px;
  right: -13px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .m-square-02 {
  width: 145px;
  height: 145px;
  bottom: 138px;
  right: 225px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-right: 48px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(2) .cp-insta-frame:after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 148px;
  height: 59px;
  position: absolute;
  top: 264px;
  left: -345px;
  content: '';
}
.yonna .uezu-ke .cp-spot .block:nth-child(2) .m-square-01 {
  width: 84px;
  height: 84px;
  bottom: 33px;
  left: -22px;
}
.yonna .umigamekan .cp-section__inner {
  padding-bottom: 166px;
}
.yonna .umigamekan .map {
  top: 87px;
  right: -47px;
}
.yonna .umigamekan .map a {
  top: 35px;
  right: 88px;
}
.yonna .umigamekan .hdr .m-square-01 {
  width: 78px;
  height: 78px;
  top: -65px;
  left: -114px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) {
  padding-top: 92px;
  margin-bottom: 39px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 500px;
  z-index: 400;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 64px;
  height: 64px;
  top: 324px;
  right: -39px;
  z-index: 300;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .cp-insta-frame:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 121px;
  height: 171px;
  position: absolute;
  top: 296px;
  right: -379px;
  content: '';
}
.yonna .umigamekan .cp-spot .block:nth-child(1) > .m-square-01 {
  width: 112px;
  height: 112px;
  top: 306px;
  right: -11px;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .cp-insta-frame {
  width: 500px;
  margin-right: 43px;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .photo-comment {
  width: 300px;
  margin-top: -226px;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .photo-comment .m-square-01 {
  width: 124px;
  height: 124px;
  top: -95px;
  left: -68px;
  z-index: 300;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .photo-comment:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 121px;
  height: 171px;
  position: absolute;
  top: -8px;
  right: -86px;
  z-index: 300;
  content: '';
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .message {
  background: url("../img/yonna/umigamekan/img_bubble-01.png") no-repeat 0 0;
  width: 319px;
  height: 318px;
  padding: 57px 7px 51px 62px;
  top: 44px;
  left: -8px;
  z-index: 300;
}
.yonna .shinri-hama .cp-section__inner {
  padding-bottom: 207px;
}
.yonna .shinri-hama .map {
  top: 94px;
  right: -63px;
}
.yonna .shinri-hama .map a {
  top: 11px;
  left: -4px;
}
.yonna .shinri-hama .hdr .m-square-01 {
  width: 100px;
  height: 100px;
  top: -58px;
  right: -123px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) {
  padding-top: 80px;
  margin-bottom: 31px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin: 0 0 29px 35px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .cp-insta-frame:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  bottom: 113px;
  right: -87px;
  z-index: 300;
  content: '';
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 100px;
  height: 100px;
  bottom: 2px;
  right: -152px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .photo-comment {
  width: 520px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) > .m-square-01 {
  width: 60px;
  height: 60px;
  top: 62px;
  right: 85px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .m-square-02 {
  width: 156px;
  height: 156px;
  bottom: 231px;
  left: -41px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) {
  width: 470px;
  margin: 0 0 60px 45px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .m-square-01 {
  width: 98px;
  height: 98px;
  top: 57px;
  right: -139px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2):before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  top: 163px;
  left: -113px;
  z-index: 300;
  content: '';
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .message {
  background: url("../img/yonna/shinri-hama/img_bubble-01.png") no-repeat 0 100%;
  width: 425px;
  padding: 0 100px 23px 75px;
  top: 169px;
  right: -49px;
  z-index: 300;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) > .m-square-01 {
  width: 98px;
  height: 98px;
  top: 317px;
  right: -15px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .m-square-02 {
  width: 155px;
  height: 155px;
  bottom: -33px;
  left: -46px;
}
.yonna .gourmet .cp-section__inner {
  padding-bottom: 188px;
}
.yonna .gourmet .hdr .m-square-01 {
  width: 80px;
  height: 80px;
  bottom: -2px;
  left: -431px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) {
  padding-top: 90px;
  margin-bottom: 67px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame {
  width: 440px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  top: 155px;
  right: -556px;
  content: '';
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame .m-comment {
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .map {
  top: 85px;
  right: -201px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .map a {
  top: 45px;
  left: 119px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .m-square-01 {
  width: 73px;
  height: 73px;
  top: 127px;
  right: 166px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) {
  margin-bottom: 164px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-left: 175px;
  z-index: 100;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .cp-insta-frame:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  bottom: -123px;
  left: -175px;
  content: '';
}
.yonna .gourmet .cp-spot .block:nth-child(2) .map {
  bottom: 80px;
  right: -251px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .map a {
  top: 20px;
  left: 33px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .m-square-01 {
  width: 112px;
  height: 112px;
  top: -140px;
  right: -144px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .m-square-02 {
  width: 170px;
  height: 170px;
  bottom: -114px;
  right: -196px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) {
  margin-bottom: 93px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .cp-insta-frame {
  margin-right: 25px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .cp-insta-frame .m-square-01 {
  width: 120px;
  height: 120px;
  top: 56px;
  left: -366px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .photo-comment {
  width: 280px;
  margin: -108px 0 0 72px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .photo-comment .m-square-01 {
  width: 99px;
  height: 99px;
  top: 181px;
  right: -178px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .map {
  top: 280px;
  left: -56px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .map a {
  top: 23px;
  left: 50px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .message {
  background: url("../img/yonna/gourmet/img_bubble-01.png") no-repeat 0 100%;
  width: 353px;
  height: 353px;
  padding: 35px 32px 117px 64px;
  bottom: -228px;
  right: 26px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .cp-insta-frame {
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  top: 105px;
  right: -364px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .cp-insta-frame .m-square-02 {
  width: 60px;
  height: 60px;
  bottom: -105px;
  left: 151px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .cp-insta-frame:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  bottom: -202px;
  left: -78px;
  content: '';
}
.yonna .gourmet .cp-spot .block:nth-child(4) .photo-comment {
  width: 280px;
  margin: -118px 0 0 568px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .map {
  top: 217px;
  right: -102px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .map a {
  top: 44px;
  left: 121px;
}
.yonna .townscape .cp-section__inner {
  padding-bottom: 250px;
}
.yonna .townscape .hdr .m-square-01 {
  width: 100px;
  height: 100px;
  top: -66px;
  right: -51px;
}
.yonna .townscape .cp-spot .block:nth-child(1) {
  padding-top: 98px;
  margin-bottom: 68px;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame {
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame:before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  top: 333px;
  left: -285px;
  content: '';
}
.yonna .townscape .cp-spot .block:nth-child(1) .map {
  top: 64px;
  left: 219px;
}
.yonna .townscape .cp-spot .block:nth-child(1) .map a {
  top: 44px;
  left: 120px;
}
.yonna .townscape .cp-spot .block:nth-child(1) .m-square-01 {
  width: 160px;
  height: 160px;
  top: 302px;
  left: -35px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) {
  width: 470px;
  margin: 0 0 -27px 41px;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2) {
  margin: 0 0 0 174px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2) .m-square-01 {
  width: 62px;
  height: 62px;
  top: -15px;
  right: -98px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2) .m-square-02 {
  width: 98px;
  height: 98px;
  top: 106px;
  left: -220px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2):before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  top: 91px;
  right: -98px;
  z-index: 300;
  content: '';
}
.yonna .townscape .cp-spot .block:nth-child(2) .map {
  top: 100px;
  right: 186px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .map a {
  top: 14px;
  left: 133px;
}
.yonna .townscape .cp-spot .block:nth-child(2) > .m-square-01 {
  width: 123px;
  height: 123px;
  top: 101px;
  right: -16px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(1) {
  width: 310px;
  margin-top: -36px;
  margin-bottom: 10px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(2) {
  margin: 0 0 0 64px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(2) .m-square-01 {
  width: 90px;
  height: 90px;
  top: -84px;
  right: 89px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(2):before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  top: 223px;
  right: -368px;
  content: '';
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(3) {
  margin-top: -9px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(3) .m-square-01 {
  width: 67px;
  height: 67px;
  top: -132px;
  right: 0;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(3) .m-square-02 {
  width: 67px;
  height: 67px;
  top: 155px;
  left: -388px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(3):before {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  width: 146px;
  height: 59px;
  position: absolute;
  top: 269px;
  left: -129px;
  z-index: 300;
  content: '';
}
.yonna .townscape .cp-spot .block:nth-child(3) .map {
  bottom: 303px;
  left: 124px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .map a {
  top: 16px;
  left: 39px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .message {
  background: url("../img/yonna/townscape/img_bubble-01.png") no-repeat 0 100%;
  width: 434px;
  padding: 25px 44px 27px 140px;
  top: 105px;
  left: 34px;
}
