@charset "UTF-8";

/* ------------------------------
- .section
------------------------------ */
.section {
    width: 100%;
    margin: 0 auto;
    padding: 65px 0;
}
.section-bgGreen {
    background-color: #ddebcc;
}
.section-bgGray {
    background-color: #eae8e1;
}
.section-bgBlue {
    background-color: #cfe6e6;
}
.section_heading {
    font-size: 35px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}
.section_body {
    padding: 60px 0;
}
@media only screen and (max-width: 640px) {
    .section {
        padding: 10% 0;
    }
    .section_heading {
        font-size: 24px;
    }
    .section_body {
        padding: 7% 0;
    }
}
/* ------------------------------
- modules
------------------------------ */
.detailButton {
    display: block;
    width: 480px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 24px 0;
    text-align: center;
    background-color: #d1a77b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.detailButton::after {
    content: '';
    width: 29px;
    height: 29px;
    background: url(/fudousan/wp-content/themes/yamatoya/common/chintai/images/icon_arrow.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
    .detailButton {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        padding: 15px 0;
    }
    .detailButton::after {
        content: '';
        width: 20px;
        height: 20px;
        right: 10px;
    }
}
/* ------------------------------
- topics
------------------------------ */
.infoPanel {
    display: table;
    width: 100%;
}
.infoPanel_sub {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    background-color: #67a9d7;
    padding: 70px 0;
}
.infoPanel_main {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    background-color: #fff;
    padding: 37px;
}
.infoPanel_icon {
    width: 30%;
    margin: 0 auto 25px;
}
.infoPanel_heading {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
.dateLabel {
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
}
.dateLabel:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.dateLabel_date {
    display: table-cell;
    vertical-align: top;
	width: 20%;
}
.dateLabel_text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
@media only screen and (max-width: 640px) {
    .infoPanel {
        display: block;
        width: 100%;
    }
    .infoPanel_sub {
        display: block;
        width: 100%;
        padding: 8% 0;
    }
    .infoPanel_main {
        display: block;
        width: 100%;
        padding: 10% 5%;
    }
    .infoPanel_icon {
        width: 17%;
        margin: 0 auto 5%;
    }
    .infoPanel_heading {
        color: #fff;
        font-size: 20px;
    }
    .dateLabel {
        padding-bottom: 5%;
        margin-bottom: 5%;
        font-size: 14px;
    }
    .dateLabel_date {
        display: table-cell;
        vertical-align: top;
		width: auto;
    }
    .dateLabel_text {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
    }
}
/* ------------------------------
- banner
------------------------------ */
.bannerPanel {
    width: 33.3333333%;
    padding: 120px 6%;
}
.bannerPanel-01 {
    background: url(/fudousan/wp-content/themes/yamatoya/common/chintai/images/bg_banner01.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bannerPanel-02 {
    background: url(/fudousan/wp-content/themes/yamatoya/common/chintai/images/bg_banner02.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.bannerPanel-03 {
    background: url(/fudousan/wp-content/themes/yamatoya/common/chintai/images/bg_banner03.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.bannerPanel_heading {
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 24px;
    padding: 70px 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
@media only screen and (max-width: 640px) {
    .bannerPanel {
        width: 100%;
        padding: 30% 6%;
    }
    .bannerPanel_heading {
        font-size: 18px;
        padding: 8% 0;
    }
}

/* ------------------------------
- news
------------------------------ */
.news_head {
  color: #f3993a;
  border-color: #f3993a;
}
.news_btn a {
  background-color: #f3993a;
}
