/*cssカスタム02+++++++++++++++++*/

/*color//////////*/
a .link-red-k {color: red;}

/*月イチ月曜OPEN-画像切替*/
.mon-open-pc { display: block !important; }
.mon-open-sp { display: none !important; }
@media only screen and (max-width: 750px) {
.mon-open-pc { display: none !important; }
.mon-open-sp { display: block !important; }
}

.center-img-k{margin: 0 auto;}

/*テスト-----月イチ月曜OPEN-画像切替*/
.mon-open-pc2 { display: block !important; }
.mon-open-sp2 { display: none !important; }
@media only screen and (max-width: 750px) {
.mon-open-pc2 { display: none !important; }
.mon-open-sp2 { display: block !important; }
}
/*cssカスタム02+++++++++++++++++*/

/*cssカスタム03+++++++++++++++++*/
.kiki-jc {
display: flex;
justify-content: center;
}
.m-05-k {margin: 5px;}
.m-10-k {margin: 10px;}
.m-20-k {margin: 20px;}
.m-30-k {margin: 30px;}

@media only screen and (max-width: 750px) {
.kiki-bk{display:block;}
}
/*cssカスタム03+++++++++++++++++*/



/*css-kakaku-kaitei+++++++++++++++++*/
.kakaku-kaitei-top {
font-size: 1.75rem;
font-weight: 600;
text-align: center;
color: #563f33;}

.kakaku-kaitei {
font-size: 1.25rem;
font-weight: 300;
line-height: 2;
}

@media only screen and (max-width: 750px) {
.kakaku-kaitei {
text-align: justify;
font-size: 1rem;
}
.kakaku-kaitei-top {
font-size: 1.5rem;}

}


/*css-kakaku-kaitei+++++++++++++++++*/
