@charset "UTF-8";

/* ===== 基本リセット・共通 ===== */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
}

.wrap {
	overflow: hidden;
}

#container {
	width: 100%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

a img.linkimg {
	background: none !important;
}

a:hover img.linkimg {
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1;
	background: none !important;
}


/* ===== レイアウト ===== */
.bg {
	height: auto;
	width: 100%;
	margin-top: -7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.bg950 {
	height: auto;
	width: 100%;
	max-width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pic {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.img-text {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 950px;
	text-align: center;
}


/* ===== 背景カラー ===== */
.bg_grad {
	height: auto;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/pc/03_bg_grad.png);
	background-position: center;
	object-fit: cover;
	z-index: -1;
}

.bg_light_blue {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #e4f4fd;
}

.bg_Price_pink {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ea609e;
}

.bg_light_yellow {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #faeeb6;
}

.light_blue  { background-color: #e4f4fd; }
.light_yellow { background-color: #faeeb6; }
.pink         { background-color: #ea609e; }


/* ===== フッター ===== */
.footer-wrap {
	width: 100%;
	padding: 20px 0 40px;
	background-color: #ffffff;
}

.footer-inner {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer-logo {
	margin-bottom: 10px;
}

.footer-logo img,
.footer-tel img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer-tel {
	max-width: 500px;
	margin: 0 auto 20px;
}

.tel-link {
	pointer-events: none;
	cursor: default;
}

.footer-info {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.footer-info .sp-br {
	display: none;
}

.footer-info .address {
	margin-bottom: 5px;
}

/* SP用フッターテキスト*/
.footerText {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	height: auto;
	width: 100%;
	margin: 20px;
	text-align: center;
}


/* ===== レスポンシブ切り替え ===== */
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 767px) {
	.pc { display: none !important; }
	.sp { display: block !important; }

	.footer-wrap {
		padding: 15px 0 30px;
	}

	.footer-inner {
		padding: 0 15px;
	}

	.footer-tel {
		max-width: 100%;
	}

	.tel-link {
		pointer-events: auto;
		cursor: pointer;
	}

	.footer-info {
		font-size: 13px;
		line-height: 1.6;
	}

	.footer-info .sp-br {
		display: block;
	}
}
