@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Noto_Sans_JP;
    src: url(../font/Noto_Sans_JP/static/NotoSansJP-Regular.ttf);
}
@font-face {
    font-family: FustatLight;
    src: url(../font/Fustat/static/Fustat-Light.ttf);
}
@font-face {
    font-family: FustatMedium;
    src: url(../font/Fustat/static/Fustat-Medium.ttf);
}
@font-face {
    font-family: Dancing_Script;
    src: url(..//font/Dancing_Script/static/DancingScript-SemiBold.ttf);
}
@font-face {
    font-family: Source_Serif_4;
    src: url(../font/Source_Serif_4/static/SourceSerif4-Regular.ttf);
}

header {
    background-image: url(../images/concept-top.jpg);
    height: 30vw;
    background-size: 100% ;
}

.header-flexbox {
    display: flex;
    position: fixed;
    width: 100%;
    height: 9vw;
    background-color: rgba(253, 253, 253, 0.8)    
}

header h1 img{
    width: 35%;
    margin-left: 5%;
}

header nav {
    width: 40%;
    height: fit-content;
    margin-top: 3%;
    margin-left: 30%;
}

header nav ul {
    display: flex;
    list-style: none;    
}

header nav ul li {
    width: 25%;
}

header nav ul li a{
    display: block;
    line-height: 2.5;
    text-align: center;
    text-decoration: none;
    font-family: FustatMedium;
    font-size: 1.2vw;
    letter-spacing: 0.05em;
    color: #202020;
    transition: 0.3s
}

header nav ul li a:hover {
    font-size: 1.4vw;
    height: fit-content;
    color: #ae7d40;
    transition: 0.3s
}

header .sns-icon {
    width: 10%;
    height: fit-content;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 3.1%;
    margin-left: auto;
    margin-right: 5%;
    color: #202020;
    transition: 0.5s
}

header .sns-icon .fa-facebook {
    margin-right: 12%;
}

header .sns-icon .fa-facebook:hover {
    color: #4c88f0;
    transition: 0.5s
}

header .sns-icon .fa-instagram:hover {
    color: #d53ff7;
    transition: 0.5s
}





/* main */
main {
    width: 75%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}



main .section-topbox {
    display: flex;
    margin-bottom: 10%;
}

main .conceptbox div {
    font-size: 8vw;
    letter-spacing: 0.05em;
    transform: rotate(-7deg);/* 斜め */
    font-family: Dancing_Script;
    color: #d6ceaa;
    opacity: 0.3;
}

main .conceptbox  h2 {
    font-size: 2vw;
    margin-top: 20%;
    margin-left: 15%;
    letter-spacing: 0.1em;
    font-family: Source_Serif_4;
    color: #464646;
}

main .conceptbox p {
    margin-top: 10%;
    margin-left: 13%;
    text-align: justify;
    font-size: 1.11vw;
    font-family: Noto_Sans_JP;
    color: #202020;

} 

main .section-topbox img {
    width: 65%;
    margin-left: auto;
}

.section-middlebox {
    display: flex;
    margin-bottom: 10%;
}

.section-middlebox p {
    font-size: 1.11vw;
    margin-top: 10%;
    margin-left: 5%;
    line-height: 2;
    white-space: pre-wrap;
    letter-spacing: 0.03em;
    font-size: 1.11vw;
    font-family: Noto_Sans_JP;
    color: #202020;
}

main .section-middlebox img {
    width: 65%;
    margin-right: auto;
}

main section .section-bottombox {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
}

.hakkou {
    width: 100%;
}

main .section-bottombox .hakkou img {
    display: block;
    width: 25%;
}




.section-bottombox p {
    margin-top: 5%;
    margin-left: 28%;
    margin-right: 8%;
    font-size: 1.11vw;
    line-height: 2;
    white-space: pre-wrap;
    letter-spacing: 0.03em;
    font-size: 1.11vw;
    font-family: Noto_Sans_JP;
    color: #202020;
}


.bottombox-img img{
    display: block;
    width: 90%;
    margin-left: auto;
    background-color: #202020;
    transform: 0.5s;
}

.bottombox-img img:hover {
    opacity: 0.8;
    transition: 0.5s;
}

/* ライン */
.line img {
    display: block;
    width: 75%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

/* フッター */
footer {
    padding: 5%;
    background-color: rgb(63, 64, 65)
}

.footer-flexbox {
    display: flex;
    width: 100%;    
}

footer .footer-flexbox a{
    display: block;
    width: 20%
}

footer .footer-flexbox img {
    display: block;
    width: 100%;
    vertical-align: middle;
}

footer .addressbox {
    width: 30%;
    margin-top: 4%;
    margin-left: 8%;
}

footer .addressbox address {    
    font-style: normal;
    line-height: 2.5;
    font-family: Noto_Sans_JP;
    letter-spacing: 0.07em;
    font-size: 1.2vw;
    color: #fff;  
}

.openbox {
    width: 20%;
    margin-top: 3%;
    margin-left: 5%;    
}

.openbox p span {
    font-family: Noto_Sans_JP;
    letter-spacing: 0.07em;
    font-size: 1.7vw;
    color: #fff;  
}

.openbox p {
    text-align: left;
    line-height: 2.5;
    font-family: Noto_Sans_JP;
    letter-spacing: 0.07em;
    font-size: 1.2vw;
    color: #fff;      
}

footer .sns-icon {
    width: 10%;
    text-align: center; 
    height: fit-content;
    margin-top: 4%;
    margin-left: 1%;
    font-size: 2vw;
}

footer .sns-icon .fa-brands {
    color: #fff;
    transition: 0.5s
}

footer .sns-icon .fa-facebook:hover {
    color: #4c88f0;
    transition: 0.5s
}

footer .sns-icon .fa-instagram:hover {
    color: #d53ff7;
    transition: 0.5s
}

footer p {
    text-align: end;
    letter-spacing: 0.07em;
    font-size: 0.9vw;
    color: #fff;
}