

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
html,body{
	margin: 0;
    padding: 0;
    min-height: 100%;
	font: 16px 'メイリオ', Meiryo UI, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: none;
    outline: none;
	color: black;
}
a:hover{
	color: gray;
}
hr {
    border: 0;
    height: 1px;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
p{
	margin-bottom: 0.75em;
}
body p{
	font-family: 'メイリオ', Meiryo UI, sans-serif;
}

/**/

body#information.customize-support,
body#information-entry.customize-support,
body#concept-page.customize-support,
body#shoplist-page.customize-support,
body#recruit-page.customize-support{
	margin-top: 103px !important;
}

#container{
	max-width: 1260px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25em;
}

#container-inner{
	
}

section{
	
}
.section-inner{
	overflow: hidden;
	clear: both;
}


/*title*/

.title-header{
	height: 150px;
    line-height: 110px;
    padding: 20px;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



.title-header .inner-frame{
	border-color: black;
}

.title-header h4{
	 font-weight: 100;
    letter-spacing: 1px;
	font-size: 30px;
	text-transform: uppercase;
		font-family: 'Crimson Text',serif;

}


#info{
	background-color: #DFF2ED;
}
#newarrival{
	background-color: #EAEDE7;
}
#concept{
	background-color: #E0C9B0;
}
#shoplist{
	background-color: #FFFBEE;
}
#recruit{
	background-color: #FDEEEF;
}

#info.title-header::before{
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #DFF2ED;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
	margin-left: -16px;
	z-index: 10;
}
#newarrival.title-header::before{
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #EAEDE7;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
	margin-left: -16px;
	z-index: 10;
}
#concept.title-header::before{
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #E0C9B0;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
	margin-left: -16px;
	z-index: 10;
}
#shoplist.title-header::before{
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #FFFBEE;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
	margin-left: -16px;
	z-index: 10;
}
#recruit.title-header::before{
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #FDEEEF;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
	margin-left: -16px;
	z-index: 10;
}

@media screen and (max-width:640px){
	.title-header{
	height: 110px;
line-height: 65px;
}
.title-header h4{
	font-size: 22px;
}
}


/*menu*/
nav{
	background-color: white;
}
nav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color=#b9b9b9)";/*IE 8*/
-moz-box-shadow: 0px 1px 5px #b9b9b9;/*FF 3.5+*/
-webkit-box-shadow: 0px 1px 5px #b9b9b9;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 1px 5px #b9b9b9;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color=#b9b9b9); /*IE 5.5-7*/

}
#gnavi{
	width: 100%;
	text-align: center;
}
#gnavi-inner{
	 margin: 0 auto;
    width: 600px;
	padding-top: 25px;
	padding-bottom: 25px;
}

@media screen and (max-width:667px){
	#gnavi-inner{
	width: 100%;
}
	}
#gnavi h1{
	width: 230px;
	  display: inline-block;
}


#gnavi h1 img{
	width: 100%;
}

#gnavi #sp-h1-bg{

}

#gnavi ul{
	margin-top: 20px;
}
#gnavi ul li{
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 15px;
	font-family: 'Crimson Text',serif;
}
#gnavi ul li a{
	
}
#gnavi ul li a:hover,
#gnavi ul li.current{
	border-bottom: 3px solid black;
	color: black;
	padding-bottom: 3px;
}
#gnavi ul li a:hover{
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#gnavi ul li a i.material-icons,
#footer-inner ul li a i.material-icons{
font-size: 10px;
    margin-left: 3px;
}

#gnavi ul#menu-pc{
	
}
#gnavi ul#menu-sp{
	display: none;
}

#gnavi ul#menu-pc #shoplist{
	background-color: transparent;
}


/**/
footer{
	background-color: #999999;
	position: relative;
		font-family: 'Crimson Text', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;

}

#footer-inner{
	padding: 50px;
	text-align: center;
}
#footer-inner ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-inner ul li{
	font-size: 12px;
	color: white;
}

#footer-inner ul li a{
	color: white;
    border-right: 1px solid white;
       margin: 0 5px 0 0;
    padding: 0 9px 0 3px;
}
#footer-inner ul li a:hover{
	color: silver;
}
#footer-inner ul li a:last-child{
	 border-right:none;
}

#footer-scroll-btn{
	border: 3px solid white;
    color: white;
    height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 35px;
    cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#999999)";/*IE 8*/
-moz-box-shadow: 0px 0px 2px #999999,inset 0px 0px 2px #999999;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 2px #999999,inset 0px 0px 2px #999999;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 2px #999999,inset 0px 0px 2px #999999;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#999999); /*IE 5.5-7*/

}

#footer-scroll-btn:hover{
	color: gray;
	border-color: gray;
}
#footer-scroll-btn i{
	font-size: 35px;
	text-shadow: #999999 0 0 2px;
}
#footer-scroll-btn.fixed{
 bottom: 15px;
    position: fixed;
    right: 15px;
    top: inherit;
}



/**/

.inner-frame{
	border: 3px solid white;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}






