@charset "utf-8";
/* CSS Document */

/* font-family: 'Noto Sans JP', sans-serif; 
font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#feature_ctn a {
    text-decoration: none;
    color: #333;
    transition-duration: 0.5s;
    /* display: contents; */
}
#feature_ctn a img {
    width: 100%;
}
#feature_ctn a:hover {
    color: #000000;
}
#feature_ctn img {
    vertical-align: bottom;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 100%;
    height: auto;
}
#feature_rug{
    margin: 1rem auto 2rem;
}
#feature_ctn .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
#feature_ctn .s-btwn{
    justify-content: space-between;
}
#feature_ctn .f-start{
    justify-content: flex-start;
}
#feature_ctn .s-around{
    justify-content: space-around;
}
#feature_ctn .revers{
    flex-direction: row-reverse;
}
#feature_ctn .flex img {
    width: 100%;
}
#feature_ctn .flex [class^="con-"] img {
    width: 100%;
     display: block;
    border-radius: 5px;
}
.feature_ttl_wrap{
    margin: 0 auto;
    text-align: center;
}  
#feature_ctn .feature_ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1rem auto ;
    letter-spacing: 0.17em;
    text-align: center;
    position: relative;
    color: #333;
  display: inline-block;
  padding: 0 55px;
}
#feature_ctn .feature_ttl:before,#feature_ctn .feature_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
#feature_ctn .feature_ttl:before {
    left:0;
}
#feature_ctn .feature_ttl:after {
    right: 0;
}
  /* nav */
#feature_ctn .top_nav {
    text-align: center;
    padding: 0;
    margin: 1rem auto 2rem;
    justify-content: space-between;
}
#feature_ctn .top_nav a {
    width: 49.5%;
}
#feature_ctn .top_nav li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
    padding: 0.9rem;
    text-align: center;
    border: #e7e2e2 4px solid;
    letter-spacing: 0.05em;
    list-style: none;
}
#feature_ctn .top_nav a:hover{
    background: #f5f3f0;
}

.item_wrap{
    margin: 1rem auto;
    justify-content: flex-start;
}
#feature_ctn .item_bnr {
    width: 31.6%;
    margin: 0 1.3rem 2.5rem 0;
}
#feature_ctn .item_bnr:nth-child(3n) {
    margin: 0 0 2.5rem 0;

}
.item_ttl{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    display: block;
    font-weight: bold;
    padding-top: 0.6rem;
}
.item_txt{
    font-size: 0.75rem;
    padding: 0.4rem 0.4rem 0 0;
    display: block;
}
@media screen and (max-width: 480px) {
#feature_ctn .flex {
    justify-content: space-between;

}
#feature_ctn {
    /* max-width: none !important;
    margin: 0 calc(50% - 50vw) !important; */
}
#feature_ctn {
     margin: 0 auto;
}
.item_wrap {
    margin: 1rem auto;
    justify-content: space-between;
}
#feature_ctn .feature_ttl {
    font-size: 1.2rem;
}
#feature_ctn .item_bnr,#feature_ctn .item_bnr:nth-child(3n) {
    width: 49%;
    margin: 0 0 0.8rem;
}
.item_ttl {
    font-size: .8rem;
    padding-top: 0.2rem;
}
.item_txt{
    display: none;
}
.section-inner {
    padding: 0 10px 10px !important;
}
}