.customer_title {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 25px;
	display: block;
	width: 230px;
	z-index: 20;
}

.customer_title a {
	display: block;
	width: 100%;
	height: 30px;
	text-indent: -99999px;
	background-image: url('https://storage.489ban.net/storage/customer/307/img/h1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.customer_title a:hover {
	opacity: 0.7;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.customer_head_bg {
	position: relative;
	height: 250px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
 	background-image: url('https://storage.489ban.net/storage/customer/307/img/top_wineryhotel.jpg'); 
}

@media only screen and (max-width: 768px) {
  .customer_title {
    height:auto;
    max-width: 90%;
    margin:0 auto;
	  position: relative;
    top: 0;
    left: 0;
    padding:1em 0;
  }

  .customer_head_bg {
    height: 230px;
  }
}

@media screen and (max-width:540px) {
  #customer_main_nav li {
    width:50%;
	  height: 60px;
  }

	#customer_main_nav a {
		padding: 14px 0 12px;
	}

  .customer_head_bg {
    height: 200px;
  }
}

#customer_main_nav {
	width: 100%;
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	border-bottom: #f4f0f0 1px solid;
}

#customer_main_nav ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0;
}

#customer_main_nav li {
	width:16.666%;
	width:calc(100% / 6);
	height: 70px;
	display: block;
	list-style: none;
	font-size: 98%;
	border-right: #f4f0f0 1px solid;
}

#customer_main_nav ul li:first-child {
	border-left: #f4f0f0 1px solid;
}

#customer_main_nav span {
	font-weight: bold;
	display: block;
	font-size: 59%;
}

#customer_main_nav a {
	color: #a59ac9;
	display: block;
	padding: 20px 0 12px;
	height: 100%;
	text-align: center;
	line-height: 1.2em;
	font-size:1.2em;
  text-decoration: none;
}

#customer_main_nav a:hover {
	background: #d8c8e4;
}

#customer_main_nav a:hover {
	color: #fff;
}

@media screen and (max-width:768px) {
  #customer_main_nav li {
    width:33.333%;
    width:calc(100% / 3);
	  border-top: #f4f0f0 1px solid;
  }
}


@media screen and (max-width:540px) {
	#customer_main_nav ul{
		margin-bottom:30px;
	}

  #customer_main_nav li {
    width:50%;
	  height: 60px;
  }

	#customer_main_nav a {
		padding: 14px 0 12px;
	}

}