@charset "utf-8";

.main {
  padding: 100px 6.15384vw 0;
}
.main.archive,
.main.single,
.main.page {
  position: relative;
}
.main.single,
.main.page {
  overflow: hidden;
}
.main.archive {
  padding-bottom: 5rem;
}
.main.archive::before,
.main.single::before {
  opacity: 0.08;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#62e648 0%, #8eddff 95%, #fff 100%);
  content: '';
}
.main.single::before {
  height: 100vh;
}
.main.page::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60vh;
  background-color: var(--gray);
  content: '';
}
@media screen and (min-width: 768px) {
  .main {
    padding: 110px 4.7619vw 0;
  }
  .main:not(.archive) {
    overflow: hidden;
  }
  .main.single::before {
    height: 1200px;
  }
  .main.page::before {
    height: 728px;
  }
}

.archive-header,
.article-header {
  display: flex;
  flex-direction: column-reverse;
}
.archive-title,
.article-title {
  margin: 1em 0 0.5em;
  color: var(--blue);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
p.article-title {
  width: 158px;
  height: 152px;
  margin: 4rem 0 3rem;
  background: url(../img/txt-amazing-toyama.svg) no-repeat center center / contain;
  font-size: 0;
}
.article-header:has(.article-desc) nav:has(.breadcrumb) {
  order: 3;
}
.article-header:has(.article-desc) .article-title {
  order: 2;
}
.article-desc {
  order: 1;
  color: var(--blue);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
nav:has(.breadcrumb) {
  overflow-x: auto;
  padding-bottom: 0.5em;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 6.15384vw;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
  white-space: nowrap;
}
.breadcrumb li:not(:first-child)::before {
  margin-right: 8px;
  content: '/';
}
.breadcrumb a {
  color: #707070;
}
@media screen and (min-width: 768px) {
  .archive-title,
  .article-title,
  p.article-title {
    margin: 80px 0 60px;
    font-size: 3.5rem;
  }
  p.article-title {
    width: auto;
    height: auto;
    background: none;
  }
  .article-desc {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}

.article-body {
  font-size: 0.9375rem;
}
.article-catch {
  position: relative;
  padding-left: 9.48717vw;
}
.article-catch::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.07692vw;
  max-width: 12px;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(#62e648 0%, #8eddff 100%);
  content: '';
}
.article-catch figure {
  overflow: hidden;
  width: 124px;
  height: 124px;
  margin-bottom: 1rem;
  border-radius: 50%;
}
.article-image {
  height: 142.05128vw;
  max-height: 554px;
  margin: 0 -6.15384vw;
  text-align: center;
}
.article-image:has(video) {
  height: auto;
}
.article-image video {
  max-width: 100%;
  height: auto;
}
.single .article-image {
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.16));
}
.single .article-catch:has(figure) + .article-image {
  box-shadow: none;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .article-body {
    font-size: 1rem;
  }
  .article-catch {
    display: flex;
    align-items: center;
    max-width: 1400px;
    min-height: 128px;
    margin: 0 auto 60px;
    padding-left: 0;
  }
  .single .article-catch {
    position: relative;
    padding-left: 240px;
  }
  .article-catch::before {
    top: 0;
    left: 0;
    width: 128px;
    max-width: inherit;
    height: 124px;
    background: url(../img/txt-amazing-toyama.svg) no-repeat center center / contain;
    content: '';
  }
  .single .article-catch::after {
    position: absolute;
    top: calc(50% - 64px);
    left: 178px;
    width: 3.07692vw;
    max-width: 12px;
    height: 128px;
    border-radius: 10px;
    background: linear-gradient(#62e648 0%, #8eddff 100%);
    content: '';
  }
  .article-catch .heading {
    margin-bottom: 0;
    margin-left: 4.5rem;
    font-size: 2.375rem;
  }
  .article-catch figure {
    margin-bottom: 0;
  }
  .article-image {
    overflow: hidden;
    max-width: 1340px;
    height: auto;
    max-height: inherit;
    margin: 0 auto;
  }
  .article-image img,
  .article-image video {
    border-radius: 20px;
  }
}

.archive-catch {
  display: none;
}
.archive-body {
  margin: 1rem -6.15384vw 0;
}
.archive-body .article {
  position: relative;
  margin-top: 1rem;
  padding: 0.5em 9.48717vw 1em;
}
.archive-body .article + .article {
  margin-top: 5rem;
}
.archive-body .article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.07692vw;
  max-width: 12px;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(#62e648 0%, #8eddff 100%);
  content: '';
}
.archive-body .article-image {
  height: 142.05128vw;
  max-height: 554px;
  margin: 0 -9.48717vw;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .archive-catch {
    display: block;
    float: left;
    position: sticky;
    top: 100px;
    margin-left: -300px;
  }
  .archive-body {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 300px;
  }
  .archive-body .article {
    max-width: 910px;
    padding: 20px 0 20px 60px;
  }
  .archive-body .article-image {
    overflow: hidden;
    height: auto;
    max-height: inherit;
    margin: 0;
  }
  .archive-body .article-image img {
    border-radius: 20px;
  }
}

.article-section {
  position: relative;
}
.john #sec01::before,
.john #sec02::before,
.john #sec03::before {
  opacity: 0.08;
  position: absolute;
  top: 0;
  left: -6.15384vw;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(#62e648 0%, #8eddff 95%, #fff 100%);
  content: '';
}
.article-section:not(:has(.article-lead)):not(:has(.article-profile)) {
  padding: 2.5rem 0 1rem;
}
.article-content#sec01-content {
  padding-top: 2.5rem;
}
.article-section.has-bgc::before {
  position: absolute;
  top: 0;
  left: calc(50% - 100vw);
  z-index: -1;
  width: 200vw;
  height: 100%;
  background-color: var(--gray);
  content: '';
}
.article-lead {
  position: relative;
  margin-top: -2rem;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  background: #FFF;
}
article .tagline {
  position: relative;
  margin-bottom: 0.5em !important;
  padding-top: 100px;
  color: var(--blue);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
article .tagline::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #F0F3F5;
  color: var(--blue);
  font-weight: 600;
  font-style: italic;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  content: '';
}
article #sec01 .tagline::before {
  content: '01';
}
article #sec02 .tagline::before {
  content: '02';
}
article #sec03 .tagline::before {
  content: '03';
}
article #sec04 .tagline::before {
  content: '04';
}
article #sec05 .tagline::before {
  content: '05';
}
article #sec06 .tagline::before {
  content: '06';
}
article #sec07 .tagline::before {
  content: '07';
}
article #sec08 .tagline::before {
  content: '08';
}
article #sec09 .tagline::before {
  content: '09';
}
article #sec10 .tagline::before {
  content: '10';
}
article #event .tagline::before {
  display: none;
}
article .heading {
  margin-bottom: 1em;
  color: var(--blue);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
article .icon + .heading {
  text-align: center;
}
article #special .heading {
  margin-bottom: 0.5em;
  font-style: italic;
}
article #special p.lead {
  color: var(--blue);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.archive-body article .heading,
.single article .heading {
  font-size: 1.5rem;
}
.single article .heading span {
  margin-left: 0.25em;
  font-size: 1.125rem;
  vertical-align: middle;
}
.article-lead .heading {
  font-size: 1.5rem;
}
article h3 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.4;
}
article h3.has-border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  font-size: 1.125rem;
}
article h3.has-border::before,
article h3.has-border::after {
  width: 3em;
  height: 1px;
  background: #8296B4;
  content: '';
}
.john .catch {
  padding: 1.5em;
  border-radius: 20px;
  background: linear-gradient(rgba(35, 213, 0, 0.08) 0%, rgba(12, 155, 216, 0.08) 100%);
}
.john .catch p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.article-section blockquote {
  margin: 2rem 0;
  font-style: italic;
}
.article-section p {
  margin-bottom: 1.75em;
}
.article-section p.lead {
  font-size: 1rem;
}
.article-section .flex-item p {
  margin-bottom: 0;
}
.article-section figure {
  margin-bottom: 1.75em;
}
.article-section figure img {
  width: 100%;
  border-radius: 20px;
}
.article-section figure figcaption {
  margin: 1em 1em 0;
  font-size: 0.75rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
}
.page .button {
  text-align: center;
}
.page .button + .button {
  margin-top: 2rem;
}
.page .button a {
  width: auto;
  max-width: inherit;
  height: auto;
  min-height: 76px;
  padding: 5px 6rem 5px 3rem;
  line-height: 1.2;
  text-align: left;
}
.page .button.flex a + a {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .article-section {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .article-section:not(:has(.article-lead)),
  .article-section:not(:has(.article-lead)):not(:has(.article-profile)),
  .page .article-section:has(.tagline) {
    padding: 100px 0 80px;
  }
  .john #sec01::before,
  .john #sec02::before,
  .john #sec03::before {
    left: calc(50% - 100vw);
    width: 200vw;
  }
  .single .article-section:has(.article-profile) {
    padding: 0;
  }
  .article-content#sec01-content {
    padding-top: 100px;
  }
  .article-section > *:not(.article-lead):not(.article-nav) {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .article-lead {
    margin-bottom: 24px;
    padding: 40px;
  }
  article .heading {
    font-size: 2rem;
  }
  .archive-body article .heading,
  .single article .heading {
    font-size: 2.375rem;
  }
  .single article .heading span {
    font-size: 1.5rem;
  }
  .single .article-catch .heading {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 0;
    padding-left: 1.5rem;
  }
  .article-lead .heading {
    max-width: 780px;
    margin: 0 auto;
    font-size: 2.375rem;
  }
  .single .article-lead .heading {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
  article .tagline {
    margin-bottom: 0.5em;
    padding-top: 0;
    font-size: 1.125rem;
  }
  article .tagline::before {
    top: -32px;
    left: -180px;
    width: 150px;
    height: 150px;
    font-size: 4.5rem;
  }
  article h3 {
    margin-top: 3.5em;
    margin-bottom: 2em;
    font-size: 1.375rem;
  }
  article h3.has-border {
    font-size: 1.75rem;
  }
  .john .catch p {
    font-size: 1.375rem;
  }
  .article-section blockquote {
    margin: 3rem;
  }
  .article-section p.lead {
    margin-top: -0.5em;
    font-size: 1.25rem;
  }
  .article-section figure {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .article-section h3 + figure {
    margin-top: 2rem;
  }
  .article-section figure figcaption {
    font-size: 0.8125rem;
  }
  .article-section .flex-item figure {
    margin: 0;
  }
  .article-section .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
  }
  .single .article-section:not(:has(.article-profile)) .flex {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .single .article-content p + p {
    margin-top: 4rem;
  }
  .article-section h3 + .flex {
    margin-top: 60px;
  }
  .article-section .flex:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .flex + .flex {
    margin-top: 60px;
  }
  .flex-item:has(img) {
    width: 48.71795%;
  }
  .single .flex-item:has(img) {
    width: 46.15384%;
  }
  .flex-item:has(p) {
    width: 44.35897%;
  }
  .page .button + .button {
    margin-top: 40px;
  }
  .page .button a {
    min-width: 390px;
  }
  .page .button.flex a + a {
    margin-top: 0;
  }
  .page .button.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .page .button.flex a {
    min-width: 340px
  }
  article #special .heading {
    font-size: 4.5rem;
  }
  article #special p.lead {
    font-size: 2rem;
  }
}

.article-profile {
  margin-top: 2.5rem;
}
.article-profile .flex-item:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-profile figure {
  overflow: hidden;
  width: 61.02564vw;
  height: 61.02564vw;
  margin-bottom: 0;
  border-radius: 50%;
}
.article-profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-body article h3,
.article-profile h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: var(--dark);
  font-weight: 700;
  font-size: 1.125rem;
}
.article-profile h3 {
  font-size: 1.25rem;
}
.article-profile .flex .flex-item p {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.65;
}
.article-profile + .article-content {
  margin-top: 1.5em;
}
.article-profile + .article-content p {
  font-size: 0.875rem;
}
.single .article-profile + .article-content p {
  font-size: 0.9375rem;
}
.single .article-content + .article-content {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 3px solid #8EDDFF;
}
@media screen and (min-width: 768px) {
  .archive-body article h3 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .article-profile .flex {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .archive .article-profile .flex {
    margin-left: 3rem;
  }
  .article-profile .flex .flex-item:has(img) {
    width: 184px;
  }
  .article-profile .flex .flex-item:has(p) {
    width: calc(100% - 184px - 2rem);
  }
  .article-profile figure {
    width: 184px;
    height: 184px;
  }
  .article-profile .flex .flex-item p {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .article-profile + .article-content {
    margin-top: 2.5rem;
  }
  .article-profile + .article-content p {
    font-size: 1rem;
  }
  .single .article-profile + .article-content p {
    font-size: 1rem;
  }
  .archive .button,
  .single .button {
    text-align: right;
  }
}

.article-nav {
  padding: 1rem 1.5rem;
  border-radius: 20px;
  background: var(--gray);
}
.article-nav.icons {
  background: #FFF;
}
.john .article-nav {
  box-shadow: 0 3px 30px rgba(4, 61, 120, 0.08);
  background: #FFF;
}
.article-nav h2 {
  margin-bottom: 0.5em;
  color: var(--blue);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.article-nav.icons h2 {
  font-size: 1.125rem;
}
.article-nav li:not(:first-child) {
  border-top: 1px solid #FFF;
}
.john .article-nav li:not(:first-child) {
  border-top-color: #B9CCE7;
}
.article-nav a {
  display: block;
  position: relative;
  min-height: 2.5em;
  padding: 0.75em 1.5em 0.75em 0.5em;
  color: var(--blue);
  font-weight: 500;
  line-height: 1.4;
}
.article-nav.numbered a {
  display: flex;
  align-items: center;
  padding: 0.75em 20px 0.75em 0;
}
.article-nav a::after {
  position: absolute;
  right: 0.25em;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--blue) url(../img/icon-anchor.svg) no-repeat center center / contain;
  content: '';
}
.john .article-nav a::after {
  background: url(../img/icon-anchor.svg), linear-gradient(#23D500, #0C9BD8);
  background-size: cover;
}
.article-nav.numbered a::after {
  right: 0;
}
.article-nav.numbered ol li:not(:nth-child(11)) {
  position: relative;
  padding-left: 40px;
  counter-increment: mycounter;
}
.article-nav.numbered ol li:not(:nth-child(11))::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  width: 36px;
  height: 36px;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #FFF;
  color: var(--blue);
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  content: counter(mycounter, decimal-leading-zero);
}
.article-nav.numbered ol li:nth-child(11) a {
  flex-direction: column;
  align-items: flex-start;
}
.article-nav.numbered ol li:nth-child(11) span {
  font-style: italic;
}
.article-nav.icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.article-nav.icons ul li {
  width: calc(50% - 0.5em);
}
.article-nav.icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  padding: 0 0 36px;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
}
.article-nav.icons a::after {
  top: inherit;
  right: inherit;
  bottom: 0;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../img/icon-arrow-tips.svg) no-repeat center center / contain;
}
.article-nav.icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(#2B4272 0%, #162139 100%);
}
@media screen and (min-width: 768px) {
  .article-nav {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 48px 10px;
  }
  .article-nav h2 {
    margin-top: 0.5em;
    font-size: 2.375rem;
    text-align: center;
  }
  .article-nav.icons h2 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
  .article-nav a {
    padding: 1em 1.5em;
    font-size: 1.125rem;
  }
  .article-nav a::after {
    top: calc(50% - 13px);
    right: 1.5em;
    width: 26px;
    height: 26px;
  }
  .article-nav.numbered ol li:nth-child(11) a {
    text-indent: 40px;
  }
  .article-nav.numbered ol li:nth-child(11) a span {
    margin-left: -40px;
  }
  .article-nav.icons {
    border-radius: 40px;
  }
  .article-nav.icons ul {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
}

.relation {
  position: relative;
  margin: 4rem -6.15384vw 0;
  padding: 2.5rem 6.15384vw;
}
.relation::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 75vw;
  background: linear-gradient(rgba(142, 221, 255, 0.08) 0%, #fff 100%);
  content: '';
}
.relation .heading {
  color: var(--blue);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.relation-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.relation h3 {
  position: relative;
  z-index: 1;
  margin: -1.5em 1.5em 0 0;
  padding: 1em 2.5em 0 0;
  border-top-right-radius: 20px;
  background: #FFF;
  color: var(--blue);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
}
.relation-item a {
  display: flex;
  flex-direction: column-reverse;
}
.relation-item figure img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .relation {
    margin-right: -4.7619vw;
    margin-left: -4.7619vw;
    padding: 4.5rem 4.7619vw 3rem;
  }
  .relation::before {
    height: 420px;
  }
  .relation .heading {
    font-size: 2rem;
    text-align: center;
  }
  .relation-list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1180px;
    margin: 4rem auto 0;
  }
  .relation h3 {
    padding-right: 2em;
    font-size: 1.25rem;
  }
}

.article-information {
  margin-top: 4rem;
}
.article-information + .article-section {
  margin-top: 4rem;
}
.article-information .heading {
  padding-bottom: 0.2em;
  border-bottom: 1px solid var(--blue);
}
.information {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.information-item {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 3px 30px rgba(4, 61, 120, 0.08);
}
.item-content {
  position: relative;
  padding: 1rem;
}
.item-content::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  content: '';
}
.restaurant .item-content::after {
  background: url(../img/icon-restaurant.svg) no-repeat center center / contain;
}
.spot .item-content::after {
  background: url(../img/icon-spot.svg) no-repeat center center / contain;
}
.item-content h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.item-content p {
  font-size: 0.8125rem;
}
.information-comment p {
  margin-left: 5px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.item-content p + p {
  position: relative;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.item-content p + p::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  height: 1px;
  background: var(--dark);
  content: '';
}
.item-map {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.information-comment {
  margin-bottom: -0.5rem;
}
.information-note {
  font-size: 0.75rem;
  text-align: right;
}
.contact-info a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.contact-info a::before {
  width: 24px;
  height: 24px;
  background: url(../img/icon-phone.svg) center center / contain no-repeat;
  content: '';
}
@media screen and (min-width: 768px) {
  .article-information {
    max-width: 780px;
    margin: 0 auto;
  }
  .single .article-information .heading {
    margin-bottom: 3rem;
    font-size: 1.375rem;
  }
  .information {
    gap: 1.5rem
  }
  .information-item {
    display: flex;
  }
  .information-item .item-content {
    width: calc(100% - 280px);
    padding: 1.5rem 3.75rem 1.5rem 1.5rem;
  }
  .item-content::after {
    top: 1.5rem;
    right: 1.5rem;
  }
  .item-content h3 {
    font-size: 1.125rem;
  }
  .item-content p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .information-item .item-map {
    width: 280px;
    padding-top: 224px;
  }
  .information-note {
    font-size: 0.8125rem;
  }
}

#wifi::before,
#sim-cards::before,
#emergencies::before,
#food::before {
  position: absolute;
  top: 0;
  left: -6.15384vw;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: var(--gray);
  content: '';
}
.article-section > .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 0.5em;
  border-radius: 50%;
  background: linear-gradient(#2B4272 0%, #162139 100%);
}
.page .flex-item.has-border {
  padding: 1.5rem;
  border: 1px solid var(--blue);
  border-radius: 20px;
  background: #FFF;
}
.page .flex-item.has-border h3 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}
.page .flex-item.has-border + .flex-item {
  margin-top: 1rem;
}
.article-section:has(.icon) {
  padding-bottom: 2.5rem !important;
}
.article-section:has(.icon) .flex-item.has-border p + p,
.article-section:has(.icon) .flex-item.has-border ul + p {
  margin-top: 0.5em;
}
.link {
  margin-top: 1rem;
}
.link + .link {
  margin-top: 0.5rem;
}
.link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  min-height: 48px;
  padding-left: 56px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
.link a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(../img/icon-window.svg) center center / contain no-repeat, linear-gradient(#024291 0%, #157AB7 70%, #2AB8E3 100%);
  content: '';
}
.link a:has(span) {
  flex-direction: column;
  align-items: flex-start;
}
.link a span {
  color: #707070;
  font-size: 0.75rem;
}
.link + p {
  margin-top: 1em;
}
.page .note {
  margin-top: 1em;
}
.emergency-info {
  text-align: center;
}
article .emergency-info h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: var(--dark);
  font-weight: 500;
  font-size: 1rem;
}
.emergency-numbers {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1rem;
}
.emergency-number a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  min-height: 48px;
  padding: 0 1.5em 0 1em;
  border: 2px solid var(--blue);
  border-radius: 50px;
  background: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
}
.emergency-number a::before {
  width: 24px;
  height: 24px;
  background: url(../img/icon-phone.svg) center center / contain no-repeat;
  content: '';
}
@media screen and (min-width: 768px) {
  #wifi::before,
  #sim-cards::before,
  #emergencies::before,
  #food::before {
    left: calc(50% - 50vw);
  }
  .article-nav.icons ul li {
    width: 140px;
  }
  .article-section:has(.icon) .flex:nth-of-type(2n) {
    flex-direction: row;
    align-items: stretch;
    margin-top: 24px;
  }
  .article-section:has(.icon) .flex-wrap {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .article-section:has(.icon) .flex-item.has-border:has(p) {
    width: calc(50% - 12px);
  }
  .article-section:has(.icon) .flex-wrap .flex-item.has-border:has(p) {
    width: 100%;
  }
  .article-section:has(.icon) .flex-wrap .flex-item.has-border.half {
    width: calc(50% - 12px);
  }
  .page .flex-item.has-border + .flex-item {
    margin-top: 0;
  }
  .page .flex-wrap .flex-item.has-border + .flex-item {
    margin-top: 1.5rem;
  }
  .emergency-numbers {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
  .flex + .more {
    margin-top: 2em;
    text-align: center;
  }
  .more + .button {
    margin-top: 0;
  }
  .article-section:has(.icon) {
    padding: 60px 0 80px !important;
  }
}
