@charset "utf-8";
/* CSS Document */
#R_navi01{background-position:0 -41px !important;}

#topTxt{
	border:3px double #ff3657;
	padding:10px;
	margin:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

#topTxt {
	position: relative;
	padding: 1.3rem 2rem;
	border: 4px solid #ff7800;
	text-align: center;
	color: #ff7800;
	font-size: 20px;
	background: #FFF;
	}
  
#topTxt:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	content: '';
	border: 2px solid #ff7800;
	}

.H3_TT h3{
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 0 0 0 2px;
    font-weight: 900;;
}
.H3_TT h3:before {
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	padding: 0 5px 0 0
}

.kokusanmaker{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    margin: 15px 0 0;
}
.kokusanmaker li{
    background: #FFF;
    border: 2px solid #321301;
    box-shadow: 0 3px 0 #321301;
    width: 172px;
    height: 60px;
    font-weight: 900;
    padding: 3px 0;
    text-align: center;
    border-radius: 5px;
    margin: 0 4px 15px 0;
    position:relative;
}
.kokusanmaker li:nth-child(4n){
    margin: 0 0px 15px 0;
}
.kokusanmaker li:hover{
	background-position:-171px 0;
}

#type_back{
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
    margin: 15px 0 0;
}
#type_back li{
    background: #FFF;
    border: 2px solid #321301;
    box-shadow: 0 3px 0 #321301;
    width: 125px;
    height: 81px;
    font-weight: 900;
    padding: 9px 0;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px 15px 0;
    position:relative;
}
#type_back li a{
    width: 125px;
    height: 81px;
	display:block;
}
#type_back li:nth-child(5n){
    margin: 0 0px 15px 0;
}
#type_back li div{
	position:absolute;
	bottom: 29px;
	text-align:center;
	width:100%;
}
#type_back li:nth-child(12) div{ bottom: 24px;}
#type_back li:nth-child(13) div{bottom: 23px;}

#type_back li div img{
	display: inline-block;
}
#type_back li span{
    font-size: 12px;
    display:block;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:5px;
}


.priceList{
	margin:10px 0 20px 0;
}
.priceList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 15px 0 0;
}
.priceList li{
    background: #FFF;
    border: 2px solid #321301;
    box-shadow: 0 3px 0 #321301;
    width: 213px;
    font-size: 17px;
    font-weight: 900;
    padding: 9px 0;
    text-align: center;
    border-radius: 50px;
    margin: 0 10px 15px 0;
}
.price_priceList li:nth-child(3n){
    margin: 0 0px 15px 0;
}
.priceList li a{
    display:block;
}