@charset "utf-8";
/* ---------------------
 * mozilla.org Base Styles
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
--------------------- */
/*  Element
------------------------*/
body {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*  Paragraph
------------------------*/
p {
	text-align: justify;
	line-height: 2.0;
}
/*  Header
------------------------*/
#site-id {
	max-width: 150px;
	/* 画像の最大幅 */
}
/* Google Map レスポンシブ化
-------------------------------------------------- */
.gmaps {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmaps iframe,
.gmaps object,
.gmaps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* お問い合わせフォームテーブル並び替え (mobile用)
-------------------------------------------------- */
@media only screen and (max-width:420px) {
	.table-contact tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.table-contact tbody th,
	.table-contact tbody td {
		display: list-item;
		list-style: none;
		border: none;
	}
}
/* tel-link (PCデバイスのTELリンク無効)
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	/* List
-------------------------------------------------- */
	ul.asterisk-list {
		list-style: none;
	}
	ul.asterisk-list li:before {
		content: "※";
	}
	/*  Color
------------------------*/
	.color-carmencoral {
		color: #e91e5a;
	}
	/*  Background-Color
------------------------*/
	.bg-vinas {
		background: #d1a5ac;
	}
	/*  Jumbotron
------------------------*/
	.jumbotron-bergen {
		background-image: url('../bargain-sale/images/notice-bergen2.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		color: #fff;
	}