/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
	font-size:14px;
	color: #333;
}

p {
	
	font-size:14px;
	letter-spacing: 0.1em;
}

h1{
	font-size: 36px;
}
h1 img{
	width: 200px;
}

h3{
	font-size:14px;
}



.sp_only{
	display: none!important;
}

body{
	overflow-x: hidden;
	font-family: fot-udkakugo-small-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	
}

#main_wapper{
	margin: 0 auto;
	width: 1140px;
}

section{
    width: 70%;
    background: #ffffff;
	margin: 0 auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　ナビゲーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*==ナビゲーション全体の設定*/
nav{
    background: rgba(255,255,255,1);
    color: #333;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    /*border-bottom: solid 2px #d3b572;*/
	border-bottom: solid 2px #000;
	height: 64px;
}

/*ナビゲーションを横並びに*/
nav ul{
    /*2階層目の基点にするためrelativeを指定*/
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
	width: 100%;
}

/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
    /*矢印の基点にするためrelativeを指定*/
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px 45px;
    letter-spacing: 0.2em;
    transition: all .3s;
    font-family: system-ui;
}

nav ul li li a{
  padding:20px;
}

nav ul li a:hover{
  color:#d3b572; 
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/

nav ul li.has-child > a::before{
  content:'';
  position: absolute;
  left:15px;
  top:25px;
  width:6px;
  height:6px;
  border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*==2階層目以降の画像設定*/

nav ul li.has-child img{
  max-width: 100%;
  height: auto;
  transition: all .5s;
  vertical-align: bottom;
}

/*hoverしたら画像拡大*/
nav ul li.has-child img:hover{
  transform: scale(1.2);
}

nav ul li.has-child dt{
  overflow: hidden;
  height: 20vh;
  margin:0 0 20px 0;
}

.sample_box .flavor_btn {
    width: 80%;
    text-align: center;
    margin: 10px auto 20px;
	color: #FFF!important;
}


.sample_box .flavor_btn a:hover {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #d3b572;
    text-decoration: none;
	color: #d3b572!important;
	border-radius: 300px;
	background-color: #fff;
	display: block;
}
.history-table{
	margin: 50px auto;
	margin-left: auto;
	margin-right:auto;
	width:70%;
	border-collapse: collapse;
}
.history-table tr{

	padding: 10px;
}

.history-table th, .history-table td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.history-table th {
  border-bottom: 2px solid #4d9bc1;;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.about_profile_list dt {
    float: left;
    width: 30%;
    border-bottom: solid 1px #d3b572;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;

}
.about_profile_list dt span{
    display: block;
    font-size: 0.9em;
    font-size: 9px;
    font-weight: normal;
}

 
.about_profile_list dd {
    width: 60%;
    margin-left: 40%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    /* border-left: 1px solid #333; */

    /* margin-bottom: 5px; */
    vertical-align: bottom;
    padding: 10px;
    align-items: flex-end;
}

.about_profile_list{
	width : 80%;
	margin-left: auto;
	margin-right: auto;
}

.about_inner {
	margin-bottom: 50pX;
}

.timeline {
  list-style: none;
	    width: 80%;
        margin-left: auto;
        margin-right: auto;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding: 20px 0 20px 30px;
	}

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.sample_box{
    margin: 0 auto 150px;
}

.sample_box ul{
	display: flex;
	list-style: none;
}
.sample_box ul li{
	width: 25%;
    text-align: center;
}

.sample_box ul li a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
    text-align: center;
}

.sample_box .flavor_btn {
    width: 80%;
    text-align: center;
    margin: 10px auto 20px;
	color: #d3b572!important;
	font-size: 105%;
	font-weight: bold;
	border-radius: 300px;
	border: solid 1px #d3b572;
}


.sample_box .flavor_btn a:hover {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #d3b572;
    text-decoration: none;
	color: #d3b572!important;
	border-radius: 300px;
	background-color: #fff;
	display: block;
}
.flavorring-name{
	
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: #eee;
    color: #666;
}
.footer{
	text-align: center;
	margin: 100px auto 20px;
}
.copyright{
	text-align: center;
	margin: 10px auto;
}

.footer img{
	margin-bottom: 15px;
}

@media screen and (max-width:1200px){
nav ul li.has-child dt{
  height: 12vh;
}
  
}

/*== 2層目の設定 */

nav li.has-child ul{
  /*絶対配置で位置を指定*/
    position: absolute;
  left:0%;
  top:64px;
  z-index: 4;   
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
    /*形状を指定*/
  background:#f5f5f5;
  width:100%;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
     /*アニメーション設定*/
  transition: all .3s;
    box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 20%);
}

/*hoverしたら表示*/
nav li.has-child:hover > ul{
  visibility: visible;
  opacity: 1;
}

/*各ナビゲーション横幅*/
nav li.has-child ul li{
  width:20%;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  color: #555;
	font-size: 12px;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#e9d4a7;
	color: #fff;
}


/*==1400px以下の形状*/
@media screen and (max-width:1400px){
 
 
nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px 30px;
    letter-spacing: 0.02em;
	font-size: 95%;
    transition: all .3s;
    font-family: system-ui;
}
	#header h1 img {
    height: 40px;
    width: 90%;
    margin: auto;
    position: relative;
}
	.online_btn {
  position: absolute;
  top: 27%;
  right: -6vw;
  width: 25%;
}
	    .about_profile_list {
        width: 100%;
	}
	.about_profile_list dd {
        margin-left: 23%;
	}
	.sample_box .flavor_btn {
        width: 87%;
        font-size: 92%;
	}
	.item-name {
        font-size: 10px;
        padding-right: 5px;
        padding-left: 5px;

	}
	.about_profile_list dt {

  font-size: 15px;
	}
	
#profileSect{
	width: 90%;	
	}
	    .about_profile_list dt {
        width: 22%;
	}
	#profilecustomer{
		width: 90%;
	}
	#conceptid{
		margin-top: 0px;
		padding-top: 0px;
	}
	.media_h3 {
        font-size: 13px;
        letter-spacing: 0.2em;
        margin: 10px 5px 5px;
	}
	.mediaTxt {
        width: 100%;
	}
}
/*==1000px以下の形状*/
@media screen and (max-width:1100px){
 
#header h1 img {
  height: 40px;
  max-width: auto;
  margin: auto;
  position: relative;
} 
	
nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px 20px;
    
	font-size: 80%;
    transition: all .3s;
    font-family: system-ui;
}
	#header h1  {
    height: auto!important;
    max-width: 100%;
    margin: auto;
    position: relative;
}
	#header h1 img {
    height: 40px;
    max-width:  auto;
    margin: auto;
    position: relative;
}
	.online_btn {
  position: absolute;
  top: 27%;
  right: -5vw;
  width: 18%;
}
	nav ul li.has-child > a::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
	.item-name {

        font-size: 11px;
        padding-right: 5px;
        padding-left: 5px;
        margin: 0 6px;
}
}
/*==768px以下の形状*/
@media screen and (max-width:768px){
  
  nav ul{
    display: block;
  }

  nav li.has-child ul{
    position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;/*JSで制御するため一旦表示*/
  opacity:1;/*JSで制御するため一旦表示*/
  display: none;/*JSのslidetoggleで表示させるため非表示に*/
  transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
    
  nav li.has-child ul li{
    width:100%;
    text-align: left;
  }
  
  nav li.has-child ul li dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav li.has-child ul li dt{
    width:30%;
    height: auto;
    margin: 0;
  }

  nav li.has-child ul li dd{
    width:64%;      
  }

    
    nav ul li a{
      padding: 10px 20px;
      border-bottom:1px solid #ccc;
}
    
    nav ul li li a{
    padding: 0;
}
  
/*矢印の位置と向き*/
  
nav ul li.has-child > a::before{
  top:17px;
  left:20px;
    transform: rotate(135deg);
}
    
nav ul li.has-child.active > a::before{
    transform: rotate(-45deg);
}
}

#header h1{
    position: absolute;
    left: 2vw;
    z-index: 9999;
    height: 64px;
}

#header h1 img{
    height: 40px;
    width: auto;
    margin: auto;
    position: relative;
}

.online_btn{
    position: absolute;
    top: 27%;
    right: -5vw;
    width: 25%;
}

.online_btn a{
	/*background-color: #d3b572;
    border: solid 1px #d3b572;*/
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 8px 25px;
    font-family: system-ui;
    letter-spacing: 0.1em;
}

.online_btn a:hover{
    text-decoration: none;
    color: #d3b572;
    border: solid 1px #d3b572;
	background-color: #fff !important;
    padding: 8px 25px;
}



/*途中でナビ*/


.fixed {
    position: fixed;
    Z-INDEX:999999;
    top: 0;
    margin: 0 auto;
    width: 100%;
}
.fixed .g-nav-menu li{
line-height: 40px;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　メインスライダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.slide_wapper-pc{
	margin-bottom: -70px;
}

.slide_wapper-pc img{
	width: 1920px;
max-width: 100%;
}
.slide_wapper-sp{
	display: none;
}
.slide{
    border: 5px solid #ffffff;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 70%);*/
}
.one{
    background-image: url(https://hfbelx.com/company/images/top_01.jpg);
}
.two{
    background-image: url(https://hfbelx.com/company/images/top_02.jpg);
}
.three{
    background-image: url(https://hfbelx.com/company/images/top_03.jpg);
}
.four{
    background-image: url(https://hfbelx.com/company/images/top_04.jpg);
}
.five{
    background-image: url(https://hfbelx.com/company/images/top_05.jpg);
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　H&F BELX概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.whatHFBELX{
	margin: 150px auto;}


.whatHFBELX p{
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 12px;
}

/*＝＝＝ボタンの色変え＝＝＝*/

.btntextchange{
    /*テキストの基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #555;
    min-width:210px;
  padding: 20px;
    text-align: center;
  display: inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s;
	text-align: center;
	width: 100%;
	background-color: #fff;
	
}

/*hoverした際の変化*/
.btntextchange:hover{
  background:#000;
  color:#fff;
}

.btntextchange span{
    /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top:50%;
    transform:translate(-50%,-50%);
    /*アニメーションの指定*/
    transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/  
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
  opacity:0;/*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
  opacity:0;/*透過0に*/
}

.btntextchange:hover span:nth-child(2){
  opacity:1;/*不透明に*/
}

.about_btn{
    width: 40%;
    margin: 60px auto 20px auto;
    letter-spacing: 0.2em;
}

.onlineshop_btn{
    width: 40%;
	margin:20px auto 60px auto;
    letter-spacing: 0.2em;
}


.common_btn{
    width: 20%;
		margin:60px auto 20px auto;
}


/*==================================================
アイテムスライダーのためのcss
===================================*/
.movie{
    width: 70%;
    background: #ffffff;
    margin: 0 auto 100px auto;
}
.toroku{
    margin: 10px auto;
    text-align: center;
}

.regular_2 ,.regular_4 a{
    text-decoration: none!important;
    font-size: 14px;
	color: #333;
}

.regular_2 ,.regular_4 a p{
    text-decoration: none!important;
    font-size: 14px;
	color: #333;
}


/*共通4ツスリック*/

.sliderArea {
    max-width: 100%;
    margin: 50px auto 100px auto;
    padding: 0 25px;
}
.sliderArea a{
	text-decoration: none;
	color: #333;
}

.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #666 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}







/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　オートスライダーimg
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 100s linear infinite sliderAnimation;
}

.autoplay-slide_img img{
  width: 350px;
  /*margin: 20px;*/
  position: relative;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}



/*雑誌*/


.book_Base {
    position: relative;
    width: 40%;
    text-align: right;
}
.book_Child1 {
    position: absolute;
    top: 00%;
    left: 00%;
    z-index : 10;
    transform: rotate(335deg);
}
.book_Child2 {
    position: absolute;
    top: 00%;
    left: 5%;
    z-index : 30;
}
.book_Child3 {
    position: absolute;
    top: 00%;
    left: 10%;
    z-index : 20;
    transform: rotate(15deg);
}

.media_title{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 5px 0;
    font-size: 36px;
	color: #000;
}

.media_cmt{
	margin-right: 0;
    width: 60%;
	color: #000000;
	margin-bottom: 100px;
}
.mediaTxt {
    color: #000;
    text-align: left;
    padding: 1em 0 0 3em;
    width: 80%;
    margin: 0 auto;
}

.media{
    display: flex;
    width: 70%;
    margin: 160px auto 150px;
}
.media_h3 {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 0 0 1em;
    font-weight: bold;
    letter-spacing: 0.5em;
}

/*順番にふわっと*/
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.fadebox{
	opacity: 0;
	list-style: none;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　実店舗リスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.store_title{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 5px 0;
    font-size: 36px;
	color: #fff;
}

.bg-shop {
	
    background: url(https://image.rakuten.co.jp/hftea/cabinet/shop/atore-ebisu/ebisu-d.jpg);
    background-size: 100%;
    width: 100%;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    
}


.bg-shop-rgbd {
	background-color: rgba(46, 46, 46, 0.7);
    padding:50px;
}

.shoplist{
    width: 70% !important;
    background-color: #fff;
    margin: 10px auto;
}

.shoplist td{
    border: solid 1px #333;
    padding: 10px;
    text-align: center;
}

.shopTxt {
    color: #fff;
    text-align: left;
    padding: 3em 0 0 3em;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
}
.store_cmt{
	margin-right: 0;
    width: 60%;
}

.shop_box{
    display: flex;
    width: 70%;
    margin: 0 auto 30px auto;
}

.shop_box img{
    width: 40%;
}


.shop_h3 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 1em;
    font-weight: bold;
	letter-spacing: 0.5em
}
.shop_list_inner {
    width: 600;
    margin: 0 auto;
}
.shop_list_inner .address {
    width: 33%;
    color: #666666;
    margin: 20px 0 50px 0;
    display: block;
    float: left;
    text-align: center!important;
}
.name {
    font-size: 18px;
}
/*
.name::after{
    content: "";
    width: 168px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}*/
.add {
    font-size: 12px;
}

.shoplist td a{
	text-decoration: none;
}



.online{
	width: 100%;
	margin: 0 auto;
    background-color: #eee;
    background-size: 100%;
    width: 100%;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
	padding-bottom: 100px;
}

.common_title{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 20px 0;
    font-size: 36px;
}

.common_h3 {
    text-align: center;
    font-size: 20px;
    padding: 0 0 0 1em;
    font-weight: bold;
    letter-spacing: 0.5em;
    margin-bottom: 20px
}
.online ul{
	width: 70%;
	margin: 0 auto;
}
.online ul li{
    display: inline-block;
    vertical-align: top;
    margin: 20px 5px 0 5px;
}

.online ul li a {
    text-decoration: none;
    padding: 10px 0 10px 20px;
    background: #fff;
    width: 16vw;
    display: block;
    cursor: pointer;
}

.online ul li .online-icon {
    display: inline-block;
    vertical-align: middle;
}

.online ul li .online-icon img{
    display: inline-block;
    vertical-align: middle;
}


.online ul li .online-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 11px;
    text-align: left;
    text-decoration: none;
    max-width: 168px;
    color: #000;
}


.online ul li .online-text span{
    font-size: 12px;
	font-weight: 600;
}

/*ホバーで枠線*/
.button_line01 a{
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
.button_line01 a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: transform 100ms;
	width: 100%;
	background: #000;
	transform: scale(0, 0);
	height: 1px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.button_line01 a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: transform 100ms;
	content: "";
	width: 1px;
	background: #000;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 50ms;
	display: block;
}
.button_line01 a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: transform 100ms;
	content: "";
	width: 100%;
	background: #000;
	transform: scale(0, 0);
	height: 1px;
	transform-origin: right bottom;
	transition-delay: 100ms;
	display: block;
}
.button_line01 a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: transform 100ms;
	content: "";
	width: 1px;
	background: #000;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 150ms;
	display: block;
}
.button_line01 a::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	content: "";
	background: #fff;
}
/* hover */
.button_line01 a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.button_line01 a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.button_line01 a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.button_line01 a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#footer {
  position: relative;
  color: #fff;
	width: 100%;
    background-color: #333;
}
#footer a {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 11px;
    text-decoration: none!important;
    border: solid 1px #fff;
}
#footer a:hover {
    text-decoration: none!important;
    letter-spacing: 0.2em;
    font-size: 11px;
    color: #D3B573;
    border: solid 1px #D3B573;
}
#footer .primary {
  padding: 40px 20px;
  background: #333;
	margin: 0 auto;
}
#footer .secondary {
  display: flex;
	width: 100%;
  background: #000;
}

.navi_box01{
    display: flex;
    width: 80%;
    text-align: center;
    margin: 50px auto 0 auto;
    list-style: none;
}

.navi_box01 li{
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px;
    list-style: none;
}


.navi_box01 li a{
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
}
/* footer-logo */

#footer .logo {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 25%;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}


#footer .logo img{
  width: 50%;
}

/*========= ページトップのためのCSS ===============*/

#page-top a {
    background: #444;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    transition: all 0.3s;
    border-bottom: solid 1px #D3B573;
}

#page-top a:hover{
  background: #666;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 0.2em;
}


/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

/* navi */

.navi-row {
    width: 100%;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
    margin: 20px;
    padding: 10px;
}


.online-list-nav{
	list-style: none;
}

.online-list{
	margin: 0 !important
		;
}
/* sns-navi */

#footer .sns-navi {
  margin: 0 0 0 auto;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}


/* copyright */

#footer .copyright {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: x-small;
}

.foot_banner{
	display: flex;
	width: 100%;
	background-color: #fff!important;
	 justify-content: center;
        align-items: center;
}
.foot_banner ul{
	display: flex;
	width: 100%;
	background-color: #fff!important;
	list-style: none;
}

.business-banner{
	margin: 0 5px 0 10px;
}
.qa-banner{
	margin: 0 10px 0 5px;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　marine&herb
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.marineherb{
	 margin: 100px auto;
}

.marine_box{
	display: flex;
}

.marine_title{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
}

.marine_h3{
    text-align: center;
    font-size: 14px;
    /* color: #fff; */
    /* padding: 0 0 0 1em; */
    font-weight: bold;
	letter-spacing: 0.5em;
}

.marineTxt{
    /* color: #fff; */
    text-align: left;
    padding: 1em 0 0 0;
    width: 80%;
    margin: 0 auto;
}

.commonTxt{
    /* color: #fff; */
    text-align: left;
    font-size: 12px;
    padding: 1em 0 0 0;
    width: 70%;
    margin: 0 auto;
}

.marine_gif{
	width: 50%;
	height: 100%;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　各ページ共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.container {
}
.parallax {
  background-attachment: fixed;
  background-image: url(https://image.rakuten.co.jp/hftea/cabinet/business/bulk-top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
}

#header{
    position: fixed;
	width: 100%;
    z-index: 999999;
	height: 60px;
}

.category_box{
	width: 70%;
	margin: 0 auto 100px auto;
}

.category_cmt p {
    text-align: center;
    padding: 50px 0;
	}


.mokuji{
    width: 50%;
    margin: 20px auto;
}

.mokuji ul, ol {
    background: #f5f5f5;
    padding: 40px 40px 40px 100px;
    border: solid 1px gray;
}

.mokuji ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

.mokuji a{
	
    text-decoration: none;
    color: #d3b572;
    font-weight: 600;
}

.img-left {
    display: flex;
    margin: 50px auto 150px auto;
}

.area {
	width: 100%!important;
}

.img-left p {
    padding: 25px 50px;
    font-size: 14px;
	text-align: left;
}

.title_sub {
    text-align: center;
    font-size: 20px;
    color: #d3b572;
    padding: 25px 0 25px 0;
    font-weight: bold;
}



.title_sub {
    text-align: center;
    font-size: 20px;
    color: #d3b572;
    padding: 25px 0 25px 0;
    font-weight: bold;
}


.img-left ul {
    width: 60%;
    margin: 0 auto;
    list-style: auto;
    color: #888;
    font-weight: 600;
}

/* snsアイコンセクション */

.wow.animated {
  opacity: 1;
  transition: 1.5s;
  transform: translateY(0px);
	display: flex;
	flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
}


.icon_container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}


.bnrList_cc {
  margin: 0;
  margin: auto;
}

.row, .itemList {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
	justify-content: center; 
}


.bnrList_cc > div {
  padding: 0 4px;
  margin-bottom: 5px;
}


.col-3, .itemList--4 .itemList__unit {
  height: auto;
}


.bnrList_cc > div > .bnrBox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}




.bnr, .bnrBox img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.sample_box{
    margin: 50px auto 150px;
}

.sample_box ul{
	display: flex;
	list-style: none;
}
.sample_box ul li{
	width: 25%;
    text-align: center;
}

.sample_box ul li a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
    text-align: center;
}


.item-name {
	color: #666;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	 margin: 0 20px;
    
}
.item-name a{
	color: #666;
	font-size: 14px;
	text-align: center;
}

/* タブレットのみ */
@media screen and (min-width:767px) and ( max-width: 1280px) {
  .online_btn {
        width: 29%;
    }
	.shop_box img {
         width: 40%;
        height: 40%;
        object-fit: cover;
   
    }
	.youtube-marine{
		width:40%;
	}
	#header h1 img {
        height: auto;
        width: 18%;
       object-fit: cover;
        margin-bottom: 10px;
}
	.online_btn a {
        padding: 8px 10px;
    }
	        .online_btn {
            width: 25%;
        }
	    .shopTxt {

        width: 90%;
        
	}
	.store_title {
        padding: 10px 0 5px 0;

    }
	.online ul li .online-text {
        margin-right: 10px;
       
    }
}