/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none;}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	background-color: #eee;

}

@font-face {
    font-family: 'FiveBoroughs';
    src: url('font/FiveBoroughs/FiveBoroughs.eot');
    src: url('font/FiveBoroughs/FiveBoroughs.eot?iefix') format('eot'),
url('font/FiveBoroughs/FiveBoroughs.woff') format('woff'),
url('font/FiveBoroughs/FiveBoroughs.ttf') format('truetype'),
url('font/FiveBoroughs/FiveBoroughs.svg#webfontjSpbZQRv') format('svg');
}

.opensans {font-family: 'Open Sans', sans-serif;}


.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

a:link,a:visited { color:#000;}


a.pagetop {
	width:40px;
	height:0;
	background: url(../img/pagetop.png) no-repeat 0 0;
	padding-top: 40px;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
}


/* ---- upfade ---- */
.pre_upfd{
		opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px);
		transition: .8s;
}

.upfd{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
		transition: .9s;
}

/* ---- Material icons ---- */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }



/*loading*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 70;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #666;
  z-index: 80;
}

#loader img {
	width: 64px;
	height: 64px;
	
}

/* ====== common  ====== */

/* ---- header ---- */

header {
	width:100%;
	height:65px;
	overflow:hidden;
	background-color:#fff;
	z-index:50;
}

header h1 {
	float:left;
	padding-top:17px;
	padding-left:20px;
}
header h1 img{
	width:342px;
	height:34px;
}

#menu .btn {
	float:right;
	padding:20px 20px 0 0;
}

#menu nav ul li {
	text-align:left;
	padding:15px 0 15px 20px;
	border-bottom:#12a6b5 solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	letter-spacing:2px;
}

#menu nav ul li.fb {
	border-bottom:none;
}
#menu nav ul li.fb img {
	width:29px;
	height:29px;
}

header p.store {
	font-size: 12px;
	background-image: url(../img/cart.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: top -3px left 0;
	float: right;
	width: 125px;
	height: 30px;
	margin-top: 25px;
	margin-right: 70px;
	text-align: left;
	padding-left: 23px;
}

header p.store a{
	text-decoration: none;
}

/* ---- footer ---- */

footer {
	background-color:#000;
	height:50px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	width:100%;
}

footer a:link,footer a:visited {
	color:#fff;
	text-decoration:none;
}

footer #foot_wrap {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
footer #foot_wrap ul { 
	float:left;
	overflow:hidden;
margin-left:20px;
}
footer #foot_wrap ul li {
	float:left;
	margin-right:20px;
	padding-top:20px;
	font-size:12px;
}
footer #foot_wrap small {
	font-size:12px;
 width:290px;
	margin:0 auto;
	padding-top:20px;
display:block;
}
footer #foot_wrap img {
	width:29px;
	height:29px;
	float:right;
	padding-top:10px;
margin-right:60px;

}


/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {

/* ======↓ common  ↓====== */

body{min-width:300px;}

a.pagetop {
	width:40px;
	height:0;
	background: url(../img/pagetop_sp.png) no-repeat 0 0;
	background-size:40px 40px;
	padding-top: 40px;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
}


/* ---- header ---- */

header {
	width:100%;
	height:45px;
	overflow:hidden;
	background-color:#fff;
	z-index:50;
}

header h1 {
	float:left;
	padding-top:10px;
	padding-left:10px;
}
header h1 img{
	width:auto;
	height:22px;
}

#menu .btn {
	float:right;
	padding:10px 10px 0 0;
}

#menu nav ul li {
	text-align:left;
	padding:15px 0 15px 20px;
	border-bottom:#12a6b5 solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	letter-spacing:2px;
}

header p.store {
	font-size: 12px;
	background-image: url(../img/cart.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: top -3px left 0;
	float: right;
	width: 150px;
	height: 30px;
	margin-top: 18px;
	margin-right: 40px;
	text-align: left;
	padding-left: 22px;
}
	
/* ---- footer ---- */

footer {
	height:auto;
}

footer #foot_wrap {
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
footer #foot_wrap ul { 
	float:left;
	overflow:hidden;
margin-left:0;
}
footer #foot_wrap ul li {
	float:left;
	margin-right:20px;
	padding-top:20px;
	font-size:12px;
}
footer #foot_wrap img {
	width:29px;
	height:29px;
	float:right;
	padding-top:10px;
	padding-right:40px;
margin-right:0;
}
footer #foot_wrap small {
	font-size:11px;
	float:none;
	margin:0;
	padding:20px 0 15px;
	clear:both;
	display:block;
	text-align:left;

}

/*loading*/
#loader img {
	width: 32px;
	height: 32px;
	
}
}
/* /screens smaller than 768 */
