@charset "shift-jis";

#artificial_grass{
	max-width: 750px;
	margin: 0 auto;
}
#artificial_grass a{
	text-decoration: none;
	color: inherit;
	display: block;
}
#artificial_grass img{
	width: 100%;
}

/*タイトル*/
#artificial_grass .title{
	font-size: 45px;
	font-weight: 700;
	color: #376f12;
	text-align: center;
	margin: 15px auto;
}

/*サブタイトル*/
#artificial_grass .sub_title{
	font-size: 25px;
	font-weight: 400;
	color: #444444;
	text-align: center;
	margin: 50px auto 0;
}

/*サイズ選択ボタン*/
#artificial_grass .col{
	width: 95%;
	margin: 10px auto;
}
#artificial_grass .col > li{
	width: calc((100% - 42px)/4);
    margin-right: 10px;
    display: inline-block;
    background-color: #dbdbdb;
    border-radius: 5px;
    text-align: center;
}
/* #artificial_grass .col > li:nth-child(3),
#artificial_grass .col > li:nth-child(4){
	background-color: #bebebe;
} */
#artificial_grass .col > li:nth-child(4n){
	margin: 0;
}
#artificial_grass .type_size{
	font-size: 18px;
    line-height: 14px;
    padding-bottom: 9px;
    border-bottom: dashed 1px #444444;
    display: inline-block;
    height: 38px;
}
#artificial_grass .size{
    font-size: 18px;
    height: 38px;
    line-height: 44px;
    padding-bottom: 9px;
    border-bottom: dashed 1px #444444;
    display: inline-block;
}

/*価格プロ*/
#artificial_grass .price{
	font-size: 24px;
	color: #f00;
}
#artificial_grass .price .spesicalprice{
	display: none;
}
#artificial_grass .intax{
	font-size: 12px;
	color: #f00;
}

/*回遊ボタン*/
#artificial_grass .midasi{
	font-size: 25px;
	color: #519921;
	text-align: center;
	margin-bottom: 5px;
}
#artificial_grass .btn01{
    width: 94.5%;
	margin: 30px auto 15px;
	background-color: #519921;
	border: solid 2px #519921;
	border-radius: 50px;
	text-align: center;
	position: relative;
}
#artificial_grass .btn01 a{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 5px 0;
}
#artificial_grass .btn02{
	width: 95%;
	margin: 0 auto;
}
#artificial_grass .btn02 li{
	width: calc((100% - 22px)/2);
	margin-right: 10px;
	display: inline-block;
	background-color: #519921;
	border: solid 2px #519921;
	border-radius: 50px;
	text-align: center;
	position: relative;
}
#artificial_grass .btn02 li:nth-child(2n){
	margin: 0;
}
#artificial_grass .btn02 li a{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 5px 0;
}
#artificial_grass .btn01 a:hover,
#artificial_grass .btn02 li a:hover{
	color: #519921 !important;
	background-color: #fff;
	border-radius: 50px;
}
#artificial_grass .btn01::after,
#artificial_grass .btn02 li::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border: transparent solid 8px;
	border-left: solid #fff 12px;
}
#artificial_grass .btn01:hover::after,
#artificial_grass .btn02 li:hover::after{
	border-left: solid #519921 12px;
}