@charset "utf-8";
/* ここからリセットCSS */
*,
::before,
::after {
    padding: 0;
    margin: 0 ;
    box-sizing: border-box;
}
:root{
    --width:1200px
}
body{
    max-width: var(--width);
}
ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    /* font-family: sans-serif;
    font-size: 16px; */
    color: #000;
    line-height: 2;
    max-width: 100%;
}

/* img {
    max-width: 1200px;
} */

nav{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
/* ここまでリセットCSS */
/* ここからヘッダー */

header{
    height: 100vh;
    background-image: url(../img/first_view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
header nav ul{
    display: flex;
    justify-content: end;
    gap: 40px;
    /* background-color: #ffffff;
    border-radius: 50px;
    padding: 5px; */
    /* text-shadow: #737373; */
    

}
.header-nav{
    color: #fff;
    position: fixed;
    top: 10px;
    right: 10px;
    /* box-shadow: 10px 10px 10px #454545; */
    /* backdrop-filter: blur(30px); */
}
.header-nav.on{
    color: #3a1313;
}

header img{
    width: 230px;
}
header img{
    padding-left:2% ;
}
header nav ul li{
    font-size: 18px;
    text-shadow: #737373;
}

header img{
    filter: drop-shadow(7px 10px 5px #b4a484);
}
header h1{
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family: "Julius Sans One", sans-serif;
justify-content: center;
font-weight: bold;

}
.cake_nav{
    color: #fff;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 3%;
    padding-bottom: 2%;
    /* line-height: 4; */
}
.cake_nav ul{
flex-direction: column;
}
/* ここまでヘッダー */






/* ここからアクセスタイトル */
h2{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 7%;
}
/* ここまでアクセスタイトル */



/* ここからmap */
main{
    background-image: url(../img/white_00116.jpg);
}
.map{
  width: 80%;
  margin: 0 auto ;
  margin-bottom: 3%;
padding-top: 2%;
}

.map iframe {
    width: 100%;
  display: block;
  height: auto;
  margin-top: 5%;
  aspect-ratio: 1/1;
} 

.map_shop{
    width: 60%;

}
.map{
    display: flex;
}

.map_memo{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.map_memo h3{
    width: 58%;
    padding-bottom: 2%;
}
.about_map{
    width: 50%;
}
/* .map p{
    width: 58%;
} */
.map p:not(.memo){
    font-size: 14px;
}
.memo{
    font-size: 12px;
    padding-top: 2%;
    line-height: 2.5;
}




.memo_inside{
    width: 500px;
        position: relative;
        margin-bottom: 2em;
        padding: 1.5rem 2rem;
        border-radius: 10px;
        background: #ecebea;
      }
      
      .memo_inside:before,
      .memo_inside:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        background: #ecebea;
      }
      
      .memo_inside:before {
        bottom: -15px;
        left: 30px;
        width: 30px;
        height: 30px;
      }
      
      .memo_inside:after {
        bottom: -30px;
        left: 50px;
        width: 15px;
        height: 15px;
      }


/* ここからフッター */
footer{
    width: 100%;
    /* height: 70vh; */
    background-image: url(../img/b.png);
    object-fit: cover;
    background-size: cover;
display: flex;
justify-content: flex-end;
text-align: right;
background-attachment: fixed;
padding-right: 2%;
padding-top: 1%;
font-size: 14px;

}
footer ul li .insta{
    width: 40px;
    height: 40px;
}
footer ul li .note{
    width: 30px;
    height: 30px;
}
.footer section {
    display: flex;
}
.footer_logo { 
padding-right: 24%;
}
.copyright{
    display: flex;
    justify-content: end;
    padding-top: 6%;
}
.sns_icon ul{
        display: flex;
    justify-content: end;
}
.footer_side{
    padding-right: 6%;
padding-top: 3%;
line-height: 3;

}
.footer_aboutshop{
    padding-right: 3%;
padding-top: 2%;
line-height: 3;

}

footer nav{
    flex-grow: 1;
    text-align: left;
    padding-left: 4%;
}
footer nav ul li{
   line-height: 5;
         transition: transform 0.5s ease;

}
.footer_logo img{
    width: 400px;
}

footer nav li:hover{
    font-weight: bold;
    transform: scale(1.2)
}

.footer_side ul li{
      transition: transform 0.5s ease;

}
.footer_side ul li:hover{
        font-weight: bold;
    transform: scale(1.2)
}
.sns_icon ul li{
      transition: transform 0.5s ease;
}
.sns_icon ul li:hover{
        transform: scale(1.2)
}






