@charset "UTF-8";

@import url("gakkou.css");

/*--------------------------------------------------------------------*/
/* 毛糸だま 202211ver */
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.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
--------------------------------------------------------------------*/

#keitodama {
}
.keitodama-content {
  padding-bottom: 30px;
}
.keitodama-content h2 {
  border-bottom: 2px solid #000;
  font-size: 1.25em;
  text-align: left;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 992px) {
  .keitodama-content {
    padding-bottom: 50px;
  }
  .keitodama-content h2 {
  font-size: 1.5em;
  }
}


/* Header
--------------------------------------------------------------------*/
.keitodama-header {
  padding: 20px 0 50px;
}
.keitodama-header h1 {
  margin: 0 20px;
  text-align: center;
}
.keitodama-header .page-title {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: .2em;
  padding: 1em 0;
}
.keitodama-header .header-nav {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  margin: 1.5em 0 0;
}
.keitodama-header .header-nav li {
  font-weight: bold;
}
.keitodama-header .header-nav li a {
  display: inline-block;
  background: #777;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: .5em .75em;
  margin: 0 3px 0 0;
}
.keitodama-header .header-nav li:last-child a {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .keitodama-header .header-nav {
    display: flex;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 1.5em 0 0;
    justify-content: center;
  }
  .keitodama-header .header-nav li {
    font-size: .9em;
    font-weight: normal;
    margin: 0;
  }
  .keitodama-header .header-nav li::after {
    content: "\f111";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
    padding-left: .5em;
  }
  .keitodama-header .header-nav li:first-child::before {
    content: "\f111";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
  }
  .keitodama-header .header-nav li a {
    background: none;
    color: #000;
    padding: 1em .5em;
  }
}

@media print, screen and (min-width: 992px) {
  .keitodama-header .page-title {
    font-size: 1.75em;
    font-weight: normal;
  }
  .keitodama-header .header-nav li {
    font-size: 1em;
    font-weight: normal;
  }
}


/* latest
--------------------------------------------------------------------*/
.keitodama-latest {
  
}
.keitodama-latest .cover {
  text-align: center;
}
.keitodama-latest .cover img {
  width: 70%;
  margin: 0 auto;
}
.keitodama-latest .title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.keitodama-latest .title .title-logo {
  margin-right: 10px;
}
.keitodama-latest .title .title-number {
  font-size: 1.25em;
  font-weight: bold;
  white-space: nowrap;
}
.keitodama-latest .spec {
  margin-bottom: 1.5em;
  text-align: center;
}
.keitodama-latest .mokuji {
  margin-bottom: 1.5em;
}
.keitodama-latest .mokuji .mokuji-list {
}
.keitodama-latest .mokuji .mokuji-list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
  margin-bottom: .75em;  
}
.keitodama-latest .mokuji .mokuji-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1em;
  height: 1em;
  content: "";
  background: #a87e16;
  border-radius: 50%;
}
.keitodama-latest .slider-gallery {
  padding-bottom: 10px;
}

.keitodama-latest .keitodama-nav a {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.keitodama-latest .keitodama-nav .coming-soon {
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.keitodama-latest .keitodama-nav .coming-soon img {
  opacity: .4;
  z-index: 1;
}
.keitodama-latest .keitodama-nav .coming-soon span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  text-align: center;
  z-index: 2;
}


@media print, screen and (min-width: 992px) {
  .keitodama-latest .cover img {
    width: 100%;
  }
  .keitodama-latest .title {
    width: 70%;
  }
  .keitodama-latest .title .title-number {
    font-size: 1.5em;
    font-weight: bold;
  }
  .keitodama-latest .spec {
    text-align: right;
  }
}


/* Shopping
--------------------------------------------------------------------*/
.keitodama-shopping {
  
}
.keitodama-shopping .shopping-list {
  
}
.keitodama-shopping .shopping-list h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: .75em;
}
.keitodama-shopping .shopping-list .comment {
  font-size: .9em;
  margin-bottom: 1em;
}
.keitodama-shopping .shopping-list li span {
  display: block;
}
.keitodama-shopping .shopping-list li .item-badge {
  display: inline-block;
  background: #a87e16;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  padding: .25em .5em;
  margin: 10px auto .5em;
}
.keitodama-shopping .shopping-list li .item-name {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5em;
}
.keitodama-shopping .shopping-list li .item-price {
  font-size: .9em;
  line-height: 1.3;
}


@media print, screen and (min-width: 992px) {
  .keitodama-shopping .shopping-list .comment {
    text-align: center;
  }
}



/* Subscription
--------------------------------------------------------------------*/
.keitodama-subscription {
  
}
.keitodama-subscription h3 {
  margin: 1.5em 0 .5em;
}
.keitodama-subscription dt {
  margin: 0 0 .5em;
}
.keitodama-subscription dd {
  margin: 0 0 1em 20px;
}

/* Info
--------------------------------------------------------------------*/
.keitodama-info {
  
}
.keitodama-info .info-list {
  display: flex;
  justify-content: space-between;
}
.keitodama-info .info-list {
  display: block;
  background: #f0f0f0;
  padding: 15px;
}
.keitodama-info .info-list .info-thumb {
  width: 100%;
  margin-bottom: 10px;
}
.keitodama-info .info-list .info-txt {
  width: 100%;
}
.keitodama-info .info-list .info-txt .info-badge {
  display: inline-block;
  background: #a87e16;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  padding: .25em .5em;
  margin: 10px auto .5em;
}
.keitodama-info .info-list .info-txt .info-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5em;
}
.keitodama-info .info-list .info-txt .info-detail {
  font-size: .9em;
  line-height: 1.3;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 768px) {
  .keitodama-info .info-list {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}


/* SNS
--------------------------------------------------------------------*/
.keitodama-sns {
  
}
.keitodama-sns h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: .75em;
}
/*.keitodama-sns .sns-list {
  background: #f0f0f0;
  padding: 20px;
}
.keitodama-sns .sns-list a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.keitodama-sns .sns-list a span {
  display: block;
}
.keitodama-sns .sns-list a .sns-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.keitodama-sns .sns-list .sns-platform-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.keitodama-sns .sns-list .sns-platform {
  display: inline-block;
  background: #333;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  padding: .25em .5em;
  margin: 0 auto .5em;
}
.keitodama-sns .sns-list .sns-name {
  font-size: 0.875em;
}

@media print, screen and (min-width: 768px) {
  .keitodama-sns .sns-list {
    padding: 30px;
  }
  .keitodama-sns .sns-list a .sns-icon img {
    width: 80%;
    height: 80%;
  }
  .keitodama-sns .sns-list .sns-platform-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .keitodama-sns .sns-list .sns-platform {
    display: inline-block;
    background: #333;
    border-radius: 3px;
    color: #fff;
    font-size: 0.875em;
  }
  .keitodama-sns .sns-list .sns-name {
    font-size: 0.875em;
  }
}*/


/* Gallery
--------------------------------------------------------------------*/
.keitodama-gallery-header {
  
}
.keitodama-gallery-header .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.keitodama-gallery-header .title-logo {
  margin-right: 10px;
}
.keitodama-gallery-header .title-number {
  font-size: 1.25em;
  font-weight: bold;
  white-space: nowrap;
}

@media print, screen and (min-width: 992px) {
  .keitodama-gallery-header .title-logo {
    width: 160px;
  }
  .keitodama-gallery-header .title .title-number {
    font-size: 1.5em;
    font-weight: bold;
  }
}


/* Back number
--------------------------------------------------------------------*/
.keitodama-backnumber {
  
}
.keitodama-backnumber li span {
  display: block;
}
.keitodama-backnumber li .volume {
  font-size: .875em;
  margin-bottom: 5px;
}
.keitodama-backnumber li .volume em {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 1.25em;
  margin-right: .25em;
}
.keitodama-backnumber li .cover {
  
}
.keitodama-backnumber li .btn-recipe {
  display: block;
  width: 100%;
  max-width: 800px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: .9em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  padding: .25em 1em;
  margin: 10px auto 0;
  color: #fff;
  background: rgba(0, 0, 0, 1);
}
.keitodama-backnumber li .btn-recipe:hover,
.keitodama-backnumber li .btn-recipe:active {
  color: #fff;
  background: rgba(214, 99, 114, 1);
  text-decoration: none !important;
}
.keitodama-backnumber li .btn-recipe::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.3em;
}



@media print, screen and (min-width: 992px) {
  .keitodama-backnumber li .volume em {
    display: block;
    font-size: 1.5em;
  }
}
