@charset "utf-8";

.he1{
    height: 30px;
    background-color: #99aa84;
}

/* ヘッダー */

header{
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    width: 100%;
}
.he2{
    display: flex;
    padding: 4px;
    justify-content:space-between;
    border-bottom: 1px solid rgb(137, 137, 137);    
}
.he3{
    margin: 3.1% 10% 0 0;       
}
.he4{
    margin: 1.8% 0 0 5%;
}
.he5{
    margin: 3% 0 0 10.8%;
}
.he1{
    height: 30px;
    background-color: #99aa84;
}
.box01{
    margin-right: 10px;
}

/* グローバルナビ */

.nav01{
    display: flex;
    justify-content: center;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 12px;
    color: #232323;
    padding: 20px;
}    
.li01{
    margin: 10px 10px 0 10px;
    padding-bottom: 19px;
    border: 3px solid transparent;
    transition: 0.3s;
}   
.li01:hover{
    border-bottom: 3px solid #99aa84;
}

/* お問い合わせ */

.inquiry{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1px;
}
.inquiry1{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #232323;
    margin: 20% 40% 10% 43.2%;
}
.inq1{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 16px;
    color: #232323;
    margin: 0 0 5% 18.5%;
}
.inquiry2{
    margin: 3% 18.5% 0 18.5%;
}
.inq2{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 16px;
    color: #232323;
    margin-bottom: 2%;
    font-weight: bold;
}
.inq3{
    border: 1px solid #707070;
    border-radius: 3px;
    height: 55px;
    width: 750px;
}
.inq4{
    border: 1px solid #707070;
    border-radius: 3px;
    height: 55px;
    width: 750px;
}
.inquiry3{
    margin: 3% 18.5% 0 18.5%;
}
.inq5{
    border: 1px solid #707070;
    border-radius: 3px;
    height: 200px;
    width: 750px;
}
.sousin{
    margin: 3% 18.5% 15% 18.5%;
}


/* フッダー */

footer{
    background-color: #99aa84;
    max-width: 1920px;
    margin: 0 auto;
    padding: 2% 3% 1% 3%;
}
.foot1{
    display: flex;
    margin-left: 84%;
}
.fo1{
    margin: 3.5%;
}
.fo2{
    margin: 3.5%;
}
.foot2{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 12px;
    color: #232323;
    display: flex;
    padding: 0 3% 1.5% 3%;
}
.foot3{
    display: flex;
    margin: 2% 0 0 4.8%;
}
.fo3{
    margin: 10px 0 0 20px;
}
.s:has(a){
    margin-bottom: 10px;
}
.foot4{
    margin: 3% 0 0 50%;    
}