@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : addodekake.css
Description : おでかけコンシェルジュ　追加css
===================================================================== */

/* =====================================================================
*    検索エリア
* =================================================================== */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ehjytq');
  src:  url('fonts/icomoon.eot?ehjytq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ehjytq') format('truetype'),
    url('fonts/icomoon.woff?ehjytq') format('woff'),
    url('fonts/icomoon.svg?ehjytq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e986";
	padding-right: 1rem;
}

.searchTitle {
    width: 95%;
		font-size: 2rem;
		text-align: left;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 25px;
}

.searchBox {
	width: 90%;
padding: .5rem;
    line-height: 2rem;
	border: 1px solid ;

}

.btnBox {
	width: 90%;
	margin: 20px auto;
	display: flex;
flex-direction: column;
justify-content:space-around;
}

.firstBtn {
	margin-bottom: 1rem;;
}

@media screen and (min-width: 700px) {
.searchBox {
	width: 584px;
}

.btnBox {
	width: 500px;
	flex-direction: row;
}

.firstBtn {
	margin-bottom: 0;;
}
}
/* =====================================================================
*    リスト表示エリア
* =================================================================== */

#odekakeArea {
padding: .25rem 0;
text-align: left;
margin-top:20px;
border-top: solid 1px #000;
}

#odekakeArea li:first-child {
	padding-top:2rem;
}
#odekakeArea span {
    font-size: 1.4rem;
    line-height: 1.15em;
    font-weight: bold;
    color: #6c2363;
}
