@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * Sanitize 13.0.0 (https://github.com/csstools/sanitize.css)
 * Licensed under the CC0 1.0 Universal.
 */
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}
:after,:before{text-decoration:inherit;vertical-align:inherit}
html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}
body{margin:0}
h1{font-size:2em;margin:.67em 0}
dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}
hr{height:0;overflow:visible}
main{display:block}
nav ol,nav ul{list-style:none;padding:0}
pre{font-family:monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace;font-size:1em}
small{font-size:80%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
iframe,img{border-style:none}
svg:not([fill]){fill:currentColor}
svg:not(:root){overflow:hidden}
table{border-collapse:collapse}
button,input,select{margin:0}
button{overflow:visible;text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}
input{overflow:visible}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
select{text-transform:none}
textarea{margin:0;overflow:auto;resize:vertical}
[type=checkbox],[type=radio]{padding:0}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
::-moz-focus-inner{border-style:none;padding:0}
:-moz-focusring{outline:1px dotted ButtonText}
:-moz-ui-invalid{box-shadow:none}
details,dialog{display:block}
dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}
dialog:not([open]){display:none}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}
[hidden]{display:none}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true],[disabled]{cursor:not-allowed}
[aria-hidden="false"][hidden]{display:inline;display:initial}
[aria-hidden="false"][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}
html {
  font-size: 62.5%;
  scroll-behavior: auto !important;
  scroll-padding-top: 170px;
}
body {
  overflow-x: hidden;
  background: #faf8f6;
  color: #4b4b4b;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2;
}
a {
  color: #50785d;
}
/* Typography Base Setting */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}
ol,
ul {
  padding-left: 2em;
}
ol {
  list-style: decimal outside none;
}
ul {
  list-style: disc outside none;
}
li ol,
li ul {
  margin-bottom: 0;
}
nav ol,
nav ul {
  list-style: none;
  padding-left: 0;
}
em {
  font-style: normal;
}
strong {
  font-weight: 700;
}
rp,
rt {
  line-height: 1;
  font-size: 0.688em;
}
table {
  empty-cells: show;
  font-size: 1em;
}
iframe {
  display: block;
  width: 100%;
}
img {
  height: auto;
}
img,
iframe,
button,
input,
select,
textarea {
  max-width: 100%;
}
figure {
  margin: 0;
}
textarea {
  height: auto;
  resize: vertical;
}
mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(0, 61, 165, 0.3)));
  background: linear-gradient(transparent 55%, rgba(0, 61, 165, 0.3) 55%);
}
/* ==========================================================================
   Layout
   ========================================================================== */
body {
  position: relative;
  padding-top: 1px;
}
body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #faf8f6;
  pointer-events: none;
  content: "";
}
.no-js body::after {
  opacity: 0;
}
.js.is-loaded body::after {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s;
  transition: opacity 0.5s 0.3s;
}
.wrap {
  overflow: hidden;
  position: relative;
}
.container {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto
}
.container .container {
    width: 100%;
  }
.container--wide {
  max-width: 1280px;
}
.container--narrow {
  max-width: 870px;
}
/* -----------------------------------
  Header
----------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding: 0 3.5%;
  background: #faf8f6;
  font-size: 1.5rem;
}
.header__logo {
  max-width: 90px
}
.header__logo img {
    display: block;
  }
.header-navi a {
    color: #50785d;
    font-weight: 700;
    text-decoration: none;
  }
.navi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
.child-navi-list {
  font-size: 1.4rem;
}
.sub-navi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem
}
.sub-navi-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #50785d;
    color: #fff;
    width: 170px;
    height: 40px;
    border-radius: 20px;
  }
.sub-navi-list img {
    margin-right: 5px;
    vertical-align: -2px;
  }
.navi-list__link {
  display: inline-block;
  position: relative;
  padding: 5px 25px;
  line-height: 1.5;
}
/* -----------------------------------
  Content
----------------------------------- */
.wrap {
  margin-top: 100px
}
.main {
  position: relative;
  padding-bottom: min(15vw, 130px);
}
.page-header__title {
  color: #50785d;
  font-size: 4rem;
  font-size: clamp(3.6rem, 2.76rem + 2.33vw, 5rem);
  font-weight: 700;
  line-height: 1.4;
}
.page-header__subtitle {
  margin-bottom: 5px;
  color: #83a142;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.075em
}
.page-header__subtitle img {
    width: auto;
    height: 1.1875em;
    vertical-align: -0.2em;
  }
.breadcrumbs {
  display: none;
}
.page-header--1 {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-header--2 {
  position: relative;
  z-index: 10;
  height: 50vw;
  margin-bottom: min(10vw, 120px);
  background: #eee
}
.page-header--2 .page-header__image {
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%
  }
.page-header--2 .page-header__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
.page-header--2 .page-header__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: calc(100% - 40px);
    max-width: 1000px;
  }
.page-header__circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 50px
}
.page-header__circle .page-header__title,
  .page-header__circle .page-header__subtitle {
    position: relative;
    text-align: center
  }
.page-header__circle .page-header__title::after, .page-header__circle .page-header__subtitle::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      color: inherit;
      font-size: 1em;
      -webkit-text-stroke: 0px;
      content: attr(data-title);
    }
.page-header__circle .page-header__title {
    color: #50785d;
    font-size: 2.8rem;
    -webkit-text-stroke: 10px #fff;
  }
.page-header__circle .page-header__subtitle {
    display: block;
    margin-top: 0.5em;
    color: #83a142;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    -webkit-text-stroke: 4px #fff;
  }
.main-under-buffer {
  padding-bottom: 30vw
}
/* -----------------------------------
  Footer
----------------------------------- */
.fixed-pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}
.fixed-pagetop.is-hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  }
.pagetop {
  display: block;
  width: 94px;
  height: 94px;
  border-radius: 47px 0 0 47px;
  background: #50785d
}
.footer {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 60px;
  background: url("../images/bg_footer.png") no-repeat center top / cover;
}
.footer__inner {
  width: 91.8571%;
  max-width: 1180px;
  margin: 0 auto;
  padding: min(10vw, 130px) 4% 0;
  border-radius: min(5vw, 50px);
  background: #fff;
}
.footer__logo {
  margin-bottom: 40px;
  text-align: center
}
.footer__logo img {
    width: 190px;
  }
.footer__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.footer__sns {
  margin-top: 40px;
  text-align: center
}
.footer__sns a {
    display: inline-block;
    margin: 0 10px;
  }
.footer__lower {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #d8ecc4;
  color: #50785d;
  font-size: 1.4rem;
  text-align: center;
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*------------------------------------*\
    spectre.css
    http://picturepan2.github.io/spectre
\*------------------------------------*/
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}
.columns.col-gapless {
    margin-left: 0;
    margin-right: 0
  }
.columns.col-gapless > .column {
      padding-left: 0;
      padding-right: 0;
    }
.columns.col-oneline {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
[class~="col-"],
.column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
[class~="col-"].col-12,
  [class~="col-"].col-11,
  [class~="col-"].col-10,
  [class~="col-"].col-9,
  [class~="col-"].col-8,
  [class~="col-"].col-7,
  [class~="col-"].col-6,
  [class~="col-"].col-5,
  [class~="col-"].col-4,
  [class~="col-"].col-3,
  [class~="col-"].col-2,
  [class~="col-"].col-1,
  [class~="col-"].col-auto,
  .column.col-12,
  .column.col-11,
  .column.col-10,
  .column.col-9,
  .column.col-8,
  .column.col-7,
  .column.col-6,
  .column.col-5,
  .column.col-4,
  .column.col-3,
  .column.col-2,
  .column.col-1,
  .column.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
/*------------------------------------*\
    Typography
\*------------------------------------*/
/* 見出し */
.heading {
  margin-bottom: 30px;
  color: #50785d;
  font-size: 4.4rem;
  font-size: clamp(3rem, 2.7468rem + 1.92vw, 4.4rem);
  font-weight: 700;
  line-height: 1.4
}
.heading[data-en-after]::after {
    display: block;
    margin-top: 0.5em;
    color: #83a142;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    content: attr(data-en-after);
  }
.h2 {
  position: relative;
  margin-bottom: 30px;
  color: #50785d;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em
}
.h2[data-en-before]::before,
  .h2[data-en-after]::after {
    display: block;
    color: #83a142;
    font-size: 1.4rem;
    font-weight: bold;
  }
.h2[data-en-before]::before {
    margin-bottom: 5px;
    content: attr(data-en-before);
  }
.h2[data-en-after]::after {
    margin-top: 5px;
    content: attr(data-en-after);
  }
.h3 {
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.heading--white,
.heading--white[data-en-after]::after,
.h2--white,
.h2--white[data-en-before]::before,
.h2--white[data-en-after]::after {
  color: #fff;
}
.lead {
  font-size: 4rem;
  font-size: clamp(2.7rem, 1.4rem + 2.71vw, 4rem);
  font-weight: 700;
  line-height: 1.6;
}
/* リスト */
.list-inline,
.list-nostyle,
.list-note {
  list-style: none;
  padding: 0;
}
.list-inline > li {
    display: inline-block;
    margin-right: 1em;
  }
.list-inline > li:last-child {
    margin-right: 0;
  }
.list-note > li {
    position: relative;
    padding-left: 1.5em;
  }
.list-note > li::before {
    position: absolute;
    left: 0;
    content: "※";
  }
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
  width: 100%;
  border-top: 1px solid
}
.table th {
    padding: 1.2em 1.5em;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
  }
.table td {
    padding: 1.2em 1.5em;
    vertical-align: top;
  }
.table th,
  .table td {
    border-bottom: 1px solid;
  }
/* レスポンシブ */
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 234px;
  height: 56px;
  border-radius: 28px;
  border: none;
  margin: 10px 0;
  padding: 10px 40px 12px;
  border: 1px solid;
  background: #81af46;
  color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer
}
.btn::before,
  .btn::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: no-repeat center center / contain;
    content: "";
  }
.btn::before {
    background-image: url("../images/arrow-w.svg");
  }
.btn--auto {
  width: auto;
  padding-right: 40px;
}
.btn--wide {
  width: 400px;
  max-width: 100%;
}
.btn--outline {
  background: #fff;
  color: #83a142
}
.btn--outline::before {
    background-image: url("../images/arrow.svg");
  }
.btn--outline::after {
    opacity: 0;
    background-image: url("../images/arrow-w.svg");
  }
.btn--brown {
  background: #715843;
}
.btn--block {
  width: 100%;
  max-width: 100%;
}
.btn--large {
  height: 76px;
  border-radius: 38px;
  font-size: 1.8rem;
}
.btn--icon[href*=".pdf"] .btn__text::before, .btn--icon[href*=".doc"] .btn__text::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url("../images/icon_file.svg") no-repeat center center / contain;
    vertical-align: -2px;
    content: "";
  }
.btn--icon[href*="youtu.be"] .btn__text::before, .btn--icon[href*="youtube"] .btn__text::before {
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 5px;
    background: url("../images/icon_movie.svg") no-repeat center center / contain;
    vertical-align: -2px;
    content: "";
  }
/* ページネーション */
.pagination {
	margin-top: min(10vw, 60px)
}
.pagination ul {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
.pagination li {
		padding: 5px;
	}
.pagination__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding-bottom: 2px;
	border-radius: 50%;
	background: #d5e4c1;
	color: #4b4b4b;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}
.pagination__link.is-active {
	background: #83a142;
	color: #fff;
}
/* Project
   ----------------------------------------------------------------- */
/*------------------------------------*\
  共通
\*------------------------------------*/
.section {
  padding: min(60px, 8vw) 0;
}
.buffer-top {
  padding-top: min(120px, 12vw);
}
.buffer-bottom {
  padding-bottom: min(120px, 12vw);
}
.box {
  margin: 40px 0;
  padding: 30px 6.5%;
  border-radius: 20px;
  background: #83a142;
  color: #fff
}
.full-image {
  width: calc(100% - 40px);
  margin: 0 auto
}
.full-image img {
    width: 100%;
  }
/* 要素 */
.img-round {
  overflow: hidden;
  border-radius: 20px;
}
/* 背景 */
.wave-wrap {
  position: relative
}
.wave-wrap .wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
.wave {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: -1px;
  pointer-events: none;
}
.wave-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.wave-fore {
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.js [data-scroll] .wave-back {
  -webkit-transform: translateY(3vw);
  transform: translateY(3vw);
}
.js [data-scroll] .wave-fore {
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
}
.js [data-scroll="in"] .wave-back,
.js [data-scroll="in"] .wave-fore {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.bg-white {
  background: #fff;
}
.bg-green {
  background: #50785d;
}
.bg-lightgreen2 {
  background: #e0ebd1;
}
/* アニメーション設定 */
.js .anim-mask {
	display: inline-block;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  vertical-align: top;
}
.js .anim-mask.animated {
	--duration: 0.7s;
	--delay: 0.2s;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
	transition: -webkit-clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
	transition: clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
	transition: clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay), -webkit-clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
}
/* モーダル */
.modal .modaal-container {
    max-width: 600px;
  }
.modal .modaal-content-container {
    padding: 30px max(8%, 15px);
  }
.modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #002a9f;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  cursor: pointer;
}
/* スライダー */
.infinite-slider .slick-slide {
    padding: 0 12px;
  }
.infinite-slider .slick-slide:nth-of-type(even) {
    margin-top: 3vw;
  }
.centered-slider {
  margin: 50px 0
}
.centered-slider .slick-slide {
    padding: 0 30px;
  }
.centered-slider .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #715843;
    background: #faf8f6
  }
.centered-slider .slick-arrow::before {
      content: "";
    }
.centered-slider .slick-prev {
    background: #faf8f6 url("../images/arrow-small-l.svg#brown") no-repeat center center / 12px;
    left: calc(10% - 20px);
  }
.centered-slider .slick-next {
    background: #faf8f6 url("../images/arrow-small-r.svg#brown") no-repeat center center / 12px;
    right: calc(10% - 20px);
  }
/*------------------------------------*\
  トピックス
\*------------------------------------*/
/* 一覧 */
.topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfdad2
}
.topics-list > li {
    padding: 40px 0;
    border-bottom: 1px solid #cfdad2;
  }
.topics-list-item__thumb {
  margin-bottom: 20px
}
.topics-list-item__thumb img {
    width: 100%;
  }
.topics-list-item .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px
  }
.topics-list-item .status::before {
      position: absolute;
      top: 1.6rem;
      left: -10px;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #50785d;
      content: "";
    }
.topics-list-item .date {
    padding-right: 1em;
    font-size: 1.6rem;
  }
.topics-list-item .category {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 1em;
    border: 1px solid;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1;
  }
.topics-list-item .category--news {
    border-color: #83c242;
    color: #83c242;
  }
.topics-list-item .category--event {
    border-color: #f6af38;
    color: #f6af38;
  }
.topics-list-item .category--cafe {
    border-color: #715843;
    color: #715843;
  }
.topics-list-item .title {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5
  }
.topics-list-item .title a {
      color: inherit;
      text-decoration: none;
    }
.topics-list-item .desc {
    margin-top: 0.25em;
    line-height: 1.875;
  }
.topics-list-item .link {
    margin-top: 15px;
  }
.topics-list-item .movie {
    overflow: hidden;
    border-radius: 10px;
    max-width: 430px;
    margin-top: 30px;
  }
.article-date {
  color: #999;
  font-size: 1.2rem;
}
.article-category {
  color: #50785d;
  font-size: 1.2rem;
  font-weight: bold;
  .article-date + & {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #ccc;
  }
}
.article-thumb img {
    width: 100%;
  }
.article-view {
  padding-left: 23px;
  background: url("../images/icon_view.svg") no-repeat left top / 15px 16px;
  font-size: 1.1rem;
}
.article-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.article-list > li {
    margin-bottom: 25px;
  }
.article-list a {
    color: inherit;
    text-decoration: none;
  }
.article-list .article-thumb {
    margin-bottom: 12px;
  }
.article-list .article-title {
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.714;
  }
.article-list .article-view {
    margin-top: 10px;
  }
.article__header .article-title {
    margin: 10px 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
.article__content .image,
  .article__content .text {
    margin: 30px 0;
  }
.article__recommend {
  margin: 50px 0 70px;
  padding: 30px 20px;
  background: #e5e0d8;
  font-weight: bold;
  text-align: center
}
.article__recommend .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 180px;
    margin: 20px auto 0;
  }
.article__aside .article-list {
    margin-bottom: 70px;
  }
.article__aside .article-title {
    font-size: 1.4rem;
  }
.aside__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 0.5em;
  padding-left: 2.2rem;
  border-bottom: 1px dotted #a9a7a4;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6
}
.aside__heading::before {
    position: absolute;
    top: 0.5em;
    left: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #50785d;
    content: "";
  }
.aside__heading[data-en]::after {
    display: block;
    padding-bottom: 0.2em;
    color: #50785d;
    font-size: 1.2rem;
    font-weight: bold;
    content: attr(data-en);
  }
/* カテゴリ選択 */
.category-list {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0
}
.category-list > li {
    padding: 3px;
  }
.category-list__link {
  display: block;
  min-width: 10em;
  height: 30px;
  padding: 0 1em;
  border-radius: 15px;
  border: 1px solid #aaa;
  color: inherit;
  font-size: 1.2rem;
  line-height: 28px;
  text-align: center;
  text-decoration: none
}
.category-list__link.is-active {
    border-color: #50785d;
    background: #50785d;
    color: #fff;
    font-weight: bold;
  }
/*------------------------------------*\
  パーク案内
\*------------------------------------*/
.park-point {
  background: #83a142;
  color: #fff
}
.park-point .wave {
    margin-top: min(120px, 12vw);
  }
.park-point__inner {
  width: 80%;
  max-width: 500px;
  margin: 0 auto
}
.park-point__image {
  position: relative;
  margin-bottom: 20px
}
.park-point__image::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #50785d;
    color: #fff;
    content: attr(data-number);
  }
.park-pickup {
  padding-top: 70px;
  background: #50785d;
  color: #fff;
}
.park-pickup-item {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 50px
}
.park-pickup-item .h2 {
    margin-bottom: 20px;
  }
.park-pickup-item__image {
  margin-bottom: 30px;
}
.park-pickup-item__body {
  padding: 0 5%;
}
.park-cafe {
  text-align: center;
}
.park-cafe__logo {
  width: 70%;
  max-width: 487px;
  margin: 0 auto 30px;
}
.park-cafe__data {
  max-width: 680px;
  margin: 50px auto;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  text-align: left
}
.park-cafe__data dt {
    color: #83a142;
  }
.park-cafe__data dd {
    margin: 0;
  }
/*------------------------------------*\
  ご利用案内
\*------------------------------------*/
#place01::before {
  display: block;
  width: 30px;
  margin: 60px auto;
  border-top: 2px solid #83a142;
  content: "";
}
.park-map {
  border-radius: 20px;
  background: #f4f3e7;
}
.park-map__list {
  list-style: none;
  margin: 0;
  padding: 0 6% 30px
}
.park-map__list a {
    display: block;
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.5em 0 0.5em 1em;
    border-bottom: 1px solid #83a142;
    color: #4b4b4b;
    text-decoration: none
  }
.park-map__list a::before {
      position: absolute;
      top: 1.5em;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #83a142;
      content: "";
    }
/* データテーブル */
.data-dl,
.data-dl2 {
  margin-top: -1px;
  margin-bottom: 0;
  border-top: 1px solid #50785d;
  border-bottom: 1px solid #50785d
}
.data-dl dt, .data-dl2 dt {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    background: #e4f3f6;
    font-weight: 700;
    line-height: 1.6;
  }
.data-dl dd, .data-dl2 dd {
    margin: 0;
  }
.data-dl {
  padding: 24px 0
}
.data-dl dt {
    background: #dbe4c8;
    color: #50785d;
    font-size: 2rem;
  }
.data-dl__attention {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6
}
.data-dl__attention li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
  }
.data-dl__attention img {
    width: 60px;
    margin-right: 20px;
  }
.data-dl2 {
  padding: 17px 0
}
.data-dl2 dt {
    background: #fff;
    font-size: 1.8rem;
  }
.howto01 {
  margin-bottom: 50px;
}
.howto01__body {
  margin-bottom: 20px
}
.howto01__body td {
    vertical-align: top;
  }
.howto01__body td:first-child {
    white-space: nowrap;
  }
.howto01__map {
  overflow: hidden;
  margin-bottom: min(5vw, 50px);
  border-radius: 20px;
}
/*------------------------------------*\
  催しをお考えの方へ
\*------------------------------------*/
.event01 {
  background: #83a142;
  color: #fff;
  text-align: center
}
.event01 .page-header--1 {
    padding-bottom: 30px;
  }
.event01 .page-header__subtitle,
  .event01 .page-header__title {
    color: #fff;
  }
.event01 .breadcrumbs ul {
    color: #b4b4b4;
  }
.event01 .heading {
    color: #ffe238;
  }
.event01__point {
  margin-bottom: 30px;
  text-align: center;
}
.event02 {
  padding-top: min(60px, 6vw);
  text-align: center
}
.event02 .btn {
    width: 100%;
    max-width: 440px;
  }
.event02__dl {
  max-width: 700px;
  margin: 40px auto;
  padding: 9px;
  border-radius: 10px;
  background: #fff
}
.event02__dl dt {
    display: block;
    margin: 0 auto 15px;
    padding: 0.2em 0.2em 0.3em;
    border-radius: 5px;
    background: #dbe4c8;
    color: #50785d;
    font-weight: 700;
    text-align: center;
  }
.event02__dl dd {
    margin: 0;
    padding: 0.2em 0.2em 0.3em;
  }
.event03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff
}
.event03__list > li:nth-of-type(n+2)::before {
    display: block;
    width: 14px;
    height: 18px;
    background: url("../../event/images/arrow.svg") no-repeat center center / contain;
    content: "";
  }
.event03__list-item {
  max-width: 176px;
  margin: 0 auto;
  text-align: center
}
.event03__list-item strong {
    font-size: 2rem;
  }
.event03__list-item img {
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 50%;
  }
.faq-list {
  margin: -1px 0 0;
  border-bottom: 1px solid
}
.faq-list dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    padding: 20px 40px 20px 55px;
    border-top: 1px solid;
    color: #50785d;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer
  }
.faq-list dt span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      left: 0;
      width: 36px;
      height: 36px;
      padding-bottom: 2px;
      border-radius: 50%;
      background: #50785d;
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
    }
.faq-list dt::before {
      display: block;
      position: absolute;
      right: 0;
      width: 40px;
    }
.faq-list dt::before,
    .faq-list dt::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 12px;
      width: 15px;
      height: 2px;
      background: currentColor;
      border-radius: 2px;
      content: "";
    }
.faq-list dt[aria-expanded="false"]::before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
.faq-list dd {
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0 0 25px 55px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
  }
.faq-list dd[aria-hidden="true"] {
      height: 0;
      margin-top: 0;
      padding: 0 0 0 55px;
    }
/* Utility
   ----------------------------------------------------------------- */
/* Responsive */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  outline: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Display */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}
.u-none {
  display: none;
}
.u-block {
  display: block;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Text Align & Font style */
.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-vertical-top {
  vertical-align: top !important;
}
.u-vertical-middle {
  vertical-align: middle !important;
}
.u-vertical-bottom {
  vertical-align: bottom !important;
}
.u-text-muted {
  color: #b2b5b5;
}
.u-text-primary {
  color: #50785d;
}
.u-text-important {
  color: #cc0000;
}
.u-text-indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.u-text-indent {
  list-style: none;
}
.u-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* widths */
.u-w100 {
  width: 100%;
}
.u-w90 {
  width: 90%;
}
.u-w80 {
  width: 80%;
}
.u-w75 {
  width: 75%;
}
.u-w70 {
  width: 70%;
}
.u-w66 {
  width: 66%;
}
.u-w60 {
  width: 60%;
}
.u-w50 {
  width: 50%;
}
.u-w40 {
  width: 40%;
}
.u-w33 {
  width: 33%;
}
.u-w30 {
  width: 30%;
}
.u-w25 {
  width: 25%;
}
.u-w20 {
  width: 20%;
}
.u-w10 {
  width: 10%;
}
.u-w-auto {
  width: auto;
}
/* Margins */
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mt-1 {
  margin-top: 10px !important;
}
.u-mr-1 {
  margin-right: 10px !important;
}
.u-mb-1 {
  margin-bottom: 10px !important;
}
.u-ml-1 {
  margin-left: 10px !important;
}
.u-mt-2 {
  margin-top: 20px !important;
}
.u-mr-2 {
  margin-right: 20px !important;
}
.u-mb-2 {
  margin-bottom: 20px !important;
}
.u-ml-2 {
  margin-left: 20px !important;
}
.u-mt-3 {
  margin-top: 40px !important;
}
.u-mr-3 {
  margin-right: 40px !important;
}
.u-mb-3 {
  margin-bottom: 40px !important;
}
.u-ml-3 {
  margin-left: 40px !important;
}
.u-mt-4 {
  margin-top: 60px !important;
}
.u-mr-4 {
  margin-right: 60px !important;
}
.u-mb-4 {
  margin-bottom: 60px !important;
}
.u-ml-4 {
  margin-left: 60px !important;
}
.u-mt-5 {
  margin-top: 100px !important;
}
.u-mr-5 {
  margin-right: 100px !important;
}
.u-mb-5 {
  margin-bottom: 100px !important;
}
.u-ml-5 {
  margin-left: 100px !important;
}
.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}
.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}
/* Paddings */
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-pr-0 {
  padding-right: 0 !important;
}
.u-pl-0 {
  padding-left: 0 !important;
}
.u-pt-1 {
  padding-top: 10px !important;
}
.u-pr-1 {
  padding-right: 10px !important;
}
.u-pb-1 {
  padding-bottom: 10px !important;
}
.u-pl-1 {
  padding-left: 10px !important;
}
.u-pt-2 {
  padding-top: 20px !important;
}
.u-pr-2 {
  padding-right: 20px !important;
}
.u-pb-2 {
  padding-bottom: 20px !important;
}
.u-pl-2 {
  padding-left: 20px !important;
}
.u-pt-3 {
  padding-top: 40px !important;
}
.u-pr-3 {
  padding-right: 40px !important;
}
.u-pb-3 {
  padding-bottom: 40px !important;
}
.u-pl-3 {
  padding-left: 40px !important;
}
.u-pt-4 {
  padding-top: 60px !important;
}
.u-pr-4 {
  padding-right: 60px !important;
}
.u-pb-4 {
  padding-bottom: 60px !important;
}
.u-pl-4 {
  padding-left: 60px !important;
}
.u-pt-5 {
  padding-top: 100px !important;
}
.u-pr-5 {
  padding-right: 100px !important;
}
.u-pb-5 {
  padding-bottom: 100px !important;
}
.u-pl-5 {
  padding-left: 100px !important;
}
/* Text Styles */
.u-color-primary {
  color: #50785d;
}
.u-bold {
  font-weight: 700;
}
.u-normal {
  font-weight: 500;
}
.u-font-xl {
  font-size: 2em;
}
.u-font-l {
  font-size: 2rem;
}
.u-font-m {
  font-size: 1.8rem;
  line-height: 2;
}
.u-font-ms {
  font-size: 1.5rem;
}
.u-font-s {
  font-size: 1.4rem;
}
@media (min-width: 35.001em) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
    .centered-slider .slick-slide {
      padding: 0 50px;
    }
    .centered-slider .slick-arrow {
      width: 60px;
      height: 60px;
    }
    .centered-slider .slick-prev {
      left: calc(15% - 30px);
    }
    .centered-slider .slick-next {
      right: calc(15% - 30px);
    }
  .park-map__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
  }
    .park-map__list > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 0 15px;
    }
  .u-sm-none {
    display: none !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }}
@media (max-width: 45em) {
  .table-scroller {
    display: block;
    width: 100%;
    overflow-x: auto
  }

    .table-scroller td,
    .table-scroller th {
      white-space: nowrap;
    }
  .table--sm-block {
    display: block;
    width: 100%
  }
    .table--sm-block tbody,
    .table--sm-block thead,
    .table--sm-block tfoot,
    .table--sm-block tr,
    .table--sm-block th,
    .table--sm-block td {
      display: block;
      width: 100%;
    }
    .table--sm-block th {
      padding: 1em 1em 0 1em;
      border-bottom: none;
    }
    .table--sm-block td {
      padding: 1em;
    }
    .event03__list > li:nth-of-type(n+2)::before {
      margin: 10px auto;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  .event03__list-item {
    max-width: 220px;
  }}
@media (min-width: 45.001em) {
  .header {
    height: 120px;
  }
  .header__logo {
    max-width: 120px;
  }
.wrap {
    margin-top: 120px
}
  .page-header--2 {
    height: 350px;
  }
  .page-header__circle {
    padding-top: 40px
  }
    .page-header__circle .page-header__title {
      font-size: 3.6rem;
    }
    .page-header__circle .page-header__subtitle {
      font-size: 1.2rem;
    }
  .footer__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
.box {
    padding: 50px 6.5%
}
.full-image {
    width: calc(100% - 60px)
}
  .topics-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
    .topics-list-item .title {
      font-size: 2.2rem;
    }
  .topics-list-item__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.4%;
    flex: 0 0 29.4%;
    margin-bottom: 0;
  }
  .topics-list-item__body {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .article-list--4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px
  }
    .article-list--4col > li {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin-bottom: 45px;
      padding-right: 13px;
      padding-left: 13px;
    }
.park-point__inner {
    width: 100%;
    max-width: 100%
}
  .park-pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    max-width: 868px;
    margin-bottom: 75px
  }
    .park-pickup-item:nth-of-type(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  .park-pickup-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .park-pickup-item__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.5529%;
    flex: 0 0 40.5529%;
    padding: 0;
  }
  .park-cafe__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0
  }
    .park-cafe__data dt {
      padding: 0 40px;
      white-space: nowrap;
    }
    .park-cafe__data dd {
      padding: 0 40px;
      border-left: 1px solid #dcdddd;
    }
  .park-map__list {
    margin: 0 -20px;
    padding-bottom: 40px
  }
    .park-map__list > li {
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
      padding: 0 20px;
    }
  .data-dl,
  .data-dl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
    .data-dl dt, .data-dl2 dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12em;
      flex: 0 0 12em;
      margin-bottom: 0;
      padding: 15px 10px;
    }
    .data-dl dd, .data-dl2 dd {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
    }
    .data-dl dt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.5em;
      flex: 0 0 14.5em;
    }
    .data-dl dd {
      padding-left: 28px;
    }
    .data-dl2 dt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7em;
      flex: 0 0 7em;
    }
    .data-dl2 dd {
      padding-left: 24px;
    }
  .event02__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px
  }
    .event02__dl dt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5em;
      flex: 0 0 7.5em;
      margin: 0 15px 0 0;
    }
  .event03__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
    .event03__list > li:nth-of-type(n+2) {
      position: relative;
      padding-left: 20px;
    }
    .event03__list > li:nth-of-type(n+2)::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-60%);
      transform: translateY(-60%);
    }
  .event03__list-item {
    max-width: 176px;
  }
    .faq-list dt {
      padding-left: 80px;
      font-size: 2rem
    }
      .faq-list dt span {
        left: 8px;
        width: 48px;
        height: 48px;
        font-size: 2.2rem;
      }
    .faq-list dd {
      padding-left: 80px
    }
      .faq-list dd[aria-hidden="true"] {
        padding-left: 80px;
      }
  .u-md-none {
    display: none !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
  .u-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }}
@media (max-width: 60em) {
  .header-navi-btn {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 100;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
  }
    .header-navi-btn > .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 0;
      margin-left: -15px
    }
      .header-navi-btn > .icon::before,
      .header-navi-btn > .icon::after {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 1px;
        background: #333;
        content: "";
      }
      .header-navi-btn > .icon::before {
        top: -4px;
      }
      .header-navi-btn > .icon::after {
        bottom: -4px;
      }
  .header-navi {
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .navi-list {
    width: 250px;
    margin: 0 auto
  }
    .navi-list > li {
      margin: 15px 0;
    }
      .navi-list > li:nth-of-type(n+2)::before {
        display: block;
        width: 120px;
        height: 0;
        margin: 0 auto 15px;
        border-top: 1px solid #bdcd9a;
        content: "";
      }
    .sub-navi-list > li {
      margin: 0.5em 0;
      text-align: center;
    }
    .sub-navi-list > li:nth-last-of-type(-n+2) a {
      width: 200px;
      margin: 30px auto 0;
    }
    .navi-open .header {
      z-index: 999;
    }
    .navi-open .header-navi-btn {
      color: #fff
    }
        .navi-open .header-navi-btn > .icon::before {
          top: -1px;
          -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
        }
        .navi-open .header-navi-btn > .icon::after {
          bottom: 0;
          -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
        }
    .navi-open .header-navi {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
    }
    .navi-open .wrap {
      pointer-events: none;
    }
  .article__aside {
    margin-top: 80px;
  }}
@media (min-width: 60.001em) {
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 190px;
  }
  .header__logo {
    max-width: 166px;
  }
  .header-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-navi-btn {
    display: none;
  }
  .navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
    .navi-list .navi-list__link {
      color: #50785d;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out
    }
      .navi-list .navi-list__link:hover {
        opacity: 0.7;
      }
    .navi-list > li {
      position: relative;
    }
    .navi-list > li:nth-of-type(n+2)::before {
      position: absolute;
      left: 0;
      top: 50%;
      width: 0;
      height: 1em;
      margin-top: -0.4em;
      border-left: 1px solid;
      content: "";
    }
    .navi-list > li.navi-list__parent .navi-list__link::after {
      display: inline-block;
      -webkit-transform: translateY(-0.3em) rotate(45deg);
      transform: translateY(-0.3em) rotate(45deg);
      width: 5px;
      height: 5px;
      margin-left: 8px;
      border-right: 1.5px solid #83a142;
      border-bottom: 1.5px solid #83a142;
      vertical-align: baseline;
      content: "";
    }
    .navi-list > li:last-child .navi-list__link {
      padding-right: 0;
    }
  .navi-list__child {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 20px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    text-align: left
  }
    .navi-list__child .inner {
      position: relative;
      padding: 10px 30px;
      border-radius: 10px;
      background: #50785d
    }
      .navi-list__child .inner::before {
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: scaleY(1.1) translate(-50%, 55%) rotate(45deg);
        transform: scaleY(1.1) translate(-50%, 55%) rotate(45deg);
        width: 20px;
        height: 20px;
        border-radius: 4px;
        background: #50785d;
        content: "";
      }
  .navi-list__parent:hover .navi-list__child {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, visibility 0 0.4s;
    transition: opacity 0.4s, visibility 0 0.4s;
  }
  .child-navi-list {
    width: 200px;
    margin: 0;
    padding: 0
  }
    .child-navi-list > li {
      position: relative;
    }
    .child-navi-list > li:nth-of-type(n+2) {
      border-top: 1px solid #bdcd9a;
    }
    .child-navi-list a {
      display: block;
      padding: 10px 0;
      color: #fff;
      line-height: 1.5
    }
      .child-navi-list a::after {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 2px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        width: 5px;
        height: 5px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        vertical-align: baseline;
        content: "";
      }
  .sub-navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px
  }
    .sub-navi-list > li:nth-of-type(n+2) {
      margin-left: 30px;
    }
.wrap {
    margin-top: 190px
}
  .breadcrumbs {
    display: block;
    position: absolute;
    top: -20px;
    right: 40px;
    z-index: 1
  }
    .breadcrumbs ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 100%;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: bottom left;
      transform-origin: bottom left;
      margin: 0;
      padding: 0;
      color: #9e9e9e;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      white-space: nowrap;
    }
    .breadcrumbs li + li::before {
      display: inline-block;
      width: 0.5em;
      height: 0;
      margin: 0 1em;
      border-top: 1px solid;
      vertical-align: 0.3em;
      content: "";
    }
    .breadcrumbs a {
      color: inherit;
    }
  .page-header--1 {
    padding-bottom: 90px;
  }
  .page-header--2 {
    height: 510px
  }
    .page-header--2 .breadcrumbs {
      top: calc(100% + 20px);
    }
  .page-header__circle {
    padding-top: 70px
  }
    .page-header__circle .page-header__title {
      font-size: 5.4rem;
    }
    .page-header__circle .page-header__subtitle {
      font-size: 1.5rem;
    }
.main-under-buffer {
    padding-bottom: 220px
}
  .fixed-pagetop {
    bottom: 160px;
  }
  .footer {
    padding-top: 150px;
    padding-bottom: 110px;
  }
    .footer__logo img {
      width: 280px;
    }
  .footer__lower {
    margin-top: 60px;
    padding: 50px 0;
  }
  .footer__address {
    font-size: 1.6rem;
  }
  .heading {
    margin-bottom: 50px;
  }
  .h2 {
    font-size: 3.8rem;
  }
  .h3 {
    font-size: 3rem;
  }
  .lead {
    font-size: 4.4rem;
  }
  .small-lead {
    font-size: 1.8rem;
  }
.full-image {
    width: calc(100% - 100px);
    max-width: 1300px
}
    .modal .modaal-container {
      max-width: 720px;
    }
    .modal .modaal-content-container {
      padding: 50px 15%;
    }
    .centered-slider .slick-slide {
      padding: 0 75px;
    }
    .centered-slider .slick-arrow {
      width: 80px;
      height: 80px;
    }
    .centered-slider .slick-prev {
      left: calc(25% - 40px);
    }
    .centered-slider .slick-next {
      right: calc(25% - 40px);
    }
    .article-list--4col > li {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
    }
  .article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
    .article::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 75%;
      border-left: 1px solid #ccc;
      content: "";
    }
  .article__main {
    width: 70%;
  }
  .article__recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 50px
  }
    .article__recommend .btn {
      margin: 0;
    }
  .article__aside {
    width: 20%;
  }
  .park-map__list {
    margin: 0 -15px
  }
    .park-map__list > li {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      padding: 0 15px;
      font-size: 1.8rem;
    }
    .data-dl2 dt {
      font-size: 2rem;
    }
  .data-dl__attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
    .data-dl__attention li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
    }
    .data-dl__attention li:nth-of-type(even) {
      margin-left: 30px;
    }
    .data-dl__attention img {
      width: 73px;
    }
  .howto01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .howto01__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-right: 20px;
  }
  .howto01__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .howto01__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.4%;
    flex: 0 0 62.4%;
  }
  .u-lg-none {
    display: none !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-mt-1 {
    margin-top: 20px !important;
  }
  .u-mr-1 {
    margin-right: 20px !important;
  }
  .u-mb-1 {
    margin-bottom: 20px !important;
  }
  .u-ml-1 {
    margin-left: 20px !important;
  }
  .u-mt-2 {
    margin-top: 40px !important;
  }
  .u-mr-2 {
    margin-right: 40px !important;
  }
  .u-mb-2 {
    margin-bottom: 40px !important;
  }
  .u-ml-2 {
    margin-left: 40px !important;
  }
  .u-mt-3 {
    margin-top: 60px !important;
  }
  .u-mr-3 {
    margin-right: 60px !important;
  }
  .u-mb-3 {
    margin-bottom: 60px !important;
  }
  .u-ml-3 {
    margin-left: 60px !important;
  }
  .u-mt-4 {
    margin-top: 90px !important;
  }
  .u-mr-4 {
    margin-right: 90px !important;
  }
  .u-mb-4 {
    margin-bottom: 90px !important;
  }
  .u-ml-4 {
    margin-left: 90px !important;
  }
  .u-mt-5 {
    margin-top: 150px !important;
  }
  .u-mr-5 {
    margin-right: 150px !important;
  }
  .u-mb-5 {
    margin-bottom: 150px !important;
  }
  .u-ml-5 {
    margin-left: 150px !important;
  }
  .u-pt-1 {
    padding-top: 20px !important;
  }
  .u-pr-1 {
    padding-right: 20px !important;
  }
  .u-pb-1 {
    padding-bottom: 20px !important;
  }
  .u-pl-1 {
    padding-left: 20px !important;
  }
  .u-pt-2 {
    padding-top: 40px !important;
  }
  .u-pr-2 {
    padding-right: 40px !important;
  }
  .u-pb-2 {
    padding-bottom: 40px !important;
  }
  .u-pl-2 {
    padding-left: 40px !important;
  }
  .u-pt-3 {
    padding-top: 60px !important;
  }
  .u-pr-3 {
    padding-right: 60px !important;
  }
  .u-pb-3 {
    padding-bottom: 60px !important;
  }
  .u-pl-3 {
    padding-left: 60px !important;
  }
  .u-pt-4 {
    padding-top: 90px !important;
  }
  .u-pr-4 {
    padding-right: 90px !important;
  }
  .u-pb-4 {
    padding-bottom: 90px !important;
  }
  .u-pl-4 {
    padding-left: 90px !important;
  }
  .u-pt-5 {
    padding-top: 150px !important;
  }
  .u-pr-5 {
    padding-right: 150px !important;
  }
  .u-pb-5 {
    padding-bottom: 150px !important;
  }
  .u-pl-5 {
    padding-left: 150px !important;
  }
  .u-font-l {
    font-size: 2.4rem;
  }}
@media (max-width: 64em) {}
@media (min-width: 64.001em) {
  .columns {
    margin-left: -20px;
    margin-right: -20px;
  }
  [class~="col-"],
  .column {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }}
@media (min-width: 75.001em) {}
@media (hover:hover) {
    .sub-navi-list a {
      -webkit-transition: background 0.2s;
      transition: background 0.2s;
    }
    .sub-navi-list a:hover {
      background: #83a142;
    }
    .pagetop img {
      -webkit-transition: 0.2s all ease-out;
      transition: 0.2s all ease-out;
    }
    .pagetop:hover img {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  .btn {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
  }
    .btn:hover {
      background: #50785d;
      color: #fff;
    }
    .btn--outline::after {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }
    .btn--outline:hover {
      background: #83a142
    }
      .btn--outline:hover::after {
        opacity: 1;
      }
    .btn--brown:hover {
      background: #8e6546;
    }
		.pagination__link:hover {
			background: #50785d;
			color: #fff;
		}
  /* リンク */
  .hover-scale {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hover-scale img {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .hover-scale:hover img,
  a:hover .hover-scale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .hover-fade {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .hover-fade:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=maps/main.css.map */
