/* 特設ページ　クラウンスペース（仮 202506） CSS　Ver.1.0.0 */

.exh-header {
	background-color: rgba(15, 15, 15, 1.0);
}
.exh-header-img {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
#logo-70th {
	width: 80px;
	position: absolute;
	top: 20px;
	right: 4%;
}
.exh-title {
	padding: 10px 20px;
	text-align: center;
	background-color: rgba(87, 87, 87, 1.0);
}
.exh-title img {
	width: 100%;
	max-width: 1000px;
}
.exh-sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
.exh-sec:last-child {
	padding-bottom: 200px;
}

/*コンテンツSection設定*/
.exh-contents {
	background-color: rgba(242, 242, 242, 1.0);
}
.exh-read {
	font-size: 18px;
	line-height: 2.35;
	letter-spacing: 0.08em;
}
.exh-ph-wrap {
	padding-top: 40px;
}
.exh-ph {
	width: 48%;
	margin-top: 40px;
}

/*ショップSection設定*/
.exh-shop {
	background-color: rgba(224, 229, 230, 1.0);
}
.exh-shop-title {
	margin-bottom: 40px;
	font-size: 1.15em;
	text-align: center;
}
.exh-shop-data {
	width: 30%;
	text-align: center;
	color: rgba(87, 87, 87, 1.0);
}
.shop-name {
	margin: 7px 0 10px;
}
.shop-tel {
	font-size: 1.25em;
	font-weight: bold;
}
.shop-tel a {
	font-size: 26px;
	color: rgba(87, 87, 87, 1.0);
}
.exh-tenji-pc {
	width: 50%;
}
.shop-link-btn {
	margin-top: 25px;
	text-align: center;
}
.shop-link-btn a, 
.shop-link-btn a:visited {
	padding: 1.0em 1.5em;
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(0, 0, 0, 1.0);
	border-radius: 4px;
	transition: 0.25s;
}
.shop-link-btn a:hover {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(15, 15, 15, 1.0);
}

/*シリーズSection設定*/
.crown-series-logo {
	width: 100%;
	max-width: 410px;
	margin: 0 auto 50px;
}
.link-box {
	width: 23.5%;
	text-align: center;
}
.link-box p {
	padding: 5px 0;
}
.link-box a, 
.link-box a:visited {
	margin-top: 7px;
	padding: 0.5em 0.8em;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(45, 45, 45, 1.0);
	border: double 3px rgba(255, 255, 255, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	transition: 0.25s;
}
.link-box a:hover {
	background-color: rgba(15, 15, 15, 1.0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.crown70th-footer {
	background: rgb(255,255,255) url("../img/his-bg-pc.webp") no-repeat center top;
	background-size: cover;
}
.crown70th-mark {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 180px;
}


/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 767px) {

	.exh-sec {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.exh-read {
		font-size: 17px;
		line-height: 1.85;
		text-align: justify;
		letter-spacing: 0.02em;
	}
	.exh-ph-wrap {
		padding-top: 0;
	}
	.exh-ph {
		width: 100%;
	}
	.exh-shop-title {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.exh-shop-data {
		width: 100%;
	}
	.crown-series-logo {
		width: 75%;
	}
	.link-box {
		width: 48%;
		margin-bottom: 30px;
	}
	.link-box a, 
	.link-box a:visited {
		margin-top: 0;
	}

}
