@charset "UTF-8";

.top_slider .slick-dots {
  bottom: 3rem;
}

.top_slider .slick-dots li button {
  width: 15px;
  height: 15px;
  color: white;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.6;
}

.top_slider .slick-dots li button[aria-selected="true"] {
  opacity: 1;
}

.top_slider .slick-dots li button:before {
  color: #ffffff;
}

.top_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  border-bottom: 5px solid #F7991D;
  width: 100%;
}

.top_slider .slick-prev, .top_slider .slick-next {
  height: 34px;
  width: 34px;
}

.top_slider .slick-prev:before, .top_slider .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.top_slider .slick-prev:hover:before, .top_slider .slick-next:hover:before {
  opacity: .75;
}

.top_slider .slick-prev {
  left: 16%;
  z-index: 2;
}

.top_slider .slick-prev:before {
  background-image: url(../images/common/icon_prev.svg);
}

.top_slider .slick-next {
  right: 16%;
}

.top_slider .slick-next:before {
  background-image: url(../images/common/icon_next.svg);
}

.top_slider .slick-slide {
  position: relative;
}

.top_slider .slick-slide img {
  width: 100%;
}

.top_slider .top_sliderItemText {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.top_slider .top_sliderItemText p {
  font-size: 3.4rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.8rem 1rem;
  border-radius: 10px;
  max-width: 550px;
  width: 100%;
  margin-left: 12%;
}

.l-top__section {
  background: linear-gradient(to right, #f1f6ce 0%, #f1f6ce 50%, #d9eef7 50%, #d9eef7 100%);
}

.l-top__section-cont {
  max-width: 1816px;
  width: 100%;
  margin: auto;
  padding: 8rem 2rem 4.6rem;
  display: flex;
}

.top__section__news {
  padding-right: 2%;
}

.top__section__movie {
  padding-left: 2%;
}

.tabs {
  padding-top: 12px;
  margin: 0 -.15rem;
  padding-bottom: 3rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4 - .3rem);
  height: 5.6rem;
  margin: 0 .15rem;
  background-color: #d9d9d9;
  font-size: 1.4rem;
  text-align: center;
  color: #2F393E;
  display: flex;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#topInformation:checked ~ #topInformation_content,
#activities:checked ~ #activities_content, #event:checked ~ #event_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #F7991D;
  color: #fff;
  position: relative;
}

.tabs input:checked + .tab_item:after {
  content: '';
  background: url(../images/common/icon_squire.svg) no-repeat;
  width: 23px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45px;
}

.tab_article__item {
  padding: 1.2rem;
  border-bottom: 1px solid #ccc;
  color: currentColor;
}

.tab_content__image {
  width: 10rem;
  min-width: 10rem;
  height: 8rem;
  border: 1px solid #CCCCCC;
}

.tab_content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab_content-title {
  font-size: 1.8rem;
}

.tab_content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  padding: 0 2.5% 0;
  clear: both;
  overflow: hidden;
  margin-top: 12px;
  background: #ffffff;
  width: 100%;
}

.tab_content .text {
  font-size: 1.4rem;
  color: #666666;
  height: 3.2em;
  overflow: hidden;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.tab_content__article {
  display: flex;
}

.tab_content-text {
  padding: 0 .8rem;
  width: calc(100% - 14.5rem);
}

.tab_content__article-info {
  padding: 0 .8rem;
  width: 14.5rem;
}

.tab_content__article-info .year {
  color: #B9B9B9;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  padding: .2rem .4rem;
}

.tab_content__article-info .date {
  font-size: 2rem;
}

.tab_content__article-cat {
  background: #F7991D;
  color: #ffffff;
  font-size: 1.2rem;
  padding: .2rem 1.4rem;
  display: inline-block;
}

.tab_content-title {
  margin-bottom: .6rem;
  margin-top: .2rem;
  height: 1.6em;
  overflow: hidden;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.tab_article__list:last-child .tab_article__item {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .top_slider .slick-slide {
    height: 440px;
  }
  .top_slider .slick-slide img {
    height: 100%;
    object-fit: cover;
  }
  .top_slider .top_sliderItemText p {
    margin: auto;
    width: 80%;
  }
  .tab_content {
    padding: 0;
  }
  .tab_content .text {
    height: auto;
    overflow: visible;
  }
  .tab_content__article-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tab_content__article-info .year, .tab_content__article-info .date {
    font-size: 1.2rem;
    display: inline;
  }
  .tab_content__article {
    flex-direction: column;
  }
  .tab_content-title {
    margin-top: .5rem;
  }
  .tab_content-text {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .slick-slide:not(.slick-center) {
    -moz-filter: grayscale(75%);
    -o-filter: grayscale(75%);
    -ms-filter: grayscale(75%);
    filter: grayscale(75%);
    transition: 0.2s linear;
  }
}

@media screen and (max-width: 1199px) {
  .l-top__section {
    background: none;
  }
  .l-top__section-cont {
    flex-direction: column;
    padding: 0;
  }
  .top__section__news {
    padding: 8rem 2rem;
    background: #f1f6ce;
  }
  .top__section__movie {
    background: #D9EEF7;
    padding: 8rem 2rem;
  }
  .l-top__section .p-title_style01 {
    justify-content: center;
  }
}

.top_aboutUs {
  background-color: #F3EFE8;
  background-image: url(../images/top/top_bg_town.svg), url(../images/top/top_bg_iwatsuki.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 1rem center,top -14vw left -45vw;
  padding: 5.5rem 0 9.5rem;
}
.top_about-us__title {
  font-weight: 900;
  font-size: 4rem;
  text-align: left;
  color: #427077;
  text-shadow: 0px .2rem .3rem rgba(0, 0, 0, 0.39);

}
.top_aboutUsCatch {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 4.2rem;
  font-weight: 600;
  margin: 2rem 0;
}

.top_aboutUsCatch .__small {
  font-size: .7em;
}

.top_aboutUsCatchItem {
  margin: 1rem .5rem;
  background: white;
  padding: 0 1.5rem;
}

.top_aboutUs_desc__detail {
  padding-left: 3rem;
}

.top_aboutUs__text {
  max-width: 510px;
  margin: 3.8rem 0 5rem;
}

.top_moreInfoAbout {
  background: #F5F5F5;
  padding: 5rem 0 15rem;
}

.top_moreInfoAboutWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 6.5rem -.8rem 6rem;
  display: none;
}

.top_moreInfoAboutWrap.is_active {
  display: flex;
}

.top_moreInfo__item__wrapper {
  width: 33.3333%;
  padding: 0 .8rem;
}

.top_moreInfo__item {
  display: block;
  background: #ffffff;
  padding: 2rem 2.2rem 1rem;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: relative;
}

.top_moreInfo__item .__date {
  position: absolute;
  bottom: 1.2rem;
}

.top_moreInfo__image {
  border: 1px solid #CCCCCC;
  position: relative;
}

.top_moreInfo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_moreInfo__cat {
  padding: .75rem 3rem;
  background: rgba(247, 153, 29, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -2.3rem;
  bottom: 1.5rem;
}

.top_moreInfo__cont {
  padding: 2rem 0 0;
  color: #666666;
}

.top_moreInfo__cont .__text {
  font-size: 1.4rem;
  padding: 1rem 0 3.3rem;
}
.pickup {
  display:flex;
  align-items: center;
  margin-bottom: 1rem;
}
.top__pickup-compamy {
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 5px;
  color: #000;
}
.top__pickup-compamy-box:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.top__pickup-compamy-box {
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white;
  padding:1rem;
  color: #454545;
  position: relative;
  margin-top: 1rem;
}
.top__pickup-compamy-item {
  padding: 0 .5rem;
  display: flex;
  flex-direction: column;
  width: 33.3333%;
}
.top__pickup-btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.top__pickup-btn:after {
  content: '';
  display: block;
  background: url(../images/common/icon_movie-pray.svg) no-repeat center center / contain;
  height: 4rem;
  width: 4rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.top__pickup-btn  img{
  display: block;
  transition: 1s all;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top__pickup-btn:hover img{
   transform: scale(1.1, 1.1);
  transition: 1s all;
}
@media screen and (max-width: 767px) {
  .top_moreInfo__item__wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .top_aboutUs .p-title_style01 {
    justify-content: center;
  }
  .top_aboutUsCatch {
    font-size: 3rem;
  }
  .top_aboutUs_desc__detail {
    padding: 0 2rem;
    order: 1;
  }
  .top_aboutUsCatchItem {
    display: table;
    width: fit-content;
    margin: .5rem auto;
  }
  .top_aboutUs_desc {
    flex-direction: column;
  }
  .top_aboutUsCatchWrap {
    order: 2;
  }
  .top_aboutUs__text {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .top_aboutUsCatchWrap {
    min-width: 706px;
  }
}

@media screen and (min-width: 768px) {
  .top_moreInfo__image {
    height: 225px;
  }
}
/*# sourceMappingURL=top.css.map */