@charset "UTF-8";
.item_navi {
  padding: 40px 0;
}
.item_navi ul {
  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;
}
.item_navi ul li {
  padding: 0 40px;
  text-align: center;
}
.item_navi ul li a {
  color: #414040;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  display: block;
  padding: 6px 10px;
}

.main {
  background-color: #C7C7C7;
}
.main .l_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .photo {
  width: 48%;
}
.main .txt {
  width: 52%;
}
.main .txt h2 {
  text-align: center;
}
.main .txt h2 span {
  display: block;
  line-height: 1;
}
.main .txt h2 .en {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.3em;
  color: #000000;
}
.main .txt h2 .jp {
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #414040;
}

.detail {
  width: 900px;
  margin: 0 auto;
}

.detail_head {
  padding-top: 120px;
  padding-bottom: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_head h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  width: 430px;
  height: 82px;
  border: 1px solid #C7C7C7;
  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;
  text-align: center;
}
.detail_head p {
  color: #414040;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: 470px;
  padding-left: 40px;
  line-height: 1.625;
}
.detail_head p span {
  color: #FF0000;
}

.detail_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detail_block {
  width: 380px;
  margin-bottom: 120px;
}
.detail_block h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.45;
  letter-spacing: 0.3em;
  margin-bottom: 25px;
  text-align: center;
}
.detail_block h4 span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.detail_block .photo img {
  width: 100%;
}
.detail_block .txt {
  padding-top: 25px;
  padding-bottom: 25px;
}
.detail_block .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}
.detail_block .txt p:last-of-type {
  padding-bottom: 0;
}
.detail_block .size {
  background-color: #E8E7E7;
  padding: 40px 30px 60px;
}
.detail_block .size h5 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.detail_block .size dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1em;
  padding: 20px 0 5px;
  border-bottom: 1px solid #000000;
}
.detail_block .size dl dt {
  width: 55%;
  font-size: 14px;
  font-size: 1.4rem;
}
.detail_block .size dl dd {
  width: 45%;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
.detail_block .size p {
  padding-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.detail_block .size p span {
  font-size: 14px;
  font-size: 1.4rem;
}
.detail_block .size p.line {
  letter-spacing: 0.1em;
  padding: 20px 0 5px;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.detail_block .size p.line.s1 {
  padding-right: 0.5em;
}
.detail_block .size p.line.s2 {
  padding-right: 1em;
}
.detail_block .type {
  border: 1px solid #000;
  text-align: center;
  padding: 50px 0 5px;
  margin-top: 30px;
}
.detail_block .type h5 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: 50px;
}
.detail_block .type dl {
  padding-bottom: 30px;
}
.detail_block .type dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
.detail_block .type dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
.detail_block .type dl dd .pic {
  padding-top: 0.5em;
}
.detail_block .type dl dd .type01 {
  width: 167px;
  margin: 0 auto;
  display: block;
}
.detail_block .type dl dd .type02 {
  width: 133px;
  margin: 0 auto;
  display: block;
}
.detail_block .more_btn {
  text-align: center;
  position: relative;
  padding-top: 40px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.detail_block .more_btn:before {
  content: "";
  width: 130px;
  height: 27px;
  background: url(../images/decoration01/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.detail_block .more_btn .more_txt:before {
  content: "詳しいケーキの説明を見る";
}
.detail_block .more_btn.is-open:before {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.detail_block .more_btn.is-open .more_txt:before {
  content: "戻る";
}
.detail_block .more_content {
  display: none;
}
.detail_block .howto {
  display: none;
  padding-top: 40px;
}
.detail_block .howto h5 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
.detail_block .howto dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #000000;
  padding: 12px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
.detail_block .howto dl:last-of-type {
  border-bottom: 1px solid #000000;
}
.detail_block .howto dl dt {
  padding: 12px 0;
  width: 145px;
}
.detail_block .howto dl dd {
  width: 235px;
}
.detail_block .reserve {
  padding-top: 20px;
}
.detail_block .reserve .txt1 {
  border: 1px solid #000;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
.detail_block .reserve .txt2 {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
}
.detail_block .reserve .txt2 span {
  color: #FF0000;
}
.detail_block .info {
  padding-top: 20px;
}
.detail_block .info p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}
.detail_block .info a.tel {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
  letter-spacing: 0.3em;
  font-size: 20px;
  font-size: 2rem;
  pointer-events: none;
}
.detail_block .info .reserve_btn a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  background-color: #524236;
  color: #fff;
  padding: 12px 18px;
  position: relative;
}
.detail_block .info .reserve_btn a:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detail_block .info .reserve_btn a.icon_net:before {
  background: url(../images/decoration01/icon_net.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.detail_block .info .reserve_btn a.icon_tel:before {
  background: url(../images/decoration01/icon_tel.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.detail_block .info .reserve_btn a:hover {
  opacity: 0.8;
}

#decoration_add {
  padding-bottom: 150px;
}
#decoration_add .main .txt h2 .en {
  letter-spacing: 0.1em;
}
#decoration_add .detail {
  padding-top: 110px;
}
#decoration_add .detail .txt {
  padding-bottom: 110px;
}
#decoration_add .txt {
  width: 430px;
}
#decoration_add .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-bottom: 1em;
}
#decoration_add .slide {
  margin-left: auto;
  width: 380px;
  padding-bottom: 110px;
}
#decoration_add .slide .slick-prev {
  width: 36px;
  height: 73px;
  background: url(../images/common/slide_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 30px;
  z-index: 10;
}
#decoration_add .slide .slick-prev:before {
  display: none;
}
#decoration_add .slide .slick-next {
  width: 36px;
  height: 73px;
  background: url(../images/common/slide_next.png) 0 0 no-repeat;
  background-size: 100% auto;
  right: 30px;
  z-index: 10;
}
#decoration_add .slide .slick-next:before {
  display: none;
}
#decoration_add .size {
  width: 430px;
  background-color: #E8E7E7;
  padding: 50px 30px 35px;
}
#decoration_add .size h5 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
#decoration_add .size dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1em;
  padding: 20px 0 5px;
  border-bottom: 1px solid #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#decoration_add .size dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}
#decoration_add .size dl dd {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
#decoration_add .size p {
  padding-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.857;
}
#decoration_add .size p.line {
  letter-spacing: 0.1em;
  padding: 20px 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #000000;
  text-align: center;
}
#decoration_add .size p.line.s1 {
  padding-right: 0.5em;
}
#decoration_add .size p.line.s2 {
  padding-right: 1em;
}
#decoration_add .point {
  width: 430px;
  margin-left: auto;
}
#decoration_add .point ul li {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.86;
  padding-bottom: 1.5em;
}

@media screen and (max-width: 1040px) {
  .item_navi {
    padding: 3.8461538462vw 0;
  }
  .item_navi ul li {
    padding: 0 3.8461538462vw;
  }
  .item_navi ul li a {
    font-size: 1.0576923077vw;
    padding: 0.5769230769vw 0.9615384615vw;
  }
  .main .txt h2 .en {
    font-size: 2.8846153846vw;
  }
  .main .txt h2 .jp {
    padding-top: 0.9615384615vw;
    font-size: 1.5384615385vw;
  }
  .detail {
    width: 86.5384615385vw;
  }
  .detail_head {
    padding-top: 11.5384615385vw;
    padding-bottom: 18.2692307692vw;
  }
  .detail_head h3 {
    font-size: 1.7307692308vw;
    width: 41.3461538462vw;
    height: 7.8846153846vw;
  }
  .detail_head p {
    font-size: 1.5384615385vw;
    width: 45.1923076923vw;
    padding-left: 3.8461538462vw;
  }
  .detail_block {
    width: 36.5384615385vw;
    margin-bottom: 11.5384615385vw;
  }
  .detail_block h4 {
    font-size: 2.3076923077vw;
    margin-bottom: 2.4038461538vw;
  }
  .detail_block h4 span {
    font-size: 1.5384615385vw;
  }
  .detail_block .txt {
    padding-top: 2.4038461538vw;
    padding-bottom: 2.4038461538vw;
  }
  .detail_block .txt p {
    font-size: 1.5384615385vw;
  }
  .detail_block .size {
    padding: 3.8461538462vw 2.8846153846vw 5.7692307692vw;
  }
  .detail_block .size h5 {
    font-size: 1.5384615385vw;
    padding-bottom: 1.9230769231vw;
  }
  .detail_block .size dl {
    padding: 1.9230769231vw 0 0.4807692308vw;
  }
  .detail_block .size dl dt {
    font-size: 1.3461538462vw;
  }
  .detail_block .size dl dd {
    font-size: 1.5384615385vw;
  }
  .detail_block .size p {
    padding-top: 3.8461538462vw;
    font-size: 1.5384615385vw;
  }
  .detail_block .size p span {
    font-size: 1.3461538462vw;
  }
  .detail_block .type {
    padding: 4.8076923077vw 0 0.4807692308vw;
    margin-top: 2.8846153846vw;
  }
  .detail_block .type h5 {
    font-size: 1.9230769231vw;
    padding-bottom: 4.8076923077vw;
  }
  .detail_block .type dl {
    padding-bottom: 2.8846153846vw;
  }
  .detail_block .type dl dt {
    font-size: 1.5384615385vw;
  }
  .detail_block .type dl dd {
    font-size: 1.3461538462vw;
  }
  .detail_block .type dl dd .type01 {
    width: 16.0576923077vw;
  }
  .detail_block .type dl dd .type02 {
    width: 12.7884615385vw;
  }
  .detail_block .more_btn {
    padding-top: 3.8461538462vw;
    margin-top: 2.8846153846vw;
    margin-bottom: 3.3653846154vw;
  }
  .detail_block .more_btn:before {
    width: 12.5vw;
    height: 2.5961538462vw;
  }
  .detail_block .howto {
    padding-top: 3.8461538462vw;
  }
  .detail_block .howto h5 {
    font-size: 1.5384615385vw;
    padding-bottom: 3.8461538462vw;
  }
  .detail_block .howto dl {
    padding: 1.1538461538vw 0;
    font-size: 1.3461538462vw;
  }
  .detail_block .howto dl dt {
    padding: 1.1538461538vw 0;
    width: 13.9423076923vw;
  }
  .detail_block .howto dl dd {
    width: 22.5961538462vw;
  }
  .detail_block .reserve {
    padding-top: 1.9230769231vw;
  }
  .detail_block .reserve .txt1 {
    padding: 1.4423076923vw 0;
    font-size: 1.5384615385vw;
  }
  .detail_block .reserve .txt2 {
    padding-top: 2.8846153846vw;
    font-size: 1.3461538462vw;
  }
  .detail_block .info {
    padding-top: 1.9230769231vw;
  }
  .detail_block .info p {
    font-size: 1.3461538462vw;
    padding-bottom: 2.4038461538vw;
  }
  .detail_block .info a.tel {
    margin-bottom: 2.4038461538vw;
    font-size: 1.9230769231vw;
  }
  .detail_block .info .reserve_btn a {
    font-size: 1.7307692308vw;
    padding: 1.1538461538vw 1.7307692308vw;
  }
  .detail_block .info .reserve_btn a:before {
    width: 3.1730769231vw;
    height: 3.1730769231vw;
  }
  #decoration_add {
    padding-bottom: 14.4230769231vw;
  }
  #decoration_add .detail {
    padding-top: 10.5769230769vw;
  }
  #decoration_add .detail .txt {
    padding-bottom: 10.5769230769vw;
  }
  #decoration_add .txt {
    width: 41.3461538462vw;
  }
  #decoration_add .txt p {
    font-size: 1.5384615385vw;
  }
  #decoration_add .slide {
    width: 36.5384615385vw;
    padding-bottom: 10.5769230769vw;
  }
  #decoration_add .slide .slick-prev {
    width: 3.4615384615vw;
    height: 7.0192307692vw;
    left: 2.8846153846vw;
  }
  #decoration_add .slide .slick-next {
    width: 3.4615384615vw;
    height: 7.0192307692vw;
    right: 2.8846153846vw;
  }
  #decoration_add .size {
    width: 41.3461538462vw;
    padding: 4.8076923077vw 2.8846153846vw 3.3653846154vw;
  }
  #decoration_add .size h5 {
    font-size: 1.5384615385vw;
    padding-bottom: 1.9230769231vw;
  }
  #decoration_add .size dl {
    padding: 1.9230769231vw 0 0.4807692308vw;
  }
  #decoration_add .size dl dt {
    font-size: 1.3461538462vw;
  }
  #decoration_add .size dl dd {
    font-size: 1.5384615385vw;
  }
  #decoration_add .size p {
    padding-top: 2.8846153846vw;
    font-size: 1.3461538462vw;
  }
  #decoration_add .point {
    width: 41.3461538462vw;
  }
  #decoration_add .point ul li {
    font-size: 1.3461538462vw;
  }
}
@media screen and (max-width: 750px) {
  .item_navi {
    padding: 10.6666666667vw 0;
  }
  .item_navi ul li {
    padding: 0 2.1333333333vw;
  }
  .item_navi ul li a {
    font-size: 2.9333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .main {
    background-color: #fff;
  }
  .main .photo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main .txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .main .txt h2 .en {
    font-size: 4.8vw;
  }
  .main .txt h2 .jp {
    padding-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .detail {
    width: 89.3333333333vw;
  }
  .detail_head {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
  .detail_head h3 {
    font-size: 4.2666666667vw;
    width: 100%;
    height: 21.8666666667vw;
  }
  .detail_head p {
    font-size: 3.4666666667vw;
    width: 100%;
    padding: 8vw 4vw;
    line-height: 2;
  }
  .detail_block {
    width: 100%;
    margin-bottom: 26.6666666667vw;
  }
  .detail_block h4 {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
  .detail_block h4 span {
    font-size: 3.4666666667vw;
  }
  .detail_block .txt {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .detail_block .txt p {
    font-size: 3.4666666667vw;
  }
  .detail_block .size {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
  .detail_block .size h5 {
    font-size: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .detail_block .size dl {
    padding: 4vw 0 1.3333333333vw;
  }
  .detail_block .size dl dt {
    font-size: 3.4666666667vw;
    width: 45%;
  }
  .detail_block .size dl dd {
    font-size: 4.2666666667vw;
    width: 55%;
  }
  .detail_block .size p {
    padding-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .detail_block .size p span {
    font-size: 3.4666666667vw;
  }
  .detail_block .type {
    padding: 10.6666666667vw 0 0;
    margin-top: 6.6666666667vw;
  }
  .detail_block .type h5 {
    font-size: 4.8vw;
    padding-bottom: 13.3333333333vw;
  }
  .detail_block .type dl {
    padding-bottom: 12vw;
  }
  .detail_block .type dl dt {
    font-size: 3.4666666667vw;
  }
  .detail_block .type dl dd {
    font-size: 3.2vw;
  }
  .detail_block .type dl dd .type01 {
    width: 44.5333333333vw;
  }
  .detail_block .type dl dd .type02 {
    width: 35.4666666667vw;
  }
  .detail_block .more_btn {
    padding-top: 10.6666666667vw;
    margin-top: 8vw;
    margin-bottom: 9.3333333333vw;
  }
  .detail_block .more_btn:before {
    width: 34.6666666667vw;
    height: 7.2vw;
  }
  .detail_block .more_btn .more_txt {
    font-size: 3.2vw;
  }
  .detail_block .howto {
    padding-top: 10.6666666667vw;
  }
  .detail_block .howto h5 {
    font-size: 4.2666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .detail_block .howto dl {
    padding: 1.6vw 0;
    font-size: 3.4666666667vw;
  }
  .detail_block .howto dl dt {
    padding: 1.6vw 0;
    width: 30.1333333333vw;
  }
  .detail_block .howto dl dd {
    width: calc(100% - 30.1333333333vw);
    padding-left: 4vw;
    font-size: 3.2vw;
  }
  .detail_block .reserve {
    padding-top: 5.3333333333vw;
  }
  .detail_block .reserve .txt1 {
    padding: 4vw 0;
    font-size: 4.2666666667vw;
  }
  .detail_block .reserve .txt2 {
    padding-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .detail_block .info {
    padding-top: 5.3333333333vw;
  }
  .detail_block .info p {
    font-size: 3.4666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .detail_block .info a.tel {
    display: none;
    margin-bottom: 3.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .detail_block .info .reserve_btn a {
    font-size: 4.8vw;
    padding: 3.2vw 4.8vw;
  }
  .detail_block .info .reserve_btn a:before {
    width: 8vw;
    height: 8vw;
  }
  #decoration_add {
    padding-bottom: 20vw;
  }
  #decoration_add .detail {
    padding-top: 24vw;
  }
  #decoration_add .detail .txt {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #decoration_add .txt {
    width: 100%;
  }
  #decoration_add .txt p {
    font-size: 3.4666666667vw;
  }
  #decoration_add .slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 0;
  }
  #decoration_add .slide .slick-prev {
    width: 9.6vw;
    height: 19.4666666667vw;
    left: 5.3333333333vw;
  }
  #decoration_add .slide .slick-next {
    width: 9.6vw;
    height: 19.4666666667vw;
    right: 5.3333333333vw;
  }
  #decoration_add .size {
    width: 100%;
    padding: 10.6666666667vw 4vw 5.3333333333vw;
  }
  #decoration_add .size h5 {
    font-size: 3.7333333333vw;
    padding-bottom: 4vw;
  }
  #decoration_add .size dl {
    padding: 4vw 0 1.3333333333vw;
  }
  #decoration_add .size dl dt {
    font-size: 3.2vw;
  }
  #decoration_add .size dl dd {
    font-size: 3.4666666667vw;
  }
  #decoration_add .size p {
    padding-top: 8vw;
    font-size: 3.7333333333vw;
  }
  #decoration_add .point {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
  #decoration_add .point ul li {
    font-size: 3.4666666667vw;
  }
}