@charset "UTF-8";
body{
	background-color: #FFF;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "小塚ゴシック Pro R", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", sans-serif;
	line-height: 1.65;
	color: #333;
}


.navbar-header>h1{
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width : 767px) {
body{font-size: 14px;}

h1 {
	margin-bottom:30px;
	text-align:left;
	line-height: 1.45;
	font-size: 1.6em;
	padding-left:10px;
}
h2 {margin-bottom:30px;
	text-align:left;
	line-height: 1.45;
	font-size: 1.6em;
	padding-left:10px;}
}
@media only screen and (min-width : 768px) {
body{font-size: 16px;}
h1 {
	margin-bottom:30px;
	text-align:center;
	line-height: 1.65;
	font-size: 2em;
}

h2 {margin-bottom:30px;
	text-align:center;
	line-height: 1.65;
	font-size: 2em;}
}

/* ------------------------------------- */
/*	 Header　修正
/* ------------------------------------- */
#header {
	background-color: #FEFEFE;
	position: relative;
}
.navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#333 !important;}

.carousel-indicators li{
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.carousel-indicators li.active{
	background-color: #C00;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;

}
/*  header関連
/*--------------------------------- */
/*@media only screen and (min-width : 768px) {*/
	.carousel-indicators{
	visibility: hidden;
}
}



.siro{
	color: #FFF;
}


	.navbar-nav li{
	font-size: 1em;}

	
	.navbar-nav>li>a {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	
	.navbar-default .navbar-nav>li>a {
		color: #111;
	}
	.navbar-default .navbar-nav>li>a:hover {
	color: #36C;
	}
	
	.collapse{
	padding: 0px;
}

.foot-nav li{
	display: inline-block;
	float: none;	
}


.foot-nav li a{
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}
/*  nav
/*--------------------------------- */
@media (min-width: 768px){  /* xsサイズでの崩れ防止 修正 */
	.navbar {
	border-radius: 0;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	z-index: 100;
	}
	.navbar-nav {
	float: none;
	max-width : 990px;
	text-align: center;	
	margin-right:auto;
	margin-left:auto;
	}
	.navbar-nav li{
	display: inline-block;
	float: none;	
}
.navbar-default {
	background: rgba(255,255,255,0.70);
}

	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar .logo {
	height: 50px;
	width: auto;
	margin: 5px;
	position: relative;
	left: 40px;
}

.foot-nav li{
	display: inline-block;
	float: none;	
}

}
@media only screen and (max-width : 767px) {
	.navbar .logo {
	height: 40px;
	width: auto;
	margin: 5px;
}

.navbar-nav {
	background: rgba(0,0,0,0.20);
    margin: 0px -15px;
	
}
.navbar-default {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #FEFEFE;
	}

.foot-nav li{
	display:block;
}

}


/*  nav
/*--------------------------------- */
.navbar {
	margin-bottom: 0; /* 追記 */
}


/*  carousel
/*--------------------------------- */
.carousel-inner img{ /* フルワイド化 */
	width: 100%;
}
.glyphicon-chevron-left{
	background-image: url(img/left.gif);
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
}
.glyphicon-chevron-right{
	background-image: url(img/right.gif);
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
}


/* ------------------------------------- */
/*	 content
/* ------------------------------------- */


.title{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}


/*  panel-box
/*--------------------------------- */
.panel {
	margin-bottom: 20px;
	background-color: #D1D1D1;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel-body {
	text-align: center;

	color: #888;
	font-size: 18px;
}
.panel-body img {
	
	width: 100%;
}
.panel-footer {
	text-align: center;
	padding: 10px 8px;
	background-color: #7E7E7E;
	border-top: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


/*  button-box
/*--------------------------------- */
.button-box{
	text-align: center;
	padding: 60px 0;
	margin-top: 40px;
	background-color: #eee;
}

.button-box p{
	color: #888;
}

.btn {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 120px;
	padding: 10px 0;
	font-weight: bold;
}
.btn:active {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}

.button-box .btn-default{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #7E7E7E;
}



/* ------------------------------------- */
/*	  Footer　修正
/* ------------------------------------- */
#footer{
	text-align: center;
	padding: 20px 0;
	background-color: #25180F;
}

/*  logo
/*--------------------------------- */
#footer .logo{
	margin-top: 0;
}

.logo p { /* 丸とフォントのスタイリング */
	margin: 0;
	padding-top: 34px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 26px;
	color: #7E7E7E;
	font-weight: bold;
	background-color: #fff;
}

/*  nav
/*--------------------------------- */
#footer .navbar-nav>li {
	border-right: 1px solid #000;
}
#footer .navbar-nav>li.first{
	border-left: 1px solid #000;
}

#footer .navbar-nav li a{
	color: #fff;
}

/*  top戻るボタン
/*--------------------------------- */
#page-top {
    position: fixed;
    bottom: 12px;
    right: 12px;
    font-size: 77%;
}
#page-top a {
	filter:alpha(opacity=70);
  -moz-opacity: 0.7;
    opacity: 0.7;
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #aaa;
	filter:alpha(opacity=90);
  -moz-opacity: 0.9;
    opacity: 0.9;
}

/*  copy
/*--------------------------------- */
.copy{
	margin-top: 20px;
}

.copy span{
	color: #333;
}

/*  text見出し　修正
/*--------------------------------- */
.text-box .midasi {
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px #999;
}

.kugiri {
	height: 28px;
	border: 3px solid #666;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom:20px;
	background-color: #666;
	background-image: url(img/maru.png);
	background-repeat: no-repeat;
	background-position: left center;
	sans-serif;
	font-size: 1.4em;
	color: #FFF;
	padding-left: 29px;
	text-shadow: 1px 1px 2px #666;
	font-weight: bold;
	line-height: 1.3em;
}
.kugiri span {
	font-size: 0.7em;
	color: #FFF;
	padding-left: 10px;
	text-shadow: 1px 1px 2px #666;
}

/* memu　
/*--------------------------------- */
.menu{
	width: 100%;}

.menu dt {
	clear:left;
	float:left;
	margin:0;
	padding:10px 0 10px 0.5em;
	line-height:1.5em;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}
.menu span{
	font-size: 0.75em;
	margin-left: 10px;
}
.menu dd {
	margin:0;
	padding:10px 0.5em 10px 7em;
	line-height:1.5em;
	text-align: right;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/* access　
/*--------------------------------- */
.access {
	font-size: 1.1em;
	font-weight: normal;
}
.access dt {
	font-weight: normal !important;
}

.access dt span{
	font-size: 0.8em;
	color: #999;
	padding-left: 10px;
}
.access dd{
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
	font-size: 0.88em;
	color: #333;
}
/* 地図
/*--------------------------------- */
.map{
	display: block;
	text-align: center;
}

/* リンク付き画像　薄くなる */
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* コンテンツの区切り */
#Menu,#Service1,#Service2,#Top,#INFORMATION{
	padding-top: 20px;
	padding-bottom: 55px;
}

/* 新価格表 */
.ptitle{
	width: 100%;
	clear: right;
	margin-bottom: 6px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;
		padding:6px 0 6px 0.5em;
	line-height:1.4em;
	font-size: 1.1em;
}

.price{
	float: right;
}
.menulist .menulist{
	padding-left: 20px;
}
.menulist h3{
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}


.nowrap {
    white-space: nowrap;
}

.bgimg1 {
	background-image: url(img/3209.jpg);
	background-position: center center;
}

.bgimg2 {
	background-image: url(img/333.jpg);
	background-position: center center;
}

.bgimg3 {
	background-image: url(img/1with.jpg);
	background-position: center 20%;
}



/* テキストセンター */
@media only screen and (max-width : 767px) {
.m-text-centar{
	text-align: left;
}
.bgimg1,.bgimg2,.bgimg3 {
	background-size:cover;
		height: 250px;
		margin-left: 8.333333333333332%;
}
.box4{margin-left: 8.333333333333332%;}
.mapbox{height: 300px;}
}
@media only screen and (min-width : 768px) {
.m-text-centar{
	text-align: center;
}
.bgimg1,.bgimg2,.bgimg3 {
	background-size:cover;
		height: 400px;
}
.mapbox{height: 400px;}
}