@charset "UTF-8";
/* consept */
#consept {
  text-align: center;
  padding-bottom: 100px;
  background: center bottom / contain no-repeat url("https://yasuda-vets.com/img/bg-2.png");
}
@media screen and (max-width:1600px) {
  #consept {
    padding-bottom: 200px;
  }
}
@media screen and (max-width:1023px) {
  #consept {
    background: center bottom / contain no-repeat url("https://yasuda-vets.com/img/bg-2sp.png");
  }
}
@media screen and (max-width:599px) {
  #consept {
    padding-bottom: 150px;
  }
}
.consept-text {
  margin-bottom: 100px;
}
.consept-text h2 {
  margin-bottom: 40px;
}
.consept-text p {
  margin-bottom: 1em;
}
@media screen and (max-width:599px) {
  .consept-text p {
    text-align: left;
  }
}
.site-nav {
  justify-content: center;
  flex-wrap: nowrap;
}
.site-nav li {
  margin: 0 20px 20px;
}
.site-nav a {
  display: block;
}
@media screen and (max-width:599px) {
  .site-nav {
    flex-wrap: wrap;
  }
  .site-nav li {
    width: calc((100% - 60px) / 3);
    margin: 0 10px 20px;
  }
}
/* お知らせ */
#info {
  padding: 100px 0 300px;
  background: center bottom / contain no-repeat url("https://yasuda-vets.com/img/bg-3.png");
}
@media screen and (max-width:599px) {
  #info {
    padding: 60px 0 150px;
  }
}
.info-list {
  background: rgb(255 255 255 / 80%);
  padding: 60px 40px;
  margin: 0 auto;
}
.info-list h2 {
  margin-bottom: 80px;
}
.info-list h2 span::before {
  right: 100%;
  width: 73px;
  height: 92px;
  background:  center bottom / contain no-repeat url("https://yasuda-vets.com/img/ttl-icon1.png");
}
@media screen and (max-width:767px) {
  .info-list h2 span::before {
    width: 8.5vw;
    height: 10vw;
  }
}
@media screen and (max-width:599px) {
  .info-list h2 span::before {
    top: 0;
    bottom: auto;
  }
}
.info-area {
  width: 100%;
  height: 300px;
}

/* 診察案内 */
#guide {
  padding: 30px 0 150px;
}
#guide h2 {
  margin-bottom: 100px;
}
@media screen and (max-width:599px) {
  #guide h2 {
    margin-bottom: 30px;
  }
}
.guide-main {
  margin-bottom: 100px;
}
/* 診察案内＞営業時間 */
@media screen and (max-width:1023px) {
  .guide-main #hours {
    width: 100%;
    margin-bottom: 60px;
  }
}
#hours h3 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:599px) {
  #hours {
    margin-bottom: 60px;
  }
  #hours h3 {
    font-size: 1.6em;
  }
}
.table-container {
  width: 100%;
  margin-bottom: 20px;
}
.table {
  width: 100%;
  table-layout: fixed; 
  font-size: 23px;
  border-top: solid 1px #595757;
  border-left: solid 1px #595757;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .table-container {
    width: 100%;
    overflow-x: scroll;
  }
  .table {
    min-width: 700px;
  }
  .scroll-icon {
    display: block;
  }
}
.table tr th:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
  width: 22%;
}
.table tr th:last-child {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  overflow: hidden;
}
.table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.table th,.table td {
  text-align: center;
  border-right: 1px solid #595757;
  border-bottom: solid 1px #595757;
  padding: 15px 10px;
  vertical-align: middle;
  width: calc(78% / 8);
}
.table th:first-child,.table td:first-child,.table span {
  font-size: 1.2rem;
}

#hours p {
  text-align: center;
}

/* 診察案内＞各種クレジット */
.credit {
  width: 35%;
}
@media screen and (max-width:1023px) {
  .guide-main .credit {
    width: 100%;
  }
}
.credit h4 {
  margin: 0 0 20px 2em;
}
.credit h4 span {
  position: relative;
  padding-left: 1em;
}
.credit h4 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 2em;
  height: 1.5em;
  vertical-align: bottom;
  background: no-repeat url("https://yasuda-vets.com/img/footprint.svg");
}
.credit p {
  margin-bottom: 10px;
}
.credit .flex {
  align-items: flex-start;
  margin-bottom: 30px;
}
.credit .flex>.flex {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.credit .flex .flex img {
  margin: 0 8px 8px 0;
}
.credit .flex>.flex:last-child {
  min-width: 60px;
}
.credit .flex:last-child {
  justify-content: flex-start;
}
.credit .flex:last-child img {
  margin: 0 16px 16px 0;
}

/* 診察案内＞対象動物 */
.subj-area {
  padding: 20px;
}
.subj-area dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: dotted 1px #3e3a39;
}
.subj-area dd {
  justify-content: flex-start;
  padding-left: 2%;
}
.subj-lists {
  display: flex;
  align-items: center;
  width: 160px;
  margin: 10px 0;
}
.subj-lists img {
  margin-right: 8px;
}
.subj-lists img.margin {
  margin-right: -10px;
}
.subj-text {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:599px) {
  .subj-area dt {
    border-right: none;
    border-bottom: dotted 1px #3e3a39;
    padding-bottom: 20px;
  }
  .subj-area dd {
    padding-left: 0;
  }
  .subj-lists {
    width: 50%;
  }
  .subj-text {
    font-size: 4.7vw;
  }
}
/* 診察案内＞ご来院時のお願い */
.pls {
  position: relative;
  padding: 60px 335px 60px 60px;
}
.pls::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 305px;
  height: 200px;
  vertical-align: bottom;
  background: center center / contain no-repeat url("https://yasuda-vets.com/img/pls-img.png");
}
@media screen and (max-width:1200px) {
  .pls {
    padding-right: calc(20vw + 20px);
  }
  .pls::after {
    bottom: 20px;
    right: 20px;
    width: 20vw;
    height: 13vw;
  }
}
@media screen and (max-width:1023px) {
  .pls {
    padding: 40px 30px 250px;
  }
  .pls::after {
    bottom: 20px;
    right: 20px;
    width: 305px;
    height: 200px;
  }
}
@media screen and (max-width:599px) {
  .pls {
    padding: 40px 30px 250px;
  }
  .pls::after {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width:340px) {
  .pls::after {
    width: 90vw;
    height: 60vw;
  }
}
.pls h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:599px) {
  .pls h3 {
    font-size: 1.5em;
  }
}
.pls li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em;
}
.pls li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  margin: auto 0;
  vertical-align: middle;
  background: no-repeat url("https://yasuda-vets.com/img/chick-icon.svg");
}

/* アクセスマップ */
#map {
  padding-top: 100px;
  background: center / contain url("https://yasuda-vets.com/img/bg-4.png") ;
}
#map h2 {
  margin-bottom: 30px;
}
.map-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.map-container::before {
  content: "";
  display: block;
  padding-top: 33%;
}
@media screen and (max-width:599px) {
  .map-container::before {
    padding-top: 66%;
  }
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.map-text.flex {
  margin-bottom: 60px;
}
.map-text>.flex {
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.map-text dl.flex * {
  padding: 0 1em;
}
.map-text dt {
  border-right: solid 1px #3e3a39;
}
.map-other.flex {
  justify-content: center;
}
@media screen and (max-width:1039px) {
  .map-text dt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width:840px) {
  .map-text>.flex {
    width: 50%;
  }
}
@media screen and (max-width:599px) {
  .map-text>.flex {
    width: 100%;
    flex-wrap: wrap;
  }
  .map-text dl.flex>* {
    width: 100%;
    text-align: center;
  }
  .map-text dl.flex:first-child {
    margin-bottom: 30px;
  }
  .map-text dl.flex dt {
    flex-direction: row;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: dotted 1px #3e3a39;
  }
  .map-text dl.flex dd {
    padding-top: 10px;
  }
}
.map-other {
  flex-wrap: nowrap;
}
.map-other .item {
  text-align: center;
}
@media screen and (max-width:599px) {
  .map-other {
    flex-wrap: wrap;
  }
}
