@charset "utf-8";
/*feature_container*/
.feature_container {
	text-align: center;
	background-color: #fbf8f4;
	padding-bottom: 94px;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.feature_container_inner {
	width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
}
/*feature_head*/
.feature_head {
	margin-top: 70px;
	text-align: left;
}
.feature_head_title {
	font-size: 30px;
	line-height: 52px;
	font-weight: bold;
	color: #4c372b;
}
.feature_head_sub {
	margin-top: 20px;
}
.feature_head_sub_tag {
	display: inline-block;
	font-size: 16px;
	color: #4c372b;
	line-height: 20px;
	border: 1px solid #4c372b;
	padding: 10px 20px;
	display: inline-block;
	min-width: 150px;
	text-align: center;
}
.feature_head_sub_date {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #808080;
	margin-left: 15px;
}
/*feature_body*/
.feature_body {
	margin-top: 40px;
	background-color: #fff;
	border-radius: 20px;
}
.feature_body_image img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.feature_body_contents {
	text-align: left;
	padding: 70px 30px 90px;
}
.feature_body_contents img {
	max-width: 100%;
}
/*feature_set*/
.feature_set_left,
.feature_set_right{
	position: relative;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: left;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 55px;
}
.feature_set_left_image img,
.feature_set_right_image img{
	height: auto;
	width: 560px;
}
.feature_set_left_block {
	z-index: 100;
	top: 0px;
	bottom: 0;
	padding: 30px 40px;
	text-align: left;
	width: 605px;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	margin-left: -103px;
}
.feature_set_right_block {
	z-index: 100;
	top: 0px;
	bottom: 0;
	padding: 30px 40px;
	text-align: left;
	width: 605px;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	margin-right: -103px;
}
.feature_set_title {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #4C372B;
	margin-bottom: 15px;
	text-align: center;
}
.feature_set_text {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align:left;
}
.feature_sub_text {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align:left;
	margin:30px 0 0 150px;
}
.feature_sub_title {
	color:#F3981C;
}
.feature_title{
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	color: #4C372B;
	margin-top: 5px;
}
.feature_text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin: 25px auto 60px auto;
	max-width:830px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}
/*feature_pickup*/
.feature_pickup_title{
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	color: #4C372B;
	margin-top: 125px;
}
.feature_pickup_text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #4C372B;
	margin: 25px auto 0 auto;
	max-width:830px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}
.feature_pickup_list {
	margin-top: 75px;
	margin-right: -25px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature_pickup_list li {
	margin-right: 25px;
	width: calc(33.33% - 25px);
	background-color: #fff;
	padding-bottom: 50px;
	margin-bottom: 35px;
	text-align: center;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	overflow-x: hidden;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
}
.feature_pickup_list_image{
	min-height: 0%;/*IE11*/
}
.feature_pickup_list_image img {
	max-width: 100%;
}
.feature_pickup_list_title {
	text-align: left;
	font-weight: bold;
	margin: 20px 25px;
	font-size: 24px;
	line-height: 36px;
	color: #4C372B;
	text-align: center;
}
.feature_pickup_list_subtitle {
    text-align: left;
	font-weight: bold;
	margin: -10px 25px 20px;
	font-size: 18px;
	line-height: 26px;
	color: #808080;
}
.feature_pickup_list_text {
	margin: 0 25px 20px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
}
.feature_pickup_list_text p{
	margin-bottom: 20px;
}
.feature_pickup_list_text p:last-child{
	margin-bottom: 0;
}
.feature_pickup_list_btn {
	margin: 20px 25px 0;
	margin-top: auto;
	font-weight: bold;
}
.feature_pickup_list_btn a {
	display: block;
	background: #4C372B;
	border-radius: 4px;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	padding: 20px;
}
.feature_pickup_list_btn a:hover {
	opacity: 0.5;
}
.feature_pickup_subtext{
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}
/*feature*/
.feature_other{
	margin-top: 125px;
}
.active{
	background-color: #4c372b;
	border-radius: 4px;
}
.active > span{
	color: #FFFFFF !important;
}
.feature_other_title{
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	color: #4C372B;
}
.feature_other_tag{
	width:auto;
	margin: 70px auto 70px auto;
	text-align: center;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.feature_other_tag li{
	margin: 0px 5px 5px 0;
	padding: 0;
	text-align: left;
}
.feature_other_tag li a,
.feature_other_tag li span label{
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 15px 20px 15px 40px;
	font-size: 18px;
	font-weight: bold;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
}
.feature_other_tag li a:hover,
.feature_other_tag li span label:hover{
	/*text-decoration: underline;*/
	background-color:#4C372B;
	color:#ffffff;
}
.feature_other_tag li.all_btn span label{
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
}
.feature_other_tag li.all_btn span label:hover{
	background-color:#4C372B;
	color:#ffffff;
}
.feature_other_list{
	margin-top: 100px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
}
.feature_other_list li{
	width: calc(33.33% - 25px);
	margin-right: 25px;
	margin-bottom: 30px;
	background-position: center center;
	background-size: cover;
	border-radius: 4px;
}
.feature_other_list li a{
	height: 250px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.feature_other_list li:hover{
	opacity: 0.7;
}
.feature_other_list_text{
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(53, 53, 53, 0.6) 13.55%, rgba(255, 255, 255, 0) 95.49%);
	border-radius: 4px;
	height: 116px;
	width: 100%;
	text-align: left;
}
.feature_other_list_text_inner{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
.feature_other_list_text_inner > span.famaname{
	font-weight: normal;
}
.feature_other_link {
	margin-top: 50px;
	text-align: center;
}
.feature_other_link span {
	width: 475px;
	display: inline-block;
	border-radius: 4px;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	background-color: #4c372b;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.feature_other_link span:hover {
	text-decoration: underline;
}

.search_result_title{
	position: absolute;
	left:17px;
	right:10px;
	bottom:58px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
.search_result_parent{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.search_result_shop{
	position: absolute;
	left:17px;
	right:10px;
	bottom:38px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
.search_result_price{
	position: absolute;
	left:17px;
	right:10px;
	bottom:17px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #4E4E4E;
}
/*もっと見るbutton*/
.feature_cp_box *, .feature_cp_box *:before, .feature_cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feature_cp_box {
	position: relative;
}
.feature_cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.feature_cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.feature_cp_box label:before {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    width: 16rem;
    font-size: 16px;
    content: 'もっと見る';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #4C372B;
    border-radius: 20px;
    background-color: rgba(27, 37, 56, 0);
}
.feature_cp_box label:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 17px;
    right: 20%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #4C372B;
    border-right: 2px solid #4C372B;
    transform: rotate(
135deg
);
    margin: 15px 17px 0 0;
}
.feature_cp_box input {
	display: none;
}
.feature_cp_box .hide_more {
	overflow: hidden;
	height: 160px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.feature_cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.feature_cp_box input:checked + label:before {
    content: '閉じる';
}
.feature_cp_box input:checked + label:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 27%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #4C372B;
    border-right: 2px solid #4C372B;
    transform: rotate(
-45deg
);
    margin: 15px 17px 0 0;
}
.feature_cp_box input:checked ~ .hide_more {
	height: auto;
	padding-bottom: 20px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*もっと見る*/
/*#*/
.feature_other_tag > input{
	display:none;
}
.feature_other_tag > input:checked + li.mix {
	background-color:#4c372b;
	border-radius: 4px;
}
.feature_other_tag > input:checked + li.mix > span > label {
	color:#ffffff;
}
.feature_other_tag > input:checked + li.mix > span > label:hover {
	background-color:#ffffff;
	color:#4c372b;
}
.feature_other_tag > input + li.mix {
	background-color:#ffffff;
	border-radius: 4px;

}
.feature_other_tag > input + li.mix > span > label {
	color:#4c372b;
}
.feature_other_tag > input + li.mix > span > label:hover {
	background-color:#4c372b;
	color:#ffffff;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #4C372B;
    border-bottom: 3px solid #4C372B;
    content: '';
    display: block;
    height: 9px;
    left: 20px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input.checkbox_list[type=checkbox]:checked + li span .checkbox01::after {
    opacity: 1;
}
/*#*/
