/* CSS Document */

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.logo {
    width: 320px;
    margin-bottom: 20px;
}
.title {
    background: #e5e5e5;
    background-size: auto 500px;
    padding: 35px 0 25px 0;
}
.title h1 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 1.12px;
}
.link-navi {
    padding: 1.5rem 0 0 0;
}
.link-navi .nav-item {
  border-left: 0px dotted #fff;
  border-right: 0px dotted #fff;
    padding: 0 0.8rem;
     font-weight: bold;
    font-size: 1.2rem
}
 
.link-navi .nav-item + .nav-item {
  border-left: 0;
  border-right: 0px dotted #fff;
}
.copy {
    padding: 0.7rem;
    text-align: center;
    font-size: 0.8rem;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.nav-item {
  border-left: 1px dotted #f08c00;
  border-right: 1px dotted #f08c00;
    padding: 0 0.8rem;
     font-weight: bold;
    font-size: 1.2rem
}
 
.nav-item + .nav-item {
  border-left: 0;
  border-right: 1px dotted #f08c00;
}


footer {
 clear: both;
 background-color: 	#ff7f00;
 bottom: 0px;
 padding: 15px 5px 0 5px;
text-align: center;

}
footer .navbar-nav li a {
 text-align: center;
 color: #fff;
 padding-left: 0.5em;
 text-decoration: underline;
}
footer .navbar-nav li a:hover {
 color: #dcdcdc;
}
.copyright{
 text-align: center;
 font-size: 90%
}
footer a:link { color:#323232; }
footer a:visited { color: #323232; } 
footer a:hover { color: #ccfff2; } 
footer a:active { color: #323232; } 
footer .nav-item {
    font-size: 0.8rem
}
footer .nav-item + .nav-item {
  border-left: 0;
 
}
