html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Regular (400) */
@font-face {
  font-family: "LINE Seed JP";
  src: url("/wp-content/themes/visit-easternhokkaido/assets/fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "LINE Seed JP";
  src: url("/wp-content/themes/visit-easternhokkaido/assets/fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold (800) */
@font-face {
  font-family: "LINE Seed JP";
  src: url("/wp-content/themes/visit-easternhokkaido/assets/fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: bold;
  font-display: swap;
}

/* Thin (100) */
@font-face {
  font-family: "LINE Seed JP";
  src: url("/wp-content/themes/visit-easternhokkaido/assets/fonts/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap')

.article img {
    display: block;
    /* text-align: center; */
    margin: auto;
    padding: 5px;
    background: #ddd;
}
.article .wp-caption {
    margin: 3% auto;
    text-align: center;
    width: fit-content !important;
    padding: 5px;
	font-size:70%;
}
.wp-caption-text {
    padding: 5px;
    background: #ddd;
    text-align: center;
}

.article a {
    text-decoration: underline;
    color: #00f;
}

body {
  scroll-behavior: smooth;
  font-size: 16px;
line-height: 1.6;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
}

#topkv .slide_container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background: transparent;
    background-image: radial-gradient(rgba(0, 0, 0, 0.6) 20%, transparent 0), radial-gradient(rgba(0, 0, 0, 0.2) 10%, transparent 0);
    background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.6) 20%, transparent 0), -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 10%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 3px 3px;
    z-index: 20;
}
#topkv .slide_container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
}
.only-pc{
  display: none;
}
.only-sp{
  display: block;
}

.fadeInUpTrigger,
.fadeInTrigger,
.fadeInLeftTrigger{
  opacity: 0;
}


.swiper-button-prev2, .swiper-button-next2 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1* var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 60px !important;
    height: 60px !important;
    background-size: 60px 60px !important;
    margin-top: -24px;
}
/* 次ページボタンのスタイル */
.swiper-button-next2 {
    background-image: url(../img/common/right-arrow.png) !important;
    right: 19%;
}
/* 前ページボタンのスタイル */
.swiper-button-prev2 {
background-image: url(../img/common/left-arrow.png) !important;
    left: 19%;
}

/* TOP_sp対応 */


h1.head-logo {
    padding: 0.2em 0.5em;
    width: 58%;
    color: #fff;
        font-weight: 600;
        margin: 0;
}
nav.gnavi{
    display: none;
} 

/*　ハンバーガーボタン　*/
.hamburger {
display: block;
    position: absolute;
    z-index: 7;
    right: 6px;
    /* top: 48px; */
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger.undermenu span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.fade span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.fade span:nth-child(2),
.hamburger.fade span:nth-child(3) {
  top: 16px;
  background :#000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      opacity:0;
      visibility:hidden;
      z-index: -1;
      transition: all 0.6s;
}
nav.globalMenuSp.fade {
        opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.99);
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.6s;
    z-index: 5;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
        padding: 10% 5%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{

}

nav.globalMenuSp ul li a {

}
ul.globalnavbox-nav-ul {
    
}
p.globalnavbox-logo {
    padding: 16% 5% 0;
}
dl.globalnavbox-nav-li-dl {
    margin-bottom: 5%;
}
dt.globalnavbox-nav-li-dt {
    margin-bottom: 0em;
    font-size: 26px;
    font-weight: 700;
}
dt.globalnavbox-nav-li-dd {
    font-size: 12px;
}
body.menu-open {
  /* PC でもスマホでも横スクロールが発生しないように overflow: hidden を付与 */
  overflow: hidden;
}

.selectbox_lang{
    display: none !important;
} 

.selectbox_lang {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_lang::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox_lang select {
    appearance: none;
    min-width: 90px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.top_mv {
  position: relative;
  width: 100%;
  height: 100vh; /* JSで補正する場合はcalc(var(--vh, 1vh) * 100)に変更可能 */
  overflow: hidden;
}
.top_mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 5;
  pointer-events: none; /* クリック操作などに干渉しない */
}
.top-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.top-content {
  position: relative;
  /*z-index: 10;*/
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
dl.fv_head {
    font-size: 40px;
    font-weight: 700;
}

dt.fv_head_dt {
    margin-bottom: 3%;
}

p.top_mv img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
section#top_head {
    position: relative;

}
.header_box {
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
        z-index: 10;
        background: #000;
}
ul.head_nav {
display: flex;
    justify-content: flex-end; /* gapを使う前提ならflex-startでOK */
    gap: 40px;
    color: #000;
    font-weight: 600;
    text-align: center;
}


@media(max-width: 1910px) {
 nav.gnavi {
    width: 72%;
    margin-left: auto; /* ← これで右寄せ */

}
}
@media(max-width: 1500px) {
 nav.gnavi {
    width: 65%;
    margin-left: auto;
}
}
li.head_nav_li {
    width: auto;
}
ul.head_nav.topnavtxt {
display: flex;
    justify-content: flex-end; /* gapを使う前提ならflex-startでOK */
    gap: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
:lang(en) ul.head_nav.topnavtxt {
display: flex;
    justify-content: flex-end; /* gapを使う前提ならflex-startでOK */
    gap: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}
dt.head_nav_dt {
    font-size: 16px;
}
dd.head_nav_dd {
    font-size: 11px;
}

section#foot_cta {

    text-align: center;
    min-height: 500px;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url(../img/common/cta_img.png);
    background-size: auto, cover;
    background-position: 0 0, bottom;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
}
h2.foot_head2 {
    padding-top: 30%;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 2%;
    width: 90%;
    margin: 0 auto 5%;
}
p.foot_txt {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 3%;
    width: 90%;
    margin: 0 auto 7%;
}

a.foot_cv {
    display: block;
    border: solid 1px #ffff;
    width: fit-content;
    padding: 20px 5em;
    margin: 0 auto;
    position: relative;
        font-size: 16px;
    font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease, color .25s ease, border-color .25s ease;
}

a.foot_cv::after {
       content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 5%;
}
a.foot_cv:hover {
    background: #fff;
    color: #000;
}

a.foot_cv:hover::after {
       content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 5%;
}
@media(min-width: 768px) {
dl.fv_head {
    font-size: 20px;
    font-weight: 700;
}
h2.foot_head2 {
    padding-top: 5%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 2%;
}
p.foot_txt {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 3%;
}

a.foot_cv {
    display: block;
    border: solid 1px #ffff;
    width: fit-content;
    padding: 20px 4em;
    margin: 0 auto;
    position: relative;
}

a.foot_cv::after {
       content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 5%;
}
}
section#foot_area {
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 1% 10px;
    width: 100%;
    color: #fff;
    background: #000;
}
dl.foot_sns {
    text-align: center;
    display: none;
}
dt.foot_sns_dt {
    margin-bottom: 10px;
    font-size: 12px;
}

p.foot_logo {
    margin-bottom: 30%;
}
ul.foot_sns_ul {
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
}
.foot_siteinfo {
    width: 90%;
    margin: 0 auto;
}
.foot_siteinfo {
    width: 60%;
    margin: 0 auto;
}
p.foot_linkbox_box,
p.foot_linkbox_box_txt,
ul.foot_linkbox_box4
 {
    font-size: 15px;
    font-weight: bold;
}
li.foot_linkbox_box4_li {
    margin-bottom: 20%;
}
p.foot_linkbox_box_txt {
    margin-bottom: 5px;
}
li.foot_linkbox_box_li {
    font-size: 15px;
    padding-left: 1em;
}
footer {
    display: block;
    justify-content: space-between;
    background: #444444;
    color: #fff;
    font-size: 13px;
    padding: 10px 1em;
    text-align: center;
    height: 103px;
}

p.copy_link {
    padding-top: 20px;
    margin-bottom: 30px;
}
.foot_linkbox {
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10%;
    margin-bottom: 10%;
    padding: 5%;
}
.ttlbox {
    display: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: inherit;
    margin: 0 auto 15%;
    width: 90%;
}

dl.ttlbox_dl {
    width: 100%;
}

section#planyourtrip {
    background: #f8f8f8;
    padding-bottom: 20%;
}
ul.planyourtrip_ul {
    width: 95%;
    margin: 0 auto;
}
li.planyourtrip_li {
    margin-bottom: 5%;
}
dl.planyourtrip_dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
dt.planyourtrip_dt {
    width: 35%;
    margin-right: 5%;
}
dd.planyourtrip_dd {
    width: 60%;
    font-weight: 600;
}

.swiper_outgallery{
    position: relative;
}



a.link_bt {
    display: block;
    /* border: solid 1px #ffff; */
    width: 92%;
    padding: 31px 3em;
    margin: 0 auto;
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    transition: color .4s ease, background-color .4s ease; 
}
a.link_bt::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 16px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 1em;
    position: absolute;
    top: 41%;
    right: 5%;
}
a.link_bt:hover::after {
    background-image: url(../img/common/btn-arrow_bk.png);
}
a.link_bt:hover {
    background: #fff;
    color: #000;
    border: solid 1px #000;
}
p.top_activity_li_box_img img {
    object-fit: cover;
    width: 100%;
    height: 235px;
}
p.top_activity_li_box_img {
    margin-bottom: 20px;
}
dl.top_activity_dl {

    margin-bottom: 5%;
}
dt.top_activity_dt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 18px;
}

li.top_activity_li {
    width: 90%;
    margin: 0 auto 5%;
}
.top_activity_li_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.top_activity_dl {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
     /* dl全体の高さが均等に伸びるようにする */
}

.top_activity_dd {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
}
a.top_activity_bt {
    font-weight: bold;
    text-align: center;
    display: block;
    border-top: solid 1px #e7e7e7;
    padding: 10px 0; /* ボタンに適切なスペースを追加 */
    margin-top: auto; /* 上のコンテンツが伸びても、ボタンを下に配置 */
    position: relative;
        font-size: 14px;
}
a.top_activity_bt::after {
    content: '';
    display: inline-block;
        width: 8px;
    height: 11px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    right: 30%;
    margin-left: 0em;
}
li.top_activity_li {
    width: 90%;
    margin: 0 auto 15%;
}

section#top_activity {
    padding: 100px 0;
}
section#top_modelroute {
    padding: 100px 0 0;
    background: #f4fbfe;
}
li.top_modelroute_li {
    position: relative;
    width: 100%;
}
p.top_modelroute_img img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.top_modelroute_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 79%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
    pointer-events: none;
}
dl.top_modelroute_dl {
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 90%;
    z-index: 10;
}
dt.top_modelroute_dt {
    text-align: center;
    font-weight: 700;
    margin-bottom: 4%;
    font-size: 22px;
}
dd.top_modelroute_dd {
    font-size: 14px;
}
dl.top_modelroute_dl::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 15px;
    background-image: url(../img/common/bottom-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -52%;
    /* right: 5%; */
    left: 50%;
    transform: translateX(-50%);
}
section#top_stay {
    padding: 15% 0;
}
li.top_stay_li {
    border: solid 1px #ddd;
    margin-bottom: 50px;
    width: 90%;
    margin: 0 auto 7%;
    position: relative;
}
dl.top_stay_info_dl {
    border-bottom: solid 1px #ddd;
    padding: 1em 2em;
}
dl.top_stay_img_dl {
    position: relative;
}
dd.top_stay_img_dd {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #88c0d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}
dt.top_stay_info_dt {
   font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
dd.top_stay_info_dd {
    font-size: 14px;
}
a.top_stay_link {
    text-align: center;
    display: block;
    padding: 15px;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
a.top_stay_link::after {
    content: '';
        display: inline-block;
        width: 7px;
        height: 13px;
        background-image: url(../img/common/btn-arrow_bk.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: absolute;
        top: 37%;
        right: 32%;
}
section#top_restaurant {
    background: #fffaf2;
    padding: 100px 0 0;
}
.top_restaurant_box {
    position: relative;
}
.top_restaurant_img {
    position: relative;
}
.top_restaurant_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* 下半分にグラデーション */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    pointer-events: none;
}
li.top_restaurant_li {
    width: 100%;
    margin-bottom: 5px;
}
p.top_restaurant_img img {
    width: 100%;
}
dd.top_restaurant_dd {
    font-size: 13px;
}
p.top_restaurant_category {
    position: absolute;
    top: 0;
    left: 0;
    background: #88c0d0;
    padding: 5px 1em;
    color: #fff;
}
dl.top_restaurant_dl {
    width: 80%;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
dt.top_restaurant_dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.6em;
}
ul.top_restaurant_ul {
    margin-bottom: 2em;
}
section#top_gallery {
    padding: 10% 0;
    display: none;
}

section#top_access {
    width: 100%;
    margin: 10% 0 0 auto;
    display: inherit;
    background: #fffaf3;
    padding: 5% 0 10%;
    background: linear-gradient(180deg, #fff 0%, #fff 6%, #fffaf3 7%, #fffaf3 100%);
}
.access_box {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
}
p.topaccess_txt {
    margin-bottom: 3%;
}
:lang(en) p.topaccess_txt {
    margin-bottom: 3%;
}
:lang(zh-TW) p.topaccess_txt {
    margin-bottom: 3%;
}
.topaccess_box ul {
    padding: 0 1em 1em;
    margin-bottom: 1%;
}
.access_box .ttlbox_dl {
    margin-bottom: 15%;
}
dt.top_access_dt.ac_airplane::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/airplane-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt.ac_train::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/train-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt.ac_car::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/car-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt.ac_bus::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/bus-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
dd.top_access_dd {
    padding-left: 25px;
    font-size: 14px;
}
dl.top_access_dl {
    margin-bottom: 7%;
}

section#top_faq {
    padding: 100px 0 10%;
}
.top_faq_dl {
    margin: 0 auto 12px;
    border: 1px solid #ddd;
    width: 90%;
}
    .top_faq_dt {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 16px 20px;
      cursor: pointer;
      font-weight: bold;
      position: relative;
    }

    .top_faq_dt::before {
      content: "Q";
      color: #1a9dcc;
      margin-right: 12px;
      font-weight: bold;
    }

    .top_faq_dt .icon {
        font-size: 20px;
        transition: transform 0.2s;
        margin: 0 0 0 auto;
        transition: transform 0.2s;
    }

    .top_faq_dd {
        display: none;
        padding: 16px 20px 16px 43px;
        background: #fff;
        border-top: none;
        line-height: 1.6;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }
    .top_faq_dl.open .top_faq_dd {
      display: block;
    }
p.topaccess_map {
    position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 比率を16:9に固定 */
    margin-bottom: 5%;
}
p.topaccess_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
dl.topaccess_ttlbox_dl {

    max-width: inherit;
    margin: 0 auto 4%;
    width: 90%;
}
.access_infobox {
    width: 90%;
    margin: 0 auto;
}
section#slide_img {
    display: none;
    padding: 10% 0;
    background: linear-gradient(180deg, #F4FBFE 0%, #F4FBFE 50%, #fff 50%, #fff 100%);
}
p.foot_linkbox_box {
    width: 48%;
    margin-bottom: 10%;
}
.foot_linkbox_box2 {
        width: 48%;
    margin-bottom: 10%;
}
.foot_linkbox_box3 {
            width: 48%;
    margin-bottom: 10%;
}
ul.foot_linkbox_box4 {
                width: 48%;
    margin-bottom: 10%;
}
li.foot_linkbox_box4_li {
    margin-bottom: 10%;
}
/* 画像枠をはみ出させない＆滑らかに */
.top_modelroute_img {
  overflow: hidden;
  /* 必要なら比率固定： */
  /* aspect-ratio: 16 / 9; */
}

/* 画像はブロック化＆全幅 */
.top_modelroute_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .45s ease;  /* アニメ時間 */
  will-change: transform;
}

/* hover / keyboard focus でズーム */
.top_modelroute_li a:hover .top_modelroute_img img,
.top_modelroute_li a:focus-visible .top_modelroute_img img {
  transform: scale(1.06);   /* ズーム量はお好みで 1.03〜1.1 */
}

/* 動作を抑えたい環境の配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .top_modelroute_img img {
    transition: none;
  }
}
.topaccess_box li {
    margin-bottom: 2%;
    list-style: inside;
    padding-left: 1em;
    text-indent: -1.5em;
}


.intro_txtbox {
    position: absolute;
    color: #fff;
}

section.destinations {
    width: 95%;
    margin: 0 auto 10%;
}



/* ===== Destinations (SP/PC同一レイアウト) ===== */
.destinations__title{
  margin:24px 0;
  font-size:clamp(20px,2.2vw,32px);
}

.destinations__grid{
  display:grid;
  gap:10px;
  /* SPでもPCでも常に2カラム */
  grid-template-columns:repeat(2,minmax(0,1fr));
}

/* カード共通 */
.dest-card{
  position:relative;
  overflow:hidden;
}

/* 画像は背景でカバー */
.dest-card__media{
  width:100%;
  aspect-ratio:4/3;                 /* 通常カード */
  background-size:cover;
  background-position:center;
  transition:transform .4s ease;
}

/* グラデ・タイトル */
.dest-card__overlay{
  position:absolute; inset:0;
  display:flex; align-items:flex-end;
  padding:12px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.48) 100%);
}

.dest-card__title{
  color:#fff; font-weight:700;
  font-size:clamp(12px,2.3vw,18px);
  line-height:1.3;
}

.dest-card__cta{
  margin-left:6px;
  color:#fff; font-size:clamp(16px,2.8vw,22px);
  transform:translateY(1px);
}

/* 3件目＝特大（常に横2カラムを横断） */
.dest-card.is-feature{
  grid-column:1 / -1;               /* SPでもPCでも横断 */
}
.dest-card.is-feature .dest-card__media{ aspect-ratio:16/7; }
.dest-card.is-feature .dest-card__title{ font-size:clamp(14px,2.6vw,22px); }

/* ホバー効果はホバー可能端末のみ */
@media (hover:hover){
  .dest-card:hover .dest-card__media{ transform:scale(1.03); }
}

/* 余白・視認性の微調整（極小幅で詰まりすぎる場合） */
@media (max-width:360px){
  .destinations__grid{ gap:12px; }
  .dest-card__overlay{ padding:10px; }
}


section.things {

    width: 95%;
    margin: 0 auto 10%;
}
.things__title{
  margin:24px 0;
  font-size:clamp(22px,2.4vw,34px);
}

/* SP: 1カラム */
.things__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

/* カード共通 */
.thing-card{
  position:relative;
  overflow:hidden;
}

.thing-card__media{
  width:100%;
  height:100%;
  aspect-ratio:16/9; /* ベース比率 */
  background-size:cover;       /* 四角全体に画像をフィット */
  background-position:center;
  background-repeat:no-repeat;
  transition:transform .35s ease;
}

.thing-card__overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  padding:12px;
  background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.48) 100%);
}

.thing-card__title{
  color:#fff;
  font-weight:700;
  font-size:clamp(13px,2.2vw,18px);
  line-height:1.3;
}

.thing-card__cta{
  margin-left:6px;
  color:#fff;
  font-size:clamp(16px,2.6vw,22px);
}

@media (hover:hover){
  .thing-card:hover .thing-card__media{
    transform:scale(1.03);
  }
}

/* ========= PC: 55/45 + 高さそろえ ========= */
@media (min-width:768px){
  :root{ --things-row-h: 360px; } /* ← 好みで 240〜300px などに調整 */

  .things__grid{
    grid-template-columns:repeat(20, minmax(0,1fr));
    gap:16px;
  }

  /* 幅率 55% / 45% を交互に */
  .things__grid .thing-card:nth-child(6n+1){ grid-column:1 / span 11; }   /* 55% */
  .things__grid .thing-card:nth-child(6n+2){ grid-column:12 / span 9; }   /* 45% */
  .things__grid .thing-card:nth-child(6n+3){ grid-column:1 / span 9; }    /* 45% */
  .things__grid .thing-card:nth-child(6n+4){ grid-column:10 / span 11; }  /* 55% */
  .things__grid .thing-card:nth-child(6n+5){ grid-column:1 / span 11; }   /* 55% */
  .things__grid .thing-card:nth-child(6n+6){ grid-column:12 / span 9; }   /* 45% */

  /* 高さを固定して“同じ見た目”に */
  .thing-card{ height: var(--things-row-h); }
  .thing-card__media{
    height: 100%;
    aspect-ratio: auto;           /* 高さ固定に合わせて比率解除 */
    background-size: cover;       /* 四角全体をカバー */
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* 狭い幅の微調整 */
@media (max-width:360px){
  .things__grid{gap:12px;}
  .thing-card__overlay{padding:10px;}
}


/* TOP_PC対応 */
@media(min-width: 769px) {
  .only-pc{
  display: block;
  }
  .only-sp{
    display: none;
  }
 nav.gnavi {
    width: 61%;
        margin-left: auto;
        display: block;
}

h1.head-logo {
    padding: 0 0.5em;
    width: 20%;
}
section#intro {
    position: relative;
}

.intro_bgmv img {
        width: 100%;
        object-fit: cover;
        height: 160vh;
    }


    .intro_txtbox {
        max-width: 700px;
        width: 90%;
        position: absolute;
        top: 550px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #fff;
    }
p.intro_bgtxt {

}
p.intro_bgtxt img {
    width: 100vw;
    height: 100vh;
}
section.destinations {
    max-width: 1200px;
    margin: 0 auto;
}
p.intro_txt {
    margin-bottom: 2em;
}
section#about {
    background: #F4FBFE;
}
section#about .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0% 0;
}
    dl.ttlbox_dl {
        width: 55%;
        margin-bottom: 5%;
    }
dt.about_ttl_dt {
    margin-bottom: 1em;
}
dt.about_ttl_dt h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}
d.about_ttl_dd {
    font-weight: bold;
}
p.ttlbox_info {
    width: 40%;
    padding-top: 5%;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10%;
}

    .ttlbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto 0%;
        width: inherit;
    }
    .about_box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 5%;
    }
    dl.about_box_info {
        width: 55%;
        margin: 0 0 20%;
        padding-top: 5%;
    }

dl.about_box_img {
    position: relative;
    width: 40%;
}
    dt.about_box_img_dt {
        position: absolute;
        top: 10px;
        left: 5%;
        width: 60px;
    }
dd.about_box_img_dd {
    padding-top: 8%;
}
dt.about_box_info_dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2%;
}
.about_box.aboutrevbox {
    flex-direction: row-reverse;
}

a.link_bt {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 20px 4em;
    margin: 0 auto;
    position: relative;
    background: #000;
    color: #fff;
}

section#slide_img {
    display: none;
    padding: 10% 0;
    background: linear-gradient(180deg, #F4FBFE 0%, #F4FBFE 50%, #fff 50%, #fff 100%);
}
.swiper.swiper_topslideimg img {
    width: 100%;
}
    ul.top_activity_ul {
        max-width: 1100px;
        margin: 0 auto;
        display: flex
;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 22px;
    }
.top_activity_li_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px; /* 最小高さを指定しておきます */
}
p.top_activity_li_box_img {
    margin-bottom: 5%;
}
dl.top_activity_dl {

    margin-bottom: 0%;
}
dt.top_activity_dt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2%;
}

    li.top_activity_li {
        width: 32%;
        margin-bottom: 5%;
        margin: 0 0 5%;
    }
dd.top_activity_dd {
    margin-bottom: 5%;
    font-size: 14px;
}
a.top_activity_bt {
    text-align: center;
    display: block;
    font-weight: bold;
}
section#top_activity {
    padding: 10% 0;
}
section#top_modelroute {
    padding: 7% 0;
    background: linear-gradient(90deg, #fff 0%, #fff 10%, #f4fbfe 10%, #f4fbfe 100%);
}
ul.top_modelroute_ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
}
li.top_modelroute_li {
    position: relative;
    width: 25%;
}
p.top_modelroute_img img {
    width: 100%;
}
p.top_modelroute_img img {
    object-fit: cover;
    height: 550px;
}
dd.top_modelroute_dd {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}


dl.top_modelroute_dl {
        position: absolute;
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        width: 90%;
        display: flex
;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
        height: 130px;
}
dl.top_modelroute_dl::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 15px;
    background-image: url(../img/common/bottom-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -65%;
    /* right: 5%; */
    left: 50%;
    transform: translateX(-50%);
}

section#top_stay {
    padding: 10% 0;
}
ul.top_stay_ul {
    max-width: 1100px;
    margin: 0 auto;
 /*   display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
    display:grid;
  grid-template-columns:repeat(auto-fit, minmax(320px,1fr));
  gap:24px;
}
dd.top_stay_img_dd {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #88c0d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
dl.top_stay_img_dl {
    position: relative;
}
dt.top_stay_img_dt img {
    width: 100%;
    object-fit: cover;
        height: 260px;

}
li.top_stay_li {
    border: solid 1px #ddd;
    margin-bottom: 50px;
    width: 100%;
}
.top_stay_li{
  display:flex;
  flex-direction:column;
  border:1px solid #e6e6e6;
  background:#fff;
  /* 省略可：高さを揃えたいときは grid 側に合わせて伸ばす */

}
dl.top_stay_info_dl {
    padding:16px;
  display:flex;
  flex-direction:column;
  gap:8px;
    flex:1;    
}
dd.top_stay_img_dd {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #88c0d0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}
dt.top_stay_info_dt {
    font-weight: 600;
    margin-bottom: 10px;
}
dd.top_stay_info_dd {
    font-size: 14px;
}
/*a.top_stay_link {
    text-align: center;
    display: block;
    padding: 9px;
    font-weight: 500;
    position: relative;
}*/
.top_stay_link{
  margin-top:0;         /* 下に張り付く */
  display:block;
  padding:12px 16px;
  text-align:center;
  border-top:1px solid #eee;
  color:#333;
  
  transition: color .3s ease, background-color .3s ease;
}
a.top_stay_link::after {
    content: '';
        display: inline-block;
        width: 7px;
        height: 13px;
        background-image: url(../img/common/btn-arrow_bk.png);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: absolute;
        top: 37%;
        right: 32%;
}
.swiper_outgallery {
    position: relative;
}
ul.top_restaurant_ul {
        display: flex
;
        flex-wrap: wrap;
                justify-content: space-between;
        margin-bottom: 2%;
    }
.top_restaurant_box {
    position: relative;
}
    li.top_restaurant_li {
        width: 24.8%;
        margin-bottom: 0;
    }
p.top_restaurant_img img {
    width: 100%;
}
p.top_restaurant_category {
    position: absolute;
    top: 0;
    left: 0;
    background: #88c0d0;
    padding: 5px 1em;
    color: #fff;
}
dl.top_restaurant_dl {
    width: 90%;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
section#top_restaurant {
        background: #fffaf3;
        padding: 10% 0 5%;
    }
ul.top_restaurant_ul {
    margin-bottom: 5%;
}
section#top_gallery {
    padding: 10% 0;
}


p.top_gallery_img img {
    width: 100%;
}

.swiper_outgallery {
    position: relative;
}
dl.top_gallery_dl {
    width: 90%;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
dt.top_gallery_dt {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2%;
}
.swiper_outgallery .swiper-pagination {
    bottom: -40px !important;
}
section#top_access {
    width: 90%;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fffaf3;
    padding: 5% 0 10%;
    background: linear-gradient(180deg, #fff 0%, #fff 14%, #fffaf3 14%, #fffaf3 100%);
}
    .access_infobox {
padding-top: 3%;
    }
.topaccess_map {
        width: 100%;
        margin-left: -4%;
        margin: 0;
    }
    .topaccess_box  {
        width: 100%;
        padding-right: 4%;
        /* padding: 0; */
        margin: 0;

    }
    :lang(en) .topaccess_box  {
        width: 100%;
        padding-right: 4%;
        /* padding: 0; */
        margin: 0;
                padding-top: 5%;
    }
    :lang(zh-TW) .topaccess_box  {
        width: 100%;
        padding-right: 4%;
        /* padding: 0; */
        margin: 0;
                padding-top: 5%;
    }
        p.topaccess_map {
        width: 100%;
        margin-left: -4%;
        margin: 0;
    }
.topaccess_box .ttlbox_dl {
    margin-bottom: 15%;
}
dt.top_access_dt.ac_airplane::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/airplane-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt.ac_train::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/train-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt.ac_car::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/car-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt.ac_bus::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url(../img/top/bus-icon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
dt.top_access_dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
dd.top_access_dd {
    padding-left: 25px;
    font-size: 14px;
}
dl.top_access_dl {
    margin-bottom: 7%;
}

section#top_faq {
    padding: 10% 0;
}
 .top_faq_dl {
      max-width: 1100px;
      margin: 0 auto 12px;
      border: 1px solid #ddd;
    }

    .top_faq_dt {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 16px 20px;
      cursor: pointer;
      font-weight: bold;
      position: relative;
    }

    .top_faq_dt::before {
      content: "Q";
      color: #1a9dcc;
      margin-right: 12px;
      font-weight: bold;
    }

    .top_faq_dt .icon {
        font-size: 20px;
        transition: transform 0.2s;
        margin: 0 0 0 auto;
        transition: transform 0.2s;
    }

    .top_faq_dd {
        display: none;
        padding: 16px 20px 16px 43px;
        background: #fff;
        border-top: none;
        line-height: 1.6;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }
    .top_faq_dl.open .top_faq_dd {
      display: block;
    }
    dl.fv_head {
    font-size: 40px;
    font-weight: 700;
}
    dt.fv_head_dt {
    margin-bottom: 1%;
}
    footer {
       display: flex
;
        justify-content: space-between;
        background: #444444;
        color: #fff;
        font-size: 13px;
        padding: 15px 5em 1em;
        flex-direction: row-reverse;
        height: 50px;
    }
    p.copy_link {
    padding-top: 0;
    margin-bottom: 0;
}
section#foot_area{
    background: #000;
    width: 100%;
}
section#planyourtrip {
    background: #f8f8f8;
}
.foot_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0% 1%;
    flex-direction: row-reverse;
}
.foot_linkbox {
    display: flex
;
    justify-content: space-between;
    width: 60%;
    flex-wrap: wrap;
    padding-bottom: 0%;
    border-bottom: none;
    margin-bottom: 0%;
    padding: 0;
}
.foot_siteinfo {
    width: 24%;
    margin: 0;
    text-align: left;
}
p.foot_linkbox_box {
    width: 25%;
}
.foot_linkbox_box2 {
        width: 25%;
}
.foot_linkbox_box3 {
            width: 25%;
}
ul.foot_linkbox_box4 {
                width: 25%;
}
.topaccess_box li {
    margin-bottom: 1%;
    list-style: inside;
    padding-left: 1em;
    text-indent: -1.5em;
}
section.things {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 10%;
}

ul.planyourtrip_ul {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
li.planyourtrip_li {
    margin-bottom: 5%;
    text-align: center;
}
dl.planyourtrip_dl {
    display: inherit;

}
dt.planyourtrip_dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
}
dd.planyourtrip_dd {
    width: inherit;
    font-weight: 600;
}
    h2.foot_head2 {
        padding-top: 5%;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 2%;
        max-width: 1200px;
    }
        section#planyourtrip {
        background: #f8f8f8;
        padding-bottom: 4%;
    }
}
/* 下層共通 */
section#page-mv {
    position: relative;
}
section#page-mv img {
    width: 100%;
}
section#page-mv picture::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left: 0 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),   /* 上：黒50% */
    rgba(0, 0, 0, 0)     /* 下：透明 */
  );
  z-index: 2;
  pointer-events: none; /* 画像クリックなどの邪魔をしない */
}
h2.page-mv-ttl {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 2%;
}
.page-ttlbox {
    width: 60%;
    position: absolute;
    z-index: 10;
    left: 5%;
    bottom: 5%;
    color: #fff;
}
section#breadcrumb {
    background: #f4fbfe;
}
nav.breadcrumb {
    font-size: 14px;
    padding: 0.5em 1em;
}
section.page-contentbox {
    max-width: 1000px;
    margin: 10% auto;
}
.policy-box {
    margin-bottom: 10%;
    padding: 0 5%;
}
h3.page-head3 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 2%;
}
li.page-li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
@media(min-width: 769px) {
.only-pc{
display: block;
}
.only-sp{
display: none;
}

section#under_head {
    display: flex;
    padding: 0.5% 1%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
nav.breadcrumb {
    font-size: 14px;
    padding: 0.5em 1em;
    max-width: 90vw;
    margin: 0 auto;
}
section#page_ttl {
    padding: 5% 4% 5%;
    max-width: 90vw;
    margin: 0 auto;
}
p.about_about_right {
    margin-bottom: 10%;
}
}
/* ACTIVITY_archive_Phone対応 */
.post-loop-wrap.archive-activity {
    width: 90%;
    margin: 0 auto;
}
article.archive-activity-box {
    width: 100%;
    margin: 0;
}
p.archive-activity-img {
    margin-bottom: 5%;
}
p.archive-activity-img img {
    object-fit: cover;
    width: 100%;
    height: 210px;
}
dl.archive-activity-dl {
    text-align: center;
}
dt.archive-activity-dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3%;
}
dl.archive-activity-dl {
    text-align: center;
    border-bottom: solid 1px #ddd;
    margin-bottom: 3%;
}
dt.archive-activity-dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3%;
}
a.archive-activity-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 20px 4em;
    margin: 0 auto;
    position: relative;
    color: #000;
}
a.archive-activity-link::after {
content: '';
    display: inline-block;
    width: 7px;
    height: 16px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 1em;
    position: absolute;
    top: 41%;
    right: 5%;
}
ul.archive-activity-ul {
    margin-bottom: 3%;
}

article.archive-activity-box {
    width: 100%;
    margin: 0 0 10%;
}
dd.archive-activity-dd {
    margin-bottom: 5%;
    width: 90%;
    margin: 0 auto 5%;
}
/* ACTIVITY_archive_PC対応 */
@media(min-width: 769px) {


    .archive_ttlbox {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1100px;
        margin: 10% auto 0%;
        width: 82vw;
    }

     /* --- 一覧：PCで3カラム --- */
.post-loop-wrap.archive-activity{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  margin-bottom: 5%;
  max-width: 1100px
}
@media (max-width: 1024px){
  .post-loop-wrap.archive-activity{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .post-loop-wrap.archive-activity{ grid-template-columns: 1fr; }
}

/* --- 各カード --- */
.archive-activity-box{
  display: flex;
  flex-direction: column;     /* 縦積み */
  height: 100%;
  background: #fff;           /* 任意 */
  box-sizing: border-box;
}

/* 画像 */
.archive-activity-img{
  margin: 0;
  line-height: 0;
}
.archive-activity-img img{
  display: block;
  width: 100%;
  height: auto;
  /* 比率を揃えたい場合： */
  /* aspect-ratio: 16 / 9; object-fit: cover; */
}

/* テキストブロック（ここで余白を吸収） */
.archive-activity-dl{
  flex: 1;                    /* ← 余白はここで受ける */
  display: block;
  margin: 0;
  padding: 16px;
}
.archive-activity-dt{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.archive-activity-dd{
  margin: 0;
  line-height: 1.7;
}

/* タグなど（空でもOK。高さは最小限に） */
.archive-activity-ul{
  list-style: none;
  margin: 0 16px 0;
  padding: 0;
  margin-bottom: 0;
}

/* moreボタンを最下部へ固定 */
.archive-activity-link{
  margin-top: auto;           /* ← 決め手！常に一番下へ */
  display: block;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
}

}


/* ACTIVITY_Phone対応 */
p.activity-img-catch img {
    width: 100%;
}
li.activity-img-li img {
    width: 100%;
}
.activity-article-ttl {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
}
p.activity-entry-subtitle {
    font-size: 18px;
    font-weight: 700;
    display: none;
}
h1.activity-entry-title {
    font-size: 32px;
    font-weight: 700;
}
ul.activity-entry-category-ul {
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    display: none;
}
li.activity-entry-category-li {
    width: fit-content;
    padding: 5px 0.6em;
    border: solid 2px #408bff;
    color: #408bff;
    font-weight: 700;
    font-size: 12px;
}
p.activity-img-catch {
    margin-bottom: 5%;
}
.activity-about-box {
    width: 90%;
    margin: 0 auto 10%;
}
section#activity-highlight {
    background: #fffaf1;
    padding: 10% 0;
    display: none;
}
section#activity-gaiyo {
    /*display: none;*/
}
h3.activity-head3 {
    text-align: center;
    margin-bottom: 10%;
    font-size: 18px;
    font-weight: 700;
}
ul.activity-highlight-ul {
    width: 90%;
    margin: 0 auto;
}
dl.activity-highlight-dl {
    margin-bottom: 10%;
}
dt.activity-highlight-dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5%;
    color: #88c0d0;
}
dd.activity-highlight-dd {
    font-size: 15px;
    text-align: justify;
}
section#activity-img {
    padding: 10% 0;
}
ul.activity-img-ul {
    width: 90%;
    margin: 0 auto;
}
li.activity-img-li {
    margin-bottom: 3%;
}
h2.activity-article-head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 20px;
    font-weight: 700;
}
dl.activity-article-dl {
    border-bottom: solid 1px #e0e1e1;
    width: 90%;
    margin: 0 auto;
}
dt.activity-article-dt {
   padding: 3% 5%;
    font-weight: 600;
    background: #f4fbfe;
}
dd.activity-article-dd {
    padding: 3% 5%;
}
.activity-article-infobox {
    margin-bottom: 10%;
}
h2.activity-head2 {
        width: 90%;
    margin: 0 auto 5%;
    font-size: 20px;
    font-weight: 700;
}
.activity-article-map {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}

.activity-article-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.activity-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 20px 1em;
    margin: 5% auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: 90%;
    text-align: center;
}
a.activity-link::after {
       content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 5%;
}
a.activity-archive-link {
    display: block;
    text-align: right;
    padding-right: 10%;
    margin-bottom: 10%;
    position: relative;
}
a.activity-archive-link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 41%;
    right: 6%;
}
section#activity-voice {
    padding: 10% 0;
    background: #f5f7f8;
}
ul.voice_activity_ul {
    width: 90%;
    margin: 0 auto;
}
li.voice_activity_li {
    
    background: #fff;
    padding: 3em 2em;
    margin-bottom: 4%;
}
p.voice_activity_txt {
    line-height: 1.7em;
    position: relative;
}
p.voice_activity_txt::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(../img/activity/icon_quote_top.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 1%;
}
p.voice_activity_txt::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(../img/activity/icon_quote_under.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    right: 1%;
}
section#activity-link {
    padding: 10% 0;
    display: none;
}
/* ACTIVITY_PC対応 */
@media(min-width: 769px) {
    dd.activity-article-dd {
    padding: 3% 5% 3% 0%;
    width: 85%;
}
.article-main.activity-inner {
    max-width: 60vw;
    margin: 0 auto;
}
.activity-article-ttl {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0 6%;
}
p.activity-entry-subtitle {
    margin: 0 0 6%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
h1.activity-entry-title {
    margin: 0 0 6%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
ul.activity-entry-category-ul {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.activity-about-box {
    width: 80%;
    margin: 0 auto 10%;
}
p.activity-img-catch img {
    width: 100%;
}
section#activity-highlight {
    background: #fffaf1;
    padding: 5% 0;
}

h3.activity-head3 {
    text-align: center;
    margin-bottom: 5%;
    font-size: 24px;
    font-weight: 700;
}
ul.activity-highlight-ul {
    width: 59vw;
    margin: 0 auto;
}dl.activity-highlight-dl {
   
    width: 80%;
    margin: 0 auto 5%;
}
dt.activity-highlight-dt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2%;
    color: #88c0d0;
}
section#activity-img {
    padding: 6% 0;
}

@media (min-width: 769px) and (max-width: 1850px){
li.activity-img-li img {
    width: 100%;
    object-fit: cover;
    height: 37vh;
}
}
@media (min-width: 1851px){
li.activity-img-li img {
    width: 100%;
    object-fit: cover;
    height: 43vh;
}
}

ul.activity-img-ul {
    max-width: 59vw;
    margin: 0 auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}
li.activity-img-li {
        margin-bottom: 0%;
        width: 49%;
}
/*dl.activity-article-dl {
    border-bottom: solid 1px #e0e1e1;
        width: inherit;

        display: flex
;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
}*/
dl.activity-article-dl{
  display: grid;
  grid-template-columns: 220px 1fr; /* 左=dtの幅 / 右=dd */
  column-gap: 24px;
  align-items: stretch;            /* 同じ行で高さをそろえる（デフォルトでもOK） */
          margin: 0 auto;
        max-width: 59vw;
}

    dt.activity-article-dt {
        background: #eef7fb;
        padding: 16px 20px !important;
        display: flex
;
        align-items: center;
        width: inherit;
    }

.activity-article-dd{
  padding: 16px 0;                 /* 右側の余白はここで調整 */
}
a.activity-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 20px 1em;
    margin: 0 auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: inherit;
    text-align: center;
    max-width: 59vw;
}
h2.activity-head2 {
    width: 59vw;
    margin: 0 auto 3%;
    font-size: 28px;
    font-weight: 700;
}
.activity-article-map {
    position: relative;
    width: 59vw;
    /* 高さ：16:9（大きければ 14/9 などに） */
    aspect-ratio: 16 / 9;
    margin: 0 auto 10%;
  }
  .activity-article-map iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    border: 0;
  }
a.activity-archive-link {
    display: block;
    text-align: right;
    padding-right: 10%;
    margin-bottom: 10%;
    position: relative;
    max-width: 59vw;
    margin: 0 auto;
}
a.activity-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 30px 1em;
    margin: 5% auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: 30%;
    text-align: center;
}
    ul.voice_activity_ul {
        width: inherit;
        margin: 0 auto;
        max-width: 59vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 17px;
    }
li.voice_activity_li {
    width: 49%;
    background: #fff;
    padding: 3em 2em;
margin-bottom: 0;
}

section#activity-link {
    padding: 5% 0 10%;
}


}

/* MODEL_archive_Phone対応 */
.post-loop-wrap.archive-model {
    width: 100%;
    margin: 0 auto;
}
article.archive-model-box {
    width: 100%;
margin: 0 auto 15%;

}
p.archive-model-img {
    margin-bottom: 5%;
}
p.archive-model-img img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
h3.archive-model-head3 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 24px;
    font-weight: 700;
}
p.archive-model-difficultylevel {
    width: 90%;
    margin: 0 auto 5%;
    background: #88c0d0;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 700;
}
p.archive-model-txt {
    width: 90%;
    margin: 0 auto 5%;
}
a.archive-model-link {
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: right;
    position: relative;
    padding-right: 2em;
}
a.archive-model-link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 41%;
    right: 1%;
}
/* MODEL_archive_PC対応 */
@media(min-width: 769px) {


    .archive_ttlbox {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1100px;
        margin: 10% auto 0%;
        width: 82vw;
    }

        .post-loop-wrap.archive-model {
        width: 82vw;
        margin: 0 auto;
        max-width: 1100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
article.archive-model-box {
    width: 48%;

}
p.archive-model-difficultylevel {
    font-size: 14px;
    width: fit-content;
    margin: 0 0 0 2em;
    background: #88c0d0;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 700;
}
h3.archive-model-head3 {
    width: 95%;
    margin: 0 0 5% 0.5em;
    font-size: 24px;
    font-weight: 700;
}
p.archive-model-difficultylevel {
    font-size: 14px;
    width: fit-content;
    margin: 0 0 5% 1em;
    background: #88c0d0;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 700;
}
p.archive-model-txt {
    width: 95%;
    margin: 0 0 5% 1em;
}
article.archive-model-box {
    width: 48%;
    margin-bottom: 10%;
    /* margin: 0 auto 15%; */
}
}


/* MODEL_Phone対応 */
section#model-gaiyo {
    padding: 5% 0;
}
.model-gaiyo-box {
    margin-bottom: 5%;
}
.model-article-ttl {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
}

h1.model-entry-title {
    font-size: 32px;
    font-weight: 700;
}
p.model-entry-difficultylevel {
    background: #88c0d0;
    color: #fff;
    font-size: 14px;
    padding: 1em 1.5em;
}
p.model-img-catch {
    margin-bottom: 10%;
}
.model-about-box {
    width: 90%;
    margin: 0 auto 10%;
}
dt.model-about-dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
dd.model-about-dd {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
p.model-about-txt {
    font-size: 15px;
}
section#model-highlight {
    background: #fffaf1;
    padding: 10% 0;
}
h3.model-head3 {
    text-align: center;
    margin-bottom: 10%;
    font-size: 18px;
    font-weight: 700;
}
ul.model-highlight-ul {
    width: 90%;
    margin: 0 auto 10%;
}
li.model-highlight-li {
    margin-bottom: 10%;
}
p.model-highlight-img {
    margin-bottom: 3%;
}
p.model-highlight-img img {
    object-fit: cover;
    height: 220px;
    width: 100%;
}
dl.model-highlight-dl {
    text-align: center;
}
dt.model-highlight-dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2%;
}
dd.model-highlight-dd {
    font-size: 14px;
}
section#model-schedule {
    padding: 10% 0;
}
h2.model-head2 {
    font-size: 20px;
    font-weight: 700;
    width: 90%;
    margin: 0 auto 5%;
}

ul.model-schedule-ul {
    width: 90%;
    margin: 0 auto;
}
li.model-schedule-li {
    border-left: solid 1px #88c0d0;
    padding-left: 2em;
    position: relative;
    padding: 0 0 2em 2em;
}
li.model-schedule-li::before {
    content: '●';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: -8px;
    color: #88c0d0;
}
h3.model-schedule-head3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1%;
}
p.model-schedule-staytime {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1em;
}
p.model-schedule-time {
    font-size: 20px;
    font-weight: 700;
    color: #96c7d5;
    margin-bottom: 1%;
}
p.model-schedule-content {
    font-size: 13px;
}
ul.model-schedule-ul {
    width: 90%;
    margin: 0 auto;
}
li.model-schedule-li {
    border-left: solid 1px #88c0d0;
    padding-left: 2em;
    position: relative;
    padding: 0 0 2em 2em;
}
li.model-schedule-li:last-child {
    border: none;
}
p.model-schedule-time {
    font-size: 20px;
    font-weight: 700;
    color: #96c7d5;
    margin-bottom: 1%;
    position: absolute;
    top: -8px;
}
h3.model-schedule-head3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1%;
    padding-top: 25px;
}
.model-article-map {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}

.model-article-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#model-center-img {
    margin-bottom: 10%;
}
p.model-center-img img {
    height: 200px;
    object-fit: cover;
}
dl.model-article-dl {
    border-bottom: solid 1px #e0e1e1;
    width: 90%;
    margin: 0 auto;
}
dt.model-article-dt {
    padding: 3% 5%;
    font-weight: 600;
    background: #f4fbfe;
}
dd.model-article-dd {
    padding: 5% 5%;
}
dd.model-article-dd a {
    color: #00F;
    text-decoration: underline;
}
ul.ohter_modelroute_ul {

}
li.ohter_modelroute_li {
    position: relative;
    width: 100%;
}
p.ohter_modelroute_img img {
    width: 100%;
}
dl.ohter_modelroute_dl {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 90%;
}
dl.ohter_modelroute_dl::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 15px;
    background-image: url(../img/common/bottom-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -65%;
    /* right: 5%; */
    left: 50%;
    transform: translateX(-50%);
}

section#model-caution {
    padding: 5% 0;
}
.model-caution-box {
    width: 90%;
    margin: 0 auto;
}
p.model-caution-txt {
    margin-bottom: 5%;
}
ul.model-caution-ul {
    background: #fefaf1;
    padding: 0.5em;
    font-size: 14px;
    margin-bottom: 5%;
}
li.model-caution-li {
    line-height: 1.8em;
}

/* MODEL_PC対応 */
@media(min-width: 769px) {

.article-main.model-inner {
    max-width: 60vw;
    margin: 0 auto;
}
h1.model-entry-title {
    margin: 0 0 6%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
p.model-entry-difficultylevel {
    background: #2164ff;
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 5px 1em;
    margin: 0 auto;
}
.model-about {
    width: 90vw;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 0 0 0 auto;
    justify-content: space-between;
}
p.model-img-catch {
    width: 50%;
}
p.model-img-catch img {
    width: 100%;
}
.model-about-box {
    width: 45%;
    margin: 0;
}
section#model-highlight {
    background: #fffaf1;
    padding: 5% 0;
}
h3.model-head3 {
    text-align: center;
    margin-bottom: 5%;
    font-size: 24px;
    font-weight: 700;
}
ul.model-highlight-ul {
    width: 70vw;
    margin: 0 auto 0%;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
li.model-highlight-li {
    margin-bottom: 5%;
    width: 32%;
}
p.model-highlight-img {
    margin-bottom: 3%;
}
p.model-highlight-img img {
    width: 100%;
}
dl.model-highlight-dl {
    text-align: center;
}
    h2.model-head2 {
        font-size: 28px;
        font-weight: 700;
        width: 60vw;
        margin: 0 auto 5%;
    }
    .model-schedule-box {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.model-schedule-ul {
    width: 59vw;
    margin: 0 auto;
}
p.model-schedule-time {
    font-size: 22px;
    font-weight: 700;
    color: #96c7d5;
    margin-bottom: 1%;
    position: relative;
    top: -8px;
    width: 20%;
}
h3.model-schedule-head3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1%;
    padding-top: 0;
    margin-top: -6px;
}
p.model-schedule-staytime {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
}
p.model-schedule-content {
    font-size: 16px;
}
ul.ohter_modelroute_ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
}
li.ohter_modelroute_li {
    position: relative;
    width: 25%;
}
.model-schedule-detailbox {
    width: 80%;
}
p.model-center-img img {
    height: inherit;
    object-fit: cover;
    width: 100%;
}

dl.model-article-dl {
    border-bottom: solid 1px #e0e1e1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
dt.model-article-dt {
          padding: 2% 3%;
        font-weight: 600;
        background: #f4fbfe;
        width: 18%;
        box-sizing: border-box;
        display: flex
;
        align-items: center;
}
dd.model-article-dd {
    padding: 3% 5%;
        width: 80%;
}
    .model-gaiyo-box {
        max-width: 66vw;
        margin: 0 auto 7%;
    }
    li.ohter_modelroute_li {
        position: relative;
        width: 33.3333%;
    }

p.ohter_modelroute_img img {
    width: 100%;
}
dl.ohter_modelroute_dl {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 90%;
}
dl.ohter_modelroute_dl::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 15px;
    background-image: url(../img/common/bottom-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -65%;
    /* right: 5%; */
    left: 50%;
    transform: translateX(-50%);
}
.model-article-map {
    position: relative;
    width: 59vw;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}
.model-caution-box {
    width: 59vw;
}

ul.model-caution-ul {
    background: #fefaf1;
    padding: 1.5em;
    font-size: 14px;
    margin-bottom: 5%;
}
}

/* restaurant_Phone対応 */
.restaurant-article-ttl {
    width: 90%;
    margin: 10% auto 5%;
}
h1.restaurant-entry-title {
    margin: 0 0 6%;
    font-size: 32px;
    font-weight: 700;
}
p.restaurant-entry-category {
    background: #2164ff;
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 5px 1em;
}
p.restaurant-img-catch {
    margin-bottom: 5%;
}
p.restaurant-txt {
    width: 90%;
    margin: 0 auto 10%;
}
ul.saty-article-ul {
    width: 90%;
    margin: 0 auto 10%;
}
li.saty-article-li {
    margin-bottom: 3%;
}
li.saty-article-li img {
    width: 100%;
}
h2.restaurant-article-head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 20px;
    font-weight: 700;
}

dl.restaurant-article-dl {
    border-bottom: solid 1px #e0e1e1;
    width: 90%;
    margin: 0 auto;
}
dt.restaurant-article-dt {
    padding: 3% 5%;
    font-weight: 600;
    background: #f4fbfe;
}
dd.restaurant-article-dd {
    padding: 5% 5%;
}
.restaurant-article-infobox {
    margin-bottom: 10%;
}

.restaurant-article-map {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}

.restaurant-article-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.restaurant-voice-box {
    padding: 5% 0;
    background: #f5f7f8;
}

a.restaurant-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 20px 1em;
    margin: 0 auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: 90%;
    text-align: center;
}
a.restaurant-link::after {
       content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 5%;
}



a.restaurant-archive-link {
    display: block;
    text-align: right;
    padding-right: 10%;
    margin-bottom: 10%;
    position: relative;
}
a.restaurant-archive-link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 41%;
    right: 6%;
}

/* restaurant_PC対応 */
@media(min-width: 769px) {

.article-main.restaurant-inner {
    max-width: 60vw;
    margin: 0 auto;
}
h1.restaurant-entry-title {
    margin: 0 0 6%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
p.restaurant-entry-category {
    background: #2164ff;
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 5px 1em;
    margin: 0 auto;
}
p.restaurant-img-catch img {
    width: 100%;
}
p.restaurant-txt {
    width: 80%;
    margin: 0 auto 10%;
}
ul.saty-article-ul {
    width: 100%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 17px;
}
li.saty-article-li {
    margin-bottom: 0;
    width: 32%;
}
h2.restaurant-article-head2 {
    width: inherit;
    margin: 0 auto 5%;
    font-size: 28px;
    font-weight: 700;
}
dl.restaurant-article-dl {
    border-bottom: solid 1px #e0e1e1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
dt.restaurant-article-dt {
    padding: 2% 5%;
    font-weight: 600;
    background: #f4fbfe;
    width: 18%;
}
dd.restaurant-article-dd {
    padding: 3% 5%;
}
.restaurant-article-map {
    position: relative;
    width: inherit;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}
.restaurant-voice-box {
    padding: 5% 0;
    background: #f5f7f8;
    margin-bottom: 5%;
}
.restaurant-voice-inner {
    width: 60vw;
    margin: 0 auto;
}



a.restaurant-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 30px 1em;
    margin: 0 auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: 30%;
    text-align: center;
}
 
}


/* stay_archive_Phone対応 */


.archive_ttlbox {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 10% auto 10%;
    width: 90%;
}
article.archive-stay-box {
    width: 90%;
    margin: 0 auto 10%;
    border: solid 1px #ddd;
}
dl.archive-stay-dl {
    position: relative;
}
dd.archive-stay-dd {
    position: absolute;
    background: #88c1d0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px;
    font-size: 14px;
}
.archive_stay_infobox {
       padding: 1em 2em;
    border-bottom: solid 1px #ddd;
}
h3.archive-stay-head3 {
    font-weight: 600;
    margin-bottom: 10px;
}
p.archive-stay-txt {
    font-size: 14px;
}
a.archive-stay-link {
    position: relative;
    padding: 0.5em;
    text-align: center;
    display: block;
        font-size: 14px;
    font-weight: 600;
}
a.archive-stay-link::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 36%;
    right: 32%;
}
/* stay_archive_PC対応 */
@media(min-width: 769px) {


    .archive_ttlbox {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1100px;
        margin: 10% auto 0%;
        width: 82vw;
    }

        .post-loop-wrap.archive-stay {
        width: 82vw;
        margin: 0 auto;
        justify-content: flex-start;
        display: flex;
        max-width: 1100px;
        flex-wrap: wrap;
                gap: 15px;
    }
/* --- 一覧の3カラム（PC） --- */
.post-loop-wrap.archive-stay{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px; /* お好みで */
  margin-bottom: 5%;
}

/* レスポンシブ例：タブレット2列、SP1列 */
@media (max-width: 1024px){
  .post-loop-wrap.archive-stay{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .post-loop-wrap.archive-stay{ grid-template-columns: 1fr; }
}

/* --- 各カード --- */
.archive-stay-box{
  display: flex;
  flex-direction: column; /* 縦積み */
  border: 1px solid #ddd;       /* お好みで */
  box-sizing: border-box;
  background: #fff;             /* お好みで */
}

/* 中身を縦に並べる（dlをFlex化） */
.archive-stay-dl{
  display: flex;
  flex-direction: column;
  flex: 1;           /* カード全高を使う */
  margin: 0;
}

/* 画像 */
    .archive-stay-dt img {
        display: block;
        width: 100%;
        height: 210px;
        object-fit: cover;
    }

/* 本文（ここで余白を吸収してボタンを下へ押し下げる） */
.archive_stay_infobox{
  flex: 1;           /* ← これが効きます */
  padding: 16px;
}

/* MOREボタンを最下部に固定 */
.archive-stay-link{
  margin-top: auto;  /* ここが “下固定” の決め手 */
  display: block;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #eee;  /* お好みで */
}

/* 体裁（任意） */
.archive-stay-head3{ margin: 0 0 8px; font-size: 16px; font-weight: 700; }
.archive-stay-txt{  margin: 0; line-height: 1.7; }

}


/* STAY_Phone対応 */
.stay-article-ttl {
    width: 90%;
    margin: 10% auto 5%;
}
h1.stay-entry-title {
    margin: 0 0 6%;
    font-size: 32px;
    font-weight: 700;
}
p.stay-entry-category {
    background: #2164ff;
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 5px 1em;
}
p.stay-img-catch {
    margin-bottom: 5%;
}
p.stay-txt {
    width: 90%;
    margin: 0 auto 10%;
}
ul.saty-article-ul {
    width: 90%;
    margin: 0 auto 10%;
}
li.saty-article-li {
    margin-bottom: 3%;
}
li.saty-article-li img {
    width: 100%;
}
h2.stay-article-head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 20px;
    font-weight: 700;
}

dl.stay-article-dl {
    border-bottom: solid 1px #e0e1e1;
    width: 90%;
    margin: 0 auto;
}
dt.stay-article-dt {
    padding: 3% 5%;
    font-weight: 600;
    background: #f4fbfe;
}
dd.stay-article-dd {
    padding: 5% 5%;
}
.stay-article-infobox {
    margin-bottom: 10%;
}

.stay-article-map {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}

.stay-article-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stay-voice-box {
    padding: 5% 0;
    background: #f5f7f8;
}

a.stay-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 20px 1em;
    margin: 0 auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: 90%;
    text-align: center;
}
a.stay-link::after {
       content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 5%;
}



a.stay-archive-link {
    display: block;
    text-align: right;
    padding-right: 10%;
    margin-bottom: 10%;
    position: relative;
}
a.stay-archive-link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(../img/common/btn-arrow_bk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 41%;
    right: 6%;
}

/* STAY_PC対応 */
@media(min-width: 769px) {

.article-main.stay-inner {
    max-width: 60vw;
    margin: 0 auto;
}
h1.stay-entry-title {
    margin: 0 0 6%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
p.stay-entry-category {
    background: #2164ff;
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 5px 1em;
    margin: 0 auto;
}
p.stay-img-catch img {
    width: 100%;
}
p.stay-txt {
    width: 80%;
    margin: 0 auto 10%;
}
ul.saty-article-ul {
    width: 100%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}
li.saty-article-li {
    margin-bottom: 2%;
    width: 32%;
}
h2.stay-article-head2 {
    width: inherit;
    margin: 0 auto 5%;
    font-size: 28px;
    font-weight: 700;
}
dl.stay-article-dl {
    border-bottom: solid 1px #e0e1e1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #f4fbfe;
}
dt.stay-article-dt {
    padding: 3% 5%;
    font-weight: 600;
    background: #f4fbfe;
    width: 25%;
}
dd.stay-article-dd {
    padding: 3% 5%;
    width: 75%;
    background: #fff;
}
.stay-article-map {
    position: relative;
    width: inherit;
    height: 0;
    padding-top: 75%;
    margin: 0 auto 10%;
}
.stay-voice-box {
    padding: 5% 0;
    background: #f5f7f8;
    margin-bottom: 5%;
}
.stay-voice-inner {
    width: 60vw;
    margin: 0 auto;
}



a.stay-link {
    display: block;
    /* border: solid 1px #ffff; */
    width: fit-content;
    padding: 30px 1em;
    margin: 0 auto 5%;
    position: relative;
    background: #000;
    color: #fff;
    width: 30%;
    text-align: center;
}
 
}


/* ABOUT_Phone対応 */
section#about_about {
    width: 90%;
    margin: 0 auto;
}
p.about_about_right {
    margin-bottom: 10%;
}
h2.about_head2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10%;
}
p.about_about_txt {
    margin-bottom: 10%;
}
p.about_img img {
    object-fit: cover;
    height: 200px;
}
section#about_history {
    padding: 15% 0 0;
    background:#fffaf1 url(../img/about/ainu.png) no-repeat  top right / 200px 195px;
}
h2.about_history_head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 26px;
    font-weight: 700;
}
.about_history_box_info {
    width: 90%;
    margin: 0 auto 10%;
}
p.about_history_box_txt {
    margin-bottom: 10%;
}
h3.about_history_head3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7%;
}
.about_history_box {
    margin-bottom: 15%;
}
p.about_history_box_img {
    width: 90%;
    margin: 0 auto 5%;
}
p.about_history_box_img img{
    height: auto;
}
p.about_history_box_img.w100 {
    width: 100%;
}
.kiraku_box {
    background: #fff;
    padding: 10% 0 0;
}
.kiraku_history_box_info {
    width: 90%;
    margin: 0 auto 10%;
}
h3.kiraku_history_head3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7%;
}
p.kiraku_history_box_img {
    width: 90%;
    margin: 0 auto 10%;
}
p.kiraku_history_box_img img {
    height: auto;
}
ul.kiraku_history_ul {
    width: 90%;
    margin: 0 auto 10%;
}
dt.kiraku_history_dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7%;
    text-indent: -1.1em;
    padding: 1em;
}
dt.kiraku_history_dt::before {
    display: inline-block;
    margin: 0 7px 0 8px;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 100%;
    background: #88c0d0;
    vertical-align: middle; /* これを追加！ */
}
dd.kiraku_history_dt {
    text-align: justify;
    margin-bottom: 10%;
}
section#about_midokoro {
    padding: 10% 0;
    background: #fcfcfc;
}
h2.about_midokoro_head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 26px;
    font-weight: 700;
}
p.page_headsubtxt {
    width: 90%;
    margin: 0 auto 10%;
}
.about_midokoro_box {
    margin-bottom: 10%;
    position: relative;
}
p.about_midokoro_img {
    z-index: -1;
}
dl.about_midokoro_dl {
    background: #fff;
    width: 90%;
    margin: -20px auto 0;
    z-index: 2;
    position: relative;
    padding: 1em;
    text-align: center;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.35);
}
dt.about_midokoro_dt {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 3%;
}
dd.about_midokoro_dd {
    font-size: 14px;
    text-align: left;
}
h2.about_yacho_head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 26px;
    font-weight: 700;
}
section#about_yacho {
    padding: 10% 0 20%;
    background: #f2f9fc;
}
.swiper_outyacho {
    position: relative;
}
.yachoslide_box{
    position: relative;
}
.yachoslide_dl {
    position: absolute;
    bottom: 1%;
    left: 50%;
  transform: translateX(-50%);
  width: 90%;
  color: #fff;

}
dt.yachoslide_dt {
    font-weight: 700;
}
dd.yachoslide_dd {
    font-size: 13px;
}
.swiper_outyacho .swiper-button-prev2,.swiper_outyacho .swiper-button-next2 {
    position: absolute;
    bottom: -20%;
    top: inherit;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1* var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 30px !important;
    height: 30px !important;
    background-size: 30px 30px !important;
    margin-top: -24px;
}
.swiper_outyacho .swiper-pagination {
    bottom: -17% !important;
    position: absolute;
}
section#about_flower {
    padding: 10% 0;
}
h2.about_flower_head2 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 26px;
    font-weight: 700;
}
ul.about_flower_ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.about_flower_li {
    width: 49%;
    margin-bottom: 3%;
}
.about_flower_box {
    position: relative;
}
dl.about_flower_dl {
    position: absolute;
    bottom: 5%;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: left;
    width: 75%;
}

dt.about_flower_dt {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
dd.about_flower_dd {
    font-size: 13px;
    text-align: justify;
}
/* ABOUT_PC対応 */
@media(min-width: 769px) {

section#about_about {
    width: 82vw;
    margin: 0 auto;
}
h2.about_head2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3%;
}
p.about_about_right {
    margin-bottom: inherit;
    width: 49%;
    margin-top: -4%;
}
.about_about_left {
    width: 48%;
    /* text-align: justify; */
}
p.about_img img {
    width: 100%;
    height: 400px;
}
    section#about_history {
        padding: 5% 0 5%;
        background: #fffaf1 url(../img/about/ainu.png) no-repeat top right / 463px 440px;
    }
.about_history_inner {
    width: 82vw;
    margin: 0 auto;
}
.about_aboutbox {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
h2.about_history_head2 {
    width: inherit;
    margin: 0 auto 5%;
    font-size: 26px;
    font-weight: 700;
}
.about_history_box_info {
    width: 45%;
    margin: 0;
}
p.about_history_box_img.w100 {
    width: 45%;
    margin: 0;
}
p.about_history_box_img {
    width: 45%;
    margin: 0;
}
.about_history_box_info {
    width: 50%;
    margin: 0;
}
.about_history_box {
    margin-bottom: 15%;
    display: flex
;
    width: 82vw;
    margin: 0 auto 5%;
    justify-content: space-between;
}
h3.about_history_head3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7%;
}
.about_history_box.ahbrev {
    flex-direction: row-reverse;
}
.kiraku_box {
        background: #fff;
        padding: 6% 5% 5%;
        margin-bottom: 5%;
    }
.kiraku_history_box_info {
    width: 50%;
    margin: 0;
}
p.kiraku_history_box_img {
    width: 45%;
    margin: 0;
}
    .kiraku_history_box {
        display: flex;
        margin: 0 auto 2%;
        justify-content: space-between;
    }
ul.kiraku_history_ul {
    width: inherit;
    margin: 0 auto 10%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.kiraku_history_li {
    width: 48%;
}
dt.kiraku_history_dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0%;
    text-indent: -1.1em;
    padding: 1em;
}
dd.kiraku_history_dt {
    text-align: justify;
    margin-bottom: 5%;
}
h3.kiraku_history_head3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7%;
}
h2.about_midokoro_head2 {
    width: 82vw;
    margin: 0 auto 2%;
    font-size: 28px;
    font-weight: 700;
}
p.page_headsubtxt {
    width: 82vw;
    margin: 0 auto 10%;
}
li.about_midokoro_li {
    width: 49%;
}
p.about_midokoro_img img {
    width: 100%;
}
dl.about_midokoro_dl {
    background: #fff;
    width: 90%;
    margin: -20px auto 0;
    z-index: 2;
    position: relative;
    padding: 2em;
    text-align: center;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.35);
}
section#about_midokoro {
    padding: 10% 0 5%;
    background: #fcfcfc;
}
.about_yacho_inner {
    display: flex
;
    flex-wrap: wrap;
    width: 82vw;
    margin: 0 auto;
}
h2.about_yacho_head2 {
    margin: 0 auto 3%;
    font-size: 26px;
    font-weight: 700;
}
p.page_headsubtxt {
        width: 100%;
        margin: 0;
    }
ul.about_midokoro_ul {
    width: 82vw;
    margin: 0 auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .about_yacho_inner {
        display: flex
;
        flex-wrap: wrap;
        width: 82vw;
        margin: 0 auto;
        justify-content: space-between;
        position: relative;
    }
    .about_yacho_ttl {
    width: 45%;
}
    p.page_headsubtxt {
        width: 82vw;
        margin: 0 auto 5%;
    }
    p.about_yacho_txt {
        width: 100%;
        margin: 0 auto 5%;
    }
.swiper_outyacho .swiper-button-prev2, .swiper_outyacho .swiper-button-next2 {
    position: absolute;
    bottom: 30%;
    top: inherit;

    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1* var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px !important;
    margin-top: -24px;
}
h2.about_yacho_head2 {
        margin: 0 0 5%;
        font-size: 26px;
        font-weight: 700;
    }
    .swiper_outyacho {
    position: inherit;
    width: 50%;
}
.swiper_outyacho .swiper-pagination {
    bottom: 32% !important;
    position: absolute;
    left: -80% !important;
}
.swiper_outyacho .swiper-button-prev2 {
    
    background-image: url(../img/common/left-arrow.png) !important;
    left: -48%;
}

.swiper_outyacho .swiper-button-next2 {
    background-image: url(../img/common/right-arrow.png) !important;
            right: 110%;
}

h2.about_flower_head2 {
    width: 82vw;
    margin: 0 auto 3%;
    font-size: 26px;
    font-weight: 700;
}
    ul.about_flower_ul {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 82vw;
        margin: 0 auto;
    }
li.about_flower_li {
        margin-bottom: 3%;
        width: 23%;
    }
    p.about_flower_img img {
    width: 100%;
}
p.about_kiraku_img img {
    width: 100%;
}
}

/* ACCESS_Phone対応 */
p.access_map {
    width: 90%;
    margin: 0 auto 10%;
}
.access_txtbox {
    width: 90%;
    margin: 0 auto;
}
p.access_txt {
    margin-bottom: 10%;
}
.access_means_box {
    width: 90%;
    margin: 0 auto 20%;
}
h3.access_head3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10%;
}
.access_means_img {
    margin-bottom: 15%;
    display: block;
}
.access_parking {
    width: 90%;
    margin: 0 auto 10%;
    border: solid 1px #e9e9e9;
}
.access_parking {
    width: 90%;
    margin: 0 auto 10%;
    border: solid 1px #e9e9e9;
    padding: 10% 5%;
}
p.access_parking_img {
    margin-bottom: 5%;
}
dt.access_parking_dt {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5%;
}
li.access_parking_dd_li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
}
dl.access_parking_dl {
    margin-bottom: 10%;
}
section#access_spot {
    padding: 10% 0 20%;
    background: #fffaf1;
}
h2.access_spot_head2 {
    width: 90%;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 10%;
}
p.access_spot_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: justify;
}
.swiper_outaccessgallery {
    position: relative;
}

.swiper_outaccessgallery .swiper-button-prev2 {
    
    background-image: url(../img/common/left-arrow.png) !important;
    left: 1%;
}

.swiper_outaccessgallery .swiper-button-next2 {
    background-image: url(../img/common/right-arrow.png) !important;
    right: 1%;
}
.swiper_outaccessgallery .swiper-pagination {
    bottom: -30px !important;
}
.swiper_accessspotslide {
  overflow: visible;
}
.accessspot_img img{
    object-fit: cover;
    height: 180px;
    width: 100%;
}

.accessspot_box{
    background: #fff;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.accessspot_dl{
    padding: 1.5em 1em;
}
.accessspot_dl {
  margin-top: 10px;
  flex-grow: 1; /* テキストが伸びても均等に */
  display: flex;
  flex-direction: column;
}

.accessspot_dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.accessspot_dd {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.6;
}
/* ACCESS_PC対応 */
@media(min-width: 769px) {
section#access {
    max-width: 82vw;
        margin: 0 auto;
}
.access_intro {
    display: flex
;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
p.access_map {
    width: 50%;
    margin-left: -4%;
}
.access_txtbox {
    width: 45%;
}
.access_means_box {
    width: inherit;
    margin: 0 auto 20%;
}
h3.access_head3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5%;
}
.access_means_img {
    margin-bottom: 5%;
    display: block;
}
.access_means_box {
    width: inherit;
    margin: 0 auto 10%;
}
.access_parking {
    width: inherit;
    margin: 0 auto 10%;
    border: solid 1px #e9e9e9;
    padding: 5% 5%;
}
ul.access_parking_ul {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
li.access_parking_li {
    width: 31.5%;
}
p.access_txt {
    margin-bottom: 3%;
}
h2.access_spot_head2 {
    width: 82vw;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto 5%;
    text-align: center;
}
p.access_spot_txt {
    width: 82vw;
    margin: 0 auto 10%;
    text-align: center;
}
.accessspot_img img {
    object-fit: cover;
    height: 380px;
    width: 100%;
}
.swiper_outaccessgallery .swiper-button-prev2 {
    
    background-image: url(../img/common/left-arrow.png) !important;
    left: 21%;
}

.swiper_outaccessgallery .swiper-button-next2 {
    background-image: url(../img/common/right-arrow.png) !important;
    right: 21%;
}
.accessspot_dl{
    padding: 1.5em 3em;
}
p.access_spot_txt {
        width: 82vw;
        margin: 0px auto 4%;
        text-align: center;
    }
.swiper_outaccessgallery .swiper-pagination {
    bottom: -70px !important;
}
}

/* CONTACT_Phone対応 */
.contact_info_box {
    width: 90%;
    margin: 0 auto 10%;
}
p.contact_txt {
    margin-bottom: 10%;
    line-height: 1.8em;
}
.about_contact_box {
    background: #fefaf1;
    padding: 1.5em;
}
h3.about_contact_box_head3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5%;
}
li.about_contact_box_li {
    text-indent: -1em;
    padding-left: 1em;
}
.about_contact_box {
    background: #fefaf1;
    padding: 1.5em;
    margin-bottom: 10%;
}
.contact_form_box {
    border: solid 1px #e5e5e5;
    margin-bottom: 20%;
}
h2.contact_head2 {
    text-align: center;
    background: #88c0d0;
    padding: 1em;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
p.contact_link {
    text-align: center;
    padding: 0 3% 8%;
}
p.contact_link a {
    color: #00f;
}
/* CONTACT_PC対応 */
@media(min-width: 769px) {
    section#contact {
        max-width: 82vw;
        margin: 0 auto;
    }
    .contact_flexbox {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_form_box {
    border: solid 1px #e5e5e5;
    margin-bottom: 6%;
    width: 40%;
}
.contact_info_box {
    width: 50%;
    margin: 0;
}

}


/* COMPANY_Phone対応 */
section#company {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10%;
}
h2.company_head2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5%;
}
p.company_txt {
    margin-bottom: 5%;
    text-align: justify;
}
dl.company_dl {
    margin-bottom: 5%;
}
dt.company_dt {
    font-weight: 700;
    margin-bottom: 3%;
    font-size: 18px;
}
dd.company_dd {
    padding-left: 1.5em;
    font-size: 16px;
}
dl.company_info_dl {
    border-bottom: solid 1px #e0e1e1;
}
dt.company_info_dt {
    padding: 3% 5%;
    font-weight: 600;
    background: #f4fbfe;
}
dd.company_info_dd {
    padding: 5% 5%;
}
/* COMPANY_PC対応 */
@media(min-width: 769px) {

section#company {
    width: 60vw;
    margin: 0 auto;
}
h2.company_head2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5%;
}
.policy_box {
    margin-bottom: 10%;
}
p.company_txt {
    font-size: 16px;
}
dt.company_info_dt {
    padding: 2% 5%;
    font-weight: 600;
    background: #f4fbfe;
}
dd.company_info_dd {
    padding: 3% 5%;
}
}

/* POLICY_Phone対応 */
section#policy {
    width: 90%;
    margin: 0 auto;
}
.policy_box {
    margin-bottom: 15%;
}
h2.policy_head2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5%;
}
li.policy_li {
    text-indent: -1em;
    padding-left: 1em;
}
.policy_mb {
    margin-bottom: 2em;
}
ol.policy_ol {
    padding-left: 1.3em;
}
ol.policy_ol li {
    text-indent: inherit;
    padding-left: 0;
}
/* POLICY_PC対応 */
@media(min-width: 769px) {

section#policy {
    width: 60vw;
    margin: 0 auto;
}
h2.policy_head2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5%;
}
.policy_box {
    margin-bottom: 10%;
}
p.policy_txt {
    font-size: 18px;
}

 
}

/* 202508_Phone対応 */
.lang-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    margin-top: 5px;
}
:lang(en) .lang-dropdown {

    margin-top: 0px;
}

.lang-toggle {
 background: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #fff;
    padding: 0;
}
section#under_head .lang-toggle {
    color: #000;
}
/* 細いV字型 */
.lang-toggle::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg); /* V字っぽく見せる */
    margin-top: -2px; /* 縦位置調整 */
}

.lang-options {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 4px;
    list-style: none;
    padding: 4px 0;
    display: none;
    min-width: 150%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

:lang(en) .lang-options {
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 4px;
    list-style: none;
    padding: 4px 0;
    display: none;
    min-width: 222%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.lang-options li a {
  display: block;
  padding: 6px 12px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

.lang-options li a:hover {
  background-color: #f0f0f0;
}

.lang-dropdown.open .lang-options {
  display: block;
}

.sp_langselect {
    position: absolute;
    right: 15%;
    top: 1%;
}
.lpform_dl.lpform_required {
    padding: 2em 3em 0;
}
.form_komoku p {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1%;
}
.form_komoku span {
    color: red;
}
.input_100 input[type="text"],
.input_100 input[type="email"],
.input_100 textarea {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: solid 1px #e0e0e0;
    margin-bottom: 5%;
}
#lpform_submit input[type="submit"] {
    display: block;
    border: none;
    background: #000;
    color: #fff;
    width: 50%;
    padding: 1em;
    font-size: 18px;
    margin: 0 auto 0;
    position: relative;
}
#lpform_submit p {
     position: relative;
}
#lpform_submit p::after {
        content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    background-image: url(../img/common/btn-arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    right: 30%;
    margin-left: 0em;
}
/* 202508_PC対応 */
@media(min-width: 769px) {



 
}
