relati@charset "utf-8";
/* CSS Document */

html{
	background:#fff;
}

body {
	font-family:Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	font-family: "Lucida Grande",helvetica, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	width:100%;
	margin: 0 auto;
}



/*a { text-decoration: none; outline: none;}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { text-decoration: underline;}
a:active { color: #000000; }*/

#pc { display: block !important; }
#sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	#pc { display: none !important; }
	#sp { display: block !important; }
}

ul {
  list-style: none;
}

#wrap{
	width: 100%;
	margin: 0px auto;
}

/* ///////////////////////// toolbar menuここから ///////////////////////// */
.toolbar_menu {
    width: 100%;
	/*height: 38px;*/
    text-align: right;
    margin-right: 30px;
    font-weight: bold;
	overflow: hidden;
}

.toolbar_menu p {
	padding-right: 20px;
	float: right;
}

/*.toolbar_menu .btn_cart {
	display: inline-block;
	position: relative;
}

.toolbar_menu .fs-client-cart-count {
	display: block;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    background: #269CE7;
    border-radius: 10px;
    position: absolute;
    top: -3px;
    left: 7px;
}*/
/* ///////////////////////// toolbar menuここまで ///////////////////////// */

.head_logo{
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.header {
	margin-bottom:-280px;
	z-index: 999999;
	position: relative;
	overflow: auto;
}

/* ///////////////////////// gloval navigationここから ///////////////////////// */
.gnav{
	width: 100%;
	margin: -7px 0 30px 0;
	/*padding-right: 180px;*/
	font-size: 14px;
	position: relative;
	display: inline-block;
	z-index: 999;
}

.gnav a { text-decoration: none; outline: none;}
.gnav a:link { color: #000000; }
.gnav a:visited { color: #000000; }
.gnav a:hover { text-decoration: underline;}
.gnav a:active { color: #000000; }

.gnav > ul {
  width: 700px;
  display: table;
  padding-left: 0px;
  margin: 0 auto;
}
.gnav > ul > li {
text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.gnav > ul > li:hover {
  color: #fff;
  background-color: #fff;
}
.gnav > ul > li:hover > a {
  color: #000;
}
.gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
.gnav > ul > li > a {
  display: block;
  padding: 25.5px 1em 15.5px;
  transition: all .2s ease-in;
}
.gnav > ul .menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  left: 0;
  position: absolute;
  background-color: rgb(255,255,255,0.9);
}
.gnav > ul .menu_inner {
  width: 720px;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

.gnav > ul .menu_inner_img {
  /*width: 960px;*/
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

.gnav > ul .menu_inner_img img {
  padding: 10px;
  width: 240px;
}


@media only screen and (max-width: 1350px) {
	.gnav > ul .menu_inner_img {
	  width: 960px;
	}
	
	.gnav > ul .menu_inner_img img {
	  padding: 10px;
	  width: 240px;
}
}

@media only screen and (max-width: 960px) {
	.gnav > ul .menu_inner_img {
	  width: 600px;
	}
	
	.gnav > ul .menu_inner_img img {
	  padding: 5px;
	  width: 180px;
}
}

.gnav > ul .menu ul {
  float: left;
  width: 150px;
  text-align: left;
  line-height: 35px;
  padding: 0 15px;
}
/*.gnav > ul .menu .menu_inner li {
  margin: 0 .5em;
}*/
.gnav > ul .menu a {
  color: #696969;
  font-size: 13px;
}


/*ここからSP*/
/*#sp_header {
  background: #ccc;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
}*/
.sp_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*height: 10%;*/
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #a5a5a5;
}
.sp_header__leadWrap {
  background: #0285c1;
  color: #fff;
  font-size: 11px;
}

.sp_headerNavWrap,
.sp_headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.sp_headerNavWrap {
  padding: 20px 0 15px;
}

.sp_logo{
	/*width: 100%;*/
	text-align: center;
	/*padding-right: 5%;*/
}
.sp_header__search {
  width: 100%;
  line-height: 50px;
  /*text-align: right;*/
}

.menu_register {
  font-weight: bold;
  font-size: 15px;
}

.menu_mypage {
  font-weight: bold;
  font-size: 15px;
}

.menu_cart {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 20%;
}


.menu_ttl_first{
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5%;
}

.menu_ttl{
  font-weight: bold;
  font-size: 15px;
  padding: 10% 0 5% 0;
}

.sp_headerNav {
  max-width: none;
  font-size: 13px;
  line-height: 0px;
  padding-left: 7%;
}
.sp_headerNav li {
  margin-left: 30px;
}
.sp_headerNav li:first-child {
  margin-left: 0;
}
.sp_headerNav li a {
  display:inline-block;
  line-height: 48px;
}

.sp_headerNav li a:hover {
	text-decoration: none;
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}
@media screen and (max-width: 900px) {
  #sp_header {
    position: relative;
  }
  .sp_headerNavWrap {
    display: block;
    position: relative;
    padding: 3% 0;
	width: 100%;
	line-height: 0px;
  }
  .sp_headerNav {
    display: block;
  }
  .sp_header__logo img {
    width: 124px;
  }
  #js-closeBtnWrap {
    display: block;
    background: #fff;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    padding: 0 16px;
  }
  #js-openBtn img {
    width: 25px;
  }
  #js-spNav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 60%;
    background: #fff;
    transform: translateX(-100%);
    transition: all .3s;
	-webkit-overflow-scrolling: touch;
  }
  
  #js-spNav_scroll {
	overflow-y: scroll;
	height:100%;
  }
  
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .sp_headerNav li {
    margin-left: 0;
    background: #fff;
    /*border-bottom: 1px solid #dbdbdb;*/
  }
  /*.sp_headerNav li:first-child {
    border-top: 1px solid #dbdbdb;
  }*/
  .sp_headerNav li a {
    position: relative;
    /*padding: 0 20px;*/
    line-height: 30px;
  }
}
/* ///////////////////////// gloval navigationここまで ///////////////////////// */



/* /////////////// header search /////////////// */
#search_gnavi {
 width:300px;
 height:35px;
 padding: 9px 0 0 30px;
}
#search_gnavi .text {
 float:left;
 width:224px;
 height:34px;
 border:1px solid #000;
 border-radius: 0px;
 text-indent:10px;
 margin-right:0px;
}
#search_gnavi .btn {
 float:left;
}
#search_gnavi_feature {
 width:300px;
 height:35px;
 padding: 5px 0 0 30px;
}
#search_gnavi_feature .text {
 float:left;
 width:210px;
 height:30px;
 border:1px solid #000;
 border-radius: 0px;
 text-indent:10px;
 margin-right:0px;
}
#search_gnavi_feature .btn {
 float:left;
}
/*ここからSP*/
#search-form {
    /*padding: 0 17px 8px 0;*/
    margin: 0 auto;
	float: left;
	padding-bottom: 8%;
}
#search-form form {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 14px;
	margin-left: auto;
}
input[type="text"]:focus {
  outline: 0;
}
#search-form input[type=text] {
    display: table-cell;
    width: 77%;
    height: 34px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
	border: 1px solid #000;
	float: left;
}
#search-form .search-button {
	float: left;
    display: table-cell;
    vertical-align: top;
	border-radius: 0;
}
/*#search-form .search-button input[type="submit"] {
    width: 100%;
    height: 38px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #000;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
}*/
/* /////////////// header search /////////////// */

/* /////////////// event banner /////////////// */
.top_event_pc {
	width: 100%;
	padding-bottom: 20px;
}

.top_event_pc img {
	width: 100%;
}

.top_event_sp {
	width: 100%;
	/*margin: 20% 0 -16% 0;*/
	margin: 20% 0 -5% -1%;
}

.top_event_sp img {
	width: 100%;
}
/* /////////////// event banner /////////////// */

/* /////////////// おやすみ告知 /////////////// */
.head_hol {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}

.head_hol strong {
	color: #CD0F12;
	font-size: 14px;
}

.head_hol a { text-decoration: none; outline: none;}
.head_hol a:link { color: #000000; }
.head_hol a:visited { color: #000000; }
.head_hol a:hover { text-decoration: underline;}
.head_hol a:active { color: #000000; }

.head_hol_sp {
	margin-bottom: -15%;
	padding-left: 2%;
	width: 100%
}
.head_hol_sp strong {
	color: #CD0F12;
}
/* /////////////// おやすみ告知 /////////////// */