@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    color: #5D4037;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    font-family: "Kiwi Maru", serif;
    scroll-behavior: smooth;
    cursor: url('./img/mouse-img.png') 4 4, auto;
}

body {
    background-color: #FFF8F0;
}

main {
    overflow-x: hidden;
}

/* ここからheader */

a img.logo {
    width: 8%;
    min-width: 75px;
    position: absolute;
    top: 1%;
    left: 2%;
    z-index: 1000;
}

nav ul {
    display: flex;
    list-style-type: none;
}

ul.head_nav {
    position: absolute;
    right: 5px;
    top: 4%;
    position: fixed;
    width: 100%;
    right: 5%;
    justify-content: right;
    z-index: 100;
}


ul.head_nav li a {
    background-color: #fff;
    font-size: max(1.1vw,13px);
    padding: 2vh 3vw;
    box-shadow: #5D4037 1px 1px 2px;
    transition : 0.5s;
}

ul.head_nav li a:hover {
    background-color: #5D4037;
    color: #fff;
    transition : 0.5s;
}

ul.head_nav li a.radius_a {
    border-radius: 40px 0 0 40px ;
}

ul.head_nav li a.radius_c {
    border-radius: 0 40px 40px 0;
}

/* ハンバーガーメニュー */


.btn {
    position: fixed;
    /* position: absolute; */
    top: 2%;
    right: 7%;
    display: none;
    width: 40px;
    aspect-ratio: 1/1;
    background-color: transparent;
    border: none;
    
}


/* メニュータグの線を作る */
.line,
.line::before,
.line::after {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #EDDDCC;
    position: relative;
    transition: rotate 0.5s 0.5s, all 0.5s 0s;
    /* バツが戻るときのアニメーション */
}

.line::before,
.line::after {
    content: "";
    position: absolute;
    left: 0;
    /* 線を真ん中に集合させる */
}

.line::before {
    top: -10px;
}

.line::after {
    top: 10px;
}


/* 真ん中の線を透明にする */
.is-show .line {
    background-color: #00000000;
}

.is-show .line::before {
    top: 0;
    transition: all 0.5s 0s, rotate 0.5s 0.5s;
    /* バツが始まるときのアニメーション */
    rotate: 45deg;
}

.is-show .line::after {
    top: 0;
    transition: all 0.5s 0s, rotate 0.5s 0.5s;
    /* バツが始まるときのアニメーション */
    rotate: -45deg;
}

.is-show .line::before,
.is-show .line::after {
    background-color: #FF4081;
}

/* ここからfooter */
footer {
    background-color: #5D4037;
    /* position: relative; */
}

.wave {
    background-image: url(./img/footer.png);
    background-position-y: -2px;
    background-repeat: no-repeat;
    height: 16vh;
    width: 100%;
    background-size: cover;
}

footer nav ul {
    /* margin-top: 4vh; */
    /* padding-top: 2vh; */
    justify-content: center;
}

footer nav a {
    color: #fff;
    font-size: max(1vw,11px);
    padding:  0 2vw 0 2vw;
}

.bc-logo {
    display: block;
    width: 10%;
    margin: 10% auto;
    animation:5s linear infinite rotation;
}

.surface-logo {
    width: 10%;
    position: absolute;
    left: 0;
    right: 0;
    margin: -20% auto;
}

@keyframes rotation{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

p small {
    color: #fff;
    font-size: max(0.8vw, 7px);
    display: flex;
    justify-content: center;
    padding-bottom: 10%;
}

.click {
    position: relative;
}

.to-top img {
    width: 60px;
    position: fixed;
    right: -2px;
    bottom: 170px;
}

.insta img {
    width: 50px;
    position: fixed;
    bottom: 0px;
    right: 0;
}



/* .click a.insta {
    background-color: #FF4081;
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    font-size: 1.3vw;
    line-height: 7em;
    padding-left: 3rem;
    height: 20%;
}

.click a.insta img {
    transform: rotate(-90deg);
    padding-right: 2rem;
} */


/* ここからindex body */

.bcgimg-choco {
    background-image: url(./img/topartbord.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 3/4;
    z-index: -100;
    /* position: relative; */
}

.top-image {
    background-image: url(./img/food-4247480_1280.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 20px 20px; */
    position: relative;
    top: max(10%, 50px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    width: 80%;
    aspect-ratio: 7/5;
    border-radius: 35%;
    border: #fff 2vw solid;
}

.catch_copy {
    background-color: #5d4037c3;
    max-width: 450px;
    min-width: 200px;
    width: 50%;
    height: auto;
    border-radius: 7%;
    position: relative;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4% 1ex;
}

.catch_copy h2,
.catch_copy h3,
.catch_copy p {
    color: #fff;
    text-align: center;
}

.catch_copy h2 {
    font-size: clamp(15px, 3vw, 30px);
}

.catch_copy h3 {
    font-size: clamp(9.5px, 1.8vw, 18px);
}

.catch_copy p {
    font-size: clamp(8px, 1.6vw, 16px)
}

.detail {
    margin-top: 5%;
}

.pink_bc {
    background-color: #FC81B4;
}

.explain {
    background-color: #ffffff53;
    border-radius: 5%;
    max-width: 450px;
    min-width: 220px;
    width: 45%;
    padding: 2%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pink_bc .explain {
    top: -15vh;
}

.explain p {
    text-align: center;
    font-size: clamp(9px, 1.3vw, 14px);
}

.explain p:nth-child(n+2) {
    padding-top: 5%;
}

.explain p strong {
    font-size: clamp(9px, 1.6vw, 16px);
    font-weight: bold;
}

.in_shop {
    width: 60%;
    border-radius: 50%;
    border: #fff 2.5vw solid;
    position: relative;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.btob {
    background: url(./img/cocoa-2427493_1280.jpg) no-repeat bottom/cover;
    width: 100%;
    height: 60vh;
    margin-top: 10%;
    position: relative;
}

.btob .explain {
    top: 21%;
    background-color: #ffffffc6;
    border-radius: 20%;
    padding: 5%;
}

.btob .explain h3 {
    display: block;
    text-align: center;
    font-size: clamp(16px, 1.6vw, 16px)
}

.btob .explain h3::after {
    content: "";
    display: inline-block;
    background: url(./img/cacaobeans.png) no-repeat center/cover;
    width: 10%;
    aspect-ratio: 1/1;
    z-index: 100;
    position: absolute;
    top: 15%;
}

.commitment {
    margin-top: 10%;
    background-color: #EDDDCC;
    width: auto;
    height: 100%;
    padding: 10% 10%;
    position: relative;
}

.decorate_choco {
    background: url(./img/kodawari_back.png) repeat-y top/contain;
    background-size: 40%;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
}

.deco_l {
    left: -6%;
}

.deco_r {
    right: -6%;
}

.commitment h2 {
    text-align: center;
    font-size: clamp(16px, 2.3vw, 25px)
}

.commitment h2 strong {
    font-size: clamp(18px, 2.5vw, 27px)
}

.commitment .com_img {
    max-width: 200px;
    width: 25vw;
    aspect-ratio: 1/1;
    margin-right: 5%;
}

.com1,
.com2,
.com3 {
    display: flex;
    background-color: #fff;
    width: 90%;
    height: 50%;
    border-radius: 30px;
    margin-top: 10%;
    padding: 5%;
    align-items: center;
    box-shadow: 10px 10px 4px -1px #777777ca ;
}

.com_text h3{
    font-size: clamp(12px, 2.5vw, 23px);
    padding-bottom: 5%;
    text-align: left;
}

.com_text p {
    font-size: clamp(10px, 1.3vw, 20px);
}

.com1 .com_img {
    background: url(./img/cocoa-bean-1282889_1280.jpg) no-repeat center/cover;
}
.com2 .com_img {
    background: url(./img/cocoa-8153358_1280.jpg) no-repeat center/cover;
    margin: 0 0 0 5%;
    width: 39vw;
}
.com3 .com_img {
    background: url(./img/shopentrance.jpg) no-repeat center/cover;
}

.com2 {
    flex-direction: row-reverse;
}

.button {
    display: flex;
    justify-content: center;
}

.button a {
    background: url(./img/tubutubu.png) no-repeat center/cover;
    max-width: 100px;
    width: 22vw;
    display: inline-block;
    text-align: center;
    font-size: clamp(13px, 1.7vw, 17px);
    font-weight: bold;
    border-radius: 9999px;
    text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
    border: #5D4037 1px solid;
    padding: 6px 2% 8px 2%;
    transition : 0.5s;
}

.commitment .button {
    margin-top: 10%;
}

.button a:hover {
    background: url(./img/tubutubuhover.png) no-repeat top/cover;
    color: #FF4081;
    transition : 0.5s;
}

.bc-onlyimg {
    background: url(./img/illustice.jpg) repeat-y center /cover fixed;
    width: 90%;
    aspect-ratio: 1/1;
    margin: 3% 5%;
    background-size: 95%;
}

.pink_back {
    background-color: #ffcbe2;
    width: 100%;
    height: auto;
}

.menu h3 {
    text-align: center;
    padding-top: 20%;
    font-size: clamp(16px, 1.8vw, 25px);
}

.menu {
    justify-items: center;
    align-items: center;
}

.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 35%;
    column-gap: 5%;
    row-gap: 5%;
    text-align: center;
    padding: 12% 10%;
}

.hover_big {
    width: auto;
    aspect-ratio: 8/8.5;
    overflow:hidden; 
    border: 1.5vw #fff  solid;
}

.container img {
    min-width: 120px;
    width: 100%;
    aspect-ratio: 8/8.5;
    object-fit: cover;
    object-position: center;
    transition:1s all;
}

.container img:hover {
    transform:scale(1.1,1.1);
    transition:1s all;
}

.item3 img {
    object-position: top;
    filter: brightness(1.1);
}

.container p {
    font-size: clamp(10px, 1.3vw, 20px);
    margin-top: 8%;
}

.pink_back .button {
    padding-bottom: 20%;
}

.pink_back .button a {
    padding: 6px 0% 8px 0%;
}

.bc_news_index {
    background: url(./img/ai-generated-8854770_1280.jpg) no-repeat top/cover;
    width: 100%;
    aspect-ratio: 2/1;
}

.news {
    margin-top: 25%;
}

.news h3 {
    text-align: center;
    font-size: clamp(16px, 1.8vw, 25px);
}

.detale_news {
    background-color: #fff;
    width: 60%;
    margin: 5% auto;
    padding: 5%;
    border: 1px #5D4037 solid;
}

.article_n p {
    display: inline;
    font-size: clamp(11px, 1.3vw, 20px);
}

.article_n time {
    font-size: clamp(11px, 1.3vw, 20px);
    padding: 0 8%;
}


.news .button {
    margin-bottom: 25%;
}

div.news {
    padding-bottom: 10%;
}




/* ここからabout/html */

.bc_about_img {
    position: relative;
    background: url(./img/chocolate-8646875_1280.jpg) no-repeat center/cover;
    width: 100%;
    aspect-ratio: 9/1;
    margin-top: min(20%, 150px);
}

.bc_about_img h2 {
    color: #ffffffe6;
    font-family: "Lobster", sans-serif;
    font-size: clamp(34px, 10vw, 300px);
    position: absolute;
    left: 1%;
    bottom: -4px;
    text-shadow: 1px 1px 0 #FF4081,
    -1px 1px 0 #FF4081,
    -1px -1px 0 #FF4081,
    1px -1px 0 #FF4081;
    /* letter-spacing: -1dvh; */
}

.thought {
    background-color: #FF4081;
    border-radius: 15px;
    max-width: 500px;
    width: 75%;
    margin: 15% auto 0 auto;
    padding: 5% 5%;
}

.thought h3 {
    text-align: center;
    color: #fff;
    font-size: clamp(16px, 1.8vw, 25px);
    padding-bottom: 5px;
}

.thought p {
    color: #fff;
    font-size: clamp(11px, 1.3vw, 16px);
    padding-top: 2%;
}

.commitment_all {
    margin-top: 12%;
    padding-bottom: 30%;
}

.commitment_all h3,
.com-a h4 {
    font-size: clamp(16px, 1.6vw, 25px);
    text-align: center;
    margin-bottom: 15%;
}

.commitment_all h3 strong {
    font-size: clamp(18px, 20vw, 27px);
}

.com-a {
    margin-top: 15%;
    display: flex;
}

.com-a div {
    width: 40%;
    aspect-ratio: 1/1.2;
    border: 10px #fff solid;
    transform: rotate(-5deg);
    position: relative;
    top: -5vh;
    left: 5vw;
}

.com-a .commit2 {
    transform: rotate(5deg);
    left: -5vw;
}

.commit1 {
    background: url(./img/cocoa-bean-1282889_1280.jpg) no-repeat center/cover;
}
.commit2 {
    background: url(./img/food-2597169_1280.jpg) no-repeat center/cover;
}
.commit3 {
    background: url(./img/shopentrance.jpg) no-repeat center/cover;
}

.com-a p {
    font-size: clamp(10px, 1.2vw, 23px);
    margin-top: 5%;
}

.com-a section {
    background-color: #fff;
    width: 30%;
    padding: 5% 5% 10% 5%;
    margin-left: 12%;
}

.ct2 {
    flex-direction: row-reverse;
}

.ct2 section {
    margin: 0 12% 0 5%;
    width: 34%;
}

.ct1 section::after {
    content: "";
    background-image: url(./img/line001.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    aspect-ratio: 7/1;
    z-index: 10;
    display: inline-block;
    position: relative;
    top: 10%;
    left: 10%;
}
.ct2 section:after {
    content: "";
    background: url(./img/line002.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    aspect-ratio: 7/1;
    z-index: 10;
    display: inline-block;
    position: relative;
    top: 10%;
    left: 10%;

}
.ct3 section::after {
    content: "";
    background: url(./img/line003.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    aspect-ratio: 7/1;
    z-index: 10;
    display: inline-block;
    position: relative;
    top: 10%;
    left: 10%;
}



/* ここからmenu */

.bc_menu_img {
    position: relative;
    background: #5D4037 url(./img/menutitle.png) no-repeat center/cover;
    width: 100%;
    aspect-ratio: 9/1;
    margin-top: min(20%, 150px);
}

.bc_menu_img h2 {
    color: #ffffffc5;
    font-family: "Lobster", sans-serif;
    font-size: clamp(34px, 10vw, 300px);
    position: absolute;
    left: 1%;
    bottom: -18px;
    text-shadow: 1px 1px 0 #5D4037,
    -1px 1px 0 #5D4037,
    -1px -1px 0 #5D4037,
    1px -1px 0 #5D4037;
}

.menu-all {
    margin: 15% 5%;
}

.bt-menu  ul{
    display: flex;
    list-style: none;
    justify-content:space-around;
}

.bt-menu ul li a:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.404),rgba(255, 255, 255, 0.305)),url(./img/chocolate-1312524_1280.jpg);
}

.bt-menu ul li a {
    display: block;
    color: #fff;
    background-image: url(./img/chocolate-1312524_1280.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: #000 1px solid;
    width: 100%;
    aspect-ratio: 10/1;
    text-align: center;
    padding: 5% 1.1vw;
    font-size: max(1.1vw,13px);
    text-shadow: #5D4037 -1px -1px 5px;
}

.bt-menu ul li a.pad-2 {
    padding: 5.2%  1.6vw;
    background-position: bottom;
}

.bt-menu ul li a.pad-3 {
    padding: 5.3%  2.1vw;
    background-position: top;
}

.sweets {
    position: relative;
    margin-top: 15%;
}

.sweets h3 {
    font-size: clamp(16px, 1.8vw, 25px);
    text-align: center;
}

.banda {
    width: 20%;
    aspect-ratio: 7/1;
    position: absolute;
    top: 0.1vh;
}

.before1 {
    background: url(./img/line003.png) no-repeat top/cover;
    left: 0;
}

.before2 {
    background: url(./img/line004.png) no-repeat top/cover;
    left: 20%;
}
.after1 {
    background: url(./img/line001.png) no-repeat top/cover;
    right: 20%;
}
.after2 {
    background: url(./img/line002.png) no-repeat top/cover;
    right: 0%;
}

.b_title {
    position: relative;
}

.b_title .banda {
    top: 5vh;
}

.before3 {
    background: url(./img/line003.png) no-repeat top/cover;
    left: 0%;
}

.before4 {
    background: url(./img/line004.png) no-repeat top/cover;
    left: 20%;
}
.after3 {
    background: url(./img/line001.png) no-repeat top/cover;
    right: 20%;
}
.after4 {
    background: url(./img/line002.png) no-repeat top/cover;
    right: 0%;
}

.SandB {
    padding: 15% 5% 20% 5%;
}

.beverage {
    padding: 15% 5%;
}

.SandB h4 {
    padding: 5% 0;
}

#b-h4 {
    padding: 5%;
    text-align: center;
}

h4#p_h4 {
    padding-top: 35%;
}

h4#c_h4 {
    padding-top: 20%;
}

.food-img {
    width: 100%;
    aspect-ratio: 1/1.1;
    object-fit: cover;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food-img img {
    width: 100%;
    height: auto;  
}

.food h5,
.food p {
    font-size: clamp(10px, 1.5vw, 18px);
}


.cake .itm2 img,
.cake .itm3 img {
    object-position: center center;
}

.size_d img{
    height: 100%;
    object-fit: cover;
}

.food-img.zoom img {
    transform: scale(1.7);
}

.food-img.zoom {
    overflow: hidden;    
}

.food-img.itm4.size_d img{
    object-position: bottom;
}

.food-img.itm1.zoom img {
    object-position: 2.8vw 0.3vw;
}

.parfait .food-img.itm2.zoom img {
    object-position: 1.5vw 3px;
}

.cake .food-img.itm1.size_d img{
    object-position: center 3px
}

.cake .food-img.itm3.zoom img{
    object-position: -2vw;
}

.beverage .food-img.itm3.zoom img {
    transform: scale(2.5);
    object-position: -1.5vw -2vw;;
}


/* .parfait .item1 img,
.cake .item1 img,
.beverage .item2 img,
.beverage .item4 img {
    
} */



.chocolate,
.parfait,
.beverage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 10%;
    row-gap: 10%;
}

.beverage {
    row-gap: 20%
}

.cake,
.parfait {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    column-gap: 10%;
    row-gap: 5%;
}

div.bc-img1 {
    background: url(./img/bc-decorate.png) no-repeat center/cover;
    width: 80%;
    aspect-ratio: 1/1;
}

/* イラスト */
div.bc-img1 {
    background-image: url(./img/bc-decorate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 130px;
    width: 12%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 30%;
    right: 2%;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: anim_s;
    transform: rotate(15deg);
    animation-duration: 5s;
}

@keyframes anim_s {
    50% {
      transform: rotate(-15deg);
    }
    100% {
      transform: rotate(15deg);
    }
  }

div.bc-img1::before {
    content: "";
    display: block;
    background: url(./img/menu-stare3_.png)no-repeat center/cover;
    width: 80%;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 58%;
    left: -6vw;
    transform: rotate(-30deg);
    animation-name: fadein;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes fadein {
    0% {
       opacity: 0;
       transform: translateX(10px);
    }

    40% {
    opacity: 1;
    transform: translateX(0);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
        }

    100% {
       opacity: 0;
       transform: translateX(10px);
    }
  }

.parfait,
.beverage {
    position: relative;
}

.bc-img2 {
    background-image: url(./img/chocolate0040.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 150px;
    width: 15%;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 10%;
    right: 30%;
    animation: poyoyon1 4s ease-in-out forwards infinite;
}
@keyframes poyoyon1 {
    0%  {
      transform: scale(1.0, 1.0) translate(0, 0);
    }
    15% {
      transform: scale(0.98, 0.9) translate(0, 5px);
    }
    30% {
      transform: scale(1.02, 1.0) translate(0, 8px);
    }
    50% {transform: scale(0.98, 1.05) translate(0, -8px);
    }
    70% {
      transform: scale(1.0, 0.9) translate(0, 5px);
    }
    100% {
      transform: scale(1.0, 1.0) translate(0, 0);
    }
    0%, 100% {
      opacity: 1;
    }
  }

.bc-img3 {
    background-image: url(./img/chocolate0030.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 150px;
    width: 15%;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 9%;
    right: 17%;
    animation: poyoyon2 4s ease-in-out forwards infinite
}

@keyframes poyoyon2 {
    10%  {
      transform: scale(1.0, 1.0) translate(0, 0);
    }
    25% {
      transform: scale(0.98, 0.9) translate(0, 5px);
    }
    40% {
      transform: scale(1.02, 1.0) translate(0, 8px);
    }
    60% {transform: scale(0.98, 1.05) translate(0, -8px);
    }
    80% {
      transform: scale(1.0, 0.9) translate(0, 5px);
    }
    90% {
      transform: scale(1.0, 1.0) translate(0, 0);
    }
    100% {
      transform: scale(1.0, 1.0) translate(0, 0);
    }
    0%, 100% {
      opacity: 1;
    }
  }

.bc-img2::before {
    content: "";
    display: block;
    background: url(./img/menu-yummy_.png) no-repeat center/cover;
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 50%;
    right: 30%;
    animation-name: fadeout;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes fadeout {
    0% {
       opacity: 0;
       transform: translateY(10px);
    }
    30% {
       opacity: 1;
       transform: translateY(0);
    }
    70% {
       opacity: 1;
       transform: translateY(0);
    }
    100% {
       opacity: 0;
       transform: translateY(-2.5vh);
    }
  }




/* ここからnews */

.bc_news_img {
    position: relative;
    background: #5D4037 url(./img/news.img2.jpg) no-repeat center/cover;
    width: 100%;
    aspect-ratio: 9/1;
    margin-top: min(20%, 150px);
    }


.bc_news_img h2 {
    color:#FF4081;
    font-family: "Lobster", sans-serif;
    font-size: clamp(34px, 10vw, 300px);
    position: absolute;
    left: 1%;
    bottom: -18px;
    text-shadow: 1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

.news-news time,
.news-news h3 {
    font-size: clamp(16px, 2vw, 24px);
}

/* アコーディオンメニュー */
.acd-check{
    display: none;
}
.acd-label{
    background: #885e51;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-top: 5%;
    padding: 10px 10px 10px 5%;
    position: relative;
    transition-duration: 0.2s;

    border-top: 2px solid #5D4037;
	border-left: 2px solid #5D4037;
	border-right: 2px solid #5D4037;
    border-bottom: 2px solid #5D4037
    ;
}

.acd-label:hover {
    cursor: pointer;
	opacity: 0.8;
    transition-duration: 0.2s;
}

.acd-label:after{
    background: #885e51;
    box-sizing: border-box;
    content: '+';
    display: block;
    height: 44px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    background-color: #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.acd-content p{
    font-size: clamp(14px, 1.6vw, 22px);
  margin:3%;
}
/* ここまでアコーディオン */

.bc-icon1 {
    background: url(./img/ticket.jpg) no-repeat center/cover;
    min-width: 100px;
    width: 13%;
    aspect-ratio: 1/1;
    position: relative;
    top: 14vh;
    left: 2%;
}

.bc-icon2 {
    background: url(./img/news-logo.png) no-repeat center/cover;
    min-width: 100px;
    width: 13%;
    aspect-ratio: 1/1;
    position: relative;
    top: 14vh;
    left: 2%;
}

.news-news {
    padding: 10% 5%;
    margin-bottom: 40%;
}

.news-news section section::after {
    content: "";
    display: inline-block;
    border-bottom: #5d4037a3 0.5px solid;
    width:100%;
    position: relative;
    top: 5vh;
    left: -10vw;
}

.news-news section section{
    padding-left: 20%;
}


.article2 {
    margin: 15% 0;
}



/* ここからaccess */

.bc_access_img {
    background: url(./img/chocolate-8519112_1280.png) no-repeat center/cover;
    width: 100%;
    aspect-ratio: 9/1;
    margin-top: min(20%, 150px);
    position: relative;
}

.bc_access_img h2 {
    color:#ffffffca;
    font-family: "Lobster", sans-serif;
    font-size: clamp(34px, 10vw, 300px);
    position: absolute;
    left: 1%;
    bottom: -18px;
    
}

div.bc-access-shopimg{
    background: url(./img/cafeoutside.jpg)no-repeat top/cover;
    width: 60%;
    aspect-ratio: 1.5/1;
    margin: 0 auto;
}

iframe {
    width: 100%;
    height: 100%;
}

.information {
    padding: 20% 7%;
}

.flex {
    display: flex;
    margin-bottom: 20%;
    width: 100%;
}

.map {
    min-width: 250px;
    width: 50%;
    height: 20%;
    aspect-ratio: 3/2;
    margin-top: 3%;
}

.access-info {
    margin: 3% 0 0 5%;
}

.access-info .ac-box {
    background: url(./img/f1398_1000.jpg) repeat-x top/contain;
    width: 102%;
    height: 60%;
    margin-top: 5%;
    padding: 10%;
}

.access-info section section {
    display: flex;
    width: 85%
}

.access-info h2 {
    text-align: center;
    font-size: clamp(16px, 3vw, 23px);
    padding-left: 30%;
}

.access-info h3,
.access-info p,
.shop-info h2,
.shop-info section p {
    font-size: clamp(14px, 1.8vw, 20px);
}

.access-info h3 {
    width: 80%;
}

.ac-box p {
    width: 200%;
}

.shop-info {
    width: 50%;
    margin: 5% auto;
    padding: 10% 0;
    background: url(./img/f1398_2000.png) repeat-x top/contain;

}

.shop-info h2{
    text-align: center;
}

.shop-info section {
    margin-left: 5%;
}

.shop-info section section{
    display: flex;
    
}

.shop-info section p {
    margin-left: 5%;
}

.margin-p p {
    text-indent: 1em;
}



/* ここからcontact */

h2.contact {
    margin: max(15%, 22%) 0 3% 0;
    color:#5D4037;
    font-family: "Lobster", sans-serif;
    font-size: clamp(30px, 5vw, 150px);
    text-align: center;
}

.con_information {
    background: url(./img/f1398_3000.png) repeat-x top/contain;
    width: 80%;
    padding: 10%;
}

.con_information h3 {
    text-align: center;
    font-size: clamp(14px, 2vw, 23px);
    margin-bottom: 3%;
}

.contact_info {
    width: 65%;
    margin: 0 auto;
}

.contact_info p {
    font-size: clamp(10px, 1.6vw, 18px);
}

.center {
    text-align: center;
}

.tel,
.instagram-info {
    font-size: clamp(12px, 1.8vw, 20px);
}

.tel strong,
.instagram-info strong {
    font-size: clamp(18px, 2.4vw, 26px);
}

.tel {
    margin-top: 5%;
}

.instagram-info {
    background-color: #EDDDCC;
    margin: 7%;
    padding: 3% 5% 3% 0 ;
}

.insta-info {
    position: relative;
}

.instagram-info::after {
    content: "";
    white-space: nowrap;
    display: block;
    background: url(./img/icons8-instagram.png) no-repeat center/cover;
    background-color: #ffffffbb;
    border-radius: 20%;
    max-width: 70px;
    width: 10%;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 0.5vh;
    right: 5vw;
    transition : s;
}

.contact_form {
    padding: 30% 25%;
}

.contact_form h3 {
    text-align: center;
}

.contact_form span {
    font-size: clamp(14px, 1.6vw, 18px);
}

.contact_form dt {
    margin-top: 5%;
}

.contact_form input,
.contact_form textarea { 
    padding: min(2%, 7px);
    font-family: sans-serif;
    font-size: clamp(12px, 1.4vw, 16px);
    color: #000;
}

.contact_form label,
.contact_form a {
    font-size: 12px;
}

.input-text {
    max-height: 14px;
    height: 1vh;
}

.contact_form textarea {
    margin-bottom: 2%;
    max-width: 600px;
    min-width: 250px;
    width: 80%;
}

.contact_form input {
    max-width: 350px;
    min-width: 180px;
    width: 60%;
}

.contact_form div {
    position: relative;
}

.contact_form #scales ,
.contact_form label {
    position: absolute;
}

.contact_form #scales {
    left: -14vw;
}

.contact_form label {
    left: 3vw;
    bottom: -14px ;
}

.required::after {
    content: "※必須";
    font-size: 11px;
    color: #FF4081;
    margin-left: 3%;
}

.submit-button {
    display: block;
    margin: 12% auto;
    padding: 1% 8%;
    background-color: #5D4037;
    color: #fff;
    font-size: clamp(14px, 1.6vw, 18px);
    transition : 0.5s;
}

.submit-button:hover {
    background-color: #FC81B4;
    color: #5D4037; 
    transition : 0.5s;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}




/* ここからプライバシーポリシー */

.privacy-policy {
    margin: 19% 15%;
}

.pp-title {
    text-align: center;
    margin-bottom: 10%;
}

.bc_white {
    background-color: #fff;
    padding: 5% 8%;
}

.privacy-policy_item p,
.privacy-policy_item li {
    font-size: 12px;
}

.privacy-policy_item li {
    list-style-position: inside;
}

p.privacy-policy_item_title {
    font-size: 16px;
    margin: 4% 0;
}

p.privacy-policy_item_title2 {
    margin: 4% 0;
}

.privacy-policy_item_desc,
p.privacy-policy_item_desc,
.ol_no_li {
    margin: 3% 0;
}

.priv_btn_btn {
    max-width: 200px;
    min-width: 150px;
    width: 23%;
    padding: 2% 1%;
}

p.priv_btn {
    color: #fff;
    font-size: clamp(12px, 1.4vw, 16px);
    text-align: center;
}

.privacy-policy .submit-button:hover {
    text-shadow: none;
}




@media screen and (max-width:465px) {
    .wave {
        background-image: url(./img/wave-bcimg.png);
        background-size: contain;
        height: 14vh;
    }
    .pink_bc .explain  {
        top: -50px;
    }
    .btob .explain h3::after {
        top: 12%;
    }

    .pink_back .button a  {
        margin-top: 15%;
    }

    /* menu */
    .bt-menu ul li a.pad-3 {
        padding: 7.3% 2.1vw;
    }

    .bt-menu ul li a.pad-2 {
        padding: 6.2% 1.6vw;
    }

    .contact_form {
        padding: 9% 14%;
    }

    .b_title .banda {
        top: 3.5vh;
    }

    div.before3.banda {
        left: -3vw;
    }
    div.before4.banda{
        left: 15vw;
    }
    div.after3.banda {
        right: 15vw;
    }
    div.after4.banda {
        right: -3vw;
    }
}

@media screen and (max-width:522px) {
    .top-image {
        top: 13% ;
    }

    .btob {
        height: 30vh;
    }
    ul.head_nav {
        display: none;
    }
    .bc_about_img,
    .bc_menu_img,
    .bc_news_img,
    .bc_access_img {
        margin-top: 85px;
    }

    .contact_form label
    .contact_form a {
        font-size: 8px;
    }
    
    .contact_form label {
        top: 20%;
    }

    .contact_form #scales {
        left: -21vw;
    }

    .submit-button {
        margin: 28% auto;
    }

    /* ハンバーガーメニュー */
    .btn {
        display: block;
        z-index: 1000;
    }

    /* ハンバーガー中身 */
    /* .mainnav ul.head_nav{
        animation: 1s fadedown ease-in-out forwards;
    }

    @keyframes fadedown {
        0% {
          opacity: 1;
          transform: translateY(0px);
        }
      
        100% {
          opacity: 0;
          transform: translateY(-30px);
        }
      } */

    .mainnav.is-show ul.head_nav{
        display: block;
        right: 0vw;
        top: 0%;
        background-color: #ffcbe276;
        z-index: 1000;
        padding: 15% 0%;
        animation: 1s fadeup ease-in-out forwards;
    }

    @keyframes fadeup {
        0% {
          opacity: 0;
          transform: translateY(-30px);
        }
      
        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }

    
    .mainnav.is-show ul.head_nav li {
        margin: 10%;
        text-align: center;
    }

    .mainnav.is-show ul.head_nav li a.radius_a,
    .mainnav.is-show ul.head_nav li a.radius_c {
        border-radius: 0;
    }
    
    .mainnav.is-show ul.head_nav li a{
        padding: 10% 45%;
        box-shadow: none;
    }

    .mainnav.is-show ul.head_nav li a.radius_b{
        padding: 10% 43.5%;
    }

    .mainnav.is-show ul.head_nav li a.radius_c {
        padding: 10% 42.9%;
    }
    .mainnav.is-show ul.head_nav li a.radius_a {
        padding: 10% 44.7%;
    }
}

@media screen and (max-width:560px) {
    .container{
        grid-template-columns: repeat(1, 180px);
        justify-items: center;
        align-items: center;
    }

    .com-a {
        display: block;
        margin-left: 2.5%;
        width: 100vw;
    }

    .com-a section {
        width: 60%;
    }

    .com-a div {
        margin: 20% 0 0 20%;
    }

    .ct2 {
        margin-left: 10%;
    }

    /* news */
    .news-news {
        margin-top: 20%;
    }

    .news-news section div {
        top: 0px;
        margin: 0% auto;
    }

    .article000 {
        padding-top: 10%;
    }

    .article2 {
        margin: 40% 0;
    }

    .news-news section section {
        padding-left: 0px;
    }

    .news-news section section::after {
        left: -1vw;
    }
}

@media screen and (max-width:580px) {
    .article_n p {
        display: table;
    }
}

@media screen and (max-width:650px) {
    .contact_form label {
        left: 6vw;
    }
}

@media screen and (max-width:680px) {
    .contact_info {
        width: 100%;
    }

    .con_information {
        padding: 18% 10%;
    }

    .instagram-info::after {
        bottom: 0.5vh;
        right: 8vw;
    }
}

@media screen and (max-width:680px) {
    .news-news section div {
        left: -10px;
    }

    .banda {
        top: 1.1vh;
    }

    /* access */
    .flex {
        display: block;
    }

    .map {
        margin: 0 auto;
        width: 90%;
    }

    .access-info {
        margin-right: 20%;
    }

    div.bc-access-shopimg {
        width: 90%;
    }

    .shop-info {
        width: 90%;
    }

}

@media screen and (max-width:730px) {
    .bc_about_img h1,
    .bc_menu_img h2,
    .bc_news_img h2 {
        bottom: -8px;
    }
    
    .map {
        margin: 0 auto;
        width: 90%;
    }

    .access-info {
        margin-right: 20%;
    }

    div.bc-access-shopimg {
        width: 90%;
    }

    .shop-info {
        width: 90%;
    }

    .bc_access_img h2 {
        bottom: -1vh;
    }
}

@media screen and (min-width:890px) {
    .com1,
    .com3 {
        width: 60%;
        position: relative;
        right: -230px;
    }
    
    .com2 {
        width: 60%;
        left: 5px;
    }
    
    
}

@media screen and (min-width:920px) {
    .bc-icon1,
    .bc-icon2 {
        top: 19vh;
    }
    
    /* access */
    .shop-info section {
        margin-left: 10%;
    }

    
}

@media screen and (min-width:930px) {
    .b_title .banda {
        top: 5.5vh;
    }

    .contact_form {
        padding: 10%;
    }

    .contact_form #scales {
        left: -6vw;
    }
    
    .contact_form label {
        left: 12vw;
    }
    
    .contact_form {
        padding-left: 30%;
    }
}

@media screen and (min-width:1380px) {
    .bc-img3 {
        right: 21.5%;
    }
}

@media screen and (min-width:1200px) {
    .btob .explain h3::after {
        top: 17%;
    }
}

@media screen and (min-width:1200px) {
    .contact_info {
        width: 60%;
    }
}

@media screen and (min-width:1500px) {
    .btob .explain h3::after {
        top: 19%;
    }

    .instagram-info::after {
        bottom: 1.3vh;
        right: 12vw;    
    }

    .contact_info {
        width: 55%;
    }
}