@charset "UTF-8";
/* CSS Document */

.pethotel .pethotel_content .contact {
  margin: 32px auto;
}
.pethotel .pethotel_content .contact .contact_inner {
  padding: 16px;
  border: solid 1px #326440;
  border-radius: 10px;
  text-align: center;
}
.pethotel .pethotel_content .contact img {
  width: 100%;
}
.pethotel .pethotel_content .contact .contact_item p {
  font-weight: 700;
  margin: 16px auto;
}
.pethotel .pethotel_content .contact_item div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pethotel .pethotel_content .contact_item img {
  width: auto;
  height: 40px;
  padding-right: 4px;
}
.pethotel .pethotel_content .contact_item a {
  color: #518660;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: none;
}
.pethotel .pethotel_content h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 16px;
}
.pethotel .pethotel_content ul {
  list-style: none;
}
.pethotel .pethotel_content ul li i{
  font-size: 1rem;
  color: #326440;
  margin-right: 4px;
}
.pethotel .pethotel_content .Registration-card {
  margin-top: 40px;
}
.pethotel .pethotel_content .Registration-card .Registration-card_inner {
  padding: 20px;
  border: solid 2px #eeeeee;
  border-radius: 10px;
}
.pethotel .pethotel_content .Registration-card h3{
  text-align: center;
  padding-bottom: 8px;
  border-bottom: solid 1px;
  margin-bottom: 16px;
}
.pethotel .pethotel_content .Registration-card dl {
  padding: 8px 0;
}

@media(min-width:768px) {
  
  .pethotel .pethotel_content p {
    text-align: center;
  }
  .pethotel .pethotel_content .contact {
    margin: 56px auto;
  }
  .pethotel .pethotel_content .contact .contact_inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 32px; 
  }
  .pethotel .pethotel_content .contact .contact_inner > div {
    width: 50%;
  }
  .pethotel .pethotel_content .contact .contact_item {
    margin-left: 32px;
  }
  .pethotel .pethotel_content .contact .contact_item p {
    margin: 16px auto 40px;
  }
  .pethotel .pethotel_content h2 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .pethotel .pethotel_content .Registration-card {
    margin-top: 56px;
  }
  .pethotel .pethotel_content .Registration-card .Registration-card_inner {
    padding: 40px;
    border-radius: 20px;
  }
  .pethotel .pethotel_content .Registration-card h3 {
    margin-bottom: 24px;
  }
}

@media(min-width:1200px) {
  
  .pethotel .pethotel_content .contact {
    margin: 80px auto;
  }
  .pethotel .pethotel_content .contact .contact_item p {
    font-size: 2.4rem;
    margin: 16px auto 100px;
  }
  .pethotel .pethotel_content .contact_item img {
    height: 57px;
    padding-right: 16px;
  }
  .pethotel .pethotel_content .contact_item a {
    font-size: 5.6rem;
  }
  .pethotel .pethotel_content h2 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .pethotel .pethotel_content .Registration-card {
    margin-top: 80px;
  }
  .pethotel .pethotel_content .Registration-card .Registration-card_inner {
     padding: 72px 120px;
  }
  .pethotel .pethotel_content .Registration-card h3 {
    font-size: 2.4rem;
    margin-bottom: 54px;
  }
  .pethotel .pethotel_content .Registration-card dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 16px 0;
  }
  .pethotel .pethotel_content .Registration-card dl div:first-child {
    width: 30%;
  }
}
