@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/*--------------------------------------------------------------------*/
/* michiyoの4size knitting */
/*--------------------------------------------------------------------*/


/* 新タウン追記
--------------------------------------------------------------------*/
.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
--------------------------------------------------------------------*/
#michiyo {
}

@media print, screen and (min-width: 971px) {
  #michiyo {
  }
}

#michiyo h1 {
  
}
#michiyo .lead {
  padding-bottom: 50px;
}
#michiyo .lead p {
  margin-bottom: .75em;
}

#michiyo .item-name {
  font-size: 1.5em;
  border-bottom: 1px solid #000;
  padding: 0 0 .25em;
  margin: 0 0 .5em;
}
#michiyo .item-name .item-name-new {
  display: inline-block;
  background: #ff0;
  font-size: .875em;
  font-weight: bold;
  padding: .25em .5em .25em .75em;
  margin-right: .5em;
}
#michiyo .item-source {
  margin: 0 0 1em;
}
#michiyo .item-description {
  margin: 1em 0;
  padding: .75em;
  background: rgba(255, 255, 0, .1);
}
#michiyo .item-price {
  font-weight: bold;
  margin-bottom: .25em;
}
#michiyo .item-price small {
  font-weight: normal;
}
#michiyo .table-size {
  width: 100%;
}
#michiyo .table-size th,
#michiyo .table-size td {
  text-align: center;
}
#michiyo .table-size td .nvbtn {
  font-size: .875em;
}

@media screen and (max-width: 767px) {
  #michiyo .table-size td .nvbtn span {
    display: none;
  }
  .btn-cart-before::before {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #michiyo .table {
    margin-bottom: 30px;
  }
}

#michiyo .michiyo-profile {
  background: #f0f0f0;
  padding: 10px 10px 0;
  margin-bottom: 30px;
}
#michiyo .michiyo-profile .michiyo-name {
  font-size: 1.25em;
  border-bottom: 2px solid #000;
}

@media print, screen and (min-width: 992px) {
  #michiyo .michiyo-profile {
    background: #f0f0f0;
    padding: 20px 20px 0;
  }
}
