@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/*--------------------------------------------------------------------*/
/* 基本のき　共通 */
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  text-align:center;
}

.video {
  text-align:center;
  margin-bottom: 20px;
}

.video iframe {
  max-width: 100%;
}

@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;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_10{
	margin-bottom: 10px;
}

.f_120{
	font-size: 120%;
}

.f_90 {
	font-size: 90%;
}

.f_80 {
	font-size: 80%;
}

.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;
}

.t_b {
	font-weight: bold;
}


/*layout
--------------------------------------------------------------------*/


/*Grid
--------------------------------------------------------------------*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

.m_b20 {
	margin-bottom: 20px;	
}

.m_b30 {
	margin-bottom: 30px;	
}

.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 .h4_m10 {
	font-size: 110%;
	font-weight: bold;
	background-color: #a7a0a1;
	padding: 3px 10px;
	margin: 10px;
	color: #fff;
	clear: both;
}

.block .subT_ul {
	font-size: 110%;
	font-weight: bold;
	border-bottom: #a7a0a1 2px dotted;
	padding: 3px 10px;
	margin: 20px 0;
	clear: both;
}

.block h5 {
	font-weight: bold;
	margin: 0 10px;
}

.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 */
}

.block .list0_10 {
	margin: 0 10px;
}

.wordMenu ul {
	margin: 10px 10px 30px 10px;
}

.wordMenu::after {
    content: "";
    clear: both;
    display: block;
}

.wordMenu li {
	width: 10%;
	float: left;
}


@media screen and (min-width: 768px) {
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-8, .box-9, .box-10, .box-11, .box-12 {
  float: left;
  padding:10px;
}
.box-12 {
  width: 100%;
}
.box-11 {
  width: 91.66666667%;
}
.box-10 {
  width: 83.33333333%;
}
.box-9 {
  width: 75%;
}
.box-8 {
  width: 66.66666667%;
}
.box-7 {
  width: 58.33333333%;
}
.box-6 {
  width: 50%;
}
.box-5 {
  width: 41.66666667%;
}
.box-4 {
  width: 33.33333333%;
}
.box-3 {
  width: 25%;
}
.box-2 {
  width: 16.66666667%;
}
.box-1 {
  width: 8.33333333%;
}
}

@media screen and (max-width: 767px) {
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-8, .box-9, .box-10, .box-11, .box-12:after {
	content: "";
	clear: both;
	display: block;
}
.box-4, .box-5, .box-6 .box-7, .box-8, .box-9, .box-10, .box-11, .box-12 {
width: 100%;
} 
.box-1, .box-2, .box-3 {
  width: 50%;
}
}

@media screen and (max-width: 479px) {
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-8, .box-9, .box-10, .box-11, .box-12:after {
	content: "";
	clear: both;
	display: block;
}
.box-4, .box-5, .box-6 .box-7, .box-8, .box-9, .box-10, .box-11, .box-12 {
width: 100%;
} 
.box-1, .box-2, .box-3 {
  width: 50%;
}
}

/*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;
}

ul.flow {
	/*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.flow li {
	width: 25%;
	list-style: none;
	margin-bottom: 0;
	position: relative;
	padding: 10px;
}
ul.flow li img {
	     display: block;
margin:auto;
}	
span.num {
  background-color:#b99a87;
  color:#fff;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
 ul.flow li {
  width: 50%;
}
}	
	
	
/*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;
}
}

ol.k_list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}

ol.k_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: 46%;
}
ol.k_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.k_list li:hover{
  background: #e8e2de;
}


@media screen and (max-width: 767px) {
ol.k_list{
	margin: 0 5px;
}

ol.k_list li{
  margin: 5px 2px;
  width: 48%;
  font-size: 85%;
}
ol.sp_list li{
  margin: 5px 2px;
  width: 100%;
  font-size: 85%;
}
}

/*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%;
}
}


/*--------------------------------------------------------------------*/
/* ヘビオの動物折り紙のみ */
/*--------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
.hevio {
	width:860px;
	margin: 0 auto;
}
}

/*--------------------------------------------------------------------*/
/* ぽんぽんポケモンのみ */
/*--------------------------------------------------------------------*/

.pokeTfont {
	text-align:center;
	font-family: 'Baloo Bhai', cursive;
	font-size: 3.6rem;	
}

.poke-h3 {
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	margin: 20px 0;
	background:none;
}


/*--------------------------------------------------------------------*/
/* C12003 ミシンソーイング　Sewing machine sewing */
/*--------------------------------------------------------------------*/

.smsSubT {
 font-size: 110%;
 color: #9D0000;
 font-weight: bold;
}

@media screen and (min-width: 768px) {
.mechanism02_pic {
	margin: 0 auto;
	width: 60%;
}






