@charset "UTF-8";

.mt-115px{
	margin-top: 7.1875rem;
}
.mb-30px{
	margin-bottom: 1.875rem;
}
.mb-20px{
	margin-bottom: 1.25rem;
}
.max-w-160px{
	max-width: 10rem;
	min-width: unset;
}
.max-w-190px{
	max-width: 11.875rem;
	min-width: unset;
}
.max-w-365px{
	max-width: 22.8125rem;
	min-width: unset;
}
.max-w-390px{
	max-width: 24.375rem;
	min-width: unset;
}
.max-w-600px{
	max-width: 37.5rem !important;
	min-width: unset;
}
.p-10px{
	padding: 0.625rem !important;
}
.p-15px{
	padding: 0.9375rem !important;
}
.gap-40px{
	gap: 2.5rem;
}
.h-81px{
	height: 5.0625rem;
}

/* change pref modal style */
.modal-area-header{
	color: #7b7b7b;
}

#changePrefModal {
	text-align: left;
}
#changeAreanoModal .modal-area-body:hover,
#changePrefModal .modal-area-body:hover{
	text-decoration-line: underline;
	color: #787878;
}

#select-delivery-time {
	color: black;
}

/* calendar modal style */
.custom-calendar-saturday a.ui-state-default {
	background-color: #c1e0ff;
}
.custom-calendar-sunday a.ui-state-default {
	background-color: #ffc1c1;
}
.custom-calendar-holiday a.ui-state-default {
	background-color: #ffe0c1;
}

/* delievry_box style */
#delivery_box{
	border: 2px solid #ff8300;
	padding: 1rem 0.1rem 0rem 0.1rem;
	width: 100%;
	border-radius: 0.625rem;
}
#delivery_box .delivery-button-wrapper{
	max-width: 25%;
	width: 100%;
}
#delivery_box .search-button-wrapper{
	max-width: 12%;
	width: 100%;
}
#delivery_box .search-select-price-wrapper{
	max-width: 30%;
	width: 100%;
}
#delivery_box .msearch_go2detail_btn {
	max-width: 100%;
	width: 100%;
}

#delivery_box .msearch_hide_banner_btn{
	max-width: 10%;
	width: 100%;
}

#delivery_box button{
	position: relative;
	width: 100%;
	white-space: nowrap;
	text-align: left;
	color: #464646;
	border-color: #ABABAB;

	padding: 0.625rem;
	line-height: 1;
	border-radius: 0.5rem;
}
#delivery_box button:focus{
	box-shadow: none;
}
#delivery_box button .delivery_text{
	display: inline-block;
	padding-left: 1rem;
}

#delivery_box button .btn-text{
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

#delivery_box #delivery_search_type{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border: #ababab 1px solid;
	border-radius: 0.5rem;
	font-size: 18px;
	flex-wrap: nowrap;
}
#delivery_box #delivery_search_type label{
	display: flex;
	font-weight: normal;
	align-items: center;
	flex-wrap: nowrap;
	cursor: pointer;
	white-space: nowrap
}
#delivery_box #delivery_search_type label:first-child{
	padding: 1.125rem 0rem;
}
#delivery_box #delivery_search_type label:last-child{
	padding: 1.125rem 0rem;
}

#delivery_box .price-label {
	width: 80%;
	padding: 0.625rem 0rem;
}

#delivery_box #delivery_price {
	border: #ababab 1px solid;
	border-radius: 0.5rem;
	padding: 5px;
}

.msearch {
	margin-top: 90px;
	padding: 0 0.5rem;
}

.msearch .search-title{
	margin-bottom: 0.5rem;
}

.msearch h1{
	font-size: 18px;
	display: inline-block;
}

.msearch .search-area {
	font-size: 14px;
	display: inline-block;
	text-align: left;
	line-height: 36px;
}

.msearch .search-area img{
	height: 16px;
	width: auto;
}

.msearch .search-area a{
	font-size: 12px;
	text-decoration: none;
	background-color: white;
	border-radius: 15px;
	border: 1px solid #C8C8C8;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 15px;
	white-space: nowrap;
}

.msearch .search-area a:hover{
	background-color: #ff8300;
	color: white;
	border-color: #ff8300;
}

#msearch_calender {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor:pointer;
	/*background-color: #fff;*/
	padding-left: 10px;
}

.msearch_news {
	text-align: center;
	margin:10px 0 30px 0;
	overflow: hidden;
	width: 100%;
}

.msearch_box {
	line-height: normal;
	margin-bottom: 20px;
}

.picker--opened .picker__frame
{
	top: 200px;
}

.topic .swiper-container {
	width: 640px;
}

/*.swiper-wrapper {
  position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
/*top: 0;
  left: 0;
}*/

/*.swiper-wrapper img {
	width: 100%;
}*/

.topic .swiper-container:before {
	content: "";
	display: block;
	padding-top: calc(9/16*100%); /* 縦/横*100の値を書く */
}

#msearch_main_banner .swiper-pagination-clickable .swiper-pagination-bullet{
	margin-top: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#msearch_main_banner .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 200px;
	min-height: 40px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1 !important;
}

.topic .swiper-button-prev {
	width: 30px;
	height: 70px;
	background: #000;
	color: #FFF;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}

.topic .swiper-button-next {
	width: 30px;
	height: 70px;
	background: #000;
	color: #FFF;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}

.swiper-button-prev, .swiper-button-next {
	z-index: 100;
}

#msearch_main_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #11BEAE;
}

.swiper-container-recommend-bento .swiper-slide {
	width: 300px;
}

.swiper-container-recommend-bento .swiper-slide img {
	width: 100px;
}

.recommend_bento_list, .recommend_tenant_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	padding-left:0px;
}

.swiper-container-recommend-bento,
.swiper-container-recommend-tenant {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-container-recommend-bento.swiper-initialized,
.swiper-container-recommend-tenant.swiper-initialized {
    opacity: 1;
}

.swiper-container-recommend-bento, .swiper-container-recommend-tenant {
  width: 100%;
  box-sizing: border-box;
}

.swiper-container-recommend-bento .swiper-slide img,
.swiper-container-recommend-tenant .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-container-recommend-bento .swiper-recommend-bento-button-prev,
.swiper-container-recommend-tenant .swiper-recommend-tenant-button-prev {
	width: 30px;
	height: 50px;
	background: #000;
	color: #FFF;
	opacity: 0.6;
	position: absolute;
	margin-top: -15px;
}

.swiper-container-recommend-bento .swiper-recommend-bento-button-next,
.swiper-container-recommend-tenant .swiper-recommend-tenant-button-next {
	width: 30px;
	height: 50px;
	background: #000;
	color: #FFF;
	opacity: 0.6;
	position: absolute;
	margin-top: -15px;
}

/* エリア・日時検索欄のスタイル */
.msearch_simple_search_box form {
	position: relative;
}

.msearch_simple_search_box img
{
	position: absolute;
	height: 1rem;
	width: auto;
	top: 50%;
	left: 1rem;
	transform: translate(-50%, -50%);
}

.msearch_simple_search_adress_topic,
.msearch_simple_search_deliv_dt_tpic {
	font-size: 18px;
	margin-right: 16px;
	margin-left: 16px;
}

.msearch_simple_search_adress_topic span,
.msearch_simple_search_deliv_dt_tpic span {
	line-height: 24px;
	vertical-align: middle;
}

.msearch_prefectures,
.msearch_municipality,
.msearch_date,
.msearch_time {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
	border-radius: 7px;
	font-size: 18px;
	height: 56px;
	margin-right: 10px;
	padding-left: 10px;
	position: relative;
}

.msearch_simple_search_deliv_adress_select {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 56px;
}


#msearch_pref{
	min-width: 148px;
	max-height: 56px;
	min-height: 56px;
	background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
	border: 1px solid var(--unnamed-color-c8c8c8);
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border: 1px solid #C8C8C8;
	border-radius: 7px;
	opacity: 1;
	margin-right: 8px;
	padding-left: 20px;
	padding-top: 14px;
	z-index: 10;
}

#msearch_ward{
	width: 220px;
	max-height: 56px;
	min-height: 56px;
	background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
	border: 1px solid var(--unnamed-color-c8c8c8);
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border: 1px solid #C8C8C8;
	border-radius: 7px;
	opacity: 1;
	padding-left: 20px;
	padding-top: 14px;
	z-index: 10;
}


.msearch_prefectures {
	width: 148px;
}

.msearch_municipality {
	width: 220px;
}

.msearch_date {
	width: 220px;
	max-width: 220px;
}


.msearch_date:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-top: 8px solid #787878;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.msearch_date #msearch_calender,
#msearch_time .custom-select-wrapper .custom-select .custom-select-trigger,
#msearch_pref .custom-select-wrapper .custom-select .custom-select-trigger,
#msearch_ward .custom-select-wrapper .custom-select .custom-select-trigger
{
	height: 100%;
	padding-top: 2px;
	text-align: left;
	font: normal normal normal 16px/27px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
}

input#msearch_calender:placeholder-shown {
	color: #464646;
	opacity: 1;
}
input#msearch_calender::placeholder {
	color: #464646;
	opacity: 1;
}
/*
.msearch_date #msearch_calender_table tr td:first-child div.picker__day--infocus:not(.picker__day--disabled){
	  background-color: #ffecec;
	  color: #f00!important;
	}
.msearch_date #msearch_calender_table tr td:first-child div.picker__day--infocus:not(.picker__day--disabled):hover{
	  background: #b1dcfb;
	}
.msearch_date #msearch_calender_table tr td:last-child div.picker__day--infocus:not(.picker__day--disabled){
	  background-color: #eaeaff;
	  color: #00f!important;
}
.msearch_date #msearch_calender_table tr td:last-child div.picker__day--infocus:not(.picker__day--disabled):hover{
	  background: #b1dcfb;
}
*/

#msearch_time .custom-select-wrapper .custom-select .custom-options .custom-option-padding,
#msearch_pref .custom-select-wrapper .custom-select .custom-options .custom-option-padding,
#msearch_ward .custom-select-wrapper .custom-select .custom-options .custom-option-padding
{
	border-bottom: 1px solid #E0E0E0;
}

#msearch_time .custom-select-wrapper .custom-select .custom-options .custom-option,
#msearch_pref .custom-select-wrapper .custom-select .custom-options .custom-option,
#msearch_ward .custom-select-wrapper .custom-select .custom-options .custom-option
{
	font-size: 16px;
	line-height: 32px;
	color: #464646;
}

#msearch_time {
	/**
	width: 148px;
	max-width: 148px;
   */
	min-width: 148px;
	max-width: 148px;
	max-height: 56px;
	min-height: 56px;
	background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
	border: 1px solid var(--unnamed-color-c8c8c8);
	background: #F5F5F5 0% 0% no-repeat padding-box;
	border: 1px solid #C8C8C8;
	border-radius: 7px;
	opacity: 1;
	margin-right: 8px;
	padding-left: 20px;
	padding-top: 14px;
}

#delivery_box .msearch_go2detail_btn button {
	border: none;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: #797979;
	background-color: white;
}
#delivery_box .msearch_go2detail_btn button.active{
	color: white;
	background-color: #797979;
}
#delivery_box .msearch_go2detail_btn button.active img{
	filter: brightness(5);
}
#delivery_box .msearch_hide_banner_btn button {
	background-color: #ff8200;
	border: solid 1px #ff8200;
	border-radius: 0.5rem;
	padding: 1rem;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 1.125rem;
	font-weight: bold;
	color: white;
	background-color: #ff8200;
	transition: opacity .3s;
}

/* detail search form style */
#msearch_detail_area{
	transition: .5s;
	max-height: 30rem;
	overflow: hidden;
	margin-top: 0;
	padding-top: 1rem;
}
#msearch_detail_area.h-0{
	max-height: 0;
}
#msearch_detail_area label.col-form-label{
	font-weight: bold;
	width: 9rem;
}
#msearch_detail_area label.col-form-label#label_number{
	max-width: 5rem;
}
#msearch_detail_area .detailSelectBoxItem
{
	width: 9rem;
}
#msearch_detail_area .detailSelectBoxItem#detailSearchBentoNumber
{
	text-align: center;
}
#msearch_detail_area .msearch_tag_popular_list{
	padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    font-size: inherit;
    line-height: 1.42857143;
}


#payment .msearch_go2detail_btn button#msearch_go2detail_btn {
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #FF8200;
}

#payment .msearch_go2detail_btn button#msearch_go2detail_btn:hover {
	opacity: 0.8;
	color: white;
	background-color: #FF8200;
}



.msearch_simple_search_deliv_dt_select {
	margin-right: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}


.msearch_detail_search_box .custom-select-trigger
{
	font : normal normal normal 16px/27px Hiragino Kaku Gothic Pro;
}

.msearch_detail_search_box .custom-select-trigger:after
{
	right: -17px;
	margin-top: -5px;
	border-top: 8px solid #464646;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.msearch_tag_pulldown .custom-select.opened .custom-select-trigger:after {
	margin-top: -8px;
}

.msearch_detail_search_box .opened .custom-options
{
	width: auto;
	min-width: 190px;
	left: -20px;
	z-index: 3;
}

.msearch_detail_search_box .opened .custom-options:before
{
	left: 10px;
}

.msearch_detail_search_box .opened .custom-options .custom-option
{
	width: auto;
	white-space: nowrap;
	text-align: left;
	height: 32px;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #464646;
	font: normal normal normal 15px/23px Hiragino Kaku Gothic Pro;
}

.msearch_detail_search_box .opened .custom-options .custom-option:hover,
.msearch_detail_search_box .opened .custom-options .custom-option.selection
{
	color: #FFF;
	background: #FF8200;
	border-radius: 0;
}

.msearch_detail_search_box .opened .custom-options .selected
{
	color: #FFF;
	background: #FF8200;
}

.custom-option-padding
{
	background: #FFF;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEE;
}

.msearch_tag_pulldown {
	margin-top: 5px;
	margin-bottom: 15px;
}

.msearch_tag_pulldown .custom-options
{
	border-radius: 0;
}

.msearch_tag_pulldown_genre:hover, .msearch_tag_pulldown_main:hover,
.msearch_tag_pulldown_reccomend:hover, .msearch_tag_pulldown_order:hover
{
	border: 1px solid #FF8200;
}

/* 簡易検索確定後 */
.msearch_simple_search_confirm_box {
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 20px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.msearch_simple_search_confirm_topic {
	color: #464646;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 2em;
}

.msearch_simple_search_confirm_content {
	color: #464646;
	font-size: 21px;
	font-weight: bold;
	margin-top: 10px;
}

.msearch_back2simple_btn {
	margin-left: auto;
}

.msearch_back2simple_btn button {
	background-color: #fff;
	border: solid 1px #c8c8c8;
	border-radius: 10px;
	color: #c8c8c8;
	font-size: 21px;
	letter-spacing: 10px;
	height: 56px;
	width: 260px;
	text-align: center;
}

.msearch_back2simple_btn button:hover {
	border: solid 1px #ff8200;
	color: #ff8200;
}

/* 詳細検索欄のスタイル */

.msearch_detail_search_box {
	max-width: 1520px;
	margin: auto;
}

.msearch_detail_search_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #a3a2a3;
	padding-bottom: 0;
}

.msearch_detail_search_tab li {
	background-color: #F5F5F5;
	font-size: 18px;
	height: 48px;
	margin: 20px 0 0 0;
	text-align: center;
}

.msearch_detail_search_tab a {
	height: 100%;
}

.msearch_detail_search_tab > li > a {
	font-size: 18px;
	color: #464646;
}
.msearch_detail_search_tab > li > a:hover {
	background-color: #eee;
	color: #464646;
}


.msearch_detail_search_tab > li.active > a,
.msearch_detail_search_tab > li.active > a:hover,
.msearch_detail_search_tab > li.active > a:focus {
	background-color: #464646;
	color: #fff;
}

.msearch_detail_search_tab > li.active > a
{
	color: #FFF !important;
}


.msearch_tab_content {
	background: #fff;
	padding: 0;
}

.msearch_detail_search_detail {
	border: 1px solid #a3a2a3;
}

.msearch_detail_search_topic {
	margin-right: 15px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.msearch_detail_search_topic img {
	margin-right: 10px;
	height: 24px;
}

.msearch_detail_search_upper {
	margin: 15px 22px 15px 22px;
	text-align: left;
}

.msearch_detail_search_lower {
	margin:15px 22px 20px 22px;
	text-align: left;
}

/*.msearch_detail_search_lower div {
	display: inline-block;
}*/

/* overwrite bootstrap.css line 4080 */
.nav-tabs > li > a {
	border-radius: 0;
}

.msearch_tag_pulldown_genre,
.msearch_tag_pulldown_main,
.msearch_tag_pulldown_reccomend,
.msearch_tag_pulldown_order {
	background-color: #f5f5f5;
	border: solid 1px #c8c8c8;
	border-radius: 4px;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	position: relative;
	padding: 0 16px;
	margin: 0 16px;
	padding-right: 25px;
	display: inline-block;
}

.msearch_tag_pulldown_genre_list,
.msearch_tag_pulldown_main_list,
.msearch_tag_pulldown_reccomend_list,
.msearch_tag_pulldown_order_list {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 2px #00000040;
	box-shadow: 0px 0px 2px #00000040;
	font-size: 16px;
	height: auto;
	text-align: left;
	position: absolute;
	right: 0px;
	z-index: 20;
	display: none;
	white-space: nowrap;
}

.msearch_tag_pulldown_reccomend_list {
	width: 176px;
}

.msearch_tag_pulldown li {
	height: auto;
	margin: 8px;
}

.msearch_tag_pulldown hr {
	margin:2px 8px;
}

.msearch_tag_pulldown label {
	font-weight: normal;
	height: 100%;
	width: 100%;
	margin: 0;
}

.msearch_tag_pulldown input[type=checkbox] {
	display: none;
}

.pulldown_selected {
	border: 1px solid #ff8200;
}

.msearch_tag_pulldown_genre_topic:hover +.msearch_tag_pulldown_genre_list,
.msearch_tag_pulldown_genre_list:hover {
	display: block;
}

.msearch_tag_pulldown_main_topic:hover +.msearch_tag_pulldown_main_list,
.msearch_tag_pulldown_main_list:hover {
	display: block;
}

.msearch_tag_pulldown_reccomend_topic:hover +.msearch_tag_pulldown_reccomend_list,
.msearch_tag_pulldown_reccomend_list:hover {
	display: block;
}

.msearch_tag_pulldown_order_topic:hover +.msearch_tag_pulldown_order_list,
.msearch_tag_pulldown_order_list:hover {
	display: block;
}

.msearch_tag_pulldown label:hover {
	background-color: #ff8200;
	color: #fff;
}


/* 予算スライダー作成後に削除する */
.yosan_img img {
	height: 70px;
	width: 605px;
}

.msearch_detail_search_price {
	margin-top: 15px;
	margin-bottom: 15px;
}

.msearch_detail_search_price span {
	margin-right: 10px;
}

.msearch_detail_search_keyword {
	font-size: 0.875rem;
	margin-right: 10px;
	display: inline-block;
	width: calc(50% - 30px);
	margin-left: 30px;
}

.msearch_detail_search_keyword input {
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	height: 32px;
	padding-left: 10px;
}

.msearch_detail_search_keyword p,
.msearch_detail_search_keyword input {
	display: inline-block;
}

/*BEGIN 予算スライダー用 css */

.msearch .layout-slider
{
	font-size: 0.875rem;
	display: inline-block;
	width: 45%;
	/*
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
   */
	justify-content: space-between;
	max-width: 700px;
	/*width: 100%;*/
}

.msearch_budget_slider {
	margin-top: 20px;
	max-width: 400px;
	width: 100%;
	padding: 0 5px;
}

#msearch_budget_nums,
#msearch_budget_nums-shop
{
	margin-top: 10px;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #464646;
}

.msearch_budget_range
{
	margin-top: 5px;
	margin-bottom: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 200px;
}

.search_price
{
	width: 86px;
}

.msearch #slider-range,
.msearch #slider-range-shop
{
	width: 100%;
	height:2px;
}

.msearch .ui-widget .ui-widget-content
{
	border: 1px solid #464646 !important;
}

.msearch .ui-slider-handle
{

}

.msearch .ui-state-default
{
	/*
	background-color: #FF8200 !important;
	border-radius: 8px;
	width: 16px !important;
	height: 16px !important;
   */
}

.msearch .ui-slider-range
{
	background: #FF8200;
}

.msearch .ui-slider
{

}

.msearch .ui-slider-horizontal .ui-slider-range
{
	height: 2px;
}


.msearch .ui-widget .ui-widget-content
{
	border: 1px solid #464646;
}

/* .jslider table,
.jslider table tr,
.jslider table tr td {
	width: 100%;
	vertical-align: top;
	background-color: #464646;
	height: 1px;
} */

/* .jslider .jslider-bg i {
	height: 1px;
	position: absolute;
	font-size: 0;
	top: 0;
} */

/* .jslider .jslider-pointer {
	background: none;
	background-color: #ff8200;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-position: 0 -60px;
	position: absolute;
	left: 20%;
	top: -4px;
	margin-left: -6px;
	cursor: pointer;
	cursor: hand;
} */

/* END 予算スライダー用 css */


/* 検索条件タグ用エリア css */
#msearch_tags_area, #msearch_tags_area-shop
{
	display: flex;
	margin-bottom: 1rem;
}
#tag-genre:empty,
#tag-main:empty,
#tag-reccomend:empty,
#tag-order:empty,
#tag-keyword:empty,
#tag-genre-shop:empty,
#tag-main-shop:empty,
#tag-reccomend-shop:empty,
#tag-order-shop:empty,
#tag-keyword-shop:empty{
	display: none;
}

#msearch_select_tags,
#msearch_select_tags-shop
{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}


/* 検索条件タグ用エリア css */

.dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 1;
	width: 0.7em;
	height: 0.1em;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}

.dli-close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.msearch_select_tag,
.msearch_select_tag-shop
{
	text-align: center;
	color: #FFFFFF;
	background-color: #FF8200;
	border-radius: 6px;
	padding: 0.25rem 1.25rem;
	white-space: nowrap;
	margin: 0;
	cursor: pointer;
}

.msearch_select_tag:hover,
.msearch_select_tag-shop:hover
{
	background: #FFAC0D 0% 0% no-repeat padding-box;
}


.msearch_tag_allclear, .msearch_tag_allclear-shop
{
	border: 1px solid #787878;
	border-radius: 6px;
	text-align: center;
	letter-spacing: 0px;
	padding: 0 0.625rem;
	margin: 0;
	cursor: pointer;
}

.msearch_tag_allclear:hover
{
	background: #787878 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.msearch_tag_allclear-shop:hover
{
	background: #787878 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.msearch_tag_allclear span, .msearch_tag_allclear-shop span {
	display: block;
	line-height: 30px;
}

/* BEGIN メイン特集バナー css */
#msearch_main_banner {
	width: 100%;
	max-width: 1920px;
	margin: 1.5rem auto;
	overflow: hidden;
}
#msearch_main_banner.h-0{
	margin: 0;
	height: 0;
}

.msearch_product_item img {
	width: 640px;
	height: 344px;
}

.cart_img_view{
	width: 528px;
	height: 396px;
	background: #808080;
}

.topic_img{
	width: 372px;
	height: auto;
	display: block;
	margin: auto;
}

.topic_img:hover{
	opacity: 0.5;
}

.topic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.msearch_point_list {
	align-content: center;
}

/* END メイン特集バナー css */

/* BEGIN サブ特集バナー css */
.msearch_sub_banner_block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	text-align: center;
	font: normal normal normal 16px/24px Hiragino Kaku Gothic Pro;
	letter-spacing: 0px;
	color: #464646;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	display: none;
}

.msearch_sub_banner1,
.msearch_sub_banner2,
.msearch_sub_banner3,
.msearch_sub_banner4,
.msearch_sub_banner5 {
	/** height: 236px;
	width: 240px; */
}

.msearch_sub_banner1 img,
.msearch_sub_banner2 img,
.msearch_sub_banner3 img,
.msearch_sub_banner4 img,
.msearch_sub_banner5 img {
	height: 176px;
	width: 240px;
	margin-bottom: 16px;
}

.msearch_sub_banner1 p,
.msearch_sub_banner2 p,
.msearch_sub_banner3 p,
.msearch_sub_banner4 p,
.msearch_sub_banner5 p {
	font-size:  16px;
	word-wrap: break-word;
}

.msearch_sub_banner_title {
	display: none;
	color: #464646;
	font-size: 28px;
	height: 28px;
	margin-bottom: 16px;
}

.after_msearch_sub_banner_block {
	width: 100vw;
	height: 488px;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 88px -50vw 0 -50vw;
	background-color: #f5f5f5;

}

/* END サブ特集バナー css */
.custom-calendar-saturday a.ui-state-default {
	background-color: #c1e0ff;
}
.custom-calendar-sunday a.ui-state-default {
	background-color: #ffc1c1;
}
.custom-calendar-holiday a.ui-state-default {
	background-color: #ffe0c1;
}

/*------------------------------------------------------------------------------
 レスポンシブ対応
------------------------------------------------------------------------------*/
/* XS size */
@media (max-width: 765px) {
	#delivery_box{
		padding: 0.75rem 0.5rem 1.25rem
	}
	#delivery_box .delivery-button-wrapper,
	#delivery_box .msearch_hide_banner_btn{
		min-width: 100%;
	}
	#delivery_box .search-button-wrapper,
	#delivery_box .msearch_go2detail_btn{
		min-width: 50%;
	}
	.msearch_simple_search_box form
	{
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: left;
		height: auto;
	}

	.msearch_simple_search_deliv_dt_select
	{
		position: absolute;
		top: 200px;
		left: 20px;
		width: 90%;
		height: 100px;
		margin: 0;
		padding: 0;
		display: block;
	}

	#msearch_detail_area label.col-form-label{
		width: 100%;
		padding: 0;
		font-size: 0.75rem;
	}
	#msearch_detail_area label.col-form-label#label_number{
		max-width: initial;
	}
	.msearch_date
	{
		position: relative !important;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 40px;
	}

	#msearch_calender
	{
		min-width: 100%;
		max-width: 100%;
	}

	#msearch_time
	{
		position: relative !important;
		margin-top: 6px;
		min-width: 100%;
		max-width: 100%;
		min-height: 40px;
		max-height: 40px;
		padding-top: 6px;
		padding-left: 8px;
		z-index: 9;
	}


	.msearch_simple_search_adress_topic
	{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 15px;
		position: absolute;
		left: 21px;
		top: 10px;
	}


	.msearch_simple_search_deliv_adress_select
	{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 15px;
		position: absolute;
		left: 0px;
		top: 50px;
		width: 90%;
		max-width: 90%;
		min-width: 90%;
		min-height: 40px;
		max-height: 40px;
	}

	.msearch_simple_search_adress_topic > img
	{
		margin-right: 10px;
	}

	#msearch_pref
	{
		position: absolute;
		left: 26px;
		width: 100%;
		min-height: 40px;
		max-height: 40px;
		padding-top: 8px;
		z-index: 11;
	}

	#msearch_ward
	{
		position: absolute;
		top: 47px;
		left: 26px;
		width: 100%;
		min-height: 40px;
		max-height: 40px;
		padding-top: 8px;
	}

	.custom-select-trigger:after
	{
		margin-top: -5px;
	}

	.msearch_simple_search_deliv_dt_tpic{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: absolute;
		left: 21px;
		top: 160px;
	}

	.msearch_simple_search_deliv_dt_select {
		margin-bottom: 0px;
		margin-left: 5px;
		margin-top: 0px;
	}

	.msearch_simple_search_deliv_dt_tpic > img {
		margin-right: 10px;
	}

	.msearch_prefectures,
	.msearch_time,
	.msearch_municipality,
	.msearch_date {
		/** width: 100%; */
	}




	#msearch_time .custom-options
	{
		max-height: 200px;
	}

	.msearch_go2detail_btn button {
		width: 100%;
		overflow: hidden;
	}

	.msearch_simple_search_confirm_box {
		overflow: hidden;
		min-height: 168px;
	}

	.msearch_simple_search_confirm_topic {
		text-align: left;
		font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
		letter-spacing: 0px;
		color: #464646;
	}

	#msearch_time .custom-option
	{
		z-index: 11;
	}

	.msearch_simple_search_confirm_content
	{
		font: normal normal normal 14px/21px Hiragino Kaku Gothic Pro;
		text-align: left;
	}

	.msearch_back2simple_btn {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.msearch_back2simple_btn button {
		width: 100%;
	}

	.topic_img{
		width: 100%;
	}

	.msearch .layout-slider {
		width: 100%;
		display: block;
	}
}

/* SM size */
@media (min-width: 766px) and (max-width:1157px) {
	#delivery_box .delivery-button-wrapper,
	#delivery_box .msearch_hide_banner_btn{
		min-width: 50%;
	}
	#delivery_box .search-button-wrapper,
	#delivery_box .msearch_go2detail_btn{
		min-width: 25%;
	}

	/* .msearch_simple_search_box form */
	.msearch_simple_search_adress_topic {
		margin-top: 15px;
		max-height: 56px;
		max-width: 140px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 12px;
	}
	.msearch_simple_search_adress_topic span
	{
		white-space: nowrap;
	}

	.msearch_simple_search_deliv_adress_select {
		margin-bottom: 15px;
		max-height: 56px;
		margin-right: 20px;
	}

	.msearch_simple_search_deliv_dt_tpic {
		display: inline-block;
		margin-bottom: 15px;
		position: absolute;
		left: 12px;
		top: 109px;
	}

	.msearch_simple_search_deliv_dt_select {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 15px;
		position: absolute;
		left: 168px;
		top: 95px;
	}

	.msearch_simple_search_confirm_topic {
		font: normal normal normal 18px/21px Hiragino Kaku Gothic Pro;
	}

	.msearch_simple_search_confirm_content {
		font: normal normal normal 21px/21px Hiragino Kaku Gothic Pro;
	}

	.msearch_go2detail_btn
	{
		width: 635px;
		height: 56px;
		max-width: 635px;
		max-height: 56px;
		min-width: 635px;
		min-height: 56px;
		top: 172px;
		left: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	#msearch_detail_area label.col-form-label#label_number{
		max-width: initial;
	}
	#msearch_pref {
		min-width: 208px;
		max-width: 208px;
	}

	#msearch_ward {
		min-width: 280px;
		max-width: 280px;
	}

	#msearch_time
	{
		min-width: 265px;
	}

	.msearch_simple_search_deliv_adress_select
	{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.msearch_prefectures,
	.msearch_time {
		width: 174px;
	}

	.msearch_municipality,
	.msearch_date {
		width: 250px;
	}

	.msearch_go2detail_btn button {
		width: 100%;
		overflow: hidden;
	}

	.msearch_back2simple_btn button {
		width: 100%;
	}

	.msearch_back2simple_btn {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.msearch_detail_search_topic {
		margin-right: 0;
	}

	.msearch_tag_pulldown_genre,
	.msearch_tag_pulldown_main,
	.msearch_tag_pulldown_reccomend,
	.msearch_tag_pulldown_order {
		margin: 0 4px;
	}

	.msearch_sub_banner4,
	.msearch_sub_banner5 {
		display: none;
	}
}

/* MD size */
@media (min-width: 1158px) and (max-width:1549px) {

	.msearch_simple_search_box form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.msearch_simple_search_adress_topic {
		position: absolute;
		top: 10px;
		left: 40px;
	}

	.msearch_simple_search_deliv_dt_tpic {
		position: absolute;
		top: 10px;
		left: 430px;
	}

	.msearch_simple_search_deliv_adress_select,
	.msearch_simple_search_deliv_dt_select {
		margin-bottom: 0;
		min-width: 400px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 56px;
	}

	.msearch_simple_search_deliv_adress_select
	{
		margin-top: 42px;
	}

	.msearch_prefectures,
	.msearch_time {
		width: 140px;
		min-width: 140px;
		max-width: 140px;
	}

	.msearch_municipality,
	.msearch_date {
		width: 220px;
		min-width: 220px;
		max-width: 220px;
	}

	.msearch_go2detail_btn button {
		/** margin-left: 30px; */
		width: 200px;
		overflow: hidden;
	}

	.msearch_back2simple_btn button {
		font-size: 19px;
		width: 220px;
	}

	.msearch_tag_popular {
		margin-left: 16px;
		margin-bottom: 16px;
		width: 48%;
		float: left;
	}

	.msearch_product_item img {
		width: 503px;
		height: 272px;
	}

	.msearch_sub_banner1,
	.msearch_sub_banner2,
	.msearch_sub_banner3,
	.msearch_sub_banner4,
	.msearch_sub_banner5 {
		height: 236px;
		width: 194px;
	}

	.msearch_sub_banner1 img,
	.msearch_sub_banner2 img,
	.msearch_sub_banner3 img,
	.msearch_sub_banner4 img,
	.msearch_sub_banner5 img {
		height: 142px;
		width: 194px;
	}
}

/* XL size */
@media (min-width: 1550px) {
	.msearch .search-title{
		margin-bottom: 0px;
	}

	.msearch .search-area {
		margin-left: 50px;
	}
	.msearch_tag_popular_genre.msearch_tag_popular {
		margin-left: 16px;
		margin-bottom: 16px;
		width: 34%;
		float: left;
	}
	.msearch_tag_popular {
		margin-left: 16px;
		margin-bottom: 16px;
		width: 30%;
		float: left;
	}
}
