@charset "utf-8";

/* 共通部分 */
html {
  height: 100%;
}

body {
  height: 100%;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  width: 100%;
    overflow-x: hidden;
}
}

a:hover {
  font-weight: bold;
}

a img:hover {
  opacity: .8;
}

ul.dropdown li a {
  text-decoration: none;
}

.sp-only {
  display: none;
}

@media(max-width: 809px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
    max-width: 500px;
  }

  .fb-container iframe {
    width: 100%;
  }
}

/* ------------------------------
　　トピックパス
------------------------------ */
.facility_category_list ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
  color: #3e3e3e;
}
.facility_category_list a {
    color: #00b2af;
}
.facility_category_list span:before {
    content: "│";
  color: #c1c1c1;
}

.topicpath {
	margin-bottom: 30px;
	padding: 10px 0;
}

.topicpath-list {
	margin: 0 auto;
	list-style: none;
}

.topicpath-item {
	float: left;
	padding: 0 10px 0 23px;
	background: url(../images/marker/icon_arrow.png?v=2021060105053) no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 14px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}


.timeline_container {
  width: 100%;
  max-width: 1110px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.timeline_container > div {
    width: 47.7%;
    border: 15px solid #00b2af;
}

.border_none {
  border: none !important;
}

@media screen and (max-width: 1120px) {
  .timeline_container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .timeline_container > div {
    width: 48%;
    border: 15px solid #00b2af;
    margin: 0px auto;
    height: auto;
  }

  .timeline_container > div:first-child {
    margin-bottom: 30px;
  }

  .timeline_container > div {
    height: 500px;
    width: 530px;
  }

  .timeline_container > div:first-child {
    height: auto;
  }

  .trip_timeline_img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .timeline_container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .timeline_container > div {
    width: 100%;
    border: 15px solid #00b2af;
  }

  .timeline_container > div:first-child {
    height: auto;
  }
  .widSSP {
    width: 100%!important;
}
}

main.container {
  max-width: 950px;
  margin: 50px auto;
}

main.container.bbq-form {
    max-width: 810px;
}

@media(max-width: 809px) {
  main.container,
  main.container.bbq-form{
    max-width: 96%;
    margin: 10px 2%;
  }
}

.top-container {
  max-width: 950px;
  margin: 50px auto;
}

@media(max-width: 809px) {
  .top-container {
    max-width: 96%;
    margin: 10px 2%;
  }
}

nav ul {
  list-style: none;
  padding-left: 0;
}

nav ul li.active {
  background-color: #fcc900;
}

img {
  display: inline-block;
}

.d-flex {
  display: flex;
  justify-content: center;
}

h1 {
  font-size: 29px;
  border-bottom: 3px solid #00b2af;
  text-align: center;
  color: #008591;
  background-image: url(/images/main/h1-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px 0;
  margin-bottom: 10px;
}

h2 {
  padding: 5px 0;
  font-size: 25px;
  text-align: center;
  color: #008591;
  background-color: #fcc900;
  margin-top: 20px;
}

h4.point {
  margin: 10px 0;
}

h4.point::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 300px;
  height: 45px;
  background-image: url(/images/main/point.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media(max-width: 809px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h4.point {
    font-size: 12px;
  }

  h4.point::before {
    width: 120px;
    height: 18px;

  }

  p {
    font-size: 12px;
  }
}

img.btn-to-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 1001;
}

@media(max-width: 809px) {
  img.btn-to-top {
    bottom: 100px;
    right: 0px;
    width: 50px;
  }
}

/* header */
header {
  height: 80px;
  background-color: #e8f8f8;
}

header .pc-only {
  display: flex;
  align-items: center;
}

header .pc-only a {
  padding-left: 30px;
}

ul.dropdown {
  list-style: none;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
}

ul.dropdown li {
  padding: 10px;
}

ul.dropdown li a {
  color: #000;
  padding: 0;
}

.language-menu {
  position: absolute;
  top: 80px;
  left: 250px;
  display: none;
}

.share-menu {
  position: absolute;
  top: 80px;
  left: 360px;
  display: none;
}

.sp-language-menu {
  position: absolute;
  top: 80px;
  left: 10px;
  display: none;
}

.sp-share-menu {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
}

header a {
  display: flex;
  align-items: center;
}

header img {
  display: inline-block;
}

header img.menu-btn {
  margin-left: auto;
  margin-top: -1px;
}

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

  header .sp-only {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  header .sp-only .sp-header-left img {
    display: block;
    height: 12px;
    margin: 5px;
  }

  header .sp-only img.menu-btn {
    width: 60px;
    height: 60px;
    margin: 10px;
  }


}

/* footer */
footer {
  text-align: center;
  margin-top: 20px;
}

nav.footer-nav {
  background-color: #fcc900;
  padding: 18px;
}

nav.footer-nav ul {
  list-style: none;
}

nav.footer-nav ul li {
  display: inline-block;
  font-weight: bold;
  border-right: 1px solid #008591;
  padding-right: 5px;
}

nav.footer-nav ul li:last-child {
  border-right: none;
}

.global_navi1 li:first-child {
    display: none;
}

@media(max-width: 809px) {

nav.footer-nav ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 5px;
}

nav.footer-nav ul li:first-child {
  border-left: 1px solid #008591;
  padding-left: 5px;
}
}

nav.footer-nav ul li a {
  text-decoration: none;
  color: #008591;
  display: flex;
  align-items: top;
}

footer .footer-bottom {
  background-color: #00b2af;
  text-align: center;
  padding: 20px;
  color: #fff;
}

footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

footer .footer-bottom > span {
  padding-left: 10px;
}

footer .footer-bottom img {
  display: inline;
}

footer .footer-bottom p.copyright {
  margin-top: 20px;
}

@media(max-width: 809px) {

  footer p,
  footer a,
  footer span {
    font-size: 12px;
  }

  nav.footer-nav {
    text-align: left;
  }

}

/* ながめる */
.nagameru-header ul,
.taberu-header ul,
.noboru-header ul,
.asobu-header ul {
  display: flex;
  justify-content: center;
}

.nagameru-header ul li,
.taberu-header ul li,
.noboru-header ul li,
.asobu-header ul li {
  box-sizing: border-box;
  width: calc(20% - 1px);
  display: flex;
  justify-content: center;
  background-color: #e8f8f8;
  text-align: center;
  margin-right: 1px;
  border-radius: 3px;
  height: 50px;
  align-items: center;
}

.noboru-header ul li {
  width: 100%;
}

.taberu-header ul li {
  width: calc(50% - 1px);
}

.asobu-header .sp-only ul,
.taberu-header .sp-only ul,
.noboru-header .sp-only ul,
.nagameru-header .sp-only ul {
  margin: 5px 0;
}

.nagameru-header .sp-only ul li,
.taberu-header .sp-only ul li,
.noboru-header .sp-only ul li,
.asobu-header .sp-only ul li {
  width: calc(30% - 1px);
  font-size: 12px;
}

.noboru-header .sp-only ul li {
  width: calc(34% - 1px);
}

.taberu-header .sp-only ul li {
  width: calc(34% - 1px);
}

.nagameru-header ul li a,
.taberu-header ul li a,
.noboru-header ul li a,
.asobu-header ul li a {
  color: #00b2af;
  text-decoration: none;
  font-weight: bold;
  padding: 0 5px;
}

img.youtube {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.nagameru-media .d-flex img {
  margin: 10px;
}

.noboru-media .d-flex img,
.taberu-media .d-flex img,
.asobu-media .d-flex img {
  margin: 10px;
}

@media(max-width: 809px) {

  .nagameru-media .d-flex img,
  .asobu-media .d-flex.kaiten img {
    max-width: 45%;
    width: 45%;
    margin: 5px;
  }

  .noboru-media .d-flex img,
  .taberu-media .d-flex img,
  .asobu-media .d-flex img {
    width: 19.2%;
    margin: 0;
    margin-right: 1%;
  }

  .noboru-media .d-flex img:last-child,
  .taberu-media .d-flex img:last-child,
  .asobu-media .d-flex img:last-child {
    margin-right: 0;
  }
}


/* トップページ */
header.top-sp-header {
  background-color: #fff;
      position: relative;
    z-index: 1000;
}

.top-sp-header .sp-only > a {
  width: 40%;
  max-width: 220px;

}

@media(min-width: 810px) {
  .top-sp-header {
    display: none;
  }
}

.top-first {
    height: 100vh;
    overflow: hidden;
}

.top-first-view {
  height: 100%;
  width: 100%;
/*
  background-image: url(/images/top/top-first-view/bg-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
*/
  background: #333;
}

.top-first-view header {
    background: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.text-center {
  text-align: center;
}

.videoBox {
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
      position: absolute;  
    overflow: hidden;
/*    z-index: -1;*/
    top: 0;
}

.videoBox video {
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.first-view-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}

@media(max-width: 1450px) {
.top-first-view video {
    width: auto;
    height: 100vh;
}
}

@media(max-width: 809px) {
  .top-first {
    height: 70vh;
}

  .top-first- {
    margin-top: 30px;
    max-width: 220px;

  }
  .videoBox {
    min-height: 70vh;
}
  .top-first-view video {
    max-height: 70vh;
    min-width: 100vw;
}
  .first-view-logo {
    position: absolute;
    top: 22vh;
    margin-top: 0;
    width: 40%;
    max-width: 190px;
}
}



.top-container .title {
  margin-bottom: 30px;
}

.top-info {
  display: flex;
}
/*

.top-information-btn .top-container {
  margin-top: -50px;
}
*/


.first-yellow {
  margin-bottom: 20px;
}


.top-info p {
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
}

.top-info p.info-label {
  background-color: #f04347;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.top-info p.info-title {
  background-color: #ffe4eb;
  width: 100%;
  padding-left: 20px;
}

.top-info p.info-title a {
  color: #f04347;
  display: block;
  margin-top: 20px;
}

.top-info p.info-title a:first-child {
    margin-top: 0;
}

.four-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.sp-only .four-list a {
  width: 49%;
}

.six-list {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media(max-width: 949px) {
  .six-list a {
    width: 48%;
  }

  .six-list a img {
    width: 100%;
  }

}

.event {
  text-align: center;
  background-color: #e8f8f8;
  padding: 50px 0;
}

ul.single-slider {
  padding-left: 0;
  margin: 0 auto;
  width: 96%;
}

ul.three-slider {
  padding-left: 0;
  margin: 0 auto;
  width: 96%;
  padding-top: 30px;
}

ul.single-slider li, 
ul.three-slider li{
  padding: 0 5px;
}

ul.three-slider .slick-prev,
ul.three-slider .slick-next {
  top: 35%;
}

@media(max-width: 809px) {
  ul.three-slider .slick-prev,
  ul.three-slider .slick-next {
    top: 40%;
  }
}

ul.three-slider li p {
  text-align: left;
  padding: 5px;
}

ul.three-slider li a {
  text-decoration: none;
  color: #000;
}

ul.three-slider img {
    border-radius: 10px;
}

.slick-prev,
.slick-next {
  z-index: 1000;
  opacity: 1.0;
}

.slick-prev:before {
  content: url(/images/top/event/arrow-left.png);
  opacity: 1;
  margin-left: 5px;

}

.slick-next:before {
  content: url(/images/top/event/arrow-right.png);
  opacity: 1;
  margin-left: -32px;
}

@media(max-width: 809px) {
  .slick-prev:before {
    content: url(/images/top/event/sp-arrow-left.png);
    margin-left: 15px;

  }

  .slick-next:before {
    content: url(/images/top/event/sp-arrow-right.png);
  }
}

.slick-dots li button:before {
  font-size: 50px;
}

.event .d-flex {
  text-align: left;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px 10px;
}

.event .d-flex .box {
  width: 32%;
  margin-bottom: 10px;
}

.event .d-flex .box img {
  width: 100%;
}

@media(max-width: 949px) {
  .event .d-flex .box {
    width: 48%;
  }

}

.news {
  text-align: center;
  padding: 50px 0;
}

.news ul {
  border: 15px solid #fcc900;
  list-style: none;
  padding: 30px;
  text-align: left;
}

.news ul li {
  border-top: 2px solid #ededed;
  padding: 10px;
}

.news ul li::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 16px;
  /*画像の幅*/
  height: 24px;
  /*画像の高さ*/
  background-image: url(/images/top/news/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.news ul li:last-child {
  border-bottom: 2px solid #ededed;
}

.news ul li span {
  display: inline-block;
}

.news ul li span.date {
  width: 20%;
}

.news ul li span.news-title {
  width: 75%;
}

.news ul li span.news-title a {
  color: #333;
}

@media(max-width: 767px) {
  .news ul {
    border: 5px solid #fcc900;
    padding: 10px;
  }

  .news ul li {
    padding: 5px;
  }

  .news ul li::after {
    width: 8px;
    /*画像の幅*/
    height: 12px;
    /*画像の高さ*/
  }

  .news ul li span {
    font-size: 11px;
  }

  .news ul li span.news-title {
    width: 73%;
  }

}

.situation {
  background-color: #e8f8f8;
  text-align: center;
  padding: 50px 0;
}

.situation .d-flex {
  justify-content: space-between;
  flex-flow: row wrap;
}

@media(max-width: 809px) {
  .top-container .title {
    height: 80px;
    margin-bottom: 10px;
  }

  .event,
  .news,
  .situation {
    padding: 30px 0;
  }

  .situation .d-flex {
    justify-content: center;
  }

  .situation .d-flex a {
    width: 60%;
  }
}

.official-sns {
  text-align: center;
  padding: 50px 0;
}

.official-sns .d-flex {
  margin-bottom: 20px;
}

.official-sns .d-flex a {
  padding: 5px;
}

@media(max-width: 809px) {
  .official-sns {
    padding: 30px 20px;
  }
  .official-sns iframe {
    width: 100%!important;
  }
}




/* アクセスページ */
.train {
  margin-bottom: 80px;
}

.train img {
  margin-top: 20px;
}

.train h5.left {
  text-align: left;
  margin-top: 80px;
}

.mycar img {
  margin-top: 20px;
}

p.red,
span.red{
  color: red;
}

.mycar h5.left {
  text-align: left;
  margin-top: 80px;
}

.parking {
  margin-bottom: 40px;
}

.parking iframe {
  margin-top: 40px;
}

@media(max-width: 809px) {
  .train {
    margin-bottom: 40px;
  }

  .train h5.left {
    text-align: center;
    margin-top: 40px;
  }

  .parking iframe {
    height: 300px;
  }
}








/* 時間・料金ページ */

main .btn {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}


h3 {
  color: #00B2AF;
  text-align: center;
  font-size: 20px;
  border-bottom: solid 2px #00B2AF;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.h3_left {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
}

h5 {
  color: #00B2AF;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.kankou_p {
  text-align: center;
  margin-top: 15px;
}

h5 a {
  color: #00B2AF;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  text-decoration: none;
}

#cost {
  width: 100%;
  border-collapse: collapse;
  /* セルの線を重ねる */
  margin-top: 10px;
  margin-bottom: 10px;
}

#cost tr {
  height: 60px;
}

#cost th {
  color: #fff;
  background-color: #00B2AF;
  /* 背景色指定 */
}

#cost td {
  color: #000;
  font-weight: bold;
}

#cost th,
#cost td {
  border: solid 1px #00B2AF;
  line-height: 60px;
  text-align: center;
  width: 50%;
}


#about {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%;
  margin-top: 30px;
}

#about tr {
  height: 60px;
}

#about th {
  color: #fff;
  background-color: #00B2AF;
  /* 背景色指定 */
  width: 35%;
  border: solid 1px #fff;
  border-right: solid 1px #00B2AF;
}

#about td {
  color: #000;
  font-weight: bold;
  width: 65%;
  border: solid 1px #00B2AF;
}

#about th,
#about td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#about tr th:nth-of-type(1) {
  border-top: solid 1px #00B2AF;
}

#about tr:last-child th {
  border-bottom: solid 1px #00B2AF;
}

#table_unit {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%;
  border: solid 1px #00B2AF;
}

#table_unit th,
#table_unit td {
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

#table_unit th {
  color: #fff;
  background-color: #00B2AF;
  /* 背景色指定 */
}


#table_discount {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%;
  margin-top: 15px;
  margin-bottom: 60px;
}

#table_discount th,
#table_discount td {
  width: 20%;
  height: 60px;
}

#table_discount th {
  color: #fff;
  background-color: #00B2AF;
  /* 背景色指定 */
  border: solid 1px #fff;
}

#table_discount td {
  color: #000;
  border: solid 1px #00B2AF;
}

#table_discount thead tr th:nth-of-type(5) {
  border-right: solid 1px #00B2AF;
}

#table_discount thead tr th {
  border-bottom: solid 1px #fff;
}

#table_discount tbody tr:last-child th {
  border-bottom: solid 1px #00B2AF;
}

.noboru_about {
  margin-bottom: 60px;
}

.wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 50px auto;
}

.element {
  width: 48%;
  margin-bottom: 30px;
}

.wrapper_calender {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.calendar {
  width: 33%;
}

.open_time {
  width: 65%;
  margin: 30px 0;
}

.wrapper_unit {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 60px;
}

.unit_price {
  width: 48%;
  margin-bottom: 10px;
}

.unit_price h5 {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.open_time p {
  margin-left: 5px;
  margin-top: 0px;
}

.set p {
  margin-top: 0px;
  text-align: center;
}

.set img {
  margin-top: 15px;
}

.discount {
  margin: 0;
  text-align: center;
}

.discount p {
  margin-top: 10px;
}

.set_price_1 {
  margin-top: 15px;
}

.set_price_2 {
  font-size: 25px;
  padding-top: 10px;
}

.set_price_2 span {
  font-size: 35px;
  font-weight: bold;
}

.set_price_3 {
  margin-bottom: 60px;
}

.set_price_4 {
  margin-bottom: 20px;
}

.star {
  border: solid 1px #00B2AF;
  text-align: left;
  padding: 10px;
  margin-bottom: 60px;
}

.img_cash {
  width: 100%;
}

.about_time {
  margin-bottom: 15px;
}

.element .btn {
  margin-top: 20px;
}

.supplement {
  background-color: #E8F8F8;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
}

.supplement_inner {
  max-width: 809px;
  padding-top: 50px;
  margin: 0 auto;
}

.supplement h3 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.supplement p {
  padding-bottom: 50px;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.reserve {
  border: solid 1px #00B2AF;
  padding-bottom: 30px;
}

.reserve h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.reserve p {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.cash {
  width: 95%;
  margin: 0 auto;
}

.br-sp {
  display: none;
}

/*園内マップ*/

#map02a {
  background: url(/media/001/202106/line.png) repeat-y 32px 0;
  padding: 8px 20px;
}

#map02a .p01 {
  font-size: 20px;
  margin: 0;
}

#map02a .p01:before {
  content: url(/media/001/202106/map_maru.png);
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}

#map02a .p02 {
  margin: 24px 0 24px 28px;
}

#map02a .p03 {
  margin: 0
}

#map02a .p04 {
  margin: 0 0 24px 0;
}

.yellow-btn a {
  display: inline-block;
  margin: 0 0 0 45px;
  background: #fcc900;
  width: 248px;
  padding-left: 45px;
  line-height: 43px;
  height: 43px;
  transition: background 0.5s ease-in-out;
}

.yellow-btn a:hover {
  opacity: .8;
  text-decoration: none;
}

#map02a .p03 a {
  margin: 24px 0 0 45px;
}

li.yellow-btn a {
  margin-top: 15px;
}



@media screen and (max-width:459px) {
  h3 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  .unit_price p {
    font-size: 8px;
  }

  .unit_price h5 {
    height: 32px;
  }

  .about_time {
    font-size: 16px;
  }

  .element {
    width: 90%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .wrapper {
    width: 100%;
    justify-content: center;
  }

  .calendar {
    width: 100%;
  }

  .open_time {
    width: 100%;
    margin: 30px 0;
  }

  .supplement_inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper_unit {
    margin-bottom: 30px;
  }

  #about {
    font-size: 12px;
  }

  #about td span {
    font-size: 12px;
  }

  .set {
    margin-bottom: 20px;
  }

  .set_price_2,
  .set_price_3,
  .set_price_4 {
    width: 80%;
    margin: 0 auto;
  }

  .set_price_2 {
    font-size: 15px;
  }

  .set_price_2 span {
    font-size: 20px
  }


  #table_discount {
    margin-bottom: 30px;
  }

  #table_unit th,
  #table_unit td {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  #table_discount th,
  #table_discount td {
    width: 20%;
    height: 30px;
    font-size: 10px;
  }

  .discount p {
    margin: 0;
    text-align: left;
  }

  .cash {
    width: 100%;
  }

  .br-sp {
    display: block;
  }

  .star {
    margin-bottom: 40px;
  }
}

/* ハンバーガーメニューオープン画面 */
.menu-content {
  background-color: #00b2af;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000000;
      overflow-y: auto;
}

.menu-content-inner {
  position: relative;
}

.menu-content-inner img.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

@media(max-width: 809px) {
  .menu-content-inner img.close-btn {
    width: 60px;
    height: 60px;
    margin: 10px;
  }

}

.menu-content main.container {
  background-image: url(/images/menu/menu-bg.png);
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-top: 0;
}

@media(max-width: 809px) {
  .menu-content main.container {
    background-position: center 10px;
    background-size: 35%;
  }
}

.menu-logo a img {
  width: 30%;
}

.menu-logo {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}

.menu-content .menu-list ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 0;
}

.menu-content .menu-list ul li {
  width: 48%;
  margin-bottom: 15px;
}

.menu-content .menu-list ul li a {
    background: #f1c11c;
    width: 100%;
    display: block;
    text-align: center;
    color: #0f7f89;
    font-weight: bold;
    font-size: 21px;
    padding: 7px 25px 9px;
    text-decoration: none;
    position: relative;
}
.menu-content .menu-list ul li a:after {
    content: '';
    width: 16px;
    height: 24px;
    background-image: url(/images/header/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 12px;
}

.menu-content .menu-list ul li img {
  width: 100%;
}

@media(max-width: 809px) {
  .menu-logo {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media(max-width: 449px) {
  .menu-logo {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .menu-content .menu-list {
    margin: 0 15%;
  }

/*
  .menu-content .menu-list ul {
    margin-bottom: 0;
  }
*/

  .menu-content .menu-list ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}

.menu-content .sns-list ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}

.menu-content .sns-list ul li {
  padding: 5px;
}

@media(max-width: 809px) {

.menu-content .sns-list ul {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-content .sns-list ul li {
  padding: 0 5px;
}

.menu-content .sns-list ul li img {
  width: 50px;
}

}

.menu-content .menu-footer ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.menu-content .menu-footer ul li {
  padding: 0 10px;
  border-right: 1px solid white;
}
@media(min-width: 810px) {
.menu-content .menu-footer ul li:last-child {
  border-right: none;
}
}
.menu-content .menu-footer ul li a {
  color: white;
  text-decoration: none;
}

@media(max-width: 809px) {

.menu-content .menu-footer ul {
  margin: 5px 0;
}

.menu-content .menu-footer ul li {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.menu-content .menu-footer ul li:first-child {
  border-left: 1px solid white;
}
  
}

.acms-cell-text-center {
  text-align: center !important
}

.acms-cell-text-right {
  text-align: right !important
}

.acms-cell-text-left {
  text-align: left !important
}

.acms-cell-text-nowrap {
  white-space: nowrap !important
}

.acms-cell-text-bold {
  font-weight: 700 !important
}

.acms-cell-text-top {
  vertical-align: top !important
}

.acms-cell-text-middle {
  vertical-align: middle !important
}

.acms-cell-text-bottom {
  vertical-align: bottom !important
}

.acms-entry p {
  margin: 10px;
}

.acms-entry h2 {
  margin-bottom: 10px;
}

.acms-entry h3 {
    margin-top: 20px;
  margin-bottom: 20px;
}

.acms-entry h3.noborder{
  border: none
}

.acms-entry h4 {
    color: #00B2AF;
}

.acms-entry h5 {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
}

.acms-page-header p {
    color: #00b2af;
    text-align: right;
}

.acms-col-sm-6 p,
.acms-col-sm-4 p{
    margin: 20px;
}

.acms-.acms-admin-label.acms-label-warning {
    background: red;
    color: #fff;
    padding: 2px 4px 3px;
    font-size: 80%;
    position: relative;
    top: -2px;
}

.back-blue {
    margin: 30px -200%;
    padding: 30px 200%;
    background: #e8f8f8;
}

.back-blue table td{
    background: #fff;
}

.back-blue+.back-blue {
    margin-top: 0;
}

.box {
    border: 1px solid #52b2af;
    padding: 20px 30px 30px;
    margin-bottom: 30px;
}

.entry-column {
     overflow: inherit; 
}

.open-time {
  width: calc(100% - 10px);
  margin: 5px;
  padding: 14px 16px 12px;
  margin-bottom: 1.0em;
  background: #fcc900;
  border: 2px dashed #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #fcc900;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.left-time {
  width: 65%;
}

.right-cl {
  width: 32%;
      padding: 5px;
}

.right-cl iframe {
    width: 100%;
}

.icon00 {
  width: 40%;
  margin-left: 1px;
}

.first-table {
  display: flex;
  background: #00b2af;
  color: #fff;
  padding: 10px;
  align-items: center;
  width: 100%;
}

.first-table p {
  padding: 5px 10px;
  font-weight: bold;
}

.first-table span {
  color: #00b2af;
  background: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 120%;
  margin: 0 10px;
}

.first-table span.acms-admin-margin-right-small {
  font-size: 150%;
}

.monthly {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.monthly span {
  font-size: 200%;
}

.top-calendar {
  width: 100%;
  margin-bottom: 10px;
}

.top-calendar th:first-child,
.top-calendar td:first-child {
  color: #ec6d74;
}

.top-calendar th:last-child,
.top-calendar td:last-child {
  color: #0082bd;
}

.top-calendar th {
  font-size: 80%;
}

.top-calendar td {
  background: #fff;
  border-right: 3px solid #fcc900;
  border-bottom: 3px solid #fcc900;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.cl-today {
/*  color: #004ea2;*/
  position: relative;
}

.cl-today:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #004ea2;
}

.top-calendar .cl-holiday {
    background: #cfcfcf;
    color: #626262;
}

.second-table {
  background: white;
  padding: 15px 25px 10px;
}

.second-table ul {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.second-table li {
  width: 13%;
}

.third-table {
  position: relative;
  margin-top: 20px;
  font-weight: bold;
}

.third-table p {
  background: #00b2af;
  color: #fff;
  padding: 20px 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

.weather {
  position: absolute;
  right: 20px;
  top: -10px;
  background: #fff;
  border: 2px solid #00b2af;
  border-radius: 5px;
  color: #00b2af;
  font-size: 130%;
  width: 70%;
}

.weather ul {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  justify-content: space-around;
}

.weather li {
  display: flex;
  align-items: center;
}

.temp {
  font-size: 190%;
  margin: 0 5px;
  position: relative;
  top: -3px;
}

.third-table + p {
  font-size: 80%
}

.second-table p {
  font-size: 80%
}

.month .holiday,
.month .today {
  padding-left: 36px;
  position: relative;
  font-weight: bold;
}

.month .holiday:before,
.month .today:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 23px;
  background: #cfcfcf;
  top: 0;
  left: 0;
}

.month .today {
  margin-left: 10px;
}

.month .today:before {
  background: #fff;
  border: 2px solid #004ea2;
}

.accordion-table {
  margin-top: 50px;
  margin-bottom: 60px;
}

.acc-content {
  border-collapse: collapse;
  width: 100%;
}

.acc-content tr th:nth-of-type(1) {
  border-top: solid 1px #00B2AF;
}

.acc-content th,
.acc-content td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}

.acc-content th {
  color: #fff;
  background-color: #00B2AF;
  width: 35%;
  border: solid 1px #fff;
  border-right: solid 1px #00B2AF;
}

.accordion-table td {
  color: #000;
  font-weight: bold;
  width: 65%;
  border: solid 1px #00B2AF;
}

.acc-hidden {
  display: none;
}

.acc-label {
    cursor: pointer;
    background: #fcc900;
    border-bottom: 1px solid;
    color: #008591;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 110%;
    letter-spacing: 1px;
    font-weight: bold;
}

.acc-label:after {
  content: "";
  font-weight: 400;
  font-family: acms-admin-fonts;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.acc-label:hover {
    cursor: pointer;
}

.acc-content {
  border: 1px solid #333;
  text-align: center;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  display: none;
}

.acc-hidden:checked + .acc-label + .acc-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  display: table;
}

.acc-hidden:checked + .acc-label:after {
  content: "";
}

.slick-slide img {
    height: auto;
}

/*221005追加*/
.bbq-img {
    padding: 20px 0;
    border: 8px solid #642005;
    margin-bottom: 30px;
    background: #F5C522;
    text-align: center;
}

.bbq-img ul {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media (max-width: 1010px) {
  .open-time {
    display: block;
    padding-bottom: 0;
  }

  .left-time,
  .right-cl {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .icon00 {
  width: 45%;
}

  .first-table p,
  .third-table p {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .first-table {
    display: block;
  }

  .first-table span {
    display: block;
    text-align: center;
  }

  .third-table p {
    margin: 0;
        padding: 10px 20px;
  }

  .weather {
    position: static;
    border-radius: inherit;
    width: 100%;
  }
  .facility_container{
    display: flex;
    flex-wrap: wrap;
  }
  .facility_container .top-info {
    width: 100%;
    order: 1;
}
  .facility_container .acms-page-header {
    width: 100%;
    order: 2;
}
  .facility_container .unit {
    width: 100%;
    order: 3;
}
  .facility_container .noboru-header {
    order: 4;
    width: 100%;
}  
  .facility_container .facility_category_list {
    order: 6;
    width: 100%;
}
  .facility_container .noboru-header ul{
    display: block
} 
  .bbq-img {
    padding: 0;
}
  .bbq-img ul {
    margin: 10px auto;
    font-size: 14px;
}
  
  
}
@media (max-width: 480px) {
  .second-table ul {
    flex-wrap: wrap;
}
  .second-table li {
    width: 21%;
}
  .weather ul {
    display: block;
    padding: 0 0 5px;
    font-size: 90%;
}
  .weather li {
    width: 100%;
    justify-content: center;
}
  li.wes+li {
    margin: -13px 0 -5px;
}
  
  .temp {
    font-size: 150%;
}
  .left-time{
    margin-bottom: 0;
}
  .icon00 {
    width: 60%;
}
  .top-info {
    display: block;
}
  .top-info p.info-label {
    margin-bottom: 0;
}
  .top-info p.info-title a {
    margin-top: 15px;
}
  .menu-content .menu-list ul li a {
    font-size: 20px;
}
  .menu-content .menu-list ul li a:after {
    width: 14px;
    height: 18px;
    right: 7px;
    top: 14px;
}
  .facility_category_list ul {
    flex-wrap: wrap;
    justify-content: left;
}
  .facility_category_list li {
    padding: 5px 10px;
}
  .facility_category_list ul span {
    display: none;
}
  .bbq-img ul {
    font-size: 12px;
}
  .event, .news, .situation {
    padding: 10px 0;
}
  .official-sns {
    padding: 0;
}
}

@media (max-width: 375px) {
  .menu-content .menu-list ul li a {
    font-size: 17px;
}
  .menu-content .menu-list ul li a:after {
    top: 10px;
}
}

/*211213追加*/
.single-slider img{
  width: 910px;
  height: 350px;
  background-color: #fff;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.three-slider img{
  width: 100%;
  height: 220px;
  padding: 10px;
  background: #fff;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.slider-box{
  padding: 0 10px;
}

.slick-prev,
.slick-prev:before,
.slick-next,
.slick-next:before{
  width: 40px;
  height: 40px;
  margin: 0;
}