@charset "utf-8";
html {
    font-size: 100%;
    }

body {
    background-color:#fff56c5b;
}
.wrapper{
    margin: auto 10vw;
    }

/* Header */
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color:greenyellow;
}

.logo img {
    height: 50px; /* ロゴの高さを調整 */
}

nav .nav-list {
    list-style: none;
    display: flex;
    gap: 20px; /* メニュー項目間のスペースを設定 */
}

nav .nav-list li {
}

nav .nav-list a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

nav .nav-list a:hover {
    color: #007BFF; /* ホバー時の色を設定 */
}    

h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    color: rgb(29, 27, 27);
    padding-bottom: 1rem;
    }
        
h2 {text-align:left;
    font-weight: bold;
    line-height: 1;
    color: rgb(29, 27, 27);
    padding-bottom: 20px;
}
h3 {
    text-align: center;
    padding-bottom: 20px;
    }

section {
    margin-top: 40px;
    }
    .hr {
        border: 4px solid greenyellow;
        width: 70%;
        margin-left: 15%;
        margin-top: 20px;
        }
    .hr2 {
        border: 4px solid greenyellow;
        margin-bottom: 40px;
        }
            
/*------friend-------*/
.friend {
    background-color: greenyellow;
    color: black;
    text-align: center;
    padding-top: 20px;
    }
    .oya {
        text-align: center;
    }
    .ko {
        display: inline-block;
        text-align: left;
    }  
    .line {      
        width: 40%;
        text-align: center;
        margin-left: 30%;
        margin-bottom: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color:paleturquoise;
    }   
    .line2 {      
        width: 70%;
        text-align: center;
        margin-left: 15%;
        margin-bottom: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color:pink;
    }   
    .video {
        width: 60%;
        text-align: center;
        margin-left: 20%;
        padding-bottom: 0px;
    }  
/*-----------------------*/
.fv {
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.fv-title {
    text-align: center;
}

.item {
    margin: 10px;
    padding: 10px;      
}


/*------- intro ------*/
.intro .contents .msg{
    max-width: 70rem;
}
.intro .contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.intro .contents .msg p {
    display: block;
    padding-top:1rem;
    padding-bottom: 2rem;
}

/*-------分類-------*/
.bottom-image {
    margin-bottom: 50px;
    }

.container {
    margin-left: 3rem;
    padding-bottom: 6rem;
    position: relative;
}
.column {
    margin-top: 2rem;
    padding-bottom: 2rem;
}
.container .bottom-image {
    position: absolute;
    bottom: 20%;
    right: 10%;
}
/*-----contact----*/
.page-title {
    margin-top: 60px;
}
.nav {
    margin-bottom: 2rem;
    text-align: center;
}

/*-------footer------*/
footer {
    text-align: center;
    background: #432;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}

/*----------送信フォーム----------*/
form div {
    margin-bottom: 14px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10xp;
    font-size: 1rem;
}
input[type="text"]
input[type="email"]{
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"]{
    border: none;
    cursor: pointer;
    line-height: 1;
    background-color: blue;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 150px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    border-radius: 5px;
    border: 3px; solid blue;
}

.contact-image {
       margin-top: 60px;
    margin-bottom: 50px;   
    text-align: center;
    }
    .intro-image img {
    width: 100%;   
    }


