@charset "UTF-8";
.MainContentBlock.pickupPlan {
  padding-bottom: 40px; 
  background-color: #f5f5f5;
}
@media only screen and (max-width: 37.5em) {
  .MainContentBlock.pickupPlan {
    padding-bottom: 4%;
  }
}

.pickupPlanBox {
  position: relative; 
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox {
    margin-bottom: 10%;
  }
}
.pickupPlanBox .pickupPlanBox-modalList {
  display: none;
}

.pickupPlanBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-bgImg {
    position: relative;
    width: 100%;
    height:450px;
  }
}
@media only screen and (max-width: 30em) {
  .pickupPlanBox-bgImg {
    height:300px;
  }
}

.pickupPlanBox-body {
  margin-left: 40%;
  padding: 4%; 
  width: 60%;
}

@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-body {
    margin-left: 0;
    padding: 6% 4%; 
    width: 100%;
  }
}
.pickupPlanBox-body .BtnGroup .Btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2%; 
  width: 240px;
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-body .BtnGroup .Btn {
    display: block;
    margin: 0 auto 2%;
  }
}

.pickupPlanBox-header {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pickupPlanBox-category {
  margin-bottom: 15px;
  padding-bottom: 10px; 
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.pickupPlanBox-subTitle {
  color: #e30000; 
  font-weight: bold;
}

.pickupPlanBox-headTitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-headTitle {
    font-size: 1.7rem;
  }
}

.pickupPlanBox-leadText {
  margin-bottom: 15px; 
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pickupPlanBox-linkBtn {
  margin-bottom : 4%;
  font-size: 1.6rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pickupPlanBox-linkBtn .Btn {
  line-height: 1.4;
  padding: 20px;
}

@media only screen and (min-width: 37.5em) {
  .pickupPlanBox-linkBtn br {
    display: none;
  }
}

.pickupPlanBox-list {
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-list {
    font-size: 1.2rem;
  }
}

.pickupPlanBox-itemTitle {
  float: left; 
  width: 90px;
  font-weight: bold;
}

.pickupPlanBox-itemData {
  margin-bottom: 15px;
  margin-left: 90px;
}
.pickupPlanBox-itemData strong {
  font-size: 1.8rem;
}

.pickupPlanBox-table {
  display: block;
  margin-bottom: 20px;
  padding: 15px 0;
  width: 100%; 
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-table {
    font-size: 1.2rem;
  }
}
.pickupPlanBox-table th {
  padding: 5px 0; 
  width: 90px;
  text-align: left;
  font-weight: bold;
}
.pickupPlanBox-table td p {
  display: block;
  color: #e30000; 
  font-weight: bold;
  font-size: 1.7rem;
}
.pickupPlanBox-table td strong {
  font-size: 2.8rem;
}
.pickupPlanBox-table td strong:after {
  /*display: block; */
  width: 0;
  height: 0; 
  content: "";
}
.pickupPlanBox-table td span {
  display: inline-block;
  padding: 0 15px; 
  background-color: #e30000;
  color: #fff;
}

.pickupPlanBox-aside {
  position: absolute;
  top: 100%;
  left: 0; 
  width: 100%;
  height: 60px;
  background-color: #E0D6BC;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-aside {
    position: relative;
    top: auto;
    height: auto;
  }
}

.pickupPlanBox-asideText {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 4%;
  font-weight: bold; 
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-asideText {
    width: 100%; 
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-asideText {
    position: relative;
    top: auto;
    padding: 4% 8% 4% 4%; 
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.pickupPlanBox-asideText span {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, .2); 
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.82;
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-asideText span {
    display: block;
    border: none;
  }
}
.pickupPlanBox-asideText a {
  text-decoration: underline;
}
.pickupPlanBox-asideText a:hover {
  text-decoration: none;
}
.pickupPlanBox-asideText:after {
  display: inline-block;
  margin-left: 15px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  vertical-align: middle; 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-asideText:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto;
    border-color: #fff;
  }
}

.MainContentBlock.pricePolicy {
  position: relative; 
  padding: 40px 0 80px;
  background: transparent url(../img/plan/pricePolicyBlock-bgImg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 60em) {
  .MainContentBlock.pricePolicy {
    padding: 4% 0 8%;
  }
}
.MainContentBlock.pricePolicy .MainContentBlock-leadText {
  text-align: center;
}

.pricePolicyBlock {
  position: relative;
  margin: auto; 
  max-width: 1024px;
  font-size: 0;
}
.pricePolicyBlock:after {
  position: absolute; 
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 32%;
  height: 1px;
  background-color: rgba(0, 0, 0, .2);
  content: "";
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock:after {
    display: none;
  }
}
.pricePolicyBlock .wrapper {
  position: relative;
}
.pricePolicyBlock .wrapper:before, .pricePolicyBlock .wrapper:after {
  position: absolute; 
  bottom: 0;
  display: block;
  width: 32%;
  height: 1px;
  background-color: rgba(0, 0, 0, .2);
  content: "";
}
.pricePolicyBlock .wrapper:before {
  left: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock .wrapper:before {
    display: none;
  }
}
.pricePolicyBlock .wrapper:after {
  right: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBlock .wrapper:after {
    width: 100%;
  }
}

.pricePolicyBox {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; 
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.pricePolicyBox:nth-child(n) {
  display: inline-block ;
  margin-right: 1%; 
  margin-left: 1%;
  width: 32% ;
  vertical-align: top;
  font-size: 1.3rem;
}
.pricePolicyBox:nth-child(3n+1) {
  margin-left: 0;
}
.pricePolicyBox:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBox {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .pricePolicyBox:nth-child(n) {
    display: inline-block ;
    margin-right: 0; 
    margin-left: 0;
    width: 100% ;
    vertical-align: top;
    font-size: 1.3rem;
  }
  .pricePolicyBox:nth-child(1n+1) {
    margin-left: 0;
  }
  .pricePolicyBox:nth-child(1n+1) {
    margin-right: 0;
  }
}

.pricePolicyBox-headTitle {
  position: relative; 
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.5rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 60em) {
  .pricePolicyBox-headTitle {
    margin-bottom: 2%; 
    font-size: 1.4rem;
  }
}
.pricePolicyBox-headTitle span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 2.8rem;
  font-family: "PT Serif";
  line-height: 1;
}

.pricePolicyBox-text {
  padding-left: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
}

.planModalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: scroll; 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.planModalBox {
  position: relative; 
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 60px 40px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .planModalBox {
    padding: 60px 4% 60px;
  }
}

.planModalBox-closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
.planModalBox-closeBtn:before, .planModalBox-closeBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 40px;
  height: 1px;
  background-color: #000;
  content: "";
}
.planModalBox-closeBtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.planModalBox-closeBtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.planModalBox-closeBtn:hover {
  opacity: .5;
  cursor: pointer;
}

.planModalBox-header {
  margin-bottom: 4%; 
  text-align: center;
}

.planModalBox-headTitle {
  margin-bottom: 3%; 
  font-size: 1.8rem;
}

.planModalBox-price {
  margin-bottom: 2%;
  color: #e30000; 
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.planModalBox-price strong {
  font-size: 2.8rem;
}
.planModalBox-price span {
  display: inline-block;
  margin-top: -2px; 
  margin-left: 15px;
  padding: 0 15px;
  background-color: #e30000;
  color: #fff;
}

.planModalBox-subTitle {
  margin-top: 4%; 
  font-size: 1.7rem;
}

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

.pickupPlanBox-modalList {
  width: 49%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 60em) {
  .pickupPlanBox-modalList {
    width: 100%;
  }
}
.pickupPlanBox-modalList:nth-child(2n+1) {
  float: left;
}
.pickupPlanBox-modalList:nth-child(2n) {
  float: right;
}
.pickupPlanBox-modalList dt {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px; 
  width: 30%;
  font-weight: bold;
}
.pickupPlanBox-modalList dd {
  margin-top: -1px; 
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.Btn2 {
  width : 240px;
  display: block;
  border-radius: 0; 
  text-align: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 3.39;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Btn2.isBdGold {
  border: 1px solid #AA8E76; 
  color: #a37e31;
}
@media only screen and (max-width: 60em) {
  .Btn2.isBdGold {
    margin: 0 auto 2%;
    background-color: #AA8E76; 
    color: #fff;
  }
}

.Btn2:hover.isBdGold {
  background-color: #AA8E76;
  color: #fff;
}

/*二次会プラン案内 start*/

.pickupPlanBox-bgImg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-bgImg2 {
    position: relative;
    width: 100%;
	height: 14em;
  }
}

.pickupPlanBox-body2 {
  margin-left: 40%;
  padding: 4%; 
  width: 60%;
}
@media only screen and (max-width: 37.5em) {
  .pickupPlanBox-body2 {
    margin-left: 0;
    padding: 6% 4%; 
    width: 100%;
  }
}

/*二次会プラン案内 end*/



/*　おすすめプラン表示帯　*/
.recommendPlanBox-aside {
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #AA8E76;
}
@media only screen and (max-width: 37.5em) {
  .recommendPlanBox-aside {
	position: relative;
	top: auto;
	height: auto;
  }
}

.recommendPlanBox-asideText {
  position: relative;
  left: 0;
  padding: 0 4%;
  font-weight: bold; 
  font-size: 2.0rem;
  text-align:center;
	color:#fff;
}

@media only screen and (max-width: 60em) {
  .recommendPlanBox-asideText {
    width: 100%; 
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .recommendPlanBox-asideText {
    position: relative;
    top: auto;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.recommendPlanBox-asideText span {
  display: inline-block;
  margin-left: 5px;
  font-size: 3.8rem;
  font-family: "Quicksand";
  font-weight: 700;
  color:#fff;
}
@media only screen and (max-width: 60em) {
  .recommendPlanBox-asideText span {
    border: none;
  }
}

@media only screen and (max-width: 60em) {
  .recommendPlanBox-asideText:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto;
    border-color: #fff;
  }
}
/*　おすすめプラン表示帯 END　*/

.Text-red{
color: #E30000;
}

