@charset "utf-8";
/*---------------------------------------------------------
  CSS : reset
----------------------------------------------------------*/

/******************************店舗選択******************************/
#storemodal {
	position: absolute;
	margin: auto;
	width: 32%;
	height: 70%;
	max-height: 560px;
	max-width: 400px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	z-index: 10002;
	display: none;
}
#iframe *:focus {
	outline: none;
}
#storemodal .storemodal_wrap {
	height: 100%;
}
/*
#iframe button {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: -16px;
  right: -16px;
  opacity: 1;
}
*/
#storemodal_overlay {
	position: fixed !important;
	z-index: 10001;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	display: none;
}
#storemodal_container {
	height: 100%;
}
/*system_storeModal：PC///////////////////////////*/

.pc_hidden {
	display: none;
}/*hidden*/
#storemodal_container iframe {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #FFF;
	border: 1px solid #CCC;
}
#system_storeModal {
	color: #414141;
	font-size: 14px !important;
}
#system_storeModal .modal_btn {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: #d8d8d8;
}
#system_storeModal .modal_btn label {
	display: block;
	text-align: center;
}
#system_storeModal .modal_btn label span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #828282;
	color: #FFF;
	margin-right: 5px;
	cursor: pointer;
}
#system_storeModal .modal_btn label input {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
/*戻るボタン*/
#system_storeModal .modal_return {
	margin: 10px;
	text-align: center;
}
#system_storeModal .modal_return a {
	min-width: 30%;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	background: #6FBA2C;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0, 0.2);
}
#system_storeModal #selectPref, #system_storeModal .listBox {
	margin: 10px;
}
#system_storeModal #selectPref {
	background: #6FBA2C;
	padding: 10px;
	border-radius: 3px;
}
#system_storeModal #selectPref form {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
#system_storeModal #selectPref table th {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#system_storeModal #selectPref table th, #system_storeModal #selectPref table td {
	vertical-align: middle;
	padding-right: 5px;
}
#system_storeModal #selectPref table select {
	width: 200px;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
	border: none;
	box-shadow: inset 0 -1px 3px rgba(0,0,0, 0.4);
}
#system_storeModal .listBox #frame {
/*display:flex;
flex-wrap: wrap;
align-items: stretch;*/
}
#system_storeModal .select_areaBtn .btn_item {
	width: 100%;
	height: 80px;
	margin-bottom: 5px;
}
#system_storeModal .select_areaBtn .btn_item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #FF9700;
	color: #fff;
	box-shadow: inset 0 -2px 0 rgba(0,0,0, 0.2);
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}
#system_storeModal .modal_item {
	border: 1px solid #CCC;
	cursor: pointer;
	width: 340px;
	margin: 5px;
	padding: 8px;
	vertical-align: top;
	display: flex;
}
#system_storeModal .modal_item .photo {
	width: 100px;
	height: 73px;
	margin-right: 20px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}
#system_storeModal .modal_item .photo img {
	height: 105%;
	width: auto;
}
#system_storeModal .modal_item dl {
	width: 216px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#system_storeModal .modal_item dt {
	font-weight: bold;
}
#system_storeModal .modal_item dd.data {
	font-size: 11px;
	margin-left: 0;
}
#system_storeModal .modal_item .btn {
	border-radius: 5px;
	padding: 5px;
	background: #828282;
	color: #FFF;
	margin: 5px 0;
	text-align: center;
	font-size: 11px;
}
#system_storeModal .modal_item:hover {
	opacity: 0.6;
}
/******************************会員登録******************************/
#membermodal {
	position: absolute;
	margin: auto;
	width: 800px;
	height: 80%;
	max-height: 640px;
	max-width: 924px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	z-index: 10002;
	display: none;
}
#membermodal .membermodal_wrap {
	height: 100%;
}
#membermodal_overlay {
	position: fixed !important;
	z-index: 999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	display: none;
}
#membermodal_container {
	height: 100%;
}
#membermodal_container iframe {
	/*
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
  background-color: #fff;
  */
	width: 96%;
	height: 96%;
	overflow-y: scroll;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2% !important;
}
#system_memberModal {
	position: relative;
}
#system_memberModal .modal_btn {
	z-index: 99999;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #828282;
	cursor: pointer;
}
#system_memberModal .modal_btn label {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#system_memberModal .modal_btn label span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
#system_memberModal .modal_btn label input {
	display: none;
}

/******************************ログイン******************************/
#loginmodal {
	position: absolute;
	margin: auto;
	width: 800px;
	height: 80%;
	max-height: 640px;
	max-width: 924px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	z-index: 10002;
	display: none;
}
#loginmodal .loginmodal_wrap {
	height: 100%;
}
#loginmodal_overlay {
	position: fixed !important;
	z-index: 999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	display: none;
}
#loginmodal_container {
	height: 100%;
}
#loginmodal_container iframe {
	/*
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
  background-color: #fff;
  */
	width: 96%;
	height: 96%;
	overflow-y: scroll;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2% !important;
}
#system_loginmodal {
	position: relative;
}
#system_loginmodal .modal_btn {
	z-index: 99999;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #828282;
	cursor: pointer;
}
#system_loginmodal .modal_btn label {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#system_loginmodal .modal_btn label span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
#system_loginmodal .modal_btn label input {
	display: none;
}

/******************************仮作成END******************************/


/******************************市区郡町村検索******************************/
#searchmodal {
	position: absolute;
	margin: auto;
	width: 32%;
	height: 70%;
	max-height: 560px;
	max-width: 400px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	z-index: 10002;
	display: none;
}
#iframe *:focus {
	outline: none;
}
#searchmodal .searchmodal_wrap {
	height: 100%;
}
#searchmodal_overlay {
	position: fixed !important;
	z-index: 10001;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	display: none;
}
#searchmodal_container {
	height: 100%;
}
/*system_searchModal：PC///////////////////////////*/

.pc_hidden {
	display: none;
}/*hidden*/
#searchmodal_container iframe {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #FFF;
	border: 1px solid #CCC;
}
#system_searchModal {
	color: #414141;
	font-size: 14px !important;
}
/*#system_searchModal .modal_btn {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: #d8d8d8;
}
#system_searchModal .modal_btn label {
	display: block;
	text-align: center;
}
#system_searchModal .modal_btn label span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #828282;
	color: #FFF;
	margin-right: 5px;
	cursor: pointer;
}
#system_searchModal .modal_btn label input {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 14px;
}*/
/*戻るボタン*/
#system_searchModal .modal_return {
	margin: 10px;
	text-align: center;
}
#system_searchModal .modal_return a {
	min-width: 30%;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	background: #6FBA2C;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0, 0.2);
}
#system_searchModal #selectPref, #system_searchModal .listBox {
	margin: 10px;
}
#system_searchModal #selectPref {
	background: #6FBA2C;
	padding: 10px;
	border-radius: 3px;
}
#system_searchModal #selectPref form {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
#system_searchModal #selectPref table th {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#system_searchModal #selectPref table th, #system_searchModal #selectPref table td {
	vertical-align: middle;
	padding-right: 5px;
}
#system_searchModal #selectPref table select {
	width: 200px;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
	border: none;
	box-shadow: inset 0 -1px 3px rgba(0,0,0, 0.4);
}
#system_searchModal .listBox #frame {
}
#system_searchModal .select_areaBtn .btn_item {
	width: 100%;
	height: 80px;
	margin-bottom: 5px;
}
#system_searchModal .select_areaBtn .btn_item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #FF9700;
	color: #fff;
	box-shadow: inset 0 -2px 0 rgba(0,0,0, 0.2);
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	font-size: 1.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}
#system_searchModal .modal_item {
	border: 1px solid #CCC;
	cursor: pointer;
	width: 340px;
	margin: 5px;
	padding: 8px;
	vertical-align: top;
	display: flex;
}
#system_searchModal .modal_item .photo {
	width: 100px;
	height: 73px;
	margin-right: 20px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}
#system_searchModal .modal_item .photo img {
	height: 105%;
	width: auto;
}
#system_searchModal .modal_item dl {
	width: 216px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
#system_searchModal .modal_item dt {
	font-weight: bold;
}
#system_searchModal .modal_item dd.data {
	font-size: 11px;
	margin-left: 0;
}
#system_searchModal .modal_item .btn {
	border-radius: 5px;
	padding: 5px;
	background: #828282;
	color: #FFF;
	margin: 5px 0;
	text-align: center;
	font-size: 11px;
}
#system_searchModal .modal_item:hover {
	opacity: 0.6;
}
/*▼▼▼▼▼#10894　ここから　▼▼▼▼▼*/

#side_contents #searchmodal {
	top: 20% !important;
	width: 1010px !important;
	max-width: initial;
}
#system_searchModal .selectbox01 h3 {
	padding: 20px 20px 10px;
	margin: 20px 20px 0;
}
#system_searchModal .selectbox01 h3 span {
	padding: 0 10px;
	background: transparent;
	border-left: solid 5px #6FBA2C;
	font-size: 2em;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 5px 15px;
}
#system_searchModal .inner {
	background: #F9F9F4;
	margin: 20px;
}
#system_searchModal .inner dl.prpsearch_field {
	padding: 20px;
	background: #F9F9F4;
}
#system_searchModal .inner dl.prpsearch_field dt {
	font-size: 1.2em;
	font-weight: bold;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList {
	margin-top: 20px;
}
#system_searchModal .inner dl.prpsearch_field ul.mainList {
	display: flex;
	flex-wrap: wrap;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item {
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.all {
	width: 100% !important;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item .area_item-textbox {
	box-sizing: border-box;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item .area_item-textbox a {
	width: 100%;
	min-height: 20px;
	text-decoration: underline;
	box-sizing: border-box;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item span.area_item-text {
	margin: 0 5px;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item {
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
#system_searchModal .inner dl.prpsearch_field dd .areaList .area_item {
	margin-bottom: 10px;
}
#system_searchModal .inner dl.prpsearch_field dd .areaList .area_item .area_item-textbox .area_item-text {
	text-decoration: underline;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.all .area_item-textbox .area_item-text {
	font-weight: bold;
	font-size: 1.1em;
}
#system_searchModal .inner dl.prpsearch_field dd input[type="checkbox"] {
	display: none;
}
#system_searchModal .inner dl.prpsearch_field dd label span {
	padding-left: 25px;
	position: relative;
}
#system_searchModal .inner dl.prpsearch_field dd label span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.2);
	border-radius: 3px;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item .area_item-checkbox input[type="checkbox"]:checked + span::before {
	background: #6FBA2C;
	border: 1px solid #6FBA2C;
	box-shadow: none;
}
#system_searchModal .inner dl.prpsearch_field ul.areaList li.area_item .area_item-checkbox input[type="checkbox"]:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 6px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}
#system_searchModal .btnsearchSend {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(0,0,0,.8);
}
#system_searchModal {
	position: relative;
	padding-bottom: 80px;
}
#system_searchModal .modal_btn {
	z-index: 99999;
	position: absolute;
	right: 20px;
	top: 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #828282;
	cursor: pointer;
}
#system_searchModal .modal_btn label {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#system_searchModal .modal_btn label span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
#system_searchModal .modal_btn label input {
	display: none;
}

/*▲▲▲▲▲#10894　ここまで　▲▲▲▲▲*/
