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


body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #4d2600;
}

h1 {
	font-family: vdl-yotag, sans-serif;
	font-style: normal;
	font-weight: 500;
}

p {
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: inherit;
}

a.linkTxt {
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	color: #992600;
}

.small {
	font-size: 0.7em;
}

.fontBold {
	font-weight: 700;
}

.linkBtn {
	width: 150px;
}

.linkBtn a {
	display: block;
	height: 100%;
	color: #ffffff;
	background-color: #651900;
	text-align: center;
	padding: 10px 10px;
	line-height: 1;
	border-radius: 2px;
}

.btnCenter {
	margin: 0 auto;
}

.emboxDark {
	display: inline-block;
	width: 50px;
	padding:2px auto;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	background-color: #260900;
	color: #FFFFFF;
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
	margin-left: 0;
	text-indent: 0;
}

.emboxBright {
	display: inline-block;
	width: 50px;
	padding:2px auto;
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	background-color: #982400;
	color: #FFFFFF;
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
	margin-left: 0;
	text-indent: 0;
}

.mt20 {
	margin-top: 20px;
}

.alignR {
	text-align: right;
}

/* header */

header {
	background-color: rgba(255,255,255,0.80);
	position: fixed;
	top:0;
	left: 0;
	height: 70px;
	z-index: 90;
}

header h1{
	font-size: 24px;
	padding-top:10px;
	padding-left: 10px;
}

header p {
	font-family: vdl-yotag, sans-serif;
	font-style: normal;
	font-weight: 500;
}

header nav {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
}

header div.menuList,div.menuIcon,p.menuText {
	display: inline-block;
}

header div.menuList {
	margin-right: 15px;
	cursor: pointer;
}

header div.menuIcon {
	text-align: center;
	height: 50px;
}

header div.menuIcon img {
	height: 25px;
}

header div.menuIcon p {
	font-size: 10px;
	padding-top: 3px;
}

header p.menuText {
	margin-left: 5px;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	transform: translateY(-10px);
}

nav>div.menuList:last-child{
	margin-right: 0;
}

.accessBox {
	position: absolute;
	right: 0;
	top: 70px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 180px;
	transition: all 0.5s;
	z-index: 91;
}

.accessBox.openBox {
	height: 240px;
	visibility: visible;
	opacity: 1;
}

.accessBox ul li {
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	background-color: #982400;
	color: #ffffff;
}

.accessBox ul li.closeBtn {
	background-color: #260900;
	line-height: 1;
	padding: 23px 0;
	cursor: pointer;
}

.accessBox ul li a {
	display: block;
	line-height: 1;
	padding: 23px 0;
}

@media screen and (max-width:800px){
	header p.menuText {
		display: none;
	}
}

@media screen and (max-width:480px){
	header {
		height: 100px;
	}
	header h1 {
		font-size: 18px;
	}
	header nav{
		top: 50px;
		right: 0;
	}
	header div.menuList {
		width: 25vw;
		margin-right: 0;
		box-sizing: border-box;
		text-align: center;
	}
	header div.menuIcon p {
		font-size: 9px;
	}
	
	.accessBox {
		top: 100px;
	}
}




/* content part */

#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}


/* footer */

footer {
	background-color: #260900;
	color: #ffffff;
	padding: 30px 10px 10px 20px;
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 300;
}

footer>ul>li {
	font-weight: 700;
}

li.listPa{
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}

li.listPa:first-of-type{
	margin-left: 0;
}


footer>ul>li>ul>li {
	font-weight: 300;
}

footer address {
	clear: both;
	margin-top: 20px;
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	li.listPa {
		margin-left: 0;
		display: block;
		margin-bottom: 5px;
	}
}

/* function */
.fadeIn {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	transform: translateY(30px);
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* loading */

#loading {
	position: fixed;
	top:0;
	left: 0;
	background-color: #ffffff;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	transition: all 2s cubic-bezier(0.9,0.0,0.9,1.0);
}

.loadingImg {
	position: relative;
	margin: 200px auto;
	text-align: center;
}

.loadingImg img {
	width: 300px;
	height: 200px;
}

#loading.loaded {
	opacity: 0;
	visibility: hidden;
}


