@charset "utf-8";
/* リセットCSS */
body{
  background-color: #fff;
}
p{
  padding: 0px;
  margin: 0px;
}
/* リセットCSS */

.breadcrumb-wrap {
  margin-bottom: 0;
}
.section-wrap {
  padding: 2em 10px;
}
.max-w {
  max-width: 800px;
  margin: 0 auto;
}
.align-center {
  align-items: center;
}
.font-bigger {
  font-size: 158%;
}
.font-big {
  font-size: 136%;
}
#campaign {
  background-color: #fff;
  overflow: hidden;
  font-size: 14.5px;
}
.main-bg-color {
  background-color: #fff;
}
.a-bg-color img {
  max-width: 45%;
}
.lead {
  font-size: 18px;
  line-height: 1.7;
}
h2 {
  font-size: 26px;
  color: #eb5c02;
  background: linear-gradient(rgba(0,0,0,0) 70%, #ffdf44 70%);
  display: inline-block;
}
 .h2-brand {
  color: #a67b1e;
  background: none;
}
/*人気のメニュー*/
.pickup-box {
  background-color: #efe4c7;
}
.pickup-box .panel-default {
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
}
.plan-box.col-sm-8.col-xs-6{
  padding: 0;
}
.plan-price {
  color: #eb5c02;
  font-weight: bold;
  display: inline;
}
.plan-price span {
  font-size: 12px;
  font-weight: normal;
  color: #565656;
}
.plan-price1 {
  color: #eb5c02;
  font-weight: bold;
}
.plan-price1 .day {
  font-size: 14px;
  font-weight: normal;
  color: #565656;
}
.plan-price1 .weekend {
  padding-right: 28px;
  font-size: 14px;
  font-weight: normal;
  color: #565656;
}
.plan-price1 .tax {
  font-size: 12px;
  font-weight: normal;
  color: #565656;
}
.plan-text {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.plan-title {
  font-weight: bold;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
}
.heading::before, .heading::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #eb5c02;
}
.heading::before {
  margin-right: 20px;
}
.heading::after {
  margin-left: 20px;
}
.btn-cam {
  max-width: 400px;
  width: 80vw;
  margin: .6em .4em;
  white-space: inherit;
  background-color: #eb5c02;
  color: #fff;
  font-size: 120%;
  position: relative;
  z-index: 2;
  border: 3px solid #eb5c02;
  line-height: 50px;
  font-weight: bold;
}
.btn-stretch {
  background-color: #1e489e;
  border: 3px solid #1e489e;
}
.btn-peony {
  background-color: #eb4399;
  border: 3px solid #eb4399;
}
.btn-cam:hover {
  background-color: #fff;
  border-color: #eb5c02;
  color: #eb5c02;
}
.btn-stretch:hover {
  border-color: #1e489e;
  color: #1e489e;
}
.btn-peony:hover {
  border-color: #eb4399;
  color: #eb4399;
}
.btn-cam::before, .btn-cam::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #eb5c02;
}
.btn-stretch::before, .btn-stretch::after {
  background-color: #1e489e;
}
.btn-peony::before, .btn-peony::after {
  background-color: #eb4399;
}
.btn-cam::before {
  right: 0;
}
.btn-cam::after {
  left: 0;
}
.btn-cam:hover::before, .btn-cam:hover::after {
  width: 0;
  background-color: #eb5c02;
}
.btn-stretch:hover::before, .btn-stretch:hover::after {
  background-color: #1e489e;
}
.btn-peony:hover::before, .btn-peony:hover::after {
  background-color: #eb4399;
}
.btn-cam, .btn-cam::before, .btn-cam::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (min-width:768px) {
  .pickup-image{
    padding-left: 0;
    padding-right: 0;
  }
  .plan-box{
    padding-right: 0; 
  }
  .plan-text-02{
    margin-top: 10px; 
  }
  .plan-value{
    margin: 15px 0;
  }
  .plan-value-02{
    margin-top: 25px;
  }
  .plan-detail{
    margin-top:5px;
  }
}

@media (max-width: 767px) {
  #campaign {
    font-size: 13px;
  }
  .a-bg-color {
    padding-bottom: 0 !important;
  }
  .a-bg-color img {
    max-width: 65%;
  }
  .lead {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
  }
  h2 {
    font-size: 18px;
    margin: 10px;
  }
  .pickup-about .col-xs-6 {
    padding: 0 10px;
  }
  .plan-text {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px;
    margin-top: 5px;
  }
  .plan-price {
    font-size: 150%;
    margin-left: 3px !important;
  }
  .pickup-about .col-xs-12 {
    padding: 0 !important;
  }
  .pickup-about .plan-box {
    text-align: left;
    padding-left: 0;
  }
  .plan-box .plan-detail .font-big {
    font-size: 120%;
    ;
  }
  .plan-detail {
    margin-bottom: 0;
  }
  .plan-box .plan-text {
    text-align: left !important;
    letter-spacing: 0.01em;
  }
  .plan-title {
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
  }
  .plan-name {
    margin-top: 0 !important;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
  }
  .plan-value{
    margin-top: 10px;
  }
  .plan-title{
    font-size: 15px;
    text-align: center;
  }
  .plan-day{
    width: 50%;
    text-align: right;
    padding-right: 20px;
    line-height: 27.844px;
  }
  .plan-price{
    width: 50%;
    text-align: left;
  }
  .btn-cam {
    line-height: 40px;
  }
  .heading {
    font-size: 16px;
    font-weight: bold;
  }
  .heading::before, .heading::after {
    height: 2px;
  }
}
/*SEのとき*/
@media (max-width: 320px) {
  h2 {
    font-size: 16px;
    margin: 10px;
  }
  .font-big {
    font-size: 101%;
  }
  .lead {
    font-size: 12px;
  }
  .btn-cam {
    font-size: 4.3vw;
  }
  .plan-name {
    font-size: 12px;
  }
  .plan-price {
    font-size: 18px;
  }
  .plan-title{
    font-size: 114%;
  }
  .plan-detail{
    font-size: 70%;
    margin-bottom: 0px;
  }
  .plan-detail p{
    margin-bottom: 0px;
  }
  .heading {
    font-size: 12px;
  }
  .heading::before, .heading::after {
    height: 1px;
  }
}