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

/* ==================================================

取扱製品

================================================== */

/* pagetit */
/* -------------------------------------------------------------------------------- */

#pagetit {
	background: url(../img/pagetit.jpg) no-repeat top center;
	background-size: cover;
}



/* sec01 */
/* -------------------------------------------------------------------------------- */
#sec01 {
	padding: 40px 0 80px;
}
#sec01 h2{
	text-align: center;
	font-size: 1.875em;
	padding-bottom: 20px;
	letter-spacing: 5px;
}

#sec01 h2 span{
	color: #001058;
}

#sec01 .container {
	margin: 0 auto;
	width: 1200px;
}
#sec01 .container:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#sec01 .container .img {
	float: left;
	padding-bottom: 10px;
}

#sec01 .container div.txt {
	width: 590px;
	float: left;
	padding-top: 120px;
}
#sec01 .container div.txt h3 {
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 10px;
	margin:0 0 0 20px;
	border-bottom: solid 1px #CCC;
	letter-spacing: 2px;
}
#sec01 .container.first div.txt {
	padding-top: 60px;
}
#sec01 .container.first div.txt h3 {
	padding-bottom: 10px;
}

#sec01 .container div.txt p {
	text-align: left;
	padding: 25px 0 0 20px;
	line-height: 2.2;
}

#sec01 .container div.txt p span {
	color: #D80000;
}
#sec01 .container div.txt p .small {
	font-size: 0.75em;
}

#sec01 .container:nth-child(odd) div {
	float: right;
}

#sec01 .container:nth-child(odd) div.txt {
	float: right;
}
#sec01 .container:nth-child(odd) div.txt h3 {
	margin: 0 20px 0 0;
	text-align: right;
}

#sec01 .container:nth-child(odd) div.txt p {
	padding: 25px 20px 0 0;
}



/* sec02 */
/* -------------------------------------------------------------------------------- */
#sec02 .order{
	text-align: center;
	background-color: #ECEEF2;
	padding: 80px 0;
	width: 100%;
	margin: 0 auto;
}
#sec02 .order h2{
	padding-bottom: 30px;
	font-size: 1.875em;
}
#sec02 .order p{
	line-height: 2.5;
}

#sec02 .order .shop{
	display: inline-block;
	padding: 20px 0 60px 0;
}
#sec02 .order .shop a{
	display: block;
	text-align: center;
	padding: 15px 10px;
	border: 1px solid #191919;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
	background: #000;
}

#sec02 .order .shop img{
	padding: 0 10px;
	vertical-align: middle;
}
#sec02 .order span{
	font-size: 1.125em;
	vertical-align: middle;
}

#sec02 .order .shop .c-btn{
	vertical-align: middle;
}

#sec02 .order .contacts{
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 45px;
}
#sec02 .order .contacts h3{
	font-size: 1.5em;
	padding: 40px 0 25px 0;
}
#sec02 .order .contacts .wrap {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 930px;
	margin: 0 auto;
}
#sec02 .order .contacts .wrap div{
	display: inline-block;
	text-align: center;
	width: 300px;
	padding: 0 5px;
}

#sec02 .order .contacts .wrap div span{
	display: inline-block;
	font-size: 0.875em;
}
#sec02 .order .contacts .wrap .phone a {
	cursor: default;
	pointer-events: none;
}

#sec02 .order .contacts .wrap .inq {
	display: inline-block;
}
#sec02 .order .contacts .wrap .inq a{
	display: block;
	text-align: center;
	padding: 20px 25px;
	border: 1px solid #191919;
	text-decoration: none;
	color: #191919;
	box-sizing: border-box;
	line-height: 1;
	font-size: 1.125em;
}
#sec02 .order .contacts .wrap .inq a img{
	padding-right: 10px;
}




@media screen and (max-width: 1024px) {

/* sec01 */
/* -------------------------------------------------------------------------------- */
#sec01 {
	padding: 20px 0 40px;
}

#sec01 .container {
	width: 100%;
}

#sec01 .container .img {
	float: left;
	width: 49%;
	padding: 0 10px 20px;
	box-sizing: border-box;
}
#sec01 .container .img img {
	width: 100%;
	height:auto;
}

#sec01 .container div.txt {
	width: 50%;
}
#sec01 .container div.txt h3 {
	font-size: 1.5em;
	text-align: left;
	padding: 0px 0 10px 0;
	margin: 0;
	box-sizing: border-box;
}

#sec01 .container div.txt p {
	text-align: left;
	padding: 25px 0 20px 0;
	box-sizing: border-box;
}

#sec01 .container div.txt p span{
	color: #D80000;
}
#sec01 .container div.txt p .small{
	font-size: 0.75em;
}

#sec01 .container:nth-child(odd) div{
	float: right;
}

#sec01 .container:nth-child(odd) div.txt{
	float: right;
}
#sec01 .container:nth-child(odd) div.txt h3 {
	margin: 0;
	text-align: right;
}

#sec01 .container:nth-child(odd) div.txt p{
	padding: 25px 0 0 0;
}


/* sec02 */
/* -------------------------------------------------------------------------------- */
#sec02 .order{
	padding: 40px 0;
}
#sec02 .order h2{
	padding-bottom: 20px;
}
#sec02 .order p{
	line-height: 2;
}

#sec02 .order .shop{
	display: inline-block;
	padding: 20px 0 30px 0;
}

#sec02 .order .shop img{
	padding: 0 10px;
	vertical-align: middle;
	line-height: 1;
}

#sec02 .order .contacts {
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 95%;
	padding-bottom: 20px;
}
#sec02 .order .contacts h3{
	font-size: 1.5em;
	padding: 20px 0 15px 0;
}
#sec02 .order .contacts .wrap {
	display: block;
	width: 100%;
}
#sec02 .order .contacts .wrap div{
	display: inline-block;
	text-align: center;
	width: 300px;
	padding: 0 5px;
}

#sec02 .order .contacts .wrap div span{
	display: inline-block;
	font-size: 0.875em;
}
#sec02 .order .contacts .wrap .phone a {
	cursor: default;
	pointer-events: none;
}

#sec02 .order .contacts .wrap .inq {
	display: block;
	padding: 20px 0 0;
	text-align: center;
	margin: 0 auto;
}
#sec02 .order .contacts .wrap .inq a{
	display: block;
	text-align: center;
	padding: 20px 25px;
	border: 1px solid #191919;
	text-decoration: none;
	color: #191919;
	box-sizing: border-box;
	line-height: 1;
	font-size: 1.125em;
}
#sec02 .order .contacts .wrap .inq a img{
	padding-right: 10px;
}




}

@media screen and (max-width: 768px) {



}

@media screen and (max-width: 640px) {
/* pagetit */
/* -------------------------------------------------------------------------------- */

#pagetit {
    background: url(../img/pagetit.jpg) no-repeat top left 20%;
    background-size: cover;
}

/* sec01 */
/* -------------------------------------------------------------------------------- */
#sec01 {
	padding-bottom: 40px;
}
#sec01 h2{
	font-size: 1.5em;
	padding-bottom: 20px;
}


#sec01 .container {
	margin: 0 auto;
	width: 100%;
	padding: 0 10px 10px;
	box-sizing: border-box;
}

#sec01 .container .img {
	float: none;
	padding: 0;
	width: 100%;
}
#sec01 .container .img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#sec01 .container div.txt {
	float: none;
	width: 100%;
	padding-top: 10px;
}
#sec01 .container div.txt h3 {
	font-size: 1.25em;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: solid 1px #CCC;
}

#sec01 .container div.txt p {
	float: none;
	width: 100%;
	text-align: left;
	padding: 10px 0;
}

#sec01 .container div.txt p span{
	color: #D80000;
}
#sec01 .container div.txt p .small{
	font-size: 0.75em;
}

#sec01 .container:nth-child(odd) div{
	float: none;
}

#sec01 .container:nth-child(odd) div.txt{
	float: none;
}
#sec01 .container:nth-child(odd) div.txt h3{
	margin: 0;
	text-align: left;
}

#sec01 .container:nth-child(odd) div.txt p{
	float: none;
	padding: 10px 0;
}



/* sec02 */
/* -------------------------------------------------------------------------------- */
#sec02 .order{
	text-align: center;
	background-color: #ECEEF2;
	padding: 40px 10px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#sec02 .order h2{
	padding-bottom: 30px;
	font-size: 1.875em;
}
#sec02 .order p{
	line-height: 2;
}

#sec02 .order .shop{
	display: inline-block;
	padding: 20px 0 60px 0;
}


#sec02 .order .contacts{
	width: 100%;
	padding-bottom: 20px;
}
#sec02 .order .contacts h3 {
	font-size: 1.25em;
	padding: 20px 10px 15px;
}
#sec02 .order .contacts .wrap {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#sec02 .order .contacts .wrap div{
	display: block;
	text-align: center;
	padding: 0 5px 10px;
	margin: 0 auto;
}

#sec02 .order .contacts .wrap div span{
	display: inline-block;
	font-size: 0.875em;
}

#sec02 .order .contacts .wrap .phone a {
	pointer-events: auto;
}
#sec02 .order .contacts .wrap .inq {
	display: block;
	padding: 10px 0 0;
	box-sizing: border-box;
	width: 95%;
}
#sec02 .order .contacts .wrap .inq a {
	display: block;
	text-align: center;
	padding: 10px 15px;
	border: 1px solid #191919;
	text-decoration: none;
	color: #191919;
	box-sizing: border-box;
	line-height: 1;
	font-size: 1.125em;
}
#sec02 .order .contacts .wrap .inq a img{
	padding-right: 10px;
}

}
