@charset "utf-8";

.area img{
  width: 100%;
  height: auto;
}
.area .conts{
  margin-bottom: 40px;
}
.area .box .img{
  width: 100%;
  margin-bottom: 20px;
}
.area .box .txt{
  font-size: 14px;
  line-height: 1.8;
}
.area .map{
  margin-top: 20px;
}
.area .map iframe{
  width: 100%!important;
  height: 300px!important;
}
@media (min-width:1000px){
  .area .conts{
    margin-bottom: 80px;
  }
  .area .box{
    display: flex;
    justify-content: space-between;
  }
  .area .box .img{
    min-width: 500px;
    width: 500px;
    margin: 0 40px 0 0;
  }
  .area .box .txt{
    font-size: 16px;
  }
  .area .map iframe{
    height: 500px!important;
  }
}

.contact .sp{
  display: block;
}
.contact .txt{
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.contact .step{
  margin: 30px 0;
}
.contact .step li{
  width: 100%;
  position: relative;
  text-align: center;
  color: #333;
  background-color: #FFEA00;
  list-style: none;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.contact .step li:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.contact .step li:last-child:after{
  display: none;
}
.contact .step li.act{
  background-color: #F69500;
  color: #fff;
}
.contact .formWrap{
  background-color: #fff;
  margin: 30px 0 -50px;
  padding: 30px 0;
}
.contact .formWrap .conts{
  margin-bottom: 20px;
}
.contact .formWrap .midashi{
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact .formWrap .midashi:before{
  content: '\025a0';
  color: #FFD200;
}
.contact .formWrap table{
  width: 100%;
}
.contact .formWrap table th .hissu{
  color: #E23625;
  border: solid 1px #E23625;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  font-size: 12px;
  margin-left: 5px;
}
.contact .formWrap table tr{
  border-bottom: solid 10px #fff;
}
.contact .formWrap table th {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 5px 20px;
  box-sizing: border-box;
  text-align: left;
  background-color: #EAEAEA;
}
.contact .formWrap table td{
  padding: 10px 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.contact .formWrap table td input[type="text"], .contact .formWrap table td textarea {
  border: solid 1px #C1C1C1;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}
.contact .formWrap table td input[type="text"].w50{
  width: 50%;
}
.contact .formWrap table td span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.contact .formWrap table td .box1{
  display: flex;
  align-items: flex-start;
}
.contact .formWrap table td .box1 input[type="text"].post{
  width: 100px;
  margin: 0 10px;
}
.contact .formWrap table td .box1 .ajaxzip3 {
    display: inline-block;
    width: 70px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    border: 0;
    border-radius: 5px;
    background-color: #FFD200;
    box-shadow: none;
    cursor: pointer;
}
.contact .formWrap table td .box2{
  padding: 2px 0;
}
.contact .formWrap table td .box2 span{
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.contact .txt2{
  font-size: 14px;
  line-height: 1.8;
}
.contact .txt2 a{
  text-decoration-color: #FFD200;
  color: #333;
  margin: 0 10px;
  transition: .3s;
}
.contact .txt2 a:after{
  content: '';
  background: url(../img/ico_window-y.png) no-repeat top center / contain;
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-left: 5px;
}
.contact .txt2 a:hover{
  color: #FFD200;
}
.contact .check{
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
}
.contact .submit{
  text-align: center;
  margin-top: 30px;
}
.contact .submit input[type="submit"] {
  padding: 15px 40px;
  color: #fff;
  background-color: #F69500;
  font-size: 16px;
  border-radius: 100px;
  text-decoration: none;
  box-sizing: border-box;
  transition: .3s;
  border: none;
}
.contact .submit input[type="submit"]:hover{
  opacity: .7;
}
.contact .formWrap  td{
  font-size: 14px;
  line-height: 1.8;
  padding: 10px;
}
.contact .mw_wp_form_confirm .formWrap td .ex,
.contact .mw_wp_form_confirm .formWrap td .item,
.contact .mw_wp_form_confirm .formWrap td #btn_post,
.contact .mw_wp_form_confirm .formWrap tr.mailconfirm{
  display: none;
}
.contact .mw_wp_form_confirm .formWrap td .postmark{
  margin: 0 5px 0 0;
}
.contact .btn{
  margin-top: 30px;
}
.contact .privacy2,
.contact .mw_wp_form_confirm .privacy1{
  display: none;
}
.contact .mw_wp_form_confirm .privacy2{
  display: block;
}
@media (min-width:1000px){
  .contact .sp{
    display: none;
  }
  .contact .txt{
    font-size: 18px;
  }
  .contact .step{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact .step li{
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
  }
  .contact .step li:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 10px;;
    border-color: transparent transparent transparent #333;
    position: absolute;
    left: initial;
    right: -30px;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact .formWrap{
    margin: 60px 0 -100px;
    padding: 60px 0;
  }
  .contact .formWrap .conts{
    margin-bottom: 40px;
  }
  .contact .formWrap .midashi{
    font-size: 16px;
  }
  .contact .formWrap table th {
    width: 20%;
    min-width: 240px;
    vertical-align: top;
    font-size: 16px;
    padding: 25px 15px;
    text-align: left;
    display: table-cell;
  }
  .contact .formWrap table td{
    padding: 20px 0 20px 15px;
  }
  .contact .formWrap table td input[type="text"], .contact .formWrap table td textarea {
    padding: 10px;
  }
  .contact .formWrap table td span{
    font-size: 14px;
  }
  .contact .formWrap table td .box1 input[type="text"].post{
    width: 150px;
  }
  .contact .formWrap table td .box1 .ajaxzip3 {
      width: 100px;
      padding: 8px;
      font-size: 12px;
  }
  .contact .formWrap table td .box2{
    padding: 5px 0;
  }
  .contact .formWrap table td .box2 span{
    font-size: 14px;
  }
  .contact .txt2{
    font-size: 18px;
    line-height: 1.8;
  }
  .contact .check{
    margin: 40px 0;
    font-size: 18px;
  }
  .contact .formWrap .mw_wp_form_confirm td{
    font-size: 16px;
    padding: 20px 0 20px 15px;
  }
}

.privacy dl{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.privacy dt{
  margin-bottom: 10px;
  text-indent: -.5rem;
}
@media (min-width:1000px){
.privacy dl{
  font-size: 16px;
}
}

.news .sp{
  display: block;
}
.news .list li{
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  color: #333;
  position: relative;
  list-style: none;
}
.news .list li .date {
  margin-right: 25px;
}
.news .list li .cat {
  display: inline-block;
  padding: 5px 0;
  width: 80px;
  text-align: center;
  background-color: #F69500;
  color: #fff;
  line-height: 1.2;
  margin-right: 25px;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width:1000px){
  .news .sp{
    display: none;
  }
  .news .list li{
    font-size: 16px;
  }
  .news .list li .cat{
    margin-bottom: 0;
    font-size: 14px;
  }
}

/** ページネーション **/
.pager{
  text-align: center;
  margin: 80px 0;
}
.pager .page-numbers {
  margin: 0 -4px;
  padding: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  background-color: #FFFBCC;
}
.pager .page-numbers:hover{
  background: #fff;
}
.pager .page-numbers.current{
  background-color: #F69500;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pager .page-numbers.prev{
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;

}
.pager .page-numbers.next{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager .page-numbers.prev span,
.pager .page-numbers.next span{
  transform: scale(.5,1.2);
  display: block;
}
@media (min-width:1000px){
  .pager .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}