@charset "utf-8";
/* generic-hild-izumi Style front-page ONLY
    body.home
　　　-コンテナ div id="container" #container
　　　-共通要素 （ .btn.more-link ） 
    　-メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    　-各コンテンツ section
　　　-メディアクエリ（ブレイクポイントごと）
*/
/*
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-family: "Poppins", sans-serif;
*/
/*
ブルー ： #0066ff rgba(0,102,255,1.00)
グリーン ： #47d6b6 rgba(71, 214, 182, 1.00);
ネイビー ： #192c55 rgba(25, 44, 85, 1.00);
ブルーホワイト ： #f2f9ff rgba(242, 249, 255, 1.00);
オレンジ ： #faca7b rgba(250, 202, 123, 1.00);
*/

/* コンテナ div id="container" #container
---------------------------------------------------- */
body.home #container ,
body.front-test #container {
    background-color: rgba(242, 249, 255, 1.00);
    margin: 0 auto;
    width: 100%;
}
/*メインコンテンツ - メインカラム*/
body.home main.content ,
body.front-test main.content {
    float: none;
    margin: 0;
    padding: 00;
    width: 100%;
}
/* 共通要素
---------------------------------------------------- */
/* セクション section */
#container .content section {
    margin: 0 0 100px;
}
#container .content section .section-wrap {
    margin: 0 auto;
    width: 1260px;
}
/* .section-wrap > header */
section .section-wrap header {
}
/* .section-wrap > header > h2.ttl */
section .section-wrap header h2.ttl {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: bold;
}
/* .section-wrap > header > p */
section .section-wrap header p {
    margin: 1rem 0;
}
/* お知らせ・ブログ等　新着表示 .entry-list --- */
.entry-list .section-wrap .article-list {
    margin: 0 auto;
}
.entry-list .section-wrap .article-list article {
    align-items: center;
    background-color: rgba(255,255,255,0);
    border-bottom: #ccc dotted 1px;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem;
    position: relative;
    transition: .3s;
}
.entry-list .section-wrap .article-list article:first-child {}
.entry-list .section-wrap .article-list article:hover {
    background-color: rgba(71, 214, 182,.10);
}
/* エントリー内容 */
.entry-list .section-wrap .article-list article .post-content {
    flex: 1;
}
/* - 日時・カテゴリ */
.entry-list .section-wrap .article-list article .post-content .entry-meta {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0 0 .5rem;
}
/* - 日時・カテゴリ ： 日時 */
.entry-list .section-wrap .article-list article .post-content .entry-meta time {
    color: #666;
    display: inline-block;
    padding: 0 1rem 0 0;
}
/* - 日時・カテゴリ ： カテゴリ */
.entry-list .section-wrap .article-list article .post-content .entry-meta .entry-category{
    padding: 0;
}
.entry-list .section-wrap .article-list article .post-content .entry-meta .entry-category .category {
    background-color: rgba(250, 202, 123, 1.00);
    border-radius: 1.5rem;
    color: #666;
    display: inline-block;
    font-size: .875rem;
    margin: 0;
    padding: .25em .75rem;
    text-align: center;
}
/* エントリー内容 - カテゴリ・タイトル - タイトル */
.entry-list .section-wrap .article-list article .post-content .entry-title {
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
}
.entry-list .section-wrap .article-list article .post-content .entry-title a {
    color: #000;
    text-decoration: none;
}
.entry-list .section-wrap .article-list article .post-content .entry-title a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
/* エントリーリストマーク */
.entry-list .section-wrap .article-list article::after {
    color: rgba(25, 44, 85, 1.00);
    content: '\e409';
    font-family: 'Material Icons';
}
/* moreリンクボタン .btn.more-link */
p.btn.more-link {}
p.btn.more-link a {
    align-items: center;
    background-color: rgba(34, 58, 112, 1);
    color: #fff;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    height: auto;
    justify-content: space-between;
    line-height: normal;
    margin: 0;
    min-width: 200px;
    padding: .5rem;
    text-decoration: none;
    width: fit-content;
}
p.btn.more-link a:hover {
    background-color: #efefef;
    color: rgba(34, 58, 112, 1);
}
p.btn.more-link a::after {
    content: '\e409';
    font-family: 'Material Icons';
}
p.btn.more-link a span {
    padding: 0 3rem 0 0;
}

/* メインビジュアル section id="main-vis-wrap" #main-vis-wrap 
---------------------------------------------------- */
#container .content section#main-vis-wrap{
    margin: 0 ;
    padding: 0;
    position: relative;
}
/* キャッチコピー */
#main-vis-wrap #catch {
    background-image: linear-gradient(0deg, rgba(0,102,255,.50), transparent 25%);
    align-items: flex-end;
    display: flex;
    height: 100%;
    padding: 0 1rem;
    position: absolute;
        top: 0;
        right: 0;
    width: 100%;
}
#main-vis-wrap #catch h2{
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-size: 5vmax;
    line-height: 120%;
}
/* メインビジュアルスライダー （bxslider）*/
#main-vis {
    padding: 0;
    position: relative;
}
/* - bxslider スタイルリセット*/
#main-vis .bx-wrapper {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#main-vis .bx-wrapper .bx-viewport {
    margin: 0 auto;
}
/* - スライド設定*/
#main-vis .bx-wrapper .bx-viewport .slider > .slide {
    height: fit-content;
    top: 0;
    overflow: hidden;
    position: relative;
}
#main-vis .bx-wrapper .bx-viewport .slider > .slide img {
    width: 100%;
    transform: scale(1);
}
#main-vis .bx-wrapper .bx-viewport .slider > .slide.is-active img {
    animation: zoomAnime 5.5s ease forwards;
}
@keyframes zoomAnime {
    from { transform: scale(1); }
    to   { transform: scale(1.12); }
}

/* 新型コロナ対策 section id="covid19" #covid19 
---------------------------------------------------- */
#container .content section#covid19 {
    background-color: rgba(251, 79, 78, 1.0);
    color: rgba(255,255,255,1.00);
    margin: 0;
    padding: 2rem 1rem;
    position: relative;
}
#container .content section#covid19 p {
    margin: 0;
}
#container .content section#covid19 p a{
    align-items: center;
    color: rgba(255,255,255,1.00);
    display: flex;
    justify-content: center;
    text-decoration: none;
}
#container .content section#covid19 p a span {
    padding: 0 1rem 0 0;
}
#container .content section#covid19 p a::after {
    background: url(../images/common/ico_arrow_white.png) no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 1.5rem;
    width: 1.5rem;
}
#container .content section#covid19 p a::before{
    background-color:rgba(255,255,255,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#container .content section#covid19 p a:hover::before {
    background-color:rgba(255,255,255,.2);
}

/* 患者様案内 section id="for-patient" #for-patient 
---------------------------------------------------- */
#container .content section#for-patient {
    background: url("../images/front/for-patient/bg_for_patient.png") no-repeat left top;
    padding: 50px 0 0 ;
}
#container .content section#for-patient .section-wrap {}
#for-patient .section-wrap .contents ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
#for-patient .section-wrap .contents ul li {
    align-items: center;
    background: url("../images/front/for-patient/ico_bg_for_patient.png") no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 240px;
    margin: 0 1rem;
    position: relative;
    transition: .3s;
    width: 240px
}
#for-patient .section-wrap .contents ul li:hover{
    opacity: .8;
}
#for-patient .section-wrap .contents ul li a {
    color: rgba(255,255,255,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    padding: 1rem 0 0 ;
    text-decoration: none;
}
#for-patient .section-wrap .contents ul li a::after{
    background-color:rgba(0,0,0,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    z-index:1;
}
#for-patient .section-wrap .contents dl {
    align-items: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 2rem;
    display: flex;
    margin: 2rem 0;
    padding: 0;
    position: relative;
}
#for-patient .section-wrap .contents dl dt {
    background-color: rgba(25, 44, 85, 1.00);
    border-radius: 2rem;
    color: rgba(255,255,255,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    margin: 0 1rem 0 0;
    padding: 1rem 2rem;
}
#for-patient .section-wrap .contents dl dd {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin: 0;
    padding: 0 1rem;
}
#for-patient .section-wrap .contents dl dd p.btn {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
#for-patient .section-wrap .contents dl dd p.btn a {
    align-items: center;
    color: rgba(25, 44, 85, 1.00);
    display: flex;
    justify-content: flex-end;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}
#for-patient .section-wrap .contents dl dd p.btn a:hover {
    opacity: .8;
}
#for-patient .section-wrap .contents dl dd p.btn a::after {
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 2rem;
    margin: 0 0 0 1rem;
    width: 2rem;
}
#for-patient .section-wrap .contents dl dd p.btn a::before {
    background-color: rgba(255, 255, 255, 0);border-radius: 2rem;
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#for-patient .section-wrap .contents dl dd p.btn a:hover::before {
    background-color: rgba(255, 255, 255, .25);
}

/* 来院案内 section id="visit-info" #visit-info 
---------------------------------------------------- */
#container .content #visit-info {}
#container .content #visit-info .section-wrap {
    background-color: rgba(255,255,255,1.00);
    border-radius: 2rem;
    padding: 3rem;
    width: 960px;
}
#container .content #visit-info .section-wrap header h2.ttl{
    color: rgba(25, 44, 85, 1.00);
    font-style: normal;
    margin:  0 0 1rem;
    text-align: center;
}
#container .content #visit-info .section-wrap .contents {}
/* 本日の診療受付 div.contents#today */
#today .time-table-wrap {
    display: none;
    height: auto;
    margin: 0;
}
/*  - 午前・午後切り替えタブ */
#today .time-table-wrap .tab-group {
    display: flex;
    justify-content: center;
    padding: 1rem;
}
#today .time-table-wrap .tab-group li {
    background: rgba(25,44,85,1);
    border-radius: .5rem;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.50);
    color: rgba(255,255,255,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    margin: 0 1rem;
    overflow: hidden;
    padding: .5rem 1.5rem;
    position: relative;
    text-align: center;
    transition: color .3s ease;
    width: 30%;
}
#today .time-table-wrap .tab-group li:hover {
    cursor: pointer;
}
#today .time-table-wrap .tab-group li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-90deg, rgba(0,102,255,1), rgba(71,214,182,1));
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 0;
}
#today .time-table-wrap .tab-group li:hover::before {
    opacity: 1;
}
#today .time-table-wrap .tab-group li span {
    position: relative;
    z-index: 1;
}
#today .time-table-wrap .tab-group li.active {
    background: linear-gradient(-90deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    position: relative;
}
/* - 受付診療科一覧 */
#today .time-table-wrap .time-table {
    padding: 1rem 0;
    margin: 0;
    width: 100%;
}
#today .time-table-wrap .time-table .panel {
    display: none;
}
#today .time-table-wrap .time-table .panel.active {
    display: block;
}
#today .time-table-wrap .time-table .panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}
#today .time-table-wrap .time-table .panel ul::after {
    content: "";
    width: 48%;
}
#today .time-table-wrap .time-table .panel ul li {
    border-bottom: #ddd dotted 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5em 0;
    text-align: left;
    width: 48%;
}
#today .time-table-wrap .time-table .panel ul li span {
    color: #666;
    display: block;
    font-size: .875em;
    font-weight: normal;
    max-width: 45%;
    text-align: right;
}
#today .time-table-wrap .time-table .panel ul li span.comment {
    max-width: 100%;
    width: 100%;
}
#today .time-table-wrap .time-table-wrap div.button-group {
    display: flex;
    justify-content: space-between;
}
#today .note {
    margin: 0;
    text-align: center;
}
/* 受付・診療時間 / 休診 #time-close */
#time-close{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
#time-close dt {
    color: rgba(25, 44, 85, 1.00);
}
#time-close dd{
    margin: 0;
}
#time-close dd.time {
    color: rgba(25, 44, 85, 1.00);
    font-size: 2rem;
    font-weight: bold;
}

/* TOPのみリニューアル時の表示スタイル*/
/* -- more ボタン */
#today ul:has(p.btn.more-link) {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
}
#today ul:has(p.btn.more-link) li {
    margin: 0 .5rem;
}
#today ul li p.btn.more-link{
    margin: 0;
}
#today ul li p.btn.more-link a{
    align-items: center;
    background-color: rgba(25, 44, 85, 1.00);
    border: rgba(25, 44, 85, 1.00) solid 1px;
    border-radius: 4rem;
    color: rgba(255, 255, 255, 1.00);
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    margin: 0 auto;
    padding: .5rem 3rem;
    text-decoration: none;
    transition: .3s;
}
#today ul li p.btn.more-link a:hover{
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(25, 44, 85, 1.00);
}
#today ul li p.btn.more-link a::after{
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
}

/* 来院案内リンク #visit-contents
---------------------------------------------------- */
#container .content #visit-contents {
    background: url("../images/front/visit-contents/bg_visit_contents.png") no-repeat right bottom ;
    margin: 0;
    padding: 0 0 100px;
}
#container .content #visit-contents .section-wrap {}
#visit-contents .section-wrap .contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
#visit-contents .section-wrap .contents ul li{
    margin: 1.5rem;
    padding: 0;
    position: relative;
    width: calc( 30% - 3rem);
    z-index: 0;
}
#visit-contents .section-wrap .contents ul li::after {
    background: linear-gradient(45deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    content: "";
    filter: blur(5px);
    height: calc(100% + 4px);
    position: absolute;
        left: -2px;
        top: -2px;
    width: calc(100% + 4px);
    z-index: -1;
}
#visit-contents .section-wrap .contents ul li dl {
    background-color: rgba(255,255,255,1.00);
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    padding: 1rem;
    position: relative;
    z-index: 1;
}
#visit-contents .section-wrap .contents ul li dl dt a{
    align-items: center;
    color: rgba(25, 44, 85, 1.00);
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    text-decoration: none;
}
#visit-contents .section-wrap .contents ul li dl dt a::after {
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    height: 2rem;
    width: 2rem;
}
#visit-contents .section-wrap .contents ul li dl dt a::before{
    background-color:rgba(71, 214, 182, 0.00);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#visit-contents .section-wrap .contents ul li dl:hover dt a::before{
    background-color:rgba(71, 214, 182, 0.10);
}
#visit-contents .section-wrap .contents ul li dl dd {
    align-items: center;
    display: flex;
    justify-content: center;margin: 0;
    padding: 2rem;
}
#visit-contents .section-wrap .contents ul li dl dd img {
    display: block;
}

/* お知らせ #news
---------------------------------------------------- */
#container .content section#news {
    background-color: rgba(255,255,255,1.00);
    margin: 0;
    padding: 100px 0;
}
#container .content #news .section-wrap {}
#container .content #news .section-wrap header {
    padding: 0 0 50px;
    text-align: center;
}
#container .content #news .section-wrap header h2.ttl{
    color: rgba(25, 44, 85, 1.00);
    margin:  0 0 1rem;
}
#news .section-wrap .news-list-wrap {
    align-items: flex-start;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
#news .section-wrap .btn.more-link a {
    margin: 0 auto;
}
/* - カテゴリタブ */
#news .news-tab-buttons {
    cursor: pointer;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    padding: 0;
    text-align: center;
}
#news .news-tab-buttons .news-tab-button {
    align-items: center;
    background-color: rgba(25, 44, 85, 1.00);
    border-radius: 4rem;
    color: rgba(255,255,255,1.00);
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    padding: 1.5rem .5rem .5rem;
    text-align: center;
    transition: .3s;
    width: 19%;
}
#news .news-tab-button::after {
    color: rgba(255,255,255,0.00);
    content: "\e5c5";
    display: block;
    font-family: 'Material Icons';
    font-size: 1.5rem;
}
#news .news-tab-buttons .news-tab-button:hover {
    opacity: .8;
}
#news .news-tab-button.is-active::after {
    color: rgba(255,255,255,1.00);
}
#news .news-tab-button.is-active {
    background: linear-gradient(-90deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    padding: 1rem .5rem .5rem;
}
#news .news-tab-content {
    display: none;
    margin: 1rem 0 0 0;
}
#news .news-tab-content.is-active {
    display: block;
}

/* TOPのみリニューアル時の表示スタイル*/
/* -- お知らせ一覧表示 */
#news .section-wrap .news-list-wrap.pre {
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    max-height: 400px;
    margin: 0 0 1rem;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 44, 85, 1.00) rgba(242, 249, 255, 1.00);
}
#news .section-wrap .news-list-wrap.pre::-webkit-scrollbar {
  width: 8px;
}
#news .section-wrap .news-list-wrap.pre::-webkit-scrollbar-track {
  background: rgba(242, 249, 255, 1.00);
}
#news .section-wrap .news-list-wrap.pre::-webkit-scrollbar-thumb {
  background: rgba(25, 44, 85, 1.00);
  border-radius: 10px;
}
#news .section-wrap .news-list-wrap.pre::-webkit-scrollbar-thumb:hover {
  background: rgba(25, 44, 85, .80);
}
/* -- カテゴリアイコン */
#news .section-wrap .news-list-wrap.pre .entry-category .category {
    color: rgba(255,255,255,1.00);
}
#news .section-wrap .news-list-wrap.pre .entry-category .category.visitor {
    background-color: #deac53;
}
#news .section-wrap .news-list-wrap.pre .entry-category .category.concerned {
    background-color: #77c254;
}
#news .section-wrap .news-list-wrap.pre .entry-category .category.job {
    background-color: #54b0e4;
}
#news .section-wrap .news-list-wrap.pre .entry-category .category.event {
    background-color: #f695c0;
}

/* -- more ボタン */
#news .section-wrap p.btn.more-link a{
    align-items: center;
    background-color: rgba(25, 44, 85, 1.00);
    border: rgba(25, 44, 85, 1.00) solid 1px;
    border-radius: 4rem;
    color: rgba(255, 255, 255, 1.00);
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    margin: 0 auto;
    padding: .5rem 3rem;
    text-decoration: none;
    transition: .3s;
}
#news .section-wrap p.btn.more-link a:hover{
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(25, 44, 85, 1.00);
}
#news .section-wrap p.btn.more-link a::after{
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
}

/* 採用情報 #recruit
---------------------------------------------------- */
#container .content #recruit {
    background: linear-gradient(-45deg, rgba(0,102,255,1.00), rgba(131,70,189,1.00));
    padding: 1rem;
}
#container .content section#recruit .section-wrap {
    width: 100%;
}
#recruit .section-wrap header {
    position: relative;
}
#recruit .section-wrap header p:has(img){
    margin: 0;
    max-height: 400px;
    overflow: hidden;
}
#recruit .section-wrap header p > img {
    display: block;
    height: auto;
    width: 100%;
}
#recruit .section-wrap header h2.ttl{
    background-color: rgba(104, 76, 202,.75);
    color: rgba(255, 255, 255, 1.00);
    padding: .5rem;
    position: absolute;
        bottom: 0;
        left: 0;
    width: 100%;
}
/* 採用情報リンク */
#recruit .section-wrap .recruit-link {
    padding: 2rem;
    width: 100%;
}
#recruit .section-wrap .recruit-link > p {
    color: rgba(255,255,255,1.00);
    text-align: center;
}
#recruit .section-wrap .recruit-link p.btn.more-link a{
    align-items: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 4rem;
    color: rgba(25, 44, 85, 1.00);
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    margin: 0 auto;
    padding: .5rem 3rem;
    text-decoration: none;
    transition: .3s;
}
#recruit .section-wrap .recruit-link p.btn.more-link a:hover{
    background-color: rgba(131,70,189,1.00);
    color: rgba(255, 255, 255, 1.00);
}
#recruit .section-wrap .recruit-link p.btn.more-link a::after{
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
}
/* 職種リンク（外部サイト） */
#recruit .section-wrap .rec-cat-links {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
#recruit .section-wrap .rec-cat-links li {
    overflow: hidden;
    position: relative;
    width: calc( 100% / 3 - 2rem / 3 );
}
#recruit .section-wrap .rec-cat-links li img {
    display: block;
    transition: .3s;
    width: 100%;
}
#recruit .section-wrap .rec-cat-links li:hover img {
    transform: scale(1.1);
}
#recruit .section-wrap .rec-cat-links li a {
    color: rgba(255,255,255,1.00);
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    height: 100%;
    padding: 2rem;
    position: absolute;
        top: 0;
        left: 0;
    text-decoration: none;
    width: 100%;
}
#recruit .section-wrap .rec-cat-links li a:hover {
    color: rgba(104, 76, 202,1.00);
}
#recruit .section-wrap .rec-cat-links li a span {
    position: relative;
    z-index: 2;
}
#recruit .section-wrap .rec-cat-links li a::before{
    background-color: rgba(104, 76, 202,.35);
    border: solid 5px rgba(104, 76, 202,.00);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#recruit .section-wrap .rec-cat-links li a:hover::before{
    background-color: rgba(104, 76, 202,0.0);
    border: solid 5px rgba(104, 76, 202,1.00);
}

/* HOSPAリンク #hospa
---------------------------------------------------- */
#container .content #hospa {
    background-color: rgba(255,255,255,1.00);
    /*
    background: linear-gradient(-45deg, rgba(255,135,160,.15), rgba(255,255,255,.15), rgba(0,190,175,.15));
    */
    margin: -100px 0 0;
    padding: 50px 0;
    position: relative;
}
#container .content section#hospa .section-wrap {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}
#hospa .section-wrap header , 
#hospa .section-wrap .contents{
    width: 50%;
}
#hospa .section-wrap header {
    color: rgba(25, 44, 85, 1.00);
}
#hospa .section-wrap header h2 {
    color: rgba(0,190,175,1.00);
}
#hospa .section-wrap header p.btn.more-link a{
    align-items: center;
    background-color: rgba(255,135,160,1.00);
    border-radius: 4rem;
    color: rgba(255, 255, 255, 1.00);
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    padding: .5rem 3rem;
    text-decoration: none;
    transition: .3s;
}
#hospa .section-wrap header p.btn.more-link a:hover{
    background-color: rgba(0,190,175,1.00);
}
#hospa .section-wrap header p.btn.more-link a::after{
    background: url("../images/common/ico_arrow_white.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
}
#hospa .section-wrap .contents p {
    align-items: center;
    display: flex;
    justify-content: center;
}
#hospa .section-wrap .contents p img{
    display: block;
    height: auto;
    width: 80%;
}

/* 専門診療 #section-specialty
---------------------------------------------------- */
#container .content #section-specialty {
    background-color: rgba(71, 214, 182, .15);
    margin: 0;
    padding: 100px 0;
}
#container .content #section-specialty .section-wrap {}
#container .content #section-specialty .section-wrap header {
    color: rgba(25, 44, 85, 1.00);
}
#container .content #section-specialty .section-wrap header h2.ttl{
    color: rgba(0,102,255,1.00);
    margin:  0 0 1rem;
    text-align: center;
}
#section-specialty .section-wrap .contents ul.specialty-center {
    display: flex;
    justify-content: center;
}
#section-specialty .section-wrap .contents ul.specialty-center li {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: url("../images/front/section-specialty/ico_bg_section_specialty.svg") no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: center;
    margin: 1rem;
    padding: 1rem;
    position: relative;
    transition: .3s;
    width: 30%;
}
#section-specialty .section-wrap .contents ul.specialty-center li:hover {
    opacity: .8;
}
#section-specialty .section-wrap .contents ul.specialty-center li a {
    align-items: center;
    color: #333;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.25rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#section-specialty .section-wrap .contents ul.specialty-center li a::after {
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: flex;
    height: 3rem;
    margin: 1rem 0 0;
    width: 3rem;
}
/* -  準備中リンク（非アクティブ）*/
#section-specialty .section-wrap .contents ul.specialty-center li.no-link {
    background: url("../images/front/section-specialty/ico_bg_section_specialty_nolink.svg") no-repeat center;
    background-size: contain;
}
#section-specialty .section-wrap .contents ul.specialty-center li.no-link:hover {
    opacity: 1;
}
#section-specialty .section-wrap .contents ul.specialty-center li.no-link a ,
#section-specialty .section-wrap .contents ul.specialty-center li.no-link a:hover {
    cursor: auto;
    pointer-events: none;
}
#section-specialty .section-wrap .contents ul.specialty-center li.no-link a::after {
    display: none;
}
#section-specialty .section-wrap .contents ul.specialty-center li.no-link a span {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 160%;
}
#section-specialty .section-wrap .contents ul.specialty-center li.no-link a span::after {
    content: "※準備中";
    display: inline-block;
    font-size: .85rem;
}
#section-specialty .section-wrap .contents .btn.more-link {}
#section-specialty .section-wrap .contents .btn.more-link a {
    align-items: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 4rem;
    box-shadow: 0 0 15px 0 rgba(0 , 0 , 0 , .10);
    color: rgba(25, 44, 85, 1.00);
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    justify-content: space-between;
    margin: 1rem auto;
    padding: 2rem;
    text-decoration: none;
    transition: .3s;
}
#section-specialty .section-wrap .contents .btn.more-link a:hover{
    background-color: rgba(71, 214, 182, .10);
}
#section-specialty .section-wrap .contents .btn.more-link a::after{
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
}
/* - スライドリンク slickスライダー */
#section-specialty .section-wrap .specialty-link.slick{
    margin: 3rem 0 0;
    position: relative;
}
/*slick 左右送り スタイル上書き*/
#section-specialty .slick-next, #section-specialty .slick-prev {
    align-items: center;
    background-color: rgba(0,0,0,.75);
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    z-index: 100;
}
#section-specialty .slick-prev {
    left: -1rem;
}
#section-specialty .slick-next {
    right: -1rem;
}
#section-specialty .slick-next:before, #section-specialty .slick-prev:before {
    color: rgba(255,255,255,1.00);
    font-family: 'Material Icons';
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#section-specialty .slick-prev:before {
    content: "\e5cb";
}
#section-specialty .slick-next:before {
    content: "\e5cc";
}
/*slick スライド*/
#section-specialty .specialty-link.slick .slick-list {}
#section-specialty .specialty-link.slick .slick-list .slick-track{
    align-items: stretch;
    display: flex;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide {
    background: linear-gradient(-135deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 2rem;
    padding: .5rem;
    position: relative;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > p {
    margin: 0;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > p img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > dl {
    background: rgba(255,255,255,1.00);
    color: rgba(25, 44, 85, 1.00);
    flex: 1;
    padding: 1rem;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > dl dt {
    padding: 0 0 1rem;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > dl dt a {
    color: rgba(25, 44, 85, 1.00);
    text-decoration: none;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > dl dt a::before{
    background-color:rgba(44, 169, 225, 0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#section-specialty .specialty-link.slick .slick-list li.slick-slide > dl dd{
    margin: 0;
}

/* がんに取り組む #section-cancer
---------------------------------------------------- */
#container .content #section-cancer {
    background:
        url("../images/front/section-cancer/bg_section_cancer_top.png") no-repeat top 1rem left,
        url("../images/front/section-cancer/bg_section_cancer_bottom.png") no-repeat bottom 1rem right,
        linear-gradient(45deg, rgba(0,102,255,.80), rgba(71,214,182,.80));
    padding: 100px 0;
    position: relative;
}
#container .content #section-cancer .section-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
}
#container .content #section-cancer .section-wrap header {
    color: rgba(255, 255, 255, 1.00);
    margin: 0 0 50px;
    text-align: center;
}
#container .content #section-cancer .section-wrap header h2.ttl{
    color: rgba(255, 255, 255, 1.00);
    margin:  0 0 1rem;
}
/* - メインリンク */
#section-cancer .section-wrap .cancer-link{
    display: flex;
    justify-content: space-between;
    margin: 0 3rem;
    position: relative;
}
#section-cancer .cancer-link li {
    background-color:  rgba(25, 44, 85, 1.00);
    padding: .5rem;
    position: relative;
    transition: .3s;
    width: 30%;
}
#section-cancer .cancer-link li:hover {
    opacity: .8;
}
#section-cancer .cancer-link li > p {
    margin: 0;
}
#section-cancer .cancer-link li > p img{
    display: block;
}
#section-cancer .cancer-link li dl {
    color: rgba(255,255,255,1.00);
    padding: .5rem;
}
#section-cancer .cancer-link li dl dt a{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
#section-cancer .cancer-link li dl dt a::before{
    background-color:rgba(44, 169, 225, 0.0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    z-index:1;
}
#section-cancer .section-wrap .cancer-link li dl dt{
    padding: 1rem 0;
}
#section-cancer .section-wrap .cancer-link li dl dd{
    margin: 0;
    padding: 0;
}
/* - サブリンク */
#section-cancer .section-wrap .cancer-sub-link{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}
#section-cancer .section-wrap .cancer-sub-link li{
    margin: 1rem;
    width: calc( 1260px / 3 - 2rem);
}
#section-cancer .section-wrap .cancer-sub-link li a {
    align-items: center;
    background-color: rgba(25, 44, 85, 1.00);
    border-radius: 10rem;
    color: rgba(255,255,255,1.00);
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    text-decoration: none;
    transition: .3s;
}
#section-cancer .section-wrap .cancer-sub-link li a:hover {
    opacity: .8;
}
#section-cancer .section-wrap .cancer-sub-link li a span {
    flex: 1;
    text-align: center;
}
#section-cancer .section-wrap .cancer-sub-link li a::after {
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
}

/* コンテンツリンク #contents-links
---------------------------------------------------- */
#container .content #contents-links {}
#container .content section#contents-links .section-wrap {}

#contents-links .section-wrap .contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contents-links .section-wrap .contents ul li {
    margin: 0 0 2rem ;
    position: relative;
    width: 22%;
}
#contents-links .section-wrap .contents ul li img {
    border-radius: 2rem;
}
#contents-links .section-wrap .contents ul li a{
    align-items: center;
    color: rgba(25, 44, 85, 1.00);
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    padding: .5rem 0 0;
    text-decoration: none;
}
#contents-links .section-wrap .contents ul li a::after{
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 3rem;
    margin: 0 0 0 .5rem;
    width: 3rem;
}
#contents-links .section-wrap .contents ul li a::before{
    background-color:rgba(255,255,255,0);
    content:"";
    pointer-events:auto;
    position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
    transition: .3s;
    z-index:1;
}
#contents-links .section-wrap .contents ul li a:hover::before{
    background-color:rgba(255,255,255,.25);
}

/* TOPのみリニューアル時の表示スタイル*/
/* -- サブリンク */
#contents-links .section-wrap .contents .contents-sub-link{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 0;
}
#contents-links .section-wrap .contents .contents-sub-link li{
    width: 48%;
}
#contents-links .section-wrap .contents .contents-sub-link li a {
    align-items: center;
    background-color: rgba(25, 44, 85, 1.00);
    border-radius: 10rem;
    color: rgba(255,255,255,1.00);
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    padding: 2rem;
    text-decoration: none;
    transition: .3s;
}
#contents-links .section-wrap .contents .contents-sub-link li a:hover {
    opacity: .8;
}
#contents-links .section-wrap .contents .contents-sub-link li a span {
    flex: 1;
    text-align: center;
}
#contents-links .section-wrap .contents .contents-sub-link li a::after {
    background: url("../images/common/ico_arrow_color.png") no-repeat center;
    background-size: contain;
    content: "";
    display: flex;
    height: 2rem;
    width: 2rem;
}

/* =====================================================
  --  メディアクエリ
===================================================== */
@media(max-width:1360px) {}

@media(max-width:1260px) {

/* 共通要素
---------------------------------------------------- */
    /* セクション section */
    #container .content section {
        margin: 0 0 70px;
    }
    #container .content section .section-wrap {
        width: 90%;
    }

/* 患者様案内 section id="for-patient" #for-patient 
---------------------------------------------------- */
    #container .content section#for-patient {
        padding: 35px 0 0 ;
    }

/* 来院案内 section id="visit-info" #visit-info 
---------------------------------------------------- */
    #container .content #visit-info .section-wrap {
        width: 90%;
    }

/* 来院案内リンク #visit-contents
---------------------------------------------------- */
    #container .content #visit-contents {
        background-size: contain;
        padding: 0 0 70px;
    }
    
/* お知らせ #news
---------------------------------------------------- */
    #container .content section#news {
        padding: 70px 0;
    }
    
/* HOSPAリンク #hospa
---------------------------------------------------- */
    #container .content #hospa {
        margin: -70px 0 0;
    }

/* 専門診療 #section-specialty
---------------------------------------------------- */
    #container .content #section-specialty {
        padding: 70px 0;
    }

/* がんに取り組む #section-cancer
---------------------------------------------------- */
#container .content #section-cancer {
    padding: 70px 0;
}
    /* - サブリンク */
    #section-cancer .section-wrap .cancer-sub-link li{
        margin: 1rem;
        width: 30%;
    }
}

@media(max-width:1024px) {

/* 共通要素
---------------------------------------------------- */
    /* セクション section */
    #container .content section {
        margin: 0 0 50px;
    }
    /* .section-wrap > header > h2.ttl */
    section .section-wrap header h2.ttl {
        font-size: 1.75rem;
    }
    /* moreリンクボタン .btn.more-link */
    p.btn.more-link a {
        padding: .5rem 1rem;
    }

/* 患者様案内 section id="for-patient" #for-patient 
---------------------------------------------------- */
    #container .content section#for-patient {
        background-size: contain;
        padding: 25px 0 0 ;
    }
    #for-patient .section-wrap .contents ul {
        justify-content: center;
    }
    #for-patient .section-wrap .contents dl {
        border-radius: 1rem;
        flex-direction: column;
        padding: 1rem;
    }
    #for-patient .section-wrap .contents dl dt {
        margin: 0 0 1rem ;
    }
    #for-patient .section-wrap .contents dl dd {
        flex-wrap: wrap;
        justify-content: center;
    }
    #for-patient .section-wrap .contents dl dd p.btn {
        justify-content: center;
        width: 100%;
    }
    
/* 来院案内 section id="visit-info" #visit-info 
---------------------------------------------------- */
    #container .content #visit-info .section-wrap {
        border-radius: 1rem;
        padding: 2rem 1rem;
    }
    /*  - 午前・午後切り替えタブ */
    #today .time-table-wrap .tab-group li {
        width: 45%;
    }
    /* 受付・診療時間 / 休診 div.contents#time-close */
    #time-close dd.time {
        font-size: 1.5rem;
    }

/* 来院案内リンク #visit-contents
---------------------------------------------------- */
    #container .content #visit-contents {
        padding: 0 0 50px;
    }
    #visit-contents .section-wrap .contents ul li{
        width: calc( 50% - 3rem);
    }
    
/* お知らせ #news
---------------------------------------------------- */
    #container .content section#news {
        padding: 50px 0;
    }
    #container .content #news .section-wrap header {}
    /* - カテゴリタブ */
    #news .news-tab-buttons {
        justify-content: flex-start;
    }
    #news .news-tab-buttons .news-tab-button {
        font-size: .875rem;
        margin: 0 .5rem 0 0;
        padding: .5rem 1rem;
        width: fit-content;
    }
    #news .news-tab-button::after {
        display: none;
    }
    #news .news-tab-button.is-active {
        padding: .5rem 1rem;
    }
    
/* 採用情報 #recruit
---------------------------------------------------- */
    /* 職種リンク（外部サイト） */
    #recruit .section-wrap .rec-cat-links li a {
        padding: 1rem;
    }
    
/* HOSPAリンク #hospa
---------------------------------------------------- */
    #container .content #hospa {
        margin: -50px 0 0;
        padding: 30px 0;
    }
    #container .content section#hospa .section-wrap {
        padding: 1rem 0;
    }
    #hospa .section-wrap header {
        width: 65%;
    }
    #hospa .section-wrap .contents{
        width: 35%;
    }
    #hospa .section-wrap header {
        padding: 1rem;
    }
    #hospa .section-wrap .contents p {
        margin: 0;
    }
    #hospa .section-wrap header p.btn.more-link {
        display: flex;
        justify-content: flex-end;
    }

/* 専門診療 #section-specialty
---------------------------------------------------- */
    #container .content #section-specialty {
        padding: 50px 0;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li a {
        font-size: 1rem;
        padding: 2rem 0 0;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li a::after {
        height: 2rem;
        width: 2rem;
    }
    
/* がんに取り組む #section-cancer
---------------------------------------------------- */
    #container .content #section-cancer {
        padding: 50px 0;
    }
    #container .content #section-cancer .section-wrap {}
    /* - メインリンク */
    #section-cancer .section-wrap .cancer-link{
        margin: 0 1px;
    }
    #section-cancer .cancer-link li {
        margin: 0 1px;
        width: calc( 100% / 3 );
    }
    
/* コンテンツリンク #contents-links
---------------------------------------------------- */
    #contents-links .section-wrap .contents ul li img {
        border-radius: 1.5rem;
    }
    #contents-links .section-wrap .contents ul li a{
        font-size: 1rem;
    }
    #contents-links .section-wrap .contents ul li a::after{
        height: 2rem;
        width: 2rem;
    }
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
    }
    /*ログイン時のアドミンバー表示調整*/
    body.logged-in #header {
        top: 46px;
    }
    #wp-admin-bar-my-account {
        line-height: 80%;
    }
}

@media(min-width:769px) {}

@media(max-width:768px) {
    
    
/* メインビジュアル section id="main-vis-wrap" #main-vis-wrap 
---------------------------------------------------- */
    /* - スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > .slide {
        aspect-ratio: 2 / 1;
    }
    #main-vis .bx-wrapper .bx-viewport .slider > .slide img{
        height: 100%;
        object-fit: cover;
    }
    #main-vis-wrap #catch h2{
        font-size: 3.5vmax;
    }

/* 患者様案内 section id="for-patient" #for-patient 
---------------------------------------------------- */
    #for-patient .section-wrap .contents ul {
        justify-content: space-between;
    }
    #for-patient .section-wrap .contents ul li {
        height: auto;
        margin: 0 ;
        padding: 1.5rem 0;
        width: 30%;
    }
    #for-patient .section-wrap .contents ul li img{
        height: auto;
        width: 25%;
    }
    #for-patient .section-wrap .contents ul li a {
        font-size: .875rem;
        font-weight: bold;
        text-align: center;
    }
    
/* 来院案内 section id="visit-info" #visit-info 
---------------------------------------------------- */
    /* - 受付診療科一覧 */
    #today .time-table-wrap .time-table .panel ul::after {
        display: none;
    }
    #today .time-table-wrap .time-table .panel ul li {
        width: 100%;
    }

    /* TOPのみリニューアル時の表示スタイル*/
    /* -- more ボタン */
    #today ul li p.btn.more-link a{
        padding: .5rem 1rem;
    }
    
/* 来院案内リンク #visit-contents
---------------------------------------------------- */
    #visit-contents .section-wrap .contents ul li{
        margin: 1rem;
        width: calc( 50% - 2rem);
    }
    #visit-contents .section-wrap .contents ul li dl dt a {
        flex-direction: column;
        font-size: .875rem;
        justify-content: center;
        text-align: center;
    }
    #visit-contents .section-wrap .contents ul li dl dt a::after {
        height: 1.5rem;
        width: 1.5rem;
        margin: 1rem 0 0;
        transform: rotate(90deg);
    }
    
/* お知らせ #news
---------------------------------------------------- */
    #container .content #news .section-wrap header {}
    /* - カテゴリタブ */
    #news .news-tab-buttons {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #news .news-tab-buttons .news-tab-button {
        margin: 0 0 .5rem;
        width: 48%;
    }
    
/* 採用情報 #recruit
---------------------------------------------------- */
    /* 職種リンク（外部サイト） */
    #recruit .section-wrap .rec-cat-links {
        flex-direction: column;
    }
    #recruit .section-wrap .rec-cat-links li {
        background-color: rgba(255,255,255,1.00);
        position: relative;
        margin: 0 0 .5rem;
        width: 100%;
    }
    #recruit .section-wrap .rec-cat-links li:last-child {
        margin: 0;
    }
    #recruit .section-wrap .rec-cat-links li img {
        width: 25%;
    }
    #recruit .section-wrap .rec-cat-links li a {
        align-items: center;
        color: rgba(25, 44, 85, 1.00);
        display: flex;
        padding: 0 0 0 calc(25% + 1rem);
    }
    #recruit .section-wrap .rec-cat-links li a::before{
        background-color:rgba(255,255,255,0.00);
    }
    
/* HOSPAリンク #hospa
---------------------------------------------------- */
    #container .content section#hospa .section-wrap {
        flex-direction: column-reverse;
        justify-content: center;
    }
    #hospa .section-wrap header {
        width: 100%;
    }
    #hospa .section-wrap .contents {
        width: 75%;
    }
    #hospa .section-wrap .contents p {
        padding: 1rem;
    }
    #hospa .section-wrap header p.btn.more-link {
        justify-content: center;
    }    

/* 専門診療 #section-specialty
---------------------------------------------------- */
    #section-specialty .section-wrap .contents ul.specialty-center {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li {
        margin: .5rem;
        width: 30%;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li a{
        font-size: .875rem;
        font-weight: bold;
    }
    
/* がんに取り組む #section-cancer
---------------------------------------------------- */
    #container .content #section-cancer .section-wrap {
        width: 90%;
    }
    #container .content #section-cancer .section-wrap header p br {
        display: none;
    }
    /* - メインリンク */
    #section-cancer .section-wrap .cancer-link{
        flex-direction: column;
        margin: 0;
    }
    #section-cancer .cancer-link li {
        margin: 0 0 1rem;
        width: 100%;
    }
    #section-cancer .cancer-link li:last-child {
        margin: 0;
    }
    /* - サブリンク */
    #section-cancer .section-wrap .cancer-sub-link{
        flex-direction: column;
    }
    #section-cancer .section-wrap .cancer-sub-link li{
        margin: 1rem;
        width: 100%;
    }

/* コンテンツリンク #contents-links
---------------------------------------------------- */
    #contents-links .section-wrap .contents ul {
        flex-wrap: wrap;
    }
    #contents-links .section-wrap .contents ul li {
        margin: 0 0 2rem;
        width: 48%;
    }
    #contents-links .section-wrap .contents ul li:last-child ,
    #contents-links .section-wrap .contents ul li:nth-last-child(2)  {
        margin: 0;
    }
    #contents-links .section-wrap .contents ul li img {
        width: 100%;
    }
}

@media(max-width:767px) {}
@media(max-width:576px) {

    /* 共通要素
---------------------------------------------------- */
    /* セクション section */
    #container .content section {
        margin: 0 0 30px;
    }
    #container .content section .section-wrap {
        width: 94%;
    }
    /* .section-wrap > header > h2.ttl */
    section .section-wrap header h2.ttl {
        font-size: 1.5rem;
    }
    /* お知らせ・ブログ等　新着表示 .entry-list --- */
    /* - 日時・カテゴリ */
    .entry-list .section-wrap .article-list article .post-content .entry-meta {
        align-items: flex-start;
        flex-direction: column;
    }
    .entry-list .section-wrap .article-list article .post-content .entry-meta time {
        padding: 0 0 .5rem 0;
    }
    
/* 患者様案内 section id="for-patient" #for-patient 
---------------------------------------------------- */
    #for-patient .section-wrap .contents ul {
        flex-direction: column;
    }
    #for-patient .section-wrap .contents ul li {
        align-items: center;
        background:  linear-gradient(45deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
        border-radius: .5rem;
        flex-direction: row;
        justify-content: flex-start;
        height: auto;
        margin: 0 0 .5rem;
        padding: 1rem ;
        width: 100%;
    }
    #for-patient .section-wrap .contents ul li img{
        height: auto;
        width: 40px;
    }
    #for-patient .section-wrap .contents ul li a {
        font-size: 1rem;
        padding: 0 0 0 1rem;
    }
    #for-patient .section-wrap .contents ul li a br.sp{
        display: none !important;
    }
    /*
    #for-patient .section-wrap .contents ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #for-patient .section-wrap .contents ul li {
        height: 160px;
        margin: .5rem;
        padding: .5rem 0;
        width: 160px;
    }
    #for-patient .section-wrap .contents ul li a {
        padding: .5rem 0 0;
    }
    */
    
/* 来院案内 section id="visit-info" #visit-info 
---------------------------------------------------- */
    /*  - 午前・午後切り替えタブ */
    #today .time-table-wrap .tab-group {
        padding: 0;
    }
    #today .time-table-wrap .tab-group li {
        width: calc( 50% - 2rem);
    }

    /* TOPのみリニューアル時の表示スタイル*/
    /* -- more ボタン */
    #today ul:has(p.btn.more-link) {
        flex-direction: column;
    }
    #today ul:has(p.btn.more-link) li {
        margin: .5rem;
    }
    #today ul li p.btn.more-link a{
        width: 100%;
    }
    
/* 来院案内リンク #visit-contents
---------------------------------------------------- */
    #container .content #visit-contents {
        padding: 0 0 30px;
    }
    #visit-contents .section-wrap .contents ul li{
        margin: .5rem;
        width: calc( 50% - 1rem);
    }
    #visit-contents .section-wrap .contents ul li dl dd {
        padding: 1rem;
    }
    #visit-contents .section-wrap .contents ul li dl dd img {
        height: auto;
        width: 60px;
    }
    
/* お知らせ #news
---------------------------------------------------- */
    #container .content section#news {
        padding: 30px 0;
    }
    
/* 採用情報 #recruit
---------------------------------------------------- */
    /* 採用情報リンク */
    #recruit .section-wrap .recruit-link {
        padding: 1rem 0;
    }
    #recruit .section-wrap .recruit-link p.btn.more-link a{
        padding: .5rem 1rem;
    }
    #recruit .section-wrap .rec-cat-links li a {
        padding: 0 0 0 130px;
    }    
    #recruit .section-wrap .rec-cat-links li img {
        width: 120px;
    }
    
/* HOSPAリンク #hospa
---------------------------------------------------- */
    #container .content #hospa {
        margin: -30px 0 0;
    }
    #hospa .section-wrap header p.btn.more-link a {
        padding: .5rem 1rem;
    }

/* 専門診療 #section-specialty
---------------------------------------------------- */
    #container .content #section-specialty {}
    #section-specialty .section-wrap .contents ul.specialty-center {
        flex-direction: column;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li {
        aspect-ratio: auto;
        background: linear-gradient(-135deg, rgba(0,102,255,1.00), rgba(71, 214, 182, 1.00));
        border-radius: .5rem;
        margin: .5rem 0;
        padding: .25rem;
        width: 100%;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li a {
        background-color: rgba(255,255,255,1.00);
        border-radius: .25rem;
        flex-direction: row;
        font-size: 1rem;
        justify-content: space-between;
        padding: 1.5rem 1rem;
    }
    #section-specialty .section-wrap .contents ul.specialty-center li a::after {
        margin: 0;
    }
    #section-specialty .section-wrap .contents .btn.more-link a {
        padding: .5rem 1rem;
    }
    /* - スライドリンク slickスライダー */
    #section-specialty .slick-prev {
        left: -.5rem;
    }
    #section-specialty .slick-next {
        right: -.5rem;
    }

/* コンテンツリンク #contents-links
---------------------------------------------------- */
    #contents-links .section-wrap .contents ul {
        display: flex;
        justify-content: space-between;
    }
    #contents-links .section-wrap .contents ul li ,
    #contents-links .section-wrap .contents ul li:nth-last-child(2){
        display: flex;
        margin: 0 0 1rem;
        width: 100%;
    }
    #contents-links .section-wrap .contents ul li img {
        border-radius: .5rem;
        height: auto;
        width: 80px;
    }
    #contents-links .section-wrap .contents ul li a{
        flex: 1;
        padding: 0 0 0 1rem;
    }
    #contents-links .section-wrap .contents ul li a::after{
        height: 1.5rem;
        width: 1.5rem;
    }

    /* TOPのみリニューアル時の表示スタイル*/
    /* -- サブリンク */
    #contents-links .section-wrap .contents .contents-sub-link li{
        width: 100%;
    }
}

@media (max-width: 460px) {}

@media(max-width:420px) {}

/*モバイル画面横向きの際*/
@media(orientation: landscape) {
    #container .content #front-top {
        height: auto;
    }
}