@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Train+One&display=swap');

/*--------------------------------------------------------------------*/
/* For Kids 夏休みの */
/*--------------------------------------------------------------------*/


/* 
crafting-pink #e6516d rgba(230, 81, 139, 1);
*/


/* 新タウン追記
--------------------------------------------------------------------*/
.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% !important;
  max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* Layout
--------------------------------------------------------------------*/
.wrapper {
}
#forkids {
  background: #e7f9ff;
}
#forkids a:hover {
  text-decoration: none !important;
}

.forkids-bg-pink {
  background: rgba(237, 143, 168, .2);
}
.forkids-bg-yellow {
  background: rgba(255, 238, 125, .2);
}
.forkids-bg-green {
  background: rgba(114, 188, 183, .2);
}

@media print, screen and (min-width: 971px) {
  #forkids {
  }
}


@media print, screen and (min-width: 992px) {
}


/* Header
--------------------------------------------------------------------*/
.forkids-header {
  padding: 30px 0;
}
.forkids-header h1 {
  margin: 0 10px 10px;
  text-align: center;
}
.forkids-lead {
  padding: 1em 2em;
  font-weight: bold;
  text-align: left;
}
.forkids-lead p {
  line-height: 1.8;
}
.forkids-coupon {
  background: #ffc;
  padding: 15px;
  font-weight: bold;
  text-align: left;
}
.forkids-coupon h4 {
  color: #e65200;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em;
}
.forkids-coupon dl {
  display: flex;
  flex-wrap: wrap;
}
.forkids-coupon dt {
  width: 100%;
  margin: 0 0 10px 0;
}
.forkids-coupon dd {
  width: 100%;
  margin: 0 0 20px 10px;
}
.forkids-coupon h4 span {
  background:linear-gradient(transparent 60%, #ffffff 60%);
}
.coupon-code {
  display: inline-block;
  background: #e65200;
  color: #fff;
  font-size: 1.5em;
  margin: .5em 0;
  padding: .25em .75em;
}
.slider-crafting {
  padding: 30px 0;
  background: #fff;
}

@media print, screen and (min-width: 971px) {
  .forkids-header .header-lead h3 {
    font-size: 2em;
  }
  .forkids-coupon dl {
    justify-content: space-between;
  }
  .forkids-coupon dt {
    width: 20%;
    margin: 0 0 10px 0;
  }
  .forkids-coupon dd {
    width: 78%;
    margin: 0 0 20px 10px;
  }
  .forkids-lead {
    text-align: center;
  }
}

.mokuji-toggle {
	display: none;
}
.mokuji-label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
  font-weight: bold;
  text-align: center;
	background:#29aeda;
}
.mokuji-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 4px );
	right: 20px;
	transform: rotate(135deg);
}
.mokuji-label,
.mokuji-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.mokuji-content {		/*本文*/
	height: 0;
  background: #fff;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}
.mokuji-toggle:checked + .mokuji-label + .mokuji-content {	/*開閉時*/
	height: auto;
	padding: 20px ;
	transition: all .3s;
}
.mokuji-toggle:checked + .mokuji-label::before {
	transform: rotate(-45deg) !important;
}
.mokuji-content ol {
  padding: 10px 0;
  margin: 0;
  counter-reset: my-counter;
  list-style: none;
}
.mokuji-content ol li {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 36px;
  position: relative;
  margin: .25em 0;
}
.mokuji-content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #29aeda;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  font-size: .875em;
}


/* Main
--------------------------------------------------------------------*/
.forkids-main {
  padding: 30px 0;
}
.forkids-main h3 {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0;
}
.forkids-main h3 span {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
}
.forkids-main h3 span::after {
  content: '';
  position: absolute;
  bottom: -2em;
  display: inline-block;
  background: #ff9e5c;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.forkids-main .item-list {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
}


@media print, screen and (min-width: 768px) {
  .forkids-main {
    padding: 40px 0;
  }
  .forkids-main h3 {
    font-size: 1.75em;
    letter-spacing: .2em;
  }
}

/* Item */
.slider-forkids {
  padding: 20px 0;
}

.forkids-item a {
  display: block;
  text-decoration: none;
}
.forkids-item a:hover {
  text-decoration: none;
}
.forkids-item a span {
  display: block;
}
.item-thumb {
  margin-bottom: 10px;
}
.item-name,
.item-price {
  font-weight: bold;
}
.item-name {
  margin-bottom: 10px;
}
.item-price {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
}


