@charset "utf-8";

/* import CSS
-----------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

@import url("animation.css");
@import url("inview.css");
@import url("menuDrower-right.css");


/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	min-height: 100vh;
	overflow-x: hidden;
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background: #96DCED url(../images/bg_kazari.png) no-repeat left top / 100%;
	color: #57524b;
	line-height: 2;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}


table {border-collapse:collapse;}


img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


video {max-width: 100%;}

iframe {width: 100%;}

ul, ol {margin-bottom: 30px;}


/* Link a
---------------------------------------------------------------------------*/
a {
	color: #57524b;
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	color: #938a7d;
}



/* footer
----------------------------------------------------------*/
footer {
	position: relative;
	background: url(../../_assets/images/bg_deco_top.png) repeat-x center bottom / 1000px;
  height: 110px;
	color: #fff;
	font-size: 0.85rem;
}
.footer_wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items:flex-end;
}
footer a {
	color: #fff;text-decoration: none;
}
footer small {
	font-size: 100%;
}
footer small.login img {
	height: 18px;
	margin-right: 3px;
}
footer small.login {
	position: absolute;
	bottom: 0px;
	right: 100px;
}

/*totop（↑）
---------------------------------------------------------------------------*/
.totop-show {display: block;}

.totop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
	background: rgba(0,0,0,0.3);
	width: 60px;
	line-height: 60px;
	border-radius: 58% 42% 61% 39% / 44% 55% 45% 56%;
}
.totop a:hover {
	background: rgba(0,0,0,0.5);
}

/* butten 標準
------------------------------------------------------------------------*/
.btn_wrap {
	display: flex;
}
.btn a {
	display: inline-block;
	padding: 10px 20px;
	margin-left: 8px;
	border: #938a7d;
	border-radius: 3px;
	background-color: #9ba86b;
	margin-bottom: 20px;
}
.btn a:hover {
	background-color: #115740;
	color: #fff;
}