#archive .dental-list .dental-search {
  margin-bottom: calc(8px * 5);
  padding: 32px 40px;
  width: 100%;
  background-color: #eef4f5;
}

@media screen and (max-width: 960px) {
  #archive .dental-list .dental-search {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-search {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive .dental-list .dental-search {
    padding: 24px 30px;
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-search {
    padding: 16px 20px;
  }
}

#archive .dental-list .dental-search .dental-searchform .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-search .dental-searchform .search-form {
    display: block;
    text-align: center;
  }
}

#archive .dental-list .dental-search .dental-searchform .search-form input[type="text"] {
  max-width: 632px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #3A4764;
}

@media screen and (max-width: 960px) {
  #archive .dental-list .dental-search .dental-searchform .search-form input[type="text"] {
    max-width: 400px;
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-search .dental-searchform .search-form input[type="text"] {
    margin-bottom: 16px;
    max-width: 100%;
    height: 40px;
  }
}

#archive .dental-list .dental-search .dental-searchform .search-form .dental-searchform__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 112px;
  height: 48px;
  gap: 8px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #6DBECC;
  border: 1px solid #6DBECC;
  border-radius: 2px;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#archive .dental-list .dental-search .dental-searchform .search-form .dental-searchform__btn .ico-search {
  width: 18px;
  height: 18px;
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-search .dental-searchform .search-form .dental-searchform__btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

#archive .dental-list .dental-search .dental-searchform .search-form .dental-searchform__btn input {
  display: none;
}

#archive .dental-list .dental-search .dental-searchform .search-form .dental-searchform__btn:hover {
  color: #6DBECC;
  background-color: #fff;
}

#archive .dental-list .dental-search .dental-searchform .search-form .dental-searchform__btn:hover .ico-search {
  fill: #6DBECC;
}

#archive .dental-list .dental-tbl {
  margin-bottom: calc(8px * 5);
  overflow-x: auto;
}

@media screen and (max-width: 960px) {
  #archive .dental-list .dental-tbl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#archive .dental-list .dental-tbl table {
  width: 100%;
  min-width: 920px;
  border-top: solid 1px #3A4764;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table thead {
    display: none;
  }
}

#archive .dental-list .dental-tbl table thead tr th {
  padding: 16px;
  background: #3A4764;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody {
    display: block;
  }
}

#archive .dental-list .dental-tbl table tbody tr:not(:first-of-type) {
  border-top: 1px solid #3A4764;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-right: 1px solid #3A4764;
    border-left: 1px solid #3A4764;
  }
}

#archive .dental-list .dental-tbl table tbody tr td {
  padding: 16px;
  border-bottom: solid 1px #3A4764;
  font-size: 2rem;
  vertical-align: middle;
}

@media screen and (max-width: 1280px) {
  #archive .dental-list .dental-tbl table tbody tr td {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td > span {
    width: calc(100% - 48px);
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    width: 48px;
    font-size: 1.4rem;
    color: #6DBECC;
    text-align: left;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-city {
  width: 96px;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td.cell-city {
    background: #eef4f5;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-city::before {
  display: none;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-city span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 80px;
  padding: 6px 0;
  background: #3A4764;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td.cell-city span {
    width: 72px;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-city--kasamatsu span {
  background: #6dbecc;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-city--ginan span {
  background: #006f24;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-name {
  line-height: 1.4;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-name::before {
  display: none;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td.cell-name {
    width: calc(100% - 96px);
    padding-left: 4px;
    background: #eef4f5;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-add {
  font-size: 1.4rem;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-add span {
  display: block;
  max-width: 240px;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-tel span {
  position: relative;
  padding-left: 18px;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-tel span .ico-tel {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #3A4764;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td.cell-btn {
    width: 100%;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn::before {
  display: none;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn {
  gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn {
    width: 100%;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a {
  width: 104px;
  height: 42px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  #archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a {
    width: calc(50% - 6px);
    max-width: none;
  }
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a span {
  position: relative;
  padding-right: 32px;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a span .ico-arrow {
  position: absolute;
  top: 32%;
  right: 0;
  width: 26px;
  height: 8px;
  fill: #3A4764;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a:hover {
  color: #fff;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a:hover::before {
  background: #3A4764;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a:hover span .ico-arrow {
  fill: #fff;
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a:nth-of-type(2)::before {
  background-color: rgba(101, 155, 219, 0.14);
}

#archive .dental-list .dental-tbl table tbody tr td.cell-btn .btn a:nth-of-type(2):hover::before {
  background: #3A4764;
}

#single .dental {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  #single .dental {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  #single .dental {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

#single .dental .dental-ttl {
  position: relative;
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 2);
  font-size: 2.8rem;
}

@media screen and (max-width: 960px) {
  #single .dental .dental-ttl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  #single .dental .dental-ttl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .dental .dental-ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  #single .dental .dental-ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .dental .dental-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  #single .dental .dental-ttl {
    font-size: 2rem;
  }
}

#single .dental .dental-ttl::before, #single .dental .dental-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ccc;
}

#single .dental .dental-ttl::after {
  width: 200px;
  background: #6DBECC;
}

@media screen and (max-width: 960px) {
  #single .dental .dental-ttl::after {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  #single .dental .dental-ttl::after {
    width: 120px;
  }
}

#single .dental .tbl-center table tbody tr td {
  text-align: center;
}

@media screen and (max-width: 960px) {
  #single .dental .tbl-center table tbody tr td {
    text-align: initial;
  }
}

#single .dental iframe {
  margin-bottom: calc(8px * 5);
  width: 100%;
  height: 460px;
}

@media screen and (max-width: 960px) {
  #single .dental iframe {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  #single .dental iframe {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .dental iframe {
    height: 320px;
  }
}

@media screen and (max-width: 640px) {
  #single .dental iframe {
    height: 280px;
  }
}

#single .dental .btn-ggl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  height: 58px;
  background: #6DBECC;
  border: solid 1px #6DBECC;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #single .dental .btn-ggl a {
    height: 56px;
  }
}

@media screen and (max-width: 480px) {
  #single .dental .btn-ggl a {
    height: 48px;
    max-width: none;
  }
}

#single .dental .btn-ggl a span {
  position: relative;
  padding-right: 40px;
}

#single .dental .btn-ggl a span .ico-arrow {
  content: '';
  position: absolute;
  top: 32%;
  right: 0;
  width: 26px;
  height: 8px;
  fill: #fff;
}

#single .dental .btn-ggl a:hover {
  background: #fff;
  color: #6DBECC;
}

#single .dental .btn-ggl a:hover span .ico-arrow {
  fill: #6DBECC;
}

/*# sourceMappingURL=../../maps/pages/dental.css.map */
