@charset "utf-8";
/*※こちらの出店者一覧のCSSは WP版では使っていません。次回以降はWP版のCSSと出店一覧のソースコードを再利用してください。*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

audio,canvas,video {display : inline-block}

audio:not([controls]) { display: none;height: 0}

[hidden] {display: none}

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} /*上方向のmarginを0にします */

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

a:focus { outline: thin dotted}

a:hover,a:active { outline : 0}

html { font-size: 80%} /* レスポンシブ   タイプセッティングへの対応 */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}


abbr[title] { border-bottom : 1px dotted}

b, strong { font-weight : bold}

dfn { font-style: italic}

mark { background: #ff0;
color: #000}

code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}

q {quotes: “\201C” “\201D” “\2018” “\2019”;}

small {font-size: 80%;}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}

img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

svg:not(:root) {overflow: hidden}

figure {margin: 0}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

button,input {line-height: normal; /* 1 */}

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

button[disabled],
input[disabled] {cursor: default}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}


div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}

html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
}

a:hover img {
	filter: alpha(style=0, opacity=70);
	opacity: 0.7;
}
a:hover {
	text-decoration: underline !important;
}

.nolink{
	pointer-events: none;
	opacity: 0.5;
}
/*モバイル版（最小）*/
@media (max-width: 479px) {
	
}



/* Toggle Button モバイル版メニューボタン*/

#sp-menu{
	display: none;
}

@media screen and (max-width: 699px) {
	#sp-menu{
		display: initial;
	}
}
#dropmenu{
	float: right;
	display: none;
}
.headerMenuLI{
	display: table-cell;
	padding: 1em;
}
.headerMenuLI a{
	color:#5b5b5b;
	text-decoration: none;
}

#global-nav{
	position: relative;
	z-index: 998;

}
#nav-toggle {
    display: none;
    position: fixed;
    right: 12px;
    top: 12px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #eee;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 3px;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}
@media screen and (max-width: 699px) {
    #global-nav {
        position: fixed;
        /* 開いてないときは画面外に配置 */
        top: -670px;
        background: rgba(145,32,77,0.9);
        width: 100%;
        text-align: center;
        padding: 50px 0 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		margin-top:0;
    }
    #dropmenu{
	float: none;
	display: block;
}
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
    display: block;
	float: none;
	position: static;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b64773;
	padding: 12px 10px 12px 10px;
    }
#global-nav ul li a,
.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
        font-weight: bold;
        text-decoration-line: none;
    }
	.navMobOnly{
		display:block;	
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(620px);
        -webkit-transform: translateY(620px);
        transform: translateY(620px);
    }

}

/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	z-index: 99;
}
#page-top a {
	background: rgba(204,204,204,0.5);
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}
.brsp{
    display: none;
}
html,body{
	min-height: 100%;
    background-color: #af1655;
}
.wrap{
    width: 100%;
}
.fixBTN{
    position: fixed;
    z-index: 100;
    bottom: 10px;
    width: 180px;
    display: block;
}
.fixBTN1{
   left: calc(50% - 640px);
}
.fixBTN2{
    right: calc(50% - 640px);
}

@media (max-width: 1360px) {
    .fixBTN{
        width: 160px;
    }
    .fixBTN1{
        left: 5px;
    }
    .fixBTN2{
        right: 5px;
        left: initial;
    }
    
}
@media (max-width: 999px) {
    .fixBTN{
        width: 150px;
    }
}
@media (max-width: 639px) {
    .fixBTN{
        bottom: 10px;
        width: 120px;
    }
   
}


.headerFixMenu{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    position: fixed;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.headerFixMenu li{
    width: 16.66666666%;
    background-size: contain;
   background-position: center center;
   background-repeat: repeat-x;

}
@media (max-width: 999px) {
    .headerFixMenu{
    width: calc(100% - 63px);
    left: 0%;
    transform: initial;
    top: 0;
}
    .headerFixMenu li{
        width: 33.33333333%;
    }
}
.headerFixMenu a{
    width: 100%;
    padding: 3px 0;
    display: block;
    margin: auto;
}
.headerFixMenu img{
    width: 100%;
    max-width: 87px;
    display: block;
    margin: auto;
}

.headerFixMenu li:nth-child(1){
   background-image:url(../images/headermenu_bg_1.png);
}
.headerFixMenu li:nth-child(2){
   background-image:url(../images/headermenu_bg_2.png);
}
.headerFixMenu li:nth-child(3){
   background-image:url(../images/headermenu_bg_3.png);
}
.headerFixMenu li:nth-child(4){
   background-image:url(../images/headermenu_bg_4.png);
}
.headerFixMenu li:nth-child(5){
   background-image:url(../images/headermenu_bg_5.png);
}
.headerFixMenu li:nth-child(6){
   background-image:url(../images/headermenu_bg_6.png);
}
.contents{
    width: 100%;
    margin: auto;
    overflow-x: hidden;

   /*  background-image:url(../images/tmpl1.jpg); */
    background-size: 900px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0);
}
.contentWidthL{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.contentWidthS{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.s1Area{
    position: relative;
    background-color: #fcd37e;
}
.s1Kyosan{
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;

}

/* たまに出る１ｐｘ以下の線への対応 */
.cmnBlockImage1{
    margin: 0;
}
.cmnBlockImage1 img{
    width: 100%;
    height: auto;
    
    margin: -0.5px 0 0 0;
    display: block;
}

.s1NavWrap{
    width: 100%;
    background-color: #fcd37e;
    padding: 0 0 2em 0;
    margin-top: -1px;
}
.s1NavDIV{
    width: calc(100% - 2em );
    max-width: 800px;
    margin: auto;
    background-color: rgba(255,255,255,0.7);
    border-radius: 32px;
    padding: 2em;
}
.s1NavTitle{
    max-width: 220px;
    width: 55%;
    margin: auto;
    display: block;
}
.s1NavUL{
    margin: 2em auto 0 auto;
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s1NavUL li{
    width: 16%;
}
@media (max-width: 634px) {
    .s1NavWrap{
        background-image:url(../images/s1_menu_bg_sp.jpg);
        padding: 0em 0 2em 0;
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .s1NavUL{
    max-width: 400px;
    margin: 1.5em auto 0 auto;
}
   .s1NavUL li{
    width: 32.0%;
    margin: 1vw 0;
}
}


@media (max-width: 634px) {
   
}

.sec3_4YellowArea{
    width: 100%;
    max-width: 900px;
    margin: auto;
    background-image:url(../images/s4_bg.webp);
    background-size: 600px;
    background-position: top left;
    background-repeat: repeat;
    background-color: #ffebb4;
}
.s3HouhouFlex{
    width: 94%;
    max-width: 800px;
    margin: 0em auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.s3HouhouP{
    width: 49%;
    margin: 0 auto 2em auto;
}
@media (max-width: 634px) {
    .s3HouhouFlex{
        width: 96%;
        max-width: 400px;
        margin: 0em auto 0 auto;
        display: block;
    }
   .s3HouhouP{
        width: 100%;
        margin: 1em auto 2em auto;
    }
}

.s4Area{
    width: 100%;
    padding: 3em 0 3em 0;
}

.s4Midashi1{
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    
}

@media (max-width: 899px) {
  
}
@media (max-width: 639px) {
   
}
@media (max-width: 639px) {
   .s4Midashi1{
        width: 100%;
        max-width: 518px;
    }
}


.s4ListUL1{
    max-width: 800px;
    width: 90%;
    margin: 3em auto 0 auto;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.s4ListUL1LI{
    width: 31%;
    margin-bottom: 2%;
    
}
.s4ListUL1LI img{
    width: 100%;
    display: block;
}
.s4DendouP{
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 3em auto 0 auto;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
}
.s4DendouP2{
    font-size: 0.9em;
    color: #000;
    line-height: 1.3em;
    text-align: center;
    font-weight: normal;
    margin: 1em auto 4em auto;
    padding: 0 1em;
}
.s4DendouP2 .brsp{
    display: none;
}
@media (max-width: 439px) {
   .s4DendouP2 .brsp{
        display: block;
    }
}
.s4RekidaiDIV{
}
.s4RekidaiDIV img{
    display: block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    width: 94%;
    max-width: 700px;
    margin: 3em auto 2em auto;
}
@media (max-width: 899px) {
   .s4ListUL1LI{
    
}
}
@media (max-width: 639px) {
    .s4ListUL1{
        width: 92%;
        max-width: 400px;
        margin: 2em auto 0 auto;
    }
   .s4ListUL1LI{
        width: 48%;
        margin-bottom: 2%;
       
    }
    .s4RekidaiDIV{
        width: 94%;
        max-width: 700px;
        margin: 3em auto 5em auto;
    }
}





.s6Area{
    width: 100%;
    background-color: #fff;
    padding-top: 3em;
}
.s6Midashi1{
    /* max-width: 518px; */
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
}
.s6MovArea{
    width: calc(100% - 4em);
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
    position: relative;
    z-index: 10;
    margin: 4em auto 0 auto;
}
.s6MovDIV1{
    width: 48.5%;
}
.s6MovP1{
    font-size: 1em;
    color: #000;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    margin-top: 0.5em;
}
.s6MovDIV2{
    position: relative;
    width: 100%;
    padding: calc(9 / 16 * 100%) 0 0;/*calc内は動画の縦横比と同じにする*/
    border: 5px solid #000;
    background-color: #000;
}
.s6MovDIV2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 699px) {
    .s6MovDIV1{
        width: 100%;
        margin-bottom: 2em;
    }
}
@media (max-width: 599px) {
    .s6Midashi1 {
        max-width: 518px;
        width: 94%;
    }
}


.kaijoAnnaiArea{
    /*background-image:url(../images/7-bg-pc.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;*/
    width: 100%;
    padding: 7em 3em 2em 3em;
    background-color: #fff;
}
.kaijoAnnaiMidashi1{
    /* max-width: 518px; */
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
}
.kaijoAnnaiAreaP1{
    font-size: 1.15em;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    font-weight: 700;
    margin: 3em auto 3em auto;
}
.kaijoAnnaiDiv1{
    width: 100%;
    margin: 2em auto 0 auto;
    max-width: 1000px;
}
.kaijoAnnaiDiv1L{
    width: 52%;
    float: left;
}
.kaijoAnnaiDiv1L iframe{
    width: 100%;
}
.kaijoAnnaiDiv1R{
    width: calc(48% - 2em);
    float: right;
}
.kaijoAnnaiDiv1P1{
    width: 100%;
    max-width: 400px;
}
.kaijoAnnaiDiv1P2{
    font-size: 1.0em;
    color: #37000E;
    line-height: 1.8em;
    text-align: left;
    font-weight: bold;
    padding: 0 0 1em 0.5em;
}
.kaijoAnnaiDiv1P2 span{
    font-size: 0.8em;
    color: #37000E;
    line-height: 1.9em;
    text-align: left;
    font-weight: bold;
}
.kaijoAnnaiDiv1LinkP{
    font-size: 1.5em;
    color: #37000E;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
    margin: 2em auto 0 auto;
    background-color: #a6edff;
    padding: 0.5em 1em;
    border-radius: 50px;
    max-width: 500px;
    width: 100%;
}
.kaijoAnnaiDiv1LinkP a{
    color: #37000E;
}
@media (max-width: 699px) {
    .kaijoAnnaiArea{
        width: 100%;
        padding: 5em 1em 2em 1em;
    }
    .kaijoAnnaiAreaP1{
        font-size: 1.05em;
        margin: 2em auto 2em auto;
    }
    .kaijoAnnaiDiv1L{
        width: 100%;
        float: none;
    }
    .kaijoAnnaiDiv1R{
        width: 100%;
        float: none;
        margin: 1em auto 0 auto;
    }
    .kaijoAnnaiDiv1P2{
        font-size: 0.95em;
    }
    .kaijoAnnaiDiv1LinkP{
        font-size: 1.0em;
        margin: 0.5em auto 0 auto;
        padding: 1.15em 0;
    }

}


.footerArea{
    background-color: #fff;
    margin: 0 auto 0 auto;
     width: 100%;
}
.footerFlex1{
    width: 100%;
    max-width: 670px;
    padding: 3.5% 0em 1em 0em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.footerP1{
    width: 57%;
    max-width: 330px;
    margin-right: 3%;
}
.footerSNSDIV{
    width: 47%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.footerInsta , .footerTwitter{
    width: 25%;
    margin: 0 0%;
}
.footerLine{
    width: 47%;
    margin: 0 0%;
}
.footerLine img{
    width: 100%;
    height: auto;
    display: block;
}
.footerBottomDIV{
    background-color: #fff;
    margin: 0;
}
.footerRight{
    font-size: 0.9em;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding: 1.5em 1em;
}
.footerShusaiP1{
    font-size: 1em;
    color: #000;
    line-height: 2em;
    text-align: left;
    font-weight: 600;
    margin: 2.5em auto 0 auto;
    border-top: 2px solid #ccc;
    padding: 1.5em 0 1.5em 0;

    width: calc(100% - 6em );
    
}
@media (max-width: 1199px) {
    .footerShusaiP1{
        /* 固定購入バナーで隠れてしまうのを防ぎます */
       padding: 1.5em 0 14.5em 0;
    }
}
@media (max-width: 730px) {

    .footerP1{
        width: 70%;
        max-width: 300px;
        margin-top: 1em;
        margin-right: 0;
    }
    .footerSNSDIV{
        width: 70%;
        max-width: 270px;
        margin-top: 1em;
    }
}
@media (max-width: 699px) {
    .footerShusaiP1{
        font-size: 0.95em;
        width: calc(100% - 2em );
        padding: 1.5em 0 0 0;
        /* padding: 1.5em 0 14.5em 0; */
    }
}
@media (max-width: 639px) {
    /* .footerShusaiP1{
        padding: 1.5em 0 11.5em 0;
    } */
    .footerRight{
        font-size: 0.8em;
    }
    .kaijoAnnaiAreaP1 .brsp{
        display: block;
    }
}





/*出店者一覧ここから*/


.sShopMenuUL{
    width: 100%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
    padding: 0.5em 0.5em 3em 0.5em;
    margin: auto;
}
.sShopMenuLi{
    width: 31.3333%;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.9);
    background-blend-mode:lighten;
    border-radius: 8px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    margin: 1em 1%;
    position: relative;
    padding-bottom: 20px;
}
.sShopMenuLiFootDIV{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
}
.sShopMenuLiDammy{
    width: 31.3333%;
}
.sShopShopnameDIV{
    width: 100%;
    /* background-image:url(../images/menu_header_bg.gif);
    background-size: cover;
    background-position: center center; */
    height: 50px;
    padding: 0 1em;
    border-radius: 8px 8px 0 0 ;
   background-color: #3490e6;
}
.sShopShopnameDIV2{
    position: relative;
    height: 50px;
    display: table;
    margin: auto;

}
.sShopShopname{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
}
.sShopShopname span{
    
    padding: 0 0;
    /*background-image:url(../images/menu_icon_shop.png);
    background-size: 25px;
    background-position: center left;
    background-repeat: no-repeat;*/
    /*padding: 0 0 0 30px;*/
}
.sShopMenuDIV1{
    width: 100%;
    
    padding: 1em;
    position: relative;

}

.sShopMenuMidashi1{
    width: 80px;
    position: relative;
    margin: 0 0 0  -1.8em;
}
.sShopMenuShopInfo{
    font-size: 1em;
    color: #333;
    line-height: 1.6em;
    text-align: left;
    font-weight: bold;
    padding: 0 0 1.5em 0;
    margin-bottom: 1em;
    /* border-bottom: 3px solid #Fc4; */
    background-image:url(../images/menu_hr.png);
    background-size: 320px;
    background-position: bottom center;
    background-repeat: repeat-x;
}
.sShopMenuShopThumb{
    width: 100%;
    display: block;
    margin: 1em auto 0 auto;
}
.sShopMenuUL .sShopMenuShopInfo{
    min-height: 11em;
}
.sShopMenuItemDIV1{
    width: 100%;
    margin-bottom: 1.5em;
}
.sShopMenuIcon3{/*新商品※2025夏は使いません*/
    float: left;
    background-color: #ff6600;
    font-size: 0.9em;
    color: #fff;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    margin: 0 0.5em 0.25em 0;
    border-radius: 4px;
}
.sShopMenuIcon1{/*さつまいも博限定*/
    float: left;
    background-color: #ffd500;
    font-size: 0.9em;
    color: #333;
    
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    margin: 0 0.5em 0.25em 0;
    border-radius: 4px;
}
.sShopMenuIcon2{/*夜限定メニュー*/
    float: left;
    background-color: #b24266;
    font-size: 0.9em;
    color: #fff;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    margin: 0 0.5em 0.25em 0;
    border-radius: 4px;
}

.sShopMenuItemName{
    font-size: 1.3em;
    color: #1e6998;
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    margin-top: 0.25em;
    clear: both;
}
.sShopMenuItemPrice{
    font-size: 1.25em;
    color: #fb5630;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    display: inline-block;
    border-radius: 1em;
    margin: 0.4em 0 0 0.1em;
}
.sShopMenuItemText1{
    width: 100%;
    margin: 0.5em auto 0 auto;
    font-size: 1em;
    color: #333;
    line-height: 1.6em;
    text-align: left;
    font-weight: bold;
}
.sShopMenuItemText1 img{
    width: 48%;
    float: right;
    margin: 0 0 0 0.5em;
    border-radius: 8px;
}
.sShopMenuMoreBTN{
    width: 70%;
    display: block;
    margin: 0 auto 0 auto;
}
.sShopMenuMoreBTNSP{
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0.5em 0 0 0;
    position: absolute;
    bottom: 1em;
}
.sShopMenuDIV1SP{
    display: none;
    padding: 0.75em 0.75em;
}
.sShopMenuDIV1SPL{
    float: left;
    width: 65%;
    padding: 0 0 30px 0;
}
.sShopMenuDIV1SPR{
    float: right;
    width: 30%;
}
.sShopMenuLinkPDFBTN{
        display: block;
        margin: 2.5em auto 1em auto;
        max-width: 420px;
        width: 85%;

}
@media (max-width: 899px) {
    .sShopMenuUL{
        max-width: 639px;
    }
    .sShopMenuLi{
        width: 46%;
        margin: 1em 2%;
    }
    .sShopMenuLiDammy{
        width: 46%;
    }
    .sShopMenuUL .sShopMenuShopInfo{
        min-height: initial;
    }
}
@media (max-width: 639px) {
    .sShopMenuLi{
        width: 48%;
        margin: 1em 1%;
        padding-bottom: 0;
    }
    .sShopMenuLiDammy{
        width: 48%;
    }
    .sShopMenuUL .sShopMenuDIV1{
        display: none;
    }
    .sShopMenuDIV1SP{
        display: block;
    }
    .sShopMenuLiFootDIV{
        display: none;
    }
    .sShopMenuShopInfo{
        font-size: 0.9em;
    }
    .sShopMenuItemName{
        font-size: 1.15em;
    }
    .sShopMenuItemPrice{
        font-size: 1.1em;
    }
    .sShopMenuItemText1{
        font-size: 0.9em;
    }
}
@media (max-width: 599px) {
    .sShopMenuUL{
        max-width: 439px;
    }
    .sShopMenuLi{
        width: 98%;
        margin: 0.75em 1%;
    }
    .sShopMenuLiDammy{
        width: 98%;
    }
    .sShopMenuDIV1SP{
        display: block;
    }
    .sShopMenuMoreBTNSP{
        margin: 1em 0 0 0;
    }
}
.menuLB1UL{
    margin: auto;
    width: calc(100% - 4em);
    max-width: 599px;
    max-height: 80vh;
    overflow-y: scroll;
    padding: 0 1em;
    overflow-x: hidden;
}
.menuLB1UL li{
    width: 100%!important;
}
.menuLB1UL .sShopMenuDIV2{
    width: 100%;
    margin-bottom: 1.0em;
    padding: 0 0 1.0em 0;

    /* border-bottom: 3px solid #Fc4; */
    background-image:url(../images/menu_hr.png);
    background-size: 320px;
    background-position: bottom center;
    background-repeat: repeat-x;
}

.sShopMenuCloseBTN{
    width: 230px;
    background-image:url(../images/menu_icon_close.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    height: 25px;
    display: block;
    margin: 2em auto 0 auto;
    background-color: rgba(0, 0, 0, 0);
}
/*スクロールバーの横幅指定*/
.menuLB1UL::-webkit-scrollbar {
    width: 8px;
}
/*スクロールバーの背景色・角丸指定*/
.menuLB1UL::-webkit-scrollbar-track {
  border-radius: 4px;
    background: #eee;
}
/*スクロールバーの色・角丸指定*/
.menuLB1UL::-webkit-scrollbar-thumb {
  border-radius: 4px;
    background:#ffd800;
}

/*出店者一覧ここまで*/

