@charset "UTF-8";
/*!
  Theme Name: fukuoka
  Author: somewrite
*/
a:hover {
  opacity: 0.8;
}

p, span, h1, h2, h3, h4 {
  color: #454545;
}

p {
  letter-spacing: 0.05em;
}

ul {
  padding: 0;
}

html, body {
  margin: 0 !important;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

body.page {
  padding: 0;
}

main {
  margin: 115px 0 0;
}
@media (max-width: 768px) {
  main {
    margin: 0;
  }
}
main#top {
  background: transparent;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.bold {
  font-weight: bold;
}

.bg-color {
  background: #F4F4ED;
}

.bg-white {
  background: #fff;
}

.green-font {
  color: #5BAA38;
}

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

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

/*******************************

ヘッダー

*******************************/
header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 115px;
  padding: 0 16px;
  background: #F4F4ED;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header {
    justify-content: space-between;
    align-items: baseline;
    z-index: 30;
    display: flex;
    height: 48px;
    padding: 6px 15px;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1800px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header .header-inner {
    display: block;
    margin: 0;
  }
}
header .header-inner .header-logo {
  display: block;
  /*width: 128px;
  height: 78px;
  width: 101px;
  height: 70px;*/
}
@media (max-width: 768px) {
  header .header-inner .header-logo {
    /*width: 56px;
    height: 34px;*/
    width: 130px;
  }
}
header .header-inner .header-logo img {
  display: block;
  width: 100%;
  max-width: 300px;
}
header .header-inner .header-nav {
  display: flex;
}
@media (max-width: 768px) {
  header .header-inner .header-nav {
    position: fixed;
    top: 0;
    right: -310px;
    display: block;
    width: 310px;
    height: 100vh;
    padding: 0 0 0 18px;
    box-sizing: border-box;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s ease;
  }
}
header .header-inner .header-nav .close-btn {
  display: none;
}
header .header-inner .header-nav .close-btn span {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 21px;
  height: 3px;
  margin: auto;
  border: 0;
  border-radius: 16px;
  background: #454545;
}
header .header-inner .header-nav .close-btn span:first-of-type {
  transform: rotate(45deg);
}
header .header-inner .header-nav .close-btn span:last-of-type {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  header .header-inner .header-nav .close-btn {
    position: relative;
    display: block;
    height: 21px;
    margin: 14px 0 0;
  }
}
header .header-inner .header-nav nav {
  height: auto;
  margin: 2% 0;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav {
    margin: 18px 0 0;
  }
}
header .header-inner .header-nav nav .main-menu {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu {
    display: block;
    margin: 0 0 30px;
    border-top: 1px solid #E8E8E8;
  }
}
header .header-inner .header-nav nav .main-menu li {
  margin: 0 50px 0 0;
  list-style: none;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li {
    margin: 12px 0 0;
    padding: 0 0 12px;
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu {
  position: relative;
}
header .header-inner .header-nav nav .main-menu li.has-submenu > a {
  position: relative;
  padding: 0 0 10px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu > a {
    padding: 0;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu > a:after {
  content: "\f107";
  position: absolute;
  display: block;
  width: 7px;
  height: 15px;
  right: -15px;
  top: -8px;
  bottom: 0;
  margin: auto;
  color: #5BAA38;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu > a:after {
    right: 12px;
    width: 8px;
    height: 13px;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu.active {
  height: auto;
  text-decoration: underline;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu.active {
    text-decoration: none;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu.active > a {
  color: #5BAA38;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu.active > a {
    color: #454545;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu.active > a:after {
  transform: rotate(-180deg);
}
header .header-inner .header-nav nav .main-menu li.has-submenu .submenu {
  position: absolute;
  display: none;
  width: 200px;
  box-sizing: border-box;
  margin: 0 0 0 -15px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: 0.3s ease;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu .submenu {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    border-radius: 0;
    box-shadow: none;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li {
  margin: 0;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    border-bottom: none;
  }
  header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li:before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    margin: 0 10px 0 0;
    background: #5BAA38;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li:hover {
  background: #F8F8F8;
}
header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li:last-of-type {
  margin: 0;
}
header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li a {
  display: block;
  padding: 8px 10px;
}
@media (max-width: 768px) {
  header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li a {
    padding: 0;
    font-size: 1.4rem;
    font-weight: normal;
  }
}
header .header-inner .header-nav nav .main-menu li.has-submenu .submenu li a:hover {
  color: #5BAA38;
  text-decoration: underline;
}
header .header-inner .header-nav nav .main-menu li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  text-decoration: none;
  color: #454545;
}
header .header-inner .header-nav .sp-btn {
  display: none;
  width: 274px;
  height: 48px;
  margin: 0 0 30px;
  text-decoration: none;
  border-radius: 8px;
  background: #5BAA38;
}
header .header-inner .header-nav .sp-btn p {
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-size: 1.5rem;
}
header .header-inner .header-nav .sp-btn p:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 10px;
  background: url("assets/images/white-arrow.png") no-repeat;
}
@media (max-width: 768px) {
  header .header-inner .header-nav .sp-btn {
    display: block;
  }
}
header .header-inner .header-nav .header-sns {
  margin: 0 0 0 50px;
}
@media (max-width: 768px) {
  header .header-inner .header-nav .header-sns {
    margin: 0 0 0 -18px;
  }
}
header .header-inner .header-nav .header-sns ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  header .header-inner .header-nav .header-sns ul {
    justify-content: center;
  }
}
header .header-inner .header-nav .header-sns ul li {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  list-style: none;
}
header .header-inner .header-nav .header-sns ul li:last-of-type {
  width: 36px;
}
header .header-inner .header-nav .header-sns ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-inner .header-nav .header-sns ul li a img {
  width: 100%;
}
header .open-btn {
  display: none;
  width: 27px;
  height: 27px;
}
@media (max-width: 768px) {
  header .open-btn {
    display: block;
  }
}
header .open-btn span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 0 6px;
  border-radius: 3px;
  background: #454545;
}
header .open-btn span:last-of-type {
  margin: 0;
}

.nav-bg {
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63);
}

.breadcrumb {
  width: 100%;
  padding: 20px 60px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin: 48px 0 0;
    padding: 15px 0 0 15px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  margin: 0 12px 0 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .breadcrumb ul li {
    margin: 0 8px 0 0;
  }
}
.breadcrumb ul li:last-of-type:after {
  display: none;
}
.breadcrumb ul li:after {
  content: "\f054";
  display: block;
  width: 6px;
  height: 10px;
  font-family: "Font Awesome 5 Free";
  color: #454545;
  font-weight: 900;
}
@media (max-width: 768px) {
  .breadcrumb ul li:after {
    width: 4px;
    height: 8px;
  }
}
.breadcrumb ul li a, .breadcrumb ul li span {
  display: block;
  margin: 0 12px 0 0;
  color: #454545;
  font-size: 1.2rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumb ul li a, .breadcrumb ul li span {
    margin: 0 8px 0 0;
    font-size: 1rem;
  }
}

/*******************************

共通項目

*******************************/
@media (max-width: 768px) {
  .post .table-sp, .page .table-sp {
    width: 100%;
    overflow: scroll;
  }
  .post .table-sp table, .page .table-sp table {
    width: -moz-max-content;
    width: max-content;
  }
}
.post table, .page table {
  border-collapse: collapse;
  border-top: 1px solid #A5A5A5;
  border-right: 1px solid #A5A5A5;
}
.post table tr th, .post table tr td, .page table tr th, .page table tr td {
  padding: 20px 18px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #A5A5A5;
  border-left: 1px solid #A5A5A5;
}
.post table tr th, .page table tr th {
  background: #F4F4ED;
}
/*******************************

フッター

*******************************/
footer {
  padding: 88px 0 38px;
  background: #454545;
}
@media (max-width: 768px) {
  footer {
    margin: 0 0 48px;
    padding: 50px 0 15px;
  }
}
footer .footer-inner {
  display: flex;
  max-width: 954px;
  margin: 0 auto 82px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-inner {
    display: block;
    margin: 0 0 20px;
  }
}
footer .footer-inner .foot-logo {
  display: table;
  margin: 0;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-logo {
    margin: 0 auto 40px;
  }
}
footer .footer-inner .foot-logo a {
  display: block;
  vertical-align: middle;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-logo a {
    text-align: center;
  }
}
footer .footer-inner .foot-logo a:hover {
  opacity: 0.8;
}
footer .footer-inner .foot-logo a span {
  font-size: 2.4rem;
  color: #fff;
}
footer .footer-inner .foot-logo a span span {
  font-size: 1.8rem;
}
footer .footer-inner .foot-logo a img {
  width: 100%;
}
footer .footer-inner .foot-logo p {
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  line-height: 200%;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-logo p {
    font-size: 1.1rem;
    text-align: center;
    line-height: 160%;
  }
}
footer .footer-inner .foot-navs {
  display: flex;
  width: calc(100% - 336px);
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs {
    display: block;
    width: 100%;
  }
}
footer .footer-inner .foot-navs ul {
  margin: 0;
}
footer .footer-inner .foot-navs ul li {
  list-style: none;
  margin: 0 0 30px 0;
}
footer .footer-inner .foot-navs ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs ul li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}
footer .footer-inner .foot-navs .foot-nav {
  position: relative;
  margin: 0 60px 0 0;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .foot-nav {
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
footer .footer-inner .foot-navs .foot-nav ul {
  width: 331px;
  padding: 0 0 0 calc(100% - 150px);
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .foot-nav ul {
    width: 100%;
    display: block;
    -moz-column-count: 1;
         column-count: 1;
    padding: 0;
  }
}
footer .footer-inner .foot-navs .foot-nav ul li:nth-of-type(n+5) {
  /*padding: 0 0 0 25px;*/
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .foot-nav ul li:nth-of-type(n+5) {
    padding: 0 0 12px;
  }
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .foot-nav ul li {
    width: 100%;
    margin: 0 0 12px 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #fff;
  }
  footer .footer-inner .foot-navs .foot-nav ul li:last-of-type {
    margin: 0 0 20px 0;
  }
  footer .footer-inner .foot-navs .foot-nav ul li a:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 5px;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    transform: rotate(-90deg);
    font-weight: 900;
  }
}
footer .footer-inner .foot-navs .foot-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 186px;
  margin: auto;
  background: #fff;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .foot-nav:after {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .policy-nav > ul {
    display: flex;
    width: 80%;
    margin: 0 auto 21px;
  }
}
footer .footer-inner .foot-navs .policy-nav > ul li {
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .policy-nav > ul li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
  footer .footer-inner .foot-navs .policy-nav > ul li:first-of-type {
    margin: 0;
  }
}
footer .footer-inner .foot-navs .policy-nav .foot-sns {
  margin: 80px 0 0;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .policy-nav .foot-sns {
    margin: 0 0 20px;
  }
}
footer .footer-inner .foot-navs .policy-nav .foot-sns ul {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-inner .foot-navs .policy-nav .foot-sns ul {
    width: 156px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
footer .footer-inner .foot-navs .policy-nav .foot-sns ul li {
  margin: 0 20px 0 0;
}
footer .footer-inner .foot-navs .policy-nav .foot-sns ul li a {
  display: block;
}
footer .footer-inner .foot-navs .policy-nav .foot-sns ul li a img {
  width: 100%;
}
footer .copy {
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  footer .copy {
    font-size: 1rem;
  }
}

.float-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 320px;
  border-radius: 0 16px 16px 0;
  background: #5BAA38;
  transition: 0.3s ease;
  z-index: 10;
}
@media (max-width: 768px) {
  .float-btn {
    width: 100%;
    height: 58px;
    border-radius: 16px 16px 0 0;
  }
}
.float-btn:hover {
  background: #454545;
}
.float-btn:hover a {
  opacity: 1;
}
.float-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.float-btn a p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  margin: auto;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .float-btn a p {
    position: relative;
    width: 100%;
    line-height: 58px;
    font-size: 1.5rem;
    text-align: center;
    writing-mode: initial;
  }
}
.float-btn a p:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0 0;
  background: url("assets/images/white-arrow.png") no-repeat;
}
@media (max-width: 768px) {
  .float-btn a p:after {
    position: absolute;
    top: -1px;
    bottom: 0;
    right: calc(-25% - 41px);
    left: 0;
    width: 21px;
    height: 21px;
    margin: auto;
    background-size: cover;
  }
}

/*******************************

トップページ
*******************************/
/*******************************

メインビジュアル

*******************************/
.top-mv {
  /*margin: 0 0 120px;*/
  padding: 0 0 120px;
}
.top-mv .single-mv {
  display: block;
  width: 100%;
  /*height: calc(100vh - 115px);*/
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 768px) {
  .top-mv .single-mv {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .top-mv {
    margin: 0;
    padding: 48px 0 40px;
  }
}
.top-mv .top-mv-inner {
  /*max-width: 1800px;*/
  margin: 0 auto;
}
.top-mv .top-mv-inner .slick-slider {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-slider {
    margin: 0;
  }
}
.top-mv .top-mv-inner .slick-slider li img {
  display: block;
  width: 100%;
  /*height: calc(100vh - 115px);*/
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-slider li img {
    height: auto;
  }
}
.top-mv .top-mv-inner .slick-dots {
  top: 30px;
  right: 16px;
  bottom: 0;
  height: 34px;
  text-align: right;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-dots {
    top: 11px;
    right: 15px;
    height: 15px;
  }
}
.top-mv .top-mv-inner .slick-dots li {
  width: 24px;
  height: 24px;
  border: transparent;
  border-radius: 34px;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-dots li {
    width: 5px;
    height: 5px;
  }
}
.top-mv .top-mv-inner .slick-dots li.slick-active {
  border: 2px solid #5BAA38;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-dots li.slick-active {
    width: 7px;
    height: 7px;
    border: 1px solid #5BAA38;
  }
}
.top-mv .top-mv-inner .slick-dots li.slick-active button:before {
  color: #5BAA38;
}
.top-mv .top-mv-inner .slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}
.top-mv .top-mv-inner .slick-dots li button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  color: #fff;
  font-size: 1rem;
  opacity: 1;
  line-height: 13px;
}
@media (max-width: 768px) {
  .top-mv .top-mv-inner .slick-dots li button:before {
    width: 5px;
    height: 5px;
    margin: 1px;
    font-size: 5px;
    line-height: 5px;
  }
}
.top-mv .slick-arrow {
  display: none !important;
}

/*******************************

カウントダウン

*******************************/
.count-down {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .count-down {
    padding: 20px 0 20px;
  }
}
.count-down .count-down-inner {
  position: absolute;
  top: -184px;
  bottom: 0;
  right: 0;
  width: 730px;
  height: 100px;
  padding: 24px 0 100px 50px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .count-down .count-down-inner {
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    height: 85px;
  }
}
.count-down .count-down-inner .count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .count-down .count-down-inner .count {
    display: block;
  }
  .count-down .count-down-inner .count > p {
    display: block !important;
    text-align: center;
  }
}
.count-down .count-down-inner .count p {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 35px 0 0;
}
@media (max-width: 768px) {
  .count-down .count-down-inner .count p {
    margin: 0 0 14px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .count-down .count-down-inner .count .count-number {
    text-align: center;
  }
}
.count-down .count-down-inner .count .count-number .timer {
  position: relative;
}
.count-down .count-down-inner .count .count-number .timer .num {
  display: inline-block;
  margin: 0;
  color: #5BAA38;
  font-size: 6rem;
  font-weight: 400;
  width: 75px;
}
@media (max-width: 768px) {
  .count-down .count-down-inner .count .count-number .timer .num {
    width: 54px;
    font-size: 3rem;
    font-weight: normal;
  }
}
.count-down .count-down-inner .count .count-number .timer .num span {
  display: inline-block;
  margin: 0 40px 0 10px;
  font-size: 2rem;
  color: #000;
}
.count-down .count-down-inner .count .count-number .timer span {
  display: block;
  text-align: center;
}

.top-heading {
  margin: 0 0 60px;
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .top-heading {
    margin: 0 0 40px;
    font-size: 2.4rem;
  }
}

.heading-eng {
  display: block;
  margin: 0 0 15px;
  color: #5BAA38;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .heading-eng {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
}

.page-link-btn {
  width: 305px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #454545;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.page-link-btn.page-bottom-return {
  width: 305px;
}
@media (max-width: 768px) {
  .page-link-btn {
    width: 100%;
    height: 48px;
  }
}
.page-link-btn a {
  position: relative;
  display: block;
  color: #454545;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .page-link-btn a {
    font-size: 1.4rem;
    line-height: 48px;
  }
}
.page-link-btn a:after {
  content: "\f054";
  position: absolute;
  right: 16px;
  width: 7px;
  height: 12px;
  color: #454545;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.page-link-btn a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("assets/images/out-link-icon.png") no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}
.page-link-btn a[target=_blank]:hover:after {
  background: url("assets/images/out-link-icon-white.png") no-repeat;
  background-size: cover;
}
.page-link-btn a.download:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 12px;
  height: 15px;
  margin: auto;
  background: url("assets/images/download-icon.png") no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}
.page-link-btn a.download:hover:after {
  background: url("assets/images/download-icon-white.png") no-repeat;
  background-size: cover;
}
.page-link-btn:hover {
  opacity: 1;
  background: #454545;
}
.page-link-btn:hover a {
  opacity: 1;
  color: #fff;
}
.page-link-btn:hover a:after {
  color: #fff;
}

/*******************************

サブビジュアル

*******************************/
.top-submv {
  padding: 0 0 110px;
}
@media (max-width: 768px) {
  .top-submv {
    padding: 0 0 40px;
  }
}
.top-submv > img {
  width: 100%;
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  .top-submv > img {
    margin: 0 0 40px;
  }
}
.top-submv .about-us .about-us-inner {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-submv .about-us .about-us-inner {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .top-submv .about-us .about-us-inner .about-heading {
    margin: 0 0 20px;
  }
}
.top-submv .about-us .about-us-inner .about-heading h1 {
  margin: 0;
  font-size: 4rem;
  color: #454545;
  text-align: left;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .top-submv .about-us .about-us-inner .about-heading h1 {
    font-size: 2rem;
  }
}
.top-submv .about-us .about-us-inner .about-heading h1 span {
  color: #454545;
}
.top-submv .about-us .about-us-inner .about-text {
  width: calc(100% - 526px);
}
@media (max-width: 768px) {
  .top-submv .about-us .about-us-inner .about-text {
    width: 100%;
  }
}
.top-submv .about-us .about-us-inner .about-text p {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-submv .about-us .about-us-inner .about-text p {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

/*******************************

スケジュール

*******************************/
.top-schedule {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .top-schedule {
    padding: 35px 15px 44px;
  }
}
.top-schedule .schedule-heading {
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .top-schedule .schedule-heading {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.top-schedule .schedule-list {
  max-width: 1200px;
  margin: 0 auto;
}
.top-schedule .schedule-list .schedule-first {
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-first {
    margin: 0 0 40px;
  }
}
.top-schedule .schedule-list .schedule-first a {
  display: flex;
  align-items: center;
  color: #454545;
  text-decoration: none;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-first a {
    display: block;
  }
}
.top-schedule .schedule-list .schedule-first a img {
  width: 580px;
  margin: 0 40px 0 0;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-first a img {
    width: 100%;
    margin: 0 0 15px;
  }
}
.top-schedule .schedule-list .schedule-first a .schedule-item-text time {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 1.2rem;
}
.top-schedule .schedule-list .schedule-first a .schedule-item-text time .mont {
  display: inline-block;
  margin: 0 15px 0;
  font-size: 2rem;
  color: #5BAA38;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-first a .schedule-item-text time .mont {
    font-size: 1.6rem;
  }
}
.top-schedule .schedule-list .schedule-first a .schedule-item-text h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-first a .schedule-item-text h2 {
    margin: 0 0 15px;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.01em;
  }
}
.top-schedule .schedule-list .schedule-first a .schedule-item-text h2 + p {
  font-size: 1.6rem;
  line-height: 32px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-first a .schedule-item-text h2 + p {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.top-schedule .schedule-list .schedule-items {
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items {
    margin: 0 0 40px;
    overflow-x: scroll;
  }
}
.top-schedule .schedule-list .schedule-items .schedule-item {
  width: 270px;
  margin: 0 40px 57px 0;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items .schedule-item {
    flex: 0 0 270px;
    margin: 0 20px 0 0;
  }
}
.top-schedule .schedule-list .schedule-items .schedule-item:last-of-type {
  margin: 0;
}
.top-schedule .schedule-list .schedule-items .schedule-item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #454545;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items .schedule-item a {
    display: flex;
  }
}
.top-schedule .schedule-list .schedule-items .schedule-item a time {
  position: absolute;
  display: block;
  width: 88px;
  height: 92px;
  padding: 11px 0 0;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items .schedule-item a time {
    width: 54px;
    height: 69px;
    padding: 10px 0 0;
    font-size: 1rem;
  }
}
.top-schedule .schedule-list .schedule-items .schedule-item a time .mont {
  display: inline-block;
  margin: 0 15px 0;
  font-size: 2rem;
  color: #5BAA38;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items .schedule-item a time .mont {
    font-size: 1.2rem;
  }
}
.top-schedule .schedule-list .schedule-items .schedule-item a img {
  display: block;
  width: 100%;
  height: 237px;
  margin: 0 0 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items .schedule-item a img {
    width: 129px;
    height: 114px;
    margin: 0 15px 0 0;
  }
}
.top-schedule .schedule-list .schedule-items .schedule-item a h2 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-schedule .schedule-list .schedule-items .schedule-item a h2 {
    width: calc(100% - 144px);
    margin: 0;
    font-size: 1.5rem;
  }
}

/*******************************

トッピクス

*******************************/
@media (max-width: 768px) {
  .top-topic {
    margin: -1px 0 0;
  }
}
.top-topic .top-topic-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner {
    position: relative;
    display: block;
    padding: 40px 15px 128px;
  }
}
.top-topic .top-topic-inner .topic-text {
  width: 290px;
  margin: 0 154px 0 85px;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-text {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.top-topic .top-topic-inner .topic-text h1 {
  margin: 0 0 43px;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-text h1 {
    margin: 0;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
  }
}
.top-topic .top-topic-inner .topic-text .topic-btn {
  width: 153px;
  height: 153px;
  margin: 0 auto;
  background: #fff;
  border-radius: 153px;
  border: 1px solid #000;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-text .topic-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 48px;
    width: calc(100% - 30px);
    height: 48px;
    margin: auto;
    border-radius: 8px;
  }
}
.top-topic .top-topic-inner .topic-text .topic-btn:hover {
  background: #454545;
}
.top-topic .top-topic-inner .topic-text .topic-btn:hover a {
  color: #fff;
  opacity: 1;
}
.top-topic .top-topic-inner .topic-text .topic-btn:hover a p:hover {
  color: #fff;
}
.top-topic .top-topic-inner .topic-text .topic-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top-topic .top-topic-inner .topic-text .topic-btn a p {
  position: relative;
  margin: 0 0 0 -16px;
  text-align: center;
  line-height: 153px;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-text .topic-btn a p {
    margin: 0;
    line-height: 48px;
  }
}
.top-topic .top-topic-inner .topic-text .topic-btn a p:after {
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  display: block;
  width: 7px;
  height: 12px;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  line-height: normal;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-text .topic-btn a p:after {
    right: 16px;
  }
}
.top-topic .top-topic-inner .topic-list {
  width: calc(100% - 523px);
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list {
    width: 100%;
  }
}
.top-topic .top-topic-inner .topic-list .topic-items {
  padding: 0;
}
.top-topic .top-topic-inner .topic-list .topic-items li {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #CECECE;
  list-style: none;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list .topic-items li {
    margin: 0 0 24px;
    padding: 0 0 20px;
  }
}
.top-topic .top-topic-inner .topic-list .topic-items li .topic-info {
  display: flex;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list .topic-items li .topic-info {
    flex-wrap: wrap;
    margin: 0 0 3px;
  }
}
.top-topic .top-topic-inner .topic-list .topic-items li .topic-info time {
  margin: 0 10px 0 0;
  font-size: 1.6rem;
  color: #5BAA38;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list .topic-items li .topic-info time {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
}
.top-topic .top-topic-inner .topic-list .topic-items li .topic-info .topic-cate {
  display: block;
  min-width: 76px;
  height: 24px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #FFAC26;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list .topic-items li .topic-info .topic-cate {
    height: 18px;
    font-size: 1rem;
    line-height: 18px;
  }
}
.top-topic .top-topic-inner .topic-list .topic-items li .topic-info .topic-cate a {
  color: #fff;
  text-decoration: none;
}
.top-topic .top-topic-inner .topic-list .topic-items li .topic-info .topic-cate.topic-new {
  background: #FF6026;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list .topic-items li .topic-info .post-icon {
    margin: 0 10px 10px 0;
  }
}
.top-topic .top-topic-inner .topic-list .topic-items li > a {
  color: #454545;
  text-decoration: underline;
}
.top-topic .top-topic-inner .topic-list .topic-items li > a h3 {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .top-topic .top-topic-inner .topic-list .topic-items li > a h3 {
    font-size: 1.5rem;
  }
}

.top-bg {
  width: 100%;
  height: 650px;
  background: url("assets/images/top-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 20%;
}
@media (max-width: 768px) {
  .top-bg {
    height: 300px;
    /*position: relative;
    background-position: 43%;
    background-attachment: scroll;
    background-size: cover;*/
    background: url();
  }
  .top-bg:after {
    content: "";
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100vh;
    min-height: 300px;
    background-image: url();
  }
  .top-bg.active:after {
    display: block;
    background: url("assets/images/top-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 43%;
  }
}

/*******************************

施設のご案内

*******************************/
.top-facility {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .top-facility {
    padding: 40px 15px;
  }
}
.top-facility .attention {
  margin: -66px 0 0 8px;
}
@media (max-width: 768px) {
  .top-facility .attention {
    margin: -30px 0 40px 0;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items {
  position: relative;
  padding: 0;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-arrow {
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-arrow {
    display: none;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-arrow:hover {
  opacity: 0.8;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-arrow:before {
  display: none;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-arrow.arrow-prev {
  right: calc((100% - 1200px) / 2 - 69px);
  left: initial;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-arrow.arrow-next {
  left: calc((100% - 1200px) / 2 - 69px);
  transform: rotate(180deg);
  right: initial;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-arrow img {
  display: block;
  width: 100%;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item {
  list-style: none;
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box {
  width: 1200px;
  margin: 0 40px 0;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 610px;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner {
    align-items: flex-start;
    height: 250px;
    /*padding: 20px 20px 88px;*/
    padding: 20px;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner img {
  display: block;
  width: 610px;
  margin: 0 80px 0 0;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner img {
    width: 169px;
    margin: 0 20px 0 0;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text {
  width: calc(100% - 690px);
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text {
    width: calc(100% - 189px);
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text h2 {
  margin: 0 0 30px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text h2 {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text p {
  margin: 0;
  padding: 0 0 76px;
  font-size: 1.6rem;
  line-height: 30px;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text p {
    padding: 0;
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text .page-link-btn {
  position: absolute;
  bottom: 80px;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .facility-item .facility-box .facility-inner .facility-text .page-link-btn {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 0;
    right: 0;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .slick-dots {
  bottom: -60px;
}
@media (max-width: 768px) {
  .top-facility .top-facility-inner .facility-list .facility-items .slick-dots {
    display: none;
  }
}
.top-facility .top-facility-inner .facility-list .facility-items .slick-dots li {
  margin: 0 10px 0;
}
.top-facility .top-facility-inner .facility-list .facility-items .slick-dots li button:before {
  font-size: 10px;
}
.top-facility .top-facility-inner .facility-list .facility-items .slick-dots li.slick-active button:before {
  font-size: 20px;
  color: #5BAA38;
}

/*******************************

アクセス

*******************************/
.top-access {
  margin: 0 0 100px;
  padding: 135px 0 100px;
  background: #fff;
}
@media (max-width: 768px) {
  .top-access {
    position: relative;
    margin: 0;
    padding: 35px 15px 112px;
  }
}
.top-access .top-access-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-access .top-access-inner {
    display: block;
  }
}
.top-access .top-access-inner .top-access-text {
  position: relative;
  width: calc(100% - 850px);
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-text {
    position: static;
  }
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-text {
    width: 100%;
  }
}
.top-access .top-access-inner .top-access-text h1 {
  margin: 0 0 40px;
  text-align: left;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-text h1 {
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 0.01em;
  }
}
.top-access .top-access-inner .top-access-text p {
  font-size: 1.6rem;
  line-height: 30px;
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-text p {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.top-access .top-access-inner .top-access-text .page-link-btn {
  position: absolute;
  left: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-text .page-link-btn {
    width: calc(100% - 30px);
    bottom: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.top-access .top-access-inner .top-access-map {
  width: 750px;
  height: 388px;
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-map {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
}
.top-access .top-access-inner .top-access-map iframe {
  width: 100%;
  height: calc(100% - 36px);
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-map iframe {
    height: 200px;
  }
}
.top-access .top-access-inner .top-access-map p {
  margin: 10px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .top-access .top-access-inner .top-access-map p {
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
}

/*******************************

カフェ

*******************************/
.top-cafe {
  margin: 0 0 100px;
  padding: 135px 0 100px;
}
@media (max-width: 768px) {
  .top-cafe {
    margin: 0;
    padding: 35px 15px 112px;
  }
}
.top-cafe-inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-cafe-inner {
    flex-wrap: wrap;
  }
}
.top-cafe-text {
  position: relative;
  width: calc(100% - 780px);
  text-align: left;
}
@media (max-width: 768px) {
  .top-cafe-text {
    width: 100%;
    order: 2;
  }
}
.top-cafe-text h1 {
  text-align: left;
}
@media (max-width: 768px) {
  .top-cafe-text h1 {
    margin: 0 0 20px;
    text-align: center;
  }
}
.top-cafe-text p {
  font-size: 1.6rem;
}
.top-cafe-text .page-link-btn {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .top-cafe-text .page-link-btn {
    position: static;
  }
}
.top-cafe-text dl {
  display: flex;
  font-size: 1.6rem;
  color: #454545;
}
.top-cafe-text dl dt {
  width: 100px;
  word-break: keep-all;
}
.top-cafe-text dl dd {
  width: calc(100% - 110px);
  margin: 0;
}
.top-cafe-text dl dd a {
  display: block;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .top-cafe-text dl dd a {
    word-wrap: break-word;
  }
}
.top-cafe-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.top-cafe-flex img {
  width: 133px;
  margin-left: 40px;
}
.top-cafe-dl {
  width: calc(100% - 173px);
}
@media (max-width: 768px) {
  .top-cafe-dl {
    width: 100%;
  }
}
.top-cafe-img {
  width: 626px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .top-cafe-img {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-bottom: 56px;
  }
}
.top-cafe-img img {
  width: 100%;
}
.top-cafe-img .slick-arrow:before {
  display: none;
}
.top-cafe-img .slick-arrow.slick-prev, .top-cafe-img .slick-arrow.slick-next {
  bottom: -76px;
  top: auto;
  width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .top-cafe-img .slick-arrow.slick-prev, .top-cafe-img .slick-arrow.slick-next {
    bottom: -41px;
    width: 28px;
    height: 28px;
  }
}
.top-cafe-img .slick-arrow.slick-prev {
  transform: scale(-1, 1);
  right: 71px;
  left: auto;
}
@media (max-width: 768px) {
  .top-cafe-img .slick-arrow.slick-prev {
    right: 36px;
  }
}
.top-cafe-img .slick-arrow.slick-next {
  right: 0;
  transform: none;
}
.top-cafe-img .slick-dots {
  width: auto;
  bottom: -55px;
  left: -10px;
}
@media (max-width: 768px) {
  .top-cafe-img .slick-dots {
    bottom: -32px;
    left: 0;
  }
}
.top-cafe-img .slick-dots li {
  margin: 0 11px;
}
@media (max-width: 768px) {
  .top-cafe-img .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
.top-cafe-img .slick-dots li button:before {
  color: #CECECE;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .top-cafe-img .slick-dots li button:before {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 768px) {
  .top-cafe-img .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
  }
}
.top-cafe-img .slick-dots .slick-active button:before {
  background: #5BAA38;
  border-radius: 40px;
  color: transparent !important;
}
@media (max-width: 768px) {
  .top-cafe-img .slick-dots .slick-active button:before {
    width: 10px;
    height: 10px;
  }
}

/*******************************

Ad

*******************************/
.top-ad {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  .top-ad {
    margin: 0;
    padding: 40px 15px 0;
  }
}
.top-ad .top-ad-list {
  max-width: 1200px;
  margin: 0 auto;
}
.top-ad .top-ad-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 45px);
  padding: 0;
}
@media (max-width: 768px) {
  .top-ad .top-ad-list ul {
    width: 100%;
    margin: 0;
  }
}
.top-ad .top-ad-list ul li {
  width: 370px;
  height: 130px;
  margin: 0 45px 45px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .top-ad .top-ad-list ul li {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
}
.top-ad .top-ad-list ul li a {
  display: block;
}
.top-ad .top-ad-list ul li a:hover {
  opacity: 0.8;
}
.top-ad .top-ad-list ul li a img {
  width: 100%;
}

/*******************************

共通

*******************************/
.page {
  padding: 0 0 80px;
}

.halls:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-color: #F3F3ED;
  background-size: cover;
}
@media (max-width: 768px) {
  .halls:before {
    background-position: 50%;
  }
}

.page-heading {
  margin: 46px auto 80px;
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .page-heading {
    margin: 24px auto 40px;
    padding: 0 15px;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
  }
}
.page-heading h1 {
  margin: 0 0 80px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .page-heading h1 {
    margin: 0 0 30px;
    font-size: 2.4rem;
  }
}
.page-heading h1 + p {
  max-width: 860px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 40px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-heading h1 + p {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .pagenation ul {
    flex-wrap: wrap;
  }
}
.pagenation ul li {
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  list-style: none;
}
.pagenation ul li a, .pagenation ul li span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .pagenation ul li a, .pagenation ul li span {
    font-size: 1.5rem;
  }
}
.pagenation ul li a {
  color: #454545;
}
.pagenation ul li span {
  color: #fff;
}
.pagenation ul li.prev, .pagenation ul li.next {
  position: relative;
}
.pagenation ul li.prev:before, .pagenation ul li.next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 17px;
  height: 10px;
}
@media (max-width: 768px) {
  .pagenation ul li.prev:before, .pagenation ul li.next:before {
    width: 12px;
    height: 6px;
  }
}
.pagenation ul li.prev:before {
  background: url("assets/images/green-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
.pagenation ul li.next:before {
  background: url("assets/images/green-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
.pagenation ul li.current {
  background: #5BAA38;
  border-radius: 4px;
}

.post-icon {
  height: 24px;
  margin: 0 0 0 10px;
  padding: 0 11px 2px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  font-size: 1.2rem;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .post-icon {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    line-height: 18px;
    font-size: 1rem;
  }
}
.post-icon.new {
  width: 76px;
  background: #FF6026;
}
.post-icon.category {
  background: #FFAC26;
}
.post-icon.category a {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .post-icon.category a {
    font-size: 1rem;
  }
}

/*******************************

施設紹介一覧

*******************************/
.facility-main .facility-items-links .facility-items-inner {
  margin: 0 auto 40px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner {
    margin: 0 0 20px;
    padding: 0 15px 0;
  }
}
.facility-main .facility-items-links .facility-items-inner ul {
  display: flex;
  justify-content: center;
  width: calc(100% + 37px);
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul {
    display: block;
    width: 100%;
  }
}
.facility-main .facility-items-links .facility-items-inner ul li {
  position: relative;
  width: 373px;
  margin: 0 37px 0 0;
  list-style: none;
  background: #fff;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul li {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.facility-main .facility-items-links .facility-items-inner ul li .facility-item {
  background: #fff;
}
.facility-main .facility-items-links .facility-items-inner ul li .facility-item img {
  width: 100%;
  height: 260px;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul li .facility-item img {
    margin: 0 0 20px;
  }
}
.facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text {
  padding: 0 40px 60px;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text {
    padding: 0 20px 56px;
  }
}
.facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text h2 {
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text h2 {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
}
.facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 32px;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text p {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text .page-link-btn {
  position: absolute;
  bottom: 6px;
}
@media (max-width: 768px) {
  .facility-main .facility-items-links .facility-items-inner ul li .facility-item .facility-text .page-link-btn {
    position: static;
  }
}
.facility-main .facility-link {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #454545;
  text-decoration: none;
  /*&:after {
    content: "\f054";
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: "Font Awesome 5 Free";
    color: $black;
    font-weight: 900;

    @include sp {
      margin: 0 0 0 10px;
    }
  }*/
}
@media (max-width: 768px) {
  .facility-main .facility-link {
    bottom: 20px;
    right: 20px;
    font-size: 1.2rem;
  }
}
.facility-main .facility-service {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .facility-main .facility-service {
    padding: 0 15px 16px;
  }
}
.facility-main .facility-service .facility-service-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.facility-main .facility-service .facility-service-inner ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul {
    display: block;
  }
}
.facility-main .facility-service .facility-service-inner ul li {
  width: 50%;
  height: 281px;
  background: #fff;
  list-style: none;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li {
    width: 100%;
    height: auto;
  }
}
.facility-main .facility-service .facility-service-inner ul li:first-of-type {
  margin: 0 37px 0 0;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li:first-of-type {
    margin: 0 0 24px 0;
  }
}
.facility-main .facility-service .facility-service-inner ul li .facility-service-box {
  display: flex;
}
.facility-main .facility-service .facility-service-inner ul li .facility-service-box img {
  width: 220px;
  margin: 0 40px 0 0;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li .facility-service-box img {
    width: 130px;
    margin: 0 20px 0 0;
  }
}
.facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text {
  position: relative;
  width: calc(100% - 260px);
  padding: 30px 43px 0 0;
  /*a {
    position: absolute;
    right: 40px;
    bottom: 30px;

    @include sp {
      right: 20px;
      bottom: 10px;
    }
  }*/
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text {
    width: calc(100% - 150px);
    padding: 20px 20px 30px 0;
  }
}
.facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text h2 {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
}
.facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text p {
  font-size: 1.6rem;
  line-height: 32px;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text p {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text .page-link-btn {
  position: absolute;
  bottom: 6px;
}
@media (max-width: 768px) {
  .facility-main .facility-service .facility-service-inner ul li .facility-service-box .facility-service-text .page-link-btn {
    position: static;
  }
}

.facility-map {
  padding: 80px 0 80px;
  background: #fff;
}
@media (max-width: 768px) {
  .facility-map {
    padding: 35px 15px;
  }
}
.facility-map .facility-map-inner .schedule-heading {
  margin: 0 0 40px;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner .schedule-heading {
    margin: 0 0 20px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.facility-map .facility-map-inner > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul {
    display: block;
    width: 100%;
  }
}
.facility-map .facility-map-inner > ul > li {
  width: 50%;
  max-width: 580px;
  list-style: none;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul > li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.facility-map .facility-map-inner > ul > li:nth-of-type(2n) {
  margin: 0 0 80px 40px;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul > li:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
}
.facility-map .facility-map-inner > ul > li img {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul > li img {
    margin: 0 0 15px;
  }
}
.facility-map .facility-map-inner > ul > li .facility-map-text {
  display: flex;
}
.facility-map .facility-map-inner > ul > li .facility-map-text .map-icon {
  width: 85px;
  height: 85px;
  margin: 0 17px 0 0;
  border-radius: 85px;
  color: #fff;
  text-align: center;
  line-height: 85px;
  font-size: 3rem;
  background: #5BAA38;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul > li .facility-map-text .map-icon {
    width: 50px;
    height: 50px;
    margin: 0 17px 0 0;
    font-size: 1.8rem;
    line-height: 50px;
  }
}
.facility-map .facility-map-inner > ul > li .facility-map-text ul {
  width: calc(100% - 102px);
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul > li .facility-map-text ul {
    width: calc(100% - 67px);
  }
}
.facility-map .facility-map-inner > ul > li .facility-map-text ul li {
  margin: 0 0 8px;
  font-size: 1.6rem;
  list-style: none;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .facility-map .facility-map-inner > ul > li .facility-map-text ul li {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
}
.facility-map .facility-map-inner > ul > li .facility-map-text ul li:before {
  content: "・";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
}

/*******************************

ホール紹介ページ

*******************************/
@media (max-width: 768px) {
  .hall-main .facility-items-links {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .hall-main .facility-items-links .facility-heading {
    order: 2;
  }
}
.hall-main .facility-items-links .hall-mv {
  display: block;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .hall-main .facility-items-links .hall-mv {
    order: 1;
    margin: 0 auto 40px;
  }
}
.hall-main .facility-items-links .hall-mv img {
  display: block;
  width: 100%;
}
.hall-main .hall-uniq ul {
  max-width: 1200px;
  margin: 0 auto;
}
.hall-main .hall-uniq ul li {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 80px;
  background: #fff;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li {
    display: block;
    margin: 0 15px 24px;
  }
}
.hall-main .hall-uniq ul li.hall-img-right img {
  order: 2;
  margin: 0 0 0 60px;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li.hall-img-right img {
    margin: 0 0 20px;
  }
}
.hall-main .hall-uniq ul li.hall-img-right .hall-text {
  order: 1;
  padding: 0 0 0 60px;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li.hall-img-right .hall-text {
    padding: 0 20px 20px;
  }
}
.hall-main .hall-uniq ul li img {
  width: 580px;
  margin: 0 60px 0 0;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.hall-main .hall-uniq ul li .hall-text {
  width: calc(100% - 640px);
  padding: 0 60px 0 0;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li .hall-text {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
}
.hall-main .hall-uniq ul li .hall-text h2 {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li .hall-text h2 {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
}
.hall-main .hall-uniq ul li .hall-text h2 span {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li .hall-text h2 span {
    margin: 0 0 0 20px;
    font-size: 4rem;
  }
}
.hall-main .hall-uniq ul li .hall-text p {
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .hall-main .hall-uniq ul li .hall-text p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 160%;
  }
}
.hall-main .hall-seat-row {
  background: #fff;
  padding: 80px 0 90px;
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row {
    padding: 35px 15px 24px;
  }
}
.hall-main .hall-seat-row h2 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row h2 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
  }
}
.hall-main .hall-seat-row .hall-seat-box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row .hall-seat-box {
    display: block;
  }
}
.hall-main .hall-seat-row .hall-seat-box .hall-img-text {
  width: calc(100% - 36px);
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row .hall-seat-box .hall-img-text {
    width: 100%;
  }
}
.hall-main .hall-seat-row .hall-seat-box .hall-img-text:first-of-type {
  margin: 0 72px 0 0;
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row .hall-seat-box .hall-img-text:first-of-type {
    margin: 0 0 20px;
  }
}
.hall-main .hall-seat-row .hall-seat-box .hall-img-text img {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row .hall-seat-box .hall-img-text img {
    margin: 0 0 20px;
  }
}
.hall-main .hall-seat-row .hall-seat-box .hall-img-text p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .hall-main .hall-seat-row .hall-seat-box .hall-img-text p {
    font-size: 1.5rem;
  }
}
.hall-main .hall-overview {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .hall-main .hall-overview {
    padding: 40px 15px;
  }
}
.hall-main .hall-overview h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .hall-main .hall-overview h2 {
    margin: 0 0 30px;
    font-size: 2.4rem;
  }
}
.hall-main .hall-overview p {
  margin: 0 0 40px;
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .hall-main .hall-overview p {
    margin: 0 0 30px;
    font-size: 1.5rem;
    line-height: 160%;
  }
}
.hall-main .hall-overview dl {
  font-size: 1.6rem;
  display: flex;
}
.hall-main .hall-overview dl dd {
  margin-left: 1.6rem;
}
.hall-main .hall-list .hall-list-box {
  padding: 80px 0 65px;
  background: #fff;
}
@media (max-width: 768px) {
  .hall-main .hall-list .hall-list-box {
    padding: 40px 15px 25px;
  }
}
.hall-main .hall-list .hall-list-box h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .hall-main .hall-list .hall-list-box h2 {
    margin: 0 0 30px;
    font-size: 2.4rem;
  }
}
.hall-main .hall-list .hall-list-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hall-main .hall-list .hall-list-box ul {
    width: calc(100% + 15px);
  }
}
.hall-main .hall-list .hall-list-box ul li {
  margin: 0 20px 15px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .hall-main .hall-list .hall-list-box ul li {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
  .hall-main .hall-list .hall-list-box ul li a {
    font-size: 1.5rem;
  }
  .hall-main .hall-list .hall-list-box ul li .hall-link-2row a {
    padding: 4px 0 0;
    line-height: 20px;
  }
  .hall-main .hall-list .hall-list-box ul li .hall-link-2row a:after {
    top: 15px;
  }
}
.hall-main table {
  margin: 0 auto;
}

.other-h {
  display: block !important;
}
@media (max-width: 768px) {
  .other-h {
    font-size: 1.8rem;
  }
}
.other-h span {
  display: block !important;
  margin: 0 0 1.6rem !important;
  font-size: 1.4rem !important;
}
@media (max-width: 768px) {
  .other-h span {
    font-size: 1.3rem !important;
  }
}

.other-table td {
  text-align: left !important;
}

/*******************************

アーカイブ

*******************************/
#archives .archives-inner {
  padding: 0 0 80px;
}
#archives .archives-inner .archives-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 100px 80px;
  background: #fff;
}
@media (max-width: 768px) {
  #archives .archives-inner .archives-box {
    padding: 40px 15px;
  }
}

/*******************************

トピック一覧

*******************************/
@media (max-width: 768px) {
  .topics .topics-sort {
    display: flex;
    flex-wrap: wrap;
  }
}
.topics .topics-sort .topics-year {
  display: flex;
  justify-content: right;
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-year {
    order: 2;
    width: 100%;
  }
}
.topics .topics-sort .topics-year form {
  position: relative;
  width: 125px;
  height: 40px;
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-year form {
    width: 120px;
    height: 50px;
    margin: 0 0 20px;
  }
}
.topics .topics-sort .topics-year form select {
  width: 100%;
  height: 100%;
  padding: 10px 0 11px 14px;
  font-size: 1.5rem;
  color: #454545;
  border: 2px solid #E5E5E5;
  border-radius: 6px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-year form select {
    padding: 7px 0 7px 16px;
  }
}
.topics .topics-sort .topics-year form:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  display: block;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url("assets/images/green-arrow.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-year form:after {
    width: 8px;
    height: 5px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-category {
    order: 1;
  }
}
.topics .topics-sort .topics-category ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 36px);
  margin: 18px auto 64px;
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-category ul {
    flex-wrap: wrap;
    justify-content: left;
    width: calc(100% + 15px);
    margin: 0 auto 20px;
  }
}
.topics .topics-sort .topics-category ul li {
  width: 180px;
  height: 48px;
  margin: 0 14px 0 0;
  border: 1px solid #454545;
  list-style: none;
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-category ul li {
    width: calc(50% - 17px);
    height: 42px;
    margin: 0 15px 15px 0;
  }
}
.topics .topics-sort .topics-category ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  color: #454545;
  text-decoration: none;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .topics .topics-sort .topics-category ul li a {
    font-size: 1.5rem;
    line-height: 42px;
  }
}
.topics .topics-sort .topics-category ul li.active {
  background: #5BAA38;
  border: 1px solid #5BAA38;
}
.topics .topics-sort .topics-category ul li.active a {
  color: #fff;
}

.topics-list ul {
  width: 100%;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .topics-list ul {
    margin: 0 0 40px;
  }
}
.topics-list ul li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 32px;
  border-bottom: 1px solid #E5E5E5;
  list-style: none;
}
@media (max-width: 768px) {
  .topics-list ul li {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.topics-list ul li .topics-item {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 768px) {
  .topics-list ul li .topics-item {
    display: block;
  }
}
.topics-list ul li .topics-item time {
  margin: 0 2px 0 0;
  color: #5BAA38;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .topics-list ul li .topics-item time {
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
}
.topics-list ul li .topics-item > a {
  margin: 0 0 0 15px;
  font-size: 1.6rem;
  color: #454545;
  text-decoration: none;
}
@media (max-width: 768px) {
  .topics-list ul li .topics-item > a {
    margin: 0;
    font-size: 1.5rem;
  }
}
.topics-list ul li .topics-item > a p {
  margin: 0;
}
@media (max-width: 768px) {
  .topics-list ul li .topics-item > a p {
    margin: 10px 0 0;
  }
}

/*******************************

トピック記事

*******************************/
.post {
  padding: 0 0 80px;
}
.post .post-inner {
  max-width: 1200px;
  margin: 46px auto 0;
  padding: 80px 100px;
  background: #fff;
}
@media (max-width: 768px) {
  .post .post-inner {
    padding: 20px 15px;
  }
}
.post .post-inner article {
  margin: 0 0 80px;
}
.post .post-inner article .post-header {
  margin: 0 0 20px;
}
.post .post-inner article .post-header .post-icons {
  margin: 0 0 0 -10px;
}
.post .post-inner article .post-header .post-icons .post-icon {
  display: inline-block;
  margin: 0 0 10px 10px;
}
.post .post-inner article .post-header h1 {
  margin: 10px 0 20px;
  font-size: 2.4rem;
}
.post .post-inner article .post-header time {
  font-size: 1.2rem;
}
.post .post-inner article .post-main .post-thumb {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.post .post-inner article .post-main .post-content p {
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  .post .post-inner article .post-main .post-content p {
    font-size: 1.5rem;
  }
}
.post .post-inner .post-footer {
  display: flex;
  align-items: center;
  max-width: 695px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .post .post-inner .post-footer .page-link-btn {
    width: calc(100% - 140px);
  }
}
.post .post-inner .post-footer a.post-next, .post .post-inner .post-footer a.post-prev {
  display: flex;
  text-decoration: none;
}
.post .post-inner .post-footer a.post-next span, .post .post-inner .post-footer a.post-prev span {
  display: inline-block;
  font-size: 1.5rem;
  color: #454545;
  font-weight: bold;
}
@media (max-width: 768px) {
  .post .post-inner .post-footer a.post-next span, .post .post-inner .post-footer a.post-prev span {
    font-size: 1.4rem;
  }
}
.post .post-inner .post-footer a.post-prev:before {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  margin: 6px 0 0;
  background: url("assets/images/green-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .post .post-inner .post-footer a.post-prev:before {
    width: 12px;
    height: 6px;
    margin: 8px 0 0;
  }
}
.post .post-inner .post-footer a.post-prev span {
  margin: 0 0 0 10px;
}
.post .post-inner .post-footer a.post-next:after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  margin: 6px 0 0;
  background: url("assets/images/green-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .post .post-inner .post-footer a.post-next:after {
    width: 12px;
    height: 6px;
    margin: 8px 0 0;
  }
}
.post .post-inner .post-footer a.post-next span {
  margin: 0 10px 0 0;
}

/*******************************

アクセス

*******************************/
#access .access-main {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  #access .access-main {
    padding: 0 0 40px;
  }
}
#access .access-main .access-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 50px;
  background: #fff;
}
@media (max-width: 768px) {
  #access .access-main .access-inner {
    padding: 20px 15px 40px;
  }
}
#access .access-main .access-inner .access-map {
  display: flex;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-map {
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}
#access .access-main .access-inner .access-map iframe {
  width: 559px;
  height: 450px;
  margin: 0 41px 0 0;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-map iframe {
    order: 2;
    width: 100%;
    height: 278px;
    margin: 0;
  }
}
#access .access-main .access-inner .access-map .access-text {
  width: calc(100% - 600px);
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-map .access-text {
    order: 1;
    width: 100%;
    margin: 0 0 40px;
  }
}
#access .access-main .access-inner .access-map .access-text .access-red {
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 60px;
  color: #FF6026;
  font-weight: bold;
  text-align: center;
  border: 3px solid #FF6026;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-map .access-text .access-red {
    height: 50px;
    line-height: 50px;
    margin: 0 0 28px;
  }
}
#access .access-main .access-inner .access-map .access-text table {
  border-top: 1px solid #CECECE;
  border-right: none;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-map .access-text table {
    margin: 0;
  }
}
#access .access-main .access-inner .access-map .access-text table tr {
  border-bottom: 1px solid #CECECE;
}
#access .access-main .access-inner .access-map .access-text table tr th, #access .access-main .access-inner .access-map .access-text table tr td {
  padding: 15px 0;
  font-size: 1.6rem;
  text-align: left;
  border-right: none;
  border-left: none;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-map .access-text table tr th, #access .access-main .access-inner .access-map .access-text table tr td {
    font-size: 1.5rem;
  }
}
#access .access-main .access-inner .access-map .access-text table tr th {
  padding: 15px 30px 15px 0;
  font-weight: bold;
  text-align: left;
  background: none;
}
#access .access-main .access-inner .access-info {
  margin: 0 0 40px;
}
#access .access-main .access-inner .access-info h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-info h2 {
    margin: 0 0 18px;
    font-size: 1.8rem;
  }
}
#access .access-main .access-inner .access-info p {
  margin: 0 0 30px;
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-info p {
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 160%;
  }
}
#access .access-main .access-inner .access-info img {
  display: block;
  max-width: 930px;
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  #access .access-main .access-inner .access-info img {
    margin: 0 auto;
    max-width: 100%;
  }
}

/*******************************

プライバシーポリシー、サイトポリシー

*******************************/
/*#privacypolicy, #sitepolicy {
  padding: 0 0 80px;
}*/
.policy-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px;
  background: #fff;
}
@media (max-width: 768px) {
  .policy-inner {
    padding: 20px 15px;
  }
}
.policy-inner article h2 {
  font-weight: bold;
}
.policy-inner article p {
  margin: 0 0 40px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .policy-inner article p {
    margin: 0 0 20px;
    font-size: 1.5rem;
  }
}

/*******************************

イベント

*******************************/
.event .event-search {
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 3rem;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 768px) {
  .event .event-search {
    width: calc(100% - 15px);
    margin: 0 auto 2.4rem;
    padding: 1.5rem;
  }
}
.event .event-search form .search-section {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .event .event-search form .search-section {
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
  }
}
.event .event-search form .search-section h3 {
  width: 140px;
  margin: 0 6.7rem 1.6rem 0;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .event .event-search form .search-section h3 {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.event .event-search form .search-section .search-items, .event .event-search form .search-section .textarea {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 207px);
}
@media (max-width: 768px) {
  .event .event-search form .search-section .search-items, .event .event-search form .search-section .textarea {
    display: block;
    width: auto;
    margin-bottom: 2rem;
  }
}
.event .event-search form .search-section label, .event .event-search form .search-section option, .event .event-search form .search-section input[name=keyword] {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #454545;
  font-weight: normal;
}
@media (max-width: 768px) {
  .event .event-search form .search-section label, .event .event-search form .search-section option, .event .event-search form .search-section input[name=keyword] {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.event .event-search form .search-section.checkbox label {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  font-size: 1.6rem;
  line-height: 25px;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.checkbox label {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.event .event-search form .search-section.checkbox label input {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 1rem 0 0;
  border: 2px solid #E5E5E5;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.checkbox label input {
    width: 20px;
    height: 20px;
  }
}
.event .event-search form .search-section.checkbox label input:checked {
  background: #5BAA38;
  border: 2px solid #5BAA38;
}
.event .event-search form .search-section.checkbox label input:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.event .event-search form .search-section.select label {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.select label {
    margin-right: 1.7rem;
  }
}
.event .event-search form .search-section.select label select {
  width: 70px;
  height: 40px;
  padding-left: 1rem;
  border: 2px solid #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("assets/images/path.png") no-repeat;
  background-size: 14%;
  background-position: 95% 50%;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.select label select {
    height: 30px;
  }
}
.event .event-search form .search-section.freeword {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.freeword {
    display: block;
  }
}
.event .event-search form .search-section.freeword .textarea {
  position: relative;
  align-items: baseline;
}
.event .event-search form .search-section.freeword .textarea:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1.5rem;
  /* right: 16px; */
  width: 14.5px;
  height: 14.5px;
  background: url(assets/images/search-icon.png) no-repeat;
  background-size: cover;
  left: 734px;
  margin: auto;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.freeword .textarea:after {
    bottom: calc(50% - 7px);
    left: calc(100% - 26px);
    width: 12px;
    height: 12px;
  }
}
.event .event-search form .search-section.freeword input {
  position: relative;
  width: 750px;
  height: 48px;
  margin-right: 2rem;
  padding-left: 1.5rem;
  border: 2px solid #E5E5E5;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.freeword input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.event .event-search form .search-section.freeword a {
  font-size: 1.4rem;
  color: #454545;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .event .event-search form .search-section.freeword a {
    font-size: 1.2rem;
  }
}
.event .event-search button {
  -webkit-appearance: none;
  display: block;
  width: 305px;
  height: 60px;
  margin: 4.6rem auto 0;
  color: #454545;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 6rem;
  border: 1px solid #454545;
  border-radius: 6px;
  background: #fff;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .event .event-search button {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    line-height: 4.8rem;
  }
}
.event .event-search button:hover {
  color: #fff;
  background: #454545;
}
.event .event-result-num {
  max-width: 1200px;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .event .event-result-num {
    width: calc(100% - 15px);
    margin: 0 auto 4rem;
  }
}
.event .event-result-num span {
  text-align: left;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .event .event-result-num span {
    font-size: 1.2rem;
  }
}
.event .archives-box {
  max-width: 1200px;
  padding: 4rem !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .event .archives-box {
    width: calc(100% - 15px);
    padding: 2rem 1.5rem !important;
  }
}
.event .archives-box .topics-list .event-list .event-item {
  position: relative;
  margin-bottom: 5.8rem;
  padding-bottom: 5.8rem;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail {
    margin-bottom: 2rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-thumbnail {
  width: 270px;
  height: 270px;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 2.2rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-thumbnail img {
    height: auto;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt {
  position: relative;
  width: calc(100% - 310px);
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt {
    width: calc(100% - 102px);
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt ul {
  display: flex;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt ul {
    margin-bottom: 1rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt ul li {
  width: auto;
  padding: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  border-bottom: none;
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt ul li span.category {
  margin: 0;
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt h2 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt h2 {
    margin-bottom: 1.5rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt h2 a {
  color: #454545;
  text-decoration: none;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt h2 a {
    font-size: 1.8rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl {
    margin-bottom: 1rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dt, .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dd {
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dt, .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dd {
    font-size: 1.4rem;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dt {
  width: 66px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dt {
    width: 60px;
  }
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dt span {
  display: inline-block;
  font-weight: bold;
}
.event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dd {
  width: calc(100% - 86px);
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-list .event-item .event-detail .event-excerpt .event-info-box dl dd {
    width: calc(100% - 80px);
  }
}
.event .archives-box .topics-list .event-link {
  position: absolute;
  bottom: 5.8rem;
  right: 0;
  width: 305px;
  height: 60px;
  border: 1px solid #707070;
  border-radius: 6px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-link {
    position: static;
    width: calc(100% - 15px);
    height: 48px;
    margin: 0 auto;
  }
}
.event .archives-box .topics-list .event-link:hover {
  background: #454545;
}
.event .archives-box .topics-list .event-link:hover .event-link-btn span {
  color: #fff;
}
.event .archives-box .topics-list .event-link:hover .event-link-btn:after {
  background: url("assets/images/right-arrow-w.png") no-repeat;
  background-size: cover;
}
.event .archives-box .topics-list .event-link .event-link-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.event .archives-box .topics-list .event-link .event-link-btn span {
  font-size: 1.5rem;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .event .archives-box .topics-list .event-link .event-link-btn span {
    line-height: 48px;
  }
}
.event .archives-box .topics-list .event-link .event-link-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 7px;
  height: 12px;
  margin: auto;
  background: url("assets/images/right-arrow-b.png") no-repeat;
  background-size: cover;
}
.event .archives-box .topics-list .event-none {
  margin: 8rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.ticket_status, .ticket_out {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 11px 2px;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ticket_status, .ticket_out {
    font-size: 1rem;
    height: 18px;
    display: block;
    line-height: 18px;
  }
}

.ticket_status {
  background: #5BAA38;
}

.ticket_out {
  background: #8f8f8f;
}

.event-post .ticket_status, .event-post .ticket_out {
  margin: 0 0 0 10px;
  height: 24px;
  display: inline-block;
}

.sns-icons {
  margin: 60px 0 40px;
}
@media (max-width: 768px) {
  .sns-icons {
    margin: 60px 0 0;
  }
}
.sns-icons ul {
  display: flex;
  list-style: none;
}
.sns-icons ul li {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.sns-icons ul li img {
  width: 100%;
}

.event-info {
  display: flex;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .event-info {
    display: block;
    margin-bottom: 4rem;
  }
}
.event-info .event-imgs {
  width: 420px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .event-info .event-imgs {
    width: 100%;
    margin-right: 0;
  }
}
.event-info .event-slider {
  width: 100%;
}
.event-info .event-slider li {
  list-style: none;
}
.event-info .event-slider li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.event-info .event-slider .slick-dots {
  bottom: -40px;
}
.event-info .event-slider .slick-prev, .event-info .event-slider .slick-next {
  bottom: -60px;
  top: auto;
  z-index: 5;
  width: 30px;
  height: 30px;
}
.event-info .event-slider .slick-prev img, .event-info .event-slider .slick-next img {
  display: block;
  width: 100%;
}
.event-info .event-slider .slick-prev:before, .event-info .event-slider .slick-next:before {
  display: none;
}
.event-info .event-slider .slick-prev {
  left: 80px;
}
@media (max-width: 768px) {
  .event-info .event-slider .slick-prev {
    left: 60px;
  }
}
.event-info .event-slider .slick-next {
  right: 80px;
}
@media (max-width: 768px) {
  .event-info .event-slider .slick-next {
    right: 60px;
  }
}
.event-info .event-slider .slick-next img {
  transform: rotate(180deg);
}
.event-info .post-content {
  width: calc(100% - 460px);
}
@media (max-width: 768px) {
  .event-info .post-content {
    width: 100%;
  }
}
.event-info .post-content p {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .event-info .post-content p {
    margin: 40px 0;
  }
}
.event-info table {
  border: none !important;
}
.event-info table th, .event-info table td {
  border: none !important;
  font-size: 1.6rem !important;
  padding: 0 0 20px !important;
  vertical-align: top !important;
  line-height: 30px;
}
.event-info table th {
  text-align: left !important;
  font-weight: bold !important;
  width: 100px !important;
  background: none !important;
  padding-right: 1.6rem !important;
}
.event-info table td {
  text-align: left !important;
}

.event-comment {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .event-comment {
    margin-bottom: 4rem;
  }
}
.event-comment h2 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .event-comment h2 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.event-comment .comment-box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 4rem;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .event-comment .comment-box {
    display: block;
    padding: 1.5rem;
  }
}
.event-comment .comment-box img {
  display: block;
  width: 184px;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .event-comment .comment-box img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
}
.event-comment .comment-box h3 {
  width: 215px;
  margin-right: 5rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 40px;
}
@media (max-width: 768px) {
  .event-comment .comment-box h3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.event-comment .comment-box p {
  width: calc(100% - 479px);
  font-size: 1.6rem;
  line-height: 35px;
}
@media (max-width: 768px) {
  .event-comment .comment-box p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 25px;
  }
}

.event-attention {
  width: 100%;
  padding: 4rem;
  background: #F7F7F7;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .event-attention {
    padding: 2rem 1.5rem;
  }
}
.event-attention ul {
  display: flex;
  margin: 0;
}
@media (max-width: 768px) {
  .event-attention ul {
    display: block;
  }
}
.event-attention ul li {
  width: 50%;
  list-style: none;
}
.event-attention ul li.only_li {
  width: 100%;
  border-right: none !important;
}
@media (max-width: 768px) {
  .event-attention ul li.only_li {
    border-bottom: none !important;
  }
}
@media (max-width: 768px) {
  .event-attention ul li {
    width: 100%;
    margin-left: 0;
  }
}
.event-attention ul li:first-of-type {
  padding-right: 4rem;
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .event-attention ul li:first-of-type {
    margin-bottom: 2.5rem;
    padding-right: 0;
    padding-bottom: 2.5rem;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
.event-attention ul li:last-of-type {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .event-attention ul li:last-of-type {
    padding-left: 0;
  }
}
.event-attention ul li dl {
  margin: 0;
  font-size: 1.6rem;
}
.event-attention ul li dl dt {
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .event-attention ul li dl dt {
    margin-bottom: 1.4rem;
  }
}
.event-attention ul li dl dd {
  margin: 0;
}

/*******************************

施設を利用する

*******************************/
#use .use-main .use-items h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #use .use-main .use-items h2 {
    font-size: 1.8rem;
  }
}
#use .use-main .use-items .use-heading {
  position: relative;
  height: 306px;
  background: url("assets/images/use-heading-bg.jpg") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-heading {
    height: 189px;
    background: url("assets/images/use-heading-bg_sp.jpg") no-repeat;
    background-size: cover;
  }
}
#use .use-main .use-items .use-heading h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-heading h1 {
    font-size: 2.4rem;
  }
}
#use .use-main .use-items .use-links {
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-links {
    display: block;
    margin: 0 auto 40px;
  }
}
#use .use-main .use-items .use-links .use-link-btn {
  width: 285px;
  max-width: 305px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-links .use-link-btn {
    width: calc(100% - 30px);
    max-width: 100%;
    height: 60px;
    margin: 0 auto 15px;
  }
}
#use .use-main .use-items .use-links .use-link-btn a {
  font-size: 1.5rem !important;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-links .use-link-btn a {
    line-height: 60px;
  }
}
#use .use-main .use-items .use-links .use-link-btn:first-of-type {
  padding: 0;
}
#use .use-main .use-items .use-links .use-link-btn:first-of-type:hover a span {
  color: #fff;
}
#use .use-main .use-items .use-links .use-link-btn:first-of-type a span {
  font-size: 1.2rem;
}
#use .use-main .use-items .use-links .use-link-btn:last-of-type a[target=_blank]:after {
  right: 10px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-links .use-link-btn:last-of-type a[target=_blank]:after {
    right: 23px;
  }
}
#use .use-main .use-items .head-text {
  margin: 0 0 80px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #use .use-main .use-items .head-text {
    margin: 0 0 40px;
    padding: 0 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}
#use .use-main .use-items .use-items-inner {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 64px 123px 80px;
  background: #fff;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner {
    margin: 0 0 40px;
    padding: 40px 15px 25px;
  }
}
#use .use-main .use-items .use-items-inner .use-box h2 {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box h2 {
    margin: 0 0 20px;
  }
}
#use .use-main .use-items .use-items-inner .use-box h2 span {
  font-size: 1.6rem;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow-img {
  display: block;
  max-width: 643px;
  width: 100%;
  margin: 0 auto 40px;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
#use .use-main .use-items .use-items-inner .use-box .use-pdf {
  margin-bottom: 8rem;
  font-size: 1.6rem;
  text-align: center;
}
#use .use-main .use-items .use-items-inner .use-box .use-pdf a {
  color: #5BAA38;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box .use-pdf {
    font-size: 1.5rem;
    text-align: left;
  }
}
#use .use-main .use-items .use-items-inner .use-box .use-flow {
  max-width: 643px;
  margin: 0 auto 80px;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul {
  width: 100%;
  margin: 0 0 9px;
  list-style: none;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box .use-flow ul {
    margin: 0 auto 1px;
  }
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li:not(.flow-arrow) {
  height: 77px;
  margin: 0 auto 8px;
  padding: 10px 0 0;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box .use-flow ul li:not(.flow-arrow) {
    height: 69px;
    margin: 0 auto 10px;
  }
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li:not(.flow-arrow, .flow-green) {
  border: 1px solid #000;
  background: #F4F4ED;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-green {
  background: #5BAA38;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-green p, #use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-green span {
  color: #fff;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-arrow {
  position: relative;
  width: 100%;
  height: 9px;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-arrow {
    margin: 0 0 10px;
  }
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-arrow img {
  display: block;
  width: 18px;
  height: auto;
  margin: 0 auto;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li.flow-arrow span {
  position: absolute;
  top: -67%;
  bottom: 0;
  right: calc(50% - 121px);
  font-size: 1.2rem;
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box .use-flow ul li p {
    font-size: 1.5rem;
  }
}
#use .use-main .use-items .use-items-inner .use-box .use-flow ul li p span {
  font-size: 1.2rem;
}
#use .use-main .use-items .use-items-inner .use-box .flow-attention {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-box .flow-attention {
    font-size: 1.2rem;
  }
}
#use .use-main .use-items .use-items-inner .use-table {
  max-width: 955px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table {
    margin: 0 auto 40px;
  }
}
#use .use-main .use-items .use-items-inner .use-table h2 {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table h2 {
    margin: 0 0 20px;
  }
}
#use .use-main .use-items .use-items-inner .use-table .table-sp table {
  width: 100%;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table .table-sp table {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
  }
}
#use .use-main .use-items .use-items-inner .use-table .table-sp table tr th, #use .use-main .use-items .use-items-inner .use-table .table-sp table tr td {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
#use .use-main .use-items .use-items-inner .use-table .table-sp table tr th:not(.useTable-left), #use .use-main .use-items .use-items-inner .use-table .table-sp table tr td:not(.useTable-left) {
  width: 95px;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table .table-sp table tr th:not(.useTable-left), #use .use-main .use-items .use-items-inner .use-table .table-sp table tr td:not(.useTable-left) {
    width: 90px;
  }
}
#use .use-main .use-items .use-items-inner .use-table .table-sp table tr th.useTable-left, #use .use-main .use-items .use-items-inner .use-table .table-sp table tr td.useTable-left {
  width: 182px;
  padding: 0 6px 0 12px;
  text-align: left;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table .table-sp table tr th.useTable-left, #use .use-main .use-items .use-items-inner .use-table .table-sp table tr td.useTable-left {
    width: 180px;
  }
}
#use .use-main .use-items .use-items-inner .use-table .table-sp table tr th {
  font-size: 1.4rem;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table .table-sp table tr th {
    font-size: 1.3rem;
  }
}
#use .use-main .use-items .use-items-inner .use-table .table-sp table tr td {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table .table-sp table tr td {
    font-size: 1.1rem;
  }
}
#use .use-main .use-items .use-items-inner .use-table p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #use .use-main .use-items .use-items-inner .use-table p {
    font-size: 1.3rem;
  }
}

.download_icon:after {
  width: 12px !important;
  height: 15px !important;
  background-image: url("assets/images/download-icon.png") !important;
  background-size: cover !important;
}

/*******************************

資料

*******************************/
@media (max-width: 768px) {
  .pamphlet .page-link-btn {
    width: calc(100% - 30px);
  }
}
.pamphlet-mv {
  position: relative;
  width: 100%;
  height: 306px;
  margin: 15px 0 80px;
}
@media (max-width: 768px) {
  .pamphlet-mv {
    height: 190px;
    margin: 15px 0 40px;
  }
}
.pamphlet-mv h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .pamphlet-mv h1 {
    font-size: 2.4rem;
  }
}
.pamphlet-mv h1 span {
  color: #000;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .pamphlet-mv h1 span {
    font-size: 1.5rem;
  }
}
.pamphlet-catch {
  margin: 0 0 80px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pamphlet-catch {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
    text-align: left;
    font-size: 1.5rem;
  }
}
.pamphlet-inner {
  width: 1200px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .pamphlet-inner {
    width: calc(100% - 30px);
    padding: 15px 15px 10px;
    background: #fff;
    box-sizing: border-box;
  }
}
.pamphlet-genre {
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  .pamphlet-genre {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
.pamphlet .genre-name {
  display: table;
  width: 230px;
  height: 65px;
  margin: 0 10px 0 0;
  color: #454545;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  border-radius: 8px 8px 0 0;
  background: #E5E5E5;
  font-weight: bold;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .pamphlet .genre-name {
    width: calc(50% - 5px);
    height: 60px;
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    border-radius: 8px;
  }
}
.pamphlet .genre-name:last-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  .pamphlet .genre-name:last-of-type {
    margin: 0 0 5px 0;
  }
}
.pamphlet .genre-name p {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
.pamphlet .genre-name p span {
  display: block;
  color: #454545;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .pamphlet .genre-name p span {
    font-size: 1.1rem;
  }
}
.pamphlet .genre-name.active {
  height: 79px;
  background: #fff;
}
@media (max-width: 768px) {
  .pamphlet .genre-name.active {
    height: 60px;
    background: #5BAA38;
  }
}
.pamphlet .genre-name.active p {
  color: #5BAA38;
}
.pamphlet .genre-name.active p span {
  color: #5BAA38;
}
@media (max-width: 768px) {
  .pamphlet .genre-name.active p {
    color: #fff;
  }
  .pamphlet .genre-name.active p span {
    color: #fff;
  }
}
.pamphlet .data-area {
  padding: 105px 160px 65px;
  background: #fff;
}
@media (max-width: 768px) {
  .pamphlet .data-area {
    padding: 0;
  }
}
.pamphlet .data-list {
  display: none;
}
.pamphlet .data-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .pamphlet .data-list ul {
    display: block;
  }
}
.pamphlet .data-list ul li {
  width: 33.33333%;
  margin: 0 0 40px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pamphlet .data-list ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.pamphlet .data-list ul li a {
  color: #454545;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .pamphlet .data-list ul li a {
    font-size: 1.4rem;
  }
}
.pamphlet .data-list ul li a.pdf-link:after, .pamphlet .data-list ul li a.docx-link:after, .pamphlet .data-list ul li a.ex-link:after, .pamphlet .data-list ul li a.zip-link:after {
  content: "";
  position: relative;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 25px;
  height: 24px;
}
.pamphlet .data-list ul li a.pdf-link:after {
  background: url("assets/images/pdf_icon.png") no-repeat;
  background-repeat: no-repeat;
}
.pamphlet .data-list ul li a.docx-link:after {
  background: url("assets/images/doc_icon.png") no-repeat;
  background-repeat: no-repeat;
}
.pamphlet .data-list ul li a.ex-link:after {
  background: url("assets/images/excel_icon.png") no-repeat;
  background-repeat: no-repeat;
}
.pamphlet .data-list ul li a.zip-link:after {
  background: url("assets/images/zip_icon.png") no-repeat;
  background-repeat: no-repeat;
}
.pamphlet .data-list-text {
  margin-bottom: 10rem;
}
.pamphlet .data-list-text p {
  margin-bottom: 3.6rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .pamphlet .data-list-text p {
    font-size: 1.4rem;
  }
}
.pamphlet .data-list-imgs ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 10rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .pamphlet .data-list-imgs ul {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 5rem;
  }
}
.pamphlet .data-list-imgs ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pamphlet .data-list-imgs ul li.tate {
  margin-top: -7rem;
}
@media (max-width: 768px) {
  .pamphlet .data-list-imgs ul li.tate {
    margin-top: -3rem;
  }
}
.pamphlet .data-list-imgs ul li.tate img {
  margin-bottom: 0;
}
.pamphlet .data-list-imgs ul a {
  color: #000;
}
.pamphlet .data-list-imgs ul a:after {
  display: none !important;
}
.pamphlet .data-list-imgs ul img {
  width: 100%;
  margin-bottom: 4rem;
}
.pamphlet .pamphlet-btns {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .pamphlet .pamphlet-btns {
    display: block;
    margin: 0 auto 40px;
  }
}
.pamphlet .pamphlet-btns .page-link-btn {
  width: 33.3333333%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .pamphlet .pamphlet-btns .page-link-btn {
    width: calc(100% - 36px);
    max-width: 100%;
    margin: 0 auto 24px;
  }
}

@media (max-width: 768px) {
  div#glt-translate-trigger {
    bottom: 70px;
  }
}

/*******************************

各施設の受付状況確認

*******************************/
.reservation-main {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .reservation-main {
    margin-bottom: 4rem;
  }
}
.reservation .page-heading p {
  text-align: center;
}
@media (max-width: 768px) {
  .reservation .page-heading p {
    text-align: left;
  }
}
.reservation-attention {
  max-width: 100rem;
  margin: 0 auto 10rem;
  padding: 1rem 2.4rem;
  line-height: 3rem;
  font-size: 1.6rem;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .reservation-attention {
    width: calc(100% - 2.4rem);
  }
}
.reservation .search {
  padding: 8rem 12rem;
}
@media (max-width: 768px) {
  .reservation .search {
    padding: 4rem 1.5rem;
  }
}
.reservation .search > p {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .reservation .search > p {
    font-size: 1.8rem;
  }
}
.reservation .search form .search-items {
  display: block !important;
}
.reservation .search form select + span {
  display: inline-block;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .reservation .search form label {
    margin-right: 1rem !important;
  }
}
.reservation .search form #hall-name {
  width: 100%;
  background-size: 1%;
  background-position: 99% 50%;
}
@media (max-width: 768px) {
  .reservation .search form #hall-name {
    height: 48px;
    background-size: 3%;
    background-position: 98% 50%;
  }
}
.reservation .sub-form {
  display: flex;
  justify-content: right;
}
@media (max-width: 768px) {
  .reservation .sub-form {
    display: block;
    margin-bottom: 2rem;
  }
}
.reservation .sub-form a {
  font-size: 1.4rem;
  color: #454545;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .reservation .sub-form a {
    display: block !important;
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
}
.reservation .sub-form a:first-of-type {
  display: inline-block;
  margin-right: 3rem;
}
.reservation .result-area {
  display: none;
  max-width: 1200px;
  margin: -4rem auto 0;
  padding: 0 12rem 8rem;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .reservation .result-area {
    padding: 0 1.5rem 4rem;
  }
}
.reservation .result-area h2 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .reservation .result-area h2 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.reservation .result-area #reservation-result {
  width: 100%;
  height: 117px;
  margin-bottom: 4rem;
  background: #5BAA38;
}
.reservation .result-area #reservation-result.result-red {
  background: red;
}
@media (max-width: 768px) {
  .reservation .result-area #reservation-result {
    height: 162px;
    margin-bottom: 2rem;
    padding: 5rem 2rem 4rem;
    box-sizing: border-box;
  }
}
.reservation .result-area #reservation-result p {
  line-height: 117px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .reservation .result-area #reservation-result p {
    margin: 0;
    line-height: 2;
    font-size: 1.6rem;
    text-align: left;
  }
}
.reservation .result-area > p {
  margin-bottom: 4rem;
  text-align: left;
  font-size: 1.4rem;
  color: #454545;
}
@media (max-width: 768px) {
  .reservation .result-area > p {
    font-size: 1.2rem;
  }
}
.reservation .result-area .reservation-button p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .reservation .result-area .reservation-button p {
    text-align: left;
  }
}
.reservation .hall-list-box {
  padding: 0 !important;
  background: none !important;
}
@media (max-width: 768px) {
  .reservation .hall-list-box {
    padding: 0 3rem 0 !important;
  }
}
.reservation .hall-list-box ul {
  width: 975px !important;
  justify-content: left !important;
}
@media (max-width: 768px) {
  .reservation .hall-list-box ul {
    display: block !important;
    width: 100% !important;
  }
  .reservation .hall-list-box ul li {
    width: 100% !important;
  }
}

/*******************************

フォーム

*******************************/
.search {
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 3rem;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 768px) {
  .search {
    width: calc(100% - 15px);
    margin: 0 auto 2.4rem;
    padding: 1.5rem;
  }
}
.search .form .search-section {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .search .form .search-section {
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
  }
}
.search .form .search-section h3 {
  width: 140px;
  margin: 0 6.7rem 1.6rem 0;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .search .form .search-section h3 {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.search .form .search-section .search-items, .search .form .search-section .textarea {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 207px);
}
@media (max-width: 768px) {
  .search .form .search-section .search-items, .search .form .search-section .textarea {
    display: block;
    width: auto;
    margin-bottom: 2rem;
  }
}
.search .form .search-section label, .search .form .search-section option, .search .form .search-section input[name=keyword] {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #454545;
  font-weight: normal;
}
@media (max-width: 768px) {
  .search .form .search-section label, .search .form .search-section option, .search .form .search-section input[name=keyword] {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.search .form .search-section.checkbox label {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  font-size: 1.6rem;
  line-height: 25px;
}
@media (max-width: 768px) {
  .search .form .search-section.checkbox label {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.search .form .search-section.checkbox label input {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 1rem 0 0;
  border: 2px solid #E5E5E5;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  .search .form .search-section.checkbox label input {
    width: 20px;
    height: 20px;
  }
}
.search .form .search-section.checkbox label input:checked {
  background: #5BAA38;
  border: 2px solid #5BAA38;
}
.search .form .search-section.checkbox label input:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.search .form .search-section.select label {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .search .form .search-section.select label {
    margin-right: 1.7rem;
  }
}
.search .form .search-section.select label select {
  width: 70px;
  height: 40px;
  padding-left: 1rem;
  border: 2px solid #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("assets/images/path.png") no-repeat;
  background-size: 14%;
  background-position: 95% 50%;
}
@media (max-width: 768px) {
  .search .form .search-section.select label select {
    height: 30px;
  }
}
.search .form .search-section.freeword {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .search .form .search-section.freeword {
    display: block;
  }
}
.search .form .search-section.freeword .textarea {
  position: relative;
  align-items: baseline;
}
.search .form .search-section.freeword .textarea:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1.5rem;
  /* right: 16px; */
  width: 14.5px;
  height: 14.5px;
  background: url(assets/images/search-icon.png) no-repeat;
  background-size: cover;
  left: 734px;
  margin: auto;
}
@media (max-width: 768px) {
  .search .form .search-section.freeword .textarea:after {
    bottom: calc(50% - 7px);
    left: calc(100% - 26px);
    width: 12px;
    height: 12px;
  }
}
.search .form .search-section.freeword input {
  position: relative;
  width: 750px;
  height: 48px;
  margin-right: 2rem;
  padding-left: 1.5rem;
  border: 2px solid #E5E5E5;
}
@media (max-width: 768px) {
  .search .form .search-section.freeword input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.search .form .search-section.freeword a {
  font-size: 1.4rem;
  color: #454545;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .search .form .search-section.freeword a {
    font-size: 1.2rem;
  }
}
.search button {
  -webkit-appearance: none;
  display: block;
  width: 305px;
  height: 60px;
  margin: 4.6rem auto 0;
  color: #454545;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 6rem;
  border: 1px solid #454545;
  border-radius: 6px;
  background: #fff;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .search button {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    line-height: 4.8rem;
  }
}
.search button:hover {
  color: #fff;
  background: #454545;
}
.search .error {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: red;
}

/*******************************

問い合わせ

*******************************/
#autozip {
  display: none !important;
}

.contact .page-heading p {
  text-align: center;
}
.contact .form-attention {
  max-width: 1200px;
  margin: 8rem auto;
  font-size: 1.5rem;
  text-align: left !important;
}
@media (max-width: 768px) {
  .contact .form-attention {
    margin: 3rem auto;
    font-size: 1.2rem;
  }
}
.contact-num {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  text-align: center;
  background: #fff;
}
@media (max-width: 768px) {
  .contact-num {
    padding: 5rem 3rem;
  }
}
.contact-num p {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact-num p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.contact-num a {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #454545;
}
@media (max-width: 768px) {
  .contact-num a {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.contact-num a:before {
  content: "";
  position: absolute;
  left: -56px;
  top: 5px;
  bottom: 0;
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url("assets/images/tel.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact-num a:before {
    left: -4rem;
    width: 25px;
    height: 25px;
  }
}
.contact-num span {
  display: block;
  font-size: 1.5rem;
  color: #454545;
}

.contact-form .search {
  padding: 13rem 12.3rem 8rem;
}
@media (max-width: 768px) {
  .contact-form .search {
    padding: 3rem 1.5rem;
  }
}
.contact-form .search-section {
  justify-content: space-between !important;
}
.contact-form h3 {
  width: auto !important;
  margin: 0 0 1.6rem 0 !important;
}
.contact-form h3.req:after {
  content: "必須";
  background: #E64D4D;
  color: #fff;
  font-size: 1.2rem;
  width: 40px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-left: 1.5rem;
  line-height: 19px;
}
.contact-form label {
  margin-right: 0 !important;
}
.contact-form input:not([type=checkbox]):not([type=submit]), .contact-form select {
  width: 500px !important;
  height: 38px !important;
  margin-right: 22.5rem !important;
  font-size: 1.6rem;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-form input:not([type=checkbox]):not([type=submit]), .contact-form select {
    width: 100% !important;
    margin-right: 0 !important;
    font-size: 1.3rem;
  }
}
.contact-form select {
  background-size: 2% !important;
  background-position: 97% 50% !important;
}
.contact-form .textarea {
  align-items: start !important;
  margin-bottom: 5rem !important;
  border-bottom: none !important;
}
@media (max-width: 768px) {
  .contact-form .textarea {
    margin-bottom: 3rem !important;
  }
}
.contact-form .textarea h3 {
  margin-top: 1rem !important;
}
.contact-form textarea {
  width: 500px;
  height: 177px;
  margin-right: 22.5rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 2px solid #E5E5E5;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-form textarea {
    width: 100%;
    height: 137px;
    font-size: 1.2rem;
  }
}
.contact-form .privacy {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .contact-form .privacy {
    margin-bottom: 3rem;
  }
}
.contact-form .privacy input {
  width: 26px;
  height: 26px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .contact-form .privacy input {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
  }
}
.contact-form .privacy input + span {
  display: none;
}
.contact-form .privacy > p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-form .privacy > p {
    justify-content: left;
  }
}
.contact-form .privacy > p .wpcf7-list-item.first.last {
  margin: 0;
}
.contact-form .privacy a {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .contact-form .privacy a {
    font-size: 1.3rem;
  }
}
.contact-form .page-link-btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-form .page-link-btn {
    width: 188px !important;
  }
}
.contact-form .page-link-btn p {
  position: relative;
  height: 100%;
  margin: 0;
  text-align: center;
}
.contact-form .page-link-btn p:after {
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 7px;
  height: 12px;
  margin: auto;
  color: #454545;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.contact-form .page-link-btn input {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.5;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-form .page-link-btn input {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
  }
}
.contact-form .page-link-btn:hover input {
  color: #fff;
}
.contact-form .page-link-btn .wpcf7-spinner {
  display: none;
}
.contact-form .wpcf7-not-valid-tip {
  position: absolute;
}
.contact-form .wpcf7-response-output {
  font-size: 1.6rem;
  text-align: center;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  overflow: hidden;
}

/*******************************

FAQ

*******************************/
.faq-main {
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .faq-main {
    padding-bottom: 4rem;
  }
}
.faq-menu {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .faq-menu {
    margin-bottom: 1rem;
  }
}
.faq-menu ul {
  display: flex;
  justify-content: space-around;
  width: 965px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .faq-menu ul {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
  }
}
.faq-menu li {
  position: relative;
  list-style: none;
}
@media (max-width: 768px) {
  .faq-menu li {
    margin-bottom: 2rem;
  }
}
.faq-menu li:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 9px;
  margin: auto;
  background: url("assets/images/green-arrow.png") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq-menu li:after {
    display: none;
  }
}
.faq-menu a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #454545;
}
@media (max-width: 768px) {
  .faq-menu a {
    position: relative;
    font-size: 1.2rem;
  }
  .faq-menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 10px;
    height: 10px;
    background: url("assets/images/green-arrow.png") no-repeat;
    background-size: contain;
  }
}
.faq-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 10rem 6rem;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .faq-area {
    padding: 4rem 1.6rem 1rem;
  }
}
.faq-box h2 {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  border-bottom: 1px solid #5BAA38;
}
@media (max-width: 768px) {
  .faq-box h2 {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.faq-box dl {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .faq-box dl {
    margin-bottom: 3rem;
  }
}
.faq-box dl dt {
  position: relative;
  display: grid;
  grid-template-columns: 44px auto 20px;
  align-items: start;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.faq-box dl dt:hover {
  opacity: 0.8;
}
.faq-box dl dt:after {
  content: "";
  position: absolute;
  display: block;
  align-items: center;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("assets/images/plus.svg") no-repeat;
  background-size: cover;
}
.faq-box dl dt.active:after {
  background: url("assets/images/minus.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .faq-box dl dt {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    padding-right: 4rem;
  }
}
.faq-box dl dt:before {
  content: "";
  display: block;
  width: 24px;
  height: 25px;
  margin-top: -0.3rem;
  margin-right: 2rem;
  background: url("assets/images/Q.svg") no-repeat;
  background-size: cover;
}
.faq-box dl dd {
  display: none;
  margin: 0;
  padding: 3rem 4rem;
  font-size: 1.5rem;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .faq-box dl dd {
    padding: 2rem;
    font-size: 1.4rem;
  }
}
.faq-cta {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .faq-cta {
    margin-bottom: 4rem;
    padding: 0 3rem;
  }
}
.faq-cta p {
  margin-bottom: 8rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-cta p {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */