/* お知らせ重要　バナー */
.bnr_container {
}
.bnr_wrap {
width: 70%;
display: flex;
justify-content: center;
align-items: flex-start;
margin:60px auto 60px auto;
padding:20px 0 20px 0;
text-align: center;
line-height: 1.5;
border:3px solid red;
border-radius:6px;
}
.bnr_wrap a {
color:inherit;
text-decoration: none;
}
.bnr_wrap a:hover {
opacity:.7;
}
.important {
padding:5px 7px;
margin-right:10px;
border-radius: 2.5px;
font-size:22px;
color:#fff;
background: red;
}
.bnr {
display: inline-block;
vertical-align: bottom;
line-height: 1.5;
font-size:20px;
}
.type-kaido_news {
display: flex;
margin-bottom:10px;
}
.news_date {
width: 22%;
}
.news_title {
width: 78%;
}
/* お知らせ重要　バナー */

html, body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

img {
    width: 100%;
    display: block;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


@media all and (min-width: 641px) {
    .sp {
        display: none;
    }
    /*====================
  header
  ====================*/
    header {
        width: 100%;
        padding: 25px 0 30px;
        min-width: 1000px;
    }
    .header_wrap{
      max-width:1250px;
      margin: auto;
    }
    #h_logo{
      margin: 0 20px;
      display: inline-block;
    }
    #h_logo a{
      display: block;
      width: 100%;
      text-decoration: none;
      color: #000;
    }
    #h_logo a::before{
      content:'';
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url('../img/logo.svg') center center no-repeat;
      vertical-align: middle;
    }
    #h_logo_name{
      display: inline-block;
      vertical-align: middle;
      margin: 2px 0 0 10px;
    }
    #h_logo_name p{
      font-size: 1.3rem;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 1.3;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    #h_logo_name h1{
      font-size: 3.0rem;
      letter-spacing: 5px;
      line-height: 1.3;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    .header_list {
        float: right;
		margin: 14px 20px 0 0;
    }
    .header_list li {
        display: inline-block;
        vertical-align: middle;
    }
	.header_list a{
		text-decoration: none;
		color: #000;
	}
    .access {
        width: 220px;
        font-size: 1.2rem;
        line-height: 1.5;
        clear: both;
        margin-bottom: -8px;
    }
    .access::before {
        content: url("../img/icon_access.png");
        float: left;
        margin: 0 5px 0 0;
    }
    .h_tel{
      color: #993399;
      font-size: 2rem;
      display: inline-block;
      vertical-align: top;
    }
    .h_tel p::before{
      content: url("../img/icon_tel.png");
      display: inline-block;
      position: relative;
      top: 4px;
      margin: 0 5px 0 0;
    }
    #s_form {
        position: relative;
        width: 200px;
        height: 24px;
        background: #eaeaea;
        border-radius: 5px;
        margin: 12px 20px 12px;
    }
    #s_keywords {
        width: 176px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #eaeaea;
        border: 1px solid #eaeaea;
        border-radius: 5px;
    }
    #search_btn {
        position: absolute;
        top: 2px;
        left: 178px;
    }
    /*====================
  slide_area
  ====================*/
    .slide_area {
        position: relative;
        width: 100%;
        min-width: 1000px;
    }
    .main_text {
        position: absolute;
        top: 24%;
        left: calc(50% - 250px);
        width: 500px;
        background: url('../img/title_bg.png') center center no-repeat;
        text-align: center;
        padding: 60px 0;
    }
    .main_text h2 {
        font-size: 3rem;
		font-weight: bold;
        margin: 0 0 10px;
        letter-spacing: 5px;
	    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    .main_text p {
        font-size: 2rem;
        font-weight: bold;
	    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		line-height: 1.5;
    }
    /*====================
  main_area
  ====================*/
    .main_area {
        background-color: #e8e8e8;
        min-width: 1000px;
    }
    .main_container {
        width: 1000px;
        margin: 0 auto;
        padding: 12.5px;
    }
    .main_menu li {
        width: 300px;
        height: 218px;
        margin: 12.5px;
        float: left;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        list-style: none;
    }
    .main_menu li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .main_menu li:first-child a {
        background: url("../img/nav_box01.jpg");
    }
    .main_menu li:last-child a {
        background: url("../img/nav_box02.jpg");
    }
    .main_menu li:first-child a:hover {
        background: url("../img/nav_box01_ro.jpg");
    }
    .main_menu li:last-child a:hover {
        background: url("../img/nav_box02_ro.jpg");
    }
    .news {
        width: 625px;
        height: 218px;
        float: left;
        margin: 12.5px 12.5px 10px;
    }
    .news h3 {
        width: 100%;
        font-size: 2rem;
        color: #fff;
        background: #40c2f2;
        text-align: center;
        line-height: 2;
    }
    .news_text {
        padding: 10px 20px;
        font-size: 14px;
    }
    .news_text p {
        line-height: 1.5;
    }
    .info {
        width: 625px;
        height: 156px;
        float: right;
        margin: 12.5px 12.5px 10px;
    }
    .info h3 {
        width: 100%;
        font-size: 2rem;
        color: #fff;
        background: #0f6fa9;
        text-align: center;
        line-height: 2;
    }
    .subject {
        width: 305px;
        float: left;
    }
    .consultation {
        margin-left: 15px;
        width: 305px;
        float: left;
    }
    .subject_text, .consultation_text{
        padding: 10px 5px;
        font-size: 14px;
    }
    .col1 {
        display: inline-block;
        width: 100px;
        vertical-align: top;
    }
    .col1:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 20px;
        margin: 0 5px 0 0;
        background: #d2d2d2;
        vertical-align: top;
    }
    .col2 {
        display: inline-block;
        vertical-align: top;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    .recruit {
        width: 300px;
        height: 156px;
        float: left;
        margin: 12.5px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    }
    .recruit a {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../img/bnr_recruit.jpg") center no-repeat;
        background-size: cover;
    }
    .recruit a:hover {
        background: url("../img/bnr_recruit_ro.jpg") center no-repeat;
        background-size: cover;
    }
    .under_bnr {
        width: 625px;
        float: right;
        margin: 12.5px 12.5px 12.5px 0;
    }
    .under_bnr li {
        width: 305px;
        height: 50px;
        float: left;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    }
    .under_bnr li:first-child {
        margin: 0 15px 0 0;
    }
    .under_bnr li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .under_bnr li:first-child a {
        background: url("../img/bnr_medical.jpg") center no-repeat;
        background-size: cover;
    }
    .under_bnr li:last-child a {
        background: url("../img/bnr_psychiatry.jpg") center no-repeat;
        background-size: cover;
    }
    .under_bnr li:first-child a:hover {
        background: url("../img/bnr_medical_ro.jpg") center no-repeat;
        background-size: cover;
    }
    .under_bnr li:last-child a:hover {
        background: url("../img/bnr_psychiatry_ro.jpg") center no-repeat;
        background-size: cover;
    }
    /*====================
  banner_area
  ====================*/
    .banner_area {
        width: 100%;
        background: #fff;
    }
    .banner_container {
        width: 1000px;
        margin: 0 auto;
        padding: 25px;
    }
    .bnr_left {
        width: 300px;
        height: 156px;
        float: left;
    }
    .bnr_left a {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../img/bnr_logo.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_left a:hover {
        background: url("../img/bnr_logo_ro.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_right {
        width: 625px;
        height: 156px;
        margin: 0 0 0 25px;
        float: left;
    }
    .bnr_hospital {
        width: 100%;
    }
    .bnr_hospital li {
        position: relative;
        width: 306px;
        height: 72px;
        float: left;
    }
    .bnr_hospital li:first-child {
        margin: 0 13px 12px 0;
    }
    .bnr_hospital li:nth-child(2) {
        margin: 0 0 12px 0;
    }
    .bnr_hospital li:nth-child(3) {
        margin: 0;
    }
    .bnr_hospital li:last-child {
        margin: 0 0 0 13px;
    }
    .bnr_hospital li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .bnr_hospital li:first-child a {
        background: url("../img/bnr_oume.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:nth-child(2) a {
        background: url("../img/bnr_kaido.jpg") center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:nth-child(3) a {
        background: url("../img/bnr_zaitaku.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:last-child a {
        background: url("../img/bnr_mental.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:first-child a:hover {
        background: url("../img/bnr_oume_ro.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:nth-child(2) a:hover {
        background: url("../img/bnr_kaido_ro.jpg") center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:nth-child(3) a:hover {
        background: url("../img/bnr_zaitaku_ro.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:last-child a:hover {
        background: url("../img/bnr_mental_ro.jpg")center no-repeat;
        background-size: cover;
    }
    .bnr_hospital li:first-child a:hover::after {
        content: url("../img/hukidashi_oume.png");
        position: absolute;
        top: -110px;
        left: -30px;
        z-index: 100;
    }
    .bnr_hospital li:nth-child(2) a:hover::after {
        content: url("../img/hukidashi_kaido.png");
        position: absolute;
        top: -130px;
        left: -30px;
        z-index: 100;
    }
    .bnr_hospital li:nth-child(3) a:hover::after {
        content: url("../img/hukidashi_zaitaku.png");
        position: absolute;
        top: -130px;
        left: -30px;
        z-index: 100;
    }
    .bnr_hospital li:last-child a:hover::after {
        content: url("../img/hukidashi_mental.png");
        position: absolute;
        top: -90px;
        left: -20px;
        z-index: 100;
    }
    /*====================
  footer
  ====================*/
    footer {
        width: 100%;
        margin: auto;
        font-size: 1.4rem;
        background:linear-gradient(90deg,#cccccc 0%,#cccccc 50%,#ffffff 50%,#ffffff 100%);
        border-top: 2px solid #cccccc;
        border-bottom: 2px solid #cccccc;
    }
    .footer_wrap{
      width: 1000px;
      margin: auto;
    }
    #f_logo{
      width: 250px;
    }
    #f_logo a{
      text-decoration: none;
      color: #000;
    }
    #f_logo a::before{
      content:'';
      display: inline-block;
      width: 48px;
      height: 48px;
      background: url('../img/logo.svg') center center no-repeat;
      vertical-align: middle;
    }
    #f_logo_name{
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px;
    }
    #f_logo_name p:first-child{
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 1.2;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
    #f_logo_name p:last-child{
      font-size: 2.4rem;
      letter-spacing: 2px;
      line-height: 1.5;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    #f_logo_address{
      font-size: 1.2rem;
      line-height: 2;
	  margin: 10px 0 0;
    }
    .footer_container {
        background: #fff;
        width: 1000px;
    }
    .foot_left {
        background: #cccccc;
        float: left;
        width: 300px;
        height: 560px;
        padding: 20px;
    }
    .foot_right {
        float: left;
        width: 700px;
        height: 500px;
        padding: 20px 0;
    }
    .cont_box {
        width: 100%;
        padding: 20px 0;
        border-bottom: 2px dotted #898989;
    }
    .cont_box img {
        width: auto;
        margin: 5px 0;
    }
    .cont_box a {
        text-decoration: none;
        color: #000;
    }
    .cont_box p {
        line-height: 1.2;
    }
    .bn {
      border: none;
      padding: 20px 0 0;
    }
    .foot_hosp_list li a {
        line-height: 2;
    }
    .foot_hosp_list li::before {
        content: url("../img/icon_box.png");
        margin: 0 5px;
    }
    #f_tel,#f_fax{
      font-size: 2rem;
    }
    #f_tel::before{
      content:url("../img/icon_tel_sp.png");
      position: relative;
      top: 2px;
      margin: 0 10px 0 0;
    }
    #f_fax::before{
      content:url("../img/icon_fax_sp.png");
      position: relative;
      top: 4px;
      margin: 0 10px 0 0;
    }
    .fr_row {
        width: 350px;
        height: 100%;
        padding: 0 20px;
        float: left;
        border-right: 1px solid #cccccc;
    }
    .sitemap_list li {
        position: relative;
        font-size: 1.2rem;
        line-height: 1.8;
        padding: 0 0 0 10px;
    }
    .sitemap_list li::before {
        content: "・";
        position: absolute;
        left: -5px;
    }
    .fr{
    float: right;
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    /*====================
  header
  ====================*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 80px;
        padding: 10px;
        background: #fff;
        vertical-align: middle;
    }
    #h_logo{
      display: inline-block;
	  padding-top: 5px;
    }
    #h_logo a{
      display: block;
      width: 100%;
      text-decoration: none;
      color: #000;
    }
    #h_logo a::before{
      content:'';
      display: inline-block;
      width: 40px;
      height: 40px;
      background: url('../img/logo.svg') center center no-repeat;
      vertical-align: middle;
    }
    #h_logo_name{
      display: inline-block;
      vertical-align: middle;
      margin: 2px 0 0 10px;
    }
    #h_logo_name p{
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 1.3;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    #h_logo_name h1{
      font-size: 1.8rem;
      letter-spacing: 3px;
      line-height: 1.3;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }

    .search_sp{
      width: 100%;
      display: block;
      text-align: center;
    }
    #s_form {
        position: relative;
        width: 200px;
        height: 24px;
        display: block;
        background: #eaeaea;
        border-radius: 5px;
        margin: 15px auto;
    }
    #s_keywords {
        width: 176px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #eaeaea;
        border: 1px solid #eaeaea;
        border-radius: 5px;
    }
    #search_btn {
        position: absolute;
        top: 2px;
        left: 178px;
    }
    #s_form.pc{
      display: none;
    }
    .hm{
      width: 36px;
      float: right;
      margin: 10px 0;
      letter-spacing: 0.1em;
      color: #993399;
      text-align: center;
    }
	html.android p.hm{
      width: 38px;
      float: right;
      margin: 10px 0;
      letter-spacing: 0.1em;
      color: #993399;
      text-align: center;
	  font-size: 1.8em;
	  line-height: 1.3;
	  font-stretch: ultra-expanded;
    }
    .hm span{
      display: block;
      width: 100%;
      height: 4px;
      background: #993399;
      border-radius: 3px;
      transition: all 0.5s;
    }
    .hm span:nth-child(2){
      margin: 6px 0;
    }
    .hm span:last-child{
      margin: 0 0 2px;
    }
    .hm.open span:nth-child(2){
      opacity: 0;
    }
    .hm.open span:first-child{
      transform: translateY(10px)rotate(225deg);
    }
    .hm.open span:last-child{
      transform: translateY(-10px)rotate(-225deg);
    }
    nav{
      position: fixed;
      top:80px;
      left: 0;
      width: 100%;
      z-index: 100;
      background: #fff;
      height: 0;
      overflow: hidden;
      transition: all 0.5s;
    }
    nav.open{
      height: 260px;
    }
    .gnav{
      display: table;
    	width: 100%;
      margin: 0 auto;
      border-top: 2px dotted #ececec;
    }
    .gnav li{
      width: 100%;
      line-height:3;
      display: block;
      font-size: 1.6rem;
    	vertical-align: middle;
      border-bottom: 2px dotted #ececec;
      background: #fff;
    }

    .gnav li a{
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 0 0 20px;
      text-decoration: none;
      color: #993399;
    }
    .gnav li a::before{
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      margin:0 6px -12px;
      border-color: transparent;
    	border-style: solid;
    	border-width:12px 6px;
      border-top-color: #993399;
    }
/*
    .gnav li:not(:nth-child(4)) a::before{
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      margin:0 6px -12px;
      border-color: transparent;
    	border-style: solid;
    	border-width:12px 6px;
      border-top-color: #993399;
    }
    .gnav li:nth-child(4) a{
      padding: 0 0 0 60px;
      position: relative;
    }
    .gnav li:nth-child(4) a::after{
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #993399;
      border-right: solid 2px #993399;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 40px;
      margin-top: -4px;
    }
*/
  /*====================
  slide_area
  ====================*/
    .slide_area {
        position: relative;
        margin: 60px 0 0;
        width: 100%;
    }
    .main_chara{
      position: absolute;
      width: 160px;
      top: 0;
      left: 20px;
    }
    .main_text {
        position: absolute;
        top: 24%;
        left: calc(50% - 160px);
        width: 330px;
        background: url('../img/title_bg_sp.png') center center no-repeat;
        text-align: center;
        padding: 30px 0;
    }
    .main_text h2 {
        font-size:2rem;
		font-weight: bold;
        margin: 0 0 10px;
	    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    .main_text p {
        font-size: 1.4rem;
        font-weight: bold;
	    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		line-height: 1.5;
    }
    /*====================
  main_area
  ====================*/
    .main_area {
        background: #e8e8e8;
        width: 100%;
    }
    .main_container {
        width: 100%;
        padding: 10px;
    }
    .main_menu li {
        width: 100%;
        margin:20px auto;
        list-style: none;
    }
    .main_menu li a {
        display: block;
        width: 100%;
        height: 100%;
    }
	.main_menu li img{
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
	}

    .news {
        width: 100%;
        border-bottom: 1px solid #fff;
        margin: 0 0 20px;
    }
    .news h3 {
        width: 100%;
        font-size: 2rem;
        color: #fff;
        background: #40c2f2;
        text-align: center;
        line-height: 2;
    }
    .news_text {
        width: 100%;
        height: 120px;
        margin: 10px 0;
        padding: 0 10px;
        font-size: 1.4rem;
        overflow: scroll;
    }
    .news_text p {
        line-height: 1.5;
    }
    .info {
        width: 100%;
    }
    .info h3 {
        width: 100%;
        font-size: 2rem;
        color: #fff;
        background: #0f6fa9;
        text-align: center;
        line-height: 2;
    }
    .subject {
        width: 100%;
    }
    .consultation {
        width: 100%;
    }
    .subject_text, .consultation_text {
        padding: 10px 5px;
        font-size: 1.4rem;
    }
    .col1 {
        display: inline-block;
        width: 100px;
        vertical-align: top;
    }
    .col1:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 20px;
        margin: 0 5px 0 0;
        background: #d2d2d2;
        vertical-align: top;
    }
    .col2 {
        display: inline-block;
        vertical-align: top;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    .recruit {
        width: 100%;
        height: auto;
		margin-bottom: 20px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    }
    .recruit a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .under_bnr {
        width: 100%;
        margin: 20px 0;
    }
    .under_bnr li {
        width: 100%;
        height: 80px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    }
    .under_bnr li:last-child {
        border: 1px solid #ff9933;
        margin: 5px 0 0;
    }
    .under_bnr li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .under_bnr li:first-child a {
        background: url("../img/bnr_medical_sp.png") 66.5% center no-repeat #66cc66;
    }
    .under_bnr li:last-child a {
        background: url("../img/bnr_psychiatry_sp.png") 64% center no-repeat #fff;
    }
    /*====================
  banner_area
  ====================*/
    .banner_area {
        width: 100%;
        background: #fff;
    }
    .banner_container {
        width: 100%;
        padding: 10px;
    }
    .bnr_hospital {
        width: 100%;
        margin: 20px 0;
    }
    .bnr_hospital li {
        width: 100%;
        margin: 10px 0;
    }
    .bnr_hospital li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    /*====================
  footer
  ====================*/
    footer {
        width: 100%;
        background: #cccccc;
    }
    .footer_container {
        width: 100%;
        padding: 20px;
    }
    .f_logo_area{
      width: 280px;
      margin:auto;
      font-size: 1.2rem;
      color:#000;
      padding: 10px 5px;
      border-bottom: 1px solid #000;
    }
    #f_logo_sp{
      margin:0 auto 10px;
    }
    #f_logo_sp a{
      text-decoration: none;
      color: #000;
    }
    #f_logo_sp a::before{
      content:'';
      display: inline-block;
      width: 54px;
      height: 54px;
      background: url('../img/logo.svg') center center no-repeat;
      vertical-align: middle;
    }
    #f_logo_name_sp{
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px;
    }
    #f_logo_name_sp p:first-child{
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 1.2;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    #f_logo_name_sp p:last-child{
      font-size: 2.4rem;
      letter-spacing: 3px;
      line-height: 1.5;
	  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }
    #f_logo_address_sp{
      font-size: 1.4rem;
      line-height: 2;
	  margin: 10px 0 0;
    }

    .f_num{
      text-align: center;
      font-size: 2.4rem;
    }
    .f_num p{
      margin: 10px 0 0;
    }
    .f_num p:last-child{
      margin: 10px 0 0;
      font-size: 1.0rem;
    }
    .f_num p:first-child::before{
      content:url("../img/icon_tel_sp.png");
      margin: 0 10px 0 0;
    }
    .f_num p:nth-child(2)::before{
      content:url("../img/icon_fax_sp.png");
      margin: 0 10px 0 0;
    }
    .f_num p a{
      text-decoration: none;
      color: #000;
    }

}









/* 230612 修正 ============================= */

.bnr_wrap {
  border: 3px solid #a650a7;
  border-radius: 26px;
}