@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 60px 0 47px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01{
		width: 100%;
		padding: 35px 5%;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.004em;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_01 h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

.contents01 .contents01_02{
	width: 980px;
	height: auto;
	margin: 0 auto;
	margin: 0 auto 80px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02{
		width: 100%;
		padding: 0 5%;
		margin-bottom: 70px;
	}
}
.contents01 .contents01_02 .contents01_02_01{
	width: 846px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01{
		width: 100%;
	}
}
.contents01 .contents01_02 .contents01_02_01 ul{
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.contents01 .contents01_02 .contents01_02_01 ul li{
	width: calc(100% / 3);
	height: 60px;
	text-align: center;
	border-left: 1px solid #222222;
	box-sizing: border-box;
	margin-top: 33px;
	transition: 0.5s;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01 ul li{
		width: calc((100% / 2) - 7px);
		height: auto;
		margin-top: 14px;
		border: 1px solid #222222;
	}
}
.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(1),
.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(2),
.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(3){
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(1),
	.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(2){
		margin-top: 0;
	}
	.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(3){
		margin-top: 14px;
	}
}
.contents01 .contents01_02 .contents01_02_01 ul li:nth-of-type(3n){
	border-right: 1px solid #222222;
}
.contents01 .contents01_02 .contents01_02_01 ul li a{
	width: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01 ul li a{
		justify-content: center;
		padding: 13px 0;
	}
}
.contents01 .contents01_02 .contents01_02_01 ul li a p{
	font-size: 17px;
	line-height: 27px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01 ul li a p{
		font-size: 13px;
		line-height: 17px;
	}
}
.contents01 .contents01_02 .contents01_02_01 ul li a p span{
	font-size: 17px;
	line-height: 27px;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01 ul li a p span{
		font-size: 12px;
		line-height: 16px;
	}
}
.contents01 .contents01_02 .contents01_02_01 ul li a img{
	width: 9.3px;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width:767px) {
	.contents01 .contents01_02 .contents01_02_01 ul li a img{
		width: 7.5px;
		bottom: 7px;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
}
.contents02_01{
	padding-top: 62px;
	margin-top: -62px;
}
@media only screen and (max-width:767px) {
	.contents02_01{
		padding-top: 87px;
		margin-top: -87px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 980px;
	height: auto;
	display: block;
	background-color: #F4F4F4;
	margin: 0 auto;
	padding: 42px 57px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
		padding: 42px 5%;
	}
}
.contents02 .contents02_01 .contents02_01_01 h3{
	font-size: 24px;
	line-height: 34px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01 h3{
		font-size: 22px;
		line-height: 32px;
		text-align: center;
		display: block;
	}
}
.contents02 .contents02_01 .contents02_01_01 h3:before{
	content:'';
	display: block;
	width: 40px;
	height: 25px;
	background-image: url(../img/common/logo02.svg);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	margin: 0 16px 0 0;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01 h3:before{
		width: 48px;
		height: 30px;
		position: static;
		margin: 0 auto 17px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 32px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
		display: block;
		margin-top: 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01{
	width: auto;
	height: auto;
	margin-right: 110px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01{
		width: 100%;
		margin-right: auto;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01{
	font-size: 15px;
	line-height: 25px;
	padding-left: 17px;
	margin-top: 10px;
	position: relative;
	transition: all .5s;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01{
		margin-top: 5px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01:nth-of-type(1){
		margin-top: 5px;
	}
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01:nth-of-type(1) .contents02_01_01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01_01 .contents02_01_01_01_01_01 a{
	font-size: 15px;
	line-height: 25px;
	display: block;
}
.contents02_01_01_01_01_01:before{
	content:'';
	display: block;
	width: 8px;
	height: 13px;
	background-image: url(../img/guide/arrow02.svg);
	background-repeat:no-repeat; 
	background-size: 8px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contents02 .contents02_02{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto 110px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02{
		width: 100%;
		padding: 0 5%;
		margin: 0 auto 70px;
	}
}
.contents02 .contents02_02 .contents02_02_01{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 72px;
	margin-top: -28px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01{
		padding-top: 82px;
		margin-top: -46px;
	}
}
.contents02 .contents02_02 .contents02_02_01 h3{
	font-size: 19px;
	line-height: 29px;
	display: block;
	border-bottom: 1px solid #A3A3A3;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01{
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 40px;
	}
}
.contents02 .contents02_02 .contents02_02_01 p{
	font-size: 14px;
	line-height: 24px;
}
.contents02 .contents02_02 .contents02_02_01 p:nth-of-type(2){
	margin-top: 24px;
}
.contents02 .contents02_02 .contents02_02_01 p a{
	text-decoration: underline;
}

/*ご注文部分*/
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 h4{
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	background-color: #F4F4F4;
	padding: 5px 24px;
	margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 h4{
		margin-bottom: 13px;
	}
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 h4 span{
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 4px;
	color: #CB453D;
	margin-right: 10px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 h4 span{
		margin-right: 16px;
	}
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(1) img{
	width: 600px;
	height: auto;
	margin: 10px 0 0;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(1) img:nth-of-type(1){
	margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(1) img{
		width: 100%;
	}
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(1) img:nth-of-type(3){
	width: 573px;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(2) img{
	width: 506px;
	height: auto;
	margin: 10px 0 0;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(2) img{
		width: 100%;
	}
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(3) img{
	width: 506px;
	height: auto;
	margin: 10px 0 0;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(3) img{
		width: 100%;
	}
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 .bold{
	font-size: 16px;
	line-height: 26px;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 p{
	font-size: 14px;
	line-height: 24px;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(2) p:nth-of-type(2){
	margin-top: 0;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01:nth-of-type(4) p:nth-of-type(2){
	margin-top: 0;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 p span{
	color: #CB453D;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 p.space{
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .contents02_02_01_01 p.space{
		margin-top: 25px;
	}
}

/*お支払い方法部分*/
.contents02 .contents02_02 .contents02_02_01 img.card{
	width: 414px;
	height: auto;
	margin-top: 12px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 img.card{
		width: 100%;
		max-width: 320px;
		margin-top: 17px;
	}
}
.contents02 .contents02_02 .contents02_02_01 p.remarks{
	margin-top: 25px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 p.remarks{
		margin-top: 24px;
	}
}
.contents02 .contents02_02 .contents02_02_01 .amazon{
	width: 281px;
	height: auto;
	margin-top: 27px;
	margin-bottom: 20px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .amazon{
		width: 230px;
		margin-top: 27px;
		margin-bottom: 12px;
	}
}
.contents02 .contents02_02 .contents02_02_01 .amazon img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 .atone{
	width: 411px;
	height: auto;
	margin-top: 27px;
	margin-bottom: 20px;
	display: block;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 .atone{
		width: 100%;
		max-width: 320px;
		margin-top: 27px;
		margin-bottom: 12px;
	}
}
.contents02 .contents02_02 .contents02_02_01 .atone img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

/*送料部分*/
.contents02 .contents02_02 .contents02_02_01 img.map{
	width: 619px;
}
@media only screen and (max-width:767px) {
	.contents02 .contents02_02 .contents02_02_01 img.map{
		width: 100%;
	}
}
.contents02 .contents02_02 .contents02_02_01 p.souryou{
	margin-bottom: 7px;
	margin-top: 20px;
}
/*.contents04ここまで*/

