@charset "UTF-8";
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*明朝体*/
/*Roboto*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*リンク*/
/*タイトルバー*/
/* .mainの共通部分CSS */
/* main内のsection設定 */
/*
TOPページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
メインビジュアル
-----------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  height: 85.86vw;
  position: relative;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
#mainVisual .bx-wrapper {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#mainVisual .bx-wrapper .bx-viewport {
  height: 100% !important;
}
#mainVisual .bx-wrapper .bx-viewport #slider {
  width: 100%;
  height: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#mainVisual .bx-wrapper .bx-viewport #slider li {
  width: 100% !important;
  height: 85.86vw;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: #fff;
}
#mainVisual .bx-wrapper .bx-viewport #slider li h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: #fff;
}
#mainVisual .bx-wrapper .bx-viewport #slider li.slider01 {
  background-image: url(img/top/slider01_sp.jpg);
}
#mainVisual .bx-wrapper .bx-viewport #slider li.slider02 {
  background-image: url(img/top/slider02_sp.jpg);
}
#mainVisual .bx-wrapper .bx-viewport #slider li.slider03 {
  background-image: url(img/top/slider03_sp.jpg);
}
#mainVisual .bx-wrapper .bx-viewport #slider li.slider04 {
  background-image: url(img/top/slider04_sp.jpg);
}
#mainVisual .bx-wrapper .bx-controls {
  width: 100%;
  height: 3.2vw;
  margin: 0 auto;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 17.46vw;
  left: 0;
  z-index: 1;
}
#mainVisual .bx-wrapper .bx-controls .bx-pager {
  height: 3.2vw;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}
#mainVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  height: 3.2vw;
  vertical-align: top;
}
#mainVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  margin: 0 1vw;
  background-color: #fff;
  -webkit-border-radius: 3.2vw;
  border-radius: 3.2vw;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: top;
}
#mainVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active, #mainVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  background-color: rgba(80, 80, 80, 0.9);
  cursor: pointer;
}

/*-----------------------------------------------------------------
sec01
-----------------------------------------------------------------*/
#sec01 {
  width: 100%;
  padding-bottom: 16vw;
  background: #fbfbfb url(img/common/sec_bg01_sp.png) 0 13.73vw no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#sec01 #course {
  width: 100%;
  margin: -13.73vw 0 14.6vw;
  position: relative;
  z-index: 9;
}
#sec01 #course li h2 {
  position: relative;
  z-index: 8;
}
#sec01 #course li h2 img {
  display: inline-block;
  width: 67vw;
}
#sec01 #course li div {
  width: 94.6vw;
  padding: 17.3vw 0 5.3vw 5.3vw;
  margin: -10.6vw auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 7;
}
#sec01 #course li div h3 {
  margin-bottom: 6.26vw;
  line-height: 160%;
  font-size: 5.3vw;
}
#sec01 #course li div h3 span {
  font-size: 8vw;
  color: #bd2e34;
}
#sec01 #course li div p {
  padding-right: 5.3vw;
  line-height: 160%;
}
#sec01 #course li:nth-child(1) {
  margin-bottom: 4vw;
}
#sec01 #course li:nth-child(2) h2 {
  text-align: right;
}
#sec01 .imgL {
  height: 49.46vw;
  margin-bottom: 10vw;
  background: url(img/top/sec01_img01_sp.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#sec01 .imgS {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4vw 0 5vw;
}
#sec01 .imgS figure {
  width: 44vw;
}
#sec01 .imgS figure:nth-of-type(-n + 2) {
  margin-bottom: 3vw;
}

/*-----------------------------------------------------------------
sec02
-----------------------------------------------------------------*/
#sec02 {
  padding: 10vw 0 0;
}
#sec02 h2 {
  width: 94%;
  padding: 3.3vw 0 0 11.3vw;
  margin: 0 auto 4.6vw;
  background: url(img/top/sec02_title.png) 0 bottom no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 26rem;
}
#sec02 .txt {
  width: 89.3%;
  margin: 0 auto 5.3vw;
}
#sec02 .btn_group {
  width: 90vw;
  margin: 0 auto 40px;
}
#sec02 .btn_group .btn {
  margin: 0 auto 10px;
  text-align: center;
}
#sec02 .btn_group .btn a {
  display: inline-block;
  width: 90vw;
  height: 8.53vw;
  background: #fff url(img/common/arrow01_black.png) right 3% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 7vw;
  text-align: center;
  position: relative;
}
#sec02 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94.6vw;
  margin: 0 auto;
}
#sec02 dl:last-of-type {
  margin-bottom: 10vw;
}
#sec02 dl dt,
#sec02 dl dd {
  margin-bottom: 0.8vw;
  text-align: center;
}
#sec02 dl dt {
  width: 100%;
  height: 20.26vw;
  display: table;
  background-color: #5e605f;
  font-size: 8vw;
  color: #fff;
}
#sec02 dl dt span {
  display: table-cell;
  line-height: 150%;
  vertical-align: middle;
}
#sec02 dl dd {
  width: 46.93vw;
  height: 46.93vw;
}
#sec02 dl dd a {
  height: 46.93vw;
  padding: 6.6vw 0 0;
  background-color: #f8f6ef;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  font-size: 4.53vw;
  font-weight: bold;
  color: #968b5e;
}
#sec02 dl:nth-of-type(1) dd.orthopedics a {
  background-image: url(img/top/sec02_bg_orthopedics.png);
}
#sec02 dl:nth-of-type(1) dd.rehabilitation a {
  background-image: url(img/top/sec02_bg_rehabilitation.png);
}
#sec02 dl:nth-of-type(1) dd.ct_scan a {
  background-image: url(img/top/sec02_bg_ct_scan.png);
}
#sec02 dl:nth-of-type(1) dd.medical_examination {
  width: 93.86vw;
  height: 34vw;
}
#sec02 dl:nth-of-type(1) dd.medical_examination .btn_group {
  display: block;
  width: 90vw;
  margin: 40px auto 0;
}
#sec02 dl:nth-of-type(1) dd.medical_examination .btn_group .btn {
  margin: 0 auto 10px;
  width: 90vw;
  height: 8.53vw;
  text-align: center;
}
#sec02 dl:nth-of-type(1) dd.medical_examination .btn_group .btn a {
  display: inline-block;
  height: 8.53vw;
  padding: 0;
  background: #fff url(img/common/arrow01_black.png) right 3% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 7vw;
  font-size: 3.73vw;
  color: #333;
  font-weight: normal;
  position: relative;
}
#sec02 figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec02 figure img {
  width: 155%;
}

/*-----------------------------------------------------------------
診療時間
-----------------------------------------------------------------*/
#consultation_hours {
  padding: 8vw 2.6vw;
  background-color: #fbfbfb;
}
#consultation_hours h2 {
  padding: 3.3vw 0 0 12.9vw;
  margin: 0 auto 5.3vw;
  background: url(img/top/consultation_hours_title.png) 0 bottom no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 26rem;
}
#consultation_hours .container .roster .btn {
  margin-bottom: 9.3vw;
}
#consultation_hours .container .roster .btn a {
  display: block;
  width: 62vw;
  height: 10.4vw;
  margin: 0 auto;
  background: transparent url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 9vw;
  text-align: center;
  position: relative;
}
#consultation_hours .container table {
  width: 100%;
  margin-bottom: 7vw;
  text-align: center;
  font-size: 13rem;
}
#consultation_hours .container table tbody tr th,
#consultation_hours .container table tbody tr td {
  border: 1px solid #5e605f;
}
#consultation_hours .container table tbody tr:nth-of-type(1) th {
  width: 10.9vw;
  height: 10.9vw;
  background-color: #8f8f8f;
  font-weight: bold;
  color: #fff;
}
#consultation_hours .container table tbody tr:nth-of-type(1) th:first-of-type {
  width: auto;
  font-weight: normal;
}
#consultation_hours .container table tbody tr:nth-of-type(2) th, #consultation_hours .container table tbody tr:nth-of-type(3) th {
  padding: 5px 0;
  line-height: 140%;
}
#consultation_hours .container table tbody tr:nth-of-type(2) th span:nth-of-type(1), #consultation_hours .container table tbody tr:nth-of-type(3) th span:nth-of-type(1) {
  font-weight: bold;
}
#consultation_hours .container table tbody tr:nth-of-type(2) th span:nth-of-type(3), #consultation_hours .container table tbody tr:nth-of-type(3) th span:nth-of-type(3) {
  font-size: 10rem;
}
#consultation_hours .container table tbody tr:nth-of-type(2) th,
#consultation_hours .container table tbody tr:nth-of-type(2) td {
  background-color: #fff1f1;
}
#consultation_hours .container table tbody tr:nth-of-type(3) th,
#consultation_hours .container table tbody tr:nth-of-type(3) td {
  background-color: #f9fff1;
}
#consultation_hours .container .news {
  width: 89vw;
  margin: 0 auto;
}
#consultation_hours .container .news h3 {
  padding-left: 7.73vw;
  margin-bottom: 2vw;
  background: url(img/top/consultation_hours_news_title.png) 0 center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  font-size: 17rem;
}
#consultation_hours .container .news ul {
  margin-bottom: 8vw;
}
#consultation_hours .container .news ul li {
  border-bottom: 1px dotted #acacac;
}
#consultation_hours .container .news ul li:first-child {
  border-top: 1px dotted #acacac;
}
#consultation_hours .container .news ul li a {
  padding: 3.3vw 2%;
  background: url(img/common/arrow01_grey.png) right 2% center no-repeat;
  -webkit-background-size: 2vw auto;
  background-size: 2vw auto;
}
#consultation_hours .container .news ul li a .date {
  margin-bottom: 3.3vw;
  font-weight: bold;
}
#consultation_hours .container .news ul li a h4 {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#consultation_hours .container .news .btn a {
  display: block;
  width: 62vw;
  height: 10.4vw;
  margin: 0 auto;
  background: transparent url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 10.4vw;
  border-radius: 10.4vw;
  line-height: 9vw;
  text-align: center;
  position: relative;
}

/*-----------------------------------------------------------------
アクセス
-----------------------------------------------------------------*/
#access {
  padding: 10.6vw 0 0;
}
#access h2 {
  width: 94%;
  padding: 3vw 0 3vw 9.7vw;
  margin: 0 auto 1.3vw;
  background: url(img/common/icon_pin.png) 0 center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 26rem;
}
#access #gMap iframe {
  width: 100%;
  height: 58.6vw;
  vertical-align: bottom;
}
#access .hospitalInfo {
  padding: 70.6vw 0 11.46vw;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
#access .hospitalInfo::before {
  content: "";
  display: block;
  width: 100%;
  height: 70.6vw;
  background: url(img/top/access_img_sp.jpg) center 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#access .hospitalInfo .logo {
  width: 38.26vw;
  margin: 0 auto 9vw;
}
#access .hospitalInfo address {
  width: 76vw;
  height: 5vw;
  padding-left: 7.7vw;
  margin: 0 auto 4.4vw;
  background: url(img/top/accessicon01.png) 0 center no-repeat;
  -webkit-background-size: auto 5vw;
  background-size: auto 5vw;
  font-size: 13rem;
}
#access .hospitalInfo .station {
  width: 76vw;
  padding-left: 7.7vw;
  margin: 0 auto 8vw;
  background: url(img/top/access_icon02.png) 0 0 no-repeat;
  -webkit-background-size: auto 4.8vw;
  background-size: auto 4.8vw;
  font-size: 13rem;
  font-weight: bold;
}
#access .hospitalInfo .station strong {
  font-size: 16rem;
}
#access .hospitalInfo .hospital_contact {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}
#access .hospitalInfo .hospital_contact::before {
  content: "";
  display: block;
  width: 40vw;
  height: 1px;
  margin: 30px auto 30px;
  background-color: #5e605f;
}
#access .hospitalInfo .hospital_contact .hospital_name {
  margin: 20px 0 10px;
  font-size: 4vw;
  font-weight: bold;
}
#access .hospitalInfo .hospital_contact .hospital_tel {
  font-size: 7vw;
  font-weight: bold;
}
#access .hospitalInfo .hospital_contact .hospital_tel a {
  display: inline-block;
  padding-left: 5px;
  vertical-align: text-top;
  text-decoration: none;
}
#access .hospitalInfo .hospital_contact .hospital_tel::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 27px;
  background-image: url(img/common/footer_tel_icon.png);
}
#access .hospitalInfo .hospital_contact .hospital_fax {
  font-size: 7vw;
  font-weight: bold;
  margin-top: 5px;
}
#access .hospitalInfo .hospital_contact .hospital_fax::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(img/common/footer_fax_icon.png);
}
#access .parkingInfo {
  width: 100;
  margin: 0 auto;
  padding: 40px;
}
#access .parkingInfo .parking_wrap {
  display: block;
  justify-content: space-between;
}
#access .parkingInfo .parking_txt {
  width: 100%;
}
#access .parkingInfo .parking_txt h3 {
  font-size: 120%;
  line-height: 2;
  font-weight: bold;
}
#access .parkingInfo .parking_map {
  width: 100%;
}
#access .parkingInfo .parking_map img {
  width: 100%;
}

/*-----------------------------------------------------------------
BLOG
-----------------------------------------------------------------*/
#blog {
  padding: 10.6vw 0 0;
}
#blog h2 {
  width: 94%;
  padding: 3vw 0 0 10.6vw;
  margin: 0 auto 1.3vw;
  background: url(img/top/blog_title.png) 0 center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 26rem;
  position: relative;
  z-index: 1;
}
#blog .container {
  padding: 10.6vw 0 8vw;
  margin-top: -2.93vw;
  background-color: #f8f6ef;
  position: relative;
  z-index: 0;
}
#blog .container .txt {
  width: 90%;
  margin: 0 auto 4.6vw;
}
#blog .container ul {
  width: 94.6vw;
  margin: 0 auto;
}
#blog .container ul li {
  margin-bottom: 6.6vw;
}
#blog .container ul li figure {
  width: 33.3vw;
  position: relative;
  z-index: 1;
}
#blog .container ul li figure a img {
  height: auto;
}
#blog .container ul li .txtWrap {
  width: 92vw;
  min-height: 34.6vw;
  padding: 4vw 2.6vw 2.6vw 33.3vw;
  margin: -30.6vw 0 0 2.6vw;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#blog .container ul li .txtWrap .dateLine {
  display: flex;
  align-items: center;
  margin-bottom: 3.3vw;
}
#blog .container ul li .txtWrap .dateLine .date {
  margin-right: 0.5em;
  line-height: 130%;
  font-weight: bold;
}
#blog .container ul li .txtWrap .dateLine .new_icon {
  width: 8.9vw;
}
#blog .container ul li .txtWrap h3 a {
  line-height: 180%;
}
#blog .container ul li .txtWrap .more {
  text-align: right;
}
#blog .container ul li .txtWrap .more a {
  display: inline-block;
  padding-right: 10px;
  background: url(img/common/arrow01_red.png) right center no-repeat;
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  color: #f40000;
}
#blog .container .btn a {
  width: 72.6vw;
  height: 10.4vw;
  margin: 0 auto;
  background: url(img/common/arrow01_black.png) right 5% center no-repeat;
  -webkit-background-size: 1.2vw auto;
  background-size: 1.2vw auto;
  border: 2px solid #5e605f;
  -webkit-border-radius: 8.53vw;
  border-radius: 8.53vw;
  line-height: 9vw;
  text-align: center;
}

.banner {
  margin-top: 8vw;
  margin-bottom: 8vw;
  text-align: center;
  padding: 5vw;
}
.banner .flex-item {
  margin-bottom: 3vw;
}
.banner a:hover {
  opacity: 0.65;
}

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
    メインビジュアル
    -----------------------------------------------------------------*/
  #mainVisual {
    width: 100%;
    height: 82vh;
    /*
        height: 100vh;
        */
    margin: -115px 0 0;
    position: relative;
    z-index: 0;
  }
  #mainVisual .animated {
    /* ○秒かけてアニメーションする */
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
  #mainVisual .bx-wrapper {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #mainVisual .bx-wrapper .bx-viewport {
    height: 100% !important;
  }
  #mainVisual .bx-wrapper .bx-viewport #slider {
    width: 100%;
    height: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li {
    width: 100% !important;
    height: 100%;
    color: #fff;
    position: relative;
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider01 {
    background-image: url(img/top/slider01_pc.jpg);
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider01::before {
    content: "";
    display: block;
    width: 1120px;
    height: 278px;
    margin: auto;
    background: url(img/top/slider01_copy_pc.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider02 {
    background-image: url(img/top/slider02_pc.jpg);
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider02::before {
    content: "";
    display: block;
    width: 1000px;
    height: 278px;
    margin: auto;
    background: url(img/top/slider02_copy_pc.png) right 0 top 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider03 {
    background-image: url(img/top/slider03_pc.jpg);
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider03::before {
    content: "";
    display: block;
    width: 1080px;
    height: 155px;
    margin: auto;
    background: url(img/top/slider03_copy_pc.png) left top 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider04 {
    background-image: url(img/top/slider04_pc.jpg);
  }
  #mainVisual .bx-wrapper .bx-controls {
    height: 15px;
    margin: 0 auto;
    bottom: 100px;
  }
  #mainVisual .bx-wrapper .bx-controls .bx-pager {
    height: 15px;
  }
  #mainVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    height: 15px;
  }
  #mainVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  /*-----------------------------------------------------------------
    sec01
    -----------------------------------------------------------------*/
  #sec01 {
    padding-bottom: 60px;
    background: #fbfbfb url(img/common/sec_bg01_pc.png) right 90px no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
  }
  #sec01 .animated {
    /* ○秒かけてアニメーションする */
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
  #sec01 #course {
    width: 1000px;
    margin: -90px auto 60px;
  }
  #sec01 #course li {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
  }
  #sec01 #course li h2 img {
    width: 400px;
  }
  #sec01 #course li div {
    width: 620px;
    height: 320px;
    margin-top: -300px;
  }
  #sec01 #course li div h3 {
    margin-bottom: 30px;
    line-height: 150%;
    font-size: 26rem;
  }
  #sec01 #course li div h3 span {
    font-size: 32rem;
  }
  #sec01 #course li div p {
    padding-right: 0;
    line-height: 150%;
  }
  #sec01 #course li:nth-child(1) {
    margin-bottom: 40px;
    /* ○秒待ってからアニメーションする */
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  #sec01 #course li:nth-child(1) div {
    padding: 35px 40px 0;
    margin-left: 380px;
  }
  #sec01 #course li:nth-child(2) div {
    padding: 35px 35px 0 115px;
    margin-right: 0;
    margin-left: 0;
  }
  #sec01 #course li:nth-child(2) div h3 {
    text-align: right;
  }
  #sec01 #course li:nth-child(2) div h3 br {
    display: inline-block;
    width: 1em;
  }
  #sec01 .imgL {
    width: 100%;
    height: 231px;
    margin-bottom: 40px;
    background: #fff url(img/top/sec01_img01_pc.jpg) center no-repeat;
    -webkit-background-size: auto 231px;
    background-size: auto 231px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    /* ○秒待ってからアニメーションする */
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  #sec01 .imgS {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    /* ○秒待ってからアニメーションする */
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  #sec01 .imgS figure {
    width: 228px;
  }
  #sec01 .imgS figure:nth-of-type(-n + 2) {
    margin-bottom: 0;
  }
  #sec01 .imgS figure img {
    width: 228px;
  }
  /*-----------------------------------------------------------------
    sec02
    -----------------------------------------------------------------*/
  #sec02 {
    padding: 43px 0 0;
  }
  #sec02 h2 {
    width: 920px;
    min-height: 51px;
    padding: 10px 0 0 55px;
    margin: 0 auto 20px;
    background: url(img/top/sec02_title.png) 0 bottom no-repeat;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
    line-height: 130%;
    font-size: 36rem;
  }
  #sec02 .txt {
    width: 805px;
    margin: 0 auto 25px;
    line-height: 180%;
    position: relative;
  }
  #sec02 .btn_group {
    width: 760px;
    margin: 0 auto;
    padding-left: 45px;
    padding-bottom: 30px;
  }
  #sec02 .btn_group .btn {
    width: 320px;
    height: 32px;
    margin: 10px auto 10px;
  }
  #sec02 .btn_group .btn a {
    display: inline-block;
    width: 320px;
    height: 32px;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    line-height: 28px;
    text-align: center;
    position: relative;
  }
  #sec02 .btn_group .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  #sec02 dl {
    display: grid;
    grid-template-columns: 260px 260px 260px;
    grid-template-rows: 260px;
    grid-row-gap: 2px;
    grid-column-gap: 20px;
    width: 800px;
    margin: 0 auto 2px;
  }
  #sec02 dl:last-of-type {
    margin-bottom: 60px;
  }
  #sec02 dl dt,
  #sec02 dl dd {
    width: 260px;
    height: 260px;
  }
  #sec02 dl dt {
    grid-column: 1;
    font-size: 28rem;
  }
  #sec02 dl dd a {
    display: block;
    height: 260px;
    padding: 25px 0 0;
    font-size: 18rem;
  }
  #sec02 dl dd a:hover {
    background-color: #f1f1f1;
    color: #8a8a8a;
  }
  #sec02 dl:nth-of-type(1) dd.tooth a:hover {
    background-image: url(img/top/sec02_bg_tooth_over.png);
  }
  #sec02 dl:nth-of-type(1) dd.vaccine a:hover {
    background-image: url(img/top/sec02_bg_skin_over.png);
  }
  #sec02 dl:nth-of-type(1) dd.obese a:hover {
    background-image: url(img/top/sec02_bg_obese_over.png);
  }
  #sec02 dl:nth-of-type(1) dd.flea a:hover {
    background-image: url(img/top/sec02_bg_flea_over.png);
  }
  #sec02 dl:nth-of-type(2) dd.internal_medicine a:hover {
    background-image: url(img/top/sec02_bg_internal_medicine_over.png);
  }
  #sec02 dl:nth-of-type(2) dd.skin a:hover {
    background-image: url(img/top/sec02_bg_skin_over.png);
  }
  #sec02 dl:nth-of-type(2) dd.ear a:hover {
    background-image: url(img/top/sec02_bg_ear_over.png);
  }
  #sec02 dl:nth-of-type(2) dd.endoscope a:hover {
    background-image: url(img/top/sec02_bg_endoscope_over.png);
  }
  #sec02 dl:nth-of-type(3) {
    grid-template-rows: 160px 160px;
  }
  #sec02 dl:nth-of-type(3) dt {
    grid-row: 1/3;
    height: 322px;
  }
  #sec02 dl:nth-of-type(3) dd.surgery a:hover {
    background-image: url(img/top/sec02_bg_surgery_over.png);
  }
  #sec02 dl:nth-of-type(3) dd.orthopedics a:hover {
    background-image: url(img/top/sec02_bg_orthopedics_over.png);
  }
  #sec02 dl:nth-of-type(3) dd.ophthalmolog a:hover {
    background-image: url(img/top/sec02_bg_ophthalmology_over.png);
  }
  #sec02 dl:nth-of-type(3) dd.tumor a:hover {
    background-image: url(img/top/sec02_bg_tumor_over.png);
  }
  #sec02 dl:nth-of-type(3) dd.rehabilitation a {
    padding-top: 15px;
  }
  #sec02 dl:nth-of-type(3) dd.rehabilitation a:hover {
    background-image: url(img/top/sec02_bg_rehabilitation_over.png);
  }
  #sec02 dl:nth-of-type(3) dd.ct_scan a {
    padding-top: 15px;
  }
  #sec02 dl:nth-of-type(3) dd.ct_scan a:hover {
    background-image: url(img/top/sec02_bg_ct_scan_over.png);
  }
  #sec02 dl:nth-of-type(3) dd.medical_examination {
    grid-column: 4/6;
    grid-row: 2/3;
    width: 322px;
    height: 160px;
    background: #f8f8f8;
  }
  #sec02 dl:nth-of-type(3) dd.medical_examination .btn_group {
    width: inherit;
    padding-top: 0px;
    padding-left: 0;
  }
  #sec02 dl:nth-of-type(3) dd.medical_examination .btn_group .btn {
    width: 320px;
    height: 32px;
    margin: 10px 0;
    text-align: center;
  }
  #sec02 dl:nth-of-type(3) dd.medical_examination .btn_group .btn a {
    display: inline-block;
    width: 300px;
    height: 32px;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    line-height: 28px;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 13rem;
    background: #fff url(img/common/arrow01_black.png) right 5px center no-repeat;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
  }
  #sec02 dl:nth-of-type(3) dd.medical_examination .btn_group .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  #sec02 figure {
    display: flex;
    width: 100%;
    height: auto;
  }
  #sec02 figure img {
    width: 100%;
  }
  .ie #sec02 dl {
    display: -ms-grid;
    -ms-grid-columns: auto auto auto auto auto;
    -ms-grid-rows: auto;
    width: 810px;
    margin: 0 auto;
  }
  .ie #sec02 dl dt {
    -ms-grid-column: 1;
    margin-right: 2px;
  }
  .ie #sec02 dl dd {
    margin: 0 2px 0 0;
  }
  .ie #sec02 dl dd:nth-of-type(1) {
    -ms-grid-column: 2;
  }
  .ie #sec02 dl dd:nth-of-type(2) {
    -ms-grid-column: 3;
  }
  .ie #sec02 dl dd:nth-of-type(3) {
    -ms-grid-column: 4;
  }
  .ie #sec02 dl dd:nth-of-type(4) {
    -ms-grid-column: 5;
    margin-right: 0;
  }
  .ie #sec02 dl:nth-of-type(3) {
    display: block;
    padding-left: 162px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
  }
  .ie #sec02 dl:nth-of-type(3) dt {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ie #sec02 dl:nth-of-type(3) dd {
    float: left;
  }
  .ie #sec02 dl:nth-of-type(3) dd:nth-of-type(-n + 4) {
    margin-bottom: 2px;
  }
  .ie #sec02 dl:nth-of-type(3) dd:nth-of-type(4) {
    margin-right: 0;
  }
  /*-----------------------------------------------------------------
    診療時間
    -----------------------------------------------------------------*/
  #consultation_hours {
    padding: 30px 0 60px;
  }
  #consultation_hours h2 {
    width: 920px;
    min-height: 51px;
    padding: 0 0 0 55px;
    margin: 0 auto 30px;
    background: url(img/top/consultation_hours_title.png) 0 center no-repeat;
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
    line-height: 130%;
    font-size: 36rem;
  }
  #consultation_hours .container {
    display: flex;
    justify-content: space-between;
    width: 920px;
    margin: 0 auto;
  }
  #consultation_hours .container .roster .btn {
    margin-bottom: 0;
    text-align: right;
  }
  #consultation_hours .container .roster .btn a {
    display: inline-block;
    width: 140px;
    height: 32px;
    margin: 0;
    background-size: 5px auto;
    border-radius: 16px;
    line-height: 28px;
  }
  #consultation_hours .container .roster .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  #consultation_hours .container table {
    width: 503px;
    margin-bottom: 16px;
    font-size: 14rem;
  }
  #consultation_hours .container table tbody tr td {
    border: 1px solid #5e605f;
  }
  #consultation_hours .container table tbody tr:nth-of-type(1) th {
    width: 55px;
    height: 64px;
  }
  #consultation_hours .container table tbody tr:nth-of-type(2) th, #consultation_hours .container table tbody tr:nth-of-type(3) th {
    padding: 15px 0 5px;
  }
  #consultation_hours .container table tbody tr:nth-of-type(2) th span:nth-of-type(1), #consultation_hours .container table tbody tr:nth-of-type(3) th span:nth-of-type(1) {
    font-size: 16rem;
  }
  #consultation_hours .container table tbody tr:nth-of-type(2) th span:nth-of-type(3), #consultation_hours .container table tbody tr:nth-of-type(3) th span:nth-of-type(3) {
    font-size: 12rem;
  }
  #consultation_hours .container .news {
    width: 397px;
    margin: 0;
    position: relative;
  }
  #consultation_hours .container .news h3 {
    padding: 5px 0 0 37px;
    margin-bottom: 14px;
    font-size: 17rem;
    position: relative;
  }
  #consultation_hours .container .news ul {
    margin-bottom: 0;
  }
  #consultation_hours .container .news ul li a {
    display: block;
    padding: 20px 5px;
    background-position: right 10px center;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
  }
  #consultation_hours .container .news ul li a .date {
    margin-bottom: 10px;
    font-size: 16rem;
  }
  #consultation_hours .container .news ul li a h4 {
    width: 350px;
  }
  #consultation_hours .container .news .btn {
    width: 82px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #consultation_hours .container .news .btn a {
    width: 82px;
    height: 24px;
    margin: 0;
    -webkit-background-size: 4px auto;
    background-size: 4px auto;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    line-height: 20px;
  }
  #consultation_hours .container .news .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  /*-----------------------------------------------------------------
    アクセス
    -----------------------------------------------------------------*/
  #access {
    padding: 70px 0 0;
  }
  #access h2 {
    width: 920px;
    padding: 0 0 0 44px;
    margin: 0 auto 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    line-height: 150%;
    font-size: 36rem;
  }
  #access #gMap iframe {
    height: 440px;
  }
  #access .hospitalInfo {
    height: 440px;
    padding: 0 0 0 50%;
  }
  #access .hospitalInfo::before {
    width: 50%;
    height: 440px;
    background: url(img/top/access_img_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #access .hospitalInfo .logo {
    width: 210px;
    padding-top: 25px;
    margin: 0 0 30px 186px;
  }
  #access .hospitalInfo .logo img {
    width: inherit;
  }
  #access .hospitalInfo address {
    width: auto;
    height: 22px;
    padding-left: 40px;
    margin: 0 0 10px 78px;
    -webkit-background-size: auto 22px;
    background-size: auto 22px;
    font-size: 14rem;
  }
  #access .hospitalInfo .station {
    width: auto;
    height: 22px;
    padding-left: 40px;
    margin: 0 0 25px 78px;
    background: url(img/top/access_icon02.png) 0 center no-repeat;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
    font-size: 14rem;
  }
  #access .hospitalInfo .station strong {
    font-size: 18rem;
  }
  #access .hospitalInfo .station br {
    display: none;
  }
  #access .hospitalInfo .hospital_contact {
    width: 400px;
    margin-left: 80px;
    text-align: center;
    line-height: 190%;
  }
  #access .hospitalInfo .hospital_contact::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin: 30px auto 30px;
    background-color: #5e605f;
  }
  #access .hospitalInfo .hospital_contact .hospital_name {
    margin: 10px 0;
    font-size: 16rem;
    font-weight: bold;
  }
  #access .hospitalInfo .hospital_contact .hospital_tel {
    font-size: 24rem;
    font-weight: bold;
    display: inline-block;
  }
  #access .hospitalInfo .hospital_contact .hospital_tel a {
    padding-left: 5px;
    vertical-align: text-top;
  }
  #access .hospitalInfo .hospital_contact .hospital_tel::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 27px;
    background-image: url(img/common/footer_tel_icon.png);
    vertical-align: bottom;
  }
  #access .hospitalInfo .hospital_contact .hospital_fax {
    font-size: 24rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
  }
  #access .hospitalInfo .hospital_contact .hospital_fax::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(img/common/footer_fax_icon.png);
  }
  #access .parkingInfo {
    width: 970px;
  }
  #access .parkingInfo .parking_wrap {
    display: flex;
    justify-content: space-between;
  }
  #access .parkingInfo .parking_txt {
    width: 38%;
  }
  #access .parkingInfo .parking_txt h3 {
    font-size: 150%;
  }
  #access .parkingInfo .parking_map {
    width: 60%;
  }
  /*-----------------------------------------------------------------
    BLOG
    -----------------------------------------------------------------*/
  #blog {
    padding: 60px 0 0;
  }
  #blog h2 {
    width: 920px;
    padding: 20px 0 0 67px;
    margin: 0 auto;
    -webkit-background-size: 52px auto;
    background-size: 52px auto;
    line-height: 130%;
    font-size: 36rem;
  }
  #blog .container {
    width: 1080px;
    padding: 60px 0 40px;
    margin: -16px auto 0;
  }
  #blog .container .txt {
    width: 100%;
    margin: 0 0 38px;
    text-align: center;
  }
  #blog .container ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px;
  }
  #blog .container ul li {
    width: 229px;
    height: 356px;
    padding: 5px 5px 0;
    margin: 0 28px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
  #blog .container ul li:last-child {
    margin-right: 0;
  }
  #blog .container ul li figure {
    width: 229px;
    margin: 0 auto 20px;
  }
  #blog .container ul li figure a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #blog .container ul li figure a img {
    width: 219px;
    height: 175px;
    object-fit: cover;
  }
  #blog .container ul li .txtWrap {
    width: 200px;
    height: 156px;
    min-height: auto;
    padding: 0;
    margin: 0 auto;
  }
  #blog .container ul li .txtWrap .dateLine {
    margin-bottom: 15px;
  }
  #blog .container ul li .txtWrap .dateLine .date {
    font-size: 16rem;
  }
  #blog .container ul li .txtWrap .dateLine .new_icon {
    width: 40px;
  }
  #blog .container ul li .txtWrap h3 a {
    line-height: 160%;
  }
  #blog .container ul li .txtWrap .more {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  #blog .container ul li .txtWrap .more a {
    line-height: 130%;
  }
  #blog .container .btn a {
    display: block;
    width: 313px;
    height: 50px;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 18rem;
  }
  #blog .container .btn a:hover {
    background-color: #5e6055;
    background-image: url(img/common/arrow01_grey.png);
    color: #fff;
  }
  .banner {
    width: 1080px;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: revert;
    padding: 30px 0 0;
  }
  .banner .flex-item {
    width: 300px;
    height: auto;
    margin-bottom: 2vw;
  }
  /*------------------------------ //PC用CSS ------------------------------*/
}