/*2104プライベート商品 追加*/

.private_list01,.private_list02{
	max-width: 720px;
	margin: 0 auto 20px auto;
}
.private_img{
	display: inline-block;
	vertical-align: middle;
	max-width: 340px;
}
.private_img img{
	max-width: 300px;
	margin: 0 20px;
}
.private_text{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	width: 350px;
	position: relative;
}
.private_back{
	position: relative;
	background: url(../images/about-text-bg.png) bottom left no-repeat;
	background-size: 100% auto;
	padding: 0 10px;
	line-height: 1.5;
}
.private_text .title{
	font-size: 130%;
	margin-bottom: 10px;
}
.private_text .about__btn-link{
	display: block;
	background: #1a1311;
	color: #fff;
	text-align: center;
	width: 220px;
	margin: 0 auto;
	padding: 15px 0;
	font-weight: bold;
	border-radius: 30px;
}
.private_back img{
	position: absolute;
	right: -20px;
	bottom: -25px;
}

@media(max-width:767px){
	.private_list02{
		display: flex;
		flex-wrap: wrap;

	}
	.private_list02 .private_img{
		order: 1;
	}
	.private_list02 .private_text{
		order: 2;
	}
	
}

.list-page__content .category-list-desc__item {
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 250px;
    padding: 0;
    margin-bottom: 30px;
}
.list-page__content .news-list-desc table {
	width: 80%;
	margin: 0 auto 30px;
}
.list-page__content .news-list-desc table th{
	background: #f5f5f5;
	border: solid 1px #e6e6e6;
	padding: 15px;
}
.list-page__content .news-list-desc table td{
	border: solid 1px #e6e6e6;
	padding: 15px;
}
@media only screen and (max-width : 767px) {
    .list-page__content .category-list-desc__item {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
        padding: 0;
    }
    .list-page__content .category-list-desc__item:first-child a {
        /*height: 300px;*/
    }
    .list-page__content .category-list-desc__item:first-child a .title {
        top: initial;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
	.list-page__content .news-list-desc table {
		width: 90%;
	}
}
.list-page__content .category-list-desc__item a {
    position: relative;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 250px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
}
.list-page__content .category-list-desc__item a.no-image {
    background-size: contain;
    background-color: #fff;
}
@media only screen and (max-width : 767px) {
    .list-page__content .category-list-desc__item a {
        padding-top: 0;
        height: 200px;
    }
}
.list-page__content .category-list-desc__item a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 8px 8px;
    font-size: 1.06rem;
    font-weight: bold;
    padding: 17px 20px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width : 600px) {
    .list-page__content .category-list-desc__item a .title {
        top: 0;
        font-size: 17px;
        border-radius: 8px;
        line-height: 66px;
    }
}

.list-page__content .youtube_movie{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.service__text-about .youtube_movie{
	max-width: 350px;
	margin: 10px auto 50px;
}
.list-page__content .youtube_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service__text-about .youtube_movie iframe{
	max-width: 350px;
}
.list-page__content .img_main{
	margin-bottom: 30px;
}
.list-page__content .text_area{
	width: 100%;
	margin-bottom: 30px;
}
.list-page__content .text_area img,.list-page__content .text_area p{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	padding: 0 10px;
}
.list-page__content .text_area p{
	line-height: 1.3;
}
.list-page__content a.shop_link{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.list-page__content a.shop_link span{
	margin: 3px;
	padding: 15px 30px;
	background: #3b5998;
	border-radius: 25px;
	box-shadow: 3px 3px 3px #999;
	line-height: 5;
}

@media only screen and (max-width : 600px) {
	.list-page__content .img_main{
		margin-bottom: 20px;

	}
	.list-page__content .text_area{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.list-page__content .text_area img,.list-page__content .text_area p{
		width: 100%;
		margin-bottom: 20px;
	}
	.list-page__content .text_area img{
		order: 1;
	}
	.list-page__content .text_area p{
		order: 2;
	}
.list-page__content a.shop_link span{
	font-size: 14px;
	padding: 15px;
	}
}
