@charset "UTF-8";
/* CSS Document */

#contents {
  margin-top: 5em;
}

.event .menu_h1 {
  background-image: url(../img/event_h1.png);
  background-color: #7f1e4d;
}
.facility .menu_h1 {
  background-image: url(../img/facility_h1.png);
  background-color: #206256;
}
.tomo .menu_h1 {
  background-image: url(../img/tomo_h1.png);
  background-color: #274da7;
}
.access .menu_h1 {
  background-image: url(../img/access_h1.png);
  background-color: #274da7;
}
.about .menu_h1 {
  background-image: url(../img/about_h1.png);
  background-color: #274da7;
}
.link .menu_h1 {
  background-image: url(../img/link_h1.png);
  background-color: #274da7;
}

.menu_h1 {
  color: #fff;
  font-size: 180%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em 0;
  font-weight: normal;
  letter-spacing: .2em;
  margin-bottom: 1.5em;
  background-repeat: no-repeat;
  background-position: 28% top;
  background-size: auto 100%;
}

.menu_h2 {
  font-weight: normal;
  font-size: 170%;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: .5em;
}

.purple .menu_h2 {
  color: #9f2560;
}
.blue .menu_h2 {
  color: #274da7;
}

.recommend {
  margin-bottom: 4em;
}

.pu_h2 {
  font-size: 110%;
  font-weight: normal;
  line-height: 2;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}

.pu_h2::before,
.pu_h2::after {
  content: "";
  width: 1px;
  height: 2em;
  display: block;
  position: absolute;
  top: 0;
}

.pu_h2::before {
  left: calc(50% - 6em);
  transform: rotate(-15deg);
}

.pu_h2::after {
  right: calc(50% - 6em);
  transform: rotate(15deg);
  left: auto;
}

.purple .pu_h2 {
  color: #9f2560;
}

.purple .pu_h2::before,
.purple .pu_h2::after {
  background-color: #9f2560;
}
.blue .pu_h2 {
  color: #274da7;
}

.blue .pu_h2::before,
.blue .pu_h2::after {
  background-color: #274da7;
}

.recommend_search_h3 {
  font-size: 90%;
}

.recommend_search div {
  font-size: 94%;
}

.recommend_search input[type="text"],
.recommend_search .vdp-datepicker {
  width: calc(100% - 6.8em)
}

.recommend_search .vdp-datepicker {
    height: 85%;
}

.vdp-datepicker input[type="text"] {
    width: 100%;
    height: 2.8em;
}

.event_calendar_wrap {
  margin-bottom: 4em;
}

#event_calendar {
  position: relative;
}

.month_prev_next {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.month_prev_next a {
  color: #222;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.month_prev::before,
.month_next::after {
  content: "";
  background: url(../img/arw_black.png) no-repeat right center / 13px;
  width: 13px;
  height: 1em;
  display: inline-block;
  padding-left: .5em;
}

.month_prev::before {
  transform: scale(-1, 1);
}


.event_month {
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}

.event_month span {
  font-size: 220%;
  font-weight: bold;
  letter-spacing: .1em;
}

.purple .event_month span {
  color: #9f2560;
}

.event_calendar > dt {
  float: left;
  clear: left;
  width: 2.5em;
  color: #9f2560;
  font-size: 150%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  padding-top: .5em;
}

.event_calendar > dt span {
  font-size: 50%;
  font-weight: normal;
  color: #222;
}

.event_calendar > dd {
  padding: .5em 2em 1em 3.75em;
  border-bottom: 1px solid #ccc;
  min-height: 8em;
  background: url(../img/arw_purple02.png) no-repeat calc(100% - 1em) center / .8em;
}

.event_calendar > dd div {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.event_calendar img {
  width: 3.5em;
  height: 3.5em;
  object-fit: cover;
  margin-right: 1em;
}

.event_detail {
  width: calc(100% - 4.8em);
}

.event_detail dd span {
  display: block;
  font-size: 80%;
  color: #9f2560;
  background-color: #f3f0e4;
  width: 13em;
  text-align: center;
  margin: .3em 0;
  max-width: 100%;
}

.event_detail dd a {
  font-size: 90%;
  text-decoration: underline;
  color: #222;
}

.box_link_ul li {
  margin-bottom: 1em;
}

.box_link {
  padding: 1.5em;
}

.box_link h3 {
  color: #9f2560;
  margin-bottom: 1em;
  background: url(../img/arw_purple02.png) no-repeat calc(100% - 1em) center / .8em;
}

.box_link h3 span {
  border-bottom: 1px solid;
  padding-bottom: .2em;
  display: inline-block;
}

.box_link p {
  font-weight: normal;
  font-size: 90%;
}

/*----------------------------------------------------
 tab表示
------------------------------------------------------*/
@media screen and (min-width:768px) {
  .menu_h1 {
    background-position: center top;
    padding: 1.5em;
  }

  .recommend {
    display: block;
  }

  .recommend > div {
    width: 100%;
  }

  .event_calendar > dd {
    min-height: auto;
  }

  .box_link_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box_link_ul li {
    width: 48%;
  }

  .box_link {
    height: 100%;
    box-sizing: border-box;
    padding: 1em;
  }

  .box_link h3 {
    background-position: right center;
  }
}

/*----------------------------------------------------
 pc_min表示
------------------------------------------------------*/
@media screen and (min-width:1024px) {
  .menu_h1 {
    padding: 2.3em 0;
    font-size: 240%;
    background-size: cover;
  }

  .event_detail dd {
    display: flex;
    align-items: center;
    font-size: 120%;
  }

  .event_detail dd span {
    margin-right: 1em;
    font-size: 70%
  }

  .recommend_pu .event_box {
    width: 23%;
  }

  .recommend_search {
    display: flex;
    flex-wrap: wrap;
  }

  .recommend_search .menu_h2 {
    width: 100%;
  }

  .recommend_search_h3 {
    width: 11em;
    margin: .8em 0;
  }

  .recommend_search form,
  .recom_genre {
    width: calc(100% - 12em);
    margin-bottom: 1.5em;
  }

  .recom_genre {
    justify-content: flex-start;
  }

  .recom_genre li {
    width: 23%;
  }

  .recom_genre li:not(:nth-child(4n)) {
    margin-right: 2.5%;
  }

  .recommend_search form > div {
    width: 50%;
  }

  .box_link_ul li {
    width: 32%;
    margin-bottom: 2em;
  }
}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:1250px) {
  .box_link_ul li {
    width: 30%;
  }
}
