@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5 {
  clear: both; }

a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: -webkit-linear-gradient(315deg, #ffe8bc 0%, #fe9090 45%, #ff5c5c 100%);
  background: -o-linear-gradient(315deg, #ffe8bc 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(135deg, #ffe8bc 0%, #fe9090 45%, #ff5c5c 100%); }

div#wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  background: #fff; }

header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(#eee));
  background: -webkit-linear-gradient(top, #fff 70%, #eee);
  background: -o-linear-gradient(top, #fff 70%, #eee);
  background: linear-gradient(to bottom, #fff 70%, #eee);
  color: #585858;
  padding: 0;
  position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 300;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  header.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  @media screen and (max-width: 680px) {
    header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 2%; } }
  header h1 {
    margin: 0.5em; }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1em; }
    header nav ul li {
      margin: 0.3em 0.5em;
      position: relative; }
      header nav ul li a {
        text-decoration: none;
        color: #585858;
        display: block; }
        header nav ul li a:first-letter {
          color: #ec5f99; }
        header nav ul li a:hover {
          color: #ec5f99; }
      header nav ul li:not(:last-child):after {
        content: '/';
        font-size: 160%;
        position: absolute;
        right: -0.5em;
        top: 0;
        color: #ddd; }
  @media screen and (max-width: 480px) {
    header nav {
      margin: 0.8em; } }

#home_main {
  position: relative;
  background: url(../img/bg_home.jpg) center center no-repeat;
  background-size: cover;
  padding: 10% 0;
  min-height: 20em; }
  #home_main div:first-child {
    width: 60%;
    padding: 10% 0;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #home_main div:first-child {
        width: 80%; } }
    @media screen and (max-width: 500px) {
      #home_main div:first-child {
        width: 100%; } }
    #home_main div:first-child img {
      max-width: 100%; }
    #home_main div:first-child h2 {
      margin: 2em 1em;
      font-size: calc(13px + 2vw);
      line-height: 1.8em;
      text-align: right;
      color: #fff;
      text-shadow: 0px 0px 2px #ff006c,1px 1px 2px #fff,0px 0px 6px #fff; }

section div.bg {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: all 1500ms 0s ease;
  -o-transition: all 1500ms 0s ease;
  transition: all 1500ms 0s ease;
  width: 100%;
  height: 100%;
  z-index: 0; }

section div.bg.fixed {
  position: fixed;
  bottom: 0;
  opacity: 1; }

section div.bg01 {
  background: url(../img/bg001.jpg) center center no-repeat;
  background-size: cover; }

section div.bg02 {
  background: url(../img/bg002.jpg) center center no-repeat;
  background-size: cover; }

section div.bg03 {
  background: url(../img/bg003.jpg) center center no-repeat;
  background-size: cover; }

section div.bg04 {
  background: url(../img/bg004.jpg) center center no-repeat;
  background-size: cover; }

section#about, section#course, section#vacationrental, section#contact {
  position: relative; }
  section#about h2, section#course h2, section#vacationrental h2, section#contact h2 {
    margin: 0;
    color: #efefef;
    font-size: 600%;
    position: relative;
    z-index: 10; }

section#about01, section#about02, section#about03, section#about_shop, section#course, section#vacationrental, section#contact, section#company, section#privacy, section#thankyou {
  position: relative; }
  section#about01 div.inner_wrap, section#about02 div.inner_wrap, section#about03 div.inner_wrap, section#about_shop div.inner_wrap, section#course div.inner_wrap, section#vacationrental div.inner_wrap, section#contact div.inner_wrap, section#company div.inner_wrap, section#privacy div.inner_wrap, section#thankyou div.inner_wrap {
    z-index: 100;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center; }
    section#about01 div.inner_wrap h3.ttl01,
    section#about01 div.inner_wrap h4.ttl02, section#about02 div.inner_wrap h3.ttl01,
    section#about02 div.inner_wrap h4.ttl02, section#about03 div.inner_wrap h3.ttl01,
    section#about03 div.inner_wrap h4.ttl02, section#about_shop div.inner_wrap h3.ttl01,
    section#about_shop div.inner_wrap h4.ttl02, section#course div.inner_wrap h3.ttl01,
    section#course div.inner_wrap h4.ttl02, section#vacationrental div.inner_wrap h3.ttl01,
    section#vacationrental div.inner_wrap h4.ttl02, section#contact div.inner_wrap h3.ttl01,
    section#contact div.inner_wrap h4.ttl02, section#company div.inner_wrap h3.ttl01,
    section#company div.inner_wrap h4.ttl02, section#privacy div.inner_wrap h3.ttl01,
    section#privacy div.inner_wrap h4.ttl02, section#thankyou div.inner_wrap h3.ttl01,
    section#thankyou div.inner_wrap h4.ttl02 {
      position: relative;
      line-height: 1.6em;
      z-index: 20; }
      section#about01 div.inner_wrap h3.ttl01 img,
      section#about01 div.inner_wrap h4.ttl02 img, section#about02 div.inner_wrap h3.ttl01 img,
      section#about02 div.inner_wrap h4.ttl02 img, section#about03 div.inner_wrap h3.ttl01 img,
      section#about03 div.inner_wrap h4.ttl02 img, section#about_shop div.inner_wrap h3.ttl01 img,
      section#about_shop div.inner_wrap h4.ttl02 img, section#course div.inner_wrap h3.ttl01 img,
      section#course div.inner_wrap h4.ttl02 img, section#vacationrental div.inner_wrap h3.ttl01 img,
      section#vacationrental div.inner_wrap h4.ttl02 img, section#contact div.inner_wrap h3.ttl01 img,
      section#contact div.inner_wrap h4.ttl02 img, section#company div.inner_wrap h3.ttl01 img,
      section#company div.inner_wrap h4.ttl02 img, section#privacy div.inner_wrap h3.ttl01 img,
      section#privacy div.inner_wrap h4.ttl02 img, section#thankyou div.inner_wrap h3.ttl01 img,
      section#thankyou div.inner_wrap h4.ttl02 img {
        width: 100%; }
      section#about01 div.inner_wrap h3.ttl01 p,
      section#about01 div.inner_wrap h4.ttl02 p, section#about02 div.inner_wrap h3.ttl01 p,
      section#about02 div.inner_wrap h4.ttl02 p, section#about03 div.inner_wrap h3.ttl01 p,
      section#about03 div.inner_wrap h4.ttl02 p, section#about_shop div.inner_wrap h3.ttl01 p,
      section#about_shop div.inner_wrap h4.ttl02 p, section#course div.inner_wrap h3.ttl01 p,
      section#course div.inner_wrap h4.ttl02 p, section#vacationrental div.inner_wrap h3.ttl01 p,
      section#vacationrental div.inner_wrap h4.ttl02 p, section#contact div.inner_wrap h3.ttl01 p,
      section#contact div.inner_wrap h4.ttl02 p, section#company div.inner_wrap h3.ttl01 p,
      section#company div.inner_wrap h4.ttl02 p, section#privacy div.inner_wrap h3.ttl01 p,
      section#privacy div.inner_wrap h4.ttl02 p, section#thankyou div.inner_wrap h3.ttl01 p,
      section#thankyou div.inner_wrap h4.ttl02 p {
        position: absolute;
        width: 100%;
        bottom: 20%; }
        section#about01 div.inner_wrap h3.ttl01 p span,
        section#about01 div.inner_wrap h4.ttl02 p span, section#about02 div.inner_wrap h3.ttl01 p span,
        section#about02 div.inner_wrap h4.ttl02 p span, section#about03 div.inner_wrap h3.ttl01 p span,
        section#about03 div.inner_wrap h4.ttl02 p span, section#about_shop div.inner_wrap h3.ttl01 p span,
        section#about_shop div.inner_wrap h4.ttl02 p span, section#course div.inner_wrap h3.ttl01 p span,
        section#course div.inner_wrap h4.ttl02 p span, section#vacationrental div.inner_wrap h3.ttl01 p span,
        section#vacationrental div.inner_wrap h4.ttl02 p span, section#contact div.inner_wrap h3.ttl01 p span,
        section#contact div.inner_wrap h4.ttl02 p span, section#company div.inner_wrap h3.ttl01 p span,
        section#company div.inner_wrap h4.ttl02 p span, section#privacy div.inner_wrap h3.ttl01 p span,
        section#privacy div.inner_wrap h4.ttl02 p span, section#thankyou div.inner_wrap h3.ttl01 p span,
        section#thankyou div.inner_wrap h4.ttl02 p span {
          white-space: nowrap;
          display: inline-block; }
    section#about01 div.inner_wrap h3.ttl01, section#about02 div.inner_wrap h3.ttl01, section#about03 div.inner_wrap h3.ttl01, section#about_shop div.inner_wrap h3.ttl01, section#course div.inner_wrap h3.ttl01, section#vacationrental div.inner_wrap h3.ttl01, section#contact div.inner_wrap h3.ttl01, section#company div.inner_wrap h3.ttl01, section#privacy div.inner_wrap h3.ttl01, section#thankyou div.inner_wrap h3.ttl01 {
      width: 25%;
      font-size: calc(10px + 2vw);
      text-align: center; }
      @media screen and (max-width: 600px) {
        section#about01 div.inner_wrap h3.ttl01, section#about02 div.inner_wrap h3.ttl01, section#about03 div.inner_wrap h3.ttl01, section#about_shop div.inner_wrap h3.ttl01, section#course div.inner_wrap h3.ttl01, section#vacationrental div.inner_wrap h3.ttl01, section#contact div.inner_wrap h3.ttl01, section#company div.inner_wrap h3.ttl01, section#privacy div.inner_wrap h3.ttl01, section#thankyou div.inner_wrap h3.ttl01 {
          width: 40%;
          margin: auto; } }
      section#about01 div.inner_wrap h3.ttl01 p, section#about02 div.inner_wrap h3.ttl01 p, section#about03 div.inner_wrap h3.ttl01 p, section#about_shop div.inner_wrap h3.ttl01 p, section#course div.inner_wrap h3.ttl01 p, section#vacationrental div.inner_wrap h3.ttl01 p, section#contact div.inner_wrap h3.ttl01 p, section#company div.inner_wrap h3.ttl01 p, section#privacy div.inner_wrap h3.ttl01 p, section#thankyou div.inner_wrap h3.ttl01 p {
        color: #ec5f99; }
    section#about01 div.inner_wrap h4.ttl02, section#about02 div.inner_wrap h4.ttl02, section#about03 div.inner_wrap h4.ttl02, section#about_shop div.inner_wrap h4.ttl02, section#course div.inner_wrap h4.ttl02, section#vacationrental div.inner_wrap h4.ttl02, section#contact div.inner_wrap h4.ttl02, section#company div.inner_wrap h4.ttl02, section#privacy div.inner_wrap h4.ttl02, section#thankyou div.inner_wrap h4.ttl02 {
      width: 20%;
      font-size: calc(8px + 2vw); }
      section#about01 div.inner_wrap h4.ttl02 p, section#about02 div.inner_wrap h4.ttl02 p, section#about03 div.inner_wrap h4.ttl02 p, section#about_shop div.inner_wrap h4.ttl02 p, section#course div.inner_wrap h4.ttl02 p, section#vacationrental div.inner_wrap h4.ttl02 p, section#contact div.inner_wrap h4.ttl02 p, section#company div.inner_wrap h4.ttl02 p, section#privacy div.inner_wrap h4.ttl02 p, section#thankyou div.inner_wrap h4.ttl02 p {
        color: #57b012;
        bottom: 30%; }

section#about_shop div.inner_wrap > div,
section#course div.inner_wrap > div,
section#vacationrental div.inner_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    section#about_shop div.inner_wrap > div,
    section#course div.inner_wrap > div,
    section#vacationrental div.inner_wrap > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  section#about_shop div.inner_wrap > div h3.ttl01,
  section#course div.inner_wrap > div h3.ttl01,
  section#vacationrental div.inner_wrap > div h3.ttl01 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 200px; }
  section#about_shop div.inner_wrap > div h3 + p,
  section#course div.inner_wrap > div h3 + p,
  section#vacationrental div.inner_wrap > div h3 + p {
    padding: 0 2em;
    color: #fff;
    font-size: 130%;
    line-height: 1.8em;
    text-align: left;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333,1px 1px 3px #000; }
    @media screen and (max-width: 600px) {
      section#about_shop div.inner_wrap > div h3 + p,
      section#course div.inner_wrap > div h3 + p,
      section#vacationrental div.inner_wrap > div h3 + p {
        text-align: center;
        margin: 1em 0; } }
    section#about_shop div.inner_wrap > div h3 + p span,
    section#course div.inner_wrap > div h3 + p span,
    section#vacationrental div.inner_wrap > div h3 + p span {
      white-space: nowrap;
      display: inline-block; }

section#about01 div.inner_wrap,
section#about02 div.inner_wrap,
section#about03 div.inner_wrap {
  padding: 10% 0 3% 0; }
  section#about01 div.inner_wrap img,
  section#about02 div.inner_wrap img,
  section#about03 div.inner_wrap img {
    max-width: 100%; }
  section#about01 div.inner_wrap img.a01,
  section#about02 div.inner_wrap img.a01,
  section#about03 div.inner_wrap img.a01 {
    border-radius: 12px;
    border: solid 3px #fff; }
  section#about01 div.inner_wrap img.a01_01,
  section#about02 div.inner_wrap img.a01_01,
  section#about03 div.inner_wrap img.a01_01 {
    max-width: 50%; }
  section#about01 div.inner_wrap div.about_txt,
  section#about02 div.inner_wrap div.about_txt,
  section#about03 div.inner_wrap div.about_txt {
    width: 50%;
    line-height: 1.8em;
    color: #585858;
    background: #fff;
    padding: 2em;
    position: relative;
    top: -2em;
    text-align: left;
    position: relative; }
    section#about01 div.inner_wrap div.about_txt:before,
    section#about02 div.inner_wrap div.about_txt:before,
    section#about03 div.inner_wrap div.about_txt:before {
      content: '';
      display: inline-block;
      width: 116px;
      height: 83px;
      position: absolute;
      top: -8px;
      left: -10px;
      background: url(../img/frame_rose01_1.png) no-repeat;
      background-size: contain; }
    section#about01 div.inner_wrap div.about_txt:after,
    section#about02 div.inner_wrap div.about_txt:after,
    section#about03 div.inner_wrap div.about_txt:after {
      content: '';
      display: inline-block;
      width: 189px;
      height: 114px;
      position: absolute;
      bottom: -10px;
      right: -10px;
      background: url(../img/frame_rose01_2.png) no-repeat;
      background-size: contain; }
    @media screen and (max-width: 600px) {
      section#about01 div.inner_wrap div.about_txt,
      section#about02 div.inner_wrap div.about_txt,
      section#about03 div.inner_wrap div.about_txt {
        width: 80%; } }

section#about01 div.inner_wrap h3.ttl01 {
  min-width: 8em;
  position: absolute;
  top: -20%;
  right: 5%; }

section#about03 div.inner_wrap {
  padding-bottom: 20%; }
  section#about03 div.inner_wrap div.about_txt {
    bottom: 8%; }

section#about_shop {
  background: #fff8fb;
  padding: 2em 0 0 0; }
  section#about_shop #shop01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3% 0; }
    section#about_shop #shop01 div {
      line-height: 1.8em; }
      section#about_shop #shop01 div h4 p:first-child {
        font-size: 80%; }
      section#about_shop #shop01 div h4 p:nth-child(2) {
        font-weight: bold;
        font-size: 150%;
        margin-bottom: 0.5em; }
      section#about_shop #shop01 div > p:nth-child(3) {
        font-size: 130%;
        color: #ec5f99; }
      section#about_shop #shop01 div > p:nth-child(4) {
        color: #ec5f99; }
      section#about_shop #shop01 div > p:nth-child(7) {
        color: #ec5f99; }
    section#about_shop #shop01 img {
      max-width: 40%; }
  section#about_shop #access {
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 800px) {
      section#about_shop #access {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section#about_shop #access h4 {
      margin-right: 20px; }
    section#about_shop #access div.gmap {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0; }
      section#about_shop #access div.gmap iframe,
      section#about_shop #access div.gmap object,
      section#about_shop #access div.gmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

section#course ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  section#course ul li {
    width: 36%;
    min-width: 200px;
    border: solid 3px #efefef;
    border-radius: 10px;
    margin: 3%;
    overflow: hidden;
    background: #fef7fa; }
    section#course ul li div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%; }
      section#course ul li div h4 {
        padding: 1em 1em;
        -webkit-box-shadow: 0px 2px 5px 1px #eee;
        box-shadow: 0px 2px 5px 1px #eee;
        background: #fff;
        line-height: 1.7em; }
      section#course ul li div div {
        padding: 1.5em 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section#course ul li div div span {
          margin: 0 0.5em;
          white-space: nowrap;
          display: inline-block;
          line-height: 1.5em; }

section#vacationrental div.inner_wrap ul.plan {
  clear: both; }
  section#vacationrental div.inner_wrap ul.plan li {
    background: rgba(255, 255, 255, 0.8);
    width: 40%;
    margin: 2%;
    padding: 3%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px 1px #eee;
    box-shadow: 0px 2px 5px 1px #eee;
    float: left; }
    section#vacationrental div.inner_wrap ul.plan li h4 {
      font-size: 140%;
      margin: 0.5em; }
    section#vacationrental div.inner_wrap ul.plan li p {
      line-height: 1.8em; }
      section#vacationrental div.inner_wrap ul.plan li p span {
        white-space: nowrap;
        display: inline-block; }

section#vacationrental div.inner_wrap div.rental_photo {
  clear: both;
  padding: 4% 0; }

section#vacationrental div.inner_wrap .swiper-container .swiper-slide div {
  background: #222; }
  section#vacationrental div.inner_wrap .swiper-container .swiper-slide div img {
    max-width: 90%;
    margin: 5%;
    height: auto; }
  section#vacationrental div.inner_wrap .swiper-container .swiper-slide div p {
    color: #ccc;
    padding: 0 1em 1em 1em; }

section#vacationrental div.inner_wrap div.spot {
  text-align: left;
  background: #fff5c1;
  border-radius: 8px;
  padding: 3% 5%; }
  section#vacationrental div.inner_wrap div.spot h4 {
    font-size: 120%;
    color: #ec5f99;
    margin: 1em; }
    section#vacationrental div.inner_wrap div.spot h4 span {
      white-space: nowrap;
      display: inline-block; }
  section#vacationrental div.inner_wrap div.spot dl {
    overflow: hidden; }
    @media screen and (max-width: 750px) {
      section#vacationrental div.inner_wrap div.spot dl {
        width: 100%; } }
    section#vacationrental div.inner_wrap div.spot dl dt {
      float: left;
      width: 15em;
      padding: 0.3em;
      font-weight: bold;
      clear: both; }
      section#vacationrental div.inner_wrap div.spot dl dt:before {
        content: '〇 ';
        color: #ec5f99; }
      @media screen and (max-width: 750px) {
        section#vacationrental div.inner_wrap div.spot dl dt {
          float: none;
          width: 100%; } }
    section#vacationrental div.inner_wrap div.spot dl dd {
      margin-left: 15em;
      width: 7em;
      padding: 0.3em; }
      section#vacationrental div.inner_wrap div.spot dl dd:after {
        content: '';
        display: block;
        clear: both; }
      @media screen and (max-width: 750px) {
        section#vacationrental div.inner_wrap div.spot dl dd {
          display: inline;
          margin: 0 0 0 1em; } }

section#contact div.inner_wrap {
  text-align: left;
  line-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    section#contact div.inner_wrap {
      display: block; } }
  section#contact div.inner_wrap > div > div {
    padding: 0 2em; }
    section#contact div.inner_wrap > div > div h4 {
      margin: 2em 0 1em 0;
      font-size: 130%;
      background: -webkit-gradient(linear, left top, right top, from(#888888), color-stop(76%, rgba(136, 136, 136, 0.85)), color-stop(98%, rgba(136, 136, 136, 0)));
      background: -webkit-linear-gradient(left, #888888 0%, rgba(136, 136, 136, 0.85) 76%, rgba(136, 136, 136, 0) 98%);
      background: -o-linear-gradient(left, #888888 0%, rgba(136, 136, 136, 0.85) 76%, rgba(136, 136, 136, 0) 98%);
      background: linear-gradient(to right, #888888 0%, rgba(136, 136, 136, 0.85) 76%, rgba(136, 136, 136, 0) 98%);
      color: #eee;
      padding: 0.1em 0.8em;
      border-radius: 6px; }
      @media screen and (max-width: 600px) {
        section#contact div.inner_wrap > div > div h4 {
          text-align: center;
          background: -webkit-gradient(linear, left top, right top, from(rgba(136, 136, 136, 0)), color-stop(24%, rgba(136, 136, 136, 0.85)), color-stop(50%, #888888), color-stop(76%, rgba(136, 136, 136, 0.85)), to(rgba(136, 136, 136, 0)));
          background: -webkit-linear-gradient(left, rgba(136, 136, 136, 0) 0%, rgba(136, 136, 136, 0.85) 24%, #888888 50%, rgba(136, 136, 136, 0.85) 76%, rgba(136, 136, 136, 0) 100%);
          background: -o-linear-gradient(left, rgba(136, 136, 136, 0) 0%, rgba(136, 136, 136, 0.85) 24%, #888888 50%, rgba(136, 136, 136, 0.85) 76%, rgba(136, 136, 136, 0) 100%);
          background: linear-gradient(to right, rgba(136, 136, 136, 0) 0%, rgba(136, 136, 136, 0.85) 24%, #888888 50%, rgba(136, 136, 136, 0.85) 76%, rgba(136, 136, 136, 0) 100%); } }
    section#contact div.inner_wrap > div > div > p:last-child {
      margin: 0 0 5em 2%; }
    @media screen and (max-width: 600px) {
      section#contact div.inner_wrap > div > div > p {
        text-align: center; } }
  section#contact div.inner_wrap .tel {
    color: #ec5f99;
    font-size: 200%;
    margin: 2%;
    text-shadow: 2px 0px #fff, -2px 0px #fff,
 0px -2px #fff, 0px 2px #fff,
 2px 2px #fff,  -2px 2px #fff,
 2px -2px #fff, -2px -2px #fff,
 1px 2px #fff, -1px 2px #fff,
 1px -2px #fff, -1px -2px #fff,
 2px 1px #fff,  -2px 1px #fff,
 2px -1px #fff, -2px -1px #fff; }
    section#contact div.inner_wrap .tel + p {
      text-shadow: 2px 0px #fff, -2px 0px #fff,
 0px -2px #fff, 0px 2px #fff,
 2px 2px #fff,  -2px 2px #fff,
 2px -2px #fff, -2px -2px #fff,
 1px 2px #fff, -1px 2px #fff,
 1px -2px #fff, -1px -2px #fff,
 2px 1px #fff,  -2px 1px #fff,
 2px -1px #fff, -2px -1px #fff; }
    section#contact div.inner_wrap .tel:nth-child(3) {
      font-size: 153%; }
  section#contact div.inner_wrap form dl {
    overflow: hidden; }
    section#contact div.inner_wrap form dl dt {
      float: left;
      width: 10em;
      padding: 1em;
      text-align: right;
      clear: both;
      text-shadow: 2px 0px #fff, -2px 0px #fff,
 0px -2px #fff, 0px 2px #fff,
 2px 2px #fff,  -2px 2px #fff,
 2px -2px #fff, -2px -2px #fff,
 1px 2px #fff, -1px 2px #fff,
 1px -2px #fff, -1px -2px #fff,
 2px 1px #fff,  -2px 1px #fff,
 2px -1px #fff, -2px -1px #fff; }
      @media screen and (max-width: 600px) {
        section#contact div.inner_wrap form dl dt {
          float: none;
          width: 100%;
          text-align: left;
          padding-bottom: 0; } }
      section#contact div.inner_wrap form dl dt span {
        font-size: 70%;
        color: red; }
    section#contact div.inner_wrap form dl dd {
      margin-left: 12em;
      padding: 1em; }
      section#contact div.inner_wrap form dl dd p {
        font-size: 80%;
        color: #ec5f99;
        line-height: 1.5em;
        padding: 0.5em 0;
        text-shadow: 2px 0px #fff, -2px 0px #fff,
 0px -2px #fff, 0px 2px #fff,
 2px 2px #fff,  -2px 2px #fff,
 2px -2px #fff, -2px -2px #fff,
 1px 2px #fff, -1px 2px #fff,
 1px -2px #fff, -1px -2px #fff,
 2px 1px #fff,  -2px 1px #fff,
 2px -1px #fff, -2px -1px #fff; }
      @media screen and (max-width: 600px) {
        section#contact div.inner_wrap form dl dd {
          margin: 0;
          padding-top: 0; } }
      section#contact div.inner_wrap form dl dd input, section#contact div.inner_wrap form dl dd textarea {
        border: solid 1px #ccc;
        border-radius: 3px;
        font-size: 120%;
        padding: 0.5em; }
        section#contact div.inner_wrap form dl dd input:focus, section#contact div.inner_wrap form dl dd textarea:focus {
          border: solid 1px #ec5f99; }
      section#contact div.inner_wrap form dl dd input[type="text"],
      section#contact div.inner_wrap form dl dd input[type="email"] {
        width: 90%; }
      section#contact div.inner_wrap form dl dd textarea {
        width: 90%;
        height: 5em; }
  section#contact div.inner_wrap form button {
    width: 12em;
    font-size: 130%;
    padding: 0.5em 0;
    background: #ec5f99;
    border: solid 1px #ec5f99;
    border-bottom: solid 2px #555;
    border-right: solid 2px #555;
    color: #fff8fb;
    border-radius: 3px;
    margin-left: 10em; }
    @media screen and (max-width: 600px) {
      section#contact div.inner_wrap form button {
        margin: 0; } }
    section#contact div.inner_wrap form button:hover {
      border-bottom: none;
      border-right: none;
      border-top: solid 2px #555;
      border-left: solid 2px #555; }

img.flwr {
  position: absolute;
  z-index: 90; }

img.flwr01 {
  max-width: 50%;
  top: -30%;
  left: 0; }

img.flwr02 {
  max-width: 14%;
  bottom: 0;
  right: 10%; }

img.flwr03 {
  max-width: 30%;
  top: 0;
  left: 0; }

img.flwr05 {
  top: 50%;
  right: 0; }

section#company {
  background: url(../img/other_bg.png) no-repeat top right, #ffebf8; }
  section#company div.inner_wrap dl {
    overflow: hidden;
    margin-top: 2em; }
    section#company div.inner_wrap dl dt {
      float: left;
      width: 6em;
      padding: 1em;
      text-align: right;
      clear: both;
      color: #ec5f99; }
    section#company div.inner_wrap dl dd {
      margin-left: 8em;
      padding: 1em;
      text-align: left; }

section#privacy {
  background: url(../img/other_bg.png) no-repeat top right, #ffebf8; }
  section#privacy div.inner_wrap {
    text-align: left;
    line-height: 2.2em; }
    section#privacy div.inner_wrap h4 {
      margin: 2em 5% 0 5%;
      font-weight: bold; }
    section#privacy div.inner_wrap > p {
      margin: 0 5%; }
    section#privacy div.inner_wrap ul {
      margin: 0 5%; }
      section#privacy div.inner_wrap ul li {
        list-style-type: disc;
        margin-left: 2em; }

section#thankyou {
  background: url(../img/other_bg.png) no-repeat top right, #ffebf8; }
  section#thankyou div.inner_wrap {
    text-align: left;
    line-height: 2.2em; }
    section#thankyou div.inner_wrap h3 {
      margin-bottom: 1em; }
    section#thankyou div.inner_wrap a {
      display: inline-block;
      margin: 1em 0; }

footer {
  clear: both;
  padding: 3em 0 0 0;
  background: url(../img/bg_footer.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 200; }
  footer div#ftr_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      footer div#ftr_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    footer div#ftr_inner div#ftr_info {
      margin: 0 5%;
      line-height: 1.6em; }
      footer div#ftr_inner div#ftr_info h1 {
        font-size: 150%;
        margin-bottom: 0.5em; }
      footer div#ftr_inner div#ftr_info p:first-child {
        font-size: 80%; }
  footer span {
    display: block;
    width: 98%;
    padding: 1em 0;
    text-align: center;
    font-size: 80%;
    line-height: 1.5em; }
    footer span a {
      padding: 0 0.5em; }
      footer span a:first-child {
        border-right: solid 1px #777; }
    footer span small {
      font-size: 90%;
      color: #585858;
      margin-bottom: 1em; }

#top_link {
  position: fixed;
  right: -100px;
  bottom: 50px;
  z-index: 400; }
  #top_link a {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 6px 0 0 6px;
    margin: 0 0 10px 0; }
    #top_link a#totop {
      background: url(../img/ico_totop.png) no-repeat, #ec5f99; }
      #top_link a#totop:hover {
        background-color: red; }
    #top_link a#tohome {
      background: url(../img/ico_tohome.png) no-repeat, #ec5f99; }
      #top_link a#tohome:hover {
        background-color: red; }
    #top_link a:hover {
      cursor: pointer; }
