/*
Theme Name: Togoshiginza
Author: Somin Kobayashi
Description: WordPress Themes Made From Bootstrap
Version: 1.0
Text Domain: togoshiginza
*/

@font-face {
  font-family: "TanukiMagic";
  src: url("font/TanukiMagic.ttf") format("truetype");
}

html {
  background-color: #1a0c01;
}

body {
  background-color: #fff;
}

a {
  color: #269cb6;
}

.headerBanner {
  background-color: #269cb6;
  margin: 0 -15px;
  padding: 10px 15px;
}
.headerBanner .languageNav {
  float: right;
}
.headerBanner .heading {
  font-size: inherit;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.headerBanner .heading .spTitle {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.globalNav .nav {
  margin-right: -30px;
  margin-left: -30px;
  width: auto !important;
}
.globalNav .nav > li {
  border-bottom: 1px solid #5cb5c8;
}
.globalNav .nav > li > a {
  margin-bottom: 0 !important;
}
.globalNav .nav > .dropdown .dropdown-menu {
  text-align: center;
  width: 100%;
}

.wrapper {
  background: #f8f2d6 url("images/bg_wrapper.png") center bottom repeat-x;
  padding-bottom: 60px;
}

#main {
  padding: 10px 0;
}

#sidebar .banner {
  text-align: center;
  margin-bottom: 30px;
}
#sidebar .banner img {
  max-width: 100%;
}

.breadcrumb {
  font-size: 12px;
  background-color: transparent;
  padding: 0;
}
.breadcrumb > li+li:before {
  content: ">";
}

.pageTitle {
  font-size: 24px;
  border-bottom: 3px solid #5b4a3f;
  margin: 0 0 30px 0;
  padding: 0;
}
.pageTitle span {
  display: inline-block;
  border-bottom: 3px solid #269cb6;
  margin-bottom: -3px;
  padding: 0 10% 10px 0;
}

.pageSubTitle {
  color: #fff;
  font-size: 18px;
  background-color: #5b4a3f;
  border-radius: 5px;
  margin: 30px 0;
  padding: 10px 15px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #269cb6;
}

.form-control-edge {
  border-color: #5b4a3f;
}

.btn-edge {
  color: #fff;
  background-color: #827465;
}
.btn-edge:hover {
  color: #fff;
  background-color: #5b4a3f;
}

.list-group-edge .list-group-item {
  border-color: #5b4a3f;
}
.list-group-edge .list-group-item.active,
.list-group-edge .list-group-item.active:focus,
.list-group-edge .list-group-item.active:hover {
  background-color: #5b4a3f;
  border-color: #5b4a3f;
}

.pagination-edge > li > a,
.pagination-edge > li > span {
  color: #5b4a3f;
  border-color: #5b4a3f;
}
.pagination-edge > li > a:focus,
.pagination-edge > li > a:hover,
.pagination-edge > li > span:focus,
.pagination-edge > li > span:hover {
  border-color: #5b4a3f;
}
.pagination-edge > .active > a,
.pagination-edge > .active > a:focus,
.pagination-edge > .active > a:hover,
.pagination-edge > .active > span,
.pagination-edge > .active > span:focus,
.pagination-edge > .active > span:hover {
  background-color: #5b4a3f;
  border-color: #5b4a3f;
}
.pagination-edge > .disabled > a,
.pagination-edge > .disabled > a:focus,
.pagination-edge > .disabled > a:hover,
.pagination-edge > .disabled > span,
.pagination-edge > .disabled > span:focus,
.pagination-edge > .disabled > span:hover {
  border-color: #5b4a3f;
}

.tooltip {
  white-space: nowrap;
}

.categoryLabel {
  display: inline-block;
  color: #fff;
  background-color: #269cb6;
  border-radius: 3px;
  padding: 5px 10px;
}

.snsWrapper {
  margin-right: -20px;
  width: 100%;
}
.snsWrapper:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.sns {
  float: left;
  position: relative;
  border: 1px solid #5b4a3f;
  margin: 0 20px 20px 0;
  width: 208px;
  height: 208px;
  overflow: hidden;
}
.sns:hover {
  cursor: pointer;
}
.sns img {
  width: 208px;
  height: 208px;
}

.snsInfo {
  position: absolute;
  left: 0;
  top: 150px;
  background-color: rgba(255, 255, 255, .5);
  width: 208px;
  height: 208px;
}
.snsInfo h3 {
  font-size: 15px;
  font-weight: bold;
  word-wrap: break-word;
  margin: 10px 10px 5px 10px;
}
.snsInfo p {
  word-wrap: break-word;
  margin: 0 10px 10px 10px;
}
.snsInfo p.shopname {
  margin-top: 10px;
}

.goback {
  text-align: center;
  margin-top: 30px;
}

.bottomNav .info {
  text-align: center;
  margin-top: 10px;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #1a0c01;
  padding: 10px 0;
}

.facebook {
  display: none;
  position: fixed;
  right: 0px;
  top: 20px;
}

#tbadge_box {
  display: none;
}

@media (min-width: 768px) {
  .headerBanner {
    position: relative;
    background: #fff url("images/bg_headerbanner.png") center bottom no-repeat;
    margin: 0;
    padding: 0;
    height: 150px;
  }
  .headerBanner .languageNav {
    background: linear-gradient(to bottom, #e9e9e9 0%, #d9d8d9 100%);
  }
  .headerBanner .languageNav ul {
    margin: 0 10px;
  }
  .headerBanner .languageNav ul li {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
  }
  .headerBanner .languageNav ul li a {
    display: block;
    color: #000;
    padding: 8px 5px;
  }
  .headerBanner .languageNav ul li a:hover {
    text-decoration: none;
    background-color: #eee;
  }
  .headerBanner .languageNav ul li.active a {
    border-bottom: 3px solid #fff;
    padding-bottom: 3px;
  }
  .headerBanner .languageNav ul li.alt a {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background-color: #269cb6;
    margin-right: -10px;
    margin-left: 5px;
    padding: 0 8px 6px 8px;
  }
  .headerBanner .languageNav ul li.alt a:hover {
    background-color: #5cb5c8;
  }
  .headerBanner .heading img {
    width: auto;
    height: 120px;
  }
  .headerBanner .welcomeImage {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .headerBanner .welcomeImage img {
    width: auto;
    height: 110px;
  }

  .globalNav {
    background-color: #269cb6;
    margin-bottom: 15px;
  }
  .globalNav .nav {
    margin: 0;
  }
  .globalNav .nav > li {
    border-bottom: 0 none;
    border-left: 1px solid #5cb5c8;
  }
  .globalNav .nav > li.last {
    border-right: 1px solid #5cb5c8;
  }
  .globalNav .nav > li > a {
    color: #fff;
    font-size: 13px;
    font-family: "TanukiMagic";
    padding: 15px 0;
  }
  .globalNav .nav > li.active > a,
  .globalNav .nav > li > a:hover {
    background-color: #5cb5c8;
  }
  .globalNav .nav > li > a:focus {
    background-color: transparent;
  }
  .globalNav .nav > .dropdown .dropdown-menu {
    background-color: #269cb6;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .globalNav .nav > .dropdown .dropdown-menu > li > a {
    color: #fff;
    border-top: 1px solid #5cb5c8;
    padding: 15px 0;
  }
  .globalNav .nav > .dropdown .dropdown-menu > li > a:hover {
    background-color: #5cb5c8;
  }
  .globalNav .nav > .dropdown .dropdown-menu > li > a:focus {
    background-color: transparent;
  }

  #main {
    background: transparent url("images/bg_main.png") center top repeat-x;
    padding: 30px 0;
  }

  .bottomNav {
    color: #fff;
    background: url("images/bg_bottomnav.jpg") center top repeat;
  }
  .bottomNav a {
    color: #fff;
  }
  .bottomNav .heading {
    margin: 20px 0;
    padding: 0;
  }
  .bottomNav .heading img {
    max-width: 100%;
  }
  .bottomNav .info {
    text-align: right;
    margin-top: 40px;
  }
  .facebook {
    display: block;
  }
  #tbadge_box {
    display: block;
  }
}

@media (min-width: 992px) {
  .headerBanner {
    height: 180px;
  }
  .headerBanner .heading img {
    height: 150px;
  }
  .headerBanner .welcomeImage img {
    height: 140px;
  }

  .globalNav .nav > li > a {
    font-size: 14px;
  }
}


/* common */

#page h2 {
  position: relative;
  color: #1a0c01;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #1a0c01;
  margin: 60px 0 30px;
  padding: 5px 15px 7px 10px;
}
#page h2:before {
  position: absolute;
  left: -7px;
  bottom: -8px;
  content: " ";
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1a0c01;
  width: calc(100% + 7px);
  height: 1px;
}
#page h3 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
#page p {
  text-align: justify;
}
#page img.size-full,
#page img.size-large,
#page img.size-medium {
  max-width: 100%;
  height: auto;
}

/* home */

.carousel {
  margin-bottom: 15px;
}
.carousel-inner > .item > a >img,
.carousel-inner > .item > img {
  width: 100%;
  height: auto;
}
.carousel-control {
  background-image: none !important;
}
.carousel-control .fa {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -.5em;
  z-index: 5;
}
.carousel-control .fa-arrow-circle-left {
  left: 20px;
}
.carousel-control .fa-arrow-circle-right {
  right: 20px;
}
.freetile {
  margin-right: -30px;
}
.freetile .box {
  margin: 0 30px 30px 0;
}
.freetile .box.banner {
  text-align: center;
}
.freetile .box.banner img {
  max-width: 100%;
}
.freetile .box .boxTitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.freetile .box.topics .boxTitle {
  background-color: #ff1e69;
}
.freetile .box.news .boxTitle {
  background-color: #399c51;
}
.freetile .box.shops .boxTitle {
  background-color: #a5be00;
}
.freetile .box .panel {
  background-color: transparent;
  box-shadow: none;
}
.freetile .box .panel .list-group {
  background-color: transparent;
}
.freetile .box .panel > .list-group .list-group-item {
  border: 10px solid #dbd8c7;
  border-radius: 10px;
  margin-bottom: 10px;
}
.freetile .box .row {
  margin-right: -5px;
  margin-left: -5px;
}
.freetile .box .col-xs-12,
.freetile .box .col-xs-7,
.freetile .box .col-xs-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.freetile .box .thumbnail {
  margin-bottom: 0;
}
.freetile .box .full .thumbnail {
  margin-bottom: 20px;
}
.freetile .box .heading {
  font-size: 15px;
  margin-top: 5px;
}
.freetile .box p {
  font-size: 12px;
}
.freetile .box p.shopname {
  font-size: 14px;
}
.freetile .box .panel .andmore {
  text-align: center;
  margin-top: -15px;
  padding: 0 20px;
}
.freetile .box.topics .panel .andmore {
  color: #ff1e69;
}
.freetile .box.news .panel .andmore {
  color: #399c51;
}
.freetile .box.shops .panel .andmore {
  color: #a5be00;
}
.freetile .box .panel .andmore .btn-block {
  color: #fff;
  border: 3px solid #fff;
  margin-top: 5px;
}
.freetile .box.topics .panel .andmore .btn-block {
  background-color: #fd5384;
}
.freetile .box.topics .panel .andmore .btn-block:hover {
  background-color: #ff1e69;
}
.freetile .box.news .panel .andmore .btn-block {
  background-color: #69b272;
}
.freetile .box.news .panel .andmore .btn-block:hover {
  background-color: #399c51;
}
.freetile .box.shops .panel .andmore .btn-block {
  background-color: #bacb36;
}
.freetile .box.shops .panel .andmore .btn-block:hover {
  background-color: #a5be00;
}

@media (min-width: 768px) {
  .freetile .box {
    width: 345px;
  }
  .freetile .box .boxTitle {
    font-size: 18px;
    font-family: "TanukiMagic";
    padding: 15px 0;
  }
}

@media (min-width: 992px) {
  .freetile .box {
    width: 293px;
  }
}

@media (min-width: 1200px) {
  .freetile .box {
    width: 360px;
  }
}


/* topics */

#topics {

}


/* map */

#map .nav {
  margin-bottom: 15px;
}
#map .illustmap {
  position: relative;
  background-color: #fff;
  border: 1px solid #5b4a3f;
}
#map .illustmap img {
  width: 100%;
  height: auto;
}
#map .illustmap .layer {
  position: absolute;
  left: 0;
  top: 0;
}
#map .illustmap .highlight {
  display: none;
}
#map .mapWrapper {
  border: 1px solid #5b4a3f;
  margin: 0 20px 20px;
}
#map .mapCanvas {
  margin: 0 1px;
  height: 400px;
}
#map .shopListPanel {
  margin-bottom: 30px;
  height: 400px;
  overflow-y: auto;
}
#map .shopListPanel ul li {
  padding-bottom: 8px;
}
#map .shopListPanel ul li:hover {
  background-color: #eee;
  cursor: pointer;
}
#map .shopListPanel ul li span.numIcon {
  float: left;
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 2.1;
  background-color: #000;
  border-radius: 12px;
  margin-top: -3px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
#map .category {
  margin-bottom: 20px;
}
#map .infowindowImage {
  width: 200px;
}
#map .dl-horizontal {
  font-size: 13px;
  margin-bottom: 10px;
}
#map .dl-horizontal dd {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  #map .mapWrapper {
    margin: 0;
  }
  #map .mapCanvas {
    height: 600px;
  }
  #map .dl-horizontal {
    font-size: 14px;
  }
  #map .dl-horizontal dt {
    width: 5em;
  }
  #map .dl-horizontal dd {
    margin-left: 6em;
  }
}


/* shopList */

#shopList .search {
  margin-bottom: 20px;
}
#shopList .panel {
  border-color: #269cb6;
}
#shopList .panel .panel-heading {
  text-align: center;
  color: #fff;
  background-color: #269cb6;
}
#shopList .panel .panel-heading a {
  color: #fff;
}
#shopList .panel img {
  width: 100%;
  height: auto;
}


/* shop */

#shop .shopPhoto {
  margin-bottom: 30px;
}
#shop .shopPhoto img {
  width: 100%;
  height: auto;
}
#shop .shopPhoto .thumbs {
  margin-top: 15px;
}
#shop .shopPhoto .thumbs img:hover {
  cursor: pointer;
  opacity: .75;
}
#shop .map .mapWrapper {
  border: 1px solid #999;
  overflow: hidden;
}
#shop .map .element {
  height: 240px;
}
#shop .map .link {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
#shop .shopInfo dt {
  float: left;
  clear: left;
  text-align: center;
  font-weight: normal;
  background-color: #e9e8d7;
  border-radius: 5px;
  margin: 0 0 9px 0;
  padding: 5px 0;
  width: 120px;
}
#shop .shopInfo dd {
  word-break: break-all;
  border-bottom: 1px dashed #e4e2d0;
  margin: 0 0 8px 140px;
  padding: 5px 0;
  min-height: 2.215em;
}


/* announcements */

#announcements .eachBoxFull {
  background-color: #fff;
  border: 1px solid #5b4a3f;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}
#announcements .eachBoxFull .thumbnail {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
#announcements .eachBoxFull .body {
  margin-top: 5px;
  margin-left: -10px;
}
#announcements .eachBoxFull .category {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  background-color: #5b4a3f;
  border-radius: 2px;
  padding: 3px 10px;
}
#announcements .eachBoxFull h3 {
  font-size: 16px;
  margin-top: 5px;
}
#announcements .eachBoxFull p {
  font-size: 13px;
}


/* announcement */

#announcement .detail {
  margin-bottom: 30px;
}
#announcement .detail .label {
  font-size: 14px;
  background-color: #5b4a3f;
  margin-right: 8px;
}
#announcement .eachBox .thumbnail {
  border-color: #5b4a3f;
}
