@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;
}

/* shop */

.shop{
    max-width: 1200px;
    margin: 0 auto; 
}
.shop1{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #232323;
    margin: 20% 40% 10% 48%;
}
.shop2{
    margin: 0 8.2%;
}
.shop3{
    margin: 10%;
}
.shop4{
    margin: 3% 5% 3% 22%;
}

.sh2{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #232323;
    margin: 1.5%;
}
.sh3{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    font-size: 18px;
    color: #232323;
    line-height: 170%;
    margin: 1% 0 0 15%;
}
.sh4{
    margin-left: 22%;
}
.shop5{
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
}


/* フッダー */

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%;    
}