@charset "UTF-8";
.element._withBorder {
  border-top: 1px solid #dddddd;
}

.global-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.global-nav li {
  line-height: 1;
}

.text-description {
  font-size: 1.4rem;
}
.text-description._small {
  font-size: 1.3rem;
}
.text-description._large {
  font-size: 1.6rem;
}

.topics {
  border-top: 1px solid #DBDCDF;
}
.topics:last-child {
  border-bottom: 1px solid #DBDCDF;
}
.topics__link {
  display: grid;
  align-items: baseline;
}
.topics__date, .topics__tag {
  font-family: "Roboto", sans-serif;
  color: #909090;
}
.topics__date {
  position: relative;
}
.topics__date::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 17px;
  content: "";
  border-right: 1px dotted #D8D8D8;
  transform: translateY(-50%);
}

.list-update dd {
  line-height: 1.5;
}
.twoColumn__heading {
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #dddddd;
}
.twoColumn__item:only-child {
  grid-column: span 2;
}
.twoColumn__image img {
  width: 100%;
  height: auto;
}
.twoColumn .owl-carousel .owl-item .item {
  width: 100% !important;
}
.twoColumn .owl-carousel .owl-item img {
  width: 100%;
}
.twoColumn p a {
  text-decoration: underline;
}
.introImg img {
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
  height: 37px;
  padding: 8px 16px;
  border: 1px solid #dddddd;
}
.btn._blank::after {
  margin-bottom: -2px;
  content: url(../images/common/ico_blank.svg);
}

.modalContent {
  font-family: "Roboto", sans-serif;
}
.modalContent__nav {
  font-size: 1.8rem;
}
.modalContent__nav li:not(:last-child) {
  margin-bottom: 16px;
}
.modalContent__banner {
  margin-top: 24px;
}
.modalContent__info {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.modalContent__info a {
  text-decoration: underline;
}
.modalContent__footer {
  display: flex;
  gap: 35px;
  margin-top: 65px;
}
.modalContent__footerlogo {
  display: flex;
  align-items: center;
}
.modalContent__footerlogo a {
  display: flex;
  align-items: center;
}
.modalContent__footerlogo img {
  vertical-align: middle;
}
.modalContent__footerSns {
  display: flex;
  gap: 16px;
}
.modalContent__footerSnsIcon a {
  display: block;
  width: 28px;
  height: 28px;
  background: #333;
}
.modalContent__footerSnsIcon._ig a {
  -webkit-mask: url(../images/common/ico_instagram.svg) center center/auto 22px no-repeat;
          mask: url(../images/common/ico_instagram.svg) center center/auto 22px no-repeat;
}
.modalContent__footerSnsIcon._fb a {
  -webkit-mask: url(../images/common/ico_facebook.svg) center center/auto 24px no-repeat;
          mask: url(../images/common/ico_facebook.svg) center center/auto 24px no-repeat;
}
.modalContent__footerSnsIcon img {
  width: 100%;
  height: auto;
  pointer-events: none;
  pointer-events: none;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  user-select: none;
  opacity: 0;
}
.footer-content {
  padding-bottom: 56px;
}
.footer-content__inner {
  font-family: "Roboto", sans-serif;
}
.footer__nav {
  display: grid;
  grid-template-columns: auto 1fr;
}
.footer__nav li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.footer__info .name {
  margin-bottom: 8px;
}
.footer .hotel-list {
  font-family: "Roboto", sans-serif;
}
.footer .hotel-list li {
  font-size: 1.4rem;
}
.footer .hotel-list a:hover {
  opacity: 1;
}
.footer .bnr-megan {
  position: relative;
  top: inherit;
  right: inherit;
  width: inherit;
}
.footer .bnr-megan:first-child {
  margin-top: 0;
}
.footer .footer-logo {
  display: flex;
  align-items: center;
}
.footer .footer-logo .ico-sns {
  display: flex;
}
.footer .footer-logo .ico-sns a {
  display: block;
  padding: 0;
  background: #fff;
}
.footer .footer-logo .ico-sns img {
  width: 100%;
  height: auto;
  pointer-events: none;
  pointer-events: none;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  user-select: none;
  opacity: 0;
}

.footerLogoContainer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
}
.footerLogoContainer__left._globalHome {
  grid-row: span 2;
  order: 1;
}
.footerLogoContainer__tour._globalHome {
  order: 2;
}
.footerLogoContainer__banner._globalHome {
  order: 3;
}

.fooerBannerList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.fooerBannerList img {
  width: 100%;
  height: auto;
}

.footer__tour {
  order: 3;
  margin-right: 0;
  margin-left: auto;
}

.footerTourLinks {
  display: grid;
}
.footerTourLinks img {
  max-width: 100%;
}
.footerTourLinks__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.localnav-footer-sub ul:has(li:nth-child(2)) {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.bookNow {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.bookNow input,
.bookNow textarea,
.bookNow select {
  padding: 0 9px;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bookNow input:not([type=submit]),
.bookNow select {
  height: 30px;
}
.bookNow .field-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.bookNow input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 45px;
  font-size: 17px;
  color: #ff0000;
  background: #fff;
  border-radius: 100px;
}
.bookNow__title {
  margin-bottom: 33px;
  font-size: 21px;
}
.bookNow__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bookNow fieldset {
  display: flex;
  flex-direction: column;
}
.bookNow fieldset.children {
  margin-top: 10px;
}
.bookNow fieldset legend {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
.bookNow .children-selects {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bookNow .children-selects > div {
  display: flex;
}
.bookNow .children-selects > div > label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  text-align: left;
}
.bookNow .children-selects > div > label::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 9px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: calc( 9px / 2 ) solid transparent;
  border-top: 8px solid #000;
  border-bottom: 0;
  transform: translateY(-50%);
}
.bookNow .children-selects > div select {
  min-width: 90px;
}
.bookNow__nav {
  font-size: 1.8rem;
}
.bookNow__nav li:not(:last-child) {
  margin-bottom: 16px;
}
.bookNow__banner {
  margin-top: 24px;
}
.bookNow__info {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.bookNow__info a {
  text-decoration: underline;
}
.bookNow__footer {
  display: flex;
  gap: 35px;
  margin-top: 65px;
}
.bookNow__footerlogo {
  display: flex;
  align-items: center;
}
.bookNow__footerlogo a {
  display: flex;
  align-items: center;
}
.bookNow__footerlogo img {
  vertical-align: middle;
}
.bookNow__footerSns {
  display: flex;
  gap: 16px;
}
.bookNow__footerSnsIcon a {
  display: block;
  width: 28px;
  height: 28px;
  background: #333;
}
.bookNow__footerSnsIcon._ig a {
  -webkit-mask: url(../images/common/ico_instagram.svg) center center/auto 22px no-repeat;
          mask: url(../images/common/ico_instagram.svg) center center/auto 22px no-repeat;
}
.bookNow__footerSnsIcon._fb a {
  -webkit-mask: url(../images/common/ico_facebook.svg) center center/auto 24px no-repeat;
          mask: url(../images/common/ico_facebook.svg) center center/auto 24px no-repeat;
}
.bookNow__footerSnsIcon img {
  width: 100%;
  height: auto;
  pointer-events: none;
  pointer-events: none;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  user-select: none;
  opacity: 0;
}

/* header */
.global-nav-local ul li {
  margin-left: 12px;
}

.global-nav-local ul li.cart a {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
}

.global-nav-local ul li.cart a img {
  position: relative;
  top: -2px;
}

.global-nav-local ul li:first-child {
  margin-left: 0;
}

.global-nav-local .menu a:after {
  margin-left: 0;
}

/* footer */
.bnr-megan a:not(:last-child) {
  display: block;
  margin-bottom: 24px;
}

.animatedModal .modal-content .modal-local-nav li.store {
  margin-top: 40px;
}
/* shibuya top */
.ttl-chillmatic {
  display: flex;
}

.ttl-chillmatic__text span {
  display: block;
}

.element ._food p.en {
  letter-spacing: 0.01em;
}

.element p a.link-bracket {
  text-decoration: none;
}

.link-bracket {
  position: relative;
  display: flex;
  align-items: center;
}

.link-bracket::before {
  width: 10px;
  height: 1em;
  margin-top: -1px;
  margin-right: 10px;
  content: "";
  background: url(../images/common/bracket_red.svg) center center no-repeat;
}
.section._narrow {
  padding-right: 30px;
  padding-left: 30px;
}

.owl-carousel-card-no .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-carousel-card-no .owl-stage .owl-item .item {
  height: 100%;
  background: #f7f7f7;
}

.faq__sub {
  position: relative;
}

.faq__subList {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.faq__subLink {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq__subEn {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq__subJa {
  font-size: 1.2rem;
}

.faq__main {
  display: flex;
  flex-direction: column;
  gap: 78px;
}

.faq__section {
  border-bottom: 1px solid #ccc;
}

.faq__category {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 42px;
  line-height: 1.2;
  scroll-margin-top: 100px;
}

.faq__categoryEn {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
}

.faq__categoryJa {
  margin-top: 4px;
  font-size: 1.4rem;
}

.faq__item {
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.faq__question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 18px 0 22px;
  font-size: 1.8rem;
  line-height: 1.2;
  cursor: pointer;
}
.faq__question::before {
  width: 28px;
  font-family: "Roboto", sans-serif;
  color: #FF7F7F;
  pointer-events: none;
  content: "Q.";
}
.faq__question::after {
  display: block;
  align-self: center;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../images/common/arrow.svg) center/10px auto no-repeat;
  transform: rotate(180deg);
}
.faq__question._open::after {
  transform: rotate(0);
}
.faq__question > span {
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}

.faq__questionEn {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.faq__questionJa {
  font-size: 1.2rem;
}

.faq__answer {
  padding-left: 28px;
}
.faq__answer a {
  text-decoration: underline;
}

.faq__answerInner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-block: 6px 20px;
}

.faq__answerEn,
.faq__answerJa {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.faq__answerEn {
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4875;
}

.faq__answerJa {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}

[data-accordion-target] {
  cursor: pointer;
}

[data-accordion-id] > * {
  min-height: 0;
}
[data-accordion-id]:not(._open) {
  display: none;
}
/* mh 追加 css 2023-03- */
@media (min-width: 640px) {
  .element._withBorder {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .element-group:not(:first-child) {
    margin-top: 32px;
  }
  .element__header {
    max-width: 62.6126126126%;
  }
  .main-visual-under {
    height: 33.8194444444vw;
  }
  .link-ttl._large {
    font-size: 2.8rem;
  }
  .for-sp {
    display: none;
  }
  .text-description.en._small {
    font-size: 1.5rem;
  }
  .text-description + .text-description {
    margin-top: 2em;
  }
  .topics__link {
    grid-template-columns: 85px 56px 1fr;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .twoColumn {
    display: grid;
  }
  .twoColumn + .twoColumn {
    margin-top: 80px;
  }
  .twoColumn._narrow {
    padding-right: 30px;
    padding-left: 30px;
  }
  .twoColumn:not(.homeIntro):not(._half) {
    grid-template-columns: 1fr 50%;
    gap: 60px;
  }
  .twoColumn._half {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .twoColumn__heading {
    padding-top: 40px;
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .twoColumn__item._order1Pc {
    order: 1;
  }
  .twoColumn__item._order2Pc {
    order: 2;
  }
  .twoColumn__text {
    padding-right: 10.800744879%;
  }
  .introImg:not(:last-child) {
    margin-bottom: 60px;
  }
  .modalContent {
    padding: 67px 76px;
  }
  .modalContent__nav {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 56px;
  }
  .modalContent__info {
    margin-top: 110px;
  }
  .footer {
    padding: 56px 16px;
  }
  .bookNow__nav {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 56px;
  }
  .bookNow__info {
    margin-top: 110px;
  }
  .faq {
    display: grid;
    grid-template-columns: 260px 1fr;
    padding-bottom: 100px;
    margin-top: 114px;
  }
  .faq__question:hover > span {
    opacity: 0.5;
  }
  .faq__answer a {
    text-underline-offset: 2px;
  }
}
@media not all and (min-width: 640px) {
  .element._withBorder {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .element._withBorder:first-child {
    margin-top: 0;
  }
  .element-group:not(:first-child) {
    margin-top: 16px;
  }
  .main-visual-under {
    height: 125.3846153846vw;
  }
  .link-ttl._large {
    font-size: 2rem;
  }
  .for-pc {
    display: none;
  }
  .text-description._small {
    font-size: 1.2rem;
  }
  .text-description.en._small {
    font-size: 1.3rem;
  }
  .text-description + .text-description {
    margin-top: 1.6em;
  }
  .topics__link {
    grid-template-columns: 75px 1fr;
    gap: 8px 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .topics__date, .topics__tag {
    font-size: 1.2rem;
    line-height: 1;
  }
  .topics__title {
    grid-column: span 2;
    font-size: 1.4rem;
  }
  .twoColumn + .twoColumn {
    margin-top: 32px;
  }
  .twoColumn__heading {
    padding-top: 24px;
    margin-bottom: 16px;
    font-size: 2rem;
  }
  [class*=-how-to-enjoy] .twoColumn__heading {
    border-top: 0;
  }
  .twoColumn__item + .twoColumn__item {
    margin-top: 32px;
  }
  .introImg:not(:last-child) {
    margin-bottom: 24px;
  }
  .modalContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 32px 16px;
  }
  .modalContent__nav ul:not(:last-child) {
    margin-bottom: 16px;
  }
  .modalContent__nav li a {
    display: block;
  }
  .modalContent__info {
    margin-top: 40px;
    font-size: 1.3rem;
  }
  .modalContent__footer {
    gap: 16px;
    margin-top: 48px;
  }
  .modalContent__footerlogo img {
    width: 220px;
  }
  .modalContent__footerSns {
    gap: 8px;
  }
  .modalContent__footerSnsIcon a {
    width: 22px;
    height: 22px;
  }
  .modalContent__footerSnsIcon._ig a {
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
  .modalContent__footerSnsIcon._fb a {
    -webkit-mask-size: auto 18px;
            mask-size: auto 18px;
  }
  .footer {
    padding: 46px 16px;
  }
  .bookNow__nav ul:not(:last-child) {
    margin-bottom: 16px;
  }
  .bookNow__nav li a {
    display: block;
  }
  .bookNow__info {
    margin-top: 40px;
    font-size: 1.3rem;
  }
  .bookNow__footer {
    gap: 16px;
    margin-top: 48px;
  }
  .bookNow__footerlogo img {
    width: 220px;
  }
  .bookNow__footerSns {
    gap: 8px;
  }
  .bookNow__footerSnsIcon a {
    width: 22px;
    height: 22px;
  }
  .bookNow__footerSnsIcon._ig a {
    -webkit-mask-size: auto 16px;
            mask-size: auto 16px;
  }
  .bookNow__footerSnsIcon._fb a {
    -webkit-mask-size: auto 18px;
            mask-size: auto 18px;
  }
  .faq {
    padding-bottom: 50px;
    margin-top: 58px;
  }
  .faq__sub {
    display: none;
  }
  .faq__main {
    gap: 58px;
  }
  .faq__category {
    gap: 10px;
    margin-bottom: 20px;
  }
  .faq__categoryEn {
    font-size: 2rem;
  }
  .faq__categoryJa {
    font-size: 1.2rem;
  }
  .faq__question {
    padding: 15px 0;
    font-size: 1.5rem;
  }
  .faq__question::before {
    width: 18px;
  }
  .faq__question::after {
    width: 20px;
    height: 20px;
  }
  .faq__questionJa {
    font-size: 1.1rem;
  }
  .faq__answer {
    padding-left: 18px;
  }
  .faq__answer a {
    text-decoration-thickness: 0.5px;
  }
  .faq__answerInner {
    padding-block: 8px 30px;
  }
  .faq__answerEn {
    font-size: 1.3rem;
  }
  .faq__answerJa {
    font-size: 1.1rem;
  }
}
@media (min-width: 769px) {
  .h-ttl._large {
    font-size: 2.8rem;
  }
  .footer {
    padding: 72px 48px;
  }
  .footer-content__inner {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 45px;
  }
  .footer__nav {
    gap: 45px;
    order: 2;
    margin-bottom: 86px;
  }
  .footer__info {
    order: 1;
  }
  .footer__banner {
    order: 3;
  }
  .footer__banner:has(dl) {
    height: 1px;
  }
  .footer__banner:only-child {
    grid-column: span 3;
    height: 1px;
  }
  .footer .bnr-megan {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer .bnr-megan a img {
    width: 240px;
  }
  .footer .footer-logo {
    gap: 35px;
  }
  .footer .footer-logo .ico-sns {
    gap: 16px;
  }
  .footer .footer-logo .ico-sns a {
    width: 28px;
    height: 28px;
  }
  .footer .footer-logo .ico-sns-ig {
    -webkit-mask: url(../images/common/ico_instagram.svg) center center/auto 22px no-repeat;
            mask: url(../images/common/ico_instagram.svg) center center/auto 22px no-repeat;
  }
  .footer .footer-logo .ico-sns-fb {
    -webkit-mask: url(../images/common/ico_facebook.svg) center center/auto 24px no-repeat;
            mask: url(../images/common/ico_facebook.svg) center center/auto 24px no-repeat;
  }
  .footerLogoContainer:has(._globalHome) {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .footerTourLinks {
    grid-template-columns: auto 1fr;
    gap: 29px;
  }
  .footerTourLinks__index {
    width: 248px;
  }
  .footerTourLinks__item {
    width: 240px;
  }
}
@media (min-width: 1024px) {
  .h-ttl._exLarge {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
  .text-description {
    line-height: 1.86;
  }
}
@media not all and (min-width: 1024px) {
  .text-description {
    line-height: 1.55;
  }
}
@media not all and (min-width: 769px) {
  .footer._homeFooter .footer-logo {
    order: 0;
  }
  .footer._homeFooter .hotel-list {
    order: 1;
  }
  .footer._homeFooter .localnav-footer {
    order: 2;
  }
  ._homeFooter .footer-content {
    display: flex;
    flex-direction: column;
  }
  .footer-content__inner {
    margin-bottom: 40px;
  }
  ._homeFooter .footer-content__inner {
    order: 3;
    margin-top: 32px;
    margin-bottom: 0;
  }
  .footer__nav {
    gap: 24px;
    margin-bottom: 40px;
  }
  .footer__info {
    margin-bottom: 40px;
  }
  .footer .hotel-list li:last-child {
    padding-bottom: 0;
  }
  .footer .bnr-megan {
    padding-bottom: 0;
  }
  .footer .bnr-megan a:first-child img {
    width: 200px;
  }
  .footer .footer-logo {
    gap: 18px;
  }
  .footer .footer-logo .ico-sns {
    gap: 8px;
    padding-left: 0;
  }
  .footer .footer-logo .ico-sns a {
    width: 20px;
    height: 20px;
  }
  .footer .footer-logo .ico-sns-ig {
    -webkit-mask: url(../images/common/ico_instagram.svg) center center/auto 18px no-repeat;
            mask: url(../images/common/ico_instagram.svg) center center/auto 18px no-repeat;
  }
  .footer .footer-logo .ico-sns-fb {
    -webkit-mask: url(../images/common/ico_facebook.svg) center center/auto 20px no-repeat;
            mask: url(../images/common/ico_facebook.svg) center center/auto 20px no-repeat;
  }
  .footerLogoContainer {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .footerLogoContainer:has(._globalHome) {
    gap: 32px;
  }
  .footerLogoContainer__banner:not(._globalHome) {
    order: -1;
  }
  .fooerBannerList {
    gap: 18px;
    justify-content: flex-start;
  }
  .fooerBannerList img {
    max-width: 200px;
  }
  .footerTourLinks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footerTourLinks__index {
    width: calc((100vw - 10px - 32px) / 2);
  }
}
@media screen and (max-width: 640px) {
  /* header */
  .global-nav-local {
    height: 48px;
  }
  .global-nav-local ul li {
    margin-left: 8px;
  }
  /* footer */
  .bnr-megan:last-child {
    padding-bottom: 0;
    margin-top: 32px;
  }
  .bnr-megan a:first-child img {
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  /* shibuya top */
  .element-child-wrapper._food {
    gap: 4%;
    justify-content: space-between;
  }
  ._food .element-child.element-child-image.order2 {
    width: 48.28%;
    padding-left: 0;
  }
  ._food .element-child.element-child-content.order1 {
    width: 47.29%;
    padding-right: 0;
  }
  .ttl-chillmatic {
    align-items: flex-start;
    justify-content: space-between;
  }
  .ttl-chillmatic img {
    width: 40.76%;
  }
  .ttl-chillmatic__text {
    width: 52.38%;
  }
  .ttl-chillmatic__main {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .ttl-chillmatic__sub {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.86;
  }
  .element ._food p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .element ._food p:not(.en) {
    /* font-feature-settings: "palt" 1; */
    text-align: justify;
    letter-spacing: 0.015em;
  }
  .element ._food p.en {
    font-size: 1.5rem;
    line-height: 1.86;
  }
  .link-bracket::before {
    margin-right: 10px;
  }
  /* footer */
  .bnr-megan dd.en {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  /* shibuya top */
  ._food .element-child-ttl.ttl-chillmatic {
    /* align-items: flex-start; */
    flex-direction: column;
    padding-top: 30px;
  }
  .ttl-chillmatic img {
    width: 50%;
    /* width: 30%; */
    /* margin-right: 15px; */
  }
  .ttl-chillmatic__text {
    margin-top: 16px;
  }
  .ttl-chillmatic__main {
    font-size: 1.6rem;
  }
  .ttl-chillmatic__sub {
    margin-top: 18px;
    font-size: 1.3rem;
    line-height: 1.55;
  }
  .element ._food p:not(.en) {
    font-size: 1.2rem;
    font-feature-settings: "palt" 1;
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.015em;
  }
  .element ._food p.en {
    font-size: 1.3rem;
    line-height: 1.55;
  }
  .link-bracket::before {
    margin-right: 6px;
  }
  /* footer */
  .bnr-megan dd.en {
    letter-spacing: 0.02em;
  }
}