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

@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.site-header{
    width: 100%;
    z-index: 150;
    background-image:url("../img/background.jpg");
}
.fixed{
    position: fixed;
    top: 0;
}

.top_image {
    height: 600px;
    background-image:url("../img/top_img.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    opacity:0;
    animation: fadein 3s linear 0s 1 normal forwards;
}

.top_image .banner {
    width: 100%;
    text-align: center;
    background-image:url("../img/top_banner.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    opacity:0;
    animation: fadein 1.5s linear 0.5s 1 normal forwards;
}

.top_image h1 img {
    margin-top: 90px;
    width: 580px;
}

.top_copy {
    width: 100%;
    height: calc(305px - 90px);
    display: block;
    position: absolute;
    top: 185px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    text-align: center;
    background-image:url("../img/top_copy.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    font-weight: 500;
    color: #75562F;
    font-size: 20px;
    line-height: 40px;
    padding-top: 90px;
    opacity:0;
    animation: fadein 1.5s linear 1.3s 1 normal forwards;
}

content.top {
    margin: 0 auto 50px auto ;
    top: 50px;
    padding: 50px 40px 20px 40px;
}

.news_title {
    text-align: center;
    color: #007C36;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
}

.news_title a {
    position: absolute;
    right: 55px;
    top: 85px;
    font-size: 1.1rem;
    font-weight: 400;
}

.news_title img.left {
    height: 55px;
    margin-right: 40px;
    vertical-align: text-bottom; 
}

.news_title img.right {
    height: 55px;
    margin-left: 40px;
    vertical-align: text-bottom; 
}

.board {
    width: calc(90% - 34px);
    margin: 0 auto 80px auto;
    display: block;
    top: 80px;
    max-width: 1166px;
    position: relative;
    background-color: #D7AF63;
    padding: 0 17px 17px 17px;
    box-shadow: rgba(117, 86, 47, 0.5) 5px 5px 3px 0;
    -webkit-box-shadow: rgba(117, 86, 47, 0.5) 5px 5px 3px 0;
    -moz-box-shadow: rgba(117, 86, 47, 0.5) 5px 5px 3px 0;
    border-radius: 10px;
}

.board_top {
    width: 100%;
    height: 52px;
    display: block;
    position: relative;
    bottom: 15px;
    background-image:url("../img/board.jpg");
    background-repeat: round;
    background-size: 45px;
}

.board_paper {
    margin-top: -15px;
    background-color: #FFF8E2;
    border-radius: 0 0 6px 6px;
    padding: 30px 80px 30px 80px;
    font-weight: 400;
    line-height: 2.2em;
}

.board_paper h3 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    color: #75562F;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}

.board_paper h3:before {
    content: '';
    position: absolute;
    top: 130px;
    display: inline-block;
    width: 180px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #E3CB9D;
    border-radius: 5px;
}

/*-------------- 高さ900以下  --------------*/

@media screen and (max-height:900px) {

.top_image {
    height: 400px;
}

.top_image h1 img {
    margin-top: 50px;
    width: 500px;
}

.top_copy br.he900 {
    display: none;
}

.top_copy {
    height: calc(305px - 110px);
    width: 100%;
    top: 55px;
    background-size: 450px 100px;
    padding-top: 110px;
}

}

/*-------------- 820以下  --------------*/

@media screen and (max-width:820px) {

.top_image {
    height: 400px;
    background-size: 150%;
}

.top_image .banner {
    background-size: 160%;
}

.top_image h1 img {
    margin-top: 60px;
    width: 340px;
}

.sp_image {
    width: 100%;
    height: 10px;
    background-color: #00984B;
    mix-blend-mode: multiply;
}

.top_copy {
    width: 320px;
    height: calc(214px - 65px);
    background-size: contain;
    top: 120px;
    font-size: 14px;
    line-height: 28px;
    padding-top: 65px;
}

.top_copy br.he900 {
    display: block;
}

content.top {
    top: 30px;
    padding: 30px 30px 20px 30px;
}

.news_title {;
    font-size: 20px;
    margin-bottom: 50px;
}

.news_title a {
    display: block;
    top: 95px;
    font-size: 0.9rem;
    right: 45px;
}

.news_title img.left {
    height: 45px;
    margin-right: 30px;
}

.news_title img.right {
    height: 45px;
    margin-left: 30px;
}

.board {
    width: 100%;
    top: 40px;
    padding: 0 0 14px 0;
    box-shadow: rgba(117, 86, 47, 0.5) 0 5px 3px 0;
    -webkit-box-shadow: rgba(117, 86, 47, 0.5) 0 5px 3px 0;
    -moz-box-shadow: rgba(117, 86, 47, 0.5) 0 5px 3px 0;
    border-radius: 0px;
    margin: 0 auto 40px auto;
}

.board_top {
    height: 46px;
    bottom: 10px;
    background-size: 40px;
}

.board_paper {
    margin-top: -10px;
    border-radius: 0;
    padding: 30px 30px 30px 30px;
    line-height: 2.0em;
}

.board_paper h3 {
    margin-bottom: 50px;
}

.board_paper h3:before {
    top: 115px;
    height: 7px;
}

}