@charset "utf-8";
/* ---------------------------------------------------------------- *
	cont
 * ---------------------------------------------------------------- */
/* PC */
@media (min-width: 769px) , print{
}

/* SP */
@media (max-width: 768px) {
}

/* ---------------------------------------------------------------- *
	top_area
 * ---------------------------------------------------------------- */
#top_area{
  position: relative;
  padding-top: 110px;
}
/* SP */
@media (max-width: 768px) {
  #top_area{
    padding-top: 90px;
  }
}

/* ---------------------------------------------------------------- *
	mainvisual
 * ---------------------------------------------------------------- */
#mainvisual{
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
#mainvisual .mv_slide_item a{
  display: block;
}
#mainvisual .mv_slide_item picture{
  display: block;
  width: 100%;
  aspect-ratio: 1880 / 900;
  max-height: calc(100vh - 220px);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#mainvisual img{
  border-radius: 60px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* SP */
@media (max-width: 768px) {
  #mainvisual{
    padding-bottom: 0;
  }
  #mainvisual .mv_slide_item picture{
    aspect-ratio: 335 / 238;
  }
  #mainvisual img{
    border-radius: 20px;
  }
}

/* ---slick--- */
#mainvisual_slide{
  margin-bottom: 0;
  padding-bottom: 48px;
}
/* SP */
@media (max-width: 768px) {
  #mainvisual_slide{
    padding-bottom: 20px;
  }
}
#mainvisual_slide .slick-dots{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  bottom: 0;
  width: calc(100% - 474px - 40px - 30px);
}
#mainvisual_slide .slick-dots li{
  width: 50px;
  height: 28px;
  margin: 0;
}
#mainvisual_slide .slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#mainvisual_slide .slick-dots li button:before{
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background-color: #272925;
  opacity: 0.3;
  position: relative;
}
#mainvisual_slide .slick-dots li.slick-active button:before{
  background-color: #983D14;
  opacity: 1;
}
/* SP */
@media (max-width: 768px) {
  #mainvisual_slide .slick-dots{
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

/* ---------------------------------------------------------------- *
	top_today_info
 * ---------------------------------------------------------------- */
#top_today_info{
  position: absolute;
  bottom: 0;
  right: 40px;
  display: inline-block;
}
/* SP */
@media (max-width: 768px) {
  #top_today_info{
    position: relative;
    right: 0;
    width: 100%;
  }
}

/* ---top_today_info_inner--- */
#top_today_info .top_today_info_inner{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  font-weight: 700;
}
/* mid */
@media (max-width: 768px){
  #top_today_info .top_today_info_inner{
    width: 100%;
  }
}
/* SP */
@media (max-width: 600px) {
  #top_today_info .top_today_info_inner{
    flex-wrap: wrap;
  }
}

/* ---top_today_info_cont--- */
#top_today_info .top_today_info_inner .top_today_info_cont{
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 20px 40px 10px 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* ---top_today_info_ttl--- */
#top_today_info .top_today_info_inner .top_today_info_cont .top_today_info_ttl{
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1.2;
}


/* ---top_today_info_status--- */
#top_today_info .top_today_info_inner .top_today_info_cont .top_today_info_status{
  background-color: #C5989A;
  border-radius: 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 5px 5px;
  line-height: 1;
}
#top_today_info .top_today_info_inner .top_today_info_cont .top_today_info_status.is-today_closed{
  background-color: #272925;
}

/* ---top_today_info_now--- */
#top_today_info .top_today_info_inner .top_today_info_cont .top_today_info_now{
  font-size: 4.2rem;
  line-height: 1.3;
}
/* SP */
@media (max-width: 600px) {
  #top_today_info .top_today_info_inner .top_today_info_cont{
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}

/* ---top_today_info_link--- */
#top_today_info .top_today_info_inner .top_today_info_link{
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#top_today_info .top_today_info_inner .top_today_info_link a{
  background-color: #C5989A;
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 20px 25px 20px;
  position: relative;
}
#top_today_info .top_today_info_inner .top_today_info_link a:hover{
  opacity: 1;
  background-color: #272925;
}
#top_today_info .top_today_info_inner .top_today_info_link a::after{
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: url(/wp-content/themes/museumsotonomori/img/common/circle_arrow_wh.svg);
}
#top_today_info .top_today_info_inner .top_today_info_link a{
  font-size: 1.7rem;
}
/* SP */
@media (max-width: 600px) {
  #top_today_info .top_today_info_inner .top_today_info_link{
    width: 100%;
  }
  #top_today_info .top_today_info_inner .top_today_info_link a{
    border-radius: 0 0 20px 20px;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    padding: 20px 75px 15px;
  }
  #top_today_info .top_today_info_inner .top_today_info_link a::after{
    width: 35px;
    height: 35px;
    bottom: auto;
    left: auto;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
  }
}

/* ---------------------------------------------------------------- *
	top_main_menu
 * ---------------------------------------------------------------- */
#top_main_menu{
  padding-top: 80px;
  margin-bottom: 70px;
}
.top_main_menu_inner{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top_main_menu_inner dl{
  width: calc((100% - 8px* 5) / 6);
  display: flex;
  flex-wrap: nowrap;
}
/* SP */
@media (max-width: 768px) {
  #top_main_menu{
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .top_main_menu_inner dl{
    width: calc((100% - 8px* 2) / 3);
  }
}

.top_main_menu_inner dl a{
  background-color: #C5989A;
  padding: 27px 5px 23px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* SP */
@media (max-width: 768px) {
  .top_main_menu_inner dl a{
    padding: 14px 0 10px;
    aspect-ratio: 106.33 / 125.22;
    aspect-ratio: 179.98 / 195;
  }
}
/* SP */
@media (max-width: 402px) {
  .top_main_menu_inner dl a{
    aspect-ratio: 1 / 1.1777;
  }
}

.top_main_menu_inner dt{
  width: 60px;
  height: 60px;
  margin: 0 auto 13px;
  border-radius: 50%;
}
/* SP */
@media (max-width: 768px) {
  .top_main_menu_inner dt{
    width: 44%;
    max-width: 50px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 5px;
  }
  .top_main_menu_inner dt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.top_main_menu_inner dd{
  width: 100%;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}
/* SP */
@media (max-width: 768px) {
  .top_main_menu_inner dd{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .top_main_menu_inner span{
    width: 100%;
  }
  .top_main_menu_inner dl:nth-last-child(-n + 2) dd{
    min-height: 2.6em;
  }
}

/* ---------------------------------------------------------------- *
	top_main_bottom
 * ---------------------------------------------------------------- */
#top_main_bottom{
  padding-bottom: 100px;
}
/* SP */
@media (max-width: 768px) {
  #top_main_bottom{
    padding-bottom: 80px;
  }
}

/* ---------------------------------------------------------------- *
	top_schedule_contents
 * ---------------------------------------------------------------- */
#top_schedule_contents{
  display: flex;
  gap: 50px;
}

/* mid */
@media (max-width: 1000px){
  .schedule_contents{
    flex-wrap: wrap;
  }
}

/* ---------------------------------------------------------------- *
	top_calendar
 * ---------------------------------------------------------------- */
#top_calendar{
  
}

/* ---------------------------------------------------------------- *
	top_news
 * ---------------------------------------------------------------- */
#top_news{
  width: 45.5%;
}
/* SP */
@media (max-width: 1000px) {
  #top_news{
    width: 100%;
  }
}

#top_news h1{
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------- *
	top_exhibition
 * ---------------------------------------------------------------- */
#top_exhibition{
  background-color: #fff;
}