 @charset "UTF-8";
 /* main-common
-------------------------------*/
 
 footer .Btn_box {
     display: none;
 }
 /* main
-------------------------------*/
 main{
     margin-bottom: 0;
 }
 main .Main_box {
     line-height: 0;
     position: relative;
 }
 
 main .Main_box img {
     width: 100%;
 }
 
 main .Main_box .main_txt {
     width: 25%;
     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: 20px;
     bottom: -90px;
     z-index: 5;
     width: 220px;
     transition: 0.3s;
 }
 
 main .Main_box .movie a:hover {
     bottom: -70px;
 }
 
 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(../images/top/message_bg.jpg) no-repeat center top;
     background-size: 100% auto;
     padding: 60px 0 30px;
 }
 
 main .message h2 small {
     font-size: 22px;
     color: #ad7e4f;
     display: block;
 }
 
 main .message dl {
     background: url(../images/top/message_bg02.gif) repeat center top;
     padding: 40px;
     width: 80%;
     margin: 0 auto;
     max-width: 960px;
 }
 
 main .message dl dt {
     font-size: 22px;
     text-align: center;
     margin-bottom: 20px;
 }
 
 main .message dl dd {
     line-height: 28px;
 }
 
 main .news {
     padding: 80px 20px;
 }
 
 main .news h2 {
     margin-bottom: 10px;
 }
 
 main .News_box {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     max-width: 960px;
     margin: 0 auto;
 }
 
 main .News_box a {
     width: 210px;
     display: block;
     margin: 0 10px;
 }
 
 main .News_box a:hover img {
     scale: 1.1;
 }
 
 main .News_box img {
     width: 100%;
     transition: 0.3s;
 }
 
 main .News_box .p {
     width: 210px;
     height: 170px;
     overflow: hidden;
 }
 
 main .News_box .sub {
     color: #998c7f;
 }
 
 main .News_box li {
     margin-bottom: 5px;
 }
 
 main .News_box a:hover .t {
     text-decoration: underline;
 }
 
 main .news .lead {
     margin-bottom: 20px;
 }
 
 main .covid {
     text-align: center;
     border: solid 1px #a1ac8d;
     padding: 30px;
     max-width: 960px;
     margin: 0 auto;
 }
 
 main .covid .mincho {
     font-size: 20px;
     color: #4c6735;
 }
 
 main .covid .t {
     font-size: 14px;
     color: #4c6735;
 }
 
 main .covid figure {
     width: 496px;
     margin: 20px auto;
 }
 
 main .covid figure img {
     width: 100%;
 }