body {
  font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN",'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; /*"Crimson Text", "HGS明朝B", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;*/
  padding-top: 100px;
  background: rgba(199,178,153,1.0);
  /* max-width: 1080px; */
  /* margin:0 auto; */
}
/* http://song-of-life.hatenablog.com/entry/2017/06/03/235015 */

.home {
  max-width: 1080px;
  margin:0 auto;
}

div.nav-border {
  width: 3000px;
  text-align: center;
}

.gnav {
  flex-direction: column;
}
.navbar-brand {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-brand#navbar-brand_sp {
  margin-bottom: 5px;
  width: 150px;
}

/* 画面サイズが768px以下（スマホ）のとき */
@media screen and (max-width:768px) {
    .navbar-brand{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    body{
      padding-top: 57px;
    }
}
h2 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: calc(14px + 0.75vw);
  font-weight: bold;
}
h2#contact {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: calc(12px + 0.5vw);
  font-weight: bold;
}
h3 {
  font-size: calc(12px + 0.25vw);
}
.o-3column .col-4{
  padding: 0 5px;
}
a {
  font-size: 14px;
}
td {
  font-size: calc(12px + 0.25vw);
  vertical-align: top;
  text-align: left;
}
p {
  font-size: calc(12px + 0.25vw);
  text-align: left;
}
p#contact {
  font-size: calc(8px + 0.25vw);
  text-align: left;
}
p#footer {
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 40px;
}
eng {
  font-size: calc(9px + 0.25vw);
}
/* img {
  width: 100%;
  height: 900px;
  object-fit: cover;
} */
img {
  width: 100%;
  margin-top: 5px;
}
img#navbar-brand_pc {
  margin-top: 5px;
  margin-bottom: 13px;
  width: 150px;
}
ul#navbar-nav_pc {
  padding-top: 3px;
  padding-bottom: -5px;
  margin-bottom: -5px;
}
.o-1column .col-12{
  padding: 0 0px;
}
.bg_header {
  background: rgba(83,71,65,1.0);
  margin: 0 auto;
}
.bg_black {
  background: rgba(0,0,1,1.0);
  margin: 0 auto;
}
.concept_bg {
  background-image: url(../img/ger.png);
  background-size: cover;
}
.company_bg {
  background-image: url(../img/company_bg.jpg);
  background-size: cover;
}
.news_bg {
  background-image: url(../img/news_bg.jpg);
  background-size: cover;
}
.contact_bg {
  background: rgba(199,178,153,1.0);
}
.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.85);
}
img.img-fluid {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box17{
    position: relative;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0;
    padding: 0;
}

.carousel-inner{
  max-width: 1080px;
  margin: 0 auto ;
}

/* to facebook */
#to-fb {
    position: fixed;
    bottom: -5px;
    right: 10px;
    font-size: 100%;
    z-index: 1000; 
}

#to-fb img:hover {
    opacity: 0.7 ;
}

/* to instagram */
#to-insta {
    position: fixed;
    bottom: -5px;
    right: 65px;
    font-size: 100%;
    z-index: 1000; 
}

#to-insta img:hover {
    opacity: 0.7 ;
}

.sText {
    font-size: calc(12px + 0.25vw);
    font-weight: 400;
}
