@charset "utf-8";
/* 共通設定 */
body {
	min-width: 1100px;
}
section {
	overflow: hidden;	
}
.t-a-c {
	text-align: center;
}
.b-r-30 {
	border-radius: 30px;
}
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.pagetop a {
    display: block;
    background: url(../img/pagetop.png) no-repeat;
	background-size: cover;
    width: 50px;
	height: 50px;
	opacity: 0.9;
	transition: all 0.5s ease;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.pagetop a img {
	vertical-align: bottom;	
}
.pagetop a:hover {
    width: 50px;
	height: 50px;
    background: url(../img/pagetop-hover.png) no-repeat;
	transition: all 0.5s ease;
}

/* fancybox */
.fancybox-infobar span {
	color: #fff;	
}
.fancybox-navigation button {
	display: none;	
}
.fancybox-caption {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-size: 16px;		
}
/* #header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;	
	overflow: hidden;
	z-index: 10;
}
#header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	overflow: hidden;
	z-index: 2;
	background: url(../img/header-bg.png) repeat-x center top;
}
.header-wrap {
	width: 1100px;
	height: 145px;	
	margin: 0 auto;
	position: relative;
}
.header-logo {
	position: absolute;
	width: 144px;
	height: 145px;
	left: 0;
	top: 0;	
}
.header-logo a {
	transition: all 0.5s ease;
	display: block;	
}
.header-logo a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.header-logo h1 {
	margin: 0;
}
.header-nav {
	position: absolute;
	right: 0;
	bottom: 10px;	
	height: 86px;
	width: 876px;
}
.header-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-nav ul li {
	display: inline-block;	
	margin: 0;
	padding: 0;
}
.header-nav ul li a {
	display: block;	
}
.header-nav ul li a img {
	vertical-align: bottom;	
}
.header-nav ul li a {
	transition: all 0.5s ease;
	display: block;	
}
.header-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.header-tel {
	position: absolute;
	width: 174px;
	height: 28px;
	right: 280px;
	top: 10px;
}
.header-plan {
	position: absolute;
	width: 158px;
	height: 28px;
	right: 0px;
	top: 10px;
}
.header-plan a {
	display: block;
	background: #ea7146;
	transition: all 0.5s ease;
    position: absolute;
    right: 106px;
}
.header-plan a img {
	vertical-align: bottom;	
}
.header-plan a:hover {
	background: #ea4646;
	transition: all 0.5s ease;	
}
.header-lang {
	position: absolute;
	width: 93px;
	height: 28px;
	right: 0;
	top: 10px;
}
.header-lang > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 93px;
}
.header-lang > ul > li{
	margin: 0 1px;
	position: relative;
}
.header-lang > ul > li a {
	display: block;
}
.header-lang > ul > li > ul{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-lang  > ul > li:hover > ul {
	z-index: 10;
	width: 100%;
	margin: 0 auto 0;
	background: #fff;
	height: auto;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.header-lang > ul > li > ul > li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.header-lang  > ul > li:hover > ul li {
	overflow: visible;
	height: 28px;
	border-top: 1px dashed #d6c1a8;
}
.header-lang  > ul > li:hover > ul li:first-child {
	border-top: 0;

}
.header-lang > ul > li > ul > li a {
	background: #fff;
	display: block;
	transition: all 0.5s ease;	
}
.header-lang > ul > li > ul > li a:hover {
	background: #fff1e0;
	transition: all 0.5s ease;
}
/* スクロール固定ナビ */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,0.9);
	clear: both;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
	overflow: visible;
}
.nav .wrap {
	width: 1100px;
	height: 70px;	
	margin: 0 auto;
	position: relative;	
}
.nav-logo {
	position: absolute;
	width: 130px;
	height: 70px;
	top: 0;
	left: 0;
}
.nav-logo a {
	transition: all 0.5s ease;
	display: block;	
}
.nav-logo a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.nav-nav {
	position: absolute;
	right: 0;
	bottom: 7px;	
	height: 24px;
	width: 869px;
}
.nav-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-nav ul li {
	display: inline-block;	
	margin: 0;
	padding: 0;
}
.nav-nav ul li a {
	display: block;	
}
.nav-nav ul li a img {
	vertical-align: bottom;	
}
.nav-nav ul li a {
	transition: all 0.5s ease;
	display: block;	
}
.nav-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.nav-tel {
	position: absolute;
	width: 174px;
	height: 28px;
	right: 269px;
	top: 7px;
}
.nav-plan {
	position: absolute;
	width: 158px;
	height: 28px;
	right: 101px;
	top: 7px;
}
.nav-plan a {
	display: block;
	background: #ea7146;
	transition: all 0.5s ease;	
}
.nav-plan a img {
	vertical-align: bottom;	
}
.nav-plan a:hover {
	background: #ea4646;
	transition: all 0.5s ease;	
}
.nav-lang {
	position: absolute;
	width: 93px;
	height: 28px;
	right: 0;
	top: 7px;
}
.nav-lang > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 93px;
}
.nav-lang > ul > li{
	margin: 0 1px;
	position: relative;
}
.nav-lang > ul > li a {
	display: block;
}
.nav-lang > ul > li > ul{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-lang  > ul > li:hover > ul {
	z-index: 10;
	width: 100%;
	margin: 0 auto 0;
	background: #fff;
	height: auto;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.nav-lang > ul > li > ul > li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.nav-lang  > ul > li:hover > ul li {
	overflow: visible;
	height: 28px;
	border-top: 1px dashed #d6c1a8;
}
.nav-lang  > ul > li:hover > ul li:first-child {
	border-top: 0;

}
.nav-lang > ul > li > ul > li a {
	background: #fff;
	display: block;
	transition: all 0.5s ease;	
}
.nav-lang > ul > li > ul > li a:hover {
	background: #fff1e0;
	transition: all 0.5s ease;
}
/* footer */
footer {
	background: url(../img/bg-footer.jpg) no-repeat center center;	
}
footer p {
	color: #fff;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
	font-size: 14px;
}
.footer-wrap {
	margin: 0 auto;
	width: 1100px;
	height: 400px;
	position: relative;	
}
.footer01 a,
.footer03 a {
	transition: all 0.5s ease;
	display: block;	
}
.footer01 a:hover,
.footer03 a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.footer01 {
	position: absolute;
	width: 260px;
	height: 250px;
	top: 10px;
	left: 0;	
}
.footer01 img {
	display: block;
	margin-bottom: 15px;	
}
.footer01 p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;		
	letter-spacing: 0.2em;
	line-height: 150%;
}
.footer02 {
	position: absolute;
	width: 500px;
	height: 90px;
	top: 30px;
	left: 310px;	
}
.footer02 ul {
	width: 100%;
	margin: 0;
	padding: 0;	
}
.footer02 ul li {
	float: left;
	width: 250px;
	height: 30px;
	list-style-type: none;	
	background: url(../img/footer-li.png) no-repeat top left;
	box-sizing: border-box;
	padding-left: 20px;
}
.footer02 ul li a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.2em;
	transition: all 0.5s ease;
}
.footer02 ul li a:hover {
	color: #ffff92;
	transition: all 0.5s ease;
}
.footer03 {
	position: absolute;
	width: 260px;	
	height: 250px;
	right: 0;
	top: 30px;
}
.footer03 a {
	position: relative;
	display: block;
	background: #ea7146;	
	font-weight: 400;	
	width: 260px;	
	height: 70px;
	text-decoration: none;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.footer03 a span {
	position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;	
	font-weight: 400;	
	color: #fff;
}
.footer03 a:hover {
	background: #ea4646;
}
.footer03 a:hover span {
	color: #fff;	
}
.footer03 p {
	font-size: 14px;	
	letter-spacing: 0.2em;
}
.footer04 {
	position: absolute;
	width: 1100px;
	height: 130px;
	bottom: 20px;
	left: 0;	
}
.footer04 p {
    font-family: Times, "Times New Roman", Georgia, serif;
	text-align: center;	
	letter-spacing: 0.2em;
}
.footer04 p img {
	vertical-align: middle;
	margin-right: 5px;
}
.footerLang {
	position: absolute;
	width: 500px;
	height: 90px;
	top: 135px;
	left: 310px;	
}
.footerLang ul {
	width: 100%;
	margin: 0;
	padding: 0;	
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.footerLang ul li {
	float: left;
	width: 250px;
	height: 30px;
	list-style-type: none;	
	background: url(../img/footer-li.png) no-repeat top left;
	box-sizing: border-box;
	padding-left: 20px;
}
.footerLang ul li a {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.2em;
	transition: all 0.5s ease;
}
.footerLang ul li a:hover {
	color: #ffff92;
	transition: all 0.5s ease;
}