@charset "utf-8";

html {
  height: 100% ;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" , sans-serif;
  background: #e5d9cc;
}

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

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.hidden {
  display: none !important;
}

/*
 * ブレークポイント
 */

/*スマホとタブレットのみに適用*/
@media (max-width: 979px) {
  .sp-tablet-none {display: none;}
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {
  .tablet-pc-none {display: none;}
}

/*スマホのみに適用*/
@media (max-width: 767px) {
  .sp-none {display: none;}
}

/*タブレットのみに適用*/
@media (min-width: 768px) and (max-width: 979px) {
  .tablet-none {display: none;}
}

/*PCのみに適用*/
@media (min-width: 1200px) {
  .pc-none {display: none;}
}


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

.container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copy {
  padding: 10px 0;
  text-align: center;
  background: #fff;
}

.copy small {
  font-size: 1.1rem;
  color: #666;
}

button {
  cursor: pointer;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .container {
    padding: 0 20px;
  }

  .copy small {
    font-size: 1.2rem;
  }

}


/*****************************
  トップ
*****************************/

/* 共通 */

.top {
  background: #e5d9cc;　/* url(../images/common/bg.png) center */ 
  -webkit-background-size: 230px 230px;
  background-size: 230px 230px;
}

.top header {
  position: relative;
  overflow: hidden;
}

/* .top header:after {
  content: "";
  width: 120%;
  height: 0;
  padding-top: 112.66881%;
  display: block;
  background: url(../images/2024xmas/h-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -50%;
  z-index: -1;
} */

.top header .container {
  /* padding-top: 10px; */
  padding: 0px;
}

.top header h1 {
  width: 59.31034%;
  margin: 0 auto 10px;
  /* margin-bottom: 59%; */
}

.main-img {
  /* border: 5px solid #fff; */
  border-bottom: none;
}

.top header .info {
  /* border: 5px solid #fff; */
}

.top header .discount-period {
  padding: 0px 0px;
  background: #dcd9cc;
  border-bottom: 5px solid #fff;
}

.top header .delivery-period {
  padding: 0px;
  background: #dcd9cc;
}

.top .reservation h2 {
  max-width: 700px;
  padding: 4% -0px 2.5%;
  margin: 0 auto;
}

.top .cake-list {
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.top .cake-list li {
  width: 100%;
  margin-bottom: 8%;
  padding: 20px 20px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top .cake-select {
  padding-bottom: 20px;
}

.top .cake-select:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.top .cake-title {
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 4% 0;
  background: url(../images/2024xmas/cake-title-ornament.png) no-repeat center bottom;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.top .cake-list .comment {
  font-size: 1.4rem;
  margin-bottom: 5%;
  text-align: left;
}

.top .cake-list .number {
  margin-bottom: 10px;
}

.top .cake-list .number img {
  width: auto;
  height: 18px;
}

.top .cake-list .price {
  margin-bottom: 3%;
  font-size: 1.8rem;
  font-weight: bold;
}

.top .cake-list .small,
.top .cake-list .count {
  font-size: 1.2rem;
}

.top .cake-list .active-price {
  color: #c2443b;
}

.top .cake-list .disabled-price {
  text-decoration: line-through;
}

.top .cake-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;

  width: 80px;
  background: none;
  padding: 10px 30px 10px 10px;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.top .cake-list .select-wrap {
  position: relative;
  display: inline-block;
  background: #e6e6e6;
}

.top .cake-list .select-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 10px;
}

.top .about {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top .about h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #c2443b;
  text-align: center;
  opacity: 0.3;
}

.top .about-list {
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.top .about-list li {
  width: 100%;
  margin-bottom: 5%;
}

.top .about-list h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  background: #c2443b;
  opacity: 0.3;
}

.top .about-list p {
  font-size: 1.5rem;
  text-align: center;
}

.top .about-list .attention {
  font-size: 1.6rem;
  color: #c2443b;
  font-weight: bold;
  opacity: 0.3;
}

.top .f-logo {
  width: auto;
  margin: 0 auto;
}

.top .f-logo {
  width: 140px;
  margin-bottom: 23px;
}

.top .f-info {
  margin-bottom: 40px;
  color: #c2443b;
  text-align: center;
  letter-spacing: 1px;
}

.top .f-info .hours {
  font-size: 1.2rem;
}

.top .f-info .tel {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.top .f-info .to-official-link {
  padding: 8px 30px;
  font-size: 1.4rem;
  color: #e5d9cc;
  font-weight: bold;
  background: #fff;
  border-radius: 3px;
}

.top .reservation-btn {
  padding: 10px 0;
  background: #fff;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.top .reservation-btn p {
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.top .reservation-btn button {
  width: 120px;
  margin-left: 10px;
  font-family: inherit;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  border-radius: 1.5rem;
  background: #c2443b;
  border: none;
}

.top .copy {
  padding-bottom: 68px;
}

/* ↓ ケーキ予約システム作成時追加 ↓ */
.image img {
	border-radius: 0 !important;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 7%;
  color: #FFF;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  z-index: 9999;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #C2443B;
  border-radius: 50%;
  z-index: -1;
}

.header-notice{
	padding-top: 30px;
}
.header-animation{
	animation: heartbeat 2s ease-in-out infinite;
}
.header-keyframe{
	animation-name: poyopoyo;
}
@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.97);
  }

}

.shopping-flow {
	margin: 100px 0;
	text-align: center;
    background-color: #ffff;
}

.container ul li , .container ul li .image img , .select-wrap , .about , .top .about-list h3 , .top .f-info .to-official-link{
	border-radius: 20px;
}

#scrollDiv {
  display: none;
}

.categoryLink{
	display: flex;
	margin: 100px 0 0 0;
  	width:100%;
}
.item_title{
	margin: 50px 0 50px 0;
}

/* スライダー */
.cake_swiper{
	padding: 40px 0;
}
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 2rem !important;
	color: #c2443b;
}
.slide-pagination-wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.swiper-pagination {
	position: static !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: auto !important;
}
.swiper-pagination-bullets {
	display: flex !important;
	align-items: center !important;
}
.swiper-pagination-bullet {
 	width: 7px !important;
 	height: 7px !important;
 	background: #c2443b !important;
}
.swiper-button-prev,
.swiper-button-next {
	position: static !important;
	margin-top: initial !important;
}

.btn_z-index {
	z-index: 9999;
}

.reservation_note {
    margin-top: 10px !important;
	text-align: left;
}
.reservation_note span {
	padding: 5px 30px;
	background-color: #c2443b;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-radius: 30px;
}

/* スマホのみに適用 */
@media (max-width: 767px) {
  .categoryLink {
	  margin: 50px 0 0px 0;
  }
}

/* ↑ ケーキ予約システム作成時追加 ↑ */

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .top header .container {
    padding-top: 20px;
  }
	
	.cake-main {
		padding-top: 0px !important;
	}

  /* .top header:after {
    width: 77.75%;
    max-width: 933px;
    height: 0;
    padding-top: 73%;
    right: 0;
  } */

  .top header h1 {
    width: 30%;
    /* margin-bottom: 40.38461%; */
  }

  .main-img {
    border: 10px solid #fff;
    /* border-bottom: none; */
  }

  .top header .info {
    border-width: 10px;
	border: 10px solid #fff;
  }
	
  .shopping-flow {
    border-top: none !important;
  }

  .top header .info {
    display: -ms-flex;
    display: flex;
  }

  .top header .discount-period {
    padding: 0px 0px;
    background: #dcd9cc;
    border: none;
    border-right: 10px solid #fff;
  }

  .top header .delivery-period {
    padding: 0px 0px;
    background: #dcd9cc;
  }

  .top .cake-list li {
    width: 48.5%;
    margin-bottom: 3%;
    padding: 25px 30px;
  }

  .top .cake-title {
    /* width: 70.58823%; */
    min-width: 280px;
    margin: 0 auto 10px;
    font-size: 2.4rem;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .top .cake-list .comment {
    /* width: 70.58823%; */
    min-width: 280px;
    margin: 0 auto 20px;
  }

  .top .cake-select {
    width: 70.58823%;
    min-width: 280px;
    margin: 0 auto;
  }

  .top .cake-list .price {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .top .cake-list .price .small,
  .top .cake-list .count {
    font-size: 1.4rem;
  }

  .top .about {
    margin-bottom: 100px;
    padding: 25px 30px;
  }

  .top .about h2 {
    font-size: 2.2rem;
  }

  .top .about-list li {
    width: 28%;
    margin-bottom: 0;
  }

  .top .about-list p {
    text-align: left;
  }

  .top .f-logo {
    width: 240px;
    margin-bottom: 40px;
  }

  .top .f-info .hours {
    font-size: 1.5rem;
  }

  .top .f-info .tel {
    font-size: 2.4rem;
  }

  .top .reservation-btn p {
    font-size: 1.8rem;
  }

  .top .reservation-btn button {
    width: 200px;
    font-size: 2rem;
    line-height: 4.8rem;
    border-radius: 2.4rem;
  }

  .top .copy {
    padding-bottom: 80px;
  }

}

/*PCのみに適用*/
@media (min-width: 1200px) {

  /* .top header:after {
    width: 933px;
    padding-top: 876px;
  } */

}

/*****************************
  フォーム / 確認画面 / 完了画面
*****************************/

/* 共通 */

.form,
.confirmation,
.send {
  color: #d32a50;
}

.form .container,
.confirmation .container,
.send .container {
  max-width: 600px;
  margin-bottom: 80px;
}

.form header,
.confirmation header,
.send header {
  padding: 10px 0;
  text-align: center;
}

.form header .h-logo,
.confirmation header .h-logo,
.send header .h-logo {
  width: 35%;
  max-width: 200px;
  display: inline-block;
}

.form header .h-title,
.confirmation header .h-title,
.send header .h-title {
  font-size: 1rem;
  font-weight: normal;
}

.form h1,
.send h1 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
}

.form button,
.confirmation button {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  font-size: 2rem;
  color: #d32a50;
  font-weight: bold;
  line-height: 4rem;
  border-radius: 2rem;
  background: #fff;
  border: none;
}

.form button {
  color: #fff !important;
  background: #d32a50 !important;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .form header,
  .confirmation header,
  .send header {
    padding: 20px 0;
  }

  .form header .h-title,
  .confirmation header .h-title,
  .send header .h-title {
    font-size: 1.4rem;
  }

}


/*****************************
  フォーム
*****************************/

/* 共通 */

.form .text {
  margin-bottom: 15px;
  font-size: 1.6rem;
  text-align: center;
}

.form .text2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.form .text2 a {
  text-decoration: underline;
}

.form dl {
  margin-bottom: 40px;
}

.form dt {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.form dt .small {
  font-size: 1.3rem;
}

.form dd {
  width: 100%;
  margin-bottom: 20px;
}

.form .tip-wrap {
  display: inline;
  position: relative;
}

label.error {
  padding: 4px 8px;
  font-size: 11px;
  color: #c1272d;
  display: inline-block;
  position: absolute;
  background: #fff;
  line-height: 1.2;
  top: -40px;
  right: 0;
  border-radius: 10px;
  white-space: normal;
}

label.error:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
}

.form dd input[type="text"],
.form dd input[type="email"],
.form dd input[type="password"],
.form dd textarea {
  width: 100%;
  padding: 4px 8px;
  font-family: inherit;
  font-size: 1.6rem;
  color: #333;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form dd textarea {
  resize: vertical;
  min-height: 120px;
}

.form dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;

  width: 100%;
  padding: 6px 8px;
  font-family: inherit;
  font-weight: bold;
  color: #333;
  -webkit-box-sizing: border-box;
  background: none;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.form dd option {
  color: #333;
}

.form dd .select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #fff;
}

.form dd .select-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent;
  position: absolute;
  top: 11px;
  right: 10px;
}


/*****************************
  確認画面
*****************************/

/* 共通 */

.confirmation .box {
  margin-bottom: 30px;
  padding: 20px 15px;
  background: #fff;
}

.confirmation .box h2 {
  font-size: 2rem;
  color: #e0a19c;
  text-align: center;
}

.confirmation .box dl {
  margin-bottom: 30px;
}

.confirmation .box dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #e0a19c;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}

.confirmation .box dd {
  margin-bottom: 12px;
  font-size: 1.6rem;
  color: #666;
  font-weight: bold;
}

.confirmation .box button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e0a19c;
  border: 2px solid #e0a19c;
}

.confirmation .box li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}

.confirmation .box .discount {
  color: #c1272d;
}

.confirmation .box .total {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #666;
  text-align: center;
  font-weight: bold;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .confirmation .box {
    padding: 20px 40px;
  }

}


/*****************************
  完了画面
*****************************/

/* 共通 */

.send .text {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

.send .text2 {
  font-size: 1.4rem;
  text-align: center;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .send .text2 {
    font-size: 1.6rem;
  }


}
