@charset "UTF-8";
/*---------------------------------
  main
---------------------------------*/
.content {
  width: 100%;
}

/*---------------------------------
  header
---------------------------------*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header--logo {
  position: absolute;
  bottom: 0;
  left: 20px;
  opacity: 1;
  transition: all 0.3s ease;
}
.header--logo:hover {
  opacity: 0.5;
}
.header--wrap {
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  z-index: 2;
}
.header--wrap::after {
  content: none;
}

.purposeNav--list {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 13px;
}
.purposeNav--item {
  display: inline-block;
  margin-right: 20px;
}
.purposeNav--item a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.purposeNav--item a:hover {
  background: #ffffff;
  color: #333333;
}
.purposeNav--item.active a {
  background: #ffffff;
  color: #333333;
  font-weight: bold;
}

.hambergerMenu {
  display: none;
}

@media screen and (max-width: 768px) {
  .header--logo {
    max-width: 35vw;
    top: 65px;
  }
  .header--wrap {
    display: block;
  }

  .purposeNav {
    width: 100%;
    padding: 10px 60px 10px 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .purposeNav--list {
    justify-content: center;
    top: auto;
  }
  .purposeNav--item {
    margin-right: 0;
  }
  .purposeNav--item:first-of-type {
    margin-right: 20px;
  }

  .menuBtn {
    width: 60px;
    height: 60px;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .menuBtn--wrap {
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menuBtn--bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .menuBtn--bar:nth-child(1) {
    top: 0;
  }
  .menuBtn--bar:nth-child(2) {
    top: 50%;
  }
  .menuBtn--bar:nth-child(3) {
    top: 100%;
  }
  .menuBtn.on .menuBtn--bar:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .menuBtn.on .menuBtn--bar:nth-child(2) {
    display: none;
  }
  .menuBtn.on .menuBtn--bar:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .hambergerMenu {
    display: none !important;
    width: 100%;
    height: 100vh;
    padding: 20px 15px;
    background: #eeeeee;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .hambergerMenu.on {
    display: block !important;
  }
  .hambergerMenu--search {
    margin: 25px 0;
    position: relative;
  }
  .hambergerMenu--searchIcon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .hambergerMenu--search .gsc-control-cse {
    border-color: transparent;
    background-color: transparent;
    padding: 0;
  }
  .hambergerMenu--search .gsc-search-box,
.hambergerMenu--search .gsc-search-box * {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    line-height: 1;
  }
  .hambergerMenu--search .gsc-search-button {
    display: none;
  }
  .hambergerMenu--search .search_unit svg {
    fill: #29b37a;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .hambergerMenu--search .gsc-control-searchbox-only,
.hambergerMenu--search .gsc-search-box {
    height: 100% !important;
  }
  .hambergerMenu--search .gsc-search-box,
.hambergerMenu--search .gsc-input {
    border-radius: 0;
  }
  .hambergerMenu--search input.gsc-input {
    min-width: 100%;
    height: 40px !important;
    padding: 0 0 0 10px !important;
    border: 1px solid #cccccc !important;
  }
  .hambergerMenu--search .gsib_b {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .hambergerMenu--search .gsib_b .gscb_a {
    color: #999;
  }
  .hambergerMenu--lang {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .hambergerMenu--langTitle {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .hambergerMenu--langList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .hambergerMenu--langItem {
    width: 31%;
    margin: 10px 3.5% 0 0;
    position: relative;
  }
  .hambergerMenu--langItem:nth-child(3n) {
    margin-right: 0;
  }
  .hambergerMenu--langItem a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #ccc;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
  }
  .hambergerMenu--langItem.on a {
    background: #000000;
  }

  .spGlobalNav--tabs {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100vw;
    margin: 20px -15px 0;
    padding: 0 15px;
    border-bottom: 1px solid #000;
  }
  .spGlobalNav--tab {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #dddddd;
    text-align: center;
    font-size: 1.5rem;
  }
  .spGlobalNav--tab.on {
    background: #000000;
    color: #ffffff;
  }
  .spGlobalNav--body {
    display: none;
  }
  .spGlobalNav--body.on {
    display: block;
  }
  .spGlobalNav--list {
    width: 100vw;
    margin: 10px -15px 0;
    padding: 0 15px;
    border-bottom: 1px solid #000;
  }
  .spGlobalNav--item {
    border-bottom: 1px solid #ddd;
    padding-left: 65px;
    position: relative;
  }
  .spGlobalNav--item a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .spGlobalNav--item:last-of-type {
    border: none;
  }
  .spGlobalNav--icon {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%) scale(0.5);
  }
  .spGlobalNav--about {
    margin: 20px 0 0;
  }
  .spGlobalNav--aboutTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    text-align: center;
  }
  .spGlobalNav--aboutList {
    width: 100vw;
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: 1px solid #000;
  }
  .spGlobalNav--aboutItem {
    border-bottom: 1px solid #ddd;
  }
  .spGlobalNav--aboutItem a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .spGlobalNav--aboutItem:last-of-type {
    border: none;
  }
  .spGlobalNav--utilityItem {
    margin-top: 1px;
  }
  .spGlobalNav--utilityItem a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #dddddd;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
  }
}
.langMenu {
  width: 150px;
  height: 70px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.langMenu--btn {
  letter-spacing: 1px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.langMenu--nav {
  display: none;
  width: 150px;
  background: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.langMenu--nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
}
.langMenu--item {
  border: 1px solid #000;
  position: relative;
}
.langMenu--item.active {
  background: #ffffff;
}
.langMenu--item.active a {
  color: #000000;
}
.langMenu--item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(45deg) translateY(-50%);
}
.langMenu:hover .langMenu--nav {
  display: block;
}

.searchMenu {
  width: 60px;
  height: 70px;
}
.searchMenu--btn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.searchMenu--btn img {
  position: relative;
  top: 15px;
}
.searchMenu--box {
  width: 100%;
  padding: 100px 40px 20px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.searchMenu--box .gsc-control-cse {
  border-color: transparent;
  background-color: transparent;
  padding: 0;
}
.searchMenu--box .gsc-search-box,
.searchMenu--box .gsc-search-box * {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  line-height: 1;
}
.searchMenu--box .gsc-search-button {
  width: 100px;
  height: 100%;
}
.searchMenu--box .search_unit svg {
  fill: #29b37a;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 1;
}
.searchMenu--box .gsc-control-searchbox-only,
.searchMenu--box .gsc-search-box {
  height: 100% !important;
}
.searchMenu--box .gsc-search-box,
.searchMenu--box .gsc-input {
  border-radius: 0;
}
.searchMenu--box input.gsc-input {
  min-width: 100%;
  height: 40px !important;
  padding: 0 0 0 10px !important;
}
.searchMenu--box .gsib_b {
  position: relative;
  right: 20px;
}
.searchMenu--box .gsib_b .gscb_a {
  color: #999;
}
.searchMenu--box .gsc-results-wrapper-visible {
  height: 90vh;
  z-index: 999999;
}
.searchMenu--box .gsc-modal-background-image {
  height: 100vh;
}
.searchMenu--box .header .lang_area {
  margin-left: 40px;
  position: relative;
}
.searchMenu:hover .searchMenu--box {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------
  Global Navigation
---------------------------------*/
.globalNav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.globalNav--list {
  display: flex;
  justify-content: space-between;
}
.globalNav--item {
  width: 12.5%;
  height: 80px;
  background: #000000;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}
.globalNav--item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.globalNav--item a img {
  margin-top: 5px;
}
.globalNav--item a:hover {
  opacity: 0.5;
}
.globalNav--item:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .globalNav.fixed {
    display: none;
  }
  .globalNav--list {
    flex-wrap: wrap;
  }
  .globalNav--item {
    width: 25%;
  }
  .globalNav--item a {
    font-size: 1.1rem;
  }
}
/*---------------------------------
  Keyvisual
---------------------------------*/
.keyv {
  width: 100%;
  height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
}
.keyv--images {
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.keyv--catchcopy {
  line-height: 1.8;
  text-align: center;
  font-size: 4rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
}

@media screen and (max-width: 768px) {
  .keyv--images {
    width: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .keyv--catchcopy {
    /*display: none;*/
  }
}
/*---------------------------------
  info area
---------------------------------*/
.infoArea {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1240px;
  background: #ddd;
  padding: 20px 30px;
}

.today {
  padding-right: 25px;
  border-right: 1px dashed #cccccc;
}
.today--wrap {
  display: inline-block;
}
.today--text {
  text-align: center;
  font-weight: bold;
}
.today--date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 5px 0 0;
  border: 1px solid #000;
}
.today--monthAndDate {
  line-height: 1.4;
  font-size: 3rem;
  font-weight: bold;
}
.today--week {
  font-weight: bold;
  font-size: 1.3rem;
}
.today--hours {
  margin: 10px 0 0;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.todayEvent {
  width: 39.5%;
  padding: 0 25px;
}
.todayEvent--title {
  font-weight: bold;
}
.todayEvent--list {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  margin: 0 !important;
}
.todayEvent--item {
  margin-top: 10px;
}
.todayEvent--item a {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 1.3rem;
  opacity: 1;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.todayEvent--item a:hover {
  opacity: 0.5;
}
.todayEvent--place {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 25px;
  margin-right: 10px;
  padding: 0 15px;
  background: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
}
.todayEvent--name {
  width: 330px;
}

.hours {
  width: 25.8%;
  padding: 0 25px;
  border-right: 1px dashed #cccccc;
}
.hours--table {
  margin: 0 !important;
  border-color: #ddd;
}
.hours--table th, .hours--table td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-color: #ddd;
}
.hours--table th {
  background: #ffffff;
  font-weight: normal;
  font-size: 1.3rem;
}
.hours--table td {
  font-weight: bold;
}
.hours--table tr:nth-child(2n) th,
.hours--table tr:nth-child(2n) td {
  background: #eeeeee;
}

.parking {
  width: 24.2%;
  padding-left: 25px;
}
.parking--title {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  font-size: 1.5rem;
}
.parking--hours {
  font-size: 1.3rem;
}
.parking--item {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.parking--placeName {
  font-size: 1.3rem;
}
.parking--state {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 160px;
  height: 25px;
  background: #2cc308;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffffff;
}
.parking--state.full {
  background: #d50b0b;
}
.parking--update {
  margin: 5px 0 0 !important;
  text-align: right;
  font-size: 12px;
}
.parking .rice {
  margin: 5px 0 0;
}

.parking--app {
  font-size: 1.3rem;
  padding-left: 15px;
}
.parking--appbtn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #ffc000;
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  padding: 5px;
  text-decoration:none;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .infoArea {
    flex-direction: column;
    min-width: auto;
    padding: 0 15px 20px;
  }

  .today {
    order: 2;
  }

  .todayEvent {
    order: 3;
  }

  .hours {
    order: 4;
  }

  .parking {
    order: 1;
  }

  .parking {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 20px 15px 15px;
    background: #e6e6e6;
  }
  .parking--list {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 !important;
  }
  .parking--item {
    display: block;
    text-align: center;
    /*display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    width: 32%;
    margin: 0;*/
  }
  .parking--state {
    width: 100%;
    height: 40px;
  }
  .parking--placeName {
    margin-top: 5px;
  }
  .parking .rice {
    margin: 10px 0 0 !important;
    text-align: center !important;
  }
  .parking--app {
    padding-left: 0;
  }

  .today {
    padding: 10px 0;
    border-right: none;
  }
  .today--wrap {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .today--date {
    flex-direction: row;
    width: auto;
    height: auto;
    padding: 15px 8px 10px;
  }

  .todayEvent {
    width: 100%;
    padding: 0;
    margin: 20px 0 10px;
    /*スクロールバー表示させる*/
  }
  .todayEvent--list::-webkit-scrollbar {
    width: 8px;
  }
  .todayEvent--list::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
  }
  .todayEvent--list::-webkit-scrollbar-track-piece:start {
    background: #eee;
  }
  .todayEvent--list::-webkit-scrollbar-track-piece:end {
    background: #fff;
  }
  .todayEvent--place {
    width: 150px;
    font-size: 1.2rem;
  }

  .hours {
    width: 100%;
    padding: 0;
  }
}
/*---------------------------------
  event
---------------------------------*/
.event--heading {
  margin: 40px 0 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
}
.event--headingEn {
  display: inline-block;
  font-size: 1.4rem;
}
.event--titleArea {
  position: relative;
}
.event--indexLink {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.event--indexLink a {
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
.event--indexLink a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
.event--indexLink a:hover {
  opacity: 0.5;
}
.event--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.event--item {
  width: 25%;
  position: relative;
  padding-bottom: 50px;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #000;
  opacity: 1;
  transition: all 0.3s ease;
}
.event--item:hover {
  opacity: 0.7;
}
.event--thumbArea {
  width: 100%;
  height: auto;
  background: #ddd;
  overflow: hidden;
  position: relative;
}
.event--thumbArea::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.67%;
}
.event--thumbArea img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event--infoArea {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.event--date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 70px;
}
.event--yearAndMonth {
  font-size: 1.3rem;
}
.event--day {
  line-height: 1;
  font-weight: bold;
  font-size: 3.8rem;
}
.event--week {
  line-height: 1;
  font-size: 1.2rem;
}
.event--about {
  width: calc(100% - 70px);
}
.event--category {
  display: inline-block;
  min-width: 70px;
  padding: 0 10px;
  background: #666;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}
.event--title {
  margin: 10px 0 0;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
}
.event--title a {
  text-decoration: none;
}
.event--detail {
  margin: 10px 0 0 !important;
}
.event--detail th, .event--detail td {
  padding: 3px 0;
}
.event--detail th {
  font-weight: normal;
}
.event--link {
  padding: 0 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.event--link a {
  font-weight: bold;
  text-decoration: none;
}
.event--link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .event--headingEn {
    display: none;
  }
  .event--titleArea {
    padding: 0 15px;
  }
  .event--indexLink {
    font-size: 1.3rem;
    right: 15px;
  }
  .event--list {
    display: block;
  }
  .event--item {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 0 55px;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-right: none;
    position: relative;
  }
  .event--item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .event--thumbArea {
    width: 40vw;
  }
  .event--infoArea {
    padding: 10px 0 10px 10px;
  }
  .event--date {
    width: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .event--yearAndMonth {
    font-size: 1.1rem;
  }
  .event--day {
    font-size: 3rem;
  }
  .event--about {
    width: 100%;
  }
  .event--title {
    font-size: 1.5rem;
  }
  .event--detail {
    margin: 5px 0 0 !important;
  }
  .event--detail th, .event--detail td {
    display: none;
  }
  .event--detail td.place {
    display: block;
    font-size: 1.3rem;
  }
  .event--link {
    display: none;
  }
}
/*---------------------------------
  sub event
---------------------------------*/
.subEvent {
  padding: 20px 0 50px;
}
.subEvent--list {
  display: flex;
  justify-content: space-between;
}
.subEvent--item {
  width: 23%;
  padding: 15px;
  border: 3px solid #000;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.subEvent--item:hover {
  opacity: 0.6;
}
.subEvent--wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.subEvent--date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 70px;
}
.subEvent--yearAndMonth {
  font-size: 1.3rem;
}
.subEvent--day {
  line-height: 1;
  font-weight: bold;
  font-size: 3.8rem;
}
.subEvent--week {
  line-height: 1;
  font-size: 1.2rem;
}
.subEvent--about {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px dashed #ddd;
}
.subEvent--title a {
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .subEvent {
    padding: 0;
  }
  .subEvent--list {
    display: block;
    margin: 0 !important;
  }
  .subEvent--item {
    width: 100%;
    border: none;
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }
  .subEvent--item:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .subEvent--wrap {
    justify-content: flex-start;
  }
  .subEvent--date {
    width: 55px;
  }
  .subEvent--yearAndMonth {
    font-size: 1.1rem;
  }
  .subEvent--day {
    font-size: 3rem;
  }
  .subEvent--about {
    margin: 0;
    padding: 0 0 0 5px;
    border: none;
  }
}
/*---------------------------------
  facility info
---------------------------------*/
.facility {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 120px 0 60px;
}
.facility::before {
  content: "";
  display: block;
  width: 45%;
  height: calc(100% + 80px);
  background: #fafafa;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 1;
}
.facility--heading {
  margin: 40px 0 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
}
.facility--headingEn {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 15px;
}
.facility--aboutArea {
  width: 25%;
  min-width: 360px;
  padding-left: 5vw;
  position: relative;
  z-index: 1;
}
.facility--aboutArea .ttl-h2--en {
  display: block;
  margin: 0 0 0 10px;
}
.facility--imageArea {
  width: 70%;
}
.facility--purpose {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.facility--purposeTitle {
  width: 20%;
  font-weight: bold;
}
.facility--purposeList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 !important;
}
.facility--purposeItem {
  display: block;
  width: 45%;
  margin: 0 0 10px;
}
.facility--purposeItem a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: #eeeeee;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.facility--purposeItem a:hover {
  background: #666666;
  color: #eeeeee;
}
.facility--purposeItem:first-of-type, .facility--purposeItem:nth-child(2n+1) {
  margin-right: 5%;
}
.facility--purposeItem.active a {
  background: #666666;
  color: #eeeeee;
}
.facility--indexLink {
  display: block;
  width: 100%;
}
.facility--indexLink a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 3px solid #000;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.facility--indexLink a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}
.facility--indexLink a:hover {
  opacity: 0.5;
}
.facility--imageList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.facility--imageItem {
  width: 33.333%;
  background: #000000;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
}
.facility--itemText {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.facility--itemName {
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.facility--itemImage {
  width: 100%;
  opacity: 0.4;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.facility--imageItem:hover .facility--itemImage {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .facility {
    display: block;
    position: relative;
    margin: 30px 0 0;
    padding-bottom: 100px;
  }
  .facility::before {
    content: none;
  }
  .facility--heading {
    text-align: center;
  }
  .facility--aboutArea {
    width: 100%;
    min-width: auto;
    padding: 0;
    position: static;
  }
  .facility--aboutArea .ttl-h2 {
    text-align: center !important;
  }
  .facility--purpose {
    border: none;
    margin: 0;
  }
  .facility--purposeTitle {
    display: none;
  }
  .facility--purposeList {
    width: 100%;
    padding: 0 15px;
  }
  .facility--purposeItem {
    width: 31%;
    margin-right: 0 !important;
  }
  .facility--purposeItem:not(:nth-child(3n)) {
    margin-right: 3% !important;
  }
  .facility--imageArea {
    width: 100%;
  }
  .facility--imageList {
    margin: 0 !important;
  }
  .facility--imageItem {
    width: 50%;
  }
  .facility--itemName {
    font-size: 1.6rem;
  }
  .facility--itemPlace {
    font-size: 1.2rem;
  }
  .facility--indexLink {
    width: 75%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*---------------------------------
  Organizer
---------------------------------*/
.organizer {
  width: 100%;
  height: 300px;
  background: url(../images/customer-top/bg_for-organizer.png) no-repeat center center/cover;
  border-top: 1px solid #fff;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.organizer:hover {
  opacity: 0.7;
}
.organizer--heading {
  margin: 0 !important;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  color: #ffffff;
}
.organizer--headingEn {
  display: inline-block;
  font-size: 1.4rem;
}
.organizer--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.organizer--link a {
  display: block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  border-bottom: 3px solid #fff;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
}
.organizer--link a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}
.organizer--link a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .organizer {
    height: 150px;
  }
  .organizer--wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
  }
  .organizer--wrap::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
  }
  .organizer--link {
    display: none;
  }
}
