*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;
}
header{
    width: 100%;
    height: 125px;
    background-color: #b5afb5;
    color: white;
    letter-spacing: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 120;
    padding-left: 5%;
    padding-right: 5%;
}
.main-title{
    word-wrap: break-word;
}
.main-img img{
    width: 100px;
}
.main-menu{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    letter-spacing: .2rem;
}
.main-menu-icon img{
    width: 3rem;
    margin-right: 15px;
    align-items: center;
}
.main-menu-icon img:hover{
    opacity: .5;
    transition: .5s;
}
.main-menu a{
    display: block;
    color: white;
    text-decoration: none;  
}
.main-menu-item:hover{
    color: rgba(255, 255, 255, 0.44);
    transition: .3s;
}
.main-menu a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 2px;
    background:#0481A2;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.main-menu a:hover::after{
    transform: scale(1, 1);
}
@media(max-width:720px){
    .main-title h1{
        width: 360px;
        font-size: 15px;
        letter-spacing: .6rem;
    }
}
@media(max-width:620px){
    .main-img img{
        width: 80px;
    }
}
@media(max-width:550px){
    .main-title h1{
        font-size: 13px;
        letter-spacing: .4rem;
    }
}
@media(max-width:450px){
    .main-title h1{
        width: 200px;
    }
}
@media(max-width:360px){
    .main-title h1{
        width: 150px;
        transform: translateX(25px);
    }
}


/* ハンバーガーメニュー　ーーーーーーー */
.menu-icon{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 25% ;
    border: 1px solid white;
    z-index: 10;
}
@media(max-width:450px){
    .menu-icon{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        right: 30px;
    }
}
.menu-icon00{
    margin: 0 auto;
    height: 1px;
    width: 35px;
    background-color: white;
    display: flex;
    transform: translateY(20px);
}
@media(max-width:450px){
    .menu-icon00{
        transform: translateY(8px);
        width: 25px;
    }
}
.menu-icon01{
    margin: 0 auto;
    height: 1px;
    width: 35px;
    background-color: white;
    display: flex;
    transform: translateY(30px);
}
@media(max-width:450px){
    .menu-icon01{
        transform: translateY(18px);
        width: 25px;
    }
}
.menu-icon02{
    margin: 0 auto;
    height: 1px;
    width: 35px;
    background-color: white;
    display: flex;
    transform: translateY(40px);
}
@media(max-width:450px){
    .menu-icon02{
        transform: translateY(28px);
        width: 25px;
    }
}
.menu-icon.active div:nth-child(1){
    transform: rotate(45deg) translate(20px,20px);
    transition: .5s;
}
@media(max-width:450px){
    .menu-icon.active div:nth-child(1){
        transform: rotate(45deg) translate(14px,13px);
    }
}
.menu-icon.active div:nth-child(2){
    opacity: 0;
    transition: .5s;
}
.menu-icon.active div:nth-child(3){
    transform: rotate(-45deg) translate(-20px,20px);
    transition: .5s;
}
@media(max-width:450px){
    .menu-icon.active div:nth-child(3){
        transform: rotate(-45deg) translate(-12px,12px);
    }
}
@media (max-width:768px){
    .menu-icon{
        opacity: 1;
    }
    .main-menu{
        display: none;
    }
    .main-title{
        font-size: .6rem;
        position: absolute;
        left: 25%;
        flex-wrap: wrap;
    }
}
.nav-menu{
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background-color: rgb(121, 81, 81);
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}
.nav-menu li{
    margin-top: 120px;
    font-weight: 600;
    font-size: 1.2rem;
    flex-direction: column;
    list-style: none;
    cursor: pointer;
}
.nav-menu a{
    text-decoration: none;
    color: white;
}
.nav-item00{
    padding-top: 100px;

}
.nav-menu.active{
    display: block;
    transition: .5s;
}
.nev-item00-a00{
    padding-left: 25px;
}



/* main---------------- */
.section00{
    position: relative;
    padding-top: 125px;
    width: 100%;
    height: 500px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}
.section00::after{
    margin-top: 125px;
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url(images/LINE_ALBUM_2024.7.3_240711_38.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.section00 h1{
    font-size: 2rem;
    letter-spacing: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 10);
}
.section02{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.section02-content00{
    width: 750px;
}
.section02-content00 h2{
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    padding-bottom: 50px;
    border-bottom: 3px solid rgb(164, 164, 164);
}
.section02-content00 p{
    color: block;
    margin-top: 25px;
}
.section02-content00-p00, .section02-content00-p02, .section02-content00-p04{
    font-size: 1.55rem;
    font-weight: 600;
}
.section02-content00-p01{
    padding-top: 50px;
    line-height: 3rem;
    font-size: 1.25rem;
}
.section02-content00 h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 15%;
    height: 3px;
    background: #464646;/*左：ピンク*/
}
.section02-content00-p01 li{
    margin-top:1rem;
    margin-left: 1rem;
}
.iframe{
    margin: 0 auto;
    width: 100%;
    height: 400px;
}
.ppp{
    margin-bottom: 100px;
}









/* footer---------- */
footer{
    background-color: #b5afb5;
}
.map{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section01{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: 60px;
    margin-right: 60px;
    align-items: center;
    color: white;
}
.footer{
    margin-right: 200px;
    padding-top: 20px;
}
.footer p{
    padding-top: 30px;
}
.footer a{
    color: white;
}
.footer-item00{
    font-weight: 600;
}
.footer-item01{
    transform: translateY(-20px);
}
.footer-item02{
    transform: translateY(-40px);
}
.ltb{
    color: white;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 5px;
}
@media(max-width:1200px){
    .footer{
        margin-left: 100px;
    }
}
@media(max-width:1000px){
    .section01{
        display: block;
    }
    .footer{
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0 ;
        text-align: center;
    }
}