@charset "UTF-8";
@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("thickbox.css");
.BaseTxt {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 180%; }

.txtSecondary {
  color: #000000; }

.txtCaption, .txtCaptionPC {
  margin: 0;
  font-size: 8px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 2.5px; }

.txtCaptionPC {
  font-size: 16px; }

/****************************************************************************************************/
/*
/*　サイト全体で使用するスタイル（※基本的に「セレクタ名」は編集しない）
/*
/****************************************************************************************************/
/****************************************************************************************************
	htmlタグでのマークアップ及びデザイン要素にて指定するスタイル
****************************************************************************************************/
/*サイト内の全てのタグに適用させるスタイル。フォントなどを指定*/
* {
  color: #F0F0E1;
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka; }

a:link,
a:visited {
  color: #CCCCCC;
  text-decoration: underline;
  text-decoration: none; }

a:hover,
a:active {
  color: #999999;
  text-decoration: underline; }

/*bodyタグのスタイル。背景などを指定*/
body {
  font-size: 75%;
  /*em指定の値の計算を簡単にする*/
  line-height: 1.5em;
  text-align: center;
  background: #FFFFFF;
  background: url(../img/common/bg_container.jpg) top center; }

/*ヘッダーのスタイル*/
#header {
  position: relative;
  width: 1000px;
  height: 110px;
  margin: 0 auto;
  text-align: left;
  z-index: 3; }
  #header p {
    padding-top: 15px; }
  #header h1 {
    text-align: right;
    font-size: 10px;
    position: relative;
    top: -3em; }
  #header #add_nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 320px; }

#gnav {
  position: relative;
  height: 50px;
  width: 100%;
  background: url(../img/common/bg_gnav.gif) left top;
  text-align: left;
  z-index: 4; }
  #gnav ul {
    width: 1000px;
    margin: 0 auto; }
    #gnav ul li {
      float: left; }

.drawer-hamburger, .drawer-nav {
  display: none !important; }

#mainvisual {
  width: 100%;
  height: 150px; }
  #mainvisual h2 {
    width: 1040px;
    margin: 0 auto;
    text-align: left; }

#crumbs {
  padding: 15px 0 10px 0;
  text-align: left;
  color: #454339;
  font-size: 83%; }

/*section部分のカラム構成*/
/*container*/
#container {
  width: 100%;
  padding-bottom: 30px;
  border-top: 1px solid #282A29;
  background: url(../img/common/bg_container.jpg) top center; }

#section {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  text-align: left; }

#main {
  float: left;
  width: 760px;
  margin-right: 0px;
  text-align: left; }

#side {
  float: left;
  width: 200px;
  margin-right: 40px;
  text-align: left; }

#home #main {
  width: 100%;
  padding-top: 45px; }

#home #side {
  width: 100%; }

/*sectionカラム構成　end*/
/*main*/
/*side*/
#snav {
  margin-top: 50px; }
  #snav li {
    margin-bottom: 8px; }

.worksNav {
  display: none; }

/*トップへ戻る*/
#gotop {
  clear: both;
  width: 940px;
  height: 22px;
  margin: 30px auto 0 auto;
  text-align: right; }

/*footer*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 20px auto;
  padding: 20px;
  background-color: #1E2226;
  border-radius: 10px; }
  .footer h1 {
    width: 179px;
    height: 80px;
    padding: 0; }
  .footer .fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px; }
    .footer .fnav li {
      margin: 0;
      margin-left: 14px; }
      .footer .fnav li a {
        color: #F0F0E1;
        font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 300;
        font-size: 12px; }
  .footer h2 {
    margin-bottom: 10px;
    font-size: 10px;
    color: #F0F0E1;
    text-align: right; }
  .footer .address {
    margin: 0;
    text-align: right;
    color: #F0F0E1;
    font-size: 10px;
    letter-spacing: 0.1em; }

.copyright {
  margin: 0;
  text-align: center;
  color: #F0F0E1;
  font-size: 10px;
  letter-spacing: 0.1em; }

#bnr {
  clear: both;
  padding: 3em 0em 0em 0em;
  text-align: center; }

/****************************************************************************************************
	class単体で指定するスタイル
****************************************************************************************************/
/*floatを解除するスタイル*/
.clear {
  clear: both; }

/*親ブロックのサイズをfloatしたオブジェクトにあわせる。(※基本的に編集しない)*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/ }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/*汎用クラス*/
.column_box {
  overflow: hidden;
  text-align: left; }

.left_column,
.right_column {
  float: left; }

.mgt50 {
  margin-top: 50px !important; }

.mgb20 {
  margin-bottom: 20px !important; }

.mgb30 {
  margin-bottom: 30px !important; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.last {
  margin-right: 0px !important; }

/*画像の回り込み処理*/
/*imgに付与する*/
.img_left {
  float: left;
  margin: 0 10px 10px 0; }

.img_right {
  float: right;
  margin: 0 0 10px 10px; }

.follow {
  overflow: hidden;
  _float: left; }

/*画像に回り込ませない様にするには後続のテキストをdivでブロックにする*/
/*画像回り込み処理ここまで*/
/*表組をする*/
table.data {
  font-size: 108%;
  border-bottom: 1px dotted #F0F0E1; }
  table.data th {
    padding: 13px 13px;
    letter-spacing: 0.1em;
    border-top: 1px dotted #F0F0E1; }
  table.data td {
    padding: 13px 13px;
    border-top: 1px dotted #F0F0E1; }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 50px 0; }
  .wp-pagenavi .first,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px;
    padding: 4px 4px;
    background-color: #282A29;
    border: 0;
    border-radius: 2px;
    color: #F0F0E1;
    font-size: 1.1rem;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.2em; }
    .wp-pagenavi .first:hover, .wp-pagenavi .first:active,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:active,
    .wp-pagenavi .page:hover,
    .wp-pagenavi .page:active,
    .wp-pagenavi .nextpostslink:hover,
    .wp-pagenavi .nextpostslink:active,
    .wp-pagenavi .last:hover,
    .wp-pagenavi .last:active {
      opacity: 0.8; }
  .wp-pagenavi .current {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px;
    padding: 4px 4px;
    border: 0;
    background-color: #999999;
    border-radius: 2px;
    color: #191919;
    font-size: 1.1rem;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0.2em; }

/****************************************************************************************************/
/*
/*　各ページで使用するスタイル（※デザインによって使い方が異なる為、分かりやすい名前を任意でつける）
/*
/****************************************************************************************************/
/*mainvisual*/
body#concept #mainvisual {
  background: url(../img/concept/main_visual.jpg) top center; }

body#outline #mainvisual {
  background: url(../img/outline/main_visual.jpg) top center; }

body#service #mainvisual {
  background: url(../img/service/main_visual.jpg) top center; }

body#works #mainvisual {
  background: url(../img/works/main_visual.jpg) top center; }

body#profile #mainvisual {
  background: url(../img/profile/main_visual.jpg) top center; }

body#surf #mainvisual {
  background: url(../img/surf/main_visual.jpg) top center; }

body#contact #mainvisual {
  background: url(../img/contact/main_visual.jpg) top center; }

body#privacy #mainvisual {
  background: url(../img/privacy/main_visual.jpg) top center; }

body#sitemap #mainvisual {
  background: url(../img/sitemap/main_visual.jpg) top center; }

body#home #mainvisual {
  background: url(../img/news/main_visual.jpg) top center; }

/*main*/
#main h2 {
  margin-top: 50px;
  margin-bottom: 20px; }

/*---------------------------------------------------------------------
     トップページ記述
---------------------------------------------------------------------*/
/*index/news*/
.slider {
  width: 100%;
  height: 300px; }

.sliderPict01 {
  width: 100%;
  height: 300px !important;
  background: url(../img/index/main01.jpg) center center no-repeat; }

.sliderPict02 {
  width: 100%;
  height: 300px !important;
  background: url(../img/index/main02.jpg) center center no-repeat; }

.sliderPict03 {
  width: 100%;
  height: 300px !important;
  background: url(../img/index/main03.jpg) center center no-repeat; }

.sliderPict04 {
  width: 100%;
  height: 300px !important;
  background: url(../img/index/main04.jpg) center center no-repeat; }

.sliderPict05 {
  width: 100%;
  height: 300px !important;
  background: url(../img/index/main05.jpg) center center no-repeat; }

/*スライダーページネーション*/
#slide_nav {
  display: none;
  /*非表示中*/
  z-index: 9999;
  width: 90px;
  margin: 10px auto 0px auto; }
  #slide_nav a {
    display: block;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    float: left;
    background: url(../img/index/btn_slide.png) no-repeat 0 0;
    margin: 0 8px; }
    #slide_nav a:hover, #slide_nav a.activeSlide {
      background-position: 0 100%; }

/*index/見出しやボタン*/
#home .titLv1 {
  margin-bottom: 25px;
  padding: 0px 0 8px 0;
  border-bottom: 1px dashed #F0F0E1;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em; }
  #home .titLv1 span {
    margin-left: 10px;
    font-size: 1rem;
    font-weight: normal; }

#home .btnAhcive {
  padding: 5px 10px;
  background: #F18103;
  border-radius: 50px;
  color: #F0F0E1;
  text-decoration: none; }
  #home .btnAhcive i {
    margin-left: 5px; }
  #home .btnAhcive:hover, #home .btnAhcive:active {
    opacity: 0.8; }

/*index/works&blog*/
.archiveBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .archiveBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .archiveBox ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: calc( 100% / 3);
      margin-bottom: 20px;
      padding: 0 20px; }
      .archiveBox ul li dl {
        margin: 0 auto; }
        .archiveBox ul li dl dt {
          font-size: 108%;
          font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          margin-bottom: 10px; }
        .archiveBox ul li dl dd {
          font-size: 108%;
          margin-bottom: 10px; }
      .archiveBox ul li p {
        margin: 0 auto;
        margin-bottom: 10px; }
        .archiveBox ul li p img {
          width: 100%; }
        .archiveBox ul li p.blog_txt {
          font-size: 108%;
          line-height: 150%;
          margin-bottom: 30px; }

/*トップ　カタログ*/
.catalogBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 30px auto 0 auto;
  padding: 20px;
  background-color: #1E2226;
  border-radius: 10px; }
  .catalogBox .catalogVisual {
    width: 200px;
    margin-right: 20px; }
    .catalogBox .catalogVisual figure {
      position: relative; }
      .catalogBox .catalogVisual figure::after {
        position: absolute;
        content: 'カタログお申し込み';
        bottom: -20px;
        left: 0;
        font-size: 15px;
        font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #F0F0E1;
        padding: 13px 30px;
        background: #F18103;
        border-radius: 20px; }
      .catalogBox .catalogVisual figure img {
        width: 100%; }
  .catalogBox .catalogTxt {
    width: 360px;
    margin-right: 20px; }
    .catalogBox .catalogTxt p {
      font-size: 12px;
      line-height: 180%; }
  .catalogBox .vintagelamp {
    width: 360px; }
    .catalogBox .vintagelamp h3 {
      margin-bottom: 15px;
      font-size: 15px; }
    .catalogBox .vintagelamp figure {
      margin-bottom: 10px; }
      .catalogBox .vintagelamp figure img {
        width: 100%; }
    .catalogBox .vintagelamp p {
      font-size: 12px;
      margin: 0; }

/*---------------------------------------------------------------------
     コンセプトページ
---------------------------------------------------------------------*/
body#concept .column_box {
  width: 800px;
  margin: 70px auto 0 auto; }
  body#concept .column_box .left_column {
    float: left;
    width: 460px; }
  body#concept .column_box .right_column {
    float: left;
    width: 340px; }
  body#concept .column_box h3 {
    margin-bottom: 25px; }
  body#concept .column_box h4 {
    margin-bottom: 15px; }
  body#concept .column_box p {
    font-size: 116%;
    line-height: 180%;
    margin-bottom: 20px; }

/*---------------------------------------------------------------------
     アウトライン
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
     サービスページ
---------------------------------------------------------------------*/
body#service .column_box {
  width: 800px;
  margin: 70px auto 0 auto; }
  body#service .column_box .left_column,
  body#service .column_box .right_column {
    float: left;
    width: 400px; }
  body#service .column_box h3 {
    margin-bottom: 25px; }
  body#service .column_box h4 {
    margin-bottom: 15px; }
  body#service .column_box p {
    font-size: 116%;
    line-height: 180%;
    margin-bottom: 20px; }

/*---------------------------------------------------------------------
     worksList
---------------------------------------------------------------------*/
body#works .titCategory {
  margin-bottom: 25px;
  padding: 0px 0 8px 0;
  border-bottom: 1px dashed #F0F0E1;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  color: #F0F0E1; }

body#works #main p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 18px; }

body#works .snav {
  margin-top: 50px; }
  body#works .snav li {
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    background: url(../img/news/arrow_snav.png) left center no-repeat;
    font-size: 133%; }

.worksList {
  width: 100%;
  margin-bottom: 50px; }
  .worksList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .worksList ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: calc( 100% / 3 - 1px);
      margin-right: 1px;
      margin-bottom: 1px; }
      .worksList ul li a {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        padding: 10px;
        background-color: #282A29; }
        .worksList ul li a:link, .worksList ul li a:visited, .worksList ul li a:hover, .worksList ul li a:active {
          text-decoration: none; }
        .worksList ul li a:hover, .worksList ul li a:active {
          background-color: #333333;
          opacity: 0.8; }
        .worksList ul li a figure {
          position: relative;
          margin-bottom: 10px; }
          .worksList ul li a figure img {
            width: 100%; }
        .worksList ul li a h3 {
          margin-bottom: 0px !important;
          font-size: 14px; }

/*---------------------------------------------------------------------
施工事例　from 2016/11
---------------------------------------------------------------------*/
.titWorksDetail {
  margin: 60px 0 40px 0;
  padding: 0 5px 10px 5px;
  border-bottom: 1px dotted #FFFFFF;
  font-size: 20px; }

.sliderBox {
  width: 740px;
  margin: 0 auto 30px auto; }
  .sliderBox a.active {
    background: #FFFFFF !important; }

#bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%; }
  #bx-pager li {
    width: calc( 100% / 4 - 2px);
    display: inline-block;
    margin: 1px;
    padding: 0;
    text-align: center; }
  #bx-pager a img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1px;
    border: 1px solid #FFFFFF; }
  #bx-pager a.active img {
    border: 1px solid #666666; }

/*---------------------------------------------------------------------
     スタッフプロフィール
---------------------------------------------------------------------*/
body#profile #main dl {
  overflow: hidden;
  width: 760px;
  margin-top: 50px; }
  body#profile #main dl dt {
    float: left;
    width: 160px; }
  body#profile #main dl dd {
    float: left;
    width: 600px;
    margin-top: 40px; }

body#profile #main h3 {
  margin-bottom: 25px; }

body#profile #main h4 {
  margin-bottom: 15px; }

body#profile #main p {
  font-size: 116%;
  line-height: 180%;
  margin-bottom: 20px; }

/*---------------------------------------------------------------------
     お問い合わせ資料請求
---------------------------------------------------------------------*/
body#contact .con_box {
  width: 800px;
  margin: 70px auto 0 auto; }
  body#contact .con_box h3 {
    margin-bottom: 25px; }
  body#contact .con_box h4 {
    margin-bottom: 15px; }
  body#contact .con_box p {
    font-size: 116%;
    line-height: 180%;
    margin-bottom: 20px; }
  body#contact .con_box input,
  body#contact .con_box textarea {
    color: #333333; }

/*---------------------------------------------------------------------
     プライバシーポリシーページ
---------------------------------------------------------------------*/
body#privacy .con_box {
  width: 800px;
  margin: 70px auto 0 auto; }

body#privacy .con_box h3 {
  margin-bottom: 25px; }

body#privacy .con_box h4 {
  margin-bottom: 15px; }

body#privacy .con_box p {
  font-size: 116%;
  line-height: 180%;
  margin-bottom: 20px; }

/*---------------------------------------------------------------------
     サイトマップ
---------------------------------------------------------------------*/
body#sitemap .column_box {
  width: 800px;
  margin: 70px auto 0 auto;
  text-align: center; }

body#sitemap .column_box ul {
  text-align: left; }

body#sitemap .column_box ul li {
  background: url(../img/sitemap/arrow.png) left center no-repeat;
  margin: 20px;
  padding-left: 20px;
  font-size: 16px; }

body#sitemap .column_box ul li.sub {
  background: url(../img/sitemap/square.gif) left center no-repeat;
  margin-left: 50px;
  padding-left: 20px;
  font-size: 14px; }
