@charset "UTF-8";



/* ----------フッター---------- */

/* 全体 */

footer {
	width: 1360px;
	min-width: 1360px;
	margin: 0 auto;
}

footer ul {
	margin: 30px 0 10px;
	padding: 0;
	list-style: none;
}

/* テキスト横並び */

footer li {
	display: inline-block;
	vertical-align: bottom;
}

/* 会社名 */

footer li:first-child {
	font-size: 18px;
	color: #afb39e;
	margin-right: 25px;
}

/* ホーム */

footer li:nth-child(2) {
	padding: 0 15px;
	border-right: solid 0.5px #afb39e;
	border-left: solid 0.5px #afb39e;
	margin-bottom: 4px;
}

/* プライバシーポリシー */

footer li:last-child {
	padding: 0 15px;
	border-right: solid 0.5px #afb39e;
	margin-bottom: 4px;
}

footer a {
	text-decoration: none;
	color: #afb39e;
	font-size: 12px;
	text-align: center;
	height: 15px;
}

footer p {
	margin: 0;
	line-height: 17px;
	transition: 0.3s;
}

footer p:hover {
	transition: 0.3s;
	opacity: 0.7;
}



/* ----------トップに戻るボタン---------- */

.top_button {
	width: 100%;
	min-width: 1350px;
}

.top_button a {
	float: right;
	margin-top: -50px;
	width: 400px;
	height: 50px;
	background: #afb39e;
	text-align: center;
	text-decoration: none;
	color: white;
}

.top_button p {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------フッター---------- */

/* 全体 */

footer {
	width: 100%;
	min-width: auto;
}

footer ul {
	margin: 10vw 0 10px;
}

/* テキスト横並び */

footer li:first-child {
	display: block;
}

footer li:not(:first-child) {
	display: inline-block;
	vertical-align: bottom;
}

/* 会社名 */

footer li:first-child {
	margin-right: 0;
	margin-bottom: 5px;
}



/* ----------トップに戻るボタン---------- */

.top_button {
	width: 100%;
	min-width: auto;
}

.top_button a {
	margin-top: 0;
	width: 100%;
	height: 28px;
}

.top_button p {
	font-size: 16px;
	padding-top: 5px;
}



}