/*商品検索*/
.searchBox .searchInput {
  padding: 4px;
}
.searchBox .searchBtn {
  padding: 4px;
}
/*新グローバルナビ*/
.gnavi_new {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gnavi_new > ul {
  display: table-row;
}
.gnavi_new > ul > li {
  display: table-cell;
  width: 14%;
}
.gnavi_new > ul > li dl dt {
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.gnavi_new > ul > li dl dt a {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
.gnavi_new ul li dl dd ul.typelist {
  display: block;
  list-style: none;
  position: absolute;
  background-color: #fff;
  width: 160px;
  padding: 8px;
  box-shadow: 0px 0px 2px #ccc;
  z-index: 999;
}
.gnavi_new ul li dl dd ul.typelist:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 5px solid;
  border-color: transparent transparent #4a4a4a transparent;
  top: -10px;
  left: 47.5%;
}
.gnavi_new ul li dl dd ul li {
  border-bottom: 1px solid #f2f2f2;
}
.gnavi_new ul li dl dd ul li:hover a {
  background-color: rgba(130,79,34,0.1);
}
.gnavi_new ul li dl dd ul li a {
  display: block;
  font-size:13px;
  text-decoration: none;
  padding: 4px 0;
}
.gnavi_new ul li dl dd ul li a img{
  max-width: 20px;
  height: auto;
  margin-right: 4px;
}
.gnavi_new .typelist li {

}

.header_new {
  margin-bottom: 20px !important;
}

/*ヘッダー　検索ボックス*/
.searchBox input {
  padding: 5px 2px;
  font-size: 13px;
  border: 1px solid #ccc;
}
.searchBox button {
  font-size: 13px;
  color: #fff;
  border:none;
  background-color: #8d5a30;
  line-height:1em;
  padding: 8px;
}





.wtitle {
  font-family: 'Dosis', sans-serif;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.toolbar-item.toolbar--cart {
  position: relative;
}

.sp_gnavi_itemcnt {
  display: inline-block;
  background-color: #bd272d;
  color: #ffffff;
  border-radius: 50%;
  min-width: 1em;
  height: 1em;
  line-height: 1.1em;
  padding: 5px;

  position: absolute;
  top: 25%;
  right: 5%;

}
.logo img {
  max-width: 283px;
}

@media only screen and (max-width: 768px) {
  .logo img {
    max-width: 223px;
  }
}


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

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

body {
  color: #666;
  font-size: 12px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
}

p {
    line-height: 20px;
}

a {
  outline: none;
  color: #333;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #824F22;
  text-decoration: underline;
}

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

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

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

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

.kaiinkakaku {
  color: #FF0000;
}

/* ツールバー */
.toolbar {
  background: #804f21;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);

  z-index: 10;
  width: 100%;
  overflow: hidden;
}

.toolbar-inner {
  margin: 0;
  padding: 0;
}

.toolbar-item {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  border-right: solid 1px #A4815F;
  border-left: solid 1px #A4815F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item a {
  font-size: 114.28571%;
  display: block;
  padding: 5px 0;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

.toolbar-item a img {
  width: 50px;
}

/*sp_sidebar 2017/3/16 */
#hidemenu {
  position: absolute;
  width: 100%;
  z-index: -1;
  margin-top: -3px;
  background-color: #ffffff;
}

#hidemenu.side_open {
  left: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
}

#hidemenu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: -1000px;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, right,left;
}

#hidemenu.side_close {
  left: -1000px;
  -webkit-transition: -webkit-transform 400ms ease-in;
  -moz-transition: -moz-transform 400ms ease-in;
  -o-transition: -o-transform 400ms ease-in;
  transition: transform 400ms ease-in;
  -webkit-transition-property: -webkit-transform, left, right;
}

#closebtn {
  /*position: fixed;*/
  z-index: 1000;
  width: 98%;
  padding-top: 10px;
  margin: 0 auto;
  text-align: right;
}

.css-cancel {
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 35px;
  /*background: #804f21;*/
}

.css-cancel img {
  width: 100%;
}

.category_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    height: 100%;
}

#hidemenu.side_open .category_wrap {
  /*margin-top: 40px;*/
  position: fixed;
  overflow-y: scroll;
}

.sp_side_login {
  margin-bottom: 10px;
}

.sp_side_login span {
  display: inline-block;
  margin-bottom: 10px;
}


.sp_side_login li {
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}

.sp_side_login a {
  display: block;
  width: 80%;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background: #8d5a30;
  border: 1px solid #8d5a30;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}

.sp_side_login a img {
  display: inline-block;
  margin: 7px;
}

.sp_side_search {
  margin-bottom: 10px;
}

.sp_side_search form {
  width: 80%;
  margin: 10px auto 20px;
  text-align: center;
  overflow: hidden;
}

.sp_side_search form input[type="image"] {
  float: left;
  margin-left: 5px;
}

.sp_side_search form .stxt {
  height: 25px;
  float: left;
  width: 80%;
}

.category_wrap .sp_side_itemlists {
 /*margin-bottom: 20px;*/
  padding-bottom: 80px;
}

.category_wrap .sp_side_search h5,
.category_wrap .sp_side_itemlists h5 {
  background-color: #e0c7ac;
  color: #ffffff;
  font-size: 1.3em;
  /*margin-bottom: 10px;*/
  text-align: center;
}

.category_wrap .sp_side_itemlists li {
  border-bottom: 1px solid #808080;
  
}

.acmenu dt,
.category_wrap .sp_side_itemlists a {
  position: relative;
  color: #4f4946;
  display: block;
  height: 35px;
  font-size: 1.2em;
  line-height: 35px;
  text-align: left;
  padding-left: 1em;
  letter-spacing: 1px;
  text-decoration: none;

}

.acmenu dt:after {
  border-top: 1px solid #4f4946;
  border-right: 1px solid #4f4946;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
}

.category_wrap .sp_side_itemlists a:after {
  border-top: 1px solid #4f4946;
  border-right: 1px solid #4f4946;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
}


.category_wrap .sp_side_bnrlists {
  color: #ffffff;
  margin-bottom: 20px;
  border-top: 1px solid #808080;
}

.category_wrap .sp_side_bnrlists li {
  text-align: center;
  margin-bottom: 10px;
}


/*アコーディオン*/
.acmenu dt {
  display: block;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #808080;
  background-color: #e6e6e6;

}
.acmenu dd {
  display: none;
}


.acmenu dd .typelist li {
  line-height: 25px;
}

.acmenu dd .typelist img {
  width: 25px;
  margin: 5px 10px;
  float: left;
}

/*2015/05/01 add */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;

}
 
.pagetop a:hover {
    display: block;
    opacity: 0.7;
}


/*閲覧制御 2017/3/1 */
@media print, screen and (min-width: 769px) {
  .pc-dn {
    display: none !important;
  }

  br.sp-look {
    display: none;
  }

  br.pc-look {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .sp-dn {
    display: none !important;
  }

  br.sp-look {
    display: inline;
  }

  br.pc-look {
    display: none;
  }

}

/*ページ全体の幅、レイアウトをセンタリング*/
@media print, screen and (min-width: 769px) {
  #container {
    width: 960px;
    margin: 25px auto 0;
    text-align:left;

    /*position: relative;*/
  }
}

@media only screen and (max-width: 768px) {
  #container {
    width: 100%;
    margin: 10px auto 0;
    position: relative;
  }
}

/*ヘッダー*/
#header {
  width:100%;
  /*padding: 20px 0;*/
  clear:left;
  overflow: hidden;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #header {
    margin-bottom: 10px;
  }
}

/*メイン*/
.main {
  width: 100%;
  position: relative;
}

.nlock {
    margin: 0 auto;
    position: fixed;
    top: 0;
    animation-duration: 0.2s;
    animation-name: slidein;
}

.renlock {
    margin: 0 auto;
    position: fixed;
    top: -80px;

    animation-duration: 0.2s;
    animation-name: slideout;
}

#header .h_title {
  width: 360px;
  float: left;
  padding-top: 4px;
}

@media only screen and (max-width: 768px) {
  #header .h_title {
    width: 100%;
    text-align: center;
  }
}


#header .h_title p {
  color: #7F4F21;
  text-indent: 65px;
  font-size: 11.5px;
}

@media only screen and (max-width: 768px) {
  #header .h_title p {
    text-indent: 0;
  }
}

/*center*/
#header .h_menu {
  padding-top: 7px;
  float: right;
  width: 600px;
}

@media only screen and (max-width: 768px) {
  #header .h_menu {
    width: 100%;
  }
}

#header .h_menu .linkmenu {
  float: right;
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 10px;
  
}


#header .h_menu .linkmenu li {
  float: left;
  margin-right: 25px;
  list-style: none;
}

/*2015/05/21 add */
#header .h_menu .linkmenu li.lmlast {
  /*margin-right: 0;*/
}


#header .h_menu .linkmenu a:hover {
  opacity: 0.7;
}

/*snsエリア*/
#header .h_menu .snsmenu {
  float: right;
}

#header .h_menu .snsmenu li {
  display: inline;
  margin-left: 5px;
  list-style: none;
}

#header .h_menu .snsmenu a:hover {
  opacity: 0.7;
}

/*アカウントエリア*/
#header .h_menu .accountmenu {
  overflow: hidden;
  float: right;
  margin-right: 10px;
}

#header .h_menu .accountmenu li {
  float: left;
  list-style: none;
  margin-right: 25px;
  
}


#header .h_menu .accountmenu li a {
  text-decoration: none;
  display: block;
}

/* 2015/05/25 add */
#header .h_menu .accountmenu li a.logoutbtn {
  display: inline;
  margin-left: 10px;
}


#header .h_menu .accountmenu li a:hover {
  color: #666;
  opacity: 0.7;
}

#header .h_menu .accountmenu li img {
  padding-right: 10px;
}

/*カートエリア*/
#header .h_menu .cartmenu {
  clear: both;
  float: right;
}

#header .h_menu .cartmenu li {
  list-style: none;
}

#header .h_menu .cartmenu li.cartbtn {
  float: right;
  margin-right: 0px;
}

#header .h_menu .cartmenu li.cartbtn img {
  float: left;
}

#header .h_menu .cartmenu li a {
  text-decoration: none;
  display: block;
}

#header .h_menu .cartmenu li a:hover {
  color: #666;
  opacity: 0.7;
}

#header .h_menu .cartmenu li img {
  padding-right: 10px;
}

#header .h_menu .cartmenu .count {
  display: block;
  float: left;
  padding: 5px 10px;
  letter-spacing: 1px;
}
#header .h_menu .cartmenu .price {
  display: block;
  min-width: 80px;
  float: left;
  padding: 5px;
  letter-spacing: 1px;
  text-align: right;
}

/*gnavi*/
.gnavi {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.gnavi li {
  float: left;
  list-style: none;
  border-right: 1px solid #9A9A9A;
}

.gnavi li.first {
  border-left: 1px solid #9A9A9A;
}

/* 
 *  footer
 */
#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


#footer ul.footer_menu {
  margin-bottom: 20px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

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

  #footer .spfootsns {
    
    margin-bottom: 30px;
  }

  #footer .spfootsns dt {
    font-size: 2.6em;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  #footer .spfootsns dd {

  }

  #footer .spfootsns dd ul {
    overflow: hidden;
  }

  #footer .spfootsns dd li {
    display: inline-block;
    max-width: 20%;
    margin: 0 10px;
  }

  #footer .spfootsns dd li img {
    width: 100%;
  }



  #footer .footer_menu a {
    display: block;
    height: 35px;
    font-size: 1.2em;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #4d4d4d;
    background-color: #f2f2f2;
    text-decoration: none;
  }

  #footer ul.footer_menu {
    margin-bottom: 0;
  }

  #footer ul.footer_menu li {
    display: block;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ffffff;
  }
}

#footer .snsmenu {
  padding: 0;
  margin-bottom: 20px;
}

#footer .snsmenu li {
  display: inline-block;
}

/*フッター（コピーライト）*/
#footer {
  padding: 30px 0;
  width:100%;
  clear:both;
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 0;
  }

  @media screen and (max-width: 768px) {
    .br-sp { display:none; }
}

  .copyright {
    background-color: #f2f2f2;
    color: #4d4d4d;
    padding: 10px;
  }
}

/* 
 *  パン屑
  */
div.bread {
padding: 10px;
background-color: #f1f1f1;
margin-bottom: 40px;
margin-top: 10px;
}

div.bread span {
margin: 0 5px;
color: #999;
}

/*ページャー*/
.pagerarea {
  clear: both;
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

.pagerarea a,
.pagerarea span {
  color: #666666;
  background-color: #DCDCDC;
  line-height: 30px;
  font-size: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  border-radius: 15px;
  text-decoration: none;
}

.pagerarea a:hover,
.pagerarea span.active {
  color: #ffffff;
  background-color: #333333;
}

/**/
.warningtextarea {
  margin-top: 10px;
  margin-bottom: 35px;
  clear: both;
  border: 2px solid #bd272d;
  padding: 10px;
}

.warningtextarea h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #bd272d;
}

.warningtextarea p {
  margin-bottom: 10px;
}

.warningtextarea ul li {
    font-size: 13px;
    line-height: 1.8em;
    font-weight: bold;
    background-image: url(https://file001.shop-pro.jp/PA01317/318/img/ico_list.png);
    background-repeat: no-repeat;
    background-position: 0% 5px;
    padding-left: 15px;
    margin-bottom: 5px;
    list-style: none;

    text-align: justify;
}

.warningtextarea ul li span {
  color: #bd272d;
}

/*発送料金*/
.postagebox {
    border: 1px solid #898989;
    overflow: hidden;
    padding: 2px;
    width: 350px;

    margin-bottom: 5px;

}

@media only screen and (max-width: 768px) {
  .postagebox {
      width: 95%;
  }
}


.postagebox dt {
    background-color: #d7d7d7;
    float: left;
    text-align: center;
    width: 60px;

    padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.postagebox dd {
    float: left;
    padding-left: 1em;
}


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

  #howtostore,
  #howtocard {
    padding-top: 50px;
  }

}

.freepage {
  width: 860px;
  margin: 0 auto 120px;
}

@media only screen and (max-width: 768px) {
  .freepage {
    width: 95%;
    margin: 0 auto;
  }

  .freepage img {
    /*width: inherit;*/
    max-width: 100%;
  }
}



.freepage h3 {

  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  line-height: 21px;
}

@media only screen and (max-width: 768px) {
  .freepage h3 {
    line-height: 1.3em;
  }
}


.freepage h4 {
  border-left: #804F21 solid 4px;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 35px;
  line-height: 18px;
}

.freepage p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.freepage p.txt_center {
  text-align: center;
}

.freepage .txtbox {
  overflow: hidden;
  margin-bottom: 120px;
}

.freepage .txtbox .rtxtbox {
  float: right;
  width: 410px;
}

.freepage .txtbox .ltxtbox {
  float: left;
  width: 410px;
}

@media only screen and (max-width: 768px) {
  .txtbox {
    margin-bottom: 10px;
  }

  .freepage .txtbox .rtxtbox {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .freepage .txtbox .ltxtbox {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}


.freepage dl {
  overflow: hidden;
}

.freepage dl dt {
  clear: both;
  float: left;
  width: 100px;
}

.freepage dl dd {
  float: left;
}

.freepage dl dd a {
  padding-left: 15px;
  color: #754C24;

}

.txtbox .face {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 2px dashed #666666;
  margin-bottom: 20px;
}

.txtbox .face img {
  display: block;
  float: left;
}

.txtbox .face ul {
  float: left;
  padding-left: 25px;
  padding-top: 10px;
  font-weight: bold;
}

.txtbox .face ul li {

  list-style: none;
  font-size: 13px;
  line-height: 22px;
}


/*お知らせ*/
.freepage_news{
  text-align: center;
      width: 600px;
}
.freepage_news h3{
	    font-size: 26px;
  margin-top: 35px; 
  margin-bottom: 60px;
}
.news{
   max-width: 560px;
  margin: 0 auto;
  letter-spacing: 0.05rem;
}
.news p{
  font-size:20px
}
.tel_area {
  position: relative;
    display: inline-block;
}
.tel_area::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fff;   
    border-right: solid 2px #fff;   
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -25px;
}
.tel_area a {
    text-decoration-line: none!important;
}
.freepage_news h3{
  line-height: 1.6em;
  margin-bottom: 40px;
  color:#302825;
}
.freepage_news p{
  line-height: 27px;
  margin-bottom: 50px;
  font-size: 16px;
  color:#595758;
}
.btnarea{
    margin: 90px 0;
  }
.inquiry_wrap {  
  border-radius: 50px;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #595758;
    border: 4px solid #595758;
      max-width: 400px;
    margin: 0 auto;
}
.inquiry_wrap p{
 	color:#fff
}
.inquiry_wrap > div {
    padding: 20px 50px 20px 30px;
}
.tel_area p {
    text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  color:#fff;
    
      letter-spacing: 2px;
}
.justify-content-center{
      margin: 0 auto;
}

@media only screen and (max-width: 768px){
.freepage_news {
      width: 80%;
  }
}

@media only screen and (max-width: 441px) {
    .sp_hidden{
    display:none;
  }
.freepage_news {
      width: 93%;
  }
  .freepage_news h3 {
    font-size: 17px;
  }
  .freepage_news p {
    font-size: 14px;
        margin-bottom: 30px;
}
  .tel_area p{
    margin-bottom: 0;
  }
.inquiry_wrap > div {
    padding: 10px 40px 10px 20px;
}
.inquiry_wrap {
  max-width: 80%;
  }
  .pc_hidden{
    display:block;
  }
  .freepage h3 {
  letter-spacing: 2px;
  }
}
/*コンセプトページ*/
.free01 h3 {
  margin-bottom: 50px;
}

.free01 img {
  margin-bottom: 40px;
}

.free01 .txtbox .ltxtbox {
  text-align: center;
}

.free01 .txtbox .rtxtbox {
  width: 440px;
}

/*ご利用案内*/

.free02 {
  margin-bottom: 30px;
}

.free02 h4 {
  margin-bottom: 15px;
}

.free02 div {
  margin-bottom: 20px;
}

.free02 ol {
  margin-left: 2em;
}

.free02 .point {
  font-size: 12px;
  font-weight: bold;
}

/*説明*/
.howtobox {
  overflow: hidden;
  /*border-bottom: #BDBDBD 1px solid;
  margin-bottom: 25px;*/
}

.howtobox .how_l {
  float: left;
  width: 450px;
}

@media only screen and (max-width: 768px) {
  .howtobox .how_l {
    float: none;
    width: 100%;
  }
}

.howtocard h3 {
  background-image: linear-gradient( 45deg, #fff 25%, #666666 25%, #666666 50%, #fff 50%, #fff 75%, #666666 75%, #666666 );
  background-size: 5px 5px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 1.4em;
  letter-spacing: 1px;
  padding-left: 0;
}

.moneyarea {
  overflow: hidden;
  margin-bottom: 20px;
}

.moneybox {
  width: 372px;
  margin-bottom: 30px;
}


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

.moneybox.fl_l {
  clear: both;
}

.moneybox.pcchk {
  width: 100%;
}

.moneybox p .warningtxt {
  color: #c1272d;
}


.moneybox h4,
.howtobox .how_l h4 {
  border-left: none;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding-left: 0;
  max-height: 100%;

  position: relative;
  margin-left: 30px;
  line-height: 1.5em;
}

.moneybox h4 span,
.howtobox .how_l h4 span {
  background-color: #804f21;
  line-height: 1.7em;
  color: #ffffff;
  padding: 0 8px;
  display: inline-block;
  border-radius: 15px;
  margin-right: 10px;

  position: absolute;
  left: -30px;

}

.moneybox img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .moneybox img {
    width: 100%;
  }
}


.moneybox .wpoint {
  color: #c1272d;
  border: solid 1px #c1272d;
  padding: 5px;
  margin-bottom: 10px;
  text-align: justify;

}

/*共通パーツ*/
.otherlistbox ul {
  text-align: center;
  margin-bottom: 30px;
}


.otherlistbox ul li {
  list-style: none;
  display: inline-block;
  
}

.otherlistbox ul li a {
  padding: 10px 10px 20px;
  border: 2px solid #c9c9c9;
  border-radius: 5px;
  margin: 10px;
  width: 180px;
  display: block;
  text-decoration: none;
}

.otherlistbox img {
  width: 60px;
  margin-bottom: 10px;
}


.categorylist {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .categorylist {
    width: 95%;
    margin: 0 auto 10px;
  }
}

.categorylist h4 {
  line-height: 1.5em;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2em;
}


.categorylist ul {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.categorylist li {
  list-style: none;
  width: 24.5%;
  display: inline-block;
  margin-bottom: 20px;
  text-align: justify;
}

.categorylist ul li a {
  display: block;
  width: 80%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 15px;
  text-decoration: none;
  overflow: hidden;
}

.categorylist img {
  width: 50px;
  margin-right: 20px;

  float: left;
}

.categorylist ul li a span {
  display: block;
  color: #3aaaa7;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .categorylist li {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .categorylist img {
    width: 25px;
  }

  .categorylist ul li a {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 5px;
    border-bottom: 1px solid #d0d0d0;
    line-height: 25px;
    position: relative;
  }

  .categorylist ul li a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #d0d0d0;
    border-right: solid 2px #d0d0d0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
  }

  .categorylist ul li a span {
    display: none;
  }
}

.shoppinginfo {
  overflow: hidden;
  margin-bottom: 30px;
}

.shoppinginfo h4,
.shoppinginfo h2 {
  border-left: none;
  background-image: linear-gradient(
    45deg,
    #d7ede0 25%,
    #92cda5 25%, #92cda5 50%,
    #d7ede0 50%, #d7ede0 75%,
    #92cda5 75%, #92cda5
  );
  background-size: 4px 4px;

  padding: 20px;
  color: #666666;
  margin-bottom: 30px;
  font-size: 1.3em;
}

.shoppinginfo h4 span,
.shoppinginfo h2 span {
  margin: 0 20px;
  
}

.shoppinginfo ul {
  border-top: 1px solid #c9c9c9;
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .shoppinginfo ul {
    width: 100%;
  }

  .shoppinginfo ul.fl_r {
    border-top: none;
  }
}


.shoppinginfo ul li {
  list-style: none;
  border-bottom: 1px solid #c9c9c9;
}

.shoppinginfo ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 0;

  position: relative;
}

.shoppinginfo ul li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #808080;
  border-right: solid 2px #808080;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -4px;
}

.shoppinginfo img {
  width: 30px;
  margin: 0 20px;
}
.howtobox .how_l p {
  margin-bottom: 15px;
  line-height: 1.8em;
  letter-spacing: 1px;
}

.howtobox .how_l .warning {
  color: #bd272d;
  border: #bd272d solid 2px;
  padding: 10px;
}

.howtobox .how_l .warning h5 {
  font-size: 16px;
  margin-bottom: 5px;
}


.howtobox .how_l p b {
  color: #bd272d;
}

.howtobox .how_r {
  width: 372px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .howtobox .how_r {
    width: 100%;
    float: none;
    text-align: center;
  }

  .howtobox .how_r img {
    max-width: 100%;
  }
}

.howtobox .how_r img {
  margin-bottom: 30px;
}

/*イラストレーター*/
.freepage .f2pro {
  margin-bottom: 50px;
}

.freepage .f2pro .ltxtbox {
  width: 400px;
}

.freepage .f2pro .rtxtbox {
  width: 445px;
}

@media only screen and (max-width: 768px) {
  .freepage .f2pro .ltxtbox {
    width: 100%;
  }
  .freepage .f2pro .rtxtbox {
    width: 100%;
  }
}

/*ラッピングについて*/
.free04 .titlebox {
  text-align: center;
}

.free04 .titlebox img {
  margin-bottom: 40px;
}

.free04 .btnarea {
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}

.free04 .btnarea p {
  text-align: center;
}

.free04 .btnarea p span {
  color: #BD272D;
}

.free04 .btnarea a {
  display: block;
}

.free04 .btnarea a:hover {
  opacity: 0.7;
}

.free04 .infobox {
  overflow: hidden;
  margin-bottom: 20px;
}

.free04 .infobox .last {
  margin-bottom: 100px;
}

.free04 .infobox .rimg {
  float: right;
  display: block;
}

@media only screen and (max-width: 768px) {
  .free04 .infobox {
    text-align: center;
  }

  .free04 .infobox .rimg {
    float: none;
    display: inline;
  }

  .free04 .infobox p,
  .free04 .infobox h4 {
    text-align: left;
  }
}

.free04 .txtbox .imgarea {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .free04 .txtbox .imgarea {
    text-align: center;
  }
}
/*会員特典について*/

.free05 .titlebox img.title01 {
  margin-bottom: 40px;
}

.free05 .titlebox {
  margin-bottom: 20px;
}

.free05 .btnarea {
  text-align: center;
}

.free05 .btnarea img {
  margin: 0 5px;
}

.free05 .point1 {
  margin-bottom: 24px;
}

.free05 .btnarea a:hover {
  opacity: 0.7;
}





.free09 {
  margin: 0 auto 100px;
}

.free09 .fbox {
  overflow: hidden;
  margin-bottom: 60px;
}

.free09 .fbox .imgarea {
  float: right;
  width: 260px;
}

.free09 .fbox .imgarea img {
  width: 100%;
}

.free09 .fbox .txtarea {
  width: 560px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .free09 .fbox .imgarea {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .free09 .fbox .imgarea img {
    width: initial;
    max-width: 50%;
    margin-bottom: 10px;
  }

  .free09 .fbox .txtarea {
    width: 100%;
    float: none;
  }
}


.free09 .fbox .txtarea p {
  margin-bottom: 20px;
}


.free09 .item_box {
  width: 260px;
}

.free09 .item_box img {
  width: 100%;
}

/*1周年記念*/
.free11 .mainimg {
  margin-bottom: 40px;
}

.free11 .last {
  margin-bottom: 100px;
}

.free11 .linkarea {
  overflow: hidden;

}

.free11 p {
  line-height: 1.6em;
}

.free11 .left {
  float: left;
  margin-left: 55px;
}

.free11 .right {
  float: right;
  margin-right: 55px;
}

.free11 a:hover {
  opacity: 0.7;
}


.free12 .fbox .imgarea {
  float: left;
  width: 320px;
}
.free12 .fbox .txtarea img,
.free12 .fbox .imgarea img {
  width: 100%;
}

.free12 .fbox .txtarea {
  margin-left: 10px; 
  width: 530px;
  float: left;
}

.free12 .fbox .txtarea p {
  margin-bottom: 20px;
}

.free12 .newitem {
  overflow: hidden;
  
}

.free12 .newitem .newboxarea div {
    font-size: 12px;
    font-weight: bold;
}

.free12 .newitem .newboxarea div a {
  font-weight: normal;
  text-decoration: underline;
}

.free12 .newitem .newboxarea div a:hover {
  opacity: 0.7;
  color: #A78464;
}

.free12 .newitem .newboxarea {
  overflow: hidden;
  margin: 0 auto 20px;
  width: 700px;
}

.free12 .newitem .newboxarea .newbox3 {
  float: left;
  margin-right: 20px;
  width: 220px;
}

@media only screen and (max-width: 768px) {
  .free12 .newitem .newboxarea {
    margin: 0 auto 20px;
    width: 100%;
  }

  .free12 .newitem .newboxarea .newbox3 {
    margin-right: 0;
    margin: 0 2% 10px;
    width: 30%;
  }
}


.free12 .newitem .newboxarea .newbox2.last,
.free12 .newitem .newboxarea .newbox3.last {
  margin-right: 0;
}

.free12 .newitem .newboxarea img {
  margin-bottom: 5px;
}




.freepage .newboxarea {
  overflow: hidden;
  margin-bottom: 20px;
}

.freepage .newboxarea .newbox2 {
  float: left;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .freepage .newboxarea .newbox2 {
    width: 45%;
    margin: 0 2% 10px;
    text-align: center;
  }

  .freepage .newboxarea .newbox2 p {
    text-align: justify;
  }
}

.freepage .newboxarea .newbox2 a:hover {
  opacity: 0.7;
}

.freepage .newboxarea .newbox2 img {
  margin-bottom: 10px;
}

.freepage .newboxarea .newbox2 p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .freepage .newboxarea .newbox2 p {
    text-align: left;
  }
}


.freepage .zoombox {
  margin-bottom: 30px;
}

.freepage .zoombox .title {
  text-align: center;
  margin-bottom: 20px;
}

.freepage .zoombox ul {
  text-align: center;
}

.freepage .zoombox ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px;
}

.freepage .zoombox ul li a {
  
}

.freepage .zoombox ul li.tate {
  max-width: 300px;
}

.freepage .zoombox ul li.yoko {
  max-width: 220px;
}

.freepage .zoombox ul li a:hover {
  opacity: 0.7;
}

.freepage .zoombox ul li img {
  width: 100%;
  border: solid #804F21 2px;
}

.freepage .listreturn {
  text-align: center;
}

.freepage .listreturn a {
  width: 300px;
  display: inline-block;
  color: #ffffff;
  padding: 15px 0;
  background-color: #8E5A30;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.freepage .listreturn a:hover {
  opacity: 0.7;
}

.freepage .listreturn a:before {
    position: absolute;
    content: "";
    right: 10%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    text-align: center;
}

/*モーダルホップアップ*/
.modal-content {
  width: 50%;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}

.modal-content .closebtn {
  text-align: center;
}

.modal-content .closebtn a {
  padding: 5px 10px;
  border: solid 1px #333333;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
}

.modal-content img {
  max-width: 100%;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba( 0,0,0, 0.75 );
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

/*free remake*/
.freepage .center {
  text-align: center;
}

.license {
  text-align: center;
  margin-bottom: 30px;
}

.titleimg {
  margin-bottom: 50px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

@media only screen and (max-width: 768px) {
  .fl_l,
  .fl_r {
    float: none;
  }
}

.designbox {
  overflow: hidden;
  margin-bottom: 50px;
}

.designbox {
  margin-bottom: 50px;
}

.designbox .imgbox {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .designbox .imgbox {
    display: block;
    text-align: center;
  }

  .designbox .imgbox img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}


/*継承初期化 */
.designbox .txtbox {
  margin-bottom: 0;
}

.designbox .txtbox48 {
  width: 480px;
}

.designbox .txtbox43 {
  width: 430px;
}

.designbox .txtbox30 {
  width: 300px;
}

.designbox2 {
  overflow: hidden;
  margin-bottom: 30px;
}

.designbox2 h4 {
  border-left: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.imgbox2 {
  width: 48%;
}

.imgbox2 img {
  width: 100%;
  margin-bottom: 10px;
}

.imgbox2 p {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .imgbox2,
  .designbox .txtbox30,
  .designbox .txtbox43,
  .designbox .txtbox48 {
    width: 100%;
  }

  .designbox h4 br,
  .designbox h5 br {
    display: none;
  }
}


.designbox .txtbox h4 {
  border-left: none;
  padding-left: 0;

  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 25px;
}

.designbox .txtbox h5 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.d_area {
  text-align: center;
  margin-bottom: 70px;
}

.d_block {
  display: inline-block;
  margin: 0 20px;
}


.d_block .txtbox {
  text-align: center;
  margin-bottom: 0;
}

.d_block .txtbox h5 {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.d_block .imgbox {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .d_block {
    width: 47%;
    margin: 0 1%;
  }

  .d_block img {
    max-width: 100%;
  }

  .d_block .txtbox h5 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .lpfooter .btnblog,
  .d_block .linkbtn a {
    width: 100%;
  }
}

.last70 {
  margin-bottom: 70px;
}

.last120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .last70,
  .last120 {
    margin-bottom: 20px;
  }
}


.freepage .linetitle {
  border-left: none;
  padding-left: 0;
  background-image: none;

  font-size: 1.5em;
  line-height: 2.2em;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #666666;
}


.freepage .ctitle {
  border-left: none;
  padding-left: 0;
  background-image: none;

  font-size: 1.4em;
  text-align: center;
  letter-spacing: 1px;
}


/*borderbox*/
.borderbox {
  border: 1px solid #666666;
  padding: 30px 40px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .borderbox {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.borderbox h4 {
  border-left: none;
  text-align: center;
  margin-bottom: 15px;
}

.freepage .redtitle {
  border-left: none;

  text-align: center;
  color: #be272d;
  font-size: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.freepage .stitle,
.borderbox h5 {
  font-size: 1.1em;
}

.borderbox ul {
  padding-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
}

.borderbox .warning {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}

.borderbox .warning.last {
  margin-bottom: 1em;
}

.infolist {
  margin-left: 1.5em;
}


/*価格で選ぶ*/
.sp_side_search select {
  text-align: center;
  text-align:-webkit-center;

  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);

}

/*LP用 css 2017/6/12 */

h3.centerline {
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 30px;
  font-size: 1.6em;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.lpfmt {
  font-size: 1.0rem;
}

.lpfmt h2 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.lpfmt .toparea {
  margin-bottom: 75px;
}

.lpfmt .sublist_v2,
.lpfmt .sublist_v3 {
  margin-bottom: 70px;
}

.lpfmt .sublist_v2 h4,
.lpfmt .sublist_v3 h4 {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #666666;
}

.lpfmt .sublist_v2 ul,
.lpfmt .sublist_v3 ul {
  padding: 25px;
  border: 1px solid #9b9b9b;
  margin-bottom: 10px;
  overflow: hidden;
}

.lpfmt .sublist_v3 ul li {
  float: left;
  width: 30%;
  font-size: 0.9em;
  margin-left: 1.5em;
}

.lpfmt .sublist_v2 ul li {
  float: left;
  width: 45%;
  font-size: 0.9em;
  margin-left: 1.5em;
}


.lpfmt .sublist_v2.sublist_none ul li {
  width: 90%;
  font-size: 0.8em;
}

.lpfmt .sublist_v2 .warning,
.lpfmt .sublist_v3 .warning {
  font-size: 0.8em;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .lpfmt h2 {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 1.3em;
  }

  .lpfmt .toparea {
    margin-bottom: 25px;
  }

  .lpfmt .toparea img {
    width: 100%;
  }

  .lpfmt .sublist_v2,
  .lpfmt .sublist_v3 {
    width: 95%;
    margin: 0 auto 20px;
  }

  .lpfmt .sublist_v2 ul,
  .lpfmt .sublist_v3 ul {
    padding: 10px 2.5%;
  }

  .lpfmt .sublist_v2 ul li,
  .lpfmt .sublist_v3 ul li {
    float: none;
    width: initial;
  }
}

/*お役立ち情報 add 2017/07/20*/
.spfmt {
  width: 700px;
  margin: 0 auto 30px;
}

.spfmt img {
  margin-bottom: 15px;
}

.spfmt p {
  font-size: 1.1em;
}

.spfmt .headarea {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
  overflow: hidden;
}

.spfmt .headarea h2 {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.spfmt .headarea img {
  margin-bottom: 30px;
}

.spfmt .headarea h3 {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.spfmt .headarea p {
  margin-bottom: 20px;
}

.spfmt .mainzone h3,
.spfmt .subzone h3,
.spfmt .statuszone h3{
  padding: 15px 15px 15px 40px;
  background-color: #f2f2f2;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #804f21;
  margin-bottom: 25px;

  background-image: url('https://file001.shop-pro.jp/PA01317/318/2018/img/ico/ico_book.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
}


.spfmt .mainzone {
  margin-bottom: 40px;
}

.spfmt .mainzone h3 {
  position: relative;
  font-size: 1.6em;
  color: #666666;
  letter-spacing: 2px;
}

.spfmt .headarea h3,
.spfmt .mainzone h4 {
  color: #804f21;
  letter-spacing: 2px;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.spfmt .headarea h3 {
  font-size: 1.5em;
  line-height: 1.6em;
}


.spfmt .headarea p,
.spfmt .mainzone p {
  letter-spacing: 2px;
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.6em;
  text-align: justify;
}

.spfmt .headarea p {
  font-size: 1.1em;
  text-align: center;
}

.spfmt .mainzone img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}


.spfmt .headarea .red,
.spfmt .mainzone .red {
  color: #c1272d;
}


@media screen and (max-width: 768px) {
  .spfmt .headarea p {
    text-align: justify;
    width: 95%;
    margin: 0 auto 10px;
  }

  .spfmt .headarea h2 {
    margin-bottom: 15px;
  }
}



.spfmt .subzone {
  overflow: hidden;
  margin-bottom: 30px;
}

.spfmt .subzone .subbox {
  width: 48%;
  margin-bottom: 30px;
}

.spfmt .subzone .subbox:nth-child(odd) {
  float: right;
}

.spfmt .subzone .subbox:nth-child(even) {
  float: left;
}

.spfmt .subzone p {
  margin-bottom: 20px;
}

.spfmt .subzone .subbox h4 {
  color: #804f21;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.spfmt .subzone .subbox img {
  max-width: 100%;
}

.spfmt .statuszone {

}

.spfmt .statuszone {

}

.spfmt .statuszone .statusbox {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: justify;
}

.spfmt .statuszone .statusbox .img {
  width: 40%;
}

.spfmt .statuszone .statusbox .txt {
  width: 55%;
  letter-spacing: 1px;
}

.spfmt .statuszone .statusbox .txt h4 {
  margin-bottom: 10px;
  color: #804f21;
  font-size: 1.4em;
  font-weight: normal;
}

.spfmt .statuszone .statusbox .txt h4.value {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
  font-size: 1.1em;
}

.spfmt .statuszone .statusbox .txt p {
  margin-bottom: 10px;
}

.spfmt .statuszone .statusbox.l_type .txt,
.spfmt .statuszone .statusbox.r_type .img {
  float: right;
}

.spfmt .statuszone .statusbox.r_type .txt,
.spfmt .statuszone .statusbox.l_type .img {
  float: left;
}


@media only screen and (max-width: 768px) {
  .spfmt {
    width: 95%;
    margin: 0 auto 30px;
  }

  /*.spfmt .statuszone .statusbox .img img,*/
  .spfmt .headarea img {
    width: 100%;
  }

  .spfmt .headarea {
    margin-bottom: 20px;
  }
  .spfmt .headarea img {
    margin-bottom: 20px;
  }

  .spfmt .statuszone .statusbox .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }

  .spfmt .statuszone .statusbox.l_type .txt,
  .spfmt .statuszone .statusbox.r_type .img,
  .spfmt .statuszone .statusbox.r_type .txt,
  .spfmt .statuszone .statusbox.l_type .img {
    float: none;
    width: 100%;
  }

  .spfmt .subzone .subbox {
    width: 95%;
    margin: 0 auto 20px;
  }

  .spfmt .subzone .subbox:nth-child(odd) {
    float: none;
  }

  .spfmt .subzone .subbox:nth-child(even) {
    float: none;
  }
}

.stylemode_a {
  overflow: hidden;
  margin-bottom: 20px;
}

.stylemode_a h3,
.stylemode_c h3,
.stylemode_b h3 {
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
}

.stylemode_d .itembox .txt h4,
.stylemode_a h4,
.stylemode_c h4,
.stylemode_b h4 {
  margin-bottom: 25px;
  font-size: 1.2em;
  letter-spacing: 2px;
  line-height: 1.6em;
  color: #804f21;
}

.stylemode_a .photoblock {
  width: 440px;
  margin-bottom: 35px;
}

.stylemode_a .photoblock:nth-child(odd) {
  float: left;
  clear: both;
}

.stylemode_a .photoblock:nth-child(even) {
  float: right;
}

.stylemode_a .photoblock img {
  width: 100%;
  margin-bottom: 15px;
}

.stylemode_a .infotxt,
.stylemode_a .photoblock p {
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: justify;
}

.stylemode_a .infotxt {
  margin-bottom: 15px;
}

.stylemode_b p {
  text-align: justify;
  line-height: 1.6em;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.stylemode_b .block_l,
.stylemode_b .block_r {
  margin-bottom: 50px;
  overflow: hidden;
  clear: both;
}

.stylemode_b .block_l .img,
.stylemode_b .block_r .txt {
  float: left;
}

.stylemode_b .block_l .txt,
.stylemode_b .block_r .img {
  float: right;
}

.stylemode_b .img {
  width: 480px;
}

.stylemode_b .img img {
  width: 100%;
}

.stylemode_b .txt {
  width: 450px;
}

.stylemode_c .area {
  border-bottom: 1px dashed #9b9b9b;
  margin-bottom: 30px;
  overflow: hidden;
}

.stylemode_c .cube {
  float: left;
  width: 450px;
  margin-bottom: 25px;
  overflow: hidden;
  margin-right: 50px;
}

.stylemode_c .area .cube:last-child {
  margin-right: 0;
}


.stylemode_c .cube .img {
  width: 200px;
  float: left;
}

.stylemode_c .cube .img img {
  width: 100%;
}

.stylemode_c .cube .txt {
  float: right;
  width: 220px;
}

.stylemode_c .cube .txt h5 {
  margin-bottom: 20px;
  font-size: 1.1em;
  letter-spacing: 1px;
  position: relative;
  padding-left: 40px;
  line-height: 30px;
}

.stylemode_c .cube .txt h5 .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  display: block;
  background-color: #804f21;
}

.stylemode_c .cube .txt p {
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: justify;
}

.stylemode_d {
  clear: both;
  margin-bottom: 25px;
}

.series_a h3,
.stylemode_d h3 {
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 40px;
}

.stylemode_d .itembox {
  overflow: hidden;
  margin-bottom: 60px;
}

.stylemode_d .itembox .img {
  float: left;
  width: 480px;
}

.stylemode_d .itembox .img img {
  width: 100%;
}

.stylemode_d .itembox .txt {
  float: left;
  margin-left: 35px;
  width: 410px;
}

.stylemode_d .itembox .txt p {
  font-size: 0.8em;
  text-align: justify;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.series_a .itembtnlink,
.spfmt .itembtnlink,
.lpfmt .itembtnlink,
.lpfooter .btnblog,
.linkbtn a,
.stylemode_d .itembox .txt .itembtnlink {
  width: 300px;
  display: inline-block;
  color: #ffffff;
  padding: 15px 0;
  background-color: #805022;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.series_a .itembtnlink:hover,
.spfmt .itembtnlink:hover,
.lpfmt .itembtnlink:hover,
.lpfooter .btnblog:hover,
.linkbtn a:hover,
.stylemode_d .itembox .txt .itembtnlink:hover {
  opacity: 0.7;
}

.series_a .itembtnlink:before,
.spfmt .itembtnlink:before,
.lpfmt .itembtnlink:before,
.lpfooter .btnblog:before,
.linkbtn a:before,
.stylemode_d .itembox .txt .itembtnlink:before {
  position: absolute;
  content: "";
  right: 10%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  text-align: center;
}

.f_contact {
  width: 700px;
  margin: 0 auto 70px;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 15px 0 0;
  overflow: hidden;
}

.f_contact h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  letter-spacing: 1px;
  color: #804f21;
}

.f_contact .contbox {
  float: left;
  width: 45%;
  margin: 0 2.5% 20px;
}

.f_contact .contbox h5 {
  background-color: #ffffff;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.2em;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.f_contact .contbox p {
  margin-bottom: 10px;
  font-size: 1.1em;
  text-align: justify;
}

.f_contact .contbox img {
  width: 100%;
  margin-bottom: 10px;
}

.f_contact a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .stylemode_d h3 {
    margin-bottom: 20px;
  }


  .f_contact {
    width: 95%;
    margin: 0 auto 20px;
  }

  .f_contact .contbox {
    float: none;
    width: 95%;
  }
}

.title_yellow {
  border-left: none;
  background-image: linear-gradient( 45deg, #fff3d9 25%, #f3efe6 25%, #f3efe6 50%, #fff3d9 50%, #fff3d9 75%, #f3efe6 75%, #f3efe6 );
  background-size: 8px 8px;
  padding: 15px 15px 15px 60px;
}

.spfmt .mainzone h3.ico_base:before,
.ico_base:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 15px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  width: 25px;
  height: 25px;
}

.ico_scissors:before {
  background-image: url('https://file001.shop-pro.jp/PA01317/318/2018/img/ico/ico_scissors.png');
}

.ico_clip:before {
  background-image: url('https://file001.shop-pro.jp/PA01317/318/2018/img/ico/ico_clip.png');
}

.ico_bag:before {
  background-image: url('https://file001.shop-pro.jp/PA01317/318/2018/img/ico/ico_bag.png');
}



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

  div.bread {
    margin-bottom: 15px;
  }
  
  .stylemode_d {
    width: 95%;
    margin: 0 auto 40px;
  }

  .stylemode_a h3,
  .stylemode_c h3,
  .stylemode_b h3 {
    font-size: 1.1em;
    margin-bottom: 20px;
  }

  .stylemode_a .infotxt,
  .stylemode_d .itembox .txt p,
  .stylemode_a .photoblock p,
  .stylemode_b p {
    width: 95%;
    margin: 0 auto 15px;
    font-size: 0.8em;
  }

  .stylemode_d .itembox .txt p {
    margin: 0 auto 10px;
  }

  .stylemode_d .itembox {
    margin-bottom: 30px;
  }

  .stylemode_d .itembox .txt h4 {
    width: 95%;
    font-size: 1.1em;
    margin: 0 auto 5px;
    margin-bottom: 5px;
  }

  .stylemode_a h4,
  .stylemode_c h4,
  .stylemode_b h4 {
    width: 95%;
    font-size: 1.1em;
    margin: 0 auto 5px;
  }

  .stylemode_c .area {
    border-bottom: none;
    margin-bottom: 0;
  }

  .stylemode_c .area .cube {
    float: none;
    width: 95%;
    margin: 0 auto 20px;
  }

  .stylemode_c .area .cube:last-child {
    margin-right: auto;
  }

  .stylemode_c .area .cube .img {
    width: 45%;
  }

  .stylemode_c .area .cube .txt {
    width: 47%;
    margin-right: 3%;
  }

  .stylemode_c .cube .txt h5 {
    margin-bottom: 10px;
    font-size: 1.0em;
    padding-left: 35px;
    line-height: 25px;
  }

  .stylemode_c .cube .txt h5 .num {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .stylemode_a .photoblock,
  .stylemode_b .block_l,
  .stylemode_b .block_r {
    width: 95%;
    margin: 0 auto 20px;
  }
  
  .stylemode_b .img,
  .stylemode_b .txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .stylemode_a .photoblock:nth-child(even),
  .stylemode_a .photoblock:nth-child(odd),
  .stylemode_b .block_l .img,
  .stylemode_b .block_r .txt,
  .stylemode_b .block_l .txt,
  .stylemode_b .block_r .img {
    float: none;
  }

  .stylemode_d .itembox .img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .stylemode_d .itembox .txt {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .series_a .itembtnlink,
  .spfmt .itembtnlink,
  .lpfmt .itembtnlink,
  .lpfooter .btnblog,
  .linkbtn a,
  .stylemode_d .itembox .txt .itembtnlink {
    width: 100%;
    display: block;
  }
}


.lpfooter {
  text-align: center;
  margin-bottom: 70px;
}

.lpfooter .sns {
  overflow: hidden;
  margin-bottom: 30px;
}

.lpfooter .sns img {
  max-width: 60px;
}

.lpfooter h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.lpfooter a:hover {
  opacity: 0.7;
}

.lpfooter a.btnblog {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.imstagramlink {
  display: block;
  margin-bottom: 35px;
}

.imstagramlink img {
  width: 450px;
}

.lpfooter ul li {
  list-style: none;
  display: inline;
  margin: 10px;
}

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

  .lpfooter {
    width: 95%;
    margin: 0 2.5% 70px;
  }

  .lpfooter h3 {
    font-size: 1.5em;
  }

  .imstagramlink {
    width: 95%;
    margin: 0 auto 20px;
  }

  .imstagramlink img {
    width: 100%;
  }
}


/* series */
.series_a {
  margin: 0 auto 40px;
  overflow: hidden;
  max-width: 840px;
}

.series_a .sa_itembox {
  overflow: hidden;
  border-bottom: 1px dashed #666666;
  margin-bottom: 20px;
}

.series_a .sa_itembox:last-child { border-bottom: none; }

.series_a .sa_itembox .img,
.series_a .sa_itembox .txt {
  width: 49%;
  margin-bottom: 20px;
}

.series_a .sa_itembox:nth-child(odd) .img { float: right; }
.series_a .sa_itembox:nth-child(odd) .txt { float: left; }
.series_a .sa_itembox:nth-child(even) .img { float: left; }
.series_a .sa_itembox:nth-child(even) .txt { float: right; }

.series_a .sa_itembox .img img {
  width: 100%;
}

.series_a .sa_itembox .txt h4 {
  color: #804f21;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.series_a .sa_itembox .txt h5 {
  color: #666666;
  font-size: 1.4em;
  margin-bottom: 20px;
}

.series_a .sa_itembox .txt p {
  /*font-size: 0.9em;*/
  margin-bottom: 15px;
  text-align: justify;
}

.series_b {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 30px;
}

.series_b .sb_itembox {
  width: 49%;
}

.series_b .sb_itembox:nth-child(odd) { float: left; }
.series_b .sb_itembox:nth-child(even) { float: right; }

.series_b .sb_itembox img {
  width: 95%;
  margin: 0 auto 15px;
  display: block;

}

.series_b .sb_itembox a {
  display: block;
  margin: 0 auto 10px;
  color: #804f21;
  font-weight: bold;
  font-size: 1.2em;
  width: 95%;
}

.series_b .sb_itembox p {
  width: 95%;
  margin: 0 auto 20px;
}

.credit {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.credit img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .credit,
  .series_b,
  .series_a {
    width: 95%;
    margin: 0 auto 40px;
  }
  .series_a .sa_itembox .img,
  .series_a .sa_itembox .txt {
    width: 95%;
    margin: 0 auto 20px;
  }
  .series_a .sa_itembox:nth-child(odd) .img { float: none; }
  .series_a .sa_itembox:nth-child(odd) .txt { float: none; }
  .series_a .sa_itembox:nth-child(even) .img { float: none; }
  .series_a .sa_itembox:nth-child(even) .txt { float: none; }
}

/* side */

.side {
  float: left;
  width: 210px;
}

@media only screen and (max-width: 768px) {
  .side {
    clear: both;
    float: none;
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}

.side h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
}

.side div {
  margin-bottom: 20px;
}

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

.side .category li,
.side .group li {
  margin-bottom: 5px;
  list-style: disc;
  margin-left: 24px;
  font-size: 18px;
  color: #824F22;
  line-height: 24px;
}

.side .category li a,
.side .group li a {
  text-decoration: none;
  font-size: 14px;
}

.side .category li a:hover,
.side .group li a:hover {
  text-decoration: underline;
}

.group ul {
  
}

.group ul.typelist {
  margin-bottom: 20px;
}

.side .bnrarea {
  margin-bottom: 40px;
}

.side .members li,
.side .bnrarea li {
  margin-bottom: 10px;
  
}

.side .bnrarea li.bnrsend {
  padding-top: 15px; 
}


.side .members li a:hover,
.side .bnrarea li a:hover {
  opacity: 0.7;
}


.side .members {
  margin-bottom: 20px;
}


.side .members img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .side .members ul {
    overflow: hidden;
  }
  .side .members ul li {
    width: 45%;
    margin: 0 2.5%;
    float: left;
    margin-bottom: 10px;
  }
}
/*検索機能 add 2015/05/25 */

.side .s_search {
  width: 210px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .side .s_search {
    width: 100%;
  }
}

.side .s_search p {
  margin-bottom: 5px;
}

.side .s_search form {
  margin-bottom: 10px;
}

.side .s_search form input.stxt {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 4px 6px;
  outline: none;
  height: 19px;
  float: left;
  margin-right: 5px;
  width: 162px;
}

@media only screen and (max-width: 768px) {
  .side .s_search form input.stxt {
    width: 85%;
  }
}

.side .s_search form select.mselect {
  color: #666666;
  border-radius: 4px;
  width: 100%;
  padding: 2px 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  background: #ffffff;
  background: url(https://file001.shop-pro.jp/PA01317/318/2018/img/header/btn_select.png) 97% 50% no-repeat;
  outline: none;
  
}

.side .newslist {
  margin-bottom: 35px;
  border: 2px solid #80542B;

}

.side .newslist h4 {
  color: #ffffff;
  text-align: center;
  /*padding: 5px;*/
  
  font-size: 13px;

  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px 5px;
  background-size: 5px 5px;
  background-color: #80542B;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #896239), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(left, #896239 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(left, #896239 50%, transparent 50%, transparent);
  background-image: linear-gradient(left, #896239 50%, transparent 50%, transparent);

}

.side .newslist h4 img {
  margin: 5px 0;
}

.side .newslist p {
  padding: 10px 10px 0;
  text-align: justify;
}

.side .newslist p.uline {
  border-bottom: 1px dashed #896239;
  padding-bottom: 10px;
}

.side .newslist img {
  max-width: 100%;
  margin: 10px;
}

/* 
 *  カレンダー
 *  */

.side div.calendar {
  margin-bottom: 60px;
}

.side div.calendar table {
  width: 100%;
  margin-bottom: 20px;
}

.side div.calendar table caption {
  font-size: 14px;
}

.side .calendar h3 {
  border-bottom: none;
}

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

/* 
 *  item_box
 * */
.item_box {
width: 205px;
margin: 0 0 20px 20px;
text-align: center;
display:inline-block; 
/*display:inline; 
zoom:1;*/
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px;
}

.item_box .item_detail p.item_name {
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
text-align: justify;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}


/*シリーズリンクバナー */
.g_series {
  margin-bottom: 40px;
}

.g_series h3 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 15px;
}

.g_series .gs_list {
  overflow: hidden;
  margin-bottom: 20px;
}

.g_series .gs_list li {
  width: 20%;
  width: 16.3%;
  list-style: none;
  float: left;
  margin-bottom: 15px;
}

.g_series .gs_list.gscp li {
  width: 33.3%;
}


.g_series .gs_list li a {
  display: block;
  text-align: center;
}

.g_series .gs_list li img {
  width: 95%;
}

@media only screen and (max-width: 768px) {
  .g_series .gs_list li {
    width: 25%;
  }

  .g_series .gs_list.gscp li {
    width: 100%;
  }

  .g_series {
    margin-bottom: 20px;
  }

}

/**/
.btn_quick {
  margin: 10px 0;
}

#fguide2 {
  margin-bottom: 20px;
}

#fguide2 h3 {
  margin-bottom: 15px;
  letter-spacing: 1px;
    padding-bottom: 5px;
    text-align: center;

}

/*リンクボタン*/
#fguide2 .btnshowlink {
  display: block;
  max-width: 240px;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  position: relative;
  color: #ffffff;
  background-color: #72ba86;
  margin: 0 auto 20px;
  text-decoration: none;
  font-size: 1.1em;
}

#fguide2 .btnshowlink:hover {
  opacity: 0.7;
}

#fguide2 .btnshowlink::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}

#fguide2 .btnshowlink::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #72ba86;
    border-right: 1px solid #72ba86;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#fguide2 .pointbox {
  padding: 30px;
  border: solid 1px #be272d;
  margin: 0 auto 40px;
  overflow: hidden;
  max-width: 640px;
}

@media only screen and (max-width: 768px) {
  #fguide2 .pointbox {
    width: 88%;
    padding: 4% 4% 0;
    border: solid 1px #be272d;
    margin: 0 auto 40px;
    max-width: initial;
  }
}

#fguide2 .pointbox h4 {
  color: #be272d;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
}

#fguide2 .pointbox .imgbox {
  float: left;
}

@media only screen and (max-width: 768px) {
  #fguide2 .pointbox .imgbox {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #fguide2 .pointbox .imgbox img {
    max-width: 100%;
  }
}


#fguide2 .pointbox .txtbox {
  width: 365px;
  float: right;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #fguide2 .pointbox .txtbox {
    width: 100%;
    float: none;
    text-align: justify;
  }
}


#fguide2 .pointbox .txtbox p {
  margin-bottom: 15px;
}

#fguide2 .pointbox .txtbox p span {
  color: #be272d;
}

#fguide2 .listarea {
  text-align: center;
}

#fguide2 .listarea .listbox {
  display: inline-block;
  width: 26%;
  padding: 2%;
  border: solid 1px #c9c9c9;
  margin: 0 1% 20px;
  border-radius: 10px;

}

@media only screen and (max-width: 768px) {
  #fguide2 .listarea .listbox {
    display: block;
    width: 88%;
    padding: 4% 4% 0;
    border: solid 1px #c9c9c9;
    margin: 0 auto 10px;
  }
}

#fguide2 .listarea .listbox .imgbox img {
  max-width: 90px;
}

@media only screen and (max-width: 768px) {
  #fguide2 .listarea .listbox .imgbox {
    float: left;
    width: 90px;
    margin-right: 10px;
  }

  #fguide2 .listarea .listbox .imgbox img {
    margin-top: 20px;
  }
}

#fguide2 .listarea .listbox .txtbox {
  margin-bottom: 0px;
}

#fguide2 .listarea .listbox .txtbox h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
}

#fguide2 .listarea .listbox .txtbox p {
  text-align: justify;
  margin-bottom: 20px;
  min-height: 90px;
}

@media only screen and (max-width: 768px) {
  #fguide2 .listarea .listbox .txtbox h5 {
    text-align: justify;
  }

  #fguide2 .listarea .listbox .txtbox p {
    text-align: justify;
    margin-bottom: 20px;
    min-height: initial;
  }
}

/* undermenu */
.undermenu {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.undermenu h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
}

.undermenu li {
  float: left;
  width: 16%;
  margin: 0 2% 10px;
  list-style: none;
}

.undermenu li img {
  width: 100%;
}


.undermenu li a {
  display: block;
  text-decoration: none;
}

.undermenu li a:hover {
  opacity: 0.7;
}


@media only screen and (max-width: 768px) {
  .undermenu li {
    width: 23%;
    margin: 0 1% 10px;
  }
}



.cashinfo {
  margin-bottom: 30px;
  
}

.cashinfo li {
  width: 300px;
  list-style: none;
  display: block;
  margin: 0 auto;

}

.cashinfo li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  background-color: #efefef;
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  margin-bottom: 20px;
}


.cashinfo li a:before {
  position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8d5a30;
}

.cashinfo li a:after {
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

  .cashinfo li {
    width: 95%;
    margin: 0 auto;
  }

  .cashinfo li a {
    padding: 10px 20px;
  }

}


