@charset "UTF-8";

.zen{
  font-family: "Zen Maru Gothic", serif;
}
body{
  color: #181818;
  font-family: "Zen Maru Gothic", serif;
}

/* **********************************
 *  下層ヘッダー
 * ********************************* */
.pg_header{
  background: none;
  margin-bottom: 30px;
}
.pg_header_img{
  height: 180px;
  border-radius: 50px;
  width: 94.79%;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pg_header_img:after{
  content: "";
  display: block;
  width: 102.19%;
  height: 64%;
  background: #d8d2c8;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  bottom: -4%;
  z-index: -1;
}

.com_title_ja{
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_header{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pg_header_img{
    height: 300px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 42px;
  }
  .pg_header_img{
    height: 300px;
  }
  
}
@media (min-width:1400px){
  .pg_header{
    margin-bottom: 64px;
  }
.pg_header_img{
    height: 500px;
  }
}

/* **********************************
 * about
 * ********************************* */
.pg_about .section#sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section#sec2{
  padding-top: 70px;
}
.pg_about .section#sec3{
  padding: 50px 0;
  margin-top: 50px;
  position: relative;
}
.pg_about .section#sec3:before{
  content: "";
  display: block;
  width: 100%;
  ;
  height: 100%;
  background-image: url(/img/about/about_sec3_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.pg_about .section#sec4{
  padding-top: 70px;
}
.pg_about .section#sec5{
  padding-top: 60px;
}

.content_desc{
  margin-top: 3px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.77em;
  text-align: justify;
}

/*サポート*/
.abouot_support{

}
.abouot_support_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.abouot_support_items .item{
  width: 100%;
  padding: 0 15px;

}
.abouot_support_items .item .inner{

}
.abouot_support_items .item .title{

}
.abouot_support_items .item .title .num{
  text-align: center;
  font-size: 36px;
  font-family: "CooperBlack";
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 2px #41210a;
}
.abouot_support_items .item .title .txt_img{
  text-align: center;
  margin-top: 20px;
}
.abouot_support_items .item .desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 20px;
}

/*サービス*/
.about_service_items{
  margin-top:0;
}
.about_service_items .item{
  background: #eed5e0;
  padding: 5px;
  border-radius: 20px;
}
.about_service_items .item:nth-child(n+2){
  margin-top: 28px;
}
.about_service_items .inner{
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_service_items .item .box1{
  width: 100%;
}
.about_service_items .item .box1 .en_title{
  font-family: "CooperBlack";
  font-size: 18px;
  letter-spacing: 0;
  -webkit-text-stroke: medium #dad5cb;
  color: #fff;
}
.about_service_items .item .box1 .en_title span{
  font-size: 30px;
}
.about_service_items .item .box1 .ja_title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.about_service_items .item .box1 .ja_title span{
  font-size: 16px;
}
.about_service_items .item .box1 .desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  letter-spacing: 0;
  margin-top: 15px;
}
.about_service_items .item .box2{
  width: 100%;
}
.about_service_items .item .box2 .img{

}

/*点検*/
.service_insepection_wrap{

}
.service_insepection_wrap .img{
  margin-top: 50px;
}

/*テーブル*/
.service_insepection_tbl{
  margin-top: 60px;
}
.service_insepection_tbl tr{
  border-bottom: 1px solid #bebebe;
}
.service_insepection_tbl tr:first-child th,
.service_insepection_tbl tr:first-child td{
  background: #41210a;
  color: #fff;
}

.service_insepection_tbl th,
.service_insepection_tbl td{
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 15px 27px;
}
.service_insepection_tbl th{
  background: #d8d2c8;
  border-right: 1px solid #bebebe;
  width: 311px;
}
.service_insepection_tbl td{
  background: #fff;
  line-height: 1.8125em;
}
.service_insepection_tbl td:first-of-type{
  width: 161px;
  border-right: 1px solid #bebebe;
}

/*メリット*/
.about_merit_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.about_merit_items .item{
  width: 100%;

}
.about_merit_items .item.gr .inner{
  background:rgba(72,106,0,0.2);
}
.about_merit_items .item.pr .inner{
  background:rgba(126,0,67,0.2);
}
.about_merit_items .item.bl .inner{
  background:rgba(0,89,130,0.2);
}
.about_merit_items .item .inner{
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 50%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about_merit_items .item .num{
  width: 95px;
  height: 95px;
  background: #d8d2c8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "CooperBlack";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 2px #5b3e2a;
  position: absolute;
  left: 9.2%;
  top: -1.6%;
}
 .about_merit_items .item:nth-child(odd) .num{
    left:-2.8%;
    right:auto;
  }
  .about_merit_items .items_btm .item:nth-child(odd) .num{
    left:auto ;
    right:-2.8%;
  }
.about_merit_items .item .num span{

}
.about_merit_items .item .title{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.about_merit_items .item .desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.777em;
  margin-top: 16px;
  padding: 0 16px;
}
@media (max-width:767px){
  header{
    position: relative;
  }
  header .hdr1 .hdr_logo{
    width: 65%;
    margin: 0 auto;
  }
  
  /*メインビジュアル*/
  .mv{
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .mv .mv_box,
  .mv .mv_box .img,
  .mv .mv_box .img img{
    height: 435px;
  }
  .mv .mv_box .txt .title_ja{
    font-size: 19px;
  }
  
  /*共通*/
  .com_title_en{
    font-size: 42px;
  }
  .btn a{
    margin: 0 auto;
    display: block;
  }
  
  /*トップ*/
  .home_service .service_box2 .box a{
    font-size: 18px;
  }
  .home_service .service_box1 .box1_inner{
    padding: 70px 10px 25px;
  }
  .home_about .box1{
    order: 1;
    margin-top: 0;
  }
  .home_about .box2{
    order: 2;
    margin-top: 30px;
  }
  
  /*フッター*/
  footer .ftr1 .box{
    border-bottom: 1px solid #fff;
  }
  footer .ftr1 .box:last-child{
    border-bottom: none;
  }
  footer .ftr1 .inner{
    padding: 0 15px;
  }
  footer .ftr1 .sns .title{
    font-size: 36px;
  }
  footer .ftr1 .sns .icon_box .icon{
    width: 70px;
  }
  
  .abouot_support_items .item{
    padding-bottom: 20px;
    position: relative;
  }
  .abouot_support_items .item:nth-child(n+2){
    padding-top: 20px;
  }
  .abouot_support_items .item:after{
    content: "";
    display: block;
    width:100%;
    border-bottom: 2px dashed #d8d2c8;
    position: absolute;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .abouot_support_items .item .title .txt_img img{
    height: 32px;
  }
  .abouot_support_items .item:last-child:after{
    display: none;
  }

  /*サービス*/
  .about_service_items .item .inner{
    padding: 30px 16px;
  }
  .about_service_items .item .box1{
    order: 2;
    margin-top: 20px;
  }
  .about_service_items .item .box2{
    order: 1;
    text-align: center;
  }
  
  .abouot_support_items .item .title .txt_img.lg img{
    height: 37px;
  }

  /*テーブル*/
  .service_insepection_tbl .js-scrollable table{
    min-width: 900px;
  }

  /*メリット*/
  .about_merit_items .item{
   width: 345px;
        height: 345px;
  }
  .about_merit_items .items_btm .item{
    margin-top: -20px;
  }
  .about_merit_items .item .inner{
   height: 345px;
    width: 345px;
    justify-content: flex-start;
    padding-top: 23px;
    padding: 30px 42px 0;
  }
  .about_merit_items .item .num{
    width: 80px;
    height: 80px;
    top: -3.6%;
    left: -0.8%;
  }
  .about_merit_items .item .desc{
    margin-top: 5px;
    line-height: 1.3em;
    padding: 0 16px;
  }
  
  .service_insepection_tbl th, .service_insepection_tbl td{
    padding: 5px 27px;
  }
  .service_insepection_tbl th{
    width: 220px;
  }
}
@media (min-width:768px){
  .pg_about .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section#sec2{
    padding-top: 100px;
  }
  .pg_about .section#sec3{
    padding: 100px 0;
    margin-top: 100px;
  }
  .pg_about .section#sec4{
    padding-top: 80px;
  }
  .pg_about .section#sec5{
    padding-top: 75px;
  }

  .content_desc{
    font-size: 18px;
  }

  /*サポート*/
  .abouot_support{

  }
  .abouot_support_items{
    position: relative;
  }
  .abouot_support_items:before{
    content: "";
    display: block;
    width:97.29%;
    border-bottom: 2px dashed #d8d2c8;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .abouot_support_items:after{
    content: "";
    display: block;
    height: 100%;
    border-left: 2px dashed #d8d2c8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .abouot_support_items .item{
    width: 50%;
  }
  .abouot_support_items .item .inner{

  }
  .abouot_support_items .item:nth-child(odd) .inner{
    padding: 0 0 26px 0;
  }
  .abouot_support_items .item:nth-child(even) .inner{
    padding: 0 0 26px 0;
  }
  .abouot_support_items .item:nth-child(n+3) .inner{
    padding-top: 36px;
  }
  .abouot_support_items .item .inner{
    padding-bottom: 36px;
  }
  .abouot_support_items .item .title{

  }
  .abouot_support_items .item .title .num{
    font-size: 50px;
  }
  .abouot_support_items .item .title .txt_img{
    margin-top: 27px;
  }
  .abouot_support_items .item .desc{
    font-size: 20px;
    margin-top: 24px;
  }

  /*サービス*/
  .about_service_items{

  }
  .about_service_items .item{

  }
  .about_service_items .inner{
    align-items: flex-start;
    padding: 20px 60px;
  }
  .about_service_items .item .box1{
   width: 59.91%;
  }
  .about_service_items .item .box1 .en_title{
    font-size: 24px;
  }
  .about_service_items .item .box1 .en_title span{
    font-size: 36px;
  }
  .about_service_items .item .box1 .ja_title{
    font-size: 20px;
  }
  .about_service_items .item .box1 .desc{

  }
  .about_service_items .item .box2{
    width: 34.57%;
        margin-top: 20px;
        margin-right: -5px;
  }
  .about_service_items .item .box2 .img{

  }

  /*点検*/
  .service_insepection_wrap{

  }
  .service_insepection_wrap .img{
    margin-top: 80px;
  }

  /*テーブル*/
  .service_insepection_tbl{
    margin-top: 100px;
  }
  .service_insepection_tbl .js-scrollable table{
    min-width: 1000px;
  }

  /*メリット*/
  .about_merit_items{

  }
  .about_merit_items .item{
    width: 72.95%;
  }
  .about_merit_items .items_btm{

  }
  .about_merit_items .items_btm .item{
    margin: -16px auto 0;
  }
  .about_merit_items .item .inner{
justify-content: center;
  }
  .about_merit_items .item .num{
    font-size: 36px;
    padding-bottom: 6px;
  }
.about_merit_items .item:nth-child(odd) .num {
    left: 9.2%;
    right:auto;
}
  .about_merit_items .items_btm .item:nth-child(odd) .num{
    left:auto ;
    right:9.2%;
  }
  .about_merit_items .item .title{
    font-size: 24px;
  }
  .about_merit_items .item .desc{
    padding: 0 36px;
  }
}
@media (min-width:1024px){
  .pg_about{

  }
  .pg_about .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section#sec2{
    padding-top: 123px;
  }
  .pg_about .section#sec3{
    padding: 97px 0 120px;
    margin-top: 95px;
  }
  .pg_about .section#sec4{
    padding-top: 100px;
  }
  .pg_about .section#sec5{
    padding-top: 75px;
  }

  .content_desc{
    text-align: center;
  }
  /*サポート*/
  .abouot_support{

  }
  .abouot_support_items{
    margin-top: -7px;
  }
  .abouot_support_items .item{

  }
  .abouot_support_items .item .inner{

  }
  .abouot_support_items .item:nth-child(odd) .inner{
    padding: 0 20px 26px 20px;
  }
  .abouot_support_items .item:nth-child(even) .inner{
    padding: 0 20px 26px 20px;
  }
  .abouot_support_items .item .title{

  }
  .abouot_support_items .item .title .num{
    font-size: 86px;
  }
  .abouot_support_items .item .title .txt_img{

  }
  .abouot_support_items .item .desc{

  }

  /*サービス*/
 .about_service_items {
    margin-top: 25px;
}
  .about_service_items .item{

  }
  .about_service_items .inner{
    align-items: center;
    padding: 23px 60px 40px;
  }
 .about_service_items .item .box1{
    width: 70.91%;
  }
  .about_service_items .item .box1 .en_title{

  }
  .about_service_items .item .box1 .en_title span{
    font-size: 42px;
  }
  .about_service_items .item .box1 .ja_title{
    font-size: 24px;
  }

  .about_service_items .item .box1 .desc{

  }
  .about_service_items .item .box2{
    width: 23.57%;
  }
  .about_service_items .item .box2 .img{

  }

  /*テーブル*/
  .service_insepection_tbl{
    margin-top: 125px;
  }
   .service_insepection_tbl .js-scrollable table{
    min-width: inherit;
  }

  /*メリット*/
  .about_merit_items{

  }
  .about_merit_items .item{
    width: 44.95%;
  }
  .about_merit_items .items_btm{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -100px;
  }
  .about_merit_items .items_btm .item{
    margin: 0 22px;
  }
  .about_merit_items .item .inner{
    justify-content: flex-start;
    height:430px;
    padding-top: 75px;
  }
  .about_merit_items .item .num{
    font-size: 42px;
  }
  .about_merit_items .item:nth-child(odd) .num,
  .about_merit_items .item:nth-child(even) .num{
    left: 9.2%;
    right:auto;
  }
  .about_merit_items .items_btm .item:nth-child(odd) .num{
    left: 9.2%;
    right:auto;
  }
  .about_merit_items .items_btm .item:nth-child(even) .num{
    left:auto ;
    right:9.2%;
  }
  .about_merit_items .item .title{
    font-size: 26px;
  }
  .about_merit_items .item .desc{
    text-align: center;
  }
  
  .abouot_support_items .item:nth-child(n+3) .inner .title{
    margin-top: 30px;
  }
}
@media (min-width:1200px){
 
  .abouot_support_items .item:nth-child(odd) .inner{
    padding: 0 77px 0px 100px;
  }
  .abouot_support_items .item:nth-child(even) .inner{
    padding: 0 85px 0px 77px;
  }
  .abouot_support_items .item:nth-child(n+3) .inner .title{
    margin-top: 35px;
  }
   .abouot_support .abouot_support_items .item .inner{
    padding-bottom: 22px;
  }
  .abouot_support_items .item .inner:nth-child(n+3) {
    padding-bottom: 0;
  }
  

  /*メリット*/
  .about_merit_items{

  }
  .about_merit_items .item{

  }
  .about_merit_items .item .inner{
    height: 500px;
    padding-top: 110px;
  }
  .about_merit_items .item .title{
    font-size: 32px;
  }
  .about_merit_items .item .desc{
    font-size: 18px;
    text-align: center;
  }
  .about_merit_items .items_btm{
    margin-top: -110px;
  }
  
  .pg_about .com_title_en{
    font-size: 78px;
  }

}

/*******************************
*　店舗情報
********************************/
.pg_infomation{

}
.pg_infomation .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_infomation .section#sec2{
  padding-top: 40px;
}
.pg_infomation .section#sec3{
  padding-top: 70px;
}

/*テーブル*/
.info_tbl{
  border: 1px solid #41210a;
  margin-top: 24px;
}
.info_tbl th,
.info_tbl td{
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 17px 16px;
}
.info_tbl tr:nth-child(n+2){
  border-top: 1px solid #41210a;
}
.info_tbl th{
  background: #d8d2c8;
  letter-spacing: 0.075em;
  border-right: none;
  width: 100px;
}
.info_tbl td{
  background: #fff;
  letter-spacing: 0.04em;
  border-left: none;
}

/*地図*/
.gmap{
  margin-top: 30px;
}
.gmap iframe{
  width: 100%;
  border: none;
  height: 250px;
}

/*ギャラリー*/
.info_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.info_gallery_items .item{
  width: 50%;
  padding: 0 15px;
}
.info_gallery_items .item .inner{

}
.info_gallery_items .item .img{

}
.info_gallery_items .item .img img{
  border-radius: 20px;
}

/*スタッフ*/
.info_staff_items{
  margin-top: 30px;
}
.info_staff_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_staff_items .item:nth-child(n+2){
  margin-top:40px;
}
.info_staff_items .box1{
  width: 100%;
}
.info_staff_items .box1 .img{

}
.info_staff_items .box2{
  width: 100%;
}
.info_staff_items .box2 .position{
  font-size:18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #b6b6b6;
}
.info_staff_items .box2 .name{
  font-weight: 400;
  letter-spacing: 0.04em;
  display: flex;
  align-items: baseline;
}
.info_staff_items .box2 .name .ja{
  font-size:22px;

}
.info_staff_items .box2 .name .en{
  font-size:18px;
  margin-left: 16px;
}
.info_staff_items .box2 .prof{
  margin-top: 14px;
}

.info_staff_items .box2 .tt_txt{
  font-size:20px;
  font-weight: 400;
  color: #41210a;
  letter-spacing: 0.04em;
}
.info_staff_items .box2 .mess{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.888em;
  text-align: justify;
  margin-top: 16px;
}

.info_staff_items .box2 .mess dl{
  display: flex;
}
.info_staff_items .box2 .mess dl+dl{
  margin-top: 5px;
}
.info_staff_items .box2 .mess dl dt{
  width: 4em;
}
.info_staff_items .box2 .mess dl dd{
  width: calc(100% - 4em);
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .info_tbl th, .info_tbl td{
    padding: 17px 12px;
  }
  .info_tbl th{
    width: 145px;
  }

  /*ギャラリー*/
  .info_gallery_items{
    margin: 40px -5px 0;
  }
  .info_gallery_items .item{
    padding: 0 5px;
  }
  .info_gallery_items .item:nth-child(n+3){
    margin-top: 10px;
  }

  /*スタッフ*/
  .info_staff_items .box2{
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_infomation{

  }
  .pg_infomation .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_infomation .section#sec2{
    padding-top: 55px;
  }
  .pg_infomation .section#sec3{
    padding-top: 100px;
  }

  /*テーブル*/
  .info_tbl{

  }
  .info_tbl th,
  .info_tbl td{

  }
  .info_tbl th{
    width: 200px;
  }
  .info_tbl td{

  }

  /*地図*/
  .gmap{
    margin-top: 60px;
  }
  .gmap iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .info_gallery_wrap{
    margin-top: 55px;
  }
  .info_gallery_items{

  }
  .info_gallery_items .item{
    width: 33.333%;
  }
  .info_gallery_items .item .inner{

  }
  .info_gallery_items .item .img{

  }
  .info_gallery_items .item .img img{

  }

  /*スタッフ*/
  .info_staff_items{

  }
  .info_staff_items .item{

  }
  .info_staff_items .item:nth-child(n+2){
    margin-top:50px;
  }
  .info_staff_items .item:nth-child(odd) .box1{
    order: 1;
  }
  .info_staff_items .item:nth-child(odd) .box2{
    order: 2;
  }
  .info_staff_items .item:nth-child(even) .box1{
    order: 2;
  }
  .info_staff_items .item:nth-child(even) .box2{
    order: 1;
  }
  .info_staff_items .box1{
    width: 36.93%;
    padding-top: 6px;
  }
  .info_staff_items .box1 .img{

  }
  .info_staff_items .box2{
    width: 57.20%;
  }
  .info_staff_items .box2 .position{
    font-size:20px;
  }
  .info_staff_items .box2 .name{

  }
  .info_staff_items .box2 .name .ja{
    font-size: 26px;
  }
  .info_staff_items .box2 .name .en{
    font-size: 20px;
    margin-left: 37px;
  }
  .info_staff_items .box2 .prof{

  }

  .info_staff_items .box2 .tt_txt{
    font-size: 24px;
  }
  .info_staff_items .box2 .mess{
    font-size: 18px;
  }
}
@media (min-width:1024px){

  .pg_infomation{

  }
  .pg_infomation .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_infomation .section#sec2{

  }
  .pg_infomation .section#sec3{
    padding-top: 130px;
  }
  .pg_infomation .com_title_en{
    font-size: 78px;
  }
  

  /*テーブル*/
  .info_tbl{

  }
  .info_tbl th,
  .info_tbl td{

  }
  .info_tbl th{
    width: 284px;
  }
  .info_tbl td{

  }

  /*地図*/
  .gmap{

  }
  .gmap iframe{

  }

  /*スタッフ*/
  .info_staff_items{

  }
  .info_staff_items .item{

  }
  .info_staff_items .box1{

  }
  .info_staff_items .box1 .img{

  }
  .info_staff_items .box2{

  }
  .info_staff_items .box2 .position{

  }
  .info_staff_items .box2 .name{

  }
  .info_staff_items .box2 .name .ja{
    font-size: 32px;
  }
  .info_staff_items .box2 .name .en{

  }
  .info_staff_items .box2 .prof{

  }

  .info_staff_items .box2 .tt_txt{

  }
  .info_staff_items .box2 .mess{

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


}

/* **********************************
 *  修正
 * ********************************* */
.main{
  padding: 0;
}
footer .ftr1 .info .title{
  -webkit-text-stroke: 2px #fff;
}

.home_gallery .post_items .item img{
  border-radius: 20px;
}

@media (max-width:767px){
  /*トップ*/
  .home_sales .title{
    margin-top: 40px;
  }
  .home_sales .text{
    margin-top: 24px;
  }
  
  /*商品詳細*/
  .gallery_box1{
    position: relative;
  }
  .gallery_box1 .swiper{
    width: 80%;
  }
  .pg_sales .post_items{
    margin: 25px 0 0;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    color: #41220b
  }
  .gallery_box1 .swiper-button-next{
    right: -5px;
  }
  .gallery_box1 .swiper-button-prev{
    left: -5px;
  }
  .pg_sales .post_items .item .title, .pg_sales .post_items .price, .post_items .item .car{
    font-size: 16px;
  }
  
  /*問い合わせ*/
  .pg_contact .contact_form_btns button{
    width: 260px;
  }
  .pg_contact .contact_form th{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 15px;
  }
  
  .home_gallery .btn{
    width: 100%;
  }
  
  footer .ftr2 .ftr_logo{
    width: 75%;
    margin: 100px auto 0;
  }
}
@media (min-width:768px) and (max-width:1023px){
  /*ヘッダー*/
  .hdr_logo{
    width: 45%;
  }
  
  /*フッター*/
  .ftr_logo{
    width: 60%;
    margin: 100px auto 0;
  }
  footer .ftr1 .info .fbtn a{
    font-size: 15px;
  }
  footer .ftr1 .box:nth-child(2){
   
  }
  footer .ftr1 .sns .title{
    font-size: 36px;
    margin-top: 35px;
  }
  footer .ftr1 .sns .icon_box .icon{
    width: 75px;
  }
  
  /*トップ*/
  .home_service .service_box1{
    margin-top: 50px;
  }
  .home_service .service_box1 .box1_inner{
    padding: 55px 20px 25px;
  }
  .home_about .box1,
  .home_about .box2{
   width: 100%;
  }
  .home_about .box2{
    margin-top: 60px;
  }
}
@media (min-width:1024px) and (max-width:1200px){
  footer .ftr1 .sns .title{
    font-size: 50px;
        margin-top: 25px;
  }
  footer .ftr1 .sns .icon_box .icon{
    width: 90px;
  }
}
@media (min-width:768px){
  .gnav{
    overflow-y: auto;
  }
  header .hdr1 .gnav_open{
    font-family: "Zen Maru Gothic", serif;
  }
  .anchor{
    top: -200px;
  }
  
  /*フッター*/
  footer{
    margin-top: 100px;
  }
  footer .ftr1 .info .title{
    -webkit-text-stroke: 3px #fff;
  }
  .pg_contact .contact_form td [name="zipcode"]{
    width: 96px;
  }
  .pg_contact .contact_form td .addr_auto{
    margin-left: 10px;
    margin-top: 0;
  }
  
  /*トップ*/
   .home_service .service_box2 .box a{
    padding: 35px 10px 11px;
  }
  
  .pg_sales .post_items{
    margin: 31px 0 0;
  }
  
}
@media (min-width:1024px){
   /*フッター*/
  footer {
        margin-top: 180px;
    }
    
     .mv{
    margin-bottom: 0;
  }
  
   /*トップ*/
  .home_service .service_box2 .box a{
    padding: 35px 20px 11px;
  }
}
@media (min-width:1200px){
  header .hdr1 .hdr_logo{
    width: 80%;
  }
   /*フッター*/
  footer .ftr1 .sns .icon_box{
    width: 100%;
    max-width: 477px;
  }
footer .ftr1 .sns .icon_box .icon{
    width: 80px;;
    margin: 0 20px;
  }
  
  .home_about .box2 .img{
    width: 100%;
  }
  
  .home_gallery .post_items .item .img_fit{
    border: 3px solid #98b9c7;
  }
}
@media (min-width:1300px){
  
  footer .ftr1 .sns .icon_box .icon{
    width: 70px;;
    margin: 0 20px;
  }
  
  footer .ftr1 .sns .title{
    font-size: 78px;
  }
}
@media (min-width:1500px){
   header .hdr1 .hdr_logo{
    width: auto;
  }
  .mv{
    margin-bottom: 160px;
  }
  
  .home_about .box2 .img{
    width: 135.21%;
  }
  
   /*フッター*/
  footer .ftr1 .sns .icon_box .icon{
    width: 33.333%;
    margin: 0;
  }
  
}