@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		トップ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
共通　
****************************************************************************************************************************/
/****************************************************************************************************************************
緊急告知欄
****************************************************************************************************************************/
article.top_page section.notice {
  background: #fff;
  border: 2px solid #e37796;
  padding: 10px;
  margin: 0 auto 30px auto;
  position: relative;
}
article.top_page section.notice p {
  padding-left: 60px;
}
article.top_page section.notice:before {
  content: url(../img/mark.png);
  background: #e37796;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
article.top_page .mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.top_page .mv > div:nth-child(n+2) {
  margin-top: 2%;
  width: 49%;
}
article.top_page .mv > div:nth-child(n+2) .text {
  width: 50%;
}
article.top_page .mv > div:nth-child(n+2) .text .ttl {
  font-size: 19px;
}
article.top_page .mv > div:nth-child(n+2) .img {
  width: 50%;
}
article.top_page .mv .banner_area {
  display: flex;
}
article.top_page .mv .banner_area.type1 {
  background: #e85a59;
  /* 赤 */
}
article.top_page .mv .banner_area.type2 {
  background: #e37796;
  /* ピンク */
}
article.top_page .mv .banner_area.type3 {
  background: #a6c300;
  /* 黄緑 */
}
article.top_page .mv .banner_area.type4 {
  background: #724827;
  /* 茶色 */
}
article.top_page .mv .banner_area.type5 {
  background: #6c5d95;
  /* 紫 */
}
article.top_page .mv .banner_area .text {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  width: 320px;
}
article.top_page .mv a .banner_area .text {
  line-height: 1.5em;
  color: #fff;
  font-size: 14px;
  position: relative;
  justify-content: center;
}
article.top_page .mv > div .banner_area .text > div {
  margin-top: -40px;
}
article.top_page .mv .banner_area .text:after {
  content: url(../img/arrow.png);
  position: absolute;
  display: block;
  bottom: 10px;
  left: 50%;
  margin-left: -26px;
}
article.top_page .mv .banner_area .text .subttl {
  text-align: center;
  font-size: 14px;
}
article.top_page .mv .banner_area .text .ttl {
  line-height: 1.5em;
  text-align: center;
  font-size: 33px;
  padding-bottom: 20px;
}
article.top_page .mv .banner_area .text .detail {
  max-height: 80px;
  overflow: hidden;
}
article.top_page .mv .banner_area .img {
  width: 680px;
  height: 410px;
  overflow: hidden;
  position: relative;
}
article.top_page .mv .banner_area .img img {
  display: block;
  width: 680px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}
article.top_page .mv .banner_area:hover .img img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 3s;
  /*変化に掛かる時間*/
}
article.top_page .mv .banner_area .date {
  margin-top: 10px;
}
article.top_page .mv .banner_area .date .date_ttl {
  width: 100%;
  display: flex;
  align-items: center;
}
article.top_page .mv .banner_area .date .date_ttl:after {
  content: "";
  display: flex;
  flex: 1;
  width: 100%;
  border-bottom: 1px dotted #fff;
}
article.top_page .mv > div:nth-child(n+2) .date .date_ttl {
  text-align: center;
  display: block;
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}
article.top_page .mv > div:nth-child(n+2) .date .date_ttl:after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #fff;
  padding-bottom: 3px;
}
article.top_page .mv > div:nth-child(n+2) .banner_area .img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
article.top_page .mv > div:nth-child(n+2) .banner_area .img img {
  display: block;
  width: 350px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}
article.top_page .mv > div:nth-child(n+2) .banner_area .text .ttl {
  padding: 0;
}
article.top_page section.top_event {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
article.top_page section.top_event .wrap {
  width: 452px;
}
article.top_page section.top_event h2 {
  background: #e37796;
}
article.top_page section.top_event h2 img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
article.top_page section.top_event .bunshimura {
  width: 50%;
  border-right: 2px dotted #a1a1a2;
}
article.top_page section.top_event ul {
  margin-bottom: 30px;
}
article.top_page section.top_event ul li {
  display: flex;
  align-items: center;
  height: 130px;
  border-bottom: 1px solid #505050;
}
article.top_page section.top_event ul li:last-child {
  border-bottom: none;
}
article.top_page section.top_event ul li > .date {
  border-right: 2px dotted #505050;
  margin-right: 15px;
  padding-right: 15px;
}
article.top_page section.top_event ul li > .link {
  flex: 1;
}
article.top_page section.top_event ul li p {
  padding: 10px 0;
}
article.top_page section.top_event ul li > .link a {
  color: #e37796;
  text-decoration: underline;
}

/****************************************************************************************************************************
MVバナー
****************************************************************************************************************************/
section.top_information {
  padding: 50px 0;
  background: #f6f6f6;
  margin-top: 50px;
}
section.top_information h2 {
  flex: 1;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
section.top_information h2 img {
  display: block;
  width: 396px;
  margin: 10px auto;
  padding: 0 20px;
}
section.top_information h2 > div {
  max-width: 396px;
}
section.top_information h2:before {
  content: "";
  background: url(../img/line.png);
  width: 235px;
  height: 20px;
  flex: 1;
}
section.top_information h2:after {
  content: "";
  background: url(../img/line2.png);
  background-position: right;
  width: 235px;
  height: 20px;
  flex: 1;
}
section.top_information .subttl img {
  display: block;
  width: 153px;
  margin: 10px auto;
}
section.top_information ul {
  margin-bottom: 20px;
}
section.top_information ul li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #505050;
}
section.top_information ul li:last-child {
  border-bottom: none;
}
section.top_information ul li > .date {
  margin-right: 15px;
}
section.top_information ul li > .text {
  border-left: 2px dotted #505050;
  padding-left: 15px;
  flex: 1;
}
section.top_information ul li .flex > .category {
  width: 180px;
}
section.top_information ul li .flex > .category span {
  font-size: 15px;
  text-align: center;
  width: 150px;
  display: inline-block;
  color: #fff;
  background: #e37796;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}
section.top_information ul li .flex > .category span.news {
  background: #ed927d;
}

article.top_page section.faq {
  padding: 50px 0;
}
article.top_page section.faq h2 {
  flex: 1;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
article.top_page section.faq h2 img {
  display: block;
  width: 222px;
  margin: 10px auto;
}
article.top_page section.faq h2:before {
  content: "";
  background: url(../img/line.png);
  width: 347px;
  height: 20px;
}
article.top_page section.faq h2:after {
  content: "";
  background: url(../img/line2.png);
  background-position: right;
  width: 347px;
  height: 20px;
}
article.top_page section.faq .subttl img {
  display: block;
  width: 23px;
  margin: 10px auto;
}
article.top_page section.faq ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
article.top_page section.faq ul li {
  width: 23%;
  border: 1px solid #ccc;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
article.top_page section.faq ul li a {
  padding-top: 30px;
  display: block;
  width: 100%;
  height: 100%;
  height: 216px;
}
article.top_page section.faq ul li img {
  margin-bottom: 10px;
  width: 106px;
}
article.top_page section.venue {
  padding: 50px 0;
  background: #f6f6f6;
}
article.top_page section.venue h2 {
  flex: 1;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
article.top_page section.venue h2 img {
  display: block;
  width: 162px;
  margin: 10px auto;
}
article.top_page section.venue h2:before {
  content: "";
  background: url(../img/line.png);
  width: 347px;
  height: 20px;
}
article.top_page section.venue h2:after {
  content: "";
  background: url(../img/line2.png);
  background-position: right;
  width: 347px;
  height: 20px;
}
article.top_page section.venue .subttl img {
  display: block;
  width: 46px;
  margin: 10px auto;
}
article.top_page section.venue ul {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
article.top_page section.venue ul li .img {
  height: 290px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
article.top_page section.venue ul li .img img {
  display: block;
  width: 450px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}
article.top_page section.venue ul li p {
  text-align: center;
  margin-top: 10px;
}

/*

article.top_page section.venue ul{
	margin-top:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

article.top_page section.venue ul li{
	width:30%;
}

*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -33px;
}

.prev-arrow {
  left: 10px;
  width: 33px;
  height: 33px;
  background-image: url(../img/slider_arrow_left.png);
  z-index: 2;
}

.next-arrow {
  right: 10px;
  width: 33px;
  height: 33px;
  background-image: url(../img/slider_arrow_right.png);
  z-index: 2;
}

/****************************************************************************************************************************
	レスポンシブ　1000px
****************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  article.top_page section.notice {
    width: 90%;
    margin: 5%;
  }
  article.top_page section.notice:before {
    top: 50%;
    margin-top: -25px;
    left: 10px;
  }
  article.top_page .mv .banner_area {
    width: 100%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  article.top_page .mv .banner_area .text {
    width: 100%;
  }
  article.top_page .mv .banner_area .img {
    width: 100%;
    height: auto;
  }
  article.top_page .mv .banner_area .img img {
    width: 100%;
    position: static;
  }
  article.top_page .mv .banner_area .text:after {
    position: static;
    width: 50px;
    margin: 15px auto 0 auto;
  }
  article.top_page .mv > div .banner_area .text > div {
    margin-top: 0;
  }
  article.top_page .mv a .banner_area .text {
    position: static;
    display: block;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  article.top_page .mv > div:nth-child(n+2) {
    width: 100%;
  }
  article.top_page .mv > div:nth-child(n+2) .banner_area {
    flex-wrap: wrap;
    flex-direction: row;
  }
  article.top_page .mv > div:nth-child(n+2) .detail {
    display: none;
  }
  article.top_page .mv > div:nth-child(n+2) .banner_area .img img {
    position: static;
  }
  article.top_page .mv .banner_area .text .detail {
    max-height: 60px;
  }
  article.top_page .mv > div:nth-child(n+2) .date .date_ttl:after {
    border-bottom: none;
  }
  article.top_page .mv > div .banner_area .text > div {
    width: 100%;
    margin: 0px auto 0 auto;
  }
  article.top_page .mv > div:nth-child(n+2) .text {
    padding: 50px 0;
  }
  article.top_page section.top_event {
    display: block;
    width: 100%;
  }
  article.top_page section.top_event .bunshimura {
    border-right: none;
    width: 100%;
  }
  article.top_page section.top_event .wrap {
    width: 100%;
  }
  article.top_page section.top_event ul li:last-child {
    border-bottom: 1px solid #505050;
  }
  .banner a img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    max-width: 100%;
  }
  article.top_page section.top_event ul li {
    position: relative;
  }
  article.top_page section.top_event ul li:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
  }
  article.top_page section.top_event ul li > .link {
    width: 96%;
  }
  section.top_information h2 img {
    max-width: 100%;
  }
  section.top_information ul li {
    display: block;
  }
  section.top_information ul li > .text {
    border-left: none;
    padding-left: 0;
  }
  section.top_information ul li > .flex {
    display: flex;
  }
  section.top_information ul li > .text {
    margin-top: 10px;
  }
  article.top_page section.faq ul {
    flex-wrap: wrap;
  }
  article.top_page section.faq ul li {
    margin: 2%;
    width: 46%;
  }
  article.top_page section.venue ul {
    display: block;
  }
  article.top_page section.venue ul li {
    width: 100%;
  }
}
/****************************************************************************************************************************
	レスポンシブ　768px
****************************************************************************************************************************/
@media screen and (max-width: 768px) {
  article.top_page section.notice {
    margin: 5% 5% 8%;
  }
  article.top_page section.notice p {
    padding: 3%;
    line-height: 1.2;
  }
  article.top_page section.notice:before {
    width: 20px;
    height: 20px;
    content: "";
    background: #e37796 url(../img/mark.png) center center no-repeat;
    background-size: 25px 25px;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0;
  }
  article.top_page .mv > div:nth-child(n+2) {
    margin-top: 5%;
  }
  article.top_page .mv > div:nth-child(n+2) .banner_area {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  article.top_page .mv > div:nth-child(n+2) .text {
    width: 65%;
    padding: 0 45px 0 3%;
    position: relative;
  }
  article.top_page .mv > div:nth-child(n+2) .text p {
    text-align: left !important;
  }
  article.top_page .mv > div:nth-child(n+2) .text .ttl {
    font-size: 18px;
  }
  article.top_page .mv > div:nth-child(n+2) .text:after {
    position: absolute;
    width: 40px;
    margin: 0;
    right: 0;
    left: auto;
    bottom: auto;
    top: 40%;
  }
  article.top_page .mv > div:nth-child(n+2) .banner_area .img {
    width: 35%;
    height: 100%;
  }
  article.top_page .mv > div:nth-child(n+2) .banner_area .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  article.top_page .mv > div:nth-child(n+2) .text .ttl {
    font-size: 14px;
  }
  article.top_page .mv > div:nth-child(n+2) .date .date_ttl {
    font-size: 12px;
  }
}
/****************************************************************************************************************************
	レスポンシブ　480px
****************************************************************************************************************************/
/*-----｜-----｜-----｜-----｜-----｜-----｜-----｜-----｜-----
ココキタ TOP バナー
-----｜-----｜-----｜-----｜-----｜-----｜-----｜-----｜-----*/
@media screen and (min-width: 769px) {
  article.top_page .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  article.top_page .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  article.top_page .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  article.top_page .pc {
    display: none;
  }
}
article.top_page .w1000 .flex_banner {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article.top_page .w1000 .flex_banner {
    margin: 18px 0 0;
  }
}
article.top_page .w1000 .flex_banner a {
  line-height: 0;
}
@media screen and (min-width: 1000px) {
  article.top_page .w1000 .flex_banner a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
article.top_page .w1000 .flex_banner a img {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  article.top_page .w1000 .flex_banner a img {
    margin-bottom: 5%;
    width: 100%;
  }
}

/*----------------------------------
2021-05-26 改修
----------------------------------*/
@media screen and (max-width: 640px) {
  body article.top_page section.now {
    padding-bottom: 0;
  }
}
body article.top_page section.now ul {
  max-width: 640px;
  margin: 0 auto;
}
body article.top_page section.now ul li {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 640px) {
  body article.top_page section.now ul li {
    max-width: unset;
  }
}
@media screen and (min-width: 641px) {
  body article.top_page section.now > .play {
    margin-top: 50px;
  }
}

/*----------------------------------
2022-02-17 文化事業・プロジェクト 追加
----------------------------------*/
.projectLinkArea h2 {
  background: #e37796;
  margin-bottom: 20px;
}
.projectLinkArea h2 img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.projectLinkArea .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.projectLinkArea .inner img {
  width: 100%;
  height: 100%;
}
.projectLinkArea .inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.projectLinkArea .inner .flex {
  display: flex;
  flex-wrap: wrap;
}
.projectLinkArea .inner .flex div {
  height: 120px;
  position: relative;
  transition: 0.3s;
}
.projectLinkArea .inner .flex div:hover {
  opacity: 0.5;
}
.projectLinkArea .inner .div1 {
  width: 334px;
  height: 240px;
  position: relative;
  transition: 0.3s;
}
.projectLinkArea .inner .div1:hover {
  opacity: 0.5;
}
.projectLinkArea .inner .flex01 {
  width: 666px;
}
.projectLinkArea .inner .flex01 div {
  width: 333px;
}
@media screen and (max-width: 768px) {
  .projectLinkArea h2 {
    margin-bottom: 15px;
  }
  .projectLinkArea .inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .projectLinkArea .inner .flex div {
    width: 50%;
    height: auto;
  }
  .projectLinkArea .inner .div1 {
    width: 100%;
    height: auto;
  }
  .projectLinkArea .inner .flex01 {
    width: 100%;
  }
  .projectLinkArea .inner .flex01 div {
    width: 50%;
  }
}

.btnArea {
  text-align: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .btnArea {
    margin-bottom: 30px;
  }
}

article.top_page section.top_event {
  margin-bottom: 30px;
}
article.top_page section.top_event h2 {
  margin-bottom: 20px;
}
article.top_page section.top_event ul {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  article.top_page section.top_event .bunshimura {
    margin-bottom: 30px;
  }
  article.top_page section.top_event .banner a img {
    margin-bottom: 0;
  }
  article.top_page section.top_event ul li:after {
    display: none;
  }
}
article.top_page section.bnrArea img {
  width: 100%;
}
article.top_page section.projectLinkArea {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  article.top_page section.projectLinkArea {
    margin-top: 20px;
  }
}/*# sourceMappingURL=top.css.map */