@charset "utf-8";

.interior .pageTitle h1 {
	background-image: url(../img/interior/icon_title01.png);
	background-position: left 0.25em;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding: 5px 0 5px 55px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1 {
	position: relative;
	padding: 75px 0 50px;
	text-align: center;
}

.works_subTitle {
	padding: 0 0 65px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.works_category {
	margin: 0 auto 65px;
	max-width: 650px;
	text-align: center;
	letter-spacing: -0.5em;
}
.works_category li {
	position: relative;
	float:left;
	background: #A7A7A7;
	margin-left: 6.05%;
	width: 29.3%;
	max-width: 190px;
}
.works_category li:nth-child(4n+1) {
	margin-left: 0;
}
.works_category li:before {
	content: '';
	display: block;
	padding-top: 95%;
}
.works_category li a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	padding-top: 25%;
	width:100%;
	height:100%;
	color: #FFFFFF;
	text-align:center;
	line-height: 1.4;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.works_category li a span {
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 46px;
}
.works_category li.icon02 a span {
	padding-top: 59px;
}
.works_category li.icon01 a span{background-image: url(../img/interior/icon01.png); padding-top: 60px;}
.works_category li.icon02 a span{background-image: url(../img/interior/icon02.png);}
.works_category li.icon03 a span{background-image: url(../img/interior/icon03.png); padding-top: 60px;}
.works_category li a:hover,
.works_category li a.active{
	background: #232323;
	opacity: 1;
}
.works_category li a:after{
	content: "";
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	border-top: 26px solid transparent;
	border-right: 37px solid transparent;
	border-left: 37px solid transparent;
	margin: auto;
	width: 74px;
	height: 26px;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.works_category li a:hover:after,
.works_category li a.active:after {
	border-top: 26px solid #232323;
}
.sec1 ul.works_list {
	text-align: left;
	letter-spacing: -0.5em;
}
.sec1 ul.works_list li {
	display: inline-block;
	margin-bottom: 50px;
	width: 33.3333%;
	text-align: left;
	letter-spacing: 0;
	vertical-align: top;
}
.sec1 ul.works_list li a {
	display: block;
}
.sec1 ul.works_list li a img {
	opacity: 1;
}
.sec1 ul.works_list li p.figure {
	margin-bottom: 25px;
}
.works_list_text01 {
	margin-bottom: 10px;
	padding: 0 25px;
}
.list_text02 {
	font-size: 12px;
	padding: 0 25px;
}

.entry {
	margin: 0 auto;
	max-width: 700px;
	text-align: left;
}
.entry h2 {
	padding: 0 0 40px;
	font-size: 20px;
	font-weight: normal;
}
.entry figure {
	margin-bottom: 45px;
}
.entry figcaption {
	display: block;
	margin-top: 15px;
	font-size: 14px;
}
.entry h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 42px;
}
.entry h3 span {
	font-size: 12px;
	display: block;
}

.entry_box {
	margin-bottom: 32px;
}
.entry_box_left {
	float: left;
	width: 47%;
	margin-right: 3%;
}
.entry_box_right {
	float: right;
	width: 50%;
}
.entry_box_left p {
	font-size: 14px;
	line-height: 2;
}
.detail_box {
	font-size: 14px;
	padding: 27px 23px;
	border: 1px solid #ddd;
}
.detail_box p {
	margin-bottom: 19px;
}
.detail_box dt {
	float: left;
	width: 60px;
}
.detail_box dd {
	float: left;
	width: 200px;
	margin-bottom: 21px;
}
.detail_box dd:last-child {
	margin-bottom: 0;
}
.detail_text01 {
	font-size: 12px;
	line-height: 16px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 55px;
}
.detail_text01:before {
	content: "";
	background: url(../img/interior/icon_detail.png) 0 50% no-repeat;
	width: 21px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.detail_ul01 {
	margin-bottom: 136px;
}
.detail_ul01 li {
	width: 32%;
	text-align: center;
	display: inline-block;
}
.detail_ul01 li img {
	vertical-align: middle;
}

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

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:959px) {}


/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 639px) {

.interior .pageTitle h1 {
	background-position: left 0.45em;
	background-size: 22px auto;
	padding: 5px 0 5px 32px;
}	

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1 {
	padding: 15px 0 50px;
}
.works_subTitle {
	padding: 0 0 20px;
	font-size: 19px;
}
.works_category {
	margin: 0 auto 40px;
}
.works_category li {
	margin-left: 2%;
	width: 32%;
	max-width: 190px;
	min-height: 100px;
}
.works_category li a{
	font-size: 12px;
}
.works_category li a span {
	background-size: 20px auto;
	padding-top: 23px;
}
.works_category li.icon02 a span {
	padding-top: 39px;
}
.works_category li.icon01 a span{padding-top: 40px;}
.works_category li.icon03 a span{padding-top: 40px;}
.works_category li a:after{
	bottom: -14px;
	border-top: 14px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	width: 38px;
	height: 14px;
}
.works_category li a:hover:after,
.works_category li a.active:after {
	border-top: 14px solid #232323;
}
.sec1 ul.works_list li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.sec1 ul.works_list li p.figure {
	margin-bottom: 15px;
}
.works_list_text01 {
	margin-bottom: 0;
	padding: 0 3%;
	font-size: 16px;
}
.list_text02 {
	font-size: 11px;
	padding: 0 3%;
}

.entry h2 {
	padding: 0 0 14px;
	font-size: 18px;
}
.entry figure {
	margin-bottom: 25px;
}
.entry_box {
	margin-bottom: 25px;
}
.entry_box_left,
.entry_box_right {
	float: none;
	width: 100%;
}
.entry_box_left h3 {
	font-size: 14px;
	margin-bottom: 16px;
}
.entry_box_left h3 span {
	font-size: 11px;
}
.entry_box_left p {
	font-size: 12px;
	margin-bottom: 20px;
}
.detail_box {
	font-size: 12px;
	padding: 12px 20px;
}
.detail_box p {
	margin-bottom: 10px;
}
.detail_box dt {
	width: 30%;
}
.detail_box dd {
	width: 70%;
	margin-bottom: 12px;
}
.detail_text01 {
	margin-bottom: 14px;
}
.detail_ul01 {
	margin-bottom: 13px;
}
.detail_ul01 li {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

}

@media screen and (max-width: 479px) {
.works_category li a{
	padding-top: 20%;
}
}