/*WaterWorldの専用CSSです。CSSの追加・修正を行う場合に記載してください。
	読み込んでいる他のCSSとのバッティングにはご注意ください。*/
	
.pd-0{
	padding-bottom: 0 !important;
}
.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}

.category_link a{
	display:block;
	color: #707070;
}

.category_btn{
	margin: 1.5rem;
	padding: 10px;
	border: 1px solid #adadad;
	border-radius: 5px;
	text-align: center;
}

.cur {
  border-bottom: 1px solid currentColor
}

.text-error{
	color: #b54f4f;
}

.p-shop__list {
	list-style: none !important;
}

.p-shop__item__title, .p-shop__item__title--noicon {
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  line-height: 1.55 !important;
  font-size: 1rem;
}
.p-shop__item__tel{
	margin-bottom: 0 !important;	
}
.p-shop__title__sub{
	margin-bottom: 0 !important;
}
.p-shop__item__address{
	margin-bottom: 0 !important;
}
.p-shop__title__main{
	margin-bottom: 0 !important;
}

.prettyprint {
	margin-bottom: 2rem;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
	.sp-br { /*brタグ表示＝改行する */
	  display: inline;
	å}	
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
	.sp-br { /*brタグ表示＝改行する */
	  display: inline;
	}
	section.l-3column__item.p-card:nth-child(4n) {
		margin: 0 !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media screen and (min-width: 1120px) {
  .p-list-summary__item__title {
    flex: 0 0 37%;
  }
}


/* キャンペーンバナー */
.c-campaign-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-campaign__link {
  display: block;
  transition: all .3s;
}
.c-campaign__link:hover {
  opacity: .6;
}

.c-campaign__banner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.c-campaign__banner img {
  width: 100%;
  height: auto;
}