/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

#smashcake {
  color: #888888;
  line-height:1;
  letter-spacing: 0.03em;
  padding-top:10px;
}
@media screen and (max-width: 959px) {
	#smashcake {
		max-width:768px;
		margin:0 auto;
	}
}
.c-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

h1,h2,h3 {margin-bottom:0;}

.c-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.c-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-db {
  display: block;
}

.c-dn {
  display: none;
}

.c-jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-jca {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-jcb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-center {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .c-txt {
    padding: 0 10px;
  }
}

.c-dr {
  padding: 2rem 1.6rem;
}

.c-dr ul {
  padding-left: 1.4rem;
  line-height: 32px;
}

.c-leftIcon {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.c-leftIcon::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
}

.c-commonUl {
  padding-left: 1.4rem;
  line-height: 32px;
}

@media screen and (max-width: 959px) {
  .c-commonUl {
    padding-left: 1.8rem;
  }
}

.c-orangeWrap {
  background: #FFF0CA;
  width: 614px;
  margin-left: auto;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .c-orangeWrap {
    width: 95%;
  }
}

@media screen and (max-width: 959px) {
  .c-spnone {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .c-taj {
    text-align: justify;
  }
}

.c-pts {
  padding-top: 1rem;
}

.c-ptl {
  padding-top: 79px;
}

.c-pbs {
  padding-bottom: 1rem;
}

.c-pbl {
  padding-bottom: 79px;
}

.c-mts {
  margin-top: 1rem;
}

.c-mtl {
  margin-top: 79px;
}

.c-mbs {
  margin-bottom: 1rem;
}

.c-mbl {
  margin-bottom: 79px;
}

@media screen and (max-width: 959px) {
  .c-pts {
    padding-top: 1rem;
  }
  .c-ptl {
    padding-top: 2rem;
  }
  .c-pbs {
    padding-bottom: 1rem;
  }
  .c-pbl {
    padding-bottom: 2rem;
  }
  .c-mts {
    margin-top: 1rem;
  }
  .c-mtl {
    margin-top: 2rem;
  }
  .c-mbs {
    margin-bottom: 1rem;
  }
  .c-mbl {
    margin-bottom: 2rem;
  }
}

html {
  /*scroll-behavior: smooth;*/
}

a {
  color: #888888;
}

p {
  line-height: 2rem;
  padding-bottom: 2rem;
}

.title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  font-weight: 100;
}

.title span {
  position: relative;
}

.title span::before,
.title span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 54px;
  height: 54px;
}

.title span::before {
  left: -86px;
}

.title span::after {
  right: -88px;
}

@media screen and (max-width: 959px) {
  .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .title span::before,
  .title span::after {
    width: 40px;
    height: 40px;
    bottom: -5px;
  }
  .title span::before {
    left: -48px;
  }
  .title span::after {
    right: -48px;
  }
}

@media screen and (max-width: 575px) {
  .title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
  }
  .title span::before,
  .title span::after {
    width: 24px;
    height: 24px;
    bottom: 0;
  }
  .title span::before {
    left: -30px;
  }
  .title span::after {
    right: -30px;
  }
}

.subTitle {
  font-style: italic;
  letter-spacing: 0.03em;
}

/*-----------------------
          top
-----------------------*/
.top .title span::before,
.top .title span::after {
  background: url("../images/icon_4.png") center center/contain no-repeat;
}

.top_mv {
  width: 100%;
  max-width: 961px;
  height: 649px;
  background: url("../images/smash_mv.jpg") center center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .top_mv {
    width: 100%;
    height: 0;
    padding-top: 66.6%;
    position: relative;
  }
}

.top_photo {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 959px) {
  .top_photo {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    padding-bottom: 10rem;
  }
}

.top_img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 33.33%;
  max-width: 341px;
  height: auto;
}

@media screen and (max-width: 959px) {
  .top_img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  .top_img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .top_img:not(:first-child) {
    position: relative;
    top: 10rem;
  }
}

/*-----------------------
          nav
-----------------------*/
.smashNav {
  background: #FCF7ED;
}

.smashNav_txt {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  line-height: 46px;
}

@media screen and (max-width: 959px) {
  .smashNav_txt {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 32px;
  }
}

.smashNav_items {
  width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .smashNav_items {
    width: 285px;
  }
}

.smashNav_item {
  padding: .5rem 2rem;
}

.smashNav_link {
  text-decoration: none;
}

.smashNav_link span {
  border-bottom: 1px solid #888888;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.06em;
  line-height: 38px;
}

@media screen and (max-width: 959px) {
  .smashNav_link span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}

.smashNav_link i {
  width: 20px;
  padding-right: 8px;
}

.smashNav_link img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 8px;
  left: -15px;
}

@media screen and (max-width: 959px) {
  .smashNav_link img {
    width: 18px;
    height: 18px;
    top: 3px;
  }
}

/*-----------------------
          about
-----------------------*/
.about .title span::before,
.about .title span::after {
  background: url("../images/icon_1.png") center center/contain no-repeat;
}

/*-----------------------
      photograph
-----------------------*/
.photo {
  background: #FCF7ED;
}

.photo .title span::before,
.photo .title span::after {
  background: url("../images/icon_2.png") center center/contain no-repeat;
}

.photo_contents dt {
  float: left;
  line-height: 2;
}

.photo_contents dd {
  margin-left: 8rem;
  line-height: 2;
}

.photo_imgSpace {
  margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
  .photo_imgSpace {
    margin-bottom: 4rem;
  }
}

.photo_movie {
  width: 734px;
  height: 516px;
  background: url("../images/frame.png") center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 959px) {
  .photo_movie {
    width: 100%;
    padding-top: 70.3%;
    height: 0;
  }
}

.photo_movieWrapper {
  position: relative;
  width: 475.13px;
  height: 315.05px;
}

@media screen and (max-width: 959px) {
  .photo_movieWrapper {
    position: absolute;
    top: 9%;
    width: 75%;
    height: 0;
    padding-top: 49.725%;
  }
}

@media screen and (max-width: 575px) {
  .photo_movieWrapper {
    top: 5%;
  }
}

.photo_movieWrapper::after {
  content: "";
  width: 100%;
  height: auto;
}

.photo_movieTitle {
  position: relative;
  top: -2.3rem;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 959px) {
  .photo_movieTitle {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .photo_movieTitle_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    top: -2rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.photo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
}

/*-----------------------
          price
-----------------------*/
.price .title span::before,
.price .title span::after {
  background: url("../images/icon_3.png") center center/contain no-repeat;
}

.price_price, .price_subPrice {
  letter-spacing: 0.06em;
  color: #000;
  font-family: "Noto Sans JP";
}

.price_price {
  font-size: 28px;
  font-size: 1.75rem;
}

.price_price span {
  font-size: 16px;
  font-size: 1rem;
}

.price_subPrice span {
  font-size: 22px;
  font-size: 1.375rem;
}

.price_discription .c-leftIcon::before {
  background: url("../images/icon_3.png") 0 0/contain no-repeat;
}

/*-----------------------
      aboutCake
-----------------------*/
.aboutCake {
  background: #FCF7ED;
}

.aboutCake .title span::before,
.aboutCake .title span::after {
  background: url("../images/icon_4.png") center center/contain no-repeat;
}

.aboutCake .c-leftIcon {
  line-height: 1rem;
}

.aboutCake .c-leftIcon::before {
  background: url("../images/icon_4.png") 0 0/contain no-repeat;
}

.aboutCake_allergie ul {
  margin-bottom: 2rem;
}

.aboutCake_allergie p:not(:first-of-type) {
  padding-bottom: 0;
}

.aboutCake_allergie span {
  font-family: "Noto Sans JP";
}

.aboutCake_img {
  margin-bottom: 3rem;
}

/*-----------------------
      preparation
-----------------------*/
.preparation .title span::before,
.preparation .title span::after {
  background: url("../images/icon_5.png") center center/contain no-repeat;
}

/*-----------------------
      cancel
-----------------------*/
.cancel {
  background: #FCF7ED;
}

.cancel p {
  padding-bottom: .2rem;
}

.cancel .title span::before,
.cancel .title span::after {
  background: url("../images/icon_6.png") center center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .cancel_txt {
    text-align: center;
  }
}

/*-----------------------
      reservation
-----------------------*/
.reservation {
  background: #FFE3E3;
}

.reservation p {
  padding-bottom: 0;
}

.reservation .title span::before,
.reservation .title span::after {
  background: url("../images/icon_7.png") center center/contain no-repeat;
}

.reservation_btn {
  background: #FF7373;
  width: 645px;
  height: 65px;
  border: none;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  /*font-weight: bold;*/
  border-radius: 33px;
  margin: 0 auto;
  cursor: pointer;
  outline: none;
  appearance: none;
}
.reservation_btn > span {
  display: inline-block;
  background: transparent url(/images/common/icon_mail2.png) 0 2px no-repeat;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .reservation_btn {
    width: 90%;
    height: 36px;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 5px;
  }
}

.reservation_btn:hover {
  background: #ef4293;
  -webkit-transition: .3s;
  transition: .3s;
}
