@charset "utf-8";

.header{
    background: #fff;
    font-size: 100%;

}

.wrap{
    display: block;
    margin: 0 auto;
}

.headerLogo{
 margin-left: 0;
  width: 287px;
}

.up{
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.up .loginName{
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    font-size: 140%;
    margin-top: 1em;
    line-height: 1.4;
}

.up .loginNameSP{
    display: none;
}

.down{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #efefef;
}

.down .innerList{
  width: 1000px;
  margin: 0 auto;
}

.headerMenu{
  display: flex;
  width: 60%;
  align-items: flex-end;
  justify-content: space-around;
  text-align: center;
}

.headerMenu li a{
    display: block;
    padding: 3em 0 0;
    overflow: hidden;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: .3s;
}

.headerMenu li a:hover{
    color: #385aac;
}

.headerMenu .tel {
  margin: 0 2em 0 0;
}

.headerMenu .fax {
    display: block;
    background: url(../../images/header/fax.svg) no-repeat;
    background-position: top center;
    background-size: 30px 30px;
    width: 75px;
}

.headerMenu .fax:hover {
    display: block;
    background: url(../../images/header/fax_o.svg) no-repeat;
    background-position: top center;
    background-size: 30px 30px;
}

.headerMenu .info {
    display: block;
    background: url(../../images/header/info.svg) no-repeat;
    background-position: top center;
    width: 75px;
    background-size: 26px 26px;
}

.headerMenu .info:hover {
    display: block;
    background: url(../../images/header/info_o.svg) no-repeat;
    background-position: top center;
    background-size: 26px 26px;
}

.headerMenu .member {
    display: block;
    background: url(../../images/header/member.svg) no-repeat;
    background-position: top center;
    width: 65px;
    text-align: center;
   background-size: 26px 26px;
}

.headerMenu .member:hover {
    display: block;
    background: url(../../images/header/member_o.svg) no-repeat;
    background-position: top center;
    background-size: 26px 26px;
}
.headerMenu .mypage {
    display: block;
    background: url(../../images/header/mypage.svg) no-repeat;
    background-position: top center;
    width: 65px;
    text-align: center;
    background-size: 28px 28px;
}

.headerMenu .mypage:hover {
  display: block;
    background: url(../../images/header/mypage_o.svg) no-repeat;
    background-position: top center;
    background-size: 28px 28px;
}

.headerMenu .login {
    display: block;
    background: url(../../images/header/login.svg) no-repeat;
    background-position: top center;
    width: 61px;
    text-align: center;
    background-size: 26px 26px;
}

.headerMenu .login:hover {
    display: block;
    background: url(../../images/header/login_o.svg) no-repeat;
    background-position: top center;
    background-size: 26px 26px;
}
.headerMenu .logout {
    display: block;
    background: url(../../images/header/logout.svg) no-repeat;
    background-position: top center;
    width: 61px;
    text-align: center;
    background-size: 26px 26px;
}
.headerMenu .logout:hover {
    display: block;
    background: url(../../images/header/logout_o.svg) no-repeat;
    background-position: top center;
    background-size: 26px 26px;
}
.headerMenu .cart {
    display: block;
    background: url(../../images/header/cart.svg) no-repeat;
    background-position: top left 2em;
    text-align: center;
    width: 80px;
    position: relative;
    background-size: 28px 28px;
}

.headerMenu .cart:hover {
    display: block;
    background: url(../../images/header/cart_o.svg) no-repeat;
    background-position: top left 2em;
    background-size: 28px 28px;
}
.headerMenu .cart a{
   padding-right:.2em;
}
.headerMenu .cart .sumCountIcon{
    position: absolute;
    background: #d45c5c;
    color: #fff;
    border-radius: 3em;
    top: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 0;
}
.headerMenu .search_sp,#design-search{
  display: none;
}
.headerNavi{
  display: flex;
  justify-content: space-between;
  width: 45%;
  font-size: 160%;
  float: left;
}

.headerNavi li a{
  padding: 1em 0;
}

.headerSubNavi{
  width: 20%;
  float: right;
  margin: 1.3em 0 0;
}
.d_header .search_container {
    padding: 0;
}
.d_header .headerSubNavi {
    width: 20%;
    float: unset;
    margin: 0;
    display: flex;
    align-items: center;
}
.d_header .search_container input[type="text"] {
    border: none;
    font-size: 90%;
    width: 100%;
    padding: 0 3.5em 0 1em;
    height: 30px;
    line-height: 30px;
}
.d_header .search_container input[type="submit"] {
    cursor: pointer;
    font-size: 100%;
    background: url(../../images/header/search.svg) no-repeat;
    border: none;
    color: #ccc;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 1em;
    top: 5px;
    outline: none;
}
.txtS{
  font-size:120%;
}

.telNo{
  font-size: 160%;
  font-weight: bold;
}

.time{
  display:block;
  font-size:120%;
  background:#f5f2e9;
  text-align:center;
  border-radius:3em;
  letter-spacing: 0.06em;
}

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  display: block;
  padding: .5em 1em;
  border-radius: 3em;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none){
  .search_container {
      box-sizing: border-box;
      position: relative;
      border: 1px solid #ccc;
      display: block;
      padding: .5em 1em 1em;
      border-radius: 3em;
      overflow: hidden;
  }
}

.search_container input[type="text"]{
  border: none;
  font-size: 120%;
}
.search_container input[type="text"]:focus {
  outline: 0;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 100%;
}

.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5-3::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    transition:.3s
}

.sample5-3::after{
    right: -20px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-toggle{
  display: none;
}

.gloval-nav{
  display: none;
}

.headerOrder{
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 1000px;
    margin: 0 auto;
}

.headerOrder .headerOrderTit{
    font-size: 180%;
    font-weight: bold;
    color: #fff;
    background: #9f967b;
    padding: .25em 2em;
    letter-spacing: 1px;
}

@media screen and (max-width:1020px) and (min-width:768px) {
  .header .wrap .up,
  .header .wrap .down {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headerMenu .info {
    width: 75px;
  }
  .headerMenu .login {
      width: 55px;
  }

  .headerMenu .logout {
      width: 55px;
  }

  .headerLogo {
    margin-left: 0;
    width: 195px;
  }

  .headerMenu .tel {
    width: 222px;
    margin: 0 1em 0 0;
  }

  .telNo {
    font-size: 130%;
    font-weight: bold;
  }

  .headerMenu {
    width: 72%;
  }

  .headerMenu .cart {
    background-position: top left 1.5em;
  }

    .headerMenu .cart:hover {
    background-position: top left 1.5em;
  }

  .headerOrder {
    width: 100%;
  }
}

/*sp*/
@media screen and (max-width:767px) {
.wrap{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.up {
    padding:0;
    position: relative;
    display: block;
    width: 100%;
}
.arrow::before, .arrow::after {
    content: none;
}
.headerMenu {
    width: auto;
}

.headerNavi{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerNavi li{
  text-align: center;
  width: calc(100%/3);
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  font-size:80%;
}
.headerNavi li:last-child{
	border-right: none;
}

.headerMenu .tel,.headerMenu .fax,.headerMenu .info,.headerMenu .member{
    display:none;
}
.headerMenu {
    width: 100%;
    padding: 1em 1em .5em;
    background: #f5f2e9;
    justify-content: space-around;
}
.headerMenu .cart a {
    padding-right: .7em;
}
.headerLogo{
  margin: 1.5em auto;
  width: 60%;
}
.headerLogo img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.headerSubNavi{
  display:none;
}
.nav-toggle {
  display: block;
  width: 45px;
  height: 39px;
  cursor: pointer;
}
.nav-toggle > div {
  position: relative;
  width: 25px;
}
.nav-toggle span {
  width: 88%;
  height: 2px;
  border-radius: 3em;
  left: 5px;
  display: block;
  background: #353535;
  position: absolute;
  transition: top .2s ease, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease;
  transition: transform .2s ease-in-out, top .2s ease, -webkit-transform .2s ease-in-out;
}
.nav-toggle span:nth-child(1) {
  top: 0;
}
.nav-toggle span:nth-child(2) {
  top: 7px;
}
.nav-toggle span:nth-child(3) {
  top: 14px;
}
.nav-toggle:hover span:nth-child(1) {
  top: 0px;
}
.nav-toggle:hover span:nth-child(3) {
  top: 14px;
}

.open .nav-toggle span {
  background: #353535;
}
.nav-toggle .navTitle {
  padding: 2.1em 1em 0 0;
}
.nav-toggle .navTitle_close {
  display: none;
}
.open .nav-toggle .navTitle {
  display: none;
}
.open .nav-toggle .navTitle_close {
  display: block;
  padding: 2.1em 1.2em 0 0;
  letter-spacing: .05em;
}
.open .nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}
.open .nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-toggle {
  z-index: 1000;
}

.gloval-nav {
background: rgba(0,0,0,.8);
    color: #353535;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
}
.gloval-nav nav{
    width: 95%;
    margin-top: 2.5%;
    background: #fff;
}
.gloval-nav a {
  display: block;
  color: #353535;
  text-decoration: none;
  padding: 1em;
  letter-spacing: 1px;
  font-size: 140%;
  transition: color .2s ease;
}
.gloval-nav a:hover {
  color: #666;
}
.gloval-nav ul {
  list-style: none;
}
.gloval-nav ul li {
  opacity: 0;
}

.open {
  overflow: hidden;
}
.open .gloval-nav {
  visibility: visible;
  opacity: 1;

}
.open .gloval-nav li {
  opacity: 1;
  color: #333;
  border-bottom:1px dotted #666;
}
.open .gloval-nav li a{
	position:relative;
}
.open .gloval-nav li:last-child {

  border-bottom:none;
}
.open .gloval-nav li a:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #353535;
    border-right: solid 1px #353535;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 43%;
    right: 4%;
}
.open .gloval-nav .title {
  font-size: 160%;
  font-weight:bold;
  letter-spacing:.25em;
  text-align:center;
  padding: 1.2em 0;
  background: #f5f2e9;
  height: 63px;
}

.headerMenu .search_sp {
    display: block;
    background: url(../../images/header/search.svg) no-repeat;
    background-position: top center;
      width: 45px;
      text-align: center;
      background-size: 50%;
}

.headerMenu .search-toggle{
  padding:2.4em 0 0;
}

#design-search {
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}
#design-search input[type="text"] {
	font-size: 16px;
	line-height: 1.6;
	background-color: #fff;
}
#design-search table {
	margin: 0 auto;
	width: 100%;
}
#design-search th {
	width: 15%;
	text-align: right;
}
#design-search td {
	width: 85%;
	text-align: left;
}
#design-search .btn {
    width: 100%;
    color: #fff !important;
    text-shadow: none;
    background-color: #4b6dbe;
    border: none;
    padding: .5em 1em;
    font-size: 140%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: none;
}
#design-search form td input[type="text"]{
    width: 95%;
    height: 40px;
    padding: 0 .5em;
}
#search h2.noitem {
  font-size: 3.5vw;
  text-align: center;
  padding: 1em;
}
#design-search-unit {
	background: #f5f5f5;
  padding: 1em 0 0;
}
#search .searchbar {
  margin: 0 auto;
  padding: 1em 0 2em;
  width: 80%;
  display: block;
}
#search .searchbar .btn {
    width: 100%;
    font-size: 120%;
    font-size: 4vw;
    background: #353535;
    border-radius: 3em;
    font-weight: normal;
    letter-spacing: 1px;
    border: none;
    padding: 1em;
}
#search #design-search-unit dd:last-child{
	border-bottom:1px solid #ccc;
}
#design-search {
 display:none;
 position: absolute;
}

.open-search{
  overflow: hidden;
}

.open-search #design-search {
  visibility: visible;
  display:block;
  position: static;
  background: #f5f2e9;
}

.open-search .search-toggle{
  display: none;
}
.search-toggle.close-txt{
  display: none;
  position: absolute;
}

.open-search .search-toggle.close-txt{
opacity: 1;
    display: block;
    color: #353535;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;

}

.headerOrder {
    padding:0;
    width: 100%;
}
.headerOrder .headerOrderTit {
    font-size: 160%;
    width: 100%;
    padding: .5em 1em;
    color: #fff;
    background: #9f967b;
}

.up .loginName{
    display: none;
}
.up .loginNameSP{
  display: block;
  font-size: 140%;
      padding: 0 1em 1em;
  line-height: 1.4;
}
.up .loginNameSP .company{
  display: block;
  line-height: 1.4;
}
@media screen and (max-width:320px) {
.headerNavi li a {
    font-size: 90%;
}

  }
}