/* ===========================================
 * custom CSS
 * ======================================== */

 /*下層ページヘッダー下部シャドウ*/
.l-header.no-bg {
     /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/
box-shadow: 0 1px 3px rgba(0,0,0,0.06);

}
/*下層ページヘッダー上部余白調整*/
.l-spacer {
  height: 8.5rem!important;
@media (min-width: 768px) {
    
        height: 5.5rem!important;
    }
}
/*下層ページパンくずリスト*/
.breadcrumb-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none;
  margin-bottom: 10px;
}
.breadcrumb-wrap::-webkit-scrollbar {
  display: none;
}

.breadcrumb-001 {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  font-size: .9em;
  line-height: 1.6; /* テキスト行高 */
}

.breadcrumb-001 li {
  display: flex;
  align-items: center; /* ← 縦中央揃えの決め手 */
  flex-shrink: 0;      /* 横スクロール時に縮まない */
}

.breadcrumb-001 a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center; /* a内のテキストも中央に */
}
.breadcrumb-001 a:hover {
  color: #eb6877; /* ← 好きな色に変更（例：オレンジ系） */
  opacity: 0.7;
}

/* 家アイコン */
.breadcrumb-001 li:first-child::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'/%3E%3C/svg%3E");
}

/* 矢印 */
.breadcrumb-001 li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: .35em;
  height: .35em;
  margin-left: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}


/*下層ページ　見出しタグ
.h1__wrap{
  width: 100%;
  text-align: center;
}*/
.h1__wrap{
  width: 100%;
  text-align: center;
}

.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 5px;
    background-color: #eb6877;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}
/*下層ページページャー*/
.pagination-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination-3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-bottom: 2px solid #f2f2f2;
    color: #333;
    text-decoration: none;
}

.pagination-3 .current a {
    border-bottom: 2px solid #eb6877;
    pointer-events: none;
}

/* 「下層ページ」UA(ブラウザ)の標準余白をリセット */
html, body {
  margin: 0;
  padding: 0;
}

/* 「下層ページ」main 側に余白が入っているテーマ対策 */
.l-main {
  padding: 0;
}

/* 「下層ページ」ヒーロー帯（背景画像ブロック） */
.h1-section {
  margin: 0;
}

.h1__wrap2 {
  margin: 0;
  padding: 0;
  background: url("../assets/img/subpage-main-visual.webp") center/cover no-repeat;
  height: 150px;
  @media (min-width: 768px) {
    
        height: 200px;
    }
  position: relative;
  display: flex;
  align-items: center;   /* 上下中央寄せ */
  justify-content: center; /* 左右中央寄せ */
  overflow: hidden;       /* h1 margin 折り畳み対策 */
  text-align: center;
}

/* 「下層ページ」黒い半透明のオーバーレイ */
.h1__wrap2::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4); /* 背景を40%暗くする */
  z-index: 0;
}

/* 「下層ページ」見出し */
.h1__wrap2 .heading-1 {
  position: relative;
  z-index: 1;               /* オーバーレイより前に出す */
  margin: 0;
  color: #fff;              /* 白文字 */
  font-size: 2.5rem;        /* 少し大きめ */
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}

/*　リストページ、ホテルページ箱*/
#container{max-width: 1024px;
margin: 0 auto;
clear: both;
width: 96%;
margin-bottom: 10px;
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
}

/*ページャー*/
.pager {
  overflow: hidden;
  margin-block: 30px;
  @media screen and (min-width: 641px) {
    float:left;
	width:100%;
  }
}

.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  margin: 1px 1px;
  position: relative;
  left: -50%;
  float: left;
  @media screen and (min-width: 641px) {
    margin: 0 1px;
  }
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 12px;
  padding: 0.6em 1em;
  border-radius: 3px;
  @media screen and (min-width: 641px) {
    font-size: 16px;
  }
}

.pager ul li a {
  background: #EEE;
  color: #000;
  text-decoration: none;
  
}

.hyouji{
  width:100%;
  text-align:center;
  @media screen and (min-width: 641px) {
    clear: both;
  }
  }
/*ページャーここまで*/

/* 404ページ */
.p404-wrap{
  margin: 100px 0;
  padding: 0 3%;
}
.p404-wrap p{text-align: center; margin: 50px 0;}

/* オリジナルサービスページ */
.orig-wrap{
  margin: 30px 0;
}
.orig-reed{
  padding: 0.25em 1em;
}
.o-title h2 {
    position: relative;
    padding: 0.25em 0;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.o-title h2:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.o-text{
  padding: 0.25em 1em;
  margin-bottom: 20px;
}
table.cash-b{margin-top: 50px!important;}
table.cash-b th,
table.cash-b td {
  padding: 0;
}
table.cash-b {width: 100%; margin: 15px 0;border: 1px solid #686666; background-color: #FFFFFF;border-collapse: collapse;
  border-spacing: 0;}
.cash-b th{width: 50%; text-align: center; padding: 8px 0!important; border: 1px solid #686666; font-weight: normal!important;}
.cash-b td{width: 50%; text-align: center; padding: 8px 0!important; border: 1px solid #686666; font-weight: normal!important;}
.cash-b th span{font-weight: bold;}
.cash-b td span{font-weight: bold;}

/* ご利用ガイド */
#GuideIndex h2 {
    font-size: 14px;
    font-weight: bold;
    
    text-align: center;
    @media screen and (min-width: 641px) {
margin: 25px 0;
font-size: 16px;
    }
}
#GuideIndex p {
    font-size: 14px;
    font-weight: normal;
    padding: 0 5%;
    @media screen and (min-width: 641px) {
font-size: 16px;
    }
}
.guide-list {
    margin: 0;
    padding: 0;
    list-style: none!important;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.guide-list ul li{
  list-style: none!important;
}
.guide-list li a {
    display: block;
    width: auto;
    box-sizing: border-box;
    line-height: 1;
    padding: 0.6em 1.8em;
    white-space: nowrap;
    border: solid 0.125rem #eb6877;
    border-radius: 0.77em;
    transition: color 0.4s 
ease 0s, background-color 0.4s 
ease 0s;
@media screen and (min-width: 641px) {
padding: 0.9em 2.6em;
}

}
.guide-list-wrap{
  margin: 30px 0;
  padding: 0 2%;
  @media screen and (min-width: 641px) {
    margin-top: 60px;
    margin-bottom: 150px;
  }
}
/*プランから探す*/
.plan-choice {
    margin: 25px 0;
    text-align: center;
}
.plan-choice p {
    width: 44%;
    display: inline-block;
    position: relative;
    padding: 5px 2%;
    @media screen and (min-width: 641px) {
    width: 22.5%;
        padding: 5px 1%;
    }
}
.plan-choice img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.plan-choice span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.rec-plan-choice {
    margin: 25px 0;
    text-align: center;
}
.rec-plan-choice p {
    width: 44%;
    display: inline-block;
    position: relative;
    padding: 5px 2%;
    @media screen and (min-width: 641px) {
    width: 22.5%;
        padding: 0 1%;
    }
}
.rec-plan-choice img {
    border-radius: 10%;
    width: 100%;
    height: auto;
}
.rec-plan-choice span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 90%;
    padding: 5px 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
}
.mapTtl {
    font-size: 1.3em;
    line-height: 1.5;
    border-bottom: solid 0.3125rem #eb6877;
    letter-spacing: 0;
    margin: 0 0 1em;
    padding: 0 0.25em 0.75em;
}
div.mapTtl h2{
  margin: 0;
  padding: 0;
  font-size: 19px;
  margin-top: 20px;
}
.plan-block {
    margin: 50px 0.5%;
}
.para_plan_sp {
    width: 100%;
    color: #2A2A2A;
    padding-bottom: 10px;
}
.para_plan_sp h3 {
    text-align: center;
    font-size: 28px;
    margin: 0;
    padding: 0;
}
.plan_left, .plan_right {
        margin: 0 auto 1em;
        width: 100%;
        border-right: solid 1px #B6B6B6;
    border-bottom: solid 1px #B6B6B6;
    background: #f7f7f7;
@media screen and (min-width: 641px) {
width: 329px;
    margin-bottom: 30px;
}    
    }
@media screen and (min-width: 641px) {
    .plan_left, .plan_right {
    float: left;
    margin-right: 7px;
}
}
.para_plan_sp h3 span {
    display: block;
    font-size: 19px;
}
.para_plan_sp .twareapper {
    width: 300px;
    min-height: 90px;
    margin: 0 auto;
}
div.twareapper p{
  font-size: 12px;
  @media screen and (min-width: 641px) {
font-size: 12px;
  }

}