/** 
  トップページ 
*/
:root {
  --text-color: #4d4d4d;
  --health-center:#f3b388;
  --contact-color: #f28b82;
}

html {
    font-family: "kiwi", "ヒラギノ角ゴ Pro W3", "Josefin Sans", "メイリオ", "hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
    /* font-size: 1rem; */
    font-size:1.3rem;
}
body {
    color: #4d4d4d;
}

/* 文字サイズを「大」にしたとき */
html.large {
    /* font-size: 1.3rem; */
    font-size:1.6rem;
}

/* ヘッダー */
#health-center-head {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff !important;
    z-index: 999;
    height: 100px;
}
.health-center-header .header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px 20px;
    align-items: center;
    margin: 0 auto;
    height: 100px;
}
.health-center-header .logo-header {
    flex-grow: 1;
    z-index: 999;
}
.health-center-header .logo-header img {
    width: 530px;
    height: auto;
    max-width: 100%;
}
.health-center-header .light-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-right: 1px solid #000000;
}
.health-center-header .btn-line {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 2;
    padding-right: 20px;
    width: 100%;
    border-right: 1px solid #000000;
}
.health-center-header .word-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.health-center-header .word-line p {
    font-size: 1.1rem;
    padding-right: 15px;
    white-space: nowrap;
}
.health-center-header .word-line a {
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    text-decoration: none;
    color: #ffffff;
    background-color: #9c9c9c;
    min-width: 85px;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    transition: background-color, 0.3s;
}
.health-center-header .word-line a.bg-blue {
    background-color: var(--health-center);
}
.health-center-header .word-line a:nth-child(2) {
    margin-right: 10px;
}
.health-center .sub-trans .sub-trans-item:nth-child(1) {
    margin-right: 5px;
}
.health-center .sub-trans .sub-trans-item:nth-child(2) {
    margin-left: 5px;
}
.health-center-header .word-line a:hover {
    background-color: var(--health-center);
}
.health-center-header .word-line a span {
    position: absolute;
    text-wrap: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
}
.health-center-header .trans-line {
    padding-top: 20px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.health-center-header .trans-line a {
    text-decoration: none;
    font-size: 1.1rem;
    /* color: #000000; */
    color:var(--text-color);
    transition: color, 0.3s;
}

.health-center-header .trans-line a:last-child {
    padding-left: 20px;
}
.health-center-header .trans-line a:hover {
    color: #f3b388;
}
.health-center-header .tel-line {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.health-center-header .tel-line a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    transition: color, 0.3s;
}
.health-center-header .tel-line a:hover {
    color: #f3b388;
}
.health-center-header .tel-line img {
    width: 30px;
    height: 30px;
}
.health-center-header .tel-line a span {
    font-size: 1.3rem;
    padding-left: 3px;
}

/* トグルメニュー */
.health-center-menu .sp-only {
    display: none;
}
.health-center-header .humbarger-menu {
    display: block;
    margin: auto 0;
    /* width: 55px; */

    padding-left: 20px;
}
html.large .health-center-header .humbarger-menu{
    width:80px;
}
.health-center-header .humbarger-menu:hover {
    cursor: pointer;
}
.health-center-header .humbarger-menu span:not(.tbl) {
    position: relative;
    display: block;
    background-color: #000000;
    background-color: var(--text-color);
    height: 2px;
    width: 40px;
    margin: 12px auto;
    transition: 0.3s ease-in-out;
}
.health-center-header .humbarger-menu .tbl {
    /* font-size: 0.9rem; */
    font-size:0.8rem;
    text-wrap: nowrap;
    text-align: center;
    display: block;
    margin-top: 8px;
    letter-spacing: -1px;
}
.health-center-header .arrow span:first-child {
    transform: translateY(14px) rotate(45deg);
    -webkit-transform: translateY(14px) rotate(45deg);
}
.health-center-header .arrow span:nth-child(2) {
    opacity: 0;
}
.health-center-header .arrow span:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
    -webkit-transform: translateY(-14px) rotate(-45deg);
}

/* .health-center-menu .sub-menu-lists {
    display: none;
} */
.health-center-menu {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    z-index: 995;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.health-center-menu .sub-menu {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 80px;
}
.health-center-menu .sub-menu-lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.health-center-menu .sub-menu-top {
    width: calc(100% - 24rem);
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.health-center-menu .sub-menu-top ul li {
    width: 100%;
    display: block;
    margin-bottom: initial;
    margin-bottom: 15px;
}
.health-center-menu .sub-menu .sp-only {
    display: none;
}
.health-center-menu ul a {
    display: block;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    width: 100%;
    padding: 20px 10px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(.17,.84,.44,1);
    box-sizing: border-box;
}
.health-center-menu ul a:hover {
    color: #f3b388;
}
.health-center-menu .sub-menu-btm {
    width: 24rem;
    padding-left: 4%;
    box-sizing: border-box;
}
.health-center-menu .sub-menu-btm ul {
    list-style: none;
}
.health-center-menu .sub-menu-btm .insurance-item-column {
    padding: 15px 10px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(.17, .84, .44, 1);
}
.health-center-menu .sub-menu-btm .insurance-item .tbl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.health-center-menu ul .tbl {
    width: calc(100% - 30px);
    font-size: 1.5rem;
    box-sizing: border-box;
}
.health-center-menu .toggle-button {
    border-radius: 50%;
    /* border: 1px solid #000000; */
    border: 1px solid var(--text-color);
    position: relative;
    font-size: 1rem;
    width: 25px;
    height: 25px;
    transition: all 0.4s cubic-bezier(.17,.84,.44,1);
}
.health-center-menu .toggle-button::before {
    border-right: 2px solid #4a4a4a;
    border-top: 2px solid #4a4a4a;
    height: 10px;
    top: 50%;
    left: 50%;
    width: 10px;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    transition: border-color, -webkit-transform .33s ease-out;
    transition: border-color, transform .33s ease-out;
    transition: border-color, transform .33s ease-out, -webkit-transform .33s ease-out;
}
.health-center-menu ul .pc-only:hover .toggle-button {
    color: var(--health-center);
    border-color: var(--health-center);
}
.health-center-menu ul .pc-only:hover .toggle-button::before {
    left: 37%;
    transform: translate(-25%, -30%) rotate(-45deg);
    -webkit-transform: translate(-25%, -30%) rotate(-45deg);
}
.health-center-menu ul .pc-only:hover .toggle-button::before {
    color: var(--health-center);
    border-color: var(--health-center);
}
.health-center-menu .toggle-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.health-center-menu .lower-nav {
    max-height: 0;
    overflow: hidden;
    transform-origin: center top;
    position: relative;
    padding-bottom: 15px;
    width: 100%;
    transition: max-height 0.9s ease-in-out;
}
.health-center-menu ul .pc-only:hover .lower-nav {
    max-height: 475px;
}
.health-center-menu .lower-nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.health-center-menu .sub-menu-top .lower-nav li {
    display: block;
    width: 100%;
    height: 100%;
    align-items: initial;
}
.health-center-menu .lower-nav ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.17,.84,.44,1);
    text-decoration: none;
    padding-left: 25px;
    box-sizing: border-box;
    border-right: initial;
}
.health-center-menu .lower-nav .ttl {
    width: calc(100% - 30px);
    font-size: 1.2rem;
}
.health-center-menu .sub-item a {
    width: 100%;
    border-right: initial;
}
.health-center-menu .sub-menu-btm ul {
    list-style: none;
}
.health-center-menu .sub-menu-btm li {
    width: 100%;
    display: block;
    margin-bottom: initial;
    margin-bottom: 15px;
}
.health-center-menu .dep-line {
    width: 100%;
}
.health-center-menu .dep-line.pc-only .nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: initial;
    height: 11vw;
    max-height: 120px;
}
.health-center-menu .department ul {
    margin-top: 18px;
}
.health-center-menu .dep-line .image {
    width: 41%;
    height: 11vw;
    max-height: 120px;
}
.health-center-menu .dep-line .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.health-center-menu .dep-line .tbl {
    display: block;
    width: 53%;
    height: 100%;
    background-color: #f1ede6;
    box-sizing: border-box;
    position: relative;
}
.health-center-menu .dep-line .tbl span {
    position: absolute;
    top: 50%;
    left: 35%;
    white-space: nowrap;
    transform: translate(-35%, -50%);
    -webkit-transform: translate(-35%, -50%);
    -moz-transform: translate(-35%, -50%);
}
.health-center-menu .dep-line .toggle-button {
    margin: 0 10px;
    width: 25px;
    height: 25px;
}


/* トップ画像 */
.health-center .top-content .hero {
    position: relative;
}

/* .health-center .top-content .hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(171, 202, 241, 0.1);
} */
.health-center .top-content .hero::before {
    content: '';
    position: absolute;
    top: 62%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(243, 179, 136, 0.5);
    z-index: 5;
}
.health-center .top-content .hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.035) 50%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
.health-center .top-content .hero .images {
    width: 100%;
    height: 45vw;
}
.health-center .top-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: center center; */
    object-position: center;
}
.health-center .top-content .hero .images .in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
}
.health-center .top-content .hero .images .out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
    overflow: hidden;
}
.health-center .top-content .hero .images .out img {
    object-position: -100% 40%;
    transform: translateX(45%);
    -webkit-transform: translateX(45%);
    -moz-transform: translateX(45%);
}
.health-center .catchcopy {
    position: absolute;
    top: 13%;
    left: 5%;
    transform: translate(-5%, -50%);
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    z-index: 990;
}
.health-center .catchcopy>img {
    width:100%;
    height:100%;
    /* max-width:625px; */
    max-width:30.04rem;
}
.health-center .catchcopy>img.sp-only {
    display: none;
}
/* html.large .health-center .catchcopy>img{
    max-width:815px;
} */
.health-center .catchcopy p {
    font-size: 2.3rem;
    color: #ffffff;
    text-shadow: 6px 8px 16px #363636;
}
.health-center .transfer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 50%;
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
    max-height: 30vh;
    margin-top: 8vw;
    /* width: 80%; */
    width:90%;
}
.health-center .important {
    height: auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}
.health-center .important-item {
    width: calc(100% / 5);
}
.health-center .important a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px 0;
    height: 100%;
    transition: background-color, 0.3s;
}
.health-center .important a:hover {
    background-color: #ffe9da;
}
.health-center .important-item:not(:first-child) a {
    /* border-left: 1px solid #000000; */
    border-left: 1px solid var(--text-color);
}
.health-center .important .trans-item {
    width: 8vw;
    height: 8vw;
    max-width: 70px;
    max-height: 70px;
    min-height: 40px;
    min-width: 40px;
    transition: transform, 0.3s;
}
.health-center .important a:hover .trans-item {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.health-center .important .trans-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    vertical-align: bottom;
}
.health-center .important .trans-txt {
    width: 100%;
    padding-top: 15px;
    flex-grow:1;
}
.health-center .trans-txt h3 {
    font-size: 1.05rem;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    /* white-space: nowrap; */
}
.health-center .sub-trans {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}
.health-center .sub-trans .sub-trans-item {
    width: 50%;
    min-width: 240px;
}
.health-center .sub-trans .sub-trans-item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    max-height: 12vh;
    padding: 15px 20px;
    box-sizing: border-box;
    transition: color, background-color, 0.3s;
}
.health-center .sub-trans .sub-trans-item a:hover {
    background-color: #ffe9da;
}
/* .health-center .sub-trans .sub-trans-item a:hover {
    background-color: #f6ffed;
} */
/* .health-center .sub-trans-item:nth-child(1){
    margin-right: 10px;
} 
.health-center .sub-trans-item:nth-child(2) {
    margin-left: 10px;
} */
.health-center .sub-trans .sub-trans-item .item {
    width: 8vw;
    height: 8vw;
    max-width: 60px;
    max-height: 60px;
    transition: transform, 0.3s;
}
.health-center .sub-trans .sub-trans-item a:hover .item {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.health-center .sub-trans .sub-trans-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    vertical-align: bottom;
}
.health-center .sub-trans .sub-trans-item .txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    width: 80%;
}
.health-center .sub-trans .sub-trans-item .txt h3 {
    font-weight: 400;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    text-wrap: nowrap;
}
.health-center .sub-trans .sub-trans-item .txt span {
    font-size: 20px;
}
.health-center .outpatient tr th:nth-child(1), .health-center .outpatient tr th:nth-child(2), .health-center .outpatient tr th:nth-child(3) {
    position: sticky;
}
.health-center .outpatient tr .fst, .health-center .outpatient tr .scd {
    position: sticky;
}

/* 外来診察日程表（三原台病院共通） */
.health-center .sub-contents {
    max-width: 1200px;
    width: 95%;
    margin: 50px auto;
    padding-top: 50px;
    border-top: 2px solid #999999;
}
.health-center .sub-contents h2 {
    font-size: 1.7rem;
    /* color: #5facdf; */
    letter-spacing: 0.05em;
    font-weight: 500;
}
.health-center .schedule .outpatient {
    width: 100%;
    max-width: 1200px;
    padding-top: 30px;
    overflow-x: auto;
}
.health-center .schedule table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 2px solid #9c9c9c;
    border-collapse: separate;
}
.health-center .schedule table th {
    font-weight: 500;
    padding: 10px;
    border: 1px solid #9c9c9c;
    background-color: #73b7e4;
    font-size: 1.15rem;
}
.health-center .schedule table tr {
    overflow-x: auto;
}
.health-center .outpatient .schedule table tr th:first-child, .health-center .outpatient  .schedule table tr td:first-child {
    position: sticky;
    left: 0;
}
.health-center .schedule .tbl-wrap {
    display: none;
}
.health-center .schedule table td {
    text-align: center;
    line-height: 1.5em;
    padding: 12px;
    border: 1px solid #9c9c9c;
    vertical-align: middle;
    width: 10.7%;
    font-size: 1.05rem;
}
.health-center .schedule table td.no-data {
    background-color: #f2f2f2;
}
.health-center .outpatient .schedule table td:first-child {
    background-color: #d2e8f5;
}
.health-center .schedule table tr.odd {
    background-color: #deeef8;
}
.health-center .schedule table td.fst {
    width: 10%;
    font-size: 1.15rem;
}
.health-center .schedule table td.scd {
    width: 12.5%;
}
.health-center .schedule table .morning {
    display: inline-block;
    padding: 5px 15px;
    background-color: #2589d0;
    border-radius: 10px;
    color: #ffffff;
}
.health-center .schedule table .afternoon {
    display: inline-block;
    padding: 5px 15px;
    background-color: #bc4250;
    border-radius: 15px;
    color: #ffffff;
}
.health-center .pickup .pickup-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.health-center .pickup .content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    z-index: 1;
    width: 95%;
    height: 100%;
}
.health-center .pickup .ttl {
    padding-bottom: 30px;
}
.health-center .sub-contents h2 {
    font-size: 1.7rem;
    /* color: #5facdf; */
    letter-spacing: 0.05em;
    font-weight: 500;
}
.health-center .pickup .main-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.health-center .pickup .main-line a {
    /* color: #000000; */
    color: var(--text-color);
    text-decoration: none;
    width: calc(100% / 3.2);
    display: block;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .1);
    transition: .2s ease-in-out;
    transition-property: box-shadow, color;
    background-color: #fff;
    overflow: hidden;
}
.health-center .pickup .main-line .img {
    height: 220px;
}
.health-center .pickup .main-line img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.17, .84, .44, 1);
}
.health-center .pickup .main-line .information {
    padding: 15px;
    /* padding-bottom: 80px; */
    padding-bottom:3.36rem;
    box-sizing: border-box;
    text-align: left;
    background-color: #ffffff;
    position: relative;
    height: calc(100% - 220px);
}
.health-center .pickup .main-line .cate {
    opacity: 0.5;
    font-size: 1rem;
    line-height: 1.5;
}
.health-center .pickup .main-line p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.05rem;
    margin-top: 8px;
    line-height: 1.3;
}
.health-center .pickup .main-line .date {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    /* width: 35px; */
    width:1.68rem;
    bottom: 15px;
}
.health-center .pickup .main-line .day {
    display: block;
    font-size: 1.1rem;
    text-align: right;
}
.health-center .pickup .main-line .date::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #383838;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.health-center .pickup .sub-line {
    padding-top: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 25px;
}
.health-center .pickup .sub-line a {
    /* color: #000000; */
    color: var(--text-color);
    text-decoration: none;
    width: calc(100% / 3.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    transition: .2s ease-in-out;
    transition-property: box-shadow, color;
    background-color: #ffffff;
    height: 100px;
}
.health-center .pickup .sub-line .img {
    width: 30%;
    height: 100%;
    overflow: hidden;
}
.health-center .pickup .sub-line img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.17, .84, .44, 1);
}
.health-center .pickup .sub-line .information {
    width: 67%;
}
.health-center .pickup .sub-line .information p {
    font-size: 1.05rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}
.health-center .pickup .main-line a:hover {
    color: var(--health-center);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .15);
}


/* 新着情報 */
.health-center .news-wraper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.health-center .news .health {
    width: 100%;
    padding-top: 30px;
}
.health-center .news .health .tbl-ttl h3 {
    font-size: 1.6rem;
    color: #b2e97f;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.health-center .news .tbl-ttl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.health-center .news .archive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #9c9c9c;
    border-radius: 25px;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    padding: 10px 15px;
    /* width: 200px; */
    width:8.17rem;
    transition: color, background-color, 0.3s;
    font-size: 1.1rem;
}
.health-center .news .archive:hover {
    color: #ffffff;
    background-color: #f5a36c;
}
.health-center .news .news-wrap {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.health-center .news .news-content {
    width: 48.75%;
}
.health-center .news .category .ttl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.health-center .news .category .img {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.health-center .news .category .image {
    width: 5vw;
    height: 5vw;
    max-width: 35px;
    max-height: 35px;
}
.health-center .news .category .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    min-width: 23px;
    min-height: 23px;
}
.health-center .news .category .ttl .mark {
    display: block;
    width: 28px;
    height: 28px;
    min-width:28px;
    min-height:24px;
    border-radius: 58%;
    /* border: 1px solid #000000; */
    border: 1px solid var(--text-color);
    position: relative;
}
.health-center .news .category .ttl .mark span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.health-center .news .category h3 {
    padding-left: 8px;
    font-size: 1.2rem;
    font-weight: 500;
}
.health-center .news .date {
    width: 50px;
    text-align: center;
}
.health-center .news a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    transition: color, border, 0.3s;
    padding: 25px 0;
}
.health-center .news .health .news-data a:hover {
    color: #f3b388;
}
.health-center .news .health .news-data a:hover .day {
    border-color: #f3b388;
}
.health-center .news .date .year {
    font-size: 0.95rem;
    display: block;
    padding-bottom: 3px;
}
.health-center .news .date .day {
    display: block;
    font-size: 0.95rem;
    /* border-top: 1px solid #000000; */
    border-top: 1px solid var(--text-color);
    padding-top: 3px;
    transition: color, border, 0.3s;
}
.health-center .news .news-inf {
    padding-top: 10px;
}
.health-center .news .news-data {
    /* border-top: 1px solid #000000; */
    border-top: 1px solid var(--text-color);
}
.health-center .news .news-data .title {
    padding-left: 10px;
    font-size: 1.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.health-center .news .day-reha {
    width: calc(100% * 0.375);
    padding-top: 30px;
}
.health-center .news .day-reha .tbl-ttl h3 {
    font-size: 1.6rem;
    color: #eb9864;
    font-weight: 500;
}
.health-center .news .day-reha .news-data a:hover, .health-center .news .day-reha .news-data a:hover .day {
    color: #eb9864;
    border-color: #eb9864;
}

.health-center .facility .ttl {
    text-align: center;
}
.health-center .facility .ttl h2 {
    position: relative;
}
.health-center .facility .ttl::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 215px;
    height: 22.5px;
    display: inline-block;
    background-image: url(../images/top/title-bar.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.health-center .facility .content {
    padding-top: 50px;
}
.health-center .facility .other {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 25px;
    width: 100%;
    box-sizing: border-box;
}
.health-center .facility .other a {
    /* color: #000000; */
    color:var(--text-color);
    text-decoration: none;
    width: 48.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    transition: .2s ease-in-out;
}
.health-center .facility .other a:hover {
    color: #58b0cf;
}
.health-center .facility .other a:nth-child(2):hover {
    color: #b2e97f;
}
.health-center .facility .other .img {
    padding: 15px;
    background-color: #f7f5f2;
    width: 38.5%;
    box-sizing: border-box;
}
.health-center .facility .other .images {
    width: 100%;
    height: 17vw;
    max-height: 200px;
    overflow: hidden;
}
.health-center .facility .other .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 1s cubic-bezier(.17, .84, .44, 1);
}
.health-center .facility .other a:hover .img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.health-center .facility .other .information {
    width: 58.5%;
}
.health-center .facility .other h5 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.3;
}
.health-center .facility .other h5 span {
    font-size: 0.9rem;
}
.health-center .facility .other p {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.3;
}
.health-center .facility .other a:last-child:hover {
    color: #ed9dc1;
}

/* フッター */
.health-center-footer {
    background-image: url(../images/bg-footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.health-center-footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.8) 70%,  rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.7) 100%);
}
.health-center-footer .footer-wrapper {
    max-width: 1200px;
    width: 95%;
    margin: 20px auto 0;
    position: relative;
    z-index: 990;
}
.health-center-footer .footer-img {
    padding-top: 70px;
}
.health-center-footer .image {
    width: 100%;
    height: auto;
}
.health-center-footer .image a {
    z-index: 990;
}
.health-center-footer .image img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 80px;
    object-fit: contain;
    object-position: center center;
    z-index: 990;
}
.health-center-footer .footer-sub {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 40px;
}
.health-center-footer .footer-sub p {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
}
.health-center-footer .footer-sub dd {
    padding-top: 5px;
}
.health-center-footer .footer-sub a {
    /* color: #000000; */
    color:var(--text-color);
    text-decoration: none;
    transition: color, 0.3s;
}
.health-center-footer .question, .health-center-footer .contact {
    padding-top: 20px;
    font-size: 1.15rem;
}
.health-center-footer .footer-sub .copyright {
    padding-top: 80px;
}
.health-center-footer .footer-sub .copyright p {
    font-size: 0.9rem;
}
.health-center-footer .lists {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.05rem;
}
.health-center-footer .lists a {
    /* color: #000000; */
    color:var(--text-color);
    text-decoration: none;
    font-size: 1.1rem;
    margin: 10px 0;
    transition: color, 0.3s;
    display:flex;
}
.health-center-footer .lists span:last-child {
    display: inline-block;
    padding-left: 20px;
}
.health-center-footer a:hover {
    color: #f3b388;
}
.health-center-footer .sp-only {
    display: none;
}
/* 20251127 フッター修正 */
.health-center-footer .footer-line {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.health-center-footer .footer-line ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.health-center-footer .footer-line ul li {
    text-align: center;
}
.health-center-footer .footer-line ul a {
    /* color: #000000; */
    color: var(--text-color);
    text-decoration: none;
    transition: color, 0.3s;
}
.health-center-footer .footer-line span.big {
    font-size: 1.3rem;
}
.health-center-footer .footer-line span.small {
    font-size: 1rem;
    display: inline-block;
    padding-bottom: 6px;
}
.health-center-footer .copyright {
    position: relative;
    padding: 15px 0;
    text-align: center;
    background-color: #534741;
    color: #ffffff;
    z-index: 990;
}
.health-center-footer .copyright p {
    font-size: 0.9rem;
}
.health-center-footer .footer-line li:first-child a:hover {
    color: #1f7de7;
}
.health-center-footer .footer-line li:nth-child(2) a:hover {
    color: #58b0cf;
}
.health-center-footer .footer-line li:nth-child(3) a:hover {
    color: #7cc544;
}
.health-center-footer .footer-line li:last-child a:hover {
    color: #ed9dc1;
}



/* 三原台病院サブページ共通 */
.sub-page .top-base .img {
    position: relative;
}
.sub-page .top-base .images {
    width: 100%;
    /* height: 20vw; */
    height:33vw;
    max-height: 800px;
}
.sub-page .top-base .img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.sub-page .top-base .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transition: all 0.3s;
}
.sub-page .rel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 100;
}
.sub-page .top-base .ttl {
     position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); */
    top:15%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width:1200px;
    width:90%;
    margin:0 auto;
    z-index: 110;
}
.sub-page .top-base .ttl h1 {
    font-size: 2.3rem;
    color: #f5f4f4;
    font-weight: 500;
    /* text-shadow: 4px 4px 10px #161616; */
    text-shadow: 3px 3px 10px rgb(127, 102, 102, 0.57);
    mix-blend-mode:multiply;
}
.sub-page .top-base {
    padding-top: 130px;
}
.sub-page .important-wrap {
    background-color: #e7eaef;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 130px;
    transition:top 0.8s ease-out;
}
.sub-page .important-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* max-width: 1100px; */
    max-width:1200px;
    margin: 0 auto;
    z-index: 100;
}
.sub-page .important-list .important-item {
    width: calc(100% / 7);
    background-color: #eff2f5;
    height: 130px;
}
.sub-page .important-item a {
    position: relative;
    text-decoration: none;
    /* color: #000000; */
    color:var(--text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 130px;
    transition: all 0.3s;
    position:relative;
    top:50%;
    transform:translateY(-50%);
}
.sub-page .important-item a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-right: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    bottom: 7px;
    right: 7px;
}
.sub-page .important-list .important-item
/* .sub-page .important-item:nth-child(4) a {
    padding: initial;
} */
.sub-page .important-item a:hover {
    background-color: #eff2f5;
}
.sub-page .important-item a:hover .trans-item img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.sub-page .important-item:not(:first-child) a:hover {
    border-color: initial;
}
.sub-page .important-item .trans-item {
    width: 5vw;
    height: 5vw;
    max-width: 55px;
    max-height: 55px;
}
.sub-page .important-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    vertical-align: bottom;
    transition: all 0.3s;
}
.sub-page .important-item .trans-txt {
    width: 100%;
    padding-top: 10px;
}
.sub-page .important-item:last-child .trans-txt {
    padding-top: 3px;
}
.sub-page .important-item .trans-txt h3 {
    font-size: 1.05rem;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    /* white-space: nowrap; */
}
.sub-page .important-item.important-item-specific .trans-txt h3{
    font-size:0.95rem;
}
.sub-page .crumb-wrap {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-page .crumb {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 2%;
    left: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.2rem;
}
.sub-page .crumb span {
    margin-right: 8px;
    margin-left: 8px;
}
.sub-page .crumb span:first-child {
    margin-left: initial;
}
.sub-page .crumb span:last-child {
    margin-right: initial;
}
.sub-page .crumb a {
    color: #ffffff;
    text-decoration: underline;
    transition: opacity, text-decoration-color, 0.3s;
}
.sub-page .crumb a:hover {
    opacity: 0.8;
    text-decoration-color: transparent;
}

/* 健診センターサブページ共通 */
/* （人間ドック） */
.sub-page .ttls {
    text-align: center;
}
.sub-page .ttls h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}
.sub-page .ttls::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 250px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/top/title-bar.png?20251114);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sub-page section {
    padding-top: 40px;
}
.sub-page .content {
    padding-top: 50px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sub-page .tbl-ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.sub-page .tbl-ttl::before,
.sub-page .tbl-ttl::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.sub-page .tbl-ttl::after {
    width: 100%;
    background-color: #c3c3c3;
}
.sub-page .tbl-ttl::before {
    width: 100px;
    background-color: var(--health-center);
    z-index: 1;
}
.sub-page .tbl-ttl h3 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.health-center .important-wrap .important-item:not(:first-child) a {
    border-left: 1px solid #dedede;
}
.sub-page .cost table {
    width: 100%;
    border: 2px solid #9c9c9c;
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.sub-page .cost tr {
    border-bottom: 1px solid #9c9c9c;
}
.sub-page .cost tr:nth-child(2n-1) {
    background-color: #fdeade;
}
.sub-page .cost tr th {
    width: 30%;
    /* min-width: 130px; */
    min-width:6.25rem;
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
    font-weight: 500;
}
.sub-page .cost tr td {
    border-left: 1px solid #9c9c9c;
    width: calc(70% / 2);
    vertical-align: middle;
    padding: 15px;
    padding-left: 25px;
    text-align: left;
}
.sub-page .lists {
    padding: 20px 0;
}
.sub-page .lists a {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.5s ease;
}
.sub-page .lists a:hover {
    color: var(--health-center);
}
.sub-page .lists a > img {
    width: auto;
    height: 100%;
    max-height: 45px;
    object-fit: contain;
}
.sub-page .lists a > span {
    font-size: 1.2rem;
}

/* 人間ドック */
.screening .detail-text{
    font-size:1.1rem;
    letter-spacing: 0.05em;
    line-height:1.6;
    padding-top:40px;
}

/* 脳ドック */
.brain .notice {
    padding-top: 20px;
}
.brain .notice p {
    font-size: 1.2rem;
    line-height:1.6;
    letter-spacing: 0.05em;
}
.brain .cost tr:nth-child(2n-1) {
    background-color: initial;
}
.brain .cost tr:first-child {
    background-color: #fdeade;
}

/* 協会けんぽ健診 */
.medical .detail {
    padding-top: 40px;
    font-size: 1.1rem;
    line-height: 1.6;
}
.medical .detail .url-check {
    padding-top: 20px;
}
.medical .detail .url-check a {
    color: #2589d0;
    transition: all 0.3s ease-in-out;
}
.medical .detail .url-check a:hover {
    color: var(--health-center);
    text-decoration: none;
}
.medical .cost tr th {
    padding: 25px 10px;
}

/* 協会けんぽ健診 */
.specific .information {
    padding-top: 30px;
}
.specific .information p, 
.specific .detail p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.sub-page .item ul {
    list-style: none;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.sub-page .item li {
    padding-bottom: 20px;
}
.sub-page .item li:last-child {
    padding-bottom: initial;
}
.sub-page .item li span {
    font-size: 1.3rem;
    display: inline-block;
    border-bottom: 3px dotted var(--health-center);
    margin-bottom: 10px;
}
.sub-page .item li p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
    padding-left: 1.25em;
}

.sub-page .content .relation {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* align-items: center; */
    align-items:stretch;
    flex-wrap: wrap;
    gap:10px 40px;
}
.sub-page .content .relation a {
    position: relative;
    font-size: 1.1rem;
    /* width: calc(100% / 3 - 40px); */
    width:calc(calc(100% - calc(40px * 2)) / 3);
    height: 100%;
    padding: 25px 5px;
    text-align: center;
    text-decoration: none;
    /* margin: 0 20px; */
    color: #ffffff;
    transition: border, background-color, 0.3s;
    height:auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    box-sizing: border-box;
}
.sub-page .content .relation a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, #fcd8c1 30%, #fde6d7 60%, #f8e4d4 100%);
    border-radius: 8px;
}
.sub-page .content .relation a::after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 2.5px;
    left: 2.5px;
    z-index: -1;
    border-radius: 8px;
    background: #f7ae7e;
    transition: 0.3s background-color ease-in-out;
}
.sub-page .content .relation a:hover::after {
    background-color: #9c9c9c;
}
/* .sub-page .content .relation a:first-child {
    margin-left: 0;
}
.sub-page .content .relation a:nth-child(3) {
    margin-right: 0;
} */
.sub-page .sub-info {
    padding-top: 50px;
}
.sub-page .sub-info .ttl {
    text-align: center;
}
.sub-page .sub-info .ttl h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}
.sub-page .sub-info .ttl::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 275px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/top/title-bar.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* がん検診 */
.cancer .cancer_inner {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--health-center);
}
.cancer .item {
    width: 90%;
    margin: 0 auto;
}
.cancer .item ul {
    padding-top: 15px;
    list-style-type: disc;
}
.cancer .item ul li {
    padding-bottom: 10px;
    margin: 0 0 0 25px;
}
.cancer .cancer_inner dl {
    list-style: none;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.cancer .cancer_inner dl dd {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.cancer .cancer_inner dl dt {
    font-size: 1.4rem;
    color: #f56060;
    text-decoration: underline;
}
.cancer .cost tr:nth-child(2n-1) {
    background-color: initial;
}
.cancer .cost tr th {
    border-right: 1px solid #9c9c9c;
    background-color: #fdeade;
}
.cancer .cost tr:nth-child(4), .cancer .cost tr:nth-child(5),
.cancer .cost tr:nth-child(7), .cancer .cost tr:nth-child(8), .cancer .cost tr:nth-child(9)
{
    background-color: #fdeade;
}
.cancer .cost tr th {
    background-color: #f6b26b;
}
.cancer .cost tr td {
    white-space: nowrap;
}

/* 各種健康診断 */
.health .information {
    padding-top: 30px;
}
.health .information p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}

/* オプション検査 */
.sub-page .cost tr th:first-child {
    width: 50%;
}
.option .cost tr th:nth-child(2) {
    width: 25%;
}
.option .cost tr th:last-child {
    width: 25%;
}
.option .cost tr td {
    white-space: nowrap;
}
.option .cost tr:nth-child(2n-1) {
    background-color: #fdeade;
}
.option .cost tr th {
    border-right: 1px solid #9c9c9c;
    background-color: #fdeade;
}

/* 交通アクセス */
.access .content-block.active {
    display: block;
}
.access .content-block {
    padding: 40px 0;
    display: none;
}
.access .tbl-ttl h2 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.access .map-box {
    width: 100%;
    height: auto;
}
.access .map-box>iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.access .traffic-block p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.access .tbl-ttl {
    padding-top: 40px;
}
.access .traffic-block .inner-relation {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px 40px;
}
.access .inner-relation a {
    position: relative;
    font-size: 1.1rem;
    width: calc(calc(100% - calc(40px * 2)) / 3);
    height: auto;
    padding: 25px 5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: background-color, 0.3s;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
}
.department .relation a.active {
    cursor: auto;
    pointer-events: none;
}
.department .relation a.active:after {
    background-color: #9c9c9c;
}
.access .inner-relation a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, #fcd8c1 30%, #fde6d7 60%, #f8e4d4 100%);
    border-radius: 8px;
}
.access .inner-relation a.active::after, .access .inner-relation a:hover::after {
    background-color: #9c9c9c;
}
.access .inner-relation a::after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 2.5px;
    left: 2.5px;
    z-index: -1;
    border-radius: 8px;
    background-color: #f7ae7e;
    transition: 0.3s background-color ease-in-out;
}
.access .traffic-block .content-item-flex {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.access .content-block .content-item {
    display: none;
}
.access .content-block .content-item.active {
    display: block;
}
.access .traffic-block .content-item-image {
    width: calc(calc(100% - 2rem) * 0.35);
    height: auto;
}
.access .traffic-block .content-item-image>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.access .traffic-block .content-item-text>.sub2-ttl {
    padding-top: 0;
    line-height: 1.3;
}
.access .sub2-ttl {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 40px;
    margin-bottom: 20px;
}
.access .sub2-ttl>span {
    color: #f7c19e;
}
.access .traffic-block .content-item-text>p {
    padding-top: 30px;
}
.access .traffic-block p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.access .content-box p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.access .traffic-block table {
    margin-top: 30px;
    width: 100%;
    border: 2px solid #9c9c9c;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}
.access .traffic-block th {
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
    font-weight: 500;
    border-right: 1px solid #9c9c9c;
    white-space: nowrap;
}
.access .traffic-block tr:nth-child(2n-1) {
    background: #fad9c3;
}
.access .traffic-block tr {
    border-bottom: 1px solid #9c9c9c;
}
.access .traffic-block tr:nth-child(2n) {
    background: #fff;
}
.access .traffic-block tr {
    border-bottom: 1px solid #9c9c9c;
}
.access .traffic-block tr:first-of-type {
    background: #fff;
    border-bottom: 3px double #9c9c9c;
}
.access .traffic-block td:first-child {
    width: calc(calc(100% / 10) * 2);
}
.access .traffic-block td {
    border-left: 1px solid #9c9c9c;
    width: calc(100% / 10);
    vertical-align: middle;
    padding: 15px;
    text-align: center;
}
.access .traffic-block .content-item-tbl3 td {
    width: calc(100% / 11);
}
.access .map-block .content-box-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
}
.access .map-block .content-box-image>img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* お問い合わせ */
.contact .content-box {
    padding: 40px 0;
}
.contact .content-box p {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: justify;
}
.contact .underline {
    text-decoration: underline;
}
.contact .content-tel {
    margin: 30px 0;
    border: 2px solid var(--health-center);
    border-radius: 10px;
    width: fit-content;
    padding: 15px 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgb(220, 232, 209, 0.5);
}
.contact .content-tel-item:last-of-type {
    margin-bottom: 0;
}
.contact .content-tel-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.contact .content-tel-item>span {
    padding-right: 0.5rem;
}
.inline-block {
    display: inline-block;
}
.contact .content-tel-item>a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}
.contact .content-box .red {
    color: var(--contact-color);
}
.forms .set {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    padding: 15px 0;
    color: var(--text-color);
}
.forms .set .item {
    font-size: 1.1rem;
    position: relative;
}
.forms .set .require {
    display: inline-block;
    color: var(--contact-color);
    padding: 2px 4px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
}
.forms .set .information {
    width: 100%;
    font-size: 1.1rem;
    margin-top: 5px;
    color: var(--text-color);
}
.forms .set .information input, .forms .set .information textarea, .forms .set .information select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100%;
    border: none;
    padding: 15px 10px;
    background-color: #eff2f5;
    transition: 0.2s all;
    font-size: 1.1rem;
    color: var(--text-color);
    border-radius: 8px;
    /* border: 1px solid var(--text-color); */
    outline: 2px solid #9c9c9c;
}
.forms .submit {
    padding-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 3%;
    justify-content: center;
}
.forms .submit input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    transition: 0.5s background-color, color;
    display: block;
    border: 2px solid var(--health-center);
    border-radius: 999px;
    color: var(--health-center);
    width: 220px;
    white-space: nowrap;
    margin: 30px auto 0;
    padding: 13px 10px;
    font-family: "Kiwi Maru";
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: inherit;
    text-align: center;
}
.forms .submit input:hover {
    background-color: var(--health-center);
    color: #fff;
    transition: all 0.5s;
}
.forms .wpcf7-not-valid-tip {
    margin-top: 0.5rem;
}
.forms .set .information input:focus, .forms .set .information textarea:focus {
    outline: 2px solid var(--health-center);
}

/* ご意見に対する回答（健診センター） */
.opinion .content .ttls {
    text-align: center;
    padding-bottom: 40px;
}
.opinion .accodion-block {
    padding: 40px 0;
    width: 100%;
    list-style: none;
}
.opinion .accodion-block {
    padding-top: 0;
}
.opinion .accodion-block ul {
    list-style: none;
    position: relative;
    box-sizing: border-box;
}
.opinion li.accodion {
    width: 100%;
    margin: 15px 0;
    position: relative;
    box-sizing: border-box;
}
.opinion li.accodion .accodion-ttl {
    font-size: 1.15rem;
    text-align: justify;
    box-sizing: border-box;
}
.opinion li.accodion .accodion-ttl {
    border-radius: 10px;
    font-size: 1.4rem;
    color: #fff;
    background: var(--health-center);
    padding: 25px 15px;
    padding-right: calc(1.3rem + 30px);
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}
.opinion li.accodion.open .accodion-ttl:before {
    transform: rotate(-130deg);
}
.opinion li.accodion.open .accodion-ttl:before, .opinion li.accodion.open .accodion-ttl:after {
    top: 43%;
}
.opinion li.accodion .accodion-ttl:before {
    transform: rotate(50deg);
}
.opinion li.accodion .accodion-ttl:before, .opinion li.accodion .accodion-ttl:after {
    content: "";
    position: absolute;
    top: 57%;
    right: calc(1rem + 15px);
    width: 1rem;
    height: 3px;
    background-color: #fff;
    border-radius: 999px;
    transform-origin: 100% 50%;
    transition: transform 0.5s ease;
}
.opinion li.accodion.open .accodion-ttl:after {
    transform: rotate(-50deg);
}
.opinion li.accodion.open .accodion-ttl:before, .opinion li.accodion.open .accodion-ttl:after {
    top: 43%;
}
.opinion li.accodion .accodion-ttl:after {
    transform: rotate(130deg);
}
.opinion li.accodion .accodion-ttl .accodion-ttl-name {
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
}
.opinion li.accodion .accodion-ttl .accodion-ttl-name {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.opinion li.accodion .accodion-ttl .accodion-ttl-name::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
}
.opinion .accodion-detail.open {
    max-height: 5000px;
    transition: max-height 1.5s ease-in-out;
}
.opinion .accodion-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
    will-change: max-height;
    margin-top: 15px;
}
.opinion .accodion-box {
    border: 2px solid var(--health-center);
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}
.opinion .accodion-box time {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 5px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-bottom: 0.5rem;
}
.opinion .accodion-box time img {
    width: auto;
    height: 1.1rem;
    aspect-ratio: 1 / 1;
    filter: brightness(0) saturate(100%) invert(27%) sepia(49%) saturate(2%) hue-rotate(324deg) brightness(96%) contrast(92%);
}
.opinion .accodion-box .accodion-box-p {
    position: relative;
    padding-left: 1.5rem;
}
.opinion .accodion-box p {
    font-size: 1.1rem;
    text-align: justify;
}
.opinion .accodion-box .accodion-box-p::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
}
.opinion .not-accodion{
  font-size:1.15rem;
  letter-spacing: 0.05em;
  line-height:1.6;
  text-align:center;
  color:var(--text-color);
  margin-top:60px;
  margin-bottom:80px;
}

/* 新着情報 */
.news .sub-info {
    padding-top: 40px;
}
.news .sub-info .sub-ttl {
    text-align: center;
}
.news .sub-info .sub-ttl::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 300px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/top/title-bar.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news .sub-info .sub-ttl h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}
.news .sub-info .tab-container {
    padding-top: 40px;
}
.news .sub-info .tab-container ul {
    list-style: none;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
}
.news .sub-info .tab-container ul li {
    min-height: 65px;
    width: 100%;
    max-width:calc(100% / 2); /*カテゴリー数次第で変更*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.news .sub-info .tab-container ul a {
    /* color: #000000; */
    color:var(--text-color);
    border: 2px solid #9c9c9c;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    text-decoration: none;
    padding: 4px 5px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #f5f5f5;
    transition: background-color, color, 0.3s ease-in-out;
}
.news .sub-info .tab-container ul li:last-child a {
    border-left: initial;
}
.news .sub-info .tab-container ul a.bg-hv {
    /* background-color: #8dc556; */
    background-color:var(--health-center);
    color: #ffffff;
}
.news .sub-info .tab-container ul a:hover {
    /* background-color: #8dc556; */
    background-color:var(--health-center);
    color: #ffffff;
}
.news .sub-info .contents {
    padding-top: 45px;
}
.news .sub-info .contents ul {
    list-style: none;
}
.news .sub-info .contents ul a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    /* color: #000000; */
    color:var(--text-color);
    padding: 25px 0;
    border-bottom: 1px solid #9c9c9c;
    transition: color 0.3s ease-in-out;
}
.news .sub-info .contents ul a:hover {
    /* color: #8dc556; */
    color:var(--health-center);
}
.news .sub-info .contents ul li:first-child a {
    padding-top: initial;
}
.news .sub-info .contents ul a .flx-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 15px;
    width: 100%;
}
.news .sub-info .contents ul a .flx-row .date {
    margin-right: 30px;
    font-size: 1rem;
}
.news .sub-info .contents ul a .flx-row .all {
    display: inline-block;
    width: 15%;
    /* max-width: 120px;
    min-width: 100px; */
    max-width: 5.76rem;
    min-width: 4.8rem;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: #e27c8d;
    height: 30px;
    position: relative;
}
.news .sub-info .contents ul a .flx-row .patient_cate {
    display: inline-block;
    width: 15%;
    /* max-width: 120px;
    min-width: 100px; */
    max-width: 5.76rem;
    min-width: 4.8rem;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: #7eb3d7;
    height: 30px;
    position: relative;
}
.news .sub-info .contents ul a .flx-row .category span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
}
.news .sub-info .contents ul a .inf p {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .sub-info .contents .tabs {
    display: none;
    opacity: 0;
    transition: opacity, 0.5s ease-in-out;
}
.news .sub-info .contents .tabs.active {
    display: block;
    opacity: 1;
}
.news .sub-info .contents .pagination {
    display: flex;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
}
.news .sub-info .contents .pagination .current {
    display: inline-block;
    width: 40px;
    height: 45px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    /* border: 1px solid #8dc556;
    background-color: #8dc556; */
    border: 1px solid var(--health-center);
    background-color: var(--health-center);
    color: #ffffff;
    margin: 0 8px;
    line-height: 45px;
}
.news .sub-info .contents .pagination a {
    display: inline-block;
    width: 40px;
    height: 45px;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    /* border: 1px solid #8dc556;
    color: #8dc556; */
    border: 1px solid var(--health-center);
    color: var(--health-center);
    margin: 0 6px;
    line-height: 45px;
    transition: color, background-color, 0.3s ease-in-out;
}
.news .sub-info .contents .pagination a:hover {
    /* background-color: #8dc556; */
    background-color:var(--health-center);
    color: #ffffff;
}

/* 新着情報記事ページ */
/* 三原台病院用 */
.news-page .container .sub-ttl {
    text-align: center;
}
.news-page .container .sub-ttl::after {
    content: "";
    margin-top: 3px;
    text-align: center;
    width: 275px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/top/title-bar.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news-page .container .sub-ttl h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}
.news-page .container .contents {
    padding-top: 40px;
}
.news-page .container .sub-inf {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-page .container .sub-inf .date {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-page .container .sub-inf .date span:first-child {
    margin-right: 5px;
}
.news-page .container .sub-inf .date img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0) saturate(100%) invert(25%) sepia(4%) saturate(0%) hue-rotate(123deg) brightness(94%) contrast(80%);
}
.news-page .container .all {
    font-size: 1.05rem;
    display: inline-block;
    width: 15%;
    /* max-width: 120px;
    min-width: 100px; */
    max-width: 5.76rem;
    min-width: 4.8rem;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: #e27c8d;
    height: 30px;
    position: relative;
}
.news-page .container .patient_cate {
    font-size: 1.05rem;
    display: inline-block;
    width: 15%;
    /* max-width: 120px;
    min-width: 100px; */
    max-width: 5.76rem;
    min-width: 4.8rem;
    font-size: 1.05rem;
    color: #ffffff;
    background-color: #7eb3d7;
    height: 30px;
    position: relative;
}
.news-page .container .category span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
}
.news-page .container .titles {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.news-page .container .titles::before, .news-page .container .titles::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.news-page .container .titles::before {
    width: 100px;
    /* background-color: #8dc556; */
    background-color: var(--miharadai-primary);
    z-index: 1;
}
.news-page .container .titles::after {
    width: 100%;
    background-color: #c3c3c3;
}
.news-page .container .titles h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
.news-page .container .news-info {
    padding-top: 15px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
/* .news-page .container .news-info .images {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.news-page .container .news-info .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
} */
.news-page .container .news-info img{
    width: 60%;
    height: auto;
    max-width:100%;
    object-fit: cover;
    object-position: center center;
    margin:0 auto;
    display:block;
    padding-top:25px;
}
.news-page .container .news-info ul{
    padding-left:1.1rem;
    font-size:1rem;
    line-height:1;
}
/* .news-page .container .news-info .txts {
    padding-top: 30px;
}
.news-page .container .news-info .txts p {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
} */
.news-page .container .news-info h1{
    font-size:1.65rem;
    font-weight:500;
}
.news-page .container .news-info h2{
    font-size:1.6rem;
    font-weight:500;
}
.news-page .container .news-info h3{
    font-size:1.55rem;
    font-weight:500;
}
.news-page .container .news-info h4{
    font-size:1.5rem;
    font-weight:500;
}
.news-page .container .news-info h5{
    font-size:1.45rem;
    font-weight:500;
}
.news-page .container .news-info h6{
    font-size:1.4rem;
    font-weight:500;
}
.news-page .container .news-info a{
    color:var(--text-color);
    transition:color 0.5s ease-in-out;
}
.news-page .container .news-info a:hover{
    color:var(--health-center);
}
.news-page .container .back {
    padding-top: 50px;
}
.news-page .container .back a {
    display: inline-block;
    font-size: 1.1rem;
    /* color: #000000; */
    color:var(--text-color);
    text-decoration: none;
    transition: opacity, 0.3s ease-in-out;
}
.news-page .container .back a:hover {
    opacity: 0.4;
}
.news-page .container .back a span:first-child {
    display: table-cell;
    vertical-align: middle;
}
.news-page .container .back a span:last-child {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}
.news-page .container .back img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center center;
}