@charset "shift_jis";

/* ==========================================
   網戸ページ
   ========================================== */

.screen-page,
.screen-page * {
    box-sizing: border-box !important;
    font-family: "Noto Sans JP", sans-serif !important;
}

.screen-page {
    width: 770px !important;
    margin: 0 auto !important;
    color: #263b46 !important;
    background: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}


/* ==========================================
   ヘッダー
   ========================================== */

.screen-header {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    background: #dff5fa !important;
}

.screen-header img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.screen-header-text {
    position: absolute !important;
    left: 45px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.screen-header-title {
    margin: 0 0 8px !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: #075f82 !important;
    line-height: 1.3 !important;
}

.screen-header-sub {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #267b98 !important;
}

.highlight {
    color: #087da4 !important;
    font-weight: 700 !important;
}

/* ==========================================
   共通セクション
   ========================================== */

.screen-section {
    padding: 48px 35px !important;
}

.screen-section:nth-child(even) {
    background: #f2fbfd !important;
}


/* ==========================================
   セクションタイトル
   ========================================== */

.screen-title {
    position: relative !important;
    margin: 0 0 28px !important;
    padding: 0 0 12px 18px !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #075f82 !important;
    border-bottom: 2px solid #9edbe8 !important;
}

.screen-title:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
    width: 6px !important;
    height: 30px !important;
    border-radius: 5px !important;
    background: #39aeca !important;
}


/* ==========================================
   リード文
   ========================================== */

.screen-lead {
    margin: 0 0 25px !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
}


/* ==========================================
   対応エリア
   ========================================== */

.screen-area-box {
    padding: 25px 28px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid #b9e2eb !important;
}

.screen-area-label {
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    background: #087da4 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.screen-area-name {
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #075f82 !important;
}

.screen-area-other {
    margin: 15px 0 0 !important;
    padding-top: 15px !important;
    border-top: 1px solid #d5edf2 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1985a5 !important;
}

.screen-note {
    margin: 18px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
    color: #63757d !important;
}


/* ==========================================
   標準工事内容
   ========================================== */

.screen-work-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.screen-work-item {
    position: relative !important;
    padding: 20px 18px 20px 42px !important;
    background: #ffffff !important;
    border: 1px solid #c7e7ee !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.screen-work-item:before {
    content: "" !important;
    position: absolute !important;
    left: 18px !important;
    top: 27px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #29a6c4 !important;
}


/* ==========================================
   商品ラインナップ
   ========================================== */

.screen-products {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}

.screen-product {
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #c6e4eb !important;
    border-radius: 14px !important;
    box-shadow: 0 3px 10px rgba(0, 80, 110, 0.08) !important;
}


/* 商品画像 */

.screen-product-image {
    width: 100% !important;
    height: 170px !important;
    overflow: hidden !important;
    background: #eef9fb !important;
}

.screen-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}


.screen-product-image_j img {
    width: 50% !important;
    height: 50% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
}


/* 商品名 */

.screen-product-head {
    padding: 15px 18px !important;
    background: linear-gradient(135deg, #dff6fa, #c5ebf3) !important;
}

.screen-product-name {
    margin: 0 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #075f82 !important;
}


/* 商品情報 */

.screen-product-body {
    padding: 18px !important;
}

.screen-product-copy {
    margin: 0 0 16px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    color: #147d9d !important;
}

.screen-product-info {
    margin: 0 !important;
}

.screen-product-row {
    display: flex !important;
    padding: 9px 0 !important;
    border-top: 1px solid #e1eef1 !important;
    font-size: 14px !important;
}

.screen-product-label {
    width: 75px !important;
    flex-shrink: 0 !important;
    font-weight: 700 !important;
    color: #58717b !important;
}

.screen-product-value {
    flex: 1 !important;
    font-weight: 500 !important;
}


/* 価格 */

.screen-price {
    margin: 15px 0 0 !important;
    padding-top: 15px !important;
    border-top: 2px solid #b9e3eb !important;
    text-align: right !important;
}

.screen-price-label {
    display: block !important;
    font-size: 12px !important;
    color: #65777e !important;
}

.screen-price-number {
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #087da4 !important;
}

.screen-price-tax {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.screen-price-item {
    padding: 8px 0 !important;
}

.screen-price-item+.screen-price-item {
    margin-top: 8px !important;
    padding-top: 12px !important;
    border-top: 1px solid #d9ebef !important;
}
/*新調価格だけ小さく*/
.screen-price-new .screen-price-number {
    font-size: 18px !important;
}

/* 枠交換案内 */

.screen-frame-change {
    margin: 25px 0 0 !important;
    padding: 18px 20px !important;
    text-align: center !important;
    border-radius: 10px !important;
    background: #e7f7fa !important;
    color: #075f82 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.screen-frame-change strong {
    font-size: 18px !important;
}


/* ==========================================
   網戸の設置可能な場所
   ========================================== */

.screen-house-image {
    width: 100% !important;
    margin-bottom: 25px !important;
}

.screen-house-image img {
    width: 100% !important;
    display: block !important;
    border-radius: 12px !important;
}

.screen-location-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: location !important;
}

.screen-location-item {
    counter-increment: location !important;
    position: relative !important;
    min-height: 55px !important;
    padding: 13px 10px 13px 42px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    border: 1px solid #c6e4eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.screen-location-item:before {
    content: counter(location) !important;
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 23px !important;
    height: 23px !important;
    line-height: 23px !important;
    text-align: center !important;
    border-radius: 50% !important;
    background: #187eb2 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}


/* ==========================================
   網戸の大きさ
   ========================================== */

.screen-size-box {
    padding: 30px !important;
    text-align: center !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid #c7e7ee !important;
}

.screen-size-text {
    margin: 0 0 20px !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.screen-link {
    position: relative !important;
    display: inline-block !important;
    padding: 15px 45px 15px 25px !important;
    border-radius: 30px !important;
    background: #087da4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.screen-link:after {
    content: "" !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
    transform: translateY(-50%) rotate(45deg) !important;
}

.screen-link:hover {
    opacity: 0.8 !important;
}

.screen-size-image {
    width: 100% !important;
    max-width: 680px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 25px !important;
}

.caution {
    color: #d9534f !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

/* ==========================================
   網戸の種類
   ========================================== */

.screen-type-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}

.screen-type {
    display: flex !important;
    overflow: hidden !important;
    min-height: 145px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid #c7e7ee !important;
}


/* 種類の画像 

.screen-type-image {
    width: 180px !important;
    height: 145px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    background: #ffffff !important;
}

.screen-type-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}*/


/* 種類の文章 */

.screen-type-content {
    padding: 20px !important;
    flex: 1 !important;
}

.screen-type-title {
    margin: 0 0 8px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #075f82 !important;
}

.screen-type-text {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.screen-type-note {
    margin: 25px 0 0 !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #147d9d !important;
}


/* ==========================================
   お問い合わせ
   ========================================== */

.screen-contact {
    padding: 55px 35px !important;
    text-align: center !important;
    background: linear-gradient(135deg, #dff6fa, #f4fcfd) !important;
}

.screen-contact-title {
    margin: 0 0 12px !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    color: #075f82 !important;
}

.screen-contact-text {
    margin: 0 0 25px !important;
    font-size: 16px !important;
}

.screen-contact-button {
    display: inline-block !important;
    padding: 16px 45px !important;
    border-radius: 30px !important;
    background: #087da4 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}


/* ==========================================
   注意書き
   ========================================== */

.screen-caution {
    margin-top: 20px !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    color: #697980 !important;
}


/* ==========================================
   スマホ表示
   ========================================== */

@media screen and (max-width: 770px) {

    .screen-page {
        width: 100% !important;
    }

    .screen-header {
        height: 240px !important;
    }

    .screen-header-text {
        left: 25px !important;
    }

    .screen-header-title {
        font-size: 32px !important;
    }

    .screen-section {
        padding: 38px 22px !important;
    }

    .screen-title {
        font-size: 25px !important;
    }

    .screen-products {
        grid-template-columns: 1fr !important;
    }

    .screen-work-list {
        grid-template-columns: 1fr !important;
    }

    .screen-location-list {
        grid-template-columns: 1fr 1fr !important;
    }

    .screen-type-image {
        width: 140px !important;
    }

    .screen-product-image_j {
        width: 100% !important;
        height: 170px !important;
        overflow: hidden !important;
        background: #eef9fb !important;
    }

    .screen-product-image_j img {
        width: 50% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
}