@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
}

.service_office_body{
	width:100%;
	font-family: "Noto Sans JP", sans-serif;

}

.modaal-overlay{     
	background:#fff !important;
	opacity: 0.9 !important;
}

.modaal-container{
    border-radius: 10px;
}

.service_office{
	padding:20px 25px;
}

.service_office_logo{
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
}

.service_office_logo img{
     max-width:275px;
     width: 100%;
}

.service_office_txt{
	text-align:center;
	padding-bottom:10px;
	font-size:12px;
}

.service_office_search{
	margin:0 auto;

}


@media screen and (min-width: 780px) {
	.service_office_logo img{
	     max-width:300px;
	}

	.service_office_txt{
		font-size:16px;
	}
}

.modaal-container{
	border-radius:10px;
}

/************** index **********************/


.service_office_form {
	margin: 0 auto;
}

.service_office {
    padding: 20px 15px;
}


.service_office_form .service_office_search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 20px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	flex-wrap: wrap;
}

.service_office_form .service_office_search input[type="text"] {
	    width: 90%;
	flex: 1;
	height: 46px;
	padding: 0 14px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
	outline: none;
	transition: 0.2s;

}

.service_office_form .service_office_search input[type="text"]:focus {
	border-color: #ff6d1d;
	box-shadow: 0 0 0 3px rgba(255, 109, 29, 0.12);

}

.service_office_form .service_office_search input[type="submit"] {
	width: 100%;
	height: 46px;
	padding: 0 22px;
	background: #ff6d1d;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.2s;
    font-family: Verdana, "游ゴシック", YuGothic,  sans-serif;
    font-weight: 500;	
}

.service_office_form .service_office_search input[type="submit"]:hover {
	opacity: 0.8;
}

@media (max-width: 600px) {
	.service_office_form .service_office_search {
	}
}


/*************** search_result *********************/

.service_office__zip {
	margin-bottom: 15px;
	padding: 14px 16px;
	background: #f7f7f7;
	border-left: 4px solid #ff6d1d;
	border-radius: 6px;
}

.service_office__zip span {
	display: block;
	margin-bottom: 3px;
	color: #777;
	font-size: 14px;
	font-weight: 400;
}

.service_office__zip strong {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

#showroomList {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.showroom {
	padding: 18px 16px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.showroom h2 {
	margin: 0 0 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 1.5;
}

.showroom h2 a{
	color:#ff6d1d;
	font-weight:bold;
}

.showroom_info p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
}

.showroom_info p span.ttl {
	display: block;
	margin-bottom: 2px;
	color: #888;
	font-size: 14px;
}

.showroom_info a {
	color: #ff6d1d;
	font-weight: 600;
	text-decoration: none;
}

/**************** closeボタン *******************/

.service_office_close {
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 20px;
	background: #555;
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.showroom_not_found{
  	font-size: 14px;
}

.showroom_not_found span{
	color:#c00;
}

.modaal-wrapper .modaal-close{
	background: #000 !important;
}