@charset "UTF-8";
 .sp_none {
display: inline-block;
}
.pc_none {
display: none;
}
@media screen and (max-width: 768px) {
.sp_none {
display: none;
}
.pc_none {
display: inline-block;
}
}
.contents {
font-size: 16px;
}
.contents * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.contents .page-subttl {
background: #333333;
padding: 10px 20px 10px 20px;
margin: 0 0 20px 0;
color: #fff;
font-size: 20px;
letter-spacing: 0.05em;
line-height: 1.4;
}
.contents .cts-child-item:not(:last-child) {
margin-bottom: 50px;
}
.contents .cts-child-item-ttl {
border-bottom: 5px solid #bccbd3;
padding: 0 0 5px 0;
margin: 0 0 40px 0;
font-size: 20px;
background: #fff;
color: #333;
}
@media screen and (min-width: 768px) {
.contents a[href^="tel:"] {
pointer-events: none !important;
cursor: default !important;
}
}
.cts-article-ttl {
background: #333333;
padding: 10px 20px 10px 20px;
color: #fff;
display: block;
font-size: 20px;
letter-spacing: 0.05em;
font-weight: bold;
margin: 0 auto 40px;
} .anchor_link {
position: relative;
top: -150px;
display: block;
}
@media screen and (max-width: 768px) {
.anchor_link {
top: -100px;
}
} .btn-bottom-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 95%;
max-width: 810px;
border: 2px solid #000;
margin: 100px auto;
}
.btn-bottom-link-head {
width: 45%;
}
.btn-bottom-link-body {
width: 55%;
position: relative;
padding: 0 50px;
}
.btn-bottom-link-body::after {
content: "";
display: block;
position: absolute;
background: url(/common/img/bottom-link/arw.gif) no-repeat top left;
background-size: contain;
width: 26px;
height: 80px;
right: 20px;
top: calc(50% - 40px);
}
.btn-bottom-link .ttl-en {
display: inline-block;
}
.btn-bottom-link .ttl-ja {
font-size: 20px;
letter-spacing: 0.1em;
color: #000;
font-weight: bold;
margin-top: 20px;
}
.btn-bottom-link:hover {
text-decoration: none;
}
@media screen and (max-width: 1150px) {
.btn-bottom-link-body {
padding: 0 4%;
}
.btn-bottom-link .ttl-en img {
height: 7vw;
}
.btn-bottom-link .ttl-ja {
font-size: 18px;
margin-top: 10px;
}
}
@media screen and (max-width: 620px) {
.btn-bottom-link {
display: block;
width: 92%;
}
.btn-bottom-link-head {
width: 100%;
}
.btn-bottom-link-head img {
width: 100%;
}
.btn-bottom-link-body {
width: 100%;
padding: 20px 4%;
}
.btn-bottom-link-body::after {
width: 16px;
height: 50px;
top: calc(50% - 25px);
right: 4%;
}
} .btn-show_model-reserve {
display: block;
max-width: 540px;
width: 92%;
margin: 100px auto;
border: 2px solid #000;
background: #f9ae15;
padding: 40px 0;
text-align: center;
font-size: 22px;
letter-spacing: 0.2em;
font-weight: bold;
position: relative;
-webkit-transition: .3s;
transition: .3s;
color: #000;
}
.btn-show_model-reserve::after {
content: ">";
position: absolute;
right: 20px;
}
.btn-show_model-reserve:hover {
text-decoration: none;
background: #000;
color: #fff;
} .btn-backlist {
display: block;
max-width: 330px;
width: 92%;
margin: 0 auto 100px;
text-align: center;
letter-spacing: 0.05em;
border: 1px solid #333;
padding: 10px 0;
-webkit-transition: .3s;
transition: .3s;
}
.btn-backlist:hover {
text-decoration: none;
background: #efefef;
} .recommend-block-ttl {
font-size: 28px;
line-height: 1.4;
font-weight: bold;
text-align: center;
letter-spacing: 0.1em;
margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
.recommend-block-ttl {
font-size: 26px;
}
}
@media screen and (max-width: 620px) {
.recommend-block-ttl {
font-size: 22px;
letter-spacing: normal;
margin: 0 auto 40px;
}
} .related-block-ttl {
background: #d7d7d7;
padding: 10px;
margin: 0 0 60px 0;
color: #333;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.05em;
}
.btn-formB {
display: block;
background: #000;
color: #fff;
padding: 40px 0;
text-align: center;
font-size: 20px;
letter-spacing: 0.2em;
max-width: 600px;
width: 100%;
margin: 80px auto 0;
-webkit-transition: .3s;
transition: .3s;
}
.btn-formB:hover {
text-decoration: none;
color: #fff;
opacity: .7;
}
.engage-movie #engage-contributions-widget-wrapper {
margin: 100px auto;
max-width: 500px;
}  .narrowdown {
background: #EDEDED;
padding: 25px 25px 15px;
margin: 0 auto 80px;
}
.narrowdown-head {
position: relative;
}
.narrowdown-head.open .btn::before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.narrowdown-head.open .btn::after {
opacity: 0;
}
.narrowdown-head .btn {
position: absolute;
right: 25px;
top: calc(50% - 6px);
}
.narrowdown-head .btn::after, .narrowdown-head .btn::before {
content: "";
position: absolute;
top: 50%;
width: 20px;
height: 3px;
background: #000;
}
.narrowdown-head .btn::after { -webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.narrowdown-head .btn::before { -webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.narrowdown .nd-tll {
font-size: 20px;
letter-spacing: 0.1em;
font-weight: bold;
padding: 0 0 10px;
}
.narrowdown .nd-list {
margin-top: 25px;
font-size: 18px;
}
.narrowdown .nd-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.narrowdown .nd-item:not(:last-child) {
margin-bottom: 15px;
}
.narrowdown .nd-item .item-head {
min-width: 110px;
font-weight: bold;
letter-spacing: 0.1em;
padding: 7px 0 0;
}
.narrowdown .nd-item .item-body {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.narrowdown .nd-item .cat-btn {
display: inline-block;
min-width: 110px;
text-align: center;
padding: 5px 10px;
border: 2px solid #000;
background: #fff;
color: #000;
margin-bottom: 10px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.narrowdown .nd-item .cat-btn:not(:last-child) {
margin-right: 10px;
}
.narrowdown .nd-item .cat-btn:hover, .narrowdown .nd-item .cat-btn.current {
text-decoration: none;
background: #000;
color: #fff;
}
@media screen and (max-width: 767px) {
.narrowdown .nd-list {
font-size: 16px;
}
}
@media screen and (max-width: 620px) {
.narrowdown {
padding: 15px 15px 5px;
}
.narrowdown .nd-tll {
font-size: 18px;
}
.narrowdown .nd-item {
display: block;
}
.narrowdown .nd-item:not(:last-child) {
margin-bottom: 10px;
}
.narrowdown .nd-item .item-head {
border-bottom: 1px solid #000;
padding: 0 0 5px;
margin-bottom: 10px;
}
.narrowdown .nd-item .cat-btn {
min-width: 90px;
padding: 3px 10px;
font-size: 14px;
}
}
.works-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.works-list::after {
content: "";
display: block;
width: 31%;
}
.works-item {
width: 31%;
margin-bottom: 60px;
}
.works-item a {
display: block;
}
.works-item-img {
padding: 7px;
-webkit-box-shadow: 0px 2px 8px 0px #bdbdbd;
box-shadow: 0px 2px 8px 0px #bdbdbd;
overflow: hidden;
}
.works-item-img img {
width: 100%;
height: 205px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.works-item-ttl {
margin: 20px 0;
font-size: 20px;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: bold;
position: relative;
overflow: hidden;
height: 2.8em;
}
.works-item-ttl::before, .works-item-ttl::after {
position: absolute;
background: #fff;
}
.works-item-ttl::before {
content: "...";
bottom: 0;
right: 0;
padding: 0 0.2em;
}
.works-item-ttl::after {
content: "";
height: 100%;
width: 100%;
}
.works-item-customer {
letter-spacing: 0.05em;
text-align: right;
}
.works-item a:hover {
text-decoration: none;
}
.works-item a:hover .works-item-img img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.pager {
margin-bottom: 100px;
}
@media screen and (max-width: 1150px) {
.works-item-img img {
height: 20vw;
}
}
@media screen and (max-width: 767px) {
.works-item-ttl {
font-size: 18px;
}
}
@media screen and (max-width: 620px) {
.works-list::after {
display: none;
}
.works-item {
width: 48%;
}
.works-item-img img {
height: 30vw;
}
.works-item-ttl {
margin: 15px 0;
}
.works-item-customer {
font-size: 14px;
}
} .cts-article-ttl {
margin-bottom: 25px;
}
.works-article-head_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.works-article-cat_type {
border: 2px solid #000;
padding: 6px 15px;
min-width: 125px;
display: inline-block;
text-align: center;
}
.works-article-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: 40px auto 60px;
}
.works-article-main .slick-prev,
.works-article-main .slick-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.works-article-main .slick-prev::before,
.works-article-main .slick-next::before {
display: none;
}
.works-article-main .slick-prev::after,
.works-article-main .slick-next::after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
color: #000;
}
.works-article-main .slick-prev {
left: 0;
}
.works-article-main .slick-prev::after {
content: "prev";
}
.works-article-main .slick-next {
right: 0;
}
.works-article-main .slick-next::after {
content: "next";
}
.works-article-lead p:not(:last-child) {
margin-bottom: 1em;
}
.mainslide-main {
width: 70%;
}
.mainslide-main-item-img {
position: relative;
overflow: hidden;
padding-top: 65.78%;
}
.mainslide-main-item-img img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 100%;
width: auto;
max-width: inherit;
}
.mainslide-main-item-img img {
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.mainslide-main-item-txt {
margin-top: 15px;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.6;
}
.mainslide-thum {
width: 25%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.mainslide-thum::after {
content: "";
display: block;
width: 31%;
}
.mainslide-thum-item {
max-width: 80px;
width: 31%;
margin-bottom: 10px;
cursor: pointer;
}
.mainslide-thum-item:not(.thumbnail-current) {
opacity: 0.5;
}
.mainslide-thum-item img {
width: 100%;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
@media screen and (max-width: 1150px) {
.mainslide-thum-item img {
height: 7vw;
}
}
@media screen and (max-width: 767px) {
.works-article-main {
display: block;
}
.works-article-main-pc {
display: none;
}
.mainslide-main {
width: 100%;
}
.mainslide-thum {
display: none;
}
}
.housedata-block {
background: #EDEDED;
padding: 80px 0;
margin: 80px auto;
}
.housedata-block-ttl {
text-align: center;
font-weight: bold;
font-size: 30px;
letter-spacing: 0.1em;
}
.housedata-block .housedata-list {
max-width: 710px;
width: 100%;
margin: 20px auto 0;
}
.housedata-block .housedata-item {
border-bottom: 1px solid #000;
letter-spacing: 0.1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 30px 0;
}
.housedata-block .housedata-item dt {
font-weight: bold;
font-weight: 18px;
min-width: 160px;
padding: 0 0 0 25px;
}
.housedata-block .housedata-item dd {
width: 100%;
padding: 0 25px;
}
.housedata-block .housedata-item dd.housedata-price {
font-size: 26px;
} .swiper {
display: none;
margin: 40px auto 60px;
}
@media (max-width: 768px) {
.swiper {
display: block;
}
}
.swiper-slide img {
display: block;
max-height: 768px;
margin: 0 auto;
}
@media (max-width: 1075px) {
.swiper-slide img {
max-height: calc(95vw * 0.75);
}
}
@media (max-width: 620px) {
.swiper-slide img {
max-height: calc(92vw * 0.75);
}
}
.swiper-button-next:after,
.swiper-button-prev:after {
color: #000;
}
@media (max-width: 768px) {
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 8vw !important;
}
}
@media (max-width: 768px) {
.swiper-button-prev {
left: 0 !important;
}
.swiper-button-next {
right: 0 !important;
}
} .btn-article-voice {
display: block;
width: 95%;
max-width: 710px;
margin: 0 auto 100px;
font-size: 20px;
letter-spacing: 0.1em;
text-align: center;
padding: 30px 0;
background: #333;
color: #fff;
-webkit-transition: 0.3s;
transition: 0.3s;
position: relative;
}
.btn-article-voice::after {
content: ">";
position: absolute;
right: 20px;
}
.btn-article-voice:hover {
text-decoration: none;
opacity: 0.7;
color: #fff;
}
@media screen and (max-width: 620px) {
.btn-article-voice {
width: 92%;
font-size: 18px;
}
}
@media screen and (max-width: 320px) {
.btn-article-voice {
font-size: 16px;
}
.btn-article-voice::after {
right: 10px;
}
} .works-cnv-list {
max-width: 1150px;
width: 100%;
margin: 100px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.works-cnv-item {
width: 48%;
display: block;
border: 2px solid #000;
font-size: 24px;
letter-spacing: 0.2em;
font-weight: bold;
text-align: center;
padding: 55px 0;
position: relative;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.works-cnv-item.reserve {
background: #f9ae15;
}
.works-cnv-item::after {
content: ">";
position: absolute;
right: 20px;
}
.works-cnv-item:hover {
text-decoration: none;
background: #000;
color: #fff;
}
@media screen and (max-width: 1150px) {
.works-cnv-item {
font-size: 20px;
padding: 45px 0;
}
}
@media screen and (max-width: 767px) {
.works-cnv-item {
font-size: 2.5vw;
}
}
@media screen and (max-width: 620px) {
.works-cnv-list {
display: block;
}
.works-cnv-item {
width: 100%;
font-size: 18px;
padding: 35px 0;
}
.works-cnv-item:not(:last-child) {
margin-bottom: 25px;
}
} .related-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 920px;
width: 100%;
margin: 0 auto;
}
.related-item {
width: 22%;
max-width: 160px;
margin: 0 3% 60px;
}
.related-item-img {
padding: 7px;
margin: 0 0 10px 0;
border: 1px solid #ddd;
-webkit-box-shadow: 0px 2px 8px 0px #bdbdbd;
box-shadow: 0px 2px 8px 0px #bdbdbd;
}
.related-item-img img {
width: 100%;
height: 150px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
@media screen and (min-width: 621px) {
.related-list::before {
content: "";
display: block;
width: 22%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.related-list::after {
content: "";
display: block;
width: 22%;
}
}
@media screen and (max-width: 1150px) {
.related-list {
max-width: 790px;
}
.related-item {
margin: 0 0 60px;
}
}
@media screen and (max-width: 767px) {
.related-item-img img {
height: 18vw;
}
}
@media screen and (max-width: 620px) {
.related-item {
max-width: none;
width: 48%;
margin-bottom: 40px;
}
.related-item-img img {
height: 40vw;
}
}