@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: Helvetica, Arial, verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #221815;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #221815;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* -----
   * br setting
  ----------------------------------------------------------------------------- */
.br-sp {
  display: none;
}

/* -----
 * Btn
----------------------------------------------------------------------------- */
.btn {
  width: 100%;
  max-width: 230px;
  height: 55px;
  display: table;
  margin: 0 auto;
}

.btn a {
  background: #fff url(../images/common/arrow01.png) 92% 50% no-repeat;
  -webkit-background-size: 9px 17px;
          background-size: 9px 17px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  color: #464646;
  text-decoration: none;
  border: #eee6d5 1px solid;
  box-shadow: rgba(179, 157, 110, 0.3) 6px 6px 0 0 ;
  -webkit-box-shadow: rgba(179, 157, 110, 0.3) 6px 6px 0 0 ;
  -moz-box-shadow: rgba(179, 157, 110, 0.3) 6px 6px 0 0 ;
}

.btn a span {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
  overflow: hidden;
}

.btn a span.concept-txt {
  width: 57px;
  background-image: url(../images/index/btn-txt-feature.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  padding-top: 15px;
}

.btn a span.more-txt {
  width: 39px;
  background-image: url(../images/index/btn-txt-more.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  padding-top: 11px;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper.fixed {
  position: relative;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  width: 100%;
  height: 138px;
}

#Header h1 {
  padding: 48px 0 0 45px;
  float: left;
}

#Header h1 img {
  width: 148px;
}

#Header .sp-menu-btn {
  display: none;
}

#Header #Gnavi {
  display: inline-block;
  float: right;
  padding: 49px 43px 0 0;
}

#Header #Gnavi ul li {
  display: inline-block;
  float: left;
  margin-left: 48px;
}

#Header #Gnavi ul li:first-child {
  margin-left: 0;
}

#Header #Gnavi ul li a {
  display: block;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-top: 15px;
  overflow: hidden;
  text-indent: -9999em;
}

#Header #Gnavi ul li a.home {
  width: 66px;
  background-image: url(../images/common/nav-home.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

#Header #Gnavi ul li a.n1 {
  width: 79px;
  background-image: url(../images/common/nav-feature.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

#Header #Gnavi ul li a.n2 {
  width: 74px;
  background-image: url(../images/common/nav-lineup.png);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

#Header #Gnavi ul li a.head-contact-btn {
  background: #fff url(../images/common/arrow01.png) 92% 50% no-repeat;
  -webkit-background-size: 9px 17px;
          background-size: 9px 17px;
  width: 195px;
  height: auto;
  text-align: center;
  padding: 13px 10px 13px 0;
  margin-top: 0;
  border: #eee6d5 1px solid;
  box-shadow: rgba(179, 157, 110, 0.3) 6px 6px 0 0 ;
  -webkit-box-shadow: rgba(179, 157, 110, 0.3) 6px 6px 0 0 ;
  -moz-box-shadow: rgba(179, 157, 110, 0.3) 6px 6px 0 0 ;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #464646;
  text-indent: 0;
}

/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer {
  width: 100%;
  text-align: center;
}

#Footer .pagetop {
  background-color: #f4f4f6;
}

#Footer .pagetop a {
  width: 308px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 0;
  margin: 0 auto;
}

#Footer .pagetop a img {
  width: 33px;
}

#Footer .bottom {
  padding: 20px 45px;
}

#Footer .bottom .copyright {
  display: inline-block;
  font-size: 10px;
  color: #000;
  letter-spacing: 0.2em;
  float: left;
}

#Footer .bottom .law {
  display: inline-block;
  font-size: 11px;
  float: right;
}

#Footer .bottom .law a {
  text-decoration: underline;
}

/* -----
 * FootContact
----------------------------------------------------------------------------- */
#FootContact {
  border-top: #f4f4f6 3px solid;
  padding: 76px 0 66px;
  text-align: center;
}

#FootContact h2 {
  width: 63px;
  margin: 0 auto;
}

#FootContact h2:after {
  content: "";
  display: block;
  margin: 15px auto 25px;
  background: #e8e1d3;
  width: 15px;
  height: 3px;
}

#FootContact dl {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  color: #000;
}

#FootContact dl dt {
  clear: left;
  float: left;
  width: 80px;
  font-size: 10px;
  letter-spacing: 0.2em;
}

#FootContact dl dd {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 16px 80px;
  letter-spacing: 0.08em;
}

#FootContact dl dd:last-child {
  margin-bottom: 0;
}

/* -----
 * PageTitle
----------------------------------------------------------------------------- */
#PageTitle {
  background: url(../images/common/pagetitle-bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 190px;
  text-align: center;
  display: table;
}

#PageTitle .inner {
  display: table-cell;
  vertical-align: middle;
}

#PageTitle .inner h2 {
  margin: 0 0 5px;
}

#PageTitle .inner p {
  font-weight: bold;
  font-size: 12px;
  color: #5a5a5a;
  letter-spacing: 0.015em;
}

/* -----
 * column-cont
----------------------------------------------------------------------------- */
.column-cont .title {
  border-bottom: #b5b5b5 1px solid;
  padding: 0 0 10px;
  margin: 0 0 23px;
}

.column-cont .title img {
  width: 74px;
}

.column-cont p.lead {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.87;
  color: #5d5958;
  margin: 0;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    -ms-transition: color 0.1s linear 0s;
  }
  a:hover {
    color: #ccc;
  }
  a img {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
  /* -----
   * Btn
  ----------------------------------------------------------------------------- */
  .btn a {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  .btn a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header #Gnavi ul li a {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  #Header #Gnavi ul li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  body {
    width: 100%;
    text-align: justify;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
  }
  /* -----
   * br setting
  ----------------------------------------------------------------------------- */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  /* -----
   * Wrapper
  ----------------------------------------------------------------------------- */
  #Wrapper {
    width: 100%;
    overflow: hidden;
  }
  #Wrapper.fixed #Gnavi {
    position: fixed;
  }
  #Wrapper.fixed #Gnavi.opened {
    top: 70px;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  #Header {
    position: relative;
    height: 70px;
    text-align: center;
    position: fixed;
    z-index: 1000;
  }
  #Header h1 {
    position: relative;
    padding: 17px 0;
    float: none;
    margin: 0 auto;
    background-color: #fff;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
  }
  #Header h1 img {
    width: 108px;
  }
  #Header .sp-menu-btn {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    cursor: pointer;
    padding: 10px;
  }
  #Header .sp-menu-btn p {
    background: url(../images/common/nav-btn-icon.png) 50% 50% no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    width: 27px;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
  }
  #Header #Gnavi {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    float: none;
    padding: 30px 0 41px;
    border-top: #ebdbcc 1px solid;
    border-bottom: #ebdbcc 1px solid;
    text-align: center;
    -webkit-transition: top 0.3s cubic-bezier(0.17, 0.67, 0.34, 0.98);
    transition: top 0.3s cubic-bezier(0.17, 0.67, 0.34, 0.98);
    z-index: 1;
  }
  #Header #Gnavi ul {
    display: inline-block;
    margin: 0 auto;
  }
  #Header #Gnavi ul li {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #Header #Gnavi ul li:last-child {
    margin-bottom: 0;
  }
  #Header #Gnavi ul li a.home {
    width: auto;
    -webkit-background-size: 66px 11px;
            background-size: 66px 11px;
    background-position: 25px 50%;
    padding: 5px 0;
  }
  #Header #Gnavi ul li a.n1 {
    width: auto;
    -webkit-background-size: 79px 11px;
            background-size: 79px 11px;
    background-position: 25px 50%;
    padding: 5px 0;
  }
  #Header #Gnavi ul li a.n2 {
    width: auto;
    -webkit-background-size: 74px 15px;
            background-size: 74px 15px;
    background-position: 25px 50%;
    padding: 5px 0;
  }
  #Header #Gnavi ul li a.head-contact-btn {
    margin: 5px 0 0;
  }
  /* -----
   * ContWrapper
  ----------------------------------------------------------------------------- */
  #ContWrapper {
    margin-top: 70px;
  }
  /* -----
   * Footer
  ----------------------------------------------------------------------------- */
  #Footer .pagetop a {
    width: 250px;
    padding: 36px 0;
  }
  #Footer .pagetop a img {
    width: 28px;
  }
  #Footer .bottom {
    padding: 24px 0;
  }
  #Footer .bottom .copyright {
    float: none;
    margin-top: 2em;
  }
  #Footer .bottom .law {
    float: none;
  }
  /* -----
   * FootContact
  ----------------------------------------------------------------------------- */
  #FootContact {
    border-top: #f4f4f6 2px solid;
    padding: 50px 0 35px;
  }
  #FootContact h2 {
    width: 59px;
  }
  /* -----
   * PageTitle
  ----------------------------------------------------------------------------- */
  #PageTitle {
    background: #eef2f5;
    height: 95px;
  }
  #PageTitle .inner p {
    font-size: 11px;
  }
  /* -----
   * column-cont
  ----------------------------------------------------------------------------- */
  .column-cont .title {
    padding: 0 0 6px;
  }
  .column-cont p.lead {
    line-height: 1.67;
    margin: 0;
  }
}
