@charset "shift_jis";
/*==============================================
common
============================================= */
/*.lead,*/
.contentsNavi{
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}

/*==============================================
看板
============================================= */
.logoarea {
margin: 0 auto;
padding: 12px 20px;
box-sizing: border-box;
overflow: hidden;}

.logoarea .logo01{
float: left;
padding-top: 3px;}

.logoarea .logo01 img {
width: 85px;}

.logoarea .logo02{
float: right;}

.logoarea .logo02 img {
width: 180px;}


h1 {
padding-top:70%;
margin: -176px auto 0;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/sp_title_02.png)  left top no-repeat;
background-size: 100%;
text-indent: -999em;
font-size: 0;
position: relative;
z-index: 10;
}

p.lead {
font-size: 1.16rem;
line-height: 1.8;
padding: 15px 20px 20px;}

.lead a{
color: #d6927f;
text-decoration: underline;
font-weight: bold;
}

/*--　animation　--*/
.image-crossfader {
overflow: hidden;
position: relative;
height: 200px;
width: 100%;
margin: 0 auto 0;
background-color: #FFF;}

.image-crossfader-inner {
background-size: cover;
background-position: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0;
transform: scale(1.2);
transition:
opacity 4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform 4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}
.image-crossfader-inner.is-visible {
z-index: 1;
opacity: 1;
transform: scale(1);
}
.image-crossfader-inner:nth-child(1) {
background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/sp_title_bg01.jpg');
}
.image-crossfader-inner:nth-child(2) {
background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/sp_title_bg02.jpg');
}
.image-crossfader-inner:nth-child(3) {
background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/sp_title_bg03.jpg');
}
.image-crossfader-inner:nth-child(4) {
background-image: url('https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/sp_title_bg04.jpg');
}


/*==============================================
バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 0 30px 30px 30px;
}

.topbnr a{
display: block;
height: 50px;
background-color: #f49b8a;
overflow: hidden;
border-radius: 50px;
font-size: 1.18rem;
line-height: 50px;
font-weight: bold;
text-align: center;
color: #fff;
transition: 0.1s ease-in-out;
position: relative;}

.topbnr a:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 22px;
margin: auto;
}


/*----　記事内　----*/
.innerbnr a{
display:block;
padding-top:28.88%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/sp_innerbnr.jpg)  left top no-repeat;
background-size: 100%;
box-sizing:border-box;
text-indent: -999em;
font-size: 0;
}


/*==============================================
#mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td,
.productBox .productBoxIn{
font-feature-settings: "palt" 1;
letter-spacing: 0.03em;}


.paragraph p {
font-size: 1.3rem;
line-height: 1.9;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #b8b8b8;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #b8b8b8;
}
.spAccordion {
display: none;}

.paragraphIn{
padding: 0 20px 35px;}

.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
font-weight: bold;}

.paragraph h2 br {
display: none;}

.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.32rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
color: #fff;
display: inline-block;
padding: 5px 20px 3px;
font-size: 1.23rem;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/h2_icon_bg.jpg) ;
margin-bottom: 10px;}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 20px;/*----　左からの矢印の位置　----*/
width: 10px;
height: 10px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 4px solid #a3a3a3;/*----　矢印の色　----*/
border-right: 4px solid #a3a3a3;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph h3 {
font-size: 1.4rem;
line-height: 1.7;
font-weight: bold;
margin-top: 40px;}

.paragraph h3 + p {
margin-top: 20px;
}

.paragraph .subtit {
font-size: 1.32rem;
line-height: 1.7;
font-weight: bold;
margin-top: 40px;}

.paragraph .subtit + .imgBox {
margin-top: 10px;}

.paragraph h3 + .subtit {
margin-top: 20px;
}


/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap,
.imgBox a + .cap{
margin-top: 15px;}

.imgBox div.floatR {
margin-top: 30px;
}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}



/*----　table　----*/
table{	
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border: #404040 1px solid;}

table th,
table td{
padding: 8px;
box-sizing: border-box;
font-size: 1.2rem;
line-height: 1.7;}

table th{
font-weight: bold;
text-align: left;
vertical-align: top;
border-right:#404040 1px dotted;
border-bottom: #404040 1px dotted;
background-color: #f0f0f0;}

table td {
border-bottom: #404040 1px dotted;}

table.spec01{
margin-top: 10px;}

table.spec01 tr{
width: 30%;}
table.spec01 td{
width: 70%;}

table.spec02{	
width: 720px;
margin-top: 13px;}

table.spec02 th,
table.spec02 td {
font-size: 1rem;}

table.spec02 th {width: 13%;
vertical-align: middle;}

table.spec02 td {width: 27%;
text-align: center;}

table.spec02 td + td {
border-left:#404040 1px dotted;}

table .end{border-bottom: none;}

/*==============================================
.productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:30px 20px;}

.reviewnavi {
margin-top: 18px;
font-size: 1.12rem;
font-weight: bold;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/arrow.svg) right 50% no-repeat;
background-size: 16px;
padding-right: 22px;
display: inline-block;
}

.productBoxIn .prdtitle {
font-size: 1.3rem;
font-weight: bold;}

table.spec02 td a {
display: block;
text-align: center;
padding: 18px 0 15px;}

table.spec02 td.reviewitem {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/03_pavilionaero/reviewicon.png)left top no-repeat;
background-size: 86px;
}

table.spec02 a img {
width: 84%;}

table.spec02 a dl {
margin-top: 20px;}

table.spec02 a dt {
font-size: 1.1rem;
font-weight: bold;}

table.spec02 a dd {
margin-top: 12px;
background-color: #f49b8a;
color: #fff;
font-size: 0.85rem;
line-height: 40px;
font-weight: bold;
letter-spacing: 0;
transition: 0.1s ease-in-out;
position: relative;
height: 40px;
border-radius: 40px;}

table.spec02 a dd:after {
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 9px;
margin: auto;
}

/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 0.85rem; 
padding: 0 25px 30px;
color: #333;}

#footer {
padding-top: 30px;}

