@charset "utf-8";

/* basic
------------------------------------------------------------------------- */
body {
	color:#000;
	font-size:16px;
	font-family:YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"メイリオ","Meiryo",Sans-Serif;
	font-weight:500;
	letter-spacing:1px;
}
	@media(max-width:980px) {
		body {
			-webkit-text-size-adjust:none;
		}
	}

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* link default */
a:link		{ color:#000; text-decoration:none; }
a:visited	{ color:#000; text-decoration:none; }
a:hover		{ color:#000; text-decoration:none; }
a:active	{ color:#000; text-decoration:none; }

::selection {
    background:#CCC; /* Safari */
}
::-moz-selection {
    background:#CCC; /* Firefox */
}

	@media(min-width:767px) {
		a[href^="tel:"] {
			pointer-events:none;
		}
	}

	@media(max-width:767px) {
		.pcOnly {
			display:none;
		}
	}



/* common
---------------------------------------------- */

.wrap {
	margin:0 auto;
	max-width:1100px;
}
	@media(max-width:1179px) {
		.wrap {
			width:auto;
			padding:0 20px;
		}
	}
	@media(max-width:767px) {
		.wrap {
			padding:0 15px;
		}
	}



/* gHeader
---------------------------------------------- */

#gHeader {
	z-index:2;
}

#gHeader > header {
	height:120px;
}
	@media(max-width:767px) {
		#gHeader > header {
			height:100px;
		}
	}
	@media(max-width:479px) {
		#gHeader > header {
			height:80px;
		}
	}

#gHeader > header > h1, #gHeader > header > a {
	display:block;
	width:530px;
	margin:0 auto;
	padding-top:38px;
}
	@media(max-width:767px) {
		#gHeader > header > h1, #gHeader > header > a {
			width:330px;
			padding-top:33px;
		}
	}
	@media(max-width:479px) {
		#gHeader > header > h1, #gHeader > header > a {
			margin:0 0 0 15px;
			width:210px;
			padding-top:28px;
		}
	}

#gHeader > header > h1 > img, #gHeader > header > a > img {
	width:100%;
}

#gHeader > nav {
}
	@media(max-width:767px) {
		#gHeader > nav {
			position:fixed;
			width:240px;
			height:auto;
			overflow-y:auto;
			overflow-x:hidden;
			right:-240px;
			top:0;
			bottom:0;
			padding-top:80px;
			background-color:rgba(245,245,245,0.95);
			z-index:2;
		}
	}

#gHeader > nav.floating {
	position:fixed;
	width:100%;
	top:0;
	z-index:3;
}

#gHeader > nav > ul {
}
	@media(max-width:767px) {
		#gHeader > nav > ul {
		}
	}

#gHeader > nav > ul > li {
	display:inline-block;
	width:33.333%;
}
	@media(max-width:979px) {
		#gHeader > nav > ul > li {
			font-size:16px;
		}
	}
	@media(max-width:767px) {
		#gHeader > nav > ul > li {
			display:block;
			width:100%;
			border-bottom:1px solid #CCC;
		}
	}

#gHeader > nav > ul > li > a {
	line-height:60px;
	display:block;
	text-align:center;
	font-weight:bold;
	background-color:#FFF;
}
	@media(max-width:767px) {
		#gHeader > nav > ul > li > a {
			line-height:50px;
			display:block;
			background-color:transparent;
		}
	}

#gHeader > nav > ul > li > a:hover {
	background-color:#E6D2AF;
}

#gHeader > nav > ul > li:last-child > a {
	background-color:#000;
	color:#FFF;
}
#gHeader > nav > ul > li:last-child > a:hover {
	background-color:#898989;
}

#gHeader > nav > ul > li > a > span.en{ display:inline; }
#gHeader > nav > ul > li > a > span.jp{ display:none; }

	@media(min-width:980px) {
		#gHeader > nav > ul > li > a:hover > span.en{ display:none; }
		#gHeader > nav > ul > li > a:hover > span.jp{ display:inline; }
	}


#menuTrigger {
	display:none;
}
	@media(max-width:767px) {
		#menuTrigger {
			display:block;
			position:fixed;
			z-index:3;
			top:30px;
			right:10px;
			width:40px;
			height:40px;
			background:url(../images/menu_trigger.png) top center no-repeat;
			background-size:40px 80px;
			cursor:pointer;
		}
	}
	@media(max-width:479px) {
		#menuTrigger {
			top:20px;
		}
	}

	#menuTrigger.on {
			background-position:bottom center;
	}


/* contents
---------------------------------------------- */

a.more {
	display:block;
	width:100%;
	max-width:300px;
	line-height:40px;
	font-size:17px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	margin:0 auto;
}
a.more:hover {
	background-color:#956134;
}



/* toTop
---------------------------------------------- */
div.toTop {
	display:none;
	width:80px;
	height:80px;
	position:fixed;
	bottom:25px;
	right:25px;
}
	@media(max-width:767px) {
		div.toTop {
			width:60px;
			height:60px;
		}
	}
	@media(max-width:479px) {
		div.toTop {
			right:20px;
			bottom:20px;
		}
	}

div.toTop a > img {
	width:100%;
}



/* footer
---------------------------------------------- */
#gFooter {
	margin-bottom:30px;
	text-align:center;
	padding:0 15px;
}
	@media(max-width:979px) {
		#gFooter {
			margin-bottom:25px;
		}
	}
#gFooter > header > span {
	font-size:17px;
	display:block;
	margin-bottom:10px;
}
#gFooter > header > strong {
	display:block;
	font-size:26px;
	margin-bottom:10px;
}
	@media(max-width:767px) {
		#gFooter > header > strong {
			font-size:22px;
		}
	}

#gFooter > p {
	font-size:13px;
	line-height:1.6;
	margin-bottom:25px;
}

#gFooter > span {
	font-size:13px;
	display:inline-block;
	text-align:left;
	margin-bottom:45px;
	line-height:1.6;
}
	@media(max-width:767px) {
		#gFooter > span {
			margin-bottom:25px;
		}
	}

address {
	display:block;
	text-align:center;
	font-size:10px;
	line-height:1.3;
	font-style:normal;
	padding:15px 0;
}



/* under
---------------------------------------------- */
#title {
	position:relative;
	width:100%;
	height:250px;
	margin-bottom:60px;
}
	@media(max-width:767px) {
		#title {
			margin-bottom:40px;
		}
	}

#title > h1 {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size:42px;
	letter-spacing:10px;
}
	@media(max-width:767px) {
		#title > h1 {
			font-size:32px;
		}
	}

#title > h1 > span {
	display:block;
	text-align:center;
	font-size:16px;
}

