
@charset "UTF-8";

/* 地図 */
#map_canvas {
  color: #000!important;
}

/* bbコードで入れられた画像 */
.bb-image{
    max-width: 100%;
    height: auto;
}

/* youtube */
.video-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

/* 携帯に送信 */
#send-mobile-msg{
    word-break: break-all;
}

.form-horizontal select, .form-horizontal option, .form-horizontal input[type="text"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal input[type="email"], .form-horizontal input[type="search"], .form-horizontal input[type="url"], .form-horizontal input[type="password"], .form-horizontal textarea {
  color: #000 !important; }

/* SNS */
.social-bookmark {
  text-align: center;
  padding: 2%;
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
  /*IE8以下用*/ }
  .social-bookmark .social-bookmark-item {
    float: left;
    margin: 0 2px;
    overflow: hidden; }
  .social-bookmark .bookmark-twitter2 {
    width: 85px; }
  .social-bookmark:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  .social-bookmark * {
    vertical-align: baseline !important; }

.social-media a {
  text-decoration: none;
  margin-right: 1%;
  display: inline-block; }

@font-face {
  font-family: 'Elusive-Icons';
  src: url("/fonts/elusive-icons.eot");
  src: url("/fonts/elusive-icons.eot") format("embedded-opentype"), url("/fonts/elusive-icons.svg#elusive-icons") format("svg"), url("/fonts/elusive-icons.woff") format("woff"), url("/fonts/elusive-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'Elusive-Icons';
  font-weight: normal;
  font-style: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 40px; }

.icon-facebook:before {
  content: "\e09c"; }

.icon-googleplus:before {
  content: "\e0fc"; }

.icon-twitter:before {
  content: "\e018"; }

.icon-tumblr:before {
  content: "\e019"; }
