@charset "UTF-8";

html {
}
a {
    transition: all .2s;
}
a img:hover {
    opacity: 0.8;
    transition: all .2s;
}
img {
    width: 100%;
}
.sp_only {
    display: none;
}
#contents {
    width: 100%;
    background: #fff;
}
#contents .contents_inner {
    width: 750px;
    margin: 0 auto;
    /* 背景色とランダムな曲円のデザイン */
    background-color: #e4f0da;
    /* ▼修正: 円のサイズに合わせてtransparentの数値を+1pxに修正しました */
    background-image: 
        radial-gradient(circle at 10% 15%, #e7fdc8 200px, transparent 201px),
        radial-gradient(circle at 80% 10%, #e7fdc8 180px, transparent 181px),
        radial-gradient(circle at 90% 18%, #e7fdc8 120px, transparent 121px),
        radial-gradient(circle at 85% 90%, #e7fdc8 80px, transparent 81px),
        radial-gradient(circle at 50% 50%, #e7fdc8 110px, transparent 111px);
    background-repeat: no-repeat;
    background-attachment: local; /* コンテンツと一緒にスクロール */
}
#contents .cta_inner {
    padding: 0 40px;
    margin: 0 0 20px 0;
}
#contents .mt40 {
    margin-top: 60px;
}
#contents iframe {
    height: 1100px;
}

.fadeUpTrigger {
    opacity: 0;
}
.fadeLeftTrigger {
    opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    opacity: 0;
}
@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
footer {
  background: #333;
}
footer .footer_inner{
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}
footer .footer_inner img{
  width: 146px;
}
footer .copy{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}
footer a{
  color:#ccc;
}
.mapapi_form .delete {
    position: absolute;
    top: 26%;
    right: 12.5%;
    padding: 0;
    border: none;
    background: none;
    color: #333;
    font-size: 1rem;
    transition: 0.5s;
    color: #666;
}
.dli-close-circle {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}
.dli-close-circle > span {
    width: 52%;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.dli-close-circle > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

/* 親Swiperにスペースをつける */
.swiper {
    margin: 20px 0;
    position: relative; /* 相対位置基準を明示 */
    padding: 0 40px 60px 40px; /* ページネーションの高さ分だけ余白を確保 */
}
/* 1. コンテナ（親枠）の余白を完全削除 */
, .swiper-wrapper {

}
.swiper-wrapper {
    margin-bottom: 10px;
}
/* ページネーション位置調整（絶対配置） */
.swiper-pagination {
    position: absolute;
    bottom: -40px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-top: 40px !important;
    height: 80px !important;
}
/* 矢印の色やサイズ調整 */
.swiper-button-prev,
.swiper-button-next {
  color: #fff; /* 矢印の色（背景が暗い場合） */
  background-color: rgba(0, 0, 0, 0.5); /* 丸背景をつける場合 */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  
  /* アイコンサイズ調整 */
}

/* アイコンを小さくする場合 */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.nothing {
    background: #eee;
    padding: 10px;
    width: 90%;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    text-align: center;
}
.search-history-list {
    margin: 10px 0;
    padding: 0 15px;
}
.search-history-list li {
    display: inline;
    font-size: 70%;
    list-style-type: none;
    color: #fff;
    padding: 0 5px;
    text-decoration: underline;
}
/* カードデザインとFlexbox設定 */
.mapitem {
    width: 100%;
    max-width: 320px;
    min-height: 560px;
    margin: 10px auto 50px auto;
    border: 5px solid #79cb02;
    background: #fff;
    border-radius: 10px;
    /* Flexboxで縦並びにし、要素の伸縮を可能にする */
    display: flex;
    flex-direction: column;
}
.hit_text {
    font-size: 180%;
    color: #ff7e00;
    text-shadow: 2px 2px 0 #fff;
    margin-top:40px;
    line-height: 100%;
}
.mapitem .mapiteminfo {
    display: block;
    padding: 10px 16px;
    line-height:120%;
    /* コンテンツが少ない場合でも余白を埋めて、下部のボタンを押し下げる */
    flex: 1;
}
.mapitem .mapiteminfo .mapiteminfo_bn {
    width: 80%;
    margin: 0 auto;
}
.mapitem .mapiteminfo .mapiteminfo_bn a {
    width: 100%;
}
.mapitem .mapiteminfo .mapiteminfo_bn img {
    width: 100%;
}
.mapitem .mapiteminfo .mapiteminfo_text {
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
}

.mapitem .mapiteminfo .mapiteminfo_text .sample {
    font-size: 70%;
    margin-left: 0px;
}
/* 2. スライド設定（重要） */
.swiper-slide {

}
.swiper-pagination-bullet {
  width: 16px !important;  /* 幅 */
  height: 16px !important; /* 高さ */
  /* 必要であれば間隔も調整 */
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background-color: #79cb02 !important;
}
 {

}
 .areadetail {
    background: #79cb02;
    display: block;
    max-width: 100%;
    color: #fff;
    padding: 3px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: .1em;
    text-shadow: 0 1px 0 #333;
}
 .distdetail {
    color: #ff7e00;
    font-weight: bold;
    font-size: 120%;
}
 .typedetail {
    font-weight: bold;
    font-size: 120%;
    color: #555;
}
 .mapiteminfo_text_sub {
    border-top: 1px dotted #ccc;
    font-size: 130%;
    margin-top: .8rem;
    padding-top: .5rem;
}
 .mapiteminfo_text_sub i {
    color: #79cb02;
}
 .mapitem_area {
    border-left: 4px solid #79cb02;
    margin-bottom: 5px;
    font-size: 90%;
    line-height: 110%;
    padding: 5px 0 5px 8px;
}
 .iconpin {
    color: #5da7ad;
    font-weight: bold;
}
/* ボタンエリアの下揃え設定 */
 .areabtn {
    /* autoにすることでFlexbox内で強制的に下寄せになります */
    margin-top: auto;
}
 .areabtn span {
    color: #e35844;
    letter-spacing: .1rem;
    font-weight: bold;
}
 .areabtn span i {
    color: #fdb400;
}
 .areabtn a {
    display: block;
    letter-spacing: .1rem;
    margin: 0 auto 0 auto;
    color: #fff;
    text-decoration: none;
    font-size: 100%;
    width: 80%;
    padding: 10px 0;
    text-align: center;
    background: #4d8bb2;
    border-radius: 40px;
    font-weight: bold;
    text-shadow: 0 1px 0 #333;
}

 .areabtn .pochibtn {
    background: #79cb02;
}
 .areabtn .registbtn {
    background: none;
    font-size: 80%;
    text-decoration: underline;
    color: #333;
    text-shadow: none;
}
.qa {
    padding: 4vw 0;
}
.qa .support_inner {
    margin-top: 0vw;
    padding: 0 1vw;
}
.qa .qicon{
    font-size: 36px;
    font-weight: bold;
    background: #d5f99f;
    color: #548d00;
    border-radius: 200px;
    width: 44px;
    height: 44px;
    display:inline-block;
    text-align:center;
    line-height: 100%;
    margin-right: 10px;
}
.qa .aicon{
    font-size: 36px;
    font-weight: bold;
    background: #79cb02;
    color: #fff;
    border-radius: 200px;
    width: 44px;
    height: 44px;
    display:inline-block;
    text-align:center;
    line-height: 100%;
    margin-right: 10px;
}
.qa .support_inner .support_box {
    font-size: 100%;
    font-weight: bold;
    display: none; /*はじめは非表示*/
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1vw;
    color: #548d00;
}
.qa .support_inner .support_box div{
    display:flex;
}
.qa .support_inner .support_box div p{
    width:90%;
}
.qa .support_inner .support_box .red {
    color: #c00;
}
/*アコーディオンタイトル*/
h3 {

}
.title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    padding: 1vw;
    transition: all .5s ease;
    text-align: left;
    line-height:100%;
    background: #548d00;
    border-radius: 10px;
    margin-top: 30px;
}
.title div{
    display:flex;
}
.title p{
    width:90%;
}
/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 5px;
    background-color: #fff;
}
.title::before {
    top: 46%;
    right: 15px;
    transform: rotate(0deg);
}
.title::after {
    top: 46%;
    right: 15px;
    transform: rotate(90deg);
}
/* closeというクラスがついたら形状変化 */
.title.close {
    border-radius: 10px 10px 0 0;
}
.title.close::before {
    transform: rotate(45deg);
}
.title.close::after {
    transform: rotate(-45deg);
}

/* # =================================================================
   # FIXbtn
   # ================================================================= */

.fixedbtn_inner {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.fixedbtn_inner p {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    padding: 2.5vw 0 0 0;
    color: #555;
    text-shadow: 0 1px 0 #fff;
}
.fixedbtn_inner .fixed_btn {
    width: 600px;
    margin: 0 auto;
    text-align:center;
    padding: 20px 0 5px 0;
    -webkit-animation-name: updown;
    animation-name: updown;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}
.is-open {
    visibility: visible;
    opacity: 1;
}


/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
    body {
        font-family: "HiraKakuStd-W7", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    }
    .sp_only {
        display: block;
    }
    #contents .contents_inner {
        width: 100%;
        /* 背景色とランダムな曲円のデザイン（SP用調整） */
        background-color: #e4f0da;
        background-image: 
            radial-gradient(circle at 10% 10%, #e7fdc8 60px, transparent 61px),
            radial-gradient(circle at 90% 25%, #e7fdc8 80px, transparent 81px),
            radial-gradient(circle at 20% 60%, #e7fdc8 70px, transparent 71px),
            radial-gradient(circle at 80% 80%, #e7fdc8 90px, transparent 91px);
    }
    html body .fixedbtn_inner .fixed_btn {
        width: 100%;
        margin: 0 auto;
    }
    #contents iframe {
        height: 1100px;
    }
    footer {
      padding-bottom: 40px;
    }
    footer .footer_inner{
      width: 90%;
    }
    footer .footer_inner p{
      font-size: 80%;
    }
    footer .footer_inner img{
      width: 50px;
    }
    footer .copy{
      width: 100%;
      font-size: 80%;
      padding: 3vw 0;
    }

    #contents .cta_inner {
        padding: 0 20px;
        margin: 20px 0;
    }
    .blink {
        font-size: 100%;
        margin-bottom: 0px;
        animation: updown 1.5s ease-in-out infinite alternate;
    }
    .blink i {
        font-size: 100%;
        position: relative;
        top: 2px;
    }
    .mapitem {
        width: 100% !important;
        margin: 0 auto 80px auto;
        min-height: 450px !important;
    }
    .mapapi_form .delete {
        top: 1.3vw;
        right: 2vw;
    }
    .hit_text {
        font-size: 140%;
    }
    .swiper-wrapper {

    }
    .swiper-pagination {
        bottom: -200px !important;
        margin-top: 100px !important;
        height: 240px !important;
    }
    .search-history-list li {
        font-size: 70%;
    }
     {
        margin: 0;
        padding: 0;
    }
     .areadetail {
        max-width: 100%;
        font-size: 100%;
    }
     .areabtn {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
     .areabtn a {
        width: 90%;
    }
     h4 {
        line-height: 140%;
    }
     .mapiteminfo_text_sub {
        font-size:110%;
    }
     .distdetail {
        font-size: 90%;
    }
     .typedetail {
        font-size: 90%;
    }
    #footer .footer_inner {
        width: 90%;
    }
    #footer .footer_inner .ctabtn a {
        font-family: 'Noto Sans JP', sans-serif;
        display: block;
        border-radius: 10px;
        font-size: 150%;
        width: 80%;
        margin: 0 auto;
        font-weight: bold;
        color: #fff;
        background: linear-gradient(to bottom, #b78b38 0%, #9b691f 100%);
        text-align: center;
        padding: 20px 10px;
        text-decoration: none;
        text-shadow: 0 2px 10px #333;
        line-height: 100%;
        border: 2px solid #fff;
        box-shadow: 0 5px 5px #ccc;
    }
    #footerbar {
        font-family: 'Noto Sans JP', sans-serif;
        width: 100%;
        height: 200px;
    }
    .footerbar_inner {
        width: 100%;
        padding: 10px;
        font-size: 80%;
    }
    html body .fixedbtn_inner .fixed_btn {
        width: 80%;
    }
    html body .fixedbtn_inner p {
        font-size: 110%;
    }
    .qa {
        padding: 10vw 0 10vw 0;
    }
    .qa .qa_title {
        padding: 4vw 0;
    }
    .qa .support_inner .title {
        padding: 4vw;
        font-size: 90%;
    }
    .qa .support_inner .support_box {
        font-size: 90%;
        padding: 2.5vw;
    }
    .qa .qicon{
        font-size: 18px;
        width: 24px !important;
        height: 24px !important;
        line-height: 150%;
    }
    .qa .aicon{
        font-size: 18px;
        width: 24px !important;
        height: 24px !important;
        line-height: 150%;
    }
}


/* # =================================================================
   # バナー追加用CSS
   # ================================================================= */

/* --- バナー全体のコンテナ --- */
.banner-container {
    width: 95%;
    margin: 2rem auto 0 auto;
    /* 全体の背景色（オレンジグラデーション） */
    background: linear-gradient(180deg, #ff8900 0%, #fec200 100%);
    border-radius: 15px;
    position: relative; /* バッジの基準点 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 2px; /* 外枠のオレンジ線のように見せるためのパディング */
}

/* --- 左上のバッジ画像 --- */
.badge-img {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 80px; /* 必要に応じてサイズ調整 */
    height: auto;
    z-index: 10;
    /* ドロップシャドウで少し浮かせる */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

/* バッジアニメーション用クラス（後で設定可能） */
.badge-animation {
    /* 例: ふわふわさせるアニメーション */
    animation: floating 2s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

/* --- 上部エリア（タイトル・点線） --- */
.banner-top {
    padding: 20px 10px 5px;
    text-align: center;
}

/* タイトルテキスト */
.banner-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    /* 茶色のドロップシャドウで縁取りを再現 */
    text-shadow: 0px 1px 2px #333,
                 0px 1px 2px #333;
    /* バッジと被らないように少し右に余白 */
    padding-left: 50px;
}
.banner-title span{
    font-size: 80%;
}
/* 点線と家アイコンのエリア */
.divider-area {
    position: relative;
    height: 30px; /* アイコンの高さ分確保 */
    width: 95%;
    margin: 0 auto;
}
.dashed-line {
    width: 90%;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* 家と木のアイコン画像 */
.house-icon-img {
    position: absolute;
    right: 0;
    bottom: 2px; /* 線の上に乗る位置調整 */
    height: 35px; /* 画像の高さ */
    width: auto;
}

/* --- 下部エリア（検索フォーム） --- */
.banner-bottom {
    /* 薄いクリーム色 */
    background-color: #fffde7;
    border-radius: 0 0 13px 13px; /* 下部のみ角丸（親より少し小さく） */
    padding: 20px 15px;
    /* コンテナのオレンジ背景を枠線のように見せるためマージンを設定 */
    margin: 0 4px 4px 4px;
}

.search-form {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    /* フォームの黄色い枠線 */
    border: 2px solid #fbc02d;
    background-color: #fff;
    border-radius: 4px; /* 角は少しだけ丸く */
    overflow: hidden; /* 子要素のはみ出し防止 */
}

/* 入力欄 */
.search-input {
    flex: 1; /* 横幅いっぱいに */
    border: none;
    padding: 12px 15px;
    /* スマホでズームされないよう16px以上 */
    font-size: 16px;
    color: #333;
    outline: none;
    background: transparent;
}

.search-input::placeholder {
    color: #999;
}

/* 検索ボタン */
.search-button {
    width: 60px;
    /* 赤茶色 */
    background-color: #d85638;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s;
}

.search-button:hover {
    opacity: 0.9;
}

/* 虫眼鏡アイコン (SVG) */
.search-icon-svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    color: #fff;
}

/* --- レスポンシブ調整 --- */
@media screen and (min-width: 750px) {
    .banner-container {
        width: 100%;
        margin: 40px 40px 0 40px;
        max-width: 670px;
        /* 全体の背景色（オレンジグラデーション） */
        background: linear-gradient(180deg, #ff8900 0%, #fec200 100%);
        border-radius: 15px;
        position: relative; /* バッジの基準点 */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 2px; /* 外枠のオレンジ線のように見せるためのパディング */
    }
    .banner-title {
        font-size: 40px; /* PC/タブレットでは大きく */
        padding-left: 0; /* 中央寄せ */
    }
    .banner-title span{
        font-size: 36px; /* PC/タブレットでは大きく */
        padding-left: 0; /* 中央寄せ */
    }
    .badge-img {
        width: 110px;
        top: -20px;
        left: -15px;
    }
    .banner-top {
        padding-bottom: 10px;
    }
}