@charset "utf-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
}

body {
    font-size: 100%;
    line-height: 1.7em;
    color: #535252;
    margin: 0;
    padding: 0;
    font-family: sans-serif;

}

.wrap {
    width: 100%;
}


header {
    top: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background-color: #E5E3E4;
    position: sticky
}

.header .main__nav a {
    text-decoration: none;
    color: #000;
}

.header__logo img {
    width: 80px;
    height: 80px;
    margin: 10px 0 0 30px;

}

.header__logo img:hover {
    opacity: 0.5;
}

.header .main__nav {
    display: flex;
    list-style-type: none;
    gap: 30px;
    height: 50px;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 17px;
    padding-top: 10px;
    margin-right: 30px;
    width: 90%;
}

header .main__nav a:hover {
    color: #000;
    opacity: 0.5;
}

main {
    margin: 0;
    height: 3400px;
    outline: 10px solid #DDDD;
    outline-offset: -30px;
    margin: 0;
}

@media(max-width:1400px) {
    main {
        margin: 0;
        height: 3100px;
        outline: 10px solid #DDDD;
        outline-offset: -30px;
        margin: 0;
    }
}

@media(max-width:767px) {
    main {
        margin: 0;
        height: 2600px;
        outline: 10px solid #DDDD;
        outline-offset: -30px;
        margin: 0;
    }
}

.containerimg {
    height: 940px;
    font-family: Garamond;
    display: block;
    padding: 300px 0 0 400px;
    color: #000;
}


h1 {
    text-align: center;
    color: #707070;
    margin: 0;
    padding-top: 150px;
    text-decoration: underline;
    text-decoration-color: #707070;
    text-underline-offset: 10px;
}

.notepc {
    text-align: center;
    padding: 80px 0 50px 0;
}

@media(max-width:1400px) {
    .notepc img {
        width: 600px;
    }
}

@media(max-width:767px) {
    .notepc img {
        width: 400px;
    }
}

.link {
    text-align: center;
    margin-bottom: 50px;
    height: 50px;
}

.link a {
    color: #E5E3E4;
    background-color: #535252;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.link a:hover {
    color: #535252;
    background-color: #E5E3E4;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    border: solid 1px #535252;
}


.flex {
    padding-bottom: 30px;
    justify-content: center;
    margin: auto;
}

.flex a {
    color: #535252;
    background-color: #E5E3E4;
    padding: 5px 10px;
    border-radius: 10px;
    border: solid 1px #535252;
    text-decoration: none;
}

/* .flex a:hover{
    font-weight: bold;
    border: solid 3px #535252;
} */
.flex a:hover {
    color: #E5E3E4;
    background-color: #535252;
    padding: 5px 15px;
    border-radius: 10px;
}

p.komoku {
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.setumei {
    width: 1000px;
    margin: auto;
}

@media(max-width:1400px) {
    .setumei {
        width: 600px;
    }
}

@media(max-width:767px) {
    .setumei {
        width: 400px;
    }
}

.komoku {
    text-align: left;
}

h1.design {
    text-align: center;
    color: #707070;
    margin: 0;
    padding: 100px 0 50px 0;
    text-decoration: underline;
    text-decoration-color: #707070;
    text-underline-offset: 10px;
}

.capture {
    text-align: center;
}

.capture img {
    width: 800px;
}

@media(max-width:1400px) {
    .capture img {
        width: 600px;
    }
}

@media(max-width:767px) {
    .capture img {
        width: 400px;
    }
}

.captureflex img {
    width: 250px;
}


footer {
    height: 238px;
    background-color: #E5E3E4;
    background-image: url(../img/fflower.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer img {
    height: 150px;
}

.copyright {
    text-align: center;
    padding-top: 210px;
    margin: 0;
    font-size: 10px;
}