@charset "UTF-8";


/** --- エリア検索フォーム ---*/

/* PC版 */
@media (min-width: 992px) {

    .pageMenu, .buttonList {
/*        height: 40px;*/
    }

    /* エリア検索フォームの位置指定 */
    #map-section .inline-search-form {
        padding: 30px;
        position: absolute;
        bottom:  -108px; /* 40px;  //20230427 50周年記念対応 */
        margin: auto;
        left: 0;
        right: 0;
        z-index: 1;
    }

/*	#menuBar {
		display: flex;
		flex-direction: row;
	}*/
}
/* モバイル版 */
@media (max-width: 991px) {
	#queryButton {
		height: 68px;
	}
	#queryButton img {
		width: 16px;
	}

/*	#menuBar {
		display: flex;
		flex-direction: column;
	}*/

}
/* エリア検索フォーム内のレイアウト */
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

/* エリア検索フォームのselectフィールド */
#search-form-inline form select {
    width: 40%;
    height: 68px;
    border-width: 0px;
    font-size: 20px;
}

/* エリア検索フォームのテキストフィールド */
#search-form-inline form input {
    width: 65%;
    border-width: 0px 0 0 1px;
}
/* エリア検索フォームのボタン */
#search-form-inline form .btn:not(.dropdown-toggle) {
    width: 15%;
}


/* 加盟店ページ用 */
#search-form-inline-merchant {
    display: flex;
    flex-wrap: wrap;
}
#search-form-inline-merchant div input,
#search-form-inline-merchant div button {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


div.inline-search-form {
    padding: 30px;
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 0;
    right: 0;
}

div.short-search-form {
  width: 600px;
  background-color: #9d9d9d;
  opacity: .95;
  padding: 13px 17px !important;
}

@media (max-width: 991px) {
	div.inline-search-form {
		position: relative;
		width: calc(100% - 30px);
		bottom: 0;
		margin: 0;
		max-width: 100%;
	}
}


.form-short-input {
	border: none !important;
	width: 45% !important;
	padding: 14px 17px !important;
	height: 68px !important;
}

.btn.btn-transport {
    background-color: #fff;
    width: 14% !important;
    border: none !important;
}

.btn.btn-transport:hover {
  background: #de6500;
  color: #fff;
}

/* 加盟店の検索キーワード設定 */

ul#menuQueryForm {
	height: 34px;
	max-width: 240px;
	border-style: solid;
	border-width: 1px;
	border-color: #c5c5c5;
	border-radius: 20px;
	background-color: #fff;
}


#menuBar #menuKeyword {
	position: relative;
	top: -8px;
	outline: none;
	border: none;
	height: 2.0em;
	width: calc(100% - 70px);
	margin-left: 10px;
}

#menuBar #menuQueryButton {
	position: relative;
	top: -8px;
	cursor: pointer;
	font-size: 1.3em !important;
	border: none;
	background: none;
	color: #3879D9;
	width: 2.5em;
	height: 2.5em;
	outline: none;
}
