@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu,
.forPC {
	display:none;
}
img {
	display: block;
	width: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 2rem 1.5em;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 86.86%;
}
.lead {
	background: #f0f0f0;
	padding: 2rem;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.lead p a {
	font-weight: bold;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display: block;
	height: 4rem;
	background: #bd7d68;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 4.1rem;
	text-align: center;
	margin: 1.5rem auto 0;
	padding: 0 1.5rem;
	position: relative;
}
a.topbnr:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	vertical-align: middle;
	margin: auto;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 1rem;
	transform: rotate(-45deg);
}
a.topbnr span {
	display: none;
}

.innerbnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/sp_innerbnr.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-top: 30.98%;
}
.innerbnr a * {
	text-indent: -999em;
	font-size: 0 !important;
	margin: 0 !important;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}

.paragraph {
	border-bottom: 1px solid #808080;
	transition: background-color .2s, border-top-color .2s;
}

.spAccordion {
	display: none;
	padding: 0 2rem 2.5rem;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.8rem 1.5rem 1.4rem 4.7rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 small {
	font-size: 1.8rem;
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 2rem;
	width: 10px;
	height: 10px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 5px solid #d3d3d3;
	border-right: 5px solid #d3d3d3;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #bd7d68;
	margin-bottom: .5rem;
}
.paragraph h3 {
	border-left: .6rem solid #333;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 3rem auto 0;
	padding: .4rem 0 0 1rem;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

.spec {
	margin: 2.5rem auto;
}
.spec strong {
	display: block;
	font-size: 1.3rem;
}
.spec table {
	table-layout: fixed;
	background: #fff;
	width: 100%;
	margin: .5rem auto 0;
}
.spec th {
	width: 25%;
	background: #f0f0f0;
	border: 1px solid #333;
	font-size: 1.1rem;
	line-height: 1.3;
	vertical-align: middle;
	padding: .8rem .5rem .6rem;
}
.spec td {
	border: 1px solid #333;
	font-size: 1.1rem;
	line-height: 1.3;
	vertical-align: middle;
	padding: .8rem .5rem .6rem;
}




/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	font-size: 1.4rem;
	margin-bottom: .8rem;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	padding: 3rem 2rem 1rem;
}
.productBox a {
	color: #333;
	text-align: center;
}
.productBox a img {
	width: 100%;
	margin: 0 auto;
}
.productBox a p {
	font-size: 1rem;
	margin: 1.5rem auto 0;
}
.productBox a dt {
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 1rem;
}
.productBox a dd {
	height: 4rem;
	background: #bd7d68;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 4.1rem;
	margin: 1rem auto 0;
	padding: 0 1.5rem;
	position: relative;
}
.productBox a dd:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	vertical-align: middle;
	margin: auto;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 1rem;
	transform: rotate(-45deg);
}

.spec_table {
	margin: 3rem auto 0;
	overflow: hidden;
	position: relative;
}
.spec_table .title {
	font-size: 1.15rem;
	font-weight: bold;
}
.productBox table {
	width: 720px;
}
.productBox table br {
	display: none;
}
.productBox th {
	border: 1px solid #333;
	font-size: 1.2rem;
	text-align: center;
	padding: 1.8rem 1.2rem 1.6rem;
	position: relative;
}
.spec_table th a {
	display: block;
	width: 100%;
	height: 40px;
	background: #bd7d68;
	border-radius: 3px;
	font-size: .9rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 42px;
	letter-spacing: 0;
	margin: .5rem auto 0;
	position: relative;
}
.spec_table th a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	vertical-align: middle;
	margin: auto;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: .6rem;
	transform: rotate(-45deg);
}
.spec_table tr th:nth-of-type(1) {
	display: block;
	background: #fff;
	border: 0;
	font-size: .8rem;
	font-weight: normal;
	position: absolute;
	left: 0;
	margin-top: -.4rem;
	padding: 0 6px 0 1px;
}
.spec_table tr:nth-child(1) th:nth-of-type(1) {
	font-size: 0;
	background: 0;
}
.spec_table td {
	width: 33.33%;
	border: 1px solid #333;
	font-size: 1.1rem;
	text-align: center;
	padding: 1.5rem 1.3rem 1.2rem;
}
.spec_table th small {
	display: block;
	width: 100%;
	height: 1.2rem;
	background: #f0f0f0;
	font-size: .8rem;
	color: #bd7d68;
	line-height: 1.3rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}


.spec_table .forSP {
	max-height: 34rem;
	overflow: hidden;
	transition: .3s linear;
	position: relative;
}
.spec_table.open .forSP {
	transition: .3s linear;
	max-height: 90rem;
}
.table_btn {
	font-size: 1rem;
	color: #898989;
	margin-top: 1.8rem;
}




/* v202406 */
.v202406 h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/sp_mainimg_202406.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: .5rem auto 0;
	padding-top: 86.86%;
}
.v202406 .productBox table {
	width: 500px;
}
.v202406 .spec_table td {
	width: 50%;
}
.v202406 .innerbnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_pavilionaero13/sp_innerbnr_202406.jpg) no-repeat 0 0;
	background-size: 100%;
	padding-top: 30.98%;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding: 10px 0;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}


