/*共通*/
/*部品*/
@media only screen and (min-width: 480px)  {
  .not_display_pc{display: none;}
}
/*各パート*/
.pull-right {
    float: left!important;
}
#top_icon_sns li{
  margin:0;
}
#top_icon_sns li img{
  width:24px;
}
#top_icon_sns li A{
}

@media only screen and (max-width: 480px)  {
#icon_sns{
  text-align: center;
}
}
#icon_sns li {
display: inline-block;
list-style: none;
margin: 0 7px !important;
width: 45px;
}
@media only screen and (max-width: 480px)  {
#icon_sns li {
display: inline-block;
list-style: none;
margin: 0 5px;
width: 45px;
}
  #icon_sns li img {
width: 170% !important;
}
}

#icon_sns li A{
}




#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1170px;
}
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);
}


h1 .categorypage{
font-size:14px !important;
font-weight:bold !important;
background-color: #F5F5F5 !important;
padding: 3% 5% 1% !important;
line-height: 1.8em !important;
}


.muted {
  color: #999;
}

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;
}

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

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #ecd062;
  background-color: #ecd062;
  color: #fff;
  *background-color: #ecd062;
border: 1px solid #D0AD20;
background-color: #D0AD20;
color: #FFF;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #ecd783;
  background-color: #ecd783;
  color: #fff;
  *background-color: #ecd783;
}

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

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover{
background-color:#F4F4F4;
text-decoration:none;}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,

.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}


.m0{margin:0;}


iframe{
height:0;
}

/*youtubeサムネイル化*/
.youtube {position:relative;}/* ラッパー */
.youtube_play:hover {cursor:pointer;}/* サムネイル */
.youtube_btn {/* YouTubeアイコン */
/* アイコンの画像とサイズ指定 */
width:42px;
height:30px;
background-image:url(//book.nunocoto.com/nunocoto/wp-content/themes/bones/library/images/youtube_play.png);
/* 上下左右中央へ配置 */
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}


/*    新着情報　　*/

#arrival .ico_new{
position: absolute;
z-index: 1;
margin: 0 0 0 0;
}

#arrival{
	margin:0 -1.5%;
}
#arrival li{
	width: 31.1%;
margin: 0 1% 1% 1%;
padding: 0.5%;
display:inline-table;
}
#arrival li dl{
	margin:0;}
#arrival li dl dd{
	background: #FFF;
	width: 94%;
	font-size: 90%;
	margin: 0;
	padding: 1% 3%;
	font-weight: normal;
	line-height: 1.3em;
	height: 60px;
	}
#arrival li dl dd .d_txt{
	width: 100%;
font-weight: normal;
font-size: 105%;
margin: 0;
padding: 2% 0;
line-height: 1.5em;
}

@media only screen and (max-width: 980px) {
#arrival li{
width: 46%;
margin: 0 1.5% 5% 1.5%;}
}
@media only screen and (max-width: 480px)  {
#arrival .ico_new{
	position: absolute;
z-index: 1;
margin: 0 0 0 0;
width: 45px;
height: 45px;
}
#arrival li dd{
	height: 100px;
}
#arrival li dl dd{
	font-size: 80%;
}
	#arrival li dl dd .d_txt{

font-weight: normal;
font-size: 95%;
}
}



/* ========================================
      0624追加
======================================== */

#lineup .ico_new,#lineup .ico_newB{
position: absolute;
z-index: 1;
margin: 0 0 0 0;
}

#lineup{
	margin:0 -1.5%;
}
#lineup li{
display: inline-block;
vertical-align: top;
width: 46.5%;
list-style: none;
margin: 0 1.5% 1% 1.5%;
}
@media only screen and (max-width: 980px) {
#lineup li{
width: 46%;
}
}

#lineup li.li-col3{
	width: 30.5%;
margin: 0 1% 2% 1%;
}
@media only screen and (max-width: 980px) {
#lineup li.li-col3{
width: 46%;
margin: 0 1.5% 1% 1.5%;}
}

#lineup li dl{
	margin:0;}
#lineup li dl dd{
background: #FFF;
font-size: 115%;
margin: 0;
padding: 10px 0;
font-weight: bold;
line-height: 1.3em;
	}
#lineup li dl dd .txt{
	width: 100%;
font-weight: normal;
font-size: 85%;
margin: 0;
padding: 10px 0;
line-height: 1.5em;
}


@media only screen and (max-width: 480px)  {
#lineup li dl dd{
font-size: 95%;
}
#lineup .ico_new{
	position: absolute;
z-index: 1;
margin: 0 0 0 0;
width: 85px;
}
#lineup .ico_newB{
	position: absolute;
z-index: 1;
margin: 0 0 0 0;
width: 85px;
}  
  

#lineup .ico_smB{
width: 90px;
height: 90px;
}

}


/*****                 *****/
#lineup li.li-col1{
	width: 97%;
margin: 0 1% 1% 1%;
padding: 0.5%;
}



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

#lineup li.li-col1 dd{
}
#lineup li.li-col1 dl dd{
	font-size: 90%;
}
	#lineup li.li-col1 dl dd .d_txt{

font-weight: normal;
font-size: 95%;
}
}






/****                  ****/
@media only screen and (max-width: 480px)  {
#lineup li.liB{
	width:97%;
}}





/* ========================================
      PCの場合
======================================== */

body {
  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
line-height: 1.5em;
text-align: center;
font-size: 90%;
margin:2% 0 5%;
}

.staff_txt {
  line-height: 2;
  font-size:12px;
}

.category_ttl {
  background-color: #F5F5F5;
margin:0;
padding:3% 5% 0;
  line-height: 1.8em;
}

.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: 200;
  font-size: 120%;
  line-height: 1.5em;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}
.ttl-no-h3 {
    color: #4d4d4d;
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 10px;
}
.ttl-no-mb0-h3 {
    margin: 0 0 0;
}
.ttl-no-mb0-h3{
	margin: 0 0 0;	
} 


#container {
  position: relative;
  z-index: 101;
  padding-top: 20px;
}
.container02{
  	width:100%;
}


/* スライダー */
@media only screen and (max-width: 481px){
.slider {
	margin-top:3%;
}}
.slider-btn {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  padding-top: 20px;
}

.header-headline-nav {
  font-size: 13px;
  overflow: hidden;
  margin: 0 0 7px;
}
.header-headline-nav .pull-right{float: right!important;}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
width: 50%;
  overflow: hidden;
}

.header-logo img{
max-width: 100% !important;
min-width: 50% !important;
}
.header-logo span {
	font-size:90%;
}
@media only screen and (max-width: 500px)  {
	.header_in{
		margin-top: 1px;
	}	
.header-logo{
  float: none;
  display: flex;
  flex-flow: row wrap;	
    width: 100% !important;	
	}
.header-logo p {
	line-height: 0;	
	}
.header-logo_L{
	width: 55%;
	}
.header-logo_R{
	width: 20%;		
	line-height: 0;	
padding-left: 25%;	
padding-top: 8px;	
	}
.header-logo_R img{
	vertical-align: bottom;
	}
span.header_in_txt {
font-size: 80%;
display: block;
width: 300px;
margin: 10px 0 0 0;
}
}
.header-logo h1{
  	margin: 5px 0 10px;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
min-width:60%;
margin-top:0;
  }

.header-global-nav {
  z-index: 100;
  float: right;
}
  .header-global-nav ul {
    margin-top: 25px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
	width:100%;

}
.header-nav-lst-phone {
  position: absolute;
  left: 80%;
  display: none;
  margin-left: -50%;
  width: 70%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li,.header-nav-lst-phone ul.menuB li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0 15px 20px;
  list-style: none;
}
.header-nav-lst-phone ul.menuB li{
	background:#F5F5F5;
}


.header-nav-lst-phone a {
  display: block;

}
.header-nav-lst-phone a:hover {
  text-decoration: none;
}





/* スマホ　グローバルメニュー */
#nav_sm{
	display:none;
}
@media only screen and (max-width: 500px)  {

#nav_sm{
	display:block;
	list-style:none;
}
#nav_sm li{
	display:block;
	display:inline-block;
	width:45%;
	vertical-align: bottom;
}


}





/* グローバルメニュー */

ul#glb {
margin: 15px 5px 0 -5px;
overflow: hidden;
background: #F4F4F4;
color: #FFF;
list-style:none;
padding:1% 3%;
font-size:85%;
}

#glb li{
float: left;
margin: 0 0px;
width: 20%;
text-align: center;
font-size: 130%;
}

#glb li.pc_none{
	display:none;}
	



/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  padding: 20px 20px 20px 20px;
  border-bottom:1px solid #DFDFDF;
  list-style:none;
}
.side-section li:last-child{
 border-bottom:none;
}

.side-section li .update {
  font-size:11px;
color:#666;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
color:#000;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
@media (max-width: 768px){
.incart-delivery {
    margin: 10px 0 0;
  }
}

  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }

.model_bn {
max-width:100%;
margin:3% 0;
}


  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
font-size:14px;
color:#000;
  }
  
  
/* サイドメニュー */
.side-section .menuB li{
	background:#EFEFEF;
	padding: 15px 15px;
	border-radius: 5px;
}


  
  
  

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* 囲み */
.container-section {
  margin-bottom: 1em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
}

/* 商品リスト PC */
.prd-lst-sort {
  margin: 20px 0;
}
.prd-lst-unit-ul .col-lg-3{width: 32.1%;}
.prd-lst-unit {
padding: 5px 5px 15px 5px;
background-color:#FFF;
box-shadow:2px 2px 5px #EAEAEA;
-moz-box-shadow: 2px 2px 5px #EAEAEA;
-webkit-box-shadow: 2px 2px 5px #EAEAEA;
border:1px solid #EEE;
margin:0 3px 20px 3px;
height:auto;
}

.col-lg-4 {
width: 32.1%!important;
}


@media only screen and (max-width: 320px) {
.col-md-6 {
    width: 48%!important;
}
}

.prd-lst-img {
  background: #fff;
  margin-top: 5px;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;

}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding-left: 5px;
  font-size: 12px;
color:#000;
font-weight:300;
line-height:1.3em;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
padding:0 10px 10px 0;
text-align:right;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
font-size:13px;
padding-left:5px;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
padding-bottom:15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
  }
  .prd-lst-pager li a {
    border: 1px solid #ecd062;
    background-color: #ecd062;
    color: #fff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #ecd783;
    background-color: #ecd783;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* フッター背景 */
.footer-wrapper {
  padding: 20px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #ebebe6;
}

.footer-lst {
  padding: 0px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #4d4d4d;
  }

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 16px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
font-size:13px;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

.def-lst-dd ul {
float:left;
margin:0;
padding:0;
}

.def-lst-dd li {
display:block;
margin-left:2%;
}


/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  .slider-btn {
    left: 3%;
  }
  /* ヘッダー */
.header-logo{
    width:50%;
}
	
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
font-size:13px;

  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
.container{padding: 0 10px;}


  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }



  /* ヘッダー */
.header-logo {
padding-top: 0px;
}
.header-logo img {

}
.header-logo h1{
margin:0;
}

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  .slider-btn {
    left: 20px;
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding: 0;
  }

/* グローバル */
ul#glb{
	display:none;
}
#glb li{
	width:33%;
}
#glb li.smh_none{
	display:none;
}
#glb li#pc_none{
	display:block;
	float: right;}
.nav-btn-phone{
	height:auto;
	    width: 90%;
    margin-left: 7px;
}
.nav-btn-phone img{
	width:100%;
	height:auto;
	
}

  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* 商品  スマフォ*/
  .prd-lst-unit-ul .col-sm-2{width:47%}

  .prd-lst-unit {
    margin-bottom: 5px;
    padding: 5px 5px 0 5px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  .footer-wrapper {
    margin-top: 0px;
    padding: 0px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -10px;
    padding: 0;

    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}





.font_red {
color:#FF0000;
}






  /* ========================================
        フリーページ　nunocotoとは
  ======================================== */

.cont_nunocoto {
	margin:0 0 50px 0;
	width:98%;
}

.cont_nunocoto p{margin:0 0 20px 0;}

.cont_nunocoto h2 {
	padding: 5px 0 5px 10px;
	border-left: #FB9700 solid 8px;
	font-weight:bold;
	font-size:105%;
	margin:20px 0;
	clear:both;
}

.cont_nunocoto .nunocoto_intro {
	background:#F5F4F1;
	width:90%;
	font-size:110%;
	line-height:2.0em;
	text-align:center;
	padding: 0 5%;
}
.cont_nunocoto .lead{
	width:100%;
	margin: 2% 0 2% 0;
	padding: 3% 0;
	font-size: 120%;
	border-bottom:2px dashed #d99694;
	}


.cont_nunocoto .nunocoto_intro span {
	background-color:#FFE5DC;
}

.cont_nunocoto img.pic_circle_r {
	float:right;
	width: 33%;
	min-width:150px;
	padding:0 0 20px 20px ;
	margin:0;
}
.cont_nunocoto .circle_txt{
	text-align:center;
	width: 51%;
	padding: 5% 3%;
	color:#d78c8a;
	background:#FFF;
	position:absolute;
	top:23%;
}


.cont_nunocoto p {
	margin:0 0 20px 0;
}

.cont_nunocoto .point {
	padding:3% 5%;
	margin:0;
	background-color:#F5F4F1;
	width:90%
}

.cont_nunocoto .point img {
	float:left;
}

.cont_nunocoto .point .subttl_out{
	background:#FFF;
	margin-bottom: 2%;
	padding: 3%;}

.cont_nunocoto .point .subttl{
	width: 95%;
	float:left;
	padding: 10px 20px 0 20px;
	background:none;
	text-align:center;
	color:#948a54;
	font-weight:bold;
	font-size:120%;

}
.cont_nunocoto .point .catch {
	width:100%;
	float:left;
	padding: 5px 0 5px 10px;
	font-weight:bold;
	font-size:120%;
	margin: 5px 0 20px 0;
	text-align:center;
	color:#1CB798;
	clear:both;
}

.cont_nunocoto .poin .sec_nunocoto {
	float:left;
	margin:10px 0;
	height:100%;
}

.cont_nunocoto .point .sec_nunocoto ul {
	width:98%;
	margin:0;
	padding:0;
	float:left;
}

.cont_nunocoto .point .sec_nunocoto li {
	margin:0;
	padding: 1.5em 0 1.5em 2.5em;
	background-image:url(https://file001.shop-pro.jp/PA01263/811/img/nunocoto/ico_cut.png);
	background-repeat:no-repeat;
	list-style:none;
	font-size:110%;
	font-weight:bold;
	max-width:90%;
}


.cont_nunocoto .point .sec_nunocoto .p_txt {
	padding:10px 0 10px 0;
	color:#333;
	font-size:105%;
	line-height:2em;
	margin-left:45px;
	font-weight:normal;
}

.cont_nunocoto .point .sec_nunocoto .p_txt_intxt{
	width:58%;
	float:left;
	font-size:95%;
}
.cont_nunocoto .point .sec_nunocoto .p_txt_img{width:40%;float:right}

.cont_nunocoto .point .sec_nunocoto img.photo {
	margin:0 0.3em 0.3em 0.3em;
	height:auto;
	box-shadow:2px 2px 5px #EAEAEA;
	-moz-box-shadow: 2px 2px 5px #EAEAEA;
	-webkit-box-shadow: 2px 2px 5px #EAEAEA;
}
.cont_nunocoto .section{
	background: #F5F4F1;
	padding: 3% 5%;
	width:90%;
	line-height: 2em;
	font-size: 105%;
	position:relative;}

.cont_nunocoto .dash{
	border-bottom:2px dashed #d99694;
	margin:25px 0 0 0;
}





/*nunocotoとは max480*/
@media only screen and (max-width: 480px)  {	

.cont_nunocoto .nunocoto_intro {
	font-size:90%;
	line-height:1.7em;
}
.cont_nunocoto .lead { font-size:110%;}

.cont_nunocoto .point .subttl_out{padding:5%;}
.cont_nunocoto .point .subttl{ padding:0; width:100%; font-size:110%; margin: 3% 0 0 0;}
.cont_nunocoto .point .catch {padding:0 0 0 0; font-size:110%;}

.cont_nunocoto .point .sec_nunocoto li {
background-size: 13% auto;
padding: 1em 0 1.5em 1.5em;
}

.cont_nunocoto .point .sec_nunocoto .p_txt {	
	padding:10px 0 10px 0;
	color:#333;
	font-size:90%;
	line-height:2.0em;
	margin-left:0;
	font-weight:normal;
}	
.cont_nunocoto .point .sec_nunocoto .p_txt_intxt{float:none; width:100%; font-size:100%;}
.cont_nunocoto .point .sec_nunocoto .p_txt_img{float:none; width:200px; margin:0 auto;}
.cont_nunocoto .point .sec_nunocoto img.photo {
	max-width:200px;
	margin:1em 0 1.5em 0;
	height:auto;
	box-shadow:2px 2px 5px #EAEAEA;
	-moz-box-shadow: 2px 2px 5px #EAEAEA;
	-webkit-box-shadow: 2px 2px 5px #EAEAEA;
}

.cont_nunocoto img.pic_circle_r{width:70%; padding: 0 0 0.7em 0;}	
.cont_nunocoto .section{padding:5% 5%; width:90%; text-align:center;}

.cont_nunocoto img.pic_circle_r {
	float:none;
	width: 70%;
	min-width:150px;
	padding:0 0 20px 20px ;
	margin:0;
}
.cont_nunocoto .circle_txt{
	width: 94%;
	top:auto;
	position:relative;
	clear:both;
	
}

}
/*nunocotoとは max480 ここまで*/







  /* ========================================
                 はじめてページ
  ======================================== */

.cont_first dl,dt,dd{margin:0; padding:0;}

.cont_first ul{list-style:none; padding:0; margin:0;}

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

img {
max-width: 100%;
height: auto;
}

.cont_first p{margin:0 0 15px 0;}

.cont_first .mr_36px{ margin-right:3%;}
.cont_first .mr_t30px{ margin-top:30px;}
.cont_first .ph_R{float:right; margin-left:0;}
.cont_first .txt12px{font-size:12px;}




.cont_first h2 {
font-weight: bold;
font-size: 105%;
margin: 10px 0;
color:#804703;

}

.cont_first h3{margin:0; padding:0;}




.cont_first .sec{
	width:100%;
	margin-bottom:45px;}





.cont_first{width:98%;}

.cont_first .ttl{ 
	background:url(https://file001.shop-pro.jp/PA01263/811/img/beginner/ttl_bg.jpg) no-repeat;
	background-size:100% auto;
	margin-bottom:3%;
	text-align:center;
	padding: 7% 0;
	height: auto;
	}


.cont_first div.tool_list_out{
	background:url(https://file001.shop-pro.jp/PA01263/811/img/beginner/tool_list_bg.jpg) repeat-y;

	}
.cont_first div.tool_list_out h3{
	background:url(https://file001.shop-pro.jp/PA01263/811/img/beginner/tool_list_ttl_bg.jpg) no-repeat;
	background-size: 100% auto;
	padding:6% 0 3.5% 0;
	text-align:center;
	}
.cont_first div.tool_list_out div.tool_list_bottom	{}
.cont_first ul.tool_list{ 
	width: 94%;
	padding-left: 2%;
	margin: 0 auto;}

.cont_first ul.tool_list li{
	width: 46.5%;
	float:left;
	margin-bottom:2%;
	background:url(https://file001.shop-pro.jp/PA01263/811/img/beginner/tool_list_li_bg.png) no-repeat;
	padding-left: 2%;
	}
.cont_first ul.tool_list02 li{
	background:url(https://img07.shop-pro.jp/PA01263/811/etc/beginner_tool_list02_li_bg.png?20140328144755) no-repeat;

	}
	
.cont_first ul.tool_list p.tool_list_ph{
	width:43%;
	float: left;
	margin: 0;
}

.cont_first ul.tool_list li.mr_36px{ margin-right:3%;}

.cont_first ul.tool_list li img {

}
.cont_first ul.tool_list li dl{
	float:left;
	width:55%;
	margin-left: 2%;}
.cont_first ul.tool_list li dl dt{
	background:url(https://img07.shop-pro.jp/PA01263/811/etc/beginner_tool_list_dt_bg.png?20140331185332) no-repeat;
	margin-bottom:2%;
	color:#623804;
	font-size:120%;
	line-height: 155%;
	padding-left: 6%;
}
.cont_first ul.tool_list02 li dt.tool_list02{
	background:url(https://img07.shop-pro.jp/PA01263/811/etc/beginner_tool_list02_dt_bg.png?20140331184925) no-repeat;

}
	
.cont_first ul.tool_list li dl dd{
	font-size:100%;}



	
.cont_first ul.point_ttl{ width: 98%;}

.cont_first ul.point_ttl li{ 
	width:100%; 
	margin-bottom:3.5%; 
	background:url(https://img07.shop-pro.jp/PA01263/811/etc/beginner_point_ttl_bar.jpg?20140327200932) repeat-x;
	background-size: 100% auto;
	padding-top: 3.5%;
}
.cont_first ul.point_ttl li p.point_ttl_ph{	
	float: right;
	margin-right: 1%;
	width: 35%;}

.cont_first ul.point_ttl li img {
}
.cont_first ul.point_ttl li dl{
	float:left;
	width: 62%;
}
.cont_first ul.point_ttl li dl dt{
	background:url(https://img07.shop-pro.jp/PA01263/811/etc/beginner_point_ttl_icon.gif?20140328161108)  0% 60%;
	background-repeat:no-repeat;
	line-height:30px;
	margin-bottom:13px;
	padding: 6% 0 5% 18%;
	font-size:20px;
	color:#442a8a;
}
.cont_first ul.point_ttl li dl dd{
	line-height:24px;
	padding: 2% 3%;
}
.cont_first ul.point_ttl li dl dd p.link{
	text-align:right;
	margin:7px 0 0 0;}
.cont_first ul.point_ttl li dl dd p.link A{
	text-decoration:underline;
	font-weight:bold;
}


.cont_first ul#saw_list{ 
	width:100%;
	margin-bottom:8%;}

.cont_first ul#saw_list li{ width:100%; margin-bottom:2%; }
.cont_first ul#saw_list li p.saw_list_ph{	
	float: left;
	margin: 0 3% 0 0;
	width:34%;
	}
.cont_first ul#saw_list li img {

}
.cont_first ul#saw_list li dl{
	float:left;
	 width:63%;
}
.cont_first ul#saw_list li dl dt{
	margin-bottom:13px;
	color: #71B00C;
	float: left;
	margin:3% 3% 2% 0;
}


@media only screen and (max-width: 1180px) {
.cont_first div.tool_list_out {
	background-size: 100% auto;

}
}

@media only screen and (max-width: 980px) {
.cont_first div.tool_list_out {
	background-size: 100% auto;

}

.cont_first ul.point_ttl li dl dt{
	line-height:30px;
	margin-bottom:13px;
	padding: 10% 0 5% 22%;
	font-size:110%;}

.cont_first ul.tool_list li dl {

margin-left: 3%;
}

.cont_first ul.tool_list li p.tool_list_ph { width:42%;}

.cont_first ul#saw_list li dl dt{
	margin: 0% 3% 2% 0;}


}

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

.cont_first{
	width:100%;}

.cont_first .mr_t30px{ margin-top:3%;}

body{
	font-size:90%;}	
	
.cont_first .ttl{ 
	background-size:140% auto;
	}	
.cont_first .ttl{
	padding: 9% 3%;
	width: 94%;
}
.cont_first .ph_R{ width:60% ;}

.cont_first div.tool_list_out{
}
.cont_first div.tool_list_out h3{
	padding:7% 23% 5% ;
	}
.cont_first div.tool_list_out h3.tool_list02{
	padding:7% 8% 5% ;
	}
	
cont_first ul.tool_list {
width: 94%;
margin: 0 auto;
}	
.cont_first ul.tool_list li {
	width:100% ;
	padding:0 0 0 0 ;
	background:none;
	padding-bottom:4%;
	margin-bottom:4%;
	border-bottom:1px dotted #B0985A;
	}
.cont_first ul.tool_list li p.tool_list_ph { margin-right:3%;}
.cont_first ul.tool_list li dl {
	float: none;
	width: auto;

}
.cont_first ul.tool_list li dl dt {
	margin-bottom:2%;
	background-position:90% 0;
	}
.cont_first ul.tool_list02 li dt.tool_list02{
	background-position:90% 0;
}
.cont_first ul.tool_list li dl dd {
	font-size: 90%;
	}	
.cont_first ul.tool_list li.mr_36px{ margin-right:0 ;}	



.cont_first ul.point_ttl li{
	padding-top: 7%;
	background-size: 170% auto;
	/* [disabled]font-size: 80%; */
}
.cont_first ul.point_ttl li img {
	display: block ;
	float: right ;
	margin-left:5% ;
	}
.cont_first ul.point_ttl li dl{
	float:left ;
	width:56% ;
}
.cont_first ul.point_ttl li dl dt{
	background-size:28% auto;
	background-repeat:no-repeat;
	line-height:170% ;
	margin-bottom:13px ;
	font-size:110%;
	padding:0 0 0 30%;
	min-height: 50px;
}	
.cont_first ul.point_ttl li dl dd {
	width: 170%;
}


.cont_first ul#saw_list{ width:100% ;}

.cont_first ul#saw_list li{ 
width:100%; 
margin-bottom:3.5% ;
font-size: 80%; }
.cont_first ul#saw_list li p.saw_list_ph{	
	float: left ;
	margin-right:3% ;
	width:34% ;
	}
.cont_first ul#saw_list li img {

}
.cont_first ul#saw_list li dl{
	float:left ;
	 width:63% ;
}
.cont_first ul#saw_list li dl dt{
	color: #71B00C ;
	float: left ;
	margin:0 3% 2% 0;	
	width:10% ;
}

.cont_first ul#saw_list li dl dd{

}

}




  /* ========================================
                      Q&A
  ======================================== */




.cont_qa A{ text-decoration:underline;
	color:#457600;
	display:block;
	text-align:right;}
.cont_qa A:hover{text-decoration:none;}

.qa_img{text-align:center;}

.cont_qa {width:98%;}
.cont_qa dl,dt,dd,p,ul,li{padding:0; margin:0;}

.cont_qa #qa_ttl{
	margin-bottom:2%;}


.cont_qa ul li {
list-style: none;
}

.cont_qa ul#qa li dl dt{
border-bottom: 2px dotted #B79B6A;
font-weight: bold;
background: url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_Q.png) no-repeat 15px 15px;
background-color:#dac48e;
padding: 2.5% 0 2.5% 7% ;
font-size: 130%;
color: #FFF;
}
.cont_qa ul#qa li dl dd{
background:url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_A.png) no-repeat 15px 20px;
padding: 2% 0 2% 7% ;
margin-bottom: 2%;
}





@media only screen and (max-width: 980px) {
.cont_qa {width:100%;}
.cont_qa ul#qa li dl dt{
	border-bottom: 2px dotted #B79B6A;
	background: url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_Q.png) no-repeat 7px 10px;
	background-size:3.5% auto;
	background-color:#dac48e;
	font-size: 120%;
	padding: 2% 0 2% 7%;}

.cont_qa ul#qa li dl dd{
	background:url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_A.png) no-repeat 7px 10px;
	background-size:4% auto;
	padding: 2% 0 2% 7%;
	font-size: 80%;}
	
}



@media only screen and (max-width: 480px) {
.cont_qa {width:100%;}

.cont_qa ul#qa li dl dt{
	border-bottom: 2px dotted #B79B6A;
	background: url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_Q.png) no-repeat 7px 7px;
	background-size:5% auto;
	background-color:#dac48e;
	font-size: 100%;
	padding: 2% 0 2% 10%;}

.cont_qa ul#qa li dl dd{
	background:url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_A.png) no-repeat 7px 10px;
	background-size:5% auto;
	padding: 2% 0 2% 10%;
	font-size: 80%;}

	
}



@media only screen and (max-width: 480px) {
.cont_qa {width:100%;}

.cont_qa ul#qa li dl dt{
	border-bottom: 2px dotted #B79B6A;
	background: url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_Q.png) no-repeat 7px 7px;
	background-size:5% auto;
	background-color:#dac48e;
	font-size: 100%;
	padding: 2% 0 2% 10%;}

.cont_qa ul#qa li dl dd{
	background:url(https://file001.shop-pro.jp/PA01263/811/img/qa/icon_A.png) no-repeat 7px 10px;
	background-size:5% auto;
	padding: 2% 0 2% 10%;
	font-size: 80%;}
	
}



  /* ========================================
        フリーページ　ノベルティプレゼント
  ======================================== */

.cont_novelty {
	float:left;
	background-color:#F9F6ED;
	width:98%;
	margin:0 2% 3% 0;
	padding-bottom:20px;
}


.cont_novelty h2 {
	padding: 5px 0 5px 10px;
	border-left: #FB9700 solid 8px;
	font-weight:bold;
	font-size:105%;
	margin:20px 0;
	clear:both;
}

.cont_novelty .present_intro {
	float:left;
	width:100%;
	font-size:125%;
	line-height:2.0em;
	margin-top:20px;
	text-align:center;
}

.cont_novelty .present_intro .mark{
		background-color:#FFC;
		font-size:120%;
}

.cont_novelty .present_intro ul {
	width:98%;
	margin:20px;
	padding:0;
	clear:both;
	float:left;
}

.cont_novelty .present_intro li {
float:left;
width:25%;
list-style:none;
margin:0;
padding: 2.7%;
	display:block;
	height:auto;
	max-width:240px;
}

.cont_novelty .sec_present {
	float:left;
	width:100%;
	font-size:15px;
	line-height:2.0em;
	margin-top:10px;
	text-align:center;
	font-weight:normal;
}


.cont_novelty .present_kit {
	float:left;
	width:80%;
	min-width:50%;
	margin:20px;
	padding:10px;
	background-color:#F0E9D2;
	clear:both;
}

.cont_novelty .present_kit .ttl {
	float:left;
	text-align:center;
	font-weight:bold;
}

.cont_novelty .present_kit .recipe_txt  {
	float:left;
	width:100%;
	margin:0;
}

.cont_novelty .present_kit .recipe_txt ul {
	float:left;
	width:80%;
}

.cont_novelty .present_kit .recipe_txt li {
	float:left;
	width:90%;
	max-width:90%;
	min-width:50%;
	list-style:none;
}

.cont_novelty .p_kit {
	float:left;
	width:90%;
	margin:20px;
}

.cont_novelty .p_kit .ttl{
	text-align:center;
	margin:10px;
}

.cont_novelty .p_kit ul {
	width:100%;
	margin:20px;
	padding:0;
}

.cont_novelty .p_kit li {
	float:left;
	width:20%;
	list-style:none;
	width:100%;
	padding:10px;
	text-align:center;
}

.product_btn {
float:left;
display:block;
text-align:center;
width:100%;
margin:10% auto;
}

.product_btn .ttl {
float:left;
text-align:center;
border-left: #3FB0C9 solid 8px;


padding: 5px 0 5px 10px;
font-weight:bold;
font-size:105%;
margin:5%;
height:20px;
}

.product_btn ul {
text-align:center;
margin:0 10px;
float:left;
width:100%;
}

.product_btn li {
max-width: 22%;
min-width:18%;
height:26px;
list-style:none;
float:left;
padding:2%;
margin:0 1%;
border: 1px solid #D0AD20;
background-color: #D0AD20;
color: #FFF;
border-radius: 4px;
-moz-border-radius: 4px;
webkit-border-radius: 4px;
}



.product_btn li a {
border: 1px solid #ECD783;
background-color: #ECD783;
color: #FFF;
}


@media only screen and (max-width: 480px)  {	
.cont_novelty {
	width:100%;
}
.cont_novelty .present_intro .mark{
		font-size:110%;
}

.cont_novelty .present_intro ul {
	width:201px;
	margin:3% auto 3%;
	float:none;
	}

.cont_novelty .present_intro li{
	padding:2.7% 0;
	min-width:200px;
}

.cont_novelty .sec_present{
	width: 90%;
	margin: 0 5%;
	}

.cont_novelty .present_kit .recipe_txt ul{
	width:100%;}
.cont_novelty .present_kit .recipe_txt li{
	width:100%;
	max-width:100%;}

.col-lg-4{
	width: 48.1%!important;
	}



}




 /* ========================================
        フリーページ　ファブリック
  ======================================== */


.fabric A img.img_step{	
border: 7px solid #F9F6ED;
width:98%;
}

.fabric {
	width:100%;
	background-color:#FFF;
margin-bottom:5%;
}
.fabric .top_lead{

	background-color: #F5F5F5;
padding: 0 5% 3%;
line-height: 1.8em;
border-bottom: dashed 1px #ccc;
font-size: 90%;
max-height: 999999px;
margin:0;}
.fabric .subttl01{
	margin:0 3% 3% 3%;
	clear: both;}
.fabric img.subttl01_img{
	
}
.fabric .sec {
    max-width: 100%;
    min-width: 40%;
    padding: 2% 0;
}

.fabric .sec ul.list{
width:100%;
margin-bottom:3%;}
.fabric .sec ul.list li{
list-style: none;
float: left;
width: 33.3%;
padding: 0 1.5% 3% 1.5%;
height: 400px;
margin: 1% 0;
}
.fabric .sec ul.list li.photo{
	height:auto;
}

.fabric .sec ul.list li.photo_kit {

}

.fabric .sec ul.list li iframe{
	width:100%;
	height:250px;}
.fabric .sec ul.list li dl{
	margin-bottom:0;
}
.fabric .sec ul.list li dl dt{
	font-size:95%;
	margin-bottom:1.5%;}
.fabric .sec ul.list li dl dd{
	line-height: 1.8em;
	font-size:95%;}
.fabric .sec ul.list li dl p.btn01{
	text-align:right; margin-top:2%;}

.fabric .txt_center {
text-align:center;
}

.fabric .cutfab{
	padding: 5% 0 3%;
clear: both;
}
.fabric .cutfab p{
	text-align:center;
}



/*ファブリックページ max480*/
@media only screen and (max-width: 500px)  {
.fabric A img.img_step{	
border: 7px solid #F9F6ED;
width:100%;
}

.fabric .sec ul.list li.photo_kit {
	width:100%;
	height:auto;
}

.fabric .sec ul.list li.photo{
	width:100%;
	height:auto;
}

.fabric .lead{
	font-size:100%;}

.fabric .subttl01{
	width:94%;
	border-bottom:1px solid #555;
	margin-bottom:6%;
	margin-top:6%;}

.fabric img.subttl01_img{
	width: 100%;
	margin-bottom:0.5%
}

.fabric img.subttlbar_img{
	width: 100%;
}

.fabric .sec ul.list {
float:left;
background-size: 100% auto;
}

.fabric .sec ul.list li {
width: 87%;
padding: 0 5% 12% 5%;
height:auto;
}
.fabric .sec ul.list li dl dt{
	padding: 1.5% 0;
}
}

@media only screen and (max-width: 980px) {
.fabric .sec ul.list {
float:left;
background-size: 100% auto;
}
.fabric .sec ul.list li dl{
	margin-top:4%;
}
.fabric .sec ul.list li dl dt{
	font-size:103%;
	}
.fabric .sec ul.list li iframe{
	width:100%;
	height:200px;}
}

}

.top_Bn {
float:left;
width:100%;
hieght:100%;
padding:0 0 20px 0;
}

.top_Bn .bn_conts {
	width:49%;
	margin:0 0 2% 0;
}
.top_Bn .bn_conts_l{ float:left;}
.top_Bn .bn_conts_r{ float:right;}


.top_Bn .top_Bn_Product {
float:left;
width:100%;
height:100%;
margin:0;
}



.top_Bn .top_Bn_Product_l {
width:49%;
display: inline-block;
vertical-align: top;
margin:0;
}

.top_Bn .top_Bn_Product_r {
margin-top:0;
width:49%;
display: inline-block;
vertical-align: top;
}

.top_Bn .p_photo {
min-width:47%;
}


.top_Bn dl {
width:100%;
margin:0 0;
background-color:#F3F3F3;
}

.top_Bn dt{
width:100%;
margin:0;
}

.top_Bn dd {
width:96%;
font-weight:bold;
font-size:90%;
background:#F3F3F3;
margin:0;
padding:2% 2%;
line-height: 1.3em;
}

.top_Bn dd .txt {
width:96%;
font-weight:normal;
font-size:90%;
padding:2% 0;

}


  /* ========================================
        フリーページ　ラッピング
  ======================================== */
.cont_wrapping {
	margin:0 0 50px 0;
}

.cont_wrapping .main {
	margin:0;
}

.cont_wrapping .ttl {
	margin:5% 0;
text-align:center;
}

.cont_wrapping .lead {
	max-width:100%;
font-size:14px;
line-heigh:2.0em;
text-align:center;
}

.cont_wrapping .step {
	float:left;
	width:100%;
	margin:5% 5%;
}

.cont_wrapping .step img {
	padding:3% 1%;
max-width:45%;
}

.cont_wrapping .detail_wrapping {
    float: left;
    width: 90%;
    min-width: 50%;
    margin: 20px 20px 50px 20px;
    padding: 2%;
background-color: #F9F6ED;
    clear: both;
}

.cont_wrapping .detail_wrapping .txt {
    float: left;
    width: 100%;
    padding: 2%;
}


@media only screen and (max-width: 480px)  {	
.cont_wrapping {
	width:100%;
}

.cont_wrapping .step img {
	padding:3% 1%;
min-width:260px;
}


}



 /* ========================================
       リダイレクト
  ======================================== */


.re_info {
width:100%;
float:left;
text-align:center;
padding:10% 0;
}

.re_info img {
text-align:center;
}

.re_info p {
float:left;
width:100%;
padding:3% 0;
}

.re_info .link_txt {
padding:2% 0;
}

.re_info A {
width:100%;
float:left;
clear:both;
text-decoration:underline;
}


	
	
  /* ========================================
     フリーページ  nunocotoギャラリー投稿一覧
  ======================================== */	
#cont_gara_out{
	line-height:34px;
	color:#000000;
	width:100%;
	height:auto;
	background:url(https://file001.shop-pro.jp/PA01263/811/img/garally/bg.gif) repeat-y;
	background-position:top center;

	padding: 3% 0 3%;	
	}

#cont_gara .flL{float:left;}
#cont_gara .flR{float:right;}
#cont_gara .txtL{text-align:left;}
#cont_gara .txtR{text-align:right;}
#cont_gara .txtNor{ font-weight:normal;}
#cont_gara .cent{ text-align:center;}
#cont_gara .txt16px{font-size:16px; line-height:30px;}
#cont_gara .txt14px{font-size:14px; line-height:30px;}
#cont_gara .txtBL{color:#026f83; margin-bottom:10px; display:block;}
#cont_gara .txtBL A{color:#026f83; }
#cont_gara .txt85{ font-size:87%;}
#cont_gara .txt75{ font-size:77%; line-height: 1.7em;}
#cont_gara .mB25px{margin-bottom:25px;}
#cont_gara .mB45px{margin-bottom:45px;}
#cont_gara .mB1{margin-bottom:1%;}
#cont_gara .mT15px{margin-top:15px;}
#cont_gara .cont_gara_icon{margin-right:1.5%;}

#cont_gara a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

#cont_gara h1{margin:7px 0 20px;}		
#cont_gara h2{margin:0 0 20px 0}

/***********/

#cont_gara {
	width:94%;
	margin:0 auto 0;
	background:url(https://file001.shop-pro.jp/PA01263/811/img/garally/bg_on.png) repeat-y;
	padding-bottom: 3%;
	}
#cont_gara #subttl{ margin: 20px 0 10px 130px;}
#cont_gara .cont_gara_btn {
background: #F7F373;
padding: 1.5% 2% 0%;
width: 60%;
text-align: center;
margin: 0 auto 2%;
}
#cont_gara .cont_gara_btn A{text-decoration:underline; line-height: 1.8em;}
#cont_gara .cont_gara_btn A:hover{text-decoration:none;}

#cont_gara #lead{
	font-size:120%;
	line-height: 190%;
	margin-bottom: 1.5%;
	color:#5d5801;
}

#cont_gara ul#come{ width:100%;
list-style:none;}
#cont_gara ul#come li{
	padding:2% 5% 0;
	width:90%;
	
	background-size: 75%;
	position: relative;
	margin: 0 0 1% 0;
	}
#cont_gara ul#come li.dot{
	background:url(https://file001.shop-pro.jp/PA01263/811/img/garally/dot.png) no-repeat;
	background-position: 
	bottom;
	line-height: 70%;
		}
#cont_gara ul#come li div.tape{
	position: absolute;
	top: 0%;
	left: 3%;}
#cont_gara ul#come li div.L{ float:left; margin-right: 3%; width: 27%; }
#cont_gara ul#come li dl.R{ float:left; background:#FFF; padding:2.5% 3%; width: 64%; margin:0;
/**角丸**/
 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }
#cont_gara ul#come li dl.R p{
	background:#fffbde;
	padding:2%;
	margin-top:10px;}	


@media only screen and (max-width: 640px) {
#cont_gara #subttl	{
	width: 70%;
	margin: 2% 0 0px 12%;}
}

@media only screen and (max-width: 480px) {
#cont_gara .txtBL A{font-size:87%;}
	
#cont_gara .txt90{ font-size:80%;}
	
#cont_gara #lead{
	font-size: 80%;
	line-height: 180%;
	padding:0 3%;
}
#cont_gara #subttl{
	margin: 3% 5% 0;
	width: 90%;}
#cont_gara ul#come li{margin:7% 0 0 0;
}
#cont_gara ul#come li div.L{
	width:100%;
	text-align:center;
}

#cont_gara ul#come li div.tape {
position: absolute;
top: -2%;
left: 8%;
}
#cont_gara ul#come li dl.R{
	width:100%;}

}





  /* ========================================
                  ご利用ガイド
  ======================================== */
.cont_guide .intro {
width:90%;
margin:5%;

}

.cont_guide A{ text-decoration:underline;
	color:#457600;
	display:block;}
.cont_guide A:hover{text-decoration:none;}

.qa_img{text-align:center;}

.cont_guide {width:98%;}
.cont_guide dl,dt,dd,p,ul,li{padding:0; margin:0;}

.cont_guide #guide_ttl{
	margin-bottom:2%;}


.cont_guide ul li {
list-style: none;
}

.cont_guide ul#guide li dl dt{
border-bottom: 2px dotted #CCC;
font-weight: bold;
background: #f9f9f9;
padding: 1% 3% 1% 3% ;
font-size: 110%;
color: #363636;
}
.cont_guide ul#guide li dl dd{
padding: 2% 3% 2% 3% ;
margin-bottom: 2%;
line-height:1.6em;
}

.cont_guide ul#guide li dl dd .ttl_s {
padding: 1% 0 1% 3% ;
margin:2% 0;
background: #f9f9f9;
font-size:100%;
font-weight:bold;
}

.cont_guide ul#guide li dl dd .detail {
padding: 1% 0 5% 3% ;
font-size:90%;
}

.cont_guide ul#guide li dl dd .info_mail {
border:1px dashed #CCC;
padding:5%;

font-size:90%;
}


@media only screen and (max-width: 980px) {
.cont_guide {width:100%;}
.cont_guide ul#guide li dl dt{
	border-bottom: 2px dotted #4d4d4d;
	background: #f9f9f9;
	background-size:3.5% auto;
	
	font-size: 120%;
	padding: 2% 0 2% 2%;}

.cont_guide ul#guide li dl dd{
	background-size:4% auto;
	padding: 2% 0 2% 2%;
	font-size: 80%;}
	
}


@media only screen and (max-width: 480px) {
.cont_guide {width:100%;}

.cont_guide ul#guide li dl dt{
	border-bottom: 2px dotted #4d4d4d;
	background: #f9f9f9;
	background-size:5% auto;
	
	font-size: 100%;
	padding: 2% 0 2% 2%;}

.cont_guide ul#guide li dl dd{

	background-size:5% auto;
	padding: 2% 0 2% 2%;
	font-size: 80%;}
	
}



@media only screen and (max-width: 480px) {
.cont_guide {width:100%;}

.cont_guide ul#guide li dl dt{
	border-bottom: 2px dotted #4d4d4d;
	background: #f9f9f9;
	background-size:5% auto;
	
	font-size: 100%;
	padding: 2% 0 2% 2%;}

.cont_guide ul#guide li dl dd{
	background-size:5% auto;
	padding: 2% 0 2% 2%;
	font-size: 80%;}
	
}




 /* ========================================
                  問い合わせ
  ======================================== */

div.toiawase{
	border:1px solid #c8c8c8;
	text-align:center;
	padding: 5% 7% 5% 7%;
	margin-bottom:10%;
	}

.side-section .toiawase ul,li,p{ margin:0; padding:0;}
.side-section .toiawase p.line-red{ 
  text-decoration:line-through;
  color: red;}
.side-section{clear:both;}

div.toiawase ul{list-style:none;
}

div.toiawase img#icon_mail{ margin-right:5%; width: 16%;}
p#mail{
font-size:14px; font-weight:bold;
padding: 3% 0 3% 2%;
margin:0;	
}
p#mail span{}
p#mail_txt{ border-bottom:1px solid #c8c8c8; padding-bottom:5%; margin-bottom:5%; }

div.toiawase img#icon_tel{ margin-right:5%; width: 8%;}

ul#tel li{
	 background:url(https://img07.shop-pro.jp/PA01263/811/etc/toiawase_icon_tel.gif?20140404175221) no-repeat;
margin: 0;
padding: 2% 0 0 11%;}	

ul#tel_detail {line-height: 0.2em;}	
ul#tel_detail li{ font-size:90%; margin:0; line-height: 1.9em;}	
	



	
@media only screen and (max-width: 980px){
	
ul#tel_detail {line-height:1.5em;}		
div.toiawase img#icon_mail{ margin-right:5%; width: 8%;}
div.toiawase img#icon_tel{ margin-right:5%; width: 5%;}

.manager-img{ width:40%; float:left; margin-right:3%;}
.manager_R{ float:left; width: 57%;}

	
}
@media only screen and (max-width: 481px){
.manager-img{ width:100%; float:none; margin-right:0;}
.manager_R{ float:none; width: 100%;}

div.toiawase img#icon_mail{ margin-right:5%; width: 13%;}
div.toiawase img#icon_tel{ margin-right:5%; width: 7%;}

	
}




 /* ========================================
                  スタッフ
  ======================================== */

.manager_txt{line-height: 1.7em; font-size: 95%;}	



 /* ========================================
                  右メニュー
  ======================================== */

ul.side-list_L{margin:0; padding:0;}
ul.side-list_L li{ list-style:none;}

ul.side-list{ margin-left:15%;}
	

 /* ========================================
                  配送料金
  =======================================*/





-----------------------------------
		   　　赤下線
-----------------------------------
.product-spec-table td p{
  text-decoration:line-through;
  color: red;}

.product-spec-table td p.line-red span{
  color:#000;}

-----------------------------------
		   　　seo
-----------------------------------
.cont_make .seo {
}
.cont_make .seo {
  width: 95%;
margin: 40px auto;
overflow: hidden;
}
.cont_make .seo h2{
  margin: 30px 0 10px;
}
.cont_make .seo h3{
  color: #0a82a5;
  margin: 7px 0;
}
.cont_make .seo p{
  margin-bottom: 25px;
  font-size:95%;
}
.cont_make .seo .subttlbar_img{
  width: 110%;
margin-bottom: 20px;
}

.searchboxlabel {
  display: inline !important;
}
.searchboxinput{
  margin: 0 !important;
}

.searchradio{
  margin-bottom: 20px;
}

/*  ヘッダー上バナー　 */
img.sp {
    display: none;
}
@media only screen and (max-width: 481px){
img.sp {
    display: block;
}}

@media screen and (max-width: 765px) {
.rightsidebar{
  display: none; 
}
}

  .c-product-list__index {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    background: #eaeaea;
    border-radius: 50%;
}
