


/* リニューアル後のモーダルcss */
/*モーダル情報------------------------------*/
.modal_overlay {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.7);
  }

  .search_modal_box {
	width: 1060px;
  }
  .search_modal_box.modal_order{
	width: 600px;
  }
  .search_modal_box .order_ul{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	padding-bottom: 0;
	width: 100%;
   }
  .search_modal_box .order_ul li{
	margin: 10px auto 0;
  }

  .search_modal_box .order_ul li a{
	font-size: 18px;
	color:#695c48;
	font-weight: normal;
  }



  .search_modal_box .order_ul li:first-child{
	margin-top: 0;
  }
  .search_modal_box .order_ul li:nth-child(2){
	margin-top: 10px;
  }
  .search_modal_box.modal_order .description{
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin: 40px auto auto;
	text-align: left;
	width: 360px;
  }

  .search_modal_box.modal_order ._close{
	width: 300px;
	color: #525252;
	font-size: 18px;
	margin: 60px auto 40px auto;
	font-weight: normal;
  }
  @media screen and (max-width: 760px) {
	.search_modal_box .order_ul li:nth-child(2){
		margin-top: 4vw;
	}
  }


  .modal_term{
	  background-color: #fff;
	  color: #525252;
	  width: 100%;
	  line-height: 1;
	  text-align: left;
	  padding: 15px 15px 15px 18px;
	  margin-top: 0;
	  border-radius: 5px;
	  display: flex;
	  justify-content: space-between;
	  cursor: pointer;
	  border: 1px solid #8e8e8e;
  }


  .modal_term .term_text {
	  white-space: normal;
	  color:#695c48;
	  font-size: 18px;
	  font-weight: normal;
  }
  .modal_term ._count {
	  flex-shrink: 0;
	  font-size: 18px;
	  color:#695c48;
  }


  .search_modal_box .no_result{
	  font-size: 18px;
  }
  @media screen and (max-width: 1140px) {
	.search_modal_box {
	  left: 570px;
	}
  }
  .search_modal_box .heading_text {
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #fff;
	line-height: 1;
	background-color: #a9945e;
	padding: 20px 50px;
  }
  .search_modal_box dl {
	margin: 0 0 0 0;
	padding-top: 40px;
	border-top: 5px solid #7b6e46;
  }
  .search_modal_box dt {
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
  }

  .search_modal_box .area_parent_lead {
	  margin-top:40px;
	  line-height: 1;
	  font-size: 18px;
	  font-weight: bold;
	  text-align: center;
	  display: block;
  }
  .search_modal_box .inner_area {
	max-height: 80vh;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
  }
  .search_modal_box .inner_area h2 {
	width: 760px;
	margin: 0 auto 20px;
  }

  .search_modal_box .inner_area::-webkit-scrollbar{
	  display: none;
  }


  .search_modal_box .sp_back_btn {
	display: none;
  }
  .search_modal_box ._area_icon {
	position: relative;
  }
  .search_modal_box ._area_icon:before {
	position: absolute;
	content: "";
	background-image: url("/assets/img/global/icon/modal_area_icon.webp");
	background-size: contain;
	left: 19px;
	width: 25px;
	height: 25px;
  }
  .search_modal_box ._genre_icon {
	position: relative;
  }
  .search_modal_box ._genre_icon:before {
	position: absolute;
	content: "";
	background-image: url("/assets/img/global/icon/modal_genre_icon.webp");
	background-size: contain;
	left: 19px;
	top: 23px;
	width: 26px;
	height: 24px;
  }
  .search_modal_box ._concept_icon {
	position: relative;
  }
  .search_modal_box ._concept_icon:before {
	position: absolute;
	content: "";
	background-image: url("/assets/img/global/icon/modal_concept_icon.webp");
	background-size: contain;
	left: 19px;
	width: 24px;
	height: 25px;
  }



  .search_modal_box{
	position: fixed;
	background-color: #fffef2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1100;
  }
  .search_modal_box .inner_area{
	margin-top: 40px;
	margin-left: 0;
  }
  .search_modal_box ul{
	width: 760px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: auto;
	justify-content: space-between;
	padding-bottom: 50px;
  }
  .search_modal_box ul li{
	margin-top: 10px;
	width: 360px;
  }
  .search_modal_box ul li:first-child,
  .search_modal_box ul li:nth-child(2){
	margin-top: 0;
  }


  .search_modal_box ul li .disactive{
	background-color: #eeeeee;
	pointer-events: none;
  }
  .search_modal_box ul li .disactive span{
	color: #999999 !important;
  }
  .search_modal_box .close_btn{
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
  }
  .search_modal_box .close_btn span{
	color: #525252;
	font-size: 18px;
	text-align: center;
	width: 300px;
	display: block;
	line-height: 1;
	padding: 15px;
	border: 1px solid #8e8e8e;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
  }
  .modal_city_area .inner_area{
	margin-top: 0;
  }
  .modal_city_area ._lists {
	display: flex;
	flex-direction: row;
	padding-right: 20px;
	padding-left: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .modal_city_area ._lists dl {
	margin-top: 0;
	border-top:none;
  }
  .modal_city_area ._lists dt {
	text-align: left;
	margin-bottom: 20px;
  }
  .modal_city_area ._lists dd {
	margin-left: 0;
  }
  .modal_city_area ._lists dd ul {
	width: 326px;
  }
  .modal_city_area ._lists dd ul li {
	margin-top: 10px;
  }
  .modal_city_area ._lists dd ul li:first-child {
	margin-top: 0;
  }
  .modal_city_area .close_btn {
	padding-right: 20px;
	padding-bottom: 20px;
  }

  .modal_genre .inner_area ul {
	/* padding-bottom: 280px; */
	padding-bottom: 50px;
  }


  @media screen and (max-width: 760px) {
	.modal_overlay {
	  background-color: #fff;
	}
	.search_modal_box {
	  left: initial;
	  position: fixed;
	  color: #fff;
	  text-align: center;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  overflow-y: scroll;
	  transform: initial;
	}

	.search_modal_box .no_result{
	  color:#525252;
	  font-size: 5vw;
  }
	.search_modal_box .heading_text {
	  width: 100%;
	  height: 15vw;
	  font-size: 6vw;
	  font-weight: bold;
	  color: #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: fixed;
	  padding: 0;
	  line-height: 1;
	  z-index: 2;
	}
	.search_modal_box .sp_back_btn {
	  position: absolute;
	  display: block;
	  background-color: #fff;
	  color: #766b5a;
	  border-radius: 1vw;
	  font-size: 3.6vw;
	  left: 4vw;
	  line-height: 1;
	  padding: 1.8vw 4vw;
	  border:none;
	}
	.search_modal_box .sp_back_btn:before {
	  width: 120%;
	  height: 130%;
	  position: absolute;
	  left: -10%;
	  top: -15%;
	  content: "";
	}
	.search_modal_box dl {
	  margin-top: 4vw;
	  padding-bottom: 8vw;
	  padding-top: 2vw;
	}
	.search_modal_box dt {
	  font-size: 4.4vw;
	  color: #525252;
	  text-align: left;
	  padding-left: 4vw;
	}
	.search_modal_box .inner_area {
	  padding-top: 15vw;
	  margin-top: 0;
	  max-height: initial;
	  overflow-y: initial;
	}
	.search_modal_box .inner_area h2 {
		width: 100vw;
		font-size: 4.4vw;
		color: #525252;
		text-align: left;
		padding-left: 4vw;
		margin-top: 7vw;
		margin-bottom: 0;
	}
	.search_modal_box ._area_icon:before,
	.search_modal_box ._genre_icon:before,
	.search_modal_box ._concept_icon:before {
	  background-image: none;
	}


	.modal_region_area .inner_area{
	  padding-top: 17vw;
	  padding-bottom: 5vw;
	}


	.search_modal_box ul {
	  width: 100%;
	  padding: 0 4vw;
	}
	.search_modal_box ul li {
	  background-color: #fffef9;
	  border-radius: 1vw;
	  text-align: left;
	  position: relative;
	  margin-top: 3vw;
	  width: 100%;
	}
	.search_modal_box ul li:nth-child(1),
	.search_modal_box ul li:nth-child(2) {
	  margin-top: 3vw;
	}

   .modal_term {
	  width: 100%;
	  height: 100%;
	  font-weight: bold;
	  line-height: 1;
	  font-size: 4vw;
	  display: flex;
	  padding: 0;
	  padding: 3.6vw 2.8vw;
	}

  .modal_term span,
  .modal_term .term_text,
  .modal_term ._count {
	  font-size: 4.6vw;
	}

	.modal_term ._count {
	  font-weight: normal;
	}


	.search_modal_box .close_btn {
	  display: none;
	}
	.modal_city_area .inner {
	  padding-bottom: 4vw;
	}
	.modal_city_area ._lists {
	  margin-top: 2vw;
	  flex-direction: column;
	  padding-left: 0;
	  padding-right: 0;
	}
	.modal_city_area ._lists dl {
	  padding-bottom: 3vw;
	}
	.modal_city_area ._lists dl:last-child {
	  padding-bottom: 6vw;
	}
	.modal_city_area ._lists dt {
	  margin-top: 3vw;
	  margin-bottom: 3vw;
	}
	.modal_city_area ._lists dd ul {
	  width: 100%;
	  padding-left: 4vw;
	  padding-right: 4vw;
	}
	.modal_city_area ._lists dd li {
	  width: 100%;
	}
	.modal_genre .inner_area ul {
	  /* padding-bottom: 280px; */
	  padding-bottom: 0;
	}
	.modal_feature .feature_list {
	  padding-bottom: 48vw;
	  padding-top: 15vw;
	  padding-left: 4.6vw;
	}
	.modal_feature .feature_list .feature_checkbox {
	  margin-top: 8vw;
	  padding-left: 2vw;
	  background-color: initial;
	  border: none;
	}
	.modal_feature .feature_list .feature_checkbox:first-child {
	  margin-top: 8vw;
	}
	.modal_feature .feature_list .feature_checkbox:nth-child(2) {
	  margin-top: 8vw;
	}
	.modal_feature .feature_list .feature_checkbox label {
	  font-size: 4.6vw;
	  padding-left: 6.6vw;
	  color: #525252;
	}
	.modal_feature .feature_list .feature_checkbox label:before {
	  border: solid 2px #ddd;
	  width: 6vw;
	  height: 6vw;
	  top: -0.8vw;
	  display: block;
	}
	.modal_feature .feature_list .feature_checkbox label:after {
	  top: 0.6vw;
	  left: 0.6vw;
	  width: 4.6vw;
	  height: 2.2vw;
	  border-left: 1vw solid var(--color_attention);
	  border-bottom: 1vw solid var(--color_attention);
	}
	.modal_feature .result_hit {
	  padding: 5vw 4vw 9vw 4vw;
	  display: flex;
	  flex-direction: column;
	  border-top: 0.4vw solid #ddd;
	  border-bottom: none;
	  position: fixed;
	  width: 100%;
	  bottom: 0;
	  background-color: #fff;
	}
	.modal_feature .result_hit span {
	  font-size: 5.4vw;
	  color: #525252;
	  line-height: 1;
	}
	.modal_feature .result_hit span strong {
	  font-size: 6.4vw;
	  margin-left: 1vw;
	  font-family: "メイリオ", sans-serif;
	  color: var(--color_attention);
	  font-weight: bold;
	}
	.modal_feature .result_hit button {
	  font-size: 4.4vw;
	  font-weight: bold;
	  line-height: 1;
	  padding: 4vw 0;
	  margin-top: 6vw;
	  width: 100%;
	  margin-left: 0;
	  color: #5a3e3e;
	}
	.modal_feature .no_hit {
	  border-radius: 1vw;
	}
	.modal_concept ul {
	  margin-top: 2vw;
	}
	.modal_concept .inner_area {
	  padding-bottom: 6vw;
	}
	.shop_orange_btn{
		background-color: #ffe061;
		border: 2px solid #8e8e8e;
		border-radius: var(--basic_radius);
	}
	.shop_orange_btn.disactive{
		background-color: #eee;
		border: 2px solid #ddd;

	}

  }
