@charset "UTF-8";
/*------------------
 * responsive
 *------------------*/
:root {
  --font-weight-black:900;
  --font-size-XSmall:.8em;
}

/*------------------
 * setting
 *------------------*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
}

ol, ul {
  padding-left: 0;
}
#section-suggestion ul {
  text-indent: -.6em;
  padding-left: 1.2em;
  margin-bottom: 2.5em;
}
#section-suggestion ul li:has(+ li) {
    margin-bottom: .5em;
}
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}

img[height] {
  height: auto;
}

object {
  pointer-events: none;
}

/*material symbols*/
.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.icon-small {
  font-size: 20px;
}

.icon-Xsmall {
  font-size: 12px !important;
}

.icon-large {
  font-size: 48px;
}

/*txt*/
h1, h2 {
  font-weight: var(--font-weight-black) !important;
}

h3, h4, h5, h6 {
  font-weight: 700;
}

main p {
  line-height: 1.8;
}

.Xsmall {
  font-size: var(--font-size-XSmall);
}

.small {
  line-height: 1.8;
}

.span_br {
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .portraitonly {
    display: block;
  }
}

@media screen and (max-width: 575.98px) {
  .portraitnone {
    display: none;
  }
}

/*colors*/
.text-cyan {
  color: var(--bs-cyan);
}

.text-indigo {
  color: var(--bs-indigo);
}

.text-pink {
  color: var(--bs-pink);
}

.text-red {
  color: var(--bs-red);
}

.text-yellow {
  color: var(--bs-yellow);
}

.text-teal {
  color: var(--bs-teal);
}

.text-purple {
  color: var(--bs-purple);
}

/*layout*/
.container-fluid {
  padding-right: 2.35%;
  padding-left: 2.35%;
}

.maxwidth {
  max-width: 1140px;
  box-sizing: border-box;
}

@media screen and (max-width: 767.98px) {
  .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .container-xl,
.container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/*------------------
 * cmn parts
 *------------------*/
/*load*/
.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  border-right: 1px solid var(--bs-gray-300);
  border-top: 1px solid var(--bs-gray-300);
  content: "";
  height: 70px;
  width: 70px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*pagetop*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

#pagetop a:link,
#pagetop a:visited {
  text-decoration: none;
  color: var(--color-primary);
  opacity: 0.8;
}

#pagetop a:hover {
  opacity: 0.5;
}

.material-symbols-rounded-light {
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 24;
}

/*pager*/
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-border-color);
  pointer-events: none;
  background-color: transparent;
  border-color: var(--bs-pagination-disabled-border-color);
}

/*------------------
 * original parts
 *------------------*/
/*headingtitle*/
.heading h1 {
  text-transform: uppercase;
}

.heading-subtitle {
  font-weight: 700;
}

.h1-deco {
  position: relative;
  padding-top: 20px;
}

.h1-deco:after {
  position: absolute;
  top: 0;
  left: calc(50% - 72px);
  content: "";
  width: 144px;
  height: 7px;
  background-image: url(../images/cmn/h1-deco.svg);
  background-size: cover;
  display: block;
}

/*btn*/
.btn-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

body > header .btn {
  padding: 0.4rem 0.75rem;
}

.btn-white:hover {
  background: var(--bg-brimary);
  color: var(--bs-white);
}

.header-nav__btn {
  align-items: flex-start;
}

.btn-primary:hover {
  background: transparent;
  color: var(--bs-primary);
}

.btn-yusyuin {
    width: 100%;
    max-width: 250px;
    margin-top: 0.8rem;
}

/*card*/
.card {
  background: transparent;
}

.card p {
  line-height: normal;
}

.articreList figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--bs-card-inner-border-radius);
}
.pickup-con .articreList figure,
.news-con .articreList figure,
.news-archive .articreList figure {
    background: #f8f9fa;
}
.news-detail .articreList figure {
    background: #fff;
}
.articreList figure img {
  transition: 0.5s;
}
.articreList:hover figure img {
  transform: scale(1.05);
}

.articreList figure figcaption {
  position: absolute;
  height: auto;
  top: auto;
  bottom: 8px;
  text-align: right;
  padding-right: 8px;
}

.articreList figure figcaption span {
  color: var(--bs-white);
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: var(--font-size-XSmall);
  z-index: 4;
}

.articreList {
  position: relative;
}

.articreList_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.articreList:hover .card {
  color: var(--bs-secondary) !important;
}

.articreList .link-catetag {
  position: absolute;
  z-index: 4;
}

.articreList:hover .link-hashtag {
  color: var(--bs-secondary);
}

/*suggestion card*/
/*#section-suggestion .card{
    background:var(--bs-white);
}
#section-suggestion .card-img{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#section-suggestion .articreList figure{
	position: relative;
	overflow: hidden;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}*/
#section-suggestion-list figcaption {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  color: var(--bs-white);
  font-weight: 700;
  font-size: 1.1rem;
}

#section-suggestion-list img {
  filter: brightness(0.7);
  transition: 0.5s;
}

#section-suggestion-list a:hover img {
  filter: brightness(0.9);
  transition: 0.5s;
}

/*hashtag*/
.articreList .link-hashtag {
  position: absolute;
  z-index: 4;
}

.articreList .link-hashtag a {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  font-size: var(--font-size-XSmall) !important;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.2rem;
}

.articreList .link-hashtag a:hover {
  color: var(--bs-secondary);
}

/*------------------
 * header
 *------------------*/
#header {
  background: var(--bs-tertiary-bg);
  position: relative;
  z-index: 10;
  height: 90px;
}

#header .navbar-brand {
  z-index: 10;
  /* width:10%; */
}

#headernav {
  position: relative;
}

#header .navbar-brand img {
  transition: 0.2s ease-in-out;
}

#header .nav-item a:hover span {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 1750px) {
  #header .navbar-brand img {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  #header .navbar-brand img {
    width: 180px;
  }
  #headernav,
#headernav .btn {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 991.98px) {
  #header {
    height: calc(5vw + 2rem);
  }
  #header .navbar-brand img {
    width: 160px;
  }
  #headernav {
    position: fixed;
    top: 10vw;
    right: -150vw;
    width: 95vw;
    height: 100vh;
    z-index: 9;
    transition: 0.5s ease-in-out;
    opacity: 0;
    overflow: auto;
    padding: 0 0 80px;
  }
  .open #headernav {
    right: 0;
    opacity: 1;
  }
  #header .nav-item {
    padding-bottom: 0.8rem;
  }
  #headernav,
#headernav .btn {
    font-size: 1em;
  }
}
@media screen and (max-width: 575.98px) {
  #header {
    height: calc(8vw + 2rem);
  }
  .navbar-brand img {
    width: 145px;
  }
}
#bm {
  display: flex;
  position: fixed;
  top: 15px;
  right: 10px;
  height: 44px;
  width: 44px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#bm i {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--bs-primary);
  position: relative;
  transition: 0.3s ease-in-out;
}

#bm i:before,
#bm i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  position: absolute;
  top: -10px;
  left: 0;
  transition: 0.3s ease-in-out;
}

#bm i:after {
  top: 10px;
}

.open #bm i {
  background: rgba(154, 27, 26, 0);
}

.open #bm i:before,
.open #bm i:after {
  top: 0;
  transform: rotate(225deg);
  background: var(--bs-primary);
}

.open #bm i:after {
  transform: rotate(-225deg);
}

.scrolled #bm {
  top: 10px;
}

#shade {
  width: 100%;
  height: 100%;
  background: var(--bs-light);
  background-size: cover, cover;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}

.open #shade {
  opacity: 1;
  pointer-events: auto;
  right: 0;
}

#fixedbtn {
  align-content: center;
  align-items: center;
  bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: auto;
  margin: 0 0 0 0;
  position: fixed;
  right: 0px;
  top: 50%;
  width: 136px;
  z-index: 3;
  max-width: 100%;
  transform: translateY(-50%);
}

#fixedbtn .fixedbtn-yusyuin {
    width: 100%;
    margin-bottom: 1em;
}

#fixedbtn .fixedbtn-main {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    width: 50px;
    margin: 0 0 0 auto;
}

#fixedbtn .fixedbtn-main p {
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-weight: var(--font-weight-black);
  border-bottom: 1px solid var(--bs-primary);
}

@media screen and (max-width: 575.98px) {
  #fixedbtn {
    display: none;
  }
}
/*------------------
 * aside
 *------------------*/
aside {
  background: url(../images/cmn/section-friends.webp);
  background-size: cover;
  background-position: 50%;
  color: var(--bs-white);
}

/*------------------
 * NEWS ENTRY
 *------------------*/
.nav-tabs-wrap {
  overflow-x: auto;
  width: 100%;
}

.nav-tabs {
  flex-wrap: nowrap;
}

.nav-tabs li {
  flex-shrink: 0;
}

/*entry*/
.entry h3 {
  border-bottom: 2px solid var(--bs-primary);
  padding-bottom: 10px;
  margin-bottom: 1rem;
  /* font-weight: var(--font-weight-black); */
}

.entry h5 span {
  border-bottom: 1px solid var(--bs-primary);
}

.entry section img {
  border-radius: var(--bs-border-radius) !important;
  margin-bottom: 0.5rem;
}

.entry section figure {
  width: auto !important;
}

.entry section figure.aligncenter {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.entry section figcaption {
  font-size: 0.875em;
  color: var(--bs-secondary);
  text-align: left !important;
}

.entry section a {
  text-decoration: underline;
}

.entry section a.btn {
  text-decoration: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

/*------------------
 * form
 *------------------*/
.origin-form-area {
  border-bottom: 1px solid var(--bs-border-color);
}

.origin-form-label-area,
.origin-form-input-area {
  border-top: 2px solid var(--bs-white);
  border-bottom: 2px solid var(--bs-white);
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}

.origin-form-label-area {
  background-color: var(--bs-light);
}

/*------------------
 * index
 *------------------*/
/*hero*/
#hero-wrap {
  position: relative;
}

#hero {
  position: relative;
}

#hero-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  height: 41vw;
}
#hero-txt h1 {
  font-size: clamp(1.438rem, -0.233rem + 2.69vw, 3rem);
}
#hero-txt h5 {
  font-size: clamp(0.875rem, 0.14rem + 1.19vw, 1.563rem);
}
#hero-img {
  position: relative;
  height: 41vw;
  width: calc(100vw - 4.7%);
}

.fade-img,
.fade-img2,
.fade-img3 {
  position: relative;
}

.fade-img img,
.fade-img2 img,
.fade-img3 img {
  position: absolute;
}

#hero-img figure {
  margin-bottom: 0;
}
#hero-img .hero-img02 figure {
  background: #fff;
  border-radius: var(--bs-border-radius);
}
#hero-img img {
  position: absolute;
  display: block;
  max-width: none;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: 0.5s;
  height: 100%;
}
#hero-img .hero-img02 img {
  object-fit: contain;
}
.hero-img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 41vw;
}

.hero-img02 {
  position: absolute;
  bottom: 0;
  right: 42vw;
  width: 30vw;
  height: auto;
  aspect-ratio: 3 / 2;
}

.hero-img03 {
  position: absolute;
  top: 0;
  right: 42vw;
  width: 20vw;
}

.hero-img01 figure,
.hero-img03 figure {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.hero-img02 figure {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.hero-subtitle {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  width: min(660px, 40dvw);
  z-index: 3;
  filter: drop-shadow(0px 0px 3px #ffffff) drop-shadow(-1px -1px 2px #ffffff) drop-shadow(1px -1px 0px #ffffff) drop-shadow(1px 2px 0px #ffffff);
}

@media screen and (max-width: 991.98px) {
  #hero {
    position: relative;
    height: auto;
    padding-top: 5vw;
  }
  #hero-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  #hero-txt {
    position: relative;
    height: auto;
  }
  #hero-txt h1 {
    font-size: calc(1.375rem + 1vw);
  }
  #hero #hero-img {
    position: relative;
    height: 100vw;
    margin: 0 auto 2vw auto;
  }
  .hero-img01 figure {
    padding-top: 63%;
  }
  .hero-img01 {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
  }
  .hero-img02 {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
    width: 58%;
  }
  .hero-img03 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    width: 39%;
  }
  .hero-subtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80vw;
    z-index: 3;
  }
  #hero-img .hero-img01 img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
    font-family: "object-fit: cover; object-position: 50% 20%;";
  }
}
/*news*/
#news {
  position: relative;
  margin-top: -6em;
}
@media screen and (max-width: 1520px) {
  #news {
    margin-top: 0;
  }
}
#news h3 {
  font-weight: var(--font-weight-black);
}

/*recommendar card*/
#section-recommendar .card-img {
  border-radius: 50%;
}

/*section-joinus*/
#section-joinus > div {
  background-image: url("../images/index/joinus.webp");
  background-size: cover;
  position: relative;
  background-position: 50%;
}

/*パララックス*/
.parallax {
  height: 40vw;
  background: url(../images/index/pallax.webp);
  background-position: 50% 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax object {
  fill: rgb(255, 255, 255);
}

@media screen and (max-width: 991.98px) {
  .parallax {
    height: 50vh;
    position: relative;
  }
  .parallax:before {
    width: 100%;
    height: 50vh;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    z-index: 0;
  }
}
/*
#mv-visual::before {
  background: rgba(0,0,0,.3);
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  min-width: 100%;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}
#mv-visual{
	width: 100vw;
	height:40vw;
	position:relative;
	overflow: hidden;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;

}
*/
/*section-wellnago*/
#section-wellnago h5 {
  font-weight: var(--font-weight-black);
}

#section-wellnago .btn {
  font-weight: var(--font-weight-black) !important;
}

#section-wellnago .btn-outline-secondary {
  color: var(--bs-primary);
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
}

#section-wellnago .btn-outline-secondary:hover {
  opacity: 0.8;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
  width: 100% !important;
  height: 500px !important;
}

@media screen and (max-width: 575.98px) {
  .text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
/* --- youtube --- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* --- banner --- */
.banner {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  right: 0;
}

.banner a {
  text-decoration: none;
}

.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}
@media screen and (max-width: 767.98px) {
  .banner-icon {
    font-size: 28px;
  }
}

.banner-back {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .banner-back {
    max-width: 220px;
  }
}

.banner-top {
  padding: 20px;
  /*
  border-radius: 25px 25px 0px 0px;
  background: -moz-radial-gradient(#5da656, #2e7e26 70%);
  background: -webkit-radial-gradient(#5da656, #2e7e26 70%);
  background: radial-gradient(#5da656, #2e7e26 70%);
  */
  color: #fff;
  border: 2px solid #2e7e26;
  border-radius: 16px;
  background-color: #5da656;
}
@media screen and (max-width: 767.98px) {
  .banner-top {
    padding: 5px;
    border-radius: 0px;
    background: linear-gradient(#2e7e26 50%, #5da656);
  }
}

.banner-copy {
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .banner-copy {
    font-size: 15px;
  }
}

/*
.banner-copy::after {
	font-family: 'Font Awesome 6 Free';
	font-size: 20px;
	content: '\f054';
	color: #006EB0;
	position: absolute;
	margin-top: 11px;
	top: 0;
	right: 18px;
	@include media(landscape){
		font-size: 12px;
		margin-top: 1.4px;
		margin-left: 12px;
		top: initial;
		right: initial;
	}
}
*/
.banner-bottom {
  padding: 25px 0px 30px 0px;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .banner-bottom {
    padding: 10px 10px 18px 10px;
  }
}

.banner-body {
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767.98px) {
  .banner-close {
    top: 8px;
    right: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .banner-copy-br {
    display: none;
  }
}

/*------------------
 * stayplan
 *------------------*/
.stayplan-link {
  border: 2px solid #880000;
  background-color: #aa0000;
  /*
  border: 2px solid #2e7e26;
  background-color: #5da656;
  */
}
.stayplan-link--nolink {
  border-color: #8f8f8f;
  background: #8f8f8f;
  pointer-events: none;
}

@media screen and (max-width: 991.98px) {
  .stayplan-link {
    margin-top: 10px;
  }
}
.product-inner {
  margin-bottom: 2rem;
}
.product-img {
  text-align: center;
  margin-top: 2.5rem;
}
.product-img img {
  border-radius: 8px;
}
.product-txt {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-top: 1.5rem;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 575.98px) {
  .product-list {
    gap: 24px;
  }
}
.product-list__img {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 575.98px) {
  .product-list__img {
    border-radius: 5px;
  }
}
.product-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list__ttl {
  font-size: 0.875rem;
  color: #5B5B5E;
}
.product-list__txt {
  font-size: 1rem;
  margin-bottom: 0;
}

.stayplan-wrapper {
  padding: 5rem 0;
}
.stayplan-inner + .stayplan-inner {
  margin-top: 5rem;
}
.stayplan-slide {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .stayplan-slide {
    margin-top: 12px;
  }
}
.stayplan-slide__img {
  aspect-ratio: 3/2;
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
.stayplan-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stayplan-slide .swiper-wrapper {
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767.98px) {
  .stayplan-slide .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.stayplan-slide .swiper-slide {
  width: calc((100% - 48px) / 3);
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .stayplan-slide .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.stayplan-slide .swiper-button-prev, .stayplan-slide .swiper-button-next {
  display: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4F4F4D;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .stayplan-slide .swiper-button-prev, .stayplan-slide .swiper-button-next {
    display: flex;
  }
}
.stayplan-slide .swiper-button-prev .material-symbols-rounded, .stayplan-slide .swiper-button-next .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 18;
}
.stayplan-slide .swiper-button-prev::after, .stayplan-slide .swiper-button-next::after {
  content: none;
}
.stayplan-slide .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .stayplan-slide .swiper-pagination {
    display: block;
  }
}
.stayplan-slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 6px !important;
}
.stayplan-slide .swiper-pagination-bullet-active {
  background: #44ADD3;
}
@media screen and (max-width: 767.98px) {
  .stayplan-catch {
    text-align: left !important;
  }
}
@media screen and (max-width: 767.98px) {
  .stayplan-col-10 {
    width: 100%;
  }
}
.stayplan-coming {
  padding-block: 5rem;
  background: #fff;
}
.stayplan-coming__inner {
  border: 2px solid #44ADD3;
  border-radius: 12px;
  padding: 24px 32px 32px;
}
.stayplan-coming__en {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #44ADD3;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.98px) {
  .stayplan-coming__en {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.stayplan-coming__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .stayplan-coming__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stayplan-coming__list > li {
  padding-left: 14px;
  font-weight: 500;
  position: relative;
}
.stayplan-coming__list > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #CCC;
  position: absolute;
  top: 9px;
  left: 0;
}

/*------------------
 * for-runners2025
 *------------------*/
.contact-link {
    border: none;
    background: linear-gradient(to bottom, #8BE1F8, #2D7BD5);
}

.contact-link:hover {
    border: none;
    background: linear-gradient(to bottom, #8BE1F8, #2D7BD5);
    color: #fff;
    opacity: 0.7;
}

.runners-link {
    display: flex !important;
    align-items: center !important;
    border: none;
    background: linear-gradient(to bottom, #FF9367, #DE4370);
}

.runners-link .span_br {
    display:initial !important ;
}

.runners-link:hover {
    border: none;
    background: linear-gradient(to bottom, #FF9367, #DE4370);
    color: #fff;
    opacity: 0.7;
}

.runners-link--nolink {
  border-color: #8f8f8f;
  background: #8f8f8f;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .runners-link {
    margin-top: 10px;
  }
}

.runners2025 {
  width: 100%;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  padding-top: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .runners2025 {
    padding-top: 12px;
  }
}
.runners2025 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.runners2025 .mt0 {
  margin-top: 0 !important;
}
.runners2025-width {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin-inline: auto;
}
.runners2025-mainvisual {
  margin: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-mainvisual {
    padding-bottom: 24px;
  }
}
.runners2025-mainvisual__img {
  margin: 0;
}
.runners2025-mainvisual__img img {
  width: 100%;
  max-width: none;
}
.runners2025-main {
  padding: 40px 0;
  background: #cae2c5;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main {
    padding: 24px 0;
  }
}
.runners2025-main__container {
  box-sizing: border-box;
  padding: 10px;
  background: rgba(166, 204, 124, 0.4);
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__container {
    padding: 6px;
  }
}
.runners2025-main__inner {
  box-sizing: border-box;
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__inner {
    padding: 20px 16px;
  }
}
.runners2025-main__contents {
  max-width: 1000px;
  margin-inline: auto;
}
.runners2025-main__catch {
  text-align: center;
  color: #7B5A52;
  font-size: 1.75rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__catch {
    font-size: 1.25rem;
  }
}
.runners2025-main__catch.txt__en {
  margin-top: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__catch.txt__en {
    margin-top: 14px;
    font-size: 0.875rem;
  }
}
.runners2025-main__txt {
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 18px auto 0;
  font-size: 1rem;
  font-weight: 500;
  color: #7B5A52;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__txt {
    text-align: left;
    margin-top: 12px;
    font-size: 0.875rem;
  }
}
.runners2025-main__txt.txt__en {
  margin-top: 12px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__txt.txt__en {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.runners2025-main__detail {
  margin: 32px 0 0;
  box-shadow: 2px 2px 10px rgba(62, 98, 127, 0.15);
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__detail {
    margin-top: 24px;
  }
}
.runners2025-main__block {
  display: flex;
  box-sizing: border-box;
  border-top: 1px dotted #3E627F;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__block {
    flex-direction: column;
    font-size: 0.875rem;
    border-top: none;
  }
}
.runners2025-main__block:first-of-type {
  border-top: none;
}
.runners2025-main__block dt {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 12px 16px;
  width: 200px;
  background: #3E627F;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__block dt {
    text-align: center;
    padding: 8px 12px;
    width: 100%;
  }
}
.runners2025-main__block dt .txt__en {
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__block dt .txt__en {
    font-size: 0.75rem;
  }
}
.runners2025-main__block dd {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 12px 16px;
  background: #fff;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__block dd {
    padding: 12px;
    width: 100%;
  }
}
.runners2025-main__block dd > *:first-child {
  margin-top: 0;
}
.runners2025-main__block dd p {
  margin: 8px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__block dd p {
    margin-top: 6px;
  }
}
.runners2025-main__block dd .txt__en {
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__block dd .txt__en {
    font-size: 0.75rem;
  }
}
.runners2025-main__list {
  margin: 8px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__list {
    margin-top: 6px;
  }
}
.runners2025-main__list.txt__en > li::before {
  top: 7px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__list.txt__en > li::before {
    top: 6px;
  }
}
.runners2025-main__list > li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__list > li {
    padding-left: 16px;
  }
}
.runners2025-main__list > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3E627F;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-main__list > li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
.runners2025-about {
  margin: 32px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about {
    margin-top: 24px;
  }
}
.runners2025-about__container {
  box-sizing: border-box;
  padding: 8px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(62, 98, 127, 0.15);
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__container {
    padding: 6px;
  }
}
.runners2025-about__inner {
  box-sizing: border-box;
  border: 1px solid #D2542E;
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__inner {
    padding: 16px;
  }
}
.runners2025-about__ttl {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__ttl img {
    width: 240px;
  }
}
.runners2025-about__txt {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__txt {
    font-size: 0.875rem;
    margin-top: 14px;
  }
}
.runners2025-about__txt.txt__en {
  margin-top: 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__txt.txt__en {
    margin-top: 12px;
    font-size: 0.75rem;
  }
}
.runners2025-about__block {
  margin: 24px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__block {
    margin-top: 16px;
  }
}
.runners2025-about__block__txt {
  text-align: right;
  margin: 10px 0 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__block__txt {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.runners2025-about__block__txt.txt__en {
  margin-top: 8px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-about__block__txt.txt__en {
    margin-top: 6px;
    font-size: 0.6875rem;
  }
}
.runners2025-about__block__txt a {
  color: #3E627F;
  text-decoration: underline;
}
.runners2025-shop {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop {
    padding: 40px 0;
  }
}
.runners2025-shop__ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #D2542E;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__ttl {
    font-size: 1.375rem;
    gap: 12px;
  }
}
.runners2025-shop__ttl > span {
  flex-shrink: 0;
}
.runners2025-shop__ttl::before, .runners2025-shop__ttl::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #D2542E;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__ttl::before, .runners2025-shop__ttl::after {
    height: 2px;
  }
}
.runners2025-shop__anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 36px;
  margin-inline: calc(50% - 50vw);
  padding-inline: 16px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__anchor {
    margin-top: 24px;
    font-size: 0.875rem;
    gap: 10px 12px;
  }
}
.runners2025-shop__anchor > li {
  display: inline-block;
}
.runners2025-shop__anchor > li.spa a {
  background: #E5772D;
}
.runners2025-shop__anchor > li.gourmet a {
  background: #E15793;
}
.runners2025-shop__anchor > li.stay a {
  background: #7B59A2;
}
.runners2025-shop__anchor > li.experience a {
  background: #5FA758;
}
.runners2025-shop__anchor > li.sightseeing a {
  background: #A8434A;
}
.runners2025-shop__anchor > li.souvenir a {
  background: #336399;
}
.runners2025-shop__anchor > li.esthetic a {
  background: #58a7a1;
}
.runners2025-shop__anchor > li.service a {
  background: #db9936;
}
.runners2025-shop__anchor > li.other a {
  background: #3FB5E0;
}
.runners2025-shop__anchor a {
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
  padding: 0.375em 1em;
  background: #E5772D;
  color: #fff;
  border-radius: 9999px;
  font-weight: 500;
}
.runners2025-shop__anchor a::after {
  font-family: "Material Symbols Outlined";
  content: "stat_minus_1";
}
.runners2025-shop__container {
  margin: 56px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__container {
    margin-top: 40px;
  }
}
.runners2025-shop__container.gourmet .runners2025-shop__category {
  color: #E15793;
}
.runners2025-shop__container.gourmet .runners2025-shop__inner {
  border-color: #E15793;
}
.runners2025-shop__container.gourmet .runners2025-shop__benefit__ttl {
  color: #E15793;
}
.runners2025-shop__container.gourmet .runners2025-shop__benefit__box ul > li::before {
  background: #E15793;
}
.runners2025-shop__container.gourmet .runners2025-shop__benefit__box ol > li::before {
  color: #E15793;
}
.runners2025-shop__container.stay .runners2025-shop__category {
  color: #7B59A2;
}
.runners2025-shop__container.stay .runners2025-shop__inner {
  border-color: #7B59A2;
}
.runners2025-shop__container.stay .runners2025-shop__benefit__ttl {
  color: #7B59A2;
}
.runners2025-shop__container.stay .runners2025-shop__benefit__box ul > li::before {
  background: #7B59A2;
}
.runners2025-shop__container.stay .runners2025-shop__benefit__box ol > li::before {
  color: #7B59A2;
}
.runners2025-shop__container.experience .runners2025-shop__category {
  color: #5FA758;
}
.runners2025-shop__container.experience .runners2025-shop__inner {
  border-color: #5FA758;
}
.runners2025-shop__container.experience .runners2025-shop__benefit__ttl {
  color: #5FA758;
}
.runners2025-shop__container.experience .runners2025-shop__benefit__box ul > li::before {
  background: #5FA758;
}
.runners2025-shop__container.experience .runners2025-shop__benefit__box ol > li::before {
  color: #5FA758;
}
.runners2025-shop__container.sightseeing .runners2025-shop__category {
  color: #A8434A;
}
.runners2025-shop__container.sightseeing .runners2025-shop__inner {
  border-color: #A8434A;
}
.runners2025-shop__container.sightseeing .runners2025-shop__benefit__ttl {
  color: #A8434A;
}
.runners2025-shop__container.sightseeing .runners2025-shop__benefit__box ul > li::before {
  background: #A8434A;
}
.runners2025-shop__container.sightseeing .runners2025-shop__benefit__box ol > li::before {
  color: #A8434A;
}
.runners2025-shop__container.souvenir .runners2025-shop__category {
  color: #336399;
}
.runners2025-shop__container.souvenir .runners2025-shop__inner {
  border-color: #336399;
}
.runners2025-shop__container.souvenir .runners2025-shop__benefit__ttl {
  color: #336399;
}
.runners2025-shop__container.souvenir .runners2025-shop__benefit__box ul > li::before {
  background: #336399;
}
.runners2025-shop__container.souvenir .runners2025-shop__benefit__box ol > li::before {
  color: #336399;
}
.runners2025-shop__container.esthetic .runners2025-shop__category {
  color: #58a7a1;
}
.runners2025-shop__container.esthetic .runners2025-shop__inner {
  border-color: #58a7a1;
}
.runners2025-shop__container.esthetic .runners2025-shop__benefit__ttl {
  color: #58a7a1;
}
.runners2025-shop__container.esthetic .runners2025-shop__benefit__box ul > li::before {
  background: #58a7a1;
}
.runners2025-shop__container.esthetic .runners2025-shop__benefit__box ol > li::before {
  color: #58a7a1;
}
.runners2025-shop__container.service .runners2025-shop__category {
  color: #db9936;
}
.runners2025-shop__container.service .runners2025-shop__inner {
  border-color: #db9936;
}
.runners2025-shop__container.service .runners2025-shop__benefit__ttl {
  color: #db9936;
}
.runners2025-shop__container.service .runners2025-shop__benefit__box ul > li::before {
  background: #db9936;
}
.runners2025-shop__container.service .runners2025-shop__benefit__box ol > li::before {
  color: #db9936;
}
.runners2025-shop__container.other .runners2025-shop__category {
  color: #3FB5E0;
}
.runners2025-shop__container.other .runners2025-shop__inner {
  border-color: #3FB5E0;
}
.runners2025-shop__container.other .runners2025-shop__benefit__ttl {
  color: #3FB5E0;
}
.runners2025-shop__container.other .runners2025-shop__benefit__box ul > li::before {
  background: #3FB5E0;
}
.runners2025-shop__container.other .runners2025-shop__benefit__box ol > li::before {
  color: #3FB5E0;
}
.runners2025-shop__category {
  text-align: center;
  color: #E5772D;
}
.runners2025-shop__category > span {
  display: block;
}
.runners2025-shop__category__icon {
  font-size: 3.25rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__category__icon {
    font-size: 2.5rem;
  }
}
.runners2025-shop__category__ttl {
  font-size: 2rem;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__category__ttl {
    font-size: 1.25rem;
    margin-top: 2px;
  }
}
.runners2025-shop__none {
  margin: 20px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__none {
    margin-top: 14px;
    font-size: 0.9375rem;
  }
}
.runners2025-shop__inner {
  box-sizing: border-box;
  border: 2px solid #E5772D;
  padding: 24px;
  margin: 20px 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__inner {
    padding: 20px;
    margin-top: 14px;
    flex-direction: column;
    gap: 0;
  }
}
.runners2025-shop__inner a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__inner a {
    text-underline-offset: 4px;
  }
}
.runners2025-shop__contents {
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__contents {
    display: contents;
  }
}
.runners2025-shop__img {
  flex-shrink: 0;
  width: 36%;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__img {
    width: 100%;
    margin-top: 20px;
    order: 1;
  }
}
.runners2025-shop__img > img {
  width: 100%;
  max-width: none;
}
.runners2025-shop__img2 {
  margin: 10px 0 0;
  display: flex;
  gap: 10px;
  width: 100%;
}
.runners2025-shop__img2 > img {
  width: calc(50% - 5px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/130;
}
.runners2025-shop__block {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 16px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__block {
    width: 100%;
    padding-bottom: 10px;
    flex-direction: column;
    gap: 10px 12px;
    order: 0;
  }
}
.runners2025-shop__name {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__name {
    font-size: 1.125rem;
    width: 100%;
  }
}
.runners2025-shop__box {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 3px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__box {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.runners2025-shop__type {
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.2em 1em;
  background: #E5772D;
  color: #fff;
  border-radius: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__type {
    font-size: 0.75rem;
  }
}
.runners2025-shop__type.type-spa {
  background: #E5772D;
}
.runners2025-shop__type.type-gourmet {
  background: #E15793;
}
.runners2025-shop__type.type-stay {
  background: #7B59A2;
}
.runners2025-shop__type.type-experience {
  background: #5FA758;
}
.runners2025-shop__type.type-sightseeing {
  background: #A8434A;
}
.runners2025-shop__type.type-souvenir {
  background: #336399;
}
.runners2025-shop__type.type-esthetic {
  background: #58a7a1;
}
.runners2025-shop__type.type-service {
  background: #db9936;
}
.runners2025-shop__type.type-other {
  background: #3FB5E0;
}
.runners2025-shop__list {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__list {
    width: 100%;
    margin-top: 16px;
    font-size: 0.875rem;
    order: 4;
  }
}
.runners2025-shop__list > div {
  display: flex;
  gap: 4px 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__list > div {
    margin-top: 10px;
    gap: 3px 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .runners2025-shop__list > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.runners2025-shop__list > div:first-of-type {
  margin-top: 0;
}
.runners2025-shop__list__icon {
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__list__icon {
    font-size: 1.25rem;
  }
}
.runners2025-shop__list .icon-instagram {
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__list .icon-instagram {
    width: 20px;
  }
}
.runners2025-shop__list__ttl {
  width: 90px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__list__ttl {
    width: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  .runners2025-shop__list__ttl {
    width: auto;
  }
}
.runners2025-shop__list dt {
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  padding-right: 1em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__list dt {
    gap: 3px;
  }
}
.runners2025-shop__list dt::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -1px;
}
.runners2025-shop__list dd {
  flex-grow: 1;
  margin: 0;
}
.runners2025-shop__list p {
  margin: 0;
}
.runners2025-shop__benefit {
  background: #f4f4f4;
  margin: 20px 0 0;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit {
    width: 100%;
    padding: 16px;
    order: 2;
  }
}
.runners2025-shop__benefit__ttl {
  text-align: center;
  color: #E5772D;
  font-size: 1.25rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit__ttl {
    font-size: 1rem;
  }
}
.runners2025-shop__benefit__ttl > span {
  flex-shrink: 0;
}
.runners2025-shop__benefit__ttl::before, .runners2025-shop__benefit__ttl::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.runners2025-shop__benefit__box {
  margin: 10px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit__box {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.runners2025-shop__benefit__box > * {
  margin: 10px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit__box > * {
    margin-top: 8px;
  }
}
.runners2025-shop__benefit__box > *:first-child {
  margin-top: 0;
}
.runners2025-shop__benefit__box p {
  line-height: 1.5;
}
.runners2025-shop__benefit__box ul > li {
  padding-left: 12px;
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit__box ul > li {
    padding-left: 10px;
    margin-top: 3px;
  }
}
.runners2025-shop__benefit__box ul > li:first-of-type {
  margin-top: 0;
}
.runners2025-shop__benefit__box ul > li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #E5772D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit__box ul > li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
.runners2025-shop__benefit__box ol {
  counter-reset: item;
  list-style-type: none;
}
.runners2025-shop__benefit__box ol > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__benefit__box ol > li {
    margin-top: 3px;
  }
}
.runners2025-shop__benefit__box ol > li:first-of-type {
  margin-top: 0;
}
.runners2025-shop__benefit__box ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #E5772D;
}
.runners2025-shop__comment {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-shop__comment {
    width: 100%;
    margin-top: 16px;
    font-size: 0.875rem;
    order: 3;
  }
}
.runners2025-contact {
  padding: 50px 0;
  background: #d1f0f8;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact {
    padding: 30px 0;
  }
}
.runners2025-contact__ttl {
  text-align: center;
  font-size: 1.375rem;
  margin: 0;
  color: #3E627F;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__ttl {
    font-size: 1.125rem;
  }
}
.runners2025-contact__ttl.txt__en {
  font-size: 1rem;
  margin-top: 8px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__ttl.txt__en {
    font-size: 0.875rem;
    margin-top: 6px;
  }
}
.runners2025-contact__txt {
  margin: 20px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__txt {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
.runners2025-contact__txt.txt__en {
  margin-top: 6px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__txt.txt__en {
    margin-top: 4px;
    font-size: 0.6875rem;
  }
}
.runners2025-contact__list {
  margin: 20px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__list {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}
.runners2025-contact__list > div {
  display: flex;
  gap: 4px 8px;
  margin-top: 8px;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__list > div {
    gap: 6px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 575.98px) {
  .runners2025-contact__list > div {
    flex-direction: column;
  }
}
.runners2025-contact__list dt {
  flex-shrink: 0;
  width: 140px;
  color: #3E627F;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__list dt {
    width: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .runners2025-contact__list dt {
    width: 100%;
  }
}
.runners2025-contact__list dt::after {
  content: ":";
  color: #000;
  position: absolute;
  top: -1px;
  right: 0;
}
@media screen and (max-width: 575.98px) {
  .runners2025-contact__list dt::after {
    position: static;
    margin-left: 0.5em;
  }
}
.runners2025-contact__list dt .txt__en {
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__list dt .txt__en {
    font-size: 0.75rem;
  }
}
.runners2025-contact__list dd {
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .runners2025-contact__list dd {
    width: 100%;
  }
}
.runners2025-contact__list dd .txt__en {
  font-size: 0.875rem;
  margin: 6px 0 0;
}
@media screen and (max-width: 767.98px) {
  .runners2025-contact__list dd .txt__en {
    font-size: 0.75rem;
    margin-top: 4px;
  }
}

h1 ._small {
  margin-left: 1em;
  font-size: 50%;
}

.ico {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    margin-right: 13px;
    line-height: 0;
}

.ico::before {
    width: 100% !important;
}

.ico-mail {
    width: 15px;
}

.ico-mail::before {
    content: url("../images/cmn/ico_mail.svg");
} 

.ico-runners {
    width: 25px;
}

.ico-runners::before {
    content: url("../images/cmn/ico_runners.svg");
} 

.runners2025-fig-swiper {
    overflow: hidden;
}
.runners2025-fig-swiper .swiper-wrapper {
    transition-timing-function: linear;
}


.runners2025-sub {
  display: flex;
  column-gap: 2em;
  margin: 32px 0 0;
  align-items: stretch;
}
.runners2025-sub dl {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 2px 2px 10px rgba(62, 98, 127, 0.15);
}
.runners2025-sub dt {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 12px 16px;
  background: #3E627F;
  color: #fff;
  text-align: center;
}
.runners2025-sub dd {
  flex: 1; 
  box-sizing: border-box;
  padding: 12px 16px;
  background: #fff;
  margin: 0;
}
.runners2025-sub figure {
  width: 20%;
  box-shadow: 2px 2px 10px rgba(62, 98, 127, 0.15);
}
@media screen and (max-width: 880px) {
  .runners2025-sub {
    flex-direction: column;
    align-items: center;
  }
  .runners2025-sub figure {
    width: 40%;
  }
}