@charset "utf-8";
/*-----------------------------------

baby_kids.css
ベビー＆キッズ CSS
SP

-----------------------------------*/

/*
共通
-----------------------------------*/
#baby_kids {
    width: 100%;
    overflow: hidden;
}
#baby_kids section,
#baby_kids .section {
    width: 100%;
    margin: 0 0 20px;
}
.txt_attention {
    color: #d93600;
}

    
/*
ヘッダー・バナー
-----------------------------------*/
#baby_kids .header_bk,
#baby_kids .long_banner {
    width: 100%;
    margin: 0 0 30px;
}
.header_bk img,
.long_banner img {
    width: 100%;
    max-width: 780px;        
}


/*
おすすめ特集
-----------------------------------*/
.feature.middle ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 8px;
}
.feature.middle li {
    width: 48%;
    margin: 0 1.5% 20px 0;
}
.feature.middle li:nth-child(even) {
    margin-right: 0;        
}
.feature.middle li:last-child {
    margin: 0 0 20px 1.5%;    
}
.feature.middle li img {
    width: 100%;
}


/*
ランドセル
-----------------------------------*/
.section .text {
    margin-bottom: 1em;        
}
.section .text h3 {
    margin-bottom: 0.5em;
    color: #b71a35;
}
.section .text p {
    margin: 0;
    line-height: 1.5;
}
.section .image {
    width: 100%;
    margin-bottom: 1em;
}
.section .image img {
    width: 100%;
}
.section .text .large {
    font-size: 115%;
    margin-top: 0.5em;
}
.section .text .large a {
    color: #b71a35;
    font-weight: bold;
    text-decoration: none;
}
.section .text .large a:hover {
    text-decoration: underline;
}


/*
ひな人形／五月人形
-----------------------------------*/
.header_img {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.linktext {
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 20px;
}
.linktext a {
    text-decoration: none;
}
.linktext .hina a {
    color: #f09199;
}
.linktext .gogatsu a {
    color: #93ca76;
}
.linktext a:hover {
    text-decoration: underline;
}