@charset "utf-8";

/* shop-block */

.block-attention {
	margin: 30px 0;
	padding: 15px;
	border: 2px solid #d51e54;
	text-decoration: underline;
	line-height: 1.5;
	font-size: 15px;
}
.block-service {
  margin-bottom: 60px;
  padding: 20px;
	border: 10px solid #ffe2ba;
}
.block-service .text-01 {
  margin: 20px 0 10px;
	color: #3b3d3e;
	font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.block-service .text-number {
	width: 70%;
	padding: 10px 20px;
	color: #d17522;
	font-size: 32px;
	font-weight: bold;
	background: #fff4e2;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
}
.block-service .text-service {
	margin: 10px 0;
	font-size: 20px;
	text-align: center;
}
.shop .content-banner {
	padding: 0 40px 30px;
}
.shop .column-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
.block-netshop {
	border-top: 1px solid #ccc;
	padding: 30px 0 0;
}
.column-image-banner  {
	margin: 30px 0 48px;
}
.column-image-banner img {
	margin: 0 auto;
	width: 360px;
}
.txtOra {
	color: #d17522 !important;
}

/* common block sp */
@media screen and (max-width: 767px) {
	body {
		font-size: 3.73vw;
	}
  .content-inner {
    padding: 0 2.67vw;
  }
	.header-subtext {
    line-height: 130%;
	}
	.block-attention {
    margin: 3.33vw 0 7.47vw;
    padding: 2.67vw;
    border: 0.67vw solid #d51e54;
    font-size: 3.73vw;
	}
	.block-service {
    margin-bottom: 7.47vw;
    padding: 7.47vw 3.47vw;
    border: 2.40vw solid #ffe2ba;
	}
	.block-service .text-01 {
    margin: 0 0 3vw;
    font-size: 6vw;
	}
	.block-service .text-number {
    width: 100%;
    padding: 5.33vw 3vw;
    font-size: 7.33vw;
    border-radius: 14px;
	}
	.block-service .text-number a{
    font-size: 5.33vw;
	}
	.block-service .text-service {
    margin: 4vw 0 0;
    font-size: 5.33vw;
	}
	.shop .content-banner {
    padding: 0 0 7.47vw;
	}
	.shop .column-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.shop .column-list li{
		width: 50%;
	}
	.shop .column-list li:first-child{
		
	}
	.block-netshop {
    border-top: 0.27vw solid #ccc;
    padding: 7.47vw 0 3.47vw;
	}
	.column-image-banner {
    margin: 0 0 7.47vw;
	}
	.column-image-banner img {
		margin: 0 auto;
		width: 100%;
	}
}