html,
body {
  height: 100%;
}

body{
	text-align: center;
  background: #A57F4F;
	font-family : YuGothic, '游ゴシック', sans-serif;
	font-size: 13px;
	line-height: 3;
	letter-spacing: 0.05em;
}

a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

body.second p.text{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 3px #333;
	-moz-text-shadow: 1px 1px 3px #333;
  -webkit-text-shadow: 1px 1px 3px #333;
	-ms-text-shadow: 1px 1px 3px #333;
	}
	
	p.open{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-top:0px;
	}

h1 img{
      width: 35%;
			margin-top: 20px;
    }
		
#site-wrapper{
	background: #;
	}
	
.cover{
	background: #;
	opacity: 0.95;
	}
	
#info #copyright{
	display:none;
	}
	
.masfoot{
	font-size: 8px;
}
	
.fade{
	z-index: 99999;
	}
	
.modal-dialog{
	z-index: 99999;
	}
	
.iframe{
	max-width: 100%;
	}

.navbar{
	font-size: 13px;
	}

.navbar-nav {
    margin: 0 -15px;
}
	
.navbar-inverse {
    background-color: #fff;
    border-color: #eee;
}

.navbar-inverse .navbar-brand {
    color: #8c6b43;
		font-size: 15px;
		font-weight: 800;
		margin-right: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #8c6b43;
		border-bottom: none;
}

.navbar-inverse .navbar-nav > li:last-child > a {
		border-bottom: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #8c6b43;;
    background-color: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #eee;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #eee;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.box{
	text-align: center;
	height: 200px;
	margin-bottom: 20px;
}

h2{
	font-size: 16px;
	margin-bottom: 20px;
}

p{
	margin-bottom: 20px;
}

.image{
	width: 100%;
	height: 100px;
	background: #CCC;
	display: none;
}

.map img{
	width: 65%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border-radius: 16px;
  -moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-ms-border-radius: 16px;
	margin-bottom: 32px;
	margin-top: 120px;
	}

a,
a:focus,
a:hover {
  color: #8c6b43;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 30px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

.cover {
  padding: 0 20px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 800px;
  }
}

 @media screen and (max-width:768px) {

.navbar-inverse .navbar-nav > li > a {
    color: #8C6B43;
    border-bottom: 1px solid #EEE;
}
	 
h1 img{
      width: 55%;
    }

.cover-container {
  margin-right: auto;
  margin-left: auto;
	margin-top: 100px;
}

.inner {
  padding: 30px;
}

body.second p.text{
	font-size: 10px;
	letter-spacing: -0.05em;
	}
	
p.open{
	font-size: 11px;
	}
	 
	.mastfoot {
  font-size: 7px;
}

.map img{
	width: 100%;
	margin-top: 0px;
	}
 }