@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: 'PT Serif', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: normal;
	font-size: 62.5%;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
	color: #1e1e1e;
	overflow: hidden;
	box-sizing: border-box;
}
.sans-serif {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Helvetica Neue", HelveticaNeue, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
}
::selection {
	background: #ccc3b2;
}
::-moz-selection {
	background: #ccc3b2;
}
.en {
	font-family: 'Bentham', serif;
	letter-spacing:0.05em;
}
p {
	max-height: 999999px;
}
li {
	max-height: 999999px;
}
a {
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	transition: .8s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br-sp {
	display: none;
}
.ul {
	letter-spacing: -.4em;
}
.ul li {
	letter-spacing: normal;
	display: inline-block;
}

/* header */
.header {
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}
.header-inner {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.logo {
	width: 205px;
	height: 40px;
	float: left;
}
.navi-box {
	float: right;
}
.navi {
	font-size: 1.5em;
	padding: 12px 80px 0 0;
	float: right;
	display: block;
}
.navi li {
	padding: 0 0 0 30px;
}
.navi li a {
	color: #1e1e1e;
}
.navi li a:hover {
	color: #867e6c;
}
.navi-btn {
	font-size: 1.5em;
	padding: 0 0 0 30px;
	float: left;
}
.navi-btn a {
	color: #fff;
	background-color: #867e6c;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 10px 20px;
}
.txt {
	font-size: 1.5em;
	line-height: 2.0;
	text-align: center;
}
.ma40 {
	margin: 40px 0 0 0;
}
.ma30 {
	margin: 30px 0 0 0;
}
.ma20 {
	margin: 20px 0 0 0;
}
.wrapper {
	width: 100%;
	background: #fff;
	padding: 0 0 120px 0;
}

/* main */
.main {
	width: 100%;
	height: 100%;
	position: relative;
	border: 50px solid #fff;
	box-sizing: border-box;
}
.logo-main {
	width: 250px;
	height: 250px;
	position: absolute;
	right: 10%;
	bottom: 10%;
}

/* concept */
.inner {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
.title {
	font-size: 3.2em;
	padding: 0 0 0 0;
	text-align: center;
}
.title-sub {
	font-size: 1.6em;
	padding: 20px 0 0 0;
	text-align: center;
}
.title-hr {
	width: 100px;
	border-top: 1px solid #1e1e1e;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 40px auto 0 auto;
	padding: 0;
}
.txt-concept {
	padding: 35px 0 0 0;
}
.concept-ul {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 40px auto 0 auto;
}
.concept-ul li {
	width: 25%;
	height: auto;
}

/* style */
.style-ul {
	width: 1200px;
	margin: 0 auto;
}
.style-ul li {
	width: 360px;
	margin: 40px 20px 0 20px;
}
.style-img-box {
	padding: 20px 0 0 0;
}
.style-img {
	width: 120px;
	height: auto;
	float: left;
}
.style-txt {
	width: 360px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #a39d90;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 10px 0;
	font-weight: bold;
}

/* menu */
.table {
	width: 90%;
	max-width: 1200px;
	margin: 40px auto 0 auto;
}
.table th {
	text-align: center;
	border: 1px solid #e2e2e2;
	padding: 10px;
	box-sizing: border-box;
}
.table td {
	text-align: center;
	border: 1px solid #e2e2e2;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}
.green {
	background-color: #a39d90;
	color: #fff;
	font-weight: bold;
}
.gray {
	background-color: #f5f5f5;
}

/* staff */
.staff-ul-wrap {
  width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.staff-ul {
  width: 100%;
}
.staff-ul li {
	width: 48%;
	height: auto;
	margin: 40px 1% 0 1%;
}
.staff-txt {
	padding: 15px 0 0 0;
}

/* access */
.map {
	width: 90%;
	max-width: 600px;
	height: auto;
	margin: 40px auto 0 auto;
}

/* footer */
footer {
	width: 100%;
	background-color: #867e6c;
	padding: 30px 0;
}
.copy {
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
}

@media screen and (max-width:1280px) {
	/* style */
	.style-ul {
		width: 680px;
	}
	.style-ul li {
		width: 300px;
		margin: 40px 20px 0 20px;
	}
	.style-img {
		width: 100px;
	}
	.style-txt {
		width: 300px;
	}
}

@media screen and (max-width:800px) {
	/* style */
	.navi {
		display: none;
	}
	.style-ul {
		width: 300px;
	}
	.style-ul li {
		margin: 40px 0 0 0;
	}
}

@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.br-sp {
		display: block;
	}
	.main {
		border: 20px solid #fff;
		box-sizing: border-box;
	}
	.logo-main {
		width: 200px;
		height: 200px;
	}
	.txt {
		font-size: 1.2em;
		line-height: 2.0;
		text-align: center;
	}
	.title {
		font-size: 2.7em;
		padding: 0 0 0 0;
		text-align: center;
	}
	.title-sub {
		font-size: 1.4em;
		padding: 20px 0 0 0;
		text-align: center;
	}
	.concept-ul li {
		width: 50%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border: none;
		vertical-align: bottom;
	}
	/* staff */
  .staff-ul-wrap {
    width: 80%;
  }
  .staff-ul {
    width: 100%;
  }
  .staff-ul li {
  	width: 100%;
  	height: auto;
  	margin: 40px 0 0 0;
  }
	/* footer */
	footer {
		padding: 30px 0;
	}
	.copy {
		font-size: 1.6em;
	}
}
