@charset "utf-8";

/*base
--------------------------*/
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html,
body {
	height:100%;
}
html:first-child body {
	min-height:100%;
}
html { 
	font-size:62.5%; /*10px*/
}
body {
	font-size:1.6em;
	line-height:1.6;
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
ul { list-style: none; }
ol { margin-left:1.5em; }

a {/*\*/overflow:hidden;/**/}
a:link, a.fmt { color:#000; }
a:visited, a.fmt:visited { color:#000; }
a:hover, a.fmt:hover { color:#ea930a; text-decoration:none; }

.cf { zoom:1; }
.cf::before,
.cf::after { content: ""; display: table; }
.cf::after { clear: both; }

/*common (SKW) -------------------------------------*/
.mb05 { margin-bottom:0.5em !important; }
.mb1 { margin-bottom:1em !important; }
.mt0 { margin-top:0 !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt05 { margin-top:0.5em !important; }
.mt1 { margin-top:1em !important; }
.mt2 { margin-top:2em !important; }
.mt3 { margin-top:3em !important; }
.fm { font-size:1.4rem !important; }
.f15 { font-size:1.5rem !important; }
.fs {
	font-size:1.2rem !important;
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	transform:rotate(0deg) !important;
}
.fl { font-size:1.8rem !important; }
.ls0 { letter-spacing:0 !important; }
.center { text-align:center; }
.nowrap { white-space:nowrap; }
.red { color:#e30000; }
.gray { color:#555; }
.box { overflow:hidden; }
ul.none { padding:0; background:none; }
.sp { display:none; }
.meiryo {
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	transform:rotate(0deg) !important;
}

@media print, screen and (min-width:768px) {
.minHG {
		font-family:"HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif !important;
		transform: rotate(0.028deg);
}
}
/* mouse over action */
a {
	-webkit-transition:0.3s ease-in-out;
	transition:0.3s;
}
/*a:hover img {
	opacity:0.7;
	-ms-filter:alpha(opacity=70);
}*/

@media screen and (max-width:767px) {
img,object,embed,video,input,textarea{
	max-width:100%;
	height:auto;
	width /***/:auto;
}
.pc { display:none; }
.sp { display:block; }
br.sp, span.sp, strong.sp, img.sp { display:inline; }
}
@media screen and (min-width: 1250px) and (max-width:1290px) {
body {
	overflow-x:hidden;
}
}


/*body
--------------------------*/
body {
	color:#000;
	background-color:#fff;
}

#header,
footer .container {
	width:1270px !important;
	margin:0 auto;
	zoom:1;
}
article .container,
.topicpath ul {
	width:1200px;
	margin:0 auto;
	zoom:1;
}
#header::before,
#footer::before,
#header::after,
#footer::after { content: ""; display: table; }
#header::after,
#footer::after { clear: both; }


@media screen and (min-width:768px) and (max-width:1270px) { /*Tab*/
#wrapper {
	width:1270px;
}
}
@media screen and (max-width:767px) {
#header,
.topicpath ul,
.container,
footer .container {
	width:100% !important;
}
}

/*header
--------------------------*/
header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	/*height:(80px) JSで取得*/
	border-top:7px solid #10072e;
	z-index:4000;
	transform-origin: 0% 0%;
}
@media print {
header {
	position:static;	
}
}

/* PC ------------------------------*/
@media print, screen and (min-width:768px) {

header.on { /*メガメニュー開いたとき*/
	transition: .3s;
	background-color:rgba(0,0,0,0.7);
}

#header {
	height:158px;
	margin-top:-7px;
	background:url(../parts/header_logo_bg.png) 16px 4px no-repeat, url(../parts/header_bg2.png) no-repeat;
	position:relative;
}
#header h1 {
	width:156px;
	height:116px;
	float:left;
	margin:10px 0 0 145px;
	position:relative;
	z-index:7000;
}
#header h1 img {
	-webkit-transition:0.1s ease-out;
	transition:0.1s ease-out;
}

/*スクロールダウン h1サイズ変更パターン*/
#header.smaller {
	height:80px;
	background:url(../parts/header_bg2.png) no-repeat;
}
#header.smaller h1 {
	height:65px;
	padding-left:15px;
	margin-left:145px;
	overflow:hidden;
}
#header.smaller h1 img {
	margin-top:-3px;
	height:90px;
}

/*nav PC*/
header nav {
	width:715px;
	float:left;
	margin:0 0 0 69px;
	z-index:5000;
}
#hMenu {
	position:absolute;
	top:0;
	left:370px;
	margin:0 0 0 32px;
	overflow:hidden;
}
#hMenu li {
	float:left;
	margin:0 10px 0 0;
	line-height:1.1;
	font-size:1.3rem;
	color:#FFF;
}
#hMenu li a {
	display:block;
	min-height:25px;
	padding:15px 10px 5px 22px;
	color:#FFF;
	text-decoration:none;
	background:url(../parts/icon2.png) no-repeat 10px 19px;
}
#hMenu li.contact a {
	color:#ffd200;
	background-image:url(../parts/icon5.png);
}
#hMenu li a:hover {
	color:#ea930a !important;
	background-image:url(../parts/icon6.png) !important;
}
#hMenu li.tel.pc {
	padding:13px 10px 2px 20px;
}
#hMenu li.tel.pc img {
	display:inline-block;
	margin:-3px 6px 0 0;
	vertical-align:middle;
}
#hMenu li.tel.pc span {
	font-size:1.6rem;
	font-weight:bold;
	color:#ffd200;
}
#hMenu li.contact.wedding {
	display:none;
}


/*gnavi*/
#gNavi {
	margin-top:34px;
}
#gNavi li {
	float:left;
}
#gNavi > li > a {
	display:block;
	width:118px;
	height:45px;
	line-height:45px;
	color:#FFF !important;
	text-indent:-9999px;
	text-align:center;
}
#gNavi > li > a {
	text-decoration:none;
	background:url(../parts/gnavi.png) no-repeat;
	-webkit-transition:none;
	transition:none;
}
#gNavi > li > a:hover {
	-webkit-animation: FadeOn 0.3s ease;
	animation: FadeOn 0.3s ease;
}
#gNavi > li:nth-child(2) a { background-position:   left top; width:135px; }
#gNavi > li:nth-child(3) a { background-position: -135px top; width:107px; }
#gNavi > li:nth-child(4) a { background-position: -242px top; width:104px; }
#gNavi > li:nth-child(5) a { background-position: -346px top; width:118px; }
#gNavi > li:nth-child(6) a { background-position: -464px top; width:117px; }
#gNavi > li:nth-child(7) a { background-position:  right top; width:134px; }
.concept #gNavi > li:nth-child(2) a { background-position:   left -45px; }
.rest #gNavi > li:nth-child(3) a,
.guestroom #gNavi > li:nth-child(3) a { background-position: -135px -45px; }
.daytrip #gNavi > li:nth-child(4) a { background-position: -242px -45px; }
.banquetPlan #gNavi > li:nth-child(5) a { background-position: -346px -45px; }
.facility #gNavi > li:nth-child(6) a { background-position: -464px -45px; }
#gNavi > li:nth-child(2) a:hover { background-position:   left bottom; }
#gNavi > li:nth-child(3) a:hover { background-position: -135px bottom; }
#gNavi > li:nth-child(4) a:hover { background-position: -242px bottom; }
#gNavi > li:nth-child(5) a:hover { background-position: -346px bottom; }
#gNavi > li:nth-child(6) a:hover { background-position: -464px bottom; }
#gNavi > li:nth-child(7) a:hover { background-position:  right bottom; }


#gNavi .sm {
	display:none;
	width:100%;
	min-width:715px;
	position:absolute;
	left:0;
	top:73px;
	padding:60px 10% 20px 10%; /*padding高さpxはJSに追加要*/
	text-align:center;
	overflow:hidden;
	z-index:6000;
}
/*フェード*/
@-webkit-keyframes FadeOn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes example FadeOn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#gNavi .sm ul {
	width:870px;
	margin:0 auto;
	padding:0 0 0 150px;
	overflow:hidden;
}
#gNavi .sm li {
	width:170px;
	margin:0 5px 20px;
}
#gNavi .sm li a {
	display:block;
	width:100%;
	text-align:center;
	line-height:1.1;
	color:#FFF;
	text-decoration:none;
}
#gNavi .sm li a:hover,
#gNavi .sm li a:active {
	color:#ea930a;
}
#gNavi .sm li:nth-child(5) {
	clear:both;
}
#gNavi .sm li a span:first-child {
	display:block;
	width:168px;
	height:100px;
	margin:0 0 5px;
	border:1px solid #FFF;
	background-color:#333;
	background:url(../parts/navi_thumbs2.jpg) no-repeat;
}
#gNavi .sm li a span.fs {
	display:block;
	padding:8px 0;
	opacity:0.8;
}
#headerReserve {
	float:right;
	width:131px;
	height:60px;
	margin:13px 54px 0 0;
	text-indent:-9999px;
	background:url(../parts/header_reserve.png) no-repeat;
}
#headerReserve a {
	display:block;
	width:131px;
	height:60px;
}
/*宴会・会合*/
#gNavi li:nth-child(5) ul {
	margin-left:316px;
}
/*サムネイル*/
#gNavi li:nth-child(3) li:nth-child(1) a span { background-position:0 0; }
#gNavi li:nth-child(3) li:nth-child(2) a span { background-position:-166px 0; }
#gNavi li:nth-child(3) li:nth-child(3) a span { background-position:-332px 0; }
#gNavi li:nth-child(3) li:nth-child(4) a span { background-position:-498px 0; }
#gNavi li:nth-child(3) li:nth-child(5) a span { background-position:-664px 0; }
#gNavi li:nth-child(3) li:nth-child(6) a span { background-position:-830px 0; }
#gNavi li:nth-child(3) li:nth-child(7) a span { background-position:-996px 0; }
#gNavi li:nth-child(4) li:nth-child(1) a span { background-position:0 -98px; }
#gNavi li:nth-child(4) li:nth-child(2) a span { background-position:-166px -98px; }
#gNavi li:nth-child(4) li:nth-child(3) a span { background-position:-664px 0; }
#gNavi li:nth-child(4) li:nth-child(4) a span { background-position:-498px -98px; }
#gNavi li:nth-child(5) li:nth-child(1) a span { background-position:0 -196px; }
#gNavi li:nth-child(5) li:nth-child(2) a span { background-position:-166px -196px; }
#gNavi li:nth-child(6) li:nth-child(1) a span { background-position:0 -294px; }
#gNavi li:nth-child(6) li:nth-child(2) a span { background-position:-166px -294px; }
#gNavi li:nth-child(6) li:nth-child(3) a span { background-position:-664px 0; }
#gNavi li:nth-child(6) li:nth-child(4) a span { background-position:-498px -294px; }
#gNavi li:nth-child(6) li:nth-child(5) a span { background-position:-166px -196px; }
#gNavi li:nth-child(6) li:nth-child(6) a span { background-position:-830px -294px; }
#gNavi li:nth-child(7) li:nth-child(1) a span { background-position:0 bottom; }
#gNavi li:nth-child(7) li:nth-child(2) a span { background-position:-166px bottom; }
#gNavi li:nth-child(7) li:nth-child(3) a span { background-position:-332px bottom; }
#gNavi li:nth-child(7) li:nth-child(4) a span { background-position:-498px bottom; }
#gNavi li:nth-child(7) li:nth-child(5) a span { background-position:-664px bottom; }
#gNavi li:nth-child(7) li:nth-child(6) a span { background-position:-830px bottom; }
#gNavi li:nth-child(7) li:nth-child(7) a span { background-position:-996px bottom; }
#gNavi li:nth-child(7) li:nth-child(8) a span { background-position:-1162px bottom; }


/*▽宴会・会合（忘新年会あり）*/
#gNavi .sm li.party {
	width:195px;
	position:relative;
	background:url(../banquet/parts/party/navi_line.gif) 186px top no-repeat;
}
#gNavi .sm li.party a {
	text-align:left;
}
#gNavi .sm li.party a span.fs {
	display:inline-block;
	padding:0 6px 0 2px;
}
#gNavi li:nth-child(5) ul {
	margin-left:206px;
}
#gNavi li:nth-child(5) li:nth-child(1) a span:first-child { background:url(../banquet/parts/party/navi_thumbs.jpg) left top no-repeat; }
#gNavi li:nth-child(5) li:nth-child(2) a span { background-position:0 -196px; }
#gNavi li:nth-child(5) li:nth-child(3) a span { background-position:-166px -196px; }
/*△*/

}

/* sp ------------------------------*/
@media screen and (max-width:767px) {
	article,
	footer {
		min-width:320px;
	}
	article > section h1 {
		overflow:hidden;
	}
	header {
		width:100%;
		border-top:none;
	}
	#header {
		width:100%;
		position:relative;
	}
	#header h1 {
		width:77px;
		height:57px;
		position:absolute;
		left:14px;
		top:6px;
		overflow:hidden;
		background:url(../parts/sp_logo.png) no-repeat;
		background-size:77px 57px;
	}
	#header h1 a {
		display:block;
		width:77px;
		height:57px;
	}
	#header h1 img {
		display:none;
	}
	
	
	#headerReserve {
		display:none;
	}
	#sp_header {
		width:100%;
		height:70px;
		background-color:#10072e;
	}
	#sp_btn,
	#sp_btn_tel,
	#sp_btn_reserve {
		position:absolute;
		top:12px;
		right:10px;
		width:45px;
		height:45px;
		overflow:hidden;
		background:url(../parts/sp_btn.png) no-repeat;
		z-index:10000;
	}
	#sp_btn {
		background-size:45px 45px;
	}
	#sp_btn.on {
		background-image:url(../parts/sp_btn2.png);
	}
	#sp_btn_tel {
		right:120px;
		background:url(../parts/sp_btn_tel.png) no-repeat;
		background-size:45px 45px;
		z-index:10;
	}
	#sp_btn_reserve {
		right:65px;
		background:url(../parts/sp_btn_reserve.png) no-repeat;
		background-size:45px 45px;
		z-index:10;
	}
	#sp_btn_tel a,
	#sp_btn_reserve a {
		display:block;
		height:100%;
	}
	
	/*nav SP*/
	header nav {
		width:100%;
		/*height:;JSで取得*/
		display:none;
		margin:0;
		padding-bottom:70px;
		overflow:scroll;
		top:70px;
		right:0;
		float:none;
		z-index:1000;
	}
	#gNavi li,
	#hMenu li {
		display:block;
		float:none;
		background-color:#10072e;
		border-top:1px solid #733d9e;
	}
	#gNavi > li a,
	#hMenu li a {
		display:block;
		margin:0 auto;
		height:auto;
		padding:14px 25px;
		line-height:1.1;
		font-size:1.4rem;
		color:#FFF !important;
		text-decoration:none;
		background:url(../parts/sp_icon1.png) no-repeat 92% center;
		background-size:15px auto;
	}
	#gNavi > li:nth-child(3) > a,
	#gNavi > li:nth-child(4) > a,
	#gNavi > li:nth-child(5) > a,
	#gNavi > li:nth-child(6) > a,
	#gNavi > li:nth-child(7) > a,
	#hMenu > li.for > a {
		background-image:url(../parts/sp_icon2.png);
	}
	#gNavi > li.on > a,
	#hMenu > li.on > a {
		background-image:url(../parts/sp_icon3.png);
	}
	/*#gNavi > li:last-child > a {
		background-image:url(../parts/sp_icon4.png);
	}*/
	#hMenu li.contact {
		padding:16px;
		background: #3a1269;
		background: -webkit-linear-gradient(top,  #3a1269 0%,#33105f 22%,#170938 78%,#10072e 100%);
		background: linear-gradient(to bottom,  #3a1269 0%,#33105f 22%,#170938 78%,#10072e 100%);
	}
	#hMenu li.contact a {
		width:200px;
		height:44px;
		margin:0 auto;
		padding-left:56px;
		border:1px solid #FFF;
		background:url(../parts/icon2.png) no-repeat 182px center;
		background-size:7px auto;
	}
	#hMenu li.contact.wedding {
		display:none;
	}
	
	#hMenu li.tel.pc {
		display:none;
	}
	#hMenu li.tel {
		border-bottom:5px solid #733d9e;
		box-shadow:0 2px 20px 10px rgba(0,0,0,0.6);
		-webkit-box-shadow:0 2px 20px 10px rgba(0,0,0,0.6);
	}
	#hMenu li.tel a {
		text-align:center;
		background:none;
	}
	#hMenu li.tel a img {
		vertical-align:middle;
	}
	#hMenu li.tel a span {
		font-size:2.2rem;
		color:#ea930a;
		font-weight:bold;
		vertical-align:middle;
	}
	
	
	#gNavi > li .sm,
	#hMenu li ul {
		display:none;
	}
	#gNavi .sm li,
	#hMenu li li {
		padding-left:15px;
		background-color:#2c0d4d;
	}
	#gNavi .sm li a,
	#hMenu li li a {
		background-color:#2c0d4d;
	}
	
	#gNavi .sm li a span.fs,
	#hMenu .sp a span.fs {
		display:inline-block;
		padding:0 0 0 15px;
	/*	padding:8px 0 0;*/
		opacity:0.8;
	}
	
	/*▽忘新年会*/
	#gNavi .sm li.party a span.fs {
		display:inline-block;
		padding:0 10px 0 0;
	}
}


/*main
--------------------------*/
main { min-height:800px; }

.topicpath {
	min-height:36px;
	padding:10px 0;
	font-size:1.3rem;
	color:#FFF;
	line-height:1.1;
	background-color:#2d1245;
	border-top:1px solid #7c603c;
	border-bottom:1px solid #7c603c;
}
.topicpath ul {
	overflow:hidden;
}
.topicpath li {
	float:left;
	margin:0 0.5em 0 0;
	vertical-align:top;
	color:#FFF;
}
.topicpath li a {
	text-decoration:none;
}
.topicpath li a:link,
.topicpath li a:visited {
	color:#FFF;
}
.topicpath li a:hover,
.topicpath li a:active {
	color:#ea930a;
}
.topicpath li::before {
	content:" > ";
	margin:0 5px;
	color:#FFF;
}
.topicpath li:first-child::before {
	content:"";
	margin:0 5px 0 0;
}
@media screen and (max-width:767px) {
	.topicpath {
		display:none;
	}
}

/*article
--------------------------*/
article {
	padding:0 0 100px;
}
article > section {
	padding:60px 0 0;
}
article > section h1 {
	margin:0 0 58px;
	font-size:34px;
	font-size:3.4rem;
	color:#10072e;
	line-height:1.1;
	/*font-weight:normal;*/
	text-align:center;
	letter-spacing:1px;
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	transform: rotate(0.028deg);
}
article > section h1 span,
.h1_en {
	display:block;
	margin:0 0 12px;
	font-size:1.6rem;
	color:#7e8510;
	font-weight:bold;
	letter-spacing:0;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
article > section h2 {
	margin:70px 0 30px;
	font-size:2.8rem;
	line-height:1.1;
	letter-spacing:2px;
	text-align:center;
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	transform: rotate(0.028deg);
}
article > section h1 + h2 {
	margin-top:30px;
}
article > section h3 {
	margin:40px 0 5px;
	font-size:1.8rem;
	font-weight:normal;
	letter-spacing:2px;
}
article p {
	letter-spacing:0.5px;
	line-height:1.8;
}
ul.list li {
	padding:0 0 0 18px;
	background:url(../parts/icon1.gif) no-repeat left 0.5em;
}
/*table*/
table th,
table td {
	font-weight:normal;
	text-align:left;
}
table.bd {
	width:100%;
	margin:0;
	border-top:1px solid #d5c19f;
}
table.bd th,
table.bd td {
	padding:7px 20px;
	font-size:1.4rem;
	border-bottom:1px solid #d5c19f;
}
table.bd th {
	padding-right:15px;
	padding-right:0;
}
table.bd2 {
	width:100%;
	margin:0;
}
table.bd2 th,
table.bd2 td {
	padding:6px 5px;
	font-size:1.4rem;
	text-align:center;
	line-height:1.3;
	vertical-align:middle;
	border:1px solid #d5c19f;
}
table.bd2 th {
	background-color:#efe9e0;
}
@media print, screen and (min-width:768px) {
	article > section h3,
	article p,
	article dt,
	article dd,
	table.bd th,
	table.bd td {
		font-family:"HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
		transform: rotate(0.028deg);
	}
}

/*共通白色ボタン*/
.btnW,
.btnB {
	width:200px;
	height:45px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	transform: rotate(0deg);
	border:1px solid #FFF;
}
.btnW a,
.btnB a {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
}
.btnW span,
.btnB span {
	display:inline-block;
	height:100%;
	padding-left:14px;
	line-height:43px;
	font-size:1.4rem;
	letter-spacing:2px;
	text-align:center;
	background:url(../parts/icon2.png) no-repeat left center;
}
.btnB {
	color:#4c4c4c;
	border-color:#4d4d4d;
}
.btnB a {
	color:#010101;
}
.btnB span {
	background-image:url(../parts/icon1.png);
}





/* sp */
@media screen and (max-width:767px) {
	main { min-height:500px; }
	.topicpath {
		display:none;
	}
	article {
		width:100%;
		padding:0 16px 50px 16px;
	}
	article .container,
	.topicpath ul{
		width:100%;
	}
	article > section {
		padding:40px 0 0 0;
	}
	article > section:first-child {
		padding-top:30px;
	}
	article > section h1 {
		margin:0 0 20px 0;
		font-size:2.4rem !important;
		font-family:"HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", serif;
		transform: rotate(0.028deg);
	}
	article > section h1 span,
	.h1_en {
		font-size:1.4rem;
		margin-bottom:10px;
	}
	article > section h2 {
		margin:36px 0 14px;
		padding:6px 10px 6px 0;
		font-size:1.8rem;
		font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
		transform: rotate(0deg) !important;
	}
	article > section h1 + h2 {
		margin-top:20px;
	}
	article > section h3 {
		margin:20px 0 2px;
	}
	
	article th,
	article td,
	article ul li,
	article p {
		font-size:1.4rem;
		letter-spacing:0;
	}
	
	
	/*table*/
	article section h1 + table {
		margin-top:20px;
	}
	table.bd th,
	table.bd td {
		padding:7px 0 7px 16px;
		line-height:1.4;
	}
	table.bd th {
		width:24%;
	}
	
	/*共通白色ボタン*/
	.btnW,
	.btnB {
		width:180px;
		height:40px;
	}
	.btnW span,
	.btnB span {
		line-height:38px;
		font-size:1.3rem;
		background-size:6px auto;
	}

}


/*SNS*/
#sns {
	margin:5px 0 0 20px;
	float:left;
}
#sns div {
	display:inline-block;
	margin:0 5px 0 0;
	width:auto;
	vertical-align:top;
	font-size:1px;
}
#sns .line,
#sns .line img {
	width:88px;
	height:20px;
}

/*footer
--------------------------*/
footer {
	padding-top:20px;
	background-color:#2d1245;
}
/*rwidths*/
#rsearch {
	margin-bottom:10px;
	padding:10px 10px 10px 20px;
	color:#FFF;
	font-size:1.4rem;
	border:1px solid #6b3a85;
	position:relative;
	overflow:hidden;
}
#rsearch dl {
	padding:0 20px 0 0;
}
#rsearch dl,
#rsearch dt,
#rsearch dd {
	display:inline-block;
}
@media screen and (min-width:768px) and (max-width:1270px) { /*tab*/
	#rsearch dl {
		padding:0 10px 0 0;
	}
	#rsearch dl,
	#rsearch dt,
	#rsearch dd {
		font-size:1.3rem;
	}
}
#rsearch input,
#rsearch select {
	padding:2px;
	margin:3px;
	font-size:1.4rem;
	vertical-align:middle;
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	transform: rotate(0deg);
}
#rsearch input[type="submit"] {
	padding:2px 10px;
	margin-left:20px;
}
#rsearch .childrenNum {
	display:inline-block;
	vertical-align:middle;
}
#rsearch .childrenNum a {
	width:160px;
	padding:6px 15px 6px 25px;
	background:url(../parts/icon2_btm.png) no-repeat 11px center #0c0524;
	border-radius:4px;
	white-space:nowrap;
	cursor:pointer;
}
#children {
	margin:10px 10px 0 10px;
	padding:10px;
	text-align:center;
	background-color:#0c0524;
}
#rsearch .roomNum {
	float:right;
	margin:3px 0 0 0;
}

/*fMenu*/
#fMenu {
	padding:15px 0 10px;
	font-size:1.4rem;
	border-bottom:1px solid #6b3a85;
	overflow:hidden;
}
#fMenu p {
	float:left;
	padding:5px 0;
	color:#FFF;
	letter-spacing:2px;
}
#fMenu ul {
	float:right;
	letter-spacing:1px;
	overflow:hidden;
}
#fMenu li {
	display:inline-block;
	margin:0 30px 0 0;
}
#fMenu li a {
	display:block;
	padding:8px 0 8px 14px;
	color:#FFF;
	line-height:1.1;
	text-decoration:none;
	background:url(../parts/icon3.png) no-repeat left center;
}
#fMenu li a:hover {
	color:#ea930a !important;
	background-image:url(../parts/icon6.png) !important;
}
#fMenu li:last-child a {
	width:152px;
	padding:8px 5px 8px 25px;
	background:url(../parts/icon2.png) no-repeat 11px center #0c0524;
	border-radius:4px;
	cursor:pointer;
}
#fMenu li:last-child a + ul {
	display:none;
	position:absolute;
	z-index:1000;
}
#fMenu li:last-child a + ul li {
	display:block;
	width:100%;
	margin:2px 0;
}
#fMenu li:last-child a + ul li a {
	width:152px;
	margin:3px 0;
	padding-left:50px;
	background:url(../parts/icon2.png) no-repeat 35px center #0c0524;
}


/*ページトップボタン*/
#page_top {
	display:none;
	position:fixed;
	bottom:104px;
	right:50px;
}
#page_top span {
	display:inline-block;
	width:68px;
	height:68px;
	position:absolute;
	right:0;
	top:0;
	text-indent:-9999px;
	background:url(../parts/pagetop.png) no-repeat;
	cursor:pointer;
}
#copyright {
	padding:110px 0 18px;
	color:#FFF;
	font-size:1.1rem;
	line-height:1.1;
	text-align:center;
	letter-spacing:1px;
}
@media print {
#page_top span {
	background:none;
}
}

/* sp */
@media screen and (max-width:767px) {
#rsearch {
	padding-top:0;
	padding-left:40px;
	border:none;
}
#children {
	min-width:260px;
	margin:10px auto 0 auto;
	padding-left:40px;
	text-align:left;
}
#rsearch .roomNum {
	position:static;
	margin-top:10px;
	margin-left:0;
	overflow:hidden;
}
#rsearch .roomNum dd {
	width:100%;
}
#rsearch input[type="submit"] {
	float:right;
}

#sns {
	margin:5px 0 20px;
	float:none;
	text-align:center;
}
#fMenu {
	clear:both;
	padding:0;
	border-top:2px solid #504771;
}
#fMenu p {
	float:none;
	padding:18px 15px 12px 0;
	text-align:center;
	letter-spacing:1px;
	font-size:1.2rem;
}
#fMenu ul {
	float:none;
	padding-bottom:8px;
	text-align:center;
}
#fMenu li {
	margin:0 0 0 12px;
	font-size:1.2rem;
}
#fMenu li:last-child {
	display:none;
}
#fMenu li a {
	padding-left:9px;
	background-size:5px auto;
}
#page_top {
  bottom:65px;
  right:15px;
}
#page_top span {
	width:40px;
	height:40px;
	background-size:40px 40px;
}

#copyright {
	padding:30px 0 12px;
	letter-spacing:0;
	font-size:1.0rem;
}
}
