/* 
＿＿＿＿＿＿＿＿＿タブレット＿＿＿＿＿＿＿＿＿
@media screen and (max-width: 768px){

    }
}
＿＿＿＿＿＿＿＿＿モバイル＿＿＿＿＿＿＿＿
@media screen and (max-width: 480px){

    }
} */

/*共通*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');


html {
    font-size: 62.5%;
    /*1rem=10px*/
    font-family: serif;
    color: #114370;
}

/*全体____body____*/
body {
    font-size: 1.7rem;
    line-height: 3.1rem;
    margin: 0;
    font-family: "Literata", "BIZ UDMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body a {
    text-decoration: none;
    color: inherit;
}

span {
    text-decoration: underline;
  }
span[class*="big"]{
    font-size: 2rem;
  }
span[class*="noline"] {
    text-decoration: none;
}
h2{
    font-size: 2.5rem;
}
.big{
    font-size: 2rem;
}
.pbig{
    font-size: 1.7rem;
    text-decoration: none;
}
@media screen and (max-width: 480px){
    body{font-size: 1.5rem;
        line-height: 2.8rem;}
    h1, h1[class] {font-size: 2.5rem;}
    h2, h2[class]{font-size: 2rem;}
    .pbig{font-size: 1.65rem;}
    .big{font-size: 1.7rem;}
    span[class*="big"]{
        font-size: 1.7rem;
      }
}
.bold{
    font-weight:bold
}




/*****************************************＿＿＿＿＿＿＿＿＿＿メインビジュ＿＿＿＿＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿＿＿＿＿＿＿main＿＿＿＿＿＿＿＿＿＿＿＿＿**************************************************/
.main {
    display: flex;
    /* background-color: rgb(117, 210, 162);  */
    min-width: 1024px;
}
@media screen and (max-width: 480px){
    .main {min-width:auto
}
}

.main_visual {
    position: relative;
    /* background-color: aqua; */
    width: calc(100% - 4rem)/*計算式*/
}

.main_visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 480px){
    .main_visual img{
        width: 100%;
        height: 500px;
        border-radius: 0 65px 0 0;
    }
}

.main_visual p {
    font-size: 3.5rem;
    color: #336699;
    writing-mode: vertical-rl;/*縦書き*/
    position: absolute;
    top: 10%;
    right: 5%;
    display: block;
    line-height: 4.7rem;
    letter-spacing: 0.5rem;
    /* background-color: yellowgreen; */
    -webkit-text-stroke: 7px #ffffff;/*ベンダープレフィックス*/
    text-stroke: 7px #ffffff;/*1px赤色縁取り*/
    paint-order: stroke;
}

@media screen and (max-width: 480px){
    .main_visual p{
        writing-mode:horizontal-tb;
        right: auto;
        left: 7%;
        line-height: 3rem;
    }
}
@media screen and (max-width: 480px){
    .main_visual p{
        font-size: 2.1rem;
        top: 5%
    }
}

.main_visual_side {
    writing-mode: vertical-rl;
}

.main_side_p {
    margin: auto;
    display: flex;
}
@media screen and (max-width: 480px){
    .main_side_p{
    }
}

/*コンテンツ____content____*/
.content {
    position: relative;
    margin: auto;
    min-width: 1024px;
}
@media screen and (max-width: 480px){
    .content {min-width: auto;}
}


/*****************************************＿＿＿＿＿＿＿＿＿＿お知らせ＿＿＿＿＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿＿＿＿information＿_＿＿＿＿＿＿＿＿**************************************************/
.information {
    margin: 50px 0;
    text-align: center;
    padding: 0 0 0 15px;
    /* background-color: brown; */
}

.information_ul {
    width: 70%;
    list-style: none;
    padding-left: 0;
    margin: auto;
    /* background-color: #4007a2; */
    display: block;
}
@media screen and (max-width: 768px){
    .information_ul {
        width: 90%;
    }
}

.information_ul li {
    border-top: 1px solid #114370;
    line-height: 2rem;
    align-items: center;
    /* background-color: yellowgreen; */
    padding: 15px 10px;
    text-align: left;
}
.information_ul a{
    width: 100%;
    display: flex;
    align-items: center;
}
.information_ul p{
    margin: 0 auto 0 0;
    width: fit-content;
}
.information_ul_li-03 {
    border-bottom: 1px solid #114370;
}

.information_title_box {
    justify-content: space-between;
    display: flex;
    width: 70%;
    margin: auto;
    /* background-color: violet; */
}
@media screen and (max-width: 768px){
    .information_title_box  {
        width: 90%;
    }
}

.information_li_icon02 {
    margin: 0 0 0 auto;
    display: inline-block;
    height: 2.5rem;
}

.information_li_icon {
    height: 2.5rem;
    padding: 0 10px 0 10px;
    margin: 0 auto 0 0;
}

.information_title {
    /* background-color: yellowgreen; */
    width: fit-content;
    display: flex;
    align-items: center;
}

.information_title img {
    margin: 0 0 0 5px;
    width: 15px;
}
/*****************************************＿＿＿＿＿＿＿＿＿＿メニュー＿＿＿＿＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿＿＿＿＿＿menu＿＿＿＿＿＿＿＿＿＿＿＿**************************************************/
.menu {
    text-align: center;
    min-width: 1024px;
}
@media screen and (max-width: 480px){
    .menu {min-width: auto;}
}

/*****************************************＿＿＿＿＿＿旧＿＿＿＿メニュー＿＿＿＿旧＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿＿＿＿＿＿menu＿＿＿＿＿＿＿＿＿＿＿＿**************************************************/


.menu{
    position: relative;
    margin: 6% 0 6% 0;
}

.menu_back {
    background-color: hsla(190, 46%, 69%, 1);
    background-image:
        radial-gradient(at 93% 94%, rgb(35, 183, 228) 0px, transparent 50%),
        radial-gradient(at 9% 12%, hsla(217, 68%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 78% 14%, hsla(190, 46%, 69%, 1) 0px, transparent 50%),
        radial-gradient(at 32% 72%, rgb(63, 236, 222) 0px, transparent 50%);
        height: fit-content;
        background-size:100% 100%;
        width: 100%;
        height: 100%;
}

.menu_back::before {
    position: absolute;
    content: "";
    background-color:#ffffff;
    height: 100px;
    width: 100%;
    margin: auto;
    display: block;
    top: 0px;
}
@media screen and (max-width: 480px){
    .menu_back::before{
        height: 100%;
        width: 20%;
    }
}

.menu_back::after {
    position: absolute;
    content: "";
    background-color:#ffffff;
    height: 100px;
    width: 100%;
    margin: auto;
    display: block;
    bottom: 0px;
}
@media screen and (max-width: 480px){
    .menu_back::after{
        display: none; 
    }
}

.menu_ulin {
    width: 96%;
    margin: auto;
    padding: 0 0 0 20px;
    text-align: center;
    position: relative;
}

.menu_ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
}
@media screen and (max-width: 480px){
    .menu_ul{
        grid-template-columns: 1fr
    }
}

.menu_outbox ,.menu_outbox_none {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0% 0% 0% 0%;
    text-align: center;
    margin: 8% 8% 8% 8%;
    box-shadow: 10px 10px 10px #00000032;
    position: relative;
    height: fit-content;

}
@media screen and (max-width: 480px){
    .menu_outbox ,.menu_outbox_none {
        margin: 4% 4% 2% 4%;
        height:fit-content;
        flex-direction:column;
    }
}

.menu_outbox a ,.menu_outbox_none_a{
    position: relative;
    /* background-color: aqua; */
    height: 100%;
    display: block;
    height: fit-content;
}

@media screen and (max-width: 480px){
    .menu_outbox a  ,.menu_outbox_none_a{
        display: flex;
        border-radius: 15px;
        padding: 0% 0% 0% 0%;
        height: fit-content;
    }
}
.menu_outbox_none {
    height: fit-content;
    padding-bottom: 30px;
    /* background-color: yellowgreen; */
}
@media screen and (max-width: 480px){
    .menu_outbox_none{
        padding-bottom: 0;
        padding-right: 40px;
    }
}
.menu_outbox_none p{
    color: rgb(137, 137, 137);
}


.menu_img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    
}
@media screen and (max-width: 480px){
    .menu_img{
        display: block;
        object-position: center;
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}


@media screen and (max-width: 480px){
    .menu_outbox_top{
        width: 60%;
        border-radius: 15px 0 0 15px;
        /* background-color: yellow; */
        overflow: hidden;
    }
}

.menu_outp  {
    margin: 0% 8% 0 8%;
    /* background-color: tomato; */
    width: auto;
    height: calc(2.5rem * 5);
}

.menu_outp_outbox{
    position: relative; /* 擬似要素の基準 */
    margin: 0% 8% 0 8%;
    /* background-color: tomato; */
    width: auto;
    height: calc(2.5rem * 7);
}
@media screen and (min-width: 1710px){
    .menu_outp,
    .menu_outp_outbox{
        height: calc(2.5rem * 3);
        /* background-color: yellowgreen; */
    }
}
@media screen and (max-width: 1710px){
    .menu_outp,
    .menu_outp_outbox{
        height: calc(2.5rem * 4);
        /* background-color: yellowgreen; */
    }
}
@media screen and (max-width: 1208px){
    .menu_outp,
    .menu_outp_outbox{
        height: calc(2.5rem * 5.5);
        /* background-color: yellowgreen; */
    }
}

@media screen and (max-width: 480px){
    .menu_outp ,.menu_outp_outbox {
        display: none
    }
}

.menu_inbox {
    background-color: #ffffff;
    width: 100px;
    height: fit-content;
    border-radius: 5px;
    margin: auto;
    padding: 14px 14px 14px 14px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
}
@media screen and (max-width: 480px){
    .menu_inbox{
        display: none;
    }
}

.menu_p_big{
    margin: 15px 0 0 0;
}
@media screen and (max-width: 480px){
    .menu_p_big {
        margin: 0 0 0 15px;
    }
}

.menu_outbox_bottom::before {
    content: "";
    display: block;
    width: 100px;
    height: 45px;
}
@media screen and (max-width: 480px){
    .menu_outbox_bottom::before{
        display: none;
        /* background-color: yellowgreen; */
    }
}

.menu_icon {
    width: 40px;
    margin: auto;
    align-items: center;
}

.menu_outbox_bottom {
    position: relative;
    padding: 0 0 10px 0;
}
@media screen and (max-width: 480px){
    .menu_outbox_bottom{
        /* background-color: rgb(255, 160, 160); */
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 10px 0 0;
    }
}

.menu_outbox summary{
    position: relative;
    /* background-color: rosybrown; */
    height: fit-content;
}
@media screen and (max-width: 480px){
    .menu_outbox summary{
        display: flex;
        padding: 0 0 0 0;
        /* background-color: steelblue; */
        text-align: left;
        width: 100p;
    }
}

.menu_outbox_icon{
    height: 25px;
    display: block;
    margin: 0 auto 15px auto;
}

@media screen and (max-width: 480px){
    .menu_outbox_icon{
        position: relative;
        bottom: 0;
        margin: auto;
        padding: 0 10px;
    }
}
details[open] .menu_li_summary .menu_outbox_icon {
    background: url(img/10_icon2.png) no-repeat center;
  }

/*********アコーディオン*********/

summary::-webkit-details-marker {
    display: none;
    position: relative;
}/*矢印消すサファリ用*/

summary {
    display: block;
    position: relative;
}/*矢印消すサファリ以外*/

.menu_outbox_inaccordion {
    font-size: 2rem;
    color: #4007a2;
    text-align: left;
}

.menu_outbox_inaccordion li {
    border-top: #114370 1px solid;
    padding: 5%;
}

.menu_outbox_inaccordion {
    list-style: none;
    padding-left: 0;
    margin: 5% 10% 0% 10%;
}

/*メニュー下段___small___*/
.menu_ul_small {
    list-style: none;
    padding-left: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* background-color: yellowgreen; */
    z-index: 99;
}
@media screen and (max-width: 768px){
    .menu_ul_small{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 480px){
    .menu_ul_small{
        grid-template-columns: 1fr;
    }
}

.menu_li_small_nosummary {
    font-size: 2rem;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 3% 6% 3% 6%;
    box-shadow: 10px 10px 10px #00000032;
    height: fit-content;
}
@media screen and (max-width: 768px){
    .menu_li_small_nosummary {
        margin: 4% 4% 2% 4%;
    }
}

.menu_li_small_nosummary_a{
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
}

.menu_li_small_summary_aut {
    font-size: 2rem;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 3% 6% 3% 6%;
    box-shadow: 10px 10px 10px #00000032;
    height: fit-content;
    align-items: center;}
    
@media screen and (max-width: 768px){
    .menu_li_small_summary_aut{
        margin: 4% 4% 2% 4%;
    }
 }
.menu_li_small_summary_aut details{
    height: fit-content;
    /* background-color: yellowgreen; */
    padding: 0
}

.menu_icon_small {
    width:10%;
    margin: 10% 5%;
}

.menu_icon_link {
    margin: 0 5% 0 auto;
    width: 25px;
}


/*********アコーディオン！！！！！下！！！！*********/

.menu_li_small_summary{
    display: flex;
    height: 100%;
    align-items: center;
    /* background-color: violet; */
}

.menu_li_small_ul li{
    border-top: #114370 1px solid;
    padding: 5%;
    text-align: left;
}
.menu_li_small_ul{
    list-style: none;
    padding-left: 0;
    margin: 5% 0 0% 0;
    color: #4007a2;
}

/******************************************＿＿＿＿＿＿＿＿＿＿ワードプレス＿＿＿＿＿＿＿＿＿＿＿***************************************************
*******************************************＿＿＿＿＿＿＿＿＿＿＿WordPress＿＿＿＿＿＿＿＿＿＿＿*************************************************/

.WordPress{
    position: relative;
    margin: 6% 0 6% 0;
    /* background-color: yellowgreen */
    min-width: 1024px;
}
@media screen and (max-width: 480px){
    .WordPress {min-width: auto;}
}
.WordPress_title{
    display: flex;
    z-index: 99;
    position: relative;
    margin: 0 auto -30px auto;
    width: fit-content;
    /* background-color: yellowgreen; */
}
.WordPress_URL{
    margin: 0 20px 0 auto;
    width: fit-content;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 596px){
    .WordPress_title{
        margin-bottom: 5px;
        text-align: center;
        padding-left: 15px;
    }
    .WordPress_URL{
        margin-bottom: -10px;
        /* background-color: aqua */
    }
}
.WordPress_URL img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0 0 10px;
}
.WordPress_URL p{
    color: gray;
    border-bottom: none;
}

.WordPress_back {
    background-color: hsla(190, 46%, 69%, 1);
    background-image:
        radial-gradient(at 93% 94%, rgb(217, 197, 254) 0px, transparent 50%),
        radial-gradient(at 9% 12%, hsla(217, 68%, 70%, 1) 0px, transparent 50%),
        radial-gradient(at 78% 14%, hsla(190, 46%, 69%, 1) 0px, transparent 50%),
        radial-gradient(at 32% 72%, rgb(63, 236, 222) 0px, transparent 50%);
        height: fit-content;
        background-size:100% 100%;
        width: 100%;
        height: 100%;
        z-index: 1;
}

.WordPress_back::before {
    position: absolute;
    content: "";
    background-color:#ffffff;
    height: 50px;
    width: 100%;
    margin: auto;
    display: block;
    top: 0px;
}
@media screen and (max-width: 480px){
    .WordPress_back::before{
        height: 100%;
        width: 20%;
    }
}

.WordPress_back::after {
    position: absolute;
    content: "";
    background-color:#ffffff;
    height: 50px;
    width: 100%;
    margin: auto;
    display: block;
    bottom: 0px;
}
@media screen and (max-width: 480px){
    .WordPress_back::after{
        display: none; 
    }
}

.WordPress_ulin {
    width: 96%;
    margin: auto;
    padding: 0 0 0 20px;
    text-align: center;
    position: relative;
    /* background-color: rgb(46, 123, 85); */
    z-index: 99;
}

.WordPress_ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
}
@media screen and (max-width: 480px){
    .WordPress_ul{
        grid-template-columns: 1fr
    }
}

.WordPress_outbox ,.WordPress_outbox_none  {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0% 0% 5% 0%;
    text-align: left;
    margin: 8% 8% 8% 8%;
    box-shadow: 10px 10px 10px #00000032;
    position: relative;
    height: fit-content;

}
@media screen and (max-width: 480px){
.WordPress_outbox_none{
    display: none;
}
}

@media screen and (max-width: 768px){
    .WordPress_outbox ,.WordPress_outbox_none {
        margin: 4% 4% 2% 4%;
    }
}

.WordPress_outbox a ,.WordPress_outbox_none a {
    position: relative;
    /* background-color: aqua; */
    height: 100%;
    display: block;
}


.WordPress_outbox p, .WordPress_outbox_none p{ 
    margin: 0% 8% 0 8%;
}

.WordPress_img {
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
}

.WordPress_outp  {
    margin: 0% 8% 0 8%;
    /* background-color: tomato; */
    width: auto;
    height: calc(2.5rem * 5);
}
.WordPress_outp_outbox {
    position: relative; /* 擬似要素の基準 */
    margin: 0% 8% 0 8%;
    /* background-color: tomato; */
    width: auto;
    height: calc(2.5rem * 3);
}
.p_small_comingsoon{
    width: auto;
    height: calc(2.5rem * 6.4);
}

@media screen and (max-width: 480px){
    .p_small_comingsoon{
        height: calc(2.5rem * 2)

    }
}

.WordPress_p_big{
    font-size: 2rem;
    padding: 10px 0 0 0;
    height: calc(2.5rem * 3);
    /* background-color: yellowgreen; */
}

.WordPress_outbox_icon{
    height: 15px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0 0 5px 0;
}

.WordPress_count{
    margin: 0 0 0 auto;
    width: fit-content;
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translateY(0);
    line-height: 1; /* 余計な高さをなくす */
}
.p_small ,.p_small_comingsoon{
    padding: 10px 0 10px 0;
}
.WordPress_li_a__comingsoon{
    color: rgb(137, 137, 137);
    text-align: center;
}
/*****************************************＿＿＿＿＿＿＿＿＿＿各種専門外来＿＿＿＿＿＿＿＿＿＿＿***************************************************
*****************************************＿＿＿＿＿＿＿＿＿＿＿specialty＿＿＿＿＿＿＿＿＿＿＿**************************************************/

/* li外共通 */
.specialty{
    text-align: center;
    position: relative;
    margin: 6% 0 6% 0;
    min-width: 1024px;
}
@media screen and (max-width: 480px){
    .specialty{
        margin-bottom: 50px;
        min-width: auto;
    }
}
.specialty_back{
    background-color: hsla(207, 100%, 84%, 1);
    background-image:
        radial-gradient(at 96% 38%, hsla(207, 100%, 84%, 1) 0px, transparent 50%),
        radial-gradient(at 69% 39%, hsla(224, 59%, 65%, 1) 0px, transparent 50%),
        radial-gradient(at 38% 38%, hsla(207, 100%, 84%, 1) 0px, transparent 50%),
        radial-gradient(at 13% 42%, hsla(224, 59%, 65%, 1) 0px, transparent 50%);
    height: fit-content;
}
.specialty_back::before{
    position: absolute;
    content: "";
    /* background-color:#583d3d; */
    height: 100px;
    width: 100%;
    display: block;
    top: 0px;
}
@media screen and (max-width: 480px){
    .specialty_back::before{
        height: 100%;
        width: 20%;
        background-color: #ffffff;
    }
}

.specialty_back::after{
    position: absolute;
    content: "";
    /* background-color:#583d3d; */
    height: 100px;
    width: 100%;
    display: block;
    bottom: 0px;
}


.specialty_ul{
    list-style: none;
    padding-left: 0;
    width: 96%;
    padding: 0 0 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin: auto;
    font-size: 2rem;
}
@media screen and (max-width: 768px){
    .specialty_ul{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}@media screen and (max-width: 480px){
    .specialty_ul{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, 1fr);
    }
}

/* 各li */
.specialty_li_big{
    grid-row: 1/3;
    background-color: #ffffff;
    box-shadow: 10px 10px 10px #00000032;
    margin: 3% 6% 3% 6%;
    border-radius: 15px;
    z-index: 99;
}
@media screen and (max-width: 768px){
    .specialty_li_big{
        grid-row: 1;
        margin: 4% 4% 2% 4%;
    }
}
.specialty_li_small{
    background-color: #ffffff;
    box-shadow: 10px 10px 10px #00000032;
    margin: 3% 6% 3% 6%;
    border-radius: 15px;
    z-index: 99;
}
@media screen and (max-width: 768px){
    .specialty_li_small{
        margin: 4% 4% 2% 4%;
    }
}


.specialty_big_a{
    display: flex;
    height: 100%;
    border-radius: 15px;
}
.specialty_small_a{
    display: flex;
    height: 100%;
    border-radius: 15px;
}


.specialty_img_big_box{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px){
    .specialty_img_big_box{
        width: 30%;
        height: auto;
    }
}
.specialty_img_small_box{
    width: 30%;
    height: auto;
}


.specialty_img_big{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 0  0 15px;
}
.specialty_img_small{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 0  0 15px;
}


.specialty_big_in{
    text-align: center;
    width: 100%;
    border-radius: 0 15px 15px 0;
    padding: 2% 4% 2% 4%;
    margin: auto;
}
@media screen and (max-width: 768px){
    .specialty_big_in{
        display: flex;
        align-items: center;
    }
}
.specialty_big_in img,p{
    margin: 5px 0;
}

.specialty_small_in{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 0 15px 15px 0;
    padding: 2% 4% 2% 4%;
}

.specialty_big_in img{
    margin:  0 0 0 auto
}
.specialty_small_in img{
    margin:  0 0 0 auto
}


.specialty_icon_foot{
    width: 40px;
}
@media screen and (max-width: 768px){
    .specialty_icon_foot{
        display: none;
    }
}

/* li内共通 */
.specialty_font_mini{
    font-size: 1.5rem;
}
@media screen and (max-width: 768px){
    .specialty_font_mini{
        display: none;
    }
}



/*****************************************＿＿＿＿＿＿＿＿＿＿ヴィジュアル＿＿＿＿＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿＿＿＿＿＿visual＿＿＿＿＿＿＿＿＿＿＿___*************************************************/
.visual {
    margin: 6% 4% 6% 4%;
    padding: 0 0 0 15px;
    text-align: center;
    height: fit-content;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.visual_img_big1 {
    grid-column: 1 / 3;
}

.visual_img_big2 {
    grid-column: 3 / 5;
}

.visual_img_big3 {
    grid-column: 1 / 3;
}

.visual_img_small1 {
    grid-column: 3 / 4;
}

.visual_img_small2 {
    grid-column: 4 / 5;
}

.visual img {
    width: 100%;
    height: 100%;
}
/*****************************************＿＿＿＿＿＿＿＿＿＿院長紹介＿＿＿＿＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿_＿＿directorinfo＿＿＿＿＿＿＿___*************************************************/
.directorinfo{
    margin: 6% 4% 6% 4%;
    padding: 0 0 0 15px;
    min-width: calc(1024px - 8%);
}
@media screen and (max-width: 480px){
    .directorinfo{
        margin-bottom: 50px;
        min-width: auto;
    }
}
.directorinfo h2{
    text-align: center;
    margin: auto;
}
.directorinfo_border {
    border-top: 1px solid #114370;
    margin: 20px 0 20px 0;
}

.directorinfo_content {
    width: 100%;
    display: grid;
    grid-template-columns: 0.6fr 1fr 1fr 0.4fr;
    /* background-color: turquoise; */
}
@media screen and (max-width: 1200px){
    .directorinfo_content{
        grid-template-columns: 0.3fr 1fr 
    }
}
@media screen and (max-width: 480px){
    .directorinfo_content{
        grid-template-columns: 1fr
    }
}
.directorinfo_url{
    color: #4007a2;
    border-bottom: #4007a2 solid 1px;
    
}
.directorinfo_box{
    /* background-color: yellowgreen; */
    text-align: center;
}
.directorinfo_box img{
    width: 60%;
    padding-top: 0.4em;
}
@media screen and (max-width: 480px){
    .directorinfo_box img{
        width: 40%;
    }
}
.directorinfo_pbox{
    /* background-color: violet; */
    padding: 0 0 0 20px;

}
@media screen and (max-width: 1200px){
    .directorinfo_pbox{
        padding: 0 0 0 20px;
        margin: 0 0 15px 0;
    }
}
@media screen and (max-width: 480px){
    .directorinfo_pbox{
        padding: 0 0 0 0;
    }
}
.directorinfo_ulbox{
    /* background-color: yellow; */
    padding: 0 0 0 20px;
}
.directorinfo_ulbox ul{
    list-style: '●';
    margin-left: -10px;
}
.directorinfo_ulbox li{
    text-indent: 10px;
}
@media screen and (max-width: 1200px){
    .directorinfo_ulbox{
        grid-row: 2/3;
        grid-column: 2/3;
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 480px){
    .directorinfo_ulbox{
        grid-row: 3;
        grid-column: 1;
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
    }
}
.directorinfo_imgbox{
    padding: 0 30px;
    margin: auto;
}
@media screen and (max-width: 1200px){
    .directorinfo_imgbox{
        grid-row: 2/3;
        grid-column: 1/2;
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    .directorinfo_imgbox{
        grid-row: 4;
        grid-column: 1;
        padding: 0 0 0 0;
        margin: auto;
    }
}


/*****************************************＿＿＿＿＿＿＿＿＿＿診療案内とアクセス＿＿＿＿＿＿＿＿＿＿＿***************************************************
******************************************＿＿＿＿＿＿＿＿＿___＿＿guidance＿＿＿＿＿＿＿＿＿＿＿___*************************************************/
.guidance {
    margin: 6% 4% 6% 4%;
    padding: 0 0 0 15px;
    min-width: calc(1024px - 8%);
}
@media screen and (max-width: 480px){
    .guidance {min-width: auto;}
}
.guidance h2{
    text-align: center;
    margin: auto;
}
.guidance_border {
    border-top: 1px solid #114370;
    margin: 20px 0 20px 0;
}

.guidance_content {
    display: flex;
}
@media screen and (max-width: 480px){
    .guidance_content{
        flex-flow: column;
    }
}

/*診療案内_____medical-info*/
.guidance_medical-info {
    width: 50%;
    margin: 0 2% 0 0;
}
@media screen and (max-width: 480px){
    .guidance_medical-info{
        width: 100%;
        text-align: center;
    }
    .guidance_medical-info p{
        text-align: left;
    }
}

.guidance img {
    width: 80%;
    margin: 30px 0 0 0;
}
@media screen and (max-width: 480px){
    .guidance img{
        width: 100%;
    }
}


.guidance_p_big {
    font-size: 2rem;
    margin: -10px 0 0 0;
}

.guidance th,
td {
    border-bottom: 1px solid #114370;
    border-top: 1px solid #114370;
    padding: 15px 0;
}
@media screen and (max-width: 480px){
    .guidance th,td{
        padding: 15px 0 15px 0;
        text-align: center;}
    }


.guidance_tabele {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.guidance_tabele_box {
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 480px){
    .guidance_tabele_box {
        width: 100%;
    }
}

.guidance_tabele_a{
    color: #4007a2;
}

/*交通アクセス_____acccess_____*/
.guidance_access {
    width: 50%;
    margin: 0 0% 0 0;
}
@media screen and (max-width: 480px){
    .guidance_access{
        width: 100%;
        border-top: #114370 1px solid;
    }
}
.guidance_access iframe {
    width: 100%;
}


.guidance_access_a{
    color: #4007a2;
}


/*外来担当医表_____shinryou*/
.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    background-color: #fff;
    border: none;
}