@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
  font: 14px/1.9 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #fff;
  background: #000;
}

a{
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
  color: #fff;
  font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
  font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

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

section{
  clear: both;
}

section h2{
  width: 60%;
  margin: 70px auto;
  font-size: 22px;
  font-weight:normal;
  text-align: center;
}

section h2 span {
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}

.inner{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
  border-bottom: 1px solid #fff;
}

.innerS{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
  padding: 0 !important;
}

#sec02 header{
  display: none;
}

#gallery{
  overflow: hidden;
}

#gallery li{
  float: left;
  width: 33.3%;
  line-height: 0;
}
#gallery li.full{
  width: 100%;
}


#gallery img{
  display: block;
  width: 100%;
  height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
  margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
  padding-bottom: 0 !important;
}

.article{
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
}

.article img{
  float: left;
  margin: 5px 20px 20px;
}

.article p{
  margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
  margin-bottom: 5px;
}

.col2 li{
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

#map{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

#map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
  body{
    font-size:14px;
  }
  
  #wrapper{
    width: 100%;
  }
  
  #content{
    width: 80%;
  }
  
  #sidebar{
    width: 12%;
    position: fixed;
    top: 0;
    right: 4%;
    background: #000;
  }
  
  a#menu{
    display:none;
  }  

  .panel{
    display:block !important;
  }
  
  #sidebar h1{
    padding: 30px 0;
  }

  #mainnav li{
    font-size: 14px;
    padding: 10px 0;
  }
  
  #sns{
    margin-top: 50px;
  }
  
  #sns li{
    display: inline-block;
    padding-right: 10px;
  }

  #sns a:hover img{
    opacity: .8;
  }
  
  /* SEC03 BRAND
  -----------------*/
  .col4{
    text-align: center;
  }

  .col4 li{
    display: inline-block;
    width: 18%;
    padding: 0 3%;
    vertical-align: top;
    text-align: left;
  }
  
  #map iframe{
    height: 200px !important;
  }
  
  #footer{
    padding: 30px 10px 70px 0;
  }
}


@media only screen and (min-width: 641px){
  .col2 li{
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child{
    width: 35%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 640px){
  .innerS{
    width: 94%;
    padding-bottom: 30px;
  }
  #gallery li{
    float: none;
    width: 100%;
  }
  .article img{
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 799px){
  #sidebar{
    position: fixed;
    width: 100%;
    z-index:500;
  }
  
  #sidebarWrap{
    position: relative;
    width: 100%;
    height: 60px;
    background: #000;
    border-bottom: 1px solid #333;
  }
  
  #sidebar h1{
    text-align: center;
    padding-top: 15px;
  }
  
  #sidebar h1 img{
    width: auto !important;
    max-height: 25px;
  }
  
  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  #menuBtn{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }

  #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #menuBtn:before{
    margin-top: -7px;
  }

  #menuBtn:after{
    margin-top: 5px;
  }

  a#menu .close{
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after{
    margin-top: 0;
  }

  a#menu .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel{
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 100;
  }

  #mainnav{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }

  #mainnav ul{
    border-bottom: 1px solid #ccc;
    background: #000;
    text-align: left;
  }

  #mainnav li a{
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-weight: 400;
  }
  #mainnav li a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainnav #sns li{
    display: inline-block;
  }
  #mainnav #sns li a{
    position: relative;
    display: inline-block;
    padding: 15px 10px 0;
    border: 0;
  }
  #mainnav #sns li a:before{
    border: 0;
  }
  .col4 li{
    margin: 0 auto 50px;
    display: block;
    text-align: center;
  }
  section h2{
    margin: 55px auto;
  }
}


/*-------------------------
   TWD
--------------------------*/

/* ******************************
 * 画面サイズ別の表示・非表示
 * 
 * ～ 644px スマホ
 * ～ 959px iPad（1カラム表示）
 * ～1024px iPad
 * 1025px～ PC
 * **************************** */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-inline,
.visible-sm-inline,
.visible-md-inline,
.visible-lg-inline {
  display: none !important;
}
@media screen and (max-width: 644px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media screen and (max-width: 644px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 645px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}


/* 横幅レスポンシブ */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 空行 */
.kuugyou {
  display: block;
  width: 1px;
  height: 0.5em;
}

/* 回り込み解除 */
.clear-both {
  clear: both;
}

/* 小さいフォントサイズを設定 */
.small {
  font-size: 90%;
}
.xsmall {
  font-size: 80%;
}

/* 大きいフォントサイズを設定 */
.large {
  font-size: 115%;
}
.xlarge {
  font-size: 140%;
}

/* 太字 */
.strong,
strong {
  font-weight: bold;
}
/* 細字 */
.hosoji {
  font-weight: normal;
}
/* 斜め字 */
.italic {
  font-style: italic;
}
/* 下線 */
.underline {
  text-decoration: underline;
}
a.underline:hover,
a.underline:active {
  text-decoration: none;
}

/* 文字色 黒 */
.text-black {
  color: #333;
}

/* 文字色 グレー */
.text-gray {
  color: #666;
}

/* 文字色 赤 */
.text-red {
  color: #d83800;
}

/* 文字色 オレンジ */
.text-orange {
  color: #d86000;
}

/* 文字色 緑 */
.text-green {
  color: #008000;
}

/* 文字色 青 */
.text-blue {
  color: #292b94;
}

/* 文字色 ピンク */
.text-pink {
  color: #e44880;
}

/* 行間 */
.line-h160 {
  line-height: 160%;
}
.line-h180 {
  line-height: 180%;
}

/* 改行禁止 */
.nowrap {
  white-space: nowrap;
}

/* 仕切り線 */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #dfdfdf;
}
.hr-dotted {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dotted #a8a8a8;
}

/* ※印 */
.kome {
  margin-left: 4px;
  vertical-align: top;
  font-weight: bold;
}
ul.kome,
.post ul.kome {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
}
ul.kome li,
.post ul.kome li {
  list-style: none;
  background: none;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  padding: 0;
  font-weight: normal;
}
ul.kome li:before,
.post ul.kome li:before {
  content: "※";
  margin-left: -1.5em;
  letter-spacing: 0.5em;
}

/* 角丸 */
.kadomaru {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* フォーム */
form th {
  width: 30%;
}
form td {
  width: 70%;
}
.error_list {
  list-style: disc;
  margin: 10px 0 10px 20px;
}

/* 横幅100％ */
.w100per {
  width: 100%;
}

/* 横幅50％ */
.w50per {
  width: 50%;
}

/* 横幅25％ */
.w25per {
  width: 25%;
}

/* インデント */
.danraku {
  margin-left: 1em;
  width: auto;
}

/* 文字の配置 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* センタリング */
.center-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* 右寄せ */
.right-box {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
/* 左寄せ */
.left-box {
  display: table;
  margin-left: 0;
  margin-right: auto;
}

/* 右寄せ */
.float-right {
  float: right;
  margin: 0 0 5px 7px;
}
img.float-right,
img.float-right-all {
  float: right;
  margin: 0;
  padding: 0 4px 4px 11px;
  background-color: #fff;
}
@media only screen and (max-width: 644px){
  img.float-right {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-right-all {
    float: right;
    margin: 0;
    padding: 0 4px 4px 11px;
    max-width: 40%;
    background-color: #fff;
  }
}
/* 左寄せ */
.float-left {
  float: left;
  margin: 0 7px 5px 0;
}
img.float-left,
img.float-left-all {
  float: left;
  margin: 0;
  padding: 0 11px 4px 4px;
  background-color: #fff;
}
@media only screen and (max-width: 644px){
  img.float-left {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-left-all {
    float: left;
    margin: 0;
    padding: 0 11px 4px 4px;
    max-width: 40%;
    background-color: #fff;
  }
}

/* 回り込み解除 */
.clear-both {
  clear: both;
}

/* 注意書き */
.notice,
.notice th,
.notice td {
  border: none;
  color:#252525;
  background-color: #fff;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  width: auto;
}
.notice,
.notice th {
  padding-left: 0;
}
.notice th {
  padding-right: 5px;
  white-space: nowrap;
}
.notice {
  line-height: 130%;
}
.notice th,
.notice td {
  vertical-align: top;
  padding-bottom: 5px;
}
.notice th {
  padding-right: 5px;
  white-space: nowrap;
}


/*-------------------------
   メールフォーム（横並び）
--------------------------*/
.table-form {
  display: table;
  width: 96%;
  margin: 0 auto;
  border: none;
}
.table-form-tr {
  display: table-row;
  width: 100%;
}
.table-form-th {
  display: table-cell;
  border: none;
  vertical-align: top;
  padding: 10px 20px 7px 5px;
  width: 10%;
  background: none;
  color: #252525;
  font-weight: normal;
}
.table-form-th span {
  white-space: nowrap;
}
.table-form-td {
  display: table-cell;
  border: none;
  padding: 7px 10px 7px 5px;
  vertical-align: top;
  width: 90%;
  background: none;
}
.table-form-td2 {
  display: table-cell;
  border: none;
  padding: 10px 10px 7px 5px;
  vertical-align: top;
  width: 90%;
  background: none;
}
.table-form-hr {
  display: table-cell;
  padding-top: 8px;
  border-bottom: 1px dotted #b8b8b8;
}
@media only screen and (max-width: 644px){
  .table-form-tr {
    display: table;
    margin-top: 10px;
  }
  .table-form-th,
  .table-form-td {
    display: table-row;
    _width: 100%;
    padding: 0;
  }
}


/*-------------------------
   メールフォーム
--------------------------*/
.box-form {
  border: 1px solid #ccc;
  padding: 15px 25px 10px 15px;
  margin: 20px 0 5px;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .box-form {
    padding: 20px 40px 25px 30px;
  }
}
input[type="submit"],
input[type="button"] {
  marginm: 10px 0;
  padding: 6px 25px;
  line-height: 1;
  border-radius: 3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
textarea {
//  margin-bottom: 10px;
  max-width: 94%;
  padding: 3px 6px;
  background-color: #ffffff;
  border: 1px dashed #b8b8b8;
  border-radius:3px;
}
input[type="radio"],
input[type="checkbox"] {
//  margin: 8px 1px 0;
}
select {
//  margin-bottom: 10px;
  padding: 2px 6px;
  background-color: #f8fafc;
  border:1px dashed #b8b8b8;
  border-radius:3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
  border: 1px solid #afafaf;
}
.form-w100per {
  width: 100%;
}
.form-w65per {
  width: 65%;
}
.form-wshort {
  width: 140px;
}
@media screen and (max-width:620px) {
  .form-wshort {
    width: 100%;
  }
}
.bikou {
  font-size: 90%;
  margin: -5px 0 10px;
}
@media screen and (max-width:959px) {
  .bikou {
    font-size: 85%;
  }
}
.hissu {
  display: inline-block;
  background: #aaa;
  border: 1px solid #aaa;
  padding: 1px 3px 0;
  margin: 0 0 0 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  float: right;
}
@media screen and (max-width:644px) {
  .hissu {
    float: none;
  }
}

/* ラベル */
label {
  font-weight: normal;
  margin: 0;
}
label:hover,
label:focus {
  cursor: pointer;
}

/* 送信完了メッセージ */
.twdFormOutputComp {
  padding: 3px 6px;
  background-color: #fff;
  border: 3px #e86000 solid;
  line-height: 1.3;
}


/*-------------------------
   ボックス
--------------------------*/
.waku {
  display: inline-block;
  background:#fcf8ef;
  border:1px #ea8d9a solid;
  padding: 15px;
  margin: 10px 0;
  border-radius: 10px;
}


/*-------------------------
   写真をテーブル上に右寄せ
--------------------------*/
.pic-box {
  position: relative;
}
.pic-right {
  position: absolute;
  right: 0;
  margin: 11px 1px 0 0;
  padding: 28px 28px 0 28px;
  background-color: #fff;
}
@media only screen and (max-width: 959px){
  .pic-right {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width:644px) {
  .pic-right {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}


/*-------------------------
   テーブル
--------------------------*/
table.statsDay {
  width: 100%;
}
table.statsDay th {
  width: 20%;
  white-space: nowrap;
}
table.statsDay td {
  width: 80%;
  word-break: break-all;
}
.kintou {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
}


/*-------------------------
   会社概要
--------------------------*/
.profile{
  width: 100%;
  margin-top: 20px;
  border: 1px solid #eee;
  border-spacing: 5px;
  border-radius: 5px;
}
.profile th{
  width: 20%;
  white-space: nowrap;
  padding: 15px 10px;
  font-weight: normal;
  text-align: left;
  background-color: #eee;
}
.profile td{
  width: 80%;
  padding: 15px 10px;
  text-align: left;
  word-break: break-all;
}


/*-------------------------
   料金表
--------------------------*/
table.table-price {
  width: 100%;
  margin-bottom: 5px;
}
table.table-price th {
  padding: 3px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}
table.table-price th.no-mark {
  background: none;
}
table.table-price td {
  padding: 3px 0;
  text-align: left;
  vertical-align: top;
}
table td.table-cell-price {
  text-align: right;
  white-space: nowrap;
  padding: 0 30px;
}
table td.table-cell-price-center {
  text-align: center;
  white-space: nowrap;
  width: 25%;
}
table.table-price blockquote {
  position: relative;
  top: -10px;
}

@media only screen and (max-width:644px){
  table td.table-cell-price {
    padding: 0;
  }
}


/*-------------------------
   枠なしテーブル
--------------------------*/
table.noborder,
table.noborder th,
table.noborder td{
  border: none;
  margin: 0;
  background: none;
}


/*-------------------------
   Googleマップをレスポンシブに
--------------------------*/
.google-map {
  position: relative;
  padding-bottom: 43.01%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:644px) {
  .google-map {
    padding-bottom: 250px;
  }
}


/*-------------------------
   ミニボタン
--------------------------*/
.mini-pills > a {
  display: inline-block;
  padding: 4px 10px 3px;
  margin: 3px 0;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  background-color: #3e5da8;
  border: 1px solid #3e5da8;
  border-radius: 5px;
}
.mini-pills > a:hover,
.mini-pills > a:focus {
  text-decoration: none;
  color: #3e5da8;
  background-color: #ffffff;
}


/*-------------------------
   ミニタイトル
--------------------------*/
.mini-title{
  display: inline-block;
  margin: 10px 0 2px;
  padding: 3px 10px 1px;
  line-height: 1;
  border:1px solid #a848a8;
  border-radius: 30px;
  font-size: 85%;
  color: #a848a8;
  position: relative;
  left: -3px;
}
.mini-title2{
  display: inline-block;
  margin: 10px 5px 10px 0;
  padding: 5px 15px 3px;
  line-height: 1;
  text-align: center;
  background-color: #e87078;
  border-radius: 3px;
  font-size: 100%;
   color: #a848a8;
  color: #fff;
  position: relative;
  left: -3px;
}


/*-------------------------
   ツイッター
--------------------------*/
.twitter-timeline {
  visibility: hidden;
}
.twitter {
  width: 180px;
  float: right;
  text-align: center;
}
.twitter-mb {
  display: none;
}
@media only screen and (max-width:959px){
  .twitter {
    width: 100%;
    float: none;
    text-align: center;
  }
  .twitter-pc {
    display: none;
  }
  .twitter-mb {
    display: block;
  }
}
