@charset "utf-8";
/*------------------------------------------*/
/*トップページ設定--------------------------*/
/*------------------------------------------*/

/*　共通パーツ-------*/
#wapper{
  width:100%;
}
.ttl_top_center {
    text-align: center;
}
.contentsText {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 18px;
}
/*　トップメインイメージのスライダー-------*/
.main{
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
.main_bnr{
	position:absolute;
	bottom: 100px;
	width: 100%;
	height: auto;
	z-index: 3;
  justify-content: end;
  display: flex;
}
.main_bnr a{
	display: inline-block;
  width: auto;
  max-width: 256px;
}
.main_bnr a img{
	width:100%;
	height:auto;
	display:block;
}
#slide {
  margin:0 auto 20px auto;
  position:relative;
  overflow: hidden;
}
#slide ul li{
  overflow: hidden;
}
#slide-iframe {
  max-width:900px;
  height:700px;
  width:100%;
  margin:0 auto;
  position:relative;
}
#slide-iframe img {
  position:absolute;
  left:0;
  top:0;
}

/*メインイメージ内ピックアップ情報----------*/
.pickup{
  max-width: 1200px;
	margin:0 auto;
	width:100%;
	line-height:58px;
	height:60px;
	letter-spacing: -4em;
	display:flex;
}
.pickup h2,
.pickup a{
	box-sizing: border-box;
	color:#fff;
	display: inline-block;
	letter-spacing: 0;
}
.pickup h2{
	width:10%;
	border-right:solid 1px #777;
	text-align:center;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
}
.pickup a{
	width:90%;
	padding-left:15px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space:nowrap;
    overflow: hidden;
}
.pickup a:hover{
	opacity:0.8;
}
.pickup a:after{
	display: inline-block;
	content:"more";
	color:#fff;
	font-size:74%;
	padding-right:15px;
	margin-left:20px;
	background:url(../img/common/morebg_w.png) no-repeat right center;
}

/*　メインバナー　top_banner------------------*/

.top_banner ul{
  width:1200px;
  height:85px;
  margin:0 auto 20px auto;
}
.top_banner ul li{
  width:403px;
  float:left;
  display:block;
}
.top_banner ul li.weddingplan,
.top_banner ul li.panorama{
  width:394px;
}
.top_banner ul li a,
.top_banner ul li a img{
  display:block;
}


/*　新着情報、プラン情報共通　最大幅----------*/
.section,#news,#plan{
	max-width:1200px;
	padding:60px auto;
	margin:50px auto;
}

/*　新着情報、プラン情報共通　見出し----------*/
.ttl_top_link{
    position: relative;
    border-bottom: solid 1px #1e2d54;
    padding: 10px 0 15px 20px;
    margin-bottom: 25px;
}
.ttl_top_link a{
  position:absolute;
  top:10px;
  right:0;
  display: block;
  color:#1e2d54;
  width:100px;
  padding-left:20px;
  background:url(../img/common/morebg.png) no-repeat 0 center;
  background-size:6px 8px;
  text-decoration: none;
}
.ttl_top_link a:hover{
  background-color:#f7f7f7;
}

/*　新着情報、プラン情報共通　「一覧へ」ボタン----------*/
.more{
  margin-left:10px;
  margin-top:5px;
}
.more a{
  background: url(../img/common/morebg.png) no-repeat;
  padding-left:15px;
  font-size:13px;
  color:#333;
  text-decoration:none;
}
.more a:hover{
  text-decoration:underline;
}

/*　新着情報エリア----------*/
#news{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.newsArea {
	max-width:840px;
    width: 100%;
    display:flex;
    flex-wrap:wrap;
}
.newsArea .ttl_top_link{
  width:100%;
}
.newsBox{
  width:50%;
  box-sizing:border-box;
  border-top:dashed 1px #ccc;
  position:relative;
}
.newsBox:nth-child(2),
.newsBox:nth-child(3){
	border-top:none;
}
.newsBox:nth-child(even){
  border-right:dashed 1px #ccc;
}
.newsBox:nth-child(2n):last-child:after{
  content:"";
  width:100%;
  border-top:dashed 1px #ccc;
  display:block;
  position:absolute;
  right:-100%;
  top:0;
}
.newsBox .news_contents{
  max-width:240px;
}
.newsBox a{
  display:block;
  color:#333;
  padding:30px 15px 30px 12px;
  box-sizing: border-box;
  background:url(../img/common/icon_arrow_r.png) no-repeat 98% center;
  background-size:14px 14px;
  height:100%;
}
.newsBox a:hover,
.newsBox a:hover div.news_contents p{
  background-color:#f7f7f7;
}
.newsBox a:after{
content: "";
display: block;
clear: both;
}
.news_photo{
  float:left;
  width:24%;
  max-width:130px;
}
.news_photo img{
  width:100%;
  height:auto;
  display: block;
  max-width:130px;
  max-height:130px;
}
.news_contents{
  width:70%;
  overflow:hidden;
  float:left;
  padding:0 0 0 15px;
}
.news_label{
  width:80px;
  display: inline-block;
  margin-right:10px;
}
.news_label img{
  width:100%;
  height:auto;
  vertical-align: middle;
}
.news_contents span:nth-child(2){
  color:#777;
  font-size:86%;
  letter-spacing: 1px;
}
.news_contents p strong{
  font-size:107%;
  font-weight:bold;
  display: block;
  line-height:1.4;
  margin-bottom:5px;
}
.news_contents p {
  /* config */
  line-height: 1.5;
  height: 7.6em;
  background-color: #fff;
  /* config end */
  position: relative;
  padding:5px 1em 0 0;
  overflow: hidden;
  font-size:86%;
  clear:left;
}
.news_contents p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}
.news_contents p:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
  margin-left:-1em;
}

/*----　右カラムバナーエリア　"bannerArea"--------*/

.bannerArea{
  float:right;
  width:284px;
  margin:40px 0 0 0;
}
.bannerArea a{
  display: inline-block;
}
.bn_instagram,
.bn_facebook,
.bn_youtube{
  margin-top:20px;
  margin-right:17px!important;
}


/*　プラン情報エリア----------*/

.plan{
  background:#FFF;
  width:100%;
  margin-bottom:120px;
}
.planArea{
  margin-top: 30px;
  width:100%;
}
.planArea ul{
  width:98%;
  margin:40px auto 0 auto;
  box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}
.planArea li{
  box-sizing:border-box;
  width:25%;
  display: block;
  float:left;
}
.planArea li.col_left{
  margin-right:1%;
}
.planArea li.col_center{
  margin:0 1%;
}
.planArea li.col_right{
  margin-left:1%;
}
.planArea li a{
  text-decoration: none;
  color:#333;
  line-height:1.4;
  font-size:92%;
  text-align:center;
  display: block;
}
.planArea li a img{
  width:90%;
  margin:0 auto 5px auto;
  display: block;
  max-width:245px;
  max-height:160px;
  min-width:160px;
}
.planArea li a span{
  display: block;
  text-align:center;
  width:90%;
  margin:0 auto 8px auto;
}


/*----　右カラムカレンダー　"calender_area"---*/
.small{
  display:none;
}
.clenderArea{
  margin-top:75px;
  max-width:285px;
  width:100%;
  float:right;
  padding-left:10px;
}
.clenderLink{
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
  clear:both;
}
.clenderLink a{
  background-color: #1e2d54;
  text-decoration:none;
  display:block;
  padding:20px;
  margin-left:20px;
  margin-right:20px;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.clenderLink{
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
  clear:both;
}
.clenderLink a{
  background-color: #1e2d54;
  text-decoration:none;
  display:block;
  padding:20px;
  margin-left:20px;
  margin-right:20px;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


/*　挙式、施設の共通パーツ-------*/
.slide_wap{
  max-width:1200px;
  width:100%;
  margin:0 auto 90px;
  position:relative;
}
.slide_wap2{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.item img{
  max-width:230px;
}
.slide_item{
  max-width:1200px;
  width:100%;
}
.slide_item .item img{
  margin-left:10px;
  margin-right:10px;
}
.slick-prev:before, .slick-next:before {
    content:"";
}


/*　披露宴会場、料理の共通パーツ-------*/

#ceremony, #cuisine {
    background-color: #f7f7f7;
}

#ceremony, #cuisine, #banquet, #facility {
    padding: 60px 0;
}
/*  トップページ料理　改修用CSS */
.cuisine_area{
    width:100%;
    max-width:1158px;
    margin:0 auto;
}
.cuisine_area ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.cuisine_area ul li{
  display: block;
  width:24.2%;
  height:290px;
  overflow: hidden;
}
@media screen and (max-width: 768px){
    .cuisine_area ul::after{
        content:"";
        display: block;
        width:31.3333%;
        margin: 0 1%;
    }
    .cuisine_area ul li{
        width:31.33333%;
        margin: 0 1%;
    }
}
.cuisine_area ul li a img{
    width:100%;
    height: 210px;
    object-fit: cover;
}
/*  トップページバンケット改修用CSS */
.banquet_area,
.ceremony_area{
  width:1158px;
}

.banquet_area,
.ceremony_area{
  margin:0 auto;
}
.banquet_area ul:after,
.ceremony_area ul:after{
  content:"";
  display: block;
  clear:both;
}
.banquet_area ul li{
  display: block;
  width:240px;
  height:290px;
  overflow: hidden;
  margin-right:12px;
}
.ceremony_area ul li{
    display: block;
  width:367px;
  height:290px;
  overflow: hidden;
  margin-right:12px;
}
.banquet_area ul li,
.ceremony_area ul li{
  float:left;
	}

.banquet_area ul li img,
.cuisine_area ul li img,
.ceremony_area ul li img{
  height:190px;
  width:auto;
}
.banquet_area ul li:first-child,
.ceremony_area ul li:first-child{
  width:400px;
  height:550px;
  overflow: hidden;
}

.banquet_area ul li:nth-child(4),
.banquet_area ul li:nth-child(7){
	margin-right:0;
}
.banquet_area ul li:first-child img{
  height:480px;
  width:auto;
}

.banquet_area ul li:first-child img{
  /*画像の内容によってマイナスマージンを調整する*/
  margin-left:-20%;
	}


.banquet_area ul li span,
.cuisine_area ul li span,
.ceremony_area ul li span{
  display: block;
  height:50px;
  text-align: center;
  line-height: 1.4;
}

/* 20170727 */
.banquet_area ul li,
.cuisine_area ul li,
.ceremony_area ul li{
  display: block;
  position: relative;
}
.banquet_area ul li a,
.cuisine_area ul li a,
.ceremony_area ul li a{
  display: block;
}
.banquet_area ul li:not(:first-child) a{
  display: block;
  height: 195px;
}
.banquet_area ul li span em.num {
    font-size: 13px;
    display: inline-block;
    height: auto;
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #ece8e7;
    margin-top: 3px;
}/* 20170727 */



/*----　挙式カラーボックス設定（※個別ページ化後は削除）---*/

.ceremonyArea{
  padding:40px 40px 60px;
  background:#FFF;
  border:10px solid #DCDDDD;
  max-width:800px;
  width:100%;
}
.ceremony_title{
  width:100%;
  text-align:center;
  margin-bottom:20px;
}
.ceremony_text{
  margin-top:20px;
  text-align:center;
  margin-bottom: 20px;
}
.ceremonyArea #cboxClose{
  display:none;
}
/* img popup */
.imgArea{
  background:#FFF;
  border:10px solid #DCDDDD;
  max-width:1000px;
  width:100%;
}

.close{
  padding-top:15px;
  padding-bottom:5px;
  clear:both;
  width:100%;
  text-align:center;
}
.slideText{
  position:relative;
  top:500px;
  text-align:center;
  font-size:18px;
}
.contentsText{
  padding-top:50px;
  padding-bottom:50px;
  text-align:center;
  font-size:18px;
}
.itemText{
  padding-top:10px;
  font-size: 14px;
}

.main_title{
  max-width:1200px;
  margin:0 auto;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size:30px;
  color:#1E2D54;
}

.clearfix-2:after {
    content:" ";
    display:block;
    clear:both;
}
li.slide-2 {
	display: none;
}
.slick-slide {
	height: auto;
}




/*------------------------------------------*/
/*　表示幅1200以下設定--------------------------*/
/*------------------------------------------*/
@media screen and (max-width: 1199px){

/*---メインバナー------*/
.top_banner ul{
  box-sizing: border-box;
  width:100%;
  height:auto;
  margin-bottom:20px;
}
.top_banner ul li{
  box-sizing: border-box;
  max-width:403px;
  width:32%!important;
}
.top_banner ul li.yoyaku{
  max-width:394px;
  margin:0 2%;
}
.top_banner ul li a,
.top_banner ul li a img{
  width:100%;
  height:auto;
}
/*---新着情報、プラン情報------*/
.newsBox .news_contents{
  max-width:90%;
}
  .newsArea,
  .bannerArea,
  .planArea{
    float:none;
    width:100%;
    max-width:100%;
  }
/*---右カラムバナーエリア------*/  
   .bannerArea{
    display: flex;
    align-items:center;
   	width:100%;
}
  .bannerArea a{
    padding:0 5px;
  }
  .bannerArea a img{
    width:100%;
    height:auto;
  }
  .bannerArea a.bn_instagram{
    margin-left:17px;
  }
/*---右カラムカレンダー非表示------*/
.wide{
  display:none;
}
.small{
  display:block;
}

/*---挙式・施設のカルーセル------*/
.slide_wap{
  max-width:1200px;
  width:100%;
  margin:0 auto 80px;
  position:relative;
}
.slide_wap2{
  max-width:960;
  width:100%;
  margin:0 auto 80px;
  position:relative;
}
	
/*---披露宴会場、料理------*/
.banquet_area ul, 
.ceremony_area ul {
    display: flex;
    flex-wrap: wrap;
}
.banquet_area,
.ceremony_area{
  width:100%;
}
  .banquet_area ul,
  .ceremony_area ul{
	display: flex;
    flex-wrap: wrap;
  }
  .banquet_area ul li,
  .banquet_area ul li:first-child,
  .banquet_area ul li:nth-child(4),
  .banquet_area ul li:nth-child(7),
  .ceremony_area ul li,
  .ceremony_area ul li:first-child{
    width:23%;
    margin:0 1%;
    height:300px;
  }



  /* 20170727 */
  .banquet_area ul li:not(:first-child) a,
  .ceremony_area ul li:not(:first-child) a{
    display: block;
    height: auto;
  }
  .banquet_area ul li img,
  .banquet_area ul li:first-child img,
  .ceremony_area ul li img,
  .ceremony_area ul li:first-child img{
	height:210px;
    left: 0;
  }
  
  .banquet_area ul li:first-child img{
     right: 0;
     margin: auto;
  }

  .banquet_area ul li:nth-child(5) img{
    position: static;
    right: initial;
    left: initial;
    margin: auto;
}

  .banquet_area ul li span em.num {
      font-size: 13px;
  }/* 20170727 */}

/*------------------------------------------*/
/*　表示幅980以下設定--------------------------*/
/*------------------------------------------*/
@media screen and (max-width: 960px){

}

/*------------------------------------------*/
/*　表示幅768以下設定--------------------------*/
/*------------------------------------------*/
@media screen and (max-width: 768px){
.newsBox{
  width:100%;
  }
 .newsBox:nth-child(even){
    border-right:none; 
  }
}

/*------------------------------------------*/
/*　表示幅414以下設定--------------------------*/
/*------------------------------------------*/
@media screen and (max-width: 414px){

}


.group{
  display:none;
}




/*  改修後の各セクションパーツ（挙式、披露宴会場、料理、施設）----- */

/*  -----共通化した後に上の個別クラスの設定を削除予定--------- */

.section .area{
  width:1158px;
  margin:0 auto;
}
.section .area ul:after{
  content:"";
  display: block;
  clear:both;
}
.section .area ul li{
  display: block;
  width:240px;
  height:290px;
  overflow: hidden;
  margin-right:12px;
  float:left;
}
/*
.section .area.ceremony_area ul li{
	width:24%;
	height:350px;
	margin:0 0.5%;
}
.section .area.ceremony_area ul li a{
	position:relative;
	overflow: hidden;
}*/

.banquet_area ul li img,
.ceremony_area ul li img{
  height:190px;
  width:auto;
}
/*
.ceremony_area ul li img{
  width:150%!important;
	height:auto;
	margin-left:-10%;
}*/

.banquet_area ul li:first-child,
.ceremony_area ul li:first-child{
  width:400px;
  height:550px;
  overflow: hidden;
}

.banquet_area ul li:nth-child(4),
.banquet_area ul li:nth-child(7){
	margin-right:0;
	}
.ceremony_area ul li:first-child{
	float:right;
	margin-right:0;
}


.banquet_area ul li:first-child img,
.ceremony_area ul li:first-child img{
  height:480px;
  width:auto;
}
.banquet_area ul li:first-child img{
  /*画像の内容によってマイナスマージンを調整する*/
  margin-left:-28%;
	}

	
.ceremony_area ul li:first-child img{
  /*画像の内容によってマイナスマージンを調整する*/
  margin-left:-22%;
	}
	
.banquet_area ul li span,
.cuisine_area ul li span,
.ceremony_area ul li span{
  display: block;
  height:50px;
  text-align: center;
  line-height: 1.4;
}

/* 20170727 */
.section .area ul li{
  display: block;
  position: relative;
}
.section .area ul li a{
  display: block;
}
.banquet_area ul li:not(:first-child) a,
.ceremony_area ul li:not(:first-child) a{
  display: block;
  height: 195px;
}
.banquet_area ul li span em.num {
    font-size: 13px;
    display: inline-block;
    height: auto;
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #ece8e7;
    margin-top: 3px;
}/* 20170727 */



@media screen and (max-width: 1200px){

.section .area{
  width:100%;
}
.section .area ul{
	display: flex;
    flex-wrap: wrap;
  }
  .banquet_area ul li,
  .banquet_area ul li:first-child,
  .banquet_area ul li:nth-child(4),
  .banquet_area ul li:nth-child(7),
  .ceremony_area ul li,
  .ceremony_area ul li:first-child{
    width:23%;
    margin:0 1%;
    height:300px;
  }



  /* 20170727 */
  .banquet_area ul li:not(:first-child) a,
  .ceremony_area ul li:not(:first-child) a{
    display: block;
    height: auto;
  }
  .banquet_area ul li img,
  .banquet_area ul li:first-child img,
  .ceremony_area ul li img,
  .ceremony_area ul li:first-child img{
    height:210px;
    left: 0;
  }
  .banquet_area ul li:first-child img{
     right: 0;
     margin: auto;
  }

  .ceremony_area ul li:nth-child(2) img {
     margin-left: -19%;
  }
  .ceremony_area ul li:first-child img{
     left: 0;
     margin: auto;
	}
  .ceremony_area ul li img{
     left: 0;
     margin: auto;
	 margin-left:-60px;
	}

  .banquet_area ul li:nth-child(5) img{
    position: static;
    right: initial;
    left: initial;
    margin: auto;
  }

  .banquet_area ul li span em.num {
      font-size: 13px;
  }/* 20170727 */
	

}

@media screen and (max-width: 768px){
  .banquet_area ul,
  .cuisine_area ul,
  .ceremony_area ul{
    display: flex;
    flex-wrap: wrap;
  }

  .banquet_area ul li,
  .banquet_area ul li:first-child{
	width:31.33333%;
    margin:0 1%;
    height:280px;
  }
  .ceremony_area ul li,
  .ceremony_area ul li:first-child{
	width:31.33333%;
    margin:0 1%;
    height:280px;
  }

  .banquet_area ul li:nth-child(4),
  .banquet_area ul li:nth-child(7){
	width:31.33333%;
    margin:0 1%;
  }

  .banquet_area ul li img
  .banquet_area ul li:first-child img{
	height:180px;
    margin-left: 0;
  }
  /* 20170727 */
  .banquet_area ul li:nth-child(5)>img{
    position: absolute;
    right: -50%;
    left: -50%;
    margin: auto;
  }/* 20170727 */

}


/* 240314 新着情報の表示数変更 */
/*
.newsArea {
  height: 502.78px
}
*/

/* 20250407_トップMV改修 */
.top_slide__pc{
  height: calc(100vh - 100px);
}
.top_slide__pc ul li img{
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  object-position: center;
}
.pickup_bgc{
	width:100%;
  height:60px;
	background:rgba(0,0,0,0.50);
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 1200px){
  .top_slide__pc{
    height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 960px){
  .top_slide__pc{
    height: calc(100vh - 180px);
  }
}