@charset "UTF-8";

/* ============================================================
	共通(element)
============================================================ */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1;
}
body * {
	box-sizing: border-box;
	font-weight: 400;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
::selection {
	background: #85c2a3;
}



/* ============================================================
	共通(id,class)
============================================================ */
#wrap {
	overflow: hidden;
	min-width: 1600px;
}
#contents {
	width: calc(100% - 320px);
	margin-left: auto;
}

/*------------------------------
	フォント
------------------------------ */
.sans {
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
}
.serif {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------------------------------
	フェードイン
------------------------------ */
.js-fade {
	opacity: .05;
	transition: 1s .3s;
}
.js-fade.BtoT {
	transform: translateY(20px);
}
.js-fade.TtoB {
	transform: translateY(-20px);
}
.js-fade.RtoL {
	transform: translateX(20px);
}
.js-fade.LtoR {
	transform: translateX(-20px);
}



/* ============================================================
	メニュー
=========================================================== */
#side-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	padding-top: 70px;
	background: #fff;
	box-shadow: 10px 0 10px rgba(0,0,0,.1);
	z-index: 120;
}

/*------------------------------
	ロゴ
------------------------------ */
#side-menu .logo {
}
#side-menu .logo-image {
	text-align: center;
}
#side-menu .logo-image img {
	width: 110px;
	height: 110px;
}

/*------------------------------
	サイトマップ
------------------------------ */
#side-menu .nav {
}
#side-menu .nav ul {
}
#side-menu .nav li {
	margin-top: 60px;
	text-align: center;
}
#side-menu .nav li a {
	display: block;	
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #339966;
	letter-spacing: .1em;
}
#side-menu .nav li a span {
	display: block;
	margin-top: 5px;
	font-family: 'Kiwi Maru', serif;
	font-size: 14px;
	color: #666;
	letter-spacing: .1em;
}



/* ============================================================
	フッター
=========================================================== */
#footer {
	width: calc(100% - 320px);
	margin-left: auto;
	padding-bottom: 60px;
	background: #f6f6f6;
}

/*------------------------------
	アクセス
------------------------------ */
#footer .address {
}
#footer .address-text {
	font-size: 14px;
	text-align: center;
	line-height: 2.6;
	letter-spacing: .2em;
	margin-left: .2em;

}

/*------------------------------
	コピーライト
------------------------------ */
#footer .copyright {
	margin-top: 45px;
	font-size: 14px;
	text-align: center;
	letter-spacing: .2em;
	text-indent: .2em;
}
