@charset "UTF-8";
.plan_block {
  background-color: #f5f5f5;
}
.plan_block:nth-child(2n) {
  background-color: #fff;
}
.plan_block .btn {
  padding-top: 20px;
}
.plan_block .btn a {
  width: 230px;
}

@media only screen and (max-width: 54em) {
.plan_block .btn {
    position: relative;
    text-align: center;
}
.plan_block .btn a {
display:block;
  width: 100%;
margin-bottom:10px;
}
}

.header-sub-title_plan {
  margin-bottom: 2%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  text-shadow :  0 0 6px #000; 
}


.header-title2 {
  color: #fff;
  text-align: center;
  text-shadow :  0 0 6px #000; 

}

/*-【b】-*/
.header-area.type-b .header-title2 {
  padding-top: 0;
  font-weight: normal;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Great Vibes";
x}
@media only screen and (max-width: 30em) {
  .header-area.type-b .header-title2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}


@media only screen and (max-width: 54em) {
  .plan_block .btn {
    position: relative;
    text-align: center;
  }
}

.plan-box {
  position: relative; 
  margin-bottom: 4%;
}
.plan-box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .plan-box {
    margin-right: auto; 
    margin-left: auto;
    width: 92%;
  }
}

.plan-note {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 48em) {
.plan-note {
  margin-right: auto;
  margin-left: auto;
  width: 92%;
  }
}

.plan-note ul {
  list-style: none;
}

.plan-note ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.pickup_bg-img {
  position: relative;
  float: left;
  padding-top: 42.96875%;
  min-height: 440px;
  width: 39.0625%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.pickup_bg-img img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 54em) {
  .pickup_bg-img {
    padding-top: 100%;
    width: 100%;
		min-height:300px;
  }
}
@media only screen and (max-width: 30em) {
  .pickup_bg-img {
    padding-top: 95%;
		min-height:250px;
  }
}

.pickup_content {
  position: relative;
  float: left;
  padding-top: 42.96875%;
  min-height: 440px;
  width: 60.9375%;
  background-color: #fff;
}
@media only screen and (max-width: 54em) {
  .pickup_content {
    padding-top: 0; 
    width: 100%;
  }
}

.pickup_content-inner {
  position: absolute;
  top: 0;
  padding: 4%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 54em) {
  .pickup_content-inner {
    position: relative;
  }
}

/*コンテンツ量が多いとき*/
.pickup_bg-img-special {
  min-height: 540px !important;	
}
.pickup_content-special {
  min-height: 540px !important;	
}
@media only screen and (max-width: 30em) {
	.pickup_bg-img-special {
	  min-height: 250px !important;
	}
}

.pickup_sub-title {
  margin-bottom: 10px; 
  color: #b39358;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .pickup_sub-title {
    margin-bottom: 2%;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.pickup_title {
  margin-bottom: 2%;
  letter-spacing: 0.1rem; 
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

.pickup_lead-txt {
  margin-bottom: 3%; 
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pickup_detail {
  padding: 15px 0; 
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .pickup_detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pickup_detail-title {
  padding-right: 10px; 
  vertical-align: baseline;
  text-align: left;
}

.pickup_detail-data {
  vertical-align: baseline;
}
.pickup_detail-data.is-price {
  color: #e30000;
  font-weight: bold; 
  font-size: 18px;
  font-size: 1.8rem;
}
.pickup_detail-data.is-price strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.pickup_detail-data.is-price span {
  display: block;
  padding: 0 5px; 
  max-width: 170px;
  background-color: #e30000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .pickup_detail-data.is-price {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pickup_detail-data.is-price strong {
    /*display: block;*/
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.pickup_footer {
  clear: both; 
  background-color: #f8dfd8;
}

.pickup_footer-recommend {
  display: inline-block;
  padding: 15px 3%;
  vertical-align: middle; 
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
.pickup_footer-recommend:after {
  display: inline-block;
  width: 13px;
  height: 24px;
  background: transparent url("/bridal/sendai/suiteclassica/common/img/icon_big-arrow-right-black.png") center center no-repeat;
  background-size: cover;
  content: "";
  vertical-align: middle;
}
.pickup_footer-recommend span {
  font-weight: normal; 
  font-size: 11px;
  font-size: 1.1rem;
}
.pickup_footer-recommend span:after {
  display: inline-block;
  margin: 0 15px;
  width: 0;
  height: 24px;
  border-color: rgba(0, 0, 0, 0.2);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 48em) {
  .pickup_footer-recommend span {
    display: block;
    margin-bottom: 2%; 
    text-align: center;
  }
  .pickup_footer-recommend span:after {
    display: none;
  }
}
.pickup_footer-recommend a {
  color: #444;
  text-decoration: none;
}
.pickup_footer-recommend a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 48em) {
  .pickup_footer-recommend {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.policy-box {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 48em) {
  .policy-box {
    padding: 5% 0;
  }
}

.policy-box_bg-img {
  position: absolute;
  top: 0; 
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.policy-box_bg-img img {
  visibility: hidden;
	
}
.policy-box_bg-img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  content: "";
}

.policy-box_content {
  position: relative; 
  font-size: 0;
}

.policy-box_item {
  display: inline-block ;
  margin-right: auto;
  margin-right: 2.5%;
  margin-left: 2.5%;
  padding: 20px 0;
  min-height: 225px; 
  width: 28.33333%;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .policy-box_item {
    width: 28.33333%;
  }
  .policy-box_item:nth-child(n) {
    width: 30% ;
  }
  .policy-box_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .policy-box_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .policy-box_item {
    display: block;
    margin: auto; 
    min-height: 0;
    width: 92%;
    border-top: none;
  }
  .policy-box_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.policy-box_item-title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px; 
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.policy-box_item-title span {
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Oranienbaum";
}

.policy-box_item-text {
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.modal_block {
  background-color: #fff !important;
}

.modal_title {
  margin-bottom: 3%; 
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-box {
  margin: auto; 
  width: 92%;
}

.modal-box_title {
  margin-top: 4%;
  margin-bottom: 4%; 
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}



.modal-box_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.modal-box_list {
  float: left;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.modal-box_list:nth-child(2n) {
  float: right;
}
.modal-box_list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .modal-box_list {
    float: none; 
    width: 100%;
  }
}

.modal-box_list-title {
  float: left;
  padding: 15px 0; 
  width: 30%;
  font-weight: bold;
}

.modal-box_list-item {
  margin-top: -1px;
  padding: 15px 0 15px 30%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*プラン内特別バナー*/
.pickupPlanBox-linkBtn {
  margin-bottom : 4%;
  font-size: 1.6rem;
}
.pickupPlanBox-linkBtn a{
  padding: 20px;
}
.linkBtn_a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b69955; 
  color: #b39358;
}
.linkBtn_a:hover {
  background-color: #b39358;
  color: #fff;
}
@media only screen and (max-width: 60em) {
  .linkBtn_a {
    background-color: #b39358; 
    color: #fff;
  }
}

/*二次会プラン案内用 start*/
.pickup_bg-img2 {
  position: relative;
  float: left;
  padding-top: 20%;
  min-height: 180px;
  width: 39.0625%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}

.pickup_bg-img2 img {
  position: absolute;
  top: 0;
  visibility: hidden;
}

@media only screen and (max-width: 54em) {
  .pickup_bg-img2 {
    padding-top: 40%;
    width: 100%;
  }

}

.pickup_content2 {
  position: relative;
  float: left;
  padding-top: 20%;
  min-height: 180px;
  width: 60.9375%;
  background-color: #fff;
}

@media only screen and (max-width: 54em) {
  .pickup_content2 {
    padding-top: 0; 
    width: 100%;
	min-height: 0;
  }
}

.pickup_content-inner2 {
  position: absolute;
  top: 12%;
  padding: 4%;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 54em) {
  .pickup_content-inner2 {
    position: relative;
  }
}
/*二次会プラン案内用 end*/

/*　おすすめプラン表示帯　*/

.recommendPlanBox-aside {
  clear: both; 
  background-color: #83a74b;
  padding: 0 4%;
  font-weight: bold; 
  font-size: 2.0rem;
  text-align:center;
  color:#FFF;
}

.recommendPlanBox-asideText span {
  margin-left: 5px;
  font-size: 3.8rem;
  font-family: "Julius Sans One";
  font-weight: 500;
}
/*　おすすめプラン表示帯 END　*/