@charset "utf-8";

body {

}

.container-offer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;

	width: 80%;
	margin: 0 auto;
	border: double;
	border-color: #8ABFDE;
	margin-top: 5rem;
    padding-bottom: 3rem;
}

.container-offer .item {
	width: 40%;
}

.container-offer .item p {
    font-size: 1.6rem !important;
}


.container-offer div.item.text {
	text-align: left;
	margin-left: 2rem;
    margin-top: 5%;
}

.container-offer .item img {
	max-width: 100%;
}

.offer-title {
	width: 100%;
	text-align: center;
	margin-top: 3rem;
}

.offer-title p {
	font-size: 2rem !important;
    border-bottom: solid 5px #C8AF75;
    width: 40%;
    margin: 0 auto 3rem;
}



p.category {
	cursor : pointer;
	background-color: #fff;
	padding: 0.3rem 2.5rem;
	display: inline-block;
	margin-right: 1.5rem;
	border-radius: 30px;
	border: solid 1px #C8AF75;
}

p.category.active {
	background-color: #C8AF75;
	color:#fff;
}


.fade-in-from-bottom {
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 2s, transform 4s;
}

.fixed-bar {
	position: absolute;
	bottom: 0;
	color: white;
	text-align: center;
	background-color: #C8AF75;
	width: 100%;
}

.ec-categoryHeadRole__image {
	position: relative;
}

.image-text {
	position: absolute;
	top: 50px; /* 画像の上端に配置 */
	left: 50px; /* 画像の左端に配置 */
	color: white; /* テキストの色 */
	padding: 0 30px 0 0;
}

h1.title {
	color: white; /* テキストの色 */
	font-size: 40px!important;
	margin: 0 0 60px!important;
	padding-right: 20px;
	text-shadow: 2px 2px 4px black; /* 黒縁の設定 */
}

.image-text .description p  {
	font-size: 22px!important;
}


.item img {
	max-width: 30%;
}


.ec-price__price {
	font-size: 0.9rem;
	color: #505050;
}


div.ec-shelfRole.list.anchor {
}


.ec-searchnavRole .ec-searchnavRole__topicpath {
	display: block;
	all:initial;
}

.ec-searchnavRole .ec-searchnavRole__inner {
	display: block;
	padding: 4% 3.906vw;
}
.category-title img {
	height: auto;
	width: 8%;
	margin: 3% 0 1%;
}

.category-title span {
	font-size: 150%;
	/* margin: 4% 0 0; */
	vertical-align: -webkit-baseline-middle;
	margin-left: 2%;
}
.ec-topicpath  {
	display: flex;
	align-items: center;
}
.ec-topicpath div {
	text-align: center;
}

.ec-topicpath div.active {
	border-bottom: solid 5px #836324;
}

.ec-topicpath .category {
	font-size: 160%;
	margin: 0 2%;
}
.ec-topicpath div img {
	height: auto;
	width: 50%;
}
.ec-topicpath div a {
	color:inherit
}

.ec-topicpath div a p {
	margin-top: 7%;
}

.btn-search {
	max-width: 450px;
	width: 100%;
	margin: 10px 0;
}

.btn-clear {
	width: 30px;
	background-color: #000;
}

.Form-Item-Input {
	height: 42px;
	background: #eaedf2;
	font-size: 18px;
	color: #323232;
	border: none;
	width: 200px;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
}

.Form-Item-Input::placeholder {
	font-size: 0.9em;
	color: #aaa;
}

section {
	margin-bottom: 50px;
}

div.description.benefits {
	margin-top: 40px;
}
.container-flex .item p {
	margin-top: 15px;
	line-height: 1.2em!important;
}

.category-title {
	width: 100%;
	margin: 5% 0 2%;
}

@media screen and (max-width: 767px){

	.container-offer {
	    width: 95%;
	    margin-top: 2rem;
	    padding-bottom: 1rem;
	}
	.container-offer .item {
	    width: 95%;
	}
	.offer-title p {
	    font-size: 1.6rem !important;
	    width: 60%;
	}
	.offer-title {
	    width: 100%;
	    text-align: center;
	    margin-top: 1rem;
	}
	.container-offer .item p {
	    font-size: 1.4rem !important;
        margin-top: 1rem;
	}


	p.category {
		padding: 0.5rem 1.5rem;
		margin-right: 1rem;
	}

	#fromCal,#toCal {
		max-width: 130px;
	}

	.Form-Item-Input {
		width: 140px;
	}

	.category-title {
		width: 100%;
		margin: 10% 0 5%;
	}
	.category-title img {
		width: 20%;
	}
	.ec-topicpath  {
		flex-wrap: wrap;
	}
	.ec-topicpath div {
		width: 40%;
		margin: 5%;
	}
	.category-title span {
		margin-left: 5%;
	}
	.ec-topicpath div img {
		width: 80%;
	}
	.container-flex .item p {
	}

	.image-text {
		position: absolute;
		top: -10px; 
		left: 20px;
		color: white; /* テキストの色 */
		padding: 0 20px 0 0;
	}


	h1.title {
		color: white; /* テキストの色 */
		font-size: 24px!important;
		margin: 0 0 16px!important;
		padding-right: 40px;
		text-shadow: 2px 2px 4px black; /* 黒縁の設定 */
	}

	.image-text .description p  {
		font-size: 15px!important;
	}

}

.ec-productItemRole__image a.unavailable {
	pointer-events: none;
}

.ec-productItemRole__image a.unavailable:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	mix-blend-mode: darken;
/*
	border-radius: 40px 0 40px 0;
*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.3;
}

.ec-productItemRole__image span.status-icon {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px;
	color: #fff;
	display: none;
	z-index: 3;
}
.ec-productItemRole__image span.unavailable {
	background-color: #f4352d;
}
.ec-productItemRole__image span.ask {
	background-color: #8ABFDE;
}

.ec-productItemRole__image span.available {
	background-color: #C8AF75;
}


.accordion-006 {
	max-width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
}

.accordion-006 summary {
	display: flex;
/*
	justify-content: space-between;
*/
	align-items: center;
	position: relative;
/*
	padding: 1em 2em;
	padding: 0 20px 0 0;
*/
	color: #000;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 10px;
}

.accordion-006 summary::-webkit-details-marker {
	display: none;
}

.accordion-006 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #505050;
	border-right: 3px solid #505050;
	content: '';
	transition: transform .3s;
}

.accordion-006[open] summary::after {
	transform: rotate(225deg);
}

.accordion-006 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 2em 1.5em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
	transform: none;
	opacity: 1;
}



@media (max-width: 767px) {
    .ec-shelfGrid > *:nth-child(2n+1) {
        margin-left: 7px;
    }
}



.testimonials li {
    background-color: #F6F4EF;
}

.testimonials .title {
    margin-bottom: 1.5rem;
}

.testimonials .title img {
    position: relative;
    max-width: 50%;
    height: auto;
    display: block;
}

.testimonials .title p {
    position: absolute;
    margin-top: -10%;
    margin-left: 12%;
}

.testimonials .description p {
    margin: 0 1rem 1rem;
}

.googlereviews {
    text-align: center;
    margin-top: 3rem;
}


.googlereviews a {
	padding: 1% 10%;
    border: 3px solid #C8AF75;
    border-radius: 50px;
    width: 100%;
}

.customers-link {
    margin-top: 1rem;
    margin-left: 1rem;
}

a {
    color: #3c3c3c;
}


li.item_category {
	cursor : pointer;
}


@media (max-width: 767px) {
	.testimonials li {
        margin-left: 0 !important;
	}
	
	.testimonials .title p {
        margin-top: 0.5rem;
	    position: unset;
        margin-left: 0.5rem;
	}

	.testimonials .title img {
	    max-width: 100%;
	}

    .testimonials .ec-shelfGrid > * {
        width: 100%;
        margin-left: 15px;
        margin-top: 20px;
    }
	.googlereviews a {
	    padding: 4% 10%;
	}

}