@charset "utf-8";

#caseList {
margin-bottom: 60px;
}
#caseList .photoBox {
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
#caseList .photoBox article {
flex-basis: 23%;
max-width: 23%;
margin: 0 1% 1%;
}
#caseList .imgBox {
display: block;
position: relative;
border-radius: 6px;
transition: all .4s;
height: 206px;
}
#caseList .imgBox:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
z-index: 10;
border: 10px solid #ccc;
border: 10px solid rgba(255, 255, 255, 0.8);
}
#caseList .imgBox:hover {
opacity: 0.7;
}
#caseList .imgBox img {
vertical-align: bottom;
position: relative;
z-index: -1;
width: 100%;
object-fit: cover;
height: 206px;
font-family: 'object-fit: cover;'
}
#partCase {
margin-bottom: 60px;
}
#partCase h2 {
background: url(/case/images/case_part_icon.png) left bottom no-repeat;
font-weight: 500;
font-size: 130%;
width: 18em;
margin: 0 auto;
line-height: 100%;
padding-left: 30px;
min-height: 23px;
margin-bottom: 20px;
}
#partCase .partBox {
display: flex;
justify-content: space-between;
align-items:stretch;
flex-wrap: wrap;
}
#partCase .partBox li {
flex-basis: 13%;
background:#ff7500;
color: #fff;
font-weight: 500;
text-align: center;
border-radius: 4px;
font-size: 100%;
display: inline-block;
transition: all .4s;
line-height: 120%;
}
#partCase .partBox li:hover {
opacity: 0.7;
}
#partCase .partBox li a {
display: block;
width: 100%;
height: 100%;
}
#partCase .partBox li a span {
display: block;
color: #fff;
width: 100%;
height: 100%;
padding:25px 3px 18px;
background-color: #ff7500;
margin-top: 2px;
}
#partCase .partBox li a:before {
content: '';
display: block;
height: 160px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: transparent;
}
#partCase .partBox li#bath a:before {
background-image: url(//www.gwoodyhome.jp/images/top/bath_bg.jpg);
}
#partCase .partBox li#kitchen a:before {
background-image: url(//www.gwoodyhome.jp/images/top/kitchen_bg.jpg);
}
#partCase .partBox li#wc a:before {
background-image: url(//www.gwoodyhome.jp/images/top/wc_bg.jpg);
}
#partCase .partBox li#outer a:before {
background-image: url(//www.gwoodyhome.jp/images/top/outer_bg.jpg);
}
#partCase .partBox li#exterior a:before {
background-image: url(//www.gwoodyhome.jp/images/top/exterior_bg.jpg);
}
#partCase .partBox li#new a:before {
background-image: url(//www.gwoodyhome.jp/images/top/new_bg.jpg);
}
#partCase .partBox li#etc a:before {
background-image: url(//www.gwoodyhome.jp/images/top/etc_bg.jpg);
}
#partCase .partBox li {
background-color: transparent;
}
#pagenation {
text-align: center;
margin: 30px 0 60px;
}
#pagenation ul {}
#pagenation li {
display: inline-block;
margin: 0 0.1em;
}
#pagenation li.active {
padding: 0.2em 0.7em;
color: #333;
}
#pagenation li a {
font-weight: 400;
padding: 0.2em 0.7em;
background: #ddd;
color: #fff;
transition: all .4s;
border-radius: 3px;
}
#pagenation li a:hover {
background: #eee;
color: #ff7500;
text-decoration: none;
}
#pagenation li.prev a,
#pagenation li.next a {
color: #ff7500;
background: inherit;
font-weight: 800;
}
#pagenation li.prev a:hover,
#pagenation li.next a:hover {
background: transparent;
opacity: 0.6;
}
.beforeIcon,
.afterIcon {
border-radius: 15px;
padding: 5px 5px;
line-height: 100%;
font-size: 90%;
font-weight: 500;
text-align: center;
}
.beforeIcon {
border: 1px solid #ff7500;
color: #ff7500;
background: #fff;
}
.afterIcon {
background: #ff7500;
color: #fff;
}
#caseDetail {
margin-bottom: 60px;
}
#caseDetail .before,
#caseDetail .after {
margin: 0 auto 5px;
width: 85%;
}
#caseDetail .before dt,
#caseDetail .after dt {
float: left;
width: 9%;
}
#caseDetail .before dd,
#caseDetail .after dd {
width: 90%;
float: right;
}
#caseDetail .photoBox {}
#caseDetail .photoBox .mainPhoto {
width: 100%;
height: 600px;
overflow: hidden;
margin-bottom: 10px;
}
#caseDetail .photoBox .mainPhoto img {
width: 100%;
height: 100%;
max-width: 1100px;
object-fit: contain;
font-family: 'object-fit: contain;'
}
#caseDetail .photoBox h2 {
text-align: center;
}
#caseDetail .photoBox p {
width: 85%;
margin: 0 auto;
}
#caseDetail #thumbnail ul {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
width: 85%;
padding: 10px 0 20px;
margin: 0 auto 20px;
}
#caseDetail #thumbnail li {
flex-basis: 16.2%;
max-width: 16.2%;
margin: 0.1%;
height: 100px;
overflow: hidden;
transition: all 0.3s;
cursor: pointer;
border-radius: 6px;
position: relative;
}
#caseDetail #thumbnail li img {
width: 100%;
height: 100%;
object-fit: cover;
font-family: 'object-fit: cover;'
}
#caseDetail #thumbnail li:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
z-index: 10;
border: 5px solid #ccc;
border: 5px solid rgba(255, 255, 255, 0.8);
}
#caseDetail #thumbnail li:hover {
opacity: 0.8;
}
#caseDetail #thumbnail li.active {
opacity: 0.6;
}
#caseDetail .comment {
margin-bottom: 20px;
}
#caseDetail .detailTable {
margin-bottom: 15px;
}
#caseDetail .detailTable dl {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
margin-bottom: 3px;
}
#caseDetail .detailTable dt,
#caseDetail .detailTable dd {
padding: 7px 10px;
font-size: 90%;
}
#caseDetail .detailTable dt {
flex-basis: 20%;
max-width: 20%;
border-right: 2px solid #ffcda0;
text-align: right;
font-weight: 500;
}
#caseDetail .detailTable dd {
flex-basis: 80%;
max-width: 80%;
border-bottom: 1px solid #eee;
font-weight: 300;
}
#floorPlan {
margin-bottom: 60px;
}
#floorPlan .innerBox {
display: flex;
justify-content: space-between;
align-items: stretch;
}
#floorPlan .before,
#floorPlan .after {
flex-basis: 46%;
max-width: 46%;
background: #eee;
padding: 10px;
height: 100%;
}
#floorPlan .before dl,
#floorPlan .after dl {
margin-bottom: 5px;
}
#floorPlan .before dt,
#floorPlan .after dt {
width: 20%;
float: left;
}
#floorPlan .before {
position: relative;
}
#floorPlan .after {
margin-left: 8%;
}
#floorPlan .before dd,
#floorPlan .after dd {
width: 79%;
float: left;
padding-left: 1%;
}
#floorPlan .photoBox {
width: 100%;
height: 100%;
overflow: hidden;
border: 1px solid #ccc;
background: #fff;
text-align: center;
}
#floorPlan .photoBox img {
max-width: 300px;
width: 100%;
}
#floorPlan .before:after {
content: "";
display: block;
background: url(/case/images/arrow.png) no-repeat 80% center;
background-size: contain;
width: 6%;
height: 100%;
position: absolute;
top: 0;
right: -12%;
}
#priceDetail {
margin-bottom: 60px;
}
#priceDetail dl {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
margin-bottom: 1px;
}
#priceDetail dt,
#priceDetail dd {
padding: 5px 10px;
font-size: 90%;
}
#priceDetail dt {
flex-basis: 30%;
max-width: 30%;
text-align: left;
font-weight: 400;
background: #ffcda0;
line-height: 140%;
}
#priceDetail dd {
flex-basis: 70%;
max-width: 70%;
border-bottom: 1px solid #eee;
font-weight: 300;
}
#priceDetail dd.price {
font-size: 130%;
font-weight: 600;
color: #ff7500;
}
#priceDetail .comment {
color: #999;
font-size: 90%;
margin-top: 10px;
line-height: 130%;
}
#choicePoint {
margin-bottom: 60px;
}
#choicePoint img {
float: left;
margin-right: 15px;
max-width: 600px;
width: 30%;
}
#reformPoint {
margin-bottom: 60px;
}
#reformPoint .innerBox {
display: flex;
justify-content: space-between;
align-items: stretch;
}
#reformPoint .before,
#reformPoint .after {
flex-basis: 48%;
max-width: 48%;
background: #eee;
padding: 10px;
}
#reformPoint .before {
position: relative;
}
#reformPoint .after { }
#reformPoint .before dl,
#reformPoint .after dl {
margin-bottom: 5px;
}
#reformPoint .before dt,
#reformPoint .after dt {
margin-bottom: 3px;
width: 20%;
}
#reformPoint .before dd,
#reformPoint .after dd {
color: #ff7500;
font-weight: 500;
}
#reformPoint .before .photoBox {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
#reformPoint .before .photoBox li {
border: 1px solid #ccc;
flex-basis: 49.5%;
max-width: 49.5%;
margin-bottom: 5px;
height: 160px;
width: 49.5%;
background: #fff;
padding: 3px;
border: 1px solid #ddd;
}
#reformPoint .photoBox img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50%;
font-family: 'object-fit: cover; object-position:50%;'
}
#reformPoint .before:after {
content: "";
display: block;  width: 6%;
height: 100%;
position: absolute;
top: 0;
right: -12%;
}
#reformPoint .after .photoBoxWrapper {
display: flex;
flex-wrap: wrap;
align-content: stretch;
justify-content: space-between;
}
#reformPoint .after .photoBoxs {
display: flex;
flex-basis: 100%;
}
#reformPoint .after .photoBox {
margin-bottom: 3px; flex-basis: 33%;
} #reformPoint .comment {
margin-bottom: 3px;
}
#reformPoint .staffs {
display: flex;
flex-basis: 100%;
}
#reformPoint .staff {
color: #777;
font-size: 90%;
flex-basis: 33%;
padding: 0 3px;
text-align: center;
}
#commitment {
margin-bottom: 60px;
}
#commitment article {
margin-bottom: 30px;
}
#commitment .photo {
float: right;
width: 30%;
}
#commitment h2 {
border-bottom: 1px dashed #ccc;
padding-bottom: 0.3em;
line-height: 130%;
margin-bottom: 10px;
font-weight: 500;
padding-top: 5px;
}
#commitment h2 .pointIcon {
background: #ff7500;
padding: 5px;
text-align: center;
margin-right: 0.5em;
width: 13em;
font-size: 70%;
line-height: 100%;
color: #fff;
display: inline-block;
font-weight: 300;
}
#commitment h2,
#commitment .comment {
width: 65%;
}
#partDetail {
margin-bottom: 60px;
}
#partDetail article {
margin-bottom: 30px;
}
#partDetail .photo {
float: left;
width: 30%;
margin-right: 3%;
}
#partDetail h2 {
background: #eee;
padding: 5px;
text-align: center;
width: 18em;
font-size: 90%;
line-height: 100%;
color: #ff7500;
display: inline-block;
font-weight: 600;
margin-bottom: 5px;
border-radius: 5px;
}
#partDetail .comment {
width: 67%;
float: right;
}
#moreLink {
text-align: center;
margin-bottom: 50px;
}
#moreLink .bt02 {
margin: 0 10px;
} @media screen and (max-width: 1000px) {
#refineSearch ul {
width: 95%;
}
#refineSearch li a {
padding: 3px 15px
}
#caseDetail .before,
#caseDetail .after {
width: 100%;
}
#caseList .photoBox article {
flex-basis: 31%;
max-width: 31%;
margin: 0 1% 2%;
}
#caseDetail .photoBox p {
width: 100%;
}
#caseDetail #thumbnail ul {
width: 100%;
}
#caseDetail .detailTable dt {
flex-basis: 30%;
max-width: 30%;
}
#caseDetail .detailTable dd {
flex-basis: 70%;
max-width: 70%;
}
#caseDetail .before dt,
#caseDetail .after dt {
width: 11%;
}
#caseDetail .before dd,
#caseDetail .after dd {
width: 88%;
}
#floorPlan .before dt,
#floorPlan .after dt {
width: 23%;
}
#floorPlan .before dd,
#floorPlan .after dd {
width: 76%;
}
#reformPoint .before dt,
#reformPoint .after dt {
width: 23%;
}
#caseDetail .photoBox .mainPhoto {
height: 500px;
}
#caseList .imgBox {
height: inherit;
}
#caseList .imgBox img {
height: calc(20vw + 6px);
}
} @media screen and (max-width: 760px) {
#refineSearch ul {
width: 97%;
}
#refineSearch li a {
padding: 3px 10px
}
#caseList .photoBox article {
flex-basis: 47%;
max-width: 47%;
margin: 0 1.5% 3%;
}
#caseDetail .detailTable dt {
flex-basis: 100%;
max-width: 100%;
}
#caseDetail .detailTable dd {
flex-basis: 100%;
max-width: 100%;
}
#caseDetail .before dt,
#caseDetail .after dt {
width: 15%;
}
#caseDetail .before dd,
#caseDetail .after dd {
width: 84%;
}
#caseDetail .photoBox .mainPhoto {
height: 400px;
}
#floorPlan .before dt,
#floorPlan .after dt {
width: 27%;
}
#floorPlan .before dd,
#floorPlan .after dd {
width: 72%;
}
#reformPoint .before dt,
#reformPoint .after dt {
width: 30%;
}
#caseList .imgBox img {
height: calc(30vw + 6px);
}
} @media screen and (max-width: 600px) {
#refineSearch {
background: none;
padding: 0;
margin-bottom: 30px;
}
#refineSearch h1 {
background: #eee;
padding: 15px 5px;
font-weight: 400;
font-size: 90%;
text-align: center;
cursor: pointer;
position: relative;
}
#refineSearch h1::after {
content: "";
display: block;
border-bottom: 3px solid #ccc;
border-right: 3px solid #ccc;
background-size: contain;
width: 12px;
height: 12px;
position: absolute;
top: 35%;
right: 20px;
transform: rotate(45deg);
transition: all 0.5s;
}
#refineSearch h1.open::after {
top: 45%;
transform: rotate(225deg);
}
#refineSearch ul {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
#refineSearch li {
display: block;
float: none;
flex-basis: 50%;
max-width: 50%;
margin-right: 0;
height: auto;
margin-bottom: 0;
text-align: center;
}
#refineSearch li.all {
height: auto;
width: auto;
}
#refineSearch li.all a {
padding-top: 10px;
}
#refineSearch li a {
padding: 15px 5px;
border-radius: 0;
border-top: 0;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
#refineSearch li:nth-of-type(-n+2) a {
border-top: 1px solid #ddd;
}
#refineSearch li:nth-of-type(2n+1) a {
border-left: 1px solid #ddd;
}
#refineSearch li:nth-of-type(2n) a {
border-left: 0;
}
#refineSearch li a:hover {
border-color: #ddd;
background: #fff;
color: #ff7500;
}
#refineSearch li.active a,
#refineSearch li.active a:hover {
border-color: #ff7500;
background: #ff7500;
color: #fff;
}
#caseList {
margin-bottom: 40px;
}
#caseList article {
margin-bottom: 40px;
}
#caseList article h1 {
font-size: 130%
}
#caseList .photoBox article {
flex-basis: 48%;
max-width: 48%;
margin: 0 1% 2%;
}
#caseList .imgBox::after {
border: 6px solid #ccc;
border: 6px solid rgba(255, 255, 255, 0.8);
}
#pagenation li.active {
padding: 0.1em 0.3em;
}
#pagenation li a {
padding: 0.1em 0.6em;
}
#pagenation li a:hover {
background: #ddd;
color: #fff;
}
#pagenation li.prev a:hover,
#pagenation li.next a:hover {
opacity: 1;
}
#partCase h2 {
font-size: 100%;
width: inherit;
margin-bottom: 10px;
}
#partCase .partBox li {
flex-basis: 49%;
max-width: 49%;
margin-bottom: 8px;
}
#partCase .partBox li:last-of-type {
flex-basis: 100%;
max-width: 100%;
}
#partCase .partBox li a {
padding: 18px 3px;
}
#partCase .partBox li:last-of-type a {
padding: 10px 3px;
}
#partCase .partBox li:hover {
opacity: 1
}
#partCase .partBox li#etc a:before {
background-image: url(//www.gwoodyhome.jp/images/top/etc_bg_sp.jpg);
}
#caseDetail .detailTable {
width: 100%;
}
#caseDetail .detailTable dl {
display: block;
margin-bottom: 10px;
}
#caseDetail .detailTable dt,
#caseDetail .detailTable dd {
text-align: left;
padding: 0;
border-bottom: 0;
font-size: 90%;
}
#caseDetail .detailTable dt {
border-right: none;
background: #ffcda0;
text-align: left;
padding: 1px 5px;
}
.detailTable dd {
border-bottom: none;
padding: 1px 5px;
}
#caseDetail .before dt,
#caseDetail .after dt {
width: 30%;
float: none;
}
#caseDetail .before dd,
#caseDetail .after dd {
width: 100%;
float: none;
}
#caseDetail .photoBox .mainPhoto {
height: 200px;
}
#caseDetail .photoBox p {
width: 100%;
margin-bottom: 10px;
}
#caseDetail #thumbnail ul {
padding: 0 0 5px 0;
margin-bottom: 0;
}
#caseDetail #thumbnail li {
flex-basis: 32.5%;
max-width: 32.5%;
margin: 0 0 5px 0;
height: 100px;
overflow: hidden;
transition: all 0.3s;
cursor: pointer;
}
#caseDetail #thumbnail li img {
object-position: 50%;
}
#floorPlan .before dt,
#floorPlan .after dt {
width: 60%;
float: none;
font-size: 70%;
margin: 0 auto
}
#floorPlan .before dd,
#floorPlan .after dd {
width: 100%;
padding-left: 0;
float: none;
text-align: center;
}
#choicePoint {
margin-bottom: 40px;
}
#choicePoint img {
float: none;
margin-right: 0;
width: 100%;
margin-bottom: 5px;
}
#reformPoint .innerBox {
display: block;
}
#reformPoint .before {
position: relative;
height: 100%;
}
#reformPoint .after {
margin-left: 0;
margin-top: 40px;
}
#reformPoint .before dl,
#reformPoint .after dl {
margin-bottom: 5px;
line-height: 130%;
}
#reformPoint .before dt,
#reformPoint .after dt {
width: 40%;
margin: 0 auto 5px;
}
#reformPoint .before:after {
transform: rotate(90deg);
width: 100%;
background-position: top center;
height: 40px;
bottom: -40px;
right: 0;
top: auto;
}
#reformPoint .before,
#reformPoint .after {
max-width: 100%;
}
#commitment {
margin-bottom: 40px;
}
#commitment .photo {
float: none;
width: 100%;
}
#commitment h2 {
border-bottom: 0;
padding-bottom: 0;
line-height: 130%;
margin-bottom: 5px;
color: #ff7500;
font-size: 120%;
}
#commitment h2 .pointIcon {
margin-right: 0;
display: block;
margin-bottom: 5px;
}
#commitment h2,
#commitment .comment {
width: 100%;
}
#partDetail {
margin-bottom: 40px;
}
#partDetail .photo {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 5px
}
#partDetail h2 {
width: 100%;
}
#partDetail .comment {
width: 100%;
float: none;
}
#moreLink .bt02 {
width: 100%;
margin: 0;
}
}