@charset "utf-8";

h3{
    padding: 1rem;
    text-align: center;
    text-shadow: 0.0625rem 0.125rem 0.25rem #c97c34;
    white-space: nowrap;

}
h4{
    padding: 0.5rem 0;
    margin-bottom: 0.1rem;
    border-bottom: dotted 0.25rem #c97c34;
}
p{
    font-weight: bold;
    color: #7e4b1b;
}
section{
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    width: 85%;
    border-radius: 3rem;
    background-color: #fffae9;
    box-shadow: 0 0 0.5rem 0.5rem #fffae9;   
}
section p{
    margin-bottom: 2rem;
    padding: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.1rem;
    text-align: left;
    font-weight: bold;
    color: #7e4b1b;
}
section img{
    padding: 1rem;
}
.tukuru img{
    width: 50%;
}
.ikisaki_box{
    padding-bottom: 2rem;
}
.ikisaki_img{
    width: 50%;
}
.ikisakinai{
    font-size: 1rem;
}

/*ここからスライダー設定*/
.slider7-wrap {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.slider-7 .slick-slide {
  height: 50%;
  overflow: hidden;
}
.slider-7 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-7 .slick-arrow::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #7e4b1b;
  border-width: 0.1875rem 0.1875rem 0 0;
  position: absolute;
  top: 1.5rem;
  transform: rotate(45deg);
}
.slider-7 .slick-next {
  right: 0;
}
.slider-7 .slick-prev {
  left: 0;
}
.slider-7 .slick-next::before {
  left: 1.25rem;
}
.slider-7 .slick-prev::before {
  border-width: 0 0 0.1875rem 0.1875rem;
  right: 1.375rem;
}
.slick_count {
  padding-right: 0.625rem;
}
.slick_count .num {
  font-size: 0.75rem;
  text-align: center;
}
.slick_count .num .nowcnt,
.slick_count .num .allcnt {
  font-size: 1.25rem;
}
/*ここまでスライダー設定*/


/*ここからグッズページ*/
.goods_box{
    display: block;
    margin: 0 auto;
    width: 85%;
    padding-bottom: 1rem;
}

.goods{
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-radius: 2rem;
    width: 85%;
    border-radius: 3rem;
    background-color: #fffae9;
    box-shadow: 0 0 0.5rem 0.5rem #fffae9;   
}
.goods p{
    margin-bottom: 2rem;
    padding: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: bold;
    color: #7e4b1b;
}
/*ここまでグッズページ*/


/*　タブレット用768px以上　*/
@media screen and (min-width: 768px){
    html{
        font-size: 1rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4{
        font-size: 1.25rem;
    }
    .tukuru{
            display: block;
            justify-content: space-around;
            margin: 0 auto;
            margin-top: 2rem;
            margin-bottom: 3rem;
            border-radius: 2rem;
            width: 70%;
    }
    .tukuru img{
    width: 60%;
    }
    .slider-7 .slick-slide img{
        width: 60%;
    }

    .goods_box{
        display: block;
        justify-content: space-around;
        width: 80%;
    }
    .goods{
        margin: 2.5rem;
        padding: 1rem;
    }


}
/*つなぎ用*/
@media screen and (min-width: 960px){
    p{
        font-size: 0.75rem;
    }
    section p{
        font-size: 1rem;
    }
    .goods_box{
        display: block;
        justify-content: space-around;
        width: 80%;
    }

}

/*　PC用1024px以上　*/
@media screen and (min-width: 1024px){
    h3{
        padding: 1.5rem;
    }
    h4{
        text-align: left;
        font-size: 1.25rem;
    }
    p{
        font-size: 1rem;
    }
    section{
        margin:  1rem 1.5rem 7rem;
    
    }
    section p{
        font-size: 1.25rem;
    }
    .asobi_box{
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        width: 90%;
        padding: 2rem;
    }
    .slider-7 .slick-slide img{
        width: 5%;
    }
    .ikisaki_box{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 80%;
        padding: 2rem;
    }
    .ikisaki{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        padding: 1.5rem;
    }
    .ikisakinai{
        display: block;
        width: 50%;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .goods_box{
        display: flex;
        justify-content: space-around;
        width: 80%;
    }
    .goods{
        margin: 3rem 1.5rem;
        padding: 1rem;
    }

}