@charset "utf-8";
/* CSS Document */

/*====================*/
/*共通項目*/
/*====================*/
.float-L {
	float: left;
}

/*トップ画像*/
#SR-main {
	/*background: url(../images/main_tit.jpg) no-repeat center;*/
	/*background:none;*/
	/*background-size: cover;*/
	/*height: 400px;*/
	/*margin-bottom:120px;*/
	/*background-color: red;*/
	/*base.cssの記述から上記を変更*/
}
/*#index-main ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}*/
/*#index-main ul img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	min-width: 1200px;
}*/
#SR-main .slick-slide{
	text-align:center;
}
#SR-main img{
	/*width: 100%;*/
	/*height: 580px;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;'*/
}
#SR-main li.slick-slide a,
#SR-main li.slick-slide span{
	position: relative;
	width:100%;
	/*padding-top: 30.7692%;*/
	height:400px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
#SR-main li.slick-slide a img,
#SR-main li.slick-slide span img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
 	height: auto;
	/*max-width: fit-content;*/
}




#SR-main .slick-dots {
    /*bottom: -50px;*/
	height:10px;
}
#SR-main .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
#SR-main .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
#SR-main .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
	background-color:#000;
	border-radius:100px;
    opacity: .25;
}
#SR-main .slick-dots li.slick-active button:before {
    opacity: .5;
}



/*1060px幅の箇所*/
section#store-name {
	padding: 0 70px;
}
.w1060 {
	padding-left: 70px;
	padding-right: 70px;
}
.inner02 {
	width: 1060px;
	margin: auto;
}

/*====================*/
/*top-information*/
/*====================*/
#top-information{
	margin-bottom:25px;
	padding:10px 20px;
	text-align:center;
	border: solid 1px #FF0000;
	width: 80%;
	color: #FF0000;
}
/*====================*/
/*ご予約はこちら*/
/*====================*/
#store-name .btn a,
#eventinfo2 .btn a {
	width: 480px;
	margin: auto;
	margin-bottom: 130px;
	padding: 40px 0 50px 0;
	text-align: center;
	display: block;
	background: url(../images/btn_back.png) no-repeat center;
	text-decoration: none;
	color: #fff;
	font-size: 2.1rem;
}


/*====================*/
/*店舗情報*/
/*====================*/
.ttl-SR {
}
.ttl-SR .info-txt{margin-top:-60px;margin-bottom: 30px;padding: 0px;text-align: left; border: none;font-size:12px;}

.ttl-SR h3 {
	background-color: #c8c8c8;
	line-height: 50px;
	height: 50px;
	display: block;
	padding-left: 20px;
	margin-bottom: 50px;
}

/*店名*/
.SR-name {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 0;
	margin-bottom: 80px;
	
}
.SR-name .left {
	width: 50%;
	position: relative;
	display: block;
	/*border-right: 1px solid #c8c8c8;*/
}
.SR-name .right {
	width: 50%;
	position: relative;
	padding-left: 20px; 
	border-left: 1px solid #c8c8c8;
}
.SR-name h2.flex {
	align-items: center;
}
.SR-name h2 span:nth-child(1) {
	width: 20%;
	font-family: 'Century Gothic', serif;
	font-size: 16px;
	border-bottom: solid 1px #c8c8c8;
	padding-bottom: 4px;
	letter-spacing: 0.2em;
	font-weight: 100;
	text-align: center;
	/*position: absolute;
	top: 50%;
	left: 0;*/
}
.SR-name h2 span:nth-child(2) {
	width: 80%;
	text-align:left;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 100;
	letter-spacing: 2px;
	padding-left: 20px;
}


.bn-2c a{width:49%;}
.bn-2c a img{width:100%;}

/*住所・連絡先・開館時間*/
.SR-txt {}

.SR-txt ul.icon {
}
.SR-txt ul.icon li {
	margin-bottom: 50px;
	margin-right: 5px;
}
.SR-txt p.address,
.SR-txt p.area,
.SR-txt p.parking,
.SR-txt p.time{
	margin-bottom: 20px;
}
.SR-txt .txt {
	width: 520px;
}

.SR-txt .fig img {
	width: 500px;
}



/*アクセス*/
.SR-access {}
.SR-access .icon {
	width: 10%;
	position: relative;
}
.SR-access .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.SR-access .txt {
	width: 90%;
	border-left: 1px solid #a7a7a7;
	padding-left: 30px;
	font-size: 18px;
	line-height: 22px;

}
.SR-access .txt h4 {
	font-weight: 600;
	margin-bottom: 20px;
}
.SR-access .txt h5 {
	font-weight: 400;
	margin-bottom: 20px;
	background-color: #efefef;
	display: inline-block;
	padding: 2px 10px;
	
}
.SR-access .txt p {
	margin-bottom: 20px;
	line-height: 1.6em;
}


/*設備・サービス*/
.SR-service {}
.SR-service ul li {
	margin-right: 5px;
}
.SR-service h4 {
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 600;
}
.list-pet .txt {
	margin-left: 30px;
	font-size: 18px;
}
ul.attention li {
	text-indent: -1em;
	padding-left: 1em;
}



/*====================*/
/*インスタグラム*/
/*====================*/
#Insta {
	text-align: center;
}

#Insta h3 {
	padding: 0 55px;
	position: relative;
	display: inline-block;
	font-size: 2rem;
	font-weight: 100;
	font-family: 'Century Gothic', serif;
	letter-spacing: 0.5em;
}
#Insta h3:before, #Insta h3:after{
	content: '';
	width: 45px;
	height: 1px;
	position: absolute;
	top: 50%;
	display: inline-block;
	background-color: #000;
}
#Insta h3:before {left:-20px;}
#Insta h3:after {right: -10px;}

#instagram-gallery li {
	width:300px;
	margin: 0 5px;
}


/*====================*/
/*おすすめの家具をご紹介*/
/*====================*/
section#Recommended {
	background-color: #dfebe8;
	padding:100px 0;
}

ul.ul-reco {
	justify-content: center;
}
ul.ul-reco li {
	width: 300px;
	margin: 26px;
}
ul.ul-reco li figure {
	/*position: relative;
	width:300px;
	height:300px;
	overflow: hidden;*/
	margin-bottom:30px;
}
ul.ul-reco li figure img {
	width: 300px;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
    height: 100%;*/
}
ul.ul-reco li p {
	font-size: 14px;
}
p.att {
	/*padding-bottom: 10px;*/
	display: block;
	text-align: center;
	position: relative;
	width: 750px;
	margin: 0 auto;

}
p.att:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #969696;
	left: 0;
    right: 0;
	bottom: -10px;
}
.view360 {
	/*background: url(../images/ttl-360view.jpg) no-repeat;*/
	position: relative;
	width: 1060px;
	height: 112px;
}
.view360 a {
	display: block;
	background: url(../images/ttl-360view.jpg) no-repeat;
	width: 100%;
	height: 100%;
}

.view360 p {
	color: #fff;
	position: absolute;
	top: 50%;
	right: -34%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 24px;
	line-height: 30px;
	width: 650px;

}
.view360 p span {
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
	font-size: 14px;
	line-height: 2em;
}


/*====================*/
/*おすすめコーディネート*/
/*====================*/
section#Coordination {
	border: 10px solid #f5eecb;
	padding: 90px 30px 40px;
	background: url(../images/cord-deco01.jpg) top right no-repeat;
	margin-bottom: 100px;
}
section#Coordination h3 {
	text-align: center;
	margin-bottom: 100px;
	display: block;
	width: 700px;
	margin: 0 auto 80px;
	background: url(../images/cord-illust01.jpg) no-repeat left,url(../images/cord-illust02.jpg) no-repeat right;
	height: 90px;
}
section#Coordination h3:before {
	background: url(../images/cord-illust01.jpg) left no-repeat;
}
section#Coordination h3 .span01 {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 0.2em;
	line-height: 30px;
	display: block;
	margin-bottom: 18px;
}
section#Coordination h3 .span02 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 30px;
	display: block;
}

section#Coordination .left {
	width: 600px;
}
section#Coordination .left img {
	width: 100%;
}
section#Coordination .right {
	width: 490px;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

/*section#Coordination .right .alighn01,
section#Coordination .right .alighn02 {
	height: 200px;
}*/
section#Coordination .right .alighn01{
	margin-bottom: 20px;
	min-height: 150px;
}
section#Coordination .right .alighn02{}

section#Coordination .right02 {
	/*margin-left: 30px;*/
	display: flex;
	justify-content: space-between;
}
section#Coordination .img-r {
	width: 225px;
	heigtht:225px;
	padding: 0 10px;
}
section#Coordination .img-r img {
	width: 100%;
}

/*====================*/
/*イベント・新着情報*/
/*====================*/
#eventinfo .infobox h3.info {
	margin: 0 auto 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 32px;
    font-size: 18px;
}
#eventinfo .infobox h3.info span {
	background-color: #eae8ea;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
#eventinfo .infobox .figcaption span,
#eventinfo .infobox figure figcaption span {
	color: #fff;
}
/*カテゴリの色*/
#eventinfo .infobox .figcaption span.cat-icon-product,
#eventinfo .infobox figure figcaption span.cat-icon-product{
	background-color:#BBA685;
}
#eventinfo .infobox .figcaption span.cat-icon-event,
#eventinfo .infobox figure figcaption span.cat-icon-event{
	background-color:#E1CC84;
}
#eventinfo .infobox .figcaption span.cat-icon-showroom,
#eventinfo .infobox figure figcaption span.cat-icon-showroom{
	background-color:#DDB3BB;
}
#eventinfo .infobox .figcaption span.cat-icon-gallery,
#eventinfo .infobox figure figcaption span.cat-icon-gallery{
	background-color:#B3BDDD;
}
#eventinfo .infobox .figcaption span.cat-icon-noticet,
#eventinfo .infobox figure figcaption span.cat-icon-notice{
	background-color:#A0CCC4;
}

/*====================*/
/*設備紹介（スライダー）*/
/*====================*/
#SR-slide {
	margin-bottom: 100px;
	background-color: #ecebea;
	padding: 80px 0;
}



.SR-list {
	overflow: hidden;
	/*padding-bottom: 80px;*/
}
.SR-list ul {
	width: 400px;
    margin: 0 auto;
    text-align: center;
}
.SR-list li {
	width:400px;
	position: relative;
	padding: 0 20px;
}
.SR-list li .trim-img {
	overflow: hidden;
    width: 600px;/* トリミングしたい枠の幅 */
    height: 350px;/* トリミングしたい枠の高さ */
    position: relative;
}

.SR-list li .trim-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 120%;
	/*max-height: 100%;*/
	width: auto;
	height: 100%;
}
.SR-list li .list-txt {

}

.SR-list li p {
	background-color: #fff;
	line-height: 20px;
	width: 360px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	/*min-height: 50px;*/
}

.SR-list .slick-track{
	display:flex;
	align-items: stretch;
}
.SR-list .slick-slider li.slick-slide{
	background: #fff;
	float:none;
	height: auto;
	margin: 0 20px;
	padding: 0;
}


/* ++++++++ */

.SR-list .slick-list {
	overflow: visible !important;
}
.SR-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.SR-list .slick-now {
	opacity: 1;
}
.slick-slide img {
	display:inline;
	width:100%;
}
.SR-list .slick-slide span{
	/*position: relative;
	width:360px;
	height:360px;
	overflow: hidden;*/
	margin: 0 auto 8px;
	display: block;
}
.SR-list .slick-slide span img {
	width:360px;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
    height: 100%;*/
}

.SR-list .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.SR-list .slick-active {
	opacity: 1;
}

.SR-list .slick-dots {
    bottom: -80px;
	height:10px;
}
.SR-list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
}
.SR-list .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.SR-list .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
	background-color:#000;
	border-radius:100px;
    opacity: .25;
}
.SR-list .slick-dots li.slick-active button:before {
    opacity: .5;
}

.SR-list .slick-prev,
.SR-list .slick-next {
    width: 70px;
    height: 70px;
	z-index:2;
    background:#999397;
	border-radius:100px;
}
.SR-list .slick-prev:hover,
.SR-list .slick-next:hover{
    background:#999397;
	opacity: 0.5;
}
.SR-list .slick-prev {
    left: -70px;
}
.SR-list .slick-next {
    right: -70px;
}
.SR-list .slick-prev:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	border-color: transparent #fff transparent transparent;
}
.SR-list .slick-next:before {
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-7px;
	margin-left:-7px;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #fff;
}

/*====================*/
/*コラボバナー*/
/*====================*/
#c-brand h2.ttl01{
    margin-bottom: 60px;
}
#c-brand h2.ttl01 .jp{
    font-size: 20px;
}
.berner-collaboration{
	width:90%;
	margin:20px auto 80px;
	justify-content:center;
}
.berner-collaboration li{
	margin:0 20px;
}
.berner-collaboration li img{
	width:200px;
}

/*====================*/
/*近隣のショールーム*/
/*====================*/

#nearby-showroom ul.list-showroom li {
    width: 32%;
   padding:10px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    margin-right: 1%;
}
#nearby-showroom ul.list-showroom li:nth-child(3n) {
    margin-right: 0;
}

#nearby-showroom ul.list-showroom li a{
   text-decoration:none;
}

/* --------------------------------------------------------------- */
/* -- 24.05.30 add sr_reservation -- */
#store-name .sr_reservation {
	position: relative;
	margin-top: 80px;
}
#store-name .sr_reservation::before {
	content: '';
	position: absolute;
	display: block;
	background: #f4f2ea;
	width: 100vw;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.ttl-SR .SR-brand .info-txt {
	margin-top: -20px;
}

/* -- 24.05.30 add sr_reservation -- */

/* -- 25.02.07 add sr_reservation -- */
#store-name .sr_reservation_area {
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	margin-top: 20px;
}
#store-name .sr_reservation_area .sr_ttl {
	background-color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	height: auto;
	text-align: center;
}
#store-name .sr_reservation_area .sr_ttl > span {
	position: relative;
	display: inline-block;
	padding: 20px 40px;
}
#store-name .sr_reservation_area .sr_ttl > span::before,
#store-name .sr_reservation_area .sr_ttl > span::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #282828;
	width: 1px;
	height: 120px;
	top: 50%;
}
#store-name .sr_reservation_area .sr_ttl > span::before {
	left: -10%;
	transform: translateY(-50%) rotate(-35deg);
}
#store-name .sr_reservation_area .sr_ttl > span::after {
	right: -10%;
	transform: translateY(-50%) rotate(35deg);
}
#store-name .sr_reservation_area .sr_ttl span.small {
	font-size: 1.8rem;
}
#store-name .sr_reservation_area .sr_ttl span.txt_free {
	color: #bd5f64;
	font-size: 4.2rem;
}
#store-name .sr_reservation_area .sr_link {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background: #f6f5f3;
	width: 800px;
	text-decoration: none;
	margin: 50px auto 80px;
	padding: 40px;
}

#store-name .sr_reservation_area .sr_link .sr_link_txt {
	width: 330px;
}
#store-name .sr_reservation_area .sr_link .sr_link_txt h4 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}
#store-name .sr_reservation_area .sr_link .sr_link_txt p {
	font-size: 1.8rem;
	line-height: 1.8;
}
#store-name .sr_reservation_area .sr_link .sr_link_txt .base-btn {
	min-width: 330px;
	margin-top: 40px;
}
#store-name .sr_reservation_area .sr_link .sr_link_txt .base-btn a {
	font-size: 1.6rem;
	padding: 0;
	height: 50px;
	line-height: 50px;
}
#store-name .sr_reservation_area .sr_link .sr_link_txt .base-btn a::before {
	width: 12px;
	height: 10px;
	background-color: #505050;
	clip-path: polygon(50% 10px, 0% 0%, 12px 0%);
	border-width: 0;
	right: 20px;
}
#store-name .sr_reservation_area .sr_link .sr_link_img {
	width: 300px;
	height: auto;
}
#store-name .sr_reservation_btn .btn a {
	margin-bottom: 0;
}
/* -- 25.02.07 add sr_reservation -- */
