@charset "UTF-8";

/*******************************
*　グッズ
********************************/
.pg_goods{

}
.pg_goods .section.sec1{
}
.pg_goods .section.sec2{
}
.pg_goods .section.sec3{
}
.home_link_banner .item a{
  text-align: center;
}

/*一覧*/
.goods_items{
  display: flex;
  flex-wrap:wrap;
  margin: 0 -15px;
}
.goods_items .item{
  width: 50%;
  padding: 0 15px;
}
.goods_items .item a{

}
.goods_items .item .img{

}
.goods_items .item .img:before{
  content: "";
  padding-top: 71.42%;
  display: block;
  /*  background-image: url(/img/goods/noimage1.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.goods_items .item .title{
  font-size:16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}


/*詳細*/
.post_items.goods{

}
.post_items.goods .item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post_items.goods .item.single_item{
  align-items: flex-start;
  padding: 0;
  border: none;
  background: transparent;
}
.post_items.goods .item .box1{
  width: 100%;
}
.post_items.goods .item .box1 .img:before,
.post_items.goods .item .box1 .sub .img:before{
  content: "";
  padding-top: 100%;
  display: block;
  background-image: url(/img/goods/noimage1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post_items.goods .item .box1 .main{

}
.post_items.goods .item .box1 .sub{

}
.post_items.goods .item .box1 .sub .img:before{
  content: "";
  padding-top: 100%;
  display: block;
}
.post_items.goods .item .box1 .sub .img{
  width: 29.47%;
}
.post_items.goods .item .box1 .sub_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}


.post_items.goods .item .box2{
  width: 100%;
}
.post_items.goods .item .box2 .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border:none;
}


/*welcart*/
.post_items.goods .item .box2 .field{

}
.post_items.goods .item .box2 .field_name{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.post_items.goods .item .box2 .field_name .tax{
  display: none;
}
.post_items.goods .price_box .txt1{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.post_items.goods .price_box .txt2{
  font-size: 20px;
  font-weight:700;
  letter-spacing: 0.075em;
  color: #dd0000;
  padding-left: 7px;
}
.post_items.goods .price_box .txt2 strong{
  font-size: 18px;
}
.post_items.goods .price_box .txt3{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  color:#dd0000;
}
.post_items.goods .item .box2 .field{
  display: flex;
  align-items: center;
}
#itempage .skuform .skuquantity{
  display: none;
}
.post_items.goods .cart_btn{
  max-width: 285px;
  width: 100%;
  background: #ff8d00;
  color: #fff;
  font-size: 12px;
  font-weight:500;
  letter-spacing: 0.075em;
  border: none;
  padding: 15px;
  position: relative;
  margin-top: 40px;
}
.post_items.goods .cart_btn:before{
  content: "";
  display: block;
  background-image: url(/img/goods/cart.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 13px;
  position: absolute;
  left: 74px;
  top: 39%;
}
a.tokusho{
  margin-top: 10px;
  display: inline-block;
}

/*概要*/
.post_items.goods .item .box3{
  width: 100%;
  margin-top:50px;
}
.post_items.goods .item .box3 .title{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-bottom: 15px;
}
.post_items.goods .item .box3 .desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  padding-top: 23px;
}
.post_items.goods .item .box3 .goods_info_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.post_items.goods .item .box3 .goods_info_items .item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0;
}
.post_items.goods .item .box3 .goods_info_items .item .left{
  width: 50%;
  padding: 11px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #62c930;
  color: #fff;
  border:1px solid #8c8c8c;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_items.goods .item .box3 .goods_info_items .item .right{
  width: 50%;
  padding: 11px;
  border:1px solid #8c8c8c;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_items.goods .item:after{
  display: none;
}


.pg_goodsDetail .pagination{
  margin-top: 50px;
}
.pg_topicsDetail .pagination .nav-posts .page-archive a{
  position: relative;
}
.single .sp-bottom-thumbnails{
  margin-top: 25px;
}

.item_list .text{
  flex-wrap: wrap;
}
.text_l{
  width: 100%;
  ;
}
.text_s{
  width: 100%;
  ;
}
.text_bt{
  line-height: 1.3em;
  margin-top: 16px;
}

.text_block{
  width: 100%;
}
.pg_kids .tbl1 .th4,
.pg_kids .tbl1 .th5{
  width: 80px;
}
.kids_head_img{
  margin-top: 52px;
  margin-bottom: 147px;
}


/*インスタフィード*/
#sb_instagram #sbi_load{
  display: none;
}
.pg_home .simply-scroll{
  width: 100%;
  height: auto;
}
.pg_home .simply-scroll .simply-scroll-clip{
  width: 100%;
  height: auto;
}
.pg_home .simply-scroll .simply-scroll-clip{
  height: 270px;
}
#sb_instagram.sbi_col_8 #sbi_images .sbi_item{
  width: 270px;
  margin: 0 5px!important;
}
.pg_home #sb_instagram #sbi_images {
  display: block;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  /*一覧*/
  .goods_items {
    margin: 0 -10px;
  }
  .goods_items .item:nth-child(n+3){
    margin-top: 16px;
  }
  .goods_items .item{
    padding: 0 10px;
  }
  .goods_items .item .title{
    font-size: 15px;
  }

  /*welcart*/
  .post_items.goods .cart_btn{
    text-align: center;
    max-width: 100%;
  }
  .post_items.goods .price_box{
    text-align: right;
  }

  /*詳細*/
  .post_items.goods .item .box2{
    margin-top: 24px;
  }

  /*概要*/
  .post_items.goods .item .box3 .goods_info_items .item:nth-child(n+2){
    margin-top: 10px;
  }

  .pg_goodsDetail .pagination .nav-posts .page-archive a:before{
    display: none;
  }

  .pg_kids .tbl1 .th4, .pg_kids .tbl1 .th5{
    width: 100px;
  }

  .kids_head_img{
    margin: 30px auto;
    margin-bottom: 60px;
  }
}
@media (min-width:768px){
  .pg_goods{

  }
  .pg_goods .section.sec1{
  }
  .pg_goods .section.sec2{
  }
  .pg_goods .section.sec3{
  }

  /*一覧*/
  .goods_items{
    display: flex;
    flex-wrap:wrap;
    margin: 0 -15px;
  }
  .goods_items .item{
    width: 33.333%;
  }
  .goods_items .item:nth-child(n+4){
    margin-top: 47px;
  }
  .goods_items .item a{

  }
  .goods_items .item .img{

  }
  .goods_items .item .img:before{
  }
  .goods_items .item .title{

  }
  /*詳細*/
  .post_items.goods{

  }
  .post_items.goods .item{

  }
  .post_items.goods .item .box1{
    width: 42.79%;
    padding-top: 23px;
  }
  .post_items.goods .item .box1 .main{

  }
  .post_items.goods .item .box1 .sub{

  }
  .post_items.goods .item .box2{
    width: 51.35%;
  }
  .post_items.goods .item .box2 .title{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .post_items.goods .item .box2 .desc{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 2;
    text-align: justify;
  }

  /*welcart*/
  .post_items.goods .item .box2 .field{

  }
  .post_items.goods .item .box2 .field_name{

  }
  .post_items.goods .item .box2 .field_name .tax{

  }
  .post_items.goods .item .box2 .field_price{

  }
  .post_items.goods .price_box .txt2{
    font-size: 28px;
  }
  .post_items.goods .price_box .txt2 strong{
    font-size: 22px;
  }
  .post_items.goods .item .box2 .field{

  }
  .post_items.goods .item .box2 #itempage .skuform{
    text-align: left;
  }
  .post_items.goods .item .box2 #itempage .skuform .skuquantity{
    display: none;
  }
  .post_items.goods .cart_btn{
    margin-left: 0;
    margin-top: 50px;
  }

  /*概要*/
  .post_items.goods .item .box3{
    margin-top: 60px;
  }
  .post_items.goods .item .box3 .title{
    font-size: 22px;
  }
  .post_items.goods .item .box3 .desc{

  }
  .post_items.goods .item .box3 .goods_info_items{
    margin-top: 40px;
  }
  .post_items.goods .item .box3 .goods_info_items .item{
    width: 50%;
  }
  .post_items.goods .item .box3 .goods_info_items .item:nth-child(n+3){
    margin-top: 11px;
  }
  .post_items.goods .item .box3 .goods_info_items .item .left{

  }
  .post_items.goods .item .box3 .goods_info_items .item .right{

  }
  .pg_goodsDetail .pagination{
    margin-top: 100px;
  }
  .post_items.goods .item .box3 .goods_info_items .item:nth-child(even) .left{
    border-left: 0;
  }

  /*インスタフィード*/
  .pg_home .simply-scroll .simply-scroll-clip{
    height: 270px;
  }
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item{
    width: 270px;
  }
}
@media (min-width:1024px){
  .pg_goods{

  }
  .pg_goods .section.sec1{
  }
  .pg_goods .section.sec2{
  }
  .pg_goods .section.sec3{
  }

  /*詳細*/
  .post_items.goods{

  }
  .post_items.goods .item{

  }
  .post_items.goods .item.single_item{
    padding: 0;
  }
  .post_items.goods .item .box1{
    width: 42.79%;
  }
  .post_items.goods .item .box1 .main{

  }
  .post_items.goods .item .box1 .sub{

  }
  .post_items.goods .item .box2{

  }
  .post_items.goods .item .box2 .title{
    font-size: 25px;
  }

  /*welcart*/
  .post_items.goods .item .box2 .field{

  }
  .post_items.goods .item .box2 .field_name{

  }
  .post_items.goods .item .box2 .field_name .tax{

  }
  .post_items.goods .item .box2 .field_price{

  }
  .post_items.goods .item .box2 .field{

  }

  .post_items.goods .item .box2 #itempage .skuform .skuquantity{
    display: none;
  }
  .post_items.goods .item .box2 input.skubutton{

  }

  /*概要*/
  .post_items.goods .item .box3{

  }
  .post_items.goods .item .box3 .title{
    font-size: 24px;
  }
  .post_items.goods .item .box3 .desc{

  }
  .post_items.goods .item .box3 .goods_info_items{

  }
  .post_items.goods .item .box3 .goods_info_items .item{

  }
  .post_items.goods .item .box3 .goods_info_items .item .left{

  }
  .post_items.goods .item .box3 .goods_info_items .item .right{

  }

  .item_list .text{
    flex-wrap: nowrap;
  }
  .text_l{
    width: auto;
    min-width: 115px;
  }
  .text_s{
    width: auto;
    min-width: 90px;
  }
  .text_bt{
    margin-top: 0;
  }
  .pg_goodsDetail .pagination{
    margin-top: 150px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　トピックス
********************************/
.pg_topics{

}
.pg_topics .section.sec1{
}
.pg_topics .section#sec2{
  padding-top: 40px;
}


/*カテゴリ*/
.topics_cat{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.topics_cat li{
  width: 100%;
  padding: 0 2px;
}
.topics_cat a{
  background: #fff;
  color: #181818;
  text-align: center;
  font-size:14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 12px;

}
.topics_cat a:after{
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 14px 0 14px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  ;
  left: 50%;
  transform: translateX(-50%);
}
.topics_cat li.on a:after{
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 14px 0 14px;
  border-color: #62C930 transparent transparent transparent;
}
.topics_cat li.on a{
  background: #62c930;
  color: #fff;
}

.topics_cat a:hover{
  background: #62c930;
  color: #fff;
}
.topics_cat a:hover:after{
  border-color: #62c930 transparent transparent transparent;
}

/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: auto;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-family: "Outfit", sans-serif;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  width: auto;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-top: 10px solid #62c930;
  border-bottom: 10px solid #62c930;
  border-left: 10px solid #62c930;
  border-right: 10px solid #62c930;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #62c930;
  margin-top: 16px;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 50px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 3px 13px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
  background: #fff;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 60px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #62c930;
  background: #fff;
  padding: 10px 50px;
  position: relative;
  text-decoration: none;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 18px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 18px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #ffffff;
  color: #181818;
  padding: 14px 105px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
.pagination .nav-posts .page-archive a:after{
  content: "";
  display: block;
  background: #3e3f3e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}


/*一覧*/
.post_items.topics{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.post_items.topics .item{
  display: block;
  border-top:none;
  width: 50%;
  padding: 0 15px;
}
.post_items.topics .item:after{
  display: none;
}
.post_items.topics .item .img{
  border: 5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1 !important;
}
.post_items.topics .item .img img{
  transition: 0.2s all;

}
.post_items.topics .item .img.img_fit img{
  object-fit: cover;
}
.post_items.topics .item .img{

}
.post_items.topics .item .img:before {
  content: "";
  padding-top: 70.58%;
  display: block;
}


.post_items.topics .item a:hover{
  text-decoration: none;
  opacity: 1;
}
.post_items.topics .item a:hover img{
  transform: scale(1.05);
}

.post_items.topics .item .date{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  margin-top: 16px;
  text-decoration: none;
}
.post_items.topics .item .category{
  width: auto;
  display: inline-block;
  min-width: 132px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  background: #62c930;
  color: #fff;
  margin-top: 14px;
  padding: 0px 30px;
}
.post_items.topics .item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: auto;
  margin-top: 10px;
  text-decoration: none;
}
.post_items.topics .item:last-child{
  border-bottom: none;
}


.post_items.topics.col4 .item .img:before{
  padding-top: 80.1%;
}


.pg_topicsDetail .pagination{
  margin-top: 40px;
}
.post_content .thumb{
  margin-bottom: 30px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  /*カテゴリ*/
  .topics_cat{
    display: none;
  }
  .topics_cat li:nth-child(n+2){
    margin-top: 16px;
  }
  .topics_cat_sp{

  }
  .topics_cat_sp select{
    width: 100%;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #62c930;
  }


  /*一覧*/
  .post_items.topics{
    margin: 0 -10px;
  }
  .post_items.topics .item{
    padding: 0 10px;
  }
  .post_items.topics .item:nth-child(n+3){
    margin-top: 16px;
  }
  .pagination .nav-posts .page-next a:before,
  .pagination .nav-posts .page-prev a:after{
    display: none;
  }

  .pagination .nav-posts .page-archive a{
    padding: 10px 5px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    width: 115px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    padding: 10px 0;
  }
}
@media (min-width:768px){
  .pg_topics{

  }
  .pg_topics .section.sec1{
  }
  .pg_topics .section#sec2{
  }

  /*カテゴリ*/
  .topics_cat{

  }
  .topics_cat li{
    width: 20%;
  }
  .topics_cat a{

  }

  /*一覧*/
  .post_items.topics{

  }
  .post_items.topics .item{
    width: 33.3333%;
  }
  .post_items.topics .item:nth-child(n+4){
    margin-top: 50px;
  }
  .post_items.topics .item .img{

  }
  .post_items.topics .item .date{

  }
  .post_items.topics .item .category{

  }
  .post_items.topics .item .title{
    width: auto;
  }

  .post_items.topics.col4{

  }
  .post_items.topics.col4 .item{
    width: 25%;
  }
  .post_items.topics.col4 .item:nth-child(n+4){
    margin-top: 0;
  }
  .post_items.topics.col4 .item:nth-child(n+5){
    margin-top: 50px;
  }

  /*詳細*/
  .post_items .item.single_item .title{
    font-size: 17px;
  }
  .post_items .item.single_item{
    padding: 45px 60px 70px;
  }

  /*ページネーション*/
  .pagination{
    margin-top: 80px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 200px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    min-width: 200px;
    padding: 14px 0;
    font-size: 18px;
  }
  .pg_topicsDetail .pagination{
    margin-top: 95px;
  }
  .pagination .nav-posts .page-archive a{
    padding: 14px 60px;
  }

}
@media (min-width:1024px){
  .pg_topics{

  }
  .pg_topics .section.sec1{
  }
  .pg_topics .section#sec2{
    padding-top: 60px;
  }

  /*カテゴリ*/
  .topics_cat{

  }
  .topics_cat li{

  }
  .topics_cat a{

  }

  /*一覧*/
  .post_items.topics{

  }
  .post_items.topics .item{

  }
  .post_items.topics .item .img{

  }
  .post_items.topics .item .date{

  }
  .post_items.topics .item .category{

  }
  .post_items.topics .item .title{

  }

  /*詳細*/
  .post_items .item.single_item{
    padding: 45px 90px 70px;
  }



}
@media (min-width:1200px){
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    min-width: 255px;
    padding: 14px 0;
    font-size: 18px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 255px;
  }
  .pagination .nav-posts .page-archive a{
    padding: 14px 105px;
  }

}
/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #8c8c8c;
}
.contact_form tr{
  border-bottom: 1px solid #8c8c8c;
}
.contact_form th,
.contact_form td{
  padding: 11px 15px 11px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #62c930;
  font-weight: 500;
  color: #fff;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  background: #fff;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}
/*送信完了*/
.contact_form_send_msg .txt{
  text-align: center;
}



.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.16em;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 110px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #fff;
  color: #181818;
  border: 0;
  padding: 14px 10px;
  width: 300px;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.contact_form_btns input[type="submit"]:after,
.contact_form_btns input[type="button"]:after,
.contact_form_btns button:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3e3f3e;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.contact_form_btns input[type="submit"]:before,
.contact_form_btns input[type="button"]:before,
.contact_form_btns button:before{
  content: "\f138";
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3dae07;
}

.pg_goodsDetail .pagination{
  border-top: 1px solid #62c930;
  margin-top: 30px;
  padding-top: 30px;
}
.pg_goodsDetail .pagination .nav-posts .page-archive a{
  position: relative;
}
.pg_goodsDetail .pagination .nav-posts .page-archive a:before{
  content: "\f138";
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3dae07;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.privacy_tt h2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .contact_form td .addr_auto{
    margin-left: 5px;
    margin-right: -2px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  .pg_goodsDetail .pagination{
    margin-top: 50px;
    padding-top: 100px;
  }

}
@media (max-width:1023px){
  .contact_form td [name="zipcode"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.02em;
  }

}
@media (min-width:1024px){
  .contact_form td .short input{
    width: 463px;
  }
  .contact_form td .mid input{
    width: 420px;
  }

  .privacy_tt h2{
    font-size: 21px;
  }

  .contact_form td [name="zipcode"]{
    width: 160px;
  }


}
@media (min-width:1200px){


}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 45px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 14px;
}
.privacy_items .item h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-left: 6px solid #62c930;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: none;
  margin-left: 0;
  margin-top: 0px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}



/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .contact_form th, .contact_form td {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }

  .home_link_banner .item:nth-last-child(n+2){
    border-bottom: 1px solid #9acdad;
  }

  .kids .responsive_video{
    margin-bottom: 60px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  .contact_form th{
    width: 220px;
  }
  .contact_form td [name="addr2"]{
    letter-spacing: 0;
  }
}
@media (min-width:1024px){
  .privacy_items .item.first{
    margin-top: 30px;
  }
  .contact_form th{
    width: 310px;
  }
  .contact_form td [name="addr2"]{
    letter-spacing: 0.075em;
  }
}
@media (min-width:1200px){


}
