@charset "utf-8";
/* CSS Document */

body{  
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing:antialiase;
	line-height:1.6em;
	text-align:justify;
	background:#9B948C;
}

h1, h2, h3, h4{margin:0; padding:0;}

th {vertical-align:top;}


.header {background:url(../img/header_bg.png) bottom; text-align:center;}

.white {background:#DDD; border-radius:5px; padding:50px; margin-bottom:20px;}

@media (max-width: 767px) {
  .white {
	padding:10px;
  }
}

.tel {font-size:20px; font-weight:bold; color:#B10002; margin-bottom:0px;}


@media (min-width: 992px) {
  .container {
    width: 960px;
	
  }
}



.footer {background:#f7eab7;}


@media (min-width: 992px) {
.navbar .navbar-inner {
padding: 0;
}
 
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
 
.navbar .nav li {
display: table-cell;
float: none;
}
 
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .75);
border-right: 1px solid rgba(0, 0, 0, .1);
}
 
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
}

.carousel-caption {
  top: 20px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;}



.tourmidashi {color:#666; margin:0;}

.tour div {text-align:center; margin-bottom:10px;}

.tour h3 {font-size:18px; color:#8B7760; margin-bottom:10px;}

.toursmall {font-size:12px;}


h2.midashi01 {background:url(../img/title_bg.png) no-repeat left bottom; margin:0 0 20px 0; padding:32px 0 0 80px; text-align:left; height:80px; font-size:18px; border-radius:5px;}

.midashi02 {background:#8B7760; padding:5px; text-align:center; color:#FFF; border-radius:5px; font-weight:bold; font-size:16px;}

.midashi03 {padding:10px; border:dotted 2px #8B7760; border-radius:5px; margin-bottom:20px; background:#FFF;}

.midashi04 {background:url(../img/bedroombg.png) center no-repeat; padding:50px 30px; text-align:center;}

.midashi05 {background:url(../img/bathtime.png) center no-repeat; padding:20px; text-align:center;}

.midashi06 {background:url(../img/dog3.png) center no-repeat; padding:30px;}

.img-fa {border:solid #C1B9B0 10px; border-radius:5px;}

.yellow {background:#ffff99;}

dd {margin-bottom:20px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.mb0 {margin-bottom:0;}
.mt-60 {margin-top:-60px;}

.mt-top {margin-top:-143px;}

@media (max-width: 767px) {
.mt-top {margin-top:0;}
.mt-60 {margin-top:0px;}

}



