@charset "UTF-8";
.Page-content {
  padding-top: 60px;
}

.MainContentBlock.plan {
  background-color: #f5f5f5;
}

.planBlock {
  padding-bottom: 60px;
}

.planBox {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.planBox .planBox-modal {
  display: none;
}

.planBox-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .planBox-bgImg {
    position: relative;
    padding-top: 56.33803%; 
    width: 100%;
  }
  .planBox-bgImg img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.planBox-count {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-family: "PT Serif"; 
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.planBox-count:before {
  display: block;
  content: "Plan";
  font-size: 2rem;
}

.planBox-header {
  margin-bottom: 15px;
}

.planBox-subTitle {
  color: #a37e31;
  font-weight: bold; 
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.planBox-headTitle {
  font-size: 1.7rem;
}

.planBox-price {
  font-weight: bold; 
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.planBox-body {
  margin-left: 24%;
  padding: 4%; 
  width: 76%;
}
@media only screen and (max-width: 37.5em) {
  .planBox-body {
    margin-left: auto; 
    width: 100%;
  }
}
.planBox-body .Btn {
  width: 240px;
}

.planBox-text {
  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;
}
.planBox-text span {
  display: block; 
  font-size: 1.3rem;
}

.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: #f5f5f5;
}
@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: 2.4rem;
}

.planModalBox-price {
  margin-bottom: 4%; 
  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 {
  display: block;
}

.planModalBox-subTitle {
  font-size: 1.7rem;
}

.planModalBox-content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.planModalBox-item {
  margin-bottom: 20px; 
  padding: 4%;
  background-color: #fff;
}
.planModalBox-item span {
  display: inline-block;
  margin-bottom: 15px; 
  padding: 0 15px;
  background-color: #b69955;
}
.planModalBox-item p strong {
  display: block;
  margin-bottom: 10px; 
  font-size: 1.8rem;
}


.season_title{
  font-weight: normal; 
  font-size: 32px;
  font-size: 3.2rem;
  font-family: ""EB Garamond", serif";
  color: #b69955;
}


.galleryBlock{
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;
}
.galleryBlock div{
	position: relative;
	width: 49%;
	margin: 0 0 2% 0;
}
.galleryBlock div p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 0 10px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 100%;
	font-size: 14px;
}
@media only screen and (max-width: 30em) {
.galleryBlock div{
	width: 100%;
	margin: 0 0 2% 0;
}
}


/* LINKS バナー */
.sp-topics_title.party{
  font-size: 18px !important;
}
.sp-topics_lead-txt.party {
  font-size: 14px !important;
}
.sp-links_bg-img1 {
  width: 50%;
  min-height: 247px;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repea;
  background-image: url(/bridal/fukuoka/classicagoen/party/space/img/links1_bg-img.jpg);
}
.sp-links_bg-img1 img
{ visibility: hidden; }

@media only screen and (max-width: 48em) {
  .sp-links_bg-img1
{ 
    float: none;
    position: relative;
    padding-top: 45.33333%;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
	min-height: 166px; /*210*/
  }
  .sp-links_bg-img1 img
  {
    display: none;
  }
}



/* =========== banner_block =========== */
.banner_block {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 48em) {
  .banner_block .wrapper {
    margin: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .banner_block {
    padding-bottom: 0;
  }
}


/* = sp-topics = */
.sp-topics {
  min-height: 100%;
  max-width: 1024px;
  margin: 0 auto 50px auto;
  background-color: #ede7d5;
  position: relative;
  overflow: hidden;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}

@media only screen and (max-width: 48em) {
  .sp-topics  {
    margin-bottom: 5%;
    padding-bottom: 1%;
  }
}

.sp-topics a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: transparent;
}

.sp-topics a span {
  display: none;
}

.sp-topics:hover {
  opacity: 0.8;
}

.sp-topics:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* = sp-topics_content = */
.sp-topics .sp-topics_content {
  width: 48%;
  float: right;
  margin: 1%;
  padding: 5.2%;  /*3.2*/
  border: solid 1px #FFF;
}

@media only screen and (max-width: 60em) {
  .sp-topics .sp-topics_content {
    padding: 4.7%; /*3*/
  }
}

@media only screen and (max-width: 48em) {
  .sp-topics .sp-topics_content {
    text-align: center;
    float: none;
    padding-bottom: 4%;
    margin-bottom: 0;
    width: 98%;
  }
}

/* = sp-topics_title = */
.sp-topics .sp-topics_content .sp-topics_title {
  margin-bottom: 2%;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/* = sp-topics_lead-txt = */
.sp-topics .sp-topics_content .sp-topics_lead-txt {
  letter-spacing: 0.1rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2%;
}

/* = sp-topics_sub-txt = */
.sp-topics .sp-topics_content .sp-topics_sub-txt {
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}



/* ===================== 宴会ページ ===================== */
.Page-content {
  padding-top: 60px;
}
@media only screen and (max-width: 60em){
.Page-content {
    padding-top: 4%;
}
}

.selectMenuBlock {
  padding: 20px 0 20px;
}
.selectMenuBlock-header {
  margin-bottom: 40px;
  text-align: center;
}
.selectMenuBlock-headTitle {
  font-size: 2rem;
}
.selectMenuBlock-tab {
  margin-bottom: 40px; 
  font-size: 0;
}
.selectMenuBlock-tabItem {
  position: relative; 
  padding: 10px 0;
  text-align: center;
  letter-spacing: .1rem;
  font-weight: bold;
  font-size: 1.6rem !important;
  color: #b5b5b5;
}
.selectMenuBlock-tabItem:nth-child(n) {
  display: inline-block ;
  margin-right: 1%; 
  margin-left: 1%;
  width: 32% ;
  vertical-align: top;
  font-size: 1.3rem;
}
.selectMenuBlock-tabItem:nth-child(3n+1) {
  margin-left: 0;
}
.selectMenuBlock-tabItem:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 37.5em) {
  .selectMenuBlock-tabItem {
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 60.0625em) {
  .selectMenuBlock-tabItem.is-active {
    background-color: #b5b5b5;
    color: #fff;
  }
}

.selectMenuBlock-tabItem:hover {
  cursor: pointer;
}
@media only screen and (min-width: 60.0625em) {
  .selectMenuBlock-tabItem:hover {
    background-color: #b69955;
    color: #fff;
  }
}
.selectMenuBlock-tabItem:hover:after {
  background-color: #b5b5b5;
}
.selectMenuBox {
  display: none; 
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.selectMenuBox:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.selectMenuBox .caution {
  clear: both;
}

.selectMenuBox-list {
  width: 48%;
  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) {
  .selectMenuBox-list {
    float: none !important;
    width: 100%;
    font-size: 1.2rem;
  }
}
.selectMenuBox-list:nth-child(2n+1) {
  float: left;
}
.selectMenuBox-list:nth-child(2n) {
  float: right;
}
.selectMenuBox-list{
	list-style: none;
}

.selectMenuBox-item {
  position: relative; 
  margin-bottom: 5px;
}
.selectMenuBox-item.has-category {
  padding-left: 80px;
}
.selectMenuBox-item.is-exception {
  padding-top: 22px; 
  padding-left: 80px;
}
.selectMenuBox-item strong {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
}


.selectMenuBox2 {
  display: flex;
}
.selectMenuBox_text {
  width: 75%;
}
.selectMenuBox_imgbox {
  width: 25%;
}
.selectMenuBox_text .selectMenuBox-list {
  width: 100%;
}
.selectMenuBox_imgbox .selectMenuBox_img {
  width: 100%;
}
.selectMenuBox_imgbox img {
  margin-bottom: 5px;
  width: 100% !important;
}
@media only screen and (max-width: 37.5em) {
  .selectMenuBox2 {
  display: block;
  }
  .selectMenuBox_text {
  width: 100%;
  }
  .selectMenuBox_imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  }
  .selectMenuBox_imgbox .selectMenuBox_img {
  width: 49.5%;
  }
}


/*flex_4A 4段 48:48 */
.flex_4A{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_4A .flex_4A_inner{
	width: 23%;
	margin: 0% 1% 0 1%;
}  

@media only screen and (max-width: 48em) {
.flex_4A .flex_4A_inner{
	width: 48%;
	margin: 0% 1% 0 1%;
}
}

@media only screen and (max-width: 48em) {
}


/* 各コース下にオプション追加 */
.option_box{
border:solid 1px #b69955;
padding: 20px;
margin-bottom: 1%;
}
.option_title01{
font-size: 14px;
font-weight: bold;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
text-align: center;
margin-bottom: 10px;
border:solid 1px #b69955;
padding: 5px;
color: #b69955;
}
.option_box_img img{
  width: 100%;
  margin-bottom: 10px;
}
.option_box_txt01{
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.option_box_txt01 > div {
display: flex;
width: 100%;
}
.option_box_txt01 > div > span {
flex: none;
padding: 0;
}
.option_box_txt01 > div > hr {
flex: auto;
border: none;
}


/* 各コースTABに写真追加 */
.selectMenuBox_img img{
  width: 500px;
  padding-left: 10px;
}
@media only screen and (max-width: 37.5em) {
.selectMenuBox_img img{
  width: 100%;
  padding-left: 0;
}
}

/* CONTENTS */
h2.header-neo-item2{
	font-family: "EB Garamond", serif !important;
	font-weight:400 !important;
	font-size:44px;
	letter-spacing:normal;
  text-align: center;
}
@media only screen and (max-width: 48em){
	h2.header-neo-item2{
	font-size:26px;
	letter-spacing:normal;
}
}
