/* =========================================================
   Shed
   対象：
   - /shed/ 親ページ
   - /shed_*/
物置詳細ページ=========================================================*/ .sg-shed {
    padding: 0 0 70px;
}

.sg-shed *,
.sg-shed *::before,
.sg-shed *::after {
    box-sizing: border-box;
}

.sg-shed figure {
    margin: 0;
}

.sg-shed img {
    display: block;
    width: 100%;
    height: auto;
}

/* -------------------------
   共通 font
------------------------- */
.sg-shed .sgsh-hero-copy,
.sg-shed .sgsh-hero-caption,
.sg-shed .sgsh-bar-title,
.sg-shed .sgsh-point-title,
.sg-shed .sgsh-product-body h2,
.sg-shed .sgsh-product-spec,
.sg-shed .sgsh-size-title,
.sg-shed .sgsh-scene-title,
.sg-shed .sgsh-card-name,
.sg-shed .sgsh-sec-lead,
.sg-shed .sgsh-lead,
.sg-shed .sgsh-feature-figure figcaption,
.sg-shed .sgsh-color-card figcaption,
.sg-shed .sgsh-price-line,
.sg-shed .sgsh-lineup-name {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
}

/* -------------------------
   hero
------------------------- */
.sg-shed .sgsh-hero {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px;
}

.sg-shed .sgsh-hero-figure,
.sg-shed .sgsh-hero-frame {
    margin: 0;
}

.sg-shed .sgsh-hero-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.sg-shed .sgsh-hero-lead {
    text-align: center;
    margin: 30px 0 0;
}

.sg-shed .sgsh-hero-copy {
    font-size: 22px;
    letter-spacing: .12em;
    line-height: 1.9;
    margin: 0 0 30px;
}

.sg-shed .sgsh-hero-caption {
    font-size: 22px;
    letter-spacing: .12em;
    line-height: 1.9;
    margin: 30px 0 0;
}

.sg-shed .sgsh-hero-lead p:last-child {
    line-height: 1.9;
    margin: 0;
}

/* -------------------------
   common section
------------------------- */
.sg-shed .sgsh-section {
    margin: 0 0 70px;
}

.sg-shed .sgsh-bar-title {
    background: #d69090;
    color: #fff;
    text-align: center;
    font-size: clamp(18px, 2.2vw, 25px);
    line-height: 1.4;
    letter-spacing: .10em;
    margin: 0 0 35px;
    padding: 10px 20px;
}

.sg-shed .sgsh-lead {
    text-align: center;
    line-height: 1.9;
    margin: 0 0 30px;
}

/* =========================================================
   親ページ：icon row
   ========================================================= */
.sg-shed .sgsh-icons {
    margin: 0 auto 70px;
}

.sg-shed .sgsh-icons-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: start;
}

.sg-shed .sgsh-icon-item {
    text-align: center;
}

.sg-shed .sgsh-icon-figure {
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #d69090;
    background: #fff;
    margin: 0 0 8px;
}

.sg-shed .sgsh-icon-item p {
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   親ページ：point cards
   ========================================================= */
.sg-shed .sgsh-point-grid {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 auto;
}

.sg-shed .sgsh-point-card {
    text-align: center;
}

.sg-shed .sgsh-point-title {
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: .12em;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    margin: 0 0 30px;
}

.sg-shed .sgsh-point-figure {
    width: 100%;
    margin: 0 0 20px;
}

.sg-shed .sgsh-point-card p {
    line-height: 1.9;
    text-align: left;
    margin: 0;
}

/* =========================================================
   親ページ：product list
   ========================================================= */
.sg-shed .sgsh-product-list {
    display: grid;
    gap: 50px;
}

.sg-shed .sgsh-product {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
    align-items: start;
}

.sg-shed .sgsh-product-image {
    margin: 0;
}

.sg-shed .sgsh-product-body h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .08em;
    margin: 0 0 20px;
    padding-top: 20px;
}

.sg-shed .sgsh-product-spec {
    line-height: 1.8;
    margin: 0 0 10px;
}

.sg-shed .sgsh-product-body p:last-child {
    line-height: 1.9;
    margin: 20px 0;
}

.sg-shed .sgsh-product-link-wrap {
    text-align: right;
}

/* =========================================================
   buttons
   ========================================================= */
.sg-shed .sgsh-detail-btn,
.sg-shed .sgsh-showroom-btn,
.sg-shed .sgsh-btn {
    display: inline-block;
    text-decoration: none;
    letter-spacing: .08em;
    line-height: 1.4;
    color: #fff;
    background: #6b4c2d;
    transition: opacity .25s ease;
    padding: 10px 20px;
}

.sg-shed .sgsh-detail-btn,
.sg-shed .sgsh-showroom-btn {
    line-height: 1;
    padding: 15px 20px;
}

.sg-shed .sgsh-btn {
    min-width: 300px;
    background: #7a5a3a;
}

.sg-shed .sgsh-detail-btn:hover,
.sg-shed .sgsh-showroom-btn:hover,
.sg-shed .sgsh-btn:hover {
    opacity: .5;
}

.sg-shed .sgsh-btn-wrap {
    margin: 0;
    text-align: center;
}

/* =========================================================
   親ページ：size grid
   ========================================================= */
.sg-shed .sgsh-size-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    align-items: start;
    margin: 0 auto;
}

.sg-shed .sgsh-size-col {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 15px;
    align-items: start;
}

.sg-shed .sgsh-size-name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .04em;
    background-color: #e8d3d1;
    padding: 10px;
}

.sg-shed .sgsh-size-item {
    display: grid;
    gap: 10px;
    align-content: start;
    text-align: center;
}

.sg-shed .sgsh-size-photo {
    display: grid;
    grid-template-rows: auto minmax(3.8em, auto);
    align-items: start;
    margin: 0;
}

.sg-shed .sgsh-size-photo img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 10px;
}

.sg-shed .sgsh-size-item figcaption {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    min-height: 3.8em;
    margin: 0;
}

/* =========================================================
   親ページ：option grid
   詳細ページ：option grid
   ※ 数が少ない場合も中央表示
   ========================================================= */
.sg-shed .sgsh-option-grid {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px 30px;
    margin: 0 auto;
}

.sg-shed .sgsh-option-item,
.sg-shed .sgsh-option-card {
    flex: 0 1 200px;
    width: 200px;
    max-width: 100%;
    text-align: center;
    margin: 0;
}

.sg-shed .sgsh-option-item figcaption {
    line-height: 1.6;
    margin: 0 0 8px;
}

.sg-shed .sgsh-option-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sg-shed .sgsh-option-figure {
    max-width: 100%;
    margin: 0 auto;
}

.sg-shed .sgsh-option-figure figcaption {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

/* =========================================================
   親ページ：scene blocks
   ========================================================= */
.sg-shed .sgsh-scene-block+.sgsh-scene-block {
    margin-top: 48px;
}

.sg-shed .sgsh-scene-title {
    text-align: center;
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.6;
    letter-spacing: .12em;
    margin: 0 0 15px;
}

.sg-shed .sgsh-scene-grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.sg-shed .sgsh-center-btn {
    text-align: center;
    margin-top: 40px;
}

/* =========================================================
   親ページ：showroom
   ========================================================= */
.sg-shed .sgsh-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.sg-shed .sgsh-card-photo {
    margin: 0;
}

.sg-shed .sgsh-card-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.sg-shed .sgsh-card-info {
    display: flex;
    flex-direction: column;
}

.sg-shed .sgsh-card-name {
    font-size: 25px;
    letter-spacing: .06em;
    margin: 0 0 20px;
}

.sg-shed .sgsh-dl {
    border-top: 1px solid rgba(0, 0, 0, .35);
    margin: 0;
    padding: 0;
}

.sg-shed .sgsh-row {
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    column-gap: 20px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
}

.sg-shed .sgsh-th {
    position: relative;
    align-self: stretch;
    font-weight: 400;
    text-align: left;
    letter-spacing: .05em;
    padding-left: 10px;
}

.sg-shed .sgsh-th::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: calc(-20px / 2);
    background: rgba(0, 0, 0, .35);
}

.sg-shed .sgsh-td {
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.7;
    margin: 0;
}

.sg-shed .sgsh-td p {
    margin: 0;
}

/* =========================================================
   詳細ページ：目次
   ========================================================= */
.sg-shed .sgsh-toc {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: start;
    gap: 30px;
    max-width: 600px;
    box-sizing: border-box;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    border: 1px solid rgba(0, 0, 0, .35);
    margin: 0 auto 70px;
    padding: 20px 40px;
}

.sg-shed .sgsh-sec-lead {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #d69090;
    margin: 0;
    line-height: 1.5;
}

.sg-shed .sgsh-toc-list {
    margin: 0;
    padding: 0 0 0 1.4em;
}

.sg-shed .sgsh-toc-list li {
    margin: 0;
    padding: 5px 0;
}

.sg-shed .sgsh-toc-list li::marker {
    color: #d69090;
}

.sg-shed .sgsh-toc-list a {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 1.7;
}

.sg-shed .sgsh-toc-list a:hover,
.sg-shed .sgsh-toc-list a:focus {
    opacity: 0.5;
}

/* =========================================================
   詳細ページ：feature
   ========================================================= */
.sg-shed .sgsh-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.sg-shed .sgsh-feature-card {
    text-align: center;
}

.sg-shed .sgsh-feature-figure {
    max-width: 100%;
    margin: 0 auto 20px;
}

.sg-shed .sgsh-feature-figure img {
    max-width: 100%;
    margin: 0 auto 20px;
}

.sg-shed .sgsh-feature-figure figcaption {
    line-height: 1.2;
    margin: 0;
}

/* =========================================================
   詳細ページ：color variation
   ========================================================= */
.sg-shed .sgsh-color-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    justify-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.sg-shed .sgsh-color-grid--1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    justify-items: center;
    max-width: 35%;
    margin: 0 auto;
}

.sg-shed .sgsh-color-grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    justify-items: center;
    max-width: 70%;
    margin: 0 auto;
}

.sg-shed .sgsh-color-card {
    text-align: center;
}

.sg-shed .sgsh-color-figure {
    max-width: 100%;
    margin: 0 auto 10px;
}

.sg-shed .sgsh-color-card figcaption {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.sg-shed .sgsh-color-hosoku {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.sg-shed .sgsh-color-text {
    line-height: 1.7;
    margin: 30px 0;
}

/* =========================================================
   詳細ページ：size
   ========================================================= */
.sg-shed .sgsh-size-title {
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: .02em;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    margin: 0 0 20px;
    padding: 0 0 5px;
}

.sg-shed .sgsh-size-list {
    max-width: 100%;
    margin: 0 auto;
}

.sg-shed .sgsh-size-row {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: center;
    margin: 0 0 20px;
}

.sg-shed .sgsh-size-figure {
    max-width: 100%;
    background: #fff;
}

.sg-shed .sgsh-size-note {
    text-align: center;
    line-height: 1.9;
    margin: 0 0 30px;
    padding: 0;
}

.sg-shed .sgsh-size-spec {
    display: block;
    text-align: center;
    width: 100%;
}

/* =========================================================
   詳細ページ：price
   ========================================================= */
.sg-shed .sgsh-price-list {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    column-gap: 30px;
    row-gap: 10px;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
}

.sg-shed .sgsh-price-box {
    display: contents;
}

.sg-shed .sgsh-price-line {
    font-size: 22px;
    line-height: 1.9;
    margin: 0;
}

.sg-shed .sgsh-price-name,
.sg-shed .sgsh-price-size,
.sg-shed .sgsh-price-value {
    text-align: left;
    white-space: normal;
}

.sg-shed .sgsh-price-value {
    white-space: nowrap;
}

.sg-shed .sgsh-price-note {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.sg-shed .sgsh-price-note p {
    line-height: 1.5;
    margin: 0;
}

/* =========================================================
   詳細ページ：garden
   ========================================================= */
.sg-shed .sgsh-garden-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 100%;
    margin: 0 auto 100px;
}

.sg-shed .sgsh-garden-figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* 施工例ボタン */
.sg-shed .sgaw-actions {
    margin-top: 12px;
    text-align: center;
}

.sg-shed .sg-btn.sgaw-btn--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    font-feature-settings: "palt";
    letter-spacing: -0.04em;
    padding: 0 14px;
    height: 26px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

/* =========================================================
   詳細ページ：lineup
   ========================================================= */
.sg-shed .sgsh-lineup-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.sg-shed .sgsh-lineup-card {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: opacity .25s ease, transform .25s ease;
}

.sg-shed .sgsh-lineup-name {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
}

.sg-shed .sgsh-lineup-figure {
    max-width: 100%;
    margin: 0 auto 10px;
}

.sg-shed .sgsh-lineup-link {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #4a8a52;
    border-bottom: 1px solid rgba(74, 138, 82, .35);
    padding-bottom: 1px;
    margin: 0;
}

/* =========================================================
   responsive
   ========================================================= */
@media (max-width: 1180px) {
    .sg-shed .sgsh-size-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 18px;
    }
}

@media (max-width: 1024px) {
    .sg-shed .sgsh-icons-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 18px;
    }

    .sg-shed .sgsh-point-grid {
        gap: 28px;
    }

    .sg-shed .sgsh-product {
        grid-template-columns: 200px 1fr;
    }

    .sg-shed .sgsh-product-link-wrap {
        grid-column: 2;
        text-align: left;
        margin-top: 6px;
    }

    .sg-shed .sgsh-option-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {

    .sg-shed .sgsh-feature-grid,
    .sg-shed .sgsh-color-grid,
    .sg-shed .sgsh-garden-grid,
    .sg-shed .sgsh-lineup-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sg-shed .sgsh-color-grid--1 {
        max-width: 70%;
    }

    .sg-shed .sgsh-color-grid--2 {
        max-width: 100%;
    }

    .sg-shed .sgsh-size-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 20px 0;
    }

    .sg-shed .sgsh-photo {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sg-shed {
        padding-bottom: 50px;
    }

    .sg-shed .sgsh-pagehead {
        padding: 22px 0 14px;
    }

    .sg-shed .sgsh-h1 {
        font-size: 22px;
        letter-spacing: .08em;
        line-height: 1.5;
    }

    .sg-shed .sgsh-hero {
        margin-bottom: 28px;
    }

    .sg-shed .sgsh-hero-copy,
    .sg-shed .sgsh-hero-caption,
    .sg-shed .sgsh-hero-lead p:last-child {
        font-size: 12px;
        line-height: 1.9;
    }

    .sg-shed .sgsh-icons-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }

    .sg-shed .sgsh-icon-figure {
        width: 92px;
    }

    .sg-shed .sgsh-section {
        margin-bottom: 44px;
    }

    .sg-shed .sgsh-bar-title {
        font-size: 16px;
        padding: 12px 14px;
        margin-bottom: 26px;
    }

    .sg-shed .sgsh-point-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .sg-shed .sgsh-point-title {
        font-size: 20px;
    }

    .sg-shed .sgsh-point-figure {
        width: 100%;
    }

    .sg-shed .sgsh-product {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sg-shed .sgsh-product-image {
        max-width: 100%;
        margin: 0 auto;
    }

    .sg-shed .sgsh-product-link-wrap {
        grid-column: auto;
        text-align: left;
        margin-top: 0;
    }

    .sg-shed .sgsh-product-body h2 {
        font-size: 22px;
        margin: 0 0 20px;
        padding-top: 0;
    }

    .sg-shed .sgsh-size-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 14px;
    }

    .sg-shed .sgsh-size-col {
        gap: 12px;
    }

    .sg-shed .sgsh-size-name {
        min-height: 70px;
        padding: 10px 8px;
        font-size: 13px;
        line-height: 1.6;
    }

    .sg-shed .sgsh-size-photo {
        grid-template-rows: auto minmax(3.6em, auto);
    }

    .sg-shed .sgsh-size-photo img {
        max-width: 130px;
    }

    .sg-shed .sgsh-size-item figcaption {
        font-size: 12px;
        line-height: 1.6;
        min-height: 3.6em;
    }

    .sg-shed .sgsh-scene-title {
        font-size: 22px;
    }

    .sg-shed .sgsh-scene-grid {
        grid-template-columns: 1fr;
        max-width: 340px;
    }

    .sg-shed .sgsh-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sg-shed .sgsh-toc {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px 20px 24px;
        margin-bottom: 50px;
    }

    .sg-shed .sgsh-sec-lead {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .sg-shed {
        padding-bottom: 40px;
    }

    .sg-shed .sgsh-hero {
        margin-bottom: 44px;
    }

    .sg-shed .sgsh-section {
        margin-bottom: 50px;
    }

    .sg-shed .sgsh-bar-title {
        margin-bottom: 26px;
        padding: 9px 14px;
        font-size: 17px;
    }

    .sg-shed .sgsh-price-list {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 22px;
        justify-items: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .sg-shed .sgsh-price-box {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 0;
        justify-items: center;
        text-align: center;
    }

    .sg-shed .sgsh-price-line {
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }

    .sg-shed .sgsh-price-name,
    .sg-shed .sgsh-price-size,
    .sg-shed .sgsh-price-value {
        text-align: center;
        white-space: normal;
    }

    .sg-shed .sgsh-price-value {
        font-size: 20px;
    }

    .sg-shed .sgsh-feature-grid,
    .sg-shed .sgsh-color-grid,
    .sg-shed .sgsh-garden-grid,
    .sg-shed .sgsh-lineup-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sg-shed .sgsh-option-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 24px 14px;
        padding: 0;
    }

    .sg-shed .sgsh-option-item,
    .sg-shed .sgsh-option-card {
        flex: 0 1 calc((100% - 14px) / 2);
        width: auto;
        max-width: 180px;
    }

    .sg-shed .sgsh-size-images {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .sg-shed .sgsh-btn {
        width: 100%;
        min-width: 0;
    }
}