#top_title_sec {
  width: 100%;
}

.slider-item {
  aspect-ratio: 21/10;
  max-height: 700px;
}

.slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
  color: #0066dd;
}

.slick-dots li.slick-active button:before {
  color: #063871;
}

#top_title_sec {
  margin-bottom: 90px;
}

.top_main_sec {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto 60px;
}

.sec_flex {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.sec_flex_item {
  width: 47%;
}

.top_h2 {
  font-size: 20px;
  color: #0066dd;
  font-weight: 500;
  margin-bottom: 40px;
}

.top_h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

.top_h_center {
  text-align: center;
}

.top_h_short_mb {
  margin-bottom: 14px;
}

.h_fish_bnr_wrap {
  display: flex;
  justify-content: center;
  aspect-ratio: 26/10;
  width: 100%;
  max-height: 480px;
  padding-bottom: 10px;
}

.h_fish_bnr {
  width: 33.3333333333%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  text-align: center;
  color: #ffffff;
  transition: 0.3s;
}
.h_fish_bnr > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.h_fish_bnr:hover {
  background-size: 110%;
  opacity: 0.7;
}

.h_fish_bnr_name {
  background-color: rgba(6, 56, 113, 0.5);
  font-size: 18px;
  padding: 12px;
  width: 70%;
  border: 2px solid #ffffff;
}

.h_fish_bnr_sake {
  background-image: url(../img/top_fish01.jpg);
}

.h_fish_bnr_hotate {
  background-image: url(../img/top_fish02.jpg);
}

.h_fish_bnr_konbu {
  background-image: url(../img/top_fish03.jpg);
}

#top_cooking .top_h2 {
  color: #EF874B;
}

.top_cooking_img {
  width: 55%;
}

.top_cooking_contents {
  width: 40%;
}

.top_cooking_button_wrap .button02 {
  margin-bottom: 12px;
}

#top_action {
  padding: 0;
}
#top_action .top_h2 {
  padding: 0 30px;
  color: #EF874B;
}

.action_bnr_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.action_bnr_bg::before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  background-color: #EF874B;
}

.action_bnr_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0 30px 30px;
  gap: 3%;
}

.action_bnr_img {
  margin-bottom: 20px;
}

.action_bnr_title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.action_bnr_detail {
  color: #ffffff;
}

.news_head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #0066dd;
}
.news_head_wrap .top_h3 {
  display: inline-block;
  margin-bottom: 0;
}
.news_head_wrap .button01 {
  margin: 0;
}
.news_head_wrap .button01 > a {
  padding: 4px 16px;
}

.news_ul_wrap {
  height: 9.6rem;
  overflow-y: scroll;
}

.news_ul_li {
  margin-bottom: 16px;
  display: flex;
  gap: 0.8rem;
}

.news_date {
  flex-shrink: 0;
}

#top_cpn {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background-color: rgba(0, 102, 221, 0.05);
}

.cpn_bnr_wrap {
  display: flex;
  gap: 3%;
  justify-content: space-between;
}

.cpn_bnr_item {
  width: 100%;
  background-color: #ffffff;
}
.cpn_bnr_item > a {
  display: flex;
}

.cpn_bnr_item_img {
  width: 50%;
}

.cpn_bnr_item_txt {
  width: 50%;
  padding: 10px;
}

.cpn_bnr_item_txt_title {
  font-size: 18px;
  font-weight: 700;
  color: #0066dd;
  margin-bottom: 10px;
}

#top_about {
  padding: 0;
}
#top_about .top_main_sec_container {
  padding: 0 30px;
}

.top_about_h2 {
  margin-bottom: 10px;
}

.top_about_img {
  margin-bottom: 60px;
}

#top_service {
  background-color: rgba(0, 102, 221, 0.05);
  padding-left: 0;
}
#top_service .top_main_sec_container {
  align-self: center;
}

.top_service_h2 {
  margin-bottom: 10px;
}

.top_service_img {
  flex-shrink: 0;
  width: 50%;
}

.top_service_contents {
  padding-top: 60px;
  padding-bottom: 30px;
}/*# sourceMappingURL=top.css.map */