@charset "UTF-8";



.page_block_header{
    padding-bottom: 5px;
    text-align: center;
}

@media only screen and (max-width: 54em){
.page_block_header {
    padding-bottom: 5%;
    }
}


/* block_sub_title */
.topics_sub_title {
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .topics_sub_title {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .topics_sub_title br {
    display: none;
  }
}

/* block_sub_title */
.topics_sub_title02 {
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 15px;
  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: 48em) {
  .topics_sub_title02 {
    margin: auto;
    max-width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 30em) {
  .topics_sub_title02 br {
    display: none;
  }
}




/* ===pageNation=== */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
/*
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 2;
}
.swiper-pagination-bullet-active{
    background-color: #aa8e76;
}
*/
/*グレー版スライド .swiper_boxに.swipe_grayが付く場合、エリア背景白で要素背景グレー */
.swiper_box.swipe_gray .swiper-pagination-bullet {
    background: #000;
}
.swiper_box.swipe_gray .swiper-pagination-bullet-active{
    background-color: #5d7e2a;
}
/* ===pageNation=== */

.swiper_box{
    padding: 30px 0;
font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
div.swiper-wrapper{
    margin-bottom: 10px;
    align-items: stretch;
    background-color: #fff !important;
}

/* 汎用swipe */
div.neo_common_slide{
    background-color: #fff;
    height: auto;
    margin-bottom: 30px;
}
/*グレー版スライド*/
.swiper_box.swipe_gray div.neo_common_slide{
    background-color: #eeeeee;
}
div.neo_common_slide a{
    text-decoration: none;
}
div.neo_common_slide a:visited{
    color: #000;
}
div.neo_common_slide a:hover{
    opacity: 0.8;
}
img.neo_common_image{
    display: block;
    margin: 0;
    padding: 0;
}
/*
div.neo_common_slide_inner{
    padding: 10px 10px;
}
*/
div.swiper_icon_box{
    margin: 0 0 10px 0;
}
/*
span.swiper_icon{
    display: inline-block;
    width: 100px;
    margin: 0 5px 0 0;
    text-align: center;
    background-color:#aa8e76;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
    padding: 3px;
    font-family: "Quicksand";
}
*/


div.areaG_swiper{
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
div.areaG_swiper_item{
    border: solid 1px #bca475;
    padding: 30px;
}
div.areaG_swiper_item figure{
    padding: 20px;
}
div.areaG_swiper_item span.areaG_num{
    color: #bca475;
    font-size: 20px;
}
div.areaG_swiper_item p.areaG_text1{
    color: #575757;
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #bca475;
}
div.areaG_swiper_item p.areaG_text2{
    font-size: 16px;
}
/* 480px */
@media only screen and (max-width: 30em) {
div.areaG_swiper_item{
    padding: 20px 50px;
}
}



/*flex_2G 2段 50:50*/
.flex_2G{
	display: flex;
	justify-content: space-between;
}
.flex_2G .flex_2G_innerA{
	width: 50%;
    order: 1;
	padding-right: 5px;
}
.flex_2G .flex_2G_innerB{
	width: 50%;
    order: 2;
}

/* 480px */
@media only screen and (max-width: 30em) {
.flex_2G{
	display: block;
}
}



/*====アコーディオン====*/
.accordion-003 {
  max-width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
  transition: transform .5s, opacity .5s;
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 1em 1em 1.5em;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  background-color: #009944;
  color: #fff;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}
.accordion-003[open] summary::after {
  transform: rotate(225deg);
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #000000;
  transition: transform .5s, opacity .5s;
}
.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

@media only screen and (max-width: 48em) {
.accordion-003 summary {
  font-size: 15px;
  padding: 1em;
}
}
/*====アコーディオン====*/





/* =========== PLAN =========== */
.topics-container{
  padding: 4% 0;
}
.topics-area img{
  border-radius: 5px;
}
.topics-box_img{
  width: 50%;
}
.topics-box_container {
  padding: 0 20px;
  width: 70%;
}
@media only screen and (max-width: 48em) {
  .topics-area {
    padding: 0;
	  margin: 0 0 6% 0;
  }
  .topics-area img{
    border-radius: 0;
  }
  .topics-box_img{
    width: 100%;
  }
  .topics-box_img img{
    margin-bottom: 5% !important;
  }
  .topics-box_container {
    width: 100%;
    margin: 0;
  }
  .topics-area{
    display: block;
  }
}


/* =========== 詳細 =========== */
.price_area{
  display: flex;
  background-color: #f5f5f5;
  margin-top: 20px;
  justify-content: space-between;
}
.price_title{
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
}
.price_box{
  width: 100%;
  padding: 15px;
}
.price_text{
  padding: 15px 0 0;
  text-align: center;
}
.price_text2{
  padding: 15px;
}
.price_text span{
  font-size: 20px;
  font-weight: 600;
}
.topics-box_title {
  margin-bottom: 2%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  background-color: #f3f0ea;
  padding: 20px 0;
}
.plan_title{
  margin-bottom: 5%;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 600;
  color: #b9da96;
}

@media only screen and (max-width: 48em) {
  .topics-box_title {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
.price_area{
  display: block;
  width: 90%;
  margin: auto;
}
.topics-box_title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 600;
  background-color: #f3f0ea;
  padding: 10px 0;
  margin: auto;
}
.plan_title{
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
}



/*=============== サービス内容 ===============*/
.topics-box_service{
	margin: 2% 0;
}
.topics-box_service p{
  line-height: 2;
  text-align: left;
  font-weight: 600;
}
/*
.parent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top: 50px;
}
.othet-item{
  width: 32%;
}
.othet-item img{
  border-radius: 5px;
}
*/
@media only screen and (max-width: 48em) {
.parent-container {
  display: block;
  justify-content: space-between;
  margin-top: 10px;
  flex-direction: column;
}
/*
.othet-item{
  width: 100%;
  padding: 0;
}
*/
}


/*=============== 4つのポイント ===============*/
.point_container{
  margin: 4% auto;
}
.point_area{
  padding: 0 50px;
  margin-bottom: 30px;
}
.point_box{
  width: 50%;
  display: grid;
  align-content: center;
}
.point_box p{
  font-weight: 500;
  font-size: 15px;
}
.point_box-img{
  width: 50%;
  padding: 20px 0;
}
.point_box p.point_text{
  font-size: 20px;
  font-family: Quicksand;
  letter-spacing: 1px;
  font-weight: 500;
  color: #b9da96;
  margin-bottom: 20px;
}
.point_maintitle{
  font-weight: bold;
  font-size: 18px;
  color: #444;
}
.point_box p.point_title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 48em) {
.point_area{
  padding: 30px 20px;
}
.point_box{
  width: 100%;
}  
.point_box p{
  font-size: 13px;
}
.point_box-img{
  width: 100%;
  padding: 20px 0 0 0;
}
.point_maintitle{
  font-size: 16px;
}
}






/*-------- パーティレポートmodal　--------*/

.report_modal{
	padding-bottom: 60px !important;
}

.remodal-close1{
  position: absolute;
  top: 0; right: 0;
  width: 50px;
  height: 50px;
  background-color: #49bbbc;
  cursor: pointer;
}
.remodal-close1::after{
  position: absolute;
  content: "×";
  top: 0; bottom: 0; right: 0; left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.remodal-close2{
  position: absolute;
  bottom: 0; right: 0; left: 0;
  width: 100%;
  height: 60px;
  background-color: #49bbbc;
  box-sizing: border-box;
  cursor: pointer;
}
.remodal-close2::after{
  content: "CLOSE";
  color: #fff;
  font-size: 20px;
  line-height: 2.8;
}




/*====report title====*/
.report-box_header {
  position: relative;
  padding: 4% 0 1% 0;
  background-color: #fff; 
  text-align: center;
  font-size: 0;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: background-color;
  color: #000;
}
/*
.report-box_header:hover {
  background-color: #a5ede4;
}
.report-box_header:hover .report-box_season:before,
.report-box_header:hover .report-box_space:before {
  color: #fff;
}
.report-box_header:hover .report-box_title {
  border-color: #fff;
}
*/
.report-box_info {
  display: inline-block;
  box-sizing: border-box; 
  width: 45%;
  vertical-align: middle;
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Average";
}
@media only screen and (max-width: 48em) {
  .report-box_info {
    display: block;
    padding: 2% 3%;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.report-box_number {
  display: block;
}
.report-box_season,
.report-box_space {
  margin-right: 4%; 
  font-size: 13px;
  font-size: 1.3rem;
}
.report-box_season:before,
.report-box_space:before {
  margin-right: 2%;
  color: #7acdd0;
  content: "";
  font-size: 11px;
  font-size: 1.1rem;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: color;
}
.report-box_season:before {
  content: "SEASON";
}
.report-box_space:before {
  content: "PARTY SPACE";
}
.report-box_title {
  display: inline-block;
  box-sizing: border-box;
  padding: 1% 2%;
  width: 55%;
  border-left: 1px solid #ddd;
  background-image: url("/bridal/yokohama/theclassica/common/img/icon_big-arrow-right-white.png");
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: left;
  font-family: Average, "游明朝", "游明朝体", "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;
  font-weight:normal;
  font-size: 20px;
  font-size: 2rem;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: border-color;
}
@media only screen and (max-width: 48em) {
  .report-box_title {
    display: block;
    padding: 2% 3%;
    width: 100%;
    border: none; 
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*====reportトップイメージ====*/
.report_top{
	display: flex;
	justify-content: center;
	width: 100%;
}
.report_top_left{
	width: 80%;
}
.report_top_right{
	width: 40%;
}
@media only screen and (max-width: 48em) {
.report_top_left{
	width: 100%;
}	
.report_top_right{
	display: none;
}
}

/*====report title====*/


/*====modal header====*/
.post_header {
  margin-bottom: 4%; 
  text-align: center;
}
.post_info {
  padding-bottom: 60px;
}
@media only screen and (max-width: 54em) {
  .post_info {
    padding-bottom: 5%;
  }
}
.post_info {
  font-family: "Average";
}
.post_season,
.post_space {
  margin-right: 3%; 
  font-size: 15px;
  font-size: 1.5rem;
}
.post_season:before,
.post_space:before {
  margin-right: 2%;
  color: #49bbbc;
  content: "";
  font-size: 11px;
  font-size: 1.1rem;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: color;
}
.post_season:before {
  content: "SEASON";
}
.post_space:before {
  content: "PARTY SPACE";
}

.report-title{
	font-size: 20px;
	color: #49bbbc;
	margin-bottom: 50px;
}
.report-subtitle{
	font-size: 20px;
	margin-bottom: 50px;
}

/*====modal header====*/


/*====modal内写真type====*/

.post-box_text {
  padding: 4% 0;
  text-align: center;
}
.post-box_text02 {
  padding: 0 0 4% 0;
  text-align: center;
}
/*===1枚===*/
.post-box_img{
	width: 100%;
}
/*===横並び2枚===*/
.post-box_img02{
	display: flex;
	justify-content: center;
	width: 50%;
	margin: auto;
}

.swiper-slide a{
	text-decoration: none;
}


/*-------- パーティーレポートmodal　--------*/




/*-------- コンテンツ --------*/
.img_box07_inner {
	position: relative;
	overflow:hidden;
  width: 100%;
	margin: 0 auto;
}
.img_box01_inner {
  width: 100%;
  margin-bottom: 0.2%;
}
.img_box02{
  display: flex; 
  justify-content: space-between;
}
.img_box02_inner{
	width: 49.9%;
}
.img_box05{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_box05_inner{
	width: 49.9%;
	margin-bottom: 0.1%;
}
@media only screen and (max-width: 48em) {
	.img_box05{
	width: 100%;
}
}

h4.h4_content-titl_02{
	font-size: 35px;
  text-align: center;
  margin: auto;
  line-height: 35px;
}
h4.h4_content-titl_02 span{
	font-size: 20px;
  font-family: Quicksand;
  font-weight: 500;
}

@media only screen and (max-width: 48em) {
	h4.h4_content-titl_02{
		font-size: 25px;
    line-height: 20px;
	}
	h4.h4_content-titl_02 span{
		font-size: 15px;
	}
}


.text_box{
  background-color: #fff;
  padding: 5% 0;
  height: 100%;
}
p.text_04{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
  margin-bottom: 10px;
}
p.text_06{
	text-align: center;
}

.contents_area{
  padding: 5%;
}
.contents_box{
  padding: 2% 5%;
}
@media only screen and (max-width: 48em) {
	p.text_04{
	font-size: 16px;
	}  
  p.text_06{
	margin: 10px auto ;
}
.contents_box{
  padding: 5%;
}
}
/*-------- コンテンツ　--------*/





/* = mainvisual_movie-outer = */
.mainvisual_movie-outer {
  position: absolute;
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  background-color: #fff;
}
.mainvisual_movie-outer:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* movieを何色でどれだけ透けさせるか */
  content: "";
}
@media only screen and (max-width: 30em) {
  .mainvisual_movie-outer {
    /*display: none;*/
  }
}

/* = mainvisual_movie = */
.mainvisual_movie {
  display: block;
  margin-left: -10%;
  max-width: 120%;
  width: 120%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .mainvisual_movie {
    margin: 0;
    max-width: 150%;
    width: 100%;
    height: auto;
  }
}


/*h1 タイトル英字　下線なし individual上書き*/
div.Page-header-neo h1.header-neo-item1::after{
  display: none;
}
/*header-sub-title base上書き*/
.header-area.type-a2 .header-sub-title{
  text-shadow: 0px 0px 8px #999999;
  padding: 0 10px;
}

@media only screen and (max-width: 30em) {
.header-area.type-b .mainvisual{
  padding-top: 140%;
}
}





/*=============== btn上テキスト ===============*/
.btn_txt{
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn_txt span{
  color: #b9da96;
  font-weight: bold;
  font-size: 17px;
}
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}
.fukidashi-01-12::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #b9da96;
}
.fukidashi-01-12::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #b9da96;
}
@media only screen and (max-width: 30em) {
.btn_txt{
  font-size: 12px;
  line-height: 20px;
}
.btn_txt span{
  font-size: 15px;
}  
}
/*=============== btn上テキスト ===============*/





/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

.bg_color_green{
  background-color: rgba(185, 218, 150, 0.2);
}
.bg_color_beige{
  background-color: #f3f0ea;
}
.bg_color_white{
  background-color: #fff;
}

.gothic{
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}