@charset "utf-8";
/* CSS Document */

.pattern_aria {


}

.plan_comment {
	width: 96%;
	float: left;
	font-size: 1.2em;
	margin: 0px 0px 0px 40px;   
}


@media screen and (max-width: 768px) {
	.plan_comment {
		width: 92%;
		font-size: 1em;
		margin: 0px 6px 0px 20px;
	}
}

.plan_img {
	max-width: 1200px;
	width: 98%;
	margin: 0px 10px 20px 10px;
}

.plan_img img {
	width: 100%;
}

/* 宴会＆MICEトップの新着項目　設定
---------------------------------------------------------------------------*/
.party_mice_topics {
	width: 70%;
	margin: 20px auto 0px auto;
}
.party_mice_topics dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.party_mice_topics dt {
	text-align: left;
	padding: 0px 0px 5px 5px;
}

.party_mice_topics dd {
	text-align: left;    
}

@media screen and (min-width: 600px) {
	.party_mice_topics dt {
		clear: left;
		float: left;
		width: 22%;
	}
	.party_mice_topics dd {
		margin-left: 11%;
	}
}
@media only screen and (max-width: 768px) {
	.party_mice_topics {
		width: 96%;
		margin: 8px auto 0px auto;
	}
}

/* 区切り線　設定
---------------------------------------------------------------------------*/
hr {
  border: 0;
  margin: 30px auto 0px auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
}
.hr_kugiri {
  width: 96%;
  height: 30px;
  border-style: solid;
  border-color: hsla(0, 0%, 75%, 0.9);
  border-width: 1px 0 0 0;
  border-radius: 15px;
}

/*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list {
	float: left;	/*左に回り込み*/
	/*width: 31%;		幅 3つの時*/
	width: 31.5%;		/*幅 4つの時*/
	overflow: auto;
	background: #f4f4f4;	/*背景色*/
	margin-left: 1.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	/*border-radius: 6px;		角丸のサイズ。この行削除すれば通常の長方形になる。*/
	height: 550px;			/*(CMS専用)*/
	height: 280px;			/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	overflow-y:hidden;
	position: relative;
	/*-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	/*box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			同上*/
}
.list a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 550px;	/*(CMS専用)*/
	height: 280px;	/*高さ（上の「.list」の高さと揃える）*/
}
.list a:hover {
	background: #e5e5e5;	/*マウスオン時の背景色*/
	/*color: #fff;		マウスオン時の文字色*/
}

.mice_en {
    font-size:0.8em;
}

.mice_spec01, .mice_spec02 {
    margin-left: 3%;
	margin-right: 3%;
	margin-top: 2px;
	font-size:0.9em;
	color: #000000;
}

.mice_spec01 {
	border-bottom: 1px dotted #000000;
}
.syousai_sw {
	margin-top: 4px;
	background: #000000;	/*マウスオン時の背景色*/
	margin-left: 26%;
	margin-right: 26%;
	color: #FFFFFF;
}

/*ボックスにリンク指定がされた場合に出る「→」マーク
.list a::before {
	content: "→";
	position: absolute;
	right: 20px;	
	top: 20px;		
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}*/
.list a:hover::before {
	background: #000;	/*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
.list .img {
	width: 100%;	/*画像の幅*/
	height: 140px;	/*画像の高さ（CMS専用）高さを固定させたくないならこの１行だけ削除する。*/
	height: auto;	/*画像の高さ*/
	padding-bottom: 10px;	/*画像下に空ける余白*/
}
/*ボックス内のh4（見出し）タグ設定*/
.list h4 {
	padding-left: 15px;
	padding-bottom: 4px;
	font-size: 16px;	/*文字サイズ*/
}
/*ボックス内のp（段落）タグ設定*/
.list p {
	/*font-size: 14px;	文字サイズを少し小さく*/
	/*padding: 0px 5px 0px 15px;
	color: #666666;*/
}


/*画面幅850px以下の設定(850pxに特に意味は無いので、自由に設定できる)
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:850px){

/*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list {
	float: none;
	width: auto;		/*幅*/
	margin-left: 0;
	height: auto;		/*高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px 3px 15px;
}
.list a {
	height: auto;		/*高さ*/
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内の画像設定*/
.list .img {
	float: left;
	width: 50%;
	height: 100%;
	margin-right: 10px;
	height: auto;	/*画像の高さ*/
	padding-bottom: 0;
}
/*ボックス内のp（段落）タグ設定*/
.list p {
	/*margin-left: 30%;*/
}

.mice_spec01 {
	/*margin-left: 53%;*/
}

.mice_spec01, .mice_spec02 {
	margin-left: 53%;
	font-size:0.8em;
}


.syousai_sw {
	margin-left: 60%;
	margin-right: 10%;
	margin-top: 6px;
	font-size:0.8em;
}

}


/*---------------------------------------------------------------------------*/
/* 写真スライド関係(会議) */


.photoslide {
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
}

.photoslide img {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

.party_comment {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 10px;   
}


/* テーブル1
----------------------------------------*/
.table_title {
    font-size: 1.2em;
	margin: 20px 0px 2px 20px;  
}

table.table02 {
	width:98%;
	border-right:#959595 solid 1px;
	border-collapse: collapse;
	margin-left: 20px;
}
table.table02 thead th {
	background:#959595;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table02 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table02 tbody th {
	background:#959595;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table02 tbody tr:last-child th {
	border-bottom:#959595 solid 1px;
}
table.table02 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#959595 solid 1px;
	border-bottom:#959595 solid 1px;
	vertical-align:top;
	text-align:center;
}
table.table02 tbody td p {
	margin:0;
}
@media screen and (max-width: 640px) {
table.table02 {
	margin: 4px 0px 2px 4px;  
}
table.table02 thead {
	display:none;
}
table.table02 tbody th {
	display:block;
}
table.table02 tbody td {
	display:block;
	text-align:inherit;
}
table.table02 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table02 tbody td p {
	padding-left:16em;
}
}

/* フロアプラン
----------------------------------------*/

ul.floor_plan_aria {
    margin-left: 20px;
	width: 100%;

}

ul.floor_plan_aria li {
	display: inline-block;
	width: calc(100% / 2 - 30px);
	margin-bottom: 40px;
	line-height: 1.2em;
	vertical-align: top;
	margin-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}

ul.floor_plan_aria li:first-child {
    margin-left: 10px;
}

ul.floor_plan_aria li img {
    width: 100%;
	margin-bottom: 10px;
}

ul.floor_plan_aria li.holiday_hall_plan {
	width: calc(96% - 20px);
}

@media screen and (max-width: 768px) {
	ul.floor_plan_aria li {
		display: block;
		width: calc(96% - 20px);
	}
	ul.floor_plan_aria li:first-child {
		margin-left: 0px;
	}
}

.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* パーティー＆会議　横移動スイッチ
----------------------------------------*/
.party_mice_footer_planjp li {
	display: inline-block;
	background-color: #effcee;
	width: calc(100% / 4 - 10px);
	line-height: 36px;
	text-align: center;
	margin: 0px 4px 4px 0px;
}

.party_mice_footer_roomjp li {
	display: inline-block;
	background-color: #effcee;
	width: calc(100% / 3 - 10px);
	line-height: 36px;
	text-align: center;
	margin: 0px 4px 4px 0px;
}

.party_mice_footer_planjp li a,.party_mice_footer_roomjp li a {
    display:block;
	color: #666666;
}

.party_mice_footer_planjp li a::after,.party_mice_footer_roomjp li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  position: relative;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #bfd4bd; /*アイコン色*/
}

.party_mice_footer_planjp li a:hover,.party_mice_footer_roomjp li a:hover {
	background-color: #D1EFD3;
}

ul.party_mice_footer_planjp,ul.party_mice_footer_roomjp {
    margin-left: 40px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
	.party_mice_footer_roomjp li {
		width: calc(100% / 2 - 10px);
	}
}
@media screen and (max-width: 950px) {
	.party_mice_footer_planjp li {
		width: calc(100% / 3 - 10px);
	}
}
@media screen and (max-width: 800px) {
	.party_mice_footer_planjp li {
		width: calc(100% / 2 - 10px);
	}
	ul.party_mice_footer_planjp {
		margin: 0px 2px 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	.party_mice_footer_planjp li {
		width: 100%;
		line-height: 40px;
	}
	ul.party_mice_footer_planjp {
		margin: 0px 2px 20px 2px;
	}
}
@media screen and (max-width: 768px) {
	.party_mice_footer_roomjp li {
		width: 100%;
		line-height: 40px;
	}
	ul.party_mice_footer_roomjp {
		margin: 0px 2px 20px 2px;
	}
}


/* プラン案
----------------------------------------*/

ul.plan_an_aria {
    margin-left: 20px;
	width: 100%;

}

ul.plan_an_aria li {
	display: inline-block;
	width: calc(100% / 2 - 30px);
	margin-bottom: 40px;
	line-height: 1.2em;
	vertical-align: top;
	margin-left: 16px;
	padding-bottom: 10px;
}

ul.plan_an_aria li:first-child {
    margin-left: 10px;
}

ul.plan_an_aria li img {
    width: 100%;
	max-width: 360px;
	margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
	ul.plan_an_aria li {
		display: block;
		width: calc(96% - 20px);
	}
	ul.plan_an_aria li:first-child {
		margin-left: 0px;
	}
}
