@charset "UTF-8";

.wrapper-sm {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.wrapper-md {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.wrapper-lg {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.low #breadcrumbs {
    padding: 15px 20px 60px 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -70px;
}

.low #breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.low #breadcrumbs ul li {
    position: relative;
    margin-right: 0.5em;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
    content: "＞";
    display: inline-block;
    padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
    display: none;
}

.low #breadcrumbs ul li a {
    color: #ffb33c;
}

.low #breadcrumbs ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .low #breadcrumbs {
        padding: 10px 20px 40px;
    }

    .low #breadcrumbs ul li {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .search-clinic {
        margin: 0 -20px;
    }
}

#search li {
    list-style-type: none;
}

#search ul {
    padding: 0 !important;
}


.ttl01 {
    display: block;
    letter-spacing: 2px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 14px;
    margin: 0 auto 50px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .ttl01 {
        font-size: 24px;
        margin: 0 auto 30px;
        text-align: center;
    }
}

.ttl01::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #ffb33c;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ttl01::before {
    display: none;
}


.ttl03 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffb33c;
    position: relative;
    margin-top: 20px;
}

.ttl04 {
    display: block;
    letter-spacing: 0.04em;
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    background-color: #ffb33c;
    padding: 8px 25px;
    margin-bottom: 10px;
    position: relative;
}

.ttl04+p {
    margin-bottom: 30px;
}

.btn01 {
    display: inline-block;
    max-width: 260px;
    width: 100%;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    padding: 14px 20px;
    color: #fff;
    background-color: #ffb33c;
    border-radius: 100vw;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn01:hover {
    background-color: #e9a231;
}

/* SEARCH */
#search .ttl01 {
    margin-bottom: 25px;
}

.ttl02 {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
}

#search .line {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

@media screen and (max-width: 768px) {
    #search .line {
        grid-template-columns: repeat(3, 1fr);
    }
}

#search .line li a {
    display: block;
    color: #4C4C4C;
    border-radius: 7px;
    border: 3px solid #d8d8d8;
    padding: 8px 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#search .line li a:hover,
#search .line li a:focus {
    border: 3px solid #ffb33c;
    background: #ffb33c;
    color: #fff;
    opacity: 1;
}

#search .town {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

@media screen and (max-width: 768px) {
    #search .town {
        grid-template-columns: repeat(2, 1fr);
    }
}

#search .town li.grayout a,
#search .line li.grayout a {
    pointer-events: none;
    background: #eaeaea;
    border: 3px solid #eaeaea;
    color: #8e8e8e;
}

#search .town li a {
    display: block;
    color: #4C4C4C;
    border-radius: 5px;
    border: 3px solid #d8d8d8;
    text-align: center;
    padding: 8px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#search .town li a:hover,
#search .town li a:focus {
    border: 3px solid #ffb33c;
    background: #ffb33c;
    color: #fff;
    opacity: 1;
}

#search #map svg {
    max-width: 700px;
    margin: -60px auto 0;
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #search #map svg {
        width: 100%;
        margin: -30px auto 0;
    }
}

/* SEARCH ARCHIVE */
.low.search {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .low.search {
    margin-bottom: 60px;
}
}

#search-list .ttl02 {
    margin-bottom: 40px;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    #search-list .ttl02 {
        margin-bottom: 20px;
    }
}

#search-list .search-item {
    margin-bottom: 60px;
}

#search-list .search-item__ttl {
    display: block;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
    font-weight: bold;
    color: #74533F;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 4px solid #67af40;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #search-list .search-item__ttl {
        font-size: 1.125rem;
        text-align: left;
    }
}

#search-list .search-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#search-list .search-item__figure {
    min-width: 320px;
    width: 320px;
    height: 220px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

#search-list .search-item__figure img {
    max-width: none;
    width: 100%;
    width: 320px;
    height: 220px;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    #search-list .search-item__inner {
        display: block;
    }

    #search-list .search-item__figure {
        height: auto;
        margin: 0 auto 20px;
        width: 100%;
        min-width: 100%;
    }

    #search-list .search-item__figure img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

#search-list .search-item__table {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1rem;
}

#search-list .search-item__table__note {
    margin-top: 10px;
}

#search-list .search-item__table__note::before {
    content: "※";
}

@media screen and (max-width: 768px) {
    #search-list .search-item__table {
        font-size: 14px;
    }
}

#search-list .search-item__table tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

#search-list .search-item__table tbody th,
#search-list .search-item__table tbody td {
    vertical-align: middle;
}

#search-list .search-item__table tbody th a,
#search-list .search-item__table tbody td a {
    color: #0415FF;
}

#search-list .search-item__table tbody th a:hover,
#search-list .search-item__table tbody td a:hover {
    text-decoration: underline;
}

#search-list .search-item__table tbody th {
    width: 119px;
    background-color: #fff9ec;
    font-weight: normal;
    padding: 9px 14px;
    text-align: left;
}

#search-list .search-item__table tbody td {
    background-color: #fff;
    text-align: left;
    padding: 9px 14px;
}

#search-list .search-item__table tbody td:last-child {
    border-right: none;
}

@media screen and (max-width: 768px) {
    #search-list .search-item__table tbody th {
        display: block;
        min-width: 6em;
        width: 100%;
        padding: 8px 10px;
    }

    #search-list .search-item__table tbody td {
        display: block;
        padding: 8px 15px;
    }
}

#search-list .search-item__btn {
    display: block;
    margin: 50px auto 0;
}

#search-list .btn-area {
    text-align: center;
    margin: 50px auto 0;
}

#search-list .btn-area a:first-child {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    #search-list .btn-area a:first-child {
        margin: 0 auto 20px;
    }
}

#search-list .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#search-list .feature>li {
    display: inline-block;
    font-size: 0.8125rem;
    color: #fff;
    line-height: 1.4;
    vertical-align: middle;
    padding: 6px 10px;
    margin: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    #search-list .feature>li {
        font-size: 12px;
    }
}

#search-list .feature__subject {
    background-color: #ffb33c;
}

#search-list .feature__checkup {
    background-color: #67af40;
}

#search-list .special {
    background-color: #519fde;
}

/* SEARCH SINGLE */
#clinic-detail .ttl01__outer {
    margin: 0 auto 30px;
}

#clinic-detail .slide {
    width: 810px;
    margin: 50px auto 80px;
    border-radius: 40px;
    position: relative;
}

#clinic-detail .slick-slide {
    overflow: hidden;
    border-radius: 10px;
}

#clinic-detail .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

#clinic-detail .prev-arrow {
    left: -60px;
}

#clinic-detail .next-arrow {
    right: -60px;
}

@media screen and (max-width: 768px) {
    #clinic-detail .slide {
        width: 100%;
        border-radius: 20px;
        margin: 30px auto 60px;
    }

    #clinic-detail .slick-slide {
        border-radius: 5px;
    }

    #clinic-detail .prev-arrow {
        width: 25px;
        left: 2%;
    }

    #clinic-detail .next-arrow {
        width: 25px;
        right: 2%;
    }
}

#clinic-detail .top-feature {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #clinic-detail .top-feature {
        margin-bottom: 30px;
    }
}

#clinic-detail .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#clinic-detail .feature>li {
    display: inline-block;
    font-size: 0.8125rem;
    color: #fff;
    line-height: 1.4;
    vertical-align: middle;
    padding: 6px 10px;
    margin: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    #clinic-detail .feature>li {
        font-size: 12px;
    }
}

#clinic-detail .feature__subject {
    background-color: #ffb33c;
}

#clinic-detail .feature__checkup {
    background-color: #67af40;
}

#clinic-detail .special {
    background-color: #519fde;
}

#clinic-detail .sub-ttl {
    display: block;
    letter-spacing: 0.04em;
    font-size: 1.625rem;
    font-weight: bold;
    color: #4C4C4C;
    line-height: 1.2;
    text-align: left;
    padding: 0 0 5px 15px;
    margin-bottom: 20px;
    position: relative;
    border-left: 3px solid #ffb33c;
    text-transform: uppercase;
    background: none;
}

@media screen and (max-width: 768px) {
    #clinic-detail .sub-ttl {
        font-size: 20px;
        text-align: left;
    }
}

#clinic-detail .information {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #clinic-detail .information {
        font-size: 14px;
    }
}

#clinic-detail .information tbody tr {
    border-bottom: 1px solid #E3E3E3;
}

#clinic-detail .information tbody th,
#clinic-detail .information tbody td {
    vertical-align: middle;
}

#clinic-detail .information tbody th a,
#clinic-detail .information tbody td a {
    color: #0415FF;
}

#clinic-detail .information tbody th a:hover,
#clinic-detail .information tbody td a:hover {
    text-decoration: underline;
}

#clinic-detail .information tbody th {
    width: 170px;
    background-color: #fff9ec;
    font-weight: normal;
    padding: 9px 14px;
    text-align: left;
}

#clinic-detail .information tbody td {
    background-color: #fff;
    text-align: left;
    padding: 9px 14px;
}

#clinic-detail .information tbody td:last-child {
    border-right: none;
}

@media screen and (max-width: 768px) {
    #clinic-detail .information tbody th {
        display: block;
        min-width: 0;
        /* width: 30%; */
        width: 100%;
        padding: 8px 10px;
    }

    #clinic-detail .information tbody td {
        display: block;
        padding: 8px 15px;
    }
}

#clinic-detail .information__feature {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#clinic-detail .interview {
    border: 1px solid #E3E3E3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    margin-bottom: 60px;
}

#clinic-detail .interview figure {
    width: 278px;
    height: auto;
    margin-right: 15px;
}

#clinic-detail .interview dl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.6;
}

#clinic-detail .interview dl dt {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

#clinic-detail .interview dl dd a {
    display: inline-block;
    color: #0415FF;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#clinic-detail .interview dl dd a:hover,
#clinic-detail .interview dl dd a:focus {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    #clinic-detail .interview {
        display: block;
    }

    #clinic-detail .interview figure {
        max-width: 278px;
        width: 100%;
        margin: 0 auto 10px;
    }
}

#clinic-detail .access-movie {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-bottom: 40px;
}

#clinic-detail .access-movie iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    #clinic-detail .access-movie {
        height: 270px;
    }
}

#clinic-detail .access-map {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

#clinic-detail .access-map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    #clinic-detail .access-map {
        height: 270px;
    }
}

#clinic-detail .btn-area {
    text-align: center;
    margin: 50px auto 0;
}

#clinic-detail .btn-area a:first-child {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    #clinic-detail .btn-area a:first-child {
        margin: 0 auto 20px;
    }
}

#clinic-detail .time-tbl table {
    border: 1px solid #E3E3E3;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

#clinic-detail .time-tbl table tr {
    border-bottom: 1px solid #E3E3E3;
}

#clinic-detail .time-tbl table tr th {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-weight: normal;
    width: 12%;
    background-color: #fff9ec;
    line-height: 1.5;
}

#clinic-detail .time-tbl table tr td {
    border-right: 1px solid #E3E3E3;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

#clinic-detail .time-tbl {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #clinic-detail .time-tbl table tr.row1 {
        display: none;
    }

    #clinic-detail .time-tbl table tr.time {
        border-bottom: none;
    }

    #clinic-detail .time-tbl table tr th {
        text-align: left;
        padding: 12px;
        width: 100%;
        display: block;
        font-weight: 600;
    }

    #clinic-detail .time-tbl table tr td {
        text-align: left;
        padding: 12px;
        display: block;
        border-bottom: 1px solid #E3E3E3;
        border-right: none;
    }

    #clinic-detail .time-tbl table tr.time td:last-child {
        border-bottom: none;
    }

    #clinic-detail .time-tbl table tr.time td:before {
        content: attr(data-label);
        display: inline;
        padding-right: 2em;
    }

    #clinic-detail .time-tbl {
        margin-bottom: 60px;
    }
}

/*====================
  pagination
  =====================*/
.pager-wrap {
    text-align: center;
    margin-top: 60px;
}

.pager-wrap p {
    font-size: 1.4rem;
}

.pager-wrap p span.num-current {
    font-weight: bold;
}

.pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.pager div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    /*width:48px;
      line-height: 48px;*/
}

.pager div a {
    color: #67af40;
    display: block;
    border: solid 1px #67af40;
    padding: 0 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pager div.current {
    background-color: #67af40;
    border: solid 1px #67af40;
    padding: 0 20px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
}

.pager div a:hover {
    background-color: #67af40;
    border: solid 1px #67af40;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .pager {
        font-size: 1.3rem;
    }

    .pager-wrap {
        margin-top: 30px;
    }

    .pager-wrap p {
        font-size: 1.1rem;
    }

    .pager div a {
        color: #67af40;
        display: block;
        border: solid 1px #67af40;
        padding: 0 15px;
        line-height: 38px;
        text-align: center;
        border-radius: 0px;
    }

    .pager div.current {
        background-color: #67af40;
        border: solid 1px #67af40;
        padding: 0 15px;
        line-height: 38px;
        text-align: center;
        color: #ffffff;
        border-radius: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .pager div a:hover {
        background-color: #67af40;
        border: solid 1px #67af40;
        color: #ffffff;
    }
}

/*====================
  pager
  =====================*/
.pager-wrap {
    text-align: center;
}

.pager-wrap p {
    font-size: 1.4rem;
}

.pager-wrap p span.num-current {
    font-weight: bold;
}

.pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    margin-top: 20px;
}

.pager span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    /*width:48px;
      line-height: 48px;*/
}

.pager span a {
    color: #67af40;
    display: block;
    border: solid 1px #67af40;
    padding: 0 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pager span.current {
    background-color: #67af40;
    border: solid 1px #67af40 !important;
    padding: 0 20px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
}

.pager span a:hover {
    background-color: #67af40;
    border: solid 1px #67af40;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .pager {
        font-size: 1.3rem;
        margin-top: 40px;
    }

    .pager-wrap p {
        font-size: 1.1rem;
    }

    .pager div a {
        color: #67af40;
        display: block;
        border: solid 1px #67af40;
        padding: 0 15px;
        line-height: 38px;
        text-align: center;
        border-radius: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .pager div.current {
        background-color: #67af40;
        border: solid 1px #67af40;
        padding: 0 15px;
        line-height: 38px;
        text-align: center;
        color: #ffffff;
        border-radius: 0px;
    }

    .pager div a:hover {
        background-color: #67af40;
        border: solid 1px #67af40;
        color: #ffffff;
    }
}