@charset "UTF-8";
#root{
  overflow: hidden;
}

@media (min-width:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1536px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}

/*******************************
*　スパイスアップ
********************************/
.body_spiceup .footer:before{
  /*  background: #fef8b3;*/
}
.pg_spiceup{
  position: relative;
  z-index: 1;
  /*  overflow: hidden;*/
}
.pg_spiceup .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_spiceup .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_spiceup .section.sec2:before{
  width: 1920px;
  aspect-ratio: 1920 / 589;
  background-size: cover;
}
.pg_spiceup .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_spiceup .section.sec4:before{
  background-size: cover;
}
.pg_spiceup .section.sec6:before{
  width: 1920px;
  aspect-ratio: 1920 / 589;
  height: auto;
}
.pg_spiceup .section.sec5{
  z-index: 5;
}
.pg_spiceup .section.sec6{
  border-radius: 0;
  padding-bottom: 80px;
}
.pg_spiceup .section.sec6:after{
  display: block;
  background: #fef8b3
}

.sec_title_ja p{
  letter-spacing: 0; 
}

/*見出し*/
.cmn_main_box_content.spice_sec1 .sec_title_ja p{
  letter-spacing: 0;
}
.cmn_main_box_content.spice_sec1{
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.cmn_main_box_content.spice_sec1 .cmn_main_box{
  align-items: flex-start;
}
.cmn_main_box_content.spice_sec1 .cmn_main_box1{
  position: relative;
}
.cmn_main_box_content.spice_sec1 .cmn_main_box2{

}
.cmn_main_box_content.spice_sec1{

}
.cmn_main_box_content.spice_sec1{

}
.cmn_main_box_content.spice_sec1{

}
.cmn_main_box_content.spice_sec1{

}


/*スパイスアップとは*/
.about_box_content.spiceup{

}
.about_box_content.spiceup .about_box1{

}
.about_box_content.spiceup .about_box2{

}
.about_box_content.spiceup .about_box_img1.img_fit img{
  border-radius: 50px 0 0 0;
}

/*CAR*/
.spiceup_about_wrap{
  margin-top: 50px;
  position: relative;
}
.about_box_content.spiceup{
  position: relative;
  z-index: 2;
}
.spiceup_nayami_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spiceup_nayami_box1{
  width: 100%;
}
.spiceup_nayami_box .sec_title_ja2{
  line-height: 1.3125em;
}
.spiceup_nayami_box .sec_title_ja2 p{
  letter-spacing: 0.075em;
}
.spiceup_nayami_box2{
  width: 100%;
  margin-top: 20px;;
}
.spiceup_nayami_box2_inner{
  background: #fff;
  border-radius: 0 50px 0 0;
  border-bottom: 10px solid #88abda;
  padding: 32px 17px;
}
.spiceup_nayami_box2_tt{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #eb6100;
}
.spiceup_nayami_box2_list{
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
.spiceup_nayami_box2_list p{
  position: relative;
  padding-left: 40px;
}
.spiceup_nayami_box2_list p:nth-child(n+2){
  margin-top: 19px;
}
.spiceup_nayami_box2_list p:before{
  content: "";
  display: block;
  width: 30px;
  aspect-ratio:20 / 14;
  background-image: url(/system_panel/uploads/images/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}

/*おすすめ*/
.spiceup_recomend_wrap{
  margin-top: 40px;
}
.spiceup_recomend_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.spiceup_recomend_img.left{
  width: 47%;
  order: 2;
}
.spiceup_recomend_img.right{
  width: 47%;
  order: 3;
}
.spiceup_recomend_center{
  width: 100%;
  order: 1;
  margin-bottom: 30px;;
}
.spiceup_recomend_tt{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4em;
  text-align: center;
  color: #eb6100;
}
.spiceup_recomend_tt p{
  letter-spacing: 0.1em;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875em;
  text-align: justify;
  margin-top: 20px;
}
.content_desc p{

}

/*特徴*/
.spiceup_feature_wrap{
  margin-top: 50px;
}
.spiceup_feature_tt{

  color: #fff;
  text-align: center;
  position: relative;
}
.spiceup_feature_tt:before{
  content: "";
  display: block;
  width: 79.14%;
  aspect-ratio:595 / 161;
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.spiceup_feature_txt{
  font-size: 18px;
  font-weight: 900;
  position: relative;
}
.spiceup_feature_box{
  border: 1px solid #eb6100;
  border-radius: 50px 50px 0 0;
  background: #fff;
  position: relative;
  margin-top: 16px;
}
.spiceup_feature_box:before{
  display: none;
  /*  content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #eb6100;
    position: absolute;*/

}
.spiceup_feature_box:after{
  display: none;
  /*  content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #eb6100;
    position: absolute;*/
}
.spiceup_feature_box_inner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.spiceup_feature_box_inner:before{
  content: "";
  display: block;
  width: 94.73%;
  height: 1px;
  background: #eb6100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.spiceup_feature_box_item{
  width: 100%;
  position: relative;
  z-index: 1;
}
.spiceup_feature_box_item_inner{
  overflow: hidden;
}
.spiceup_feature_box_item_tt{
  font-size: 17px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.47em;
  color: #eb6100;
  position: relative;
}

.spiceup_feature_box_item .content_desc{
  line-height: 2.125em;
}

/*howto*/
.spiceup_howto_container{
  position: relative;
}
.spiceup_howto_top{

}
.spiceup_howto_top_box1{

}
.spiceup_howto_top_box2{

}
.spiceup_howto_top_box2 .content_desc p{
  letter-spacing: 0.075em;
}
.spiceup_howto_btm{
  margin-top: 32px;
}
.spiceup_howto_step{
  display: flex;
  flex-wrap: wrap;
}
.spiceup_howto_step_item{
  text-align: center;
  font-size:20px;
  font-weight: 800;
  color: #fff;
  position: relative;
}
.spiceup_howto_step_item p{
  letter-spacing: 0.075em;
}
.spiceup_howto_step_item.no1{
  background: #6fbab6;
}
.spiceup_howto_step_item.no2{
  background: #88abda;
}
.spiceup_howto_step_item.no3{
  background: #f19ec2;
}
.spiceup_howto_step_item.no1:after{
  content: "";
  display: block;
  width: 14px;
  aspect-ratio:14 / 62;
  background-image: url(/system_panel/uploads/images/no1_after.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50%;
  top: auto;
  bottom: -36px;
  transform: translateY(0) translateX(50%) rotate(90deg);
  z-index: 1;
}
.spiceup_howto_step_item.no2:after{
  content: "";
  display: block;
  width: 14px;
  aspect-ratio:14 / 62;
  background-image: url(/system_panel/uploads/images/no2_after.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50%;
  top: auto;
  bottom: -36px;
  transform: translateY(0) translateX(50%) rotate(90deg);
  z-index: 1;
}

/*プラン*/
.spiceup_plan_container{
  position: relative;
}
.spiceup_plan_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.spiceup_plan_box1{
  width: 100%;
}
.spiceup_plan_tt{
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.spiceup_plan_box1 .spiceup_plan_tt{
  color: #6fbab6;
}
.spiceup_plan_box2 .spiceup_plan_tt{
  color: #fea449;
}
.spiceup_plan_box1_inner{
  background: #ffffff;
  border-radius: 50px 50px 0 0;
  border: 1px solid #6fbab6;
  border-bottom: 10px solid #6fbab6;
  padding: 34px 16px;
}
.spiceup_plan_box1_content_item{
  display: flex;
  align-items: center;
}
.spiceup_plan_box1_content_item:nth-child(n+2){
  margin-top: 18px;
}
.spiceup_plan_box1_content_txt1{
  width: 90px;
  min-width: 90px;
  background-image: url(/system_panel/uploads/images/dddd.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.spiceup_plan_box1_content_txt2{
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}
.spiceup_plan_box2{
  width: 100%;
  margin-top: 30px;
}
.hosoku{
  font-size: 16px;
  font-weight: 500;
  margin-top: 21px;
}

/*テーブル*/
.spiceup_plan_tbl{

}
.spiceup_plan_tbl .table_rows_th,
.spiceup_plan_tbl .table_rows_td{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.spiceup_plan_tbl .table_rows_th:first-child{
  border-radius: 20px 0 0 0;
  border-top: 0;
  border-left: 0;
}
.spiceup_plan_tbl .table_rows_th:last-child{
  border-radius: 0 20px 0 0;
  border-top: 0;
}
.spiceup_plan_tbl .table_rows_tr:first-child>*:first-child{
  border-radius: 18px 0 0 0;
}
.spiceup_plan_tbl .table_rows_tr:first-child>*:last-child{
  border-radius: 0 18px 0 0;
}
.spiceup_plan_tbl .table_rows_tr:nth-child(n+2) .table_rows_td{
  border: 1px solid #fea449;
}
.spiceup_plan_tbl .table_rows_tr:nth-child(odd) .table_rows_td{
  background: #ffe7e1;
}
.spiceup_plan_tbl .table_rows_tr:nth-child(even) .table_rows_td{
  background: #ffffff;
}

.spiceup_plan_tbl .table_rows_th{
  background: #fea449;
  color: #fff;
  border-top: 0;
  padding: 15px 0;
}
.spiceup_plan_tbl .table_rows_td{
  /*color: #fea449;*/
  color: #ff8000;
  padding: 14px 0;
}

/*order*/
.spiceup_order_wrap{

}
.spiceup_order_wrap .spiceup_howto_top_box1{

}
.spiceup_order_wrap .spiceup_howto_top_box1 .sec_title_ja2 p{
  letter-spacing: 0;
}
.spiceup_order_wrap .spiceup_howto_top_box2{

}
.spiceup_order_wrap .spiceup_howto_top_box2 strong{
  font-size: 17px;
  font-weight: 700;
}
.spiceup_order_btm{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.spiceup_order_btm_item{
  width: 100%;
}
.spiceup_order_btm_item:nth-child(n+2){
  margin-top: 16px;
}
.spiceup_order_btm_item_inner:before{
  content: "";
  display: block;
  width:100%;
  width:102%;
  aspect-ratio:361 / 86;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2px;
  bottom: -4px;
  left: 50%;
  transform:translateX(-50%);
  transition: all .2s;
}
.spiceup_order_btm_item_inner:hover:before{
  transform: translateX(-50%) scale(1.05);
}
.spiceup_order_btm_item:nth-child(odd) .spiceup_order_btm_item_inner:before{
  background-image: url(/system_panel/uploads/images/20250610214441451838.png);
}
.spiceup_order_btm_item:nth-child(even) .spiceup_order_btm_item_inner:before{
  background-image: url(/system_panel/uploads/images/20250610214441631188.png);
}
.spiceup_order_btm_item_inner{
  display: block;
  background: #fff;
  position: relative;
  padding: 26px 30px 10px;
  cursor: pointer;
  overflow: hidden;
}
.spiceup_order_btm_item:nth-child(odd) .spiceup_order_btm_item_inner{
  border-bottom: 10px solid #6fbab6;
}
.spiceup_order_btm_item:nth-child(even) .spiceup_order_btm_item_inner{
  border-bottom: 10px solid #fea449;
}
.spiceup_order_btm_item_tt{
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #eb6100;
}
.spiceup_order_btm_item .content_desc{
  margin-top: 16px;
}
.spiceup_order_btm_item_txt{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6875em;
  display: inline-block;
  position: relative;
  color: #fff;
}
.spiceup_order_btm_item_txt:after{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.spiceup_order_btm_item:nth-child(odd) .spiceup_order_btm_item_txt:after{
  width: 19px;
  height: 19px;
  background-image: url(/system_panel/uploads/images/left_icon.png);
  right: -41px;
}
.spiceup_order_btm_item:nth-child(even) .spiceup_order_btm_item_txt:after{
  width: 17px;
  aspect-ratio:17 / 8;
  background-image: url(/system_panel/uploads/images/right_icon.png);
  right: -58px;
}
.spiceup_order_btm_item_txt_outer{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0; 
  left: 50%;
  transform: translateX(-50%);
}




/*イラスト*/
.cmn_main_box_png.spice1{
  width: 38.53%;
  aspect-ratio:299 / 392;
  bottom: -45.65%;
  right: -13.53%;
}
.cmn_main_box_png.spice2{
  width: 30.92%;
  aspect-ratio:470 / 266;
  bottom: -25.08%;
  right:17.76%;
}
.cmn_main_box_png.spice3{
  width: 11.71%;
  aspect-ratio:178 / 313;
  top: -45.57%;
  right:1.1%;
}
.cmn_main_box_png.spice4{
  width: 17.1%;
  aspect-ratio:260 / 236;
  top: -6%;
  right: 13.2%;
}
.cmn_main_box_png.spice5{
  width: 15.78%;
  aspect-ratio:240 / 276;
  top:-16px;
  left: 0;
}
.cmn_main_box_png.spice6{
  width: 11.18%;
  top: -16px;
  right: 0;
}
.cmn_main_box_png.spice7{
  width: 21.11%;
  aspect-ratio:321 / 190;
  bottom:-80px;;
  left: 0;
}
.cmn_main_box_png.spice8{
  width: 20.32%;
  aspect-ratio:309 / 147;
  bottom: -26px;
  left: 17.76%;
}

/*ボーダー*/
.spiceup_feature_box_item:before,
.spiceup_feature_box_item:after{
  background: #ff8125;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.spiceup_feature_box_item:before{
  width: 1px;
  height: 100000px;
}
.spiceup_feature_box_item:after{
  height: 1px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_spiceup .section.sec2:before{
    z-index: 1;
    top: -345px;
  }

  .pg_spiceup .section.sec4 .container{
    z-index: 2;
  }
  .pg_spiceup .section.sec4:before{
    z-index: 2;
    width: 1920px;
    aspect-ratio: 1920 / 500;
    height: auto;
    top: -230px;
  }
  .pg_spiceup .section.sec6:before{
    top: -255px;
    background-size: cover;
  }

  .sec_title_ja,
  .spiceup_nayami_box .sec_title_ja2{
    font-size: 24px;
  }

  /*イラスト*/
  .cmn_main_box_png.spice1{
    width: 30.53%;
    aspect-ratio: 299 / 392;
    bottom: -45.65%;
    right: -0.53%;
  }

  .cmn_main_box_png.spice2{
    width: 30.92%;
    aspect-ratio: 470 / 266;
    bottom: -11.08%;
    right: 0;
  }
  .cmn_main_box_png.spice3{
    width: 11.71%;
    aspect-ratio: 178 / 313;
    top: -80px;
    right: 1.1%;
  }
  /*
  .cmn_main_box_png.spice3{
    width: 11.71%;
    aspect-ratio:178 / 313;
  top: -45.57%;
    right:1.1%;;
  }*/
  .spiceup_feature_box{
    padding: 33px 20px;
  }
  .spiceup_feature_box:before,
  .spiceup_feature_box:after,
  .spiceup_feature_box_inner:before{
    display: none;
  }
  .spiceup_feature_box_item{
    /*    border-bottom: 1px solid #eb6100;*/
    padding-bottom: 20px;
  }
  .spiceup_feature_box_item:nth-child(n+2){
    padding-top: 20px;
  }
  .spiceup_feature_box_item:last-child{
    border-bottom: 0;
  }

  /*howtoi*/
  .spiceup_howto_container{
    z-index: 2;
  }
  .spiceup_howto_wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .spiceup_howto_top{
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .spiceup_howto_btm{
    order: 3; 
    width: calc(100% - 62px);
    margin-top: 0;
  }
  .spiceup_howto_step{
    display: block;
    order: 2;
    width: 62px;
  }
  .spiceup_howto_step_item{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spiceup_howto_step_item p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .spiceup_howto_wrap .spiceup_feature_box{
    padding: 0 20px;
    border-radius: 0 50px 50px 0;
  }
  .spiceup_howto_wrap .spiceup_feature_box{
    margin-top: 0;

  }
  .spiceup_howto_wrap .spiceup_feature_box_item{
    height: 300px;
    padding-top: 20px;
  }
  .spiceup_howto_step_item.no1:after{
    right: 50%;
    top: auto;
    bottom: -36px;
    transform: translateY(0) translateX(50%) rotate(90deg);
    z-index: 1;
  }
  .spiceup_howto_step_item.no2:after{
    right: 50%;
    top: auto;
    bottom: -36px;
    transform: translateY(0) translateX(50%) rotate(90deg);
    z-index: 1;
  }

  /*order*/
  .spiceup_order_btm_item_inner{
    padding: 26px 30px 100px;
    border-radius: 50px 50px 0 0;
  }

  /*ボーダー*/
  .spiceup_feature_box_item{
    border-top: 1px solid #ff8125;
  }
  .spiceup_feature_box_item:first-child{
    border-top: 0;
  }

  .spiceup_howto_step_item.no3{
    height: 302px;
  }
}
@media (min-width:768px){
  .pg_spiceup{

  }
  .pg_spiceup .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_spiceup .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_spiceup .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_spiceup .section.sec4:before{
    top: -285px;
  }
  .pg_spiceup .section.sec6{
    padding-bottom: 80px;
  }

  /*背景*/
  .pg_spiceup .section.sec2:before{
    top: -285px;
  }

  .cmn_main_box_png.spice3{
    top: -155px;
  }

  /*見出し*/
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1 .cmn_main_box1{
    order: 2;
  }
  .cmn_main_box_content.spice_sec1 .cmn_main_box2{
    order: 1;
  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_png.spice1{

  }

  /*スパイスアップとは*/
  .about_box_content.spiceup{

  }
  .about_box_content.spiceup .about_box1{
    order: 2;
  }
  .about_box_content.spiceup .about_box2{
    order: 1;
  }

  /*CAR*/
  .spiceup_about_wrap{
    margin-top: 200px;
  }
  .spiceup_nayami_box{

  }
  .spiceup_nayami_box1{
    width: 42.76%;
  }
  .spiceup_nayami_box2{
    width:50.32%;
    margin-top: 0;
  }
  .spiceup_nayami_box2_inner{
    padding: 32px 20px;
  }
  .spiceup_nayami_box2_tt{
    font-size: 24px; 
  }
  .spiceup_nayami_box2_list{
    font-size: 18px;
  }
  .spiceup_nayami_box2_list p{
    padding-left: 37px;
  }
  .spiceup_nayami_box2_list p:before{

  }

  /*おすすめ*/
  .spiceup_recomend_wrap{
    margin-top: 50px;
  }
  .spiceup_recomend_top{
    justify-content: space-between;
  }
  .spiceup_recomend_img left{

  }
  .spiceup_recomend_center{
    margin-bottom: 50px;;
  }
  .spiceup_recomend_tt{
    font-size: 40px;
  }
  .content_desc{
    margin-top: 50px;
  }

  /*特徴*/
  .spiceup_feature_wrap{
    margin-top: 70px;
  }
  .spiceup_feature_tt{

  }
  .spiceup_feature_tt:before{
    content: "";
    display: block;
    width: 55.14%;
  }
  .spiceup_feature_txt{
    font-size: 23px;
  }
  .spiceup_feature_box{
    padding: 33px 20px;
    margin-top: 26px;
  }
  .spiceup_feature_box:before{
    display: none;
    /*    content: "";
        display: block;
        width: 94.73%;
        height: 1px;
        background: #eb6100;
        position: absolute;
        top: 32.55%;
        left: 50%;
        transform:translateX(-50%);*/
  }
  .spiceup_feature_box:after{
    display: none;
    /*    content: "";
        display: block;
        width: 94.73%;
        height: 1px;
        background: #eb6100;
        position: absolute;
        bottom: 33.55%;
        left: 50%;
        transform:translateX(-50%);*/
  }
  .spiceup_feature_box_inner{
    margin-inline:-10px;
  }
  .spiceup_feature_box_inner:before{
    display: none;
    /*    content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #eb6100;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);*/
  }
  .spiceup_feature_box_item{
    width: 50%;
    /*    padding: 0 10px;*/
  }
  .spiceup_feature_box_item:nth-child(n+3){
    margin-top: 30px;
  }
  .spiceup_feature_box_item_inner{
    padding: 20px 10px;
  }
  .spiceup_feature_box_item_tt{
    font-size: 18px;
  }
  .spiceup_feature_box_item .content_desc{
    margin-top: 13px;
  }

  /*howto*/
  .spiceup_howto_container .spiceup_feature_box:before,
  .spiceup_howto_container .spiceup_feature_box:after{
    height: 1px;
  }
  .spiceup_howto_step{

  }
  .spiceup_howto_step_item{
    font-size:24px;
    width: 33.333%;
    position: relative;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spiceup_howto_step_item.no1:after{
    right: -14px;;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .spiceup_howto_step_item.no2:after{
    right: -14px;;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .spiceup_howto_top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .spiceup_howto_top_box1{
    width: 65.78%;
  }

  .spiceup_howto_top_box1 .sec_title_ja2 p{
    letter-spacing: 0.075em;
  }
  .spiceup_howto_top_box2{
    width: 33.55%;
    padding-left: 17px;
  }
  .spiceup_howto_btm{
    margin-top: 42px;
  }
  .spiceup_howto_step{
    margin-top: -8px;
  }
  .spiceup_howto_container .spiceup_feature_box_item{
    width: 33.33%;
  }
  .spiceup_howto_container .spiceup_feature_box_item:nth-child(n+3){
    margin-top: 0;
  }
  .spiceup_howto_container .spiceup_feature_box_inner:before{
    display: none;
  }
  .spiceup_howto_container .spiceup_feature_box:before{
    display: none;
    /*    content: "";
        display: block;
        width: 1px;
        height: 83.06%;
        background: #eb6100;
        position: absolute;
        top: 50%;
        left: 33.55%;
        transform: translateY(-50%);*/
  }
  .spiceup_howto_container .spiceup_feature_box:after{
    display: none;
    /*    content: "";
        display: block;
        width: 1px;
        height: 83.06%;
        background: #eb6100;
        position: absolute;
        top: 50%;
        left: auto;
        right: 33.55%;
        transform: translateY(-50%);*/
  }

  /*プラン*/
  .spiceup_plan_box{
    margin-top: 40px;
  }
  .spiceup_plan_box1{

  }
  .spiceup_plan_tt{
    font-size: 40px;
    margin-bottom: 24px;
  }
  .spiceup_plan_box1_inner{
    padding: 34px 16px 34px 50px;
  }
  .spiceup_plan_box1_content_item{

  }
  .spiceup_plan_box1_content_txt1{
    font-size: 18px;
    width: 154px;
    min-width: 154px;
  }
  .spiceup_plan_box1_content_txt2{
    font-size: 18px;
  }
  .spiceup_plan_box2{
    margin-top: 50px;
  }

  /*テーブル*/
  .spiceup_plan_tbl{

  }
  .spiceup_plan_tbl .table_rows_th,
  .spiceup_plan_tbl .table_rows_td{
    font-size: 18px;
  }
  .spiceup_plan_tbl .table_rows_th{

  }
  .spiceup_plan_tbl .table_rows_td{

  }

  /*order*/
  .spiceup_order_wrap{

  }
  .spiceup_order_wrap .spiceup_howto_top_box1{
    width: 51.01%;
  }
  .spiceup_order_wrap .spiceup_howto_top_box2 strong{
    font-size: 20px;
  }
  .spiceup_order_wrap .spiceup_howto_top_box2{
    width: 44.73%;
    padding-left: 12px;
  }
  .spiceup_order_btm{
    margin-inline:-5px;
    margin-top: 60px;
  }
  .spiceup_order_btm_item{
    width: 50%;
    padding: 0 5px;
  }
  .spiceup_order_btm_item:nth-child(n+2){
    margin-top: 0;
  }
  .spiceup_order_btm_item:nth-child(odd) .spiceup_order_btm_item_inner{
    border-radius: 50px 0 0 0;
  }
  .spiceup_order_btm_item:nth-child(even) .spiceup_order_btm_item_inner{
    border-radius: 0 50px 0 0;
  }
  .spiceup_order_btm_item_inner{
    min-height: 380px;
    padding: 26px 30px 60px;
  }
  .spiceup_order_btm_item_inner:before{
    width: 100%;
    bottom: -5px;;
  }
  .spiceup_order_btm_item_tt{
    font-size: 20px;
  }
  .spiceup_order_btm_item .content_desc{

  }
  .spiceup_order_btm_item_txt{

  }


  /*イラスト*/
  .cmn_main_box_png.spice4{
    width: 17.1%;
    aspect-ratio:260 / 236;
    top: -19%;
    right: 13.2%;
  }
  .cmn_main_box_png.spice5{
    width: 15.78%;
    aspect-ratio:240 / 276;
    top:-50px;
    left: 0;
  }
  .cmn_main_box_png.spice6{
    width: 11.18%;
    top: -50px;
    right: 0;
  }
  .cmn_main_box_png.spice7{
    width: 21.11%;
    aspect-ratio:321 / 190;
    bottom:-140px;
    left: 0;
  }
  .cmn_main_box_png.spice8{
    width: 20.32%;
    aspect-ratio:309 / 147;
    bottom: -80px;
    left: 17.76%;
  }
}
@media (min-width:768px) and (max-width:1023px){

  /* 縦 */
  .spiceup_feature_box_item:nth-child(2):before{
    content: "";
  }
  /* 横 */
  .spiceup_feature_box_item:nth-child(2n+1):not(:first-child):after{
    content: "";
    width: 200%;
  }
  /*ボーダー*/
  /* 縦 */
  .spiceup_howto_container .spiceup_feature_box_item:nth-child(2):before,
  .spiceup_howto_container .spiceup_feature_box_item:nth-child(3):before{
    content: "";
  }
  /* 横 */
  .spiceup_howto_container .spiceup_feature_box_item:nth-child(3n+1):not(:first-child):after{
    content: "";
    width: 300%;
  }
  .spiceup_howto_container .spiceup_feature_box_item:nth-child(2n+1):not(:first-child):after{
    display: none;
  }
}
@media (min-width:1024px){
  .pg_spiceup{

  }
  .pg_spiceup .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_spiceup .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_spiceup .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -165px;
  }
  .pg_spiceup .section.sec4{
    margin-top: 230px;
  }
  .pg_spiceup .section.sec4:before{
    top: -241px;
  }
  .pg_spiceup .section.sec4:after{
    bottom: -415px;
  }
  .pg_spiceup .section.sec5{
    margin-top: 315px;
  }
  .pg_spiceup .section.sec6{
    padding-bottom: 100px;
    margin-top: 195px;
  }

  /*背景*/
  .pg_spiceup .section.sec2:before{
    top: -300px;
  }

  /*見出し*/
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1 .cmn_main_box1{
    margin-top: -10px;
  }
  .cmn_main_box_content.spice_sec1 .cmn_main_box2{

  }
  .cmn_main_box_content.spice_sec1 .cmn_main_box_text{
    margin-top: 51px;
  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_content.spice_sec1{

  }
  .cmn_main_box_png.spice1{

  }
  /*スパイスアップとは*/
  .about_box_content.spiceup .about_box .sec_title_ja2{
    margin-left: 0;
  }
  .about_box_content.spiceup .cmn_main_box_text{
    margin-top: 45px;
  }

  /*CAR*/
  .spiceup_about_wrap{

  }
  .spiceup_nayami_box{

  }
  .spiceup_nayami_box1{

  }
  .spiceup_nayami_box2{
    padding-top: 135px;
  }
  .spiceup_nayami_box2_inner{
    padding: 32px 43px;
  }
  .spiceup_nayami_box2_tt{
    font-size: 30px; 
  }
  .spiceup_nayami_box2_list{
    font-size: 20px;
  }
  .spiceup_nayami_box2_list p{
    padding-left: 56px;
  }
  .spiceup_nayami_box2_list p:before{

  }

  /*おすすめ*/
  .spiceup_recomend_wrap{
    margin-top: 50px;
  }
  .spiceup_recomend_top{
    justify-content: center;
  }
  .spiceup_recomend_img left{

  }
  .spiceup_recomend_center{
    width: 45%;
    margin-bottom: 0;
  }
  .spiceup_recomend_tt{
    font-size: 40px;
  }
  .content_desc{
    margin-top: 50px;
  }

  /*特徴*/
  .spiceup_feature_wrap{
    margin-top: 96px;
  }
  .spiceup_feature_tt{

  }
  .spiceup_feature_tt:before{
    content: "";
    display: block;
    width: 39.14%;
  }
  .spiceup_feature_txt{
    font-size: 24px;
  }
  .spiceup_feature_box{
    padding: 27px 76px;
  }
  .spiceup_feature_box:before{
    display: none;
    /*    content: "";
        display: block;
        width: 1px;
        height: 83.06%;
        background: #eb6100;
        position: absolute;
        top: 50%;
        left: 33.55%;
        transform: translateY(-50%);*/
  }
  .spiceup_feature_box:after{
    display: none;
    /*    content: "";
        display: block;
        width: 1px;
        height: 83.06%;
        background: #eb6100;
        position: absolute;
        top: 50%;
        left: auto;
        right: 33.55%;
        transform: translateY(-50%);*/
  }
  .spiceup_feature_box_inner{
    margin-inline:-37px;
  }
  .spiceup_feature_box_item{
    width: 33.333%;
    /*    padding: 0 17px 8px 17px;*/
    padding: 10px 10px 38px;
  }
  .spiceup_feature_box_item:nth-child(n+4){
    padding-top: 30px;
  }
  .spiceup_feature_box_item:nth-child(3n+1){
    padding-left: 0;
  }
  .spiceup_feature_box_item:nth-child(3n){
    padding-right: 0;
  }
  .spiceup_feature_box_item:nth-child(n+3){
    margin-top: 0;
  }
  .spiceup_feature_box_item:nth-child(n+4){
    margin-top: 0;
  }
  .spiceup_feature_box_item_inner{
    padding: 0;
  }
  .spiceup_feature_box_inner:before{
    display: none;
    /*    content: "";
        display: block;
        width: 94.73%;
        height: 1px;
        background: #eb6100;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);*/
  }
  .spiceup_feature_box_item_tt{
    font-size: 19px;
  }
  .spiceup_feature_box_item .content_desc{

  }

  /*howto*/
  .spiceup_howto_container .spiceup_feature_box:before,
  .spiceup_howto_container .spiceup_feature_box:after{
    height: 71.62%;
  }
  .spiceup_howto_top{

  }
  .spiceup_howto_top_box1{

  }
  .spiceup_howto_top_box1 .sec_title_ja2{
    margin-top: -24px;
  }
  .spiceup_howto_top_box2{

  }
  .spiceup_howto_container .spiceup_feature_box_inner:before{
    display: none;
  }
  .spiceup_howto_step{

  }
  .spiceup_howto_step_item{
    font-size:30px;
  }

  /*プラン*/
  .spiceup_plan_box{

  }
  .spiceup_plan_box1{
    width: 38.48%;
  }
  .spiceup_plan_tt{
    font-size: 48px;
  }
  .spiceup_plan_box1_inner{
    padding: 34px 16px;
  }
  .spiceup_plan_box1_content_item{

  }
  .spiceup_plan_box1_content_txt1{
    font-size: 20px;
    width:120px;
    min-width: 120px;
  }
  .spiceup_plan_box1_content_txt2{
    font-size: 20px;
  }
  .spiceup_plan_box2{
    width: 57.23%;
    margin-top: 0;
  }

  /*テーブル*/
  .spiceup_plan_tbl{

  }
  .spiceup_plan_tbl .table_rows_th,
  .spiceup_plan_tbl .table_rows_td{
    font-size: 20px;
  }
  .spiceup_plan_tbl .table_rows_th{

  }
  .spiceup_plan_tbl .table_rows_td{

  }

  /*order*/
  .spiceup_order_wrap{

  }
  .spiceup_order_wrap .spiceup_howto_top_box1{

  }
  .spiceup_order_wrap .spiceup_howto_top_box2{

  }
  .spiceup_order_btm{
    margin-inline:-15px;
  }
  .spiceup_order_btm_item{
    padding: 0 15px;
  }
  .spiceup_order_btm_item_inner{
    min-height: 350px;
    padding: 26px 30px 10px;
  }
  .spiceup_order_btm_item_tt{
    font-size: 24px;
  }
  .spiceup_order_btm_item .content_desc{

  }
  .spiceup_order_btm_item_txt{

  }
  .spiceup_order_btm_item_inner:before{
    width: 75.45%;
  }
  .spiceup_order_btm_item .hosoku{
    text-align: justify;
  }

  /*イラスト*/
  .spiceup_recomend_img{
    position: absolute;
    bottom: 100px;;
  }
  .spiceup_recomend_img.left{
    width: 24.27%;
    aspect-ratio:369 / 271;
    left: 0;
  }
  .spiceup_recomend_img.right{
    width: 25.65%;
    aspect-ratio:390 / 252;
    right: 0;
  }
  .cmn_main_box_png.spice4{
    width: 17.1%;
    aspect-ratio:260 / 236;
    top: -32%;
    right: 13.2%;
  }
  .cmn_main_box_png.spice5{
    width: 15.78%;
    aspect-ratio:240 / 276;
    top:-8.04%;
    left: 0;
  }
  .cmn_main_box_png.spice6{
    width: 11.18%;
    top: -8.05%;
    right: 0;
  }
  .cmn_main_box_png.spice7{
    width: 21.11%;
    aspect-ratio:321 / 190;
    bottom:-12.05%;
    left: 0;
  }
  .cmn_main_box_png.spice8{
    width: 20.32%;
    aspect-ratio:309 / 147;
    bottom: 7.8%;
    left: 17.76%;
  }

  /*ボーダー*/
  /* 縦 */
  .spiceup_feature_box_item:nth-child(2):before,
  .spiceup_feature_box_item:nth-child(3):before{
    content: "";
  }
  /* 横 */
  .spiceup_feature_box_item:nth-child(3n+1):not(:first-child):after{
    content: "";
    width: 300%;
  }
}
@media (min-width:1200px){

  .pg_spiceup .section.sec6{
    margin-top: 200px;
  }

  /*背景*/
  .pg_spiceup .section.sec2:before{
    top: -345px;
  }

  .cmn_main_box_png.spice3{
    top: -215px;
  }

  .pg_spiceup .sec_title_ja2,
  .pg_spiceup .sec_title_ja{
    font-size: 50px;
  }

  /*CAR*/
  .spiceup_about_wrap{
    margin-top: 250px;
  }

  /*おすすめ*/
  .spiceup_recomend_center{
    width: 50%;
  }
  .spiceup_feature_box_item_tt{
    font-size: 21px;
  }

  .spiceup_feature_txt{
    font-size: 28px;
  }

  /*プラン*/
  .spiceup_plan_tt{
    font-size: 40px;
  }
  .spiceup_plan_box1_content_txt1{
    font-size: 20px;
    width:154px;
    min-width: 154px;
  }
  .spiceup_plan_box1_inner{
    padding: 34px 50px;
  }

  /*イラスト*/
  .cmn_main_box_png.spice5{
    width: 15.78%;
    aspect-ratio:240 / 276;
    top:-11.04%;
    left: 0;
  }
  .cmn_main_box_png.spice6{
    width: 11.18%;
    top: -10.05%;
    right: 0;
  }

  /*order*/
  .spiceup_order_btm_item:nth-child(odd) .spiceup_order_btm_item_txt:after{
    right: -24px;
  }
  .spiceup_order_btm_item:nth-child(even) .spiceup_order_btm_item_txt:after{
    right: -24px;
  }
  .spiceup_order_btm_item_inner:before{
    width: 65.45%;
  }
  .spiceup_order_btm_item_inner{
    min-height: 303px;
    padding: 26px 30px 10px;
  }
  .spiceup_order_btm_item .hosoku{
    text-align: center;
  }

  /*特徴*/
  .spiceup_feature_box_item{
    padding: 10px 16px 38px;
  }
  .spiceup_feature_box_item:nth-child(n+4){
    padding-top: 30px;
  }

}
@media (min-width:1400px){
  .pg_spiceup .sec_title_ja2,
  .pg_spiceup .sec_title_ja{
    font-size: 60px;
  }

  /*CAR*/
  .spiceup_about_wrap{
    margin-top: 250px;
  }

  /*おすすめ*/
  .spiceup_recomend_center{
    width: 60.52%;
  }
  .spiceup_recomend_tt{
    font-size: 50px;
  }
  .content_desc.center{
    text-align: center;
  }

  /*イラスト*/
  .spiceup_recomend_img{
    position: absolute;
    bottom: -35px;
  }
  .cmn_main_box_png.spice5{
    width: 15.78%;
    aspect-ratio:240 / 276;
    top:-25.04%;
    left: 0;
  }
  .cmn_main_box_png.spice6{
    width: 11.18%;
    top: -21.05%;
    right: 0;
  }

  .spiceup_feature_txt{
    font-size: 35px;
  }

  /*プラン*/
  .spiceup_plan_tt{
    font-size: 68px;
  }

  /*order*/
  .spiceup_order_wrap .sec_title_ja2{
    margin-top: -6px;
  }
  .spiceup_order_btm_item_tt{
    font-size: 28px;
  }
  .spiceup_order_btm_item_inner:before{
    width: 48.45%;
  }

  /*特徴*/
  .spiceup_feature_box_item{
    padding: 10px 37px 38px;
  }
  .spiceup_feature_box_item:nth-child(n+4){
    padding-top: 30px;
  }
}
@media (min-width:1540px){
  .pg_spiceup .sec_title_ja2,
  .pg_spiceup .sec_title_ja{
    font-size: 80px;
  }

  .spiceup_nayami_box .sec_title_en{
    font-size: 178px;
  }

  /*CAR*/
  .spiceup_about_wrap{
    margin-top: 167px;
  }

  /*order*/
  .spiceup_order_btm_item:nth-child(odd) .spiceup_order_btm_item_txt:after{
    right: -41px;
  }
  .spiceup_order_btm_item:nth-child(even) .spiceup_order_btm_item_txt:after{
    right: -58px;
  }
}

/*******************************
*　行政の方
********************************/
.pg_administration{

}
.pg_administration .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_administration .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_administration .section.sec2:before{


}
.pg_administration .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_administration .section.sec4:before{
  /*  background-size: cover;*/
  width: 1920px;
  aspect-ratio:1920 / 589;
  top: -365px;
}
.pg_administration .section.sec4:after{
  aspect-ratio:1920 / 843;
  height: auto;
}
.pg_administration .section.sec6:after{
  background:#fef8b3;
}

/*イラスト*/
.cmn_main_box_png.add1{
  width: 18.35%;
  aspect-ratio:279 / 227;
  bottom: -85px;
}
.cmn_main_box_png.add2{
  width: 8.2%;
  aspect-ratio:126 / 221;
  top: -90px;
  left: 0;
}
.cmn_main_box_png.add3{
  width: 17.23%;
  aspect-ratio:262 / 289;
  top: -65px;
  left: 0;
}
.cmn_main_box_png.add4{
  width: 10.98%;
  aspect-ratio:167 / 251;
  top: -65px;
  right: 0;
}

/*背景*/
.pg_administration .section.sec2:before{
  background-size: contain;
  background-image: url(/system_panel/uploads/images/20250611110055844958.png);
  width: 1920px;
  aspect-ratio:1920 / 589;
  top: -230px;
}

/*見出し*/
.cmn_main_box.add{

}
.cmn_main_box.add .cmn_main_box_img img{
  border-radius: 0 50px 0 0;
}
.cmn_main_box.add{
  position: relative;
}

/*協定*/
.about_box_content.add{

}
.about_box_content.add .sec_title_ja{
  color: #181818; 
}
.administration_intro_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 50px 50px 0 0;
  border-bottom: 10px solid #eb6100;
  padding: 40px 16px;
  position: relative;
  margin-top: 10px;
}
.administration_intro_box + .administration_intro_box{
  margin-top: 50px;
}
.administration_intro_box:before{
  content: "";
  display: block;
  width: 5.26%;;
  aspect-ratio:80 / 61;
  background-image: url(/system_panel/uploads/images/20250611105551124970.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;;
  left: 3.8%;
}
.administration_intro_box:after{
  content: "";
  display: block;
  width: 5.26%;;
  aspect-ratio:80 / 61;
  background-image: url(/system_panel/uploads/images/20250611105551299485.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.2%;
  bottom: 0;
}
.administration_intro_box_l{
  width: 100%;
}
.administration_intro_box_r{
  width: 100%;
  margin-top: 15px;
}
.administration_intro_box_img.img_fit:before{
  padding-top: 71.77%;
}

.spiceup_feature_box_item_tt{

}
.spiceup_feature_box_item_tt p{
  letter-spacing: 0.1em;
}
.administration_intro_box .content_desc{
  line-height: 1.8em;
}
.administration_intro_box .content_desc p{
  letter-spacing: 0.1em;
}
.inyou{
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
} 
.inyou a{
  color: #eb6100;
}

/*トレーラーハウス*/
.admin_trail_wrap{
  position: relative;
}
.admin_trail_wrap .sec_title_ja2{
  text-align: center;
  color: #fea449;
  line-height: 1.2em;
}
.admin_trail_wrap .sec_title_ja2 em{
  font-style: normal;
  font-size: 24px;
}
.admin_trail_wrap .content_desc{
  font-size: 16px;
  line-height: 1.8em;
}
.admin_trail_wrap .content_desc p{
  letter-spacing: 0.1em;
}
.admin_trail_wrap .btn_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
.admin_trail_wrap .btn_items .read_more{

}
.admin_trail_wrap .btn_items .read_more a{
  width: 100%;
  min-width: 445px;
  padding: 19px 20px;
}

/*トイレトレーラー*/
.admin_toilet_wrap{

}
.admin_toilet_wrap .spiceup_howto_top_box1{

}
.admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_en{
  letter-spacing: 0.1em;
}
.admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_ja2{
  line-height: 1.3125em;
  margin-top: 0;
}
.admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_ja2 p{
  letter-spacing: 0;
}
.admin_toilet_wrap .spiceup_howto_top_box2{

}
.admin_toilet_tt{
  font-size: 18px;
  font-weight: 900;
}

/*機能*/
.admin_toilet_box{
  margin-top: 30px;
}
.admin_toilet_top{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.admin_toilet_top:after{
  content: "";
  display: block;
  width: 507px;
  aspect-ratio:507 / 136;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.admin_toilet_top.no1:after{
  background-image: url(/system_panel/uploads/images/first_circle.png);
}
.admin_toilet_top.no2:after{
  background-image: url(/system_panel/uploads/images/second_circle.png);
}
.admin_toilet_top_img{
  width: 100%;
}
.admin_toilet_top_img.gr{
  border-bottom: 10px solid #6fbab6;
}
.admin_toilet_top_img.pk{
  border-bottom: 10px solid #f19ec2;
}
.admin_toilet_top_img.bl{
  border-bottom: 10px solid #88abda;
}
.admin_toilet_top_img.ye{
  border-bottom: 10px solid #fff45c;
}
.admin_toilet_top_img:before{
  padding-top: 56.57%;
}
.admin_toilet_top_img:nth-child(odd) img{
  border-radius: 50px 50px 0 0;
}
.admin_toilet_top_img:nth-child(even) img{
  border-radius: 0;
}
.admin_toilet_top_tt{
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.admin_toilet_top_txt{
  font-size: 24px; 
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #eb6100;
}

.admin_toilet_mid{

}
.admin_toilet_mid .about_point_item:nth-child(n+2){
  margin-top: 20px;
}
.admin_toilet_btm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.admin_toilet_btm_box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.admin_toilet_btm_box1_img{
  width: 100%;
}
.admin_toilet_btm_box1_img:nth-child(n+2){
  margin-top: 16px;;
}
.admin_toilet_btm_box1_img img{
  border-radius: 20px;
}
.admin_toilet_btm_box1_img .img_fit:before{
  padding-top: 76.71%;
}
.admin_toilet_btm_box2{
  width: 100%;
  margin-top: 20px;
}
.admin_toilet_btm_box2 .admin_toilet_top_txt{

}
.admin_toilet_btm_box2 .content_desc{

}

/*works*/
.works_list .webgene-item .box2{
  display: none;
}
.pg_works .works_list .webgene-item .box2{
  display: block;
}
.admin_works_wrap{
  position: relative;
}
.admin_works_wrap .sec_title_ja{

}

.company_tbl .table_rows_td.link p{

} 
.company_tbl .table_rows_td.link p a:after{
  content: "\f08e";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  margin-left: 5px;
}

.thanks_text{
  margin-top:30px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_administration .section.sec1 .sec_title_en{
    font-size: 33px;
  }
  .pg_administration .section.sec1 .sec_title_ja{
    font-size: 19px;
  }
  .pg_administration .section.sec1 .cmn_main_box_content.spice_sec1{
    margin-top: 20px;
  }
  .pg_administration .section.sec4:before{
    background-size: contain;
    top: -220px;
  }

  /*トレーラーハウス*/
  .admin_trail_wrap .sec_title_ja2 em{
    margin-bottom: 10px;
  }
  .admin_trail_wrap .sec_title_ja2{
    font-size: 32px;
  }
  .admin_trail_wrap .btn_items .read_more a{
    min-width: 320px;
  }

  /*トイレ*/
  .admin_toilet_wrap .sec_title_ja2{
    font-size: 25px;
  }
  .admin_toilet_wrap .spiceup_howto_top_box2{
    margin-top: 20px;
  }

  /*機能*/
  .admin_toilet_top_img:before{
    padding-top: 280px;
  }
  .admin_toilet_top:after{
    width: 100%;
  }

  .read_more_items .read_more a{
    width: 320px;
  }

  .sec_title_ja2 .sml{
    font-size: 20px;
  }
  .pg_about .section.sec2:after{
    bottom: -3%;
  }
}
@media (min-width:768px){
  .pg_administration{

  }
  .pg_administration .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_administration .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 200px;
  }
  .pg_administration .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_administration .section.sec4{
    margin-top: 170px;
  }
  .pg_administration .section.sec4:before{
    top: -250px;
  }
  .pg_administration .section.sec4:after{
    bottom: -180px;
  }
  .pg_administration .section.sec5{
    margin-top: 160px;
  }

  .pg_administration .section.sec1 .sec_title_en{
    font-size: 70px;
  }

  /*イラスト*/
  .cmn_main_box_png.add1{
    bottom: -200px;
  }
  .cmn_main_box_png.add2{
    width: 8.2%;
    aspect-ratio:126 / 221;
    top: -150px;
    left: -20px;
  }
  .cmn_main_box_png.add3{
    top: -113px;
    left: 0;
  }
  .cmn_main_box_png.add4{
    top: -123px;
    right: 0;
  }

  /*見出し*/
  .cmn_main_box.add{

  }
  .cmn_main_box.add .cmn_main_box_img img{
    border-radius: 0 50px 0 0;
  }
  .cmn_main_box.add{
    margin-top: 40px;; 
  }

  /*協定*/
  .about_box_content.add{

  }
  .about_box_content.add .sec_title_ja{
    color: #181818; 
  }
  .administration_intro_box{
    padding: 62px 84px 62px 73px;
    margin-top: 34px;
  }
  .administration_intro_box:before{
    top: -17px;;
    left: 3.8%;
  }
  .administration_intro_box:after{
    right: 3.2%;
    bottom: -10px;
  }
  .administration_intro_box + .administration_intro_box{
    margin-top: 70px;
  }
  .administration_intro_box_l{
    width: 100%;
  }
  .administration_intro_box_r{
    width: 100%;
    margin-top: 30px;
  }

  .spiceup_feature_box_item_tt{
    font-size: 22px;
  }
  .administration_intro_box .content_desc{
    font-size: 18px;
    margin-top: 25px;
  }
  .inyou{
    font-size: 18px;
    margin-top: 34px;
  } 
  .inyou a{

  }

  /*トレーラーハウス*/
  .admin_trail_wrap{

  }
  .admin_trail_wrap .sec_title_ja2 em{
    font-size: 40px;
  }
  .admin_trail_wrap .sec_title_ja2{
    font-size: 60px;
  }
  .admin_trail_wrap .content_desc{
    font-size: 18px;
  }
  .admin_trail_wrap .btn_items{
    margin-top: 85px;
  }
  .admin_trail_wrap .btn_items .read_more{
    margin: 0 10px;
  }
  .admin_trail_wrap .btn_items .read_more a{
    font-size: 17px;
    min-width: 315px;
  }

  /*トイレトレーラー*/
  .admin_toilet_wrap{

  }
  .admin_toilet_wrap .spiceup_howto_top{
    align-items: flex-start;
  }
  .admin_toilet_wrap .spiceup_howto_top_box1{
    width: 46.73%;
  }
  .admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_en{
    font-size: 39px;
  }
  .admin_toilet_wrap .spiceup_howto_top_box2{
    width: 49.07%;
    padding-top: 0;
  }
  .admin_toilet_tt{
    font-size: 20px;
  }

  /*機能*/
  .admin_toilet_box{
    margin-top: 50px;
  }
  .admin_toilet_top{

  }
  .admin_toilet_top_img{
    width: 50%;
  }
  .admin_toilet_top_img:before{

  }
  .admin_toilet_top_img:nth-child(odd) img{
    border-radius: 50px 0 0 0; 
  }
  /*.admin_toilet_top_img:nth-child(even) img{
     border-radius: 0 50px 0 0; 
  }*/
  .admin_toilet_top_tt{

  }
  .admin_toilet_top_txt{
    font-size: 40px; 
  }

  .admin_toilet_mid{

  }
  .admin_toilet_mid .about_point_item{
    width: 50%;
  }
  .admin_toilet_mid .about_point_item_inner{
    padding: 0 16px 16px 0;;
  }
  .admin_toilet_mid .about_point_item:nth-child(n+2){
    margin-top: 0;
  }
  .admin_toilet_mid .about_point_item:nth-child(n+3){
    margin-top: 20px;
  }

  .admin_toilet_mid{

  }
  .admin_toilet_mid .about_point_item:nth-child(n+2){
    margin-top: 0;
  }
  .admin_toilet_mid .about_point_item:nth-child(n+3){
    margin-top: 20px;
  }
  .admin_toilet_btm{
    margin-top:45px;
  }
  .admin_toilet_btm_box1{
    width: 49.01%;
    padding-top: 20px;
  }
  .admin_toilet_btm_box1_img{
    width: 48.99%;
  }
  .admin_toilet_btm_box1_img:nth-child(n+2){
    margin-top: 0;
  }
  admin_toilet_btm_box1_img .img_fit:before{

  }
  .admin_toilet_btm_box2{
    width: 49.01%;
    margin-top: 0;
  }
  .admin_toilet_btm_box2 .admin_toilet_top_txt{

  }
  .admin_toilet_btm_box2 .content_desc{
    margin-top: 27px;
  }

  /*works*/
  .works_list .webgene-item .box2{

  }
  .admin_works_wrap .sec_title_ja{
    font-size: 36px;
    margin-top: -7px;
  }
  .admin_works_wrap .content_desc{
    margin-top: 18px;
  }

  .admin_toilet_wrap .spiceup_howto_top_box2 .content_desc{
    margin-top: 20px;
  }

  .sec_title_ja2 .sml{
    font-size: 30px;
  }
}
@media (min-width:1024px){
  .pg_administration{

  }
  .pg_administration .section.sec1{
    padding-top: 0;
    padding-bottom: 68px;
  }
  .pg_administration .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 200px;
    margin-bottom: 360px;
  }
  .pg_administration .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_administration .section.sec4{
    margin-top: 170px;
  }
  .pg_administration .section.sec4:before{
    top: -250px;
  }
  .pg_administration .section.sec4:after{
    bottom: -250px;
  }
  .pg_administration .section.sec5{
    margin-top:180px;
  }
  .pg_administration .section.sec6{
    padding-bottom: 100px;
  }
  .pg_administration .section.sec1 .sec_title_en{
    font-size: 80px;
  }

  /*イラスト*/
  .cmn_main_box_png.add2{
    width: 8.2%;
    aspect-ratio:126 / 221;
    top: -217px;
    left: -20px;
  }

  /*見出し*/
  .cmn_main_box.add{

  }
  .pg_administration .cmn_main_box.add .cmn_main_box_img img{
    border-radius: 0 50px 0 0;
    margin-top: 62px;
  }
  .pg_administration .cmn_main_box_content.spice_sec1 .cmn_main_box_text{
    margin-top: 70px;
  }
  .cmn_main_box.add{
    margin-top: 0; 
  }

  /*協定*/
  .about_box_content.add{

  }
  .about_box_content.add .sec_title_ja{
    color: #181818; 
    margin-top: 6px;
  }
  .administration_intro_box{
    padding: 62px 84px 62px 73px;
    margin-top: 34px;
  }
  .administration_intro_box:before{
    top: -17px;;
    left: 3.8%;
  }
  .administration_intro_box:after{
    right: 3.2%;
    bottom: -37px;
  }



  .spiceup_feature_box_item_tt{
    font-size: 18px;
  }
  .administration_intro_box .content_desc{
    font-size: 20px;
  }
  .inyou{
    font-size: 20px;
  } 
  .inyou a{

  }

  /*トレーラーハウス*/
  .admin_trail_wrap{

  }
  .admin_trail_wrap .sec_title_ja2 em{
    font-size: 56px;
  }
  .admin_trail_wrap .sec_title_ja2{
    font-size: 80px;
  }
  .admin_trail_wrap .content_desc{
    font-size: 20px;
  }
  .admin_trail_wrap .btn_items{

  }
  .admin_trail_wrap .btn_items .read_more{

  }
  .admin_trail_wrap .btn_items .read_more a{
    min-width: 350px;
  }

  /*トイレトレーラー*/
  .admin_toilet_wrap{

  }
  .admin_toilet_wrap .spiceup_howto_top{
    align-items: center;
  }
  .admin_toilet_wrap .spiceup_howto_top_box1{

  }
  .admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_en{
    font-size: 50px;
  }
  .admin_toilet_wrap .spiceup_howto_top_box2{
    padding-left: 0;
    padding-top: 60px;
  }
  .admin_toilet_wrap .spiceup_howto_top_box2 .content_desc{
    margin-top: 16px;

  }
  .admin_toilet_tt{
    font-size: 25px;
  }

  /*機能*/
  .admin_toilet_box{
    margin-top: 50px;
  }
  .admin_toilet_top{

  }
  .admin_toilet_top_img{

  }
  .admin_toilet_top_img:before{

  }
  .admin_toilet_top_img:nth-child(odd) img{

  }
  .admin_toilet_top_img:nth-child(even) img{

  }
  .admin_toilet_top_tt{

  }
  .admin_toilet_top_txt{
    font-size: 50px; 
  }

  .admin_toilet_mid .about_point_item{
    width: 33.333%;
  }
  .admin_toilet_mid .about_point_item_inner{
    padding: 0;
  }
  .admin_toilet_mid .about_point_item:nth-child(n+3){
    margin-top: 0;
  }
  .admin_toilet_mid .about_point_item:nth-child(n+4){
    margin-top: 37px;
  }

  .admin_toilet_mid{

  }
  .admin_toilet_mid .about_point_item:nth-child(n+2){
    margin-top: 0;
  }
  .admin_toilet_mid .about_point_item:nth-child(n+4){
    margin-top: 36px;
  }
  .admin_toilet_btm{

  }
  .admin_toilet_btm_box1{

  }
  .admin_toilet_btm_box1_img{

  }
  admin_toilet_btm_box1_img .img_fit:before{

  }
  .admin_toilet_btm_box2{

  }
  .admin_toilet_btm_box2 .admin_toilet_top_txt{

  }
  .admin_toilet_btm_box2 .content_desc{

  }

  /*works*/
  .works_list .webgene-item .box2{

  }
  .admin_works_wrap .sec_title_ja{
    font-size: 68px;
  }
  .pg_administration .section.sec6 .read_more{
    margin-top: 56px;
  }

  .cmn_main_box_png.add1{
    bottom: -263px;
  }

  .sec_title_ja2 .sml{
    font-size: 40px;
  }
  .pg_administration .section.sec3 .sec_title_ja2{
    margin-top: 17px;
  }
}
@media (min-width:1200px){
  .pg_administration .section.sec4:before{
    top: -230px;
  }
  .pg_administration .section.sec4:after{
    bottom: -250px;
  }
  .pg_administration .section.sec5{
    margin-top:180px;
  }

  .pg_administration .section.sec1 .sec_title_en{
    font-size: 100px;
  }
  .admin_trail_wrap .sec_title_ja2,
  .admin_toilet_wrap .sec_title_ja2{
    font-size: 60px;
  }

  .cmn_main_box_png.add1{
    bottom: -263px;
  }

  .admin_trail_wrap .btn_items .read_more a{
    width: 100%;
    min-width: 445px;
  }
  /*トイレトレーラー*/
  .admin_toilet_wrap{

  }
  .admin_toilet_wrap .spiceup_howto_top_box1{

  }
  .admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_en{
    font-size: 50px;
  }
  .admin_toilet_wrap .spiceup_howto_top_box2{

  }
  .administration_intro_box + .administration_intro_box{
    margin-top: 100px;
  }
  .administration_intro_box_l{
    width: calc(100% - 418px - 30px);
  }
  .administration_intro_box_r{
    width: 418px;
    margin-top: 0;
  }

  .spiceup_feature_box_item_tt{
    font-size: 20px;
  }

  .sec_title_ja2 .sml{
    font-size: 50px;
  }
}
@media (min-width:1440px){
  .pg_administration .section.sec5{
    margin-top: 270px;
  }

  .pg_administration.pg_about .section.sec2:after{
    bottom: -280px;
  }

  .pg_administration .section.sec4:before{

  }

  .pg_administration .section.sec1 .sec_title_en{
    font-size: 150px;
  }

  .admin_toilet_wrap .spiceup_howto_top_box1 .sec_title_en{
    font-size: 73px;
  }

  .spiceup_feature_box_item_tt{
    font-size: 22px;
  }

  .sec_title_ja2 .sml{
    font-size: 56px;
  }
}
@media (min-width:1540px){
  .pg_administration .section.sec4:after{
    bottom: -415px;
  }

  .admin_trail_wrap .sec_title_ja2,
  .admin_toilet_wrap .sec_title_ja2{
    font-size: 80px;
  }

  .spiceup_feature_box_item_tt{
    font-size: 21px;
  }

  .pg_administration .section.sec2 .spiceup_feature_box_item_tt{
    font-size: 27px;
  }
}