
* {
    margin: 0;
    padding: 0;
}

body {
}

div.wrap {
    position: relative
}

.center {
    text-align: center;
}

#logo_top {
    height: 70px;
    padding-top: 10px;
}

.under {
    position: relative;
    width: 100%;
}

.on {
    position: absolute;
    top: 0;
    left: 0;
}

#property {
    text-align: center;
}

.prop_wrap {
    width: 950px;
    margin: auto;
}

.prop {
    margin: auto;
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #333333;
}

div.prop_name {
    text-align: center;
    width: 400px;
    height: 131px;
    background-image: url('/media/img/prop_back.png');
    background-size: auto auto;
    margin-top: 35px;


}

.prop_name p {
    padding-top: 35px;
    font-size: 40px;
}

.prop_top {
    width: 100%;
    margin: auto;
}

.prop_text {
    width: 40%;
    display: inline-block;
    margin-left: 0;
}

.prop_out {

    width: 40%;
    display: inline-block;
    margin-right: 0;
}

div.h {
    height: 363px;
}

.prop_plan {
    text-align: left;
}

.prop p {
    font-size: 2em;
    text-align: right;
}

p.sm {
    text-align: left;
    font-size: 15px;
}



.prop.img {
    width: 50%;
}

.prop img {
    width: 100%;
}

.prop_neighbor img{
    width: auto;
    display: inline-block;
}

.prop_access img{
    width: 70%;
}



.contact_form {
    width: 950px;

    margin: auto;
    margin-bottom: 30px;
}


.contact {
  width: 950px;/*横幅*/
  margin: 0 auto;/*中央寄せ*/
  padding: 60px 0;
}

.contact-table {
  width: 100%;
  margin-bottom: 20px;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
    float: none;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}

.form-textarea {
    width: 90%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input {
    width: 90%;
}

.contact-submit {
  width: 250px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.next_btn {
  width: 850px;
  height: 60px;
  background-color: #d77;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 40px;
  padding: 15px;
  margin-top: 50px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

}


.light {
    transform: scale(0);
    animation:
        zu-anime2 0.5s ease-out 3.6s forwards,
        rotate-anime 100s linear 4.1s infinite;
}

@keyframes rotate-anime {
  0%  {
    transform: rotate(0);
  }
  100%  {
    transform: rotate(360deg);

  }
}

.zu {
    animation:
        zu-anime1 2.8s cubic-bezier(1, 0, 1.0, 1) 0.3s forwards,
        zu-anime2 0.5s ease-out 3.6s forwards;
}

@keyframes zu-anime1 {
  0%  {
    transform: rotate(0) scale(1);
  }
  100%  {
    transform: rotate(600deg) scale(0);

  }
}

@keyframes zu-anime2 {
  0%  {
    transform: rotate(0) scale(0);
  }
  100%  {
    transform: rotate(0) scale(1);

  }
}


.title {
    position: relative;
    width: 950px;
    margin: auto;
}

.title a img {
  cursor: pointer;
  transition-duration: 0.3s;
}

.title a img:hover {
    opacity: 0.6;
  transition-duration: 0.3s;
}


.absolute {
    position: absolute;
    top: 30px;
    left: 100px;
    margin: auto;
}

.absolute_l {
    position: absolute;
    top: 200px;
    left: 0px;
    margin: auto;
}

.absolute_zu {
    width :1460px;
    position: absolute;
    top: -50px;
    left: -250px;
    margin: auto;
}

.absolute_t {
    position: absolute;
    top: 970px;
    left: 0px;
    margin: auto;
}

.absolute_prop {
    position: absolute;
    top: 650px;
    right: 0px;
    margin: auto;
}

.absolute_contact {
    position: absolute;
    top: 780px;
    right: 0px;
    margin: auto;
}

.container {
  position: absolute;
  width: 950px;
  height: 900px;
  background: url('/media/img/zu.png') repeat-x;
  background-size: 120%;
  animation: scroll-anim 20s linear infinite;
  top: 0;

  100% {
    background-position: -100% 0%;
  }
}

@keyframes scroll-anim {
  100% {
    background-position: -100% 0%;
  }
}

.yoko {
    display:flex;
    overflow-x:scroll;

    text-align:center;
}

.yoko img {
    height: 200px;
    margin: 5px;
}

