/*
Theme Name: Welcart Basic Child
Theme URI: https://example.com/welcart_basic-child/
Template: welcart_basic
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #262626;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: .875em;
    line-height: 150%;
    word-wrap: break-word;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
#content {
    padding: 0;
}


/*=======header=======*/
header {
    background-color: rgba(255, 255, 255, 0.67);
    margin-bottom: 0;
    z-index: 10;
	position: relative;
}
.header-top {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    font-size: 15px;
    letter-spacing: 1.5px;
}
header .inner {
    width: 98%;
    padding: 0 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    align-items: center;
    justify-content: space-around;
}
h1.site-title {
    width: auto;
    float: none;
    font-size: 14px;
}
.ec-categoryNaviRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    width: 98%;
    max-width: 1130px;
    display: block;
}
.ec-categoryNaviRole {
    max-width: 1480px;
}
.ec-itemNav {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ec-itemNav__nav {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    list-style-type: none;
    text-align: center;
    vertical-align: bottom;
}
.ec-itemNav__nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    position: relative;
}
.ec-itemNav__nav li a {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
    padding: 16px;
    height: auto;
    color: #2e3233;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: #fff;
}
.ec-itemNav__nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    background: none;
}
.ec-itemNav__nav li a:hover {
	background-color: #EBEBEB;
	color: #191919;
}
.ec-itemNav__nav li ul {
    position: absolute;
  width: 230px;
  background:#212121;
  top: 54px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.ec-itemNav__nav li ul li a {
	color: #fff;
  padding: 14px 15px;
  display: block;
}
.ec-itemNav__nav li ul:hover {
	color: #fff;
}
.ec-itemNav__nav li ul li {
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: .3s;
}
.ec-itemNav__nav li:hover ul {
	opacity: 1;
	visibility: visible;
}
.main-image {
    position: relative;
	width: auto;
    height: 1080px;
	overflow: hidden;

}
.main-image .bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease;
}

/* 画像を指定 */
.bg1 { background-image: url(img/top41.png); }
.bg2 { background-image: url(img/top40.png); }
.bg3 { background-image: url(img/top44.png); }

.top-catch {
    width: 52%;
    position: absolute;
    top: 38%;
    left: 50%;
    z-index: 9;
    margin-left: -26%;
}
.top-catch2 {
    width: 29%;
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 9;
    margin-left: -14.5%;
}
.top-catch img, .top-catch2 img {
    width: 100%;
    height: auto;
}

/*=======footer=======*/
.ft-guide {
    width: 100%;
    margin: 20px 0 0;
    padding-bottom: 50px;
    background-color: #EDEDED;
    font-size: 12px;
    color: #1c1c1c;
}
.ft-guide-block {
    width: 364px;
    padding: 10px 6px;
}
.ft-guide-inner {
    width: 1128px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}
.ft-guide-h3 {
    font-weight: bold;
    padding: 20px 10px;
	text-align: center;
}
.ft-guide-h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px rgba(147, 147, 147, 1.00);
    padding-bottom: 10px;
}
.ft-guide-h5 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: solid 1px #000000;
    padding: 10px 0;
    margin: 30px 0 10px;
}
.bold {
    font-weight: bold;
}
.ec-footerRole {
    margin-top: 0;
    padding-top: 40px;
}
.ft-info {
    margin: 10px auto 20px;
    width: 860px;
    display: flex;
    justify-content: space-around;
}
.ft-info li {
    text-align: center;
    color: #D3D3D3;
}
.ec-footerRole .ec-footerRole__inner {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
        width: 100%;
        max-width: 1130px;
    }
    .ec-footerTitle {
        padding: 50px 0 80px;
    }
.ec-footerNavi {
    padding: 0;
    color: white;
    list-style: none;
    text-align: center;
}
.ec-footerTitle .ec-footerTitle__logo {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.ec-footerNavi .ec-footerNavi__link {
        display: inline-block;
}
    .ec-footerNavi .ec-footerNavi__link a {
        display: inline-block;
        border-bottom: none;
        margin: 0 10px;
        padding: 0;
        text-decoration: underline;
    }
.ec-footerTitle .ec-footerTitle__logo {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
    .ec-footerTitle .ec-footerTitle__logo a {
        font-size: 24px;
    }

/*=======top-page=======*/
.top-page {
    background-color: #232323;
    color: rgba(233,233,233,1.00);
}
.home #main {
    width: 100%;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1920px;
    margin-top: 64px;
}
#primary {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 64px;
}
.top-text {
    margin-bottom: 40px;
    text-align: center;
}
.front_page .top-text .ec-role {
    color: #E7E7E7;
    position: relative;
    height: 220px;
}
.top-text p {
    font-size: 20px;
    line-height: 40px;
}
.h3-04 {
    font-size: 32px;
    text-align: center;
    color: #756533;
    margin: 120px 0 30px;
}
.top-select {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 80px;
}
.top-select li {
    width: 33.2%;
    aspect-ratio: 16 / 11;
}
.ec-role-category {
    width: 88%;
    max-width: 1380px;
    margin: 0 auto;
}
.front_page .ec-secHeading {
    color: #E7E7E7;
}
.ec-secHeading .ec-secHeading__en {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
}
.ec-secHeading .ec-secHeading__line {
    display: inline-block;
    margin: 0 20px;
    width: 1px;
    height: 14px;
    background: black;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .15em;
    vertical-align: 2px;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 16px;
}
.ec-secHeading .ec-secHeading__en {
    font-size: 22px;
}
.ec-secHeading .ec-secHeading__line {
    background: #E7E7E7;
}
.ec-categoryRole .category {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ec-categoryRole .ec-categoryRole__listItem {
    width: calc(88% / 5);
    text-align: center;
    margin: 30px 1%;
}
.ec-categoryRole .ec-categoryRole__listItem img {
    width: 94%;
    height: auto;
}
.event-banner2 {
    width: 492px;
    height: 70px;
    margin: 50px auto;
    background-color: #403829;
    font-size: 20px;
    text-align: center;
    padding-top: 14px;
    line-height: 22px;
}
.event-banner2 a {
    color: #E7E7E7;
}
.area {
    width: 100%;
    display: flex;
}
.area li {
    width: calc(99.7% / 7);
	aspect-ratio: 137 / 251;
    position: relative;
}
.margin01 {
    margin-bottom: 0px;
}
.floor-map {
    margin: 50px 0;
    width: 100%;
    display: flex;
    background-color: #232323;
    padding-bottom: 30px;
}
.floor-map-inner {
    width: 50%;
    color: #fff;
}
.floor-h3, .entry-content .floor-h3 {
    font-size: 44px;
    padding: 100px 0 30px 120px;
}
.floor-h3-sp {
    font-size: 20px;
}
.floor-text {
    width: 638px;
    line-height: 26px;
    margin: 0 auto 30px;
}
.floor-img {
    text-align: center;
}
.floor-map-inner2 {
    width: 50%;
    padding-top: 260px;
    display: flex;
    overflow-x: auto;
}
.floor-map-inner2 li {
    width: 282px;
    margin-right: 20px;
}
.tokusyu {
    width: 100%;
    background-color: #3e3e3e;
    margin: 120px 0 80px;
    padding: 50px 0;
}
.h3-02 {
    color: #E7E7E7;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}
.tokusyu-inner {
    width: 82%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.tokusyu-inner li {
    width: calc(100% / 3);
    text-align: center;
    margin: 40px 0;
}
.concept {
    width: 100%;
    margin: 20px 0;
    display: flex;
}
.cp-concept {
    width: 33.333%;
    height: auto;
    text-align: center;
}
.cp-concept img {
    width: 100%;
    height: auto;
}
.gousei {
    text-align: center;
    margin: 120px 0;
}
.shop_info {
    background-image:url("img/ft-img06.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 378px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.shop_info-top {
    padding-top: 40px;
}
.h3-shop-info {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    line-height: 32px;
    margin: 0;
}
.map {
    display: block;
    unicode-bidi: isolate;
}
.insta_list {
    padding: 0;
}
.insta-top {
    text-align: center;
}
.insta ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.insta ul li {
    width: 19%;
    height: 19%;
    text-align: center;
    margin: 10px 0;
}
.insta ul li img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 12px;
}
.top-select li img, .area li img, .tokusyu-inner li img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 769px) {

	#instagram_dsp_sp {
		display: none;
	}
    .insta_list {
        list-style: none;
        text-align: center;
    }
    .insta_list li {
        display: inline;
        padding: 5px;
    }
    .insta_list img {
        width: 15%;
    }
    .insta_list a {
        text-decoration: none;
    }
	.gousei img {
		width: 82%;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {

	#instagram_dsp_pc {
		display: none;
	}
    .insta_list {
        text-align: center;
    }
    .insta_list li {
        display: inline;
        padding: 2px;
    }
    
    .insta_list img {
        width: 22%;
    }
}
.news {
    width: 46%;
    max-width: 800px;
    margin: 100px auto;
}
.posts2 {
    margin: 30px 0;
}
.ev-posts-text02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #7C7C7C;
    padding-bottom: 10px;
}
.ev-posts-text02 .entry-date {
    width: 24%;
    margin-right: 2%;
    padding-left: 2%;
}
.ev-posts-text02 .entry-title03 {
    width: 70%;
    padding-right: 2%;
}

/*=======child-page=======*/
#child-main {
    width: 100%;
    max-width: 1920px;
}
#content .page-title, #content .entry-title {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}
.top-h2 {
font-size: 30px!important;
    font-weight: bold;
    margin-bottom: 30px!important;
}
#child-main .floor-map-inner2 {
    padding-top: 60px;
}
.shop-area {
    width: 1100px;
    margin: 50px auto;
}
.shop-area-inner {
    overflow: hidden;
    margin: 30px 0;
}
.area-img {
    width: 500px;
    height: 380px;
    float: left;
    margin-right: 20px;
}
.area-info {
    width: 580px;
    float: right;
    text-align: center;
}
.area-img2 {
    width: 500px;
    height: 380px;
    float: right;
    margin-left: 20px;
}
.area-info2 {
    width: 580px;
    float: left;
    text-align: center;
}
.shop-h4 {
    padding: 80px 0 20px;
}
.cp-img {
    width: 90%;
    margin: 50px auto;
    text-align: center;
}
.cp-img {
    max-width: 1090px;
}
.event-content01 {
    width: 836px;
    margin: 30px auto 100px;
}
.h2-01 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
	font-size: 30px;
}
.h2-02 {
    padding: 1rem 2rem;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    text-align: center;
    margin: 30px 0;
}
.h3-01 {
    position: relative;
    font-weight: bold;
    padding: 1rem 2rem;
    border-bottom: 6px solid #2596BF;
	font-size: 22px;
}
.ec-shelfRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.ec-shelfGrid {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 36px;
    width: 25%;
    display: flex;
    flex-direction: column;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 16px;
    }
.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-height: 100%;
}
.event-content02 {
    width: 836px;
    margin: 30px auto 100px;
    overflow: hidden;
}
.tokusyu-img {
    width: 400px;
    height: auto;
    float: right;
}
.ec-searchnavRole img {
        width: 100%;
    }
.tokusyu-text {
    width: 416px;
    float: left;
}
.h4-01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wrap06 {
    width: 64%;
    min-width: 330px;
    margin: 100px auto;
}
.entry-content {
    width: 64%;
    margin: 100px auto;
}


/*=======category-page=======*/
.jp-top {
    margin: 60px 0;
    text-align: center;
}
.cat-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cat01 {
    width: 50%;
    height: auto;
}
.cat01 img, .cat02 img {
    width: 100%;
    height: auto;
}
.child_page_title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 80px 0 20px;
	letter-spacing: 0.3em;
}
.cat-il {
    margin: 100px auto;
    width: 88%;
}
.cat-il-inner {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cat-il-inner .category-item {
    width: 22%;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0;
}
em.tax {
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    color: inherit;
    letter-spacing: 0em;
    white-space: nowrap;
}
.itemname {
	font-size: 16px;
}
.wrap07 {
	text-align: center;
}



/*=======item-page=======*/
.item_page_title {
    font-size: 34px;
    padding-bottom: 20px;
    text-align: center;
}
#slider {
    width: 800px;
}
.description {
    margin: 30px auto;
    width: 900px;
}
.wrap01 {
    width: 100%;
    background-color:#646464;
    margin: 60px 0;
    padding: 80px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.wrap02 {
    width: 80%;
    min-width: 1100px;
    max-width: 1240px;
    margin: 100px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.wrap03 {
    width: 900px;
    margin: 100px auto 50px;
}
.description {
    margin: 30px auto;
    width: 900px;
}
.center-img {
    text-align: center;
    margin: 16px 0;
}
.center-img img {
	width: 100%;
	height: auto;
	max-width: 1090px;
}
.data {
    width: 40%;
}
.item-name {
    font-size: 20px;
    padding: 10px 20px;
    margin: 60px 0 20px;
}
table {
    width: 100%;
    margin: 40px auto 20px;
    letter-spacing: 1px;
    line-height: 32px;
}
th {
    text-align: left;
    vertical-align: top;
    padding: 10px 30px 10px 15px !important;
    white-space: nowrap;
    display: table-cell;
    border-right: solid 1px #B1B1B1;
}
td {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: inherit;
}
.data-tb tr, .data-tb th, .data-tb td {
    border: none;
    padding: 10px 8px !important;
    line-height: 18px;
}
.delivery-info {
    width: 900px;
    margin: 40px auto;
}
.delivery-text {
    margin-bottom: 22px;
}
.delivery-sp {
    font-weight: bold;
}
.online, .ihai {
    width: 1050px;
    margin: 30px auto;
}
.ihai img {
	width: 80%;
	height: auto;
}
.link-btn {
    margin: 30px 0;
    text-align: center;
}
.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 30px 60px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    background-color: #fff;
    margin: 20px 0 0;
}
.h3-03 {
    text-align: center;
    margin: 50px 0 10px;
    font-size: 30px;
    line-height: 40px;
}
.h4-08 {
    text-align: center;
    margin: 50px 0 20px;
}
.online .line {
    width: 700px;
    height: 374px;
    margin: 30px auto;
    background-image: url(img/line-img01.png);
    position: relative;
}
.line-link {
    position: absolute;
    top: 286px;
    left: 400px;
}
.line-flow {
    text-align: center;
}
.item-description .concept {
    width: 28%;
    background-color: #fff;
    border-left: solid 8px rgba(203, 203, 203, 1.00);
    padding: 10px 20px;
    display: inline;
}
.concept .h3-01 {
    font-size: 34px;
    line-height: 40px;
    border-bottom: none;
    position:static;
    padding: 0;
}
.concept .h4-01 {
    font-size: 20px;
    margin:10px 0 20px;
    margin-top: 20px;
    text-align: left;
}
.about02-center {
    text-align: center;
}
.voice {
    display: inline-block;
    background-color: rgba(66, 66, 66, 1.00);
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.pagination_wrapper {
    margin-bottom: 100px;
}
.item-info {
	width: 900px;
	margin: 40px auto;
}
.item-link {
    width: 68%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item-link li {
    width: 31%;
    height: auto;
    margin: 20px 0;
}
.item-link li img {
    width: 100%;
    height: auto;
}
.about02-center .center-img img {
	width: auto;
}


/*=======cart=======*/
#wc_cart, #wc_customer, #wc_delivery, #wc_confirm, #wc_ordercompletion {
	width: 64%;
	min-width: 320px;
	margin: 100px auto;
}
.cart_page_title {
		text-align: center;
	}


/*=======Hamburger menu=======*/
#navArea nav {
  display: block;
  position: fixed;
  top: 0;
  left: -50%;
  bottom: 0;
  width: 50%;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
#navArea.open nav {
  left: 0;
  opacity: 1;
}
.Inner {
  padding: 25px;
}
.Inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Inner ul li ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.Inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.Inner ul li a:hover {
  background: #e4e4e4;
}
.nav-logo {
    text-align:center;
    margin: 50px 0 20px;
}
.nav-logo img {
    width: 220px;
    height: auto;
}
.li-first a {
    font-weight: bold;
    padding: 0 0 2px 10px;
    margin-top: 40px;
}
.li-first ul li a {
    font-weight: 100;
    padding: 10px 0 10px 30px;
    margin: 0;
}
.Inner .ul-first {
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #navArea nav {
    left: -100%;
    width: 100%;
  }
}
/*============
.toggle_btn
=============*/
/* ▼ toggle_btn（丸背景） */
.toggle_btn {
  display: block;
  position: fixed;
  top: 120px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* ▼ open 時の背景色 */
#navArea.open .toggle_btn {
  background: #333;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

/* ▼ ハンバーガー線（中央揃え） */
.toggle_btn span {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
    top: 22px;
    left: 12px;
}

/* ▼ 3 本の線の位置 */
.toggle_btn span:nth-child(1) {
  transform: translateY(-8px);
}
.toggle_btn span:nth-child(2) {
  transform: translateY(0);
}
.toggle_btn span:nth-child(3) {
  transform: translateY(8px);
}

/* ▼ open 時の線の色 */
#navArea.open .toggle_btn span {
  background-color: #fff;
}

/* ▼ open 時のアニメーション */
#navArea.open .toggle_btn span:nth-child(1) {
  transform: translateY(2px) rotate(-45deg);
}
#navArea.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
#navArea.open .toggle_btn span:nth-child(3) {
  transform: translateY(-1px) rotate(45deg);
}


/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
#navArea.open + #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
.ec-categoryNaviRole {
  display: block;
}
.toggle_btn {
  display: none;
}

/* ▼ SP/タブレット（1270px以下） */
@media screen and (max-width: 1270px) {
  .ec-categoryNaviRole {
    display: none;
  }
  .toggle_btn {
    display: block;
  }
}




/* 1200px以下 */
@media only screen and (max-width:1200px){
	.floor-map {
		flex-wrap: wrap;
	}
	.floor-map-inner {
		width: 80%;
		margin: 10px auto 30px;
	}
	.floor-map-inner2 {
		width: 80%;
		margin: 30px auto;
	}
	.area {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.area li {
		width: 25%;
	}
	.floor-map-inner2 {
		padding-top: 10px;
	}
	.ft-guide-inner {
		width: 98%;
	}
	.entry-content {
		width: 100%;
	}
	.about-map img {
		width: 100%;
	}
	.shop-area {
		width: 96%;
	}
	.area-img {
		width: 50%;
		margin-right: 2%;
	}
	.area-img2 {
		width: 50%;
		margin-left: 2%;
	}
	.area-info, .area-info2 {
		width: 48%;
	}
	.ft-guide-inner {
		flex-wrap: wrap;
	}
	.ft-guide-block {
		width: 31%;
	}
	.ft-guide-block-img img, .ft-guide-block img {
		width: 100%;
	}
	header .inner {
		margin: 0 auto;
	}
    .wrap02 {
        min-width: 340px;
    }
    .data {
        width: 84%;
    }
    .online, .ihai {
        width: 92%;
    }
    .line-flow img {
        width: 100%;
        height: auto;
    }
    .wrap06 {
        width: 86%;
    }
    
}
/* 1200px以下 */
@media only screen and (max-width:821px){
	
	h1.site-title {
		padding: 0;
	}
	h1.site-title img {
		width: 30%;
		height: auto;
	}
    .jp-top img {
        width: 80%;
        height: auto;
    }
    #slider {
        width: 90%;
        min-width: 340px;
    }
    .wrap03, .delivery-info, .item-info, .description, .ft-info {
        width: 90%;
    }
    .item_page_title {
        margin: 0;
    }
    .event {
        width: 96%;
        margin: 20px auto 50px;
    }
    .event-content01 {
        width: 100%;
    }
     .event-content02 {
        width: 90%;
    }
    .tokusyu-img, .tokusyu-text {
        width: 90%;
        float: none;
        margin: 0 auto 20px;
    }
	
}


/* 768px以下 */
@media only screen and (max-width:768px){
    .top-select li {
        width: 50%;
    }
    .ec-categoryRole .ec-categoryRole__listItem {
    width: calc(88% / 4);
    }
    .floor-h3, .entry-content .floor-h3 {
    padding: 36px 0 30px 0px;
    }
    .floor-text {
    width: 100%;
    margin: 0 auto 50px;
    }
    .floor-map-inner2 li {
        width: 180px;
    }
    .floor-map-inner2 li img {
        width: 180px;
    }
    .gousei {
        width: 90%;
        margin: 120px auto;
    }
    .gousei img {
        width: 100%;
    }
    .news {
        width: 70%;
    }
	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:750px){
    body p {
        font-size: 13px;
    }
    .header-top {
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 14px;
    }
    h1.site-title img {
        width: 48%;
    }
    .snav {
        padding-top: 0;
    }
    .toggle_btn {
        top: 64px;
        right: 10px;
    }
    .main-image {
        height: 578px;
    }
    .top-catch {
    width: 86%;
    margin-left: -43%;
        top: 44%;
    }
    .top-catch2 {
        width: 66%;
        margin-left: -33%;
    }
    .top-text p {
    font-size: 12px;
    line-height: 24px;
    }
    .top-select li {
        width: 100%;
    }
    .ec-categoryRole .ec-categoryRole__listItem {
        width: calc(94% / 3);
        margin: 10px 1%;
    }
    .event-banner2 {
    width: 340px;
    font-size: 14px;
    line-height: 20px;
    }
    .area li {
        width: 32%;
        margin-bottom: 10px;
    }
    .floor-h3 {
        font-size: 30px;
    }
    .floor-h3-sp {
        font-size: 14px;
    }
    .floor-img img {
        width: 100%;
    }
    .tokusyu-inner li {
    width: calc(96% / 2);
    margin: 14px 1%;
    }
    .concept {
        flex-wrap: wrap;
    }
    .cp-concept {
        width: 100%;
    }
    .news {
        width: 90%;
    }
    .insta ul li {
        width: 32%;
    }
    .insta ul li img {
        height: 168px;
    }
    .h3-shop-info {
        font-size: 22px;
    }
    .ft-guide-inner {
        margin: 0 auto 30px;
    }
    .ft-guide-block, .ft-guide-block p {
        width: 94%;
        font-size: 11px;
        line-height: 16px;
    }
    .ft-guide-h4 {
        font-size: 15px;
    }
    .ft-guide-block-img img, .ft-guide-block img {
        width: 90%;
        margin: 10px 5%;
    }
    .ft-info {
        flex-wrap: wrap;
    }
    .ft-info li {
        width: 80%;
        margin-bottom: 14px;
    }
    .ec-footerNavi__link a {
        font-size: 12px;
    }
    #content .page-title, #content .entry-title {
        font-size: 18px;
    }
    .cat01 {
        width: 100%;
    }
    .cat-il-inner .category-item {
        width: 46%;
    }
    .item_page_title {
        font-size: 20px;
    }
    .item-description .concept {
        width: 90%;
        margin: 10px auto;
    }
    .concept .h3-01 {
    font-size: 26px;
    line-height: 30px;
    }
    .concept .h4-01 {
    font-size: 14px;
    margin: 10px 0 10px;
    margin-top: 10px;
    }
    .online {
        font-size: 12px;
    }
    .online .line {
        width: 96%;
    }
    .online .line {
        height: 176px;
        background-size: cover;
    }
    .line-link {
    position: absolute;
    top: 135px;
    left: 172px;
    }
    .h3-03 {
        font-size: 20px;
    }
    .h4-08 img {
        width: 80%;
    }
    .item-link {
        width: 90%;
    }
    .item-link li {
        width: 48%;
        margin: 10px 0;
    }
    .data {
        width: 100%;
    }
    .entry-content {
        margin: 50px auto;
    }
    .top-h2 {
        font-size: 20px!important;
        padding: 0 20px;
        line-height: 28px;
    }
    .top-text p {
        font-size: 10px;
        line-height: 20px;
    }
    .floor-text {
        margin: 0 auto 20px;
    }
    #child-main .floor-map-inner2 {
    padding-top: 0px;
    }
    .area-img, .area-info, .area-img2, .area-info2 {
        width: 82%;
        height: auto;
        margin: 10px auto;
        float: none;
    }
    .shop-h4 {
        padding: 25px 0 20px;
    }
    #wc_cart, #wc_customer, #wc_delivery, #wc_confirm, #wc_ordercompletion {
    width: 95%;
    min-width: 320px;
    margin: 10px auto 50px;
    }
    #wc_cart #cart .upbutton {
        font-size: 10px;
    }
    .tb-scroll table {
        margin: 10px auto 20px;
    }
    .tb-scroll {
        overflow-x: scroll;
    }
    .wrap06 {
        margin: 20px auto 50px;
    }
    .h3-01 {
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .entry-content ul, .entry-content ol, .item-description ul, .item-description ol {
    margin: 0 ;
}
   .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
}
    .ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 16px;
    width: 49%;
}
    .h2-02 {
        padding: 1rem;
    }
	.wpcf7 th, .wpcf7 td {
		display: block;
	}


}