@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

header .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before,
.l-footer-bottom__copy a:before,
.l-footer-copy a:before {
    content: "【PR】";
}

.quest {
    margin: 0 0 8rem;
}

.quest p.imgarea.caption img {
    display: block;
    margin: 0 auto;
    width: 400px;
    max-width: 90%;
}

.quest p.imgarea.caption {
    text-align: center;
}

iframe.lstgmap {
    margin: 0 auto;
    display: block;
    height: 35rem;
    width: 80%;
}

/* oki_20220905 */

.kanren {
    border: 1px solid #2BB5B3;
    padding: 20px 30px;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
}

.midasi {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.kanren br {
    display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}


/* 続きを読むボタン */
.readmore-label {
    display: table;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 7px 15px;
    background-color: #2BB5B3;
    border-radius: 10px;
    color: #FFF;
}

.readmore-label:before {
    content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
    display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
    content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
    height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
    display: none;
}

#contents .frame__img-wrap--recommended img {
    max-height: 16rem;
    width: auto;
}

.fixed-banner {
    position: fixed;
    bottom: 16%;
    right: 0;
    width: 375px;
    z-index: 9;
}

.fixed-banner a {
    display: block;
}

/*table*/
.three-selections table {
    width: 94%;
    max-width: 1100px;
    table-layout: fixed;
    margin: 4rem auto;
    border: solid 1px #9d9d9d;
}


.three-selections th {
    font-weight: normal;
    width: 32%;
    font-size: 1.4rem;
    text-align: center;
    background: #D9E6E5;
    border: solid 1px #9d9d9d;
    padding: 1.3rem 1rem;
    word-break: break-all;
    line-height: 1.4;
    vertical-align: middle;
}

.three-selections table td {
    padding: 1.3rem 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    text-align: left;
    border: solid 1px #9d9d9d;
    word-break: break-all;
    vertical-align: middle;
}

/*table*/
#contents .three-selections table {
    width: 94%;
    max-width: 1100px;
    table-layout: fixed;
    margin: 4rem auto;
    border: solid 1px #9d9d9d;
}


#contents .three-selections th {
    font-weight: normal;
    width: 32%;
    font-size: 1.4rem;
    text-align: center;
    background: #D9E6E5;
    border: solid 1px #9d9d9d;
    padding: 1.3rem 1rem;
    word-break: break-all;
    line-height: 1.4;
    vertical-align: middle;
}

#contents .three-selections table td {
    padding: 1.3rem 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    text-align: left;
    border: solid 1px #9d9d9d;
    word-break: break-all;
    vertical-align: middle;
}

.floating-link {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    background: url(img/arrow_white02.png) right 23px center no-repeat, linear-gradient(180deg, #F0B443, #F06E43);
    color: #fff;
    border-radius: 999px;
    opacity: 0;
 visibility: hidden; /* アニメーションがトリガーされるまで見えないようにする */
  opacity: 0; /* アニメーションがトリガーされるまで透明にする */
  transform: translateY(100%); /* アニメーションがトリガーされるまで下に移動させる */
  transition: visibility 0s, opacity 0.5s, transform 0.5s; /* 遷移効果の設定 */
}
.floating-link a {
    display: block;
    padding: 2rem 4rem;
    width: 340px;
    text-align: center;
    color: #fff;
	font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    line-height: 2rem;
}
/* 初期状態で表示されるリンク */
.floating-a {
  display: block;
}
.floating-link.visible {
  visibility: visible;
  opacity: 1;
animation:elm 1s ease-out forwards;
}
@keyframes elm {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}



.banner-close {
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 99999;
    padding: 2px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

.close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1000;
}





.sticky_area {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1000;
}

.banner-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.btn-internal a,
.btn-web a {
    z-index: 1;
}

.pr-box {
    background-color: #caf9fb;
    border: solid 6px #2cb8ec;
    padding: 2rem;
}

.pr-box .pr-box-title {
    font-size: 3.2rem;
    padding: 0;
    text-align: center;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

#page-top {
    bottom: 13rem;
}

.sticky_area {
    position: fixed;
    bottom: 30%;
    right: 40%;
    width: 375px;
    z-index: 9;
}

.sticky_area a {
    display: block;
}
.sticky_area {
    width: 560px;
}
    #contents .box6 {
        padding: 0.5em 1em;
        margin: 2rem 0rem;
        background: #f0f7ff;
        border: dashed 2px #2BB5B3;
        /*点線*/
    }

    #contents .box6 p {
        margin: 0;
        padding: 0;
    }
    #contents #category .kyocho {
        font-size: 14px;
        font-weight: bold;
    }

	
	
	
	
	
	

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
    #contents #category .kyocho {
        font-size: 14px;
        font-weight: bold;
    }

    #contents .box6 {
        padding: 0.5em 1em;
        margin: 2rem 2rem;
        background: #f0f7ff;
        border: dashed 2px #2BB5B3;
        /*点線*/
    }

    #contents .box6 p {
        margin: 0;
        padding: 0;
    }

    .kanren {
        width: 90%;
    }

    .fixed-banner {
        left: 0;
        right: inherit;
        width: 300px;
        bottom: 0;
    }

    footer .botArea {
        margin: 0 0 70px;
    }

    header .headTopArea .rightTxt {
        margin-bottom: 0;
    }

    iframe.lstgmap {
        width: 90%;
        height: 25rem;
    }

    .topmv #visArea .mainArea .mainAreaInner {
        background-position: center 8rem;
        padding-top: 0;
    }

    .topmv #visArea .mainArea .siteName {
        margin-bottom: 15rem;
    }

    /*table*/
    .three-selections table {
        width: 90%;
        max-width: 1100px;
        table-layout: fixed;
        margin: 4rem auto;
        border: solid 1px #9d9d9d;
    }

    .three-selections th {
        font-weight: normal;
        width: 20%;
        font-size: 1.4rem;
        text-align: center;
        background: #D9E6E5;
        border: solid 1px #9d9d9d;
        padding: 1.3rem 1rem;
        word-break: break-all;
        line-height: 1.4;
        vertical-align: middle;
    }

    .three-selections table td {
        padding: 1.3rem 1.5rem;
        background: #fff;
        font-size: 1.4rem;
        text-align: left;
        border: solid 1px #9d9d9d;
        word-break: break-all;
        vertical-align: middle;
    }

    /*table*/
    #contents .three-selections table {
        width: 90%;
        max-width: 1100px;
        table-layout: fixed;
        margin: 4rem auto;
        border: solid 1px #9d9d9d;
    }

    #contents .three-selections th {
        font-weight: normal;
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
        background: #D9E6E5;
        border: solid 1px #9d9d9d;
        padding: 1.3rem 1rem;
        word-break: break-all;
        line-height: 1.4;
        vertical-align: middle;
    }

    #contents .three-selections table td {
        padding: 1.3rem 1.5rem;
        background: #fff;
        font-size: 1.4rem;
        text-align: left;
        border: solid 1px #9d9d9d;
        word-break: break-all;
        vertical-align: middle;
    }

    .quest {
        padding: 0 1rem;
    }

    /*20230721　TOPmein btn*/
     #contents .addParts--recommended .btn-web, .addParts--recommended .btn-web {
        width: 86%;
        margin: 3rem auto 0.6rem;

    }
.floating-link {
    bottom: 0;
    right: unset;
    left: 6px;
    background-position: right 12px center;
}
.floating-link a {
    width: 310px;
    padding: 2rem 3rem 2rem 1.5rem;
}
.sticky_area {
    position: fixed;
    bottom: 30%;
    width: 100%;
    z-index: 9;
}
.sticky_area {
    width: 320px;
}
}