@charset "UTF-8";

/* #marui 全体の設定 */
#marui {
    padding-top: 0;
}

/* メインビジュアル */
#marui .main-visual {
    background: url("../../../images/feature-new/maruifurusato/pc/bg_img_01.jpg") center no-repeat;
    background-size: cover;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* コンテンツエリア */
#marui .content-wrap {
    background-color: #fff;
    font-size: 16px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 64px 0;
    box-sizing: border-box;
}

#marui .content-wrap p {
    line-height: 1.7em;
    text-align: center;
}

/* 導入タイトル */
#marui .intro-ttl h2 {
    margin-bottom: 40px;
    padding: 16px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 26px;
    font-weight: bold;
    color: #4599b1;
    text-align: center;
}

/* 特長ブロック */
#marui .feature-block h3 {
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#marui .feature-block h3 .icon {
    flex-shrink: 0;
}

#marui .feature-block h3 .icon img {
    width: 75px;
    height: 75px;
    display: block;
}

#marui .feature-block h3 .text {
    padding-left: 24px;
}

#marui .feature-img img {
    width: 100%;
    margin-bottom: 20px;
}

/* ボタン */
.btn_wrap {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 48px;
}

.btn-more {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffffff;
    color: #4599b1;
    border: solid 2px #4599b1;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: opacity 0.3s;
}

.btn-more:hover {
    opacity: 0.8;
    text-decoration: none;
}
