@charset "utf-8";

*{
padding:0px;
margin:0px;
}

img{
border:none;
}
ul,dl,ol{
list-style-type:none;
}

a:link,
a:visited
{
color:#ffffff;
text-decoration:none;
outline:none;
}
a:hover{
color:#ffffff;
text-decoration:none;
outline:none;
}


html, body{
text-align:center;
margin:auto;
/*height:100%;

min-width: 1280px;*/
color:#ffffff;
}

body{
	background-color:#000000;
}

h2,h4,h3,h5,h6{
font-family:Century Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
/*
*/
	background-image:url('/user/theme/set1/img/logo_bg.png'), url('/user/theme/set1/img/body_bg.jpg');
	background-repeat:no-repeat, repeat;
	background-position:top left, center center;
	background-size:contain,100%;background-attachment: fixed;
}

body h1{
text-align:right;
font-size:12px;
font-weight:normal;
	color: #ffffff;
	text-decoration: none;
	text-indent:0.5em;
	display:none;
}
body h1 a:link,
body h1 a:visited,
body h1 a:hover {
    color: #ffffff;
		width:1200px;
		margin:auto;
}

#spswitch{
text-align:center;
font-size:12px;
font-weight:normal;
padding:5px;
}


body #header_BG {
margin:auto;
text-align:center;
    background: none;
position:relative;
	display:none;
}
#openTimes{
	display:none;
}

body #header{
width:1230px;
margin:auto;
text-align:left;
position:relative;
}
.openAndTel {
	line-height:1.2;
    position: absolute;
    right: 5px;
    bottom: 5px;
font-family:Century Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;*/
font-weight:bold;
/*text-shadow:1px 1px 0 #97977e, -1px -1px 0 #97977e, -1px 1px 0 #97977e, 1px -1px 0 #97977e, 0 10px 20px rgba(0,0,0,.5);*/
}
.openAndTel span{
  color: #ffffff;
/*
  background: -webkit-linear-gradient(top, #d0cfbd 20%,#ffffff 50%,#505144 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
*/
 }
.openAndTel span:nth-child(1){
	display:block;
	text-align:right;
    font-size: 34px;
}
.openAndTel span:nth-child(2){
	display:block;
	text-align:right;
	font-size:40px;
}
.openAndTel span em{
/*	display:inline-block;*/
	font-style:normal;
	font-size:18px;
}



body #header a{
display:inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10;
padding:6px;
}
body #header a img{
display:block;
}

body #header a img#large {
	width:320px;
}
body #header a img#small {
display:none;
}

body #header a.headTel{
display:none;
}
body #header a.smpMenu{
display:none;
}

.smartScreen #header_BG #menublock{
background:none;
background-color: rgba(0,0,0,.7);
}
.wideScreen #header_BG #menublock{
background: #222222;
background: -moz-linear-gradient(top,  #222222 0%, #050505 100%);
background: -webkit-linear-gradient(top,  #222222 0%,#050505 100%);
background: linear-gradient(to bottom,  #222222 0%,#050505 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#050505',GradientType=0 );

border-top:1px solid #333333;
}

#menublock{
text-align:center;
position:relative;
font-weight:bold;
/*
position:absolute;
bottom:5px;
right:0;
*/
}

#header_BG #menublock.fixed{
min-width:1200px;
	background-color:rgba(255,255,255,1);
border:none;
box-shadow:0px 1px 2px rgba(0,0,0,.5);

min-width:1200px;

}
#header_BG #menublock.fixed::before{
	background-color:#ffffff;
color:#333333;
border-bottom:1px solid #eeeeee;
}

ul#navi{
list-style-type:none;
margin:auto;
display:inline-block;
    padding-left: 0;
width:1226px;
padding:2px;
text-align:left;
}
#header_BG #menublock.fixed ul#navi{
	background-color:transparent;
width:1198px;

}
ul#navi li{
display:inline-block;
/*font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;*/
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:11px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
border-radius:0px;
width:calc(100% / 10 - 1px);
margin:2px 0;
vertical-align:middle;
text-align:center;

}

/*
#header_BG #menublock ul#navi li:nth-child(n+11) {
    display: none;
}
*/
ul#navi li:last-child{
}
ul#navi li a{
display:block;
	color:#ffffff;
    font-size: 16px;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	}
ul#navi li a:hover{
	color:#ffffff;
	text-shadow:0 0 12px #ffffff;
}
ul#navi li a i{
	font-size:20px;
	display:none !important;
}
ul#navi li a span:nth-child(2){
	font-size:100%;
	display:block;
}
ul#navi li a span:nth-child(3){
	font-size:70%;
	display:block;
}
#menublock.fixed ul#navi{
width:auto;
}
#hideMenus{
	display:none;
}

#hideMenus{
position:absolute;
top:38px;
right:11px;
/*
width:640px;
*/
max-width:640px;
	background-color:#d3edff;
	background-image: -moz-linear-gradient(#d3edff, #d3edff); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3edff), to(#d3edff));	
	background-image: -webkit-linear-gradient(#d3edff, #d3edff);	
	background-image: -o-linear-gradient(#d3edff, #d3edff);
	background-image: -ms-linear-gradient(#d3edff, #d3edff);
padding:10px;
border-radius:5px;
z-index:10;
text-align:left;
font-family:Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border:1px solid #0096ff;
}
/*
#hideMenus:before{
	content:"▲";
	font-size:20px;
	display:block;
	color:#333333;
	position:absolute;
	top:-18px;
	right:20px;
}
*/
#hideMenus li{
font-size:11px;
display:inline-block;
}
#hideMenus li a{
font-size:11px;
padding:10px;
display:block;
    color: #0096ff;
    text-decoration: none;
}
#hideMenus li a:hover{
color:#0096ff;
}

.wideScreen #smpFloat{
display:none;
}
#clsBtn{
	display:none;
}
dl#footArea dt,
dl#columnArea dt{
font-family:"Arial", Gadget, sans-serif;
}
dl#footArea dt + dd span,
dl#columnArea dt + dd span{
display:inline-block;
margin-right:6px;
width:1em;
text-align:center;
}

#container{
/*width:980px;*/
min-height: 100%;
height: auto !important;
height: 100%;
margin:auto;
text-align:center;
padding: 0 15px;
/*check
background-color:rgba(255,255,255,.8);
*/}

#headline{
width: calc(100% - 0px);
/*height:3em;*/
height:auto;
margin:0 auto 0px auto;
position:relative;
top:0px;
left:0px;
float:left;
padding:5px 0;
}
#headline #denko input{
width: calc(100% - 20px);
border:none;
position:absolute;
top:12px;
left:10px;
font-size:16px;
background-color:transparent;
padding:5px 0;
}


#free_space{
	width:200px;
	float:left;
	padding-top:5px;

display:none;
}
#free_space ul{
}
#free_space ul li{
	margin:5px 0;
	font-size:12px;
}
#free_space ul li img{
display:block;
max-width:100%;
}

#layout{
/*	width:965px;*/
	padding: 0 0 0 10%;
margin:auto;
}

h2{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-family:  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;*/
float:left;
width:calc(100% - 10px);
font-size:21px;

text-align:center;
letter-spacing:2px;
padding:5px;
margin:10px 0 10px;
    margin-bottom: 30px;
     font-weight: bold;
    line-height: 1.2;
    color: #333333;
}
h2:before{
/*
content: url(/user/theme/set1/img/h2_obj.png);
    height: 20px;
    width: 14px;
    display: inline-block;
	vertical-align:top;
*/
}
#homeShopInformation h2{
	margin-top:0px;
}
h2 span:nth-child(1){
display:block;
text-align:center;	
}
h2 span:nth-child(2){
display:block;
	font-size:70%;
text-align:center;	
}




/*Footer*/
#footer{
	position:relative;
	top:0px;
	z-index:1;
/*font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;*/

}
#footer_box{
position:relative;
}
#footer ul{
	list-style-type:none;
}
#footer address{
	text-align:center;
font-size:12px;
font-weight:normal;
font-style:normal;
padding-top:10px;
padding-bottom:10px;

/*position:absolute;*/
bottom:0;
left:0;
width:100%;
}
#footer address a:link,
#footer address a:hover,
#footer address a:visited{
	color:#ffffff;
}
#container + #breadcrumbs + #footer {
background-image: none;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	display:none;
}
#container + #breadcrumbs + #footer #footer_box {
border-top:1px solid #333333;
}

#container + #breadcrumbs + #footer #footer_box dl{
float:left;

color:#333333;
width:300px;
padding:20px;
}
dl#footArea{
}
dl#footArea dt{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	color:#333333;
}
dl#footArea dd{
	text-align:left;
	font-size:11px;
	padding:2px;
	margin-bottom:10px;
	line-height:1.7;
	
}
dl#footArea dd img{
vertical-align:middle;
}
dl#footArea dd span{
	font-weight:bold;
	font-size:110%;
}
#container + #breadcrumbs + #footer #footer_box ul{
	width:640px;
	float:right;
	text-align:left;
	padding:70px 0 0;
}
#container + #breadcrumbs + #footer #footer_box ul li{
display:inline-block;
width:200px;
font-size:11px;
}
 #container + #breadcrumbs + #footer #footer_box ul li a{
display:block;
padding:3px;
color:#333333;
}

#groupBnrs{
	padding:20px;
	margin-bottom:10px;
	background-color:rgba(0,0,0,.3);
}
#groupBnrs ul{
	text-align:center;
}
#groupBnrs ul:before{
content:"";
font-weight:bold;
display:block;
text-align:center;
color:#333333;
padding:5px;
}
#groupBnrs ul li{
display:inline-block;
text-align:center;
}
#groupBnrsul li a{
}
#groupBnrsul li a img{
}

#layout ul li div span.type > span{
display:block;
}
/*アイコン*/
#layout ul li div span.type span span{
background: #ff0b51;
background: -moz-linear-gradient(left, #ff0b51 0%, #ff9abe 50%, #ff0b51 100%);
background: -webkit-linear-gradient(left, #ff0b51 0%,#ff9abe 50%,#ff0b51 100%);
background: linear-gradient(to right, #ff0b51 0%,#ff9abe 50%,#ff0b51 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0b51', endColorstr='#ff0b51',GradientType=1 );
color:#ffffff;

    border-radius: 0px;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 2px 0;
font-family:Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#icon > span:not(.icon2) {
    border: 1px solid rgba(255,255,255,.8);

	background-color:#FF0A4F;
	background-image: -moz-linear-gradient(#FF99B4, #FF0A4F); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF99B4), to(#FF0A4F));	
	background-image: -webkit-linear-gradient(#FF99B4, #FF0A4F);	
	background-image: -o-linear-gradient(#FF99B4, #FF0A4F);
	background-image: -ms-linear-gradient(#FF99B4, #FF0A4F);
	background-image: linear-gradient(#FF99B4, #FF0A4F);

	text-shadow:0px 1px 0px rgba(0,0,0,.5);

    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 3px 6px;
}
#home #scheduleblock div.type span{
    border: 1px solid rgba(255,255,255,.8);

	background-color:#FF0A4F;
	background-image: -moz-linear-gradient(#FF99B4, #FF0A4F); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF99B4), to(#FF0A4F));	
	background-image: -webkit-linear-gradient(#FF99B4, #FF0A4F);	
	background-image: -o-linear-gradient(#FF99B4, #FF0A4F);
	background-image: -ms-linear-gradient(#FF99B4, #FF0A4F);
	background-image: linear-gradient(#FF99B4, #FF0A4F);

	text-shadow:0px 1px 0px rgba(0,0,0,.5);

    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;
    margin: 2px 0;
    padding: 1px 3px;

	max-width:50px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

#profile span.iconNew,
#profile span.iconUp{
font-family:Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	opacity: 1;
}
span.iconNew,
span.iconUp{
    display: inline-block;
    font-size: 11px;
    border-radius: 0px;
    line-height: 4;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 76px;
    text-align: center;
    opacity: 1;
    transform: rotate(-40deg);
    position: absolute;
    left: -28px;
    font-weight: bold;
    text-align: center;
    top: -5px;
    height: 27px;
}
span.iconNew img,
span.iconUp img{
width:100% !important;
height:auto !important;
margin:0 !important;
}
span.iconNew{
    border: 1px solid #ff0000;
    color: #ffffff;
	background-color:#ff0000;
}
span.iconUp{
    border: 1px solid #ff0000;
    color: #ffffff;
	background-color:#ff0000;
}
span.iconOsusume {
font-family:Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid rgba(255,255,255,.8);
    display: inline-block;
    font-size: 9px;
	font-weight:normal;

	background-color:#800000;
	background-image: -moz-linear-gradient(#A82121, #800000); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A82121), to(#800000));	
	background-image: -webkit-linear-gradient(#A82121, #800000);	
	background-image: -o-linear-gradient(#A82121, #800000);
	background-image: -ms-linear-gradient(#A82121, #800000);
	background-image: linear-gradient(#A82121, #800000);

	text-shadow:0px 1px 0px rgba(0,0,0,.5);

    border-radius: 0px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 2px 2px 0;
    padding: 1px 3px;
	vertical-align:middle;
}

span.iconToday ,
span.iconTomo ,
span.iconAfter {
font-family:Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:1px;
	right:1px;
    display: inline-block;
    font-size: 11px;
    border-radius: 0px;
    margin: 0;
    padding: 1px 4px;
	vertical-align:middle;
    line-height: 1.5;
}
span.iconToday {
/*
*/
    color: #ffffff;
    border: 1px solid #ffffff;

	background-color:#c42138;
	background-image: -moz-linear-gradient(#c42138, #c42138); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c42138), to(#c42138));	
	background-image: -webkit-linear-gradient(#c42138, #c42138);	
	background-image: -o-linear-gradient(#c42138, #c42138);
	background-image: -ms-linear-gradient(#c42138, #c42138);
	background-image: linear-gradient(#c42138, #c42138);
}
span.iconTomo {
    color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.3);
    background-color: #5c64cb;
    background-image: -moz-linear-gradient(#5c64cb, #5c64cb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5c64cb), to(#5c64cb));
    background-image: -webkit-linear-gradient(#5c64cb, #5c64cb);
    background-image: -o-linear-gradient(#5c64cb, #5c64cb);
    background-image: -ms-linear-gradient(#5c64cb, #5c64cb);
    background-image: linear-gradient(#5c64cb, #5c64cb);
 }
span.iconAfter {
    color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.3);
    background-color: #bcb581;
    background-image: -moz-linear-gradient(#bcb581, #bcb581);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bcb581), to(#bcb581));
    background-image: -webkit-linear-gradient(#bcb581, #bcb581);
    background-image: -o-linear-gradient(#bcb581, #bcb581);
    background-image: -ms-linear-gradient(#bcb581, #bcb581);
    background-image: linear-gradient(#bcb581, #bcb581);
 }

#profile span.iconTomo,
#profile span.iconAfter,
#profile span.iconToday,
#profile span.iconNew,
#profile span.iconUp{
	position:relative;
	top:0;
	left:0;
	font-size:14px;
}
.listTypeJ ul li .bottomBox h3 span {
    display: inline-block;
	line-height:1;
}
span.content{
}
.icontype + .icon2 >span,
span.content > span{
display:block;
}
/*アイコン*/
.icontype + .icon2 span span,
span.content span span{
font-family:Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 53%, #cacaca 88%, #c1c1c1 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 53%,#cacaca 88%,#c1c1c1 100%);
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 53%,#cacaca 88%,#c1c1c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 );
color:#be713b;

    border-radius: 0px;
    display: inline-block;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    margin:2px 0;
}

#newColumn{
width:300px;
float:right;
}
dl#columnArea{
}
dl#columnArea dt{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	background-color:#eeeeee;
	color:#D21D66;
}
dl#columnArea dd{
	text-align:left;
	font-size:12px;
	padding:4px;
	margin-bottom:20px;
	line-height:1.7;
	
}
dl#columnArea dd img{
vertical-align:middle;
}
dl#columnArea dd span{
	font-weight:bold;
	font-size:120%;
}

#newColumn + #layout{
width:670px;
float:left;
}

#moveToTop{
	display:block;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
}

#moveToTop span{
background: #fff;
    text-decoration: none;
    color: #000;
    width: 40px;
    padding: 6px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 0.7;
	box-shadow:0 0 3px rgba(0,0,0,.3);
}
#moveToTop > span i {
    font-size: 30px;
    line-height: 1;
}

#telBox{
	display:none;
}

/*回り込み解除用*/
.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 
h2:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 


.clr{
clear: both;  
}
#shopgaid{
	text-align:left;
}
#shopgaid h2{
}
#shopgaid p{
	font-size:12px;
	padding:2px 10px;
	line-height:1.5;
}

#clsBtn{
	display:none;
	font-size:10vw;
	height:9.5vw;
	width:9.5vw;
	position:fixed;
	top:0;
	left:0;
	z-index:11;
	background-color:#000000;
	border-radius:50%;
}
#clsBtn i{
	line-height:0.95;
	color:#C9AA59;
}
#overlayBox{
	display:none;

	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.5);
	top:0;
	left:0;
	z-index:9;
}
#breadcrumbs{
margin:auto;
}
#breadcrumbs ul{
	width:1010px;
	margin:auto;
text-align:left;
font-size:13px;
padding:5px;
}
#breadcrumbs ul li{
display:inline-block;
color:#000000;
}
#breadcrumbs ul li a{
display:inline-block;
margin-right:5px;
color:#000000;
}
#breadcrumbs span {
    background-color: rgb(239, 239, 239);
    border-radius: 2rem;
    padding: 2px 10px;
}
#breadcrumbs li:last-child span {
    background-color: transparent;
    border-radius: 2rem;
    padding: 2px 10px;
}
#breadcrumbs ul li a:after{
display:inline-block;
content:' > ';
margin-left:5px;
}
.allPageBanner{
	display:none;
}



.fa-phone-square{
	transform:rotate(90deg);
	margin-right:5px;
}