@charset "UTF-8";
body {
  font-family: "Tsukushi B Round Gothic","筑紫B丸ゴシック", '游ゴシック', 'Yu Gothic', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #000000; }

.kirigirisu {
  font-family: ab-kirigirisu, sans-serif;
  font-style: normal;
  font-weight: 400; }

.Montserrat-Regular {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal; }

.Montserrat-Italic {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: italic; }

.Montserrat-Bold {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal; }

.Montserrat-Bold-Italic {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: italic; }

.Montserrat-Alternates-Regular {
  font-family: montserrat-alternates, sans-serif;
  font-weight: 400;
  font-style: normal; }

.Montserrat-Alternates-Italic {
  font-family: montserrat-alternates, sans-serif;
  font-weight: 400;
  font-style: italic; }

.Montserrat-Alternates-Bold {
  font-family: montserrat-alternates, sans-serif;
  font-weight: 700;
  font-style: normal; }

.Montserrat-Alternates-Bold-Italic {
  font-family: montserrat-alternates, sans-serif;
  font-weight: 700;
  font-style: italic; }

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

.sp_only {
  display: block; }

.pc_only {
  display: none; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0; }

header {
  position: fixed;
  z-index: 1000; }

.header-area {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  align-items: center;
  width: 100vw;
  height: 70px; }

.hamburger {
  width: 40px;
  height: 16px;
  position: relative;
  z-index: 1001; }

.hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black; }

.hamburger span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 0; }

.hamburger span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  top: 50%; }

.hamburger span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 100%; }

.hamburger.active span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(25deg); }

.hamburger.active span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  opacity: 0;
  /* 透明にする */ }

.hamburger.active span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-25deg); }

.slide-menu.active {
  transform: translateX(0); }

.slide-menu {
  background-color: #F7F8EE;
  background-image: url("../img/common/sp_menu_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: .5s;
  width: 100%;
  height: 100%;
  padding: 20px 30px; }

.slide-menu ul {
  margin: 56px 0 0;
  padding: 0;
  list-style: none; }
  .slide-menu ul li {
    margin: 0 0 30px; }
    .slide-menu ul li a {
      font-size: 1.25em;
      line-height: 1;
      color: inherit;
      text-decoration: none;
      display: block;
      padding-left: 28px;
      position: relative; }
      .slide-menu ul li a::before {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #009057;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .slide-menu ul li a::after {
        content: url("../img/common/arrowR.svg");
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
.slide-menu .sm_text_size_area {
  margin-top: 28px; }
  .slide-menu .sm_text_size_area .area_title {
    font-size: 1.14em; }
    .slide-menu .sm_text_size_area .area_title span {
      display: inline-block;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #61B764;
      margin-right: 12px; }
  .slide-menu .sm_text_size_area button {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    padding: .857em;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    border-radius: 3em; }
    .slide-menu .sm_text_size_area button span {
      font-weight: bold; }

nav {
  display: none; }

.text_size_area {
  display: none; }

.sec_title {
  text-align: center; }
  .sec_title span.en {
    font-size: 1.14em;
    font-weight: bold;
    letter-spacing: -0.1em;
    color: #61B764;
    font-family: ab-kirigirisu, sans-serif; }
  .sec_title .title_text {
    font-size: 2.3em;
    font-weight: bold;
    font-family: ab-kirigirisu, sans-serif; }
    .sec_title .title_text span.ls_1 {
      letter-spacing: -0.09em; }
    .sec_title .title_text span.ls_2 {
      letter-spacing: -0.17em; }

#top {
  position: relative;
  background: url("../img/common/bg_2.png") no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  aspect-ratio: 750/976; }
  #top::after {
    content: "";
    display: block;
    width: 5.5%;
    min-width: 20px;
    height: 5.5%;
    min-height: 20px;
    background: url("../img/common/butterfly.png") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 42%;
    left: 10%;
    animation: butterfly 2s steps(2) infinite; }
  #top::before {
    content: "";
    display: block;
    width: 6%;
    min-width: 24px;
    height: 6%;
    min-height: 24px;
    background: url("../img/common/bird_blue.png") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 25%;
    right: 15%;
    animation: bird_blue 2s steps(2) infinite; }
  #top .logo {
    padding: 30px 0 40px; }
    #top .logo h1 img {
      width: 60.89px;
      height: 57.31px;
      margin: 0 auto; }
  #top .sec_title img.re_forest {
    max-width: 265px;
    width: 30vw;
    height: auto;
    margin: 0 auto 25px; }
  #top .sec_title h2 {
    font-family: ab-kirigirisu, sans-serif;
    font-size: 33px;
    letter-spacing: -0.1em; }
  #top p {
    margin-top: 30px;
    font-size: .857em;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 2;
    color: #6F6F6F; }
  #top .scroll {
    margin-top: 52px;
    padding-bottom: 40px;
    position: relative; }
    #top .scroll::after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 55px;
      background-color: #61B764;
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      animation: pathmove 1.8s ease-in-out infinite;
      opacity: 0;
      z-index: 1; }
    #top .scroll img {
      margin: 0 auto; }

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0; }
  30% {
    height: 55px;
    opacity: 1; }
  100% {
    height: 0;
    top: 105px;
    opacity: 0; } }
@keyframes butterfly {
  to {
    top: calc(42% + 5px);
    left: calc(10% + 5px); } }
@keyframes bird_blue {
  to {
    top: calc(25% - 5px);
    right: calc(15% + 5px); } }
#top_sub {
  background-image: url("../img/top/cross.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  position: relative; }
  #top_sub .block {
    background: #f7f8ee;
    background: linear-gradient(180deg, rgba(247, 248, 238, 0) 0%, rgba(247, 248, 238, 0) 76px, #f7f8ee 76px, #f7f8ee 100%); }
    #top_sub .block .block_item.img {
      padding: 0 1vw 0 5vw; }
      #top_sub .block .block_item.img img {
        width: 100%;
        height: auto; }
    #top_sub .block .block_item.text {
      padding: 30px 30px 45px; }
      #top_sub .block .block_item.text p {
        font-weight: bold;
        letter-spacing: .03em;
        line-height: 2; }

#news {
  padding: 60px 30px 30px; }
  #news .sec_title {
    background: url("../img/common/news_title_bg.svg") no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 223px;
    margin: 0 auto; }
  #news .news_list {
    list-style: none;
    max-width: 816px;
    margin: 24px auto 0;
    padding: 0; }
    #news .news_list .news_list_item {
      margin-bottom: 28px; }
      #news .news_list .news_list_item:last-child {
        margin-bottom: 0; }
      #news .news_list .news_list_item .date_cate {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #news .news_list .news_list_item .date_cate .date {
          font-size: .857em;
          font-weight: bold;
          letter-spacing: .03em;
          line-height: 1;
          color: #6F6F6F; }
        #news .news_list .news_list_item .date_cate .cate span {
          display: inline-block;
          width: 90px;
          height: 20px;
          background: url("../img/common/news_cate_bg.svg") no-repeat;
          background-size: cover;
          text-align: center;
          font-size: .857em;
          font-weight: bold;
          color: #FFFFFF;
          line-height: 20px; }
      #news .news_list .news_list_item .news_title {
        margin: 12px 0 0; }
        #news .news_list .news_list_item .news_title p {
          font-size: .857em;
          font-weight: bold;
          letter-spacing: .03em;
          line-height: 1.8; }

#access {
  padding: 40px 30px 70px; }
  #access ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0; }
    #access ul li {
      border-top: solid 1px #C9CBBE;
      padding: 20px 0; }
      #access ul li .list_item .list_item_title {
        display: flex;
        align-items: center;
        font-size: 1em;
        font-weight: bold;
        letter-spacing: .03em;
        line-height: 1; }
        #access ul li .list_item .list_item_title span {
          display: inline-block;
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background: #009057;
          margin-right: 9px; }
      #access ul li .list_item p {
        font-size: .857em;
        letter-spacing: .03em;
        line-height: 2;
        color: #6F6F6F;
        margin-top: 14px; }

#map .gmap_set {
  width: 100vw;
  height: 207px; }
#map img {
  width: 100vw;
  height: auto;
  margin: 0 auto; }

footer {
  background: #61B764;
  color: #FFFFFF;
  padding: 40px 30px; }
  footer .block .logo_w {
    margin-bottom: 68px; }
  footer .block .info p {
    font-size: .857em;
    letter-spacing: .04em;
    line-height: 1.83; }
    footer .block .info p a {
      color: #FFFFFF;
      text-decoration: none; }
  footer .link ul {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: flex; }
    footer .link ul li {
      margin-right: 12px; }
      footer .link ul li a {
        font-size: .857em;
        color: #FFFFFF;
        text-decoration: none; }

#bnr_area {
  margin: 50px auto 40px;
  padding: 0 15px; }
  #bnr_area img {
    width: 100%;
    height: auto; }
  #bnr_area .bnr_park {
    border-radius: 10px;
    overflow: hidden;
    max-width: 420px;
    margin: 0 auto; }
    #bnr_area .bnr_park a {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      text-align: center;
      color: #FFFFFF;
      transition: .3s;
      position: relative; }
      #bnr_area .bnr_park a .bnr_img {
        width: 100%;
        height: 100%;
        transition: transform .6s ease; }
      #bnr_area .bnr_park a .bnr_inner {
        position: absolute;
        bottom: 30px; }
        #bnr_area .bnr_park a .bnr_inner .bnr_title {
          font-size: 1.78em;
          font-weight: bold;
          line-height: 1;
          text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
          #bnr_area .bnr_park a .bnr_inner .bnr_title span {
            font-size: 10px;
            font-family: montserrat, sans-serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: .28em; }
        #bnr_area .bnr_park a .bnr_inner .bnr_btn {
          margin-top: 40px; }
      #bnr_area .bnr_park a p {
        width: 100%;
        font-size: .67em;
        color: #FFFFFF;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%); }
      #bnr_area .bnr_park a:hover .bnr_img {
        transform: scale(1.1); }

@media screen and (min-width: 400px) {
  #bnr_area .bnr_park a p {
    font-size: .85em; } }
@media screen and (min-width: 768px) {
  body {
    font-size: 16px; }

  .sp_only {
    display: none; }

  .pc_only {
    display: block; }

  .header-area {
    justify-content: space-between; }

  nav {
    display: block; }
    nav ul {
      list-style: none;
      display: flex;
      font-size: .94em;
      margin: 0;
      padding: 0; }
      nav ul li {
        margin-right: 30px; }
        nav ul li a {
          color: inherit;
          font-weight: bold;
          text-decoration: none; }

  .text_size_area {
    display: flex;
    font-weight: bold; }
    .text_size_area span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #61B764;
      margin: 0 4px 2px 7px; }
    .text_size_area .switch {
      display: flex;
      align-items: center;
      font-size: .875em; }
      .text_size_area .switch button {
        font-size: .75em;
        text-align: center;
        line-height: 1;
        margin: 0 4px;
        padding: 0.2em 1em;
        display: block;
        border: solid 1px black;
        border-radius: 2em;
        background-color: #FFFFFF; }
        .text_size_area .switch button.active {
          background-color: #000000;
          color: #FFFFFF; }

  .hamburger {
    display: none; }

  .sec_title span.en {
    font-size: 1.3em; }
  .sec_title .title_text {
    font-size: 2.8em; }

  #top {
    width: 100%;
    height: 760px;
    background: url("../img/common/bg_2_pc.png") no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    aspect-ratio: 2732/1516;
    text-align: center; }
    #top::after {
      width: 50px;
      height: 50px;
      top: 57%;
      left: auto;
      right: calc(50% + 340px); }
    #top::before {
      width: 45px;
      height: 45px;
      top: 24%;
      right: auto;
      left: calc(50% + 500px); }
    #top .logo {
      padding: 40px 0 86px; }
      #top .logo h1 img {
        width: 125.52px;
        height: 118.14px; }
    #top .sec_title img.re_forest {
      margin: 0 auto 46px; }
    #top p {
      font-size: 1em;
      line-height: 2.25; }
    #top .scroll {
      margin-top: 75px; }
      #top .scroll::before {
        content: "";
        display: block;
        width: 44px;
        height: 44px;
        background: url("../img/common/bird_yellow.png") no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        bottom: 120%;
        left: calc(50% + 290px);
        animation: bird_yellow 2.5s steps(3) infinite; }

  @keyframes butterfly {
    to {
      top: calc(57% + 7px);
      right: calc(50% + 333px); } }
  @keyframes bird_blue {
    to {
      top: calc(24% - 7px);
      left: calc(50% + 493px); } }
  @keyframes bird_yellow {
    to {
      bottom: calc(120% + 7px);
      left: calc(50% + 283px); } }
  #top_sub {
    background-image: url("../img/top/cross_pc.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    margin-top: -120px; }
    #top_sub .block {
      display: flex;
      flex-direction: column-reverse;
      background: transparent;
      padding-top: 60px; }
      #top_sub .block .block_item.img {
        padding: 0 1vw 0 5vw; }
        #top_sub .block .block_item.img img {
          max-width: 972px;
          margin: 0 auto; }
      #top_sub .block .block_item.text {
        padding: 30px 30px 75px; }
        #top_sub .block .block_item.text p {
          text-align: center; }

  #news {
    padding: 140px 30px 30px; }
    #news .sec_title {
      max-width: 290px; }
    #news .news_list {
      margin: 50px auto 0; }
      #news .news_list .news_list_item {
        margin-bottom: 25px;
        display: flex;
        align-items: flex-start; }
        #news .news_list .news_list_item .date_cate {
          justify-content: flex-start;
          align-items: center; }
          #news .news_list .news_list_item .date_cate .date {
            font-size: .875em;
            letter-spacing: 0;
            color: #000000; }
          #news .news_list .news_list_item .date_cate .cate {
            margin: 0 13px 0 11px; }
        #news .news_list .news_list_item .news_title {
          margin: 0; }
          #news .news_list .news_list_item .news_title p {
            font-size: .875em;
            line-height: 1.6; }

  #access {
    padding: 120px 30px 110px; }
    #access ul {
      margin: 10px auto 0;
      max-width: 1000px; }
      #access ul li {
        padding: 40px 0; }
        #access ul li .list_item .list_item_title {
          font-size: 1.125em; }
          #access ul li .list_item .list_item_title span {
            margin-right: 7px; }
        #access ul li .list_item p {
          font-size: .875em;
          margin-top: 24px; }
        #access ul li:first-child {
          border-top: 0; }

  #map .gmap_set {
    height: 358px; }

  footer {
    padding: 50px 30px; }
    footer .block {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      footer .block .logo_w {
        margin-bottom: 0; }
      footer .block .info p {
        font-size: .875em; }
    footer .link ul {
      margin: 50px 0 0; }
      footer .link ul li {
        margin-right: 45px; }
        footer .link ul li a {
          font-size: .875em; }
          footer .link ul li a span {
            display: inline-block;
            padding-bottom: 5px;
            position: relative; }
            footer .link ul li a span.c-txt.line::before {
              background: #FFFFFF;
              content: '';
              width: 100%;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: 0;
              margin: auto;
              transform-origin: right top;
              transform: scale(0, 1);
              transition: transform .3s; }
            footer .link ul li a span.c-txt.line.center::before {
              transform-origin: center top; }
            footer .link ul li a span.c-txt.line.center:hover::before {
              transform: scale(1, 1); }

  #bnr_area {
    max-width: 1130px;
    margin: 150px auto 40px; }
    #bnr_area .bnr_park {
      border-radius: 15px;
      max-width: 100%; }
      #bnr_area .bnr_park a .bnr_inner .bnr_title {
        font-size: 2.1em; }
        #bnr_area .bnr_park a .bnr_inner .bnr_title span {
          font-size: 14px; }
      #bnr_area .bnr_park a .bnr_inner .bnr_btn {
        margin-top: 28px; }
      #bnr_area .bnr_park a p {
        font-size: 1em; }
      #bnr_area .bnr_park a:hover .bnr_img {
        transform: scale(1.1); } }
@media screen and (min-width: 790px) {
  .header-area {
    padding: 20px 40px; } }
@media screen and (min-width: 1000px) {
  footer {
    padding: 50px 70px; }

  #bnr_area .bnr_park a .bnr_inner {
    bottom: 48px; } }
@media screen and (min-width: 1366px) {
  #top {
    background-image: url("../img/common/bg_2_pcL.png"), url("../img/common/bg_2_pcR.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, 510px;
    background-position: left top, right top; }
    #top::after {
      top: 57%;
      right: auto;
      left: 300px; }
    #top::before {
      top: 24%;
      right: 150px;
      left: auto; }
    #top .scroll::before {
      bottom: 120%;
      right: 350px;
      left: auto; }

  @keyframes butterfly {
    to {
      top: calc(57% + 7px);
      left: 307px; } }
  @keyframes bird_blue {
    to {
      top: calc(24% - 7px);
      right: 157px; } }
  @keyframes bird_yellow {
    to {
      bottom: calc(120% + 7px);
      right: 357px; } } }



/*　　parklanecoffeeバナー、リンク先追加　　*/

#bnr_area .park_lane_bnr {
	border: solid 1px #261815;
    margin: 30px auto;
}

.document_dl {
	background-color: #f7f7ee;
	padding: 20px;
}

.document_dl p a {
	text-decoration: underline;
}

.document_dl p a:hover {
	opacity: .8;
}

@media screen and (min-width: 768px) {
	#bnr_area .park_lane_bnr {
		width: 60%;
	}

	.document_dl {
		max-width: 1130px;
		margin: 40px auto 0;
		padding: 40px;
		width: 60%;
	}

	.document_dl p {
		text-align: center;
		line-height: 1.8;
	}

}


