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

@media screen and (min-width:641px) {
  html {
    margin-top: 0 !important;
  }
}

@media screen and (max-width:640px) {
  html {
    margin-top: 0 !important;
  }

.display_pc {
  display:none;
}

.display_sp {
  display:block;
}

#wpadminbar {
  top: auto;
  bottom: 0;
}

#progress .txt {
  height: 71px !important;
}

#progress img {
  width: 210px;
}

#spNaviBg {
  display: none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background:#000;
  z-index:1010;
  overflow: hidden;
  opacity: 0.7;
}

/* -----------------------------------------------------------

　header

-------------------------------------------------------------- */
header {
  height: 50px !important;
  border-bottom: 1px solid #e0e0e0;
}

/*　logo
/*-------------------------------------------*/
header h1 {
  float: none;
  margin: 0;
  padding-top: 9px;
}

header h1 a {
  display:block;
  width:140px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  background:url(../images/logomark_sp.png) no-repeat center top;
  -webkit-background-size: 140px 30px;
  background-size: 140px 30px;
}

/*　sp_navi
/*-------------------------------------------*/
header .sp_navi {
  position: absolute;
  top: 0;
  left: 0;
}

header .sp_navi .btn_close {
  display: none;
}

header .sp_navi.open .btn_open {
  display: none;
}

header .sp_navi.open .btn_close {
  display: inline;
}

/*　navi
/*-------------------------------------------*/
header ul {
  display: none;
}
.sp_navi_list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.sp_navi_list li {
  float: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: left;
}

.sp_navi_list li a {
  position: relative;
  display: block;
  height: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 31px;
}

.sp_navi_list li a:before {
  display: none;
}

.sp_navi_list li a:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 13px;
  top: 20px;
  background: url(../images/sp_navi_icon1.png) no-repeat right center;
  -webkit-background-size: 12px;
  background-size: 12px;
}

.sp_navi_list li a.parent:after {
  background: url(../images/sp_navi_icon2.png) no-repeat right center;
  -webkit-background-size: 12px;
  background-size: 12px;
}

.sp_navi_list li a.parent.open:after {
  background: url(../images/sp_navi_icon3.png) no-repeat right center;
  -webkit-background-size: 12px;
  background-size: 12px;
}

.sp_navi_list li ul {
  position: relative;
  top: 0;
}

.sp_navi_list li li a {
  padding-left: 30px;
  background-color: #ecebe9;
}

.sp_navi_list li.sub {
  float: left;
  width: 50%;
  background-color: #666;
}

.sp_navi_list li.sub a {
  color: #fff;
  font-size: 11px;
}

.sp_navi_list li.sub a:after {
  right: 7px;
  background: url(../images/sp_navi_icon1w.png) no-repeat right center;
  -webkit-background-size: 12px;
  background-size: 12px;
}

.sp_navi_list li.sub:nth-child(2n) a {
  border-right: 1px solid #e0e0e0;
}

/*　order
/*-------------------------------------------*/
header .container .order {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  margin: 0;
  padding: 0;
}

header .container .order a {
  display: block;
}

header .container .order img {
  margin: 0;
}

/* -----------------------------------------------------------

footer

-------------------------------------------------------------- */
footer {
  height: auto;
  padding-bottom: 10px;
}
footer .container {
  padding-top: 20px;
  font-size: 10px;
}

footer .container div:nth-child(2) li:nth-child(1) {
  margin-right: 20px;
  margin-left: 10px;
}

footer .container div:nth-child(2) {
  margin: 0;
  width: auto;
  left: 0;
  transform: scale(0.85);
}

/*footer .container div:nth-child(2) li:nth-child(3):after {
  content: "\A" ;
  white-space: pre ;
}*/

footer .container div:nth-child(1) ul {
  display: none;
}

footer .container div:nth-child(1) li:before {
    content: "/";
    padding: 0 4px;
}

/*footer .container div:nth-child(2) li:nth-child(4):before {
  display: none;
}
*/
footer .container div:nth-child(2) li a img {
  width: 32px;
}
footer aside {
  margin: -10px 0 0 0;
  padding-top: 0;
}

footer aside:nth-child(2) {
  margin-left: 20px;
}

}
