@charset "utf-8";70%;

/*
 * "Comfortaa" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

全体の設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
  color: #3e464e;
  font-family: 'ヒラギノUD角ゴ W4'!important;
  font-size: 16px;
  line-height: 1.8;
}
.main{
    padding-top: 0px;
	padding-bottom:30px;
	max-width:1200px;
	width:100%;
	margin:0 auto;
}

.spacer-big {
    content: ' ';
    height: 3rem;
}

.spacer-small {
    content: ' ';
    height: 1rem;
}

.container-fluid {
    background-color: #fff;
}

main {
    width: 100%;
    margin: 0px auto 50px;
    background-repeat:repeat;
    background-size: 100% auto;
}
.mainslider{
    padding: 10px;
}

.recommendation{
    text-align: center;
}
.banner .mainslider{
   max-width:550px;
	max-height:300px;
	padding:0px;
}
.banner .col-md-6{
	flex: 0 0 550px;
    max-width: 550px;
	padding-left:0px;
	padding-right:0px;
	}
.banner .row{
	justify-content:center;
}
.banner .col-md-6:nth-child(1){
	margin-right:20px;
	margin-bottom:30px;
}
.banner .col-md-6:nth-child(3){
	margin-right:20px;
	margin-bottom:30px;
}

.no-script {
    font-size: 25px;
    font-weight: bold;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.bg-darkgray {
  background-color: #a9a9a9;
}

.container-fulid {
  overflow: hidden;
}
.container{
    max-width: 80%;
}

/* 見出しを太字に */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

/* ボタン */
.btn {
    font-size: 20px;
}

.btn-elem {
    font-weight: bold;
    padding: 0.5rem 2rem;
    border: ;
    border-radius: 10px !important;
    box-shadow: ;
    background-image: ;
}

.btn-elem:hover {
    transition: 0.7s;
    color: ;
    opacity: 0.7;
    font-weight: bold;
    box-shadow: ;
    border: ;
    border-radius: 10px !important;
    background-color:#eee ;
}

.btn-elem:focus {
    transition: 0s;
    box-shadow: ;
    border:;
    border-radius: 10px !important;
    background-image: ;
}

.btn-elem:active {
    transition: 0s;
    box-shadow: 1px 1px 3px #333 !important;
    border: #dfba98 solid 3px !important;
    border-radius: 10px !important;
    -webkit-transform: translate( 1px, 2px );
    -moz-transform: translate( 1px, 2px );
    transform: translate( 1px, 2px );
}

/* フォーム要素 */
.form-control {
    font-size: 16px;
    height: 2.85rem;
}

/* スクロールアニメーション */
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(80px);
}
.active-animation {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* ------------------------------
ヘッダー
--------------------------------- */

/* ヘッダー画像 */
.top-image {
    height: auto;
    box-shadow: 0px 5px 6px 0px #e2e2e2;
    border-radius: 0;
    position: relative;
	margin:0 auto;
	
}

.top-image-left {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -1px; /* 画面サイズによって左端に１ｐｘバックの画像が見えるため対策*/
    width: 39%;
	max-width:;
    z-index: 1;
}

.head-image-left-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
}

.head-image-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-image-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
    height: 100%;
    color: #fff;
}

.slider-area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
	
}
.slider {
  margin: 0;
}
.slider img {
    height: auto;
    width: 100%;
}

.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slider {
  transition: all ease-in-out .3s;
}

/* パンくずリスト */
.breadcrumb {
  background: transparent;
}

.breadcrumb li + li:before {
  content: '»' !important;
}

#nav {
    padding: 0;
}

#nav li {
    cursor: pointer;
}

#nav li a {
    display: inline-block;
    width: 100%;
}

.navbar {
    padding-left: 20px;
    padding-right: 20px!important;
    position: relative;
    margin-top: 30px;
}

    
.navbar-nav{
    display: flex;
    align-items: center;
}

.nav-link {
    padding-left: 5px;
}
.nav-item {
    padding-left: 30px;
}


/* 検索エンジン */
.category-search-block{
    display: flex;
    width: 450px;
    padding: 10px;
    align-items: center;
}
.category-mainsearch-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;

}
.btn:not(:disabled):not(.disabled) {
    margin: 0 10px;
}
.btn-elem {
    box-shadow: 1px 1px 10px #b1abab !important;
}



/* ナビアイテム */
.navbar-light .navbar-nav .nav-link {
    color: #7f7f7f;
    color: rgba(0,0,0,.5);
}

.nav-link::before {
    content : '▶ ';
}




/* ログインメニュー（ワイド） */
.login-form-wide {
    margin-left: auto;
    color: #7f7f7f;
    color: black;
    cursor: pointer;
}

#show_login_form_sub {
    display: none;
}

.header-logo {
    display: flex;
    margin-bottom: 0.5rem;
}

.header-logo a {
    text-decoration: none;
}

.header-logo img,
.header-logo-sub img {
    width: auto;
    height: 2rem;
}

.header-logo-sub {
    display: none;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.login-form-wide{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}
.user-name {
    position: absolute;
    width: auto;
    right: 0;
    cursor: pointer;
}


.user-menu {
    position: relative;
}

.user-menu-sub {
    display: none;
}

.user-lists-area {
    position: absolute;
    z-index: 100;
    right: 0;
    background-color: #fff;
}

.user-lists {
    position: absolute;
    width: 10rem;
    right: 0px;
    margin-top: 1rem;
    list-style-type: none;
    background: #fff;
    padding: 1rem;
}

.user-lists li {
    border-bottom: solid 1px #333;
    cursor: pointer;
}

/* ロゴマーク */
.logo-mark {
  right: 5%;
  top: -50px;
  z-index: 999;
  border-radius: 50%;
  height: 240px;
  width: 240px;
}

/* ロゴマークの中身 */
.logo-mark img {
  top: 30%;
  left: 30%;
}

.main-txt {
    right: 5%;
    top: 200px;
}

/* ログインフォーム */
#login_dialog {
    padding: 2rem;
    width: 60%;
}

#login_dialog .form-control {
    padding: 1.5rem 0.75rem;
    margin-bottom: 1.5rem;
}

#login_dialog .ui-dialog-buttonset {
    width: 100%;
    text-align: right;
}

#login_dialog .confirm-btn,
#login_dialog .cancel-btn {
    width: 150px;
}

.login-menu-sub {
    display: none;
}

.user-menu {
    margin-left: auto;
}


/* ヒーローエリア　スクロールボタン */

.wrapper-hero {
    position: absolute;
    color: #4b4949;
    display: flex;
    flex-direction: column;
    left: 80%;
    top: 20%;
}

.hero-image{
    padding: 20px;
    margin: 0 0 0 auto;
}
.scroll{
    width: 10px;
    margin: 100% 10px 0px 90px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll span {
    transform:rotate(90deg);
    text-align: center;
    bottom: 15%;
    width: 3em;
    cursor: pointer;
    text-decoration: none;
    color: #4b4949;
    font-size: 30px;
    color: #4b4949;
    text-align: center;
}
  
.arrow {
    top: 1.25em;
    left: 1em;
    animation: 2s arrow-animation infinite ease-in-out;
    width: 0;
    height: 5em;
    border: .5px solid #4b4949;
}


  
@keyframes arrow-animation {
    0% {
      height: 1em;
    }
    66% {
      height: 5em;
    }
}





/* アニメーションテキスト */
@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

.animation-text {
    opacity: 1;
    color: transparent;
}

.animation-text span {
    color: #33333329;
}

.header-right03 {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

#animation_text1 {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 2;
    font-size: 58px !important;
}

#animation_text2 {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 2;
    font-size: 120px !important;
}

#animation_text3 {
    position: absolute;
    bottom: 18%;
    left: 13%;
    z-index: 2;
    font-size: 60px !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メインコンテンツ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.contents {
    -ms-flex-wrap: wrap;
    margin: 0px;
}


.pickup{
    background-image: url(img/pickup.png);
}



.row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
}

.category-select-title01,.category-input-title01{
    margin: 20px;
}

/* ------------------------------
地図サイズ
--------------------------------- */
iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* ------------------------------
フッター
--------------------------------- */

/*固定する背景*/
.footer {
  box-sizing: border-box;
  color: #FFF;
  font-size: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}


/*スクロールするコンテンツ*/
.scrollbox {
  background-color: #111;
}





footer {
    margin-top: 50px !important;
    padding: 1rem 3rem;
}

footer p.title {
    margin: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #7c7c7c;
}

footer .box {
    background-color: #f0f0f0;
    background-color: rgb(238 238 238 / 70%);
}

footer .box:first-child {
    border-top: solid 1px #c9bdbd;
    border-left: solid 1px #c9bdbd;
    border-bottom: solid 1px #c9bdbd;
}

footer .box:last-child {
    border-top: solid 1px #c9bdbd;
    border-right: solid 1px #c9bdbd;
    border-bottom: solid 1px #c9bdbd;
}

footer .box:not(:first-child):not(:last-child) {
    border: solid 1px #c9bdbd;
}

footer .card-img {
    width: 100%;
}

/**************************
* jquery-ui ダイアログ
*
**************************/
.ui-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -50px;
    max-height: 80%;
    overflow: auto !important;
}

@media screen and (max-width: 540px) {
    .ui-dialog .ui-button:not(.ui-dialog-titlebar-close) {
        width: 90%;
        margin-left: 0 !important;
    }
}
.ui-dialog .ui-dialog-content {
    /*
    overflow: scroll !important;
    overflow-y: scroll !important;
    overflow-x: auto !important;
    */
}

.ui-dialog .ui-dialog-buttonset {
    text-align: right;
}

.ui-dialog .ui-dialog-titlebar {
    background-color:green;
}

.ui-widget input,
.ui-widget .ui-widget {
    font-size: 1rem;
    color: #212529;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

SAMPLEページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* サンプルトップ画像 */
.main-image {
  background-image: url("../img/cafe-image.jpg");
  background-size: cover;
  background-position: center center;
  height: 350px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
}

/* 曜日 */
.circle-badges {
  position: absolute;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e7bc72;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

CONTACTページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 入力フォーム */
input[type]:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid orange;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メディアクエリ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ディスプレイ（ノーマル：1700px 未満）
============================================== */
@media screen and (max-width: 1699.98px) {



    #animation_text1 {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 2;
    font-size: 58px !important;
}

#animation_text2 {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 2;
    font-size: 100px !important;
}

#animation_text3 {
    position: absolute;
    bottom: 18%;
    left: 13%;
    z-index: 2;
    font-size: 60px !important;
}
}

/* ノートディスプレイ（ワイド：1400px 未満）
============================================== */
@media screen and (max-width: 1399.98px) {
    #animation_text1 {
        top: 10%;
        left: 3%;
        font-size: 3rem !important;
    }

    #animation_text2 {
        top: 40%;
        right: 14%;
        font-size: 4rem !important;
    }

    #animation_text3 {
        bottom: 20%;
        right: 28%;
        font-size: 3rem !important;
    }
}

/* ノートディスプレイ（ノーマル：1200px 未満）
============================================== */
@media screen and (max-width: 1199.98px) {



    #animation_text1 {
        top: 10%;
        left: 2%;
        font-size: 42px !important;
    }

    #animation_text2 {
        top: 40%;
        right: 14%;
        font-size: 55px !important;
    }

    #animation_text3 {
        bottom: 15%;
        left: 15%;
        font-size: 45px !important;
    }
}

/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

    body {
      font-size: 16px;
      line-height: 1.4;
    }


    .logo-mark {
        left: 5%;
    }

    .main-txt {
        left: 5%;
    }

    .btn,
    .form-control {
        font-size: 16px;
    }

    #animation_text1 {
        top: 10%;
        left: 2%;
        font-size: 30px !important;
    }

    #animation_text2 {
        top: 40%;
        right: 14%;
        font-size: 40px !important;
    }

    #animation_text3 {
        bottom: 15%;
        left: 13%;
        font-size: 30px !important;
    }

    .ui-dialog:not('add-cart-dialog') {
        width: 70% !important;
    }

}

/* END */

/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
    .container {
        max-width: 80%;
    }
    .contents-pc{
        display: none;
    }

    body {
      line-height: 1.4;
    }

    main {
        margin: 25px auto;
    }
    .category-mainsearch-block{
        display: none;
    }

    .header-logo {
        display: none;
    }

    .header-logo-sub {
        display: inline-block;
        height: 2rem;
    }

    .navbar-nav {
        padding-top: 15px;
        display: flex;
    align-items: flex-start;
    }
    .wrapper-hero {
        display:none
    }
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .user-name,
    .user-menu {
        display: none;
    }

    .user-lists {
        margin-top: 2.5rem;
    }

    .user-name-sub {
        width: 7rem;
        text-align: right;
    }

    .user-name-sub,
    .user-menu-sub {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
    }

    #show_login_form_sub {
            display: block;
    }

    .login-area,
    .login-form-wide {
        display: none;
    }

   .login-menu-sub {
        display: block;
   }

    #login_dialog {
        padding: 2rem;
    }

    #login_dialog .confirm-btn,
    #login_dialog .cancel-btn,
    #login_dialog + .ui-dialog-buttonpane .cancel-btn {
        width: 180px;
    }

    .contents {
        margin: 2rem 0rem 0rem;
    }

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

    .right-pane {
        width: 100%;
    }

    footer .box {
        min-height: 250px;
    }

    footer .box:first-child {
        border-right: solid 1px #c9bdbd;
    }

    footer .box:last-child {
        border-left: solid 1px #c9bdbd;
    }

  /* ロゴマークを小さく設定 */
  .logo-mark {
    height: 140px;
    width: 140px;
  }

  .logo-mark img {
    width: 50%;
  }

  .lead {
    font-size: 1rem;
  }

  .circle-badges {
    top: -10px;
    width: 100px;
    height: 100px;
  }

    #animation_text1 {
        font-size: 24px !important;
        left: 3%;
        top: 8%;
    }
	
    #animation_text2 {
        font-size: 40px !important;
        right:8%;
        top: 40%;
    }

    #animation_text3 {
        font-size: 25px !important;
        left: 13%;
        bottom: 12%;
    }

    .parallax-bg {
        background-image: url(/img/pickup.png) !important;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }

	



	
}
/* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {

    .container {
        max-width: 80%;
    }
    .contents-pc{
        display: none;
    }

    .ui-dialog:not('add-cart-dialog') {
        width: 90% !important;
    }

    .ui-dialog.add-cart-dialog {
        margin-left: -50%;
    }

    .ui-dialog .ui-dialog-buttonset {
        text-align: center;
        margin: 0;
        margin-bottom: 20px;;
    }

    #animation_text1 {
        font-size: 18px !important;
    }

    #animation_text2 {
        font-size: 20px !important;
        right: 10%;
        top: 40%;
    }

    #animation_text3 {
        font-size: 19px !important;
        right: 5%;
        bottom: 10%;
    }
    .category-mainsearch-block{
        display: none;
    }
    .parallax-bg {
        background-image: url(/img/pickup.png) !important;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }
}



/* デバイス（ 768px 以上）
	============================================== */
    @media (min-width: 768px) {
        .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .contents-phon{
        display: none;
    }
        }
    .pickup-img{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .parallax-bg {
        background-image: url(/img/pickuppc.png) ;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
      }

.separator{
	width:100%;
}
@media screen and (max-width: 1069px) {
	.banner .col-md-6{
	flex: 0 0 500px;
    max-width: 500px;
	padding-left:0px;
	padding-right:0px;
	}
.banner .row{
	justify-content:center;
}
.banner .col-md-6:nth-child(1){
	margin:0 auto;
	margin-bottom:30px;
}
.banner .col-md-6:nth-child(2){
	margin:0 auto;
	margin-bottom:30px;
}
	.banner .col-md-6:nth-child(3){
	margin:0 auto;
	margin-bottom:30px;
}
	.banner .col-md-6:nth-child(4){
	margin:0 auto;
	margin-bottom:30px;
}
}
@media screen and (max-width: 500px) {
	.banner .col-md-6{
		max-width:300px;
	}
}
.contents .slick-active{
	width:270px !important;
}
.contents .slick-slide{
	width:270px !important;
}


.container-fluid{
	max-width:1200px;
}
.header-logo{
	margin-right:auto;
}
.navbar{
	padding-left:10px;
}
.navbar-nav{
	margin-right:auto;
}
.nav-item{
	padding-left:0px;
	padding-right:5px;
}
.flex-left{
	margin-right:auto;
	width:50%;
}
.flex-right{
	margin-left:auto;
	width:50%;
	display:flex;
	justify-content:flex-end;
}
.login-form-wide{
	margin-left:initial;
}
.login-form-wide img{
	width:40px;
	padding-left:12px;
}






.reco-contents .container{
	max-width:100%;
}
.reco-contents .product-item .inner-card{
	border:0px !important;
}

.reco-contents .col-sm-6{
	padding-left:0px !important;
	padding-right:5px  !important;
}
.reco-contents .product-item .inner-card{
	border-radius:0 !important;
	height:100%;
	
}
.reco-contents .product-item .inner-card img{
	border-radius:0 !important;
}
.reco-contents .product-item .list-product-name{
	font-size:0.9rem !important;
	height:75px;
}
.list-product-name{
    background-color:#ededed;
    display:grid;
    align-items:center;
    padding-left:5px;
    padding-right:5px;
    }

 .product-item .list-product-info{
        text-align:left;
        font-size:0.8rem;
        padding-top:10px;
        padding-left:5px;
        padding-right:5px;
    }
    
.product-item .list-product-name::before {
	display:none;
}
.reco-contents .product-item .inner{
	padding:0 !important;
	text-align:center;
}
.reco-contents .py-5{
	padding-top:0px !important;
}
.reco-contents .row{
	align-items:stretch;
	padding-top:0px;
}
.picbanner{
	margin-top:-45px;
}
.picbanner .row{
	padding-top:0px;
}
.picbanner .mainslider{
	padding-top:0px;
}
.banner{
	margin-top:-45px;
}
.banner .row{
	padding-top:0px;
}
.banner .w-100{
	width:100%;
	max-width:550px;
}
.contents{
	margin-bottom:50px;
}

.nav-link::before{
	display:none;
}
.navbar-light .navbar-nav .nav-link{
	color:black;
	font-size:14px;
}


.navbar-nav {
  list-style-type: none;
  padding: 0;
}
.navbar-nav li {
  position: relative;
  
  float: left;
  margin: 0;
 
  text-align: center;
}
.navbar-nav li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.navbar-nav li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
	width:220px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.navbar-nav li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: black;
  transition: .2s;
	padding:0;
}
.navbar-nav li ul li a {
  padding: 13px 15px;
  background: white;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.navbar-nav > li:hover > a {  background:white }
.navbar-nav > li:hover li:hover > a {  background: #eee }
.navbar-nav > li:hover > ul > li {
  overflow: visible;
  height: 38px;
	background: #eee;
}
.navbar-nav li ul li ul {
  top: 0;
  left: 100%;
}
.navbar-nav li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.navbar-nav li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
.navbar-nav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;ul li
  border-right-color: #454e08;
}
.navbar-nav li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.navbar-nav a{
	opacity:1;
}

.navbar-nav li ul li ul li a {  background: white }
.navbar-nav li:hover ul li ul li a:hover {  background: white }
.navbar-nav li ul li ul li a:hover {  background:#eee !important;
 }












.container-fluid .flex{
	display:block;
	width:100%;
	
}
.flex-left{
	width: 100%;
    margin: 0 auto;
    display: grid;
    justify-content: center;
	border-bottom:2px solid #eee;
}
.flex-right{
	margin-top:10px;
}

@media screen and (min-width: 992px) {
	.col-lg-4{
		flex: 0 0 20%;
    max-width: 20%;
	}
}

.parallax-bg ul{
    list-style:none;
    padding-left:0px;
    }

    .contents-wrapper h2{
        display: inline-block;
        position: relative;
      }
      
      
    .contents-wrapper h2:before {
      display: inline-block;
      position: absolute;
      content: '';
        bottom: 2px; /*下線の上下の位置*/
        left: 50%;
        width: 200px; /*下線の幅*/
        height: 2px; /*下線の太さ*/
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%); /*位置の調整*/
        background-color: rgb(59, 59, 59); /*下線の色*/
      }


 @media screen and (max-width: 575px) {
     .col-sm-6{
     width:50%;
     }
     .list-product-name{
         height:80px !important;
     }
     .right-pane{
         margin-top:20px;
     }
     .slick-dots{
         display:none !important;
     }
     .slick-next{
         display:none !important;
     }

 }

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

    .list-product-name{
        height:100px !important;
    }
 }
 .list-product-name{
     text-align:left!important;
     font-weight:bold!important;
 }
 @media screen and (max-width: 540px) {
    .list-product-info{
        display:none;
    }
    .reco-contents .row{
       padding:0px; 
    }
    .container{
        padding:0px;
    }
    .list-product-price{
        font-size:0.9rem;
    }
    .reco-contents .col-sm-6{
        padding-left:0px !important;
        padding-right:0px  !important;
    }
    .product-item .inner-card{
        padding-bottom:0px;
    }



 }

.fa-brands .fa-instagram{
font-size:30px;
}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.info {
margin: 30px auto;
margin-left:45px;
margin-right:45px;
padding: 0 1.5em;
padding-top:1rem;
border: 1px solid #ccc;
text-align: left;
font-size: 1em;
line-height: 1.3;
color: #444;
overflow: auto;
max-width:1200px
height: 10em;
background-color: #fcfcfc;
}
.info dl {
padding: 0.5em 0;
border-bottom: 1px solid #ccc;
}
.info dt {
padding-bottom: 0;
width: 6em;
}
@media screen and (min-width: 480px) {
.info dt {
clear: left;
float: left;
}
.info dd {
margin-left: 0.5em;
}
}


.navbar-nav li+li{
    position: relative;
}
.navbar-nav li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

}

/* END */
