@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .sp-pd {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-pd {
    padding: 0 6.667vw;
  }
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 1.5em 0;
  border-bottom: #c7c7c7 1px solid;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}
@media only screen and (max-width: 767px) {
  .footer-menu ul {
    display: flex;
    flex-direction: column;
    padding: 2em 0 1.5rem;
  }
}
.footer-menu ul li {
  margin-bottom: 0;
}
.footer-menu ul li a {
  color: #008ef0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer-menu ul li a {
    font-size: 13px;
    margin-bottom: 2px;
    padding-right: 14px;
  }
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}

body.is-fixed {
  width: 100%;
  overflow-y: hidden;
  position: fixed;
}

.main {
  background-image: url("/id/promotion/japan_contents_of_ASEAN/japan_dining/images/main_bg.png");
  background-repeat: repeat;
}
.main-kv {
  position: relative;
  text-align: center;
}
.main-wrapper {
  max-width: 933px;
  margin: 0 auto;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .main-wrapper {
    padding: 6.4vw 0;
  }
}
.main-title {
  font-size: 42px;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 8.533vw;
    margin: 0 0 6.4vw;
  }
}
.main-txt {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-txt {
    font-size: 4.8vw;
    margin-bottom: 4.267vw;
  }
}
.main-button {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .main-button {
    margin-top: 6.4vw;
  }
}
.main-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 32px;
  max-width: 324px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .main-button a {
    font-size: 4.8vw;
    max-width: 86.4vw;
    border-radius: 8.533vw;
    height: 14.933vw;
  }
}
.main-button a::before {
  content: "";
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.247' height='10.542' viewBox='0 0 6.247 10.542'%3E%3Cg id='angle-down' transform='translate(6.247) rotate(90)'%3E%3Cpath d='M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,1,0-1.41,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59a1,1,0,0,0,0-1.42Z' transform='translate(-6.754 -8.879)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 6.247px;
  height: 10.542px;
  margin-left: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main-button a::before {
    width: 1.666vw;
    height: 2.811vw;
    margin-left: 4vw;
  }
}
.main-button a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  opacity: 0.8;
}
.main-note {
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .main-note {
    margin-top: 6.4vw 0 0;
  }
}
.main-note li {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main-note li {
    font-size: 3.2vw;
  }
}

.anchor {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .anchor {
    margin: 0 0 6.4vw;
  }
}
.anchor-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 0 24px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .anchor-title {
    font-size: 4.8vw;
    margin: 0;
    padding: 0 0 4.267vw;
    border-bottom: 0.267vw solid #707070;
  }
}
.anchor-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: solid 1px #707070;
}
@media only screen and (max-width: 767px) {
  .anchor-list {
    display: block;
    border-bottom: none;
  }
}
.anchor-list li {
  font-size: 18px;
  line-height: 1.4;
  list-style: none;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .anchor-list li {
    font-size: 4.8vw;
    margin: 0;
    border-bottom: 0.267vw solid #707070;
  }
}
.anchor-list li a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .anchor-list li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 2.133vw 10.667vw 2.133vw 6.4vw;
  }
}
.anchor-list li a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.542 6.247'%3E%3Cpath d='M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,1,0-1.41,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59a1,1,0,0,0,0-1.42Z' transform='translate(-6.754 -8.879)' fill='%23fff'/%3E%3C/svg%3E%0A");
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10.542px;
  height: 6.247px;
  margin-left: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .anchor-list li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6.4vw;
    margin: 0;
    width: 2.811vw;
    height: 1.666vw;
  }
}

.aco-item {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .aco-item {
    margin-bottom: 4.267vw;
  }
}
.aco-header {
  position: relative;
  color: #E2CDB0;
  font-size: 32px;
  font-weight: 600;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  line-height: 1;
  background-color: #842C16;
  padding: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .aco-header {
    font-size: 7.467vw;
    padding: 4.267vw 10.667vw 4.267vw 4.267vw;
  }
}
.aco-header::after {
  content: "";
  position: absolute;
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: 0 0 0 0.5em;
  border: 6px solid transparent;
  border-left: 0 solid transparent;
  border-right: 8px solid #E2CDB0;
}
@media only screen and (max-width: 767px) {
  .aco-header::after {
    right: 6.4vw;
    border: 1.6vw solid transparent;
    border-right: 2.133vw solid #E2CDB0;
  }
}
.aco-header span {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .aco-header span {
    font-size: 4.8vw;
  }
}
.aco-header.active::after {
  margin: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #E2CDB0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .aco-header.active::after {
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-top: 2.133vw solid #E2CDB0;
  }
}
.aco-body {
  display: none;
}
.aco-body.active {
  display: block;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.list li {
  width: 25%;
  margin: 0;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  border-collapse: collapse;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .list li {
    width: 50%;
    border-right: solid 0.267vw #666666;
    border-bottom: solid 0.267vw #666666;
  }
  .list li:nth-of-type(2n) {
    border-right: none;
  }
}
.list li:nth-of-type(4n) {
  border-right: none;
}
.list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list li button {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .list li button {
    padding: 0 0 3.2vw;
  }
}
.list li button::before {
  content: "";
  position: absolute;
  background-image: url("/id/promotion/japan_contents_of_ASEAN/japan_dining/images/icon_blank.svg");
  background-size: cover;
  width: 20px;
  height: 18px;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .list li button::before {
    width: 5.33333333vw;
    height: 4.8vw;
    bottom: 3.2vw;
    right: 3.2vw;
  }
}
.list li button:hover {
  opacity: 0.8;
}
.list li .list-item {
  position: relative;
  width: 100%;
  padding: 0 0 20px;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .list li .list-item {
    padding: 0 0 3.2vw;
  }
}
.list--3col li {
  width: 33.33%;
}
.list--3col li:nth-of-type(3n) {
  border-right: none;
}
.list--3col li:nth-of-type(4n) {
  border-right: solid 1px #666666;
}
@media only screen and (max-width: 767px) {
  .list--3col li:nth-of-type(4n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .list--3col li {
    border-right: none;
    width: 100%;
  }
}
.list--3col .list-logo {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .list--3col .list-logo {
    height: auto;
  }
}
.list--3col .list-logo img {
  max-height: initial;
}
@media only screen and (max-width: 767px) {
  .list--3col .list-logo img {
    max-height: initial;
  }
}
.list-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .list-logo {
    height: 25.6vw;
  }
}
.list-logo img {
  max-height: 64px;
}
@media only screen and (max-width: 767px) {
  .list-logo img {
    max-height: 16vw;
  }
}
.list-tag {
  display: flex;
  text-align: left;
  margin-top: 8px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .list-tag {
    margin-top: 2.133vw;
    padding: 0 3.2vw;
  }
}
.list-tag span {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  padding: 2px 6px;
  background-color: #F8AC36;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .list-tag span {
    font-size: 2.667vw;
    padding: 0.533vw 1.6vw;
    border-radius: 1.6vw;
  }
}
.list-name {
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-top: 8px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .list-name {
    font-size: 4.8vw;
    margin-top: 2.133vw;
    padding: 0 3.2vw;
  }
}
.list-info {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  width: 100%;
  margin-top: 8px;
  padding: 0 20px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .list-info {
    font-size: 3.733vw;
    margin-top: 2.133vw;
    padding: 0 3.2vw;
  }
}
.list-region {
  font-size: 10px;
  color: #999;
  margin-top: 8px;
  padding: 0 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .list-region {
    font-size: 2.667vw;
    margin-top: 2.133vw;
    padding: 0 3.2vw;
  }
}
.list-map-img {
  border-bottom: solid 1px #666666;
}
@media only screen and (max-width: 767px) {
  .list-map-img {
    border-bottom: solid 0.2666666667vw #666666;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  background: none;
  min-width: auto;
  margin: 0 16px 0 auto;
  padding: 16px 0;
  border-radius: initial;
}
@media only screen and (max-width: 767px) {
  .more-btn {
    font-size: 4.267vw;
    padding: 4.267vw 0;
  }
}
.more-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 0.5em;
  border: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 14px solid #fff;
}
@media only screen and (max-width: 767px) {
  .more-btn::after {
    border: 2.133vw solid transparent;
    border-left: 3.733vw solid #fff;
  }
}
.more-btn:hover {
  background: none;
  color: #fff;
  opacity: 0.8;
}
.more-btn + .list {
  display: none;
}

.modal-container {
  position: relative;
  z-index: 1;
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
.modal-body {
  width: 758px;
  max-height: 648px;
  border-radius: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .modal-body {
    width: 100%;
    height: 94%;
    max-height: none;
    border-radius: 4.267vw 4.267vw 0 0;
    top: initial;
    bottom: 0;
    left: initial;
    transform: none;
    padding-bottom: 6.4vw;
  }
}
.modal-head {
  margin: 24px 0 32px;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .modal-head {
    margin: 6.4vw 0 4.267vw;
    padding: 0 6.4vw;
  }
}
.modal-inner {
  max-height: 512px;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .modal-inner {
    max-height: 82%;
    padding: 0 6.4vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .modal-inner {
    max-height: 72%;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-inner::-webkit-scrollbar {
    display: none;
  }
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}
.modal-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  background: #F8AC36;
  padding: 0 6px;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .modal-tag {
    font-size: 3.733vw;
    padding: 0 1.6vw;
    border-radius: 1.067vw;
    margin-bottom: 2.133vw;
  }
}
.modal-name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Helvetica", Arial, "Noto Sans", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .modal-name {
    font-size: 4.8vw;
  }
}
.modal-image {
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-image {
    margin: 0 calc(50% - 50vw);
    margin-bottom: 4.267vw;
    width: 100vw;
  }
}
.modal-image img {
  max-width: 375px;
}
@media only screen and (max-width: 767px) {
  .modal-image img {
    width: 100%;
  }
}
.modal-logo {
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-logo {
    margin-bottom: 4.267vw;
  }
}
.modal-text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-text {
    font-size: 4.267vw;
    margin-bottom: 4.267vw;
  }
}
.modal-list {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-list {
    margin-bottom: 4.267vw;
  }
}
.modal-list li {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.modal-list li::marker {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .modal-list li {
    font-size: 4.267vw;
  }
}
.modal-map {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .modal-map {
    width: 100%;
  }
}
.modal-map tr {
  text-align: right;
}
.modal-map th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .modal-map th {
    font-size: 4.267vw;
  }
}
.modal-map td {
  width: 72px;
}
@media only screen and (max-width: 767px) {
  .modal-map td {
    width: 48%;
    padding-left: 2.133vw;
  }
}
.modal-info {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .modal-info {
    width: 100%;
  }
}
.modal-link {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
@media only screen and (max-width: 767px) {
  .modal-link {
    display: block;
    gap: 0 6.4vw;
  }
}
.modal-link a {
  color: #0040B1;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modal-link a {
    font-size: 4.267vw;
    justify-content: center;
  }
}
.modal-link a::before {
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 0;
}
@media only screen and (max-width: 767px) {
  .modal-link th .link-map {
    justify-content: center;
  }
}
.modal-link .link-map {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .modal-link .link-map {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.modal-link .link-map::before {
  background-image: url("/id/promotion/japan_contents_of_ASEAN/japan_dining/images/icon_map.svg");
  background-size: cover;
  width: 20px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .modal-link .link-map::before {
    width: 5.333vw;
    height: 7.467vw;
  }
}
.modal-link .link-info::before {
  background-image: url("/id/promotion/japan_contents_of_ASEAN/japan_dining/images/icon_info.svg");
  background-size: cover;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .modal-link .link-info::before {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.simplebar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .simplebar-track {
    border-radius: 0 0 2.667vw 2.667vw;
  }
}/*# sourceMappingURL=style.css.map */