@charset "EUC-JP";
.design {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.design-img {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .design-img img {
    width: 100%;
    height: auto;
  }
}
#header {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    z-index: 90;
    top: 0;
    background: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#header .h1-outer {
  background: #f1f1f1;
  font-size: 10px;
  padding: .8em 0;
}
@media screen and (max-width: 768px) {
  #header .h1-outer {
    display: none;
  }
}
#header .h1-outer h1 {
  width: 95%;
  max-width: 1360px;
  margin: 0 auto 0;
  color: #666;
  letter-spacing: -0.2px;
  padding-left: 20px;
  background: url(/common/img/ico_circle.png) no-repeat;
  background-position: left center;
}
#header .header-inner {
  width: 95%;
  max-width: 1360px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0;
}
@media screen and (max-width: 768px) {
  #header .header-inner {
    width: 100%;
    max-width: 159px;
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0;
  }
}
#header .header-inner .col-l {
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .header-inner .col-l {
    display: none;
  }
}
#header .header-inner .col-l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#header .header-inner .col-l ul .icon-search {
  cursor: pointer;
  margin-right: 32px;
}
#header .header-inner .col-l ul .icon-search:hover .img {
  opacity: .7;
}
#header .header-inner .col-l ul .gsc-container {
  display: none;
  margin: 0;
  width: 230px;
  top: 39px;
  left: -20px;
  padding: 10px 3px 6px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  border: 1px solid #eaecee;
  -webkit-box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
          box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
}
#header .header-inner .col-l ul .gsc-container:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 22px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #eaecee;
  border-left: 1px solid #eaecee;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .header-inner .col-l ul .consult {
  font-size: 13px;
  margin-right: 30px;
}
#header .header-inner .col-l ul .consult a {
  display: block;
  background: url(/common/img/icon_consult.png) no-repeat;
  background-size: 24px 16px;
  background-position: left center;
  padding-left: 32px;
}
#header .header-inner .col-l ul .consult a:hover {
  opacity: .7;
}
#header .header-inner .col-l ul .counseling {
  font-size: 13px;
}
#header .header-inner .col-l ul .counseling a {
  display: block;
  background: url(/common/img/icon_counseling.png) no-repeat;
  background-size: 25px 22px;
  line-height: 22px;
  padding-left: 32px;
}
#header .header-inner .col-l ul .counseling a:hover {
  opacity: .7;
}
#header .header-inner .col-logo {
  position: relative;
  left: -55px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .col-logo {
    width: 100%;
    max-width: 159px;
    left: 0;
    padding-top: 10px;
  }
  #header .header-inner .col-logo .img img {
    width: 100%;
    height: auto;
  }
}
#header .header-inner .col-logo .sub-tit {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .col-logo .sub-tit {
    font-size: 10px;
    left: 37px;
    bottom: 0;
    white-space: nowrap;
  }
}
#header .header-inner .col-logo .sub-tit span {
  color: #888;
  padding-left: 4px;
}
#header .header-inner .col-logo:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #header .header-inner .col-r {
    display: none;
  }
}
#header .header-inner .col-r p {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.5px;
  line-height: 1;
}
#header .header-inner .col-r p span {
  font-size: 13px;
  letter-spacing: 0;
  padding-right: 8px;
}
#header .header-inner .col-r .box-time {
  background: url(/common/img/icon_time.png) no-repeat;
  background-size: 19px 19px;
  background-position: 2px center;
  padding-left: 30px;
  margin-bottom: 10px;
}
#header .header-inner .col-r .box-tel {
  background: url(/common/img/icon_tel.png) no-repeat;
  background-size: 23px 15px;
  background-position: left center;
  padding-left: 30px;
}
#header .header-list {
  border-top: 1px solid #ccc;
  border-bottom: 5px solid #ab9153;
}
@media screen and (max-width: 768px) {
  #header .header-list {
    display: none;
  }
}
#header .header-list ul {
  width: 95%;
  max-width: 1210px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-list ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
#header .header-list ul li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
}
#header .header-list ul li a span {
  letter-spacing: -3px;
}
#header .header-list ul li a:hover {
  opacity: .7;
  background: #faf3e1;
  color: #aa9769;
}
@media screen and (max-width: 768px) {
  #header .box-header-02 .btn-menu-01 {
    background: url(/common/img/icon_menu.png) center center no-repeat;
    background-size: 60px auto;
  }
  #header .box-header-02 .btn-menu-01.is-open {
    background: #e6e6e6 url(/common/img/icon_menu_close.png) center center no-repeat;
    background-size: 19px auto;
  }
}
@media screen and (max-width: 768px) {
  .see {
    width: 100%;
    border-top: 1px solid #ccc;
    font-size: 10px;
    margin-bottom: 2px;
    padding-left: 10px;
  }
  .see img {
    width: 9px;
    height: 9px;
    margin-top: 3px;
  }
}
