@charset "UTF8";

html {
    font-size: 100%;
}
.container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* background-color: aqua; */
    margin-top: 90px;
}
.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
body {
    line-height: 1.7;
    width: 100%;
}
a {
    text-decoration:none ;
}
/*レイアウト*/
.font-english {
font-family: 'philosopher', sans-serif;
font-weight: normal;
}

/*ヘッダー*/

.main-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 10%;
    font-size:1.5rem;
    margin-top: 60px;
    /* background-color: rgb(249, 11, 47); */
}

.main-nav a:hover {
color: chartreuse;
}

/* TOP */
.maintop h1 {
    font-size: 3rem;
    text-align: center;
    margin-top: 90px;

}
.maintop img {
    max-width: 60%;
    margin: 0 auto;
    padding: 01.5rem;

    display: flex;
    align-items: center;
}

/* NEWS */
#NEWS {
margin-bottom: 120px;

}
.title {
    text-align:center;
    font-size: 2rem;
    margin-bottom:  120px;
}
#NEWS h3 {
    font-size: 15px;
}
.ncontainer {
margin-left: 60px;
}

.text div {
    line-height: 6;
    /* background-color: aqua; */
  }
.text a {
       color: #279334;
}
/* .link {
    line-height: 4;
    font-size: 15px;
    margin-left: 60px;
} */
.text a:hover {
    color:  chartreuse;
    }
    
/* プロフィール */
#PROFILE {
    margin-bottom: 120px;
}

.text1 {
     display: flex;
     font-size: 15px;
    margin-left: 120px;
}
.column-40 p {
    margin-right:  40px;
    /* font-size: 18px ; */
    
}
/* .column-50 p {
    font-size: 10px ;
} */
.column-60 p {
    margin-top: 60px;
    line-height: 2;
    margin-left: 120px;
}
.container p {
    font-size: 15px;
}
.syutuen p {
    font-size: 20px;
}
.syutuen h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.syutuen {
    margin-bottom: 120px;
    margin-left: 120px;
}

/* GALLERY */
.galleryimg img {
    width: 32%;
    padding: 10px;
    margin-left: 8px;

}
/* CONTACT */
.CONTACT {
    display: flex;
}
.inner {
    margin: 0 auto;
    text-align: center;
}
.inner p {
    margin-bottom: 50px;
   }

.inner h2 {
    margin-top: 60px;
    margin-bottom: 30px;
   }
   
.inner input, .inner textarea{
    border-bottom :1px solid #3a3434 ;
    width: 500px;
    margin: auto;
    width: 60%;
}

.inner input {
margin-bottom: 20px;
height: 40px;

}
 .inner textarea {
margin-bottom: 60px;
height: 200px;
}
.button {
    display: inline-flex;
    text-align: center;
    width: 220px;
    height: 50px;
    /* padding: 0 40px; */
    border: none;
    padding: 0 80px;
    border-radius: 30px;
    background-color: #303131;
    color: #fff;
    line-height: 50px;
}

.button:hover {
    transition-duration: .5s;
    background-color: #565a5a;
} 
.last {
    margin:60px auto;
   width: 70%;
    text-align: center;
    font-size: 1.3rem;
}

 /* フッター */
.copyright {
    text-align: center;
    padding: 2rem 0;
    margin-top: 6rem;
}
/* thanksページ */
.button2 {
    display: inline-flex;
    text-align: center;
    font-size: 15px;
    margin-top: 40px;
    border: none;
    padding: 0 40px;
    border-radius: 30px;
    background-color: #303131;
    color: #fff;
    line-height: 50px; 
}
.button2:hover {
    transition-duration: .5s;
    background-color: #565a5a;
} 

@media screen and (max-width:600px) {
    .main-nav {
        width: 60%;
        font-size:1rem;
    }
    .maintop h1 {
        font-size: 2.3rem;
    }
    .maintop img {
        max-width: 100%;
        margin: 0 auto;
        padding: 01.5rem;
        display: flex;
        align-items: center;
    }
     .text1 {
            width: 90%;
            margin: auto;
            margin-bottom: 40px;
            font-size: 14px;
            line-height: 1.5;
            }
            
    .column-60 p {
        width: 90%;
        margin: auto;
        font-size: 13px;
            }
    .syutuen {
        width: 90%;
       margin: auto;
       font-size: 13px;
                }
    .galleryimg {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: center;
    
    }
    .ncontainer {
        margin-left: 10px;
        width: 90%;
    }
.text span {
    display: inline-block;
    /* background-color: rgb(244, 147, 147); */
}
.text div {
    margin-bottom: 3rem;

}
.text h3 {
    line-height: 2;
}
.last {
    margin:60px auto;
    text-align: center;
    font-size: 1rem;
   width: 70%;
}
.last span {
    display: inline-block;
}
.inner p {
    font-size: 13px;
    margin-bottom: 50px;
 font-family: Arial, Helvetica, sans-serif;
   }

    }