@charset "UTF-8";

/* 共通部分
---------------------------------------------------------- */
html{
    font-size: 100%;
}
body{
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}


/* header
---------------------------------------------------------- */
.logo{
    width: 350px;
    margin-top: 10px;
    margin-left: 33px;
    position: relative;
    z-index: 2;
}
.main-nav{
    display: flex;
    font-size: 2rem;
    margin-top: 30px;
    list-style: none;
}
.main-nav li{
    margin-right: 35px;
}
.main-nav a:hover{
    color: #f7c6bd;
}
.page-header{
    display: flex;
    justify-content: space-between;
    border-width: thick;
    border-color: #ffffff;
    border-style: solid;
    height: 130px;
    background-color: #ffffff;
}



/* home
---------------------------------------------------------- */
.home-content{
    text-align: left;
}
.page-title{
    font-family: 'Delicious Handrawn';
    font-size: 10rem;
    margin-left: 23%;
}
.home-photo{
    width: 150px;
    margin-left: 30px;
}
.page-subtitle{
    font-family: 'Delicious Handrawn';
    font-size: 5rem;
    margin-left: 23%;
    margin-top: -38px;
}
p{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-left: 23%;
    margin-top: 40px;
}
#home{
    background-image: url(../images/背景グラフィック修正版.jpg);
    min-height: 100vh;
}
.big-bg{
    background-size: cover;
    background-position: center top;
}


/* about
---------------------------------------------------------- */
.container{
    overflow: auto;
    scroll-snap-type: y mandatory;
    height: 100vh;
    position: relative;
    z-index: 1;
}
section{
    height: 100vh;
    scroll-snap-align: start;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.walk{
    background-image: url(../images/お散歩.jpg);
    text-align: left;
    padding: 10vh;
}
.flower{
    background-image: url(../images/花.jpg);
    text-align: left;
    padding: 10vh;
}
.cat{
    background-image: url(../images/コリー.jpg);
    text-align: left;
    padding: 10vh;
}
.about-page-title{
    font-family: 'Delicious Handrawn';
    font-size: 9rem;
    margin-left: 10%;
    margin-top: 5px;
}
.about-page-title span{
    padding: 0 20px 20px 20px;
    border: 1px, solid, rgba(255, 255, 255, 0);
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}
.walk p{
    margin: 250px 0 0 23%;
    font-size: 1.25rem;
    width: 600px;
    padding: 20px 20px 20px 40px;
    border: 1px, solid, rgba(255, 255, 255, 0);
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}
.flower p{
    margin: 480px 0 0 65%;
    font-size: 1.25rem;
    width: 425px;
    padding: 20px 20px 20px 20px;
    border: 1px, solid, rgba(255, 255, 255, 0);
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}
.cat p{
    margin: 700px 0 0 40%;
    font-size: 1.25rem;
    width: 500px;
    padding: 20px 20px 20px 30px;
    border: 1px, solid, rgba(255, 255, 255, 0);
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}
#about{
    background-image: url(../images/背景グラフィック修正版.jpg);
    min-height: 100vh;
}
.big-bg{
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}


/* blog
---------------------------------------------------------- */
.blog-title{
    font-family: 'Delicious Handrawn';
    font-size: 8rem;
    margin-left: 15%;
    margin-top: 100px;
}
.blog-content{
    background-color: rgba(255, 255, 255, 0.5);
    overflow-y: scroll;
    width: 65%;
    height: 600px;
    margin-left: 50px;
    padding-left: 60px;
    padding-bottom: 50px;
}
.blog-content li h3{
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 4%;
}
.blog-content li a{
    margin-left: 4%;
    font-size: 1.5rem;
}
.blog-content li:hover{
    color: #92cb97;
}
#blog{
    background-image: url(../images/背景グラフィック修正版.jpg);
    min-height: 100vh;
}
.big-bg{
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}


/* voice sample
---------------------------------------------------------- */
.voice-sample-title{
    font-family: 'Delicious Handrawn';
    font-size: 8rem;
    margin-left: 15%;
    margin-top: 100px;
}
h3{
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 4%;
}
.grid{
    display: grid;
    grid-template-columns: 500px 500px;
    gap: 100px;
}
#voice-sample{
    background-image: url(../images/背景グラフィック修正版.jpg);
    min-height: 100vh;
}
.big-bg{
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}


/* contact
---------------------------------------------------------- */
.contact-title{
    font-family: 'Delicious Handrawn';
    font-size: 8rem;
    margin-left: 15%;
    margin-top: 100px;
}
iframe{
    margin-left: 30%;
    margin-top: 50px
}
#contact{
    background-image: url(../images/背景グラフィック修正版.jpg);
    min-height: 100vh;
}
.big-bg{
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}


/* メディアクエリー(mobile size)
---------------------------------------------------------- */
@media(max-width: 650px){
    /* header */
    .page-header{
        height: 90px;
    }
    .btn-menu{
        position: absolute;
        z-index: 3;
        margin: 20px 0 0 -110px;
        width: 35px;
    }
    .btn-menu-bar{
        display: block;
        width: 100%;
        height: 10px;
    }
    .btn-menu-bar:nth-child(1){
        top: 0;
        border-bottom: 3px solid #888888;
    }
    .btn-menu-bar:nth-child(2){
        top: 50%;
        border-bottom: 3px solid #888888;
    }
    .btn-menu-bar:nth-child(3){
        top: 100%;
        border-bottom: 3px solid #888888;
    }
    .main-nav{
        display: block;
        padding-top: 120px;
        background: #7fd9f8;
        width: 0%;
        height: 100vh;
        position: absolute;
        z-index: 2;
        top: -30px;
        right: 0;
        overflow: hidden;
        transition: .5s;
    }
    .main-nav.open-menu{
        width: 100%;
    }
    .main-nav li{
        text-align: center;
        margin: 2.5rem 0;
        font-size: 2.5rem;
    }
    .logo{
        width: 180px;
        margin-top: 10px;
        margin-left: 3px;
        position: absolute;
        z-index: 1;
    }

    /* home */
    .page-title{
        font-size: 4.5rem;
        margin-top: 40px;
    }
    .page-subtitle{
        font-size: 1.8rem;
        margin-top: 1px;
    }
    p{
        font-size: 0.8rem;
        width: 65%;
    }
    .home-photo{
        width: 90px;
        margin-left: 10px;
    }
    #home{
        background-image: url(../images/背景（モバイル版）.jpg);
        min-height: 100vh;
    }
    .big-bg{
        background-size: cover;
        background-position: center top;
    }

    /* about */
    .about-page-title{
        font-size: 5rem;
        margin-left: -45%;
        margin-top: 50px;
    }
    .about-page-title span{
        padding: 0 15px 15px 15px;
    }
    section{
        height: 100vh;
        margin-top: -50px;
    }
    .walk p{
        font-size: 0.9rem;
        margin: 200px 0 0 -37%;
        padding: 10px 10px 10px 20px;
        width: 420px;
    }
    .flower p{
        font-size: 0.8rem;
        margin: 400px 0 0 60px;
        width: 270px;
        padding: 10px 10px 10px 15px;
    }
    .cat p{
        font-size: 0.9rem;
        margin: 426px 0 0 -50px;
        width: 350px;
        padding: 10px 10px 10px 20px;
    }
    #about{
        background-image: url(../images/背景（モバイル版）.jpg);
        min-height: 100vh;
    }
    .big-bg{
        background-size: cover;
        background-position: center top;
    }

    /* blog */
    .blog-title{
        font-size: 5rem;
        margin-left: 7%;
        margin-top: 80px;
    }
    .blog-content {
        width: 80%;
        height: 600px;
        margin-left: 50px;
        padding-left: 30px;
        padding-bottom: 50px;
        padding-right: 30px;
    }
    .blog-content li h3 {
        margin-top: 30px;
        margin-left: 2%;
    }
    .blog-content li a {
        margin-left: 2%;
        font-size: 1.25rem;
    }
    .blog-menu h3{
        font-size: 1rem;
        margin-top: 30px;
        margin-left: 40px;
        width: 80%;
    }
    .blog-menu a{
        margin-left: 35px;
        font-size: 0.8rem;
        width: 80%;
    }
    #blog{
        background-image: url(../images/背景（モバイル版）.jpg);
        min-height: 100vh;
    }
    .big-bg{
        background-size: cover;
        background-position: center top;
    }

    /* voice sample */
    .voice-sample-title{
        font-size: 4.5rem;
        margin-left: 8%;
        margin-top: 50px;
    }
    h3 {
        font-size: 0.8rem;
        margin-top: 30px;
        margin-left: 35px;
        width: 80%;
    }
    #voice-sample{
        background-image: url(../images/背景（モバイル版）.jpg);
        min-height: 100vh;
    }
    .big-bg{
        background-size: cover;
        background-position: center top;
    }

    /* contact */
    .contact-title{
        font-size: 4rem;
        margin-left: 7.5%;
        margin-top: 50px;
    }
    form label{
        margin: -30px 0 10px 35px;
    }
    form div{
        font-size: 1rem;
        margin-bottom: 10px;
        display: block;
        max-width: 100%;
    }
    form p{
        font-size: 1rem;
        margin: -15px 0 5px 50px;
    }
    input[type="text"],
         [type="email"],
         textarea{
        height: 200px;
    }
    input[type="text"],
         [type="email"]{
        border: none;
        height: 30.54px;
        margin-left: 5.7px;
        width: 73%;
    }
    textarea{
        margin-left: 35px;
        margin-bottom: 10px;
        width: 85%;
    }
    span{
        margin-left: 35px;
    }
    input[type=email]{
        margin-top: -3.5px;
        margin-left: 87.75px;
    }
    input[type="submit"]{
        font-size: 1rem;
        margin-top: 15px;
        margin-left: 35px;
    }
    input[type="submit"]{
        margin-top: 40px;
        padding: 10px 15px 10px 15px;
    }
    #contact{
        background-image: url(../images/背景（モバイル版）.jpg);
        min-height: 100vh;
    }
    .big-bg{
        background-size: cover;
        background-position: center top;
    }
}