@charset "utf-8";

/*=========================================================================

Author and Copyright
Author    :  prosysta Inc, (http://prosysta.co.jp/)
Created   :  2008.10
Modified  :  2010.02

=========================================================================*/
.analytics {
  visibility: hidden;
}

/*-----------------------------------------------
kill default set
-------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*-----------------------------------------------
setting
-------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
  /*font-weight: 500;*/
  font-family: sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  border: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

hr {
  margin: 10px 0 10px 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #BBBBBB;
  height: 1px;
  clear: both;
}

* html hr {
  margin: 0 0 5px 0;
}

hr.dotted {
  margin: 10px 0 10px 0;
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #BBBBBB;
  height: 1px;
}

hr.inner {
  margin: 0 0 10px 25px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #BBBBBB;
  height: 1px;
}

hr.inner_dooted {
  margin: 0 0 10px 25px;
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #BBBBBB;
  height: 1px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt-05em {
  margin-top: .5em;
}

.mt-1em {
  margin-top: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-05em {
  margin-bottom: .5em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.ml-05em {
  margin-left: .5em;
}

.pt-05em {
  padding-top: .5em;
}

.pt-1em {
  padding-top: 1em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pb-3em {
  padding-bottom: 3em;
}

.col-1 {
  width: 8.3333%
}

.col-2 {
  width: 16.6666%
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.3333%
}

.col-5 {
  width: 41.6666%
}

.col-6,
.half {
  width: 50%
}

.col-7 {
  width: 58.3333%
}

.col-8 {
  width: 66.6666%
}

.col-9 {
  width: 75%
}

.col-10 {
  width: 83.3333%
}

.col-11 {
  width: 91.6666%
}

.col-12,
.full {
  width: 100%
}

.bold,
.fw-bold {
  font-weight: bold;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}


/*-----------------------------------------------
clearfix
-------------------------------------------------*/
.clear {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/*-----------------------------------------------
style
-------------------------------------------------*/

@media (min-width: 481px) {
  div#sidebar {
    width: 240px
  }
}

.flex {
  display: flex;
}

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

.align-center {
  align-items: center;
}

.flex-between {
  justify-content: space-between;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.bg-wh {
  background-color: #FFF;
}

.bg-gy {
  background-color: #f2f2f2;
}

.bg-lyw {
  background-color: #fff9b1;
}

.c-lyw {
  color: #f3ee97;
}

.c-wh {
  color: #FFF;
}

.underline {
  text-decoration: underline;
}

.icon img,
.pict img {
  width: 100%;
}

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

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

ul li {
  list-style: none;
}




/*-----------------------------------------------
contents style
-------------------------------------------------*/
body {
  border: solid 9px #ea6d93;
}

/*result_app style*/
body.-result_app {
  border: none;
  background-color: #FCE18B;
}

body.-result_app .background-pc {
  border-left: solid 10px #E7380D;
  border-right: solid 10px #E7380D;
  background-color: #FDF3E4;
}

body.-result_app .-christmas-menu {
  top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}

@media (min-width: 481px) {
  body.-result_app .space-head__text {
    font-size: 21px;
  }
}

/*event-kv style*/
.-christmas-menu {
  position: relative;
  z-index: 1;
  margin: -9px;
}

.event-kv img {
  width: 100%;
}

/*space-head style*/
.space-head {
  padding: 1.5em 1.2em;
  text-align: center;
  line-height: 1.5;
  background: #ea6d93;
  margin: -9px;
}

.space-head__text {
  font-size: 13px;
  color: #fff;
}

.space-head__miles {
  color: #f7eb00;
}

/*about-body style*/
.event-page .about-body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-body {
  /*background-color: #FFF;*/
  padding: 1em .5em;
  /*margin-top: 1.5em;*/
}

.about-body__inner + .about-body__inner {
  margin-top: 3.5em;
}

.day {
  font-size: 130%;
  font-weight: bold;
  color: #388062;
  text-align: center;
}

@media (min-width: 481px) {
  .day {
    font-size: 31px;
  }
}

.apli-logo {
  text-align: center;
  padding: .5em;
}

.apli-logo img {
  width: 90%;
}

body.p-0 {
  padding: 0;
}

.lace {
  position: relative;
}

.head-title-img {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.p-0-inner {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.link-item .btn {
  padding: .5em;
  border-radius: 6px;
}

.link-item .btn[class*="arw-"] {
  position: relative;
}

.link-item .btn[class*="arw-"]::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: #FFF solid 2px;
  border-right: #FFF solid 2px;
  width: .5em;
  height: .5em;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.link-item .btn.arw-r {
  padding-right: 1.5em;
}

.link-item .btn.arw-r::after {
  right: .8em;
  margin-top: -2px;
}

.btn-dbw {
  background-color: #231815;
  color: #FFF;
}

.btn-rd {
  background-color: #c81111;
  color: #FFF;
}

.btn-wh {
  background-color: #FFF;
}

.select .arrow {
  position: relative;
  padding-right: 5px;
}

.select .arrow::after {
  content: " ";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 3px;
}

/*input*/
.link-item input.btn {
  border: none;
  padding: .8em 1.5em;
}

.link-item input.btn.arw-r {
  padding-right: 2.5em;
}

.link-item input.btn.arw-r::after {
  border-color: #000;
}

input.input-number {
  font-size: 3.5em;
  border-radius: 6px;
  width: 5em;
  padding: .2em .5em;
  letter-spacing: .2em;
}

.input-btn {
  cursor: pointer;
  display: block;
  width: 240px;
  height: 48px;
  margin: auto;
  border: none;
  background: #94493f;
  background-size: 100%;
  padding: .5em 1.5em;
  white-space: normal;
  font-size: 18px;
  color: #FFF;
  border-radius: 8px;
  margin: 0px auto 0 auto;
  background-image: url(../img/allow_white.gif);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}



.text.-margin {
  margin-bottom: 50px;
}

.c-pk {
  color: #FFF;
}

.choice {
  margin: 45px 0 0px 0;
  padding: 0 30px;
  text-align: center;
}

.choice .item {
  padding: 10px 20px;
  background: #ffffff;
  border: #94493f solid 2px;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #333333;
}

.choice .item strong {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

/*ul */
.event-page ul.sub {
  font-size: 85%;
  margin-left: 1em;
  text-indent: -1em;
  color: #79706a;
  list-style: none;
}



.input-list .col {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.input-img {
  position: relative;
}

/*.input-img input[type="checkbox"] {*/
/*  -webkit-appearance: none;*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  !* 表示画像の高さ ÷ 表示画像の幅 × 100 *!*/
/*  padding-top: 89%;*/
/*  background-image: url(../img/input-img.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*}*/

.input-img input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 100%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  height: auto;
  background: #333333;
}

.input-img input[type="checkbox"]:checked {}

.input-img input[type="checkbox"] + label {}

.input-img input[type="checkbox"] + label .box {
  padding: 15px 4%;
  border-bottom: 1px dotted #a24036;
  margin: auto;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box {
    width: 660px;
    margin: 0 auto;
    padding: 30px 10px 30px;
    border-bottom: 1px dotted #a24036;
  }
}


.input-img input[type="checkbox"] + label .box.np {
  padding: 20px 0;
  width: 100%;
}

.input-img input[type="checkbox"]:checked + label .box {
  background: #fbe2e1;
}

.input-img input[type="checkbox"] + label .box .cl {
  width: 40%;
  float: left;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cl {
    width: 170px;
  }
}


.input-img input[type="checkbox"] + label .box .cr {
  width: 56%;
  float: right;
  text-align: left;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr {
    width: 465px;
  }
}



.input-img input[type="checkbox"] + label .box .cr h2 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 16px;
  text-indent: -16px;
  word-break: break-all;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr h2 {
    font-size: 21px;
    margin-left: 20px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .text {
  font-size: 12px;
  padding: 0 0 10px 0;
  line-height: 1.4;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .text {
    font-size: 16px;
    line-height: 25px;
    padding-left: 22px;
    margin-bottom: 30px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info {
  padding: 10px 0;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info {
    padding: 10px 0 10px 20px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cl {
  width: 45%;
  float: left;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info .cl {
    width: 350px;
    display: flex;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cl .logo img {
  width: auto;
  height: 30px;
}


.input-img input[type="checkbox"] + label .box .cr .info .cl .logo {

  padding: 0;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info .cl .logo {
    margin: 0 25px 0 0;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cl .shopname {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 9px;
  line-height: 12px;
  margin-top: 5px;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info .cl .shopname {
    font-size: 16px;
    width: 150px;
    line-height: 25px;
    text-align: left;
    margin: auto;
  }
}

.input-img input[type="checkbox"] + label .box .cr .info .cl .shopname-differ {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 9px;
  line-height: 12px;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info .cl .shopname-differ {
    font-size: 16px;
    width: 150px;
    text-align: left;
    line-height: 20px;
  }
}

.input-img input[type="checkbox"] + label .box .cr .select {
  cursor: pointer;
  display: block;
  width: auto;
  margin: auto;
  border: none;
  background: #94493f;
  color: #FFF;
  padding: .42em;
  white-space: normal;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}



.input-img input[type="checkbox"] + label .box .cr .info .cr {
  width: 50%;
  float: right;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info .cr {
    width: 95px;
  }
}


.input-img input[type="checkbox"] + label .box .cr .info .cr p {
  padding: 10px 2px;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.4px;
  border: solid #94493f 1px;
}

.input-img input[type="checkbox"]:checked + label .box .cr .info .cr p {
  background: #FFF;
}

@media (min-width: 481px) {
  .input-img input[type="checkbox"] + label .box .cr .info .cr p {
    padding: 15px 2px;
    font-size: 15px;
    width: 95px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
  }
}


.input-img input[type="checkbox"] {
  width: 100%;
}

label .box .cl img {
  width: 100%;
}

.input-img input[type="checkbox"] + label .box .cl .price {
  text-align: center;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.input-img .logo {
  text-align: center;
  background-color: #ffffff;
}

.input-img .logo-differ {
  width: 100%;
  height: 30px;
}

@media (min-width: 481px) {
  .input-img .logo-differ {
    width: 170px;
    height: 60px;
    text-align: center;
    margin-right: 20px;
    line-height: 65px;
  }
}

/* .input-img .logo-differ img{
padding-top: 5px;
} */
@media (min-width: 481px) {
  .input-img .logo-differ img {
    width: 100px;
    padding-top: 0;
  }
}



/*チェック時の挙動

.input-img input[type="checkbox"]:checked {
background-image: url(../img/input-img-hover.png);
}

.input-img input[type="checkbox"] + label {
margin-top: -.2em;
line-height: 1.5;
}

.input-img input[type="checkbox"]:checked + label {
font-weight: bold;
}
.input-img label {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #FFF;
width: 100%;
}
*/


/*head-title */

.head-title {
  font-size: 20px;
}


/*-----------------------------------------------
event-omikuji
-------------------------------------------------*/

hr.border-round {
  position: relative;
  margin: 1.5em 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #FFF;
  height: 1px;
  overflow: unset;
}

hr.border-round::before,
hr.border-round::after {
  content: "";
  position: absolute;
  background: #FFF;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  top: 0;
  margin-top: -3px;
}

hr.border-round::before {
  left: 0;
}

hr.border-round::after {
  right: 0;
}


.deco-tit span,
.deco-tit {
  position: relative;
  display: flex;
  justify-content: center;
}

.deco-tit span::before,
.deco-tit span::after,
.deco-tit::before,
.deco-tit::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 5px;
  top: 50%;
  margin-top: 10px;
}

.deco-tit::before,
.deco-tit::after {
  flex-grow: 1;
  background-image: url("../img/deco-tit-01.png");
  background-size: 140px 5px;
}

.deco-tit::before {
  left: 0;
}

.deco-tit::after {
  right: 0;
  transform: rotate(180deg);
}

.deco-tit span {
  font-weight: bold;
}

.deco-tit span::before,
.deco-tit span::after {
  background-image: url("../img/deco-tit-02.png");
  background-size: 5px 5px;
  width: 5px;
}

.deco-tit span::before {
  margin-right: 1em
}

.deco-tit span::after {
  margin-left: 1em
}

.f-small {
  font-size: 12px;
}

.event-detail .box {
  padding: 0 1em 3em;
}

.gift-list {
  font-size: 16px;
  display: table;
  margin: auto;
}

.gift-list li {
  font-weight: bold;
}

[class*="pict-mypage"] {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* アンケート結果 */

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

.background-pc {
  max-width: 800px;
  width: 100%;
}

@media (min-width: 481px) {
  .background-pc {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.lank-group {
  display: flex;
}

@media (min-width: 481px) {
  .lank-group {
    padding: 0 10px 0 0;
  }
}

@media (min-width: 481px) {
  .lank-group.-top {
    width: auto;
    margin: 20px 0 0 10px;
  }
}

.crown {
  width: 20%;
  padding: 50px 0;
  margin: auto 20px auto 0;
  font-size: 16px;
  font-weight: bold;
}

.crown.-first {
  background-image: url(../img/icon_top.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.crown.-second {
  background-image: url(../img/icon_second.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.crown.-third {
  background-image: url(../img/icon_third.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

@media (min-width: 481px) {
  .crown {
    width: 50px;
    font-size: 21px;
    margin: auto 20px auto 10px;
  }

  .crown.-first {
    background-size: 30px;
    width: 50px;
  }

  .crown.-second {
    background-size: 30px;
  }

  .crown.-third {
    background-size: 30px;
  }
}


.result-detail {
  padding: 20px 0;
  text-align: left;
  width: 80%;
  line-height: 20px;
  margin: auto 0;
}

.result-detail strong {
  font-weight: bold;
  font-size: 15px;
  display: block;
}

.result-detail span {
  font-size: 11px;
  display: block;
}

@media (min-width: 481px) {
  .result-detail {
    width: 250px;
    line-height: 28px;
  }

  .lank-group.-top .result-detail {
    width: auto;
    padding: 20px 0px;
    text-align: left;
  }

  .result-detail strong {
    font-size: 21px;
  }

  .result-detail span {
    font-size: 15px;
    display: inline;
    margin-right: 10px;
  }
}




.result {
  width: 90%;
  margin: auto;
}

@media (min-width: 481px) {
  .result.-top {
    margin: auto;
    border-bottom: #ccc dotted 1px;
  }
}


.border-dotted {
  border-bottom: #ccc dotted 1px;
}

@media (min-width: 481px) {
  .border-dotted {
    border-bottom: none;
  }

  .border-dotted.-right {
    border-right: dotted 1px #ccc;
  }
}

@media (min-width: 481px) {
  .lank-flex {
    display: flex;
    width: 680px;
    margin: auto;
    border-bottom: #ccc dotted 1px;
  }

  .lank-flex:last-child {
    border-bottom: none;
  }
}


.result-title {
  font-weight: bold;
  font-size: 15px;
  background: #94493f;
  color: #ffffff;
  padding: 0.4em .5em;
}

.result-title span {
  font-size: 14px;
  letter-spacing: 0;
}

@media (min-width: 481px) {
  .result-title {
    font-size: 23px;
    width: 660px;
    padding: 15px;
    margin: auto;
  }

  .result-title span {
    font-size: 18px;
  }
}


/*app style*/
.app-title {
  margin-bottom: 20px;
}

.app-title img {
  width: 95%;
}

.appdownload {
  margin: 50px auto 0;
  background: #ea6d93;
  padding-bottom: 40px;
}

.app-btn img {
  max-width: 270px;
}

@media (min-width: 481px) {
  .app-btn img {
    max-width: 280px;
    margin-right: 10px;
  }

  .app-btn a {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
}

.result .input-img input[type="checkbox"] + label .box .cr .select {
  display:none!important;
}


/*調整20201127*/
.input-list {
 margin-top: 0;
}
.lank-contents ,
.choice + .block ,
.choice ,
.tax-detail ,
.input-list {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.lank-contents {
  margin-bottom: 2em;
  background: #fff;
}
.input-list {
  padding: .5em .5em 2em;
  margin-bottom: 0;
}
.choice {
  padding-top: 3em;
  margin-top: 0;
  background: #ea6d93;
  color: #fff;
}
.choice + .block {
  padding-bottom: 0;
  background: #ea6d93;
}

.resultlist .background-pc {
  max-width: unset;
  background: #ea6d93;
}
.resultlist .result ,
.resultlist .result.-top ,
.resultlist .result-title {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.resultlist .lank-group.-top ,
.resultlist .lank-flex .result {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.resultlist .result.-top ,
.resultlist .input-list {
  margin-top: 1em;
}
.resultlist .lank-flex .border-dotted {
  line-height: 1;
}
.resultlist .end-block.result {
  width: 100%;
}
.resultlist .tax-detail {
  padding-bottom: 2em;
}
/*調整20201127 END*/

/* 20210106 バレンタイン人気投票 調整 */
.tax-detail{
  padding-bottom: 2em;
}
.pb-3em{
  padding-bottom: 0;
}
.choice + .block{
  padding-bottom: 3em;
}
span.block{
  position: relative;
  z-index: 1;
  margin: -9px;
  padding-top: 25px;
  width: auto;
}
.choice {
  padding-top: 3em;
  margin-top: 0;
  background: #ea6d93;
  color: #fff;
  margin: -9px;
  z-index: 3;
  position: relative;
  width: auto;
}
@media (min-width: 480px) {
  .-christmas-menu{
    max-width: 900px;
    width: 100%;
    margin: auto;
  }
  .space-head__text{
    max-width: 800px;
    width: 100%;
    margin: auto;
    font-size: 20px;
    padding: 20px 30px;
  }
  .lank-group.-top{
    width: 85% !important;
    margin-left: 0 !important;
  }
  .apli-logo{
    width: 70%;
    margin: auto;
  }
  .result.-top{
    width: 85% !important;
    margin: auto;
  }
  .input-img input[type="checkbox"] + label .box .cl .price{
    font-size: 19px;
    margin-top: 10px;
  }
  .lank-contents{
    padding-bottom: 20px;
  }
}