@charset "UTF-8";
/*----------------------------------------
トップ：共通
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_cnt {
    width: 100%;
  }
  .top_midashi .top_midashi_en {
    display: block;
    font-weight: 500;
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 5px;
  }
  .top_midashi .top_midashi_ja {
    display: block;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
  }
  .top_p_txt {
    font-size: 1.125rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  #top_cnt {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #top_cnt {
    padding: 155px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #top_cnt {
    width: 100%;
    padding: 75px 0 0;
  }
  .top_midashi .top_midashi_en {
    display: block;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0 0 7px;
  }
  .top_midashi .top_midashi_ja {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
  }
  .top_p_txt {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}
/*----------------------------------------
トップ：メインビジュアル
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_main {
    width: 100%;
    margin: 0 0 90px;
  }
  #top_main h2 {
    width: 100%;
    line-height: 0;
  }
  #top_main h2 #top_main_ttl_sp {
    display: none;
  }
  #top_main p {
    font-size: 1.625rem;
    line-height: 1;
    margin: 35px 0;
  }
  #top_main div {
    width: 100%;
    height: 900px;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  #top_main div video {
    position: absolute;
  }
}
@media screen and (min-width: 1367px) {
  #top_main {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
  #top_main {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  #top_main {
    width: 100%;
    margin: 0 0 25px;
  }
  #top_main h2 {
    width: 92%;
    margin: 0 auto;
    line-height: 0;
  }
  #top_main h2 #top_main_ttl_sp {
    width: 92%;
  }
  #top_main h2 #top_main_ttl {
    display: none;
  }
  #top_main p {
    width: 92%;
    margin: 8px auto 15px;
    font-size: 1rem;
    line-height: 1;
  }
  #top_main div {
    width: 100%;
    height: 500px;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  #top_main div video {
    position: absolute;
  }
}
/*----------------------------------------
トップ：ローディング
----------------------------------------*/
#wrap_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1000;
}

#wrap_loading img {
  width: 40px;
  height: 40px;
}

/*----------------------------------------
トップ：イベントのお知らせ
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_eventinfo {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto 100px;
  }
  #top_eventinfo .top_midashi {
    margin: 0 0 50px;
  }
  #top_eventinfo_cnt_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .top_eventinfo_cnt {
    width: 48%;
    max-width: 610px;
  }
  .top_eventinfo_cnt_ttl {
    width: 100%;
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_eventinfo_cnt_ttl h4 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 10px 0 0;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_ttl {
    border-bottom: 2px #003B93 solid;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_ttl {
    border-bottom: 2px #F90D0D solid;
  }
  .top_eventinfo_cnt_link {
    width: 180px;
    height: 40px;
    flex-shrink: 0;
  }
  .top_eventinfo_cnt_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
    transition: 0.3s;
  }
  .top_eventinfo_cnt_link a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 12px;
    transition: 0.3s;
  }
  .top_eventinfo_cnt_link a:hover {
    text-decoration: none;
    transition: 0.3s;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_link a {
    background-color: #003B93;
    border: 2px #003B93 solid;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_link a:hover {
    background-color: #ffffff;
    color: #003B93;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_link a:hover::after {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_link a {
    background-color: #F90D0D;
    border: 2px #F90D0D solid;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_link a:hover {
    background-color: #ffffff;
    color: #F90D0D;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_link a:hover::after {
    background: url("../images/common/icon_arrow_orange.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  .top_eventinfo_cnt_list {
    width: 100%;
    padding: 25px 0 0;
  }
  .top_eventinfo_cnt_list li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px #E6E6E6 solid;
  }
  .top_eventinfo_cnt_list li:last-child {
    margin-bottom: 0 !important;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner time {
    color: #000000;
    font-size: 1rem;
    line-height: 20px;
    margin: 0 18px 0 0;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner div {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    border-radius: 4px;
    background-color: #2C73DC;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 20px;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner p {
    width: 100%;
    flex-shrink: 0;
    margin: 10px 0 0;
    color: #000000;
    font-size: 1rem;
    line-height: 1.75;
  }
  .top_eventinfo_cnt_list li a:hover {
    text-decoration: none;
  }
  .top_eventinfo_cnt_list li a:hover p {
    text-decoration: underline;
  }
  #top_btn_nambahatch {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0;
    padding: 0 0 5px;
  }
  #top_btn_nambahatch #top_btn_nambahatch_banner {
    display: block;
    width: 100%;
    margin: 0 0 13px;
  }
  #top_btn_nambahatch #top_btn_nambahatch_banner div {
    transition: 0.3s;
    line-height: 0;
  }
  #top_btn_nambahatch #top_btn_nambahatch_banner div:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  #top_btn_nambahatch #top_btn_nambahatch_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 1rem;
    line-height: 1;
  }
  #top_btn_nambahatch #top_btn_nambahatch_txt::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background: url("../images/common/icon_arrow_s_black.svg") no-repeat center center;
    background-size: contain;
    margin: 0 8px 0 0;
  }
  #top_btn_nambahatch #top_btn_nambahatch_txt::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../images/common/icon_openinnew.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 11px;
  }
}
@media screen and (min-width: 1180px) {
  .top_eventinfo_cnt .top_eventinfo_cnt_ttl h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top_eventinfo {
    width: 92%;
    margin: 0 auto 55px;
  }
  #top_eventinfo .top_midashi {
    margin: 0 0 25px;
  }
  #top_eventinfo_cnt_wrap {
    width: 100%;
  }
  .top_eventinfo_cnt {
    width: 100%;
  }
  .top_eventinfo_cnt_ttl {
    width: 100%;
    padding: 0 0 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_eventinfo_cnt_ttl h4 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 10px 0 0;
  }
  .top_eventinfo_cnt_ttl h4 br {
    display: none;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_ttl {
    border-bottom: 2px #003B93 solid;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_ttl {
    border-bottom: 2px #F90D0D solid;
  }
  .top_eventinfo_cnt_link {
    width: 120px;
    height: 36px;
    flex-shrink: 0;
  }
  .top_eventinfo_cnt_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1;
    transition: 0.3s;
  }
  .top_eventinfo_cnt_link a::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url("../images/common/icon_arrow_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 5px;
    transition: 0.3s;
  }
  .top_eventinfo_cnt_link a:hover {
    text-decoration: none;
    transition: 0.3s;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_link a {
    background-color: #003B93;
    border: 2px #003B93 solid;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_link a:hover {
    background-color: #ffffff;
    color: #003B93;
  }
  #top_eventinfo_plaza .top_eventinfo_cnt_link a:hover::after {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_link a {
    background-color: #F90D0D;
    border: 2px #F90D0D solid;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_link a:hover {
    background-color: #ffffff;
    color: #F90D0D;
  }
  #top_eventinfo_hatch .top_eventinfo_cnt_link a:hover::after {
    background: url("../images/common/icon_arrow_orange.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  .top_eventinfo_cnt_list {
    width: 100%;
    padding: 19px 0 0;
  }
  .top_eventinfo_cnt_list li {
    width: 100%;
    margin: 0 0 19px;
    padding: 0 0 15px;
    border-bottom: 1px #E6E6E6 solid;
  }
  .top_eventinfo_cnt_list li:last-child {
    margin-bottom: 0 !important;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner time {
    color: #000000;
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0 18px 0 0;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner div {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    border-radius: 4px;
    background-color: #2C73DC;
    color: #ffffff;
    font-size: 0.625rem;
    line-height: 20px;
  }
  .top_eventinfo_cnt_list li .top_eventinfo_cnt_list_inner p {
    width: 100%;
    flex-shrink: 0;
    margin: 7px 0 0;
    color: #000000;
    font-size: 0.8125rem;
    line-height: 1.538;
  }
  .top_eventinfo_cnt_list li a:hover {
    text-decoration: none;
  }
  .top_eventinfo_cnt_list li a:hover p {
    text-decoration: underline;
  }
  #top_eventinfo_plaza {
    margin: 0 0 30px;
  }
  #top_btn_nambahatch {
    width: 100%;
    max-width: 280px;
    margin: 19px auto 0;
    padding: 0 0 5px;
  }
  #top_btn_nambahatch #top_btn_nambahatch_banner {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  #top_btn_nambahatch #top_btn_nambahatch_banner div {
    transition: 0.3s;
    line-height: 0;
  }
  #top_btn_nambahatch #top_btn_nambahatch_banner div:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  #top_btn_nambahatch #top_btn_nambahatch_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 0.8125rem;
    line-height: 1;
  }
  #top_btn_nambahatch #top_btn_nambahatch_txt::before {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    background: url("../images/common/icon_arrow_s_black.svg") no-repeat center center;
    background-size: contain;
    margin: 0 7px 0 0;
  }
  #top_btn_nambahatch #top_btn_nambahatch_txt::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/common/icon_openinnew.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
  }
}
/*----------------------------------------
トップ：湊町リバープレイスについて
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_about {
    width: 100%;
    margin: 0 0 95px;
  }
  #top_about_cnt {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #top_about_cnt .top_midashi {
    margin: 0 0 42px;
  }
  #top_about_cnt .top_midashi .top_midashi_en {
    color: #003B93;
  }
  #top_about_cnt #top_about_txt_btn {
    width: 100%;
    margin: 0 0 35px;
  }
  #top_about_btn {
    width: 240px;
    height: 64px;
  }
  #top_about_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #003B93;
    border: 2px #003B93 solid;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    transition: 0.3s;
  }
  #top_about_btn a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 25px;
  }
  #top_about_btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #003B93 !important;
    transition: 0.3s;
  }
  #top_about_btn a:hover::after {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center !important;
    background-size: contain;
  }
  #top_about_bg {
    width: 100%;
    height: 800px;
    background-color: #dadada;
  }
  #top_about_bg .swiper-wrapper {
    height: 800px !important;
    transition-timing-function: linear;
  }
  #top_about_bg .swiper-slide {
    width: 640px !important;
    height: 800px !important;
    line-height: 0;
  }
}
@media screen and (min-width: 1180px) {
  #top_about_txt_btn {
    display: flex;
    align-items: center;
  }
  #top_about_txt {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 1179px) and (min-width: 768px) {
  #top_about_txt {
    margin: 0 0 25px;
  }
  #top_about_txt br:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top_about {
    width: 100%;
    margin: 0 0 55px;
  }
  #top_about_cnt {
    width: 92%;
    margin: 0 auto;
  }
  #top_about_cnt .top_midashi {
    text-align: center;
    margin: 0 0 20px;
  }
  #top_about_cnt .top_midashi .top_midashi_en {
    color: #003B93;
  }
  #top_about_cnt #top_about_txt_btn {
    width: 100%;
    margin: 0 0 25px;
  }
  #top_about_txt {
    width: 100%;
    margin: 0 0 20px;
  }
  #top_about_txt br {
    display: none;
  }
  #top_about_btn {
    width: 200px;
    height: 44px;
    margin: 0 auto;
  }
  #top_about_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #003B93;
    border: 2px #003B93 solid;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
    transition: 0.3s;
  }
  #top_about_btn a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 25px;
  }
  #top_about_btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #003B93 !important;
    transition: 0.3s;
  }
  #top_about_btn a:hover::after {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center !important;
    background-size: contain;
  }
  #top_about_bg {
    width: 92%;
    height: 400px;
    background-color: #dadada;
    margin: 0 auto;
  }
  #top_about_bg .swiper-wrapper {
    height: 400px !important;
    transition-timing-function: linear;
  }
  #top_about_bg .swiper-slide {
    width: 320px !important;
    height: 400px !important;
    line-height: 0;
  }
}
/*----------------------------------------
トップ：イベントスペース　プラザ
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_plaza {
    width: 96%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 100px;
  }
  #top_plaza .top_midashi {
    text-align: center;
    margin: 0 0 45px;
  }
  #top_plaza .top_midashi .top_midashi_en {
    color: #003B93;
  }
  #top_plaza_map_wrap {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto 100px;
    position: relative;
  }
  #top_plaza_map_wrap #top_plaza_map {
    width: 100%;
    line-height: 0;
  }
  #top_plaza_map_wrap .top_plaza_img_sp {
    display: none;
  }
  #top_plaza_map_wrap .top_plaza_btn_sp {
    display: none;
  }
  #top_plaza_map_wrap .top_plaza_map_link {
    line-height: 0;
  }
  #top_plaza_map_wrap .top_plaza_map_link a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 0.2s;
  }
  #top_plaza_map_wrap .top_plaza_map_link a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  #top_plaza_map_wrap #top_plaza_map_link_plaza3 {
    width: 26.1%;
    max-width: 287px;
    aspect-ratio: 287/314;
    position: absolute;
    bottom: 14%;
    left: -3.6%;
  }
  #top_plaza_map_wrap #top_plaza_map_link_plaza3 img:first-child {
    width: 84%;
    max-width: 240px;
  }
  #top_plaza_map_wrap #top_plaza_map_link_plaza1 {
    width: 26.1%;
    max-width: 287px;
    aspect-ratio: 287/314;
    position: absolute;
    bottom: 0.7%;
    right: -2.1%;
  }
  #top_plaza_map_wrap #top_plaza_map_link_plaza1 img:first-child {
    width: 84%;
    max-width: 240px;
  }
  #top_plaza_map_wrap #top_plaza_map_link_hatch {
    width: 29.2%;
    max-width: 321px;
    aspect-ratio: 321/314;
    position: absolute;
    bottom: -4%;
    left: 34.9%;
    z-index: 2;
  }
  #top_plaza_map_wrap #top_plaza_map_link_hatch img:first-child {
    width: 75%;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #top_plaza {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 35px;
  }
  #top_plaza .top_midashi {
    text-align: center;
    margin: 0 0 20px;
  }
  #top_plaza .top_midashi .top_midashi_en {
    color: #003B93;
  }
  #top_plaza > p {
    width: 92%;
    margin: 0 auto 15px;
  }
  #top_plaza > p br {
    display: none;
  }
  #top_plaza_map_wrap {
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #top_plaza_map_wrap #top_plaza_map {
    display: none;
  }
  #top_plaza_map_wrap .top_plaza_img_pc {
    display: none;
  }
  #top_plaza_map_wrap .top_plaza_btn_pc {
    display: none;
  }
  #top_plaza_map_wrap .top_plaza_map_link {
    line-height: 0;
  }
  #top_plaza_map_wrap .top_plaza_map_link a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 0.2s;
  }
  #top_plaza_map_wrap .top_plaza_map_link a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  #top_plaza_map_wrap .top_plaza_map_link a .top_plaza_img_sp {
    margin: 0 0 5px;
  }
  #top_plaza_map_wrap #top_plaza_map_link_plaza3 {
    width: 41.8%;
    margin: 0 5% 20px 0;
  }
  #top_plaza_map_wrap #top_plaza_map_link_plaza1 {
    width: 41.8%;
    margin: 0 0 20px;
  }
  #top_plaza_map_wrap #top_plaza_map_link_hatch {
    width: 45.4%;
  }
  #top_plaza_map_wrap #top_plaza_map_link_hatch .top_plaza_img_sp {
    width: 92.1%;
  }
}
/*----------------------------------------
トップ：イベントレポート
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_enentrpt {
    width: 100%;
    background-color: #0060B7;
    margin: 0 0 100px;
    padding: 100px 0 60px;
  }
  #top_enentrpt .top_midashi {
    color: #ffffff;
    margin: 0 0 45px;
  }
  #top_enentrpt #top_enentrpt_inner {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto 50px;
  }
  #top_enentrpt #top_enentrpt_txt_wrap {
    display: flex;
  }
  #top_enentrpt .top_p_txt {
    color: #ffffff;
  }
  #top_enentrpt_link {
    width: 220px;
    height: 64px;
    flex-shrink: 0;
    margin: 0 0 0 50px;
  }
  #top_enentrpt_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px #ffffff solid;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    transition: 0.3s;
  }
  #top_enentrpt_link a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 25px;
  }
  #top_enentrpt_link a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #0060B7 !important;
    transition: 0.3s;
  }
  #top_enentrpt_link a:hover::after {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center !important;
    background-size: contain;
  }
  #top_enentrpt_slider_wrap {
    width: 100%;
  }
  #top_enentrpt_slider_wrap #top_enentrpt_slider {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #top_enentrpt_slider_wrap .swiper {
    width: calc(100% + (100vw - 1280px) / 2);
    overflow: hidden;
  }
  #top_enentrpt_slider .swiper-slide {
    width: 400px;
    height: auto;
    min-height: 450px;
    background-color: #ffffff;
    padding: 20px 20px 25px !important;
  }
  #top_enentrpt_slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #top_enentrpt_slider .swiper-slide a .top_slider_img {
    width: 100%;
    aspect-ratio: 9/7;
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 0;
  }
  #top_enentrpt_slider .swiper-slide a .top_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  #top_enentrpt_slider .swiper-slide a time {
    display: block;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1;
    margin: 11px 0 15px;
  }
  #top_enentrpt_slider .swiper-slide a h5 {
    color: #000000;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  #top_enentrpt_slider .swiper-slide a:hover {
    text-decoration: none;
  }
  #top_enentrpt_slider .swiper-slide a:hover .top_slider_img img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  #top_enentrpt_slider .swiper-slide a:hover h5 {
    text-decoration: underline;
  }
  #swiper-prevnext {
    display: flex;
    padding: 35px 6px 50px;
  }
  #swiper-prevnext div {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px #ffffff solid;
    background-color: #0060B7;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
  }
  #swiper-prevnext div:first-child {
    margin: 0 32px 0 0;
  }
  #swiper-prevnext div:hover {
    background-color: #ffffff;
    transition: 0.3s;
  }
  #swiper-prevnext div::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.3s;
  }
  #swiper-prevnext .swiper-prev::before {
    background: url("../images/top/top_slide_prev_white.svg") no-repeat center center;
    background-size: contain;
  }
  #swiper-prevnext .swiper-prev:hover::before {
    background: url("../images/top/top_slide_prev_blue.svg") no-repeat center center;
    background-size: contain;
  }
  #swiper-prevnext .swiper-next::before {
    background: url("../images/top/top_slide_next_white.svg") no-repeat center center;
    background-size: contain;
  }
  #swiper-prevnext .swiper-next:hover::before {
    background: url("../images/top/top_slide_next_blue.svg") no-repeat center center;
    background-size: contain;
  }
  #top_enentrpt_link_sp {
    display: none;
  }
  #top_enentrpt_dl {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 35px 40px;
    border: 1px #ffffff solid;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  #top_enentrpt_dl_txt {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.875;
    margin: 0 40px 0 0;
  }
  #top_enentrpt_dl_txt a {
    color: #ffffff;
  }
  #top_enentrpt_dl_btn {
    width: 240px;
    height: 56px;
    flex-shrink: 0;
  }
  #top_enentrpt_dl_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px #ffffff solid;
    padding: 0 20px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a span {
    display: flex;
    align-items: center;
  }
  #top_enentrpt_dl_btn a span::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background: url("../images/common/icon_arrow_s_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a::after {
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    background: url("../images/common/icon_download_white.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a:hover {
    background-color: #ffffff;
    color: #0060B7;
    text-decoration: none !important;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a:hover span::before {
    background: url("../images/common/icon_arrow_s_blue.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a:hover::after {
    background: url("../images/common/icon_download_blue.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
  #top_enentrpt_slider_wrap #top_enentrpt_slider {
    width: 100% !important;
    max-width: none !important;
  }
  #top_enentrpt_slider_wrap .swiper {
    width: 98% !important;
    margin-left: 2%;
  }
  #swiper-prevnext {
    display: flex;
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  #top_enentrpt {
    width: 100%;
    background-color: #0060B7;
    margin: 0 0 30px;
    padding: 55px 0 30px;
  }
  #top_enentrpt .top_midashi {
    color: #ffffff;
    margin: 0 0 20px;
  }
  #top_enentrpt #top_enentrpt_inner {
    width: 92%;
    margin: 0 auto 15px;
  }
  #top_enentrpt #top_enentrpt_txt_wrap {
    display: flex;
  }
  #top_enentrpt .top_p_txt {
    color: #ffffff;
  }
  #top_enentrpt_link {
    display: none;
  }
  #top_enentrpt_slider_wrap {
    width: 100%;
  }
  #top_enentrpt_slider_wrap #top_enentrpt_slider {
    width: 100%;
  }
  #top_enentrpt_slider_wrap .swiper {
    width: 96%;
    margin-left: 4%;
    overflow: hidden;
  }
  #top_enentrpt_slider .swiper-slide {
    width: 220px;
    height: auto;
    min-height: 275px;
    background-color: #ffffff;
    padding: 10px 10px 15px !important;
  }
  #top_enentrpt_slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #top_enentrpt_slider .swiper-slide a .top_slider_img {
    width: 100%;
    aspect-ratio: 9/7;
    margin: 0 0 2px;
    overflow: hidden;
    line-height: 0;
  }
  #top_enentrpt_slider .swiper-slide a .top_slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
  }
  #top_enentrpt_slider .swiper-slide a span {
    font-size: 0.625rem;
  }
  #top_enentrpt_slider .swiper-slide a time {
    display: block;
    color: #000000;
    font-size: 0.75rem;
    line-height: 1;
    margin: 9px 0 8px;
  }
  #top_enentrpt_slider .swiper-slide a h5 {
    color: #000000;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  #top_enentrpt_slider .swiper-slide a:hover {
    text-decoration: none;
  }
  #top_enentrpt_slider .swiper-slide a:hover .top_slider_img img {
    transform: scale(1.1, 1.1);
    transition: 0.2s;
  }
  #top_enentrpt_slider .swiper-slide a:hover h5 {
    text-decoration: underline;
  }
  #swiper-prevnext {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
  }
  #swiper-prevnext div {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px #ffffff solid;
    background-color: #0060B7;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
  }
  #swiper-prevnext div:first-child {
    margin: 0 32px 0 0;
  }
  #swiper-prevnext div::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.3s;
  }
  #swiper-prevnext .swiper-prev::before {
    background: url("../images/top/top_slide_prev_white.svg") no-repeat center center;
    background-size: contain;
  }
  #swiper-prevnext .swiper-next::before {
    background: url("../images/top/top_slide_next_white.svg") no-repeat center center;
    background-size: contain;
  }
  #top_enentrpt_link_sp {
    width: 200px;
    height: 44px;
    flex-shrink: 0;
    margin: 0 auto 40px;
  }
  #top_enentrpt_link_sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px #ffffff solid;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1;
    transition: 0.3s;
  }
  #top_enentrpt_link_sp a::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 25px;
  }
  #top_enentrpt_link_sp a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #0060B7 !important;
    transition: 0.3s;
  }
  #top_enentrpt_link_sp a:hover::after {
    background: url("../images/common/icon_arrow_blue.svg") no-repeat center center !important;
    background-size: contain;
  }
  #top_enentrpt_dl {
    width: 92%;
    margin: 0 auto;
    padding: 16px 20px 20px;
    border: 1px #ffffff solid;
    border-radius: 10px;
  }
  #top_enentrpt_dl_txt {
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.6;
    margin: 0 0 15px;
  }
  #top_enentrpt_dl_txt a {
    color: #ffffff;
  }
  #top_enentrpt_dl_btn {
    width: 100%;
    height: 52px;
  }
  #top_enentrpt_dl_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px #ffffff solid;
    padding: 0 20px;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a span {
    display: flex;
    align-items: center;
  }
  #top_enentrpt_dl_btn a span::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background: url("../images/common/icon_arrow_s_white.svg") no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a::after {
    content: "";
    display: block;
    width: 18px;
    height: 22px;
    background: url("../images/common/icon_download_white.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a:hover {
    background-color: #ffffff;
    color: #0060B7;
    text-decoration: none !important;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a:hover span::before {
    background: url("../images/common/icon_arrow_s_blue.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
  #top_enentrpt_dl_btn a:hover::after {
    background: url("../images/common/icon_download_blue.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s;
  }
}
/*----------------------------------------
トップ：イベントをお考えの方へ
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_guide {
    width: 100%;
  }
  #top_guide #top_guide_inner {
    width: 96%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 260px;
  }
  #top_guide .top_midashi {
    margin: 0 0 45px;
  }
  #top_guide_cnt {
    width: 47%;
    max-width: 600px;
    order: 1;
  }
  #top_guide_cnt ul {
    margin: 60px 0 0;
  }
  #top_guide_cnt ul li {
    margin: 0 0 40px;
    line-height: 0;
  }
  #top_guide_cnt ul li a {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
  }
  #top_guide_cnt ul li a span {
    display: flex;
    align-items: center;
  }
  #top_guide_cnt ul li a span::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_black.svg") no-repeat center center;
    background-size: contain;
    margin: 0 25px 0 0;
  }
  #top_guide_cnt ul li a:hover {
    color: #003B93;
    text-decoration: none;
  }
  #top_guide_img {
    width: 44%;
    max-width: 560px;
    position: relative;
    order: 2;
  }
  #top_guide_img div {
    line-height: 0;
  }
}
@media screen and (min-width: 1367px) {
  #top_guide_img02 {
    width: 72%;
    max-width: 400px;
    position: absolute;
    right: 57%;
    bottom: -20%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1180px) {
  #top_guide_img02 {
    width: 72%;
    max-width: 400px;
    position: absolute;
    right: 57%;
    bottom: -30% !important;
  }
}
@media screen and (max-width: 1179px) and (min-width: 768px) {
  #top_guide #top_guide_inner {
    margin: 0 auto 100px;
  }
  #top_guide_img02 {
    width: 100% !important;
    max-width: none !important;
    position: relative !important;
    right: 0 !important;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #top_guide_img {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #top_guide {
    width: 92%;
    margin: 0 auto 70px;
  }
  #top_guide #top_guide_inner {
    width: 100%;
  }
  #top_guide .top_midashi {
    margin: 0 0 20px;
  }
  #top_guide_cnt {
    width: 100%;
  }
  #top_guide_cnt ul {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 0 0 35px;
  }
  #top_guide_cnt ul li {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
  }
  #top_guide_cnt ul li:last-child {
    margin-bottom: 0;
  }
  #top_guide_cnt ul li a {
    color: #000000;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
  }
  #top_guide_cnt ul li a span {
    display: flex;
    align-items: center;
  }
  #top_guide_cnt ul li a span::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("../images/common/icon_arrow_black.svg") no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
  }
  #top_guide_cnt ul li a:hover {
    color: #003B93;
    text-decoration: none;
  }
  #top_guide_img {
    width: 100%;
    aspect-ratio: 35/47;
    margin: 0 0 15px;
    position: relative;
  }
  #top_guide_img #top_guide_img01 {
    width: 80%;
    line-height: 0;
  }
  #top_guide_img #top_guide_img02 {
    width: 50%;
    line-height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/*----------------------------------------
トップ：アクセス
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_access {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto 100px;
  }
  #top_access .top_midashi {
    margin: 0 0 45px;
  }
  .top_access_midashi {
    display: inline-block;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    border-bottom: 1px #000000 solid;
    margin: 0 0 40px;
  }
  .top_access_midashi span {
    display: flex;
    align-items: center;
  }
  #top_access_train {
    width: 100%;
    margin: 0 0 100px;
  }
  #top_access_train .top_access_midashi {
    padding: 0 10px 14px;
  }
  #top_access_train .top_access_midashi span::before {
    content: "";
    display: block;
    width: 28px;
    height: 33px;
    background: url("../images/common/icon_train.svg") no-repeat center center;
    background-size: contain;
    margin: 0 20px 0 0;
  }
  #top_access_train_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #top_access_train_map {
    width: 49%;
    max-width: 620px;
    border: 1px #cccccc solid;
    line-height: 0;
  }
  #top_access_train_cnt {
    width: 49%;
    max-width: 620px;
  }
  #top_access_train_cnt h5 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 30px;
  }
  #top_access_train_cnt dl {
    margin: 0 0 20px;
  }
  #top_access_train_cnt dl dt {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2.125;
  }
  #top_access_train_cnt dl dd {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.125;
  }
  #top_access_train_cnt dl dd span {
    border-bottom: 1px #000000 solid;
  }
  #top_access_car {
    width: 100%;
  }
  #top_access_car .top_access_midashi {
    padding: 0 10px 13px;
  }
  #top_access_car .top_access_midashi span::before {
    content: "";
    display: block;
    width: 32px;
    height: 28px;
    background: url("../images/common/icon_car.svg") no-repeat center center;
    background-size: contain;
    margin: 0 18px 0 0;
  }
  .top_access_car_2col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #top_access_car_map {
    width: 49%;
    max-width: 620px;
    aspect-ratio: 620/800;
    background-color: #dadada;
  }
  #top_access_car_map iframe {
    width: 100%;
    height: 100%;
  }
  #top_access_route_highway {
    width: 49%;
    max-width: 620px;
  }
  #top_access_route_highway #top_access_route_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route {
    width: 49%;
    max-width: 302px;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route div {
    margin: 0 0 5px;
    line-height: 0;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route p {
    font-size: 1rem;
    line-height: 1.4;
    display: flex;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route p span {
    font-size: 1.0625rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #top_access_route_highway #top_access_highway {
    width: 100%;
  }
  #top_access_route_highway #top_access_highway h5 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 15px;
  }
  #top_access_route_highway #top_access_highway #top_access_highway_note {
    color: #E00606;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 35px;
  }
  #top_access_route_highway #top_access_highway dl {
    width: 100%;
    margin: 0 0 40px;
  }
  #top_access_route_highway #top_access_highway dl dt {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
    margin: 0 0 20px;
  }
  #top_access_route_highway #top_access_highway dl dd {
    font-size: 1rem;
    line-height: 1.75;
    word-wrap: break-word;
  }
  #top_access_route_highway #top_access_highway dl dd ul li {
    margin: 0 0 15px;
  }
  #top_access_route_highway #top_access_highway dl dd ul li:last-child {
    margin: 0 !important;
  }
  #top_access_route_highway #top_access_highway dl dd ul li > span {
    display: block;
  }
  #top_access_route_highway #top_access_highway dl dd ul li span span {
    font-size: 1.0625rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #top_access_route_highway #top_access_highway dl dd ul li a {
    color: #000000;
  }
  #top_access_route_highway #top_access_highway dl dd ul li a:hover {
    text-decoration: underline;
  }
  #top_access_parking {
    width: 100%;
    margin: 90px 0 0;
  }
  #top_access_parking h5 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 30px;
  }
  #top_access_parking .top_access_car_2col div {
    width: 49%;
    max-width: 620px;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  #top_access {
    width: 92%;
    margin: 0 auto 75px;
  }
  #top_access .top_midashi {
    margin: 0 0 25px;
  }
  .top_access_midashi {
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    border-bottom: 1px #000000 solid;
    margin: 0 0 20px;
  }
  .top_access_midashi span {
    display: flex;
    align-items: center;
  }
  #top_access_train {
    width: 100%;
    margin: 0 0 50px;
  }
  #top_access_train .top_access_midashi {
    padding: 0 10px 12px 7.5px;
  }
  #top_access_train .top_access_midashi span::before {
    content: "";
    display: block;
    width: 21px;
    height: 25px;
    background: url("../images/common/icon_train.svg") no-repeat center center;
    background-size: contain;
    margin: 0 17px 0 0;
  }
  #top_access_train_inner {
    width: 100%;
  }
  #top_access_train_map {
    width: 100%;
    border: 1px #cccccc solid;
    margin: 0 0 20px;
    line-height: 0;
  }
  #top_access_train_cnt {
    width: 100%;
  }
  #top_access_train_cnt h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 13px;
  }
  #top_access_train_cnt dl {
    margin: 0 0 12px;
  }
  #top_access_train_cnt dl dt {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.7;
  }
  #top_access_train_cnt dl dd {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.692;
  }
  #top_access_train_cnt dl dd span {
    border-bottom: 1px #000000 solid;
  }
  #top_access_car {
    width: 100%;
  }
  #top_access_car .top_access_midashi {
    padding: 0 10px 11px 6px;
  }
  #top_access_car .top_access_midashi span::before {
    content: "";
    display: block;
    width: 24px;
    height: 21px;
    background: url("../images/common/icon_car.svg") no-repeat center center;
    background-size: contain;
    margin: 0 16px 0 0;
  }
  .top_access_car_2col {
    width: 100%;
  }
  #top_access_car_map {
    width: 100%;
    aspect-ratio: 35/55;
    background-color: #dadada;
    margin: 0 0 40px;
  }
  #top_access_car_map iframe {
    width: 100%;
    height: 100%;
  }
  #top_access_route_highway {
    width: 100%;
  }
  #top_access_route_highway #top_access_route_wrap {
    width: 100%;
    margin: 0 0 60px;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route {
    width: 88%;
    margin: 0 auto;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route:first-child {
    margin-bottom: 12px;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route div {
    margin: 0 0 5px;
    line-height: 0;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route p {
    font-size: 0.875rem;
    line-height: 1.4;
    display: flex;
  }
  #top_access_route_highway #top_access_route_wrap .top_access_route p span {
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #top_access_route_highway #top_access_highway {
    width: 100%;
  }
  #top_access_route_highway #top_access_highway h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
  }
  #top_access_route_highway #top_access_highway #top_access_highway_note {
    color: #E00606;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  #top_access_route_highway #top_access_highway dl {
    width: 100%;
    margin: 0 0 40px;
  }
  #top_access_route_highway #top_access_highway dl:last-of-type {
    margin-bottom: 0;
  }
  #top_access_route_highway #top_access_highway dl dt {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 0 20px;
  }
  #top_access_route_highway #top_access_highway dl dd {
    font-size: 0.875rem;
    line-height: 1.57;
    word-wrap: break-word;
  }
  #top_access_route_highway #top_access_highway dl dd ul li {
    margin: 0 0 20px;
  }
  #top_access_route_highway #top_access_highway dl dd ul li:last-child {
    margin: 0 !important;
  }
  #top_access_route_highway #top_access_highway dl dd ul li > span {
    display: block;
    padding-bottom: 3px;
  }
  #top_access_route_highway #top_access_highway dl dd ul li span span {
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", serif !important;
  }
  #top_access_route_highway #top_access_highway dl dd ul li a {
    color: #000000;
  }
  #top_access_route_highway #top_access_highway dl dd ul li a:hover {
    text-decoration: underline;
  }
  .top_access_highway_num_list li > span {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #top_access_parking {
    width: 100%;
    margin: 55px 0 0;
  }
  #top_access_parking h5 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 25px;
  }
  #top_access_parking .top_access_car_2col div {
    width: 100%;
    line-height: 0;
  }
  #top_access_parking .top_access_car_2col div:first-child {
    margin: 0 0 30px;
  }
}
/*----------------------------------------
トップ：ショップリスト
----------------------------------------*/
@media screen and (min-width: 768px) {
  #top_shop {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto 50px;
  }
  #top_shop h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
  }
  #top_shop h4 #top_shop_midashi_en {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 3.125rem;
    line-height: 1;
    margin: 0 0 7px;
  }
  #top_shop h4 #top_shop_midashi_en::before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000000;
    margin: 0 20px 0 0;
  }
  #top_shop h4 #top_shop_midashi_en::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000000;
    margin: 0 0 0 20px;
  }
  #top_shop h4 #top_shop_midashi_ja {
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
  }
  #top_shop_list {
    width: 100%;
    max-width: 1020px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #top_shop_list::after {
    content: "";
    width: 32%;
    display: block;
  }
  #top_shop_list li {
    width: 32%;
    max-width: 320px;
    margin: 0 0 45px;
    position: relative;
  }
  #top_shop_list li div {
    border: 1px #cccccc solid;
    margin: 0 0 12px;
    line-height: 0;
    overflow: hidden;
    transition: 0.2s;
  }
  #top_shop_list li div img {
    transition: 0.2s;
  }
  #top_shop_list li div .top_shop_img_sp {
    display: none;
  }
  #top_shop_list li span {
    display: block;
    width: 50px;
    height: 30px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top_shop_list li p {
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  #top_shop_list li h5 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #top_shop {
    width: 100%;
    margin: 0 auto 20px;
  }
  #top_shop h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
  }
  #top_shop h4 #top_shop_midashi_en {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 1px;
  }
  #top_shop h4 #top_shop_midashi_en::before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000000;
    margin: 0 20px 0 0;
  }
  #top_shop h4 #top_shop_midashi_en::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000000;
    margin: 0 0 0 20px;
  }
  #top_shop h4 #top_shop_midashi_ja {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
  }
  #top_shop_list {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #top_shop_list::after {
    content: "";
    width: 48.6%;
    display: block;
  }
  #top_shop_list li {
    width: 48.6%;
    margin: 0 0 30px;
    position: relative;
  }
  #top_shop_list li div {
    border: 1px #cccccc solid;
    margin: 0 0 5px;
    line-height: 0;
    overflow: hidden;
    transition: 0.2s;
  }
  #top_shop_list li div img {
    transition: 0.2s;
  }
  #top_shop_list li div .top_shop_img_pc {
    display: none;
  }
  #top_shop_list li span {
    display: block;
    width: 40px;
    height: 30px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #top_shop_list li p {
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0 0 3px;
  }
  #top_shop_list li h5 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
  }
}