@charset "UTF-8";
/* CSS Document */



@charset "euc-jp";

body{
	background:url(https://file002.shop-pro.jp/PA01369/977/img/common/bg_body.jpg);
}
#page-wrapper {
  position: relative;
}
#wrapper {
	font-size: 16px !important;
	margin: 30px auto;
}
.container {
  max-width: 1000px;
}


#container p{
	line-height:1.8;
}

h2.title{
	width: 100%;
	height: 420px;
	position: relative;
	background: url(https://file002.shop-pro.jp/PA01369/977/img/common/visual.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0;
}
h2.title .tit{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	padding-top: 88px;
}

.toTop {
	position: fixed;
	right: 25px;
	bottom: 200px;
}
#top #container h2{
	text-align:center;
	margin-bottom:40px;
}
#container h3{
	text-align:center;
	margin-bottom:40px;
}
#top #container section{
	margin-top:-88px;
	padding-top:88px;
}
#container section .inner{
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}
#container section .btn{
	margin-top:40px;
	text-align:center;
}
#container section .box{
	overflow:hidden;
}


.toTop{
	position:fixed;
	right:20px;
	bottom:20px;
}

#map{
    width: 100%;
    height: 350px;
}


/*header*/
header{
	width:100%;
	height:130px;
	position:fixed;
	background: rgba(255,255,255,0.6);
	z-index:999;
}
header .head_inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	
}
header .head_inner .logo{
	float:left;
	padding:15px 0;
}
header .head_inner nav{
	float:right;
	width:730px;
	padding:35px 0;
}
header .head_inner nav .gnav{
	overflow:hidden;
}
header .head_inner nav .gnav li{
	float:left;
	margin-right:20px;
	font-size:16px;
	font-family: 'Karla', sans-serif;
	list-style: none;
}
header .head_inner nav .gnav li:last-child{
	margin-right:0;
}
header .head_inner nav a .en{ display:inline; }
header .head_inner nav a:hover span.en{ display:none; }
header .head_inner nav a span.jp{ display:none; font-size: 13px; }
header .head_inner nav a:hover span.jp{ display:inline; }
header .head_inner nav a{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	text-decoration: none;
}

@media only screen and (max-width: 760px) {

/*-----------スマホのトグルボタンのCSS-------------*/

header{
	height: auto;
	padding: 15px 0;
}
header .logo{
	width: 50%;
	margin: 10px 10px 0 ;
}
	
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 20px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 9999;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #080404;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

h2.title{
	background-size: cover;
	margin: 0;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -750px;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color:#FFFFFF;
}
#global-nav ul li {
	float: none;
	position: static;
	padding: 5px 0;
	color: #fff;
}
.head_inner02 #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff ;
	padding: 5px 0;
}
#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(825px);
	-webkit-transform: translateY(825px);
	transform: translateY(825px);
}
	
}


/*footer*/
footer{
	width:100%;
	padding:30px 0 10px;
}
footer .logo{
	margin-bottom:10px;
}
footer address{
	margin-bottom:30px;
}
footer .foot_inner{
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
footer .foot_inner nav{
	margin:0 auto 50px;
	overflow:hidden;
	clear:both;
}
footer .foot_inner .info_area{
	overflow:hidden;
}
footer .foot_inner .info_area .left{
	width:460px;
	float:left;
}
footer .foot_inner .info_area .right{
	float:right;
}
footer .foot_inner nav .gnav{
	margin-right:30px;
	overflow:hidden;
	width:900px;
	float:left;
}
footer .foot_inner nav .gnav li{
	float:left;
	margin-right:20px;
	font-size:16px;
	list-style: none;
}
footer .foot_inner nav .gnav li:after{
	content:"|";
	margin-left:20px;
}
footer .foot_inner nav .gnav li:last-child{
	margin-right:0;
}
footer .foot_inner nav .sns{
	float:right;
	overflow:hidden;
	margin: 0;
}
footer .foot_inner nav .sns li{
	float:left;
	margin-right:20px;
}
footer .foot_inner nav .sns li:last-child{
	margin-right:0;
}
footer .copy{
	text-align:center;
}


@media only screen and (max-width: 760px) {

footer .foot_inner{
	width:95%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	padding: 0 10px;
}
footer .foot_inner nav .gnav{
	margin-right:0;
	overflow:hidden;
	width:100%;
	float:none;
}
footer .foot_inner .info_area .left{
	width:100%;
	float:none;
}
footer .foot_inner .info_area .right{
	width:100%;
	float:none;
}
footer .foot_inner nav{
	padding:0;
	margin:0 auto 20px;
}
footer .foot_inner nav .sns{
	float:none;
}
#container footer .foot_inner .logo img{
	width: 70%;
}
	footer .foot_inner nav .gnav{
		margin-bottom: 20px;
	}
footer .foot_inner nav .gnav li{
	padding:10px 0;
	float:none;
	border-bottom:1px solid #000000;
	list-style: none;
}
footer .foot_inner nav .gnav li a{
	padding:0 10px;
}
footer .foot_inner nav .gnav li:after{
	content:"";
	margin-left:0;
}
footer .foot_inner nav .gnav li:before{
	content:"\0025b6";
	margin-right:5px;
}
.fb-page {
    width:90% !important;
  }
	

}




textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a {
  color: #464e54;
}
  a:hover {
    color: #5e5e5e;
  }

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}


h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
  }


.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}





/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 2em 0;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
  margin: 1.8em 0;
  text-align: center;
  font-size: 16px;
}
  #header-global-nav li {
    margin: 0 1em;
  }

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
}
.prd-lst-name {
}
.prd-lst-price {
  color: #b40f0f;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}




/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
}


.pc{
	display:block;
}
.sp{
	display:none;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #4d4d4d;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #4d4d4d;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}


@media screen and (max-width: 760px) {
.pc{
	display:none;
}
.sp{
	display:block;
}
}



/* IE用 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}
