@charset "UTF-8";
/*Copyright (c) 2018 LiccoWorldTrading Co.,Ltd.

attrico-har.com/css/default.css

本製品は attrico-hair.com 専用に開発されたものであり
許可なく二次販売・再配布・複製・改変を禁止する。
 */
body {
  margin: 0;
  background: #FFF;
  font-family: Linotte, YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal; }

h1 {
  margin-top: 40px; }

p {
  margin: 0;
  padding: 0.8em 0; }

a {
  cursor: pointer; }

input[type=text] {
  -webkit-appearance: none;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 0 0.5em;
  height: 30px;
  line-height: 30px; }

#site-wrapper {
  width: 100%;
  overflow: hidden; }

header {
  background: #333;
  height: 50px;
  margin-bottom: 20px;
  padding: 5px 0; }
  header h1 {
    margin: 0; }
  header .wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  header .logo img {
    height: 40px;
    width: auto; }
  header .main-menu-wrapper .main-menu {
    position: absolute;
    right: 0;
    bottom: 5px; }
    header .main-menu-wrapper .main-menu ol {
      list-style: none;
      margin: 0;
      padding: 0; }
      header .main-menu-wrapper .main-menu ol li {
        display: inline-block;
        margin-left: 30px;
        font-size: 14px; }
  header .main-menu-wrapper a {
    color: #FFF;
    text-decoration: none; }

footer {
  background: #CCC;
  color: #FFF;
  margin-top: 50px; }
  footer .footer-wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px; }
    footer .footer-wrapper .sns-wrapper {
      position: absolute;
      top: 20px;
      right: 20px; }
      footer .footer-wrapper .sns-wrapper .list-sns {
        list-style: none;
        height: 50px;
        margin: 0;
        padding: 0;
        font-size: 0; }
        footer .footer-wrapper .sns-wrapper .list-sns .sns {
          display: inline-block;
          width: 50px;
          height: 50px; }
          footer .footer-wrapper .sns-wrapper .list-sns .sns .icon-instagram {
            background: url("../img/icon_instagram.png") no-repeat;
            width: 50px;
            height: 50px;
            background-size: cover; }

.page-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }

.home-content-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
  font-size: 16px; }
  .home-content-wrapper h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    margin-left: -40px;
    font-size: 30px;
    font-weight: bold; }
    .home-content-wrapper h2:first-child {
      margin-top: 0; }

.slider-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.submenu-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0; }
  .submenu-wrapper ol {
    list-style: none;
    padding: 0;
    font-size: 0; }
    .submenu-wrapper ol li {
      display: inline-block;
      width: 30%;
      margin-right: 5%;
      font-size: 24px;
      text-align: center; }
      .submenu-wrapper ol li:nth-child(3), .submenu-wrapper ol li:last-child {
        margin-right: 0; }

.reservation-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center; }
  .reservation-wrapper a {
    padding: 60px; }

.recently-blog-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .recently-blog-wrapper ul {
    list-style: none;
    padding: 0; }
    .recently-blog-wrapper ul li {
      position: relative;
      height: 190px;
      padding: 20px; }
      .recently-blog-wrapper ul li .title-img-wrapper {
        float: left;
        margin: 0 20px; }
        .recently-blog-wrapper ul li .title-img-wrapper img {
          border: 1px solid #CCC;
          width: 150px;
          height: auto; }
      .recently-blog-wrapper ul li .body {
        color: #333;
        font-size: 14px; }
        .recently-blog-wrapper ul li .body h3 {
          font-size: 20px;
          font-weight: bold; }
        .recently-blog-wrapper ul li .body .readthis {
          position: absolute;
          display: inline-block;
          left: 210px;
          bottom: 20px;
          font-size: 16px; }
  .recently-blog-wrapper .btn-bloglist-wrapper {
    padding-top: 20px;
    text-align: center; }

#page h1 {
  margin-bottom: 60px; }
#page h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold; }
  #page h2:first-child {
    margin-top: 0; }
#page .col1 {
  width: 50%;
  float: left;
  padding-left: 20px; }
#page .col2 {
  width: 50%;
  float: right;
  padding-left: 20px; }
#page .list-staff {
  list-style: none;
  padding: 0; }
  #page .list-staff .staff {
    min-height: 250px;
    margin-bottom: 80px; }
    #page .list-staff .staff .img-staff {
      float: left;
      width: 250px;
      height: 250px;
      margin-right: 40px;
      margin-bottom: 40px; }
    #page .list-staff .staff:nth-child(even) .img-staff {
      float: right;
      margin-right: 0;
      margin-left: 40px; }
    #page .list-staff .staff .body {
      font-size: 14px; }
      #page .list-staff .staff .body .title {
        color: #333;
        margin-bottom: 20px; }
        #page .list-staff .staff .body .title h2 {
          font-size: 30px;
          font-weight: bold; }
        #page .list-staff .staff .body .title .eng {
          padding: 0;
          font-size: 20px; }
      #page .list-staff .staff .body .message p {
        padding: 0;
        margin-bottom: 0.5em; }
#page .list-gallery {
  font-size: 0;
  padding: 0 60px; }
  #page .list-gallery img {
    display: inline-block;
    margin: 10px;
    width: 150px;
    height: auto; }

#blog {
  color: #333; }
  #blog .header {
    margin-bottom: 60px; }
    #blog .header h1 {
      font-size: 30px;
      font-weight: bold; }
  #blog .blog-content {
    padding-bottom: 100px; }
    #blog .blog-content p {
      padding: 0;
      margin-bottom: 0.5em; }
    #blog .blog-content img {
      width: 100%;
      height: auto;
      padding: 40px; }
  #blog .otherpost {
    background: #EFEFEF;
    margin: 40px 0;
    font-size: 0; }
    #blog .otherpost .previous_post,
    #blog .otherpost .next_post {
      display: inline-block;
      width: 50%;
      font-size: 18px;
      height: 80px;
      line-height: 80px;
      text-align: center; }
      #blog .otherpost .previous_post a,
      #blog .otherpost .next_post a {
        color: #FFF;
        text-decoration: none; }
        #blog .otherpost .previous_post a:hover,
        #blog .otherpost .next_post a:hover {
          text-decoration: underline; }
    #blog .otherpost .previous_post {
      float: left;
      background: #CCC; }
    #blog .otherpost .next_post {
      float: right;
      background: #CCC; }
    #blog .otherpost:after {
      display: block;
      content: "";
      clear: both;
      font-size: 0; }
  #blog .btn-bloglist-wrapper {
    text-align: center; }

#error404 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 300px; }
  #error404 h1 {
    font-size: 30px;
    font-weight: bold; }

#access-map {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  #access-map .map-wrapper {
    border: 1px solid #CCC;
    width: 100%;
    padding: 10px; }
    #access-map .map-wrapper #map-canvas {
      width: 100%;
      height: 300px; }
  #access-map .addr {
    color: #999;
    text-align: right; }

table.menu-list {
  width: 100%;
  font-size: 14px; }
  table.menu-list th, table.menu-list td {
    padding: 5px 10px; }
  table.menu-list th {
    text-align: left; }
  table.menu-list td {
    width: 10em;
    padding-right: 40px;
    text-align: right; }

table.tbl-access {
  width: 100%; }
  table.tbl-access th, table.tbl-access td {
    padding: 5px 10px; }
  table.tbl-access th {
    width: 150px; }

.cf {
  display: block;
  content: "";
  clear: both;
  font-size: 0; }

.header-img-items, .header-img-gaikan, .header-img-naikan1 {
  width: 100%;
  height: 250px;
  background: url("../img/header_img_items.jpg") no-repeat;
  margin-top: -40px;
  margin-bottom: 40px;
  overflow: hidden; }

.header-img-gaikan {
  margin-top: 20px;
  background: url("../img/header_img_gaikan.jpg") no-repeat; }

.header-img-naikan1 {
  margin-top: -40px;
  background: url("../img/header_img_naikan1.jpg") no-repeat; }

.pagination {
  padding-top: 50px;
  text-align: center; }

.page-numbers {
  display: inline-block;
  margin-left: 0.5em;
  cursor: pointer; }
  .page-numbers:first-child {
    margin-left: 0;
    cursor: default; }
  .page-numbers.current {
    background: none;
    font-weight: bold; }

/*# sourceMappingURL=default.css.map */
