@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: black;
  text-decoration: none; }

li {
  list-style-type: none; }

/* 変数定義 */
/* header */
.hamburger {
  position: absolute;
  top: 30px;
  right: 30px; }

#spBottomNavi {
  display: none; }

header {
  height: 400px;
  position: relative; }
  header .logo {
    position: absolute;
    bottom: 30px;
    left: 100px; }
    header .logo a:hover {
      opacity: 0.7; }
    header .logo img {
      width: 200px; }
    header .logo p {
      font-family: "Sawarabi Gothic", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #E69D84;
      font-size: 17px; }
  header .onlineStore {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 100px;
    height: 55px;
    display: block;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 100; }
    header .onlineStore:hover {
      transform: translateY(-5px); }
    header .onlineStore img {
      width: 30px;
      margin: 0 auto;
      display: block; }
    header .onlineStore p {
      width: 100px;
      text-align: center;
      font-family: "din-2014-narrow", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #333; }
  header .nav {
    width: 250px;
    top: 120px;
    right: 100px;
    position: absolute; }
    header .nav ul li {
      margin-bottom: 5px;
      position: relative;
      height: 30px; }
      header .nav ul li a {
        left: 0;
        transition: all 0.3s;
        position: absolute; }
        header .nav ul li a:hover {
          left: -20px; }
        header .nav ul li a dt {
          font-family: "din-2014-narrow", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          color: #1A1A1A; }
        header .nav ul li a dd {
          font-family: "Sawarabi Gothic", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 11px;
          color: #808080;
          display: inline-block; }

/* footer */
footer {
  padding: 70px 0 0 0;
  background-color: #bfa193; }
  footer > div {
    padding-bottom: 70px;
    display: table;
    margin: 0 auto; }
  footer .left {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 30px;
    border-right: solid thin white; }
    footer .left img {
      height: 180px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 20px; }
    footer .left div {
      display: inline-block;
      vertical-align: top;
      padding-top: 20px; }
      footer .left div dl {
        color: white;
        font-family: "Sawarabi Gothic", sans-serif;
        font-weight: 400;
        font-style: normal; }
        footer .left div dl dt {
          font-size: 19px;
          margin-bottom: 20px; }
          footer .left div dl dt span {
            font-size: 22px; }
        footer .left div dl dd {
          font-size: 15px;
          margin-bottom: 20px; }
      footer .left div .sns {
        position: relative; }
        footer .left div .sns a {
          transition: 0.3s all; }
          footer .left div .sns a:hover {
            transform: translateY(-5px); }
          footer .left div .sns a img {
            width: 40px;
            height: 40px; }
        footer .left div .sns .line {
          position: absolute;
          top: 0px;
          left: 0; }
        footer .left div .sns .insta {
          position: absolute;
          top: 0px;
          left: 60px; }
  footer .right {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 30px;
    position: relative; }
    footer .right img {
      height: 180px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 20px; }
    footer .right div {
      display: inline-block;
      vertical-align: top;
      padding-top: 20px; }
      footer .right div dl {
        color: white;
        font-family: "Sawarabi Gothic", sans-serif;
        font-weight: 400;
        font-style: normal; }
        footer .right div dl dt {
          font-size: 19px;
          margin-bottom: 20px; }
          footer .right div dl dt span {
            font-size: 22px; }
        footer .right div dl dd {
          font-size: 15px;
          margin-bottom: 20px; }
      footer .right div .sns {
        position: relative; }
        footer .right div .sns a {
          transition: 0.3s all; }
          footer .right div .sns a:hover {
            transform: translateY(-5px); }
          footer .right div .sns a img {
            width: 40px;
            height: 40px; }
        footer .right div .sns .line {
          position: absolute;
          top: 0px;
          left: 0; }
        footer .right div .sns .insta {
          position: absolute;
          top: 0px;
          left: 60px; }
    footer .right p {
      position: absolute;
      bottom: -60px;
      right: 0;
      font-size: 15px;
      color: white;
      font-family: "Sawarabi Gothic", sans-serif;
      font-weight: 400;
      font-style: normal; }
  footer .bottom {
    width: 100%;
    height: 65px;
    background-color: #323333; }
    footer .bottom dl {
      width: 1000px;
      margin: 0 auto;
      padding-top: 15px;
      position: relative;
      height: 55px; }
      footer .bottom dl dt {
        font-size: 22px;
        color: white;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        right: 230px;
        bottom: 1px; }
      footer .bottom dl dd {
        font-size: 14px;
        color: white;
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 5px; }

@media (max-width: 768px) {
  /* header */
  #spBottomNavi {
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #c3a496;
    height: auto;
    border-top: none;
    display: block; }
    #spBottomNavi ul {
      width: 100%;
      font-size: 0;
      border-top: none; }
    #spBottomNavi li {
      width: 33%;
      display: inline-block;
      vertical-align: top;
      color: white;
      border-left: solid 2px white;
      height: 60px; }
    #spBottomNavi li:last-of-type {
      border-right: none; }
    #spBottomNavi li:first-of-type {
      border-left: none; }
    #spBottomNavi a {
      padding: 20px 0 0 0;
      height: 60px;
      display: block;
      font-size: 16px;
      cursor: pointer;
      text-align: center;
      color: white; }
      #spBottomNavi a .spTopBtn {
        width: 25px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -6px; }
      #spBottomNavi a .spTelBtn {
        width: 25px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px; }
      #spBottomNavi a .spMailBtn {
        width: 25px;
        margin-right: 7px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px; }
    #spBottomNavi a:hover {
      opacity: 0.3; }

  header {
    height: 400px;
    position: relative; }
    header .logo {
      position: absolute;
      bottom: 30px;
      left: 50px; }
      header .logo img {
        width: 150px; }
      header .logo p {
        font-family: "Sawarabi Gothic", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #E69D84;
        font-size: 15px;
        margin-left: -8px; }
    header .onlineStore {
      position: absolute;
      right: 70px;
      top: 30px;
      width: 100px;
      height: 55px;
      display: block;
      cursor: pointer; }
      header .onlineStore img {
        width: 30px;
        margin: 0 auto;
        display: block; }
      header .onlineStore p {
        width: 100px;
        text-align: center;
        font-family: "din-2014-narrow", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #333; }
    header .nav {
      display: none; }

  /* footer */
  footer {
    padding: 70px 0 60px 0;
    background-color: #bfa193; }
    footer > div {
      padding-bottom: 30px;
      display: table;
      margin: 0 auto; }
    footer .left {
      display: table;
      padding-right: 0px;
      border-right: none;
      margin: 0 auto 50px auto; }
      footer .left img {
        height: 180px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 20px; }
      footer .left div {
        display: inline-block;
        vertical-align: top;
        padding-top: 5px; }
        footer .left div dl {
          color: white;
          font-family: "Sawarabi Gothic", sans-serif;
          font-weight: 400;
          font-style: normal; }
          footer .left div dl dt {
            font-size: 19px;
            margin-bottom: 20px; }
            footer .left div dl dt span {
              font-size: 22px; }
          footer .left div dl dd {
            font-size: 14px;
            margin-bottom: 20px; }
        footer .left div .sns {
          position: relative; }
          footer .left div .sns a {
            transition: 0.3s all; }
            footer .left div .sns a:hover {
              transform: translateY(-5px); }
            footer .left div .sns a img {
              width: 40px;
              height: 40px; }
          footer .left div .sns .line {
            position: absolute;
            top: 0px;
            left: 0; }
          footer .left div .sns .insta {
            position: absolute;
            top: 0px;
            left: 60px; }
    footer .right {
      display: block;
      padding-left: 0px;
      position: relative;
      padding-bottom: 70px; }
      footer .right img {
        height: 180px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px; }
      footer .right div {
        display: inline-block;
        vertical-align: top;
        padding-top: 20px; }
        footer .right div dl {
          color: white;
          font-family: "Sawarabi Gothic", sans-serif;
          font-weight: 400;
          font-style: normal; }
          footer .right div dl dt {
            font-size: 18px;
            margin-bottom: 20px; }
            footer .right div dl dt span {
              font-size: 20px; }
          footer .right div dl dd {
            font-size: 14px;
            margin-bottom: 20px; }
        footer .right div .sns {
          position: relative; }
          footer .right div .sns a {
            transition: 0.3s all; }
            footer .right div .sns a:hover {
              transform: translateY(-5px); }
            footer .right div .sns a img {
              width: 40px;
              height: 40px; }
          footer .right div .sns .line {
            position: absolute;
            top: 0px;
            left: 0; }
          footer .right div .sns .insta {
            position: absolute;
            top: 0px;
            left: 60px; }
      footer .right p {
        position: absolute;
        bottom: -10px;
        right: 10px;
        font-size: 15px;
        color: white;
        font-family: "Sawarabi Gothic", sans-serif;
        font-weight: 400;
        font-style: normal; }
    footer .bottom {
      width: 100%;
      height: 20px;
      background-color: #323333;
      padding-left: 30px; }
      footer .bottom dl {
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        position: relative; }
        footer .bottom dl dt {
          font-size: 20px;
          color: white;
          display: inline-block;
          margin-right: 10px;
          position: relative;
          right: auto;
          bottom: auto; }
        footer .bottom dl dd {
          font-size: 14px;
          color: white;
          display: inline-block;
          position: relative;
          right: auto;
          bottom: auto; } }
