
.pg_header{
  position: relative;
  margin-bottom: 50px;
}
.pg_header .container{
  height: 140px;
}
.tt1 {
  min-width: 274px;
  width: fit-content;
  padding: 25px;
  font-size: 20px;
  background: rgba(255,255,255,0.8);
  text-align: center;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-shadow:
    3px  3px 1px #ffffff,
    -3px  3px 1px #ffffff,
    3px -3px 1px #ffffff,
    -3px -3px 1px #ffffff,
    3px  0px 1px #ffffff,
    0px  3px 1px #ffffff,
    -3px  0px 1px #ffffff,
    0px -3px 1px #ffffff;
  position: absolute;
  bottom: 38px;
  left: 46px;
}
.tt1:before,
.tt1:after{
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
}
.tt1:before{
  left: 10px;
  top: 10px;
  border-left: 1px solid #f56800;
  border-top: 1px solid #f56800;
}
.tt1:after{
  right: 10px;
  bottom: 10px;
  border-right: 1px solid #fbca07;
  border-bottom: 1px solid #fbca07;
}
.tt1 span{
  display: none;
}

/*パンくず*/
.breadcrumb_bg {
  padding: 8px 0;
  margin-bottom: 50px;
  margin-top: 20px;
  background: #fff5d4;
}
.breadcrumb{
  font-size: 13px;
  margin-bottom: 0;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.breadcrumb li a:after{
  content: ">";
}
.breadcrumb li + li {
  margin-left: 6px;
}
.breadcrumb li a {
  padding-right: 12px;
}

.kiwi{
  font-family: 'Kiwi Maru', sans-serif;
}

.container {
  width: 1230px;
  padding: 0 15px;
}



/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
  .md:not(.pc){
    display: none;
  }
}
@media (min-width:1024px){
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
  .pc:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .md:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .md:not(.sp){
    display: none;
  }
  .tt1{
    bottom: 10px;
    left: 10px;
    min-width: 180px;
    padding: 16px;
  }
}

@media (min-width:768px){
  .breadcrumb_bg {
    margin-bottom: 80px;
    margin-top: 30px;
  }
   .pg_header{
    margin-bottom: 100px;
  }
  .pg_header .container{
    height: 270px;
  }
  .tt1 {
    min-width: 374px;
    font-size: 36px;
    padding: 30px 85px;
    margin-bottom: 0;
  }

}
@media (min-width:1023px){
  .breadcrumb_bg {
    margin-bottom: 120px;
    margin-top: 40px;
  }
  .tt1{
    margin-bottom: 0;
  }
  .pg_header .container{
    height: 450px;
  }
  .gnav li a {
    padding: 5px 5px;
  }
  .pg_header{
    margin-bottom: 140px;
  }
}
@media (min-width:1220px){
  .gnav li a {
    padding: 5px 15px;
  }
}
/*******************************
*　楽々屋とは
********************************/
.tt2{
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-family: 'Kiwi Maru', sans-serif;
  text-align: center;
}
.tt2:after{
  content: "";
  width: 100px;
  height: 3px;
  margin: 9px auto 0;
  background: linear-gradient(to right, #ffa626 0, #ffa626 50%, #fbca07 50%, #fbca07 100%);
  display: block;
}
.about_text1 {
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 2.25;
  font-weight: 500;
}
.about_ttl1{
  font-size: 21px;
  margin-top: 34px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}

.about_box1{
  margin: 40px 0;
}
.about_box1 .item{
  display: flex;
}
.about_box1 .bg{
  width: 100%;
  padding: 0 20px 25px;
  border: 2px dotted #f56800;
  background: #fff5d4;
  border-radius: 10px;
}
.about_box1 .num{
  font-size: 44px;
  width: 100px;
  margin: -25px auto 25px;
  color: #f56800;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fff5d4 50%, #fff5d4 100%);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
}
.about_box1 .img{
  text-align: center;
}
.about_box1 .text{
  margin-top: 20px;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #000000;
  line-height: 2.25;
  text-align: justify;
}

.pg_about .section#sec2{
  padding-top: 60px;
}
.about_box2 .ttl{
  padding: 0 10px 0 15px;
  margin-top: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: justify;
  border-bottom: 2px solid #f1f4f5;
  border-left: 5px solid #f56800;
  line-height: 1;
}
.about_box2 .ttl p{
  line-height: 2.25;
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}

@media (max-width:767px){
  .about_box1 .item:nth-child(n+2){
    margin-top: 40px;
  }

  .about_box2{
    margin-top: 30px;
  }
  .about_box2 .item + .item{
    margin-top: 40px;
  }
}
@media (min-width:768px){
  .tt2{
    font-size: 36px;
  }
  .about_box1 {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -15px 50px;
  }
  .about_box1 .item{
    width: 50%;
    padding: 0 15px;
  }
  .about_box1 .item:nth-child(n+3){
    margin-top: 50px;
  }

  .pg_about .section#sec2{
    padding-top: 90px;
  }
  .about_box2 {
    margin: 40px -15px 0;
    display: flex;
  }
  .about_box2 .item{
    width: 50%;
    padding: 0 15px;
  }
  .about_text1.center {
    text-align: center;
  }
}
@media (min-width:1024px){
  .about_text1 {
    text-align: center;
  }


}
@media (min-width:1200px){


}



/*******************************
*　シルバーカー・つえの選び方
********************************/
.choose_box1_hdr{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.choose_box1_items{
  margin: 0 -3px;
  display: flex;
  justify-content: space-between;
}
.choose_box1_items .item{
  padding: 0 3px;
}
.choose_box1_items .item a{
  display: block;
}

.pg_choose .section#sec2{
  padding-top: 60px;
}
.pg_choose .section#sec2 .container:before{
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #ffa626;
  margin-bottom: 40px;
}
.pg_choose .section#sec2:before{

}
.choose_ttl1{
  font-size: 28px;
  padding: 15px 0;
  margin: 50px 0 30px;
  letter-spacing: 0.075em;
  font-weight: 500;
  background: #d45b83;
  color: #ffffff;
  text-shadow:
    3px  3px 1px #a03055,
    -3px  3px 1px #a03055,
    3px -3px 1px #a03055,
    -3px -3px 1px #a03055,
    3px  0px 1px #a03055,
    0px  3px 1px #a03055,
    -3px  0px 1px #a03055,
    0px -3px 1px #a03055;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choose_ttl1:before{
  content: "";
  width: calc(50% - 120px);
  height: 14px;
  background: url(/img/choose/choose_ttl1_l.png) no-repeat right center;
}
.choose_ttl1:after{
  content: "";
  width: calc(50% - 120px);
  height: 14px;
  background: url(/img/choose/choose_ttl1_r.png) no-repeat left center;
}

@media (max-width:767px){

}
@media (min-width:768px){
  .choose_box1_hdr{
    margin-top: 50px;
  }

  .pg_choose .section#sec2{
    padding-top: 80px;
  }
  .choose_ttl1{
    margin: 80px 0 50px;
  }
  .pg_choose .section#sec2 .container:before{
    margin-bottom: 40px;
  }
}
@media (min-width:1024px){
.pg_choose .section#sec2{
    padding-top: 100px;
  }
  .pg_choose .section#sec2 .container:before{
    margin-bottom: 60px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　商品一覧
********************************/
.products_list{
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.products_list .item{
  width: 50%;
  padding: 0 8px;
}
.products_list .img{
  display: block;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}
.products_list .img:before{
  padding-top: 65%;
  display: block;
  content: "";
}
.products_list .tag{
  margin: 15px 0 8px;
}
.products_list .tag span{
  width: 80px;
  font-size: 11px;
  background: #666666;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.85;
  display: inline-block;
}
.products_list .tag span.cat_1{
  background: red;
}
.products_list .tag span+span{
  margin-left: 2px;
}
.products_list .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.66;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.products_list .price{
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  margin-top: 5px;
  letter-spacing: 0.075em;
  line-height: 30px;
}
.products_list .price strong{
  font-size: 19px;
  font-weight: 500;
  color: #ef0000;
}
.products_link{
  font-size: 16px;
  max-width: 256px;
  padding: 8px;
  margin: 15px auto 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  border-radius: 23px;
  background: #fbca07;
}
.products_link:hover{
  text-decoration: none;
  opacity: 0.7;
}
.products_link:after{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.products_cat {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: -20px -6px 40px;
}
.products_cat li{
  width: 50%;
  padding: 0 6px;
}
.products_cat li a{
  padding: 17px 0;
  display: block;
  background: #ededed;
  text-align: center;
  letter-spacing: 0em;
  font-weight: 500;
  border-radius: 10px;
}
.products_cat li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.products_cat li.on a{
  background: #fd6f31;
  color: #ffffff;
}

/* 小カテゴリ */
.products_cat.sub{
  border-top: 1px solid #CCC;

}
.products_cat.sub li{

}
.products_cat.sub li a{

}

.pagination{
  margin-top: 50px;
}
.pagination .page-numbers {
  border: 1px solid #e5e5e5;
  padding: 4px 14px;
  color: #000;
}

/*詳細*/
.products_detail .meta {
  padding: 9px 10px;
  margin-bottom: 35px;
  background: #f4f3f3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products_detail .tag{
  margin-right: 20px;
}
.products_detail .tag span{
  width: 80px;
  font-size: 11px;
  background: #666666;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 2;
  display: inline-block;
  font-weight: 500;
}
.products_detail .tag span.cat_1{
  background: red;
}
.products_detail .tag span+span{
  margin-left: 2px;
}
.products_detail .title{
  font-size: 16px;
  letter-spacing: 0.075em;
}
.products_detail .slider .thumb{
  border: 1px solid #aaa7a7;
}
.products_detail .slider .thumb .img_fit,
.products_detail .slider .sub .img_fit{
  position: relative;
}
.products_detail .slider .thumb .img_fit:before{
  content: "";
  padding-top: 74%;
  display: block;
}
.products_detail .slider .thumb .img_fit img,
.products_detail .slider .sub .img_fit img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.products_detail .slider .sub .img_fit{
  border: 1px solid #aaa7a7;
  overflow: hidden;
}
.products_detail .slider .sub .img_fit:nth-child(n+3){
  margin-top: 10px;
}
.products_detail .slider .sub .img_fit:before{
  content: "";
  padding-top: 60%;
  display: block;
}
.products_detail .slider .sub .img_fit img{
  object-fit: cover;
}
.products_detail .slider .sub .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  flex-flow: row wrap;
}
.products_detail .slider .sub .slick-slide {
  display: block!important;
  float: none !important;
  flex: 0 0 49%;
}
.products_detail .slider .sub .img_fit{
  cursor: pointer;
}
.products_detail .slider .sub .img_fit:nth-child(2n){
  margin-left: 2%;
}
.products_detail .price {
  padding: 20px;
  margin: 12px 0 35px;
  background: #f4f3f3;
}
.products_detail .price .bg{
  padding: 6px 20px;
  background: #ffffff;
  letter-spacing: 0.075em;
  line-height: 30px;
  display: inline-block;
  border-radius: 5px;
}
.products_detail .price .bg strong{
  font-weight: 400;
  color: #ef0000;
  font-size: 19px;
}
.products_detail table.details{
  margin-bottom: 50px;
  border-top: 2px solid #d2d2d2;
}
.products_detail table.details tr{
  border-bottom: 1px solid #d2d2d2;
}
.products_detail table.details th,
.products_detail table.details td{
  padding: 21px 2px;
  letter-spacing: 0.075em;
}
.products_detail table.details th{
  width: 150px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.products_detail .slick-prev{
  left: 10px;
  z-index: 5;
}
.products_detail .slick-next{
  right: 10px;
  z-index: 5;
}
.products_detail .slick-prev:before,
.products_detail .slick-next:before{
  opacity: 1;
  color: #cccccc;
  font-size: 30px;
}
.products_cat.sub li.on a{
  background: #f89165;
}

@media (max-width:767px){
  .products_list .item:nth-child(n+3){
    margin-top: 40px;
  }
  .products_cat li:nth-child(n+3){
    margin-top: 10px;
  }

  .products_detail .price .bg{
    /*display: flex;
    justify-content: space-between;*/
    width: 100%;
  }
  .products_cat li a{
    font-size: 15px;
  }
}
@media (min-width:768px){
  .products_list{
    margin: 0 -15px;
  }
  .products_list .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .products_list .item:nth-child(n+4){
    margin-top: 50px;
  }
  .products_link{
    font-size: 18px;
    margin-top: 25px;
  }
  .products_list .title{
    font-size: 18px;
  }
  .products_list .tag span {
    width: 120px;
    font-size: 13px;
  }

  .products_cat{
    margin-bottom: 80px;
  }
  .products_cat li{
    width: 33.33%;
  }
  .products_cat li:nth-child(n+4){
    margin-top: 15px;
  }

  /* 小カテゴリ */
  .products_cat.sub{
    margin-top: -60px;
  }
  .products_cat.sub li{

  }
  .products_cat.sub li a{

  }


  .pagination{
    margin-top: 75px;
  }

  .products_detail .tag span{
    width: 160px;
    font-size: 15px;
  }
  .products_detail .slider{
    display: flex;
    justify-content: space-between;
  }
  .products_detail .slider .thumb{
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    /*margin-right: 30px;*/
  }
  .products_detail .slider .sub{
    width: 36.5%;
  }
  .products_detail table.details{
    margin-bottom: 80px;
  }
  .products_detail table.details th{
    width: 225px;
  }

  /*.products_detail .price .bg{
    display: flex;
    justify-content: center;
    width: 100%;
  }*/
  .products_detail .price .bg > p{
    margin: 0 20px;
  }
  .products_cat li a{
    font-size: 17px;
  }

}
@media (min-width:1024px){
  .products_cat.kiwi li{
    width: 16.66%;
  }
  .products_cat li:nth-child(n+4){
    margin-top: 0;
  }
  .products_cat li:nth-child(n+7){
    margin-top: 15px;
  }
  .products_cat li a{
    font-size: 14px;
  }

}
@media (min-width:1200px){
.products_cat li a{
    font-size: 17px;
  }

}
@media (min-width:1920px){
.products_cat li a{
    font-size: 18px;
  }

}


/*******************************
*　
********************************/


/* コピー用 */
@media (max-width:767px){

}
@media (min-width:768px){
}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
