@charset "UTF-8";
/*
unit(percentage(275px/@spdesignSize), vw)
マイナスの値の場合は
calc(-1 * unit(percentage(200px/@spdesignSize), vw))
*/
/*--------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------*/
.visibilittyHidden {
  position: absolute!important;
  display: block!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
}
.sp-show {
  display: none !important;
}
.sp-hide {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
  .sp-hide {
    display: none !important;
  }
}
.aiya-head {
  width: 100%;
  height: 160px;
  background: #FAF7EA url('../images/bg_aiya_head.png') no-repeat;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aiya-head {
    width: 100%;
    height: 20vw;
    background: #FAF7EA url('../images/bg_aiya_head_sp.png') no-repeat;
    background-size: cover;
  }
}
.aiya-wrapper {
  padding: 80px 0 50px;
  background-color: #FAF7EA;
}
.aiya-wrapper .aiya-txt {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 70px;
  position: relative;
}
.aiya-wrapper .aiya-txt:before {
  display: block;
  content: '';
  width: 24px;
  height: 42px;
  background: url('../images/bg_aiya_txt__l.png') no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -335px;
}
.aiya-wrapper .aiya-txt:after {
  display: block;
  content: '';
  width: 24px;
  height: 42px;
  background: url('../images/bg_aiya_txt__r.png') no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 315px;
}
.aiya-wrapper .aiya-tel {
  margin: 0 0 80px;
}
.aiya-wrapper .aiya-tel .aiya-tel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 960px;
  height: 72px;
  background-color: #004097;
  border-radius: 6px;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto 50px;
}
.aiya-wrapper .aiya-tel .aiya-tel-title span {
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 37px;
}
.aiya-wrapper .aiya-tel .aiya-tel-number {
  margin: 0 0 25px;
}
.aiya-wrapper .aiya-tel .aiya-tel-number a {
  display: block;
  width: 664px;
  height: 84px;
  margin: 0 auto;
  background: url('../images/bg_tel_number.png') no-repeat;
  background-size: 100% 100%;
}
.aiya-wrapper .aiya-tel .aiya-tel-time {
  width: 592px;
  height: 36px;
  margin: 0 auto;
  background: url('../images/bg_tel_time.png') no-repeat;
  background-size: 100% 100%;
}
.aiya-wrapper .aiya-official {
  margin: 0 0 85px;
}
.aiya-wrapper .aiya-official .aiya-official-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 960px;
  height: 72px;
  background-color: #e46c0b;
  border-radius: 6px;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto 50px;
}
.aiya-wrapper .aiya-official .aiya-official-title span {
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 37px;
}
.aiya-wrapper .aiya-official .aiya-official-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aiya-wrapper .aiya-official .aiya-official-items .aiya-item {
  width: 311px;
  position: relative;
}
.aiya-wrapper .aiya-official .aiya-official-items .aiya-item img {
  width: 100%;
  height: auto;
  position: relative;
}
.aiya-wrapper .aiya-official .aiya-official-items .aiya-item a {
  display: block;
  width: 311px;
  height: 66px;
  position: absolute;
  top: 300px;
  left: 0;
}
.aiya-wrapper .aiya-official .aiya-official-items .aiya-item .caution {
  font-size: 12px;
  line-height: 1.4;
  color: #4D4D4D;
}
.aiya-wrapper .aiya-other .aiya-other-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 960px;
  height: 72px;
  background-color: #652523;
  border-radius: 6px;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto 40px;
}
.aiya-wrapper .aiya-other .aiya-other-lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 45px;
}
.aiya-wrapper .aiya-other .aiya-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 965px;
  margin: 0 auto 0;
}
.aiya-wrapper .aiya-other .aiya-items .aiya-item {
  width: 311px;
  margin: 0 16px 50px 0;
  position: relative;
}
.aiya-wrapper .aiya-other .aiya-items .aiya-item:nth-of-type(3n) {
  margin: 0 0 50px;
}
.aiya-wrapper .aiya-other .aiya-items .aiya-item img {
  width: 100%;
  height: auto;
  position: relative;
}
.aiya-wrapper .aiya-other .aiya-items .aiya-item a {
  display: block;
  width: 311px;
  height: 66px;
  position: absolute;
  top: 300px;
  left: 0;
}
.aiya-wrapper .aiya-other .aiya-items .aiya-item .caution {
  font-size: 12px;
  line-height: 1.4;
  color: #4D4D4D;
}
.aiya-wrapper .aiya-other .aiya-caution {
  width: 965px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  color: #4D4D4D;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aiya-wrapper {
    padding: 10.625vw 0 15vw;
  }
  .aiya-wrapper .aiya-txt {
    font-size: 4.375vw;
    margin: 0 0 4.375vw;
  }
  .aiya-wrapper .aiya-txt:before {
    width: 2.875vw;
    height: 5vw;
    bottom: 1.25vw;
    margin: 0 0 0 calc(-40.75vw);
  }
  .aiya-wrapper .aiya-txt:after {
    width: 2.875vw;
    height: 5vw;
    bottom: 1.25vw;
    margin: 0 0 0 39.5vw;
  }
  .aiya-wrapper .aiya-tel {
    margin: 0 0 12.5vw;
  }
  .aiya-wrapper .aiya-tel .aiya-tel-title {
    width: 87.5vw;
    height: 10.625vw;
    border-radius: 0.75vw;
    font-size: 4.25vw;
    margin: 0 auto 6.875vw;
  }
  .aiya-wrapper .aiya-tel .aiya-tel-title span {
    font-size: 2.5vw;
    top: 3.5vw;
    right: 3vw;
  }
  .aiya-wrapper .aiya-tel .aiya-tel-number {
    margin: 0 0 3.125vw;
  }
  .aiya-wrapper .aiya-tel .aiya-tel-number a {
    width: 78.75vw;
    height: 10vw;
    background: url('../images/bg_tel_number_sp.png') no-repeat;
    background-size: 100% 100%;
  }
  .aiya-wrapper .aiya-tel .aiya-tel-time {
    width: 84.25vw;
    height: 5vw;
    background: url('../images/bg_tel_time_sp.png') no-repeat;
    background-size: 100% 100%;
  }
  .aiya-wrapper .aiya-official {
    margin: 0 0 12.5vw;
  }
  .aiya-wrapper .aiya-official .aiya-official-title {
    width: 87.5vw;
    height: 10.625vw;
    border-radius: 0.75vw;
    font-size: 4.25vw;
    margin: 0 auto 6.875vw;
  }
  .aiya-wrapper .aiya-official .aiya-official-title span {
    font-size: 2.5vw;
    top: 3.5vw;
    right: 3vw;
  }
  .aiya-wrapper .aiya-official .aiya-official-items .aiya-item {
    width: 69.625vw;
  }
  .aiya-wrapper .aiya-official .aiya-official-items .aiya-item a {
    width: 100%;
    height: 14.625vw;
    top: 67.5vw;
  }
  .aiya-wrapper .aiya-official .aiya-official-items .aiya-item .caution {
    font-size: 3vw;
  }
  .aiya-wrapper .aiya-other .aiya-other-title {
    width: 87.5vw;
    height: 10.625vw;
    border-radius: 0.75vw;
    font-size: 4.25vw;
    margin: 0 auto 5vw;
  }
  .aiya-wrapper .aiya-other .aiya-other-lead {
    font-size: 3.75vw;
    margin: 0 0 5.625vw;
  }
  .aiya-wrapper .aiya-other .aiya-items {
    display: block;
    width: 85vw;
    margin: 0 auto;
  }
  .aiya-wrapper .aiya-other .aiya-items .aiya-item {
    width: 69.625vw;
    margin: 0 auto 10vw;
  }
  .aiya-wrapper .aiya-other .aiya-items .aiya-item:nth-of-type(3n) {
    margin: 0 auto 10vw;
  }
  .aiya-wrapper .aiya-other .aiya-items .aiya-item a {
    width: 100%;
    height: 14.625vw;
    top: 67.5vw;
  }
  .aiya-wrapper .aiya-other .aiya-items .aiya-item .caution {
    font-size: 3vw;
  }
  .aiya-wrapper .aiya-other .aiya-caution {
    width: 85vw;
    font-size: 3vw;
    text-align: left;
    white-space: normal;
  }
}
