@charset "UTF-8";
/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
section {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  section {
    margin-top: 60px;
  }
}

#contact .txt {
  margin-top: 20px;
  text-align: left;
}
#contact .tel_area {
  background: #fff;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 850px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #contact .tel_area {
    max-width: 400px;
    width: 90%;
  }
}
#contact .tel_area ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contact .tel_area ul li {
  width: 44%;
}
#contact .tel_area ul li .company_name {
  font-size: 14px;
  width: 100%;
  padding: 5px;
  line-height: 1;
}
#contact .tel_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#contact .tel_area ul li a .num {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  color: #bdd15e;
}
#contact .tel_area ul li .p {
  font-size: 14px;
  margin-top: 10px;
}
#contact .tel_area ul .honsya .company_name {
  background: #231815;
  color: #fff;
}
#contact .tel_area ul .tokyo .company_name {
  border: 1px solid #231815;
  color: #231815;
}
@media screen and (max-width: 750px) {
  #contact .tel_area ul li {
    width: 100%;
  }
  #contact .tel_area ul .tokyo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  #contact .tel_area {
    width: 100%;
    margin-top: 20px;
    padding: 40px 20px;
  }
  #contact .tel_area ul li .company_name {
    font-size: 14px;
    padding: 5px;
  }
  #contact .tel_area ul li a {
    margin-top: 10px;
  }
  #contact .tel_area ul li a .num {
    font-size: 30px;
  }
  #contact .tel_area ul li .p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.store_list {
  font-weight: bold;
  background: #9bbc00;
  max-width: 960px;
  padding: 40px 0;
  color: #fff;
}
.store_list .ttl {
  font-size: 32px;
}
.store_list ul {
  max-width: 835px;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
.store_list ul li {
  padding: 0px 40px;
}
.store_list ul li:not(:last-child) {
  border-right: 4px dotted #9bbc00;
}
.store_list ul li a {
  display: inline-block;
  color: #bdd15e;
}
@media screen and (max-width: 960px) {
  .store_list ul {
    padding: 4.1666666667vw;
  }
  .store_list ul li {
    padding: 0 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .store_list .ttl {
    font-size: 24px;
  }
  .store_list ul {
    padding: 0vw 0vw;
    max-width: 450px;
    width: 100%;
    border: 1px solid #bdd15e;
  }
  .store_list ul li {
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .store_list ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #9bbc00;
  }
  .store_list ul li a {
    padding: 3.3333333333vw 2.6666666667vw;
    display: block;
    position: relative;
  }
  .store_list ul li a:after {
    content: "";
    display: inline-block;
    background: url("../images/arrow_gr.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#form .box_in .form_area {
  margin-top: 20px;
}
#form .box_in .form_area .mailform {
  background: #fff;
  padding: 45px 60px;
  color: #000;
}
#form .box_in .form_area .mailform ul {
  padding: 25px 15px;
  text-align: left;
  display: flex;
  justify-content: center;
}
#form .box_in .form_area .mailform ul:not(:last-child) {
  border-bottom: 1px solid #e3e9e9;
}
#form .box_in .form_area .mailform ul .form_ttl {
  width: 280px;
}
#form .box_in .form_area .mailform ul .con {
  width: calc(100% - 280px);
}
#form .box_in .form_area .mailform .post .con .num_post input {
  width: 150px;
}
#form .box_in .form_area .mailform .post .con .adress {
  margin-top: 10px;
}
#form .box_in .form_area .mailform .post .con .adress input {
  /*width: calc(100% - 50px);*/
}

@media screen and (max-width: 960px) {
  #form .box_in .form_area .mailform ul {
    display: block;
  }
  #form .box_in .form_area .mailform ul .form_ttl {
    width: 100%;
  }
  #form .box_in .form_area .mailform ul .con {
    width: 100%;
    margin-top: 15px;
  }
  #form .box_in .form_area .mailform .post .con .num_post input {
    width: 150px;
  }
  #form .box_in .form_area .mailform .post .con .adress {
    margin-top: 10px;
  }
  #form .box_in .form_area .mailform .post .con .adress input {
    /*width: calc(100% - 50px);*/
  }
}
@media screen and (max-width: 750px) {
  #form .box_in .form_area {
    margin-top: 2.6666666667vw;
  }
  #form .box_in .form_area .mailform {
    border-top: none !important;
    padding: 2.6666666667vw;
  }
  #form .box_in .form_area .mailform ul {
    padding: 0 2vw;
    padding-top: 4vw;
  }
  #form .box_in .form_area .mailform ul .con {
    margin-top: 0;
    border-bottom: none;
  }
  #form .box_in .form_area .mailform .post .con .num_post input {
    width: 150px;
  }
  #form .box_in .form_area .mailform .post .con .adress {
    margin-top: 1.3333333333vw;
  }
  #form .box_in .form_area .mailform .post .con .adress input {
    /*width: calc(100% - 50px);*/
  }
}
.any {
  position: relative;
}
.any:after {
  content: "任意";
  background: #e3e9e9;
  color: #444;
  font-size: 13px;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  right: 10px;
  font-weight: bold;
  top: 5px;
}
@media screen and (max-width: 960px) {
  .any:after {
    top: 0;
    position: relative;
    right: -10px;
  }
}

.need {
  position: relative;
}
.need:after {
  content: "必須";
  background: #f34141;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  right: 10px;
  font-weight: bold;
  top: 5px;
}
@media screen and (max-width: 960px) {
  .need:after {
    top: 0;
    position: relative;
    right: -10px;
  }
}

@media screen and (max-width: 480px) {
  .mailform div.mfp_buttons {
    padding-top: 0 !important;
  }
}

#complete .inner {
  background: #fff;
  padding: 40px;
}
#complete .inner h4 {
  font-size: 28px;
}
#complete .inner .txt {
  margin-top: 20px;
  text-align: left;
}
#complete .more {
  max-width: 250px;
  background: #fff297;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  color: #11bbe3;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  letter-spacing: 0.15rem;
}
#complete .more a {
  padding: 20px 10px;
  display: block;
}

@media screen and (max-width: 480px) {
  #complete .inner {
    padding: 8.3333333333vw;
  }
  #complete .inner h4 {
    font-size: 21px;
  }
  #complete .inner .txt {
    margin-top: 20px;
    font-size: 14px;
  }
  #complete .more {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 0.15rem;
  }
  #complete .more a {
    padding: 20px 10px;
  }
}/*# sourceMappingURL=contact.css.map */