@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
h1 {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.hp_fs14 {
  font-size: 14px;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #231815;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}

.ly_wrap {
  position: relative;
}

.ly_main {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .ly_main {
    padding-top: 70px;
  }
}

.un_pageTop_wrapper {
  background-image: url("../img/bg_pageTop.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.un_gmap {
  position: relative;
  width: 100%;
  padding-top: 40%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .un_gmap {
    height: auto;
    padding: 0;
  }
}
.un_gmap iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.ly_header {
  position: absolute;
  width: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    height: 70px;
    padding: 0 40px;
  }
}
.ly_header_logo {
  width: 68px;
  margin-bottom: 0;
}
.ly_header_logo a:hover img {
  opacity: 0.7;
}
.ly_header_logo img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .ly_header_logo {
    width: 112px;
  }
}
.ly_header_catch {
  margin-left: 32px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.ly_header_catch span {
  color: #73c1b8;
}

.bl_nav {
  position: sticky;
  top: 0;
  left: 0;
  height: 0;
  z-index: 1000;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .bl_nav {
    max-width: 1000px;
  }
}
.bl_nav_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5%;
  padding-top: 2vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_nav_list {
    max-width: none;
    padding-top: 15px;
    justify-content: center;
  }
}
.bl_nav_item {
  width: 23.5%;
  text-align: center;
  font-size: 2.5vw;
  margin-bottom: 2vw;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .bl_nav_item {
    width: 11%;
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 992px) {
  .bl_nav_item {
    width: 10.5%;
    font-size: min(1.1vw, 14px);
  }
}
@media screen and (min-width: 1200px) {
  .bl_nav_item {
    width: 12.5%;
  }
}
.bl_nav_item a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  border-radius: 30px;
  padding: 8px 0;
  font-weight: 700;
  transition: all 0.3s;
}
.bl_nav_item:nth-child(even) a {
  background-color: #FF001E;
  color: white;
  border: 1px solid #FF001E;
}
@media screen and (min-width: 768px) {
  .bl_nav_item:nth-child(even) a:hover {
    color: #FF001E;
    background-color: white;
  }
}
.bl_nav_item:nth-child(odd) a {
  background-color: white;
  color: #231815;
  border: 1px solid white;
}
@media screen and (min-width: 768px) {
  .bl_nav_item:nth-child(odd) a:hover {
    background-color: #231815;
    color: white;
  }
}
.bl_nav .un_btn_top {
  width: 8vw;
  display: block;
  position: absolute;
  top: 55%;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .bl_nav .un_btn_top {
    max-width: 40px;
    top: auto;
  }
}
@media screen and (min-width: 992px) {
  .bl_nav .un_btn_top {
    right: -40px;
  }
}
.bl_nav img {
  transition: all 0.3s;
}
.bl_nav img:hover {
  opacity: 0.7;
}

.bl_hero {
  position: relative;
  margin-bottom: 50px;
}

.bl_exhibit {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_exhibit {
    border-radius: 5vw;
    margin-top: -80px;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibit {
    padding: 0 15px 80px;
  }
}
.bl_exhibit .bl_section_title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bl_exhibit .bl_section_title {
    margin-bottom: 50px;
  }
}
.bl_exhibit .bl_section_title::before, .bl_exhibit .bl_section_title::after {
  position: absolute;
  content: "";
  width: calc(50% - 120px);
  height: 1px;
  background-color: #231815;
  top: 50%;
  transform: translateY(-50%);
}
.bl_exhibit .bl_section_title::before {
  left: 0;
}
.bl_exhibit .bl_section_title::after {
  right: 0;
}
.bl_exhibit .bl_section_title span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .bl_exhibit .bl_section_title span {
    padding: 0 50px;
  }
}
.bl_exhibit .bl_section_title img {
  width: min(50vw, 190px);
}
.bl_exhibit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto 20px;
}
.bl_exhibit_item {
  width: 28%;
  margin-bottom: 20px;
  max-height: 23px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_exhibit_item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibit_item {
    max-height: 26px;
    margin-bottom: 50px;
  }
}
.bl_exhibit_item img {
  width: auto;
  height: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
.bl_exhibit_item img:hover {
  opacity: 0.7;
}

.bl_present {
  padding: 170px 15px 70px;
  margin-top: -110px;
  position: relative;
  overflow: hidden;
}
.bl_present::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 110px;
  background-image: url("../img/bg_present.gif");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .bl_present {
    padding: 200px 30px 100px;
  }
}
.bl_present_inner {
  position: relative;
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
}
@media screen and (min-width: 992px) {
  .bl_present_inner {
    padding: 50px 70px;
  }
}
.bl_present_list {
  display: flex;
  flex-wrap: wrap;
}
.bl_present_item {
  padding: 20px 0;
  border-bottom: 1px solid #FF001E;
  position: relative;
}
.bl_present_item.col-6 {
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .bl_present_item {
    padding: 20px 15px;
  }
}
.bl_present .un_separator_right::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  transform: translateY(-50%);
  background-color: #FF001E;
}
.bl_present .un_separator_right_xs::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  transform: translateY(-50%);
  background-color: #FF001E;
}
@media screen and (min-width: 768px) {
  .bl_present .un_separator_right_xs::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .bl_present .un_separator_right_md::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 40px);
    transform: translateY(-50%);
    background-color: #FF001E;
  }
}
@media screen and (min-width: 768px) {
  .bl_present .un_border_bottom_md_none {
    border-bottom: none;
  }
}

.bl_pickup {
  padding: 50px 0;
  background-image: url("../img/bg_pickup.gif");
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .bl_pickup {
    padding: 100px 0 50px;
  }
}
.bl_pickup .bl_section_title {
  margin-bottom: 40px;
  padding-top: 110px;
  margin-top: -110px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_pickup .bl_section_title {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .bl_pickup .bl_section_title img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .bl_pickup_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.bl_pickup_item {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_pickup_item {
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .bl_pickup_item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.bl_pickup_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_pickup_item:nth-child(odd)::before {
    position: absolute;
    content: "";
    top: 0;
    right: -7%;
    width: 2px;
    height: 95%;
    background-color: white;
  }
}
@media screen and (min-width: 992px) {
  .bl_pickup_item:nth-child(odd)::before {
    height: calc(100% - 40px);
  }
}
.bl_pickup_item::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .bl_pickup_item::after {
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .bl_pickup_item:nth-of-type(7)::after {
    display: none;
  }
}
.bl_pickup_item:last-of-type::after {
  display: none;
}
.bl_pickup_logo {
  margin-bottom: 10px;
}
.bl_pickup_logo img {
  display: block;
  height: 15px;
}
.bl_pickup_name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.bl_pickup_text {
  font-weight: bold;
}
.bl_pickup_img img {
  display: block;
}

.bl_used {
  padding: 100px 0;
  background-color: #62b7e8;
}
.bl_used_inner {
  padding-top: 110px;
  margin-top: -110px;
}
.bl_used_btn img {
  transition: all 0.3s;
}
.bl_used_btn img:hover {
  opacity: 0.7;
}

.bl_kitchen {
  padding: 100px 0 50px;
  background-image: url("../img/bg_kitchen.gif");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .bl_kitchen {
    padding: 100px 0;
  }
}
.bl_kitchen .bl_section_title {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (min-width: 768px) {
  .bl_kitchen_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.bl_kitchen_item {
  color: white;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_kitchen_item {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .bl_kitchen_item:nth-child(odd)::before {
    position: absolute;
    content: "";
    top: 0;
    right: -6%;
    width: 2px;
    height: 100%;
    background-color: white;
  }
}
.bl_kitchen_item::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .bl_kitchen_item:nth-child(3)::after {
    display: none;
  }
}
.bl_kitchen_item:last-of-type::after {
  display: none;
}
.bl_kitchen_item_body {
  position: relative;
}
.bl_kitchen_img {
  margin-bottom: 5px;
}
.bl_kitchen_name {
  font-size: min(6.1538461538vw, 32px);
  margin-bottom: 0px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_kitchen_name {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .bl_kitchen_name {
    font-size: 24px;
  }
}
.bl_kitchen_menu {
  font-size: min(3.75vw, 20px);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_kitchen_menu {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .bl_kitchen_menu {
    font-size: 18px;
  }
}
.bl_kitchen_date {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_kitchen_date {
    bottom: 0;
    top: auto;
    transform: none;
  }
}
.bl_kitchen_date__2 {
  width: min(25.7660167131vw, 120px);
}
@media screen and (min-width: 768px) {
  .bl_kitchen_date__2 {
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .bl_kitchen_date__2 {
    width: 160px;
  }
}
.bl_kitchen_date__1 {
  width: min(17.1875vw, 70px);
}
@media screen and (min-width: 768px) {
  .bl_kitchen_date__1 {
    width: 75px;
  }
}
@media screen and (min-width: 992px) {
  .bl_kitchen_date__1 {
    width: 120px;
  }
}

.bl_event {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .bl_event {
    padding: 100px 0;
  }
}
.bl_event .bl_section_title {
  padding-top: 110px;
  margin-top: -110px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .bl_event .bl_section_title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .bl_event_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bl_event_list {
    gap: 60px;
  }
}
.bl_event_item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bl_event_item {
    margin-bottom: 0;
  }
}
.bl_event_item__1 {
  order: 2;
  grid-column: 2;
  grid-row: 1;
}
.bl_event_item__2 {
  order: 1;
  grid-column: 1;
  grid-row: 1/4;
}
.bl_event_item__3 {
  order: 3;
  grid-column: 2;
  grid-row: 2;
}
.bl_event_item__4 {
  order: 4;
  grid-column: 2;
  grid-row: 3;
}
.bl_event_item__5 {
  order: 5;
  grid-column: 1;
  grid-row: 4;
}
@media screen and (min-width: 768px) {
  .bl_event_item__5 {
    margin-bottom: -25px;
  }
}
@media screen and (min-width: 992px) {
  .bl_event_item__5 {
    margin-bottom: -35px;
  }
}
.bl_event_item__6 {
  order: 6;
  grid-column: 2;
  grid-row: 4;
}

.bl_exhibition {
  padding: 50px 0;
  background-image: url("../img/bg_exhibition.gif");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
}
.bl_exhibition .bl_section_title {
  text-align: center;
  margin: -110px auto 1rem;
  padding-top: 110px;
}
.bl_exhibition .bl_section_title__1 {
  width: min(70vw, 320px);
}
@media screen and (min-width: 992px) {
  .bl_exhibition .bl_section_title__1 {
    width: 460px;
  }
}
.bl_exhibition .bl_section_title__2 {
  width: min(100%, 420px);
}
@media screen and (min-width: 768px) {
  .bl_exhibition .bl_section_title__2 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibition .bl_section_title__2 {
    width: 580px;
  }
}
.bl_exhibition_cont {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_exhibition_cont {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
}
.bl_exhibition_cont_head {
  color: white;
  line-height: 1.5;
  background-color: #ee7800;
  font-size: 20px;
  padding: 8px 15px;
  border-radius: 5px;
}
.bl_exhibition_cont_head.un_title_test {
  background-color: #fff134;
  color: #231815;
}
@media screen and (min-width: 768px) {
  .bl_exhibition_cont_head {
    text-align: left;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibition_cont_head {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .bl_exhibition_item {
    font-size: 20px;
  }
}
.bl_exhibition_item a {
  color: #231815;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: bold;
}
.bl_exhibition_item a:hover {
  color: #1097e3;
}

.un_deco_exhibition {
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .un_deco_exhibition {
    bottom: -100%;
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .un_deco_exhibition {
    width: 150px;
  }
}

.bl_access {
  margin-top: -110px;
  padding: 180px 15px 70px;
}
@media screen and (min-width: 992px) {
  .bl_access {
    display: flex;
    padding: 230px 15px 120px;
  }
}
@media screen and (min-width: 992px) {
  .bl_access_wrap {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_access_wrap {
    width: 45%;
    margin-right: 5%;
  }
}
.bl_access_cont {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .bl_access_cont:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_access_cont {
    display: flex;
    margin-bottom: 80px;
  }
}
.bl_access a {
  color: #231815;
  text-decoration: none;
  transition: all 0.3s;
}
.bl_access a:hover {
  color: #1097e3;
}
.bl_access_title {
  font-size: 24px;
  text-align: center;
  color: white;
  background-image: url("../img/access_title_bg.gif");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  border-radius: 30px;
  padding: 10px 15px;
  color: #FFE753;
}
@media screen and (min-width: 992px) {
  .bl_access_title {
    writing-mode: vertical-rl;
    text-align: left;
    border-radius: 10px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    margin-right: 40px;
  }
}

.ly_footer {
  color: white;
  background-color: #009B43;
  padding: 0 0 35px;
}
.ly_footer_logo {
  width: 150px;
  margin: 35px auto 5px;
}
.ly_footer_logo img {
  transition: all 0.3s;
}
.ly_footer_logo:hover img {
  opacity: 0.7;
}
.ly_footer_cr {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.ly_footer_cr a {
  color: white;
}
.ly_footer_cr a:hover {
  text-decoration: none;
}

.bl_outline {
  background-color: #CACBCB;
  padding: 30px 15px;
  color: #231815;
}
@media screen and (min-width: 768px) {
  .bl_outline {
    padding: 50px 15px;
  }
}
.bl_outline dl {
  max-width: 850px;
  margin: 0 auto;
}
.bl_outline dt {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .bl_outline dt {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */