@charset "UTF-8";
/* CSS Document */

.stile_container_01 img {
	width: 100%;
}



.str_keijou ul,
.str_style ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: start;
	width: 100%;
	margin-bottom: 30px;
}
.str_style ul {
	margin-bottom: 0;
}
.str_keijou ul li img,
.str_style ul li img,
.str_hinshu ul li img,
.str_kakubu img {
    width: 100%;
}

.str_keijou ul li {
    width: 31%;
    margin-right: auto;
    margin-bottom: 0;
}
.str_keijou ul li .name {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 5px;
}
.str_keijou ul li .text {
	display: block;
}

.str_keijou ul li:nth-child(3n) {
    margin-right: 0;
}

.str_style ul li {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 20px;
}
.str_style ul li:nth-child(4n) {
    margin-right: 0;
}
.str_style ul li .image img {
	border: 1px solid #ccc;
    margin-bottom: 8px;
}
.str_style ul li div .name {
	text-align: center;
    font-weight: bold;
}

.str_hinshu>ul {
	display: block;
}
.str_hinshu>ul>li {
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    margin-bottom: 70px;
}
.str_hinshu>ul>li>.image {
	width: 35%;
}
.str_hinshu>ul>li>.image>.name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-top: 12px;
}
.str_hinshu>ul>li>.color {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: start;
	width: 62%;
	margin-left: auto;
    padding: 15px;
    box-sizing: border-box;
	background-color: #efefef;
}
.str_hinshu>ul>li>.color>li {
	width: 18%;
	margin-right: 2.5%;
}
.str_hinshu>ul>li>.color>li:nth-child(5n) {
	margin-right: 0;
}

.str_hinshu>ul>li>.color>li .color_name {
    font-size: 10px;
    line-height: 1.4;
    display: block;
    margin-bottom: .5em;
}

.str_hacchu>p {
	margin: 0 0 40px;
}
.str_hacchu .hacchu_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.str_hacchu .hacchu_wrap .image {
	width: 45%;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.str_hacchu .hacchu_wrap .image img {
	width: 100%;
}
.str_hacchu .hacchu_wrap .text {
	width: 50%;
	margin-left: auto;
}
.str_hacchu .hacchu_wrap .text .link_youshi {
	display: block;
	padding: 1em;
	border: solid 1px transparent;
    box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #cc5;
}
.str_hacchu .hacchu_wrap .text .link_youshi:hover {
	border-color: #aa5;
	color: #aa5;
	background-color: #fff;
}
.str_hacchu .hacchu_wrap .text .link_kinyurei {
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 1em 0;
    color: #666;
}
.str_hacchu .hacchu_wrap .text .link_kinyurei:hover {
	color: #aaa;
}
.str_hacchu .hacchu_wrap .text .link_kinyurei:before {
	content: "■";
	width: 1em;
	height: 1em;
}
.str_hacchu .hacchu_wrap .text .attention {
	list-style-type: none;
	padding-left: 1.5em;
}
.str_hacchu .hacchu_wrap .text .attention li {
	margin: 1em 0;
	position: relative;
}
.str_hacchu .hacchu_wrap .text .attention li:before {
	content: "※";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: -1.5em;
}

.str_text {
	display: block;
	line-height: 1.4;
	padding: 16px;
	margin: 0 0 8px;
	color: #966;
	border: solid 1px #966;
	font-size: 16px;
	text-align: center;
}
.str_hosoku {
	margin: 0 0 70px 0;
}

h4.str_title {
    font-size: 120%;
    font-weight: bold;
    color: #333;
    padding: 0 0 0 10px;
    border-left: solid 13px #baa;
    border-bottom: solid 1px #baa;
}
h4.str_title span {
    display: inline-block;
    font-size: 85%;
    margin-left: 1em;
    vertical-align: baseline;
}

.stile_container_01 img {width: 100%;}


@media screen and ( max-width: 949px ){

	.str_keijou ul,
	.str_style ul {
		width: unset;
		margin: 0 40px;
	}
	.str_style .str_hosoku {
		margin: 0 40px;
	}
	.str_keijou ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 18px;
	}
	.str_keijou ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.str_keijou ul li:nth-child(2n) {
		margin-right: 0;
	}

	.container .str_style ul li {
		width: 32%;
		margin-right: 2%;
	}
	.str_style ul li .image img {
		margin-bottom: 4px;
	}
	.str_style ul li div .name {
		font-size: 12px;
	}
	.str_style ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.str_style ul li:nth-child(3n) {
		margin-right: 0;
	}

	.str_hinshu>ul>li {
		margin-bottom: 60px;
		flex-direction: column;
	}
	.str_hinshu>ul>li>.image {
		width: unset;
		margin: 0 40px 0;
		display: flex;
		flex-direction: column-reverse;
	}
	.str_hinshu>ul>li>.image>.name {
		margin-top: unset;
		margin-bottom: 10px;
	}
	.str_hinshu>ul>li>.color {
		width: unset;
		margin: 0 40px;
		padding: 20px;
	}
	.str_hinshu>ul>li>.color>li {
		width: 32%;
		margin-right: 2%;
	}
	.str_hinshu>ul>li>.color>li:nth-child(5n) {
		margin-right: 2%;
	}
	.str_hinshu>ul>li>.color>li:nth-child(3n) {
		margin-right: 0;
	}

	.str_hacchu>p {
		margin: 0 40px 20px;
	}
	.str_hacchu .hacchu_wrap .image {
		width: unset;
		margin: 0 40px 30px;
	}
	.str_hacchu .hacchu_wrap .text {
		width: unset;
		margin: 0 40px;
	}

	.str_text {
		margin: 0 40px 8px;
	}
	.str_hosoku {
		margin: 0 40px 70px;
	}

	h4.str_title {
		font-size: 100%;
		margin: 0 40px;
	}
}

@media screen and ( max-width: 420px ){
	.str_keijou ul,
	.str_style ul {
		width: unset;
		margin: 0 14px;
	}
	.str_style .str_hosoku {
		margin: 0 14px;
	}
	.str_keijou ul li {
		width: 100%;
		margin-right: 0;
	}
	.str_keijou ul li:nth-child(3n) {
		margin-right: 0;
	}

	.str_hinshu>ul>li {
		margin-bottom: 50px;
	}
	.str_hinshu>ul>li>.image {
		margin: 0 14px 0;
	}
	.str_hinshu>ul>li>.color {
		margin: 0 14px;
		padding: 12px;
	}

	.str_hacchu>p {
		margin: 0 14px 20px;
	}
	.str_hacchu .hacchu_wrap .image {
		margin: 0 50px 20px;
	}
	.str_hacchu .hacchu_wrap .text {
		margin: 0 14px;
	}

	.str_text {
		font-size: 14px;
		margin: 0 14px 5px;
	}
	.str_hosoku {
		margin: 0 14px 50px;
	}

	h4.str_title {
		margin: 0 14px;
	}
}


.col-main ul.page-link {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3rem
}
.col-main ul.page-link li {
    width: calc(25% - (0.75rem * 3/4));
    width: fit-content;
}
.col-main ul.page-link li a {
    display: inline-block;
    padding: 0.75em 1em;
    margin: 0;
    color: #333;
    background-color: #eee;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.col-main ul.page-link li a:before {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    border: solid 6px transparent;
    border-left-color: #aaa;
    vertical-align: middle;
}
.col-main ul.page-link.jushu li a {
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.col-main .page-link-title {
	border-bottom: solid 1px #ccc;
}

@media all and (max-width: 768px){
    .col-main ul.page-link {
        width: calc(100% - 4em);
        flex-direction: column;
        gap: 1em;
        margin: 0 auto 3em;
        padding: 2em 1em;
        background-color: #eee;
        border: solid 1px #aaa;
    }
    .col-main ul.page-link li a {
        padding: 0 1em;
        text-decoration: underline;
    }
}