@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.p-top__kv .block1 {
  width: 480px;
  padding-top: 237px;
  padding-left: 4.16667vw;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__kv .block1 .catch {
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #3E372E;
}
.p-top__kv .block1 .catch .c-yellow {
  color: #F7B500;
}
.p-top__kv .block1 .catch .c-red {
  color: #E72E8C;
}
.p-top__kv .block1 .catch .c-green {
  color: #229700;
}
.p-top__kv .block1 .lead {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 1.6;
  font-weight: 700;
  color: #3E372E;
}
.p-top__kv .block1 .lead span {
  background: url(../img/top/kv_icon1.svg) repeat-x center bottom;
  background-size: 7px 14px;
}
.p-top__kv .img1 {
  height: 40vw;
}
.p-top__kv .img1 li {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-top__kv .img1 li.li1 {
  background-image: url(../img/top/kv_img1.jpg);
}
.p-top__kv .img1 li.li2 {
  background-image: url(../img/top/kv_img2.jpg);
}
.p-top__kv .img1 li.li3 {
  background-image: url(../img/top/kv_img3.jpg);
}
.p-top__kv .img1 li.li4 {
  background-image: url(../img/top/kv_img4.jpg);
}
.p-top__kv .img1 li.li5 {
  background-image: url(../img/top/kv_img5.jpg);
}
.p-top__kv .img1 li.li6 {
  background-image: url(../img/top/kv_img6.jpg);
}
.p-top__kv .img1 li.li7 {
  background-image: url(../img/top/kv_img7.jpg);
}
.p-top__kv .img1 li.li8 {
  background-image: url(../img/top/kv_img8.jpg);
}
.p-top__kv .img1 .slick-slider,
.p-top__kv .img1 .slick-list,
.p-top__kv .img1 .slick-track,
.p-top__kv .img1 .slick-slide {
  height: 100%;
}
.p-top__nav {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  filter: drop-shadow(0 3px 6px rgba(220, 216, 214, 0.25));
  background: #fff;
}
.p-top__nav:before, .p-top__nav:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: 55px 10px;
}
.p-top__nav:before {
  background-image: url(../img/top/kv_line1.svg);
  top: -10px;
}
.p-top__nav:after {
  background-image: url(../img/top/kv_line1-alt.svg);
  bottom: -10px;
}
.p-top__nav ul {
  display: flex;
}
.p-top__nav li {
  border-right: 2px solid #B8B4AE;
  text-align: center;
  flex-grow: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-top__nav li:last-child {
  border-right: 0;
}
.p-top__nav a {
  display: block;
  padding-top: 15px;
  padding-bottom: 7px;
}
.p-top__nav span {
  margin-top: 8px;
  display: block;
}
.p-top__open {
  background: url(../img/common/bg1.jpg) center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-top__open .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.p-top__open .heading .c-title1 {
  margin-bottom: 0;
}
.p-top__open .content {
  overflow: auto;
}
.p-top__open .content-wrap {
  position: relative;
}
.p-top__open .content-scroll {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/common/arrow_2.svg) no-repeat center;
  background-size: contain;
  width: 65px;
  height: 65px;
  top: 0;
  bottom: 0;
  right: -32px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
.p-top__open .content .ps__rail-x {
  bottom: -24px !important;
  left: 0 !important;
  opacity: 1;
  height: 8px;
  background: #fff;
  border-radius: 8px;
  opacity: 1 !important;
}
.p-top__open .content .ps__rail-x .ps__thumb-x {
  height: 8px;
  background: #229700;
  bottom: 0;
  border-radius: 8px;
}
.p-top__open .content .ps__rail-x:hover {
  opacity: 1;
  background: #fff;
}
.p-top__open .content .ps__rail-x:hover .ps__thumb-x {
  height: 8px;
}
.p-top__open .content > table {
  width: 100%;
}
.p-top__open .content > table table {
  width: 100%;
}
.p-top__open .content > table table th,
.p-top__open .content > table table td {
  border: 0;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #E1DBD5;
}
.p-top__open .content > table table td:empty {
  padding: 0;
}
.p-top__open .content > table table td:empty + td {
  text-align: center;
}
.p-top__open .content > table table tr:last-child th,
.p-top__open .content > table table tr:last-child td {
  border-bottom: 0;
}
.p-top__open .content > table table tbody tr:nth-child(2n+1) th,
.p-top__open .content > table table tbody tr:nth-child(2n+1) td {
  background: transparent;
}
.p-top__open .content th,
.p-top__open .content td {
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.p-top__open .content td,
.p-top__open .content tbody th {
  border: 1px solid #E1E1E1;
}
.p-top__open .content th {
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}
.p-top__open .content th td {
  text-align: left;
}
.p-top__open .content th > a {
  display: block;
  text-decoration: none;
}
.p-top__open .content .w400 {
  width: 400px;
}
.p-top__open .content .w200 {
  width: 200px;
}
.p-top__open .content .w120 {
  width: 120px;
}
.p-top__open .content .w100 {
  width: 100px;
}
.p-top__open .content .remarks {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-top__open .content thead th {
  background: #229700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px;
}
.p-top__open .content thead th.today {
  background: #176700;
}
.p-top__open .content thead th:first-child {
  border-radius: 10px 0 0 0;
}
.p-top__open .content thead th:last-child {
  border-radius: 0 10px 0 0;
}
.p-top__open .content tbody td {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Montserrat", "Montserrat", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.4;
  font-weight: 500;
}
.p-top__open .content tbody tr:nth-child(2n+1) th,
.p-top__open .content tbody tr:nth-child(2n+1) td {
  background: #F8F8F8;
}
.p-top__open .content .wrap {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-top__open .content .wrap .img1,
.p-top__open .content .wrap .txt1 {
  width: 50%;
}
.p-top__open .content .wrap .txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 700;
}
.p-top__open .content .status.close {
  background: #655C50 !important;
}
.p-top__open .content .date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-top__open .content .date li {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Montserrat", "Montserrat", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
.p-top__open .content .date .youbi {
  margin-top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__open .content .shokuiku td,
.p-top__open .content .shokuiku th,
.p-top__open .content .shokuiku th > a {
  color: #E62B8A;
}
.p-top__open .content .shokuiku .status,
.p-top__open .content .shokuiku .youbi {
  background: #E62B8A;
}
.p-top__open .content .shokuiku .status {
  color: #fff;
}
.p-top__open .content .child td,
.p-top__open .content .child th,
.p-top__open .content .child th > a {
  color: #1083AE;
}
.p-top__open .content .child .status,
.p-top__open .content .child .youbi {
  background: #1083AE;
}
.p-top__open .content .child .status {
  color: #fff;
}
.p-top__open .content .animal td,
.p-top__open .content .animal th,
.p-top__open .content .animal th > a {
  color: #87C530;
}
.p-top__open .content .animal .status,
.p-top__open .content .animal .youbi {
  background: #87C530;
}
.p-top__open .content .animal .status {
  color: #fff;
}
.p-top__open .content .kirakira td,
.p-top__open .content .kirakira th,
.p-top__open .content .kirakira th a {
  color: #9E7400;
}
.p-top__open .content .kirakira .status,
.p-top__open .content .kirakira .youbi {
  background: #E9B625;
}
.p-top__open .content .kirakira .status {
  color: #fff;
}
.p-top__open .content .teradomari td,
.p-top__open .content .teradomari th,
.p-top__open .content .teradomari th > a {
  color: #9E7400;
}
.p-top__open .content .teradomari .status,
.p-top__open .content .teradomari .youbi {
  background: #E9B625;
}
.p-top__open .content .teradomari .status {
  color: #fff;
}
.p-top__access {
  background: url(../img/common/bg1.jpg) center;
}
.p-top__access .block1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-top__access .block1 .c-title5 {
  margin-bottom: 15px;
}
.p-top__access .block1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-top__access .block1 .price p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  line-height: 1.6;
}
.p-top__access .block1 .price p:last-child {
  margin-bottom: 0;
}
.p-top__access .block1 .price p:before {
  display: block;
  content: "";
  position: absolute;
  background: #229700;
  border-radius: 100%;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
}
.p-top__event {
  padding-top: 125px;
  padding-bottom: 70px;
  overflow: hidden;
}
.p-top__event .content {
  margin-bottom: 80px;
}
.p-top__event .content .slick-list {
  overflow: visible !important;
}
.p-top__event .content .slick-arrow {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  margin-top: -22px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 0;
  outline: 0;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9;
}
.p-top__event .content .slick-arrow.slick-prev {
  background-image: url(../img/common/arrow_2-left.svg);
  left: -10px;
}
.p-top__event .content .slick-arrow.slick-next {
  background-image: url(../img/common/arrow_2.svg);
  right: -10px;
}
.p-top__event .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__event .content li {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.p-top__event .content li a {
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(193, 180, 173, 0.5);
}
.p-top__event .content li .img1 img {
  width: 100%;
}
.p-top__event .content li .box1 {
  padding: 20px;
}
.p-top__event .content li .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #229700;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-top__event .content li .info {
  margin-top: 15px;
}
.p-top__event .content li .info dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-top: 10px;
}
.p-top__event .content li .info dl.period dt {
  background: #229700;
}
.p-top__event .content li .info dl.period dd {
  color: #229700;
  font-weight: 700;
}
.p-top__event .content li .info dt {
  width: 75px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
  background: #655C50;
  color: #fff;
  margin-right: 10px;
}
.p-top__event .content li .info dd {
  width: calc(100% - 85px);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
}
.p-top__event .content .c-btn1 {
  margin-top: 44px;
}
.p-top__event .request {
  margin-top: 80px;
}
.p-top__event .request ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__event .request li {
  width: 30.9090%;
  margin-left: 3.6365%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.p-top__event .request li:nth-child(3n+1) {
  margin-left: 0;
}
.p-top__event .request .img1 {
  width: 80px;
  margin-right: 10px;
}
.p-top__event .request .txt1 {
  width: calc(100% - 90px);
}
.p-top__event .request .txt1 small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-top__calendar {
  margin-bottom: 80px;
}
.p-top__calendar .pager_date {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.p-top__calendar .pager_date li {
  padding: 10px 30px;
}
.p-top__calendar .pager_date .cur {
  font-size: 40px;
  font-size: 4rem;
  border-bottom: 3px solid #229700;
  color: #229700;
  line-height: 1.2;
}
.p-top__calendar .pager_date .cur span {
  font-size: 30px;
  font-size: 3rem;
}
.p-top__calendar .pager_date .prev,
.p-top__calendar .pager_date .next {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-top__calendar .pager_date .prev a,
.p-top__calendar .pager_date .next a {
  text-decoration: underline;
}
.p-top__calendar .pager_date .prev a:hover,
.p-top__calendar .pager_date .next a:hover {
  text-decoration: none;
}
.p-top__calendar .calendar_table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.p-top__calendar .calendar_table table {
  width: 100%;
  table-layout: fixed;
}
.p-top__calendar .calendar_table th,
.p-top__calendar .calendar_table td {
  padding: 8px 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.p-top__calendar .calendar_table td .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-top__calendar .calendar_table td a {
  width: 100%;
}
.p-top__calendar .calendar_table td span {
  cursor: pointer;
  line-height: 1;
  margin-left: 2px;
  margin-right: 2px;
}
.p-top__calendar .calendar_table thead th {
  background: #eee;
}
.p-top__calendar .calendar_table thead th:nth-last-child(2) {
  background: #d8ecf9;
}
.p-top__calendar .calendar_table thead th:last-child {
  background: #ffeaea;
}
.p-top__calendar .calendar_table tfoot {
  display: none;
}
.p-top__calendar .tab {
  margin-bottom: 20px;
}
.p-top__calendar .tab ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__calendar .tab li {
  width: 18.5454%;
  margin-left: 1.81825%;
  margin-bottom: 40px;
  color: #229700;
  background: #fff;
  border: 1px solid #229700;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-top__calendar .tab li img {
  margin-bottom: 4px;
}
.p-top__calendar .tab li:nth-child(5n+1) {
  margin-left: 0;
}
.p-top__calendar .tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  border-top: 0 solid #229700;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.p-top__calendar .tab li.is-active {
  background: #229700;
  border-color: #229700;
  color: #fff;
}
.p-top__calendar .tab li.is-active:before {
  bottom: -20px;
  border-top-width: 20px;
}
.p-top__calendar .content {
  display: none;
}
.p-top__calendar .content.is-active {
  display: block;
}
.p-top__calendar .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__calendar .content li {
  width: 22.7272%;
  margin-left: 3.0304%;
  margin-bottom: 50px;
  position: relative;
  display: flex;
}
.p-top__calendar .content li:nth-child(4n+1) {
  margin-left: 0;
}
.p-top__calendar .content li a {
  display: flex;
  flex-direction: column;
  border: 1px solid #B8B4AE;
  border-radius: 10px;
  overflow: hidden;
}
.p-top__calendar .content li.ikutopia .info dt {
  background: #333;
}
.p-top__calendar .content li.shokuhana .info dt, .p-top__calendar .content li.shokuiku .info dt, .p-top__calendar .content li.hanaiku .info dt {
  background: #E72E8C;
}
.p-top__calendar .content li.kodomo .info dt {
  background: #1083AE;
}
.p-top__calendar .content li.doubutsu .info dt {
  background: #87C530;
}
.p-top__calendar .content li.interact .info dt, .p-top__calendar .content li.information .info dt, .p-top__calendar .content li.tenjikan .info dt, .p-top__calendar .content li.garden .info dt, .p-top__calendar .content li.market .info dt, .p-top__calendar .content li.restaurant .info dt {
  background: #E9B625;
}
.p-top__calendar .content .img1 img {
  border-radius: 10px 10px 0 0;
}
.p-top__calendar .content .category {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - .6em) 50%, 100% 100%, 0 100%, 0.6em 50%);
  background: #E83D94;
  width: fit-content;
  padding: 9px 24px;
  line-height: 1.3;
  text-align: center;
}
.p-top__calendar .content .category.is-cooking, .p-top__calendar .content .category.is-exhibition {
  background: #E83D94;
}
.p-top__calendar .content .category.is-gardening {
  background: #ad7a19;
}
.p-top__calendar .content .category.is-kodomo {
  background: #1083AE;
}
.p-top__calendar .content .category.is-doubutsu {
  background: #87C530;
}
.p-top__calendar .content .box1 {
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-top__calendar .content .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
  min-height: 4.38em;
}
.p-top__calendar .content .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
.p-top__calendar .content .info dl {
  width: 100%;
  margin: 0;
  margin-top: 15px;
}
.p-top__calendar .content .info dl.is-half {
  width: 47.6190%;
}
.p-top__calendar .content .info dt {
  background: #229700;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1px;
  margin-bottom: 5px;
}
.p-top__calendar .content .info dd {
  font-weight: 500;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-top__news {
  background: url(../img/common/bg1.jpg) center;
  padding-top: 94px;
  padding-bottom: 80px;
}
.p-top__news .c-title2 .icon {
  margin-left: -155px;
}
.p-top__news .content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(193, 180, 173, 0.5);
  padding: 30px 40px;
}
.p-top__news .content li {
  border-bottom: 1px solid #ccc;
}
.p-top__news .content li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-top__news .content li .box1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: url(../img/common/arrow_2.svg) no-repeat right center;
  background-size: 50px 50px;
}
.p-top__news .content li .date {
  font-family: "Montserrat", "Montserrat", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 10px;
}
.p-top__news .content li .category {
  color: #fff;
  background: #444;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
}
.p-top__news .content li .title {
  margin-top: 8px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  width: 100%;
}
.p-top__news .content li.shokuhana .category {
  background: #E72E8C;
}
.p-top__news .content li.kodomo .category {
  background: #48A2C2;
}
.p-top__news .content li.doubutsu .category {
  background: #229700;
}
.p-top__news .content li.interact .category {
  background: #E9B625;
}
.p-top__news .c-btn1 {
  margin-top: 50px;
}
.p-top__sns {
  padding-top: 106px;
  padding-bottom: 100px;
}
.p-top__sns .c-title2 .icon {
  margin-left: -155px;
}
.p-top__sns .content {
  display: flex;
  justify-content: space-between;
}
.p-top__sns .content li {
  margin-left: 20px;
  border: 2px solid #E1DBD5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  padding-bottom: 24px;
  width: 20.9090%;
}
.p-top__sns .content li:first-child {
  margin-left: 0;
  width: 31.8181%;
}
.p-top__sns .content .img1 {
  margin-bottom: 16px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__sns .content .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.p-top__sns .content .list {
  margin-top: 31px;
  display: flex;
  justify-content: center;
}
.p-top__sns .content .list a {
  margin-left: 5px;
  margin-right: 5px;
}
.p-top__facility {
  background: url(../img/common/bg2.jpg) center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
}
.p-top__facility:before, .p-top__facility:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  background-repeat: repeat-x;
  background-size: 55px 10px;
}
.p-top__facility:before {
  top: 0;
  background-image: url(../img/top/kv_line1-alt.svg);
  background-position: center top;
}
.p-top__facility:after {
  bottom: 0;
  background-image: url(../img/top/kv_line1.svg);
  background-position: center bottom;
}
.p-top__facility .tab {
  margin-bottom: 37px;
}
.p-top__facility .tab ul {
  display: flex;
  justify-content: space-between;
}
.p-top__facility .tab li {
  border-right: 1px solid #fff;
  flex-grow: 1;
  background: #33AA10;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.p-top__facility .tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-top: 7px solid #33AA10;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.p-top__facility .tab li:first-child {
  border-radius: 10px 0 0 10px;
}
.p-top__facility .tab li:last-child {
  border-right: 0;
  border-radius: 0 10px 10px 0;
}
.p-top__facility .tab li span {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 11px;
  padding-bottom: 11px;
}
.p-top__facility .tab li.is-active {
  background: #229700;
}
.p-top__facility .tab li.is-active:before {
  bottom: -7px;
  border-top-color: #229700;
}
.p-top__facility .tab li.stay span {
  background-image: url(../img/top/facility_icon_stay.svg);
  background-size: 30px 18px;
  padding-left: 50px;
}
.p-top__facility .tab li.sightseeing span {
  background-image: url(../img/top/facility_icon_sightseeing.svg);
  background-size: 25px 25px;
  padding-left: 35px;
}
.p-top__facility .tab li.food span {
  background-image: url(../img/top/facility_icon_food.svg);
  background-size: 18px 20px;
  padding-left: 35px;
}
.p-top__facility .content {
  padding-left: 40px;
  padding-right: 40px;
}
.p-top__facility .content .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 0;
  outline: 0;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9;
}
.p-top__facility .content .slick-arrow.slick-prev {
  background-image: url(../img/common/arrow_2-left.svg);
  left: 0;
}
.p-top__facility .content .slick-arrow.slick-next {
  background-image: url(../img/common/arrow_2.svg);
  right: 0;
}
.p-top__facility .content ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}
.p-top__facility .content ul.slick-slider {
  display: block;
}
.p-top__facility .content ul.slick-slider li {
  min-height: 450px;
}
.p-top__facility .content li {
  display: none;
  width: calc(14.28% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(193, 180, 173, 0.5);
  overflow: hidden;
}
.p-top__facility .content li.is-active {
  display: block;
}
.p-top__facility .content .box1 {
  padding: 15px;
}
.p-top__facility .content .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-top__facility .content .access {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.p-top__facility .content .access strong {
  background: #229700;
  color: #fff;
  width: 55px;
  border-radius: 5px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  text-align: center;
}
.p-top__facility .content .access span {
  width: calc(100% - 75px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #229700;
}
.p-top__facility .content .info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-top__facility .bnr {
  margin-top: 60px;
}
.p-top__facility .bnr ul {
  display: flex;
  justify-content: center;
}
.p-top__facility .bnr li {
  width: 23.1818%;
  margin-left: 2.42426%;
}
.p-top__facility .bnr li:nth-child(4n+1) {
  margin-left: 0;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-top__kv {
    display: block;
  }
  .p-top__kv .block1 {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
    padding-top: 100px;
  }
  .p-top__kv .block1 .catch {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
  .p-top__kv .block1 .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__kv .img1 {
    width: auto;
    height: auto;
  }
  .p-top__kv .img1 .slick-slide {
    height: 82.4vw;
  }
  .p-top__nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-top__nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-top__nav li {
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    border-right-width: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    flex-grow: unset;
  }
  .p-top__nav li:nth-child(3n), .p-top__nav li:last-child {
    border-right: 0;
  }
  .p-top__nav li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-top__nav li img {
    width: auto;
    height: 22px;
  }
  .p-top__open {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .p-top__open .heading {
    display: block;
  }
  .p-top__open .heading .c-title1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-top__open .heading .c-title1 .t {
    text-align: center;
  }
  .p-top__open .content-scroll {
    width: 40px;
    height: 40px;
    right: -15px;
  }
  .p-top__open .content .wrap {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-top__open .content .wrap .img1,
  .p-top__open .content .wrap .txt1 {
    width: auto;
  }
  .p-top__open .content .wrap .img1 {
    margin-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-top__open .content .wrap .img1 img {
    width: 100%;
  }
  .p-top__open .content table,
  .p-top__open .content thead,
  .p-top__open .content tbody,
  .p-top__open .content tr,
  .p-top__open .content th,
  .p-top__open .content td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .p-top__open .content thead {
    display: none;
  }
  .p-top__open .content tr {
    margin-bottom: 15px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
  }
  .p-top__open .content tr:last-child {
    margin-bottom: 0;
  }
  .p-top__open .content tbody tr:nth-child(2n+1) th,
  .p-top__open .content tbody tr:nth-child(2n+1) td {
    background: #fff;
  }
  .p-top__open .content tbody th,
  .p-top__open .content tbody td {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    margin-top: -1px;
    border: 0;
  }
  .p-top__open .content tbody td:nth-child(2)::before {
    content: "本日の営業：";
  }
  .p-top__open .content tbody td:nth-child(3)::before {
    content: "営業時間";
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    margin-right: 8px;
    padding: 4px 10px 3px;
    border-radius: 6px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__open .content tbody td:last-child {
    padding-bottom: 25px;
  }
  .p-top__open .content tbody td.has-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-top__open .content tbody td.has-table table {
    width: auto;
    margin-top: 5px;
  }
  .p-top__open .content tbody td.has-table td::before {
    display: none;
  }
  .p-top__open .content tbody td table {
    display: table;
  }
  .p-top__open .content tbody td tbody {
    display: table-row-group;
  }
  .p-top__open .content tbody td tr {
    display: table-row;
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .p-top__open .content tbody td th,
  .p-top__open .content tbody td td {
    display: table-cell;
    width: auto;
    margin-top: 0;
    padding: 8px;
    text-align: center;
  }
  .p-top__open .content tbody td td:first-child {
    text-align: right;
  }
  .p-top__open .content tbody td td:last-child {
    padding-bottom: 8px;
  }
  .p-top__open .content tbody td td:nth-child(2) {
    padding-top: 8px;
  }
  .p-top__open .content tbody .shokuiku td:nth-child(3)::before {
    background: #E62B8A;
  }
  .p-top__open .content tbody .child td:nth-child(3)::before {
    background: #1083AE;
  }
  .p-top__open .content tbody .animal td:nth-child(3)::before {
    background: #87C530;
  }
  .p-top__open .content tbody .kirakira td:nth-child(3)::before {
    background: #E9B625;
  }
  .p-top__open .content tbody .teradomari td:nth-child(3)::before {
    background: #E9B625;
  }
  .p-top__open .c-btn1 {
    margin-top: 70px;
  }
  .p-top__access .map iframe {
    height: 250px;
  }
  .p-top__access .block1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-top__access .block1 .wrap {
    display: block;
  }
  .p-top__access .block1 .price {
    margin-bottom: 20px;
  }
  .p-top__event {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .p-top__event .content .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -15px;
  }
  .p-top__event .content ul {
    display: block;
  }
  .p-top__event .content li {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .p-top__event .content li .title {
    font-size: 18px;
    font-size: 1.8rem;
    height: auto;
  }
  .p-top__event .content li .info dl {
    margin-top: 5px;
  }
  .p-top__event .content li .info dt {
    width: 59px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .p-top__event .content li .info dd {
    width: calc(100% - 57px);
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-top__event .request {
    margin-top: 70px;
  }
  .p-top__event .request li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-bottom: 23px;
    padding-top: 10px;
    margin-left: 0;
    position: relative;
  }
  .p-top__event .request li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #F1F1F1;
    z-index: 1;
  }
  .p-top__event .request .img1 {
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    margin-right: 0;
    text-align: center;
    width: auto;
  }
  .p-top__event .request .txt1 {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    width: 100%;
  }
  .p-top__calendar .pager_date {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-top__calendar .pager_date li {
    padding: 5px 20px;
  }
  .p-top__calendar .pager_date .cur {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-top__calendar .pager_date .prev,
  .p-top__calendar .pager_date .next {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__calendar .calendar_table th,
  .p-top__calendar .calendar_table td {
    padding: 4px 8px;
  }
  .p-top__calendar .tab li {
    font-size: 15px;
    font-size: 1.5rem;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin-bottom: 25px;
    line-height: 1.3;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .p-top__calendar .tab li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-top__calendar .tab li:before {
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
  }
  .p-top__calendar .tab li.is-active:before {
    border-top-width: 10px;
    bottom: -10px;
  }
  .p-top__calendar .content ul {
    display: block;
  }
  .p-top__calendar .content li {
    display: block;
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-top__calendar .content li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-top__calendar .content .title {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: initial;
  }
  .p-top__news {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .p-top__news .content {
    padding: 15px 20px;
  }
  .p-top__news .content ul {
    display: block;
  }
  .p-top__news .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .p-top__news .content li:last-child {
    margin-bottom: 0;
  }
  .p-top__news .content li a {
    align-items: unset;
    padding: 0;
  }
  .p-top__news .content li .img1 {
    width: 105px;
  }
  .p-top__news .content li .img1 img {
    object-fit: cover;
    height: 100%;
  }
  .p-top__news .content li .box1 {
    padding: 19px 40px 19px 0;
    margin-top: auto;
    margin-bottom: auto;
    background-position: right center;
    background-size: 30px 30px;
  }
  .p-top__news .content li .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top__news .content li .category {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-top__news .content li .title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .p-top__sns {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .p-top__sns .content {
    flex-wrap: wrap;
  }
  .p-top__sns .content li {
    width: 48.5294%;
    margin-bottom: 10px;
    margin-left: 2.9412%;
    padding: 10px;
  }
  .p-top__sns .content li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-top__sns .content li:first-child {
    width: 48.5294%;
  }
  .p-top__sns .content .img1 {
    height: 50px;
    margin-bottom: 5px;
  }
  .p-top__sns .content .img1 img {
    width: 50px;
  }
  .p-top__sns .content .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-top__sns .content .list {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .p-top__sns .content .list img {
    width: 40px;
  }
  .p-top__sns .content .list a {
    margin-bottom: 10px;
  }
  .p-top__facility {
    padding-top: 50px;
    padding-bottom: 58px;
    overflow: hidden;
  }
  .p-top__facility .tab {
    margin-bottom: 22px;
  }
  .p-top__facility .tab li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__facility .content ul {
    margin-left: 0;
    margin-right: 0;
  }
  .p-top__facility .content li {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    min-height: initial;
  }
  .p-top__facility .content .slick-list {
    overflow: visible !important;
  }
  .p-top__facility .content .box1 {
    padding: 15px;
  }
  .p-top__facility .content .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top__facility .content .access {
    margin-bottom: 8px;
  }
  .p-top__facility .content .access strong {
    width: 58px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .p-top__facility .content .access span {
    font-size: 13px;
    font-size: 1.3rem;
    width: calc(100% - 66px);
  }
  .p-top__facility .content .info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46;
  }
  .p-top__facility .bnr ul {
    flex-wrap: wrap;
  }
  .p-top__facility .bnr li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  .p-top__facility .bnr li:nth-child(2n+1) {
    margin-left: 0;
  }
}
