@charset "UTF-8";



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

/* -----上段----- */

.footer_up {
	width: 100%;
	min-width: 1200px;
	background: #f8f8ec;
}

.footer_up_body {
	width: 1200px;
	margin: 0 auto;
	padding: 18px 0 22px;
}



/* -----背景----- */

.footer_up_back {
	background: url("../image/back/common/footer_back.png") no-repeat;
	background-position: 0 100%;
	width: 100%;
}



/* -----メニュー----- */

/* 全体 */

.footer_up_body ul {
	padding-top: 2px;
	height: 250px;
	display: inline-block;
	vertical-align: top;
}

/* 要素の最後 

.footer_up_body ul:last-child {
	float: right;
}

*/

/* 境界線 */

.footer_up_body ul:not(:last-child) {
	border-right: solid 0.5px #dfdfaa;
	padding-right: 23px;
}

.footer_up_body ul:not(:first-child) {
	padding-left: 17px;
}

/* 行間 */

.footer_up_body li {
	line-height: 19px;
}

.footer_up_body li:not(:last-child) {
	margin-bottom: 8px;
}

/* 文字色 */

.footer_up_body a {
	color: #6f6f69;
}

/* 矢印 */

.arrow_s {
	font-size: 16px;
	color: #abcd03;
}

/* リンクアニメーション */

.footer_up_body a {
	transition: all 0.3s;
}

.footer_up_body a:hover {
	transform: translate(0,2px);
}



/* -----下段----- */

.footer_down {
	width: 100%;
	min-width: 1200px;
	background: #abcd03;
}

.footer_down_body {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0 40px;
}

.footer_down a {
	color: white;
}

.footer_down a:hover {
	opacity: 1;
}

/* タブレット用電話番号無効化 */

.tablet_tel {
	display: none;
}



/* -----ロゴとアクセスの横並び----- */

.footer_logo,
.footer_access {
	display: inline-block;
	vertical-align: top;
}



/* -----ロゴ----- */

.footer_logo {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top: 5px;
	color: white;
}

/* 上段 */

.footer_logo li:first-child {
	font-size: 26px;
}

.footer_logo li:first-child br {
	display: none;
}

/* 下段 */

.footer_logo li:last-child {
	font-size: 12px;
}

.footer_logo li:last-child br {
	display: none;
}



/* -----アクセス----- */

.footer_access {
	float: right;
	text-align: right;
}

.footer_access ul {
	color: white;
	line-height: 18px;
	display: inline-block;
}

/* 境界線 */

.footer_access ul:not(:last-of-type) {
	padding-right: 15px;
}

.footer_access ul:not(:first-of-type) {
	padding-left: 15px;
	border-left: solid 0.3px white;
}

/* 上段 */

.footer_access ul li:first-child {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
}

/* 電話番号 */

.footer_access ul li span {
	font-family: "dnp-shuei-mgothic-std";
	color: #fff799;
}

/* 下段 */

.footer_access ul li:last-child {
	font-size: 12px;
}

/* プライバシー */

small {
	display: block;
	color: white;
	margin-top: 2px;
}

small a {
	color: white;
}

small br {
	display: none;
}



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



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

/* -----上段無効化----- */

.footer_up {
	display: none;
}



/* -----下段----- */

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

.footer_down_body {
	width: 100%;
	padding: 20px 0 20px;
}

/* タブレット用電話番号有効化 */

.tablet_tel {
	display: inline-block;
}

/* PC用電話番号無効化 */

.pc_tel {
	display: none;
}



/* -----ロゴとアクセスの横並び----- */

.footer_logo,
.footer_access {
	display: block;
}



/* -----ロゴ----- */

.footer_logo {
	text-align: center;
	margin-bottom: 15px;
}

/* 上段 */

.footer_logo li:first-child {
	font-size: 20px;
	padding-bottom: 5px;
}

/* 下段 */

.footer_logo li:last-child br {
	display: block;
}



/* -----アクセス----- */

.footer_access {
	float: none;
	text-align: center;
}

.footer_access ul {
	color: white;
	line-height: 18px;
	display: inline-block;
}

/* 境界線 */

.footer_access ul:not(:last-of-type) {
	padding-right: 0;
	padding-bottom: 10px;
}

.footer_access ul:not(:first-of-type) {
	padding-left: 0;
	padding-top: 10px;
	border-top: solid 0.3px white;
	border-left: none;
}

.footer_access ul:last-of-type {
	padding-bottom: 15px;
}

/* 上段 */

.footer_access ul li:first-child {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
}

/* 電話番号 */

.footer_access ul li span,
.footer_access .tablet_tel {
	font-family: "dnp-shuei-mgothic-std";
	color: #fff799;
}

/* 下段 */

.footer_access ul li:last-child {
	font-size: 12px;
}

/* プライバシー */

small br {
	display: block;
}



}