.maindesign {
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

.maindesign .feature-hdg1 .sub_title{
/*
	right: 3%;
	left: auto;*/
	left: 17%;
	font-size: 60px;
	width: auto;
    font-feature-settings: "palt"1;
	background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 40px;
}
.maindesign .description{
	text-align: justify;
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1 .sub_title{
	font-size: 7vw;
    font-feature-settings: "palt"1;
	left: 50%;
	width: 60vw;
        margin: auto;
        transform: translate(-50%, -50%);
    padding: 20px 20px;
}
.maindesign .fs-medium{
	font-size: 0.8em;
}
.maindesign .tab-menu-nav .fs-medium{
	font-size: 1.0em;
}

}








.maindesign .recommend-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.maindesign .recommend-flex::before,
.maindesign .recommend-flex::after{
	content: "";
	display: block;
	width: 49%;
	height: 0;
}
.maindesign .recommend-flex::before{
	order: 1;
}
.maindesign .recommend-flex li{
	width: calc(49% - 22px);
	padding: 10px;
	/*border: 1px solid #ccc;*/
}
.maindesign .recommend-flex li p{
	margin-bottom: 10px;
	line-height: 1.3;
}
.maindesign .recommend-flex li .goods-name{
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 1.3;
}
.maindesign .recommend-flex li .images{
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
.maindesign .recommend-flex li{
	width: 100%;
}

	.maindesign .recommend-flex li .goods-name{
	font-size: 1.1em;
}
}



.maindesign .rattan-chair{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}
.maindesign .rattan-chair::before,
.maindesign .rattan-chair::after{
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
.maindesign .rattan-chair::before{
	order: 1;
}
.maindesign .rattan-chair li{
	width: calc(24% - 12px);
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
/*.maindesign .rattan-chair li:nth-child(-n + 4){
	margin-top: 0;
}*/
.maindesign .rattan-chair li .type{
	font-size: 1.1em;
	margin-bottom: 10px;
}
.maindesign .rattan-chair li .images{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.maindesign .rattan-chair::before,
.maindesign .rattan-chair::after{
	width: 48%;
}
.maindesign .rattan-chair li{
	width: calc(48% - 12px);
}
/*.maindesign .rattan-chair li:nth-child(-n + 4){
	margin-top: 10px;
}
.maindesign .rattan-chair li:nth-child(-n + 3){
	margin-top: 0;
}*/
.maindesign .rattan-chair li .type{
	font-size: 0.9em;
}
.maindesign .rattan-chair .fs-medium{
	padding: 0.8rem 0.4rem 0.8rem 0rem;
}
.maindesign .rattan-chair .fs-medium::after{
	right: 10px;
}

}



.maindesign .related-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}
.maindesign .related-flex:first-child{
	margin-top: 0;
}
.maindesign .related-flex::before,
.maindesign .related-flex::after{
	content: "";
	display: block;
	width: 49%;
	height: 0;
}
.maindesign .related-flex::before{
	order: 1;
}
.maindesign .related-flex li{
	width: calc(49% - 22px);
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
.maindesign .related-flex li:nth-child(-n + 2){
	margin-top: 0;
}
.maindesign .related-flex li .goods-name{
	font-size: 1.3em;
/*	text-align: center;*/
	margin-bottom: 10px;
}
.maindesign .related-flex li .images{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.maindesign .related-flex li{
	margin-top: 10px;
}
.maindesign .related-flex li .goods-name{
	font-size: 1.1em;
}
}




.maindesign .feature{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 2em;
}
.maindesign .feature .images{
	width: 49%;
}
.maindesign .feature .text-area{
	width: 49%;
}
.maindesign .feature .text-area p{
	padding: 0 10px;
	line-height: 1.4;
	text-align: justify;
}
.maindesign .feature .text-area .feature-title{
	padding: 0 10px 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
}
@media screen and (max-width: 767px){
.maindesign .feature .images{
	width: 100%;
	margin-bottom: 10px;
}
.maindesign .feature .text-area{
	width: 100%;
}
}


.maindesign .feature__items li{
	min-height: auto;
}
@media screen and (min-width: 768px){
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
	font-size: 1.4em;
}

}

