@charset "UTF-8";

/*-----------------------------------------------------------------------------------*/
/*
/*-----------------------------------------------------------------------------------*/

/* COMMON */
.page--customer-guide .container__main a,
.page--customer-guide .content-list a{ text-decoration: underline; }
.page--customer-guide .container__main a:hover,
.page--customer-guide .content-list a:hover{ text-decoration: none; }

/*
.container__g-nav,
.g-nav__inner{ width: 185px; }
*/

a.btn--6{
	//width: 100%;
	width: auto;
	display: inline-block;
	padding: 0 20px;
}

/* HEADER */
.page__notice-sec h1{
	font-size: 11px;
	display: inline-block;
}
.page__notice-sec p{
	font-weight: bold;
	margin-left: 10px;
	display: inline-block;
}

/* FOOTER */
.shop-sec__item--3 > a > img { width: 80%; }

/* PRODUCTS */
.page--products-detail .modal_active{
	visibility:visible;
	opacity: 1;
}

/* PRODUCTS LIST ADJEST */
.page--products-list .content--products__inner {
	font-size: 0;
	letter-spacing: 0;
	width: auto;
}
.page--products-list .content--products__inner .sec-2__item{
	width: 100%;
    margin-bottom: 40px;
	vertical-align: top;
	padding: 0 3%;
	box-sizing: border-box;
	display: inline-block;
}
.page--products-list .content--products__inner .sec-2__item--2{ width: 50%; }
.page--products-list .content--products__inner .sec-2__item span{ font-size: 12px; }
.page--products-list .content--products__inner .sec-2__item span.checkpoint {
	color: #ff0000;
	font-weight: 700;
	font-family: "Taviraj", serif;
	margin-top: 5px;
	display: inline-block;
	margin-left: 10px;
}
.page--products-list .content--products__inner .sec-2__item span.souryou-muryou{
	font-size: 12px;
	font-weight: 700;
	color: #BFAB84;
	margin-left: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* WP PAGE NAVI STYLE */
.wp-pagenavi{
    font-size: 0;
	line-height: 30px;
    text-align: center;
	margin-bottom: 20px;
}
.wp-pagenavi span,
.wp-pagenavi a{
	font-size: 13px;
	padding: 0 10px;
	vertical-align: middle;
	display: inline-block;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover{ text-decoration: underline; }
.wp-pagenavi .current{ background: #cccccc; }
.wp-pagenavi .previouspostslink{
	text-decoration: none !important;
    height: 30px;
    margin-right: 20px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: relative;
}
.wp-pagenavi .previouspostslink::before{
	content: " ";
	width: 8px;
	height: 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
}
.wp-pagenavi .nextpostslink{
	text-decoration: none !important;
	height: 30px;
	margin-left: 20px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	position: relative;
}
.wp-pagenavi .nextpostslink::before{
	content: " ";
	width: 8px;
	height: 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
}

/* FORMAT 1-2-3 ADJEST */
.content--feature__inner p a,
.content--products figcaption a,
.product-image-sec__inner figcaption a,
.content--feature__text a { text-decoration: underline !important; }
.content--feature__inner p a:hover,
.content--products figcaption a:hover,
.product-image-sec__inner figcaption a:hover,
.content--feature__text a:hover { text-decoration: none !important; }
.content--feature__inner--2 .sec-4__text { margin-bottom: 20px; }
.content--feature__inner--3 .sec-5__photo { text-align: center; }
.content--feature__inner--3 .sec-5__photo img{ max-width: 630px; }

.sec-2__item .trim,
.item-list__item .trim{
	overflow: hidden;
	width: 160px;/* トリミングしたい枠の幅 */
	height: 160px;/* トリミングしたい枠の高さ */
	position: relative;
	margin-bottom:15px;
}
.sec-2__item .trim img,

.item-list__item .trim img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.product-image-sec__type-sec-list-wrapper .inline_list { font-size: 0; }
.product-image-sec__type-sec-list-wrapper .inline_list li{
	margin-right: 4.5%;
	vertical-align: top;
	display: inline-block;
}
.product-image-sec__type-sec-list-wrapper .inline_list li:nth-child(4n){ margin-right: 0; }
.product-image-sec__type-sec-list-wrapper .inline_list li figcaption{ font-size: 12px; }

/* Modal */
.detail-sec__list{ font-size: 0; }
.detail-sec__list .detail-sec__list-item-wrapper--2{
    float: none;
    margin: 0 4.5% 40px 0;
    vertical-align: top;
    display: inline-block;
}
.detail-sec__list-item-wrapper--2:nth-child(3n) { margin-right: 0; }
.detail-sec__list .detail-sec__list-item-wrapper--3{
    float: none;
    margin: 0 2.5% 40px 0;
    vertical-align: top;
    display: inline-block;
}
.detail-sec__list .detail-sec__list-item-content { font-size: 12px; }
.detail-sec__list .detail-sec__list-item-content a{ text-decoration: underline; }
.detail-sec__list .detail-sec__list-item-content a:hover{ text-decoration: none; }



/* Notice */
.product-info-sec__notice{
	margin-bottom:20px;
}