body {
  color: #6e6e6e;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  background-image: url(../img/wrinkled-wall.png);
}
/*
html {
  height: 100%;
}
body {
min-height: 100%;
display: flex;
flex-direction: column;
}
main.content {
flex: 1;
margin-top: 20px;
}
*/

a.navbar-brand img {
    width: 50px;
    margin-right: 10px;
}

.navbar-dark .navbar-brand {
/*     color: rgba(230, 127, 071, 1); */
	color: rgb(121, 111, 18);
}

.nav-link {
/*     color: rgba(230, 127, 071, 1) !important; */
	color: rgb(121, 111, 18) !important;
}

.navbar-dark .navbar-brand:hover {
    color: #b79378;
}

.nav-link:hover {
    color: #b79378 !important;
}

li.nav-item {
    margin: 8px;
}

i.fa.fa-bars {
    color: #656565;
}


.thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 65px;
  height: 0;
  overflow: hidden;
}

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*about*/
.bg-about {
    background-image: url(../img/bg-about.jpg);
    height: 150px;
    background-position: center top;
}

.bg-privacy {
    background-image: url(../img/bg-privacy.jpg);
    height: 150px;
    background-position: center top;
}

.bg-legalnotice {
    background-image: url(../img/bg-legalnotice.jpg);
    height: 150px;
    background-position: center;
}

.bg-legalnotice>h2 {
  color: #fff;
}

.bg-contact {
    background-image: url(../img/bg-contact.jpg);
    height: 150px;
    background-position: center;
}

h2 {
    overflow: hidden;
    text-align: center;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1.5px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 2.5em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}

.form-control {
  height: auto;
}




dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 120px;
}

dd {
  float: left;
  margin-left: 1em;
}

footer.page-footer a:hover {
    color: #948778;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

img.sm-image {
    display: none;
  }

/*img.sm-image {
  width: 100%;
}*/

@media screen and (max-width: 576px) {
  .carousel {
    display: none;
  }

  img.sm-image {
    width: 100%;
    display: block;
  }
  .no-p {
    padding: 0;
  }

  footer.page-footer {
    font-size: 0.8em;
  }

  dt {
    width: 62px;
  }
}

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}

@media screen and (max-width: 320px){   
  .sp_320 { display:none!important; }
}

@media screen and (min-width: 320px){   
  .sp_320 { display:block; }
}











