@charset "utf-8";
/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 検索トップ(index.php) */
/*-----------------------*----*----*----*----*----*----*----*----*----* exclusive */
.exclusive {
	margin: 4em auto;
}

.exclusive .frame {
	display: block;
	width: 100%;
	margin: 0 auto 4em;
	padding: 2.5em;
	text-align: center;
	border-radius: 0.4em;
	border: 0.1rem solid #00bd78;
}

.exclusive .heading {
	margin: 0 auto 1.5em;
}

/*
.exclusive .button {
	max-width:34rem;
}
*/
/*-----------------------*----*----*----*----*----*----*----*----*----* required */
.required {
	margin: 0 auto 4em;
}

.required .list-ul {
	margin: 0 auto 2em;
	padding: 2.5em 2.5em 1.5em;
	background-color: #e6f8ff;
	border: 0.1rem solid #00aeef;
	border-radius: 0.4em;
}

.required .list-ul a {
	font-weight: bold;
}

/*-----------------------*----*----*----*----*----*----*----*----*----* search-form */
.search-form {
	margin: 0 auto 4em;
}

/*-----------------------*----*----*----*----*----*----*----*----* form-dl */
.search-form .form-dl{
	width: 100%;
}

/*-----------------------*----*----*----*----*----*----*----* form-dt */
.search-form .form-dt{
	position: relative;
	margin: 0 0 1em;
	padding: 0.8rem 0;
	display: block;
	border-bottom: 0.1rem dotted #999;
	font-size: var(--font-size-l);
	letter-spacing: 0.05em;
	line-height: 1.4;
}

/*-----------------------*----*----*----*----*----*----*----* form-dd */
.search-form .form-dd{
	margin: 0 0 2.5em;
}

/*-----------------------*----*----*----*----*----*----* address-dl */
.search-form .address-dl{
	width:100%;
}

.search-form .address-dl .address-dt{
	display:inline-block;
	width:40%;
	max-width:11.2em;
}

.search-form .address-dl .address-dt::after{
	content: "×";
}

.search-form .address-dl .address-dd{
	display:inline-block;
	width:40%;
	max-width:11.2em;
}

.search-form .address-dt select,
.search-form .address-dd select{
	padding: 0.5em;
	width: 100%;
	max-width:10em;
	outline: none;
	border: 0.1rem solid #ccc;
	border-radius: 0.2em;
	box-sizing: border-box;
}


/*-----------------------*----*----*----*----*----*----* form-ul */
.search-form .form-ul li{
	display: inline-block;
	margin: 0 0 0.5em 0;
}

.search-form .form-ul label {
	cursor: pointer;
}

/*-----------------------* checkbox */
.search-form .checkbox{
	display: none;
}

.search-form .checkbox + label {
	position: relative;
	margin: 0 2em 0 0;
	padding: 0 0 0 1.5em;
	display: block;
}

.search-form .checkbox + label::before {
	position: absolute;
	top: 0.25rem;
	left: 0;
	margin: auto;
	width: 1.6rem;
	height:1.6rem;
	display: block;
	border: 0.1rem solid #999;
	border-radius: 0.2em;
	content: "";
}

.search-form .checkbox:checked + label {
	color: #207fdc;
	font-weight: bold;
}

.search-form .checkbox:checked + label::after {
	position: absolute;
	top: 0.2rem;
	left: 0.3rem;
	width: 1.6rem;
	height: 1.0rem;
	display: block;
	border-left: 0.4rem solid #00aeef;
	border-bottom: 0.4rem solid #00aeef;
	transform: rotate( -45deg );
	content: "";
}

/*-----------------------* input-text */
.search-form .input-text{
	position: relative;
	padding: 0.5em 0.4em;
	width: 100%;
	display: block;
	outline: none;
	border: 0.1rem solid #ccc;
	border-radius: 0.2em;
	box-sizing: border-box;
}

/*-----------------------*----*----*----*----*----*----*----*----* button-box */
.search-form .button-box{
	position: relative;
	margin: 0;
	padding:0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.search-form .button-box button{
	position: relative;
	margin: 0.5em;
	width: 80%;
	max-width: 30rem;
	padding: 0.6em 0.5em;
	display: block;
	border-radius: 3em;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.search-form .button-box button::before {
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	border-top: 0.3rem solid #fff;
	border-right: 0.3rem solid #fff;
	transform: rotate( 45deg );
	content: "";
}

.search-form .button-box .reset{
	background-color: #aaa;
}

.search-form .button-box .submit{
	background-color: #00aeef;
}

/*-----------------------*----*----*----*----*----*----*----*----* search-form */
.search-form .box{
	margin: 4em auto 0;
	padding: 1em;
	background-color: #f1f1f1;
	border: 0.1rem solid #ccc;
	border-radius: 0.4em;
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 店舗一覧(list.php) */
.searchkeyword {
	width:100%;
	margin:0 auto 2em;
	letter-spacing: -.4em;
}

.searchkeyword li {
	display: inline-block;
	letter-spacing: normal;
	margin:0 0 0 1em;
}

.searchkeyword li:first-child {
	margin:0;
}

.list {
	width:100%;
	margin:0 auto;
}

.list-li {
	width: 100%;
	margin: 0 0 3em 0;
	float: left;
	clear: both;
	border-left: 0.1rem solid #3DB9E8;
	border-right: 0.1rem solid #3DB9E8;
	border-bottom: 0.1rem solid #3DB9E8;
	border-radius:0.6rem;
}

.list-li em {
  position: relative;
	display: block;
	width: 100%;
    font-size: var(--font-size-l);
	text-align: left;
}

.list-li em::before {
  position: absolute;
  top: 0;
  left: 0.5em;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  display: block;
  border-top: 0.3rem solid #00aeef;
  border-right: 0.3rem solid #00aeef;
  transform: rotate( 45deg );
  content: "";
  z-index: 10;
}

.list-li em a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.5em 12rem 0.5em 1.5em;
	color: #008FC2;
	font-weight: bold;
	text-decoration: none;
    line-height: 1.4;

	border-radius: 0.6rem 0.6rem 0 0 / 0.6rem 0.6rem 0 0;
	border-top: 0.1rem solid #00aeef;
	border-bottom: 0.1rem solid #00aeef;
    background-color: #f2fbff;
    z-index: 1;
	/*background: url(/common/img/icon_arrow.svg) 0.3em center no-repeat #f2fbff;
	background-size: 1.4rem auto;*/
}

 .list-li em a::before {
	position: absolute;
    top: 0;
    bottom: 0;
	right: 1em;
	content: "詳細を見る";
	display: inline-block;
	width: 10rem;
    height: 1em;
	text-align: center;
	margin: auto;
	padding: 1em 0 1em 0.5em;
	line-height: 0;
	color: #fff;
	font-size: var(--font-size-s);
	font-weight: normal;
	border-radius: 3em;
	background: #00aeef;
}

.list-li em a::after {
  position: absolute;
  top: 0;
  right: 10rem;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate( 45deg );
  content: "";
}

.list .data {
	width: 95%;
	margin: 0.5em 2.5% 1em;
	float: left;
	clear: both;
	text-align: left;
}

 .list .data dt {
	width:3em;
	margin: 0.5em 0 0;
	float: left;
	font-size: var(--font-size-m);
	font-weight: bold;
}

 .list .data dt:after {
	content: ":";
}

.list .data dd {
	width : -webkit-calc(100% - 3em) ;
	width : calc(100% - 3em) ;
	margin: 0.5em 0 0;
	float: left;
	font-size: var(--font-size-m);
}

ul.icon {
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: left;
}

.list ul.icon {
	margin: 1em auto 0 auto;
}

ul.icon li {
	display: inline-block;
	width: auto;
	margin: 0 0.5em 0.5em 0;
	border: 0;
}

@media screen and (max-width:480px){
	 ul.icon li {
		display: block;
		margin:0 0 0.5em 0;
		text-align:center;
	}
}

ul.icon li span {
	display: block;
	color: #fff;
	padding: 0.25em 1em;
	font-size: var(--font-size-s);
	font-weight: bold;
	border-radius: 0.6rem;
}

span.icon0 {background-color:#f2a60c;}
/*span.icon1 {background-color:#e07a4f;}*/
span.icon1 {background-color:#00aeef;}
span.icon2 {background-color:#00b050;}
span.icon3 {background-color:#ff5a19;}

.pager {
	width:100%;
	margin:0 auto;
	letter-spacing: -.4em;
}

.pager li {
	display: inline-block;
	margin:0 0 0 1em;
	letter-spacing: normal;
}

.pager li:first-child {
	margin:0;
}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 店舗詳細(detail.php) */
.detail .icon {
	width:100%;
}

.detail .form-table {
	width: 100%;
	margin:1em auto 1em auto;
	background-color: #fff;
	border: 0.1rem solid #ccc;
	border-collapse: collapse;
}

.detail .form-table th ,
.detail .form-table td {
	padding: 1em;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0.1rem dotted #ccc;
}

.detail .form-table th {
	background-color: #eee;
}

.detail .form-table td {
	background-color: #fff;
}

.detail .button-parallel.right{
	justify-content:right;
}

.detail .map {
	position: relative;
	width:100%;
	margin:2.5em auto 6em;
}

.detail .map iframe {
	width:100%;
	height:45rem;
	border:none;
}

.detail .map p {
	position: relative;
	width: 100%;
	margin: 0;
	padding:0;
}

.detail .map p a {
	position: absolute;
	margin: 0;
	right: 0;
	width: 14em;
	padding: 0.6em 0 0.6em 0.8em;
	display: block;
	border-radius: 2em;
	background-color: #00aeef;
	color: #fff;
	font-size: var(--font-size-s);
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

.detail .map p a::after {
	position: absolute;
	top: 0;
	left: 0.5rem;
	bottom: 0;
	width: 2.2rem;
	height: 2.2rem;
	margin: auto;
	display: block;
	background: url(/common/img/icon_marker_yellow.svg) center center no-repeat;
	background-size: 2.2rem auto;
	line-height: 1.4;
	content: "";
}

@media screen and (max-width:768px){
	.detail .form-table {
		border: 0.1rem solid #ccc;
	}
	
	.detail .form-table th ,
	.detail .form-table td {
		display: block;
	}
		
	.detail .form-table td {
		border-bottom: 0.1rem solid #ccc;
	}
	
	.detail .form-table tr:last-child td {
		border-bottom:none;
	}

	.detail .button-parallel.right{
		justify-content:center;
	}

}

/*-----------------------*----*----*----*----*----*----*----*----*----*----*----* 印刷用店舗詳細(detail.php) */
@media print{
	#HEADER,
	.button-parallel,
	.breadcrumb,
	.charity-banner,
	.contents-title-block-mini,
	.map p,
	.footer-inner,
	.contents-title-block {
		display: none !important;
	}
	.mt-4,.mb-4{
		margin:0 auto !important;
	}
	.detail{
		margin:1em auto !important;
	}
	.copyright {
		margin: 0.3em 0 0;
		padding:0.3em 0 0;
		background:none;
		border-top: 0.1rem solid #ccc;
	}
	.copyright small {
		color: #333 !important;
	}
}
