@charset "utf-8";
.cake_bg {
    background: linear-gradient(to top, rgba(255,255,255,0.7),rgba(255,255,255,1)), url(../img/bg_xmascake.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 5px 0 50px;
}
.cake_bg2 {
     background-image:url(../img/bg_xmascake1.webp); background-size: cover; background-position: center;

}
.cake_bg3 { background-image:
  linear-gradient(145deg, rgb(247, 246, 246) 50%,
    rgba(255, 255, 252, 0.5) 50%), url(../img/bg_xmascake1.webp);

}
.xmascake_bg1 {
    background: rgb(169, 137, 74);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 30%,rgb(244, 229, 221) 100%);
}
.xmascake_bg2 {
    background: rgb(169, 137, 74);
    background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 30%,rgb(244, 229, 221) 100%);
}
.kadomaru{border-radius: 30px;}

.dotted_line{ border-bottom:3px dotted #613416 ;} 
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.luxurious-script-regular {
  font-family: "Luxurious Script", cursive;
  font-weight: 400;
  font-style: normal;
}

