/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: Trebuchet MS, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-weight: 700;
    letter-spacing: 1px;
}

dt {
    font-size: 1.1em;
    margin-top: 10px;
}

dd {
    font-size: 1.25em;
}

p {
    font-size: 1.25em;
    line-height: 1.4;
    color: #fff;
}

p.custom {
    font-size: 1.25em;
    line-height: 1.4;
    color: #fff;
    margin: -10px 0px 3px;
}

p.prof {
    font-size: 1.08em;
    line-height: 1.2;
    color: #fff;
}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: white;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
}

.headline01 {
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 30px 0px 20px;
}

.headline-sub01 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: -20px;
}

.headline-sub02 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin: -10px 0px 20px;
}

.title-line {
    max-width: 400px;
    border-color: #fff;
}

.btn-group {
    margin-left: 30px;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.navbar-default {
    background: rgba(0, 0, 150, 0.5);
    border-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #6794ff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: #6794ff;
}

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

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(0, 0, 150, 0.5);
}

.intro-text {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(5, 0, 35, 0.6);
    padding: 25px 0;
}

footer p {
    margin: 0;
    padding: 0px 0 10px 0;
}

table {
    font-size: 120%;
}

.table>thead>tr>th {
    width: 16.5%;
}

.table .red {
    background: rgba(255,0,4,0.6);
}

.table01 {
	width: 100%;
	margin: 0 auto 30px;
	overflow-x: auto;
}

.table01::-webkit-scrollbar {
	height: 5px;
}

.table01::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.table01::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.table01 table {
	width: 100%;
}

.table01 table th {
	width: 16.6666%;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	background: rgba(0,70,107,0.8);
	white-space: nowrap;
}

.table01 table td {
	border: 1px solid #fff;
	color: #fff;
	padding: 6px;
	font-size: 0.94em;
}

.table01 .time {
	background: rgba(0,70,107,0.8);
	text-align: center;
}

.table01 .red {
	background: rgba(255,0,4,0.6);
}

th {
    background: rgba(5, 0, 35, 0.3);
}

.panel-group .panel {
    background: rgba(0, 0, 0, 0);
}

.panel-default>.panel-heading {
    color: #fff;
    background: rgba(5, 0, 35, 0.3);
    border-color: rgba(0, 0, 0, 0);
}

.panel-default>.panel-heading:hover {
    background: #6794ff;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #fff;
}

.panel-group > .panel > .panel-heading {
    padding: 0;
}

.panel-group > .panel > .panel-heading a:active,
.panel-group > .panel > .panel-heading a:hover,
.panel-group > .panel > .panel-heading a:focus {
    text-decoration: none;
}

a.accordion-toggle {
    display: block;
    padding: 15px 15px;
}

.band-name {
    font-size: 30px;
}

.band-genre {
    font-size: 15px;
}

.link-url:link,
.link-url:hover,
.link-url:visited {
    color: #6794ff;
    text-decoration: none;
}

.link-url {
    word-wrap: break-word;
}

.recommended {
    font-size: 12px;
    background-color: #6794ff;
    display: inline;
    padding: 7px;
}

.recommended + p {
    margin-top: 10px;
}

.market-shop {
    margin-top: 30px;
    /*float: left;*/
}

.map-number-goods {
    font-size: 12px;
    color: #fff;
    background-color: #008080;
    display: inline;
    padding: 5px 8px;
    margin-right: 5px;
    vertical-align: 3px;
}

.map-number-food {
    font-size: 12px;
    color: #fff;
    background-color: #dc143c;
    display: inline;
    padding: 5px 8px;
    margin-right: 5px;
    vertical-align: 3px;
}

.map-number-other {
    font-size: 12px;
    color: #fff;
    background-color: #B81C22;
    display: inline;
    padding: 5px 8px;
    margin-right: 5px;
    vertical-align: 3px;
}

.map-number-cafe {
    font-size: 12px;
    color: #fff;
    background-color: #0000cd;
    display: inline;
    padding: 5px 8px;
    margin-right: 5px;
    vertical-align: 3px;
}

.map-number-select {
    font-size: 12px;
    color: #fff;
    background-color: #00bfff;
    display: inline;
    padding: 5px 8px;
    margin-right: 5px;
    vertical-align: 3px;
}

.map-btn {
    color: #fff;
    font-size: 12px;
    float: right;
    border: 1px solid #fff;
    width: 50px;
    height: 25px;
    border-radius: 10%;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    margin: 7px 0px 7px;
}

.map-btn:hover,
.map-btn:visited{
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
}

.map-btn + p {
    clear: both;
}

/* トップへ戻るボタン */

.page-top {
    display: none;
    display: none;
    margin: 0;
    padding: 0;
}

.page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    bottom: 16px;
}

.move-page-top {
    display: block;
    background: #6794ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.move-page-top:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
    .top-divider {
        margin-top: 0;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }
    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }
    .navbar {
        border-radius: 0;
    }
    .navbar-header {
        display: none;
    }
    .navbar {
        min-height: 0;
    }
    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(5, 0, 35, 0.6);
    }
    .nav>li>a {
        padding: 35px;
    }
    .navbar-nav>li>a {
        line-height: normal;
    }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (min-width:992px) {
    .steiff-1,
    .steiff-2,
    .steiff-3 {
        width: 100%;
        height: 215px;
    }
}

@media screen and (max-width:991px) {
    .steiff-1,
    .steiff-2,
    .steiff-3 {
        width: 100%;
        height: 100%;
    }
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0em 0.5em 0;
    color: #FFFFFF;
    background: rgba(0,70,107,0.8);/*背景色*/
}
.box3 p {
    margin: 0;
    padding: 0;
}
