@charset "utf-8";

body {
	background-color: #fef0f3;
}

.jumbotron {
	background:url("../images/main_title.png") center no-repeat; background-size: cover;
	position: relative;
	height: 400px;
}

.main_product {
	margin-top: 0px;
}

.btnimage {
	margin-top: 30px;
	display: inline-block;
}

.link_btnimage {
	margin-top: 45px;
	display: inline-block;
}

.btn_return {
	margin-top: 60px;
	display: inline-block;
}

.ptext {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: -10px;
}

.category_name {
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 28px;
	color: white;
	background-color: #b01f24;
	margin-top: 60px;
}

a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}


footer {
	background-color: #000000;
	color:white;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 75px;
}


.copyright {
	font-size: 14px;
	padding-top: 15px;
}

@media screen and (max-width:767px) {
    /*　画面サイズが767px以下の場合読み込む　*/
    .description {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 45px;
}

.description2 {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
}
}
@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
    .description {
	font-size: 21px;
	line-height: 1.5em;
	margin-bottom: 30px;
	margin-top: 45px;
}

.description2 {
	font-size: 21px;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
}
}

/*　TOPへボタン　*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
	z-index: 99;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   