/*!
 * 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);
  }
}
/****************************************************
 * 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;
  background-size: contain;
  position: absolute;
  content: '';
}
.stunning-views .hdr .text .title--hateno-hama:after {
  background-image: url("../img/stunning-views/hateno-hama/img_star.png");
  width: 246px;
  height: 167px;
  top: -65px;
  left: -65px;
}
.stunning-views .hdr .text .title--sealgachi-bashi:after {
  background-image: url("../img/stunning-views/sealgachi-bashi/img_star.png");
  width: 313px;
  height: 49px;
  top: -35px;
  left: -23px;
}
.stunning-views .hdr .text .title--tatami-ishi:after {
  background-image: url("../img/stunning-views/tatami-ishi/img_star.png");
  width: 266px;
  height: 110px;
  top: -42px;
  left: -67px;
}
.stunning-views .hdr .text .title--goe-no-matsu:after {
  background-image: url("../img/stunning-views/goe-no-matsu/img_star.png");
  width: 330px;
  height: 95px;
  top: -24px;
  left: -78px;
}
.stunning-views .hdr .text .title--ishikiri-ba:after {
  background-image: url("../img/stunning-views/ishikiri-ba/img_star.png");
  width: 312px;
  height: 148px;
  top: -26px;
  left: -84px;
}
.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: 40px;
}
.stunning-views .hateno-hama .hdr {
  margin-bottom: 40px;
}
.stunning-views .hateno-hama .hdr .m-square-01 {
  width: 60px;
  height: 60px;
  top: 40px;
  right: 15px;
}
.stunning-views .hateno-hama .hdr .m-square-02 {
  width: 74px;
  height: 74px;
  bottom: 23px;
  left: 0;
}
.stunning-views .hateno-hama .map a {
  top: 8px;
  right: 0;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 40px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(1) .m-square-01 {
  width: 60px;
  height: 60px;
  bottom: -21px;
  right: -30px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) {
  margin-bottom: 33px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .m-square-01 {
  width: 45px;
  height: 45px;
  top: -22px;
  right: 21px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .m-square-02 {
  width: 74px;
  height: 74px;
  top: -55px;
  left: -15px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 315px;
  margin: -26px auto 9px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message p {
  -webkit-flex: 1;
  flex: 1;
  padding-right: 13px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message span {
  display: block;
  background: url("../img/stunning-views/hateno-hama/img_line-message-01.png") no-repeat 100% 100%;
  background-size: 76px auto;
  padding: 41px 48px 41px 0;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(2) .message .instagramer {
  width: 58px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .m-square-01 {
  width: 72px;
  height: 72px;
  top: -55px;
  left: 32px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .row {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .photo-comment {
  width: 57.87%;
  margin-right: 0;
  margin-left: auto;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message {
  width: 42.13%;
  padding: 0 12px 0 28px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(3) .message p {
  padding: 20px 0;
  margin-bottom: 18px;
  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: 9px;
  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: 87px;
  margin: 0 auto;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(4) {
  padding-top: 28px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(4) .m-square-01 {
  width: 60px;
  height: 60px;
  top: -40px;
  left: -30px;
}
.stunning-views .hateno-hama .cp-spot .block:nth-child(4) .m-square-02 {
  width: 60px;
  height: 60px;
  bottom: -41px;
  right: -15px;
}
.stunning-views .sealgachi-bashi .hdr {
  margin-bottom: 54px;
}
.stunning-views .sealgachi-bashi .hdr .m-square-01 {
  width: 74px;
  height: 74px;
  bottom: 23px;
  left: 0px;
}
.stunning-views .sealgachi-bashi .hdr .note {
  background: url("../img/stunning-views/sealgachi-bashi/img_arrow.png") no-repeat 100% 0;
  background-size: contain;
  padding: 33px 43px 0 0;
  margin-bottom: 0;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 1.82;
  text-align: center;
  position: absolute;
  bottom: -36px;
  left: 16px;
}
.stunning-views .sealgachi-bashi .map a {
  top: 7px;
  right: 58px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(1) > .photo {
  margin: 0 30px 70px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(1) .m-square-01 {
  width: 100px;
  height: 115px;
  bottom: -100px;
  right: -30px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .cp-insta-frame {
  padding: 0 30px;
  margin: 0;
  position: relative;
  z-index: 200;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .row .photo {
  width: 52%;
  margin-top: -34px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .row .photo img {
  margin-bottom: 16px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .row .message {
  width: 48%;
  padding: 10px 30px 0 0;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .row .message p {
  background: url("../img/stunning-views/sealgachi-bashi/img_line-message-01.png") no-repeat 100% 100%;
  background-size: 148px auto;
  padding: 0 4px 37px 11px;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .row .message .instagramer {
  width: 62px;
  margin: -6px 0 0 auto;
}
.stunning-views .sealgachi-bashi .cp-spot .block:nth-child(2) .m-square-01 {
  width: 81px;
  height: 81px;
  margin-left: 15px;
  position: static;
}
.stunning-views .tatami-ishi .hdr {
  margin-bottom: 50px;
}
.stunning-views .tatami-ishi .hdr .m-square-01 {
  width: 66px;
  height: 66px;
  bottom: -51px;
  right: 15px;
}
.stunning-views .tatami-ishi .map a {
  top: 17px;
  right: 59px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) {
  padding-bottom: 25px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .m-square-01 {
  width: 53px;
  height: 53px;
  top: 84px;
  left: -30px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  display: flexbox;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
  max-width: 375px;
  padding: 17px 24px 0 70px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message p {
  -webkit-flex: 1;
  flex: 1;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message p span {
  display: block;
  background: url("../img/stunning-views/tatami-ishi/img_line-message-01.png") no-repeat 50% 100%;
  background-size: contain;
  padding: 0 6px 58px 6px;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .message .instagramer {
  width: 101px;
  padding: 52px 29px 0 0;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(1) .m-square-02 {
  width: 107px;
  height: 107px;
  bottom: -18px;
  right: 0;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(2) {
  padding-bottom: 74px;
  z-index: 100;
}
.stunning-views .tatami-ishi .cp-spot .block:nth-child(2) .m-square-01 {
  width: 58px;
  height: 58px;
  right: 30px;
  bottom: 0;
}
.stunning-views .goe-no-matsu .hdr {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.stunning-views .goe-no-matsu .hdr .m-square-01 {
  width: 74px;
  height: 74px;
  bottom: 0;
  left: 40px;
}
.stunning-views .goe-no-matsu .map a {
  top: -3px;
  left: 14px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) {
  padding-bottom: 14px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .message {
  padding-top: 16px;
  margin: 0 0 0 30px;
}
.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%;
  background-size: 53px auto;
  padding: 0 38px 30px 0;
  margin-right: 90px;
  position: relative;
  z-index: 200;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .message .instagramer {
  width: 75px;
  margin: -67px 34px 0 auto;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(1) .m-square-01 {
  width: 95px;
  height: 95px;
  bottom: 23px;
  left: 0;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(2) {
  padding-bottom: 10px;
}
.stunning-views .goe-no-matsu .cp-spot .block:nth-child(2) .m-square-01 {
  width: 51px;
  height: 51px;
  top: 150px;
  right: -30px;
}
.stunning-views .ishikiri-ba .hdr {
  margin-bottom: 50px;
}
.stunning-views .ishikiri-ba .hdr .m-square-01 {
  width: 74px;
  height: 74px;
  bottom: 33px;
  right: 0;
}
.stunning-views .ishikiri-ba .map a {
  top: -22px;
  left: 1px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) {
  padding-bottom: 27px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .m-square-01 {
  width: 48px;
  height: 48px;
  bottom: -67px;
  left: -20px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .message {
  max-width: 375px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.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 0 100%;
  background-size: 212px auto;
  padding: 16px 0 46px 14px;
  margin: 0 0 0 103px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .message .instagramer {
  width: 261px;
  margin: -54px 0 0 -15px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(1) .m-square-02 {
  width: 77px;
  height: 77px;
  bottom: 72px;
  right: 0;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(2) {
  padding-bottom: 147px;
}
.stunning-views .ishikiri-ba .cp-spot .block:nth-child(2) .m-square-01 {
  width: 54px;
  height: 54px;
  bottom: -69px;
  left: 0;
}

/****************************************************
 * 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 .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: 81px;
}
.happy .eef-beach .hdr {
  margin-bottom: 40px;
}
.happy .eef-beach .hdr .m-square-01 {
  width: 60px;
  height: 60px;
  top: 35px;
  right: 15px;
}
.happy .eef-beach .map a {
  top: 25px;
  right: 69px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) {
  margin-bottom: 38px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 30px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .m-square-01 {
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: -30px;
  z-index: 160;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 255px;
  margin: 0 auto 41px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message p {
  -webkit-flex: 1;
  flex: 1;
  width: 165px;
  padding-right: 21px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message .instagramer {
  background: url("../img/happy/eef-beach/img_line-message-01.png") no-repeat 0 50%;
  background-size: 19px auto;
  width: 95px;
  padding-left: 30px;
  position: relative;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .message .instagramer:after {
  display: block;
  background: url("../img/happy/eef-beach/img_heart-01.png") no-repeat 0 0;
  background-size: contain;
  width: 102px;
  height: 107px;
  position: absolute;
  top: 80px;
  right: -40px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(1) .photo-comment {
  margin-right: 109px;
}
.happy .eef-beach .cp-spot .block:nth-child(1) .photo-comment:after {
  display: block;
  background: url("../img/happy/eef-beach/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 61px;
  height: 86px;
  position: absolute;
  right: -80px;
  bottom: 7px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(2) .text {
  width: 210px;
  padding: 26px 0 25px;
  margin: 0 0 0 15px;
  position: relative;
  z-index: 300;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .text > img {
  position: relative;
  z-index: 300;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .text .m-square-01 {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  right: 0;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-of-type(1) {
  margin: -8px 30px 47px 109px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-of-type(1):before {
  display: block;
  background: url("../img/happy/eef-beach/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 60px;
  height: 85px;
  position: absolute;
  bottom: -10px;
  left: -109px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-of-type(2) {
  margin: 0 159px 122px 15px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .photo-comment:nth-of-type(2):before {
  display: block;
  background: url("../img/happy/eef-beach/img_arrow-01.png") no-repeat 0 0;
  background-size: contain;
  width: 46px;
  height: 50px;
  position: absolute;
  top: -45px;
  right: -61px;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-bottom: 42px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame:before, .happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  z-index: 300;
  content: '';
}
.happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame:before {
  background-image: url("../img/happy/eef-beach/img_arrow-02.png");
  width: 97px;
  height: 100px;
  top: -116px;
  left: 22px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame:after {
  background-image: url("../img/happy/eef-beach/img_wave-02.png");
  width: 61px;
  height: 86px;
  top: -139px;
  right: 16px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 73px;
  height: 73px;
  position: absolute;
  top: -158px;
  right: -16px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message {
  width: 275px;
  margin: 0 auto 23px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message p {
  background: url("../img/happy/eef-beach/img_line-message-02.png") no-repeat 100% 100%;
  background-size: 100% auto;
  padding: 0 34px 0 37px;
  margin-bottom: 24px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .message .instagramer {
  background: url("../img/happy/eef-beach/img_heart-02.png") no-repeat 0 68px;
  background-size: 57px auto;
  width: 193px;
  padding-left: 76px;
  margin-left: 50px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .btn {
  width: auto;
  margin: 0 30px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .btn a {
  height: 50px;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .btn a span {
  line-height: 48px;
  font-size: 0.75em;
  font-size: 0.75rem;
}
.happy .eef-beach .cp-spot .block:nth-child(2) .btn a span:after {
  margin-left: 27px;
}
.happy .umabokujou .cp-section__inner {
  padding-bottom: 88px;
}
.happy .umabokujou .hdr {
  margin-bottom: 40px;
}
.happy .umabokujou .hdr .m-square-01 {
  width: 60px;
  height: 60px;
  top: -7px;
  left: 30px;
}
.happy .umabokujou .map a {
  top: 19px;
  left: 72px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(1) {
  margin-right: 112px;
  margin-bottom: 44px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(1) .m-square-01 {
  width: 57px;
  height: 60px;
  position: absolute;
  top: -6px;
  right: -112px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) {
  margin-bottom: 42px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) .m-square-01 {
  width: 84px;
  height: 84px;
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: 300;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(3) {
  margin-left: 109px;
  margin-bottom: 34px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .photo-comment:nth-child(3) .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 19px;
  left: -80px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 30px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -15px;
  right: -9px;
  z-index: 300;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message {
  width: 257px;
  margin: 0 auto;
  position: relative;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message p {
  background: url("../img/happy/umabokujou/img_line-message-01.png") no-repeat 0 100%;
  background-size: 100% auto;
  padding: 0 24px 71px 25px;
  margin-bottom: 25px;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message .instagramer {
  background: url("../img/happy/umabokujou/img_heart-01.png") no-repeat 0 0;
  background-size: contain;
  width: 180px;
  padding: 0 74px 0 26px;
  margin-left: 72px;
  position: relative;
}
.happy .umabokujou .cp-spot .block:nth-child(1) .message .m-square-01 {
  width: 81px;
  height: 81px;
  position: absolute;
  bottom: 20px;
  left: -29px;
  z-index: 300;
}
.happy .bade-haus .cp-section__inner {
  padding-bottom: 135px;
}
.happy .bade-haus .hdr {
  margin-bottom: 40px;
}
.happy .bade-haus .hdr .m-square-01 {
  width: 60px;
  height: 60px;
  top: 21px;
  right: 15px;
}
.happy .bade-haus .map a {
  top: 17px;
  right: 51px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 22px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 57px;
  height: 60px;
  position: absolute;
  top: -51px;
  right: -30px;
  z-index: 300;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message {
  width: 284px;
  margin: 0 auto 11px;
  position: relative;
}
.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%;
  background-size: 100% auto;
  padding: 0 47px 31px 44px;
  position: relative;
  z-index: 110;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message .instagramer {
  width: 44px;
  margin: 0 auto;
  position: relative;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message .m-square-01 {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -8px;
  left: -18px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) .message .m-square-02 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -15px;
  right: -117px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) > .m-square-01 {
  width: 84px;
  height: 84px;
  position: absolute;
  bottom: -94px;
  right: 54px;
}
.happy .bade-haus .cp-spot .block:nth-child(1) > .m-square-02 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -127px;
  left: 35px;
}
.happy .tsumugi .cp-section__inner {
  padding-bottom: 40px;
}
.happy .tsumugi .hdr {
  margin-bottom: 40px;
}
.happy .tsumugi .map {
  top: 30px;
  right: 15px;
}
.happy .tsumugi .map a {
  top: -7px;
  right: 72px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .photo-comment:nth-child(1) {
  margin-right: 109px;
  margin-bottom: 34px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .photo-comment:nth-child(1) .m-square-01 {
  width: 57px;
  height: 60px;
  position: absolute;
  top: -6px;
  right: -109px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) {
  margin-left: 109px;
  margin-bottom: 38px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .photo-comment:nth-child(2) .m-square-01 {
  width: 84px;
  height: 84px;
  position: absolute;
  top: -26px;
  left: -95px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 25px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -85px;
  left: 0;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-02 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -15px;
  right: -9px;
  z-index: 300;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  display: flexbox;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
  width: 297px;
  margin: 0 auto 14px;
  position: relative;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message .instagramer {
  width: 65px;
  padding: 51px 8px 0 0;
  margin: 0 auto;
  position: relative;
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message .instagramer:after {
  display: block;
  background: url("../img/happy/tsumugi/img_heart-01.png") no-repeat 0 0;
  background-size: contain;
  width: 95px;
  height: 210px;
  position: absolute;
  top: 0;
  left: 19px;
  content: '';
}
.happy .tsumugi .cp-spot .block:nth-child(1) .message p {
  -webkit-flex: 1;
  flex: 1;
  background: url("../img/happy/tsumugi/img_line-message-01.png") no-repeat 0 0;
  background-size: auto 172px;
  padding: 33px 0 39px 28px;
  position: relative;
  z-index: 110;
}
.happy .tsumugi .cp-spot .block:nth-child(1) > .m-square-01 {
  width: 84px;
  height: 84px;
  position: absolute;
  bottom: -94px;
  right: 54px;
}
.happy .tsumugi .cp-spot .block:nth-child(1) > .m-square-02 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -127px;
  left: 35px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .photo-comment {
  margin-right: 109px;
  margin-bottom: 22px;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .photo-comment .m-square-01 {
  width: 81px;
  height: 81px;
  position: absolute;
  top: -43px;
  right: -58px;
  z-index: 300;
}
.happy .tsumugi .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -46px;
  right: -9px;
  z-index: 300;
}
.happy .sweets .cp-section__inner {
  padding-bottom: 109px;
}
.happy .sweets .hdr {
  margin-bottom: 40px;
}
.happy .sweets .hdr .m-square-01 {
  width: 60px;
  height: 60px;
  top: -13px;
  left: 29px;
}
.happy .sweets .cp-spot .block:nth-child(1) {
  margin-bottom: 64px;
}
.happy .sweets .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 80px;
  right: -30px;
  z-index: 300;
}
.happy .sweets .cp-spot .block:nth-child(1) .map {
  top: 71px;
  right: -55px;
}
.happy .sweets .cp-spot .block:nth-child(1) .map a {
  top: -24px;
  left: 35px;
}
.happy .sweets .cp-spot .block:nth-child(2) {
  margin-bottom: 62px;
}
.happy .sweets .cp-spot .block:nth-child(2) .photo-comment {
  margin: 0 30px 15px 109px;
}
.happy .sweets .cp-spot .block:nth-child(2) .photo-comment .m-square-01 {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -109px;
}
.happy .sweets .cp-spot .block:nth-child(2) .map {
  top: 151px;
  left: -7px;
  z-index: 300;
}
.happy .sweets .cp-spot .block:nth-child(2) .map a {
  top: 5px;
  left: 14px;
}
.happy .sweets .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-bottom: 37px;
}
.happy .sweets .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 105px;
  right: -30px;
  z-index: 300;
}
.happy .sweets .cp-spot .block:nth-child(2) .message {
  margin: 0 86px 0 16px;
  position: relative;
}
.happy .sweets .cp-spot .block:nth-child(2) .message p {
  background: url("../img/happy/sweets/img_line-message-01.png") no-repeat 0 0;
  background-size: contain;
  width: 210px;
  height: 89px;
  margin: 0 -36px -8px 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) .message .m-square-01 {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 5px;
  bottom: -7px;
}
.happy .sweets .cp-spot .block:nth-child(3) .cp-insta-frame {
  margin-bottom: 49px;
}
.happy .sweets .cp-spot .block:nth-child(3) .map {
  top: -33px;
  left: 20px;
  z-index: 300;
}
.happy .sweets .cp-spot .block:nth-child(3) .map a {
  top: 10px;
  left: 20px;
}
.happy .sweets .cp-spot .block:nth-child(3) .message {
  width: 315px;
  margin: 0 auto;
  position: relative;
}
.happy .sweets .cp-spot .block:nth-child(3) .message p {
  width: 211px;
  padding: 27px 27px 33px 28px;
  border: 1px solid #000;
  position: relative;
}
.happy .sweets .cp-spot .block:nth-child(3) .message .instagramer {
  width: 101px;
  position: absolute;
  right: 14px;
  bottom: -1px;
}
.happy .sweets .cp-spot .block:nth-child(3) .message .instagramer:after {
  display: block;
  background: url("../img/happy/sweets/img_heart-01.png") no-repeat 0 0;
  background-size: contain;
  width: 42px;
  height: 112px;
  position: absolute;
  top: -57px;
  right: -6px;
  content: '';
}
.happy .sweets .cp-spot .block:nth-child(3) .message .m-square-01 {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -38px;
  left: 194px;
}

/****************************************************
 * 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 .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 {
  position: relative;
}
.yonna .message dt {
  margin-bottom: 7px;
}
.yonna .message dd {
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 1.82;
}
.yonna .message.state--r dt {
  text-align: right;
}
.yonna .uezu-ke .cp-section__inner {
  padding-bottom: 60px;
}
.yonna .uezu-ke .hdr {
  margin-bottom: 40px;
}
.yonna .uezu-ke .hdr .photo {
  margin-bottom: 9px;
}
.yonna .uezu-ke .hdr .text .title {
  padding-top: 0;
}
.yonna .uezu-ke .hdr .m-square-01 {
  width: 60px;
  height: 60px;
  top: 40px;
  right: 15px;
}
.yonna .uezu-ke .map a {
  top: -1px;
  left: 20px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) {
  margin-bottom: 38px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 40px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  bottom: -21px;
  right: -30px;
  z-index: 160;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment.state--l {
  margin-bottom: 32px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment.state--r {
  margin-bottom: 46px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .photo-comment.state--r .m-square-01 {
  width: 60px;
  height: 60px;
  top: -38px;
  left: 152px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .message {
  width: 278px;
  padding-left: 20px;
  margin: 0 auto 53px;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .message dl {
  background: url("../img/yonna/uezu-ke/img_bubble-01.png") no-repeat 100% 0;
  background-size: 258px auto;
  padding: 14px 16px 13px 30px;
  position: relative;
  z-index: 300;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .message .m-square-01 {
  width: 73px;
  height: 73px;
  top: 3px;
  left: 0;
}
.yonna .uezu-ke .cp-spot .block:nth-child(1) .message:after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 90px;
  height: 36px;
  position: absolute;
  top: -9px;
  left: -39px;
  z-index: 300;
  content: '';
}
.yonna .uezu-ke .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -35px;
  right: -9px;
  z-index: 300;
}
.yonna .umigamekan .cp-section__inner {
  padding-bottom: 58px;
}
.yonna .umigamekan .hdr {
  margin-bottom: 40px;
}
.yonna .umigamekan .hdr .photo {
  margin-bottom: -3px;
}
.yonna .umigamekan .hdr .text .title {
  padding-top: 0;
}
.yonna .umigamekan .map {
  top: 11px;
  right: 3px;
}
.yonna .umigamekan .map a {
  top: 15px;
  right: 52px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) {
  margin-bottom: 38px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 47px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  top: -26px;
  right: -20px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .message {
  width: 283px;
  margin: 0 auto 35px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .message dl {
  background: url("../img/yonna/umigamekan/img_bubble-01.png") no-repeat 0 0;
  background-size: 100% auto;
  padding: 13px 35px 18px 27px;
  position: relative;
  z-index: 110;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .message .m-square-01 {
  width: 60px;
  height: 60px;
  top: 61px;
  left: -10px;
}
.yonna .umigamekan .cp-spot .block:nth-child(1) .message:after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 90px;
  height: 36px;
  position: absolute;
  bottom: -10px;
  right: -moz-calc(50% - 50vw);
  right: -webkit-calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: 300;
  content: '';
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .cp-insta-frame {
  margin-bottom: 33px;
  position: relative;
  z-index: 300;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .cp-insta-frame .m-square-01 {
  width: 73px;
  height: 73px;
  position: absolute;
  bottom: -54px;
  right: -25px;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .photo-comment {
  margin-left: 100px;
}
.yonna .umigamekan .cp-spot .block:nth-child(2) .photo-comment .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 62px;
  left: -52px;
  z-index: 300;
}
.yonna .shinri-hama .cp-section__inner {
  padding-bottom: 60px;
}
.yonna .shinri-hama .hdr {
  margin-bottom: 40px;
}
.yonna .shinri-hama .hdr .photo {
  margin-bottom: -16px;
}
.yonna .shinri-hama .hdr .text .title {
  padding-top: 0;
}
.yonna .shinri-hama .map a {
  top: 1px;
  left: -6px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) {
  margin-bottom: 38px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin-bottom: 33px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 73px;
  height: 73px;
  top: -21px;
  left: -21px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .photo-comment {
  margin-right: 39px;
  margin-bottom: 37px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .photo-comment .m-comment {
  margin-left: 30px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .photo-comment .m-square-01 {
  width: 73px;
  height: 73px;
  top: -52px;
  right: -23px;
  z-index: 300;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .message {
  width: 323px;
  margin: 0 auto 38px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .message dl {
  background: url("../img/yonna/shinri-hama/img_bubble-01.png") no-repeat 100% 0;
  background-size: 308px auto;
  padding: 11px 61px 17px 50px;
  position: relative;
  z-index: 110;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .message .m-square-01 {
  width: 73px;
  height: 73px;
  bottom: -8px;
  right: 26px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(1) .message:after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 90px;
  height: 36px;
  position: absolute;
  top: -16px;
  right: 43px;
  z-index: 300;
  content: '';
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) {
  margin-bottom: 33px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .m-square-01 {
  width: 55px;
  height: 60px;
  position: absolute;
  bottom: -28px;
  left: -30px;
}
.yonna .shinri-hama .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2) .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -53px;
  right: 62px;
  z-index: 300;
}
.yonna .gourmet .cp-section__inner {
  padding-bottom: 46px;
}
.yonna .gourmet .hdr {
  margin-bottom: 40px;
}
.yonna .gourmet .hdr .photo {
  margin-bottom: -24px;
}
.yonna .gourmet .hdr .text .title {
  padding-top: 0;
}
.yonna .gourmet .hdr .m-square-01 {
  width: 73px;
  height: 73px;
  top: 21px;
  left: 39px;
}
.yonna .gourmet .hdr:after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 90px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 78px;
  z-index: 300;
  content: '';
}
.yonna .gourmet .cp-spot .block:nth-child(1) {
  margin-bottom: 16px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame:nth-child(1) {
  padding-top: 30px;
  margin: 0 0 24px 99px;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame:nth-child(1) .m-square-01 {
  width: 73px;
  height: 73px;
  bottom: 64px;
  left: -63px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame .map {
  top: 39px;
  left: -86px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(1) .cp-insta-frame .map a {
  top: 21px;
  left: 72px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) {
  margin-bottom: 132px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .cp-insta-frame .map {
  top: inherit;
  right: -12px;
  bottom: -93px;
}
.yonna .gourmet .cp-spot .block:nth-child(2) .cp-insta-frame .map a {
  top: 7px;
  left: 18px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) {
  margin-bottom: 18px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .cp-insta-frame {
  margin-bottom: -23px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .cp-insta-frame .m-square-01 {
  width: 73px;
  height: 73px;
  top: -58px;
  left: 23px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .photo-comment {
  margin: 0 146px 33px 0;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .photo-comment .m-comment {
  margin-left: 30px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .photo-comment .map {
  width: 188px;
  height: 109px;
  top: inherit;
  right: -142px;
  bottom: 2px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .photo-comment .map a {
  top: 12px;
  left: 30px;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .message {
  width: 300px;
  margin: 0 auto;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .message dl {
  background: url("../img/yonna/gourmet/img_bubble-01.png") no-repeat 0 0;
  background-size: 291px auto;
  padding: 13px 44px 37px 35px;
  position: relative;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(3) .message .m-square-01 {
  width: 73px;
  height: 73px;
  bottom: -4px;
  left: -8px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .cp-insta-frame {
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .photo-comment {
  margin: -23px 0 0 146px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .photo-comment .map {
  width: 188px;
  height: 109px;
  top: 98px;
  left: -129px;
  z-index: 300;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .photo-comment .map a {
  top: 26px;
  left: 77px;
}
.yonna .gourmet .cp-spot .block:nth-child(4) .photo-comment .m-square-01 {
  width: 60px;
  height: 60px;
  bottom: -51px;
  left: -61px;
}
.yonna .townscape .cp-section__inner {
  padding-bottom: 138px;
}
.yonna .townscape .hdr {
  margin-bottom: 6px;
}
.yonna .townscape .hdr .photo {
  margin-bottom: -16px;
}
.yonna .townscape .hdr .text .title {
  padding-top: 0;
}
.yonna .townscape .hdr .m-square-01 {
  width: 73px;
  height: 73px;
  top: 28px;
  right: 19px;
}
.yonna .townscape .cp-spot .block:nth-child(1) {
  margin-bottom: 157px;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame {
  margin: 0 0 0 92px;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-01 {
  width: 60px;
  height: 60px;
  top: 89px;
  left: -42px;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame .m-square-02 {
  width: 73px;
  height: 73px;
  bottom: -88px;
  left: 88px;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame .map {
  top: inherit;
  left: -78px;
  bottom: -106px;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(1) .cp-insta-frame .map a {
  top: 20px;
  left: 72px;
}
.yonna .townscape .cp-spot .block:nth-child(2) {
  margin-bottom: 25px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) {
  background-color: transparent;
  margin: 0 100px 125px 0;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .insta-frame__inner {
  background-color: transparent;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .m-comment {
  margin-left: 30px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .m-square-01 {
  width: 49px;
  height: 60px;
  position: absolute;
  top: 46px;
  right: -100px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .m-square-02 {
  width: 73px;
  height: 73px;
  position: absolute;
  bottom: -23px;
  left: 68px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .map {
  top: inherit;
  left: inherit;
  right: -85px;
  bottom: -111px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(1) .map a {
  top: 3px;
  left: 81px;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2) .m-square-01 {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -53px;
  right: 62px;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(2) .cp-insta-frame:nth-child(2):after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 90px;
  height: 36px;
  position: absolute;
  bottom: -97px;
  left: 49px;
  z-index: 300;
  content: '';
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(1) {
  margin: 0 0 33px 139px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(1) .m-square-01 {
  width: 73px;
  height: 73px;
  bottom: -39px;
  left: -130px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .cp-insta-frame:nth-child(1):after {
  display: block;
  background: url("../img/yonna/img_wave-01.png") no-repeat 0 0;
  background-size: contain;
  width: 90px;
  height: 36px;
  position: absolute;
  bottom: 23px;
  left: -168px;
  z-index: 300;
  content: '';
}
.yonna .townscape .cp-spot .block:nth-child(3) .message {
  width: 291px;
  margin: 0 auto 39px;
}
.yonna .townscape .cp-spot .block:nth-child(3) .message dl {
  background: url("../img/yonna/townscape/img_bubble-01.png") no-repeat 0 0;
  background-size: 291px auto;
  padding: 13px 44px 17px 35px;
  position: relative;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(1) {
  margin-bottom: 26px;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(1) .insta-frame__inner {
  background-color: transparent;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(1) .m-square-01 {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -24px;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(2) {
  margin-left: 92px;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(2) .m-square-01 {
  width: 73px;
  height: 73px;
  top: 144px;
  left: -41px;
  z-index: 300;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(2) .map {
  top: 20px;
  left: -86px;
}
.yonna .townscape .cp-spot .block:nth-child(4) .cp-insta-frame:nth-child(2) .map a {
  top: 5px;
  left: 23px;
  z-index: 300;
}
