@charset "utf-8";

header{
    height:auto;
    width: 100%;
    text-align: center;
    background: rgba(248, 242, 255,0.8);
    box-shadow: 1px 1px 4px black;
    font-family: 'Merriweather Sans', sans-serif;
    z-index:100;

}
.logo{
    width: 200px;
    height:auto;
    text-align: center;
    padding: 30px 0;
    opacity: 0.9;
    transition: 0.8s;
}
.logo:hover{
    opacity:0.7;
}
html{
    background: #ebebeb;
    width: 100%;
    height: 100%;
}

#header{
    display: none;
}
.ja{
    font-size: 12px;
}
.col-lg-6{
    padding:10px 0;
}
.menulogo{
    width: 20px;
}
.menu{
    background: rgba(51, 51, 51,0.9);
    color:rgba(250, 250, 250,0.8);
    font-weight: bold;
    padding: 5px;
    transition: 0.8s;
}
.menu:hover{
    color:rgba(250, 250, 250,1);
}
.fa{
    margin-left: 10px;
}
.menulist{
    display: none;
    z-index: 100;
}
.menu-container{
    box-shadow: 1px 1px 4px black;
    z-index: 500;
    position: relative;
}
.menubutton{
    cursor: pointer;
    display: inline;
}
.menulink{
    color:rgba(47, 16, 84,0.5);
    cursor: pointer;
    transition: 0.8s;
}

.menulink:hover{
    color:rgba(47, 16, 84,1);
}
.menulink a{
    color:rgba(47, 16, 84,0.5);
    cursor: pointer;
    transition: 0.8s;
    text-decoration: none;
}

.menulink a:hover{
    color:rgba(47, 16, 84,1);
    text-decoration: none;
}
footer{
    font-family: 'Merriweather Sans', sans-serif;
        font-size:14px;
        text-align: center;
        position: absolute;/*←絶対位置*/
        bottom: 0; /*下に固定*/
        position: fixed;
        background:rgba(24, 18, 51,0.9);
        color:white;
        width: 100%;
        height:40px;
        padding: 10px;
      
}
#footer{
    display: none;
}
main{
    height: 100%;
    width: 100%;
    background: #ebebeb;
    z-index: 0;
    position: absolute;
}
body{
    height: 100%;
    width: 100%;
}
.profile{
    text-align: center;
    padding:70px 0;
    margin-bottom: 100px;
    font-family: 'Merriweather Sans', sans-serif;
}
.profimg{
    max-width: 500px;
    width: 100%;
    opacity: 0.8;
    }
.col-right{
    background: white;
    opacity: 0.7;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: left;
    padding:20px;
    font-size: 14px;
}
.prof-container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.padding{
    margin:-5px;
}
.profile h1{
    font-size: 20px;
    margin-bottom: 50px;
    font-family: 'Merriweather Sans', sans-serif;
    color:#21064f;
}
.slide{
    display: none;
}
.port-title{
    background: gray;
    color:white;
    font-weight: bold;
    box-shadow:2px 2px 4px black;
    font-family: 'Merriweather Sans', sans-serif;
    font-style: italic;
    opacity: 0.8;
}
.site1{
    max-width:450px;
    width: 100%;
    border:2px solid #4d4954;
    opacity:1;
    transition: 0.8s;
    cursor: pointer;
}
.site2{
    max-width:450px;
    width: 100%;
    border:2px solid #4d4954;
    opacity:1;
}
.site1:hover{
    opacity: 0.7;
}
.font{
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    color:#56525c;
}
.sitename{
    margin-top: 20px;
}
.port-right{
    text-align: left;
}
.icon{
    max-width: 25px;
    margin-right: 20px;
    padding-bottom: 5px;
}
.right-container{
    max-width: 400px;
    margin:0 auto;
    height:auto;
    font-family: 'Merriweather Sans', sans-serif;
}
.effect-fade {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 2s;
    }

/* 画面内に入った状態 */
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
    }
.effect-fade1 {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1.5s;
    }
    .contact{
        max-width: 400px;
        margin:0 auto;
        text-align: left;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 14px;
        font-weight: bold;
    }
    input{
        max-width: 250px;
        font-size: 14px;
        font-family: 'Merriweather Sans', sans-serif;
        border-radius: 5px;
    }
    textarea{
        max-width: 400px;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 14px;
        border-radius: 5px;
    }
    .button{
        text-align: center;
    }
    .form-control{
        font-size: 14px;
    }
    .confirm{
        font-weight: normal;
    }
    
    @media(max-width:670px){
        .contact{
            max-width: 300px;
            margin:0 auto;
            text-align: left;
        }
        textarea{
            max-width: 300px;
        }
    }