/*----------common----------*/

*,
*::before,
*::after {
  margin: 0;
  padding:0;
  box-sizing: border-box;
  font-weight: normal;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic Pro", YuGothic, sans-serif;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

input {
  outline: none;
  border: none;
  -webkit-appearance: none;
}

address {
  font-style: normal;
}

button {
  border: none;
  background: #fff;
}

/*p, span, table, tr, th, td{
  font-size: 1.1rem;
}*/

.container {
  position: relative;
  min-height: 100%;
  font-size: 1.1rem;
  overflow: hidden;
  background-color: #fff;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.attention{
  color: #FF0202;
}

/*----------header----------*/

.header {
  height: 54px!important;
  min-height: auto!important;
  padding: 4px .5rem;
  box-sizing: border-box;
  font-size: 1rem;
  background: #fff;
  box-shadow: 0 0 .4rem .4rem rgba(0,0,0,.25);
}

.spring .header {background: #8d1d4d;}
.summer .header {background: #4b6721;}
.autumn .header {background: #7d4901;}
.winter .header {background: #285a8a;}

.header-title {
  float: left;
  width: 45%;
  max-width: 190px;
  line-height: 4rem;
}

.header-title-img {
  width: 100%;
  vertical-align: bottom;
}

.header-nav {
  float: left;
  width: 55%;
}

.header-nav-list {
  height: 4rem;
}

.header-nav-list-item {
  position: relative;
  float: right;
  width: 25%;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
}

.header-nav-list-item > a {
  position: absolute;
  bottom: .1rem;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Std", YuGothic, sans-serif;
}

.header-nav-list-item-search::before {
  content: '';
  background: url('../img/search.png') no-repeat center / contain;
}

.header-nav-list-item-signup::before {
  content: '';
  background: url('../img/header_icon_user.png') no-repeat center / contain;
}

.header-nav-list-item-basket::before {
  content: '';
  background: url('../img/header_icon_cart.png') no-repeat center / contain;
}

.header-nav-list-item-login::before,
.header-nav-list-item-logout::before
 {
  content: '';
  background: url('../img/header_icon_login.png') no-repeat center / contain;
}

.header-nav-list-item-infomation::before{
  content: '';
  background: url('../img/infomation.png') no-repeat center / contain;
}

.header-nav-list-item-pc::before{
  content: '';
  background: url('../img/pc.png') no-repeat center / contain;
}

.header-nav-list-item-search::before,
.header-nav-list-item-signup::before,
.header-nav-list-item-basket::before,
.header-nav-list-item-login::before,
.header-nav-list-item-logout::before,
.header-nav-list-item-infomation::before,
.header-nav-list-item-pc::before,
.header-nav-list-item-search::before,
.header-nav-list-item-infomation::before {
  display: block;
  width: 50px;
  height: 24px;
  margin-bottom: 2px;
}

.header-nav-list-item-login::before,
.header-nav-list-item-logout::before,
.header-nav-list-item-pc::before {
  padding-bottom: 0;
}

.header .clearfix {
  margin: 0;
  border: none;
}

.member-link {
  background: #dfdfdf;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
}

.spring .member-link {background: #f0e9e9;}
.summer .member-link {background: #eaf0e9;}
.autumn .member-link {background: #f0ece9;}
.winter .member-link {background: #ebf0f3;}

.member-link .login-link {
  width: 222px;
}

.member-link .login-link a {
  background: #fff;
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.member-link .login-link img {
  transform: translateY(2px);
  margin-right: 4px;
}

.member-link .entry-link {
  width: calc(100% - 222px);
  text-align: center;
}

.member-link .entry-link a {
  display: inline;
  font-size: 14px;
  line-height: 34px;
  text-decoration: underline;
}

/*----------footer----------*/

.footer {
  position: static!important;
  width: 100%;
  padding: 10px 0;
  line-height: 2;
  background: #eee;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.spring .footer {background: #8d1d4d;}
.summer .footer {background: #4b6721;}
.autumn .footer {background: #7d4901;}
.winter .footer {background: #285a8a;}

.footer-nav {
  border-bottom: 1px solid #fff;
  padding: 15px;
}

.footer-nav-list-item > a {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}

.footer-inner {
  padding: 15px;
  font-size: 12px;
}

.footer-copyright {
  font-size: 12px;
  padding: 0 15px;
}

/*----------mediaQueries----------*/

@media all and (min-width: 375px) {

/*----------footer----------*/

  .footer {
    /* height:110px; */
  }
}

@media all and (max-width: 374px) {

/*----------common----------*/

  .container {
    padding-bottom: 17.2rem;
  }

/*----------header----------*/

  .header-title {
    width: 35%;
  }

  .header-nav {
    width: 65%;
  }


}

/*----------Error----------*/
#error-tpl-box{
  float: left;
  text-align: center;
  width: 100%;
}

#error-tpl-box div.error-box{
  display: inline-block;
  text-align: center;
  margin-top:30px;
  width: 90%;
  padding: 40px 10px;
  border: 1px solid #ccc;
}

#error-tpl-box a {
  margin-top:20px;
  display: inline-block;
  text-align:center;
  background-color: #bfd205;
  padding: 7px 0;
  width: 35%;
  color: #fff;
}

.shop-new-button {
  width: 100%;
  display: inline-block;
  color: white;
  background-color: #57b832;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  padding: 5px;
}
.shop-new-button span {
  margin: 2px;
  background: url("/user_data/packages/default/img/common/btn_aboutnew.png") no-repeat scroll 0 1px;
  padding: 6px 8px 8px 30px;
  line-height: 100%;
}
.detail-new-infomation .shop-new-button {
  padding: 10px 20px;
  border-radius: 4px;
}
.detail-new-infomation .shop-new-button span {
  background: #57b832;
  padding: 0;
}
