body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color:#fff;
	margin:0;
	font-size:medium;
	line-height:1.5em;
}
input, select, textarea, button {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
	text-decoration: none;
	color: #11846d;
}

table {
	border-collapse: collapse;
}
table th, table td {
	padding:12px;
	/* border: solid 1px #ccc; */
}
table th {
	background-color:#DEDEDE;
}
table td {
	background-color:#FEFEFE;
}

.wrapper {
	margin: 0 auto;
	max-width:980px;
	width:90%;
}

.hide {
	display:none;
}

.block {
	margin-bottom:45px;
}

.title {
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	padding:48px;
}

h1 {
	line-height:1em;
}

footer {
	border-top: solid 1px #A3B3C4;
	box-sizing:border-box;
	padding:0;
	margin-top:120px;
	background-color:#eee;
	font-size:small;
}
footer img {
	max-width:240px;
	margin-top:-40px;
}
footer .wrapper >ul {
	display:table;
	width:100%;
}
footer .wrapper >ul >li {
	display:table-cell;
	vertical-align:top;
	min-width:140px;
	padding-top:40px;
}
footer .wrapper ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
footer .wrapper >ul >li >ul >li {
	margin-top:5px;
}
footer .wrapper ul li span {
	font-weight:bold;
}
footer .copyright {
	text-align:center;
	padding-bottom:80px;
	padding-top:80px;
	font-size:small;
}

.login-box {
	padding:30px; 
	background-color: #EFEFEF; 
	max-width:500px; 
	border-radius:4px;
	margin:0px auto;
	text-align:center;
	margin-bottom:50px;
}
.login-box input[type="text"], .login-box input[type="password"] {
	font-size:large;
	height:30px; 
	width:90%; 
	padding:5px;
	margin-bottom:7px;
}
.login-box .float-left{
	width:50%;
	display:inline-block;
	float:left;
}
.login-box .float-right{
	width:50%;
	display:inline-block;
	float:right;
	font-size:small;
	text-align:left;
}
.clear {
	clear:both;
}
.button {
	background-color: #333;
	color: #fff;
	padding:12px;
	font-weight:bold;
	border-style: none;
	border-radius: 0;
	-webkit-appearance: none;
	text-decoration: none;
}
.button:hover {
	background-color: #59b1eb;
}
.err {
	color:red;
	margin-bottom:5px;
}

#header-contents img {
	width:160px;
	margin-top:30px;
}
header {
	position: fixed;
	top: 0px;
	z-index:100;
	width:100%;
	height:30px;
	color: #888;
	background-color:rgba(7,27,37,0.9);
}
header .wrapper {
	text-align:left;
	vertical-align:bottom;
}
header a {
	color: #eee;
}
header [class^="icono-"] {
	transform: scale(0.5);
}

header .logo {
	float:left; 
	display:inline; 
	margin-top:-24px;
	font-size:small;
}
header .logo img{
	height:17px;
	width: 95px !important;
}

#page-start {
	margin-top:50px;
}
#mypage {
	text-align:center;
}
#mypage a {
	font-size: large;
}

#sns {
	padding-bottom:120px;
	margin-top:75px;
	background-color:#DEDEDE;
	margin-bottom:-120px;
}
#sns .column {
	display:inline-block;
	width:33%;
	vertical-align:top;
	font-size:x-small;
}

.error {
	background-color:#ffd0d0;
}
label.error {
	display:block;
	color:red;
	background-color:rgba(255,255,255,0);
	font-size:small;
}

ul.thumb-item, ul.thumb-item-nav {
	margin:0;
	padding:0;
}
ul.thumb-item-nav img {
	opacity:0.8;
}


.thumb-item img, .thumb-item-nav img {
	width:100%;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
	color: #fff;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 7px;
	z-index: 99;
}
.slick-prev {
	 left: 7px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
	color: #000;
}
.item-data {
	display:inline-block;
	width:30%;
	padding:10px;
	padding-bottom:48px;
	vertical-align:top;
}
.item-data img {
	width:100%;
}
.item-data a {
	color: #111;
}
.item-data a h2 {
	color: #11846d;
}
.item-data h3, .item-data h2 {
	margin:7px;
}
.item-data h3 {
	font-size:medium;
}
#page-brand .item-data {
	box-sizing:border-box;
	padding:24px;
}

.center {
	text-align:center;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#page {
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0.2}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0.2}
	100% {opacity: 1}
}

.pc, .view_pc {
	display:block;
}
.sp, .view_sp {
	display:none;
}

#item-detail #left {
	float:left; 
	width:50%; 
	text-align:center;
}

#item-detail #right {
	float:right; 
	width:45%;
}

@font-face {
    font-family: 'si';
    src: url('/shop/font/socicon.eot');
    src: url('/shop/font/socicon.eot?#iefix') format('embedded-opentype'),
         url('/shop/font/socicon.woff') format('woff'),
         url('/shop/font/socicon.ttf') format('truetype'),
         url('/shop/font/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(/shop/font/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 28px;
    color: #ffffff;
    background-color: #8a8a8a;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'\e041';
}
.soc-twitter:before {
    content:'\e040';
}
.soc-instagram:before {
    content:'\e057';
}

.callendar {
	margin: 0px auto;
}
.callendar td, .callendar th {
	padding: 5px;
	font-size:small;
	text-align:center;
	background-color:rgba(255,255,255,0);
	border-bottom: solid 1px #ddd;
}
.red, .holiday {
	color:red;
}
.blue {
	color:blue;
}

/*----------ハンバーガーアイコン----------*/
.hamburger {
  position: absolute;
  display: inline;
  width: 32px;
  height: 20px;
  z-index: 9999;
  box-sizing: border-box;
  padding-right:12px;
  margin-top:5px;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #638894;
  margin: 0 auto;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger  span:nth-of-type(2) {
  top: 9px;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}
 
/*----------ナビゲーション----------*/
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
  z-index: 100;
}
#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: middle;
  margin:0;
  padding:0;
}
#navigation .navigation_inner .navigation_menu .navigation_item{
  width: 100%;
  height: 40px;
  margin: 16px auto 0 auto;
  padding:0;
  list-style:none;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  margin-top: 0;
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
