@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}


* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}

.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
body{

}
#header{
  position:fixed;
  top:0;
  z-index:100;
  min-height:95px;
  width:100%;
}
#wapper{
  /*max-width:1200px;*/
  width:100%;
  margin:0 auto;
  padding-top:95px;
}
.main{
	max-width:1200px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
.pickup{
	max-width:1200px;
	margin:0 auto;
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.50);
	z-index:2;
	line-height:58px;
	height:60px;
	letter-spacing: -4em;
}
.pickup h2,
.pickup a{
	box-sizing: border-box;
	color:#fff;
	display: inline-block;
	letter-spacing: 0;
}
.pickup h2{
	width:12%;
	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:80%;
	padding-left:30px;
	text-decoration: none;
}
.pickup a:after{
	display: inline-block;
	margin-left:30px;
	content:"more";
	color:#fff;
	font-size:74%;
	padding-right:20px;
	background:url(../common/img/morebg_w.png) no-repeat right center;
}
#news,#plan{
	max-width:1200px;
	margin:50px auto;
}
#news_wrapper{
	max-width:1200px;
	margin:0px auto;
}
.plan,
.report{
	max-width:1100px;
	margin:30px auto;
}
.report .newsArea{
	float:none;
}
#ceremony,#cuisine,#banquet,#facility{
	padding:60px 0;
}
#ceremony,#cuisine{
	background-color:#f7f7f7;
}
#slide {
  max-width:1200px;
  max-height:675px!important;
  margin:0 auto 20px auto;
  position:relative;
overflow: hidden;
}
#slide img {
	width:100%;
	height:auto;
}

#slide2 {
  max-width:1000px;
  width:100%;
  height:900px;
  margin:0 auto;
  position:relative;
}
#slide2 img {
  position:absolute;
  left:0;
  top:0;
}

#slide1 {
  max-width:1000px;
  width:100%;
  height:900px;
  margin:0 auto;
  position:relative;
}
#slide1 img {
  position:absolute;
  left:0;
  top:0;
}

#slide3 {
  max-width:1200px;
  width:100%;
  height:600px;
  margin:0 auto;
  position:relative;
}
#slide3 img {
  position:absolute;
  left:0;
  top:0;
}

#slide-iframe {
  max-width:900px;
  height:700px;
  width:100%;
  margin:0 auto;
  position:relative;
}
#slide-iframe img {
  position:absolute;
  left:0;
  top:0;
}

/* 20170728 concept */
#area-slide {
  max-width:1100px;
  height:700px;
  width:100%;
  margin:0 auto 80px;
  position:relative;
}
#area-slide img {
  width: 100%;
  height: auto;
}
#area-slide .txt-slidetext{
  text-align:center;
  font-size:18px;
  margin-top: 25px;
}
#slide-iframe.preview {
  max-width:900px;
  height:650px;
}/* 20170728 concept */

/* 20170731 slideshow */
#area-concept-slideshow.preview,
#area-history-slideshow.preview {
  max-width:900px;
  height:650px;
  margin: 0 auto;
  padding: 24px 20px 0px 20px;
}
#area-concept-slideshow.preview li,
#area-history-slideshow.preview li {
  outline: none;
}
#area-concept-slideshow.preview img,
#area-history-slideshow.preview img {
  width: 100%;
  height: auto;
}
#area-concept-slideshow.preview .txt-slideText,
#area-history-slideshow.preview .txt-slideText {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
#area-concept-slideshow.preview .slick-arrow,
#area-history-slideshow.preview .slick-arrow {
  z-index: 10;
  top: 45%;
}/* 20170731 slideshow */

#footer{
  /*background:url(../img/footer_bg.jpg) repeat-x;*/
  background-color:#f4f4f4;
}
#footer .footer_inner{
  max-width:1160px;
  width:100%;
  margin:0 auto;
}
@media screen and (min-width: 1199px){
.small{
  display:none;
}
}

@media screen and (max-width: 1199px){
.wide{
  display:none;
}
.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;
}
}
@media screen and (min-width: 1200px){
.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;
}
}
@media screen and (max-width: 1199px){
.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;
}
}
.slide_item{
  max-width:1200px;
  width:100%;
}

.slide_item .item{

}
.slide_item .item img{
  margin-left:10px;
  margin-right:10px;
}
.slick-prev:before, .slick-next:before {
    content:"";
}

/* 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.panorama{
  width:394px;
}
.top_banner ul li a,
.top_banner ul li a img{
  display:block;
}
/*---------------------------------------*/
/*   top_banner周りの幅設定（1199pxまで）    */
/*---------------------------------------*/
@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;
}
}


/* news */

.top_news .newsArea{
  max-width:840px;
}
@media screen and (max-width: 1199px){
  .top_news .newsArea{
    max-width:100%;
  }
}

.news{
  background:#fff;
}
.newsArea{
  float:left;
  width:100%;
  clear:right;
}
.newsArea h3{
  margin-bottom:25px;
}
.newsArea h3.ttl_top_link{
  position:relative;
  border-bottom:solid 1px #1e2d54;
  padding:10px 0 15px 20px;
}
.newsArea h3.ttl_top_link a{
  position:absolute;
  top:10px;
  right:0;
  display: block;
  color:#1e2d54;
  width:100px;
  padding-left:20px;
  background:url(../common/img/morebg.jpg) no-repeat 0 center;
  background-size:6px 8px;
  text-decoration: none;
}
.newsArea h3.ttl_top_link a:hover{
  background-color:#f7f7f7;
}
.newsBox{
  float:left;
  width:50%;
  height:auto;
  box-sizing:border-box;
  margin-bottom:0;
  border-bottom:dashed 1px #ccc;
}
/*----　トップページの新着情報設定はクラス名　"top_news"　　---*/
.top_news .newsArea .newsBox:nth-child(6),
.top_news .newsArea .newsBox:nth-child(7){
  border-bottom:none;
}
.top_news .newsArea .newsBox:nth-child(2),
.top_news .newsArea .newsBox:nth-child(4),
.top_news .newsArea .newsBox:nth-child(6){
  border-right:dashed 1px #ccc;
}
.top_news .newsArea .newsBox:nth-child(odd){
  border-right:none;
}
.top_news .newsArea .newsBox .news_contents{
  max-width:240px;
}
.newsArea .newsBox:nth-child(odd){
  border-right:dashed 1px #ccc;
}
.newsBox a{
  display:block;
  color:#333;
  padding:30px 15px 30px 12px;
  box-sizing: border-box;
  background:url(../common/img/icon_arrow_r.png) no-repeat 98% center;
  background-size:14px 14px;
}
.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;
}
.group{
  display:none;
}
.bannerArea{
  float:right;
  min-width:285px;
  margin:40px 0 0 0;
}
.bannerArea a{
  display: block;
  margin-bottom:5px;
}
@media screen and (max-width: 1199px){
.top_news .newsArea .newsBox .news_contents{
  max-width:90%;
}
}
/*---------------------------------------*/
/*   news周りの幅設定（1200pxまで）    */
/*---------------------------------------*/
@media screen and (max-width: 1199px){
  .bannerArea{
    width:30%;
  }
}
/*---------------------------------------*/
/*   news周りの幅設定（768pxまで）    */
/*---------------------------------------*/
@media screen and (max-width: 1199px){
  .newsArea,
  .bannerArea,
  .planArea{
    float:none;
    width:100%;
    max-width:100%;
    display: table;
    table-layout: fixed;
  }
  .bannerArea a{
    width:32%;
    display: table-cell;
    vertical-align: middle;
    padding:0 10px;
  }
  .bannerArea a img{
    width:100%;
  }
  .bn_concept{
    margin:0 2%;
  }

}

/*---------------------------------------*/
/*   news周りの幅設定（768pxまで）    */
/*---------------------------------------*/
@media screen and (max-width: 768px){
.newsBox{
  float:none;
  width:100%;
  border-right:none;
  }
}

/* plan */
.plan{
  background:#FFF;
  width:100%;
  margin-bottom:120px;
}
.planArea{
  margin-top: 30px;
  float:left;
  max-width:840px;
  width:100%;
}
@media screen and (max-width: 1199px){
.planArea{
  float:none;
  max-width:100%;
}
}

.planArea h3.ttl_top_link{
  position:relative;
  border-bottom:solid 1px #1e2d54;
  padding:10px 0 15px 20px;
  margin-bottom:40px;
}
.planArea h3.ttl_top_link a{
  position:absolute;
  top:10px;
  right:0;
  display: block;
  color:#1e2d54;
  width:100px;
  padding-left:20px;
  background:url(../common/img/morebg.jpg) no-repeat 0 center;
  background-size:6px 8px;
  text-decoration: none;
}
.planArea h3.ttl_top_link a:hover{
  background-color:#f7f7f7;
}
.planArea ul{
  width:98%;
  margin:0 auto;
  box-sizing:border-box;
}
.planArea li{
  box-sizing:border-box;
  width:32%;
  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;
}
.clenderArea{
  margin-top:75px;
  max-width:285px;
  width:100%;
  float:right;
  padding-left:10px;
}
/* news */
.newsmoreLink{
  max-width: 750px;
  width: 100%;
  float:left;
  text-align:right;
}
.newsmoreLink a{
  padding-left:20px;
  background: url(../common/img/morebg.png) no-repeat left 50%;
  font-size:14px;
  color:#333;
  text-decoration:none;
}
.newsmoreLink a:hover{
  text-decoration:underline;
}
/* menu popup */
.menuArea{
  padding:40px 40px 15px 40px;
  background:#FFF;
  border:10px solid #DCDDDD;
  max-width:970px;
  width:100%;
}
.menu_title{
  width:100%;
  text-align:center;
  margin-bottom:20px;
}
.menu_img{
  float:left;
  max-width:490px;
}
.menu_text{
  float:right;
  max-width: 450px;
  width:100%;
  margin-left:30px;
  text-align:left;
}
.menu_text p{
  display:block;
  width:100%;
  width: 450px;
  line-height:1.5;
  margin-bottom:15px;
}
.menu_text li{
  margin-bottom:15px;
}
.menuArea #cboxClose{
  display:none;
}
.slick-track{
}
/* ceremony popup */
.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_img{
}
.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;
}

.mt20{
  margin-top:20px;
}
/*パノラマビュー*/
.main_title_text{
  font-weight:bold;
  font-size:28px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color:#1E2D54;
}
.view_3d{
  width:1000px;
  margin:50px auto;
}
.view_3d ul{
  margin-bottom:30px;
}
.view_3d ul li{
  box-sizing:border-box;
  float:left;
  width:48%;
  margin:0 1% 22px 1%;
  border:solid 1px #ccc;
  position:relative;
}
.view_3d ul li span{
  position:absolute;
  bottom:57px;
  right:10px;
  background:url(../3d/img/img_icon_panorama.png) no-repeat 0 0;
  width:105px;
  height:40px;
  text-indent:-9999px;
  z-index: 10;
  pointer-events: none;
}
.view_3d ul li a{
  display:block;
  color:#333;
  text-decoration:none;
}
.view_3d ul li img{
  width:100%;
  display:block;
}
.view_3d ul li div{
  font-weight:bold;
  font-size:18px;
  display:block;
  padding:10px 15px;
  background-color:#efefef;
}
.view_3d ul li a:hover div{
  background-color:#f7f7f7;
}

/*.view_3d p.paragraph{
  line-height:22px;
  margin-bottom:15px;
}

.view_3d p a.link{
  font-size:16px;
  display:inline-block;
  padding:15px 0;
  width:300px;
  background-color:#1E2D54;
  color:#fff;
  border-radius:4px;
  text-decoration:none;
  text-align:center;
}
.view_3d p a.link:hover{
  opacity:0.8;
}
*/

.path{
  max-width:1200px;
  margin:20px auto;
}
.path ul li{
  float:left;
  margin-right:5px;
  font-size:13px;
}
.main_title{
  max-width:1200px;
  margin:0 auto;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size:30px;
  color:#1E2D54;
}

.ttl_top_center{
  text-align:center;
}

/* gallery */
#gallery_wrapper{
  width:96%;
  margin:0 auto;
  padding:60px 0px;
}
/* iframe */
#concept,
#history{
  padding:64px 20px 20px 20px;
  border:solid 10px #dcdddd;
  background-color:#fff;
}
#concept img,
#history img{
  width:100%;
}

.clearfix-2:after {
    content:" ";
    display:block;
    clear:both;
}



/*フォトギャラリー一覧*/
h2.main_title{
  margin-bottom:20px;
  letter-spacing:4px;
  font-size:27px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color:#1E2D54;
  font-weight:normal;
}
#photo_wrapper {
  max-width:1160px;
  margin:0 auto;
  padding:0 20px 30px;
  position:relative;

}
#photo_wrapper ul{
  width:100%;
  box-sizing:border-box;
}
#photo_wrapper ul li{
  width:30%;
  box-sizing:border-box;
  float:left;
}
#photo_wrapper ul li:nth-child(3n+1){
  margin:0 3% 0 0;
}
#photo_wrapper ul li:nth-child(3n+2){
  margin:0 2% 0 2%;
}
#photo_wrapper ul li:nth-child(3n+3){
  margin:0 0 0 3%;
}
#photo_wrapper ul li a{
  color:#333;
  display:block;
  text-align:center;
  text-decoration:none;
}
#photo_wrapper ul li a img{
  width:100%;
  display:block;
}
#photo_wrapper ul li a span{
  display:block;
  padding:5px 0 20px 0;
}

.load_img{
  clear:both;
  width:100%;
  margin:20px 0;
}
.load_img a{
  width:300px;
  margin:0 auto;
  color:#333;
  padding:15px 50px;
  display: block;
  border:solid 1px #ccc;
  text-align:center;
  text-decoration:none;
}
.load_img a:hover{
  background-color:#efefef;
}

/*各フォトギャラリー設定*/

#gallery_wrapper {
  margin:0 auto;
  padding:0 0 30px;
  position:relative;
  max-width:1200px;
}
.gallery_cat{
    float: left;
    max-width: 200px;
    width: 15%;
}
.cat_ttl {
    background-color: #ddd;
    border: 1px solid #ddd;
    font-size: 115%;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 10px 0;
    text-align: center;
}
.gallery_cat ul {
    border: 1px solid #ccc;
}
.gallery_cat li {
    border-bottom: 1px solid #ccc;
}
.gallery_cat li:last-child {
  border-bottom:none;
}
.gallery_cat li a:hover, .news_cat li.current a, .gallery_cat li.gallery_current a{
    background: #1e2f55 none repeat scroll 0 0;
    color: #fff;
}

.gallery_cat li a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
}
.gallery {
    background: #fff none repeat scroll 0 0;
    float: left;
    max-width: 1120px;
    width: 85%;
    padding-top: 20px;
}
.galleryArea {
    float: left;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 100%;
}
.simple-pagination ul{
  text-align: center;
}


/*  トップページバンケット改修用CSS */
#banquet{

}
.banquet_area{
  width:1158px;
}

.cuisine_area{
  width:1158px;
}

.banquet_area,
.cuisine_area{
  margin:0 auto;
}

.banquet_area ul:after,
.cuisine_area ul:after{
  content:"";
  display: block;
  clear:both;
}
.banquet_area ul li,
.cuisine_area ul li{
  display: block;
  width:240px;
  height:290px;
  overflow: hidden;
  margin-right:12px;
}
.banquet_area ul li,
.cuisine_area ul li{
  float:left;
	}

.banquet_area ul li img,
.cuisine_area ul li img{
  height:190px;
  width:auto;
}
.banquet_area ul li:first-child,
.cuisine_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;
	}
.cuisine_area ul li:first-child{
	float:right;
	margin-right:0;
}

.banquet_area ul li:first-child img,
.cuisine_area ul li:first-child img{
  height:480px;
  width:auto;
}

.banquet_area ul li:first-child img{
  /*画像の内容によってマイナスマージンを調整する*/
  margin-left:-20%;
	}

.cuisine_area ul li:first-child img{
  /*画像の内容によってマイナスマージンを調整する*/
  margin-left:-42%;
	}

.banquet_area ul li span,
.cuisine_area ul li span{
  display: block;
  height:50px;
  text-align: center;
  line-height: 1.4;
}

/* 20170727 */
.banquet_area ul li,
.cuisine_area ul li{
  display: block;
  position: relative;
}
.banquet_area ul li a,
.cuisine_area ul li a{
  display: block;
}
.banquet_area ul li:not(:first-child) a,
.cuisine_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){

.banquet_area,
.cuisine_area{
  width:100%;
}
  .banquet_area ul,
  .cuisine_area ul{
	display: flex;
    flex-wrap: wrap;
  }
/*  .cuisine_area ul{
    display: flex;
    flex-wrap: wrap;
	flex-direction: row-reverse;
  }
*/
  .banquet_area ul li,
  .banquet_area ul li:first-child,
  .cuisine_area ul li,
  .cuisine_area ul li:first-child,
  .banquet_area ul li:nth-child(4),
  .banquet_area ul li:nth-child(7){
    width:23%;
    margin:0 1%;
    height:300px;
  }



  /* 20170727 */
  .banquet_area ul li:not(:first-child) a,
  .cuisine_area ul li:not(:first-child) a{
    display: block;
    height: auto;
  }
  .banquet_area ul li img,
  .banquet_area ul li:first-child img{
	height:210px;
    left: 0;
  }
  .cuisine_area ul li img,
  .cuisine_area ul li:first-child img{
    height:210px;
    left: 0;
  }
  .banquet_area ul li:first-child img{
     right: 0;
     margin: auto;
}

  .cuisine_area ul li:first-child 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: 980px){
  .cuisine_area ul li img,
  .cuisine_area ul li:first-child img{
    height:210px;
    left: 0;
    margin-left:-10%;
  }
}
@media screen and (max-width: 768px){
  .banquet_area ul,
  .banquet_area ul{
    display: flex;
    flex-wrap: wrap;
  }

  .cuisine_area ul li,
  .cuisine_area ul li:first-child{
    width:31.33333%;
    margin:0 1%;
    height:280px;
  }


  .banquet_area ul li,
  .banquet_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;
  }
  .cuisine_area ul li img,
  .cuisine_area ul li:first-child img{
    height:180px;
  }
  /* 20170727 */
  .banquet_area ul li:nth-child(5)>img{
    position: absolute;
    right: -50%;
    left: -50%;
    margin: auto;
  }/* 20170727 */

  .cuisine_area ul li img,
  .cuisine_area ul li:first-child img{
    height:210px;
    left: 0;
    margin-left:-10%;
  }

}


/*バンケット、料理詳細　フォトギャラリー*/
.banquet *{
  box-sizing: border-box;
}
.cuisine *{
  box-sizing: border-box;
}
.photo_gallery{
  padding:0 15px;
}
.main_photo{
  width:100%;
  max-height:600px;
  height:auto;
  overflow:hidden;
  box-sizing: border-box;
  padding:0 0;
}
.largeImage{
  width: 100%;
  height: auto;
}
.thumbs{
  letter-spacing: -4em;
  margin:10px 0;
}

.thumbs a{
  letter-spacing: 0;
  box-sizing: border-box;
  width: 18%;
  display: inline-block;
  max-width:150px;
  height: auto;
  margin-right:1%;
}
.thumbs a:last-child{
  margin-right:0;
}
.thumbs a img{
  width:100%;
  height:auto;
}
.floor_data{
  padding:30px 15px;
  letter-spacing: -4em;
}
.floor_data>div{
  display: inline-block;
  width:50%;
  padding:0 20px;
  letter-spacing: 0;
  vertical-align: top;
}
.floor_data h3 {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 10px;
}
.floor_data div.fl_left dl.clearfix{
  margin-top:15px;
  font-size:92%;
  border:solid 1px #ccc;
  padding:20px;
}
.floor_data div.fl_left dl.clearfix dt{
  width:20%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.floor_data div.fl_left dl.clearfix dd{
  position:relative;
  display: inline-block;
  padding:0 0 10px 15px;
  vertical-align: top;
  width:78%;
  line-height:1.4;
}
.floor_data div.fl_left dl.clearfix dd:before{
  content:"：";
  position:absolute;
  top:0;
  left:-5px;
}

.floor_data div.fl_right img{
  width:100%;
  height:auto;
  vertical-align: middle;
}
.banquet_list{
  width:100%;
  margin-bottom:100px;
  text-align: center;
}

.cuisine_list{
  width:100%;
  margin-bottom:100px;
}


.banquet_list li,
.cuisine_list li{
  display: inline-block;
  width:15.7%;
  padding:0.5%;
  vertical-align: top;
  text-align:center;
}
.banquet_list li a,
.cuisine_list li a{
  text-decoration:none;
  color:#333;
}
.banquet_list li a img,
.cuisine_list li a img{
  width:100%;
  height:auto;
}

.cuisine_list li a span{
	text-align:center;
}

.cuisine_text{
	padding: 30px 15px;
	}
.cuisine_text ul{
    list-style: disc;
	}
.cuisine_text ul li{
    padding-bottom: 10px;
    list-style-position: inside;
    padding-left: 1.4em;
    text-indent: -1.4em;
	}

/*----幅768px以下の表示-----------------*/
  @media screen and (max-width:768px) {
.banquet > h2,
.cuisine > h2{
  margin-bottom:20px;
  letter-spacing:1px;
  font-size:25px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color:#1E2D54;
  margin-left:15px;
}
.thumbs{
  margin:0 0;
}
.floor_data>div{
  display: inline-block;
  width:100%;
  padding:0 0 20px 0;
  }
  .banquet_list li,
  .cuisine_list li{
    width:32%;
    padding:0 0 0 0;
  }
  .banquet_list li:nth-child(3n+2),
  .cuisine_list li:nth-child(3n+2){

    margin:0 1% 10px 1%;
  }

}
@media screen and (max-width:414px) {
  .banquet_list li a span,
  .cuisine_list li a span{
    font-size:12px;
    line-height:16px;
  }
}
@media screen and (max-width:320px) {
  .banquet_list li,
  .cuisine_list li{
    width:48%;
    margin:0 1% 10px;
  }
  .banquet_list li:nth-child(2n+1),
  .cuisine_list li:nth-child(2n+1){
    margin:0 2% 10px 0;
  }

}



/* 20080406 山中追記 */

@media screen and (max-width: 414px){
  .thumbs a {
    margin-right: 2.5% !important;
}

.thumbs a:nth-of-type(5n) {
    margin-right: 0 !important;
}
}
