@charset "UTF-8";
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 6.25%;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th {
    white-space: nowrap; }

fieldset, img {
  border: 0; }

img {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

.chrome address, .chrome caption, .chrome cite, .chrome code, .chrome dfn, .chrome em, .chrome th, .chrome var, .chrome h1, .chrome h2, .chrome h3, .chrome h4, .chrome h5, .chrome h6 {
  font-weight: 500; }

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none; }

table {
  border-collapse: collapse; }

th, td {
  padding: 0; }

a {
  display: block; }

button {
  padding: 0;
  border: none;
  background: transparent; }

*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

a:active {
  color: #999;
  text-decoration: none; }

/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300; }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500; }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold; }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100; }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200; }
  html.chrome {
    font-weight: 500; }

  /* IE10以上 */
  /*
  zoom
  */ }
@media screen and (min-width: 768px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (max-width: 1200px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/ } }
@media screen and (min-width: 768px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (max-width: 1200px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/ } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1); } }
@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: 0 auto; }

  a {
    display: inline; }

  img {
    display: inline;
    width: auto; } }
/*明朝体*/
/*コンテンツwidth*/
/*main-width*/
/*ボーダーカラー*/
/*背景色*/
/*よく使う色*/
/*ボタン*/
/*タイトルバー*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*
Theme Name: 宏哉
Theme URI:
Description: 
Author: densuke
Author URI: http://dnsk.jp/ 
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  line-height: 150%;
  font-size: 14rem;
  -webkit-text-size-adjust: 100%; }

#wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 150%; }

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
header {
  width: 100%; }
  header .upper {
    display: table;
    width: 100%; }
    header .upper > .logo {
      display: table-cell;
      width: 68%;
      padding: 0 32% 0 4%;
      vertical-align: middle; }
    header .upper > .btn {
      display: table-cell;
      width: 32%;
      overflow: hidden; }
      header .upper > .btn li {
        float: left;
        width: 50%; }
  header .navWrap {
    display: none;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
    header .navWrap div {
      display: table;
      width: 100%; }
      header .navWrap div .logo {
        display: table-cell;
        width: 35%;
        padding: 0 11% 0 4%;
        vertical-align: middle; }
      header .navWrap div .btn {
        display: table-cell;
        width: 50%;
        overflow: hidden; }
        header .navWrap div .btn a {
          float: right;
          width: 32%; }
    header .navWrap #gNav ul {
      overflow: hidden; }
      header .navWrap #gNav ul li {
        float: left;
        width: 50%;
        border-top: 1px solid #d2d2d2; }
        header .navWrap #gNav ul li:nth-child(odd) {
          border-right: 1px solid #d2d2d2; }
        header .navWrap #gNav ul li a {
          padding: 15px 0;
          text-align: center;
          font-size: 16rem; }

/*-----------------------------------------------------------------
お預かりした品は厳重に管理・お売りいただく品は満足いただける査定をご提案します
-----------------------------------------------------------------*/
#greeting {
  padding: 43px 0 40px;
  background: url(img/top/greeting_bg_sp.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; }
  #greeting .logo {
    width: 52%;
    margin: 0 auto 20px; }
  #greeting h2 {
    width: 92%;
    margin: 0 auto 20px;
    font-weight: bold; }
  #greeting p {
    width: 92%;
    margin: 0 auto; }

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  padding: 27px 0 0; }
  footer .logo {
    width: 57%;
    margin: 0 auto 25px; }
  footer #navL ul:first-of-type {
    border-top: 1px solid #eee; }
  footer #navL ul li {
    border-bottom: 1px solid #eee; }
    footer #navL ul li a {
      padding: 15px 4%;
      background: url(img/common/arrow01.png) right 4% center no-repeat;
      -webkit-background-size: 3% auto;
      background-size: 3% auto;
      font-size: 16rem; }
  footer #navS {
    padding: 15px;
    text-align: center; }
    footer #navS li {
      display: inline-block; }
      footer #navS li:nth-child(odd) {
        margin-right: 2em; }
      footer #navS li a {
        line-height: 190%; }
  footer #copyright {
    padding: 13px 0;
    background-color: #eff1f0;
    text-align: center;
    font-size: 12rem;
    color: #666; }

#pagetop {
  display: none !important; }

/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  /*-----------------------------------------------------------------
  body,Wrapper
  -----------------------------------------------------------------*/
  body {
    min-width: 1200px;
    line-height: 150%;
    font-size: 16rem; }

  #wrapper {
    min-width: 1200px; }
    #wrapper .container.row {
      max-width: 1200px; }

  /*-----------------------------------------------------------------
  header
  -----------------------------------------------------------------*/
  header .upper {
    display: block;
    margin-bottom: 20px;
    overflow: hidden; }
    header .upper > .logo {
      float: left;
      display: block;
      width: auto;
      padding: 30px 0 0 29px; }
      header .upper > .logo a img {
        width: 182px; }
    header .upper > .btn {
      float: right;
      display: block;
      width: auto; }
      header .upper > .btn li {
        float: left; }
        header .upper > .btn li:nth-child(1) {
          width: 220px;
          margin: 0; }
        header .upper > .btn li:nth-child(2) {
          display: none; }
        header .upper > .btn li a img:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
  header .navWrap {
    display: block;
    background-color: transparent;
    position: relative; }
    header .navWrap div {
      display: none; }
    header .navWrap #gNav ul {
      text-align: center; }
      header .navWrap #gNav ul li {
        float: none;
        display: inline-block;
        width: 170px;
        height: 28px;
        margin-top: 10px;
        border-top: none;
        border-left: 1px solid #fff;
        vertical-align: top; }
        header .navWrap #gNav ul li:nth-child(odd) {
          border-right: none; }
        header .navWrap #gNav ul li:last-child {
          border-right: 1px solid #fff; }
        header .navWrap #gNav ul li a {
          display: block;
          padding: 0;
          line-height: 28px;
          font-size: 16rem;
          font-weight: bold;
          font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
          color: #fff; }
          header .navWrap #gNav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /*-----------------------------------------------------------------
  footer
  -----------------------------------------------------------------*/
  footer .upper {
    width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden; }
    footer .upper .logo {
      float: left;
      width: 300px;
      padding: 50px 0 0 5px; }
      footer .upper .logo img {
        width: 295px; }
    footer .upper #navL {
      float: right;
      padding-top: 60px;
      overflow: hidden; }
      footer .upper #navL ul {
        float: left;
        margin-right: 150px; }
        footer .upper #navL ul:first-of-type {
          border-top: none; }
        footer .upper #navL ul:last-of-type {
          margin-right: 0; }
        footer .upper #navL ul li {
          margin-bottom: 15px;
          border-bottom: none; }
          footer .upper #navL ul li a {
            padding: 0;
            background: none;
            font-weight: bold; }
  footer #navS {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #dcdcdc; }
    footer #navS li:after {
      content: "　｜　"; }
    footer #navS li:last-child:after {
      content: ""; }
    footer #navS li:nth-child(odd) {
      margin-right: 0; }
    footer #navS li a {
      line-height: 150%;
      font-size: 14rem; }
  footer #copyright {
    font-size: 14rem; }

  #pagetop {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 25px; }
    #pagetop a img:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

  /*-----------------------------------------------------------------
  お預かりした品は厳重に管理・お売りいただく品は満足いただける査定をご提案します
  -----------------------------------------------------------------*/
  #greeting {
    padding: 80px 0 50px;
    background: url(img/top/greeting_bg_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    #greeting .logo {
      width: 182px;
      margin: 0 auto 25px; }
      #greeting .logo img {
        width: 182px; }
    #greeting h2 {
      width: auto;
      font-size: 18rem; }

  /*------------------------------ //PC用CSS ------------------------------*/ }

/*# sourceMappingURL=style.css.map */
