@charset "UTF-8";


/***

検索結果用（ポップパップ）○

***/
#live-search-result-wrapper,
#live-search-result-wrapper_sp{
	display:none;
	position:fixed;
	top:10%;
	left:50%;
	transform:translateX(-50%);
/*
	width:80%;
	max-width:600px;
*/
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	padding:20px;
	z-index:9999;
	
	width: 90% !important;
	height: 80%;
	max-width: 1000px !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin: 0;
	padding: 20px;

	background: white;
	border-radius: 10px;
}

#live-search-result,
#live-search-result_sp{
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
/*	background: rgba(153,230,139,1.00);*/
	
/*	overflow: hidden;*/
	overflow-y:scroll;
}

.live-search-close{
	display: block;
	position: relative;
	position: absolute;
	top: 5px;
	right: 5px;
	
	width: 20px;
	height: 20px;
	border-radius: 50%;  /* 丸みの度合い */
	background: #333; /* ボタンの背景色 */
	
	cursor:pointer;
}

.live-search-close::before,
.live-search-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #fff; /* バツ印の色 */
}
.live-search-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.live-search-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}





/***

検索結果用（別ページ）×

***/
.searchform {
  display: flex;
  gap: 10px;
}
.searchform input[type="text"] {
  flex: 1;
  padding: 5px;
}
.searchform input[type="submit"] {
  padding: 5px 10px;
}



/***

検索窓　デザイン

***/
.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 25px;
}

.search-form-3 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-3 input::placeholder{
    color: #777777;
}

.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-3 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
@media print, screen and (min-width: 1001px) {
.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 25px;
	 
	 position: fixed;
	 top: 6px !important;
	 right: 5% !important;
	 
/*	 background:rgba(186,156,211,1.00);*/
}
.search-form-3 input {
    width: 250px;
    height: 22px;
    padding: 3px 15px;
/*	 padding: 0;*/
    border: none;
    box-sizing: border-box;
    font-size: 0.9em;
    outline: none;
}
.search-form-3 button {
    width: 34px;
    height: 28px;
}
}
@media print, screen and (min-width: 1401px) {
.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 25px;
	 position: static;
	 top: none;
	 right: none;
}
.search-form-3 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}
.search-form-3 input::placeholder{
    color: #777777;
}
.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
}






.search_txt1{
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;

	font-size: 18px;
	font-size: 3.6vw;
	line-height:150%;
	padding: 0 0 15px;	
}

@media print, screen and (min-width: 1001px) {
.search_txt1{
	font-size: 18px;
}
}

.search_txt2{
	font-weight: bold !important;
	letter-spacing: 0;
	text-align: left !important;

	font-size: 18px;
	font-size: 3.6vw;
	line-height:150%;
	padding: 0;	
}

@media print, screen and (min-width: 1001px) {
.search_txt2{
	font-size: 18px !important;
}
}

.search_txt3{
	font-weight: bold !important;
	letter-spacing: 0;
	text-align: left !important;

	font-size: 16px;
	font-size: 3.2vw !important;
	line-height:150% !important;
	padding: 0 0 8px !important;	
}

@media print, screen and (min-width: 1001px) {
.search_txt3{
	font-size: 16px !important;
}
}

.search_txt4{

	font-weight: 400;
	letter-spacing: 0;
	text-align: justify;

	font-size: 13px;
	font-size: 3vw !important;
	line-height:160% !important;
	padding: 0 0 35px !important;	
}

@media print, screen and (min-width: 1001px) {
.search_txt4{
	font-size: 13px !important;
}
}

