@import "../css/ovwr_design.css";
@import "../css/ovrw_kiso.css";
@import "../css/ovrw_kiso_design.css";
@media (min-width: 979px) {
  .visible_sp {
    display: none;
  }
}
@media (max-width: 979px) {
  .visible_pc {
    display: none;
  }
}
body {
  font-family: 'ヒラギノ角ゴ Pro W6', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #fff;
  font-size: 13px!important;
  *font-size: small!important;
  *font: x-small !important;
  line-height: 170%;
  padding-top: 0!important;
}
@media screen and (max-width: 979px) {
  body {
    background-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  body {
    line-height: 155%;
  }
}
@media (max-width: 768px) {
  .bg_all {
    margin-top: 32px;
    padding-top: -32px;
  }
}
.hk_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hk_header .hk_logo {
  padding: 15px 0;
}
.hk_header .hk_head_mat {
  padding: 16px 0 20px 0 ;
}
.hk_header .hk_head_mat a img {
  padding: 6px;
  width: 250px;
}
.hk_header .hk_head_mat a .bnr_event {
  border: 1px solid #913558;
}
.hk_header .hk_head_mat a .bnr_line {
  border: 1px solid #00cc66;
}
.hk_header .logo_link {
  display: none!important;
}
@media (max-width: 768px) {
  .hk_header .hk_logo {
    margin: auto;
    padding: 6px 0;
  }
  .hk_header .hk_logo img {
    width: 200px;
  }
  .hk_header .logo_link {
    display: none!important;
  }
}
.navbar_wrapper {
  z-index: 100;
  background-color: #913558;
}
@media print {
  .navbar_wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar_wrapper {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 768px) {
  .navbar_wrapper {
    margin-left: -20px;
  }
}
.navbar_wrapper .navbar {
  margin: 0;
}
.navbar_wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.navbar_wrapper ul li {
  list-style: none;
  width: 100%;
}
.navbar_wrapper ul li a {
  white-space: nowrap;
  display: block;
  color: #fff;
  padding: 10px;
}
.navbar_wrapper ul li a:hover {
  background-color: #fb7598;
}
@media (min-width: 768px) {
  .navbar_wrapper ul {
    flex-direction: row;
    border-right: 1px solid #B96182;
  }
  .navbar_wrapper ul li a {
    text-align: center;
    border-left: 1px solid #B96182;
  }
}
@media (max-width: 768px) {
  .navbar_wrapper ul {
    flex-direction: column;
  }
  .navbar_wrapper ul li a {
    border-bottom: 1px solid #B96182;
    font-size: 1.15rem;
  }
}
.navbar_toggle {
  padding: 7px 20px;
  float: right;
  background-color: #000!important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .navbar_toggle {
    display: none;
  }
}
.navbar ul li ul {
  display: none;
}
@media (max-width: 768px) {
  .area_img_hospital img {
    width: 200px;
  }
}
#index .bg_all {
  background: url(../images/bg_index.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #index .bg_all {
    background: none;
  }
}
.main_contents {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main_contents {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .main_index_wrapper .img_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main_index_wrapper .img_pc {
    display: none;
  }
}
.area_slide {
  margin: 10px 0 25px 0;
}
@media screen and (max-width: 768px) {
  .area_slide {
    margin: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  color: #eee;
  background: #222222;
  border: 3px solid #ffffff;
}
.col_bnr a {
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid #fb7598;
}
.index_contents_wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .index_contents_wrapper {
    flex-direction: row;
  }
  .index_contents_wrapper .area_news {
    width: 50%;
    padding: 0 26px;
  }
  .index_contents_wrapper .area_bnr_01,
  .index_contents_wrapper .area_bnr_02 {
    width: 25%;
  }
  .index_contents_wrapper .area_bnr_01 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .index_contents_wrapper .area_news {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .index_contents_wrapper .area_bnr_02 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 768px) {
  .index_contents_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .index_contents_wrapper .area_news {
    width: 100%;
    padding-bottom: 15px;
  }
  .index_contents_wrapper .area_news .grp_mds {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #ddd;
  }
  .index_contents_wrapper .area_news .grp_mds .mds_t {
    font-size: 13px;
  }
  .index_contents_wrapper .area_news .grp_mds .mds_link a {
    font-size: 12px;
    padding: 3px 5px!important;
    line-height: 100%;
  }
  .index_contents_wrapper .area_bnr_01,
  .index_contents_wrapper .area_bnr_02 {
    width: 50%;
  }
  .index_contents_wrapper .area_news {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 1;
  }
  .index_contents_wrapper .area_bnr_top {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .index_contents_wrapper .area_bnr_01 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .index_contents_wrapper .area_bnr_02 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .index_contents_wrapper .area_bnr_bottom {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.d_vtour {
  padding-bottom: 20px;
  /* The triangle */
}
.d_vtour .col_vtour_img {
  padding-bottom: 10px;
}
.d_vtour .col_vtour_img img {
  border-radius: 4px;
}
.d_vtour .col_vtour_content {
  margin: 0 0 0 25px;
  background: #fff2f5;
  padding: 10px 20px 20px 30px;
  position: relative;
  border-radius: 4px;
}
.d_vtour .col_vtour_content .t_num {
  padding: 4px 10px;
  background: #69004E;
  color: #fff;
  font-size: 160%;
  font-family: Arial, Helvetica, "sans-serif";
}
.d_vtour .col_vtour_content p {
  line-height: 170%;
  font-size: 110%;
}
@media (max-width: 768px) {
  .d_vtour .col_vtour_content {
    margin: 0;
    padding: 10px 20px 10px 20px;
  }
}
.d_vtour .col_vtour_content:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
}
@media (min-width: 768px) {
  .d_vtour .col_vtour_content:after {
    right: 100%;
    border-right-color: #fff2f5;
    top: 48px;
  }
}
@media (max-width: 768px) {
  .d_vtour .col_vtour_content:after {
    bottom: 100%!important;
    border-bottom-color: #fff2f5;
    left: 40px;
    top: -40px !important;
  }
}
.news_horizontal a dl,
.news_vertical a dl {
  text-decoration: none;
}
.news_horizontal dt {
  color: #666666;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .news_horizontal dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .news_horizontal dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_horizontal dl {
    margin: 0;
    padding: 4px 0!important;
  }
  .news_horizontal dl dd {
    margin: 0;
  }
  .news_horizontal a:hover dl {
    background-color: #FFEFF9;
    text-decoration: none;
  }
}
.news {
  width: 100%;
  margin: 0;
  padding: 0px;
}
.news ul li {
  background-image: none;
}
ul.reflect_archive {
  padding: 0px 5px;
  margin: 0px;
}
ul.reflect_archive a {
  text-decoration: none;
}
ul.reflect_archive li {
  list-style: none;
  background-image: none!important;
}
ul.reflect_archive ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: verdana, arial;
}
ul.reflect_archive li.reflect_year {
  list-style: none;
  padding: 5px;
  margin: 0 0 4px 0;
  font-weight: normal;
  color: #333;
  background-color: #eee;
}
ul.reflect_archive li.reflect_year ul {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  background-image: none;
}
ul.reflect_archive li.reflect_year ul li {
  margin: 0;
  padding: 0;
}
ul.reflect_archive li.reflect_month a {
  display: block;
  padding: 3px 5px;
  margin: 2px 0;
  background-color: #fff;
}
ul.reflect_archive li.reflect_month a:hover {
  background-color: #eee;
  color: #000;
}
div.news_r li.reflect_year {
  padding: 5px;
  margin: 0 0 4px 0;
  font-weight: normal;
  color: #333;
  background-color: #FFDBE6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
div.news_r li.reflect_year ul {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  background-image: none;
}
div.news_r li.reflect_year ul li {
  margin: 0;
  padding: 0;
}
div.news_r li.reflect_month a {
  display: block;
  padding: 3px 5px;
  margin: 2px 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
div.news_r li.reflect_month a:hover {
  background-color: #eee;
  color: #000;
}
.news dl {
  margin: 0;
  padding: 0;
}
.news dl dt {
  clear: left;
  float: left;
  width: 7em;
  font-size: 86%;
  font-family: verdana,arial;
  text-align: center;
  padding: 0;
  color: #333;
}
.date {
  margin: 0 0 7px 0;
  padding: 0 0 10px 0;
}
.date span {
  padding: 3px 10px;
  background-color: #eee;
  color: #000;
}
.news dl:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}
* html .news dl {
  /* IE6 */
  zoom: 1;
}
*:first-child + html .news dl {
  /* IE7 */
  zoom: 1;
}
