@charset "UTF-8";

html {
    scroll-behavior: smooth;
    font-family: "Noto Sans JP";
}

body {
    background-color: #f9deff;
    background-image: repeating-linear-gradient(-45deg,hsl(280, 82%, 90%), hsl(280, 82%, 90%) 16px, transparent 0, transparent 33px);
    /* background-color: hsl(342, 0%, 100%); */
    margin: 0;
    width: 100vw;
    /* max-width: 100vw; */
    color: #3B3B3B;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    box-sizing: border-box;
}

#wrapper {

}
#wrap {
    width: 100%;
    /* max-width: 100vw; */
    overflow: hidden;
    margin: auto;
    background: #f9f3ed;/* border: solid 2px #835555; */box-sizing: border-box;}



header {
    /* display: none; */
}
#menu_icon {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background-color: #B159C7;
    z-index: 102;
    cursor: pointer;
    border-radius: 5px;
}
#menu_icon span {
    width: 32px;
    height: 2px;
    background-color: white;
    z-index: 103;
    right: 19px;
    position: fixed;
    margin: auto;
    border-radius: 0;
    transition: 0.3s;
}
#menu_icon span:nth-child(1) {
    top: 25px;
}
#menu_icon span:nth-child(2) {
    top: 35px;
}
#menu_icon span:nth-child(3) {
    top: 45px;
}

/* アイコンが×に */
#menu_icon.active span:nth-child(1) {
    top: 35px;
    transform: rotateZ(45deg);
}
#menu_icon.active span:nth-child(2) {
    opacity: 0;
}
#menu_icon.active span:nth-child(3) {
    top: 35px;
    transform: rotateZ(-45deg);
}


/* ハンバーガーメニューリスト */
#menu_list {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background-color: #3B3B3B;
    transition: 0.3s;
    overflow: hidden;
    /* max-width: 100vw; */
    /* max-height: 100vh; */
}
#menu_list > ul {
    width: 100%;
    text-decoration: none;
    list-style: none;
    font-size: 1.5rem;
    font-weight: bold;
    /* padding-left: 20vw; */
    /* margin-top: 50px; */
    height: 100vh;
    box-sizing: border-box;
    gap: 2rem;
    /* max-height: 100vh; */
}
#menu_list ul li {
    /* padding: 2% 0px; */
}
#menu_list ul li a, #hum_sakuhin_shurui li a {
    text-decoration: none;
    color: #fff;
    /* 下線 */
    /* border-bottom: solid 2px white; */
}


header {
    /* overflow: visible; */
    /* position: fixed; */
    /* top: 0%; */
    /* width: 100%; */
    /* height: 7vh; */
    /* background-color: black; */
    /* transition: 0.3s; */
    z-index: 100;
    transition: 0.3s;
}
header nav {
    /* background-color: black; */
    /* width: 70%; */
}
header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header nav ul li a {
    /* text-decoration: none; */
    /* color: white; */
    width: 100%;
    /* padding: 18px; */
}

header nav ul li ul {
    position: absolute;
    top: 7vh;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header nav ul li ul li {
    visibility: hidden;
    overflow: hidden;
    width: 150px;
    height: 0;
    background: black;
}
header nav ul li:hover ul li, header nav ul li a:hover ul li{
    visibility: visible;
    overflow: visible;
    height: 7vh;
    z-index: 10;
    width: 100%;
}


#DL_icon {position: fixed;bottom: 5px;right: 5px;/* max-width: 150px; */overflow: hidden;z-index: 105;}
#DL_icon a {width: 100%;display: block;height: auto;}
#DL_icon a img {
    width: 100%;
    max-width: 120px;
}


h1 {margin: 0 auto 1rem;font-size: 1.5rem;/* color: #000000; *//* background: #b159c7; */width: fit-content;padding: 0.5rem;border-radius: 5px;/* position: absolute; */top: 0;/* margin: auto; */}
p {margin: 0;font-size: 1rem;line-height: 170%;letter-spacing: 0.02em;}
p>span {
    font-weight: bold;
}
img {width: 100%;max-width: 100%;vertical-align: middle;overflow: hidden;}
.box {
    margin: 0 auto 5rem;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2rem 1rem;
    /* border: solid 1px #000; */
    box-shadow: 0px 3px 0px 1px #0000003d, 0px 0px 1px 0px #000000;
}
.btn{
    color: #3B3B3B;
    text-decoration: none;
    font-weight: bold;
    background: #FEE35E;
    box-shadow: 0px 2px 0px 0px #F59339, 0px 0px 0px 0px #F59339;
    border-radius: 2px;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    /* width: fit-content; */
    box-sizing: border-box;
    margin: 0 auto;
}


.mainvi {margin: 0 auto 5rem;}
.mainvi img {width: 90%;margin: auto;display: block;}
.mainvi img:first-of-type {margin: 0 auto 2rem;/* width: 50%; */}
.mainvi img:nth-of-type(2) {
    margin: 0 auto 2rem;
}
.mainvi img:last-of-type {
}


.content {
    width: 90%;
    /* max-width: 425px; */
    margin: auto;
    /* background: #E3DACD; */
}
#about {position: relative;}
#about>div {

}
#about>div>h1 {

}
#about>div>img {
    margin: 1rem auto 0;
}

#DL {position: relative;}
#DL>div {position: relative;}
#DL>div>h1 {

}
#DL>div>a {

}
#DL>div>p {margin: 1rem 0 0;}
#DL>div>iframe {
    width: 100%;
}

#contact {position: relative;}
#contact>div {
}
#contact>div>h1 {
}
#contact>div>a {
    
}
#contact>div>p {text-align: center;font-size: 0.8rem;margin: 0.3rem 0 0;}

.info {/* position: relative; */margin: 0 auto 2rem;}
.info p {
    color: #fff;
    background: #3B3B3B;
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
    margin: 0 auto 0;
    line-height: 185%;
    letter-spacing: 0.02em;
    box-sizing: border-box;
}
.info img {/* position: absolute; *//* bottom: 0; *//* left: 0; */}

.wrap>img {

}

footer {
    /* bottom: 0%; */
    background-color: #3B3B3B;
    color: white;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}


@media screen and (min-width:426px) {
    #wrapper {

    }
    #wrap {
        max-width: 425px;
        /* position: relative; */
        /* box-sizing: content-box; */
        box-shadow: 0px 0px 0px 10px #835555;
    }
}