/* ************************************************
*  all
* ************************************************ */

* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body{
  text-align:left;
   font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;  /* --このサイズを基準に//*/
	background-color:#fff;
  color:#333333;
	}
a {
  outline: none;
  color: #111;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #555;
  opacity:0.7;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:100%;
	margin-left:auto;				/*左余白（全体を中央に）*/
	margin-right:auto;				/*右余白（全体を中央に）*/
  text-align:left;
  	background-color:#ffffff;
	background: rgba(255,255,255, 0.9);
	padding:0;
}

#top_line{
  margin: 0;
  width: 100%;
  height: 3px;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left top;
}

/*ヘッダー*/

#header {
  clear:both;
  padding: 10px 0px;
  width:100%;
  box-sizing:border-box;
  text-align:center;
}

#iphone_header{display:none;}

/*メイン*/
#main {
  clear:both;
  padding:0;
  margin:0;
  width: 100%;
  min-height:400px;
}


/*フッター（コピーライト）*/
#footercontainer {
  clear:both;
  margin:0;
  padding-top: 40px;
  width:100%;
  border-top: 1px solid #ccc;
  color: #eee;
  background-color:#ddd;
  text-align: center;
}
#footer{max-width:1180px;margin-right:auto;margin-left:auto;}

/*スライダー*/
.slider{
  margin: 0 0 70px;
}

/*サイドメニュー挿入*/
#container_for_sidemenu{width:100%;max-width:1280px;margin-right:auto;margin-left:auto;
  padding:0;
  display:flex;}
#box_for_sidemenu{min-width:250px;width:15%;height:auto;padding:20px;}
#box_for_contents{width:85%;}

/*サイドメニュー下の特設メニュー*/
.sidemenu_icon a{
  margin-top:20px;
  display:block;
  padding:10px;
  width:100%;
  box-sizing:border-box;}
.sidemenu_icon a:hover{background-color:#fffafa;}

/* ************************************************
*  サブメニューアコーディオンメニューの設定
* ************************************************ */

ul.sidemenu{
 margin-top:20px;
 display:block;
 width:100%;
 box-sizing:border-box;}

li.sidemenu__single> a{
 display:block;
 padding:10px;
 width:100%;
 height:40px;
 margin:0;
 border-radius:3px;
 box-sizing:border-box;}

li.sidemenu__single> a:hover{background-color:#efefef;}

ul.sidemenu__second-level li{list-style-type:none;display:block;}
ul.sidemenu__second-level li a{
 display:block;
 width:100%;
 height:25px;
 margin:0;
 padding-left:1em;
 text-decoration:none;
 border-radius:3px;
 box-sizing:border-box;}

ul.sidemenu__second-level li a:before{
  content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.sidemenu__second-level> li a:hover{background-color:#efefef;
  color:#222;font-weight:bold;}

.sidemenu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.sidemenu_main a {
  font-size:1.1em;
  font-weight:bold;
}

.sidemenu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

li.sidemenu__single {
    position: relative;
  list-style-type:none;
}

li.sidemenu__single ul.sidemenu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgba(250,250,250, 1);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.sidemenu__single:hover ul.sidemenu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}



/* ************************************************
*  header
* ************************************************ */

#header .header_link {
  width:100%;
  height:30px;
  margin:0 0 10px 0;padding:0;
  border-bottom:solid 1px #777;
}


#header .header_link ul.youkoso {
float:left;margin:0 20px;padding:0;}

#header .header_link ul.souryou {
float:right;margin:0 20px;padding:0;}

#header .header_link ul.cart {
float:right;margin:0 10px;padding:0;}


#header .header_link ul.youkoso li {
  display:inline-box;float:left;
  list-style-type: none;
  padding:3px;margin-left:5px;
}
#header .header_link ul.souryou li {
  display:inline-box;float:right;
  list-style-type: none;
  padding:3px;margin-right:5px;
}
#header .header_link ul.cart li {
  display:inline-box;float:right;
  list-style-type: none;
  padding:3px;margin-right:10px;
}

#header .header_link ul li i {
  display: inline-block;
  margin-right: 5px; font-size:1.3em;
}
#header .header_link ul li a {
  text-decoration: none;
}

#header .header_link ul li.youkoso {
  float:left;
}

span.marumozi{
  display: inline-flex;
  background: #555;
  width:22px;height:22px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
margin-left:7px;}
span.count {
  color: #eee;
  font-weight: bolder;
}

#header .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding:0;
  border-bottom: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

#header .search {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

#header h1.logo {
  max-width: 60%;
  word-wrap: break-word;
  font-size: 26px;
  margin-right:auto;margin-left:auto;
}
#header h1.logo a {
  color:#999999;
  text-decoration: none;
}
#header h1.logo img {
  width:450px;
  max-width: 100%;
}

.add_favorite_bar{display:inline-block;margin-right:15px;text-decoration:none;}

/* ************************************************
*  footer
* ************************************************ */
#footer{color:#111;}
#footer a {color: #222;}

/*footerのレイアウト設定*/
.footer_box_left{width:70%;float:left;box-sizing:border-box;}
.footer_box_right{width:30%;float:left;box-sizing:border-box;}
.foot_sk_box{display:block;
  text-align: left;}

/*カレンダーの表示設定*/
.foot_sk_box_cal{padding:20px;}
.foot_sk_box_cal h3{color:#222;}
.side_cal_memo{text-align:left;color:#222;}

/*footerの表示設定*/
.foot_sk_box h3{
  display:block;
  font-size: 1em;
  box-sizing:border-box;
  margin-top:10px;
  padding-left:20px;
  padding-top,padding-bottom:3px;
  width:100%;
  text-align:center;
  color:#222;
	border-bottom:#555 1px solid;}

.foot_sk_box h4{
  display:block;
  font-size: 1.2em;
  margin:10px 20px;
  }
  
.foot_sk_box p{margin:0;padding:0 0 20px 25px;}
.foot_sk_box span.credit i{font-size:4em;color:#333;margin:0;padding:0 0 20px 25px;}
.foot_sk_box .fa-truck,.foot_sk_box .fa-undo-alt{display:inline-block;vertical-align:middle;font-size:2.5em;color:#333;margin:5px;padding:0 20px 0 0;}

/*footer下部の横並びメニュー*/

.footer_menu {
  clear: both;
  padding-top:50px;
  margin-bottom: 10px;
}
.footer_menu li {
  display: inline;
  margin: 0 5px;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 0.9em;
}
#mobile{
  width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  border-top: solid 1px #999;
}
#main .box h3 {
  font-size: 1.2em;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 25px 45px 0;
  width: 155px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 1em;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount{
  margin-bottom: 10px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}


.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 1em;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-size: 1.3em;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

.product_images {
  display: inline-block;
  float: left;
  width: 400px;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 270px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 5px 4px 5px 10px;margin:0;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;margin:0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 1.2em;
}
table.add_cart_table td input.text-titles-list__detail-text {
  width: 130px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 1.2em;
  line-height: 1.5em;
  width:70%;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  width:95%;
}
table.table_option th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */


/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 1em;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  float: right;
  margin: 10px;
  text-align: right;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

#pageTop {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.to_top{
  display:block;
  width:100px;
  height:100px;
  text-align: center;
  margin: 0;
  padding:20px;
  color: #fff;
  background-color:#ccc;
  box-sizing:border-box;
  opacity:0.8;
}
.to_top a{padding:10px;}
.to_top i{font-size: 1.5em;color:#fff;margin-bottom:10px;}

.to_top:hover {
  text-decoration: none;
  background-color: #999;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  box-sizing:border-box;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}


/* *********************************************************************************************
*  ＊＊＊＊＊＊＊＊＊＊＊＊追加した要素の設定
* ********************************************************************************************* */
.footstamp span.s{display:none;}/*サブカテゴリ―の説明を消す*/

ul.mainmenu div i{font-size:14px;color:#777777;width:20px;height:20px;}
div#box_category i{font-size:14px;color:#777777;margin-right:7px}
i{color:#777777;margin-right:7px}
div#box_free{padding:20px 0 20px 0;}
.social li{display:inline-block;font-size:2.5em;margin-right:0.5em;color:#222;}
.social li i{color:#222;}

h3.toppage{
  display:block;box-sizing:border-box;
  width:100%;
  margin-bottom:15px;margin-top:20px;
  padding:15px 0;
  text-align:center;
  border-top:solid 1px #777;
  border-bottom:solid 1px #777;
color:#555;
font-size:1.2em;}

br.clear{clear:both;}
figure.gift{display:block;margin:0;padding:10px 40px 30px 40px;}

.category_freespace{width:100%;text-align:center;}
.category_freespace img{width:90%;}

/* ************************************************
*  フリーページ用の設定
* ************************************************ */
#pandora,#hiroo{max-width:1180px;
  margin-right:auto;margin-left:auto;}
  
p.freepage{margin:0;padding:10px 40px 30px 40px;
  font-size:1.1em;line-height:1.7em;
  display:block;}
ul.freepage{margin:0;padding:10px 40px 30px 60px;width:50%;box-sizing:border-box;float:left;}
ul.freepage a{color:#222;font-size:1.1em;}
ul.freepage a:hover{color:#000;background-color:#eee;}

div.store_map{margin:0;padding:20px 40px;}
table.companyinfo{margin:20px 40px;}
table.companyinfo tr td{
    vertical-align:top;
    padding: 10px 15px;
    border: 1px solid #DDD;
	font-size:1em;}
	
/*ご利用ガイド*/
#guide{max-width:1180px;margin-right:auto;margin-left:auto;}
#guide>p.freepage{margin:0;padding:10px 40px 30px 40px;
  font-size:1.1em;line-height:1.7em;
}
#guide>ul.freepage{margin:0;padding:10px 40px 30px 60px;width:50%;box-sizing:border-box;float:left;}
#guide>ul.freepage a{color:#222;font-size:1.1em;}
#guide>ul.freepage a:hover{color:#000;background-color:#eee;}
#guide>br.clear{clear:both;}
#guide>figure.gift{display:block;margin:0;padding:10px 40px 30px 40px;}


/* ************************************************
*  リンクボタンの設定
* ************************************************ */
a.link_itiran{color: #555;
    background: #ddd;
}
a.link_tokusyuu{color: #555;
    background: #edd;
}
a.link_kounyuu{color: #555;
    background: #edd;
}

a.link_tokusyuu i,a.link_itiran i,a.link_kounyuu i{color: #555;}
a.link_itiran,a.link_tokusyuu,a.link_kounyuu{
    position: relative;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin:0 10px 10px 10px;
    text-decoration: none;
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
  font-size:0.9em;
}

/* ************************************************
*  フレックスボックスの設定
* ************************************************ */

div.flexcontainer,div.flexcontainer-toppage{
  display: -webkit-flex; /* Safari */
	display:flex;
  -webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
  -webkit-justify-content: flex-start;/* Safari */
	justify-content:         flex-start;
   -webkit-flex-grow: <number>; /* Safari */
  flex-grow:         <number>;
  -webkit-align-content: flex-start; /* Safari */
  align-content:         flex-start;
	margin:0;
  padding:10px 20px;
  max-width:1180px;
  width:100%;
  box-sizing:border-box;
  margin-right:auto;margin-left:auto;
border:none}

/*商品*/
div.item_box{
  width:25%;padding:10px;margin:0;text-align:center;box-sizing:border-box;
}
div.flexcontainer .item_detail{
  border:none;}
div.flexcontainer .item_name{
  margin:5px 0 0 0;padding:0;
  color:#555;font-size:1em;line-height:1.2em;}
div.flexcontainer .item_price{
  color:#777;font-size:0.9em;
  margin:0;padding:0;}

/*リコメンド*/
div.recommend .item_box{
  width:16.6%;
}
/*カテゴリ*/
div.category .item_box{
  width:12.5%;
}

div.flexcontainer .item_detail{border:none;margin:0;padding:0;}

/* ************************************************
*  PC用メニューの設定
* ************************************************ */
#menu-box{width:100%;  
  border-bottom:solid 1px #777;
}
.menu {
    position: relative;
    width: 100%;
	max-width:1180px;
  margin-right:auto;
  margin-left:auto;
  height: 40px;
    margin: 0 auto;
  z-index:10000;
  clear:both;
}

.menu > li {
    float: left;
    width: 16.6%; /* グローバルナビ4つの場合 */
    height: 40px;
    line-height: 40px;
  list-style-type:none;
  display:block;
}

.menu > li a {
    display: block;
    color: #555;
  text-align:center;
}

.menu > li a:hover {
    color: #222;
  text-decoration:none;
  background-color:#eee;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main_menu {
  font-size:1.1em;
  font-weight:bold;
}
.menu__second-level li {
  list-style-type:none;
  border-left:solid 1px #777;
  border-right:solid 1px #777;
}

.menu__third-level li {
  list-style-type:none;
}

.menu__second-level li a:hover {
    color: #222;
  text-decoration:none;
}

.menu__third-level li a:hover {
    background: #fff;
}

.menu__fourth-level li a:hover {
    background: #fff;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
  list-style-type:none;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgba(255,255,255, 0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}
/* メガメニュー設定 */
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: rgba(255,255,255, 0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  border-left:solid 1px #777;
  border-right:solid 1px #777;
}

li.menu__mega:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#fff;
	background: rgba(255,255,255, 0.9);
    z-index: 10000;
}


/* ************************************************
*  スマホ用メニューの設定
* ************************************************ */

/* ツールバー */
#iphone_header{
    position:relative;width:100%;
margin:0;padding:0;}

#toolbar {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  height:70px;
  background-color: #fff;
  z-index: 10000;
  }

/*スマホタイトルロゴ*/
#toolbar_logo{
position:absolute;
top:0;left:0;
width:100%;height:70px;}

#toolbar_logo img{
    display:block;
height:60px;
position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;}


/*トグルボタン*/
#toggle{
display:table;
position:absolute;
top:0;right:0;
width:50px;height:70px;
}

#toggle a{
    display:table-cell;
font-size:2em;
vertical-align:middle;
text-align:center;}

/* ドロワー */
.drawer.open {
  right: 0;
}

.drawer {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/*メニューボックス*/
.drawer__flexcontainer{display:flex;}
.drawer__topicons{
  display: table;
  width:33%;
  height:70px;
  padding-bottom:10px;
  box-sizing:border-box;
  text-align: center;
  background-color:#ddd;}
    
.drawer__topicons a { 
  display: table-cell;
  vertical-align: bottom;
  text-decoration:none;
}
.drawer__topicons span{
    font-size:0.7em;
}
.drawer__topicons i{
font-size:2em;
color:#666;
margin:0;
padding:0;
}
.drawer__topicons:hover{
color:#ccc;
background-color:#efefef;
}

#users .drawer__topicons{background-color:#fff;}
/*メニューボックスここまで*/
/*検索*/
#drawer__search{
 position:relative;margin:0;padding:0;
}
.drawer__sbox2{
 height: 25px;
 margin: 10px;
 position: relative;
 left: 20px;
 top: 7px;
 width:250px;
 border-radius:3px;
 border:solid 1px #eaeaea;
 background-color:#efefef;
 outline: 0;
}

#drawer__search input[type=submit]{
  height: 20px;
 position: absolute;
 left:240px;
 top: 20px;
 background:none;
 color:#666;
 border:none;
 font-size:1em;
 outline: 0;
}
#drawer__search input[type=submit]:hover{
color:#7fbfff;
}
.kensaku{height:60px;}

/*検索ここまで*/
.kousiki{height:60px;text-align:center;
display:block;}
.kousiki a{display:block;height:100%;padding-top:1em;
font-size:1.2em;}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  display:block;padding:7px;margin-left:20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* ------------------------------
検索窓
------------------------------ */

#search{
 position:relative;margin:0;padding:0;
}
.sbox2{
 height: 18px;
 padding-left: 10px;
 position: relative;
 left: 0;
 top: 0;
 width:130px;
 border-radius:3px;
 border:solid 1px #eaeaea;
 outline: 0;
}

#search input[type=submit]{
  height: 18px;
 position: absolute;
 left:110px;
 top: 2px;
 background:none;
 color:#666;
 border:none;
 font-size:0.9em;
 outline: 0;
}
#search input[type=submit]:hover{
color:#7fbfff;
}


/* ------------------------------
 コレクションページ用
------------------------------ */
div#collection_page{
width:100%;padding:20px 40px;
box-sizing:border-box;
 max-width:1180px;
margin-right:auto;margin-left:auto;
text-align:center;}

#collection_page a:hover{opacity:0.5;}

#collection_page h2{
  width:100%;
font-size:1.2em;
position: relative;
padding: 1.5em;
border-top: solid 1px #555;
border-bottom: solid 1px #555;
  box-sizing:border-box;
}

#collection_page h3{
position: relative;
display: inline-block;
padding: 0 55px;
margin:20px 0;
}

#collection_page h3:before, #collection_page h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #555;
}

#collection_page h3:before {left:0;}
#collection_page h3:after {right: 0;}

#collection_page  p{
	font-size:1.0em;	
	margin:20px 10px 20px 10px;
		}

#collection_page div.widebox{
  width:100%;
  padding:0;margin:0px;
  clear:both;
  box-sizing:border-box;
 }
#collection_page div.widebox img{width:100%;margin:0;
}

#collection_page div.flexcontainer{
  margin:15px 0;padding:0;width:100%;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#collection_page .flex_box{
  text-align:left;
  border:none;
 padding:0;margin-bottom:10px;
 background:#fff;
}

#collection_page .small{width:32%;}
#collection_page .middle{width:49%;}
#collection_page .big{width:64%;}
#collection_page .full{width:100%;}

#collection_page .flex_box img{width:100%;}

#collection_page .flex_box>figure{width:32%;float:left;padding:5px;box-sizing:border-box;}
#collection_page .flex_box>figcaption{color:#ddd;font-size:0.9em;}

#textpage{width:80%;margin-right:auto;margin-left:auto;
background-color:#ffffff;padding:2em;}
#textpage h2{font-size:1.5em;font-weight:bold;margin:1em;}
#textpage p{font-size:1.2em;line-height:1.8em;color:#222;margin:2em;}

/* ************************************************
*  メディアクエリの設定
* ************************************************ */
/* ************************************************
*  メディアクエリの設定- 1180未満
* ************************************************ */
@media only screen and (max-width: 1180px) {
/*サイドメニューを消す*/
#box_for_sidemenu{display:none;}
#box_for_contents{width:100%;}
}

/* ************************************************
*  メディアクエリの設定- 768未満　タブレット
* ************************************************ */
@media only screen and (max-width: 768px) {

#container{width:100%;}/*全体の横幅を１００％にする*/
div.item_box{width:33%;}/*商品boxを３つ並びに*/
div.recommend .item_box{width:25%;}/*リコメンドを４つに*/
div.category .item_box{width:20%;}/*カテゴリを５つに*/
  
.foot_sk_box{width: 100%;}/*フッターを１００％に*/

#cart_wo_miru{display:none;}/*カートを見るの文字を消す*/
#okiniiri{display:none;}/*お気に入りの文字を消す*/

/*特集ページ調整*/
div#collection_page{padding:20px;}
#collection_page .small{width:47%;}
#collection_page .middle{width:47%;}
#collection_page .big{width:100%;}

/*ご利用ガイドページ調整*/
#guide>p.freepage{margin:0;padding:10px;}
#guide>ul.freepage{display:block;width:100%;clear:both;}

}

/* ************************************************
*  メディアクエリの設定- 480未満　スマホ
* ************************************************ */

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

header#iphone_header{display:block;}/* スマホ用メニューを出す */
#header{display:none;}/* PC用のヘッダーを消す */
#menu-box{display:none;}/* PC用のメニューを消す */

#header h1.logo {max-width: 100%;}/* ロゴサイズ調整 */

#main{padding-top:80px;}/* 余白調整 */

/* flexboxの調整 */
div.flexcontainer{
padding:0px 10px;
-webkit-justify-content: space-between;/* Safari */
justify-content:         space-between;  }

div.item_box{width:50%;}/*商品boxを２つ並びに*/
div.recommend> .item_box{width:33.3%;} /*リコメンドを3つ並びに*/
div.category> .item_box{width:33.3%;}/*カテゴリを3つ並びに*/

/*トップに戻るボタン スマホ用*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.to_top{
  display:block;
  border-radius: 30px;
  width: 35px;height: 35px;
  text-align: center;
  padding: 8px 0 0 8px;  
  margin: 0;
  color: #fff;
  background-color:#ccc;
  box-sizing:border-box;
  opacity:0.8;
}
.to_top a{padding:10px;}
.to_top i{margin-bottom:0;}
.to_top >span{display:none;}

/*特集ページ調整　スマホ用*/  
div#collection_page{padding:7px;}
div#collection_page p.main-comment{text-align:left;}
.product_description{width:100%;}
#textpage{width:100%;box-sizing:border-box;}
#textpage p{font-size:1.2em;line-height:1.8em;color:#222;margin:2em 0em;}
  
/*フッター調整　スマホ用*/  
.footer_box_left,.footer_box_right{width:100%;}

/*検索窓デザイン調整　スマホ用*/ 
#search{
 position:relative;margin:0;padding:0;
}
.sbox2{
 width:200px;
 height: 20px;
 margin:5px;
 padding-left: 10px;
 position: relative;
 left: 10px;
 top: 10px;
 border-radius:3px;
 border:solid 1px #eaeaea;
 outline: 0;
}

#search input[type=submit]{
 height: 1.5em;
 position: absolute;
 left:180px;
 top: 17px;
 background:none;
 color:#666;
 border:none;
 font-size:0.9em;
 outline: 0;
}
#search input[type=submit]:hover{
color:#7fbfff;
}


}