@charset "UTF-8";

:root {
	  --font-family-sans-serif: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;

}

.float-right{
	margin-left: 20px;
}
.container{
	max-width: 901px;
}
header {
	background:#25261C;
	
}

.mainImg{
	width: 100%;
}
.logo{
	padding-left: 7px;
	padding-top: 20px;
}

.nav-item2{
	display: none;
}

.navbar-dark .navbar-nav .nav-link,
footer .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus,
footer .nav-link:hover, footer .nav-link:focus{
  color: rgba(255, 255, 255, 0.75);
}

.nav-item{
	padding-right: 17px;
}

.ryumin,
.nav-font{
	font-family: "ヒラギノ角ゴ Pro W3";
}

.insideContents{
	background:#DADCCF;
	padding-bottom: 13px;
	margin-bottom: 30px;
}

.insideContents .row{
	margin-left: 0;
	margin-right: 0;
}

.listContents{
	padding: 25px 0 0 0;

}



.listContents p{
	padding-right: 15px;
}
	
.col-md-6 p{
	margin: 0 20px 20px 0;
}
.col-md-4{
	padding-right: 20px;
}
.list-style-none{
	margin: 0 20px 20px 0;
}


.list-style-none li{
	list-style: none;
	text-indent: -13px;
	padding-bottom: 10px;
}

.h2-title{
	min-height: 100px;
	padding-top: 30px;
}
h2{
	background:url(../img/h-underline.gif) bottom left no-repeat;
	padding-bottom: 5px;
	font-size: 1.8rem;

}
h3{
	background:url(../img/h-underline.gif) bottom left no-repeat;
	padding-bottom: 5px;
	margin-bottom: 13px;
}

h4{
	background: #252619;
	font-size: 1rem;
	color:#fff;
	display: inline-block;
	padding: 7px;
	margin-bottom: 15px;
}

.floormap{
	width: 100%;
	max-width: 898px;
}

.form-control,
.btn {
	border-radius: 0;
}

.col-sm-2{
	padding: 0;
}

form{
	padding: 30px 0 0 0;
}
.btn-center{
	  position: relative;
  width: 100%;
  min-height: 1px;

    max-width: 83.333333%;
	text-align: center;

}
.contact-sm{
	width: 60%;
}

.btn-primary {
  color: #fff;
  background-color: #888A7F;
  border-color: #888A7F;
  width: 10%;
}

.btn-primary:hover {
  color: #fff;
  background-color: #606157;
  border-color: #606157;
}


.tooltip-inner{
  max-width: 300px;
  text-align: left;
}



.minheight{
	min-height: 250px;
}

footer{
	background:#25261C;
	color: #fff;
	margin-top: 35px;
}


footer li{
	font-size: 0.8rem;
	margin-right: 20px;
	display: inline-block;
	vertical-align: bottom;
}


.copy{
	font-size: 0.8rem;
}

footer .container{
		margin-bottom:50px;

}


@media (max-width: 575.98px) {
	.logo img{
		width: 80%;
		height: 80%;
		margin-left: 20px;
		vertical-align:bottom;
	}

	header.navbar{
		width: 100%;
		position:fixed;
		top: 0;
		left: 0;
		z-index:999;
	
	}
 .nav-item2{
	 display: block;
	 padding-right: 15px;
 }

 .nav-item2 img{
		width: 130%;
		height: 130%;
	}
  .nav-item{
	
    display: none;
  }
  .logo{
	display:block;
    margin: 0 auto 15px;
	 
}

	h3{
		font-size: 120%;
	}
	
	.onlyBg{
		margin-top: 66px;
		padding-top: 66px;
}
	.h2-title{
		margin-top: 72px;
		padding-top: 72px;
	}
	.h2-title h2{
		font-size: 120%;
	}
	h4{
		font-size: 80%;
	}
#contact .btn-primary{
  width: 100%;
  margin: 0 auto 10px;
  padding:0;
}
#contact .col-sm-10{
	padding:0;
}
#contact .contact-sm{
	width: 85%;
}

}