/* CSS Document */




/*============================================================================

	footer_fixed_money　＊　ご予約・決済ページへ

============================================================================*/
#footer_fixed_money {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
}
#footer_fixed_money img {
	width: 400px;
	height: auto;
}
@media screen and (max-width:640px) {
	#footer_fixed_money {
		right: 10px;
    	bottom: 85px;
	}
	#footer_fixed_money img {
		width: 300px;
	}
}



/*============================================================================

	footer_fixed

============================================================================*/
#footer_fixed {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 75px;
	background: #999;
}
#footer_fixed ul {
	display: flex;
	width: 100%;
	height: 100%;
}
#footer_fixed li {
	width: 33%;
}
#footer_fixed li:nth-of-type(2) {
	width: 34%;
}


#footer_fixed li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	color: #222;
	font-size: 15px;
	text-align: center;
}
#footer_fixed li img {
	display: block;
	margin: 0 auto 5px;
	padding-top: 13px;
}
#footer_fixed li:nth-of-type(1) a { /*日本語*/
	background: #eae6d9;
	border-top: 3px solid #b2890e;
}
#footer_fixed li:nth-of-type(2) a { /*英語*/
	background: #d9e5ea;
	border-top: 3px solid #0e5bb2;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#footer_fixed li:nth-of-type(3) a { /*中国語・簡SC*/
	background: #f3e5e3;
	border-top: 3px solid #931919;
	border-right: 1px solid #FFF;
}
#footer_fixed li:nth-of-type(4) a { /*中国語・繁TC*/
	background: #f3e5e3;
	border-top: 3px solid #931919;
}
#footer_fixed li:nth-of-type(1) a:hover { /*日本語*/
	background: #b2890e;
	color: #FFF;
}
#footer_fixed li:nth-of-type(2) a:hover { /*英語*/
	background: #0e5bb2;
	color: #FFF;
}
#footer_fixed li:nth-of-type(3) a:hover { /*中国語・簡SC*/
	background: #931919;
	color: #FFF;
}
#footer_fixed li:nth-of-type(4) a:hover { /*中国語・繁TC*/
	background: #931919;
	color: #FFF;
}
@media screen and (max-width:880px) {
	#footer_fixed {
		display: block;
	}
}



/*============================================================================

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
	padding-top: 40px;
	background-color: #1c1c1c;
	color: #eee;
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width:640px) {
	footer { padding-top: 50px;}
}



/*------------------------------ nav ------------------------------*/
#footer_nav {
	width:90%;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding-bottom: 35px;
	border-bottom: 1px solid #3a3219;
}
#footer_nav ul {
	display: flex;
	justify-content: center;
}
#footer_nav ul li a {
	margin: 0 15px;
	color: #eee;
}
#footer_nav ul li a:hover {
	color: #b2890e;
}
@media screen and (max-width:640px) {
	#footer_nav { display: none;}
}



/*------------------------------ inner ------------------------------*/
footer .inner {
	width:90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 2;
}
#footer_info a {
	display: block;
	margin-top: 10px;
}
#footer_googlemap {
	width: 60%;
	text-align: right;
}
#footer_googlemap iframe {
	width: 100%;
	max-width: 600px;
	height: 250px;
}
@media screen and (max-width:900px) {
	footer .inner {
		display: block;
		text-align: center;
	}
	#footer_googlemap {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	#footer_googlemap iframe {
		margin: auto;
		height: 300px;
	}
}




/*------------------------------ コピーライト ------------------------------*/
.copy{
	text-align: center;
}
.copy small{
	line-height:100px;
	font-size:14px;
	color: #c1c1c1;
}
@media screen and (max-width:880px) {
	.copy{
		padding-bottom: 70px;
	}
}







/*==================================================================

		英語ページの場合 page-id-9

==================================================================*/
.page-id-9 #footer_fixed {
	font-family: "Oswald", sans-serif;
    font-weight: 400;
}





