@charset "UTF-8";
/* initial setting */
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;
  vertical-align: baseline;
  background: transparent; }

li {
  text-decoration: none; }

html {
  font-size: 100%;
  font-family: 'Vollkorn','Hina Mincho',"游明朝体","YuMincho", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Klee","クレー", "ＭＳ Pゴシック", sans-serif; }

body {
  line-height: 1; }

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

main {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

img {
  outline: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html,
button,
input,
select,
textarea {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* @font-face {
  font-family: "Hannari-2";
  font-style: normal;
  font-weight: 400;
  src: local('Hina Mincho'), url("../fonts/Hannari-subset_new.woff") format("woff"), url("../fonts/Hannari-subset2_new.otf") format("opentype"); 
} */
/* definitions */
/* component */
body {
  background: #f5efe3; }

html,
button,
input,
select,
textarea {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

.symbol-defs {
  display: none; }

.logo {
  margin-top: 30px;
  margin-bottom: 50px; }

.container {
  padding: 0 60px; }
  @media (max-width: 799px) {
    .container {
      padding: 0 30px; } }
  @media (max-width: 479px) {
    .container {
      padding: 0 20px; } }

.suppage {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px; }

.site-header {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  text-align: center;
  display: none; }

.header {
  margin-bottom: 10px;
  position: relative; }

@media (max-width: 767px) {
  .header-ilst--pc {
    display: none; } }

.header-ilst--sp {
  display: none;
  width: 335px;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .header-ilst--sp {
      display: block; } }

.header-data {
  position: absolute;
  text-align: center;
  bottom: 0;
  padding: 2% 0;
  width: 100%; }
  .header-data .header__cat,
  .header-data .header__tag {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5efe1;
    padding: 0 5px; }
  @media (max-width: 767px) {
    .header-data {
      position: initial; }
      .header-data .header__cat,
      .header-data .header__tag {
        display: block;
        padding: 5px; } }

.header__cat img, .header__cat span {
  display: inline-block;
  vertical-align: middle; }

.header__tag .tags {
  font-family: "游ゴシック体","YuGothic", sans-serif; }
  .header__tag .tags span {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    padding: 4px; }

.header-icon-svg {
  fill: #1ba3e6;
  width: 22px;
  height: 16px;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }

.ttl-block {
  text-align: center; }
  .ttl-block .ttl {
    font-weight: normal;
    font-size: 30px;
    margin: 15px 0;
    line-height: 1; }
  @media (max-width: 767px) {
    .ttl-block .ttl {
      font-size: 24px; } }

.slider-block {
  max-width: 900px;
  margin: 20px auto 30px;
  width: 100%;
  text-align: center;
  background-color: #faf7f1;
  border-radius: 10px;
  position: relative; }

.photo-by {
  text-align: right;
  font-size: 12px;
  color: #888;
  margin: 5px;
  position: absolute;
  right: 0; }

.flickity-page-dots {
  bottom: 10px; }

.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: #f5efe3;
  opacity: 1;
  margin: 0 8px !important; }

.flickity-page-dots .dot.is-selected {
  background: #c36782; }

.gallery-cell {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-family: sans-serif; }
  .gallery-cell a {
    padding-top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    background-color: #faf7f1;
    pointer-events: none; }
    .gallery-cell a img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      min-height: 100%;
      max-width: 100%;
      max-height: 100%; }
  @media (max-width: 767px) {
    .gallery-cell a {
      padding-top: 68%; } }

/* Fade CSS */
.flickity-slider {
  transform: none !important; }

.gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1; }

.gallery-cell.is-selected {
  opacity: 1;
  z-index: 2; }

.flickity-page-dots {
  z-index: 5; }

.discription-block {
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #faf7f1;
  margin-bottom: 30px; }
  .discription-block p {
    line-height: 3;
    padding: 0.3em 0;
    border-bottom: 2px dashed #d2d2d2;
    display: inline;
    color: #333; }
  @media (max-width: 767px) {
    .discription-block {
      padding: 10px 20px; }
      .discription-block p {
        line-height: 2.5;
        font-size: 14px; } }

.danshi-block {
  overflow: hidden;
  margin-bottom: 30px; }
  .danshi-block__img {
    position: relative;
    max-width: 450px;
    width: 50%;
    float: left;
    margin-bottom: 3%; }
    .danshi-block__img img {
      border-radius: 10px; }
    .danshi-block__img:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      z-index: 2;
      border: dashed 2px #fff;
      border-radius: 10px; }
  .danshi-block__comment {
    width: 50%;
    float: right;
    padding-left: 3%;
    line-height: 2;
    font-size: 14px; }
  .danshi-block__comment-ttl {
    margin: 10px 0;
    text-align: center;
    line-height: 1; }
  .danshi-block__name {
    text-align: center;
    font-size: 16px;
    margin: 10px 0; }
  @media (max-width: 767px) {
    .danshi-block {
      overflow: visible; }
      .danshi-block__img {
        max-width: 100%;
        width: 100%;
        float: none; }
      .danshi-block__comment {
        width: 100%;
        float: none;
        padding-left: none; } }

.spot-data-block {
  padding: 40px 50px;
  background-color: #faf7f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative; }
  .spot-data-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/ilst_tree.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 10%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 10; }
  @media (max-width: 767px) {
    .spot-data-block {
      padding: 30px 20px; } }

table.spot-data-table {
  width: 100%;
  border-collapse: collapse; }
  table.spot-data-table tr + tr {
    border-top: 2px dashed #d2d2d2; }
  table.spot-data-table th, table.spot-data-table td {
    line-height: 1.5;
    padding: 0.5em 10px;
    font-weight: normal;
    font-size: 14px; }
  table.spot-data-table th {
    width: 140px;
    text-align: left;
    font-family: "游ゴシック体","YuGothic", sans-serif; }
  table.spot-data-table a {
    color: #c36782;
    word-break: break-all; }
  table.spot-data-table + table.spot-data-table {
    margin-top: 1em; }
  @media (max-width: 767px) {
    table.spot-data-table th {
      width: 100px; } }

.map-block .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.map-block .ggmap iframe,
.map-block .ggmap object,
.map-block .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.map-btn {
  display: block;
  margin: 30px auto;
  height: 50px;
  font-size: 14px;
  background-color: #c36782;
  width: 240px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 50px; }

.video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
  margin-top: 40px; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.link-btn-block {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 20px;
  background-color: #faf7f1; }

.link-btn {
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  min-width: 240px;
  width: auto;
  height: 50px;
  outline: 0;
  transition: opacity 0.2s;
  z-index: 10;
  border-radius: 25px;
  color: #c36782;
  border: 2px solid #c36782;
  text-align: center;
  box-sizing: border-box;
  line-height: 2em;
  font-weight: bold;
  margin: 5px; }
