@charset "utf-8";

* {
  box-sizing: border-box;
	word-break: break-all;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
	min-width: 1400px;
	color: #333;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^="http"]::after,
.outLink::after {
	content: "";
	width: 10px;
	height: 10px;
  background: url(../images/i_outlink.gif) no-repeat center right;
	margin-left: 10px;
	display: inline-block;
}
footer a[href^="http"]::after {
	background-image: url(../images/i_outlink-brown.gif);
}
.circleArea a[href^="http"]::after {
	display: none;
}


/* loader
------------------------------------------------------------*/
#loader{
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
#loader div{
	margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  left: 50%;
}


/* header
------------------------------------------------------------*/
header {
	background: #fff;
}
header > div {
	height: 70px;
	padding-top: 8px;
	text-align: right;
	position: relative;
}
header .logo {
	position: absolute;
	top: 20px;
	left: 0;
}
header ul {
	padding-right: 200px;
	margin-top: 15px;
}
header ul li {
	display: inline-block;
}
header ul li:not(:first-child) {
	margin-left: 15px;
}
header ul li::before {
	content: "";
	width: 3px;
	height: 5px;
	background: url(../images/i_arrow-red.png) no-repeat;
	margin-right: 8px;
	display: inline-block;
}
header ul li a {
	font-size: 10px;
	font-size: 1rem;
	color: #333;
	text-decoration: none;
}
header .btn-entry {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	width: 180px;
	line-height: 60px;
	color: #fff;
	background-color: #99cbd0;
	padding-right: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: 1000;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header .btn-entry:hover {
	opacity: 1;
}
header .btn-entry::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #387e9f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .btn-entry::after {
	content: "";
	width: 6px;
	height: 10px;
	background: url(../images/i_arrow-wt.png) no-repeat;
	margin-top: -5px;
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
}
header .btn-entry:hover::before,
header .btn-entry:focus::before,
header .btn-entry:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* nav
------------------------------------------------------------*/
button.drawer-toggle {
	display: none;
}
nav {
	width: 100%;
	background: rgba(255,255,255,.98);
	border-top: 1px solid #f5f5f5;
	position: absolute;
	z-index: 100;
}
nav a {
	color: #333;
	padding: 15px 0;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	transition: 0.3s;
}
nav a:hover {
	color: #a91c1c;
	opacity: 1;
}
nav ul {
	width: 100%;
	padding-right: 200px;
	display: table;
}
nav li {
	padding: 0 30px;
	display: table-cell;
}
nav li.ac a {
	color: #a91c1c;
}
nav li.ac a:hover {
	opacity: 1;
}
.top nav {
	background: none;
	margin: -70px auto 0;
	border-top: none;
	position: relative;
	z-index: 100;
}
@media screen and (min-width:480px) {
	.top nav {
		width: 100%;
		left: 0;
		right: 0;
	}
}
.top nav a {
	padding: 0 5px 10px;
}
.top nav ul {
	background: #fff;
	padding: 35px 50px;
	display: block;
	text-align: center;
}
.top nav li {
	padding: 0;
	margin-left: 60px;
	display: inline-block;
}
nav li:first-child {
	margin-left: 0;
}
nav a::before {
	content: "";
	width: 0;
	height: 2px;
	background: #a91c1c;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: 0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
nav a:hover::before,
nav li.ac a::before {
	width: 100%;
}
.top nav a::before {
	width: 100%;
	height: 1px;
}
.top nav a:hover::before {
	width: 0;
}


/* ページトップへ
------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 1;
}
.pagetop a {
	line-height: 46px;
	width: 50px;
	background: #fff;
	display: block;
	text-align: center;
	border: 2px solid #000;
}
.pagetop img {
	vertical-align: middle;
}


/* footer
------------------------------------------------------------*/
footer {
	background: #22211d;
	padding: 40px 0 20px;
}
footer a {
	text-decoration: none;
}
footer .inner > div {
	display: table;
}
footer .inner > div section {
	padding: 0 30px;
	display: table-cell;
	border-left: 1px solid #3e3c34;
}
footer .inner > div section:first-child {
	padding-left: 0;
	border-left: none;
}
footer h2 {
	margin-bottom: 10px;
}
footer h2 a {
	color: #f9f9f9;
}
footer li::before {
	content: "└";
	color: #a2988a;
	margin-right: 10px;
	display: inline-block;
}
footer li a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #a2988a;
}
footer > p {
	font-size: 12px;
	font-size: 1.2rem;
	color: #a37f49;
	margin: 60px 0 0;
	text-align: center;
	letter-spacing: 2px;
}


@media screen and (max-width:480px) {
	
	* {
		-webkit-appearance: none;
	}
	body {
		min-width: inherit;
	}
	
		
	/* header
	------------------------------------------------------------*/
	header .logo {
		width: 168px;
		top: 18px;
	}
	header ul {
		display: none;
	}
	header .btn-entry {
		display: none;
	}
	
	
	/* nav
	------------------------------------------------------------*/
	button.drawer-toggle {
		display: block;
	}
	nav .inner {
		max-width: 100%;
	}
	nav a::before {
		display: none;
	}
	nav li.ac a {
		border-left: 4px solid #a91c1c;
		border-bottom: none;
	}
	nav li.ac a::before {
		display: none;
	}
	nav,
	.top nav {
		background: #fff;
		margin-top: 0;
		border-top: none;
		position: fixed;
	}
	nav ul,
	.top nav ul {
		width: 100%!important;
		padding: 0;
		text-align: left;
	}
	nav li,
	.top nav li {
		padding: 0;
		margin-left: 0;
		display: block;
		border-bottom: 1px solid #eee;
	}
	nav a,
	.top nav a {
		font-size: 1.3rem;
		padding: 18px 15px;
		display: block;
		letter-spacing: 0;
	}
	.top nav a::before {
		display: none;
	}
	.drawer-nav h2 a {
		background: #a91c1c;
		padding-top: 60px;
	}
	.drawer-nav h2 img {
		width: 70%;
	}
	
	
	/* ページトップへ
	------------------------------------------------------------*/
	.pagetop {
		display: block;
		position: static;
	}
	.pagetop a {
		width: 100%;
		background: #fff;
		border: none;
		border-top: 2px solid #22211d;
	}
	
	
	/* footer
	------------------------------------------------------------*/
	footer {
		padding: 0 0 20px;
		text-align: center;
	}
	footer .inner > div,
	footer .inner > div section {
		display: block;
	}
	footer .inner > div section {
		padding: 0;
		border-left: none;
	}
	footer h2 {
		margin-bottom: 0;
		border-top: 1px solid #333;
	}
	footer h2 a {
		padding: 15px 0;
		display: block;
	}
	footer .inner > div section:first-child h2 {
		padding-top: 0;
		border-top: none;
	}
	footer ul {
		padding-bottom: 10px;
	}
	footer li {
		margin-bottom: 5px;
		display: inline-block;
	}
	footer li::before {
		display: none;
	}
	footer li a {
		color: #ccc;
		background: #555;
		padding: 5px 10px;
		display: block;
		border-radius: 3px;
	}
	footer > p {
		font-size: 1rem;
		margin-top: 30px;
		letter-spacing: 0;
	}

}