@charset "utf-8";



body{background: none;}



/**************************************************
 wrapper
**************************************************/
#wrapper{padding-top: 200px;}
#wrapper.s_news{background: #FFEE74;}
#wrapper.s_movie{background: #FFE3E3;}
#wrapper.notfound{background: #FFEE74;}



/**************************************************
 pageHeader
**************************************************/
#pageHeader{
	width: 1200px;
	margin: 0 auto;
}

#pageHeader h1{
	position: relative;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 3px;
}

#wrapper.s_movie #pageHeader h1::before{
	position: static;
	content: '●';
	display: inline-block;
}



/**************************************************
 main
**************************************************/
main{
	width: 1200px;
	margin: 20px auto 0 auto;
	padding: 90px 100px;
	background: #FFFFFF;
	border-radius: 30px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}



/**************************************************
 news
**************************************************/
h3.index_title{
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
	margin: 0 0 30px 0;
	padding: 8px 0 8px 25px;
}
h3.index_title::before{
	width: 8px;
	height: 100%;
	top: 0;
	left: 0;
	background: #EB961D;
	border-radius: 4px;
}

.newsIndex{width: 660px;}
.newsIndex ul li:first-of-type{margin: 0 30px 0 0;}
.newsIndex ul li:nth-of-type(2n){margin: 30px 0 0 0;}
.newsIndex ul li:nth-of-type(2){margin: 0;}

/* .newsIndex ul li{
	width: calc(50% - 15px);
	margin: 30px 30px 0 0;
}
.newsIndex ul li a{
	display: block;
	height: 100%;
	padding: 25px;
	color: #000000;
	background: #F6F5F2;
	border-radius: 20px;
}
.newsIndex ul li a div{
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
}
.newsIndex ul li a div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.newsIndex ul li a span{
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 20px;
	margin-top: 25px;
}
.newsIndex ul li a span::before{
	width: 14px;
	height: 14px;
	top: 1px;
	left: 0;
	border-radius: 100%;
}
.newsIndex ul li a span.news_info::before{background: #5683FF;}
.newsIndex ul li a span.news_event::before{background: #E04414;}
.newsIndex ul li a small{
	display: block;
	font-size: 1.6rem;
	margin-top: 20px;
}
.newsIndex ul li a strong{
	display: block;
	margin-top: 10px;
	font-size: 2.0rem;
	line-height: 1.6;
	text-decoration: underline;
}
.newsIndex ul li a:hover{opacity: 0.5;}
.newsIndex ul li a:hover img{opacity: 1.0;}
.newsIndex ul li a:hover strong{text-decoration: none;} */

aside{width: 250px;}

aside nav h3{
	font-size: 2.0rem;
	letter-spacing: 1px;
	margin-top: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
}
aside nav h3:first-of-type{margin-top: 0;}
aside nav ul{padding-top: 5px;}
aside nav ul li{
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
}
aside nav ul li a{
	position: relative;
	display: block;
	color: #000000;
	padding-left: 20px;
}
aside nav ul li a::before{
	width: 11px;
	height: 17px;
	top: 4px;
	left: 0;
	background: url("../../img/showroom/arrow2.svg") no-repeat 0 0;
}
aside nav ul.category li:first-of-type a span{color: #5683FF;}
aside nav ul.category li:nth-of-type(2) a span{color: #E04414;}
aside nav ul li a:hover{opacity: 0.5;}

.pageNavi{
	width: 100%;
	margin: 80px 0 0 0;
	padding: 60px 0;
	border-top: 2px solid #A0A0A0;
	-webkit-box-pack: center;
	justify-content: center;
}
.pageNavi a,
.pageNavi span{
	margin: 0 5px;
	width: 40px;
	height: 40px;
	font-size: 2.0rem;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.pageNavi a:hover{opacity: 0.5;}
.pageNavi span{
	background: #FFEE74;
	border: none;
}

article.s_news h2{
	padding-bottom: 30px;
	border-bottom: 2px solid #A0A0A0;
}
article.s_news h2 small{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-right: 40px;
}
article.s_news h2 span{
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 20px;
}
article.s_news h2 span::before{
	width: 14px;
	height: 14px;
	top: 1px;
	left: 0;
	border-radius: 100%;
}
article.s_news h2 span.s_news_info::before{background: #5683FF;}
article.s_news h2 span.s_news_event::before{background: #E04414;}
article.s_news h2 strong{
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 25px;
}

article.s_news p{
	margin-top: 30px;
	font-size: 2.0rem;
	line-height: 2.0;
}

.wp-block-image{
	padding-top: 30px;
	text-align: center;
}
.wp-block-image img{
	display: block;
	margin: 30px auto 0 auto;
	max-width: 100%;
}
.wp-block-image figcaption{
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}
.wp-block-image .alignleft {float: none;}

.wp-block-gallery{margin-top: 40px;}
.wp-block-gallery figcaption{font-size: 1.6rem;}

.backBtn{
	margin-top: 100px;
	padding-top: 60px;
	border-top: 2px solid #A0A0A0;
}
.backBtn a{
	position: relative;
	display: block;
	width: 500px;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align:center;
	color: #000000;
	padding: 30px 0;
	background: #FFEE74;
	border-radius: 20px;
}
.backBtn a::before{
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	right: 20px;
	background: url("../../img/showroom/pointer1.svg") no-repeat 0 0;
	background-size: 100%;
}
.backBtn a:hover{opacity: 0.5;}
.backBtn a:hover::before{right: 10px;}



/**************************************************
 cooking reserve-confirm、reserve-comp
**************************************************/
#wrapper.reserve-confirm,#wrapper.reserve-comp {
	background-color: #F8F6F3;
}



/**************************************************
 movie
**************************************************/
.movieHanger ul li{
	width: calc(50% - 15px);
	margin: 40px 30px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.movieHanger ul li:first-of-type{margin: 0 30px 0 0;}
.movieHanger ul li:nth-of-type(2n){margin: 40px 0 0 0;}
.movieHanger ul li:nth-of-type(2){margin: 0;}
.movieItem{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 5px;
}
.movieItem iframe{
	width: 100%;
	height: 100%;
}

.more{
	width: 40px;
	margin:  0 auto;
	padding-top: 30px;
	text-align: center;
}
.more span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #000000;
	margin: 34px auto 0 auto;
}


/**************************************************
 404
**************************************************/
.notfound_image{ text-align: center;}



/**************************************************
 footer
**************************************************/
footer{margin-top: 100px;}


