@charset "UTF-8";

/* ヒーローイメージ */
.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	height: 450px;
	text-align: center;
	background-color:  #1b1b1b;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/hero_640px.jpg);
	/* margin-bottom: 30px; キャンペーン情報掲載時は削除 */
}
.hero .container {
}
.hero h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 36px;
	text-shadow: 0px 0px 5px #000000;
}
.hero p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-shadow: 0px 0px 5px #000000;
}

/* キャンペーン情報など */
.catch {
	background: #999;
	text-align: center;
	margin-bottom: 30px;
}
.catch .container {
	padding: 20px 30px;
}
.catch .container h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 15px;
	text-shadow: 0px 0px 3px #000000;
}

/* インフォメーション */
.information .container table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.information .container table th,
.information .container table td {
	border-bottom: 1px solid #CCC;
	padding: 6px 0;
}
.information .container table th {
	padding-left: 16px;
	padding-right: 16px;
	text-align: left;
	font-weight: normal;
	word-spacing: keep-all;
}
.information .container table td {
	padding-right: 16px;
}
.information .container table td a {
	text-decoration: underline;
	color: #333;
}

/* サービスのご案内 */
.cts_service .container {
	padding-top: 80px;
	padding-bottom: 20px;
}
.cts_service .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	text-align: center;
}
.cts_service h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.cts_service a {
	display: block;
	color: #333;
}
.cts_service .icon {
	display: block;
	margin-bottom: 20px;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	/* 共通 */
	.catch .container,
	.information .container,
	.cts_service .container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	}
	/* ヒーローイメージ */
	.hero {
	background-image: url(../img/hero_768px.jpg);
	}
	.hero h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 48px;
	}
	.hero p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	}
	/* キャンペーン情報など */
	.catch .container h2 {
	font-size: 18px;
	}
	/* サービスのご案内 */
	.cts_service .container {
	display: flex;
	}
	.cts_service .text	{
	flex: 1;
	}
}
@media(min-width:1100px) {
	/* ヒーローイメージ */
	.hero {
	background-image: url(../img/hero_1100px.jpg);
	}
}