@charset "utf-8";
/*
====================================================
■ FUNCTION
====================================================
*/
/*
====================================================
■ ModBtn
====================================================
*/
/*
====================================================
■ MIXIN
====================================================
*/
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*
====================================================
■ EASING
====================================================
*/
/*
====================================================
■ Contact
====================================================
*/
.ModContentsCenter p {
  padding-bottom: 30px;
}
.ModContentsCenter h2 {
  font-size: 36px;
  margin-bottom: 100px;
}
.ModContentsCenter .row {
  overflow: hidden;
}
.ModContentsCenter input[type=email] {
  padding: 20px!important;
}
.ModContentsCenter textarea {
  width: 100%;
}
.ModContentsCenter input[type=checkbox] {
  background: none;
  border: none;
  background: #fff;
}
.ModContentsCenter input[type=text] {
  max-width: 455px;
  border: none;
  background: none;
  background: #fff;
  height: 50px;
  line-height: 50px;
}
.ModContentsCenter .wpcf7-not-valid {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 1px solid #F00!important;
}
.div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #fff3f3;
}
/*
----------------------------------------------------
PC
----------------------------------------------------
*/
@media screen and (min-width: 769px), print {
  #Contact .ikayori {
    margin-bottom: 20px;
  }
  #Contact h3 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.9;
  }
  #Contact form {
    margin-top: 100px;
    padding-bottom: 30px;
  }
  #Contact form .formGroup {
    margin-bottom: 35px;
  }
  #Contact form .formFooter .col:first-child a {
    text-decoration: underline;
  }
  #Contact form .formFooter .col:first-child a:hover {
    text-decoration: none;
  }
  #Contact form .formFooter .col:nth-child(2) {
    text-align: right;
  }
  #Contact form .formControl {
    display: block;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
  }
  #Contact form .formControl :focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  #Contact form .col {
    float: left;
    width: 50%;
    max-width: 100%;
  }
  #Contact form .col :nth-child(2) input {
    margin-left: 30px;
  }
  #Contact form .col input[type=email] {
    width: 455px;
  }
  #Contact form .col:nth-child(2) {
    padding-left: 25px;
  }
  #Contact form textarea {
    border: none;
    background: none;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 960px;
  }
  #Contact form .ModBtnText {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #Contact .btnReturnTop {
    margin-top: 70px;
    width: 460px;
    height: 80px;
    line-height: 80px;
  }
}
/*
----------------------------------------------------
SP
----------------------------------------------------
*/
@media screen and (max-width: 768px) {
  #Contact h2 {
    line-height: 1.4;
    font-size: 4vw;
    margin-bottom: 9.33333333vw;
  }
  #Contact .ModBtnText {
    text-align: center;
    font-size: 2.4vw;
    width: 100%;
    height: 17.33333333vw;
    line-height: 17.33333333vw;
    font-size: 3.2vw;
  }
  #Contact .BtnOrderSheet {
    height: 17.33333333vw;
    padding-top: 4vw;
    line-height: 1.5;
  }
  #Contact form {
    overflow: hidden;
    margin-top: 14.66666667vw;
  }
  #Contact form input[type=email] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Contact form .formGroup {
    margin-bottom: 0px;
  }
  #Contact form .formGroup .col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    display: block;
  }
  #Contact form .formGroup .formControl {
    display: block;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4vw;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
  }
  #Contact form .formGroup .formControl :focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  #Contact form textarea {
    margin-bottom: 30px;
  }
  #Contact form .ModBtnText {
    width: 100%;
    height: 17.33333333vw;
    line-height: 17.33333333vw;
    display: block;
    text-align: center;
    font-size: 3.2vw;
  }
  #Contact form .formFooter .col:first-child a {
    text-decoration: underline;
  }
  #Contact .ikayori {
    margin-bottom: 2.66666667vw;
  }
  #Contact h3 {
    font-size: 3.46666667vw;
    margin-bottom: 1.33333333vw;
  }
}
