@charset "UTF-8";
/* CSS Document */
html {
	background-color: #9F9191;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	list-style: none;
	vertical-align: middle;
}
body {
	font-family: 'Source Sans Pro', 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Meiryo', sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.container {
	display: flex;
	flex: initial;
	max-width: 100%;
	/*margin: 0 0 0 100px;*/
	justify-content: flex-end;
	align-items: flex-start;
	padding: 10px;
}
.logo {
	display: block;
	margin: 80px 0;
}
.comment {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 3;
	margin-bottom: 100px;
}
/*.nav ul {
	z-index: 10;
	text-align: right;
	vertical-align: center;
}*/
a,
a:visited {
  color: inherit;
}

.nav li {
	/*display: inline-block;*/
	margin: 0 0 0 -35px;
	font-size: 13px;
	line-height: 3;
	list-style: none;
}
.menu {
	vertical-align: 30%;
}
.menu:hover　{
	color: #556B2F;
}
/*[class*="btn_icon"]:before {
    padding-left: -80px;
    /*line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font: Tamil Sangam MN normal;
	font-size: 13px;s
	vertical-align: -10px;
	background: no-repeat left top;
}*/
.footer {
	margin-top: 100px;
	font-size: 13px;
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 70%;
    line-height: 1.5rem;
    color: #D6C9C9;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
/*.img_top {
	display: inline-block;
	margin-left: 100px;
	max-width: 1%;
}*/


