@charset "UTF-8";
/**
 * ================================
 * 
 * style.css
 * 
 * ================================
 * 
 */
/*

lead
-------------------------
*/
.lead {
  margin-bottom: 2em;
  font-size: 110%;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .lead {
    font-size: 125%;
  }
}
/*
-------------------------


alert
-------------------------
*/
.alert {
  margin: 2em 0;
  border: 0 none;
}

/*
-------------------------


well
-------------------------
*/
.well {
  margin: 2em 0;
  padding: 20px 15px;
  background-color: #EEEEEE;
  border: 0 none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .well {
    padding: 30px;
  }
}
/*
-------------------------


btn
-------------------------
*/
.btn {
  padding: .5em 1em .4em;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn.active,
.btn:active,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn.focus,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover {
  box-shadow: none;
  opacity: .7;
}

.btn-sm {
  padding: .3em .5em .2em;
}

.btn-lg {
  padding: .5em 2em;
}

/*
-------------------------


btn-default
-------------------------
*/
.btn-default,
.btn-default:visited {
  background-color: #FFFFFF;
  border-color: #666666;
  color: #333333;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #FFFFFF;
  border-color: #666666;
  color: #333333;
}

/*
-------------------------


btn-primary
-------------------------
*/
/*
-------------------------


btn-success
-------------------------
*/
/*
-------------------------


btn-info
-------------------------
*/
/*
-------------------------


btn-warning
-------------------------
*/
/*
-------------------------


btn-danger
-------------------------
*/
/*
-------------------------


label
-------------------------
*/
.label {
  position: relative;
  top: -1px;
  padding: .2em .5em;
  color: #FFFFFF;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.1 !important;
}

.label,
.label:hover,
.label[href],
.label[href]:visited,
.label[href]:hover,
.label[href]:focus,
.label[href]:active {
  color: #FFFFFF;
  text-decoration: none;
}

.label a,
.label a:visited,
.label a:hover,
.label a:focus,
.label a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.label:focus,
.label:hover {
  opacity: .7;
  text-decoration: none;
}

.label-default,
.label-default:hover,
.label-default[href]:visited,
.label-default[href]:focus,
.label-default[href]:hover {
  color: #ffffff;
  background-color: #212121;
  border: 1px solid #666666;
}

.label-default a,
.label-default a:visited,
.label-default a:hover,
.label-default a:focus,
.label-default a:active {
  color: #eeeeee;
  background-color:none!important;
}

.label-primary {
  background-color: #333333;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #333333;
}

.label-info {
  background-color: #666666;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #666666;
}

/*
-------------------------


jumbotron
-------------------------
*/
.jumbotron .h1,
.jumbotron h1 {
  top: 15%;
  font-size: 22px;
}

.jumbotron img.jumbotron-object {
  display: block;
  width: 100%;
  height: auto;
}

.jumbotron .jumbotron-caption {
  bottom: 10%;
  font-size: 12px;
}

@media (min-width: 480px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 48px;
  }

  .jumbotron .jumbotron-caption {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 56px;
  }

  .jumbotron .jumbotron-caption {
    font-size: 18px;
  }
}
.jumbotron {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding: 0;
}

.jumbotron .h1,
.jumbotron h1 {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  border: 0 none;
  color: #FFFFFF;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.75);
  line-height: 1.3;
  z-index: 111;
}

.jumbotron .jumbotron-caption {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.3) none;
  border: 0 none;
  color: #FFFFFF;
  line-height: 1.5;
  z-index: 112;
}

a.jumbotron:hover img,
a.jumbotron:focus img {
  opacity: .7;
}

@media (min-width: 768px) {
  .jumbotron .h1,
  .jumbotron h1 {
    padding: 0 30px;
  }

  .jumbotron .jumbotron-caption {
    padding: 15px 30px;
  }
}
/*
-------------------------


thumbnail
-------------------------
*/
.thumbnail {
  padding: 10px;
  border: 1px solid #DDDDDD;
}

a.thumbnail *,
a.thumbnail:visited *,
a.thumbnail:hover *,
a.thumbnail:focus *,
a.thumbnail:active * {
  color: #333333;
}

a.thumbnail .btn,
a.thumbnail:visited .btn,
a.thumbnail:hover .btn,
a.thumbnail:focus .btn,
a.thumbnail:active .btn,
a.thumbnail .btn *,
a.thumbnail:visited .btn *,
a.thumbnail:hover .btn *,
a.thumbnail:focus .btn *,
a.thumbnail:active .btn * {
  color: #FFFFFF;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail:active {
  text-decoration: none;
  border-color: #DDDDDD;
}

.pickup .pop a.thumbnail:hover {
}

a.thumbnail:hover .thumbnail-caption,
a.thumbnail:focus .thumbnail-caption {
  text-decoration: underline;
}

a.thumbnail:hover img,
a.thumbnail:focus img {
  opacity: .7;
}

a.thumbnail:hover .thumbnail-more {
  opacity: .7;
}

.thumbnail img.img-responsive {
  position: relative;
  z-index: 121;
}

.thumbnail .caption {
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  font-size: 11px;
  line-height: 1.5;
}

.thumbnail .thumbnail-title {
  position: absolute;
  bottom: 100%;
  width: 100%;
  margin: 0;
  padding: .4em 0 .3em;
  background: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.3;
  z-index: 122;
}

.thumbnail-noimg .thumbnail-title {
  position: static;
  width: auto;
  background: rgba(0, 0, 0, 0.15);
}

.thumbnail p {
  margin: 0;
  padding: 0 0 1em;
}

.thumbnail p.thumbnail-more {
  margin: 0;
  padding: 0;
  z-index: 123;
  text-align: right;
}

.thumbnail p.thumbnail-more .btn {
  padding: .3em 1em .2em;
  font-size: 10px;
}

.thumbnail p.thumbnail-more .btn .fa {
  font-size: 120%;
}

@media (min-width: 600px) {
  .thumbnail .thumbnail-title {
    font-size: 21px;
  }

  .thumbnail .caption {
    font-size: 14px;
  }

  .thumbnail p.thumbnail-more .btn {
    font-size: 13px;
  }
}
/*
-------------------------


media
-------------------------
*/
.media {
  margin: 0;
  padding: 0 0 15px;
}

.entry-summary .media,
.widget .panel-body .media {
  margin: 0 0 15px;
/*  border-bottom: 1px solid #DDDDDD;*/
  border-bottom: 1px solid #5ab5b2;
  
}

.entry-summary .media:last-child,
.entry-summary .media.last,
.widget .panel-body .media:last-child,
.widget .panel-body .media.last {
  margin-bottom: 0;
  border-bottom: 0 none;
}

/* フィードではスタイルが効かないことがあるので!importantを付与 */
.widget .panel-body .media.feed:last-child,
.widget .panel-body .media.feed.last {
  margin-bottom: 0 !important;
  border-bottom: 0 none !important;
}

.col-sub .widget .panel-body .media {
  margin-left: -15px;
  margin-right: -15px;
}

.media:last-child {
  padding-bottom: 0;
}

.media:first-child:last-child {
  padding-bottom: 15px;
}

.media a {
  position: relative;
  display: block;
}

.media a,
.media a:visited,
.media a *,
.media a:visited * {
  color: #eeeeee;
  text-decoration: none;
}

.media a:hover *,
.media a:focus *,
.media a:active * {
  text-decoration: underline;
}

.media a:hover .media-object,
.media a:focus .media-object,
.media a:active .media-object {
  opacity: .7;
}

.media .media-left,
.media > .pull-left,
.media-right,
.media > .pull-right {
  width: 25%;
  min-width: 75px;
}

.media img.media-object {
  width: 100%;
  height: auto;
  border: 1px solid #DDDDDD;
}

.media .media-body {
  position: relative;
  padding-right: 30px;
  font-size: 85%;
  line-height: 1.3;
  word-break: break-all;
}

.media .media-title {
  margin: 0;
  padding: 0 0 .2em;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.3;
}

.media .media-date {
  margin: 0;
  padding: 0 0 .5em;
  font-size: 90%;
}

.media .media-excerpt {
  margin: 0;
}

@media (min-width: 600px) {
  .media .media-body {
    font-size: 100%;
  }
}
@media (min-width: 992px) {
  .col-sub .media a:after {
    display: none;
  }

  .col-sub .media .media-body {
    padding-right: 0;
  }

  .col-sub .widget .panel-body .media .media-body {
    font-size: 100%;
  }
}
@media (min-width: 1200px) {
  .media-left,
  .media > .pull-left {
    padding-right: 20px;
  }

  .col-sub .widget .panel-body .media .media-left,
  .col-sub .widget .panel-body .media > .pull-left {
    padding-right: 10px;
  }

  .media-right,
  .media > .pull-right {
    padding-left: 20px;
  }
}
/*
-------------------------


panel
-------------------------
*/
.panel {
  margin-bottom: 60px;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.col-sub .panel {
  margin-bottom: 30px;
}

.panel .panel-body {
  padding: 30px 0;
/*  border-bottom: 1px solid #DDDDDD;*/
  border-bottom: 1px solid #5ab5b2;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  border-bottom: 1px solid #DDDDDD;
}

.col-sub .panel .panel-body {
  padding: 15px;
}

.panel .panel-heading {
  padding: 0 0 8px;
  background-color: transparent;
  border-bottom: 2px solid #666666;
}

.panel .panel-heading:before,
.panel .panel-heading:after {
  display: table;
  line-height: 0;
  content: "";
}

.panel .panel-heading:after {
  clear: both;
}

.panel-primary > .panel-heading {
  padding: 8px 15px;
  background-color: #666666;
  border-bottom: 0 none;
  color: #FFFFFF;
}

.panel .panel-title {
  margin: 0;
  float: left;
  color: #eeeeee;
  font-size: 20px;
  line-height: 1.3;
}

.panel-primary .panel-title {
  color: #FFFFFF;
}

.panel .panel-link {
  margin: 0;
  padding-top: .2em;
  float: right;
}

.panel .panel-link .btn {
  padding: .3em 1em .2em;
  line-height: 1.1;
}

.panel .panel-link .btn .fa {
  margin-right: .3em;
  font-size: 120%;
}

.col-sub .panel .panel-title {
  font-size: 17px;
}

/*
-------------------------


panel > list-group
-------------------------
*/
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item {
  position: relative;
  padding-right: 30px;
}

a.list-group-item,
a.list-group-item:visited {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

a.list-group-item:focus,
a.list-group-item:hover,
a.list-group-item:active {
  background-color: transparent;
  color: #333333;
  text-decoration: underline;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #333333;
}

/* panel-primaryではカラー設定を無視する */
.panel-primary a.list-group-item,
.panel-primary a.list-group-item:visited,
.panel-primary a.list-group-item:focus,
.panel-primary a.list-group-item:hover,
.panel-primary a.list-group-item:active,
.panel-primary a.list-group-item.active,
.panel-primary a.list-group-item.active:focus,
.panel-primary a.list-group-item.active:hover {
  color: #333333 !important;
}

@media (min-width: 992px) {
  .col-main a.list-group-item {
    padding-right: 45px;
  }
}
/*
-------------------------


breadcrumb
-------------------------
*/
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  font-size: 85%;
}

.breadcrumb > li > a,
.breadcrumb > li > a:visited {
  color: #666666;
}

.breadcrumb > li.active {
  color: #eeeeee;
}

/*
-------------------------


page-header
-------------------------
*/
.page-header {
  margin: 0 0 10px;
  padding: 15px 0;
  border-bottom: 3px solid #666666;
}

.page-header h1,
.page-header .h1,
.entry-contents .page-header h1,
.entry-contents .page-header .h1 {
  margin: 0;
  padding: 0;
  background: transparent none;
  color: #eeeeee;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.3;
}

.page-header small {
  color: #333333;
  font-size: 60%;
  margin-left: .5em;
  opacity: .7;
}

.page-header .h1:before,
.entry-contents .page-header .h1:before {
  display: none;
}

@media (min-width: 600px) {
  .page-header h1,
  .page-header .h1,
  .entry-contents .page-header h1,
  .entry-contents .page-header .h1 {
    font-size: 220%;
  }
}
@media (min-width: 992px) {
  .page-header h1,
  .page-header .h1,
  .entry-contents .page-header h1,
  .entry-contents .page-header .h1 {
    font-size: 240%;
  }
}
@media (min-width: 1200px) {
  .entry-contents .page-header h1,
  .entry-contents .page-header .h1 {
    font-size: 208.695652174%;
  }
}
/*
-------------------------


navbar
-------------------------
*/
.navbar {
  min-height: auto;
}

.navbar-default {
  margin: 0;
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}

.navbar-inverse {
  background-color: #333333;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.navbar-default a,
.navbar-default a:visited,
.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}

.navbar-inverse a,
.navbar-inverse a:visited,
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-default a:focus,
.navbar-default a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse a:focus,
.navbar-inverse a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-default a.btn,
.navbar-default a.btn:visited,
.navbar-default .navbar-nav > li > a.btn,
.navbar-inverse a.btn,
.navbar-inverse a.btn:visited,
.navbar-inverse .navbar-nav > li > a.btn,
.navbar-default a.btn:focus,
.navbar-default a.btn:hover,
.navbar-inverse a.btn:focus,
.navbar-inverse a.btn:hover,
.navbar-default .navbar-nav > li > a.btn:focus,
.navbar-default .navbar-nav > li > a.btn:hover,
.navbar-inverse .navbar-nav > li > a.btn:focus,
.navbar-inverse .navbar-nav > li > a.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.navbar-default a.btn-default,
.navbar-default a.btn-default:visited,
.navbar-default .navbar-nav > li > a.btn-default,
.navbar-inverse a.btn-default,
.navbar-inverse a.btn-default:visited,
.navbar-inverse .navbar-nav > li > a.btn-default,
.navbar-default a.btn-default:focus,
.navbar-default a.btn-default:hover,
.navbar-inverse a.btn-default:focus,
.navbar-inverse a.btn-default:hover,
.navbar-default .navbar-nav > li > a.btn-default:focus,
.navbar-default .navbar-nav > li > a.btn-default:hover,
.navbar-inverse .navbar-nav > li > a.btn-default:focus,
.navbar-inverse .navbar-nav > li > a.btn-default:hover {
  color: #333333;
  text-decoration: none;
}

.navbar .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  vertical-align: middle;
  font-size: 18px;
  line-height: 38px;
}
.navbar img.navbar-brand {
  max-width: 200px;
  height: auto;
}
@media (min-width:768px) {
  .navbar .navbar-brand {
    padding-right: 15px;
  }
  .navbar img.navbar-brand {
    max-width: 270px;
    height: auto;
  }
}
.navbar .navbar-brand,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
  background-color: transparent;
  text-decoration: none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:focus,
.navbar .navbar-nav > .disabled > a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.navbar .navbar-toggle {
  padding: .5em .5em .4em;
  line-height: 1.1;
}

.navbar-default .navbar-toggle {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar .navbar-toggle .fa {
  font-size: 18px;
}

@media (min-width: 320px) {
  .navbar .navbar-toggle .fa {
    margin-right: 5px;
  }
}
.navbar-default .navbar-toggle .fa {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-inverse .navbar-toggle .fa {
  color: rgba(255, 255, 255, 0.9);
}

.navbar .navbar-toggle .navbar-toggle-text {
  display: none;
  position: relative;
  top: -2px;
  font-size: 11px;
}

@media (min-width: 320px) {
  .navbar .navbar-toggle .navbar-toggle-text {
    display: inline;
  }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(0, 0, 0, 0.9);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }

  .navbar-default .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.1);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.1);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
.navbar-default .navbar-link {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .navbar-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-default .navbar-link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .navbar-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-default .btn-link {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .btn-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: rgba(255, 255, 255, 0.75);
}


.navbar .navbar-copyright {
  margin: 0;
  padding: 30px 0 60px;
  text-align: center;
}

.navbar-default .navbar-copyright {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-inverse .navbar-copyright {
  color: rgba(255, 255, 255, 0.75);
}

.navbar .navbar-copyright a,
.navbar .navbar-copyright a:visited {
  text-decoration: underline;
}

.navbar .navbar-copyright a:focus,
.navbar .navbar-copyright a:hover {
  text-decoration: none;
}

/*
-------------------------


fonts
-------------------------
*/
body,
.baser-form .baser-form-title,
.media .media-title,
.panel .panel-title,
.page-header small,
.entry-summary-header .entry-summary-title,
.entry .entry-title,
.entry-contents h3,
.entry-contents .h3,
.entry-contents h4,
.entry-contents .h4,
.entry-contents h5,
.entry-contents .h5,
.entry-contents h6,
.entry-contents .h6 {
  font-family: "YuGo-Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.font-ja1 {
  font-family: "YuGo-Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
}

.jumbotron .h1,
.jumbotron h1,
.thumbnail .thumbnail-title,
.page-header h1,
.page-header .h1,
.entry-contents h1,
.entry-contents .h1,
.entry-contents h2,
.entry-contents .h2 {
  font-family: "YuMin-Medium", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.font-ja2 {
  font-family: "YuMin-Medium", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
}

/*
-------------------------


layout
-------------------------
*/
.container {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  max-width: 640px;
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
.row-2col {
  display: table;
  width: 100%;
}

.col-main,
.col-sub {
  display: block;
  min-height: 1px;
}

@media screen and (min-width: 992px) {
  .col-main,
  .col-sub {
    display: table-cell;
    vertical-align: top;
  }
}
.col-main {
  width: auto;
  padding: 30px 0;
}

.col-sub {
  width: auto;
  padding: 60px 0;
  border-top: 4px solid #EEEEEE;
}

@media screen and (min-width: 992px) {
  .col-main {
    padding: 30px 30px 60px 0;
  }

  .col-sub {
    width: 334px;
    padding: 30px 0 60px 30px;
    border-top: 0 none;
    border-left: 4px solid #EEEEEE;
  }
}
@media screen and (min-width: 1200px) {
  .col-main {
    padding: 45px 30px 90px 0;
  }

  .col-sub {
    padding: 45px 0 90px 30px;
  }
}
/*
-------------------------


guide texts
-------------------------
*/
.contents-nav li.next a:before {
  content: "次のページ:　";
}

.contents-nav li.previous a:before {
  content: "前のページ:　";
}

/*
-------------------------


arrows
-------------------------
*/
/*

arrow: common
-------------------------
*/
.topicpath .breadcrumb > li + li:before,
.media a:after,
a.list-group-item:after,
.widget-local-navi ul.menu > li a:after,
.widget-blog-categories-archives ul li a:after,
.contents-nav li.next a:after,
.serial-nav li a:after {
  display: inline-block;
  font: normal normal normal 100% / 1 FontAwesome;
  font-size: inherit;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*

arrow: icon-right
-------------------------
*/
.topicpath .breadcrumb > li + li:before,
.media a:after,
a.list-group-item:after,
.widget-local-navi ul.menu > li a:after,
.widget-blog-categories-archives ul li a:after,
.contents-nav li.next a:after,
.serial-nav li a:after {
  content: "\f105";
}

/*

arrow: icon-left
-------------------------
*/
.serial-nav li.previous a:after {
  content: "\f104";
}

/*

arrow: position-absolute
-------------------------
*/
.media a:after,
a.list-group-item:after,
.widget-local-navi ul.menu > li a:after,
.widget-blog-categories-archives ul li a:after,
.contents-nav li.next a:after,
.serial-nav li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 16px;
  margin-top: -8px;
}

.contents-nav li.next a:after {
  right: 10px;
  font-size: 20px;
  margin-top: -10px;
}

.serial-nav li.previous a:after {
  right: auto;
  left: 5px;
}

/*

arrow: color
-------------------------
*/
.media a:after,
a.list-group-item:after,
.widget-local-navi ul.menu > li a:after,
.widget-blog-categories-archives ul li a:after,
.contents-nav li.previous a:after,
.serial-nav li a:after {
  color: #666666;
}

.contents-nav li.next a:after {
  color: #FFFFFF;
}

.topicpath .breadcrumb > li + li:before {
  color: #333333;
  opacity: .3;
}

@media (min-width: 992px) {
  /* 本文枠内ではアイコンが大きくなる */
  .col-main .media a:after,
  .col-main a.list-group-item:after,
  .col-main .widget-local-navi ul.menu > li a:after,
  .col-main .widget-blog-categories-archives ul li a:after,
  .col-main .serial-nav li a:after {
    font-size: 20px;
    margin-top: -10px;
  }
}
/*
-------------------------


radius
-------------------------
*/
.btn,
.alert,
.well,
.pop,
.entry-eyecatch-inner,
.thumbnail,
.jumbotron,
.topicpath,
.contents-nav .pager li a,
.serial-nav .pager li a,
.entry-contents h2,
.entry-contents .h2,
.entry-contents h3,
.entry-contents .h3,
.entry-contents h4,
.entry-contents .h4,
.entry-contents h5,
.entry-contents .h6,
.entry-contents h6,
.entry-contents .h6 {
  border-radius: 3px;
}

.panel .panel-heading {
  border-radius: 3px 3px 0 0;
}

.nav-pills > li > a,
.nav-pills > li > span {
  border-radius: 3px;
}

.label {
  border-radius: 1em;
}

/*
-------------------------


section
-------------------------
*/
.section {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
.section-01 {
  background-color: transparent;
}

.section-02 {
  background-color: #EEEEEE;
}

/*
-------------------------


icons
-------------------------
*/
.fa-line {
  width: 32px;
  height: 32px;
  background: url(../img/icon_line.png) no-repeat 0 0;
  background-size: contain;
}

.btn-round {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.btn-round .fa {
  position: relative;
  color: #FFFFFF;
}

a.btn-mail[href],
a.btn-mail:visited,
a.btn-mail:focus,
a.btn-mail:hover,
a.btn-mail:active,
a.btn-twitter,
a.btn-twitter:visited,
a.btn-twitter:focus,
a.btn-twitter:hover,
a.btn-twitter:active,
a.btn-facebook,
a.btn-facebook:visited,
a.btn-facebook:focus,
a.btn-facebook:hover,
a.btn-facebook:active,
a.btn-line,
a.btn-line:visited,
a.btn-line:focus,
a.btn-line:hover,
a.btn-line:active,
a.btn-instagram,
a.btn-instagram:visited,
a.btn-instagram:focus,
a.btn-instagram:hover,
a.btn-instagram:active,
a.btn-youtube,
a.btn-youtube:visited,
a.btn-youtube:focus,
a.btn-youtube:hover,
a.btn-youtube:active,
a.btn-google-plus,
a.btn-google-plus:visited,
a.btn-google-plus:focus,
a.btn-google-plus:hover,
a.btn-google-plus:active {
  color: #FFFFFF;
}

.btn-mail,
.btn-mail:visited,
.btn-mail:focus,
.btn-mail:hover,
.btn-mail:active {
  background: #CC2244 !important;
}

.btn-mail .fa {
  top: 5px;
  left: 0px;
  font-size: 19px;
}

.btn-twitter,
.btn-twitter:visited,
.btn-twitter:focus,
.btn-twitter:hover,
.btn-twitter:active {
  background: #55ACEE !important;
}

.btn-twitter .fa {
  top: 8px;
  left: 1px;
  font-size: 24px;
}

.btn-facebook,
.btn-facebook:visited,
.btn-facebook:focus,
.btn-facebook:hover,
.btn-facebook:active {
  background: #3B5998 !important;
}

.btn-facebook .fa {
  top: 9px;
  left: 0px;
  font-size: 24px;
}

.btn-line,
.btn-line:visited,
.btn-line:focus,
.btn-line:hover,
.btn-line:active {
  background: #00C300 !important;
}

.btn-line .fa-line {
  top: 8px;
  width: 24px;
  height: 24px;
}

.btn-instagram,
.btn-instagram:visited,
.btn-instagram:focus,
.btn-instagram:hover,
.btn-instagram:active {
  background: #884422 !important;
}

.btn-instagram .fa {
  top: 8px;
  left: 0;
  font-size: 24px;
}

.btn-youtube,
.btn-youtube:visited,
.btn-youtube:focus,
.btn-youtube:hover,
.btn-youtube:active {
  background: #EE3333 !important;
}

.btn-youtube .fa {
  top: 2px;
  left: 0;
  font-size: 24px;
}

.btn-google-plus,
.btn-google-plus:visited,
.btn-google-plus:focus,
.btn-google-plus:hover,
.btn-google-plus:active {
  background: #DD4B39 !important;
}

.btn-google-plus .fa {
  top: 4px;
  left: 0;
  font-size: 24px;
}

/*
-------------------------


form
-------------------------
*/
.form-control-xsm {
  width: 20%;
  min-width: 3em;
}

.form-control-sm {
  width: 25%;
  min-width: 6em;
}

.form-control-md {
  width: 50%;
  min-width: 10em;
}

/*
-------------------------


baser-form
-------------------------
*/
.baser-form {
  padding: 0 0 30px;
}

.baser-form .baser-form-title {
  margin-top: 0;
  margin-bottom: 1em;
  padding: .3em 15px;
  background-color: #EEEEEE;
  border: 0 none;
  color: #999999;
  font-size: 125%;
  font-weight: normal;
}

.baser-form .form-group {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}

.baser-form .checkbox input[type=checkbox],
.baser-form .checkbox-inline input[type=checkbox],
.baser-form .radio input[type=radio],
.baser-form .radio-inline input[type=radio] {
  top: .65em;
  margin-left: 0;
}

.baser-form .alert {
  padding: .3em 15px;
  margin: .5em 0 0;
}

.baser-form .auth-captcha {
  text-align: center;
}

.baser-form .auth-captcha .alert {
  display: inline-block;
  text-align: center;
}

.baser-form .submit {
  padding: 30px 0 0;
  text-align: center;
}

.baser-form .form-control {
  display: inline;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: none;
}

.baser-form-confirm .control-label {
  padding-top: 0;
}

.baser-form .control-body .checkbox {
  display: inline-block;
  padding-right: 1.5em;
}

/*
-------------------------


widget
-------------------------
*/
.panel.widget-blog-categories-archives .panel-body {
  padding: 0;
}

.widget-blog-categories-archives ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget-blog-categories-archives ul li {
  margin: 0;
  padding: 0;
}

.widget-blog-categories-archives ul li a {
  display: block;
  position: relative;
  padding: .7em 30px .7em 15px;
  border-top: 1px solid #DDDDDD;
}

.widget-blog-categories-archives ul li.current a,
.widget-blog-categories-archives ul li.current a:focus,
.widget-blog-categories-archives ul li.current a:hover {
/*  background-color: #EEEEEE;*/
/*  border-color: #EEEEEE;*/
  color: #333333;
  background-color: #333333;
  color: #eeeeee;

}

.widget-blog-categories-archives ul ul li a {
  padding: .5em 30px;
}

@media (min-width: 992px) {
  .col-main .widget-blog-categories-archives ul li a {
    padding-right: 45px;
  }
}
.col-sub .widget .row-instagram {
  margin: 0 -30px;
}

.widget .feed-instagram.thumbnail {
  overflow: hidden;
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.widget .feed-instagram.thumbnail img {
  width: 100%;
  max-width: 300px;
}

.widget .feed-instagram.thumbnail:hover img,
.widget .feed-instagram.thumbnail:focus img,
.widget .feed-instagram.thumbnail:active img {
  opacity: .7;
}

.widget .feed-instagram.thumbnail a,
.widget .feed-instagram.thumbnail a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.widget .feed-instagram.thumbnail p {
  padding: 0;
}

.widget .feed-instagram.thumbnail p.caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1em 15px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: .9;
}

@media (min-width: 600px) and (max-width: 767px) {
  .col-main .widget .row-instagram div[class*="col-"] {
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* サイドバーではInstagramの段組を無視する */
  .col-sub .widget .row-instagram div[class*="col-"] {
    width: 100%;
  }
}
.widget-site-search input.form-control[type="text"] {
  width: 200px;
  height: 2.4em;
  border-radius: 0;
  box-shadow: none;
}

.widget-site-search .btn[type="submit"] {
  height: 2.4em;
}

.widget-area-wrapper {
  position: relative;
}
.widget-area-wrapper a.widget-edit-link {
  position: absolute;
  top: -25px;
  right: -10px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: rgba(48, 48, 48, 0.3);
  border: 1px solid rgba(48, 48, 48, 0.7);
  border-radius: 4px;
  z-index: 99;
}
.widget-area-wrapper a.widget-edit-link:hover, .widget-area-wrapper a.widget-edit-link:focus, .widget-area-wrapper a.widget-edit-link:active {
  color: #FFFFFF;
  background-color: rgba(48, 48, 48, 0.7);
  border-color: #333333;
  text-decoration: none;
  opacity: 1;
}
.widget-area-wrapper a.widget-edit-link .fa {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.widget ul.menu {
  border-bottom: 1px solid #DDDDDD;
}
.widget-local-navi ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-local-navi ul.menu li {
  margin: 0;
  padding: 0;
}
.widget-local-navi ul.menu li a {
  display: block;
  position: relative;
  padding: .7em 30px .7em 15px;
  color: #eeeeee;
  border-top: 1px solid #DDDDDD;
}
.widget-local-navi ul.menu li.current a,
.widget-local-navi ul.menu li.current a:focus,
.widget-local-navi ul.menu li.current a:hover {
/*  background-color: #EEEEEE;*/
  border-color: #EEEEEE;
/*  color: #eeeeee;*/
  background-color: #333333;
  color: #c70042;

}
.widget-local-navi ul.menu ul li a {
  padding: .5em 30px;
}
@media (min-width:992px) {
  .col-main .widget-local-navi ul.menu li a {
    padding-right: 45px;
  }
}
.widget ul.bc-blog-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}
.widget ul.bc-blog-tags li {
    margin: 0;
    padding: 0 2px .5em;
    list-style-type: none;
    flex-glow: 1;
}
.widget ul.bc-blog-tags li a {
    display: block;
    padding: .5em 1em .4em;
    font-size: 12px;
    color: #999;
    background-color: #212121;
    border: 1px solid #666;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    border-radius: 2em;
    text-decoration: none;
}
.widget ul.bc-blog-tags li a:hover,
.widget ul.bc-blog-tags li a:focus,
.widget ul.bc-blog-tags li a:active {
    opacity: .7;
    text-decoration: none;
}


/*
-------------------------


topicpath
-------------------------
*/
.topicpath {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

/*
-------------------------


contents-nav
-------------------------
*/
.contents-nav {
  margin: 45px 0;
}

.contents-nav .pager {
  text-align: left;
}

.contents-nav .pager li {
  display: block;
}

.contents-nav .pager li a {
  display: inline-block;
  float: none;
  line-height: 1.2;
}

.contents-nav li.next a {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 1em 30px .9em 15px;
  margin-bottom: 1em;
}

.contents-nav li.next a:before {
  color: #FFFFFF;
}

.contents-nav li.next a,
.contents-nav li.next a:visited,
.contents-nav li.next a:hover,
.contents-nav li.next a:focus,
.contents-nav li.next a:active {
  background: #666666;
  border: 0 none;
  color: #FFFFFF;
}

.contents-nav li.next a:hover,
.contents-nav li.next a:focus,
.contents-nav li.next a:active {
  text-decoration: none;
  opacity: .7;
}

.contents-nav li.previous a {
  border: 0 none;
  padding: .5em 15px .4em;
  font-size: 85%;
}

.contents-nav li.previous a:before {
  color: #eeeeee;
}

.contents-nav li.previous a,
.contents-nav li.previous a:visited {
  background: transparent none;
  color: #eeeeee;
}

.contents-nav li.previous a:hover,
.contents-nav li.previous a:focus,
.contents-nav li.previous a:active {
  background: transparent none;
  color: #eeeeee;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .contents-nav .pager {
    text-align: center;
  }
}
/*
-------------------------


serial-nav
-------------------------
*/
.serial-nav {
  margin: 30px 0 45px;
}

.serial-nav .result {
  margin: 0 0 1em;
  text-align: center;
}

.serial-nav strong {
  color: #333333;
}

.serial-nav .pager {
  margin: 0;
  font-size: 85%;
}

.entry-contents .serial-nav ul.pager {
  margin: 0;
  padding: 0;
}

.serial-nav-single .pager {
  text-align: left;
}

.serial-nav .pager li {
  display: block;
}

.serial-nav-index .pager li.previous {
  float: left;
}

.serial-nav-index .pager li.disabled {
  display: none;
}

.serial-nav .pager li a {
  position: relative;
  line-height: 1.2;
  padding: .8em 15px .8em 30px;
}

.serial-nav-index .pager li a {
  width: 200px;
}

.serial-nav li.next a {
  margin-bottom: 1em;
  padding: .8em 30px .8em 15px;
}

.serial-nav li a,
.serial-nav li a:visited,
.serial-nav li a:hover,
.serial-nav li a:focus,
.serial-nav li a:active {
  border: 1px solid #DDDDDD;
  color: #eeeeee;
}

.serial-nav li a:hover,
.serial-nav li a:focus,
.serial-nav li a:active {
  background-color: transparent;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .serial-nav-index .pager li.next {
    float: right;
  }

  .serial-nav-single .pager li a {
    width: 49%;
  }

  .serial-nav li.next a {
    margin-bottom: 0;
  }
}
/*
-------------------------


entry-summary
-------------------------
*/
.entry-summary {
  margin: 0 0 30px;
}

.entry-summary-header {
  padding: 15px 0 30px;
}

.entry-summary-header .entry-summary-title {
  margin: 0;
  padding: .3em 15px;
  background-color: #EEEEEE;
  border: 0 none;
  color: #999999;
  font-size: 125%;
  font-weight: normal;
}

@media (min-width: 992px) {
  .entry-summary-header .entry-summary-title {
    font-size: 150%;
  }
}
/*
-------------------------


entry
-------------------------
*/
.entry-header:before,
.entry-header:after,
.entry-contents:before,
.entry-contents:after,
.entry-footer:before,
.entry-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.entry-header:after,
.entry-contents:after,
.entry-footer:after {
  clear: both;
}

.entry-header {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}

.entry-contents {
  padding: 30px 0;
}

.entry-eyecatch {
  margin: 0 auto 2em;
  text-align: center;
}

.entry-eyecatch .entry-eyecatch-inner {
  display: inline-block;
}

.entry .entry-category {
  margin: 1em .2em;
}

.entry .entry-category .label {
  font-size: 100%;
  padding: .3em 1em .2em;
}

.entry .entry-title {
  margin: 0;
  padding: 0;
  color: #eeeeee;
  background: transparent none;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.3;
}

.entry .entry-title:before {
  display: none;
}

.entry .entry-tag {
  float: left;
  margin: 2em 0;
  padding: 1em 2em 0 0;
  line-height: 3rem;
}

.entry .entry-date {
  float: right;
  margin: 0;
  padding-top: 1em;
  color: #666666;
}

.entry-share .btn {
  width: 64px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: .2em;
}

.entry-share .btn .fa {
  display: block;
  font-size: 28px;
}

/*
-------------------------


entry-contents-eyecatch
-------------------------
*/
@media (min-width: 992px) {
  .entry-contents-eyecatch {
    float: left;
    margin: 0 30px 2em 0;
  }
}
/*
-------------------------


entry-contents
-------------------------
*/
.entry-contents {
  line-height: 1.75;
  word-break: break-all;
}

@media (min-width: 600px) {
  .entry-contents {
    font-size: 115%;
  }
}
@media (min-width: 992px) {
  .entry-contents {
    font-size: 100%;
  }
}
@media (min-width: 1200px) {
  .entry-contents {
    font-size: 115%;
  }
}
.entry-contents p {
  margin: 0 0 1em;
}

.entry-contents li {
  margin: 0 0 .5em;
}

.entry-contents ul,
.entry-contents ol {
  margin: 0 0 .5em;
  padding: 0 0 0 2em;
}

.entry-contents ul ul,
.entry-contents ol ul,
.entry-contents ul ol,
.entry-contents ol ol {
  margin: .5em 0;
}

.entry-contents img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;/*edited*/
}

.entry-contents hr {
  margin: 2em 0;
  border-top: 3px solid #EEEEEE;
}

.entry-contents h1,
.entry-contents .h1,
.entry-contents h2,
.entry-contents .h2,
.entry-contents h3,
.entry-contents .h3,
.entry-contents h4,
.entry-contents .h4,
.entry-contents h5,
.entry-contents .h5,
.entry-contents h6,
.entry-contents .h6 {
  line-height: 1.3;
}

.entry-contents h1,
.entry-contents .h1 {
  margin: 0 0 1em;
}

.entry-contents h2,
.entry-contents .h2 {
  margin: 45px 0 1em;
}

.entry-contents h3,
.entry-contents .h3,
.entry-contents h4,
.entry-contents .h4 {
  margin: 30px 0 1em;
}

.entry-contents h5,
.entry-contents .h5,
.entry-contents h6,
.entry-contents .h6 {
  margin: 30px 0 .75em;
}

.entry-contents h1,
.entry-contents .h1 {
  padding: 0;
  background-color: transparent;
  border: 0 none;
  color: #333333;
  font-size: 175%;
  font-weight: normal;
}

.entry-contents h1:before,
.entry-contents .h1:before {
  display: none;
}

.entry-contents h2,
.entry-contents .h2 {
  padding: 0;
  background-color: transparent;
  border: 0 none;
  color: #eeeeee;
  font-size: 150%;
  font-weight: normal;
}

.entry-contents h2:before,
.entry-contents .h2:before {
  display: none;
}

.entry-contents h3,
.entry-contents .h3 {
  padding: .2em 15px;
  background-color: #EEEEEE;
  border: 0 none;
  color: #333333;
  font-size: 120%;
  font-weight: normal;
}

.entry-contents h3:before,
.entry-contents .h3:before {
  display: none;
}

.entry-contents h4,
.entry-contents .h4 {
  padding: 0 0 0 3px;
  background-color: transparent;
  border: 0 none;
  color: #333333;
  font-size: 120%;
  font-weight: normal;
}

.entry-contents h4:before,
.entry-contents .h4:before {
  position: relative;
  top: -.1em;
  display: inline-block;
  content: "";
  width: .7em;
  height: .7em;
  background-color: #666666;
  margin-right: .4em;
  vertical-align: middle;
}

.entry-contents h5,
.entry-contents .h5 {
  padding: 0;
  background-color: transparent;
  border: 0 none;
  color: #333333;
  font-size: 110%;
  font-weight: bold;
}

.entry-contents h5:before,
.entry-contents .h5:before {
  display: none;
}

.entry-contents h6,
.entry-contents .h6 {
  padding: 0;
  background-color: transparent;
  border: 0 none;
  color: #333333;
  font-size: 100%;
  font-weight: bold;
}

.entry-contents h6:before,
.entry-contents .h6:before {
  display: none;
}

/*
-------------------------


header
-------------------------
*/
#header {
  margin: 0;
  border: 0 none;
  border-radius: 0;
}

#header h1 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-size: inherit;
}

/*
-------------------------


header-nav
-------------------------
*/
.header-nav {
//  margin: 0;
  margin: 20px 0;
  padding: 7px 0 0;
}

@media (min-width:768px) {
  .header-nav {
    padding-right: 15px;
  }
}

.global-nav .header-nav {
  text-align: center;
  padding-top: 0;
}

.global-nav .header-nav li {
  padding-top: 7px;
}

/*
-------------------------


footer
-------------------------
*/
#footer {
  margin: 0;
  border: 0 none;
  border-radius: 0;
}

/*
-------------------------


global-nav(1.3.0 earlier)
-------------------------
*/
.global-nav {
  position: relative;
  background-color: #666666;
  box-shadow: none;
}

.global-nav .nav-pills {
  margin: 7px 0;
}

.global-nav .nav-pills > li > a,
.global-nav .nav-pills > li > span {
  margin: 0;
  font-size: 12px;
  border-radius: 0;
}

.global-nav .nav-pills > li + li {
  margin-left: 0;
}

.global-nav .nav-pills > li > a {
  padding: .8em 0 .7em;
}

.global-nav .nav-pills > li > a,
.global-nav .nav-pills > li > a:visited {
  color: #FFFFFF;
  background-color: transparent;
}

.global-nav .nav-pills > li > a:focus,
.global-nav .nav-pills > li > a:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.global-nav .nav-pills > li.active > a,
.global-nav .nav-pills > li.active > a:focus,
.global-nav .nav-pills > li.active > a:hover {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {

  .global-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .global-nav .nav-pills {
    padding-left: 0;
    padding-right: 0;
  }

  .global-nav .nav-pills {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .global-nav .nav-pills > li {
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) {
  .global-nav .nav-pills {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .global-nav .nav-pills > li > a {
    font-size: 14px;
  }
}
/*
-------------------------


global-menu(1.4.0 lator)
-------------------------
*/
.global-nav .global-menu {
  display: flex;
  list-style-type: none;
  margin: 7px 0;
  padding: 0;
}

.global-nav .global-menu>li {
    flex: 1 0 auto;
}

.global-nav .global-menu a,
.global-nav .global-menu span {
    display: block;
    width: 100%;
    text-align: center;
}

.global-nav .global-menu a {
    text-decoration: none;
}

.global-nav .global-menu > li > a,
.global-nav .global-menu > li > span {
  font-size: 12px;
  color: #fff;
}

.global-nav .global-menu > li > a {
  padding: .8em 0 .7em;
}

.global-nav .global-menu > li > a,
.global-nav .global-menu > li > a:visited {
  color: #fff;
  background-color: transparent;
}

.global-nav .global-menu > li > a:focus,
.global-nav .global-menu > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.global-nav .global-menu > li.current > a,
.global-nav .global-menu > li.current > a:focus,
.global-nav .global-menu > li.current > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width:767px) {

  .global-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .global-nav .global-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap;
  }

  .global-nav .global-menu > li {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

}

@media (min-width:768px) {

  .global-nav .global-menu {
    margin: 0;
  }

}

@media (min-width:992px) {

  .global-nav .global-menu > li > a {
    font-size: 14px;
  }

}
/*
-------------------------


contents
-------------------------
*/
.contents {
  position: relative;
}

.contents:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  z-index: 11;
}

.contents:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  z-index: 12;
}

/*
-------------------------


mainvisual
-------------------------
*/
.mainvisual {
  margin: 0;
  padding: 0 0 15px;
}

.mainvisual .pop {
  background-color: #333333;
}

.mainvisual .mainvisual-col-01,
.mainvisual .mainvisual-col-02 {
  float: left;
  padding: 0 15px;
}

.mainvisual .mainvisual-col-01 {
  width: 100%;
}

.mainvisual .mainvisual-col-02 {
  width: 100%;
}

.mainvisual .jumbotron {
  margin: 0;
  border-radius: 0;
}

.mainvisual .mainvisual-col-01 .jumbotron {
  border-bottom: 2px solid #FFFFFF;
}

.mainvisual .thumbnail {
  margin: 0;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 0;
}

.mainvisual .thumbnail .caption {
  padding-top: 0;
}

.mainvisual a.thumbnail *,
.mainvisual a.thumbnail:visited * {
  color: #FFFFFF;
}

.mainvisual a.thumbnail-noimg .thumbnail-title,
.mainvisual a.thumbnail-noimg:visited .thumbnail-title {
  color: #333333;
}

.mainvisual a.thumbnail:hover,
.mainvisual a.thumbnail:focus {
  border: 0 none;
  color: #FFFFFF;
}

.mainvisual a.thumbnail-noimg:hover .thumbnail-title,
.mainvisual a.thumbnail-noimg:focus .thumbnail-title {
  color: #333333;
}

.mainvisual .mainvisual-col-02 .thumbnail p {
  padding: 15px;
  color: #FFFFFF;
}

.mainvisual .mainvisual-col-02 .thumbnail .thumbnail-title {
  position: static;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .mainvisual .mainvisual-col-02 .thumbnail img {
    float: left;
    width: 50%;
    margin-right: 15px;
  }
}
@media (max-width: 599px) {
  .mainvisual .mainvisual-col-02 .thumbnail img {
    width: 150px;
  }

  .mainvisual .mainvisual-col-02 .thumbnail .thumbnail-title {
    position: relative;
    top: 30px;
    z-index: 20;
  }

  .mainvisual .mainvisual-col-02 .thumbnail .thumbnail-caption {
    clear: both;
  }
}
@media (min-width: 992px) {
  .mainvisual .mainvisual-col-01 {
    width: 578px;
    padding: 0 0 0 15px;
    border-right: 2px solid #FFFFFF;
  }

  .mainvisual .mainvisual-col-01 .jumbotron {
    border-bottom: 0 none;
  }

  .mainvisual .mainvisual-col-02 {
    width: 362px;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .mainvisual {
    padding: 0 0 30px;
  }

  .mainvisual .mainvisual-col-01 {
    width: 708px;
    border-right: 4px solid #FFFFFF;
  }

  .mainvisual .mainvisual-col-02 {
    width: 422px;
  }

  .mainvisual .thumbnail .thumbnail-title {
    font-size: 28px;
    padding-top: 20px;
  }

  .mainvisual .thumbnail .caption {
    font-size: 16px;
    line-height: 1.75;
  }

  .mainvisual .thumbnail p.thumbnail-more .btn {
    padding: .5em 1em .4em;
    font-size: 16px;
  }
}
/*
-------------------------


pickup
-------------------------
*/
.pickup .row {
  margin-left: 0;
  margin-right: 0;
  background-color:#333333;/*added*/
}

.pickup [class*="col-"] {
  padding: 0;
}

.pickup .thumbnail {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
}

.pickup .thumbnail p {
  padding: 15px;
  background-color:#333333;/*added*/
  color:#eeeeee;/*added*/
}

.pickup .thumbnail .caption {
  padding-top: 0;
}

.pickup .thumbnail .thumbnail-title {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(55, 55, 55, 0.75);
  color:#eeeeee;/*added*/
}

.pickup .thumbnail-noimg .thumbnail-title {
  background-color: rgba(0, 0, 0, 0.15);
}

.pickup .thumbnail .thumbnail-more {
  padding: 0;
}

@media (max-width: 991px) {
  .pickup .thumbnail {
    clear: both;
    padding-top: 15px;
    background-color: #212121;
  }

  .pickup div[class*="col-"]:first-child .thumbnail {
    padding-top: 0;
  }

  .pickup .thumbnail .thumbnail-title {
    position: static;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);/*edited*/
  }

  .pickup .thumbnail img {
    float: left;
    width: 37.5%;
    margin-right: 15px;
  }
}
@media (max-width: 599px) {
  .pickup .thumbnail img {
    width: 100px;
  }

  .pickup .thumbnail .thumbnail-title {
    position: relative;
    top: 15px;
    z-index: 20;
  }

  .pickup .thumbnail-noimg .thumbnail-title {
    top: 0;
  }

  .pickup .thumbnail .thumbnail-caption {
    clear: both;
  }
}
@media (min-width: 992px) {
  .pickup [class*="col-"] {
    padding: 0 1px;
  }

  .pickup .thumbnail .thumbnail-title {
    font-size: 18px;
  }

  .pickup .thumbnail .caption {
    font-size: 12px;
  }

  .pickup .thumbnail p.thumbnail-more .btn {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .pickup [class*="col-"] {
    padding: 0 2px;
  }

  .pickup .thumbnail .thumbnail-title {
    font-size: 22px;
  }

  .pickup .thumbnail .caption {
    font-size: 14px;
  }

  .pickup .thumbnail p.thumbnail-more .btn {
    font-size: 13px;
  }
}
/*
-------------------------


pop
-------------------------
*/
.pop,
.entry-eyecatch-inner {
/*  background-color: #FFFFFF;*/
  background-color: #333333;
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .pop {
    border-width: 10px;
  }
  .pickup .pop { 
  border: 5px solid #333333;
  }/*added*/
}
/*
-------------------------


googlemaps
-------------------------
*/
.googlemaps {
  border: 1px solid #DDDDDD;
}
/*
-------------------------


SearchIndices
-------------------------
*/

body.SearchIndices .media strong {
  background-color: #ff0;
}

/*
-------------------------


font-size
-------------------------
*/
.size-xsm {
  font-size: 70% !important;
}

.size-sm {
  font-size: 85% !important;
}

.size-md {
  font-size: 100% !important;
}

.size-lg {
  font-size: 120% !important;
}

.size-xlg {
  font-size: 150% !important;
}

.size-xxlg {
  font-size: 200% !important;
}

/*
-------------------------


vertical-rhythm
-------------------------
*/
.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 7px !important;
}

.mt1 {
  margin-top: 15px !important;
}

.mt15 {
  margin-top: 22px !important;
}

.mt2 {
  margin-top: 30px !important;
}

.mt25 {
  margin-top: 37px !important;
}

.mt3 {
  margin-top: 45px !important;
}

.mt35 {
  margin-top: 52px !important;
}

.mt4 {
  margin-top: 60px !important;
}

.mt45 {
  margin-top: 67px !important;
}

.mt5 {
  margin-top: 75px !important;
}

.mt55 {
  margin-top: 82px !important;
}

.mt6 {
  margin-top: 90px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 7px !important;
}

.mb1 {
  margin-bottom: 15px !important;
}

.mb15 {
  margin-bottom: 22px !important;
}

.mb2 {
  margin-bottom: 30px !important;
}

.mb25 {
  margin-bottom: 37px !important;
}

.mb3 {
  margin-bottom: 45px !important;
}

.mb35 {
  margin-bottom: 52px !important;
}

.mb4 {
  margin-bottom: 60px !important;
}

.mb45 {
  margin-bottom: 67px !important;
}

.mb5 {
  margin-bottom: 75px !important;
}

.mb55 {
  margin-bottom: 82px !important;
}

.mb6 {
  margin-bottom: 90px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 7px !important;
}

.pt1 {
  padding-top: 15px !important;
}

.pt15 {
  padding-top: 22px !important;
}

.pt2 {
  padding-top: 30px !important;
}

.pt25 {
  padding-top: 37px !important;
}

.pt3 {
  padding-top: 45px !important;
}

.pt35 {
  padding-top: 52px !important;
}

.pt4 {
  padding-top: 60px !important;
}

.pt45 {
  padding-top: 67px !important;
}

.pt5 {
  padding-top: 75px !important;
}

.pt55 {
  padding-top: 82px !important;
}

.pt6 {
  padding-top: 90px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 7px !important;
}

.pb1 {
  padding-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 22px !important;
}

.pb2 {
  padding-bottom: 30px !important;
}

.pb25 {
  padding-bottom: 37px !important;
}

.pb3 {
  padding-bottom: 45px !important;
}

.pb35 {
  padding-bottom: 52px !important;
}

.pb4 {
  padding-bottom: 60px !important;
}

.pb45 {
  padding-bottom: 67px !important;
}

.pb5 {
  padding-bottom: 75px !important;
}

.pb55 {
  padding-bottom: 82px !important;
}

.pb6 {
  padding-bottom: 90px !important;
}

/*
-------------------------


horizontal-rhythm
-------------------------
*/
.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 7px !important;
}

.ml1 {
  margin-left: 15px !important;
}

.ml15 {
  margin-left: 22px !important;
}

.ml2 {
  margin-left: 30px !important;
}

.ml25 {
  margin-left: 37px !important;
}

.ml3 {
  margin-left: 45px !important;
}

.ml35 {
  margin-left: 52px !important;
}

.ml4 {
  margin-left: 60px !important;
}

.ml45 {
  margin-left: 67px !important;
}

.ml5 {
  margin-left: 75px !important;
}

.ml55 {
  margin-left: 82px !important;
}

.ml6 {
  margin-left: 90px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 7px !important;
}

.mr1 {
  margin-right: 15px !important;
}

.mr15 {
  margin-right: 22px !important;
}

.mr2 {
  margin-right: 30px !important;
}

.mr25 {
  margin-right: 37px !important;
}

.mr3 {
  margin-right: 45px !important;
}

.mr35 {
  margin-right: 52px !important;
}

.mr4 {
  margin-right: 60px !important;
}

.mr45 {
  margin-right: 67px !important;
}

.mr5 {
  margin-right: 75px !important;
}

.mr55 {
  margin-right: 82px !important;
}

.mr6 {
  margin-right: 90px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 7px !important;
}

.pl1 {
  padding-left: 15px !important;
}

.pl15 {
  padding-left: 22px !important;
}

.pl2 {
  padding-left: 30px !important;
}

.pl25 {
  padding-left: 37px !important;
}

.pl3 {
  padding-left: 45px !important;
}

.pl35 {
  padding-left: 52px !important;
}

.pl4 {
  padding-left: 60px !important;
}

.pl45 {
  padding-left: 67px !important;
}

.pl5 {
  padding-left: 75px !important;
}

.pl55 {
  padding-left: 82px !important;
}

.pl6 {
  padding-left: 90px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 7px !important;
}

.pr1 {
  padding-right: 15px !important;
}

.pr15 {
  padding-right: 22px !important;
}

.pr2 {
  padding-right: 30px !important;
}

.pr25 {
  padding-right: 37px !important;
}

.pr3 {
  padding-right: 45px !important;
}

.pr35 {
  padding-right: 52px !important;
}

.pr4 {
  padding-right: 60px !important;
}

.pr45 {
  padding-right: 67px !important;
}

.pr5 {
  padding-right: 75px !important;
}

.pr55 {
  padding-right: 82px !important;
}

.pr6 {
  padding-right: 90px !important;
}

 select{
      background-color: #333;
    }