.vk-breadcrumb-wrapper {
	margin-bottom: 1rem;
}/*singular*/
.main-section {
	z-index: 0;
}.smallTxt {
	font-size: 80%;
}
.product ul,
.product dl {
	padding: 0 !important;
	margin: 0 auto !important;
}
.product-info table {
	border: 1px solid #e2dad1;
	margin-bottom: 1rem;
}
.product-info table p {
	margin-bottom: 0;
}
.product-info table tr>* {
	padding: 1rem;
	font-size: 15px;
}
.product-info table th {
	width: 20%;
	background: #e2dad1;
	border-bottom: 1px solid #FFF;

}
.product-info table td {
	width: 80%;
	padding: 1rem 4rem;
	border-bottom: 1px solid #e2dad1;
}
.product-info .flg_icon {
	display: inline-block;
	background: #6a0417;
	color: #FFF;
	padding: 4px 16px;
	border-radius: 4px;
	margin-left: 8px;
}
#feasible ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 1.5rem 1rem .7rem !important;
	border-bottom: 1px solid #e2dad1;
}
#feasible ul li {
	width: calc(88% / 8);
}
b.reasonablePrice2 {
	font-weight: normal;
	padding: 0;
}
.priceInTax {
	font-size: 100% !important;
}
#kakou>section,
#detailCut>section {
	position: relative;
	padding: .8rem;
}
#detailCut section.none:before,
#kakou section.none:before,
.alignment.none .featureInner:after,
.direction.none .featureInner:after,
.singleContact2.zaiko0:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
}
#detailCut section.none:after,
#kakou section.none:after,
.alignment.none .featureInner:after,
.direction.none .featureInner:after,
.singleContact2.zaiko0:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e2dad1;
	z-index: 0;
	opacity: .5;
}
section .nonetxt {
	display: none;
}
section.none .nonetxt {
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 45%;
	left: calc(50% - 125px);
	width: 250px;
	height: 65px;
	color: #FFF;
	font-size: 130%;
	background: #cd2226;
}
#kakou section.none .nonetxt {
	width: 330px;
	height: 65px;
	left: calc(50% - 165px);
}
section .nonetxt span {
	font-size: 150%;
}
.design-list {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.design-list li {
	width: calc(100% / 5);
	padding: 4px;
}
@media screen and (max-width:768px) {
	#feasible ul {
		padding: 1rem 0 !important;
	}
}
@media screen and (max-width:480px) {
	#feasible ul {
		justify-content: flex-start;
	}
	#feasible ul li:not(:first-of-type),
	#feasible ul li:not(:nth-of-type(6)) {
		margin-left: 1%;
	}
	#feasible ul li {
		width: 19%;
		margin-bottom: 0;
	}
	.product-info table th {
		width: 30%;
	}
	.product-info table td {
		padding: 1rem;
		width: 70%;
	}
	.bnrBtn {
		margin-bottom: 4rem !important;
	}
	.contactBlc article ul,
	.catArchive {
		padding-left: 0 !important;
	}
	.catArchive li {
		max-width: 320px;
	}
	#kakou>section,
	#detailCut>section {
		padding: 1rem 0;
	}
}

.swiper-navigation-icon {
	display: none;
}
.slider-thumbnail .swiper-slide {
	opacity: .5;
	transition: opacity .5s;
	width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.singleContact {
	padding: 2rem;
	border: 2px solid #DDD;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 3rem;
}
/* レイアウトのためのスタイル */
#swiperWrap {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
/* メイン画像 */
.slider {
	width: calc(100% - 120px);
	/* サムネ幅を引く */
}
.swiper.slider img {
	height: 650px;
	width: auto;
	border-radius: 6px;
}
.swiper.slider .swiper-slide {
	background: #fafafa;
}
/* サムネ */
.slider-thumbnail {
	width: 105px;
	height: 650px;
	/* 5枚分の高さ（調整してOK） */
}
/* サムネの画像 */

.slider-thumbnail .swiper-slide {
	height: 100%;
	width: 100%;
	max-height: 105px;
	cursor: pointer;
	position: relative;
}
.slider-thumbnail .swiper-slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}
.slider-thumbnail .swiper-slide img {
	max-height: 105px;
	width: 100%;
	opacity: 0.5;
	border-radius: 6px;
	object-fit: cover;
}
/* 使えない時は非表示 */
.slider-thumbnail .swiper-button-disabled {
	opacity: 0 !important;
	pointer-events: none;
}
.slider-thumbnail .swiper-button-next,
.slider-thumbnail .swiper-button-prev {
	color: #FFF;
	background: #6a0417;
	width: 20px;
	border-radius: 10px;
	height: 20px;
	line-height: 20px;
	left: 65px !important;
}
.slider-thumbnail .swiper-button-next::after,
.slider-thumbnail .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
	transform: rotate(90deg);
}
.slider-thumbnail .swiper-slide-thumb-active img {
	opacity: 1;
	border-radius: 8px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media screen and (max-width:768px) {
	.slider {
		width: 100%;
	}
	#swiperWrap {
		flex-direction: column;
	}
	.slider-thumbnail {
		width: 100%;
		height: auto;
	}
	.slider-thumbnail .swiper-button-prev,
	.slider-thumbnail .swiper-button-next {
		top: 55px !important;
	}
	.slider-thumbnail .swiper-button-prev {
		left: 10px !important;
		right: auto !important;
		transform: rotate(270deg);
	}
	.slider-thumbnail .swiper-button-next {
		left: auto !important;
		right: 10px !important;
		transform: rotate(-90deg);
	}
	.swiper.slider img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:480px) {
	.slider-thumbnail .swiper-slide img {
		width: 70px;
		height: 70px;
		object-fit: cover;
	}
}
.singleContact.zaiko0 {
	position: relative;
	color: rgba(0, 0, 0, .2);
}
.singleContact.zaiko0:after {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "ただいま在庫切れです。";
	z-index: 1;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	left: 0;
	color: #FFF;
	text-align: center;
	top: 0;
}

/*詳細ページ*/
.entry-meta {
	display: none;
}
h1.entry-title {
	color: #2e0a19;
	font-size: 20px;
	padding: 8px 8px 16px 16px;
	border-bottom: 1px solid #e2dad1;
	position: relative;
}
h1.entry-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e2dad1;
	position: absolute;
	bottom: -6px;
	left: 0;
}

/*商品詳細*/
.product-info {
	margin-top: 3rem;
}
.product-info h4 {
	font-size: 18px;
	text-align: center;
	background: none;
	color: #6a0417;
	letter-spacing: 2px;
	position: relative;
}
.product-info h4:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	margin: 10px auto 0;
	background-image: linear-gradient(to right, #333 4px, transparent 2px);
	background-size: 8px 3px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.product-info dl {
	border: 1px solid #e2dad1;
}
.product-info dl dt {
	background: #e2dad1;
	margin-bottom: 0;
	letter-spacing: 2px;
	padding: .8rem 2rem;
	border-bottom: 1px solid #FFF;
}
.product-info dl dd {
	padding: .8rem 4rem;
	border-bottom: 1px solid #e2dad1;
}
.product-info dl dt:last-of-type,
.product-info dl dd:last-of-type {
	border-bottom: none;
}
#content {
	background: #FFF;
	padding: 1rem 2rem;
	margin: 2rem auto 3.5rem;
}
#content p {
	margin-bottom: 0;
}
#content>h4:first-of-type {
	background: none;
	font-size: 15px;
	border-radius: 0;
	border-bottom: 2px solid #6a0417;
}
.catArchive {
	list-style: none;
	margin: 0 auto;
}
.catArchive li {
	width: 90%;
	max-width: 390px;
	margin: 0 auto 1rem;
	position: relative;
}
.catArchive a {
	display: block;
	width: 100%;
	background: #6a0016;
	color: #FFF;
	text-align: center;
	padding: 0.8rem 1.5rem .8rem .8rem;
	border-radius: 6px;
}
.catArchive a:hover {
	color: #FFF;
}
.catArchive li:after {
	font-family: "Material Symbols Outlined";
	content: "\e5cc";
	color: #ffffff;
	font-size: 1.3rem;
	position: absolute;
	right: 1.5rem;
	font-weight: normal;
	top: 50%;
    transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
	transition: .3s all;
}
.contactBlc {
	margin-top: 4rem;
	position: relative;
}
.contactBlc:has(.haibanInfo) {
	margin: 2rem auto 4rem;
}
.contactBlc .haibanInfo {
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	margin-top: 2rem;
}
.entry-body:has(.out) .contactBlc::before {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 95%;
	background: #e2dad1;
	z-index: 1;
	opacity: .5;
}
.contactBlc h4+p {
	text-align: center;
	font-size: 20px;
	letter-spacing: .1rem;
}
.contactBlc article .tel {
	max-width: 560px;
	width: 100%;
	margin: 0 auto 2rem;
	background: #FFF;
	border: 1px solid #e2dad1;
	border-radius: 10px;
	overflow: hidden;
}
.contactBlc article .tel h5 {
	text-align: center;
	background: #6a0016;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 180%;
	margin: 0;
	padding: .2rem .5rem;
}
.contactBlc article .tel div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.contactBlc article .tel div {
	width: 100%;
	padding: 1rem 1rem .7rem;
}
.contactBlc article .tel img {
	width: 28px;
}
.contactBlc article .tel div .open {
	width: 100%;
	text-align: center;
}
.contactBlc article .tel div a {
	font-size: 42px;
	text-decoration: none;
}
.contactBlc article .tel p {
	margin-bottom: 0;
}
.contactBlc article .open {
	font-size: 18px;
	color: #31000a;
	letter-spacing: .1rem;
}
.contactBlc article .tel+p {
	text-align: center;
}
.contactBlc article ul {
	list-style: none;
	position: relative;
	z-index: 0;
}
.contactBlc article ul li {
	width: 90%;
	max-width: 660px;
	margin: 0 auto 1rem;
	position: relative;
}
.contactBlc article ul li:after {
	font-family: "Material Symbols Outlined";
	content: "\e5cc";
	color: #6a0016;
	font-size: 1.5rem;
	position: absolute;
	right: 2rem;
	font-weight: normal;
	top: 18px;
	z-index: 10;
	pointer-events: none;
	transition: .3s all;
}
.contactBlc article ul li.bg:after {
	color: #FFF;
}
.contactBlc article ul li:hover:after{
	transform: translateX(10px);
}
.catArchive li:hover:after  {
	transform: translateY(-50%) translateX(10px);

}
.contactBlc article ul li a {
	background: #FFF;
	font-size: 18px;
	padding: 1rem 3rem;
	text-decoration: none;
	width: 100%;
	display: block;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
}
.contactBlc article ul li.bg a {
	background: #6a0016;
	color: #FFF;
}
.outtxt {
	display: none;
}
.entry-body:has(.out) .outtxt {
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 45%;
	left: calc(50% - 225px);
	width: 450px;
	height: 100px;
	text-align: center;
	color: #FFF;
	font-size: 130%;
	background: #cd2226;
}
#detailCut {
	margin-top: 6rem;
}
.column2 {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 24px;
}
.column2.txt {
	grid-template-columns: 35% auto;
}
.column2 img {
	width: 100%;
}
#detailCut figcaption {
	padding: 1rem .5rem;
}
#detailCut .column3 {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-gap: 24px;
}
.kakouCau1 span {
	color: #cd2226;
}
.calcIn .column2 {
	display: grid;
	grid-template-columns: 20% auto;
	grid-gap: 32px;
}
.calcIn .column2>* {
	margin-bottom: 0 !important;
}
.calcIn .column2 .textArea {
	display: flex;
	align-items: center;
}
.calcIn picture {
	text-align: center;
	margin: 1.5rem auto 0;
	display: block;
	padding: 1rem 0;
	width: 100%;
	background: #FFF;
}
.entry-footer,
.vk_posts.next-prev {
	display: none;
}
section#qa dl {
	position: relative;
}
section#qa dl:after {
	position: absolute;
	top: 25px;
	right: 2rem;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	transform: rotate(135deg);
	transition: border-color .3s ease, -webkit-transform .4s ease;
}
section#qa dl:has(.open):after {
	transform: rotate(320deg);
}
section#qa dl dt {
	background: #6a0016;
	color: #FFF;
	font-size: 16px;
	padding: 1.1rem 1.1rem 1.1rem 7rem;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}
section#qa dl dt::before,
section#qa dl dd:before {
	content: "\51";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 1.5rem;
	font-size: 24px;
	font-weight: normal
}
section#qa dl dt:after,
section#qa dl dd:after {
	content: "";
	width: 1px;
	height: 60%;
	top: 20%;
	background: #a17a7a;
	left: 4.5rem;
	position: absolute;
}
section#qa dl dd {
	background: #0000000d;
	padding: 1.2rem 1.1rem 1.2rem 7rem;
	position: relative;
	line-height: 190%;
	display: none;
	opacity: 0;
	/* transition: .3s all;*/
}
section#qa dl dd+dd {
	/*visibility: hidden;
    overflow: hidden;*/
	display: block;
	opacity: 0;
	transition: 0 all;
}
section#qa dl dd+dd::before {
	display: none;
}
section#qa dl:last-of-type {
	height: 100px;
	overflow: hidden;
}
section#qa dl:last-of-type:has(.open) {
	height: auto;
}
section#qa dl dd.open {
	display: block;
	opacity: 1;
}
section#qa dl dd:before {
	content: "\41";
	color: #6a0016;
}
section#qa dl dd:after {
	background: #a4a4a4;
	height: 90%;
	top: 5%;
}
section#qa dl dd+dd:after {
	display: none;
}
section#qa dl dd a {
	text-decoration: underline;
}
section#qa dl:has(.open) dd+dd {
	display: block;
	opacity: 1;
	/*padding: 1rem 2rem 2rem 2rem;*/
	visibility: visible;
}
.videoContainer {
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: 100%;
	aspect-ratio: 16 / 9;
	/* アスペクト比を固定 */
	object-fit: cover;
	/* 隙間なく埋める */
	height: auto !important;
	background-size: contain;
	margin-inline: 0;

}
section#qa dl:has(.open) dd+dd:before,
section#qa dl:has(.open) dd+dd:after {
	display: none;
}
#detailCut>section:not(:first-of-type),
#kakou>section:not(:first-of-type) {
	margin-top: 3.5rem;
}
#kakou,
#calculate,
#qa {
	margin-top: 5rem;
}
.calcIn {
	margin-bottom: 3rem;
}
@media screen and (max-width:480px) {
	.wp-block-embed-youtube iframe {
		height: auto !important;
	}
	.contactBlc h4+p {
		font-size: 16px;
		letter-spacing: 0;
	}
	.contactBlc article .tel img {
		width: 23px;
	}
	.contactBlc article .tel h5 {
		font-size: 16px;
	}
	.contactBlc article .tel div a {
		font-size: 30px;
	}
	.contactBlc article .tel div .open {
		font-size: 14px;
	}
	.contactBlc article ul li a {
		font-size: 15px;
		padding: 1rem 1.5rem;
	}
	.contactBlc article ul li:after {
		right: 1.5rem;
		top: 15px;
	}
	.contactBlc p.haibanInfo {
		font-size: 16px;
	}
	.entry-body:has(.out) .outtxt {
		top: 45%;
		left: calc(50% - 160px);
		width: 320px;
		height: 80px;
		font-size: 16px;
	}
	#detailCut section.none:after,
	#kakou section.none:after {
		width: 100vw;
		left: -4%;
	}
	#kakou section.none .nonetxt,
	section.none .nonetxt {
		height: 55px;
	}
	#detailCut .column3 {
		grid-template-columns: 48% 48%;
		grid-template-rows: auto auto;
		grid-gap: 8px 24px;
	}
	.pc {
		display: none;
	}
	.meawase figure img {
		max-width: 165px;
		max-height: 130px;
		margin: 0 auto;
		display: block;
	}
	.meawase figure {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.meawase figure:last-of-type {
		grid-column: 1/3;
	}
	.meawase figure:last-of-type figcaption {
		width: fit-content;
		margin: 0 auto;
	}
	#detailCut figcaption {
		padding-top: 0;
	}
	.awase .column2,
	.film .column2,
	.pair .column2,
	.netsu .column2 {
		display: block;
	}
	.awase figure img,
	.film figure img,
	.pair figure img,
	.netsu figure img {
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	.calcIn .column2 {
		display: block;
	}
	.calcIn .column2 figure {
		max-width: 120px;
		margin: 1rem auto !important;
	}
	.calcIn picture {
		margin-top: 0;
	}
	section#qa dl dt {
		font-size: 15px;
		padding: 1rem 2rem 1rem 4rem
	}
	section#qa dl dd {
		padding: 1rem 1rem 1rem 4rem
	}
	section#qa dl dt::before,
	section#qa dl dd:before {
		font-size: 18px;
		left: 1rem;
	}
	section#qa dl dt:after,
	section#qa dl dd:after {
		left: 3rem;
	}
	section#qa dl:after {
		top: 20px;
		right: 1rem;
	}
	section#qa dl:has(.open) dd+dd {
		padding: 26px !important;
	}
	section#qa dl:has(.open) dd+dd iframe {
		/* width: 90% !important;
        height:200px !important;*/
		width: 100%;
		aspect-ratio: 16 / 9;
		/* アスペクト比を固定 */
		object-fit: cover;
		/* 隙間なく埋める */
		height: auto !important;
	}
	.textArea p {
		margin-bottom: 0;
	}
	#detailCut>section:not(:first-of-type),
	#kakou>section:not(:first-of-type) {
		margin-top: 1rem;
	}
}
#kurukuru {
    max-width:90%;
    margin: 2rem auto 0;
    overflow: hidden;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
}
#kurukuru video {
    width: 100%;
}
#kuruLink {
    padding: 0 1.5rem 1rem;
    font-size: 18px;
}
#kuruLink a {
    text-decoration: underline;
}
#kuruLink a:hover {
    text-decoration: none;
}
#kurukuru img,
#kuruLink img {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
#kurukuru img {
    width: 30px;
}
#kurukuru.borderT {
    border-top:1px solid #eaeaea;
    margin-top: 2rem;
    padding-top: 2rem;
}
@media screen and (max-width:480px) {
    #kuruLink {
        padding:.5rem 0 1rem 0;
    }
}