@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.7.1/css/all.css");


/*--------------------------------------------------------------------*/
/* 基本のき　共通 */
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
ul,ol,li {
	list-style: none;
}
p {
	word-break : break-all;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  text-align:center;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
.video iframe {
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 20px;
}
}

.ie8 img{
  width: 100%;
  text-align:center;
}
.ce {
	text-align:center;
}

.le {
	text-align:left;
}

.ri {
	text-align:right;
}

.box_btn {
	width: 66%;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin: 0 auto;
	text-align:center;
	padding:10px 30px;
	background-color: #dcd6d2;
	border-radius:5px;
	text-decoration: none;
}

.box_btn a {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.box_btn a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

.tableSub_t {
	text-align: center;
	font-size: 120%;
	color: #025480;
	padding-bottom: 15px;
	font-weight: bold;
}

.t_icon {
	background-color:#dcd6d2;
	padding: 2px 5px;
	font-size: 80%;
	margin-bottom: 5px;
	font-weight: bold;
}


/*layout
--------------------------------------------------------------------*/


/*Block
--------------------------------------------------------------------*/
.block {
	margin: 20px 10px;
}
.block h3 {
	position: relative;
	padding: 0.8em 0;
	margin: 20px 0;
	font-weight: bold;
	clear: both;
	font-size: 140%;
}
.block h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: repeating-linear-gradient(-45deg, black, black 2px, white 2px, white 4px);
}

.block h4 {
	font-size: 110%;
	font-weight: bold;
	background-color: #a7a0a1;
	padding: 3px 10px;
	margin: 20px 0;
	color: #fff;
	clear: both;
}

.block h5 {
	font-weight: bold;
}

.block h5 span {
	color: #877D7E;
}

.block:after {
	content: "";
	clear: both;
	display: block;
}
.block .box {
	box-sizing: border-box;
	padding: 20px;
	margin-bottom:30px;
}

.block img {
	margin-bottom:20px;
	text-align: center;
}
.block p {
	padding: 0 10px;
	margin-bottom:20px;
}
.block a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.block a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

/*Table
--------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}
table th,
table td {
	border: 1px solid #999;
	padding: 0.5em 1em;
}
table th {
	background: #f0f0f0;
}
table .nowrap {
	white-space: nowrap;
}

span.num {
  background-color:#b99a87;
  color:#fff;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

	
	
/*Index
--------------------------------------------------------------------*/
.box_index {
	margin: 20px 0;
}
.box_index_2 h2 {
	text-align: left;
	font-weight: bold;
}

/*--ボックスタイプ・写真が入る形式2列--*/
.box_index_2 dl {
	border: 1px solid #BCBCBC;
	margin: 5px;
	width: 49%;
	padding: 10px;
	float: left;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.box_index_2 dt {
	width: 40%;
	float: left;
	margin-right: 10px;
}

.box_index_2 dd {
	width: 55%;
	float: left;
}

@media screen and (max-width: 767px) {
.box_index_2 dl {
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
}

/*--編み目記号--*/
.box_indexAmime dl {
	border: 1px solid #BCBCBC;
	margin: 5px;
	width: 32%;
	padding: 10px;
	float: left;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.box_indexAmime dt {
	float: left;
	margin-right: 10px;
}

.box_indexAmime dt img {
	text-align: center;
	margin-bottom: 0px;
}

.box_indexAmime dd {
	float: left;
	text-align: left;
	font-weight: bold;
	margin: 0px;
    line-height: 1.0;
	font-size: 120%;
}

@media screen and (max-width: 767px) {
.box_indexAmime dl {
	width: 97%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
}


.k_list{
}

.k_list li a {
	display: block;
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 30px;
  background: #ded5d0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.k_list li a:hover{
  background: #e8e2de;
}
.list_circle li a:before{
	content: "\f111";
  color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.list_arrow_right li a:before{
	content: "\f138";
  color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.list_arrow_down li a:before{
	content: "\f13a";
  color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}


/*parts
--------------------------------------------------------------------*/
.referenceBox{
padding: 10px;
border: 1px solid #C6C6C6;
clear:both;
margin: 30px 0;
}

.referenceBox span{
	background: #877D7E;
	color: #fff;
	padding: 5px;
}

.referenceBox p{
	margin-bottom: 0px;
}

/*-- knit --*/
.t_omote {
	background-color: #354d54;
	color: #fff;
	text-align: center;
	padding:5px;
	font-size: 85%;
}

.t_ura {
	background-color: #624f44;
	color: #fff;
	text-align: center;
	padding:5px;
	font-size: 85%;
}

/*event
--------------------------------------------------------------------*/

.eventList {
	border-bottom: 1px solid #CFCECE;
	margin-bottom: 20px; 
}

.eventList .box_img {
	width: 33%;
	float: left;
	
}

.eventList .box_te {
	width: 66%;
	float: left;
}

/*@media screen and (max-width: 767px) {
 ul.flow li {
  width: 50%;
}
}	
*/



/*SNS
--------------------------------------------------------------------*/
#share {
	clear: both;
 border-top: 1px solid #aaa;
	padding-top: 0.5em;
	text-align: center;
}
#share ul {
	float: right;
}
#share li {
	float: left;
	margin-right: 10px;
}
#share li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
#share li a:hover {
	background: rgba(209,79,39,1);
}
#share li a i {
	font-size: 16px;
	font-size: 1.6rem;
}


/*--------------------------------------------------------------------*/
/* お買い物　共通 */
/*--------------------------------------------------------------------*/

ol.shop_list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}

ol.shop_list li{
 position:relative;
  padding: 0 0 0 26px;
  margin: 0.5em 1em 0.5em 0;
  font-weight: bold;
  line-height: 27px;
	border-bottom: dashed #272727 0.08em;
 /* background: #ded5d0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;*/
  float: left;
  width: 23%;
}
/*ol.shop_list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
/*ol.shop_list li:hover{
  background: #e8e2de;
}*/


.col .span_10 .shopbannerConts img{
	width: auto;
	height: auto;
	margin: 0 auto;
}

.shopbannerArea{
    padding: 2em 1em;
	border-bottom: dashed 0.1em #f9da2c;
	/*border-bottom: dashed 0.1em #ec6e74;*/
}

.shopbannerArea2{
    padding: 2em 1em;
    /*background: #f0f7ff;*/
    /*border: dashed 1px #523a1f;/*点線*/
}

.shopbanner p {
    margin: 0; 
    padding: 0;
}

.shopbannerTittle{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	border-left: solid 5px #f9da2c;/*左線*/
}


@media screen and (max-width: 767px) {
ol.shop_list li{
  margin: 2px 3px;
  width: 46%;
  font-size: 85%;
}
}

/*--------------------------------------------------------------------*/
/* 基本のき　共通（あみもの以外） */
/*--------------------------------------------------------------------*/

*
.Genre .box-4{
  text-align: center;
}

.stitchGenre{
	text-align: center;
}

/*--------------------------------------------------------------------*/
/* パッチワークの種類 */
/*--------------------------------------------------------------------*/


ul.flow2 {
	/*display:table;
	width: 100%;*/
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.flow2 li {
	width: 25%;
	list-style: none;
	margin-bottom: 0;
	position: relative;
	padding: 10px;
}
ul.flow2 li img {
	     display: block;
margin:auto;
}	

.GenreIndex{
	padding-left: 2em;
}

/*--------------------------------------------------------------------*/
/* 用語集 */
/*--------------------------------------------------------------------*/

ol.w_list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}

ol.w_list li{
  position:relative;
  padding: 0 0 0 26px;
  margin: 10px;
  font-weight: bold;
  line-height: 30px;
  background: #ded5d0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 10%;
}
ol.w_list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.w_list li:hover{
  background: #e8e2de;
}



/*--------------------------------------------------------------------*/
/* スマホ */
/*--------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
.quilGenrePic {
	text-align: center;
}
	
ul.flow2 li {
  width: 100%;
}
	
.GenreIndex{
	padding-left: 0;
}
	
ol.w_list li{
  margin: 5px 2px;
  width: 30%;
  font-size: 85%;
}
	
}


	
