@charset "UTF-8";
@import url(./base.css);
/*==================================================================*/
/* uritai css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* read */
/* -------------------------------------------- */
.read {
  width: 95%;
  margin: 0 auto 40px;
  font-size: 14px;
  text-align: center;
}

/* -------------------------------------------- */
/* caution */
/* -------------------------------------------- */
.caution {
  width: 1000px;
  margin: 0 auto 90px;
  padding: 15px;
  border: 1px solid #c30d23;
  font-size: 14px;
  text-align: center;
}
.caution span {
  color: #c30d23;
}

/* -------------------------------------------- */
/* contact */
/* -------------------------------------------- */
.contact {
  width: 1000px;
  margin: 0 auto 200px;
}
.contact h2 {
  margin-bottom: 40px;
  font-size: 22px;
  text-align: center;
}
.contact .inner {
  position: relative;
}
.contact .inner:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 601px;
  height: 258px;
  background: #fff url("../../uritai/img/photo_uritai.jpg") 0 0 no-repeat;
}
.contact .inner p {
  position: relative;
  top: 80px;
  width: 575px;
  padding: 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.8;
  z-index: 0;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* -------------------------------------------- */
  /* caution */
  /* -------------------------------------------- */
  .caution {
    width: 95%;
  }

  /* -------------------------------------------- */
  /* contact */
  /* -------------------------------------------- */
  .contact {
    width: 95%;
  }
  .contact h2 {
    font-size: 20px;
  }
  .contact .inner:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 78vw;
    background: #fff url("../../uritai/img/photo_uritai.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .contact .inner p {
    width: 75vw;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* read */
  /* -------------------------------------------- */
  .read {
    margin-bottom: 40px;
    font-size: 12px;
  }

  /* -------------------------------------------- */
  /* caution */
  /* -------------------------------------------- */
  .caution {
    margin-bottom: 80px;
    font-size: 12px;
  }

  /* -------------------------------------------- */
  /* contact */
  /* -------------------------------------------- */
  .contact {
    margin-bottom: 200px;
  }
  .contact h2 {
    font-size: 18px;
  }
  .contact .inner:before {
    width: 100%;
    height: 200px;
  }
  .contact .inner p {
    position: relative;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    width: 87vw;
    font-size: 12px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* read */
  /* -------------------------------------------- */
  .read {
    margin-bottom: 20px;
    text-align: left;
  }

  /* -------------------------------------------- */
  /* caution */
  /* -------------------------------------------- */
  .caution {
    margin-bottom: 60px;
  }

  /* -------------------------------------------- */
  /* contact */
  /* -------------------------------------------- */
  .contact {
    margin-bottom: 150px;
  }
  .contact h2 {
    margin-bottom: 30px;
  }
  .contact .inner:before {
    height: 130px;
  }
  .contact .inner p {
    position: relative;
    top: 85px;
    font-size: 12px;
  }
}
