@charset "UTF-8";

/* main-common
-------------------------------*/

footer .Btn_box {
    display: none;
}

main img {
    width: 100%;
}


/* main
-------------------------------*/

main section {
    padding: 0 13px;
}

main .Main_box {
    line-height: 0;
    position: relative;
}

main .Main_box img {
    width: 100%;
}

main .Main_box .main_txt {
    width: 74%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*一応BOX内の文字も中央寄せ*/
    z-index: 10;
}

main .Main_box .movie a {
    position: absolute;
    right: 10px;
    bottom: -70px;
    z-index: 5;
    width: 130px;
    transition: 0.3s;
}

main .Main_box .movie a:hover {
    bottom: -50px;
}

main .Main_box .movie a img {
    transition: 0.3s;
}

main .Main_box .movie a:hover img {
    filter: brightness(106%);
}

main .Main_box .movie img {
    width: 100%;
}

main .message {
    background: url(../../sp/images/top/message_bg01.png) no-repeat center top;
    background-size: 100% auto;
    padding: 27vw 0 30px;
}

main .message .lead {
    background: url(../../sp/images/top/message_bg01_02.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 0 15px 70vw;
    margin-bottom: 0;
}

main .message h2 {
    letter-spacing: -0.08em;
}

main .message h2 small {
    font-size: 18px;
    color: #ad7e4f;
    display: block;
    line-height: 1.4em;
    margin-bottom: 15px;
}

main .message dl {
    background: url(../../images/top/message_bg02.gif) repeat center top;
    background-size: 4px auto;
    padding: 20px;
    margin: -25px 15px;
}

main .message dl dt {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

main .message dl dd {
    font-size: 14px;
}

main .news {
    padding: 30px 15px 60px;
}

main .news h2 {
    margin-bottom: 10px;
}

main .News_box {
    margin: 0 auto;
}

main .News_box a {
    display: block;
    margin: 0;
    position: relative;
    min-height: 105px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #cdab99;
}

main .News_box a:last-of-type {
    border: none;
}

main .News_box a:hover img {
    scale: 1.1;
}

main .News_box img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

main .News_box .p {
    width: 130px;
    height: 105px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

main .News_box .sub {
    color: #998c7f;
}

main .News_box li {
    margin-bottom: 5px;
}

main .News_box a:hover .t {
    text-decoration: underline;
}

main .News_box .sub,
main .News_box .t {
    margin-left: 150px;
}

main .News_box .t {
    margin-bottom: 0;
}

main .news .lead {
    margin-bottom: 20px;
}

main .covid {
    text-align: center;
    border: solid 1px #a1ac8d;
    padding: 20px;
    margin: 0 auto;
}

main .covid .mincho {
    font-size: 20px;
    line-height: 1.4em;
    color: #4c6735;
}

main .covid .t {
    font-size: 14px;
    line-height: 1.6em;
    color: #4c6735;
    text-align: left;
}

main .covid figure {
    margin: 20px auto;
    max-width: 230px;
    width: 80%;
}

main .covid figure img {
    width: 100%;
}