@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* 春の手づくりタウンキャンペーン2025 */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#towncp2025spring {
	position: relative;
  margin: 0;
  background: #a2d5c9;
	/*background: url("../../../../../img/usr/category/sp/towncp/2025spring/bg.png") center center fixed;*/
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}

.txt-strong {
  color: #bf153f;
}
.txt-teddy300 {
  color: #e05586;
}
.txt-teddy100 {
  color: #db8901;
}


/*header
--------------------------------------------------------------------*/
.towncp-header h1 {
	text-align: center;
	padding: 20px;
}


/*Member Entry
--------------------------------------------------------------------*/
#towncp-memberentry {
	position: fixed;
	left: 0;
	bottom: 50px;
	width: 60px;
	height: 240px;
	z-index: 100;
}

@media print, screen and (min-width: 768px){
	#towncp-memberentry {
		width: 120px;
		height: 480px;
	}
}


/*Main
--------------------------------------------------------------------*/
.towncp-main {
}
.towncp-main h2 {
	background: #fff;
	padding: 20px 50px;
  margin: 0;
	text-align: center;
}
.towncp-main .cp-contents-wp {
	padding: 30px 0;
	background: #ccc;
}
.towncp-main .cp-contents-wp .cp-contents-before {
	background: #fff;
	text-align: center;
	padding: 50px 20px;
	font-size: 1.5em;
	font-weight: bold;
}
.towncp-main .cp-contents-list .cp-content {
	background: #fff;
	padding: 0 0 20px 0;
}
.towncp-main .cp-contents-list .cp-content a {
  display: block;
}
.towncp-main .cp-contents-list .cp-content .content-thumb {
  padding: 10px;
}
.towncp-main .cp-contents-list .cp-content img {
  margin: 0 0 20px;
}
.towncp-main .cp-contents-list .cp-content .content-catch {
  display: inline-block;
  background: #e63462;
  color: #fff;
  font-size: .875em;
  font-weight: bold;
  padding: .25em 1em;
  margin: 0 0 10px;
}
.towncp-main .cp-contents-list .cp-content .content-catch em {
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  padding-left: .5em;
}
.towncp-main .cp-contents-list .cp-content h5 {
  font-size: .875em;
  font-weight: bold;
  padding: 0 20px 10px;
  margin: 0;
}
.towncp-main .cp-contents-list .cp-content h4 {
  font-weight: bold;
  padding: 0 20px;
  margin: 0;
}

