@charset "UTF-8";
@import url("assets/css/colors.css");
:root {
  /* デフォルト */
  --max-width: 80%;
  --txt-max-width: 828px;
  --font-size-jp-large: clamp(20px, 6vw, 40px);
  --font-size-en-large: clamp(24px, 9vw, 60px);
  --font-size-medium: clamp(16px, 6vw, 24px);
  --font-size-card-ttl: clamp(.75rem, 3vw, 20px);
  --font-size-medium: clamp(16px, 4vw, 22px);
  --font-size-default: 16px;
  --font-size-little-small: 0.875rem;
  --font-size-small: 0.75rem;
  --line-height-default: 1.8;
  --font-family-midashi: "Parkinsans", "fot-cezanne-pron";
  --border-radius-default: 10px;
  --section-margin: 6rem auto;
  --section-margin-medium: 3rem auto;
  --section-padding: 4rem 0;
  --section-padding-medium: 3rem 0;
  --medium: 3rem;
  --small: 2rem;
  --item-margin: 2rem 0;
  --item-padding: 2rem 0;
  --shadow-card: 0 4px 14px 1px rgb(0 0 0 / .1);
  --shadow-button: 0 1px 2px rgba(0, 0, 0, 0.2);
  --rows3: calc(100%/3 - 5rem);
}

@media screen and (max-width: 640px) {
  :root {
    --font-size-default: 16px;
    --line-height-default: 1.8;
    --max-width: 95%;
    --section-margin: 4rem auto;
    --section-margin-medium: 2rem auto;
    --section-padding: 3rem 0;
    --section-padding-medium: 2rem 0;
    --medium: 2rem;
    --small: 1.5rem;
    --item-margin: 1rem 0;
    --border-radius-default: 5px;
    --rows3: 100%;
  }
}
/*------------------
WordPress用
-------------------*/
.wp-caption {
  margin: 1rem 0;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  float: none;
}

.caption,
.wp-caption-text {
  font-size: var(--font-size-small);
  font-style: italic;
  font-family: "Crimson Text", serif;
  line-height: 1.2;
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .size-medium {
    max-width: 150px;
  }
}

.wp-caption img.size-medium + .wp-caption-text {
  max-width: 225px;
}
@media (max-width: 640px) {
  .wp-caption img.size-medium + .wp-caption-text {
    max-width: 150px;
  }
}

/*------------------
全体共通
-------------------*/
html {
  font-size: 18px;
}

body {
  font-family: "Rubik", "kozuka-gothic-pr6n", sans-serif;
  line-height: var(--line-height-default);
  font-size: var(--font-size-default);
  color: #252731;
}

.content-padding-top {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .content-padding-top {
    padding-top: 100px;
  }
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: var(--color-hover);
}

.max-img {
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}
@media (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

h1 {
  font-size: var(--font-size-jp-large);
}

img.flag {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .flexbox {
    display: block;
  }
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-orange {
  background-color: var(--color-orange);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.color-white {
  color: #fff;
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-accent {
  color: var(--color-accenet);
}

.text-center {
  text-align: center;
}

/* Swiper */
.swiper-loop,
.swiper-loop-reverse {
  overflow: hidden;
}
.swiper-loop .swiper-wrapper,
.swiper-loop-reverse .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-loop .swiper-wrapper .swiper-slide,
.swiper-loop-reverse .swiper-wrapper .swiper-slide {
  width: auto;
  height: 100%;
  max-height: 400px;
}
@media (max-width: 1024px) {
  .swiper-loop .swiper-wrapper .swiper-slide,
  .swiper-loop-reverse .swiper-wrapper .swiper-slide {
    max-height: 200px;
  }
}
.swiper-loop .swiper-wrapper .swiper-slide img,
.swiper-loop-reverse .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 400px;
}
@media (max-width: 1024px) {
  .swiper-loop .swiper-wrapper .swiper-slide img,
  .swiper-loop-reverse .swiper-wrapper .swiper-slide img {
    max-height: 200px;
  }
}

/*------------------
コンテンツ幅
-------------------*/
.wrapper {
  max-width: var(--max-width);
  margin: auto;
  box-sizing: border-box;
}
.txt-wrapper {
  max-width: var(--txt-max-width);
  margin: auto;
}

/*------------------
翻訳ボタン
-------------------*/
@media (max-width: 640px) {
  #gt_float_wrapper {
    height: 34px;
  }
}
#gt_float_wrapper .gt_float_switcher img {
  display: none;
}
#gt_float_wrapper .gt_float_switcher {
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 640px) {
  #gt_float_wrapper .gt_float_switcher .gt_options a {
    padding: 6px 8px;
  }
}
#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px;
}
@media (max-width: 640px) {
  #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 2px 8px;
  }
}

/*------------------
ヘッダー
-------------------*/
.global-nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.3s;
  background: #fff;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
}
.global-nav .wrapper {
  max-width: 95%;
}
@media (max-width: 1024px) {
  .global-nav {
    left: 0;
    transform: none;
    overflow-y: auto;
  }
}
.global-nav a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .global-nav .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .expanded {
    background: #fff !important;
    height: 100vh;
  }
}

body.no-scroll {
  overflow: hidden;
}

.nav-top {
  position: relative;
  padding: 0.25rem 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .nav-top {
    display: block;
  }
}
@media (max-width: 640px) {
  .nav-top {
    padding: 0.5rem 0;
  }
}
.nav-top .tagline {
  margin: 0 1rem;
  line-height: 1;
  color: #575757;
}
@media (max-width: 1024px) {
  .nav-top .tagline {
    display: none;
  }
}
.nav-top .logo-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav-top .logo-wrapper {
    padding: 0 1rem;
  }
}
.nav-top .logo,
.nav-top .sub-logo {
  width: 60%;
  display: flex;
  transition: 0.3s;
  max-width: 95px;
}
@media (max-width: 640px) {
  .nav-top .logo,
  .nav-top .sub-logo {
    max-width: 80px !important;
  }
}
.nav-top .logo .logo-img,
.nav-top .sub-logo .logo-img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .nav-top .sub-logo {
    margin-left: 1rem;
  }
}

.nav-links {
  position: relative;
  font-feature-settings: "palt";
}
@media (max-width: 1024px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    text-align: left;
    padding: 0 0 8rem;
  }
}
.nav-links li {
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .nav-links li {
    display: block;
  }
}
.nav-links__item {
  display: inline-block;
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  .nav-links__item {
    padding: 0.5rem 1rem !important;
    font-size: clamp(16px, 6vw, 17px);
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.nav-links__item span {
  font-size: var(--font-size-small);
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .nav-links__item span {
    padding: 0 0 0 2rem;
    position: relative;
  }
  .nav-links__item span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.8rem;
    width: 1rem;
    height: 1px;
    background: #000;
  }
}
@media (max-width: 1024px) {
  .nav-links__item {
    display: block;
  }
}
.nav-links a {
  color: #575757;
}
.navbar ul {
  display: flex;
  justify-content: center;
}
.navbar ul li {
  position: relative;
}

/* メガメニューコンテンツ */
.mega-menu-content {
  display: none;
  /* 最初は非表示 */
  padding: 1.6rem 2rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 64px;
  background-color: #fff;
  font-size: var(--font-size-little-small);
  box-sizing: border-box;
  overflow: scroll;
  min-width: 240px;
  opacity: 0.95;
}
@media (max-width: 1024px) {
  .mega-menu-content {
    opacity: 1;
  }
}
.mega-menu-content ul li {
  padding: 0.35rem 0;
  display: block;
}
@media (max-width: 1024px) {
  .mega-menu-content {
    width: 100%;
    top: 0;
    position: relative;
    border: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.mega-menu-content a:hover {
  color: var(--color-primary);
}
.mega-menu-content .menu-item {
  box-sizing: border-box;
}
.mega-menu-content .menu-item a {
  display: flex;
  align-items: center;
}
.mega-menu-content .menu-item a .thumbnail {
  width: 40px;
}
@media (max-width: 1024px) {
  .mega-menu-content .menu-item a .thumbnail {
    width: 60px;
  }
}
.mega-menu-content .menu-item a .city-name {
  width: calc(100% - 70px);
  text-align: left;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  ul.country-block {
    justify-content: space-between;
    -moz-column-count: auto;
         column-count: auto;
  }
}
ul.country-block li.country-item {
  width: calc(20% - 1rem);
  display: block;
  margin: 0 0.5rem;
  float: left;
}
@media (max-width: 1024px) {
  ul.country-block li.country-item {
    float: none;
    margin: 0;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  ul.country-block li.country-item:last-child {
    border: none;
  }
}
@media (max-width: 640px) {
  ul.country-block li.country-item {
    width: 100%;
  }
}
ul.country-block li.country-item .menu-item {
  padding: 0.25rem 0;
  display: block;
}
@media (max-width: 1024px) {
  ul.country-block li.country-item .menu-item {
    padding: 0.5rem 1rem;
  }
}
ul.country-block li.country-item .menu-item .thumbnail {
  margin: 0 0.5rem 0 0;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  ul.country-block li.country-item .menu-item .thumbnail {
    height: 30px;
  }
}
ul.country-block .sub-menu {
  padding: 0.5rem;
}
@media (max-width: 1024px) {
  ul.country-block .sub-menu {
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
    display: none;
  }
}

ul.category-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
  ul.category-block {
    display: block;
  }
}
ul.category-block li.menu-item {
  background: #fff;
  box-shadow: var(--shadow-card);
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  ul.category-block li.menu-item {
    width: 100%;
    background: none;
    box-shadow: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  ul.category-block li.menu-item:first-child {
    border-top: none;
  }
}
ul.category-block li.menu-item a {
  display: block;
  text-align: left;
}
@media (max-width: 640px) {
  ul.category-block li.menu-item a {
    padding: 0.5rem 1rem;
  }
}
ul.category-block li.menu-item a span {
  display: block;
  padding: 0.5rem 1rem;
}
@media (max-width: 640px) {
  ul.category-block li.menu-item a span {
    padding: 0;
  }
}
ul.category-block li.menu-item a .category-image {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  ul.category-block li.menu-item a .category-image {
    display: none;
  }
}
ul.category-block li.menu-item ul.child-category li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 80%;
}

/* スマホでのクリック後の表示 */
.mega-menu-content.active,
.sub-menu.active {
  display: block;
}

/* メガメニューの＋ボタン */
.mega-menu-plus {
  padding: 0 0 0.5rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .mega-menu-plus {
    border: none;
    padding: 0.5rem 1rem;
    position: relative;
  }
  .mega-menu-plus:after {
    color: #000;
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-weight: normal;
    right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .mega-menu-plus.active:after {
    content: "-" !important;
  }
}

/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
  /* 初期状態では非表示 */
  cursor: pointer;
  width: 25px;
  height: 25px;
}
@media (max-width: 1024px) {
  .hamburger-menu {
    display: block;
    position: absolute;
    top: 80px;
    right: 5%;
  }
}
@media (max-width: 640px) {
  .hamburger-menu {
    top: 25px;
  }
}
.hamburger-menu .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  background-color: var(--color-body);
  transition: 0.3s;
}

.post-date {
  font-size: var(--font-size-small);
}

/*------------------
メニューが開いたとき
-------------------*/
.expanded .hamburger-menu span {
  position: absolute;
  top: 5px;
  right: 5%;
}
.expanded .hamburger-menu span.bar:first-child {
  transform: rotate(45deg);
}
.expanded .hamburger-menu span.bar:nth-child(2) {
  opacity: 0;
}
.expanded .hamburger-menu span.bar:last-child {
  transform: rotate(-45deg);
}

.expanded .nav-links {
  border: none;
}

/*------------------
メニュースクロール後のスタイル
-------------------*/
.navscroll {
  background: #fff !important;
}
.navscroll .nav-top {
  height: auto !important;
  padding: 1rem 0 !important;
}
@media (max-width: 640px) {
  .navscroll .nav-top {
    padding: 0 !important;
  }
}
.navscroll .logo {
  max-width: 180px;
}
.navscroll .tagline {
  color: #000 !important;
}
.navscroll .nav-links {
  color: #000 !important;
}
.navscroll .nav-links__item {
  padding: 0.5rem 1rem !important;
}
@media (max-width: 1024px) {
  .navscroll .nav-links__item {
    padding: 0.5rem 1rem !important;
  }
}
.navscroll .nav-links a {
  color: #000 !important;
}
.navscroll .mega-menu-content {
  top: 50px !important;
}
@media (max-width: 1024px) {
  .navscroll .mega-menu-content {
    top: auto !important;
  }
}
.navscroll .hamburger-menu .bar {
  background-color: #000 !important;
}

/*------------------
フッター
-------------------*/
footer {
  color: #fff;
  font-weight: 500;
  border-top: solid 20px #fff;
}
footer a {
  color: #fff;
}
footer .country-list {
  padding: var(--medium) 0;
  background: var(--color-primary);
}
footer .country-list .wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .country-list .wrapper a {
  width: 25%;
  box-sizing: border-box;
  border-left: solid #fff 4px;
  margin: 0.75rem 0;
  padding: 0.25rem 0.5rem 0.25rem;
  line-height: 1;
}
footer .country-list .wrapper a:hover {
  border-left: solid var(--color-hover) 4px;
}
@media (max-width: 1024px) {
  footer .country-list .wrapper a {
    width: 50%;
  }
}
footer .footer-links {
  background-size: cover;
  background-position: center;
  padding: var(--medium) 0;
}
footer .footer-links ul li {
  margin: 1rem 0;
}
footer .footer-links ul li a:hover {
  color: var(--color-primary);
}
footer .footer-links .copyright {
  margin-top: 2rem;
}

/*------------------
カードリスト
-------------------*/
.card-list {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media (max-width: 640px) {
  .card-list {
    gap: 0.5rem;
  }
}

.card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: inherit;
}
.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease;
}
@media (max-width: 640px) {
  .card .card-image img {
    height: 30vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card .card-content {
  padding: 1em;
}
@media (max-width: 640px) {
  .card .card-content {
    padding: 0.5rem;
    line-height: 1.5;
  }
}
.card .card-content h3 {
  font-size: 1rem;
  margin: 0;
}
.card:hover {
  color: inherit;
}
.card:hover .card-image img {
  transform: scale(1.1);
}

/*------------------
トップページ
-------------------*/
/*ヒーローイメージ*/
.hero {
  padding-top: 80px;
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero {
    height: 80vw;
  }
}
.hero .swiper-container {
  height: 100%;
}
.hero .swiper-wrapper {
  height: 100%;
}
.hero .swiper-slide {
  height: 100%;
}
.hero .swiper-img {
  width: 100%;
  height: 100%;
}
.hero .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-contents {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 2;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.hero-contents h1 {
  font-size: clamp(22px, 7vw, 60px);
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

section.main-contents,
section.about {
  padding: var(--section-padding);
}

.main-contents-image .photo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 576px;
  border-radius: var(--border-radius-default);
}
.main-contents-body {
  max-width: var(--txt-max-width);
  margin: var(--medium) auto;
  font-size: var(--font-size-medium);
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-break: strict;
}
.main-contents-body h2 {
  font-weight: 600;
  font-size: var(--font-size-jp-large);
  line-height: 1.6;
  margin: var(--medium) 0;
  letter-spacing: 0.05em;
}
.main-contents-menu a {
  margin-top: var(--small);
  color: var(--color-body);
  background: #fff;
  box-shadow: var(--shadow-card);
  border-radius: var(--border-radius-default);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--font-size-card-ttl);
  position: relative;
}
.main-contents-menu a img {
  width: 40%;
  max-width: 251px;
  border-radius: var(--border-radius-default) 0 0 var(--border-radius-default);
}
.main-contents-menu a h3 {
  margin: 0 4rem 0 3rem;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .main-contents-menu a h3 {
    margin: 0 2.5rem 0 1rem;
  }
}
.main-contents-menu a::after {
  content: "";
  position: absolute;
  background-image: url(../visiteurope/assets/images/common/icon_arrow_right.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6vw;
  max-width: 65px;
  height: 6vw;
  max-height: 65px;
  right: 3rem;
  transition: 0.3s;
  opacity: 0.6;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .main-contents-menu a::after {
    right: 0.75rem;
  }
}
.main-contents-menu a:hover {
  color: var(--color-primary);
}
.main-contents-menu a:hover::after {
  background-image: url(../visiteurope/assets/images/common/icon_arrow_right_orange.png);
  right: 2rem;
  opacity: 1;
}
@media (max-width: 1024px) {
  .main-contents-menu a:hover::after {
    right: 0.75rem;
  }
}

.about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .about .wrapper {
    display: block;
  }
}
.about-body {
  width: 45%;
  margin: 0;
}
.about-body .logo-img {
  display: block;
  margin: auto;
  width: 40%;
  max-width: 200px;
}
.about-body h2 {
  margin: var(--small) 0;
}
@media (max-width: 1024px) {
  .about-body {
    width: 100%;
  }
}
.about-image {
  width: 50%;
}
@media (max-width: 1024px) {
  .about-image {
    width: 100%;
    margin-top: var(--small);
  }
}
.about-image img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-default);
}
@media (max-width: 640px) {
  .about-image img {
    height: 50vw;
  }
}

.map {
  background: #BFE8F4;
  padding: 0 0 4rem;
  position: relative;
}
.map-wrapper {
  width: 70%;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .map-wrapper {
    width: 100%;
  }
}
.map-wrapper ul.country-list li a {
  color: var(--color-body);
  font-weight: 500;
  font-size: clamp(8px, 2.5vw, 20px);
  display: inline-block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--border-radius-default);
  line-height: 1;
  padding: 0.5rem 1rem;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media (max-width: 1024px) {
  .map-wrapper ul.country-list li a {
    padding: 4px 5px 2px;
  }
}
.map-wrapper ul.country-list li a:hover {
  color: var(--color-primary);
}
.map .heading-wrapper {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .map .heading-wrapper {
    position: relative;
    top: auto;
    padding-top: var(--small);
  }
}
.map h2 {
  font-size: var(--font-size-jp-large);
  font-weight: 600;
}
.map .box-wrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .map .box-wrapper {
    display: block;
  }
}
.map-box {
  background: #fff;
  padding: var(--small);
  box-sizing: border-box;
  font-size: var(--font-size-medium);
  border-radius: var(--border-radius-default);
}
@media (max-width: 1024px) {
  .map-box {
    margin-top: 1rem;
  }
}
.map-box h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}

/*------------------
国紹介
-------------------*/
.taxonomy-header {
  display: flex;
  align-items: center;
  margin: 2rem auto;
}
@media (max-width: 1024px) {
  .taxonomy-header {
    display: block;
  }
}
.taxonomy-header .taxonomy-term {
  display: flex;
  margin-right: 2rem;
}
@media (max-width: 1024px) {
  .taxonomy-header .taxonomy-term {
    margin-bottom: var(--small);
  }
}
.taxonomy-header .taxonomy-term-flag {
  width: 36px;
  height: auto;
  display: grid;
}
.taxonomy-header .taxonomy-term-name {
  white-space: nowrap;
  margin-left: 0.5rem;
  font-size: var(--font-size-small);
}

.taxonomy-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .taxonomy-content {
    display: block;
  }
}
.taxonomy-content-body {
  font-size: var(--font-size-medium);
  max-width: calc(100% - 500px);
}
@media (max-width: 1024px) {
  .taxonomy-content-body {
    max-width: 100%;
  }
}
.taxonomy-content-map {
  max-width: 450px;
}
@media (max-width: 1024px) {
  .taxonomy-content-map {
    margin: var(--small) 0;
    max-width: 100%;
  }
}

.taxonomy-list-title {
  position: relative;
  margin: 1rem auto;
}
.taxonomy-list-title span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 1rem;
}
.taxonomy-list-title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 130px);
  height: 0.25px;
  background: #c3c3c7;
}
@media (max-width: 1024px) {
  .taxonomy-list-title:before {
    width: 100%;
  }
}
.taxonomy-list .card-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 3rem;
  padding-left: 10%;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-right: var(--medium);
}
@media (max-width: 640px) {
  .taxonomy-list .card-list {
    padding-left: 2.5%;
  }
}
.taxonomy-list .card-list::-webkit-scrollbar {
  height: 8px;
}
.taxonomy-list .card-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.taxonomy-list .card-list::-webkit-scrollbar-track {
  background: transparent;
}
.taxonomy-list .card {
  flex: 0 0 auto;
  width: 440px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 640px) {
  .taxonomy-list .card {
    width: 200px;
  }
}
.taxonomy-list .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.taxonomy-list .card .card-image {
  position: relative;
}
.taxonomy-list .card .card-content h3 {
  font-size: var(--font-size-medium);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.taxonomy-list .card .card-content .body {
  margin-top: 0.5rem;
  font-size: var(--font-size-little-small);
}
@media (max-width: 640px) {
  .taxonomy-list .card .card-content .body {
    font-size: var(--font-size-small);
  }
}

.card .caption {
  padding: 0.25rem 0.5rem;
  font-size: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(42, 43, 52, 0.4) 0%, rgba(42, 43, 52, 0) 100%);
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.card .area {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--color-primary);
  font-size: 0.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  padding: 4px 5px 1px;
  border-radius: 3px;
}

.taxonomy-column {
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .taxonomy-column {
    padding: 3rem 0;
  }
}
.taxonomy-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.05);
  z-index: 0;
}
.taxonomy-column::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.taxonomy-column .top-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.taxonomy-column > * {
  position: relative;
  z-index: 2;
}
.taxonomy-column h2 {
  text-align: center;
  color: #fff;
  font-size: var(--font-size-en-large);
  line-height: 1;
  margin-bottom: var(--small);
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.taxonomy-column h2 span.main {
  display: block;
}
.taxonomy-column h2 span.sub {
  font-size: var(--font-size-medium);
  letter-spacing: 0.2em;
  font-family: "kozuka-gothic-pr6n";
  position: relative;
  vertical-align: super;
}
.taxonomy-column h2 span.sub::before, .taxonomy-column h2 span.sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 1px;
  transform: translateY(-50%);
  background: #fff;
}
.taxonomy-column h2 span.sub::before {
  left: -3.5rem;
}
.taxonomy-column h2 span.sub::after {
  margin-left: 1rem;
}
.taxonomy-column-content {
  background: #fff;
  box-sizing: border-box;
  padding: var(--medium);
  width: 90%;
  max-width: 760px;
  margin: auto;
}
.taxonomy-column-heading {
  text-align: center;
  margin-bottom: 1rem;
}

/*------------------
固定ページ
-------------------*/
.page-hero {
  position: relative;
  height: 525px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .page-hero {
    height: 320px;
  }
}
.page-hero h1 {
  position: relative;
  color: #fff;
  font-size: clamp(22px, 7vw, 60px);
  z-index: 2;
  width: var(--max-width);
  margin: auto;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.page-hero h1 small {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-family: Crimson Text, serif;
  font-size: clamp(16px, 5vw, 45px);
  margin-bottom: 0.5rem;
}
.page-hero .caption {
  color: #fff;
  position: absolute;
  width: var(--max-width);
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .page-hero .caption {
    bottom: 0.5rem;
  }
}
.page-hero .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(42, 44, 55, 0.3);
  z-index: 1;
}

.page-content {
  padding: var(--section-padding);
  font-size: 18px;
  line-height: 1.42857;
}
.page-content p {
  margin: 0 0 12.5px;
  font-family: Crimson Text, serif;
}
.page-content li {
  font-family: Crimson Text, serif;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
}

.entry-title {
  margin: var(--medium) 0 var(--small);
  padding-left: 1rem;
  border-left: solid 9px var(--color-primary);
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/*------------------
美食紹介
-------------------*/
.content p {
  margin: 1rem 0;
}
.content p.wp-caption-text {
  margin: 0.25rem 0;
}
.content::after {
  content: "";
  display: block;
  clear: both;
}

.single-content {
  width: 60%;
}
@media (max-width: 1024px) {
  .single-content {
    width: 100%;
  }
}
.single-related {
  width: 30%;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .single-related {
    width: 100%;
  }
}
.single-related h2 {
  margin-bottom: 1rem;
}
.single .country-link {
  padding-right: 0.25rem;
  margin-right: 0.5rem;
  border-right: solid 1px var(--color-border);
}
.single h1 {
  font-size: var(--font-size-jp-large);
}
.single h2 {
  font-size: var(--font-size-medium);
}
.single .gastronomy-area {
  margin-top: 0.5rem;
}
.single .sub-content {
  margin: var(--small) 0 var(--medium);
  padding: var(--small);
  border: solid 1px var(--color-border);
}
.single .sub-content section {
  padding: 1rem 0;
  border-bottom: solid 1px var(--color-border);
}
.single .sub-content section:first-child {
  padding: 0 0 1rem;
}
.single .sub-content section h2 {
  margin-bottom: 0.5rem;
}
.single .sub-content section:last-child {
  border: none;
  padding: 1rem 0 0;
}
.single .sub-content section iframe {
  width: 100%;
}
.single .sub-content-website {
  word-break: break-all;
}

.country-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border-radius: var(--border-radius-default);
  margin: 0 auto var(--medium);
}
@media (max-width: 640px) {
  .country-banner {
    height: 200px;
  }
}
.country-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.2s ease;
  z-index: 0;
}
.country-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.country-banner .caption {
  position: absolute;
  bottom: 8px;
  right: 12px;
  color: #fff;
  z-index: 2;
}
.country-banner .text {
  position: relative;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--font-size-jp-large);
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  width: 90%;
}
.country-banner:hover {
  color: #fff;
}
.country-banner:hover::before {
  transform: scale(1.05);
}
.webuse{
	margin-top: 2rem;
	font-weight: 100;
}

/*------------------
カテゴリー
-------------------*/
h2.taxonomy-header.country-heading {
  font-size: var(--font-size-medium);
  display: flex;
}
h2.taxonomy-header.country-heading .taxonomy-term-flag {
  margin-right: 0.5rem;
}/*# sourceMappingURL=style.css.map */