@charset "utf-8";
#contents {
  font-size:16px;
  font-size:1.6rem;
}
.content-box {
  padding: 30px 7.8% 0;
}
.content-box .txt {
    line-height: 1.8;
  }
.content-box .ttl {
    font-size: 22px;
    font-size:2.0rem;
  }
.place {
  margin-top: 50px;
  border-top: #c1c1c1 1px solid;
}
.text-section  {
  margin-top: 50px;
  line-height: 1.8;
}
.boxright {
  border-left: #c1c1c1 1px solid;
}
.boxright .thum,
.boxleft .thum {
  padding: 30px 10%;
}

.btn-box {
  padding: 0 5%;
}

.btn-red,
.btn-yel {margin-top: 16px;}
.btn-red a,
.btn-yel a {
  display: block;
  text-decoration: none!important;
  text-align: center;
}

.btn-red a span,
.btn-yel a span {
  cursor: pointer;
  display: block;
  line-height: 1.3;
}
.btn-red a span span.size,
.btn-yel a span span.size {
  display: inline-block;
  padding-right: 0!important;
}

.btn-red,
.btn-yel {
  -webkit-box-shadow: 0px 3px 0 #d4d4d4;
          box-shadow: 0px 3px 0 #d4d4d4;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-red a {
  border: #b70000 2px solid;
  background: -webkit-gradient(top,  #d83d3d 0%,#cd0404 100%);
  background: -webkit-linear-gradient(top,  #d83d3d 0%,#cd0404 100%);
  background: linear-gradient(to bottom,  #d83d3d 0%,#cd0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83d3d', endColorstr='#cd0404',GradientType=0 );
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-red a p {
  border: #e47964 1px solid;
  padding: 16px 0 14px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-red a span {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  color:#fff;
  padding-right: 23px;
  font-weight: bold;
  text-shadow:1px 1px 1px #000;
}
.btn-red a span.size {
  font-size: 14px;
  font-size: 1.4rem;
  margin:0 .5em 0 -.2em;

}
/* .btn-red a span {
  font-size: 30px;
  font-size: 3.0rem;
  text-shadow: #000 1px 1px 1px;
}
.btn-red a span,
.btn-yel a span {
  padding-right: 36px;
} */
.btn-red a:hover {
  background: -webkit-gradient(top,  #cd0404 0%,#d83d3d 100%);
  background: -webkit-linear-gradient(top,  #cd0404 0%,#d83d3d 100%);
  background: linear-gradient(to bottom,  #cd0404 0%,#d83d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0404', endColorstr='#d83d3d',GradientType=0 );
}


.btn-yel a {
  border: #f39800 2px solid;
  background: -webkit-gradient(top,  #f5ab2f 0%,#f39b07 100%);
  background: -webkit-linear-gradient(top,  #f5ab2f 0%,#f39b07 100%);
  background: linear-gradient(to bottom,  #f5ab2f 0%,#f39b07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ab2f', endColorstr='#f39b07',GradientType=0 );
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-yel a:hover {
  background: -webkit-gradient(top,  #f39b07 0%,#f39b07 100%);
  background: -webkit-linear-gradient(top,  #f39b07 0%,#f39b07 100%);
  background: linear-gradient(to bottom,  #f39b07 0%,#f39b07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39b07', endColorstr='#f39b07',GradientType=0 );
}
.btn-yel a p {
  border: #fff 1px solid;
  padding: 10px 0 8px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
}
.btn-yel a span {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  color:#000;
}

.btn-yel a span.size {
  font-size: 16px;
  font-size: 1.6rem;

}

.btn-red,
.btn-yel {max-width: 500px;}
.btn-red a span:after,
.btn-yel a span:after {
  content:"";
  background: #fff;
  position: absolute;
  display: inline-block;
  background: url(./images/arr_wht.png) no-repeat center center;
  right: 2px;
  top:50%;
  width: 26px;
  height: 26px;
  margin-top: -16px;
  z-index: 1;
}
.btn-yel a span:after {background: url(./images/arr_blk.png) no-repeat center center;}

.btn-red a span span.size:after,
.btn-yel a span span.size:after {
  display:none;
}


.winSP .main-box {
  margin: 0 -3.125%;
}


.winSP .place {
  margin-top: 0;
  border-top: none;
}
.winSP .boxright,
.winSP .boxleft,
.winSP .text-section {
  border-top: #c1c1c1 1px solid;
  margin-top: 25px;
  padding-top: 15px;
  }
.winSP .boxright {
  border-left: none;
}
.winSP .boxright .thum,
.winSP .boxleft .thum {
  padding: 15px 0;
}

.winSP .btn-box {
  padding: 0;
}

.winSP .content-box {
  padding: 20px 0 0;
}
.winSP .items .btn {
  padding: 0!important;
  width: 100%;
  margin-top: 0;
}
.winSP .btn-red,.winSP .btn-yel {
    max-width: none;
}

.winSP .btn-red a span:after,
.winSP .btn-yel a span:after {
  -webkit-background-size: 18px auto;
       -o-background-size: 18px auto;
          background-size: 18px auto;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  z-index: 1;
  right: 3px;
}
.winSP .btn-red a span {
  font-size: 16px;
  font-size: 1.6rem;
}
.winSP .btn-red a span.size {
  font-size: 13px;
  font-size: 1.3rem;
}
.winSP .btn-yel a span {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 15px;

}
.winSP .btn-yel a span.size {
  font-size: 12px;
  font-size: 1.2rem;
}