@charset "utf-8";
/*****共通*****/
.underKeyimages .key-wrap {
    background: url(../images/cake/bg-cake.jpg) no-repeat center;
    background-size: cover;
    height: 60vh;
}


/*****共通end*****/

#cake {
  justify-content: center;
  align-items: center;
  width: 100%;
	background: #faf4e8;
	position: relative;
	padding: 130px 0;
	padding-bottom: 150px;
	z-index: 0;
}
#cake::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/global/overlay-cover.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
	z-index: -1;
}
#cake .wrap{
	max-width: 100%;
	overflow: hidden;
  	position: relative;
	margin-top: 30px;
}
#cake .ttl{
	text-align: center;
}
#cake .menu-cont{
	max-width: 900px;
	overflow: hidden;
	padding-bottom: 6em;
  	position: relative;
	margin: 0 auto;
}
#cake .menu-cont .flex{
	justify-content: space-between;
}
#cake .menu-cont a{
    background-color: rgb(0, 191, 179, 0.2);
    padding: 14px 0;
    width: 170px;
    text-align: center;
	    border-radius: 5px;
	font-size: 16px;
	color: #430707;
	font-weight: bold;
}
#cake .menu-cont a:hover{
	background-color: rgb(0,191,179, 0.5);
}
#cake .menu-cont a.active{
	background-color: rgb(0,191,179, 0.5);
}

#cake ul{
	flex-wrap: wrap;
}

#cake ul li a{
	
}
#cake h6 {
    padding-top: 10px;
    font-size: 30px;
    color: #3a1509;
    letter-spacing: 15px;
    text-indent: 0.6em;
}
#cake p.sub {
    color: #d0cab4;
    font-size: 20px;
}
#cake .img_box{
	 width:280px;
	height: 280px;
	margin-bottom: 0;
	overflow:hidden;
}
#cake .img_boximg{
	transition: all 0.3s;
}
#cake .img_box img:hover{
  transform:scale(1.1);
}
#cake .img_box img {
transition: transform 0.6s ease;
    width: 110%;
    height: 125%;
    object-fit: cover;
    object-position: -115px -40px;
}

@media screen and (min-width: 768px) {
#cake .wrap{
	max-width: 1400px;
	padding: 0;
	padding-bottom: 80px;
}
#cake p.cake-ttl{
        font-size: 16px;
        line-height: 25px;
        color: #290e0e;
        text-align: center;
        padding-top: 10px;
}
#cake ul li {
    align-items: center;
    padding: 45px 0;
    position: relative;
    margin: 0 28px;
    width: calc(100% - 79%);
}
	#cake ul li:last-child{
		 align-items: left;
	}
	.pdf-deco a{
	        position: relative;
        z-index: 99;
		margin: 0 auto;
        display: block;
		 width: 75%;
		text-align: center;
	}
.pdf-deco img{
       
        text-align: center;
        
}
}

@media screen and (min-width: 768px) and (max-width: 1380px){
.underKeyimages .key-wrap {
    background: url(../images/cake/bg-cake.jpg) no-repeat center;
    background-size: cover;
    height: 33vh;
}

}
@media screen and (max-width: 767px) {
	.underKeyimages .key-wrap {
    background: url(../images/cake/bg-cake.jpg) no-repeat center;
    background-size: cover;
    height: 30vh;
}
	    .underKeyimages .ttl-wrap {
        top: 50%;
    }
	#cake{
		padding-top: 70px;
	}
	#cake .wrap{
		margin-top: 0;
	}
	#cake h2 {
		font-size: 27px;
		margin-bottom: 20px;
}
	#cake .menu-cont .flex {
		display: flex;
		flex-wrap: wrap;
		margin: 0 40px;
	}
#cake .menu-cont a {
    background-color: rgb(0, 191, 179, 0.3);
    padding: 10px;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    color: #430707;
    font-weight: bold;
	margin: 7px 0px;
}
	#cake h6 {
		padding-top: 10px;
        font-size: 20px;
        color: #3a1509;
        letter-spacing: 11px;
        text-indent: 0.6em;
}
	#cake .menu-cont{
		padding-bottom: 3em;
	}
#cake p.sub {
    color: #d0cab4;
    font-size: 15px;
}
    #cake .img_box {
        width: 170px;
        height: 170px;
        padding-bottom: 0px;
		margin-bottom: 10px;
        overflow: hidden;
    }
	#cake .cake-flex{
		display: flex;
		flex-wrap: wrap;
	}
    #cake .cake-flex li {
        width: 47%;
        margin: 15px 5px;
		
        height: auto;
    }
		#cake .img_box img {
    transition: transform 0.6s ease;
    width: 110%;
    height: 125%;
    object-fit: cover;
    object-position: -70px -25px;
}
	.pdf-deco a{
        padding: 20px 10px;
        color: #fff;
        background-color: rgb(0, 191, 179, 0.8);
        text-align: center;
        margin: 0 auto;
        display: block;
        border-radius: 50px;
        margin-top: 40px;
        width: 85%;
		position: relative;
		z-index: 99;
	}
}




#cake-detail {
  justify-content: center;
  align-items: center;
  width: 100%;
	background: #faf4e8;
	position: relative;
	padding: 70px 0;
	padding-bottom: 150px;
}
#cake-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/global/overlay-cover.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
#cake-detail .wrap{
	max-width: 100%;
	overflow: hidden;
  	position: relative;
	margin-top: 30px;
}
#cake-detail .ttl{
	text-align: center;
	    padding-bottom: 90px;
}
#cake-detail h6 {
    padding-top: 10px;
    font-size: 30px;
    color: #3a1509;
    letter-spacing: 15px;
    text-indent: 0.6em;
}
#cake-detail p.sub {
    color: #d0cab4;
    font-size: 20px;
}
#cake-detail .img{
	text-align: center;
	padding-bottom: 20px;
}
#cake-detail p.cake-price{
	font-size: 20px;
}
#cake-detail p.cake-txt{
	padding-top: 30px;
	font-size: 16px;
}

.pre_box{
	padding-top: 90px;
    /* width: 570px; */
    padding-bottom: 0;
    margin: 0px auto 0px auto;
    justify-content: center;
    display: flex;
    align-items: center;
}
.pre_box_center a {
    color: #4e2323;
    padding: 20px 110px;
    border: 1px solid #00bfb3;
	margin: 0 40px;
	border-radius: 5px;
	position: relative;
}
.pre_box_right a, .pre_box_left a{
	padding: 20px 30px;
    position: relative;
    background-color: #00bfb3;
    border: 1px solid #00bfb3;
	border-radius: 50px;
}
.next-arrow-right::before {
    content: '';
    width: 11px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.prev-arrow-left::before {
    content: '';
    width: 11px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(155deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    left: -10px;
    box-sizing: border-box;
}
.next-arrow-right,.prev-arrow-left {
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 2em;
    height: 1px;
    background: #fff;
}
.pre_box_right a:hover, .pre_box_left a:hover {
    background-color: inherit;
    color: #00bfb3;
    border: 1px solid #00bfb3;
}
.pre_box_right a:hover .next-arrow-right::before {
    content: '';
    width: 11px;
    border: 1px solid #00bfb3;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(35deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.pre_box_left a:hover .prev-arrow-left::before {
    content: '';
    width: 11px;
    border: 1px solid #00bfb3;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(155deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    left: -10px;
    box-sizing: border-box;
}
.pre_box_center a:hover{
	color: #fff;
background-color: #00bfb3;
}
.pre_box_right a:hover .next-arrow-right,.pre_box_left a:hover .prev-arrow-left {
background: #00bfb3;
}
.next-arrow {
	position: absolute;
    bottom: 45%;
    right: 0%;
    width: 40px;
    height: 40px;
	z-index: 100;
}
.prev-arrow {
	position: absolute;
bottom: 45%;
    left: 0%;
    width: 40px;
    height: 40px;
    z-index: 100;
}
.responsive{
	position: relative;
	    margin-bottom: 20px;
}
.responsive .slick-list{
	overflow: visible;
}
.slideimg{
	margin: 0 10px;
}

@media screen and (min-width: 768px) {
#cake-detail .wrap{
	max-width: 720px;
	padding: 0;
	padding-bottom: 80px;
}
#cake-detail p.cake-ttl{
    font-size: 20px;
    line-height: 40px;
	color: #290e0e;
	
}

}

@media screen and (min-width: 768px) and (max-width: 1380px){


}
@media screen and (max-width: 767px) {
	#cake-detail .ttl {
    text-align: center;
    padding-bottom: 20px;
}
	#cake-detail p.cake-txt {
    padding-top: 10px;
    font-size: 14px;
}
	#cake-detail h6 {
padding-top: 10px;
        font-size: 20px;
        color: #3a1509;
        letter-spacing: 11px;
        text-indent: 0.6em;
}
	#cake-detail p.sub {
    color: #d0cab4;
    font-size: 15px;
}
	.next-arrow-right, .prev-arrow-left{
		right: 10px;
	}
	.pre_box_right a, .pre_box_left a {
    padding: 15px 25px;
    position: relative;
    background-color: #00bfb3;
    border: 1px solid #00bfb3;
    border-radius: 50px;
}
.pre_box_center a {
    color: #4e2323;
    padding: 15px 30px;
    border: 1px solid #00bfb3;
    margin: 0 20px;
    border-radius: 5px;
    position: relative;
}
}



