@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　premium
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
	background-image: url(../img/premium/img_pagetitle_pc.jpg);	
}	
.page-ttl h1 {
	background: rgba(84, 0, 18, 1);
	color: var(--light);
}
.page-nav{
	background: var(--gray);
}
.page-nav-btns li a {
    background: url(../img/common/arw_down_w.svg) no-repeat right 30px center var(--dark);
    background-size: 11px auto;
    color: var(--light);
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* plan
-----------------------------------------------------------------*/
.plan{
	scroll-margin-top: 140px;
	padding: 100px 0 60px;
	background: var(--gray);	
}
.plan .sec-hd{
	margin-bottom: 80px;
}
.plan .plan-detail-info{
	background: var(--light);
}
.plan-detail-info .info-area th {
    background: #E8E4CD;
}
.plan-detail-info .info-area tr + tr {
    border-top: 2px solid var(--light);
}
.plan-detail-info .info-area td {
    background: var(--lightgold);
}

/* equipment
-----------------------------------------------------------------*/
.equipment{
	scroll-margin-top: 140px;
	padding: 160px 0 0;
	background: var(--gray);		
}
.equipment .sec-hd{
	margin-bottom: 80px;
}
.cat-hd{
	margin-bottom: 80px;
}
.cat-ttl{
	display: grid;
	gap: 10px;
	font-weight: 500;
}
.cat-ttl .en{
	font-size: 1.8rem;
	letter-spacing: .2em;
	color: var(--gold);
}
.cat-ttl .ja{
	font-size: 4rem;
}


/* kitchen
-----------------------------------------------------------------*/
.kitchen{
	position: relative;
	padding: 160px 0;
	background: var(--dark);
	color: var(--light);
}
.kitchen .pic-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 1280px;
}
.kitchen .pic-bg .caption{
	right: auto;
	left: 10px;
}
.kitchen .inner{
	position: relative;
	z-index: 10;
}
.equipment .kitchen .cat-hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kitchen-item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 80px 50px;
}
.kitchen-item-list li{
	width: calc(50% - 25px);
}
.kitchen-item-list li:nth-child(n+3){
	width: calc((100% - 100px)/3);
}
.kitchen-item-list li:last-child{
	margin-left: auto;
}
.kitchen-item-list .thumb{
	position: relative;
}
.kitchen-item-list h4{
	margin: 20px 0 10px;
	font-size: 2.2rem;
	letter-spacing: .04em;
}
.kitchen-item-list .txt{
	text-align: justify;
}


/* washstand
-----------------------------------------------------------------*/
.washstand{
	padding: 160px 0;
	background: linear-gradient(213deg, #FFF 0.71%, rgba(255, 255, 255, 0.00) 21.87%);
}
.washstand-item01{
	margin-bottom: 80px;
}
.washstand .txt-area{
	width: 21.43%;
}
.washstand .txt-area h4{
	margin-bottom: 10px;
	font-size: 2.6rem;
}
.washstand .pic-list{
	max-width: 830px;
	width: 74.11%;
}
.washstand .pic-list .caption{
	position: static;
	display: block;
	margin-top: 10px;
	color: var(--dark);
	font-size: 1.8rem;
}
.washstand-item01 .pic-list{
	display: flex;
	gap: 2.4%;
}
.washstand-item02 .pic-list{
	display: flex;
	align-items: flex-end;
	gap: 6%;
}


/* bathroom
-----------------------------------------------------------------*/
.bathroom{
	position: relative;
	padding: 160px 0;
	background: var(--dark);
	color: var(--light);
}
.bathroom .pic-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 1280px;
}
.bathroom .pic-bg .caption{
	right: auto;
	left: 10px;
}
.bathroom .inner{
	position: relative;
	z-index: 10;
}
.bathroom-item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 80px 50px;
	max-width: 730px;
	margin-left: auto;	
}
.bathroom-item-list li{
	width: calc(50% - 25px);
}
.bathroom-item-list .thumb{
	position: relative;
}
.bathroom-item-list .thumb._images{
	display: flex;
	gap: 10px;
}
.bathroom-item-list h4{
	margin: 20px 0 10px;
	font-size: 2.2rem;
	letter-spacing: .04em;	
}
.bathroom-item-list .logo{
	margin-top: 10px;
}


/* lounge
-----------------------------------------------------------------*/
.lounge{
	position: relative;
	padding: 130px 0;
	/*background: linear-gradient(209deg, rgba(255, 255, 255, 0.00) 58.6%, #FFF 97.83%);*/
	background: var(--light);
}
.lounge::before{
	position: absolute;
	left: 0;
	top: 3.125vw;
	display: block;
	content: "";
	width: 100%;
	height: 85%;
	background: var(--lightgold);
}
.lounge .layout-box{
	position: relative;
	z-index: 10;
	align-items: center;
	margin-left: calc((100% - 1120px)/2);
}
.lounge .cat-hd{
	max-width: 480px;
}
.lounge-pic-list{
	display: flex;
	align-items: flex-end;
	gap: 30px;
	width: 46.09vw;
}
.lounge-pic-list li{
	position: relative;
}
.lounge-pic-list li:nth-child(2) img{
	border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 1160px) {
	.lounge .layout-box{
		margin-left: 20px;
	}	
}




















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 834px) {

	.page-ttl{
		background-image: url(../img/premium/img_pagetitle_sp.jpg);	
	}

/* plan
-----------------------------------------------------------------*/
	.plan{
		scroll-margin-top: 50px;
		padding: 70px 0 30px;
	}

/* equipment
-----------------------------------------------------------------*/
	.equipment{
		scroll-margin-top: 50px;
		padding: 70px 0 0;	
	}
	.cat-hd{
		margin-bottom: 60px;
	}
	.cat-ttl{
		gap: 5px;
	}
	.cat-ttl .ja{
		font-size: 2.6rem;
	}


/* kitchen
-----------------------------------------------------------------*/
	.kitchen{
		position: relative;
		padding: 160px 0 106vw;
		background: var(--dark);
		color: var(--light);
	}
	.kitchen .pic-bg{
		position: absolute;
		left: 0;
		bottom: 0;
		max-width: 1280px;
	}
	.kitchen .pic-bg .caption{
		right: auto;
		left: 10px;
	}
	.kitchen .inner{
		position: relative;
		z-index: 10;
	}
	.equipment .kitchen .cat-hd{
		display: block;
	}
	.equipment .kitchen .cat-hd .logo{
		margin-top: 40px;
	}
	.kitchen-item-list{
		flec-direction: column;
		gap: 60px;
	}
	.kitchen-item-list li{
		width: 100%;
	}
	.kitchen-item-list li:nth-child(n+3){
		width: 100%;
	}
	.kitchen-item-list li:last-child{
		margin-left: 0;
	}
	.kitchen-item-list .thumb{
		position: relative;
	}
	.kitchen-item-list h4{
		margin: 20px 0 10px;
		font-size: 2.2rem;
		letter-spacing: .04em;
	}
	.kitchen-item-list .txt{
		text-align: justify;
	}


/* washstand
-----------------------------------------------------------------*/
	.washstand{
		padding: 100px 0;
		background: linear-gradient(213deg, #FFF 0.71%, rgba(255, 255, 255, 0.00) 21.87%);
	}
	.washstand-item01{
		margin-bottom: 60px;
	}
	.washstand  .layout-box{
		display: block;
	}
	.washstand .txt-area{
		width: 100%;
		margin-bottom: 20px;
	}
	.washstand .txt-area h4{
		font-size: 2.4rem;
	}
	.washstand .pic-list{
		max-width: none;
		width: 100%;
	}
	.washstand-item01 .pic-list{
		display: block;
	}
	.washstand-item01 .pic-list li:nth-child(2){
		margin-top: 20px;
	}
	.washstand-item02 .pic-list{
		display: block;
	}
	.washstand-item02 .pic-list li:nth-child(2){
		margin-top: 20px;
		text-align: center;
	}
	.washstand-item02 .pic-list li:nth-child(2) img{
		width: 42.6vw;
	}


/* bathroom
-----------------------------------------------------------------*/
	.bathroom{
		padding: 100px 0 106.6vw;
	}
	.bathroom .pic-bg .caption{
		right: auto;
		left: 10px;
	}
	.bathroom-item-list{
		flec-direction: column;
		gap: 60px;
		max-width: none;
	}
	.bathroom-item-list li{
		width: 100%;
	}
	.bathroom-item-list .thumb._images{
		display: flex;
		gap: 10px;
	}
	.bathroom-item-list h4{
		margin: 20px 0 10px;
		font-size: 2.2rem;
		letter-spacing: .04em;	
	}
	.bathroom-item-list .logo{
		margin-top: 10px;
	}
	.bathroom-item-list .logo img{
		width: auto;
	}


/* lounge
-----------------------------------------------------------------*/
	.lounge{
		padding: 100px 0;
	}
	.lounge::before{
		left: 0;
		top: 40px;
		width: 100%;
		height: calc(100% - 60px);
	}
	.lounge .layout-box{
		display: block;
		margin-left: 0;
	}
	.lounge .layout-box .txt-area{
		padding-right: 20px;
	}
	.lounge .cat-hd{
		max-width: none;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.lounge-pic-list{
		width: 90vw;
		margin-left: auto;
	}
	.lounge-pic-list li{
		position: relative;
	}



}