* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #f9f8f5;
}
.nav h1 {
	font-family:
	YuMincho,/* Mac用 */
	'Yu Mincho',/* Windows用 */
	serif;
	font-size: 38px;
	font-weight: normal;
	color: #333333;
}
.nav h2 {
	font-family:
	YuMincho,/* Mac用 */
	'Yu Mincho',/* Windows用 */
	serif;
	font-size: 36px;
	font-weight: normal;
	color: #333333;
}
.nav h3 {
	font-family:
	YuMincho, /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.7;
	color: #333333;
}
.nav p {
	font-family:
	YuGothic, /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #313131;
}
.nav a {
	font-family: 'Source Sans Varia';
	font-size: 14px;
	line-height: 2.5;
	color: #000000;
	text-decoration: none;
}
.nav ul {
	list-style: none;
}
/* ナビバー */
nav {
	width: 100%;
	padding: 20px 0;
	background: #f9f8f5;
	position: fixed;
	top: 0;
	z-index: 2;
}
.nav {
	width: 75%;
	display: flex;
	margin: 20px auto;
	justify-content: space-between;
}
.n-icon h1 {
	width: 300px;
}
.n-menu {
	display: flex;
}
/* ホバーレイヤー */
.n-menu-txt a {
	display: flex;
	padding: 20px 5px 5px;
	position: relative;
	line-height: 2.5;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0.02em;
}
.n-menu-txt a::before,
.n-menu-txt a::after {
	content: "";
	border-bottom: solid 1px #999999;
	display: block;
	position: absolute;
	transition: all .3s ease;
	bottom: 0;
	width: 0;
}
.n-menu-txt a::before {
	left: 50%;
}
.n-menu-txt a::after {
	right: 50%;
}
.n-menu-txt a:hover::before,
.n-menu-txt a:hover::after {
	width: 50%;
}
.n-menu-txt img {
	height: 20px;
	padding-right: 5px;
	width: auto;
}
.n-menu-txt p {
	font-size: 14px;
	letter-spacing: 0.05em;
	font-family: 'Source Sans Varia';
	color: #333333;
}
.n-menu-img {
	padding-right: 5px;
}
/* ナビバー中身 */
.l-drawer-all {
	display: flex;
	padding: 20px 5px;
}
.l-drawer {
	width: 30px;
	vertical-align: bottom;
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 0;
  position: fixed;
}
.l-drawer__icon p {
	margin-left: 30px;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #333333;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 10px;
	left: 0;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 8px;
}
.l-drawer__icon-parts:after {
  top: -8px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  background: #ffffff;
  color: #000;
  max-width: 100%;
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
	right: -50%;
}
.l-drawer__icon {
	z-index: 4;
	position: relative;
}
.l-drawer__menu {
  z-index: 3;
}
.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.drawer-all {
	display: flex;
	line-height: normal; /*lk.jp/i288/用メニューのテキスト高さ修正*/
}
.drawer-all p {
	line-height: 1.8;
	font-weight: bold;
	color: #333333;
}
.drawer-all a {
	font-family:
	YuGothic, /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
}
.drawer-contents1 {
	/*display: flex;*/
	flex-direction: column;
	margin-left: 60px;
	padding: 100px 0 70px;
	text-align: left;
}
.drawer-contents2 {
	/*display: flex;*/
	flex-direction: column;
	margin-left: 60px;
	padding: 100px 0 70px;
	text-align: left;
}

/* フッター部分 */
footer {
	width: 100%;
	background-color: #908D8D;
	margin-top: 80px;
}
.f-nav {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.f-logo {
	padding: 20px 0;
}
.f-logo-img {
	width: 250px;
}
.SNS, .contact, .detail {
	display: flex;
	justify-content: center;
}
.SNS a, .contact a {
	padding: 10px;
	background-color: rgba(144,140,140, .1);
}
.detail p {
	color: #F0F0F0;
	padding: 10px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
	.nav {
		flex-direction: column;
	}
	.n-menu {
		justify-content: space-around;
	}
	.l-drawer__menu {
		width: 75%;
		right: -75%;
	}
	.f-nav {
		width: 40%;
	}
}

/* タブレット用 */
@media screen and (max-width: 768px) {
	nav {
		padding: 20px 0 10px;
	}
	.nav {
		width: 80%;
		margin: 0 auto;
		flex-direction: column;
	}
	.n-icon h1 {
		width: 50%;
    margin: 0 auto;
	}
	.n-menu-txt {
		padding: 5% 15px 0;
	}
	.l-drawer-all {
    display: flex;
    padding: 50px 5px 0px;
	}
}

/* 最大576pxまでパソコンでは表示 */
@media screen and (min-width: 576px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
/* 最大576pxまでスマホでは表示 */
@media screen and (max-width: 576px){	
	.br-pc { display:none;
	}
	.br-sp { display:block; 
	}
	.l-drawer-txt {
		display: none;
	}
	.nav h1 {
		font-size: 28px;
	}
	.nav h2 {
		font-size: 26px;
	}
	.nav h3 {
		font-size: 24px;
	}
	nav {
		padding: 10px 0;
		width: 100%;
	}
	.nav {
		width: 100%;
		flex-direction: column;
	}
	.n-icon h1 {
		padding-left: 0;
		width: 55%;
	}
	.n-menu {
		margin-top: 10px;
	}
	.n-menu-txt {
		padding:0;
	}
	.n-menu-txt a {
    padding: 0;
		line-height: 1.5;
	}
	.n-menu-txt p {
		font-size: 10px;
	}
	.l-drawer-all {
		display: block;
    position: fixed;
		top: 4%;
		right: 0;
   	padding: 0;
	}
	.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
		height: 3px;
	}
	.l-drawer__icon p {
		display: none;
	}
	.l-drawer__menu {
		width: 100%;
		right: -100%;
	}
	.drawer-contents1, .drawer-contents2 {
		margin-left: 30px;
	}
	.f-nav {
		width: 100%;
	}
}

