@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Karla:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Allura);

/* ================================================== */
/* カスタマイズ */
/* ================================================== */


/* 共通*/
img {
    max-width: 100%;
}
a.active {
    color: #ffffff!important;
}
section {
    padding: 180px 0;
}
section h1 {
    font-family: serif;
    letter-spacing: .2rem;
}
section h2,
section h3 {
    font-family: serif;
}
.home.de_light section:not(#section-slider) {
    margin-top: -180px!important;
    padding-top: 180px!important;
}
.home.de_light section#greeting {
    padding-top: 200px!important;
    margin-top: -60px!important;
}
.contact.de_light section {
    padding-top: 250px;
}
.underline {
    border-bottom: 1px solid rgb(148,122,59);
    color: rgb(148,122,59)!important;
}
@media screen and (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
    section {
        padding: 90px 0;
    }
    a.active {
        color: #404040!important;
    }
    .home.de_light section:not(#section-slider) {
        margin-top: -90px!important;
        padding-top: 90px!important;
    }
    .home.de_light section#greeting {
        padding-top: 120px!important;
        margin-top: 0px!important;
    }
    .contact.de_light section {
        padding-top: 200px;
    }
}

.featherlight {
	display: block;
}
.featherlight .featherlight-content {
    max-width: 700px;
}
.featherlight-content {
	margin: 0 30px!important;
    padding: 40px!important;
    border-bottom: 0!important;
}
.featherlight-inner {
	display: none;
}
.featherlight-inner .btn-close {
	display: block;
	text-align: center;
    margin: 40px auto 0;
    width: auto;
    height: auto;
    background-image: none;
}
.featherlight-inner .btn-close span {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #333333;
	cursor: pointer;
}
.featherlight-inner p {
    margin-top: 20px;
}

#real-estate h3 span,
#real-estate p,
#construction h3 span,
#construction p,
#agency h3 span,
#agency p {
	color: #dddddd;
}
.real-estate-box:nth-of-type(1),
.real-estate-box:nth-of-type(2) {
    margin-bottom: 3rem;
}
.img-responsive {
    background-size: cover;
    height: 250px;
    width: 100%;
}
.real-estate-img01 {
	background-image: url(../images/real-estate-img01.jpg);
}
.real-estate-img02 {
	background-image: url(../images/real-estate-img02.jpg);
}
.real-estate-img03 {
    background-image: url(../images/real-estate-img03.jpg);
}
.real-estate-img04 {
    background-image: url(../images/real-estate-img04.jpg);
}
.construction-img01 {
	background-image: url(../images/construction-img01.jpg);
}
.construction-img02 {
	background-image: url(../images/construction-img02.jpg);
}
.agency-img01 {
	background-image: url(../images/agency-img01.jpg);
}
.agency-img02 {
	background-image: url(../images/agency-img02.jpg);
}

/* header */
.header-icon {
	justify-content: flex-end;
}
.header-icon .info-box.s2 {
	display: flex;
	align-items: center;
}
.contact-button {
    padding: 15px 20px;
    color: #ffffff;
    transition: .3s;
}
.contact-button:hover {
    opacity: .7;
}
.header-custom.header-light:not(.header-mobile) .menu-group {
    border-bottom: 4px solid #ffffff;
    box-sizing: content-box;
    position: relative;
}
.header-custom.header-light:not(.header-mobile) .menu-group::after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -9px;
    background-color: #604B00;
}
.info-box_text a {
    font-size: 18px;
    white-space: nowrap;
}
@media screen and (min-width: 992px) {
    .mobile-icon {
        display: none;
    }
    header {
        height: 80px!important;
    }
    header > .container {
        height: 80px!important;
    }
    header > .container .row {
        height: 80px!important;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 992px) {
    header div#logo img {
        max-width: 140px;
    }
    .mobile-icon {
        position: absolute;
        top: 27px;
        right: 80px;
    }
    .mobile-icon i {
        color: #333333;
    }
    .mobile-icon .icon-tel i {
        position: relative;
        top: -2px;
        font-size: 20px;
        margin-right: 15px;
    }
    .mobile-icon .icon-mail i {
        font-size: 24px;
    }
}

/* スライダー */
#revolution-slider {
    position: relative;
}
#section-slider {
    height: calc(100vh - 140px)!important;
}
#section-slider .tp-caption {
    font-family: serif;
}
#section-slider .mv-catch {
    text-align: center;
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 21;
    color: #ffffff;
    font-size: 60px;
    text-shadow: 0 0 20px rgba(0,0,0,.5);
}
@media screen and (max-width: 992px) {
    #section-slider {
        height: 100vh!important;
    }
    #section-slider .mv-catch {
        font-size: 30px;
        top: calc(50% - 18px);
    }
}

/* 代表挨拶 */
#greeting .img-responsive {
    height: auto;
}

#real-estate .img-responsive {
    height: 22vw;
    background-position: center;
}
@media screen and (max-width: 768px) {
    #real-estate .img-responsive {
        height: 50vw;
    }
}

/* 実績・事例 */

/* filter */
#filters li a {
    font-size: 14px;
}
#filters li a.selected,
#filters li a:hover {
    background-color: rgb(53, 32, 14)!important;
}
#filters a.selected {
    /*background-color: rgb(148,122,59);*/
}
#filters a.selected {
    background-color: rgb(148 122 59)!important;
    color: #ffffff!important;
}
#gallery .item {
   height: 225px;
}
@media screen and (max-width: 1400px) {
    #gallery .item {
        height: 225px;
    }   
}
@media screen and (max-width: 1200px) {
    #gallery .item {
        height: 140px;
    }   
}
@media screen and (max-width: 992px) {
    #gallery .item {
        height: 100px;
    }   
}
@media screen and (max-width: 768px) {
    #gallery .item {
        height: 140px;
    }   
}
@media screen and (max-width: 520px) {
    #gallery .item {
        height: 100px;
    }   
}

/* filter2 */
#filters2 li a {
    font-size: 14px;
}
#filters2 li a.selected,
#filters2 li a:hover {
    background-color: rgb(53, 32, 14)!important;
}
#filters2 a.selected {
    /*background-color: rgb(148,122,59);*/
}
#filters2 a.selected {
    background-color: rgb(148 122 59)!important;
    color: #ffffff!important;
}
#gallery2 .item {
   height: 225px;
}
@media screen and (max-width: 1400px) {
    #gallery2 .item {
        height: 225px;
    }   
}
@media screen and (max-width: 1200px) {
    #gallery2 .item {
        height: 140px;
    }   
}
@media screen and (max-width: 992px) {
    #gallery2 .item {
        height: 100px;
    }   
}
@media screen and (max-width: 768px) {
    #gallery2 .item {
        height: 140px;
    }   
}
@media screen and (max-width: 520px) {
    #gallery2 .item {
        height: 100px;
    }   
}

/* filter3 */
#filters3 li a {
    font-size: 14px;
}
#filters3 li a.selected,
#filters3 li a:hover {
    background-color: rgb(53, 32, 14)!important;
}
#filters3 a.selected {
    /*background-color: rgb(148,122,59);*/
}
#filters3 a.selected {
    background-color: rgb(148 122 59)!important;
    color: #ffffff!important;
}
#gallery3 .item {
   height: 225px;
}
@media screen and (max-width: 1400px) {
    #gallery3 .item {
        height: 225px;
    }   
}
@media screen and (max-width: 1200px) {
    #gallery3 .item {
        height: 140px;
    }   
}
@media screen and (max-width: 992px) {
    #gallery3 .item {
        height: 100px;
    }   
}
@media screen and (max-width: 768px) {
    #gallery3 .item {
        height: 140px;
    }   
}
@media screen and (max-width: 520px) {
    #gallery3 .item {
        height: 100px;
    }   
}

/* 会社概要 */
#company div {
	background-color: #ffffff;
}
#company dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	background-color: #ffffff;
	margin: 0 auto;
	border-bottom: 1px solid #dddddd;
}
#company dt {
	flex-basis: 20%;
	border-top: 1px solid #dddddd;
	padding:  20px 0;
	margin: 0;
}
#company dd {
	flex-basis: 80%;
	border-top: 1px solid #dddddd;
	padding:  20px 0;
	margin: 0;
}
@media screen and (max-width: 992px) {
    #company dt {
        flex-basis: 100%;
        padding: 20px 0 10px;
    }
    #company dd {
        flex-basis: 100%;
        border-top: none;
        padding:  0 0 20px;
    }
}


/* フッター */
footer {
	padding: 0;
}


/* お問合せフォーム */
.form-style form input[type=submit] {
    background-color: rgb(148,122,59)!important;
}
.form-tbl {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
.form-tbl th {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #fff;
    width: 240px;
}
.form-tbl td {
    padding: 20px;
    border: 1px solid #f5f5f5;
}
.form-style input:not([type="checkbox"]), .form-style textarea, .form-style input[type="number"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 50%;
}
.form-style input[type="radio"] {
    display: none;
}
.form-style input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
.form-style input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #eb4f6c;
    border-radius: 50%;
}
.form-style .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-style .flex span {
    display: block;
    line-height: 1;
}
.form-style input + label {
    margin-right: 15px;
    position: relative;
    padding-left: 20px;
    color: #666;
    font-weight: 400;
}
.form-style .require {
    color: #eb4f6c;
    font-weight: bold;
}
.form-style input.short {
    width: 30%;
}
.form-style input.long {
    width: 80%;
}
.form-style textarea {
    width: 100%;
    min-height: 200px;
}
.policy-box {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    padding: 15px 20px;
}
.policy-box .ttl {
    color: #eb4f6c;
    font-size: 24px;
    font-weight: 500;
}
.policy-box a {
    color: #1E2085;
    text-decoration: underline;
}
.form-tbl {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.submit-btn {
    max-width: 450px;
    margin: 60px auto;
}
.submit-btn input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: #1E2085;
    color: #fff;
    height: 60px;
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}
.bg-darkpink {
    background-color: #1E2085 !important;
}
@media screen and (max-width: 768px) {
    .form-tbl tr {
        display: flex;
        flex-wrap: wrap;
    }
    .form-tbl tr > * {
        flex-basis: 100%;
    }
    .form-style input:not([type="checkbox"]), .form-style textarea, .form-style input[type="number"] {
        width: 100%;
    }
}
