@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 {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#kumitate_secchi a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#kumitate_secchi a:hover {
    opacity: 0.5;
}

#kumitate_secchi .no,
#kumitate_secchi .pc_none{
    display: none !important;
}

/*価格プロ 税込削除*/
#kumitate_secchi div.prices span > span > span {
    display: none;
}

/* ここから追加
================================ */
/* ベース */
#kumitate_secchi {
    width: 900px;
    margin: 0 auto;
    font-size: 18px;
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
}

#kumitate_secchi img {
    width: 100%;
}

#kumitate_secchi section{
    padding-bottom: 2%;
    background-color: #ede9e0;
}


/* 見出し 共通
================================ */
#kumitate_secchi h1{
    font-size: 0px;
    color: #fff;
}

#kumitate_secchi h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    background-color: #7a715d;
    padding: 15px 0 20px 0;
}

#kumitate_secchi h3{
    position: relative;
    font-size: 30px;
    color: #7a715d;
    text-align: center;
    font-weight: bolder;
    border-bottom: double 7px #7a715d;
    padding: 15px 0 20px 0;
    margin-bottom: 2%;
}

#kumitate_secchi p{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    padding: 1% 0;
    line-height: 32px;
}

#kumitate_secchi p.kome{
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    padding: 1.5% 0;
    line-height: 15px;
}


/* 共通 カラム
================================ */
#kumitate_secchi ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:9px 1%;
}

#kumitate_secchi ul.col_1 > li{
    width:100%;
    margin: 0 0 0 0;
}

#kumitate_secchi ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
}

#kumitate_secchi ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#kumitate_secchi ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#kumitate_secchi ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}

#kumitate_secchi ul.col_6 > li{
    width: calc(calc(100% - 5%) / 6);
}

/* 悩み~サービス内容 nayami
================================ */
#kumitate_secchi section.nayami ul{
    padding: 2%;
}

#kumitate_secchi section.nayami ul li{
    background-color: #fff;
    border-radius: 7px;
    padding: 1%;
}

#kumitate_secchi section.nayami ul li dl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#kumitate_secchi section.nayami ul li dl dt img{
    width: 180px;
    margin: 0 auto;
}

#kumitate_secchi section.nayami ul li dl dt{
    font-size: 25px;
    color: #7a715d;
    font-weight: bold;
    text-align: center;
    padding: 2% 0;
}

#kumitate_secchi section.nayami ul li dl dd{
    font-size: 15px;
    color: #222;
    font-weight: 500;
    text-align: center;
    padding: 3% 0;
    line-height: 25px;
}


#kumitate_secchi section.nayami p span{
    font-size: 25px;
    color: #fff;
    background-color: #bc0d1e;
    padding: 1px 13px 5px 15px;
    border-radius: 50px;
    line-height: 40px;
}


/* ステップ step
================================ */
#kumitate_secchi section.step ul{
    padding: 2%;
}

#kumitate_secchi section.step ul li{
    background-color: #fff;
    border-radius: 7px;
    padding: 1.5% 1.5% 2.5% 1.5%;
}

#kumitate_secchi section.step ul li dl dt{
    font-size: 30px;
    color: #7a715d;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 2px #7a715d;
    padding: 15px 0;
    letter-spacing: 3px;
}

#kumitate_secchi section.step ul li dl dt span{
    font-size: 35px;
    color: #fff;
    background-color: #7a715d;
    padding: 1px 13px 5px 15px;
    line-height: 40px;
}


/* 追加料金オプション option
================================ */
#kumitate_secchi section.option table{
    border: solid 2px #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: 28px;
    height: 50px;
}

#kumitate_secchi section.option table tr td{
    color: #222;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#kumitate_secchi section.option table tr td span{
    font-size: 18px;
}

#kumitate_secchi section.option p.kome{
    text-align: left;
    width: 90%;
    margin: 0 auto;
    text-indent: -35px;
    padding-left: 35px;
}

/* ご注文時の注意 notes
================================ */
#kumitate_secchi section.notes{
    border: solid 2px #7a715d;
    background-color: #fff;
    padding: 1%;
}

#kumitate_secchi section.notes h3.warning{
    padding-left:3%;
}

#kumitate_secchi section.notes h3.shipping{
    padding-left: 8%;
}

#kumitate_secchi section.notes h3.warning::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "warning_outlined";
    transform: translate(50%,50%);
    font-size: 40px;
    width: 40px;
    font-weight: bolder;
    letter-spacing: 0;
    bottom: 50%;
    left: 32%;
}

#kumitate_secchi section.notes h3.shipping::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "local_shipping";
    transform: translate(50%,50%);
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 0;
    bottom: 50%;
    left: 35%;
}

#kumitate_secchi section.notes ul{
    padding: 1%;
}

#kumitate_secchi section.notes ul li{
    font-size: 17px;
    font-weight: 500;
    color: #222;
    padding: 5px 0;
    border-bottom: dotted 1px #7a715d;
    text-indent: -25px;
    padding-left: 25px;
}

#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: -14px;
    padding-left: 30px;
}

#kumitate_secchi section.notes p.kome span{
    font-weight: bold;
    color: #bc0d1e;
}


/**********************

フッター

/**********************/

#kumitate_secchi .footer {
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
    margin: 6% 0 0 0;
    text-align: center;
    color: #333;
    background: #fff;
}

#kumitate_secchi .footer a {
    color: #333;
    display: inline-block;
}

#kumitate_secchi .footer a:hover {
    opacity: 0.8;
}