@charset "UTF-8";

html {
    scroll-behavior: smooth;
}


.wrapper {
    width: 100%;
    overflow: hidden;
    font-family: "Helvetica Neue", "Arial、Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;

}


.mainvisual {
    position: relative;
    width: 100%;

}

.top img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.pc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;

}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}



.navigation {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 40px;
    transition: all 0.3s;
}

.navigation ul li a {
    color: white;
    font-size: 22px;
    text-shadow: 1px 2px 3px rgb(67, 61, 61);
    text-decoration: none;
}

.navigation ul li a:hover {
    color: #e03131;
    transition: all 0.3s;
}


nav ul {
    list-style: none;
    display: flex;
    justify-content: end;

}

li {
    margin-left: 30px;
    list-style: none;

}

.menuletter {
    position: relative;
    width: 100%;
    height: 250px;
    position: sticky;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.parallax01 {
    background-image: url(../images/menu.jpg);
    margin-top: 30px;
}

.parallax02 {
    background-image: url(../images/about.jpg);
}

.parallax03 {
    background-image: url(../images/access.jpg);
}

.parallax04 {
    background-image: url(../images/contact.jpg);
}


.menu {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0px;
    display: flex;

}

.menuletter h2 {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu h3 {
    width: 30.5vw;
    margin: 0 auto;

}

.menudetail1 dd {
    float: right;
}

.menudetail1 dl {
    display: flex;
    flex-wrap: wrap;
}

.menudetail1 dt {
    width: 87%;
    text-align: left;
    border-bottom: dotted 1px #000;
    margin-bottom: 25px;
}

.menudetail1 dd {
    width: 13%;
    text-align: right;
    padding-top: 8px;
}

.menudetail2 dd {
    float: right;
}

.menudetail2 dl {
    display: flex;
    flex-wrap: wrap;
}

.menudetail2 dt {
    width: 87%;
    text-align: left;
    border-bottom: dotted 1px #000;
    margin-bottom: 25px;
}

.menudetail2 dd {
    width: 13%;
    text-align: right;
    padding-top: 8px;
}




.menudetail1 {
    padding-left: 16px;
    padding-right: 16px;
    width: 500px;
    margin-top: 50px;
    margin-bottom: 100px;
    line-height: 30px;
    border-right: 3px solid #000000;
}

.menudetail2 {
    padding-left: 16px;
    padding-right: 16px;
    width: 500px;
    margin-top: 50px;
    margin-bottom: 100px;
    line-height: 30px;
}

.menudetail1 h3 {
    text-decoration: underline 5px #e03131;
    text-underline-offset: 0.3em;
    padding-top: 35px;
    padding-bottom: 35px;

}

.menudetail2 h3 {
    text-decoration: underline 5px #e03131;
    text-underline-offset: 0.3em;
    padding-top: 35px;
    padding-bottom: 35px;

}

.menudetail2 .h3other {
    margin-top: 150px;
    margin-bottom: 0px;
}

.aboutimage {
    position: relative;
    width: 450px;
}

.aboutspace {
    max-width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.aboutchild1 img,
.aboutchild2 img {
    width: 300px;
    height: 200px;

}

.aboutchild1 {
    display: inline-block;
    position: relative;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-bottom: 180px;
    margin-top: 50px;

}

.aboutchild2 {
    position: absolute;
    top: 120px;
    left: 150px;
    margin: auto;
    z-index: -1;
}

.aboutletter {
    position: relative;
    width: 100%;
    height: 250px;
    position: sticky;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;

}


.aboutletter h2 {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-family: Hiragino Sans;

}

.aboutspace h3 {
    margin-top: 80px;
}

h3 {
    font-size: 30px;
    text-align: center;
    background-color: #ffffff;
    text-decoration: underline 5px #e03131;
    text-underline-offset: 0.3em;


}

.p1,
.p2 {
    display: flex;
    margin-bottom: 40px;
}

.pchild1,
.pchild2,
.pchild3,
.pchild4 {
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

.pchild2,
.pchild4 {
    margin-left: 30px;
}


a.btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 1rem 1rem;
    border: 1px solid #e03131;
    color: #ffffff;
    background-color: #e03131;
    transition: 0.7s;
}

a.btn_01:hover {
    color: #e03131;
    background-color: #ffffff;
    letter-spacing: 2px;
    ;
}

.access {
    position: relative;
    width: 100%;
    height: 250px;
    position: sticky;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}


.accesssapace {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.access img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
    background-color: #ffffff;
}

.access h2 {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.accesssapace h3 {
    text-decoration: underline 5px #e03131;
    text-underline-offset: 0.3em;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.map {
    filter: grayscale(100%);
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background-color: #ffffff;
}

.adress {
    margin-bottom: 100px;
}


.contact {
    position: relative;
    width: 100%;
    height: 250px;
    position: sticky;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}



.contact h2 {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Meiryo;
}

.contactspace {
    max-width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

aside {
    text-align: center;
    display: block;
}

.name {
    margin-top: 50px;
}

.name input {
    width: 75%;
    height: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid black;

}

.gender {
    margin-top: 30px;
}

.gender input {
    margin-top: 30px;
    margin-bottom: 30px;

}


.email {
    margin-top: 30px;
}

.email input {
    width: 75%;
    height: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid black;
}

.number_of_times {
    margin-top: 30px;
}

.number_of_times input {
    margin-top: 30px;
    margin-bottom: 30px;
}

.store {
    margin-top: 30px;
}

.store input {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contents {
    margin-top: 30px;
}

.contents select {
    display: inline-block;
    width: 75%;
    margin-top: 30px;
    border: 1px solid black;
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
}

.message {
    margin-top: 30px;

}

.message textarea {
    width: 75%;
    height: 100px;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 30px;
}

.btn_02 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 50%;
    margin: auto;
    padding: 1rem 1rem;
    border: 1px solid #e03131;
    color: #ffffff;
    background-color: #e03131;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
    transition: 0.7s;
}

.btn_02:hover {
    color: #e03131;
    background: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}

.btn_02:active {
    color: #ffffff;
    background-color: #e03131;
    box-shadow: none;
}



footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}