@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* 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: 16px/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: #000;
  background: #d7d7d7;
}

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

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

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

@media only screen and (min-width: 800px){
  a img:hover{opacity:.8;}
}

section ul{list-style-type:disc;margin:0 0 0 1.5em;}
section ul > li{margin:0;}
section ol{margin:0 0 -20px 1.5em;}
section ol > li{margin:0 0 20px;}


/* ヘッダー
------------------------------------------------------------*/
#header{
  text-align:left;
}

#header .headerTitle{
  display:table;
  margin:0 auto;
  max-width:90%;
  width:1152px;
  padding-top:15px;
}

#header h1{
  display:table;
  margin:0 auto;
  max-width:90%;
  width:1152px;
  padding-top:45px;
}

#mainnav a{
  color: #000;
}

#mainImg{
  position: relative;
  overflow: hidden;
  margin:0 auto;
  width: 100%;
  height: 750px;
}

/* #mainImg img{
  position: absolute;
  left: 50%;
  max-width: 1280px;
  width: 1280px;
  height: 750px;
  margin-left: -640px;
} */

#mainImg .slider-wrapper{
  position: absolute;
  left: 50%;
  max-width: 1280px;
  width: 1280px;
  height: 750px;
  margin-left: -640px;
}

/* 動作前に全ての画像が表示されてしまうのを防止 */
#slider img,
.slider a img{
  display:none;
}
#slider img:first-child,
.slider a:first-child img{
  display:block;
}


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

#pagetop{
  position:fixed;
  right:25px;
  bottom:15px;
  display:inline-block;
  width:54px;
  height:54px;
  font-size:40px;
  color:#cdcdcd;
}
#pagetop:hover,
#pagetop:focus {
  opacity:.8;
  cursor:pointer;
}
@media only screen and (max-width:640px){
  #pagetop{
    right:5px;
    bottom:5px;
    width:54px;
    height:54px;
  }
}


/* 共通
------------------------------------------------------------*/

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

section{
  clear:both;
  padding-top: 80px;
}

section h2{
  width:100%;
  margin: 0 auto 40px;
  font-size: 26px;
  font-weight:normal;
  text-align: center;
  display:table;
  text-align:center;
}
section h2 span {
  display:table;
  max-width:100%;
  margin:10px auto;
  line-height:1.2;
}
section h2 .h2-border,
section h2 .h2-border-s {
  display:block;
  margin:-6px auto 0;
  max-width:640px;
  width:100%;
  height:auto;
}
section h2 .h2-border-s {
  max-width:400px;
}
@media only screen and (max-width: 640px){
  section h2{
    font-size:18px;
  }
  section h2 span {
    display:table;
    max-width:75%;
    margin:10px auto;
    line-height:1.2;
  }
  section h2 .h2-border,
  section h2 .h2-border-s {
    margin:-8px auto 0;
  }
}
section h3 {
  margin:30px 0 15px;
  padding:2px 8px 0;
  line-height:1.0;
  font-size:125%;
  font-weight:normal;
  border-left:7px solid #585858;
}

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

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


/* 背景画像
----------------------------------------------------------- */
.fixed-wall{
  background:url(../images/wall.jpg) repeat 0 0 fixed;
  background-size:cover;
  -webkit-background-size:cover;
}
@media only screen and (max-width: 799px){
  .fixed-wall{
    background:none;
  }
  .fixed-wall:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/wall.jpg) repeat 50% 0 fixed;
    background-size:100% auto;
    -webkit-background-size:100% auto;
  }
}
@media only screen and (max-width: 640px){
  .fixed-wall:before{
    background:url(../images/wall.jpg) repeat 65% 0 fixed;
    background-size:100% auto;
    -webkit-background-size:100% auto;
  }
}

.bg-white,
.bg-white2,
.bg-none{
  width:85%;
  max-width:1240px;
  margin:0 auto 80px;
  padding:20px;
}
.bg-white{
  background:#fff;
  background:rgba(255,255,255,.70);
}
.bg-white2{
  background:#fff;
}
.bg-white3{
  margin:0 auto 80px;
  padding:20px;
  background:#fff;
  background:rgba(255,255,255,.70);
}
.bg-white div,
.bg-white3 div {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
.bg-white img,
.bg-white3 img,
.bg-none img{
  max-width:100%;
  width:auto;
  height:auto;
}
@media only screen and (max-width: 799px){
  .bg-white div,
  .bg-white3 div {
    display:block;
    text-align:left;
  }
}
@media only screen and (max-width: 640px){
  .bg-white,
  .bg-white2,
  .bg-none{
    margin:0 auto 40px;
  }
}


/* SEC01 MESSAGE
------------------------------------------------------------*/
#sec01_02{
  background: url(../images/bgSec01_20251210.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  margin:0 0 80px;
  padding: 160px 20px;
}
@media only screen and (max-width: 799px){
  #sec01_02{
    background: url(../images/bgSec01_20251210.jpg) no-repeat 100% 80%;
    background-size: cover;
    -webkit-background-size: cover;
    margin:0 0 40px;
    padding:100px 0;
  }
}
@media only screen and (max-width: 440px){
  #sec01_02{
    padding:40px 0;
  }
}
ul.btn-2block{
  display:block;
  width:100%;
  margin:0;
}
ul.btn-2block > li{
  display:inline-block;
  width:50%;
  vertical-align:top;
}
ul.btn-2block > li span{
  display:block;
  margin:0 auto;
  max-width:90%;
  width:331px;
  height:auto;
}
ul.btn-2block img{
  max-width:331px;
  width:100%;
  height:auto;
}
ul.btn-2block ul li{
  list-style-type:disc;
  margin:5px 0.5em;
}
@media only screen and (max-width: 640px){
  ul.btn-2block ul li{
    font-size:90%;
    line-height:1.3;
    margin:5px 0;
  }
}


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

#sec02 header{
  display: none;
} */

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

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


/* SEC03 PROJECT
------------------------------------------------------------*/
/* #sec03 img{
  width: 100%;
  margin-bottom: 30px;
} */
/* #sec03 img.float-right-all{
  position:relative;
  top:-200px;
  margin:0 0 -230px;
  max-width:35%;
}
@media only screen and (max-width: 799px){
  #sec03 img.float-right-all{
    top:-100px;
    margin:0 0 -130px;
  }
} */
.point1{
  background:rgba(255,255,255,.70) url(../images/point1b.png) no-repeat 100% 100%;
  background-size:25% auto;
  -webkit-background-size:25% auto;
}
.point2{
  background:rgba(255,255,255,.70) url(../images/point2b.png) no-repeat 0 100%;
  background-size:25% auto;
  -webkit-background-size:25% auto;
}
.point3{
  background:rgba(255,255,255,.70) url(../images/point3b.png) no-repeat 100% 100%;
  background-size:25% auto;
  -webkit-background-size:25% auto;
}
.point1-text,
.point3-text{
  display:table;
  margin:0 12.5% 0 0;
  text-align:left;
}
.point2-text{
  display:table;
  margin:0 0 0 12.5%;
  text-align:left;
}
@media only screen and (max-width: 799px){
  .point1,
  .point2,
  .point3{
    background-size:30% auto;
    -webkit-background-size:30% auto;
  }
  .point1 img,
  .point2 img,
  .point3 img{
    max-width:55%;
    height:auto;
  }
  .point1-text,
  .point3-text{
    display:table;
    margin:0 25% 0 0;
  }
  .point2-text{
    display:table;
    margin:0 0 0 25%;
  }
}
@media only screen and (max-width: 640px){
  .point1,
  .point2,
  .point3{
    background-size:35% auto;
    -webkit-background-size:35% auto;
  }
  .point1-text,
  .point3-text{
    display:table;
    margin:0 25% 0 0;
    line-height:1.4;
  }
  .point2-text{
    display:table;
    margin:0 0 0 25%;
    line-height:1.4;
  }
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
  display: block;
  margin: 0 auto 10px;
}

.col3 li{
  line-height: 1.5;
  text-align: center;
}

.col3 .img{
  padding: 80px 50px;
  margin-bottom: 40px;
  line-height: 0 !important;
  background: #f6f6f6;
}

#sec04_02{
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}

#sec04_02 img{
  width: auto;
}


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

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

#sns img{
  padding: 35px 10px 5px 0;
}

#sns a:hover img{
  opacity: .8;
}

#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: 1200px){
  .inner{
    width: 1024px;
  }
}

@media only screen and (min-width: 800px){
  body{
    font-size:16px;
  }
  
  a#menu{
    display:none;
  }  

  .panel{
    display:block !important;
  }

  #mainnav{
    text-align:center;
  }

  #mainnav li{
    display: inline-block;
    padding: 35px 25px 20px;
    font-size: 20px;
  }

  #mainnav.changeNav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid #d1d1d1;
  }
  
  #mainnav.changeNav li{
    padding: 18px 25px;
  }
  
  
  /* SEC03 PROJECT
  -----------------*/
  .col3{
    text-align: center;
  }

  .col3 li{
    display: inline-block;
    width: 28%;
    padding: 0 2.4% 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: center;
  }
  
  #footer{
    padding: 20px 0 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: 70px;
  }
  .col3 li{
    line-height: 1.7;
  }
  .col3 img{
    margin: 0 auto 10px;
  }
  .col3 .img{
    padding: 30px;
    margin-bottom: 20px;
  }
  #gallery li{
    float: none;
    width: 100%;
  }
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
  #sec04_02{
    margin:0 0 40px;
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 799px){
  #header{
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  
  #headerWrap{
    position: relative;
    width: 100%;
    height: 70px;
    background: #d7d7d7;
    border-bottom: 1px solid #ccc;
  }
  
  #header .headerTitle{
    display:none;
/*     max-width:none;
    width:96%;
    padding-top:0;
    font-size:75%; */
  }
  #header h1{
    max-width:none;
    width:97%;
    padding-top:14px;
  }
  
  #header h1 img{
    margin-top: 3px;
    max-height: 36px;
    max-width:80%;
    width: auto !important;
  }

  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

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

  #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    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: 0;
    z-index: 100;
  }

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

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

  #mainnav li a{
    position: relative;
    display:block;
    padding:15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    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 #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/*   #mainImg{
    padding-top: 60px;
    width:100%;
    height:400px;
  }
  #mainImg img{
    position:relative;
    left: 50%;
    max-width:150%;
    width:1200px;
    height:auto;
    margin-left:-75%;
  } */
  #mainImg{
    padding-top:30px;
    width:100%;
    height:440px;
  }
  #mainImg img{
    width:auto;
    height:469px;
  }
  #mainImg .slider-wrapper{
    max-width:800px;
    width:800px;
    height:440px;
    margin-left:-400px;
  }

  .col3 li{
    margin: 50px auto 0 auto;
    display: block;
  }
  section{
    padding-top: 80px;
  }
  section h2{
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 640px){
  #mainImg{
    margin-bottom:0;
  }
  #mainImg img{
    margin-bottom:0;
  }
}


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

/* ******************************
 * 画面サイズ別の表示・非表示
 * 
 * ～ 640px スマホ
 * ～ 799px iPad（1カラム表示）
 * ～1199px iPad
 * 1200px～ 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: 640px) {
  .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: 641px) and (max-width: 799px) {
  .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: 800px) and (max-width: 1199px) {
  .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: 1200px) {
  .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: 640px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}



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

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

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

/* 大きいフォントサイズを設定 */
.large {
  font-size: 115%;
}
.xlarge {
  font-size: 140%;
}
@media only screen and (max-width: 799px){
  .large {
    font-size: 108%;
  }
  .xlarge {
    font-size: 115%;
  }
}

/* 太字 */
.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: #e80000;
}

/* 文字色 オレンジ */
.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,
ul.kome {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
}
ul.kome li,
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,
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 {
  display:table;
  padding:10px 0 10px 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 0 4px 11px;
  padding: 0;
  max-width: 40%;
}
@media only screen and (max-width: 640px){
  img.float-right {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-right-all {
    float: right;
    margin: 0 0 4px 11px;
    padding: 0;
    max-width: 40%;
  }
}
/* 左寄せ */
.float-left {
  float: left;
  margin: 0 7px 5px 0;
}
img.float-left,
img.float-left-all {
  float: left;
  margin: 0 11px 4px 0;
  padding: 0;
  max-width: 40%;
}
@media only screen and (max-width: 640px){
  img.float-left {
    float: none;
    display: block;
    margin: 5px auto;
    padding: 0;
  }
  img.float-left-all {
    float: left;
    margin: 0 11px 4px 0;
    padding: 0;
    max-width: 40%;
  }
}

/* 縦位置センタリング */
.v-align-middle {
  vertical-align: middle;
}

/* 回り込み解除 */
.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;
  max-width:800px;
  width:100%;
  margin:10px auto;
  padding:10px 0;
  border:none;
}
.table-form > br {
  display: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%;
  min-width:11.5em;
  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: 640px){
  .table-form-tr {
    display: table;
    margin-top: 10px;
  }
  .table-form-th,
  .table-form-td {
    display: block;
    width: 100%;
    padding: 0 0 2px;
  }
  .table-form-td {
    padding: 0 0 10px;
  }
  input:not(.form-wshort):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
  textarea {
    width:90%;
  }
}


/*-------------------------
   メールフォーム
--------------------------*/
.box-form {
  border: 1px solid #ccc;
  padding: 15px 25px 10px 15px;
  margin: 20px 0 5px;
  border-radius: 4px;
}
@media screen and (min-width: 800px) {
  .box-form {
    padding: 20px 40px 25px 30px;
  }
}
input[type="submit"],
input[type="button"] {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 25px;
  line-height: 1;
  border-radius: 3px;
  -webkit-appearance:none;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
textarea {
//  margin-bottom: 10px;
  max-width: 90%;
  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:799px) {
  .bikou {
    font-size: 85%;
  }
}
.hissu {
  display: inline-block;
  background: #aaa;
  border: 1px solid #aaa;
  padding: 2px 3px 0;
  margin: 0 0 0 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  float: right;
  font-size:90%;
}
@media screen and (max-width:640px) {
  .hissu {
    float: none;
  }
}

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


/*-------------------------
   ボックス
--------------------------*/
.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: 799px){
  .pic-right {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width:640px) {
  .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{
  max-width:1024px;
  width:100%;
  margin:20px auto 0;
  border-spacing:5px;
  border-radius:5px;
}
.profile th{
  width:25%;
  white-space:nowrap;
  padding:10px 20px;
  font-weight:normal;
  text-align:center;
  color:#fff;
  background:#585858;
  border:1px solid #fff;
}
.profile td{
  width:75%;
  padding:10px 20px;
  text-align:left;
  word-break:break-all;
  color:#fff;
  background:#a4a4a4;
  border:1px solid #fff;
}
@media only screen and (max-width:640px){
  .profile th,
  .profile td{
    padding:10px 10px;
    line-height:1.4;
    font-size:85%;
  }
}


/*-------------------------
   会員紹介
--------------------------*/
.members{
  width:100%;
  margin-top:20px;
  border-spacing:5px;
  border-radius:5px;
}
.members th{
  white-space:nowrap;
  padding:5px 10px;
  font-size:85%;
  font-weight:normal;
  text-align:center;
  color:#fff;
  background:#888888;
  border:1px solid #fff;
}
.members td{
  width:25%;
  padding:5px 10px;
  text-align:left;
  word-break:break-all;
  line-height:1.4;
  font-size:85%;
  color:#000;
  background:rgba(255,255,255,.50);
  border:1px solid #fff;
  white-space:nowrap;
}
.members td:first-child{
  width:25%;
  text-align:center;
}
.members td:nth-child(2){
  width:15%;
  text-align:center;
}
.members td:nth-child(3){
  width:30%;
}
.members td:last-child{
  width:30%;
  text-align:left;
}
@media only screen and (max-width: 799px){
  .members{
    margin:0;
  }
  .members tr.members-item{
    display:block;
    margin:20px 0 0;
  }
  .members th{
    display:none;
  }
  .members td:first-child{
    display:block;
    width:auto;
    text-align:left;
    line-height:1.4;
    color:#fff;
    background:#888888;
    white-space:normal;
  }
  .members td:first-child a{
    color:#fff;
    text-decoration:underline;
  }
  .members td,
  .members td:nth-child(2),
  .members td:nth-child(3),
  .members td:last-child{
    display:block;
    width:auto;
    text-align:left;
    line-height:1.4;
    color:#000;
    background:rgba(255,255,255,.50);
    white-space:normal;
    border:none;
  }
  .members td:last-child a{
    color:#0066ff;
  }
}


/*-------------------------
   料金表
--------------------------*/
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:640px){
  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:640px) {
  .google-map {
    padding-bottom: 250px;
  }
}


/*-------------------------
   ミニボタン
--------------------------*/
.mini-pills > a {
  display:inline-block;
  padding:10px 12px 8px;
  margin:10px 0;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  line-height:1.3;
  color:#ffffff;
  background-color:#808080;
  border:1px solid #808080;
  border-radius:30px;
}
.mini-pills > a:hover,
.mini-pills > a:focus {
  opacity:.8;
  text-decoration:none;
}
@media only screen and (min-width: 641px){
  .mini-pills > a {
    min-width:320px;
  }
}


/*-------------------------
   ミニタイトル
--------------------------*/
.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:799px){
  .twitter {
    width: 100%;
    float: none;
    text-align: center;
  }
  .twitter-pc {
    display: none;
  }
  .twitter-mb {
    display: block;
  }
}


/*-------------------------
   スクロールボックス
--------------------------*/
.srcoll-x-box {
  overflow-x:auto;
  padding:10px 0;
}


/*-------------------------
   ギャラリー
--------------------------*/
.gallery{
  max-width:1024px;
  width:100%;
  margin:-150px auto 0;
  padding-top:150px;
}
@media only screen and (max-width:799px){
  .gallery{
    margin:-60px auto 0;
    padding-top:60px;
  }
}


/*-------------------------
   活動紹介
--------------------------*/
ul.works {
  margin:0;
  padding:0;
}
ul.works li {
  display:inline-block;
  list-style:none;
  background:none;
  width:46%;
  width:23%;
  margin:0;
  padding:5px 1%;
  text-align:center;
}
ul.works li img {
  width:100%;
  height:auto;
  margin:0 auto;
  padding:0;
}
ul.works h3 {
  margin:10px 0;
}
@media only screen and (max-width:799px){
  ul.works li {
    padding:4px 1%;
  }
}
@media screen and (max-width:640px) {
  ul.works li {
    padding:0 1%;
  }
}
