@charset "utf-8";
/* カード、ケース　絵柄確認 */

header.picg {width: 100%; height:50px; background: #B09548; box-sizing: border-box; padding:5px 15px; position:relative !important;}
header.picg h1.logo {width:105px; height:40px;}
header.picg h1.logo img {display: block; width: 100%; height: auto;}

.picar {padding-top:30px;}
.picsec {width:90%; max-width: 840px; margin: 0 auto;}
h2.pic {width: 100%; background: none; border-bottom:1px #5F4C3F solid; color:#5F4C3F; font-size: 1.35em; margin-bottom:30px;}

.picitemFrame {display: flex; justify-content: space-around; width:100%; margin-bottom: 50px;}
.picitemFrame .picItem {width:30.5%; text-align: center;}
.picitemFrame .picItem img {width:100%;}
@media screen and (max-width: 767px){
.picitemFrame .picItem {font-size:90%;}
}

footer {padding-top:0 !important;}
footer copyright {font-size: 0.857em; display: block; color: #FFF;}