@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* 手づくりタウンクラブ */
/*--------------------------------------------------------------------*/

/*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
--------------------------------------------------------------------*/

#club {
  margin: 0;
  background: #fbe3e7;
}
#club .innr-narrow {
}
#club h1 {
  margin: 0;
  padding-top: 20px;
}

.club-main {
  padding: 30px 15px;
}
.club-header {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .club-header {
    width: 100%;
  }
}

@media print, screen and (min-width: 971px){
  .club-main {
    padding: 50px 30px;
  }
}

.club-lead {
  font-weight: 600;  
}

.benefit li,
.wb-box {
  display: block;
  background: #fff;
  border-radius: 10px;
}

.process {
  padding: 1em 2em;
}
.process > li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.process > li > em {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #c62a3f;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-right: .5em;
}
.process > li ul {
  font-size: .75em;
  font-weight: 500;
}

.btnbox {
  padding: 10px 0;
}
.btnbox a {
  display: inline-block;
  position: relative;
  height: 36px;
  background: #fff;
  border-radius: 18px;
  border: 3px solid #c62a3f;
  color: #c62a3f;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 2em 0 3em;
  margin: 0;
}
.btnbox a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
	content: "\f0da";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}


@media print, screen and (min-width: 971px){
  .club-lead {
    font-size: 1.75em;
  }
  .benefit li,
  .wb-box {
    border-radius: 20px;
  }
  .process > li {
    font-size: 24px;
    font-weight: bold;
  }
.btnbox a {
  height: 40px;
  border-radius: 20px;
  border: 3px solid #c62a3f;
  font-size: 20px;
  line-height: 32px;
  }
}


