@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}
main {
   font-family: "Zen Kaku Gothic Antique", sans-serif;
   font-weight: bold;
    color: #6A3906;
}


@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}


.cheesecake-sp{
    display: none;
}
.cheesecake-pc{
    display: block;
}


.alex {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.gab {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
  }

/* メインビジュアル　*/

#cheesecake-mainvisual {
    width: 100%;
}

#cheesecake-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */
.cheesecake-leadbox{
     background-image: url(/img/usr/cheesecake/detail-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
     padding:50px 20px 100px;
}


 .image01 {
    width: 250px;
    height: 130px;
    margin-left: 230px;
    margin-bottom: -60px;
}
.image02 {
    width: 190px;
    height: 130px;
    margin-left: 1000px;
     margin-bottom: -50px;
}
.image03 {
    width: 260px;
    height: 230px;
   margin: 30px auto 0;
}
.image01 img{
  width: 100%;
}
.image02 img{
  width: 100%;
}
.image03 img{
  width: 100%;
}

.cheesecake-leadtext {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
   padding-top: 50px;
    font-weight: bold;
   line-height: 2;
}

/* おすすめ */
.cheesecake-osusume{
     background-image: url(/img/usr/cheesecake/osusume-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
   text-align: center;
}
.cheesecake-osusume-box{
    width: 1080px;
    margin: 0 auto 60px;
    display: flex;
    gap: 20px;
    position: relative;
}
.cheesecake-osusume-box::after {
    content: '';
    display: block;
   width: 350px;
    height: 180px;
    background-image: url(/img/usr/cheesecake/osusume-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -50px;
    bottom: -200px;
}
.cheesecake-osusume-title{
     font-size: 3.6rem;
    letter-spacing: 0.1em;
    color: #fff;
    margin:0 auto 40px;
    text-align: center;
    border: 1px solid #fff;
    width: 500px;
    padding: 5px;
}


.cheesecake-osusume-detail{
    width: 300px;
       background-color:rgba(255, 255, 255, 0.9);
}

.cheesecake-osusume-point{
    font-size: 4rem;
     text-align: center;
     margin: 30px auto 10px;
     color: #1D2E79;
}



.cheesecake-osusume-content img{
    width: 140px;
    display: block;
    margin: 0 auto;
}
.cheesecake-osusume-text{
    font-size: 1.6rem;
font-weight: bold;
margin-bottom: 30px;
display: inline-block;
text-align: left;
  color: #1D2E79;
  line-height: 2;
}
.cheesecake-osusume-caution{
    font-size: 1.6rem;
    color: #fff;
  margin: 0 auto;
display: inline-block;
text-align-last: left;
line-height:2;
position: relative;
}

/* 商品紹介 */
.cheesecake-product-content{
    display: flex;
}

.cheesecake-product {
       background-image: url(/img/usr/cheesecake/product-bg.jpg);
    background-size: cover;
    text-align: center;
}
.cheesecake-product-box {
    width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
padding-bottom: 100px;
}
.cheesecake-product-detail {
    margin: 0 auto;
    width: 550px;
    text-align: center;
}
.cheesecake-product-name {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-top: 50px;
}
.cheesecake-product-name-3days {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.cheesecake-product-img-wrap{
    display: inline-block;
    width: 380px;
}

.cheesecake-product-img-wrap img {
    width: 100%;
}
.cheesecake-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}


.cheesecake-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
}
.cheesecake-type {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 8px 5px 10px;
    border: 1px solid #0F3D89 ;
    border-radius: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    margin-right: 25px;
    color: #0F3D89;
}

.cheesecake-price-en {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
}
.cheesecake-price-en-small {
    font-size: 1rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
}

.cheesecake-cart a {
    transition: .3s;
}

.cheesecake-cart a img {
    width: 250px;
}
.cheesecake-cart-text{
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     text-decoration: none;
      border-bottom: dashed 1px #6A3906;
      width: 150px;
      margin: 10px auto 0;
}
.cheesecake-cart-text a{
   color:inherit;
   font-size: 18px;
}
.cheesecake-3days{
    width: 340px;
    margin: 0 auto;
}
.cheesecake-3days img{
    width: 100%;
}
.cheesecake-price-small {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    position: relative;
}
.cheesecake-price-small::before{
position: absolute;
  content: "";
  top: 50%;
  width: 150px;
  height: 3px;
  background-color: #0F3D89;
}




@media screen and (max-width:767px) {

    .cheesecake-sp {
        display: block;
    }
 .cheesecake-pc {
        display: none;
    }
/* リード */

.cheesecake-leadbox{
     width: 100%;
       height:auto;
    margin:  0 auto;
    padding: 50px 0;
position: relative;
}
.cheesecake-product-content{
    display:block;
}

.image01 {
    width: 30%;
    height: 100px;
margin: 0 auto;
}
.image02 {
    width: 25%;
    height: 120px;
    margin: 0 auto;
}
.image03 {
    width: 25%;
    height: 100px;
   margin: 0 auto 10px;
}

.image04 {
    width: 50%;
       position: absolute;
    height: 80px;
   bottom: 70px;
   left: 0;

}

.image04 img{
width: 100%;
}

.cheesecake-leadtext {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: lighter;
    padding-top: 0;
}

/* おすすめ */

.cheesecake-osusume{
    padding-top: 80px;
    padding-bottom: 0px;
}
.cheesecake-osusume-box{
    width: 60%;
    display: block;
   padding-bottom: 100px;
}
.cheesecake-osusume-box::after {
   width: 230px;
    height: 150px;
    right: 0;
    bottom: -40px;
}
.cheesecake-osusume-title{
     font-size: 2.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    width: 80%;
}


.cheesecake-osusume-detail{
    width: 90%;
    margin: 0 auto;
}

.cheesecake-osusume-point{
     font-weight: lighter;
      font-size: 3rem;
     padding-top: 30px;
}

.cheesecake-osusume-text{
    font-size: 1.5rem;
font-weight:lighter;
margin-bottom: 30px;
}
.cheesecake-osusume-caution{
    font-size: 1.5rem;
width: 70%;
padding-bottom: 80px;
font-weight:lighter;
}


/* 商品 */
.cheesecake-product {
    width: 100%;
    margin: 0 auto;
}
.cheesecake-product-box {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cheesecake-product-detail {
    margin: 0 auto;
    width: 90%;
    padding-left: 0px;
}

.cheesecake-product-name {
    font-size: 2.5rem;
    margin-bottom: 40px;
    letter-spacing: 0;
      margin-top: 20px;

}
.cheesecake-product-name-3days {
    font-size: 2.5rem;
    margin-bottom: 20px;
    letter-spacing: 0;
      margin-top: 20px;

}
.cheesecake-product-img-wrap{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;

}
.cheesecake-product-img-wrap img {
    width: 80%;
}
.cheesecake-product-text {
    font-weight: lighter;
}

.cheesecake-product-en {
    font-size: 1.5rem;
}



.cheesecake-price {
    font-size: 2.8rem;
}
.cheesecake-cart a img {
    width: 230px;
}
.applepie2025_danmen{
    width: 100%;
    padding-bottom: 0px;

}

.cheesecake-3days{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
}