/* ミニ提灯 在庫のバリエーションを0にしたとき、表示される「価格と在庫を一覧で確認する」 */
/* 在庫が復活したら下記はコメントに */
.spsVarpriceLink.dialogSStock { /* 文字 */
    line-height: 1.1;
}
.sps-wishArea_1829889{ /* お気に入りの部分 */
    padding-top:50px
}

/*****************************************************/
/* インスタグラムへのリンク */
/* アイコン */
@media only screen and (min-width: 959px) {
#head-insta-link-pc {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top:49rem;
    left:4.4rem;
    background-image: url(../img/common/insta-color.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
}
#head-insta-link-sp {
    display: none;
}
}
@media only screen and (max-width: 958px) {
#head-insta-link-pc {
    display: none;
}
#head-insta-link-sp {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top:1.8rem;
    right:1.6rem;
    left: auto;
    background-image: url(../img/common/insta-color.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    opacity: 0.9;
}
}
/* TOPページ上部のインスタ */    
.banner-insta {
    max-width: 680px;
    width: 100%;
    margin: 0 auto 30px;
}
.banner-insta-tl a {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    display: block;
    font-weight: bold;
}
.banner-insta-inner {
    background-color: #000;
}
@media only screen and (max-width: 959px){
    .banner-insta {
        margin-bottom: 20px;
    }
    .banner-insta-tl a {
        font-size: 18px;
    }
}
/*****************************************************/
/* お見積りフォーム */
#form-Onda .form-list-name {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
#form-Onda .form-list-name input {
    max-width: 200px;
}
#form-Onda .form-list-tel {
    display: flex;
    align-items: center;
    gap: 10px;
}
#form-Onda .form-list-tel input {
    max-width: 100px;
}
