@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;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}

#mainContents {
	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;
}


/*==============================================
 看板
============================================= */
.mainCatch {
	width: 100%;
	height: 490px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/mainimg.webp) no-repeat #d7efff center top;
	position: relative;
}
.mainCatch div {
	width: 100%;
	height: 420px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/maincatch.webp) no-repeat center top;
	position: relative;
	top: 45px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
h1 {
	width: 100%;
	height: 104px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/maintitle.webp) no-repeat #00799b center 22px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 930px;
	font-size: 17px;
	line-height: 1.8;
	margin: 50px auto 0;
}
.lead a {
	font-weight: bold;
	color: #00799b;
	text-decoration: underline;
}
.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin: 50px auto 0;
}
.bnr {
	margin: 80px auto;
}
.topbnr a,
.bnr a {
	display:block;
	width: 700px;
	height: 60px;
	background: #00799b;
	border-radius: calc(1px / 0);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	position: relative;
	transition: all ease .3s;
	margin: 0 auto;
}
.topbnr a:after,
.bnr a:after {
	content: "▼";
	display: inline-block;
	font-size: 11px;
	color: #fff;
	position: absolute;
	right: 20px;
	transform: rotate(-90deg);
}
.topbnr a:hover,
.bnr a:hover {
	background: #6cbcd3;
}
.innerbnr a {
	display:block;
	width: 818px;
	height: 168px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/innerbnr.png) no-repeat 0 0;
	margin: 100px auto;
	position: relative;
}
.innerbnr a em,
.innerbnr a span {
	display: block;
}
.innerbnr a em {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.innerbnr a span {
	width: 480px;
	height: 34px;
	background: #00799b;
	border-radius: calc(1px / 0);
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	position: absolute;
	top: 101px;
	right: 39px;
	transition: all ease .3s;
}
.innerbnr a span:after {
	content: "▼";
	display: inline-block;
	font-size: 10px;
	color: #fff;
	position: absolute;
	right: 18px;
	transform: rotate(-90deg);
}
.innerbnr a span:hover {
	background: #6cbcd3;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #efefef;
	margin: 70px auto 0;
	padding: 40px 0;
}
.menu dl {
	display: table;
	width: 930px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}
.menu dt span {
	display: block;
	width: 105px;
	height: 26px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	line-height: 28px;
	border-radius: 3px;
	margin: auto 0;
}
.menu dd {
	display: table-cell;
}
.menu dd a {
	display: block;
	font-size: 15px;
	margin: 15px 0;
}
.menu dd a:hover {
	opacity: .6;
}
.menu dd a em {
	display: inline-block;
	width: 145px;
	font-weight: bold;
	color: #00799b;
	position: relative;
}
.menu dd a em:after {
	content: "…";
	font-weight: normal;
	color: #333;
	position: absolute;
	right: 15px;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 90px auto 0;
}
.paragraph h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto 70px;
}
.paragraph h2 em {
	display: block;
	font-size: 20px;
	color: #00799b;
	margin-bottom: 20px;
}
.paragraph h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 90px auto 70px;
}
.paragraph h3:before {
	content: "＼";
	font-size: 34px;
	font-weight: normal;
	vertical-align: -3px;
	margin-right: 5px;
}
.paragraph h3:after {
	content: "／";
	font-size: 34px;
	font-weight: normal;
	vertical-align: -3px;
	margin-left: 5px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 1.9;
	margin: 0 0 30px;
}
.paragraphIn p em {
	background: linear-gradient(transparent 60%, #c4e2f2 30%);
	font-weight: bold;
}

.review {
	width: 600px;
	border-radius: 30px;
	border: 5px solid #e2e2e2;
	margin: 90px auto;
	padding: 55px 35px;
	box-sizing: border-box;
}
.review div {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}
.review div small {
	display: block;
	font-size: 20px;
}
.review li {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/user01.png) no-repeat 0 center;
	font-size: 16px;
	line-height: 1.6;
	margin: 40px auto 0;
	padding-left: 85px;
}
.review li:nth-child(2) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/user02.png);
}
.review li:nth-child(3) {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/user03.png);
}
.review li em {
	font-weight: bold;
}
.review p.note {
	font-size: 12px;
	line-height: 1.8;
	margin: 50px 5px 0;
}

.lineup {
	margin: 90px auto;
}
.lineup strong {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
}
.lineup table {
	width: 100%;
	table-layout: fxed;
	margin: auto;
}
.lineup th {
	border: 1px solid #9a9fa9;
	background: #eff4f5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.lineup th:nth-of-type(n+2) {
	width: 385px;
	background: #fff;
	padding: 24px 10px 16px;
	box-sizing: border-box;
}
.lineup th dt {
	font-size: 18px;
	font-weight: bold;
}
.lineup th dt br {
	display: none;
}
.lineup th dd {
	display:block;
	width: 300px;
	height: 34px;
	background: #00799b;
	border-radius: calc(1px / 0);
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	position: relative;
	transition: all ease .3s;
	margin: 10px auto 0;
}
.lineup th dd:after {
	content: "▼";
	display: inline-block;
	font-size: 8px;
	color: #fff;
	position: absolute;
	right: 15px;
	transform: rotate(-90deg);
}
.lineup th dd:hover {
	background: #6cbcd3;
}
.lineup td {
	border: 1px solid #9a9fa9;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	padding: 11px 10px 10px;
}

#article02,
#article03,
#article04 {
	border-top: 1px solid #cdcdcd;
	padding-top: 90px;
}
#article04 {
	min-height: 779px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/matome_bg.webp) no-repeat center 0;
	padding-top: 100px;
	box-sizing: border-box;
}
#article04 h2 {
	text-shadow: 0 0 20px #fff;
}
#article04 h2 em {
	height: 0;
	text-indent: -999em;
}
#article04 p {
	text-shadow: 2px 2px 5px #ffffff80, -2px -2px 5px #ffffff80, -2px 2px 5px #ffffff80, 2px -2px 5px #ffffff80;
}


/*==============================================
 画像
============================================= */
.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.7;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 600px;
	margin: 90px auto 0;
}
.mov {
	width: 600px;
	height: 338px;
	background: #666;
	display: table;
	line-height: 0;
}
.movBox strong {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/07_pavilion/icon_mov.png) no-repeat 0 center;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 35px;
}
.movBox .cap {
	font-size: 14px;
	line-height: 1.7;
	margin: 25px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.productBox h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.productBox table {
	width: 100%;
	table-layout: fixed;
}
.productBox th {
	border: 1px solid #9a9fa9;
	background: #eff4f5;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 17px;
}
.productBox th:nth-of-type(n+2) {
	width: 385px;
	background: #fff;
	text-align: center;
	padding: 45px 10px 16px;
	box-sizing: border-box;
	position: relative;
}
.productBox th dt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.productBox th dd {
	display:block;
	width: 300px;
	height: 34px;
	background: #00799b;
	border-radius: calc(1px / 0);
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	position: relative;
	transition: all ease .3s;
	margin: 10px auto 0;
}
.productBox th dd:after {
	content: "▼";
	display: inline-block;
	font-size: 8px;
	color: #fff;
	position: absolute;
	right: 15px;
	transform: rotate(-90deg);
}
.productBox th dd:hover {
	background: #6cbcd3;
}
.productBox td {
	border: 1px solid #9a9fa9;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	padding: 13px 15px 11px;
}
.productBox th.model:before {
	content: "レビュー機";
	display: block;
	width: 100%;
	height: 25px;
	background: #e5c200;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
	top: 0;
	left: 0;
}


