@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

html {
            scroll-behavior: smooth;
        }

header {
    display: flex;
    padding: 2% 6%;
    position: sticky;
    top: 0px;
}

header h1 {
    width: fit-content;
}

header h1 a {
    text-decoration: none;
    color: #a9a9a9;
    font-size: 2vw;
}

header nav {
    width: 25%;
    margin-left: auto;
}

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

}

header nav ul li {
    width: calc( 95% / 3 );
}

header nav ul li a {
    display: block;
    line-height: 2.8;
    text-align: center;
    text-decoration: none;
    color: #a9a9a9;
    font-size: 1.6vw;
}


main section h2 {
    font-size: 1.4vw;
    color: #a9a9a9;
    text-align: center;
}

main section p {
    margin-top: 3%;
    line-height: 1.7;
    text-indent: 1em;
    font-size: 1.2vw;
    color: #a9a9a9;
    text-align: center;
}
main section p.snow-lover {
    display: block;
    text-align: center;
    text-indent: 0;          
    margin-top: 300px;       
    margin-bottom: 80px;    
    font-size: 1rem;
    color: #a9a9a9;
    letter-spacing: 0.3em;
}

main section img{
    /* 最初は30ｖｗにしていた */
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
h2 {
    margin-top: 30px;
    padding-top: 25px;
    color: #888888;
    font-family: Helvetica;
}

main section {
    color: #888888;
}

.parent {
    display: flex;
}

.child1 {
    padding-right: 10vw;
}
footer {
    margin-top: 220px;
    height: 45vh;
    background-size: 100% 100%;
    background-image: url(../images/me.jpg);
    width: 100vw;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: darkgrey;
    color: #ffffff;
}

footer p {
    text-align: center;
    font-size: 1.1vw;
    color: #ffffff;
    letter-spacing: 0.9em;
    margin-top: 5vw;
    font-size: 18px;
}

.footer-address .first-line {
  margin-bottom: 20px; 
  font-size: 17px;
  letter-spacing: 0.9em;
}

address {
    margin-left: 6vw;
    margin-right: 6vw;
    line-height: 1.3;
    font-style: normal;
    font-size: 1.3vw;
}

.about-visual {
    width: 100%;
    height: 60vw;
    background-image: url(../images/teineyama.jpg);
    background-size: cover;
    background-position: center;
}

.about-content {
    text-align: center;
}

.about-content h1 {
    font-size: 48px;
    letter-spacing: 0.15em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #a9a9a9;
}

.about-content p {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.08em;    
}

