@charset "shift_jis";

/* CSS Document */

#kumitate_secchi *,
#kumitate_secchi *::before,
#kumitate_secchi *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#kumitate_secchi h1,
#kumitate_secchi h2,
#kumitate_secchi h3,
#kumitate_secchi h4,
#kumitate_secchi h5,
#kumitate_secchi h6,
#kumitate_secchi ul,
#kumitate_secchi ol,
#kumitate_secchi dl,
#kumitate_secchi li,
#kumitate_secchi dt,
#kumitate_secchi dd,
#kumitate_secchi p,
#kumitate_secchi div,
#kumitate_secchi span,
#kumitate_secchi img,
#kumitate_secchi a,
#kumitate_secchi table,
#kumitate_secchi tr,
#kumitate_secchi th,
#kumitate_secchi td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#kumitate_secchi header,
#kumitate_secchi footer,
#kumitate_secchi nav,
#kumitate_secchi section,
#kumitate_secchi article,
#kumitate_secchi main,
#kumitate_secchi aside,
#kumitate_secchi figure,
#kumitate_secchi figcaption {
    display: block;
}

#kumitate_secchi ol,
#kumitate_secchi ul,
#kumitate_secchi li {
    list-style: none;
    list-style-type: none;
}

#kumitate_secchi img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#kumitate_secchi a {
    color: inherit;
    text-decoration: none;
}

#kumitate_secchi .no,
#kumitate_secchi .smp_none{
    display: none !important;
}

/*価格プロ 税込削除*/
#kumitate_secchi div.prices span > span > span {
    display: none;
}

/* ここから追加
================================ */
/* ベース */
#kumitate_secchi {
    font-size: 3.5vw;
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #1b1b1b;
    background-color: #fff;
    background-position: 0 26vw;
    background-size: contain;
    overflow: hidden;
}

#kumitate_secchi section{
    padding-bottom: 5%;
    background-color: #ede9e0;
}

/* 見出し 共通
================================ */
#kumitate_secchi h1{
    font-size: 0px;
    color: #fff;
}

#kumitate_secchi h2{
    font-size: 6vw;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    background-color: #7a715d;
    padding:3vw 0 4vw 0;
}

#kumitate_secchi h3{
    position: relative;
    font-size: 6vw;
    color: #7a715d;
    text-align: center;
    font-weight: bolder;
    border-bottom: double 1vw #7a715d;
    padding:4vw 0;
    margin-bottom: 2%;
}

#kumitate_secchi p{
    font-size: 3.7vw;
    text-align: center;
    font-weight: 500;
    padding: 2vw 0;
    line-height: 4.5vw;
}

#kumitate_secchi p.kome{
    font-size: 3vw;
    text-align: center;
    font-weight: normal;
    padding: 2vw 0;
    line-height: 3.5vw;
}


/* 共通 カラム
================================ */
#kumitate_secchi ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:1.8vw 1.5%;
}

#kumitate_secchi ul[class^="col_"] li{
    margin: 0 auto;
}

#kumitate_secchi ul.col_1 > li{
    width:100%;
    margin-bottom: 0vw;
}

#kumitate_secchi ul.col_2 > li,
#kumitate_secchi ul.col_3 > li,
#kumitate_secchi ul.col_4 > li{
    width: calc(calc(100% - 1.5%) / 2);
}


#kumitate_secchi ul.col_5 > li,
#kumitate_secchi ul.col_6 > li{
    width: calc(calc(100% - calc(1.5% * 2)) / 3);
}

/* 悩み~サービス内容 nayami
================================ */
#kumitate_secchi section.nayami ul{
    padding: 2%;
}

#kumitate_secchi section.nayami ul li{
    width: 100%;
    background-color: #fff;
    border-radius: 2vw;
    padding: 1.5vw;
}

#kumitate_secchi section.nayami ul li dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#kumitate_secchi section.nayami ul li dl dt img{
    width: 20vw;
    margin: 0 auto;
}

#kumitate_secchi section.nayami ul li dl dt{
    font-size: 4.5vw;
    color: #7a715d;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
}

#kumitate_secchi section.nayami ul li dl dd{
    font-size: 3.2vw;
    color: #222;
    font-weight: 500;
    text-align: center;
    padding: 3% 0;
    line-height: 3.4vw;
}


#kumitate_secchi section.nayami p span{
    font-size: 4.7vw;
    color: #fff;
    background-color: #bc0d1e;
    padding: 0.4vw 3vw 1vw 3vw;
    border-radius: 50vw;
    line-height: 12vw;
}

/* ステップ step
================================ */
#kumitate_secchi section.step ul{
    padding: 2%;
}

#kumitate_secchi section.step ul li{
    background-color: #fff;
    border-radius: 2vw;
    padding: 1.5% 1.5% 2.5% 1.5%;
}

#kumitate_secchi section.step ul li dl dt{
    font-size: 5vw;
    color: #7a715d;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 0.7vw #7a715d;
    padding: 4vw 0;
    letter-spacing: 0.4vw;
}

#kumitate_secchi section.step ul li dl dt span{
    font-size: 5.5vw;
    color: #fff;
    background-color: #7a715d;
    padding: 2vw;
}

/* 追加料金オプション option
================================ */
#kumitate_secchi section.option table{
    border: solid 0.8vw #7a715d;
    width: 90%;
    margin: 0 auto;
}

#kumitate_secchi section.option table tr th{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #7a715d;
    text-align: center;
    font-size: 4.8vw;
    height: 13vw;
}

#kumitate_secchi section.option table tr td{
    color: #222;
    background-color: #fff;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
}

#kumitate_secchi section.option table tr td span{
    font-size: 3.5vw;
}

#kumitate_secchi section.option p.kome{
    text-align: left;
    width: 90%;
    margin: 0 auto;
    text-indent: -8vw;
    padding-left: 8vw;
}

/* ご注文時の注意 notes
================================ */
#kumitate_secchi section.notes{
    border: solid 0.7vw #7a715d;
    background-color: #fff;
    padding: 1%;
    width: 98%;
    margin: 0 auto;
}

#kumitate_secchi section.notes h3.warning{
    padding-left:8%;
}

#kumitate_secchi section.notes h3.shipping{
    padding-left: 6%;
}

#kumitate_secchi section.notes h3.warning::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "warning_outlined";
    transform: translate(50%,50%);
    font-size: 9vw;
    width: 9vw;
    font-weight: bolder;
    letter-spacing: 0;
    bottom: 50%;
    left: 15%;
}

#kumitate_secchi section.notes h3.shipping::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "local_shipping";
    transform: translate(50%,50%);
    font-size: 9vw;
    font-weight: bolder;
    letter-spacing: 0;
    bottom: 50%;
    left: 15%;
}

#kumitate_secchi section.notes ul{
    padding: 1%;
}

#kumitate_secchi section.notes ul li{
    font-size: 3.5vw;
    font-weight: 500;
    color: #222;
    padding: 2vw 0;
    border-bottom: dotted 0.7vw #7a715d;
    text-indent: -5vw;
    padding-left: 7vw;
}

#kumitate_secchi section.notes ul li::before{
    content: "●";
    color: #7a715d;
}

#kumitate_secchi section.notes ul li a,
#kumitate_secchi section.notes p a{
    text-decoration: underline;
    color: #bc0d1e;
}

#kumitate_secchi section.notes p.kome{
    text-align: left;
    padding: 1%;
    text-indent: -3vw;
    padding-left: 4vw;
}

#kumitate_secchi section.notes p.kome span{
    font-weight: bold;
    color: #bc0d1e;
}

/**********************

フッター

/**********************/

#kumitate_secchi .footer {
    font-size: 4vw;
    padding: 5vw 0;
    width: 100%;
    margin: 6% 0 0 0;
    text-align: center;
    color: #333;
    background: #fff;
}

#kumitate_secchi .footer a {
    color: #333;
    display: inline-block;
    font-size: 4vw;
}