@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP,
.table_btn {
	display: none;
}

.lead,
.menu,
.paragraph,
.productBox {
	font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.maintitle {
	width: 100%;
	height: 530px;
	background: #f0f0f0;
	position: relative;
}
.maintitle:before {
	content: "";
	display: block;
	width: 100%;
	height: 320px;
	background: #fff;
}
h1 {
	width: 100%;
	height: 530px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/mainimg.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
	top: 0;
}
.lead {
	background: #f0f0f0;
	padding: 10px 0 65px;
}
.lead p {
	width: 930px;
	font-size: 17px;
	line-height: 1.8;
	margin: auto;
}
.lead p a {
	font-weight: bold;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 690px;
	height: 70px;
	background: #bd7d68;
	border-radius: 3px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 72px;
	margin: 50px auto 0;
	position: relative;
	transition: all ease .3s;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
}
a.topbnr:hover {
	background: #d68b72;
}

.innerbnr {
	margin: 90px auto 0;
}
.innerbnr a {
	display: block;
	width: 720px;
	min-height: 190px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/innerbnr_img.png) no-repeat 40px center;
	background-color: #fff;
	color: #333;
	border: 5px solid #d5d5d5;
	margin: auto;
	padding: 32px 25px 0 230px;
	box-sizing: border-box;
}
.innerbnr a p {
	font-size: 14px;
}
.innerbnr a dl {
	margin-top: 13px;
}
.innerbnr a dt {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.innerbnr a dd {
	width: 440px;
	height: 42px;
	background: #bd7d68;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin-top: 15px;
	position: relative;
	transition: all ease .3s;
}
.innerbnr a dd:after {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
}
.innerbnr a dd:hover {
	background: #d68b72;
}


/*==============================================
 目次
============================================= */
.menu {
	margin: auto;
	padding: 55px 0;
}
.menu dl {
	display: table;
	width: 930px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 75px;
	position: relative;
}
.menu dt strong {
	display: block;
	width: 70px;
	font-size: 36px;
	color: #dbdad9;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
}
.menu dd {
	display: table-cell;
	border-left: 4px solid #dbdad9;
	padding: 15px 0 15px 40px;
}
.menu dd a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.2;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 0 auto;
	padding: 70px 0 100px;
}
.paragraph h2 {
	width: 930px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 auto 70px;
}
.paragraph h2 em {
	display: block;
	border-left: 12px solid #bd7d68;
	font-size: 24px;
	color: #bd7d68;
	line-height: 1.9;
	padding: 3px 0 0 30px;
}
.paragraph h2 span span {
	display: block;
	border-left: 12px solid #333;
	padding: 10px 0 8px 30px;
}
.paragraph h3 {
	border-left: 10px solid #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	margin: 90px auto 60px;
	padding: 12px 0 10px 15px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 1.9;
	margin: 0 0 30px;
}

#article01,
#article03 {
	background: #f0f0f0;
}

.spec {
	margin: 80px auto;
}
.spec strong {
	display: block;
	font-size: 20px;
}
.spec table {
	table-layout: fixed;
	background: #fff;
	width: 100%;
	margin: 18px auto 0;
}
.spec th {
	width: 20%;
	background: #f0f0f0;
	border: 1px solid #333;
	font-size: 15px;
	line-height: 1.1;
	vertical-align: middle;
	padding: 12px 15px 11px;
}
.spec td {
	border: 1px solid #333;
	font-size: 15px;
	line-height: 1.1;
	vertical-align: middle;
	padding: 12px 15px 11px;
}



/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}
.w800,
.w800 a {
	width: 800px;
	float: none;
}
.w800 strong {
	display: block;
	font-size: 22px;
	margin-bottom: 30px;
}
.w800 div a {
	width: 450px;
	float: left;
}
.w800 .cap.right {
	width: 320px;
}
.extra,
.extra a {
	width: 800px;
	float: none;
}
.extra .cap {
	margin-top: -40px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: -80px auto 0;
}
.productBox a {
	color: #333;
	text-align: center;
}
.productBox a img {
	display: block;
	width: 640px;
	margin: auto;
}
.productBox a p {
	font-size: 17px;
	margin-top: 25px;
}
.productBox a dl {
	margin-top: 15px;
}
.productBox a dt {
	font-size: 42px;
	font-weight: bold;
}
.productBox a dd {
	width: 570px;
	height: 56px;
	background: #bd7d68;
	border-radius: 3px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin: 25px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox a dd:after {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
}
.productBox a dd:hover {
	background: #d68b72;
}

.spec_table {
	margin: 70px auto 0;
}
.spec_table div {
	font-size: 16px;
	font-weight: bold;
}
.spec_table table {
	width: 100%;
	table-layout: fixed;
	background: #fff;
	margin: 15px auto 0;
}
.spec_table th {
	background: #f0f0f0;
	border: 1px solid #333;
	font-size: 15px;
	line-height: 1.3;
	vertical-align: middle;
	padding: 18px;
}
.spec_table td {
	border: 1px solid #333;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	padding: 18px;
}
.spec_table tr:nth-of-type(1) th:nth-of-type(n+2) {
	width: 224px;
	background: #fff;
	font-size: 17px;
	letter-spacing: -.05em;
	text-align: center;
	vertical-align: middle;
	padding: 30px 13px;
	position: relative;
	background-clip: padding-box;
}
.spec_table th a {
	display: block;
	width: 100%;
	height: 42px;
	background: #bd7d68;
	border-radius: 3px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 44px;
	letter-spacing: 0;
	margin: 10px auto 0;
	position: relative;
	transition: all ease .3s;
}
.spec_table th a:after {
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/arrow.png) no-repeat 0 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -6px;
}
.spec_table th a:hover {
	background: #d68b72;
}
.spec_table th small {
	display: block;
	width: 100%;
	height: 20px;
	background: #f0f0f0;
	font-size: 12px;
	color: #bd7d68;
	line-height: 21px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

/* v202406 */
.v202406 h1 {
	width: 100%;
	height: 530px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/mainimg_202406.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	position: absolute;
	top: 0;
}
.v202406 .spec_table tr:nth-of-type(1) th:nth-of-type(n+2) {
	width: 340px;
	padding: 40px 20px 35px;
	box-sizing: border-box;
}




