@charset "UTF-8";

body{
	margin-top: 100px;
}

@media (min-width: 848px) {
    .container {
        min-width: 848px;
    }
}
@media (min-width: 1200px) {
    .container {
        min-width: 1200px;
    }
}
@media (min-width: 1550px) {
	.container {
		min-width: 1550px;
	}
}


.header {
	background-color: #fff;
	height: auto;
	-webkit-box-shadow: 0px 3px 3px #00000040;
	box-shadow: 0px 3px 3px #00000040;
	line-height: normal;
	position: fixed;
	z-index: 999;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	top: 0;
}

.header_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 0 !important;
	padding-left: 0 !important;
	letter-spacing:normal !important;
	margin-top: 0 !important;
}

.header_container::before, .header_container::after {
	display: none;
}

.header_logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.header_logo img {
	width: 200px;
	height: auto;
}

.header_contact {
	margin-left: auto;
	background-color: #f5f5f5;
	width: 310px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	border-radius: 7px;
}

.header_contact a{
	color:#FF7113;
	text-decoration: none;
}

.header_contact_hover {
	padding: 15px 0;
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: white;
}

.header_contact_hover > * {
	width: 90%;
	margin: 10px auto;
}

.header_contact_hover h3 {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}

.header_contact_hover p {
	font-size: 0.7rem;
}

.header_contact_hover dt {
	color: white;
	background-color: black;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

.header_contact_hover dd {
	background-color: #F5F5F5;
	text-align: center;
}

.header_contact_hover dd img {
	height: 30px;
	width: 180px;
}

.header_contact_hover a {
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 1.125rem;
	border-radius: 10px;
	border: solid;
	border: 1px solid;
	border-color: #BCBCBC;
	margin-bottom: 16px;
	margin-top: 10px;
	color: #BCBCBC;
	text-align: center;
	display: block;
}

.header_contact_hover .btn{
	font-size: 1.125rem;
	padding: 0.7rem 1rem;
}

.header_contact_hover #query_from_form.btn{
	font-size: 16px;
}

.header_contact_hover #query_from_fax.btn{
	font-size: 15px;
}

.header_contact_hover .btn-primary:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.header_contact_hover .btn-sl-close:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.headerLinkBox {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	min-width: auto;
	min-height: auto;
	font-weight: 800;
	padding-top: 16px;
}

.header .select_area,
.header .select_outer_link{
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	width: 9rem;
	font-size: 0.875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}
.header .dropdown{
	position: relative;
}

.header .dropdown button{
	width: 100%;
	height: 44px;
	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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #787878;
	padding: 0.375rem 0.9rem 0.375rem 0.6rem;
}

.header .dropdown button:hover{
	border-color: #A2A2A2;
}

.header .pulldown::after{
	position: absolute;
	display: block;
	content: '';
	width: 10px; height: 10px;
	top: 50%; right: 0.75rem;
	margin-top: -5px;
	border-top: 8px solid #787878;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.header .dropdown option, .header .dropdownlist {
	display: none;
}

.header .dropdownlist {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: white;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	z-index: 2;
}

.header .dropdownlist {
	padding: 0;
}

.header .outer-link-choice,
.header .area-choice{
	width: 100%;
}

.header .area-choice a.dropdown-item,
.header .outer-link-choice a.dropdown-item {
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: 600;
	color: #464646;
}

.header a.dropdown-item:active{
	background: #f9f9f9;
}

.header ul.dropdown-menu{
	padding: 0;
	right: -4rem;
}

.header .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #EEE;
}

.header .notation {
	color: #E42F2F;
	font-size: 12px;
	margin: 0;
}

.header_contact_phone_num {
	padding: 10px 50px 10px 10px;
	width: 100%;
}

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

.header_contact_phone_num img {
	width: 250px;
	height: auto;
}

.header_contact_phone_num:hover {
	-webkit-filter: opacity(75%);
	filter: opacity(75%);
}

.header_menu {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 4;
	order: 4;
}
@media (max-width: 960px) {
	.header_menu {
		margin-left: auto;
		margin-right: auto;
	}
}

.header_menu ul {
	margin-bottom: 0;
	height: auto;
}

.header_menu img {
	height: 24px;
	width: auto;
	margin-top: 10px;
	-o-object-fit: contain;
	object-fit: contain;
}

.header_menu p {
	font-size: 12px;
	margin: 5px 0 0 0;
}

.header_menu hr {
	margin: 0;
}

.header_menu_list1,
.header_menu_list2,
.header_menu_list3,
.header_menu_list4 {
	margin-left: 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.header_menu_list2
{
	display: none;
}

.header_hover_menu1,
.header_hover_menu3 {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 2px #00000040;
	box-shadow: 0px 0px 2px #00000040;
	color: #464646;
	text-align: left;
	padding: 0 5px;
	display: none;
	position: absolute;
	z-index: 20;
}

.header_hover_menu1 {
	width: 172px;
	top: 100%;
	left: -100px;
}

.header_hover_menu3 {
	width: 136px;
	top: 100%;
	left: -80px;
}

.header_hover_menu1 li,
.header_hover_menu3 li {
	font-size: 1rem;
	font-weight: normal;
	height: 48px;
	line-height: 48px;
	padding-left: 16px;
	vertical-align: middle;
}

.header_hover_menu1 a,
.header_hover_menu3 a {
	color: #464646;
	white-space: nowrap;
}

.header_hover_menu1 a,
.header_hover_menu3 a {
	text-decoration: none;
}

.header_hover_menu1 a:hover,
.header_hover_menu3 a:hover {
	text-decoration: none;
}

.header_menu_list1:hover .header_hover_menu1,
.header_hover_menu1:hover .header_hover_menu1 {
	display: block;
}

.header_menu_list3:hover .header_hover_menu3,
.header_hover_menu3:hover .header_hover_menu3 {
	display: block;
}

.header .headerCartButtonNumber
{
	margin: 0;
	position: absolute;
	top: 0px;
	color: #FFF;
	font: normal normal normal 14px Hiragino Kaku Gothic Pro;
	background-color: #FF7113;
	width: auto;
	border-radius: 30px;
	padding-left: 8px;
	padding-right:8px;
	z-index: 0;
}

.header_menu .view {
	position: fixed;
	width: 528px;
	height: 846px;
	top: 50%;
	left: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.header_menu .view.active {
	z-index: 15;
	opacity: 1;
	visibility: visible;
	width: 911px;
	height: 392px;
	position: fixed;
	background-color: transparent;

}

.header_menu .view_inner {
	position: relative;
	width: 896px;
	height: 392px;
	background-color: #FFF;
}

.header_menu .view_cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.header_menu .view_cover.active {
	z-index: 10;
	opacity: 1;
}

.header_menu .view_load > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header_menu .load {
	background: #FFFFFF;
}

.header_menu .close_btn {
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.5);
  position: relative;
  border-radius: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.header_menu .close_btn::before,
.header_menu .close_btn::after{
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: white;
  position: absolute;
}
.header_menu .close_btn::before{
  top: 19%;
  left: 21%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_menu .close_btn::after{
  top: 20%;
  left: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.header_menu .view_load_cover {
	width: 896px;
	height: 372px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}



.header_menu .cart {
	position: absolute;
	width: 592px;
	height: 1384px;
	top: 62px;
	right: 0;
	background-color: transparent;
}


.header_menu .cart_inner {
	width: 100%;
	height: 100%;

}

.header_menu .cart_cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.header_menu .cart_cover.active {
	z-index: 10;
	opacity: 1;
}

.header_menu .cart_load > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header_menu .cart_load {
	background: #FFFFFF;
}


.header_menu .cart_load_cover {
	width: 592px;
	height: 1384px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.header_menu .dropdown-menu > li > a{
	font-size: 14px;
	line-height: 35px;
}

.header_menu .hov-dropdown > *:not(.dropdown-menu):hover {
	-webkit-filter: opacity(75%);
	filter: opacity(75%);
}

.header_menu > .list-unstyled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_menu_list1,
.header_menu_list2,
.header_menu_list3,
.header_menu_list4 {
	min-width: 50px;
}

/*------ login modal ------*/
.modal .btn-modal-close {
	width: 1em;
	height: 1em;
	padding: 0;
	z-index: 1;
	text-align: center;
	line-height: 1em;
	color: white;
	background-color: rgba(0,0,0,.5);
	border-radius: 1em;
	position: absolute;
	left: -0.5em;
	top: -0.5em;

	box-sizing: content-box;
	background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
	border: 0;
	opacity: 0.5;

	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.modal .btn-modal-close:hover{
	opacity: 1;
}

.modal .modal-dialog{
	max-width: 450px;
}
.modal h2{
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
}
.modal label{
	font-size: 0.75rem;
}
.modal label .text-sm{
	font-size: 0.5rem;
}
.modal .remember-wrapper{
	padding-left: 1.125rem;
}
.modal .reminder{
	font-size: 0.625rem;
}
.modal .login-modal-body{
	width: 23.59375rem;
	margin: auto;
}
.modal .bg-light-grey{
	background-color: #f5f5f5;
}
#password-reset-modal .modal-content{
	height: 394px;
}
.modal .password-modal-body{
	width: 53.25rem;
	margin: auto;
}

.msearch_modal {
	margin-top: 10px;
	padding: 0 0.5rem;
}

.msearch_modal .search-title{
	margin-bottom: 15px;
}

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

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

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

.msearch_modal .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_modal .search-area a:hover{
	background-color: #ff8300;
	color: white;
	border-color: #ff8300;
}

/* 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;
}

#delivery_box .order_edit_button {
	text-align: center;
	padding: 16px;
}

#delivery_box .ordered_edit_button {
	color: white;
	text-align: center;
	border: none;
	padding: 16px;
}

/* 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;
}

/* エリア・日時検索欄のスタイル */
.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;
}

#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;
}

.msearch_point_list {
	align-content: center;
}

/*------------------------------------------------------------------------------
  レスポンシブ対応
------------------------------------------------------------------------------*/
/*--- xs size ---*/
@media (max-width: 765px) {
	body{
	margin-top: 230px;
	}

	.header_container {
		width: 90%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header_logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header_logo img {
		margin-right: auto;
		width: 144px;
	}

	.header .dropdown button{
		height: 40px;
	}

	.header .select_outer_link,
	.header .select_area {
		margin: 5px auto;
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header_contact {
		margin: 5px auto;
		width: 100%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.header_contact_phone_num {
		padding: 0 50px 0 0;
	}

	.header_contact_phone_num img {
		height: 40px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.header_contact_hover .orangeBtn {
		font-size: 3.6vw;
	}

	.header_menu {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 10%;
	}

	.header_menu p {
		font-size: 0.8125rem;
	}

	.header_menu > .list-unstyled {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header_menu_list1,
	.header_menu_list2,
	.header_menu_list3,
	.header_menu_list4 {
		margin-left: 0;
	}

	.header_menu li {
		margin-left: auto;
		width: auto;
	}

	.header_menu_list2 {
		display: none;
	}

	.header_menu .view,
	.header_menu .view.active,
	.header_menu .view_inner{
		width: 450px;
		height: 600px;
	}

	/* login-modal xs */
	.modal .modal-dialog{
	max-width: 304px;
	margin: 0 auto;
	}
	.modal .login-modal-body{
	width: auto;
	}
	.modal .form-control{
	border-radius: 0.625rem;
	height: 2rem;
	font-size: 0.9375rem;
	}
	.modal h2{
	font-size: 0.9375rem;
	}
	.modal .reminder{
	font-size: 0.625rem;
	}
	.modal .btn-primary{
	font-size: 0.75rem;
	}
	.modal .btn-sl-close{
	font-size: 0.75rem;
	}
	.modal .form-label, .modal .alert{
	font-size: 0.75rem;
	}
	.modal #header-register{
	font-size: 0.75rem
	}
	.modal #btn-register{
	margin-top: 0.5rem;
	}

	/* password-reset modal xs */
	#password-reset-modal .modal-content{
	height: 373px;
	}
	.modal .password-modal-body{
	width: auto;
	margin: auto;
	}
}

/*--- sm size ---*/
@media (min-width: 766px) and (max-width:1157px) {
	body{
	margin-top: 230px;
	}

	.header_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: calc(100% - 4rem) !important;
	}

	.header_contact {
		margin: 20px auto;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 3;
		order: 3;
	}

	.header_menu > ul > li {
		font-size: 0.9375rem;
		height: 100%;
		width: 52px;
	}

	.header_menu_list1, .header_menu_list2, .header_menu_list3, .header_menu_list4 {
		width: 60px;
	}

	.header_menu_list2 {
		display: none;
	}

	.header_menu p {
		font-size: 0.8125rem;
		margin-top: 5px;
	}

	.header_contact_phone_img
	{
	margin-left: 18px;
	}

	.header_menu_list1,
	.header_menu_list2,
	.header_menu_list3,
	.header_menu_list4 {
		margin-left: 0;
	}

	/* login-modal sm */
	.modal .modal-dialog{
	max-width: 392px;
	}
	.modal .login-modal-body{
	width: auto;
	}
	.modal h2{
	font-size: 1.125rem;
	}
	.modal .reminder{
	font-size: 0.625rem;
	}
	.modal .btn-primary{
	font-size: 1.125rem;
	}
	.modal .btn-sl-close{
	font-size: 1.125rem;
	}
	.modal .form-label, .modal .alert{
	font-size: 0.75rem;
	}
	.modal #btn-register{
	margin-top: 1.0625rem;
	}
	/* password-reset modal sm */
	#password-reset-modal .modal-content{
	height: 431px;
	}
	.modal .password-modal-body{
	width: auto;
	margin: auto;
	}
}
