/*トップページ　Aboutのスライダー*/


    /*#slides {
      display: none;
    }*/

    .slidesjs-navigation {
      margin-top:3px;
    }

    .slidesjs-pagination {
      margin: 6px 47% 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }




.menu-list-container {
    width: 90%;
    margin: 0 auto;
}

.menu-hero-image {
    background-image: url(../img/menu-bgimage.jpg);
    background-position: center;
}

.menu-hero-image .page-title h2 {
    color: #fff;
}

.menu_brick h3 {
    color: #333;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 0 0 4px 0;
    margin: 0 0 46px 13px;
    position: relative;
    border-bottom: 1px dotted #FBC600;
}

.menu_brick h3::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #FBC600;
    margin: 0 0 0 -13px;
}

.menu-list-wrapper {
    margin-bottom: 90px;
}

.menu-list {
    padding-bottom: 12px;
    margin: 0 0 26px 0;
    border-bottom: 1px dotted #cacaca;
}

.menu-list dl {
    letter-spacing: -1em;
    font-size: 16px;
    margin: 0 0 0px 0;
}

.menu-list dl dt {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.1em;
    width: 59%;
    margin-right: 3%;
}

.menu-list dl dt h4 {
    margin: 0;
    font-size: 16px;
}

.menu-list dl dd {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.1em;
    width: 38%;
    text-align: right;
}

.menu-list p {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #777;
}

.attention {
    background-color: #dbdbdb;
    color: #666;
    letter-spacing: 0.1em;
    padding: 20px;
}

#shopabout {
	padding:150px 0 0 0;
}

#shopabout h2 {
	text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.1;
    font-family: 'Cantarell', sans-serif;
	text-align:center;
}
#shopabout .slidimg {
	width:70%;
	margin:0 auto;
}



#INSTA_CONTAINER  {
	width:100%;
	margin:20px auto 0 auto;
}
#INSTA_CONTAINER li img {
	width:100%;
	height:auto;
}
#INSTA_CONTAINER ul li {
	width:100%;
	margin:0 0 30px 0;
	float:none;
}





@media screen and (min-width: 768px) {


.menu-list-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.menu-list-wrapper {
    width: 45%;
    margin: 0 10% 90px 0;
}

.menu-list-wrapper:nth-child(2n) {
    margin-right: 0;
}

.menu-list {
    padding-bottom: 12px;
    margin: 0 0 26px 0;
    border-bottom: 1px dotted #cacaca;
}

.menu-list dl {
    letter-spacing: -1em;
    font-size: 16px;
    margin: 0 0 0px 0;
}

.menu-list dl dt {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.1em;
    width: 59%;
    margin-right: 3%;
}

.menu-list dl dt h4 {
    margin: 0;
    font-size: 16px;
}

.menu-list dl dd {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.1em;
    width: 38%;
    text-align: right;
}

.menu-list p {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #777;
}

.attention {
    background-color: #dbdbdb;
    color: #666;
    letter-spacing: 0.1em;
    padding: 20px;
}


#INSTA_CONTAINER  {
	width:100%;
	margin:20px auto 0 auto;
}
#INSTA_CONTAINER li img {
	width:100%;
	height:auto;
}
#INSTA_CONTAINER ul li {
	width:18%;
	margin:0 1% 30px 1%;
	float:left;
}
}


