/*リセット*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: sans-serif;
    background: #000000;


}

/*----------header----------*/

.header {

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px;
    background-color: #f5f7ea;

    position: sticky;
    top: 0;

}

.header h1 {
    font-size: 30px;
    color: black;

}
 .menu,
 .profile{
 display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
    background: white;
    color: black;
    text-decoration: none;
    transition: 0.3s;
 }

*/---------hero----------*/:root {
    --main: #d7bcd;
    --accent: #272727
}

.hero {

    width: 800px;
    margin: 30px auto;
    position: relative;


}
.hero img {
    width: 90%;
    border-radius: 30px;
    padding: 0;
    display: block;
}

.textbox{
position: absolute;
left: 50px;
bottom: 40px;

}
.sub1 {
     color: rgb(0, 0, 0);
    background-color: white;
    font-size: 16px;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 2px;
    margin:0;
}

.title1{
     color: black;
    background-color: white;
     display: inline-block;
    font-size: 22px;
    padding: 18px 15px;
    border-radius: 0px 3px 3px 3px;
    margin-bottom: 2px;
    margin:0;
}

.etc {
     color: black;
    background-color: white;
    font-size: 15px;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 2px;
    border-radius: 0px 0px 3px 3px;
    margin:0;
}

/*---------sentence----------*/
.sentence {
    width: 100%;
    position: relative;

    font-size: 20px;
    font-weight: lighter;

    color: white;
    background-color: none;

    margin: 50px 50px;
    border-radius: 30px;
    padding: 50px;
}

/*----------recommend----------*/

.recommend {
    width: 100%;
    margin: 80px auto;
    margin-top: 80px;
    position: absolute;

}

h3 {
    width: 100%;
    font-size: 30px;
    font-weight: lighter;
    color: black;
    background-color: white;
    padding: 10px 15px;
    position: relative;
    border-radius: 70%;
     text-align: center;
}

.recommend img {
    width: 50%;
    border-radius: 30px;
    padding-left: 30px;
    display: block;
    margin: 30px auto;

}

.right {
    padding-left: 100px;


}

.number {
    gap: 15px;
    width: 28px;
    height: 28px;
    margin-left: 80px;
    border: 1px solid #d9ff00;
    border-radius: 50px;
    padding: 18px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d9ff01
}

.number:last-child {
    border-bottom: none;
}


.situation {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-left: 123px;
    margin-bottom: 10px;
    display: inline-block;
    background: none;
    display: flex;

}

/*---------another page----------*/
.top,
.mypage {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
    background: white;
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

.top:hover,
.mypage:hover {
    background: #ddd;
}


.slider1{
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
}

.slider1 img {
    width: 350px;
    height: 500px;
    flex-shrink: 0;
    object-fit: cover;
    scroll-snap-align: center;
    border-radius: 50px;
     aspect-ratio: 16 / 9;
    border-radius: 10px;
}

.slider2{
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
   
}

.slider2 img{    
    width: 350px;

    object-fit: cover;  
    display: block;
    height: auto;
}

.spot {
    width: 80%;
    margin: 200px auto;
    display: flex;
   
    justify-content: space-between;
    gap: 70px;
    flex-direction: column;
}

.spot img {
    width: 50%;
    border-radius: 10px;
}

/*---------page1---------*/

.page1 {
    background: #f5f7ea;
    font-family: sans-serif;
}

.introduction1 p {
    width: 80%;
    margin: 30px auto;
    position: relative;

    font-size: 25px;
    font-weight: lighter;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    color: rgb(21, 19, 124);
    margin: 50px 50px;
    border-radius: 30px;
    padding: 50px;
}


.spot-text1 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: lighter;
    color: rgb(191, 218, 70);
}

.spot-text1 p {
    line-height: 2;
    color: rgb(35, 35, 141);
}

.address1 {
    margin-top: 20px;
    color: rgb(35, 35, 141);
    font-size: 14px;
}

.shop-link {

    display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
    background: white;
    color: black;
    text-decoration: none;
    transition: 0.3s;
}

/*----------page2----------*/
.page2 {
    background-color: black;
    font-family: sans-serif;
}

.introduction2 p{
    color: red;
    width: 80%;
    margin: 50px 50px;
    position: relative;
    font-size: 25px;
    font-weight: lighter;
    display: inline-block;
    border-radius: 30px;
    padding: 50px;
}

.spot-text2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: red;
    font-weight: lighter;
}

.spot-text2 p {
    line-height: 2;
    color: white;
}

.address2 {
    margin-top: 20px;
    color: white;
    font-size: 14px;
}

/*----------page3----------*/
.page3 {
    background: #f7f8b7;
    font-family: sans-serif;
}

.introduction3 p {
    color: rgb(47, 49, 35);
    width: 80%;
    margin: 30px auto;
    position: relative;
    font-size: 25px;
    font-weight: lighter;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    border-radius: 30px;
    padding: 50px;
}

.spot-text3 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: rgb(104, 126, 6);
    font-weight: lighter;
}

.spot-text3 p {
    color: rgb(92, 102, 47);
    line-height: 2;
}

.address3 {
    margin-top: 20px;
    color: rgb(92, 102, 47);
    font-size: 14px;
}


/*--------mypage----------*/

.me img {
    width: 30%;
    border-radius: 1000px;
    padding: 0px;
    display: block;
    margin: 30px auto;
}

.me {
    background: #000000;
    font-family: sans-serif;
    color: white;
    padding-bottom: 30px;
}



.me h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: lighter;
    color: rgb(30, 255, 225);
    text-align: center;
}

.me p {
    font-size: 20px;
    font-weight: lighter;
    padding-left: 50px;
    text-align: center;
}

/*---------おまけ---------*/

.omake{
    background: #000;
    color: white;
    padding: 50px 0;
}

.thanks{
    text-align: center;
    line-height: 2;
    margin: 50px 0;
}

.gallery{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.gallery img:hover{
    transform: scale(1.03);
}