@charset "UTF-8";
/* CSS Document */

/* 家具
-------------------------------------------------- */

/* パンくず */
#bread {
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic UI", "MS PGothic", sans-serif !Important;
	font-size: 13px;
    margin: 22px 0 36px;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
#bread li {
    float: left;
    margin-right: 7px;
}
#bread a {
    margin-right: 7px;
    color: #c7000b;
}
#bread a:hover {
    margin-right: 7px;
    color: #c7000b;
    text-decoration: underline;
}
@media (max-width: 599px) {
#bread {
    font-size: 10px;
    margin: 7px 0 20px;
    font-weight: bold;
}
}

.fu-title {
	font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-shadow: 0 0 5px #000;
	text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
@media (max-width: 599px) {
	.fu-title {
		font-size: 4.5rem;
		line-height: 1.5;
		font-weight: 600;
	}
}
.original-fu-h {
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic UI", "MS PGothic", sans-serif !Important;
    background: #fff;
}
.original-fu-h-etc {
    background: #f1f1f1;
	padding: 50px 0 70px 0;
}
/*ラッパー要素*/
.wrapper-ls-fu {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 0 25px 0;
}
.wrapper-ls-fu-etc {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 25px 0 25px 0;
}
/*コンテンツのブロック*/
.contents-ls-l-fu {
	width: 48%;
	display: block;
    position: relative;
    float: left;
	margin-top: 35px;
}
.contents-ls-l-fu img {
    width: 100%;
}
.contents-ls-l-fu div{ padding-top: 10vh; }
.contents-ls-l-fu div:last-child{ padding-bottom: 10vh; }
.contents-ls-l-fu h5 {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: bold;
	color: #000;
    position: relative;
    padding-bottom: 16px;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.15em;
	/*border-bottom: 1px solid #000;*/
}
.contents-ls-l-fu .price {
	color: #000;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-align: justify;
	border-bottom: 1px solid #000;
}
.contents-ls-l-fu .text {
	color: #000;
    margin-top: 20px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-align: justify;
}
.contents-ls-l-fu .notes {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: justify;
    color: #000;
}
.contents-ls-l-fu ul.notes li {
	margin-left: 0;
	text-indent: 0;
	text-align: justify;
}
.text-b-fu {
	font-family: 'Noto Sans JP', sans-serif;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.original-fu-h-etc h5 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 30px;
    line-height: 1.7;
	font-weight: bold;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center;
}

/*画像のブロック*/
.images-ls-r-fu {
	width: 48%;
    display: block;
    position: relative;
    float: left;
	margin-top: 35px;
}
.images-ls-r-fu img {
    width: 100%;
}
.images-ls-r-fu a:hover {
	opacity: 0.5;
}
.images-ls-r-fu-etc {
	width: 25%;
    display: block;
    position: relative;
    float: left;
	margin-top: 15px;
	padding:  1%;
}
.images-ls-r-fu-etc img {
    width: 100%;
}
.images-ls-r-fu-etc a:hover {
	opacity: 0.5;
}

@media (max-width: 599px) {
.wrapper-ls-fu {
    display: block;
    justify-content: normal;
    position: relative;
    padding: 0;
}
.wrapper-ls-fu-etc {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
}
.contents-ls-l-fu h5 {
    padding-bottom: 10px;
    padding-bottom: 2.66666vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 27px;
    line-height: 7.19999vw;
}
.contents-ls-l-fu {
	width: 100%;
	display: block;
    position: relative;
    float: none;
	margin-top: 10px;
}
.contents-ls-l-fu img {
    margin: 0 0 20px 0;
}
.images-ls-r-fu {
	width: 100%;
    display: block;
    position: relative;
    float: none;
	padding: 0 0 20px 0;
	margin-top: 10px;
}
.images-ls-r-fu-etc {
	width: 45%;
    display: block;
    position: relative;
    float: left;
	margin-top: 10px;
	padding:  2%;
}
.contents-ls-l-fu .text {
		margin: 10px 0 10px 0;
		margin: 3vw 0 5vw 0;
		font-size: 12px;
		font-size: 3.2vw;
		line-height: 19px;
		line-height: 5.06666vw;
}
.contents-ls-l-fu .notes {
	margin: 3vw 0 5vw 0;
		font-size: 10px;
		font-size: 2.66666vw;
		line-height: 15px;
		line-height: 4vw;
}
}

/* 商品詳細タブ
-------------------------------------------------- */
.tab_container {
	font-size: 14px;
	line-height: 25px;
    letter-spacing: 0.05em;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 20px 0 20px 0;
}
@media (max-width: 599px) {
	.tab_container {
	font-size: 12px;
	}
}
.tab_item {
  width: calc(100%/2);
  padding:15px 0;
  background-color: #f1f1f1;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #fff;
  /*color: #fff;*/
}

/* 商品詳細タブ　内容
-------------------------------------------------- */
.p-body table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	margin: 0 0 24px 0;
}
	.p-body th {
    background: #f9f9f9;
    font-weight: normal;
}
	.p-body td, .p-body th {
    border: 1px solid #ddd;
    padding: 10px 15px;
    line-height: 2;
    background: #fff;
    vertical-align: middle;
}
.p-body > :last-child {
    margin-bottom: 0;
}
.p-entry-item__tab-content {
    border: 1px solid #ddd;
    display: none;
    margin: 0 !important;
    padding: 40px;
}
@media (max-width: 991px) {
.p-entry-item__tab-content__desc.p-body {
    font-size: 12px;
}
	.p-entry-item__tab-content {
    border: 1px solid #ddd;
    display: none;
    margin: 0 !important;
    padding: 20px 5.5556%;
}
}

/* スライド文字
-------------------------------------------------- */
.slideConts.furniture h5 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 10rem;
	color: #666;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: left;
	opacity: 0.2;
}
.slideConts-fu-L {
  transform: translate(-800px, 0);
	position: relative;
}
.slideConts-fu-L.show {
  transform: translate(-50px, 0) !important;
}
@media (max-width: 599px) {
.slideConts.furniture h5 {
    font-size: 6.5rem;
	}
.slideConts-fu-L.show {
  transform: translate(-20px, 0) !important;
}
}


/* gallery　家具
-------------------------------------------------- */
.gallery-h-furniture {
    background: #fff;
	padding: 50px 0 0 0;
	font-family: 'a-otf-ryumin-pr6n', serif;
	z-index: 1200;
}
.gallery-h-furniture h5 {
    font-family: 'a-otf-ryumin-pr6n', serif;
    font-size: 10rem;
    line-height: 1.2;
    color: #ff0012;
	padding: 0;
	margin: 0;
	text-align: center;
}
.gallery-h-furniture .photo-wrap {
	overflow: hidden;
}
.gallery-h-furniture .photo-wrap {
	position: relative;
	margin-top: 35px;
}
.gallery-h-furniture .furniture-gallery .photo {
	margin: 0 auto;
	max-width: 1120px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
	height: 550px;
}

.gallery-h-furniture .furniture-gallery .photo:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-h-furniture .furniture-gallery .photo:nth-of-type(3) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-h-furniture .furniture-gallery .photo:nth-of-type(4) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-h-furniture .furniture-gallery .photo.show {
	visibility: visible;
	opacity: 1;
}
.gallery-h-furniture .furniture-gallery .photo .wrap {
	position: relative;
	width: 70%;
	overflow: hidden;
	float: left;
}
.gallery-h-furniture .furniture-gallery .photo ul.list {
	position: relative;
	width: 500%;
	display: flex;
	transform: translateX(0);
	transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery-h-furniture .furniture-gallery .photo ul.list li {
	width: 100%;
	height: inherit;
}
.gallery-h-furniture .furniture-gallery .photo ul.list li img {
	width: 100%;
}
.gallery-h-furniture .furniture-gallery .photo .prev,
.gallery-h-furniture .furniture-gallery .photo .next {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	background-color: rgba(125, 125, 125, 0.9);
	cursor: pointer;
	transition: opacity 0.3s;
}
.gallery-h-furniture .furniture-gallery .photo .prev:hover,
.gallery-h-furniture .furniture-gallery .photo .next:hover {
	opacity: 0.5;
}
.gallery-h-furniture .furniture-gallery .photo .prev::after,
.gallery-h-furniture .furniture-gallery .photo .next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	content: "";
}
.gallery-h-furniture .furniture-gallery .photo .prev::after {
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	transform: translate(-25%, -50%) rotate(45deg);
}
.gallery-h-furniture .furniture-gallery .photo .next::after {
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	transform: translate(-75%, -50%) rotate(45deg);
}
.gallery-h-furniture .furniture-gallery .photo .prev {
	left: 0;
}
.gallery-h-furniture .furniture-gallery .photo .next {
	right: 0;
}
.gallery-h-furniture .furniture-gallery .photo ul.thumb {
	display: flex;
	/*justify-content: center;*/
	float: left;
	width: 30%;
	flex-flow: row wrap;
}
.gallery-h-furniture .furniture-gallery .photo ul.thumb li {
	margin: 25px 0 10px 25px;
	width: 125px;
	height: auto;
	cursor: pointer;
	transition: opacity 0.3s;
}
.gallery-h-furniture .furniture-gallery .photo ul.thumb li:hover {
	opacity: 0.5;
}
.gallery-h-furniture .furniture-gallery .photo ul.thumb li.current {
	opacity: 0.5;
	cursor: default;
}
.gallery-h-furniture .furniture-gallery .photo ul.thumb li img {
	width: inherit;
	height: auto;
}
.gallery-h-furniture .tab {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.gallery-h-furniture .tab > li {
	margin: 0 15px;
}
.gallery-h-furniture .tab > li .button {
	position: relative;
	margin: 0;
	width: 220px;
}
.gallery-h-furniture .tab > li .button.current a {
	cursor: default;
	background-color: #ff0012;
	color: #fff;
}
.gallery-h-furniture .tab > li .button.current a span {
	height: 60px;
}
.gallery-h-furniture .button a {
	position: relative;
	margin: 0 auto;
	width: 100%;
	display: table;
	overflow: hidden;
	transition: opacity 0.3s;
	background-color: #000;
	color: #fff;
}
.gallery-h-furniture .button a {
		transition: color 0.2s;
		border-radius: 10px;
}
.gallery-h-furniture.button:not(.current) a:hover {
		color: #fff;
}
.gallery-h-furniture .button a::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #ff0012;
		content: "";
		opacity: 0;
		transform: translateX(-100%);
		transition: all 0.2s ease-in-out;
	}
.gallery-h-furniture .button:not(.current) a:hover::before {
		opacity: 1;
		transform: translateX(0);
		border: solid 2px #fff;
		border-radius: 10px;
	}
.gallery-h-furniture .button span {
	position: relative;
	width: inherit;
	height: 60px;
	display: table-cell;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-indent: 0.05em;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
@media (max-width: 1024px) {
	.gallery-h-furniture .furniture-gallery .photo .wrap {
		position: relative;
		width: 100%;
		overflow: hidden;
		float: none;
	}
	.gallery-h-furniture .furniture-gallery .photo ul.thumb {
		display: flex;
		justify-content: center;
		float: none;
		width: 100%;
		flex-flow: row wrap;
	}
	.gallery-h-furniture .tab {
		margin-top: 20px;
		margin-top: 5.33333vw;
		flex-wrap: wrap;
		width: 100%;
	}

	.gallery-h-furniture .tab > li {
		margin: 0 10px;
		float: left;
		width: 45%;
	}

	.gallery-h-furniture .tab > li .button {
		width: 90%;
		margin: 10px;
	}
}
@media (max-width: 599px) {
	.gallery-h-furniture h5 {
		font-size: 7rem;
	}
	.gallery-h-furniture .furniture-gallery .photo .wrap {
		position: relative;
		width: 100%;
		overflow: hidden;
		float: none;
	}
	.gallery-h-furniture .furniture-gallery .photo {
		height: auto;
		padding-bottom: 70px;
}
	.gallery-h-furniture .godzilla-gallery .photo-wrap {
		margin-top: 20px;
		margin-top: 5.33333vw;
		width: 100%;
	}
	.gallery-h-furniture .furniture-gallery .photo .prev,
	.gallery-h-furniture .furniture-gallery .photo .next {
		margin-top: -18px;
		margin-top: -4.8vw;
		width: 36px;
		width: 9.6vw;
		height: 36px;
		height: 9.6vw;
	}
	.gallery-h-furniture .furniture-gallery .photo .prev::after,
	.gallery-h-furniture .furniture-gallery .photo .next::after {
		width: 10px;
		width: 2.66666vw;
		height: 10px;
		height: 2.66666vw;
	}
	.gallery-h-furniture .furniture-gallery .photo ul.thumb {
		display: flex;
		justify-content: center;
		float: none;
		width: 100%;
		flex-flow: row wrap;
	}
	.gallery-h-furniture .furniture-gallery .photo ul.thumb li {
		margin: 11px 2px 0 2px;
		margin: 2.93333vw 0.53333vw 0 0.53333vw;
		width: 60px;
		width: 16vw;
	}
	.gallery-h-furniture .tab > li {
		margin: 5px 10px 5px 5px;
		float: left;
		width: 44%;
	}

	.gallery-h-furniture .tab > li .button {
		width: 100%;
		margin: 5px;
	}
	.gallery-h-furniture .tab > li .button.current a span {
		height: 50px;
}
	.gallery-h-furniture .button span {
		position: relative;
		width: inherit;
		height: 50px;
		display: table-cell;
		font-size: 2.66666vw;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		text-align: center;
		vertical-align: middle;
		padding: 5px;
}
}

