@charset "UTF-8";
.top_slider a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_slider .slider_txt {
  font-family: "Sawarabi Mincho";
  font-size: 3.2rem;
  position: absolute;
  top: auto;
  left: 10%;
}
.top_slider li:first-child .slider_txt {
  color: #fff;
}
.top_slider li:first-child .slider_txt span {
  font-size: 2rem;
}

.slick-prev {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 72px;
  width: 42px;
  height: 12px;
}

.slick-next {
  top: auto;
  bottom: -40px;
  right: 20px;
  width: 42px;
  height: 12px;
  padding: 0 42px;
}

.slick-prev:before {
  content: "";
  background: url(../../../../img/control_l.png) no-repeat;
  background-size: 42px 12px;
  display: block;
  width: 42px;
  height: 12px;
}

.slick-next:before {
  content: "";
  background: url(../../../../img/control_r.png) no-repeat;
  background-size: 42px 12px;
  display: block;
  width: 42px;
  height: 12px;
}

#slider_box .slick-dots {
  bottom: -35px;
  right: 145px;
  width: auto;
}

.slick-slide .image {
  padding-top: 53.333%;
  background: no-repeat center center/contain;
}

#top_news {
  margin: 130px 0 50px;
}
#top_news h2 {
  float: left;
  width: 14%;
  padding: 0;
}
#top_news .news_box {
  float: right;
  width: 84%;
  font-size: 1.6rem;
}
#top_news .news_box .news_article {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
#top_news .news_box .news_article:last-child {
  border-bottom: none;
}
#top_news .news_box .news_article p {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
#top_news .news_box .news_article p .news_date {
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  width: 90px;
}
#top_news .news_box .news_article p .news_cat {
  display: inline-block;
  padding: 2px 8px;
  text-align: center;
  background: #AAB96F;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 5px;
}
#top_news .news_box .news_article p .news_cat:last-child {
  margin-right: 10px;
}
#top_news .news_box .news_article a {
  display: inline-block;
  flex: 1;
}
@media screen and (max-width: 1130px) {
  #top_news {
    margin: 50px 0;
  }
  #top_news h2 {
    margin-bottom: 30px;
    font-size: 1.4rem;
    float: none;
    width: 100%;
  }
  #top_news .news_box {
    font-size: 1.4rem;
    float: none;
    width: 100%;
  }
  #top_news .news_box .news_article {
    display: block;
  }
  #top_news .news_box .news_article p {
    margin-bottom: 5px;
  }
  #top_news .news_box .news_article a {
    display: block;
  }
}

#top_concept {
  background: #f9f9f9;
  padding: 60px 0 100px;
}
#top_concept .concept_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #AAB96F;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #AAB96F;
  display: inline-block;
}
#top_concept .concept_txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #4c4c4c;
}
@media screen and (max-width: 1130px) {
  #top_concept {
    padding: 40px 0 50px;
  }
  #top_concept .concept_ttl {
    font-size: 2rem;
  }
  #top_concept .concept_txt {
    font-size: 1.4rem;
  }
}

#top_pickup {
  margin: 0 0 80px;
  padding-top: 80px;
  position: relative;
}
#top_pickup::before {
  content: "";
  display: block;
  background: url(../../../../img/bg_line01.png) repeat-x center bottom/1px 26px, url(../../../../img/pickup_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}
#top_pickup .contents_inner {
  position: relative;
}
#top_pickup h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#top_pickup li {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  float: left;
  margin-right: 7.5%;
  padding: 5px;
  width: 28.333%;
}
#top_pickup li:last-child {
  margin-right: 0;
}
#top_pickup li a {
  border: 1px solid #000;
  padding: 20px 20px 40px;
}
#top_pickup li img {
  display: block;
  margin: 0 auto;
  width: 70px;
}
#top_pickup li h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 30px;
  padding: 0 0 25px;
}
#top_pickup li h3::after {
  display: none;
}
#top_pickup li p {
  text-align: center;
}
#top_pickup h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1130px) {
  #top_pickup {
    margin: 0 0 50px;
    padding-top: 50px;
  }
  #top_pickup::before {
    background: url(../../../../img/bg_line01.png) repeat-x center bottom/1px 26px, url(../../../../img/pickup_bg_sp.jpg) no-repeat left top/cover;
    height: 240px;
  }
  #top_pickup li {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  #top_pickup li:last-child {
    margin-bottom: 0;
  }
  #top_pickup li a {
    padding: 15px 15px 20px;
  }
  #top_pickup li h3 {
    margin: 5px 0 10px;
    padding: 0 0 5px;
  }
}

#caffe {
  background: #faf3ef;
  padding: 50px 0;
  margin-bottom: 80px;
  font-size: 1.6rem;
}
#caffe .facility_img {
  margin: 20px 0 0;
}
#caffe .facility_img li {
  text-align: center;
}
#caffe .facility_img li a {
  display: inline-block;
  box-shadow: 8px 8px 0 #c0afa5;
}
#caffe .facility_img li a img {
  width: 300px;
  max-width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#caffe .modal .inner img {
  max-height: 80vh;
}
@media screen and (max-width: 1130px) {
  #caffe {
    padding: 40px 0;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}

#doll {
  margin-bottom: 100px;
  font-size: 1.4rem;
  padding-top: 50px;
  position: relative;
}
#doll .contents_inner {
  position: relative;
}
#doll .contents_inner div {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#doll::before {
  content: "";
  display: block;
  background: url(../../../../img/bg_line01.png) repeat-x center bottom/1px 26px, url(../../../../img/doll_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;
}
#doll h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#doll p:first-of-type {
  margin-bottom: 15px;
}
#doll a {
  display: inline;
  text-decoration: underline;
}

.top_event {
  margin: 0 0 80px;
  padding-top: 80px;
  position: relative;
}
.top_event::before {
  content: "";
  display: block;
  background: url(../../../../img/bg_line01.png) repeat-x center bottom/1px 26px, url(../../../../img/event_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_event .contents_inner {
  position: relative;
}
.top_event h2 {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.top_event li {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin-right: 3.3%;
  margin-bottom: 3.3%;
  width: 22.5%;
  position: relative;
}
.top_event li:last-child {
  margin-right: 0;
}
.top_event li .event_cat {
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  text-align: center;
  padding: 4px 0;
  display: inline-block;
  background: rgba(46, 139, 87, 0.9);
  color: #FFF;
  z-index: 2;
  font-size: 1.2rem;
}
.top_event li a {
  padding: 7.407% 7.407% 8.5%;
  display: block;
}
.top_event li .event_thumb {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding: 0 0 20px;
}
.top_event li .event_thumb .image {
  width: 100%;
  padding-top: 60.869%;
  background: url(../../../../img/event_image.jpg) no-repeat center center/cover;
}
.top_event li .event_date {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 5px 0;
}
.top_event li .event_date:before {
  display: inline-block;
  background: #eee;
  padding: 1px;
  width: 50px;
  font-size: 1.2rem;
  content: "開催日";
  text-align: center;
  margin: 0 5px 0 -1px;
  border-radius: 3px;
}
.top_event li .event_name {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  height: 62px;
}
.top_event + .contents_inner.sp_none {
  padding: 0;
}
@media screen and (max-width: 1130px) {
  .top_event {
    margin: 0 0 50px;
    padding-top: 50px;
  }
  .top_event::before {
    background: url(../../../../img/bg_line01.png) repeat-x center bottom/1px 26px, url(../../../../img/event_bg_sp.jpg) no-repeat left top/cover;
    height: 240px;
  }
  .top_event li {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 48%;
  }
  .top_event li:nth-child(even) {
    float: right;
  }
  .top_event li a {
    padding: 5% 5% 6%;
    display: block;
  }
  .top_event li .event_thumb {
    margin: 0 0 5px;
    padding: 0 0 10px;
  }
  .top_event li .event_date {
    font-size: 1.4rem;
  }
  .top_event li .event_name {
    font-size: 1.2rem;
  }
}

.top_event_btn {
  float: right;
  margin: 0 auto 100px;
}

#top_about {
  margin: 0 0 80px;
}
#top_about.no-event {
  margin-top: 80px;
}
#top_about .top_about__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
#top_about .top_about__external_link {
  display: inline;
  color: #AAB96F;
  font-size: 1.4rem;
  text-decoration: underline;
}
#top_about .top_about__img_list {
  display: flex;
  gap: 30px;
  margin: 40px 0 60px;
}
#top_about .top_about__img_list > li {
  flex: 1;
  min-width: 0;
}
#top_about .top_about__img_list img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#top_about .top_about__img_ttl {
  color: #AAB96F;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
#top_about .top_about__desc {
  font-size: 1.4rem;
  line-height: 1.7;
}
#top_about .top_about__desc dt {
  font-weight: 600;
  margin-top: 10px;
}
#top_about .top_about__desc dt:first-child {
  margin-top: 0;
}
#top_about .top_about__desc dd {
  margin-bottom: 5px;
}
#top_about .top_about__floormap {
  margin-bottom: 60px;
}
#top_about .top_about__floormap h3::after {
  display: none;
}
#top_about .top_about__floormap img {
  display: block;
  width: 100%;
}
#top_about .top_about__hall {
  font-size: 1.6rem;
  line-height: 1.8;
}
#top_about .top_about__hall p {
  margin-bottom: 15px;
}
#top_about .top_about__hall p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1130px) {
  #top_about {
    margin: 0 0 50px;
  }
  #top_about .top_about__img_list {
    flex-wrap: wrap;
    gap: 30px 20px;
    margin: 30px 0 40px;
  }
  #top_about .top_about__img_list > li {
    flex: 0 0 calc(50% - 10px);
  }
  #top_about .top_about__floormap {
    margin-bottom: 40px;
  }
  #top_about .top_about__hall {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #top_about .top_about__img_list {
    flex-direction: column;
    gap: 30px;
    margin: 25px 0 35px;
  }
  #top_about .top_about__img_list > li {
    flex: none;
    width: 100%;
  }
  #top_about .top_about__floormap {
    margin-bottom: 30px;
  }
  #top_about .top_about__lead {
    font-size: 1.4rem;
  }
}

#link_area {
  background: #eee;
  padding: 30px 0;
}
#link_area li {
  display: inline-block;
  margin-right: 20px;
}
#link_area li:last-child {
  margin-right: 0;
}
#link_area li a {
  color: #000;
  background: url(../../../../img/arrow_b_r.svg) no-repeat left center;
  padding: 0 0 0 12px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1130px) {
  #banner_area li {
    margin-right: 3.33%;
    width: 22.5%;
  }
}
@media screen and (max-width: 767px) {
  #banner_area {
    padding: 20px 0;
  }
  #banner_area li {
    margin-right: 2%;
    width: 48%;
  }
  #banner_area li a {
    display: block;
  }
  #banner_area li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  #banner_area li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  .home h2 {
    font-size: 2.6rem !important;
  }
}
