<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.works {
	background-image: url(../images/works/image.jpg);
}

#works {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}

/*選択UI*/
#category {
	width: 100%;
	padding: 15px;
	margin: 0 0 50px 0;
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #F8F8F8;
}

#place {
	margin: 0 0 15px 0;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

#place li {
	width: 19%;
	text-align: center;
	letter-spacing: 0.1em;
}

#place li a {
	color: #444;
	text-decoration: none;
}

#place li a p {
	padding: 5px 0;
	border: 1px solid #C8C8C8;
	background-color: #FFF;
	transition: 0.3s;
}

#stay {
	color: #FFF;
	cursor: default;
	border: 1px solid #004DA0 !important;
	background-color: #004DA0 !important;
}

#select {
	width: 100%;
	border: 1px solid #C8C8C8;
	font-size: 90%;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	background-color: #FFF;
}

#select p {
	font-weight: bold;
	padding: 15px;
	background-color: #C8C8C8;
}

#select ul {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#select ul li {
	margin: 0 10px 0 0;
}

#select ul li:hover {
	cursor: pointer;
	text-decoration: underline;
}

#select ul li:last-child {
	margin: 0;
}

.checkbox_custom {
	display: none;
}

.checkbox_parts {
    padding: 0 0 0 20px;
    position: relative;
}

.checkbox_parts::before {
	width: 15px;
    height: 15px;
    content: "";
    display: block;
	border: 1px solid #C8C8C8;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox_custom:checked + .checkbox_parts::after {
	width: 15px;
    height: 15px;
	border: 1px solid #004DA0;
	background-color: #004DA0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#select button {
	font-size: 100%;
	padding: 8px 10px;
	margin: 0 20px 0 0;
	cursor: pointer;
	border: 1px solid #C8C8C8;
	background-color: #FFF;
	transition: 0.3s;
}

#select button:hover {
	color: #004DA0;
}

/*該当製品無し*/
#notfound {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	color: #ef6060;
	text-align: center;
	line-height: 1;
}

/*一覧*/
#list {
	width: 100%;
}

#list ul {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#list ul li {
	width: 25%;
	padding: 0 10px 20px 10px;
}

#list ul li:nth-last-child(-n+4) {
	padding: 0 10px 0 10px;
}

.unit {
	width: 100%;
	padding: 10px 10px 20px 10px;
	border: 1px solid #C8C8C8;
	transition: 0.2s;
	background-color: #FFF;
}

.unit:hover {
	border: 1px solid #E6E6E6;
	box-shadow: inset 0 0 0 4px #E6E6E6;
    cursor: pointer;
}

.unit h2 {
	width: 100%;
	padding: 5px;
}

.unit span {
	font-size: 75%;
	color: #888;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 5px;
	margin: 0 0 0 5px;
	background-color: #E6E6E6;
}

.unit dl {
	display: table;
}

.unit dl dt {
	display: table-cell;
}

.unit dl dd {
	margin: 0 0 0 10px;
}

.unit dl dd p {
	display: inline;
	margin: 0 10px 0 0;
}

.unit dl dd p:last-child {
	margin: 0;
}

.unit dl dd p a {
	color: #444;
	text-decoration: underline;
}

.unit dl dd p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
/*選択UI*/
#select {
	display: block;
}

#select p {
	margin: 0 0 10px 0;
	padding: 10px;
}

#select ul {
	padding: 0 10px;
}

#select ul li {
	margin: 0 10px 10px 0;
}

#select ul li:last-child {
	margin: 0 0 25px 0;
}

#select button {
	width: 92%;
	margin: 4%;
}
}

@media screen and (max-width: 800px) {
/*一覧*/
#list ul li {
	width: 50%;
}

#list ul li:nth-last-child(-n+4) {
	padding: 0 10px 20px 10px;
}

#list ul li:nth-last-child(-n+2) {
	padding: 0 10px 0 10px;
}
}

@media screen and (max-width: 700px) {
#works {
	padding: 0;
}

/*選択UI*/
#category {
	padding: 10px;
	margin: 0 0 25px 0; 
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
}

#place {
	margin: 0;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#place li {
	width: 32%;
	margin: 0 2% 10px 0;
}

#place li:nth-child(3),
#place li:last-child {
	margin: 0 0 10px 0;
}

#place li:nth-last-child(-n+2) {
	margin: 0 2% 20px 0;
}

/*一覧*/
#list ul li {
	width: 100%;
}

#list ul li:nth-last-child(-n+4) {
	padding: 0 10px 15px 10px;
}

#list ul li:last-child {
	padding: 0 10px 0 10px;
}
}</pre></body></html>