@charset "utf-8";


/* フッター */


/*
***********************************************************************************************
ページの上部へ
***********************************************************************************************
*/

.pagetop {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

	.pagetop a {
		background-image: none;
		border: 0px solid #fff;
		display: block;
		position: fixed;
		bottom: 23px;
		right: 23px;
		z-index: 610;
		width: 50px;
		height: 50px;
		margin: 0px 0px 0px 0px;
		padding: 0 0 0 0;
		text-decoration: none;
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
	}

		.viewmode-mobile .pagetop a {
			bottom: 15px;
			right: 15px;

			width: 30px;
			height: 30px;
		}

		/* 矢印の飾り */
		.pagetop a::before {
			background-color: #000;
			color: #fff;
			content: "\f077";	/* fa-chevron-up */
			font-family: 'Font Awesome 5 Free';
			font-size: 16px;
			font-weight: 900;
			line-height: 1.0;
			padding: 16px 16px 16px 16px;
			position: absolute;
			top: 0px;
			left: 0px;
			text-indent: 0;

			/*
			border-radius: 15px;
			*/
		}

			.viewmode-mobile .pagetop a::before {
				font-size: 14px;
				padding: 7px 8px 11px 8px;
			}

		.pagetop a:hover {
			opacity: 0.7;
		}


/*
***********************************************************************************************
フッター
***********************************************************************************************
*/

#footer {
	/*
	background-color: #222;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	*/
	clear: both;
	margin: 0 auto;
	/*
	max-width: 1100px;
	*/
	padding: 30px 0 30px 0;
}

	.viewmode-mobile #footer {
		padding: 0 0 0px 0;
	}

	#footer-inner {
		letter-spacing:-.40em; /* 文字間を詰めて隙間を削除する */
		margin: 0 auto;
		max-width: 1100px;
		position: relative;
		z-index: 1;
	}


/*
***********************************************************************************************
フッターのコンテンツ（未使用）
***********************************************************************************************
*/

/*
#footer-content {

}

	.viewmode-mobile #footer-content {

	}

	#footer-content .contact {
		background-color: #fff;
		border: 3px solid #c11c29;
		margin: 0 auto;
		padding: 40px 50px 40px 550px;
		position: relative;
		max-width: 1100px;
	}

		.viewmode-mobile #footer-content .contact {
			padding: 15px 5px 15px 5px;
		}
		*/

	/*
	#footer-content .contact h2 {
		font-size: 150%;
		left: 60px;
		line-height: 1.6;
		text-align: left;
		position: absolute;
		top: 50px;
	}

		.viewmode-mobile #footer-content .contact h2 {
			font-size: 120%;
			margin-bottom: 20px;
			position: static;
			text-align: center;
		}

		#footer-content .contact h2::after {
			content: none;
		}

		#footer-content .contact h2 br {
		}

			.viewmode-mobile #footer-content .contact h2 br {
				display: none;
			}
		*/


/*
***********************************************************************************************
フッターの連絡先（未使用）
***********************************************************************************************
*/

/*
#footer-content address {
	color: #fff;
	font-style: normal;
	/＊
	left: 0;
	＊/

	margin: 0 auto;
	max-width: 1100px;
	padding: 0px 0px 0px 0px;
	/＊
	position: absolute;
	text-align: left;
	＊/
}

	.viewmode-mobile #footer-content address {
		text-align: center;
	}

/＊ タグライン ＊/
.tagline {
	font-size: 15px;
	line-height: 1.5;
	margin: 0px 0 0px 0;
	position: relative;
}

	.viewmode-mobile .tagline {
		font-size: 13px;
	}

/＊ ロゴ ＊/
#footer-logo {
	display: block;
	line-height: 1;
	margin: 17px 0 0px 0;
	position: relative;
}

	.viewmode-mobile #footer-logo {
		margin: 10px auto 0px auto;
	}

	#footer-logo a {
		/＊
		background-image:url(../img/logo2.png);
		background-position:0 0;
		background-repeat:no-repeat;
		box-sizing: border-box;
		display: block;
		width: 260px;
		height: 20px;
		＊/
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-decoration: none;
		z-index: 1;

		/＊
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
		＊/
	}

		#footer-logo a:hover {
			opacity: 0.7;
		}

	#footer-logo img {
		max-width: 215px;
		vertical-align: top;
	}

		.viewmode-mobile #footer-logo img {
			display: block;
			margin-left: auto;
			margin-right: auto;
			max-width: 160px;
			text-align: center;
		}

		/＊
		#footer-logo img + img {
			max-width: 275px;
		}

			.viewmode-mobile #footer-logo img + img {
				margin-top: 10px;
				max-width: 195px;
			}
			＊/

	#footer-content .shop-address {
		display: block;
		font-size: 17px;
		line-height: 1.6;
		margin-top: 20px;
		position: relative;
	}

		.viewmode-mobile #footer-content .shop-address {
			font-size: 13.5px;
			margin: 20px auto 0px auto;
			text-align: center;
		}

	/＊ MAP ＊/
	#footer-content .shop-address {
		/＊
		display: inline-block;
		＊/
		line-height: 1.6;
		vertical-align: middle;
	}

		#footer-content .shop-address a {
			border: 1px solid #fff;
			color: #fff;
			display: inline-block;
			/＊
			font-family: 'Roboto', sans-serif;
			font-family: 'Questrial', sans-serif;
			＊/
			font-size: 13px;
			line-height: 1.2;
			text-decoration: none;
			margin-left: 1em;
			padding: 3px 10px;
			position: relative;
			top: -2px;
			vertical-align: middle;

			transition: all .2s ease;
		}

			#footer-content .shop-address a:hover {
				background-color: #fff;
				color: #000;
			}

			.viewmode-mobile #footer-content .shop-address a {
				font-size: 11px;
				padding: 2px 7px;
			}

			/＊ マーカーのアイコン ＊/
			#footer-content .shop-address a::before {
				color: inherit;
				content: "\f3c5";	/＊ fa-map-marker-alt ＊/
				display: inline-block;
				font-family: 'Font Awesome 5 Free';
				font-size: 14px;
				font-weight: 900;
				margin-right: 5px;
			}

				.viewmode-mobile #footer-content .shop-address a:hover::before {
					font-size: 11px;
				}

			#footer-content .shop-address br {
				display: none;
			}

				.viewmode-mobile #footer-content .shop-address br {
					/＊
					display: inline;
					＊/
				}


	/＊ TEL＆FAX ＊/
	#footer-content .shop-tel,
	#footer-content .shop-fax {
		/＊
		display: inline-block;
		＊/
		font-family: "DINOT-Medium";
		font-size: 29px;
		line-height: 1;
		margin-top: 20px;
		/＊
		vertical-align: middle;
		＊/
	}


	#footer-content .shop-tel {
	}

		.viewmode-mobile #footer-content .shop-tel {
			display: block;
			font-size: 32px;
			margin: 10px auto 0 auto;
			text-align: center;
		}

		/＊ 電話のアイコン ＊/
		/＊ FAXのアイコン ＊/
		#footer-content .shop-tel::before,
		#footer-content .shop-fax::before {
			color: #fff;
			content: "\f879";	/＊ phone-alt ＊/
			display: inline-block;
			font-family: 'Font Awesome 5 Free';
			font-size: 25px;
			font-weight: 900;
			margin-right: 10px;
			position: relative;
			top: -2px;
			vertical-align: middle;
		}

		#footer-content .shop-fax::before {
			content: "\f1ac";	/＊ fax ＊/
		}


		#footer-content .shop-tel a {
			/＊
			font-size: 21px;
			font-weight: bold;
			＊/
		}

			.viewmode-mobile #footer-content .shop-tel a {
				color: #fff;
				font-size: 26px;
				margin-top: 5px;
			}

	/＊ FAX ＊/
	#footer-content .shop-fax {
		/＊
		font-size: 21px;
		＊/
		margin-top: 15px;
	}

		.viewmode-mobile #footer-content .shop-fax {
			font-size: 24px;
			margin-top: 10px;
			text-align: center;

			transform: scale(0.8);
		}

			.viewmode-mobile #footer-content .shop-fax a {
				color: #fff;
				text-decoration: none;
			}

			/＊ 営業時間 ＊/
			#footer-content .shop-tel small {
				display: inline-block;
				font-size: 15px;
				margin-left: 0.5em;
				position: relative;
				top: -2px;
				vertical-align: middle;
			}

				.viewmode-mobile #footer-content .shop-tel small {
					display: block;
					font-size: 13px;
					margin: 10px auto 0 auto;
					text-align: center;
					top: auto;
				}
*/


/*
***********************************************************************************************
フッターナビゲーション
***********************************************************************************************
*/

#nav-footer {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 645px;
	vertical-align: top;
}

	.viewmode-mobile #nav-footer {
		/*
		display: none;
		*/
		display: block;
		margin-top: 15px;
		position: relative;
		width: auto;
	}

	#nav-footer > ul {
		/*
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		*/
		display: block;
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
		list-style-type: none;
		line-height: 1;
		margin: 0;
		max-height: 250px;
		padding: 0px 0 0px 0px;
		text-align: right;
	}

		#nav-footer > ul > li {
			/*
			border-left: 1px solid #00a3d8;
			border-right: 1px solid #00a3d8;
			*/
			box-sizing: border-box;
			display: inline-block;
			letter-spacing: normal; /* 文字間を通常に戻す */
			line-height: 1.5;
			margin: 0px 0px 1em 0px;
			/*
			min-height: 280px;
			width: 240px;
			*/
			padding: 0;
			position: relative;
			text-align: left;
			vertical-align: top;
		}

			.viewmode-mobile #nav-footer > ul > li {
				display: block;
				margin-bottom: 0;
			}

			#nav-footer > ul > li + li {
				margin-left: 50px;
			}

				.viewmode-mobile #nav-footer > ul > li + li {
					margin-left: auto;
				}

			/* メニュー項目のサムネイル（未使用） */
			/*
			#nav-footer > ul > li::before {
				background-image: url(../img/common/thumb_dummy.jpg);
				background-position: 0px 0px;
				background-repeat: no-repeat;
				background-size: cover;
				content: "";
				display: block;
				line-height: 1.5;
				top: 0px;
				left: 0;
				position: absolute;
				width: 60px;
				height: 60px;
			}
			*/

			/* 罫線の飾り（未使用） */
			/*
			#nav-footer > ul > li::before {
				background-color: #00a3d8;
				content: "";
				display: block;
				line-height: 1.5;
				top: 0px;
				left: 0;
				position: absolute;
				width: 5px;
				height: 40px;
			}
			*/

			#nav-footer > ul > li:first-child {
			}

			#nav-footer > ul > li > a {
				color: #fff;
				display: block;
				font-size: 100%;
				font-weight: bold;
				letter-spacing: .05em;
				line-height: 1.6;
				padding: 0px 0px 0px 0px;
				position: relative;
				text-align: left;
				text-decoration: none;

				transition: all .2s ease;
				transition-property: background-color, border, color;
			}

				#nav-footer > ul > li > a:hover {
					text-decoration: underline;
				}

				.viewmode-mobile #nav-footer > ul > li > a {
					color: #000;
					display: inline-block;
					padding: 7px 5px 7px 5px;
				}


			/* サブメニュー（未使用） */
			/*
			#nav-footer ul.sub-menu {
				list-style-type: none;
				margin: 15px 0 0 0;
				padding: 0px;
			}

				#nav-footer ul.sub-menu li {
					position: relative;
				}

					/＊ 矢印の飾り ＊/
					#nav-footer ul.sub-menu li::before {
						color: #8b9ba9;
						content: "\f0da";	/＊ fa-caret-right ＊/
						display: block;
						font-family: 'Font Awesome 5 Free';
						font-size: 12px;
						font-weight: 900;
						line-height: 1.5;
						text-decoration: none;
						top: 3px;
						left: 2px;
						position: absolute;
					}

				#nav-footer ul.sub-menu li a {
					color: #333;
					display: inline-block;
					font-size: 90%;
					text-decoration: none;
					margin: 0px 0px 0px 0px;
					padding: 3px 0 3px 15px;
					vertical-align: top;
				}

					#nav-footer ul.sub-menu li a:hover {
						text-decoration: underline;
					}
			*/


			/* ホームのアイコン化（未使用） */
			/*
			#nav-footer > ul > li.menu-item-home {
				border-right: 1px solid #666;
				height: 100px;
				left: 0;
				padding: 0;
				position: absolute;
				top: 0;
				width: 100px;
			}

				#nav-footer > ul > li.menu-item-home a {
					display: inline-block;
					height: 100px;
					position: relative;
					vertical-align: middle;
					width: 100px;

					text-indent: 200%;
					white-space: nowrap;
					overflow: hidden;
				}

				#nav-footer > ul > li.menu-item-home a:hover {
					background-color: #c11c29;
				}

					/＊ 家のアイコン ＊/
					#nav-footer > ul > li.menu-item-home a::before {
						color: #fff;
						content: "\f015";	/＊ fa-home ＊/
						font-family: 'Font Awesome 5 Free';
						font-size: 22px;
						font-weight: 900;
						left: 50%;
						line-height: 1;
						text-indent: 0;
						top: 50%;
						margin: -0.6em auto auto -0.6em;
						position: absolute;
					}
			*/

			/* 企業情報（未使用） */
			/*
			#nav-footer > ul > li.menu-item-aboutus {
			}
			*/

			/* 採用情報（未使用） */
			/*
			#nav-footer > ul > li.menu-item-recruit {
			}
			*/

			/* お問い合わせ */
			#nav-footer > ul > li.menu-item-contact {
			}

			/* プライバシーポリシー */
			#nav-footer > ul > li.menu-item-privacy > a {
				/*
				font-size: 85%;
				*/
			}


/*
***********************************************************************************************
フッターナビゲーション2（未使用）
***********************************************************************************************
*/

/*

#nav-footer2 {
	background-color: #fff;
	/＊
	max-width: 950px;
	＊/
	margin: 0 auto 0 auto;
	padding: 20px 10px;
}

	.ie #nav-footer2 {
		padding: 20px 0px 10px 0px;
	}

	.viewmode-mobile #nav-footer2 {
		padding: 15px 0px 15px 15px;
	}

	#nav-footer2 ul {
		margin: 0;
		padding: 0;
		text-align: center;
		list-style-type: none;
	}

		.viewmode-mobile #nav-footer2 ul {
			text-align: left;
		}

		#nav-footer2 li {
			list-style-type: none;
		}

			#nav-footer2 > ul > li {
				display: inline-block;
				padding: 10px 15px;
				position: relative;
				margin: 0 20px 0 0;
			}

				#nav-footer2 > ul > li:last-child {
					margin: 0 0 0 0px;
				}

				/＊ 矢印の飾り ＊/
				#nav-footer2 > ul > li::before {
					color: #000;
					content: "\f105";	/＊ angle-right ＊/
					display: block;
					font-family: 'Font Awesome 5 Free';
					font-weight: 900;
					font-size: 20px;
					line-height: 1;
					top: 9px;
					left: 0;
					position: absolute;
				}

		#nav-footer2 li a {
			/＊
			background-image: url(../img/bullet_nav-footer2.gif);
			background-repeat: no-repeat;
			background-position: 0 0.55em;
			＊/
			color: #000;
			display: block;
			line-height: 1.3;
			padding: 0px 0px;
			text-decoration: none;
		}

			#nav-footer2 li a:hover {
				text-decoration: underline;
			}


#nav-footer2 li ul {
	margin-top: 10px;
	padding: 0;
}

#nav-footer2 li li {
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 13px;
	position: relative;
}

	#nav-footer2 li li::before {
		content: "・";
		color: #999;
		position: absolute;
		left: 0px;
		top: 0px;
		line-height: 1.4;
	}

	#nav-footer2 li li a {
		background-image: none !important;
		border-style: none;
		font-size: 12px;
		color: #333;
		padding: 0px;
		text-decoration: none;
	}

		#nav-footer2 li li a:hover {
			background-image: none !important;
			text-decoration: underline;
		}

*/


/*
***********************************************************************************************
コピーライト
***********************************************************************************************
*/

#footer .copyright {
	/*
	background-color: #fff;
	*/
	color: #999;
	display: block;
	/*
	font-family: 'Century Gothic', 'Questrial', sans-serif;
	*/
	font-size: 14px;
	font-style: normal;
	line-height: 1.3;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 1100px;
	z-index: 0;
}

	.viewmode-mobile #footer .copyright {
		font-size: 10px;
		margin: 0px 0 0 0;
		padding: 20px 10px;
		position: static;
		text-align: center;
		width: auto;
	}


/*
***********************************************************************************************
フッターのバナー（未使用）
***********************************************************************************************
*/

/*
#footer_banner {
	letter-spacing:-.40em; /＊ 文字間を詰めて隙間を削除する ＊/
	list-style-type: none;
	margin: 0px auto 0 auto;
	max-width: 1100px;
	padding: 0px 0;
	text-align: center;
}

	#footer_banner li {
		letter-spacing: normal; /＊ 文字間を通常に戻す ＊/
		display: inline-block;
		margin: 0px 13px 0px 13px;
		position: relative;
		vertical-align: top;
	}

	.viewmode-mobile #footer_banner li {
		display: block;
		margin: 0px auto 10px auto;
	}

		#footer_banner li a img {
			vertical-align: top;
		}

			#footer_banner li a:hover img {
				/＊
				opacity: 1;
				filter: brightness(130%);
				＊/
				z-index: 1;
			}

		/＊ NEW ＊/
		#footer_banner li.new::before {
			background-image: url( ../img/icon_new2.png);
			background-repeat: no-repeat;
			content: "";
			position: absolute;
			height: 65px;
			right: -20px;
			top: -20px;
			width: 65px;
			z-index: 1;
		}

			.viewmode-mobile #footer_banner li.new::before {
				right: -10px;
				top: -17px;
			}


*/
