@charset "UTF-8";
@import url(slick.css);
@import url(slick-theme.css);
/* concept
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.concept .pageHeaderSecond {
  background: url(../img/concept/title_bg.jpg) no-repeat center center;
  background-size: cover; }
.concept .pageLead {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
  font-size: 1.6rem; }
.concept .lnaviArea {
  border-top: 1px solid #ececec;
  margin-bottom: 32px; }
.concept .aboutArea {
  margin-bottom: 80px; }
  .concept .aboutArea .block01 {
    overflow: hidden; }
    .concept .aboutArea .block01 .pic {
      width: 50%;
      float: left; }
      .concept .aboutArea .block01 .pic img {
        width: 100%; }
    .concept .aboutArea .block01 .text {
      padding: 48px;
      text-align: left;
      float: left;
      width: 50%;
      position: relative;
      z-index: 2; }
      .concept .aboutArea .block01 .text .wrap {
        position: absolute;
        top: 50%; }
      .concept .aboutArea .block01 .text h3 {
        margin-bottom: 32px;
        font-size: 1.8rem; }
      .concept .aboutArea .block01 .text p {
        margin-bottom: 24px; }
      .concept .aboutArea .block01 .text a {
        color: #555555; }
  .concept .aboutArea .block02 {
    overflow: hidden; }
    .concept .aboutArea .block02 .pic {
      width: 50%;
      float: right; }
      .concept .aboutArea .block02 .pic img {
        width: 100%; }
    .concept .aboutArea .block02 .text {
      padding: 48px;
      text-align: right;
      float: left;
      width: 50%;
      position: relative;
      z-index: 2; }
      .concept .aboutArea .block02 .text .wrap {
        position: absolute;
        top: 50%;
        right: 40px; }
      .concept .aboutArea .block02 .text h3 {
        margin-bottom: 32px;
        font-size: 1.8rem; }
      .concept .aboutArea .block02 .text p {
        margin-bottom: 24px; }
      .concept .aboutArea .block02 .text a {
        color: #555555; }
.concept .btnPat02 {
  margin-top: 40px; }
  .concept .btnPat02 a {
    width: 282px;
    display: inline-block; }
.concept .allforArea > .pic {
  text-align: center;
  margin-bottom: 32px; }
.concept .allforArea > p {
  text-align: center;
  margin-bottom: 64px; }
.concept .allforArea .wrap {
  overflow: hidden;
  width: 800px;
  margin: auto; }
  .concept .allforArea .wrap .item {
    float: left;
    width: 256px;
    height: 450px;
    background: #f7f7f5;
    margin-left: 16px;
    margin-bottom: 16px; }
    .concept .allforArea .wrap .item:nth-child(3n+1) {
      margin-left: 0; }
    .concept .allforArea .wrap .item .text {
      text-align: center;
      padding: 20px 0 24px; }
      .concept .allforArea .wrap .item .text p {
        line-height: 1.5;
        margin-bottom: 12px; }
      .concept .allforArea .wrap .item .text a {
        color: #555; }
.concept .allforArea .titleBlock {
  margin-bottom: 12px; }
  .concept .allforArea .titleBlock h3 {
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    letter-spacing: 1.6px;
    text-align: center;
    text-indent: 1.6px; }
    .concept .allforArea .titleBlock h3:before {
      content: "";
      position: absolute;
      width: 16px;
      height: 1px;
      background-color: #998452;
      left: 50%;
      top: 24px;
      margin-left: -8px; }
  .concept .allforArea .titleBlock span {
    font-size: 1rem;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
    color: #666;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif; }
.concept .banner {
  margin-top: 16px;
  text-align: center; }
  .concept .banner img {
    text-align: center;
    margin: auto; }
    .concept .banner img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
.concept .accessArea {
  display: none; }

/* ==========================================================================
    
   sp
   
   ========================================================================== */
@media screen and (max-width: 767px) {
  .concept .pageLead {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 1.2rem; }
  .concept .lnaviArea {
    margin-bottom: 0px; }
  .concept .aboutArea {
    margin-bottom: 24px; }
    .concept .aboutArea .titleBlock {
      margin-bottom: 16px; }
    .concept .aboutArea .block01 {
      overflow: hidden;
      background-color: #fff;
      margin-bottom: 24px; }
      .concept .aboutArea .block01 .pic {
        width: 100%;
        float: none; }
        .concept .aboutArea .block01 .pic img {
          width: 100%; }
      .concept .aboutArea .block01 .text {
        padding: 16px 0 0;
        text-align: center;
        float: none;
        width: 100%;
        position: relative;
        z-index: 2; }
        .concept .aboutArea .block01 .text .wrap {
          position: static; }
        .concept .aboutArea .block01 .text h3 {
          line-height: 1.5;
          margin-bottom: 16px;
          font-size: 1.4rem; }
        .concept .aboutArea .block01 .text p {
          text-align: center;
          margin-bottom: 16px; }
          .concept .aboutArea .block01 .text p.count {
            margin-top: 8px;
            margin-bottom: 20px;
            font-size: 1rem; }
    .concept .aboutArea .block02 {
      overflow: hidden;
      background-color: #fff;
      margin-bottom: 24px; }
      .concept .aboutArea .block02 .pic {
        width: 100%;
        float: none; }
        .concept .aboutArea .block02 .pic img {
          width: 100%; }
      .concept .aboutArea .block02 .text {
        padding: 16px 0 0;
        text-align: center;
        float: none;
        width: 100%;
        position: relative;
        z-index: 2; }
        .concept .aboutArea .block02 .text .wrap {
          position: static; }
        .concept .aboutArea .block02 .text h3 {
          line-height: 1.5;
          margin-bottom: 16px;
          font-size: 1.4rem; }
        .concept .aboutArea .block02 .text p {
          text-align: center;
          margin-bottom: 16px; }
          .concept .aboutArea .block02 .text p.count {
            margin-top: 8px;
            margin-bottom: 20px;
            font-size: 1rem; }
  .concept .btnPat02 {
    margin-top: 24px; }
    .concept .btnPat02 a {
      width: 200px;
      display: inline-block;
      padding: 15px 20px; }
  .concept .allforArea {
    padding: 0 5%; }
    .concept .allforArea > .pic {
      text-align: center;
      margin-bottom: 32px; }
    .concept .allforArea > p {
      text-align: center;
      margin-bottom: 32px; }
    .concept .allforArea .wrap {
      overflow: hidden;
      width: 100%;
      margin: auto; }
      .concept .allforArea .wrap .item {
        float: none;
        width: 100%;
        height: auto;
        background: #f7f7f5;
        margin-left: 0px;
        margin-bottom: 8px;
        display: table; }
        .concept .allforArea .wrap .item:nth-child(3n+1) {
          margin-left: 0; }
        .concept .allforArea .wrap .item .pic {
          display: table-cell;
          vertical-align: top;
          width: 121px; }
          .concept .allforArea .wrap .item .pic img {
            height: 121px; }
        .concept .allforArea .wrap .item .text {
          display: table-cell;
          vertical-align: top;
          text-align: center;
          padding: 12px 0; }
          .concept .allforArea .wrap .item .text p {
            line-height: 1.4;
            margin-bottom: 0px;
            font-size: 1rem;
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }
          .concept .allforArea .wrap .item .text a {
            color: #555;
            font-size: 1rem;
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }
    .concept .allforArea .titleBlock {
      margin-bottom: 0px; }
      .concept .allforArea .titleBlock h3 {
        font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
        font-size: 1.2rem;
        line-height: 1;
        position: relative;
        letter-spacing: 1.6px;
        text-align: center;
        text-indent: 1.6px; }
        .concept .allforArea .titleBlock h3:before {
          content: "";
          position: absolute;
          width: 16px;
          height: 1px;
          background-color: #998452;
          left: 50%;
          top: 16px;
          margin-left: -8px; }
      .concept .allforArea .titleBlock span {
        font-size: 1rem;
        line-height: 1.7;
        display: block;
        margin-top: 8px;
        letter-spacing: 2px;
        text-align: center;
        text-indent: 2px;
        color: #666;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
  .concept .banner {
    margin-top: 16px;
    text-align: center;
    padding: 0 5%;
    margin-bottom: 32px; }
    .concept .banner img {
      text-align: center;
      margin: auto; }
      .concept .banner img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
  .concept .accessArea {
    display: block;
    border-top: 1px solid #f4f4f2;
    padding-top: 35px; }
  .concept .contactBox {
    display: none; } }
