@charset "utf-8";
body {
	margin: 0px;
	border-top: 10px solid rgba(62,0,62,1.00);
}
/* CSS Document */

/* ----- トップページCSS　----- */

.div_container{
	width:100%;
}

@media (max-width: 599px) {
.div_container{
	width:100%;
}
}
h1{
	
}
@media (max-width: 599px) {
  h1 {
  }
}

h2 {

}
@media (max-width: 599px) {
  h2 {
  }
}

.div_top_logo{
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	width:100%;
	padding: 60px 0 20px 0;
}
@media (max-width: 599px) {
}

.div_main_bnr{
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	width:100%;
	padding: 50px 0 20px 0;	
}

@media (max-width: 599px) {
	.div_main_bnr{
		
	}
}

.img_main_bnr01{
	}

	
@media (max-width: 599px) {
	.img_main_bnr01{
		width:95%;
		margin:0 auto 0 auto;
	}
}

.img_main_bnr02{
	
}
@media (max-width: 599px) {
.img_main_bnr02{
		width:100%;	
}
}

/* リードエリア（lead） */
.div_lead {
	background-color: rgba(255,255,255,1.00);
	padding: 50px 0 50px 0;
	text-align: center;
}
@media (max-width: 599px) {
  .div_lead {
  }
}
.h2_lead {
  color: #5a5b5b;
  font-family: 'HG明朝B';
  font-size: 1.8em;
  margin-top: 20px;
  margin-bottom: 50px;
}
.p_lead {
  width: 600px;
  color: #5a5b5b;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 30px;
  font-size: 1em;
}
@media (max-width: 599px) {
  .p_lead {
    color: #262626;
    width: 80%;
  }
}

.div_main_bnr02{
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	padding: 20px 0 50px 0;
}
@media (max-width: 599px) {
.div_main_bnr02{
	}
}

/* 原材料エリア */
.div_cont_material {
  background-color: #fff;
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 599px) {
  .div_cont_material {
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}



/* スライダーエリア */
.div_menu_slide {
	background-color:rgba(255,255,255,1.00);
	padding:80px 0 150px 0;
	
}

@media (max-width: 599px) {
}
.slider {
  margin: 0;
  padding: 0;
}
.slider li {
  list-style-type: none;
  margin: 0;
  padding: 0px 1px 0px 1px;
}




/* メニューエリア */
.div_cont_menu {
  background-image: url();
  background-size: cover;
  background-color: #fff;
  padding-top: 70px;
  text-align: center;
}

@media (max-width: 599px) {
  .div_cont_menu {
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.div_cont_menu_inr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  .div_cont_menu_inr {
    width: 95%;
  }
}
.div_menu {
  width: 450px;
  float: left;
  margin-top: 40px;
  margin-left: 35px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 599px) {
  .div_menu {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.img_menu_top_bnr {
  width: 100%;
}
@media (max-width: 599px) {
  .img_menu_top_bnr {
    width: 95%;
  }
}


.h2_sub_tit {
  background-image: url();
  background-repeat: no-repeat;
  line-height: 24px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 4px solid #000000;
  display: inline-block;
  width: auto;
  font-size: 1.8em;
}

@media (max-width: 599px) {
  .h2_sub_tit {
  }
}
.menu_tit_small {
  font-size: 0.6em;
  line-height: 5px;
}

.div_menu_pdf {
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 599px) {
  .div_menu_pdf {
    text-align: center;
  }
}

.img_menu {
  width: 280px;
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 599px) {
  .img_menu {
    width: 45%;
    margin-left: 5px;
    margin-right: 0px;
  }
}



/* お知らせエリア（news） */
.div_cont_info {
  clear: both;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
}
.div_cont_info_inr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 599px) {
  .div_cont_info_inr {
    width: 95%;
  }
}
.div_top_news {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .div_top_news {
    width: 90%;
  }
}
.div_top_news dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .div_top_news dl {
    width: auto;
  }
}
.div_top_news dl dt {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 599px) {
  .div_top_news dl dt {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
  }
}
.div_top_news dl dd {
  width: 600px;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 599px) {
  .div_top_news dl dd {
    width: 95%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}


/*パララックス　エリア */
.div_parallax {
  box-sizing: border-box;
  color: #fff;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  clear: both;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .div_parallax {
  }
}

.div_parallax_menu {
  box-sizing: border-box;
  color: #fff;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  clear: both;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .div_parallax_menu {
  }
}

/* （この記述だとPCでは動くけど、スマホだと機能しない）
.div_parallax-bg {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../image/img_toppage02.jpg);
	width:100%;
	height: 500px;
	margin:0px;
	padding:0px;
}
	*/

/* 背景画像の見えている高さ */
.div_parallax-bg {
  height: 500px;
}
@media (max-width: 599px) {
  .div_parallax-bg {
  }
}

.div_parallax-bg_menu {
  height: 500px;
}

@media (max-width: 599px) {
  .div_parallax-bg_menu {
  }
}

/* 背景画像 */
.div_parallax-bg::before {
  background-image: url("../images/bg_parallax02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 599px) {
  .div_parallax-bg {
  }
}

.div_parallax-bg_menu::before {
  background-image: url('../menu/sub_bnr_menu.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 599px) {
  .div_parallax-bg_menu {
  }
}

.p_parallax-bg01 {
  text-indent: -9999px;
}
@media (max-width: 599px) {
}

.p_parallax-bg_menu {
  text-align: center;
}
@media (max-width: 599px) {
}




/* フッターエリア　*/
.div_footer {
  background-image: url();
  background-color: #f5f5f5;
  height: auto;
  padding-top: 50px;
}
@media (max-width: 599px) {
  .div_footer {
    background-image: url();
  }
}
.div_ft_inr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;

}
@media (max-width: 599px) {
  .div_ft_inr {
    width: 95%;
    padding-top: 20px;
  }
}

.img_online_shop{
	width:280px;	
}

@media (max-width: 599px) {
.img_online_shop{
	
	}	
}

.div_ft_left {
  width: 350px;
  float: left;
}
@media (max-width: 599px) {
  .div_ft_left {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.div_ft_center {
  float: left;
  width: 350px;
}
@media (max-width: 599px) {
  .div_ft_center {
    float: none;
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #000000;
  }
}
.div_ft_right {
  float: right;
  width: 300px;
  text-align: center;
}
@media (max-width: 599px) {
  .div_ft_right {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: left;
  }
}

.img_ft_logo {
  width: 90%;
  margin-top: 50px;
}

@media (max-width: 599px) {
  .img_ft_logo {
  }
}

.p_ft_tit {
  font-weight: bolder;
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .p_ft_tit {
  }
}

.p_ft {
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-top: 0px;
}
@media (max-width: 599px) {
  .p_ft {
  }
}

.icon_sns {
  width: 30px;
  margin-left: 0px;
  margin-right: 5px;
}

.div_gmap{
	background-color: rgba(255,255,255,1.00);
	border-top:1px solid rgba(162,162,162,1.00);
	padding-bottom: 50px;
	
}

/* fontawesome ここから*/

.fa-instagram {
  font-size: 2.2em;
  margin-leght: 10px;
}
.fa-facebook {
  font-size: 2em;
}

/* fontawesome　ここまで　 */

.div_copyright {
  clear: both;
}
@media (max-width: 599px) {
}
.p_copyright {
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 599px) {
  .p_copyright {
  }
}
.div_gnavi a:link,
.div_gnavi a:visited {
  text-decoration: none;
  color: #fff;
}
.div_gnavi a:hover,
.div_gnavi a:active {
  text-decoration: underline;
  color: #999;
}

/*
a:link img, a:visited img {
	border: 0;
}

a:hover img, a:active img {
	border: 0;
}
*/

a:link img,
a:visited img {
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover img,
a:active img {
  filter: Alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.div_ft_gnavi a:link,
.div_ft_gnavi a:visited {
  text-decoration: none;
  color: #fff;
}
.div_ft_gnavi a:hover,
.div_ft_gnavi a:active {
  text-decoration: underline;
  color: #ccc;
}
.div_kara {
  clear: both;
}
