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

#wrapper #main #content h3 img {
margin-bottom: 5px;
text-align: center;
width: 100%;
}

/* 画像と説明 */

#main #content .section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    width: 100%;
    margin-top: 10px;
}
.section_List {
    grid-auto-flow: column;
    column-gap: 2px;
    justify-self: end;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin-top: 10px;
}
.section_List a {
  align-items: center;
  justify-content: center;
  height: 100%;
}
#content img {
width: 100%;
height: auto;
}
#content .section li {
color: #5C5858;
text-align: center;
font-size: medium;
font-weight: 600;
}
#content .section li .weight {
font-size: small;
font-weight: 400;
}
#content .section li .moneyprice {
    font-size: 160%;
    font-weight: 400;
    color: #F70000;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content .section .moneyprice:before {
content: "本体価格 ";
font-size: small;
}
#content .section .moneyprice:after {
content: " 円";
font-size: small;
}
#content .section li .money {
    font-size: 120%;
    font-weight: 400;
    color: #F70000;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .section .money:after {
content: " 円（税込）";
font-size: small;
}
/*詳細へボタン */
#content .section a.btn {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    width: 90%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #27acd9;
    font-weight: bold;
    letter-spacing: 2px;
    background: transparent;
    color: #27acd9;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 115%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}
#content .section a.btn:hover {
	color: #fff;
	background: #27acd9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#content .section a.btn:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}
#content .section a.btn::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}
#content .section .cate-syukkajiki1 {
font-size: 100%;
min-height: 20px;
width: 80%;
text-align: center;
margin-left: 10%;
margin-top: 2%;
margin-right: 10%;
margin-bottom: 2%;
background-color: #CDFFC8;
}
#content .section .cate-syukkajiki2 {
font-size: 120%;
}
/*項目タイトル */
h4 {
    border-bottom: 3px solid #FFE1C8;
    position: relative;
    font-size: 130%;
    text-align: left;
    text-indent: 15px;
    font-weight: 600;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    bottom: 5px;
    top: 0px;
    min-height: 30px;
}

h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: 3px solid #D48C24;
bottom: -3px;
width: 20%;
}
/* -------------------- */
/* モニター幅840px以下  */
/* -------------------- */
@media only screen and (max-width:840px){
#main #content .section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
	/*詳細へボタン */
#content .section a.btn {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 90%;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 3%;
padding-right: 5%;
padding-left: 5%;
padding-bottom: 3%;
position: relative;
border-radius: 5px;
border: 1px solid #27acd9;
font-weight: bold;
letter-spacing: 2px;
background: transparent;
color: #27acd9;
overflow: hidden;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
font-size: 120%;
}
.section .section_List .money {
    font-size: large;
}
}
