@charset "UTF-8";
/* 共通部分 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 100%;
}
body{
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    max-width: 100%;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
/* About 
---------------------*/
/* header */

.page-header{
    background-color: #009246;
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 10px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 500px;
}
.page-header img{
    width: 120px;
}
.menu-button{
    display: none;
}
.swiper img{
    width: 100%;
    height: 700px;
    object-fit: cover;
} 
.swiper{
    margin-bottom: 200px;
    overflow-x: hidden;
} 
.swiper-slide{
    overflow: hidden;
}
@keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
  
.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img{
    animation: zoomUp 10s linear 0s 1 normal both;  
}
.swiper-slide img{
    display: block;
}
.nav{
    display: flex;
    gap: 50px;
    list-style: none;
}
.nav a{
    color: #fff;
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
.nav-menu{
	position: relative;
}
.nav-menu::before{
	content: "";
	position: absolute;
	left: 0%;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.3s;
}
.nav-menu:hover::before{
	width: 100%;
}
/* main */
.main-title{
    font-family: "Old Standard TT", serif;
    text-align: center;
    font-size: 32px;
    margin-bottom: 100px;
    line-height: 3;
    padding: 0 100px;
}
.title{
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    border-bottom: 2px solid #333;
}
.about{
    overflow-x: hidden;
}
.about h2{
    width: 110px;
    margin: 0 auto 50px;
}
.about-contens{
    display: flex;
    gap: 150px;
    width: 1000px;
    align-items: center;
    margin: 0 auto 150px;
    line-height: 3rem;
    text-align: justify;
}
.about-contens img{
    width: 500px;
    height: 350px;
}
.fade0 {
    transform: translatey(50px);  
    opacity: 0;
    transition: transform .8s, opacity .8s;
}
.fade0.active {
    transform: translatey(0);
    opacity: 1;
}
.fade1 {
    transform: translatex(-50px);
    opacity: 0;
    transition: transform .8s, opacity .8s;
}
.fade1.active {
    transform: translatex(0);
    opacity: 1;
}
.fade2 {
    transform: translatex(50px);
    opacity: 0;
    transition: transform .8s, opacity .8s;
}
.fade2.active {
    transform: translatex(0);
    opacity: 1;
}
/* menu */
.section{
    text-align: center;
    width: 580px;
    height: auto;
    margin: auto;
    color: #fff;
}
.section-menu{
    height: 700px;
    background-image: url(../img/menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
}
.section h2{
    width: 100px;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
}
.section p{
    font-size: 24px;
    margin: 105px 0;
}
.section a{
    color: #fff;
    font-size: 24px;
}
.btn{
    width: 300px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding-top: 17px;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer
}
.btn:hover{
    opacity: 0.7;
}
.fade3 {
    transform: translatey(50px);
    opacity: 0;
    transition: transform .8s, opacity .8s;
}
.fade3.active {
    transform: translatey(0);
    opacity: 1;
}
/* aside */
.aside{
    margin-top: 100px;
    margin-bottom: 200px;
}
.aside h2{
    width: 100px;
    margin: 0 auto 50px;
}
.aside img{
    width: 300px;
    height: 200px;
    box-shadow: 0px 0px 6px #14141466; 
}
.aside-page{
    list-style: none;
    display: flex;
    gap: 100px;
    justify-content: center;
}
.aside-contens h3{
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}
.aside-contens p{
    font-size: 16px;
    margin-top: 5px;
    color: #333;
}
.aside-page a:hover{
    opacity: 0.7;
}
.fade4 {
    transform: translatey(50px);
    opacity: 0;
    transition: transform .8s, opacity .8s;
}
.fade4.active {
    transform: translatey(0);
    opacity: 1;
}
.fade5 {
    transform: translatex(-100px);
    opacity: 0;
    transition: transform 1s, opacity .8s;
}
.fade5.active {
    transform: translatex(0);
    opacity: 1;
}
/* footer */
.copyright{
    width: 100%;
    color: #fff;
    background-color: #ce2b37;
    text-align: center;
    height: 50px;
    font-size: 12px;
    padding: 13px 0;
    clear: left;
}
/* menu
-------------------------- */
.menu h2{
    width: 100px;
    margin: 0 auto 50px;
}
.main-menu{
    display: flex;
    gap: 150px;
    font-size: 24px;
    list-style: none;
    justify-content: center;
    margin-bottom: 100px;
}
.menu-btn{
	position: relative;
}
.menu-btn::before{
	content: "";
	position: absolute;
	left: 0%;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: #333;
	transition: 0.3s;
}
.menu-btn:hover::before{
	width: 100%;
}
.fade6 {
    transform: translatey(50px);
    opacity: 0;
    transition: transform 1s, opacity .8s;
}
.fade6.active {
    transform: translatey(0);
    opacity: 1;
}
.main-menu li{
    cursor:pointer
}
.main-menu a{
    color: #333;
}
.fade7 {
    transform: translatex(-100px);
    opacity: 0;
    transition: transform 1s, opacity .8s;
}
.fade7.active {
    transform: translatex(0);
    opacity: 1;
}
.menu-wapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 200px 0;
    width: 1000px;
    margin: 0 auto 200px;
}
.item{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.item img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #14141466;
}
.item p{
    line-height: 2rem;
}
.screen1{
    display: block;
} 
.screen1.active{
    display: none;
}
.screen2{
    display: none;
}
.screen2.active{
    display: block;
}
.screen3{
    display: none;
}
.screen3.active{
    display: block;
}
.screen4{
    display: none;
}
.screen4.active{
    display: block;
}
.fade8 {
    transform: translatey(50px);
    opacity: 0;
    transition: transform 1s, opacity .8s;
}
.fade8.active {
    transform: translatey(0);
    opacity: 1;
}
/* news 
---------------------*/
.fade9 {
    transform: translatey(50px);
    opacity: 0;
    transition: transform .8s, opacity .8s;
}
.fade9.active {
    transform: translatey(0);
    opacity: 1;
}
.news-contens{
    width: 800px;
    margin: 0 auto;
}
.news-page{
    margin-bottom: 200px;
}
.news-page h2{
    width: 100px;
    margin: 0 auto 50px;
}
.news-title{
    font-size: 32px;
}
.news-contens img{
    box-shadow: 0px 0px 6px #14141466;
}
.news-contens p{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 3rem;
    text-align: justify;
}
.news-contens img{
    width: 800px;
    height: 600px;
}
.sub-title{
    font-size: 36px;
    width: 150px;
    margin: 0 auto 50px;
}
.articles{
    margin-bottom: 200px;
}
.related-articles{
    display: flex;
    gap: 100px;
    justify-content: center;
    list-style: none;
}
.articles-contens{
    color: #333;
}
.articles-contens img{
    width: 300px;
    height: 200px;
    box-shadow: 0px 0px 6px #14141466;
}
.related-articles a:hover{
    opacity: 0.7;
}
/* access 
---------------------*/
.access{
    margin-bottom: 200px;
}
.access h2{
    width: 120px;
    margin: 0 auto 50px;
}
.location{
    display: flex;
    gap: 150px;
    justify-content: center;
    align-items: center;
}
.info{
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-spacing: 0;
}
.info th,
.info td{
    border-bottom: 2px solid #333;
}
.info th{
    text-align: left;
    padding: 40px 50px 15px 0;
}
.info td{
    padding: 40px 0 15px;
}
/* contact 
------------------------*/
.contact{
    margin-bottom: 100px;
}
.contact h2{
    width: 145px;
    margin: 0 auto 50px;
}
.contact-text{
    text-align: center;
    font-size: 30px;
    margin-bottom: 100px;
}
.contact-box{
    font-size: 20px;
    width: 500px;
    margin: 0 auto;
}
.contact-box input{
    margin-bottom: 100px;
}
.box textarea{
    width: 500px;
    height: 400px;
    border: 1px solid #333;
    background: #fff;
    padding: 5px 5px;
}
.box input{
    width: 500px;
    height: 40px;
    border: 1px solid #333;
    background: #fff;
    padding: 5px 5px;
}
.submit-btn input{
    display: block;
    width: 150px;
    height: 50px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    border-radius: 30px;
    margin: 50px auto 0;
}
.submit-btn input:hover{
    opacity: 0.7;
}



/* レスポンシブ 1000px
------------------------*/
@media screen and (max-width: 1000px) {
    /* about */
    .page-header{
        padding-left: 50px;
    }  
    .page-header img{
        width: 80px;
    }
    .nav{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #009246;
        display: grid;
        gap: 0;
        opacity: 0;
        place-items: center;
        pointer-events: none;
        transition: opacity .7s;
        padding: 50px 0;
    }
    .nav ul {
        display: grid;
        list-style: none;
    }
    .nav a {
        font-size: 24px;
        color: #fff;
        text-decoration: none;
    }
    .nav.open{
        opacity: 1;
        left: 0;
        pointer-events: all;
    }
    .menu-button{
        display: block;
        position: fixed;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background-color: transparent;
    }
    .menu-button span{
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
    }
    .menu-button span:nth-child(1){
        top: 0;
        transition: translate .7s,rotate .7s;
    }
    .menu-button span:nth-child(2){
        top: 8px;
        transition: opacity .7s;
    }
    .menu-button span:nth-child(3){
        top: 16px;
        transition: translate .7s,rotate .7s;
    }
    .menu-button.open span:nth-child(1){
        translate: 0 8px;
        rotate: 45deg;
    }
    .menu-button.open span:nth-child(2){
        opacity: 0;
    }
    .menu-button.open span:nth-child(3){
        translate: 0 -8px;
        rotate: -45deg;
    }
    .nav-menu::before{
        display: none;
    }
    /*about*/
    .about-contens{
        width: 500px;
        text-align: left;
        flex-direction: column;
        gap: 100px 0;
        justify-content: center;
    }
    .about-contens img{
        width: 500px;
        height: 350px;
        display: block;
        margin: 0 auto;
    }
    .about-contens:nth-of-type(2){
        flex-direction: column-reverse;
    } 
    /*aside*/
    .aside-page{
        flex-direction: column;
        text-align: center;
    }
    /*menu
    -----------------------*/
    .menu-wapper{
        width: 600px;
        grid-template-columns: repeat(2,1fr);
        gap: 200px 100px;
    }
    /*news
    -------------------------*/
    .related-articles{
        flex-direction: column;
        text-align: center;
    }
    /*access
    --------------------*/
    .location{
        flex-direction: column;
        gap: 50px;
    }
}
/*レスポンシブ　800px
-----------------------------------*/
@media screen and (max-width: 800px) {
    /*menu*/
    .menu-btn::before{
        display: none;
    }
    .main-menu{
        gap: 70px;
    }
}
/*レスポンシブ　600px
-------------------------------*/
@media screen and (max-width: 600px) {
    *{
        margin: 0;
        padding: 0;
    }
  /*about*/
    .page-header{
        padding-left: 30px;
    }
    .swiper{
        margin-bottom: 150px;
    }
    .main-title{
        padding: 0 50px;
        font-size: 24px;
        text-align: left;
    }
    .title{
        font-size: 32px;
    }
    .about h2{
        width: 90px;
    }
    .about-contens{
        width: 300px;
        text-align: left;
        flex-direction: column;
        gap: 50px 0;
        justify-content: center;
    }
    .about-contens img{
        width: 300px;
        height: 250px;
        display: block;
        margin: 0 auto;
    }
   
    .section-menu{
        height: 500px;
    }
    .section{
        width: 300px;
    }
    .section p{
        font-size: 16px;
        margin: 70px 0;
    }
    .section h2{
        width: 80px;
    }
    .btn{
        width: 200px;
        height: 50px;
        padding-top: 10px;
    }
    .btn a{
        font-size: 16px;
    }
    .aside{
        margin-bottom: 150px;
    }
    .aside h2{
        width: 85px;
    }
    .aside-page{
        flex-direction: column;
        width: 250px;
        margin: 0 auto;
    }

    /*menu*/
    .menu h2{
        width: 80px;
    }
    .menu-btn{
        border: 1px solid #999;
        padding: 1rem 0;
        background-color: #999;
        color: #fff;
        width: 150px;
        box-shadow: 0px 0px 6px #14141466;
    }
    .main-menu{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem 1rem;
        text-align: center;
        margin-bottom: 50px;
        padding: 0 50px;
    }
    .menu-wapper{
        width: 350px;
        grid-template-columns: repeat(2,1fr);
        gap: 250px 0;
    }
    .item{
        width: 150px;
        height: 100px;
        margin: 0 auto;
    }
    .item p{
        font-size: 14px;
        text-align: left;
    }
    .item img{
        height: 120px;
    }
    /* news */
    .news-page h2{
        width: 80px;
    }
    .news-contens{
        width: 300px;
    }
    .news-contens img{
        height: 250px;
    }
    .news-title{
        font-size: 24px;
    }
    .related-articles{
        flex-direction: column;
        width: 250px;
        margin: 0 auto;
    }
    .articles{
        margin-bottom: 150px;
    }

    /* access */
    .access{
        margin-bottom: 150px;
    }
    .access h2{
        width: 100px;
    }
    .location{
        flex-direction: column;
        gap: 50px;
    }
    .location-map iframe{
        width: 300px;
        height: 300px;
    }
    .info th{
        padding-right: 30px;
    }
    /* contact */
    .contact h2{
        width: 110px;
    }
    .contact-text{
        font-size: 24px;
        width: 300px;
        margin: 0 auto 50px;
        line-height: 2.0;
    }
    .box input{
        width: 300px;
        height: 30px;
        margin-bottom: 50px;
    }
    .box textarea{
        width: 300px;
        height: 250px;
    }
    .contact-box{
        width: 300px;
        margin: 0 auto;
    }
    
    .submit-btn input{
        width: 120px;
        height: 50px;
    }
    .contact{
        margin-bottom: 150px;
    }
}