@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --inner: 156.6rem;
  --bgColor-ivory: #f0efe8;
  --mainColor-red: #a30000;
  --textColor-black: #2e2e2e;
  --jounal-bg: #f8f3ef;
  --news-bg: #f7f3ed;
  --accent-red-soft: #eadcdc;
  --accent-red-line: #d65b5b;
  --Color-red: #c90000;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.is-resizing *,
html.is-resizing *::before,
html.is-resizing *::after {
  transition-duration: 0s !important;
  animation-duration: 0s !important;
}
html.is-resizing {
  overflow: hidden;
}
html.is-resizing body {
  overflow: hidden;
}
html.is-resizing .mv_course_blur,
html.is-resizing .overlay.open {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html.is-resizing .mv_inner {
  height: var(--lock-mv-height) !important;
  max-height: var(--lock-mv-height) !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  font-size: 8.333333px;
}
@media (max-width: 1599px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 991px) and (min-width: 900px) {
  html {
    font-size: 0.65vw;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  html {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.3255813953vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: var(--textColor-black);
  height: 100%;
  font-family:
    YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
}
body.open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    background-size: 6.4rem 6.4rem;
  }
}

.min {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
}
.en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
main {
  display: block;
  position: relative;
}

a {
  outline: none;
  color: var(--textColor-black);
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
a:hover img,
button,
input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type="text"]:focus {
  outline: none;
}
#main {
  overflow: hidden;
}
section {
  position: relative;
}
.container {
  max-width: calc(var(--inner) + 5rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section {
    padding: 4rem 0;
  }
  .br_pc {
    display: none;
  }
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .section {
    padding: 8rem 0;
  }
  .br_sp {
    display: none;
  }
  .sp {
    display: none !important;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  /* background: #fff; */
  transition: transform 0.25s ease-out;
  will-change: transform;
}
#header.scroll {
  background: #fff;
}

#header.hidden {
  transform: translate3d(0, -100%, 0);
}
#h_logo {
  font-weight: 700;
}
#h_logo a,
.h_logo_link {
  display: flex;
  align-items: center;
}
.h_logo_link {
  gap: 1.5rem;
}

#menu_btn.menu-trigger {
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
  padding: 0;
  border: none;
  border-radius: 0.8rem;
  background: var(--mainColor-red);
  cursor: pointer;
  z-index: 9999;
  flex-shrink: 0;
  --menu-bar-offset: 0.9rem;
}
#menu_btn .menu-trigger__bar {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  margin-left: -1.4rem;
  background: #fff;
  border-radius: 10rem;
  transition:
    transform 0.3s ease,
    top 0.3s ease,
    opacity 0.3s ease;
}
#menu_btn .menu-trigger__bar:nth-child(1) {
  top: calc(50% - var(--menu-bar-offset));
  transform: translateY(-50%);
}
#menu_btn .menu-trigger__bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#menu_btn .menu-trigger__bar:nth-child(3) {
  top: calc(50% + var(--menu-bar-offset));
  transform: translateY(-50%);
}
#menu_btn.active .menu-trigger__bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#menu_btn.active .menu-trigger__bar:nth-child(2) {
  opacity: 0;
}
#menu_btn.active .menu-trigger__bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s;
  backdrop-filter: blur(2rem);
}
.overlay.open {
  width: 100%;
  height: 100vh;
  height: 100svh;
  opacity: 1;
}
#main {
  height: 100%;
}
#gNav {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: var(--mainColor-red);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transition:
    opacity 0.2s,
    visibility 0.2s;
  width: 80%;
  max-width: 126rem;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
#gNav.open {
  opacity: 1;
  visibility: visible;
}
.nav_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: 400;
}
.nav_logo_link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
  font-weight: 700;
}
.nav_logo_link img {
  filter: brightness(0) invert(1);
}
.g_nav_inner {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.g_nav_body {
  position: relative;
}
.g_nav_main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.nav_col {
  flex: 1;
  min-width: 0;
}
.nav_main_list li + li {
  margin-top: 3rem;
}
.nav_main_list a {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.g_nav_foot {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4rem;
}
.nav_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10rem;
  background: #fff;
  color: var(--mainColor-red);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.nav_contact_btn::after {
  content: "";
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/arrow02.svg") no-repeat center / contain;
}
.nav_sub_links {
  display: flex;
  flex-wrap: wrap;
}
.nav_sub_links li {
  display: flex;
  align-items: center;
  position: relative;
}
.nav_sub_links li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(40deg);
  background: #fff;
}
.nav_sub_link {
  display: block;
  padding: 0 1em;
  color: #fff;
}

.nav_search {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 2rem 0 2rem;
  border: 1px solid #fff;
  border-radius: 10rem;
}
.nav_search_input {
  flex: 1;
  min-width: 0;
  padding: 1.4rem 0;
  border: none;
  background: transparent;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.nav_search_input::placeholder {
  color: #fff;
  opacity: 1;
}
.nav_search_btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.nav_copyright {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #header {
    height: 8rem;
    padding: 0 1.5rem;
    align-items: center;
    box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
  }
  header.hidden {
    transform: translateY(-8rem) !important;
  }
  #h_logo img {
    width: 6.5rem;
  }
  .h_logo_txt {
    font-size: 1.2rem;
  }
  #nav {
    display: none;
  }
  #gNav {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding: 14rem 3rem 1.5rem;
    box-sizing: border-box;
    background: url("../img/nav_bg_map.svg") no-repeat -20% 50% / 50rem auto
      var(--mainColor-red);
  }
  .nav_logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .nav_logo_link img {
    width: 6.5rem;
  }
  .nav_logo_txt {
    font-size: 1.2rem;
  }
  .nav_main_list a {
    font-size: 2.2rem;
  }
  .g_nav_foot {
    gap: 2rem;
    margin: 5rem 0;
    flex-shrink: 0;
  }
  .nav_contact_btn {
    position: relative;
    max-width: 100%;
    /* MOD: */
    /* min-height: 9rem; */
    min-height: 5.25rem;
    padding: 1.2rem 4.8rem 1.2rem 2rem;
    font-size: 1.7rem;
  }
  .nav_contact_btn::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .nav_sub_link {
    font-size: 1.2rem;
  }
  .nav_search {
    margin-top: 3rem;
  }
  .nav_search_input {
    font-size: 1.6rem;
  }
  .nav_search_btn svg {
    width: 2.6rem;
    height: 2.6rem;
  }
  .nav_copyright {
    margin-top: auto;
    flex-shrink: 0;
    padding: 2rem 0;
    text-align: center;
  }
  .g_nav_inner {
    flex: 1 0 auto;
    padding-bottom: 0;
  }
  .g_nav_body {
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #header {
    height: 12rem;
    padding: 0 2.6rem;
  }
  #header:after {
    content: "";
    height: 0.3rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: var(--mainColor-red);
    width: 98%;
    position: absolute;
  }
  header.hidden {
    transform: translateY(-12rem) !important;
  }
  #h_logo img {
    width: 7.5rem;
  }
  #h_navigation {
    display: flex;
    align-items: center;
  }
  .h_nav_list {
    gap: 0;
  }
  .h_nav_btns,
  .h_nav_links {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .h_nav_btns {
    gap: 1rem;
  }
  .h_nav_btns li,
  .h_nav_links li {
    display: flex;
    align-items: center;
  }
  .h_nav_links {
    position: relative;
  }
  .h_nav_links li::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1px;
    height: 4rem;
    margin-left: 2rem;
    margin-right: 1rem;
    background: #707070;
  }
  .h_nav_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* MOD: */
    /*gap: 1rem; */
    gap: 1.25rem;
    padding: 0.5rem 1.75rem;
    border: 1px solid var(--textColor-black);
    border-radius: 10rem;
    color: var(--textColor-black);
    text-decoration: none;
    transition:
      background 0.3s,
      color 0.3s,
      border-color 0.3s,
      opacity 0.3s;
    font-weight: 700;
  }
  .h_nav_btn:hover {
    background: var(--mainColor-red);
    border-color: var(--mainColor-red);
    color: #fff;
    opacity: 1;
  }
  .h_nav_btn::before {
    content: "";
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: filter 0.3s;
  }
  .h_nav_btn--tour::before {
    width: 3rem;
    height: 2.7rem;
    background-image: url("../img/ico-flag.svg");
  }
  .h_nav_btn--route::before {
    width: 3.5rem;
    height: 3.2rem;
    background-image: url("../img/ico-route.svg");
  }
  .h_nav_btn--book::before {
    width: 3.5rem;
    height: 3.2rem;
    background-image: url("../img/ico-book.svg");
  }
  .h_nav_btn:hover::before {
    filter: brightness(0) invert(1);
  }
  .h_nav_link {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
  }
  .h_nav_link:hover {
    opacity: 0.7;
  }
  #menu_btn.menu-trigger {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 1rem;
    margin-left: 3rem;
    --menu-bar-offset: 1.1rem;
  }
  #menu_btn .menu-trigger__bar {
    width: 3.5rem;
    margin-left: -1.75rem;
  }
  #gNav {
    padding: 14rem 6rem 10rem;
    display: flex;
    flex-direction: column;
    background: url("../img/nav_bg_map.svg") no-repeat 140% 90% / 89rem auto
      var(--mainColor-red);
  }
  .nav_logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 12rem;
    padding: 0 6rem;
    box-sizing: border-box;
  }
  .nav_logo_link img {
    width: 7.5rem;
  }
  .g_nav_inner {
    width: 100%;
    max-width: 86rem;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 8rem;
  }
  .g_nav_main {
    flex-direction: row;
    justify-content: center;
    gap: 8rem 12rem;
    padding-top: 2rem;
  }
  .nav_main_list li + li {
    margin-top: 4rem;
  }
  .nav_main_list a {
    font-size: 2.4rem;
  }
  .g_nav_foot {
    gap: 3rem;
    margin-top: 10rem;
  }
  .nav_contact_btn {
    position: relative;
    min-height: 8rem;
    padding: 1.6rem 5.6rem 1.6rem 3rem;
    font-size: 2rem;
    width: 57rem;
  }
  .nav_contact_btn::after {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
  }
  .nav_sub_link {
    font-size: 1.7rem;
  }
  .nav_search {
    padding: 0 3rem 0 2rem;
    margin-top: 7rem;
  }
  .nav_search_input {
    font-size: 2rem;
    padding: 2.6rem 0;
  }
  .nav_search_btn svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .nav_copyright {
    font-size: 1.7rem;
    right: 2.5rem;
    bottom: -10rem;
    text-align: right;
  }
  .h_nav_btn {
    height: 6rem;
    /* MOD: */
    /* width: 20rem; */
    width: 22.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  #header {
    padding: 0 3.6rem;
  }
  #menu_btn.menu-trigger {
    margin-left: 10rem;
  }
  .h_nav_btns {
    gap: 1.2rem;
  }
  .h_nav_links {
    position: relative;
    margin-left: 3rem;
  }
  .h_nav_links li::before {
    height: 4rem;
    margin-left: 3rem;
    margin-right: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  #menu_btn.menu-trigger {
    margin-left: 19rem;
  }
  /* .h_nav_links li::before {
    height: 4rem;
    margin-left: 3rem;
    margin-right: 2rem;
  } */
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

#footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.footer_inner {
  position: relative;
}
.footer_logo {
  margin: 0;
  line-height: 0;
}
.footer_logo a {
  display: inline-block;
}
.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer_copyright {
}
.footer_lead {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.footer_banners {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_banner {
  display: block;
  line-height: 0;
  transition: opacity 0.3s;
}
.footer_banner:hover {
  opacity: 0.8;
}
.footer_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.footer_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 3rem;
  font-weight: 500;
}
.footer_contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  border: 1px solid var(--mainColor-red);
  border-radius: 10rem;
  color: var(--mainColor-red);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s,
    opacity 0.3s;
}
.footer_contact_btn:hover {
  background: var(--mainColor-red);
  color: #fff;
  opacity: 1;
}
.footer_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 0;
}
.footer_links li {
  display: flex;
  align-items: center;
  position: relative;
}
.footer_links li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(40deg);
  background: var(--mainColor-red);
}
.footer_links a {
  color: var(--mainColor-red);
  transition: opacity 0.3s;
  display: block;
  padding: 0 1em;
}
.footer_links a:hover {
  opacity: 0.7;
}
.footer_notes {
  color: #646362;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 4rem 0 3rem;
  }
  .footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding-bottom: 9rem;
  }
  .footer_left {
    width: 100%;
    text-align: center;
  }
  .footer_logo {
    max-width: 13rem;
    margin: 0 auto;
  }
  .footer_right {
    width: 100%;
  }
  .footer_lead {
    font-size: 1.2rem;
  }
  .footer_banners {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-top: 3.5rem;
  }
  .footer_banner img {
    width: auto;
    height: 7rem;
  }
  .footer_actions {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 2.4rem;
  }
  .footer_contact_btn {
    width: 100%;
    max-width: 100%;
    height: 4.2rem;
  }
  .footer_links {
    justify-content: center;
  }
  .footer_links a {
    font-size: 1.2rem;
  }
  .footer_notes {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.2rem;
  }
  .footer_copyright {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  #footer {
    padding: 8rem 0 6rem;
  }
  .footer_inner {
    display: flex;
    align-items: stretch;
    gap: 6rem;
  }
  .footer_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    width: 26.3rem;
    padding-bottom: 0.4rem;
  }
  .footer_right {
    flex: 1;
    min-width: 0;
    padding-left: 8rem;
    border-left: 1px solid var(--mainColor-red);
  }
  .footer_lead {
    font-size: 2rem;
  }
  .footer_banners {
    margin-top: 4.5rem;
  }
  .footer_banners li {
    flex: 0 0 auto;
    min-width: 0;
  }
  .footer_banner img {
    width: auto;
    height: 7rem;
  }
  .footer_actions {
    margin-top: 6.5rem;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .footer_contact_btn {
    flex-shrink: 0;
    width: 51rem;
    height: 8rem;
    font-size: 2rem;
  }
  .footer_links a {
    font-size: 1.7rem;
  }
  .footer_notes {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 900px) {
  .footer_inner {
    gap: 12rem;
  }
  .footer_left {
    width: 26.3rem;
  }
}
@media print, screen and (min-width: 992px) {
}

/* ---------------------------------------------------------------------------------------------

　   BANNER AREA

--------------------------------------------------------------------------------------------- */

.banner_area {
  background: var(--mainColor-red);
  overflow: hidden;
}
.banner_area_inner {
  position: relative;
  margin: 0 auto;
}
.banner_slide {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.banner_slide img {
  display: block;
  width: 100%;
  height: auto;
}
.banner_arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
.banner_arrow:hover {
  opacity: 0.8;
}
.banner_arrow img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .banner_slider .splide__track {
    overflow: visible;
  }
  .banner_area {
    padding: 3.6rem 0;
  }
  .banner_slide {
    width: 34.3rem;
  }
  .banner_arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .banner_area {
    padding: 6rem 0;
  }
  .banner_area_inner {
    max-width: calc(180rem + 10.8rem);
    padding: 0 5.4rem;
  }
  .banner_arrow {
    width: 4.9rem;
    height: 4.9rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
}
.breadcrumb_list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.breadcrumb_item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  font-weight: 500;
}

.breadcrumb_item:last-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.breadcrumb_link {
  color: var(--textColor-black);
  text-decoration: none;
  transition: opacity 0.3s;
}

.breadcrumb_link:hover {
  opacity: 0.7;
}

.breadcrumb_current {
  display: block;
  overflow: hidden;
  color: var(--textColor-black);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb_item:not(:last-child)::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.7rem;
  height: 1.6rem;
  background: url("../img/arrow-black.svg") no-repeat center / contain;
}

.pager {
  display: flex;
  justify-content: center;
}

.pager_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid var(--textColor-black);
  border-radius: 50%;
  color: var(--textColor-black);
  font-weight: 500;
  line-height: 1;
  transition:
    opacity 0.3s,
    background 0.3s,
    border-color 0.3s,
    color 0.3s;
  background: #fff;
}

.pager_link:hover {
  opacity: 0.7;
}

.pager_link.is-current {
  background: #f1dada;
  color: var(--mainColor-red);
  font-weight: 700;
  pointer-events: none;
  border: 0.1rem solid #f1dada;
}

.pager_link--prev,
.pager_link--next {
  position: relative;
  font-size: 0;
}

.pager_link--prev::before,
.pager_link--next::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.6rem;
  background: url("../img/arrow-black.svg") no-repeat center / contain;
}

.pager_link--prev::before {
  transform: scaleX(-1);
}

.pager_ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  color: var(--textColor-black);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec {
    padding: 7rem 0;
  }

  .breadcrumb .container {
    height: 5rem;
  }
  .breadcrumb_item:not(:last-child)::after {
    width: 0.4rem;
    height: 1rem;
  }

  .breadcrumb_list {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .breadcrumb_item {
    font-size: 1.1rem;
  }

  .pager {
    margin-top: 4rem;
  }

  .pager_list {
    gap: 0.8rem;
  }

  .pager_link {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }

  /* prev 1 2 … 10 next — ページ番号は先頭2件と末尾1件のみ表示 */
  .pager_list
    > .pager_item:not(:first-child):not(:last-child):not(:nth-child(2)):not(
      :nth-child(3)
    ):not(:nth-last-child(2)):not(:has(.pager_ellipsis)) {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sec {
    padding: 10rem 0;
  }

  .breadcrumb .container {
    height: 8rem;
  }

  .breadcrumb_list {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .pager {
    margin-top: 14rem;
  }

  .pager_link {
    font-size: 2.4rem;
  }
  .pager_link--prev::before,
  .pager_link--next::before {
    width: 1.2rem;
    height: 1.8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ARTICLE LAYOUT（共通）

--------------------------------------------------------------------------------------------- */

.article_inner {
  position: relative;
  z-index: 1;
}
.article_main {
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .article_main {
    overflow: hidden;
    margin-right: -1.5rem;
  }
  .article_inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .article_side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .article_inner {
    display: flex;
    align-items: flex-start;
    gap: 7rem;
  }
  .article_inner--reverse {
    flex-direction: row-reverse;
  }
  .article_side {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 4rem;
    padding-top: 2rem;
    width: 28rem;
  }
  .article_main {
    flex: 1;
    overflow: visible;
    clip-path: inset(0 -100vw 0 0);
  }
}

/* ---------------------------------------------------------------------------------------------

　   TOPIC（共通）

--------------------------------------------------------------------------------------------- */

#topic {
  position: relative;
  background: var(--bgColor-ivory);
  overflow: hidden;
}
.topic_mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  line-height: 0;
  pointer-events: none;
}
.topic_mountain img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.topic_tit {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
}
.topic_more {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.3s;
}
.topic_more:hover {
  opacity: 0.7;
}
.topic_more img {
  display: block;
  width: 100%;
  height: auto;
}
.topic_slider .splide__track {
  overflow: visible;
}
.topic_slider .splide__list {
  align-items: stretch;
}
.topic_slider .splide__slide {
  display: flex;
  flex-direction: column;
  height: auto !important;
}
.topic_card {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.topic_card_link {
  display: block;
  color: var(--textColor-black);
  text-decoration: none;
  transition: opacity 0.3s;
}
.topic_card_link:hover {
  opacity: 0.7;
}
.topic_thumb {
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 1.5rem;
}
.topic_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic_date {
  display: block;
  margin-top: 1.8rem;
  color: var(--mainColor-red);
  line-height: 1.4;
}
.topic_txt {
  margin: 0.8rem 0 0;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.topic_txt .topic_card_link {
  display: inline;
  color: inherit;
}
.topic_txt .topic_card_link:hover {
  opacity: 0.7;
}
.topic_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  margin-top: auto;
  padding-top: 2rem;
}
.topic_tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border: 0.1rem solid #707070;
  border-radius: 10rem;
  color: #2e2e2e;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.topic_tag:hover {
  opacity: 0.7;
}
.topic_arrows {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}
.topic_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}
.topic_more_sp,
.tour_more_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin: 3rem auto 0;
  padding: 1.6rem 2rem;
  border-radius: 10rem;
  background: #2e2e2e;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  max-width: 25rem;
  height: 5.4rem;
}
.topic_more_sp:hover,
.tour_more_sp:hover {
  opacity: 0.8;
}
.topic_more_sp::after,
.tour_more_sp::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  background: url("../img/arrow-white03.svg") no-repeat center / contain;
}
.topic_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.topic_arrow:hover {
  opacity: 0.7;
}
.topic_arrow.is-disabled,
.topic_arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.topic_arrow.is-disabled:hover,
.topic_arrow:disabled:hover {
  opacity: 0.3;
}
.topic_arrow img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #topic .article_side {
    justify-content: center;
  }
  .topic_mountain img {
    width: 20rem;
  }
  .topic_more {
    flex-shrink: 0;
    width: 8.4rem;
  }
  .topic_slider .splide__slide {
    padding-right: 2rem;
    border-right: 1px solid #000;
  }
  .topic_date {
    font-size: 1.3rem;
  }
  .topic_txt {
    font-size: 1.5rem;
  }
  .topic_arrows {
    margin-top: 0;
    margin-right: 0;
    flex-shrink: 0;
  }
  .topic_bottom {
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 2.4rem;
    padding-right: 1.5rem;
  }
  .topic_more_sp {
    flex: 1;
    max-width: none;
    margin: 0;
  }
  .topic_arrow {
    width: 5.4rem;
    height: 5.4rem;
  }
  .topic_tag {
    font-size: 1.1rem;
    padding: 0.3rem 0.8rem;
  }
  .topic_thumb {
    height: 30rem;
  }
  .topic_more_sp,
  .tour_more_sp {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .topic_more {
    width: 14.2rem;
  }
  .topic_mountain img {
    width: 51.6rem;
  }
  .topic_slider .splide__slide {
    width: 50rem;
    padding-right: 5rem;
    border-right: 1px solid #000;
    padding-bottom: 4.2rem;
  }
  .topic_date {
    margin-top: 3rem;
    font-size: 1.7rem;
  }
  .topic_txt {
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
  .topic_tags {
    margin-top: auto;
    padding-top: 1.8rem;
    gap: 0.8rem;
  }
  .topic_tag {
    font-size: 1.3rem;
  }
  .topic_arrows {
    margin-top: 10rem;
    gap: 1rem;
  }
  .topic_bottom {
    justify-content: flex-end;
  }
  .topic_arrow {
    width: 8rem;
    height: 8rem;
  }
  .topic_thumb {
    height: 46.9rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TOUR（共通）

--------------------------------------------------------------------------------------------- */

#tour {
  position: relative;
}
.tour_tit {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}
.tour_more {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.3s;
}
.tour_more:hover {
  opacity: 0.7;
}
.tour_more img {
  display: block;
  width: 100%;
  height: auto;
}
.tour_list {
  display: grid;
  gap: 2rem;
  padding: 0.5rem;
}
.tour_card {
  position: relative;
  height: 100%;
  border-radius: 1.5rem;
  background: #fff;
}
#tour .tour_card {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.tour_card.is-accent {
  background: #2e2e2e;
  color: #fff;
}
.tour_card_inner {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  height: 100%;
  padding: 1.6rem;
  box-sizing: border-box;
}
.tour_thumb {
  position: relative;
  display: block;
  flex-shrink: 0;
  align-self: flex-start;
  overflow: hidden;
  border-radius: 1rem;
  line-height: 0;
  aspect-ratio: 1 / 1.05;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.tour_thumb > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour_company {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 0;
  /* MOD: */
  display: none;
}
.tour_company_img {
  display: block;
  width: auto;
  object-fit: contain;
}
.tour_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
}
.tour_meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.tour_period {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}
.tour_period_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.2rem 0.6rem;
  border: 1px solid currentColor;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.tour_period_date {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.tour_period_date-start {
  align-self: flex-start;
  text-align: left;
}
.tour_period_date-end {
  align-self: flex-end;
  text-align: right;
}
.tour_type_wrap {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tour_type {
  display: block;
  width: auto;
  height: auto;
}
.tour_card.is-accent .tour_type_wrap:has(.is-higaeri) {
  background-image: url("../img/ico-higaeri02-white.svg");
}
.tour_card.is-accent .tour_type_wrap:has(.is-stay) {
  background-image: url("../img/ico-stay02-white.svg");
}
.tour_card.is-accent .tour_type_wrap .tour_type {
  opacity: 0;
}
.tour_divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  background: var(--textColor-black);
}
.tour_card.is-accent .tour_divider {
  background: #fff;
}
.tour_card_tit {
  display: block;
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
}
.tour_card_tit a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.tour_card:not(.is-expired) .tour_card_tit a:hover {
  opacity: 0.7;
}
.tour_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1.2rem;
}
.tour_tags_ellipsis {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  color: #707070;
}
.tour_tags_ellipsis[hidden] {
  display: none;
}
.tour_tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border: 1px solid #707070;
  border-radius: 10rem;
  line-height: 1.4;
  color: #707070;
  text-decoration: none;
  transition: opacity 0.3s;
}
.tour_tag[hidden] {
  display: none !important;
}
.tour_tag:hover {
  opacity: 0.7;
}
.tour_card.is-accent .tour_tag {
  border-color: #fff;
  color: #fff;
}
.tour_card.is-accent .tour_tags_ellipsis {
  color: #fff;
}
.tour_card.is-expired::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.tour_expired_txt {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  pointer-events: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #tour {
    background: url("../img/top/tour_bg_image_sp.jpg") no-repeat left bottom /
      100%;
    padding-bottom: 10rem;
  }
  #tour:after {
    width: 18rem;
    height: 8.9rem;
  }
  #tour .article_main {
    overflow: visible;
    margin-right: 0;
  }
  #tour .tour_tit .tour_tit_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #tour .tour_tit .tour_tit_main,
  #tour .tour_tit .tour_tit_sub {
    writing-mode: horizontal-tb;
  }
  #tour .tour_tit .tour_tit_main {
    font-size: 3.4rem;
  }
  #tour .tour_tit .tour_tit_sub {
    font-size: 2.8rem;
  }
  #tour .tour_more {
    display: none;
  }
  .tour_list {
    gap: 1.6rem;
  }
  .tour_card_inner {
    gap: 1.2rem;
    padding: 1.2rem;
  }
  .tour_thumb {
    width: 15rem;
  }
  .tour_company_img {
    max-width: 7rem;
  }
  .tour_period_label {
    font-size: 1.2rem;
  }
  .tour_period_date {
    font-size: 1.5rem;
  }
  .tour_type {
    height: 4rem;
    width: auto;
  }
  .tour_card_tit {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .tour_tag {
    font-size: 1.1rem;
  }
  .tour_expired_txt {
    font-size: 1.8rem;
  }
  .tour_divider {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  #tour {
    background: url("../img/top/tour_bg_image.jpg") no-repeat left bottom / 100%;
    padding-bottom: 20rem;
  }
  #tour:after {
    width: 35.6rem;
    height: 17.5rem;
  }
  .tour_tit_inner {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .tour_tit_main,
  .tour_tit_sub {
    writing-mode: vertical-rl;
    letter-spacing: 0.12em;
  }
  .tour_tit_sub {
    padding-top: 1rem;
    line-height: 1;
  }
  .tour_tit_main {
    font-size: 6.75rem;
    line-height: 1.2;
  }
  .tour_tit_sub {
    font-size: 5.8rem;
  }
  .tour_period_dates {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
  }
  .tour_period_date {
    font-size: 1.9rem;
  }
  .tour_more {
    width: 14.2rem;
  }
  .tour_card_inner {
    gap: 2rem;
    padding: 2rem;
    min-height: 30rem;
  }
  .tour_thumb {
    width: 26rem;
  }
  .tour_company {
  }
  .tour_company_img {
    max-width: 10rem;
  }
  .tour_period_label {
    aspect-ratio: 1 / 1;
    width: 5.6rem;
    padding: 0.4rem;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
  .tour_period_dates {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    font-size: 1.7rem;
  }
  .tour_card_tit {
    font-size: 2rem;
  }
  .tour_tag {
    font-size: 1.2rem;
  }
  .tour_expired_txt {
    font-size: 2.4rem;
  }
  .tour_more_sp {
    display: none;
  }
  .tour_type_wrap {
    width: 5rem;
  }
}

@media print, screen and (min-width: 900px) {
  .tour_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MODEL COURSE（共通）

--------------------------------------------------------------------------------------------- */

.modelcourse_tit {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}
.modelcourse_more {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.3s;
}
.modelcourse_more:hover {
  opacity: 0.7;
}
.modelcourse_more img {
  display: block;
  width: 100%;
  height: auto;
}
.modelcourse_slider .splide__track {
  overflow: visible;
}
.modelcourse_slider.splide--grid .splide__slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.modelcourse_slider.splide--grid .splide__slide__row {
  display: flex !important;
  flex: 0 0 auto;
  flex-direction: column;
  height: auto !important;
  margin-bottom: 0 !important;
}
.modelcourse_slider.splide--grid .splide__slide--col {
  display: flex !important;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100% !important;
  height: auto !important;
  margin-right: 0 !important;
}
.modelcourse_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--textColor-black);
  border-radius: 2rem;
  background: #fff;
  box-sizing: border-box;
}
.modelcourse_card.is-accent {
  background: #ebf4fa;
}
.modelcourse_card_link {
  display: block;
  color: var(--textColor-black);
  text-decoration: none;
  transition: opacity 0.3s;
}
.modelcourse_card_link:hover {
  opacity: 0.7;
}
.modelcourse_thumbs {
  overflow: hidden;
  line-height: 0;
}
.modelcourse_thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modelcourse_route {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modelcourse_route_label {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
  writing-mode: vertical-rl;
  font-weight: 700;
}
.modelcourse_route_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.modelcourse_route_list.is-chain {
  gap: 1rem 0;
}
.modelcourse_route_list.is-chain li {
  display: flex;
  align-items: center;
}
.modelcourse_route_list.is-chain li + li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 0.2rem;
  background: var(--textColor-black);
}
.modelcourse_route_spot {
  display: inline-flex;
  align-items: center;
  border-radius: 10rem;
  background: #fff;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
  border: 0.2rem solid var(--textColor-black);
}
.modelcourse_card_tit {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.modelcourse_hash {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.2em;
  line-height: 1.8;
}
.modelcourse_hash a {
  transition: opacity 0.3s;
}
.modelcourse_card_bottom {
  margin-top: auto;
  padding-top: 2rem;
}
.modelcourse_card_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.modelcourse_type,
.modelcourse_transport {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.modelcourse_card_foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.modelcourse_area {
  flex: 1;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  /* MOD: */
  visibility: hidden;
}
.modelcourse_area.is-river {
  color: #3b8fbf;
}
.modelcourse_area.is-bamboo {
  color: #5a8f3e;
}
.modelcourse_area.is-tea {
  color: #a35d4b;
}
.modelcourse_area.is-forest {
  color: var(--mainColor-red);
}
.modelcourse_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5.4rem;
  height: 5.4rem;
  border-top: 1px solid var(--textColor-black);
  border-left: 1px solid var(--textColor-black);
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.modelcourse_arrows {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}
.modelcourse_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modelcourse_arrow:hover {
  opacity: 0.7;
}
.modelcourse_arrow.is-disabled,
.modelcourse_arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.modelcourse_arrow.is-disabled:hover,
.modelcourse_arrow:disabled:hover {
  opacity: 0.3;
}
.modelcourse_arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.modelcourse_more_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: var(--textColor-black);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  max-width: 25rem;
  height: 5.4rem;
  margin: 3rem auto 0;
}
.modelcourse_more_sp:hover {
  opacity: 0.8;
}
.modelcourse_more_sp::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  background: url("../img/arrow-white03.svg") no-repeat center / contain;
}

@media only screen and (max-width: 767px) {
  #modelcourse .article_main {
    overflow: visible;
    margin-right: 0;
  }
  #modelcourse .modelcourse_slider {
    visibility: visible;
  }
  #modelcourse .modelcourse_slider .splide__track {
    height: auto;
  }
  #modelcourse .modelcourse_slider .splide__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    height: auto;
  }
  #modelcourse .modelcourse_tit .modelcourse_tit_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #modelcourse .modelcourse_tit .modelcourse_tit_main,
  #modelcourse .modelcourse_tit .modelcourse_tit_sub {
    writing-mode: horizontal-tb;
  }
  #modelcourse .modelcourse_tit .modelcourse_tit_main {
    font-size: 3.6rem;
  }
  #modelcourse .modelcourse_tit .modelcourse_tit_sub {
    padding-top: 0;
    font-size: 2.8rem;
  }
  #modelcourse .modelcourse_slider .splide__slide {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
  }
  #modelcourse
    .modelcourse_slider
    .splide__list
    > .splide__slide:nth-child(n + 4) {
    display: none;
  }
  #modelcourse .modelcourse_card {
    background: #fff;
    padding: 2rem;
  }
  #modelcourse .modelcourse_type {
    width: auto;
    height: 4rem;
  }
  #modelcourse .modelcourse_transport {
    width: auto;
    height: 2.6rem;
  }
  .modelcourse_route {
    margin-top: 2rem;
  }
  .modelcourse_card_meta {
    gap: 1rem;
  }
  .modelcourse_card_tit {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1.5rem 0 0;
  }
  .modelcourse_hash {
    margin-top: 1.5rem;
    font-size: 1.1rem;
  }
  .modelcourse_route_spot {
    font-size: 1.2rem;
    height: 4rem;
    padding: 0 1.5rem;
  }
  .modelcourse_route_label {
    font-size: 1rem;
  }
  .modelcourse_more {
    display: none;
  }
  .modelcourse_num {
    font-size: 1.4rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .modelcourse_tit_inner {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .modelcourse_tit_main,
  .modelcourse_tit_sub {
    writing-mode: vertical-rl;
    letter-spacing: 0.12em;
  }
  .modelcourse_tit_sub {
    padding-top: 1rem;
    line-height: 1;
  }
  .modelcourse_slider.splide--grid .splide__list {
    align-items: stretch;
  }
  .modelcourse_slider.splide--grid .splide__slide__row + .splide__slide__row {
    margin-top: 4rem !important;
  }
  .modelcourse_tit_main {
    font-size: 7rem;
    line-height: 1.2;
  }
  .modelcourse_tit_sub {
    font-size: 5.8rem;
  }
  .modelcourse_more {
    width: 14.2rem;
  }
  .modelcourse_card {
    padding: 3rem;
  }
  .modelcourse_card_tit {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  .modelcourse_hash {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
  .modelcourse_route_spot {
    font-size: 1.9rem;
    height: 5.2rem;
    padding: 0 3rem;
  }
  .modelcourse_area {
    font-size: 1.2rem;
  }
  .modelcourse_num {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 2.6rem;
  }
  .modelcourse_arrows {
    margin-top: 4rem;
    gap: 1rem;
  }
  .modelcourse_arrow {
    width: 8rem;
    height: 8rem;
  }
  .modelcourse_route {
    margin-top: 4rem;
  }
  .modelcourse_card_bottom {
    padding-top: 3rem;
  }
  .modelcourse_card_meta {
    gap: 1.5rem;
  }
  #modelcourse .modelcourse_type {
    width: auto;
    height: 5rem;
  }
  #modelcourse .modelcourse_transport {
    width: auto;
    height: 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   KEYWORDS（共通）

--------------------------------------------------------------------------------------------- */

.keywords_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.keywords_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mainColor-red);
  border-radius: 0.8rem;
  background: #fff;
  color: var(--textColor-black);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s;
}

@media only screen and (max-width: 767px) {
  .keywords_tag {
    padding: 0.8rem 1.2rem;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .keywords_tag {
    padding: 1.2rem 2rem;
    font-size: 2.1rem;
  }
  .keywords_tag:hover {
    background: var(--mainColor-red);
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
}

/* [pcbr] / [spbr]（[[pcbr]] / [[spbr]] も対応） */
br.hybrid_break_pc {
  display: inline;
}
br.hybrid_break_sp {
  display: none;
}
@media (max-width: 767px) {
  br.hybrid_break_pc {
    display: none;
  }
  br.hybrid_break_sp {
    display: inline;
  }
}

/* MOD: */
@media print, screen and (width >= 768px) {
  .h_nav_link:link {
    color: var(--textColor-black);
  }

  .h_nav_link:visited {
    color: var(--textColor-black);
  }

  .h_nav_link:hover {
    color: var(--mainColor-red);
  }

  .h_nav_link:active {
    color: var(--mainColor-red);
  }
}

.single_article_body a:link,
.jounal_single_body a:link,
.utility-page-content a:link {
  /* color: #152873; */
  color: #296ba4;
}

.single_article_body a:visited,
.jounal_single_body a:visited,
.utility-page-content a:visited {
  /* color: #291573; */
  color: #296ba4;
}

.single_article_body a:hover,
.jounal_single_body a:hover,
.utility-page-content a:hover {
  /* color: #2c4bc9; */
  color: #6295c0;
}

.single_article_body a:active,
.jounal_single_body a:active,
.utility-page-content a:active {
  /* color: #2c4bc9; */
  color: #6295c0;
}

/* TOP and archive cards: accent appearance on hover. */
@media (hover: hover) and (pointer: fine) {
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_card:not(.is-expired) {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  :is(#modelcourse, #modelcourse_results, #recommend_modelcourse_slider) .modelcourse_card,
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_divider {
    transition: background-color 0.3s ease;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_tag {
    transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_tags_ellipsis {
    transition: color 0.3s ease;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_type {
    transition: filter 0.3s ease;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_card:not(.is-expired):hover {
    background: #2e2e2e;
    color: #fff;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_card:not(.is-expired):hover .tour_type_wrap .tour_type {
    filter: brightness(0) invert(1);
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_card:not(.is-expired):hover .tour_divider {
    background: #fff;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_card:not(.is-expired):hover .tour_tag {
    border-color: #fff;
    color: #fff;
  }
  :is(#tour, #tour_results, #recommend_tour_slider) .tour_card:not(.is-expired):hover .tour_tags_ellipsis {
    color: #fff;
  }
  :is(#modelcourse, #modelcourse_results, #recommend_modelcourse_slider) .modelcourse_card:hover {
    background: #ebf4fa;
  }
}

#wpfront-scroll-top-container {
    right: 10px;
    bottom: 10px;
    width: 40px;
}

.grecaptcha-badge {
    visibility: hidden;
}

