@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/* var text-decoration */
/*--
  Common Css
--*/
body {
  font-family: "TsukuARdGothic-Regular","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","MS Pゴシック",sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  background-color: #ffffff;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TsukuARdGothic-Regular","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","MS Pゴシック",sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}

p {
  font-size: 15px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin: 30px 0;
  color: #000000;
  font-size: 250%;
  font-weight: 900;
}
.section-title h2 {
  text-transform: uppercase;

}

.section-title p {
  font-family: 'Volkhov', monospace;
  font-style: italic;
  color: #666;
}

/*--
  Header Start
--*/

.header_image img{
/* padding-top:50px; */
width: 100%;
  z-index: 1;
}
.header_image {
  background-color: #0A211D;
  z-index: 2;
}

.logo {
  position:absolute;
  z-index: 1;
}

nav {
  background-image: url(../images/bg_wood.png);
  width: 100%;
}

.header_menu img {
  height: 100%;
}

.list-group-item {
  background-color: transparent;
}


/* メニュー */
.navbar {
  font-family: "TsukuARdGothic-Regular","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","MS Pゴシック",sans-serif;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
}

 .nav-item {
  padding: 0 20px;
 }

.nav-link {
  color: #FFF;
  display: block;
}

.nav-link:hover {
  color: #FFF !important;
  opacity: 0.5 ;
}

.menu {
  border-top: 1px solid #FFF;
  font-size: 0.5em;
  padding-top: 10px;
}


/*--
  画像サイズ調整
--*/

img {
  width: 100%;
}


/* ボタンリンク画像 */
.contents-button {
  margin: 40px 0;
  text-align: center;
}
.contents-button img {
  width: 35%;
}

.contents-button img:hover {
	opacity: 0.5;
}



/* 背景木目の見出し */
.midashi-box {
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}
.midashi-box img {
  display: block;
	width: 100%;
	height: auto;
}

/* 背景の野菜画像 */

.touka-img img {
  mix-blend-mode: multiply;
}


.main-contents {
  background-image: url(../images/bg-yasai04.png);
  background-size: 100%;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}

/* #commitments {
  background-image: url(../images/bg-yasai01.png);
  background-size: 100%;
} */



/*--
  海野山とは Start
--*/
#contentsbox {
  text-align: center;
  margin: 20px 0;
}

#contentsbox h2 img {
  width: 80%;

}

#contentsbox p {
  font-weight: bold;
  font-size: 100%;
  line-height: 2.5em;

}

.intoro {
  width: 59%;
  margin: 0 auto;
}



/* 飲み方 */
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 10px;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.nomikata {
  font-size: 90% !important;
  font-weight: normal !important;
  text-align: left;
  line-height: 20px;
}


/*--
  7つのこだわり Start
--*/

#commitments {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bg-beige {
  background-color: #E7E3CE;
  padding: 20px 0 20px;
  margin-top: 0;
}

#commitments h3 {
  margin: 1em 0;

}

#commitments h3 img {
  margin: 0 auto;
  text-align: center;

}

#commitments p {
  font-size: 110%;
  line-height: 2.5em;
}

/* 線のボタンリンク */
a.btn-border {
  border: 1px solid #212529;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

a.btn-border:hover {
  color: #FFF !important;
  background: #75746A;
}



/* レビュー START*/

.flex {
	display: flex; /*横並び*/
  }
  .flex .image {
	width: 200px; /*画像サイズ指定*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
  }

  .image img {
	width: 100px;
  margin-top: 20px;
}
  .flex .review-contents {
	width: 110%;
	margin: 0 0 0 20px;
	padding: 0;
  }

  .flex .review-contents h3 {
	font-size: 95%;
	margin-bottom: 5px;
  }

.review-name {
	margin: 5px 10px !important;	
}

.star {
	margin-bottom: 10px;
  width: 50%;
}

.review-date {
	color: #9f9f9f !important;
	margin-bottom: 10px !important;
}


/*--
  会社概要 Start
--*/

#company h3 {
  text-align: center;
}

#company h3 img {
  width: 70%;
}

.success {
  background-color: #F0EEE1;
  text-align: center;
}


/*--
  footer Start
--*/
footer {
  background-image: url(../images/bg_wood.png);
  text-align: center;
  padding: 20px;
  color:#fff;
}

footer img {
  width: auto;
  height: 10%;
}

.footer-p {
  margin: 0;
  padding: 0;
  font-weight: bold;

}

/* メニューのアコーディオン */
details {
  margin: 0 auto 10px;
  width: 100%;
}

summary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  color: #FFF;
  background-image: url(../images/bg_wood.png);
}

/* レスポンシブ */

@media only screen and (max-width:750px) {

  /* メニュー */
  .navbar-nav {
    flex-wrap: wrap !important;
    list-style: none;
    column-count: 2 !important;
  }
  
  .navbar-nav li {
    width: 100%;
  }
  
  
  .navbar-nav li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
  }



  /* 海野山とは */

  /* .midashi-img {
    width: 90%;
    margin: 0 auto;
  } */

  #contentsbox p {
    font-weight: bold;
    font-size: 90%;
    line-height: 2.0em;
  }
  
  /* .intoro {
    width: 86%;
  } */

  /* 飲み方 */
  .nomikata {
    font-size: 75% !important;
    font-weight: normal !important;
    text-align: left;
    line-height: 20px;
  }

  /* ボタン画像 */
  .contents-button img {
    width: 80%;
  } 

  /* 7つのこだわり */
  #commitments p {
    font-size: 90%;
    line-height: 2em;
    margin: 10px 0;
  }

  /* 会社概要 */
  .table {
    font-size: 80%;
  }
}




