@charset "utf-8";

/*-----------------------------------------------
 __牡鹿病院ページ用
-----------------------------------------------*/
.header_menu{
  text-align: left;
}

#header_logo{
  width: 320px;
}

#wacs{
  margin-left: 90px;
}


#naviOut.fixed{
  position: fixed;
  top:0;
  width: 100%;
}


.globalnavi ul{
  letter-spacing: -.4em;
}


.globalnavi li{
  letter-spacing: normal;
  width: 145px;
  width: 170px;
}

.globalnavi li:first-child{
  border-left: 1px dotted #ccc;
}

.navigationBox{
  /* display: block !important; */
}

.box_right{
  float: none;
  width: 100%;
  padding-left: 0;
}

.toppic{
  margin: 0px auto 0px;
  padding: 0px 0 0 0;
  width: 1024px;
  text-align: left;
  /* height: 600px; */
  min-height:500px;
  display: block;
  
  background-image: url(../img/oshika_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}

.top_guide td{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px
}

#header_logo li.title h1{
  border: none;
  font-size: 100%;
  padding: 0;
  margin: 0;
  text-indent: 0;
}

.omap{
  width: 95%;
  margin: 0 auto;
  height: 400px;
}

.top_guide td.bg_y{
  background-color: #ffffdd
}

.top_guide td.bg_g{
  background-color: #e5ffdd
}

.top_guide td.bg_b{
  background-color: #ddf5ff
}

.top_guide td.bg_p{
  background-color: #eeefff
}

dl.aisatsu{
  width: 100%;
  letter-spacing: -.4em;
}

dl.aisatsu dt, dl.aisatsu dd{
  letter-spacing: normal;
  display: inline-block;
  padding: 10px;
  margin: 0;
}

dl.aisatsu dt{
  width: calc(68% - 20px);
  vertical-align: top;
  line-height: 2;
}

dl.aisatsu dd{
  width: calc(30% - 20px);
  text-align: center;
}

.l2n{
  line-height: 2.0;
}

.rm_name{
  height: 20px;
}



.rm_pho{
  min-width: 300px;
  text-align: center;
}

dl.o_room{
  width: 100%;
  letter-spacing: -.4em;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

dl.o_room dt, dl.o_room dd{
  letter-spacing: normal;
  display: inline-block;
  margin: 0;
}

dl.o_room dt{
  width: calc(65% - 0px);
  vertical-align: top;
  line-height: 2;
}

dl.o_room p{
  border-bottom: 1px solid #ccc;
  padding: 10px
}

dl.o_room p.rm_comm{
 border-bottom: 0px solid #ccc;
}

dl.o_room dd{
  width: calc(35% - 21px);
  text-align: center;
  border-left: 1px solid #ccc;
  padding: 10px;
}

dl.o_room dd img{
  width: 300px;
  margin: 0 auto;
}


.snslink{
  margin-top: 15px;
}