/*共通部分
---------------------------------*/

html {
    font-size: 100%;
}

body {
    line-height: 1.7;
    color: #432;
}

#wrapper {
  width:100%;
  overflow:hidden;
}

img {
    max-width: 100%;
}

h1 {
    margin: 10px 0;
}

a {
    text-decoration: none;
}

ul{
    list-style:none;
}
/*HEADER
--------------------------------*/
#home{
    padding-top:35px;
    height:812px;
    background-image:url(../img/main_image.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
}

.nav-item{
    margin:10px;
    font-size:1.2rem;
    font-family:'Hiragino Mincho Pro'
}

.nav-item>a{
    color: inherit;
    color:#fff;
    text-shadow: -0.5px -0.5px #808080,0.5px 0.5px #333;
}

.nav-item:hover {
    background: rgba(169,169,169,0.3);
}

.nav-item>a:hover {
    text-decoration: none;
    color: inherit;
    color: #dcdcdc;
}


.home-contents{
    text-align: center;
}
.main-logo{
    padding:20px;
    margin-top:200px;
}

/*ABOUT
-------------------------------*/
#about{
    padding-top:65px;
    height:812px;
    background-image:url(../img/about_background.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
}
.about-title{
    font-size:5rem;
    color:#3cb371;
    padding-top:30px;
    font-family:'Hiragino Mincho Pro';
    text-shadow: -2px -2px #fff,2px 2px #333;
}
.about-container{
    margin:5%;
    padding:20px;
   background: rgba(0,172,151,0.3);
}

.about-image{
   width:150px;
}

.about-text{
    font-family:'Hiragino Mincho Pro';
    font-size:25px;
    color:#696969;
    margin:20px;
    padding:20px;
}


/*MENU
-----------------------------*/
#menu{
    padding-top:65px;
    background:#ffffe0;
    background-size:cover;
    width:100%;
}
.menu-contents{
    padding-top:30px;
    padding-bottom:100px;
}
.menu-title{
    font-size:5rem;
    color:#3cb371;
    padding-top:30px;
    font-family:'Hiragino Mincho Pro';
    text-shadow: -2px -2px #fff,2px 2px #333;
}
.menu{
    font-size:3rem;
}

.menu-text{
    font-size:1.2rem;
}
.menu-item{
    font-family:'Hiragino Mincho Pro';
    color:#8fbc8f;
    margin:0 15px;
}
.menu-image{
    margin:10px;
    width:200px;
}
.menu-text{
    padding:20px;
    margin-bottom:100px;
}

.andmoreBtn{
    margin-top: auto;
    margin:10px;
    display: inline-block;
    padding: 0em 0.5em;
    text-decoration: none;
    background:#66cdaa;/*ボタン色*/
    font-family:'Hiragino Mincho Pro';
    font-size:30px;
    border-radius: 10px;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: inherit;
    color: #ffff00;
    border:none;
    border-bottom: solid 4px #a9a9a9;
}

.andmoreBtn:hover {
    background:#e0ffff;
    text-decoration: none;
    color: inherit;
    color: #20b2aa;
}
.andmoreBtn:focus{
    outline: none;
}
.andmoreBtn:active {
    transform: translateY(4px);
    border-bottom: none;
}
/*NEWS
--------------------------------*/
#news{
    padding-top:65px;
    background: linear-gradient(#ffff7f,#7abcff);
    background-size:cover;
    width:100%;
}
.news-container{
    padding:30px;
}

.news-contents.col-md-4{
    padding:0;
}
.news-title{
    font-size:5rem;
    color:#3cb371;
    padding-top:30px;
    font-family:'Hiragino Mincho Pro';
    text-shadow: -2px -2px #fff,2px 2px #333;
}

.news-item{
    padding:0 20px;
    margin:0 10px;
    height:100px;
    border-top:solid 2px #8c7042;
    display:flex;
    justify-content:space-between;
}
.news-item+.news-item:last-child{
    border-bottom:solid 2px #8c7042;
}

@media screen and (max-width: 756px) {
  .news-item+.news-item:last-child{
    border-bottom:none;
  }
}

.news-image{
    margin:2px;
    width:100px;
    height:auto;
}

.news-item>p{
    width:300px;
    vertical-align:middle; 
    text-align:center;
    font-size:0.8em;
    font-family:'Hiragino Mincho Pro';
    color:#2e8b57;
}

.arrow{
    width:30px;
    height:30px;
    margin:10px;
}

.news-andmoreBtn{
    margin:50px 0 20px 0;
    display: inline-block;
    padding: 0em 0.5em;
    text-decoration: none;
    background:#66cdaa;/*ボタン色*/
    color: #ffff89;
    font-family:'Hiragino Mincho Pro';
    font-size:30px;
    border-radius: 10px;
    border:none;
    border-bottom: solid 4px #a9a9a9;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.news-andmoreBtn:hover {
    background:#e0ffff;
    text-decoration: none;
    color: inherit;
    color: #20b2aa;
}

.news-andmoreBtn:focus{
    outline: none;
}
.news-andmoreBtn:active {
    transform: translateY(4px);
    border-bottom: none;
}

.banner{
    padding:60px;
    justify-content:center;
}
.banner>a>img{
    margin:10px;
}

/*FOOTER
---------------------------------*/
footer{
    background:#9370db;
    background-size:cover;
    width:100%;
}

.footer{
    display:flex;
}

.footer-logo{
    margin-top:30px;
    margin-left:5%;
    font-size:1.6rem;
    flex:2;
    color:#fff;
    font-family:'Hiragino Mincho Pro';
    text-shadow: -0.5px -0.5px #808080,0.5px 0.5px #333;
}

.footer-nav{
    padding-top:20px;
    margin-left: 10px;
    margin-right: 50%;
    display:flex;
}
.footer-nav>.nav-item{
    font-size:1em;
    margin-top:10px;
    margin-right:3%;
}
@media screen and (max-width:540px){
    .footer-nav>.nav-item{
        font-size:0.8rem;
    }

}
@media screen and (max-width: 756px) {
    .footer-logo{
        margin-top:20px;
        flex:2;
        font-size:1.2rem;
    }
}

