@charset "utf-8";


/*---------------------------------------------
--------------------------------------------
 index
--------------------------------------------
---------------------------------------------*/



/*---------------------------------------------

mv

---------------------------------------------*/


.main_visual {
    padding: 30px 0 20px 0;
}

.main_visual a {
    display: block;
}

.main_visual a:hover,
.main_visual a:focus {
    background-color: rgba(255, 255, 255, 0.5) !important;
}


/*---------------------------------------------

list

---------------------------------------------*/

.top_list ul li {
    position: relative;
    float: left;
    width: 294px;
    margin-right: 19px;
}

.top_list ul li:last-child {
    margin-right: 0;
}

.top_list ul li a {
    opacity: 1;
    display: block;
    text-decoration: none;
}

.top_list ul li a:hover,
.top_list ul li a:focus {
    opacity: .5;
    text-decoration: none;
    background-color: transparent !important;
}

.top_list ul li figure {
    display: block;
    width: 294px;
    height: 160px;
}

.top_list ul li figure img {
    vertical-align: bottom;
}

.top_list_text {
    position: relative;
    width: 274px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 11px 0 10px 20px;
    background-color: #006636;
}

.top_list_text::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 11px;
    height: 11px;
    color: #fff;
    vertical-align: middle;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.coming_soon {
    position: absolute;
    top: 0;
    left: 0;
    //width: 145px;
    width: 178px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    //line-height: 1;
    line-height: 1.3;
    text-align: center;
    padding: 7px 0;
    border-radius: 0 0 15px 0 / 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0 / 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0 / 0 0 15px 0;
    background-color: #441F15;
}



/*---------------------------------------------

news / contact

---------------------------------------------*/

.top_news_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.top_news_contact section {
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background-color: #fff;
}

.top_news_contact section h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background-color: #006636;
}


/* news
---------------------------------------------*/

#top_news {
    width: 606px;
    padding-bottom: 20px;
}

#top_news ul {
    padding: 17px 18px 0px 28px;
}

#top_news ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}

#top_news ul li a {
    font-size: 1.6rem;
    font-weight: 600;
}

#top_news ul li::before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: -12px;
    width: 0;
    height: 0;
    border-left: 6px solid #006460;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

p.btn_news_list {
    position: relative;
    width: 190px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto;
}

p.btn_news_list a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 7px 0 6px 36px;
    border: 1px solid #ccc;
    background: #f1f2e2 url(../images/index/icon_top_news.png) no-repeat 8px center;
}

p.btn_news_list a:hover,
p.btn_news_list a:focus {
    color: #000;
    text-decoration: none;
    background: #effbd7 url(../images/index/icon_top_news.png) no-repeat 8px center !important;
}

p.btn_news_list a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    color: #006636;
    vertical-align: middle;
    margin-top: -5px;
    border-top: 2px solid #006636;
    border-right: 2px solid #006636;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* contact
---------------------------------------------*/

#top_contact {
    width: 294px;
}

#top_contact dl {
    padding: 20px 5px 20px 24px;
}

#top_contact>dl>dt {
    color: #006636;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
}

#top_contact>dl>dd {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    padding-top: 15px;
}

#top_contact>dl>dd p {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}

#top_contact dl>dd>dl {
    padding: 15px 0 0 0;
}

#top_contact>dl>dd>dl>dt {
    float: left;
    clear: left;
    width: 65px;
    color: #006636;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

#top_contact>dl>dd>dl>dd {
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding: 0 0 3px 65px;
}

#top_contact>dl>dd>dl>dd a {
    color: #000;
    text-decoration: none;
}

#top_contact>dl>dd>dl>dd a:hover,
#top_contact>dl>dd>dl>dd a:focus {
    color: #000;
    text-decoration: none;
    background-color: #effbd7 !important;
}




/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 SP CSS START  */



@media screen and (max-width: 768px) {



    /*---------------------------------------------

mv  ■■■ SP ■■■

---------------------------------------------*/


    .main_visual {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .main_visual img {
        max-width: 100%;
        height: auto;
    }


    /*---------------------------------------------

list  ■■■ SP ■■■

---------------------------------------------*/

    .top_list ul li {
        position: relative;
        float: none;
        width: 100%;
        max-width: 294px;
        margin: 0 auto 20px auto;
    }

    .top_list ul li:last-child {
        margin-right: auto;
    }

    .top_list ul li a {
        opacity: 1;
    }

    .top_list ul li a:hover,
    .top_list ul li a:focus {
        opacity: 1;
    }

    .top_list ul li figure {
        width: 100%;
        height: auto;
    }

    .top_list ul li figure img {
        width: 100%;
        height: auto;
    }

    .top_list_text {
        width: auto;
    }


    /*---------------------------------------------

news / contact  ■■■ SP ■■■

---------------------------------------------*/

    .top_news_contact {
        display: block;
        padding-top: 10px;
    }


    /* news  ■■■ SP ■■■
---------------------------------------------*/

    #top_news {
        width: auto;
        padding-bottom: 20px;
    }

    #top_news ul {
        padding-bottom: 5px;
    }

    #top_news ul li {
        margin-bottom: 20px;
    }


    /* contact  ■■■ SP ■■■
---------------------------------------------*/

    #top_contact {
        width: auto;
        margin-top: 25px;
    }

}

/*   SP CSS END

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/
