/*  CSS Document  */
@charset "utf-8";
/*================================================================================================

	メディアクエリ設定（全て統一）

================================================================================================*/
/* ▼ SP CSS Start ▼ */
@media(max-width:768px){
/*================================================================================================

	基本設定

================================================================================================*/
*{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
}
body{
	font-size:80%;
	line-height:160%;
	color:#000000;
	letter-spacing:0.08em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html>/**/body {font-size:14px; line-height:1.8;}

html{width:100%; height:100%;}
body{width:100%; height:100%; background:#ffffff;}

body{
	width: 100%;
    /* overflow: hidden; */
}

div#all{
    position: relative;
    z-index: 0;
    max-width: 100%;
	min-width: 100%;
    min-height:100%;
	/* height:auto; */
	height:100%;
	opacity: 0;
}
img, input[type="image"]{
	width:100%;
	height:auto;
}
.gglMap{
	display: none;
}

.gglCalPc{
	display: none;
}

/* body > #all{height:auto;} */

a:link, a:visited, a:active ,button:active{color:#0b94e3;}
a , button{color:#0b94e3; text-decoration:underline; overflow:hidden; outline:none;}
a:hover, button:hover{text-decoration:none; color:#0b94e3;}

input,textarea{
	margin:0;
	padding:0;
	border:0;
	font-size:120%;
	font-weight:normal;
	vertical-align:baseline;
	color:#555555;
}

/*i phoneのinput タグの装飾リセット*/
input[type="submit"], input[type="button"]{-webkit-appearance: none;}
input{position:relative; top:-1px;}
input[type="submit"]{cursor:pointer;}
textarea{resize:vertical;overflow:hidden;}
select{font-size:100%}
label{cursor:pointer;}
input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="url"],textarea{-webkit-appearance:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
input[type="button"],input[type="text"],input[type="tel"],input[type="email"],input[type="url"],textarea{outline:none;border:1px #f2f2f2 solid;background:#f2f2f2;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;padding:14px 20px 16px;font-size:100%;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
input[type="button"]:hover,input[type="text"]:hover,input[type="tel"]:hover,input[type="email"]:hover,input[type="url"]:hover,textarea:hover{border:#0b94e3 1px solid;background:#fff;}
input[type="button"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus,textarea:focus{border:#0b94e3 1px solid;background:#fff;}

/*================================================================================================

	header layout ヘッダー

================================================================================================*/
#headerWrap{
	width: 100%;
	height:auto;
}

.header-pc{
	display: none;
}

/* header */
.header-mobile {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 100;
	background:#ffffff;
}

.header-mobile a,
.header-mobile {
	width: 100%;
    color: #fff;
    text-decoration: none;
}

.header-mobile .header-mobile-inner {
    position: relative;
    width:100%;
}

.header-mobile .mobile-logo {
    float: left;
    display: block;
}

.header-mobile .mobile-logo a{
    display: block;
    width: 100%;
}

.header-mobile .mobile-logo a img{
    display: block;
    width: 100%;
    height: auto;
}

#mobile-global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}

#mobile-global-nav ul li {
    float: left;
}

#mobile-global-nav ul li a {
    padding: 0 5px;
}

/* Fixed */
.header-mobile.mobile-fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

/* Toggle Button */
#mobile-nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 34px;
    height: 40px;
    cursor: pointer;
    z-index: 120;
}

#mobile-nav-toggle div {
    position: relative;
}

#mobile-nav-toggle a {
    display: block;
    position: absolute;
    font-size: 9px;
    width: 100%;
    color: #666;
    left: 0;
    text-align: center;
    font-weight: bold;
}

#mobile-nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#mobile-nav-toggle span:nth-child(1) {
    top: 0;
}

#mobile-nav-toggle span:nth-child(2) {
    top: 12px;
}

#mobile-nav-toggle span:nth-child(3) {
    top: 24px;
}

#mobile-nav-toggle a{
    top: 36px;
}

.header-mobile,
.header-mobile-inner {
    width: 100%;
    padding: 0;
}
.header-mobile {
    top: 0;
    position: fixed;
    margin-top: 0;
	box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 0px 0px;
}
/* Fixed reset */
.header-mobile.mobile-fixed {
    padding-top: 0;
}
#header-mobile-head {
    width: 100%;
    height: 56px;
    z-index: 120;
    position: relative;
}
.header-mobile.mobile-fixed .mobile-logo,
.header-mobile .mobile-logo {
    position: absolute;
    left: 13px;
    top: 17px;
    color: #333;
    font-size: 14px;
    width: 120px;
}
#mobile-global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -800px;
    background: #333;
	opacity: 0.95;
    width: 100%;
    z-index: 90;
    text-align: center;
    padding: 2px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#mobile-global-nav ul {
    list-style: none;
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    right: 0;
    bottom: 0;
    height: 100%;
}
#mobile-global-nav ul li {
    float: none;
    position: static;
}
.header-mobile #mobile-global-nav ul li a,
.header-mobile.mobile-fixed #mobile-global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

#mobile-nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.mobile-open #mobile-nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    border-color:#ffffff;
    background: #ffffff;
    z-index: 9999;

}
.mobile-open #mobile-nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.mobile-open #mobile-nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    border-color:#ffffff;
    background: #ffffff;
    z-index: 9999;

}
/* #global-nav スライドアニメーション */
.mobile-open #mobile-global-nav {
	top:0;
	width: 100%;
	height: 99999px;1
	display: block;
    /* #global-nav top + #header-mobile-head height */
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.headBtn01,.headBtn02,.headBtn03{
	width: 92%;
	padding: 0 4% 8px;
}

.headBtn03 a{
	margin: 0px auto 0;
	border-radius: 4px;
	color: #ffffff;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 4px 0px !important;
	background: #35a9ce;
}

.headBtn02 a{
	margin: 15px auto 0;
	border-radius: 4px;
	color: #ffffff;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 4px 0px !important;
	background: #f70057;
}

.headBtn01 a{
	margin: 0px auto 0;
	border-radius: 4px;
	color: #ffffff;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 4px 0px !important;
	background: #7dcd22;
}

/*================================================================================================

	footer layout フッター

================================================================================================*/
#footerWrap{
	background: #e0e0e0;
	width: 100%;
	padding: 15px 0;
	margin:0px 0 0;
}

.addressLogo{
	width: 20px;
	margin: 0 auto;
}

.addressInfo h1{
	font-size: 12px;
	line-height: 22px;
	font-weight:bold;
}

.footerLink {
	border-top: 1px solid #ffffff;
	width: 100%;
	margin:5px auto 0;
	text-align: center;
}

.footerLink li{
	display: block;
	font-size: 14px;
	line-height: 15px;
	height: auto;
	font-weight: bold;
	padding:15px 4%;
	border-bottom: 1px solid #ffffff;
}

.footerLink li a{
	text-decoration: none;
	color:#000000;
}

.copyright{
	font-size: 10px;
	margin:15px auto 0;
	text-align: center;
	color:#000000;
}

/*================================================================================================

    お問い合わせOffer【各コンテンツ共通】 フッター

================================================================================================*/

#contact{
    padding: 50px 4% 50px;
    background: #000000;
}

/*================================================================================================

	カスタムgooglemap layout

================================================================================================*/
#map_canvas{
	width: 100%;
	height:300px;
	margin: 0 auto 0;
}

.addressInfo{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 10px auto 0;
}

/*================================================================================================

    contents【各コンテンツ共通】 layout

================================================================================================*/

.secTit,
.secTitWht{
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
}

.secTitWht{
    color: #ffffff;
}

.secTit h2,
.secTitWht h2{
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.secTit span,
.secTitWht span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    position: relative;
    padding: 10px 0 0 0;
}

.secTit span img,
.secTitWht span img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    margin: auto;
    padding-left: 0;
    color: #fff;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: transparent;
    font-size: 5px;
    letter-spacing: 0;
}

.secTit span::after,
.secTitWht span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    margin: 0 0 0 15px;
    background: #bca177;
    content: '';
}

.secTit span::before,
.secTitWht span::before {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 50px;
    height: 1px;
    margin: 0 15px 0 0;
    background: #bca177;
    content: '';
}

.secTitWht span::after,
.secTitWht span::before {
    background: #ffffff;
}


.secReadTxt01,
.secReadTxt02{
    margin: 30px auto 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}

.secReadTxt01{
    color:#333333;
}

.secReadTxt02{
    color:#ffffff;
}

.btn01{
    width: 100%;
    margin: 30px auto 0;
}

a.parts__btn {
  position: relative;
  display: block;
  z-index: 2;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #000000;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1f1f1f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.parts__btn:before {
    content: "→";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.parts__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
a.parts__btn:hover {
    color: #fff;
}
a.parts__btn:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
a.parts__btn:hover::after {
  width: 100%;
  opacity: 1;
}

/*白ボタン*/

.btn02{
    width: 100%;
    margin: 30px auto 0;
}

.btn02 a.parts__btn {
  position: relative;
  display: block;
  z-index: 2;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #ffffff;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn02 a.parts__btn:before {
    content: "→";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn02 a.parts__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.btn02 a.parts__btn:hover {
    color: #000000;
}
.btn02 a.parts__btn:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn02 a.parts__btn:hover::after {
  width: 100%;
  opacity: 1;
}

.pc_br{
	display: none;
}

.breadcrumb{
    margin: 0 auto 0;
    padding: 62px 0 0px;
    background: #000000;
}

.breadcrumbTit{
    width: 92%;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 0 10px;
    line-height: 16px;
    text-align: center;
}

.breadcrumbTit span{
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.breadcrumbTit h1{
    display: block;
    font-size:12px;
    font-weight: 400;
    padding-top: 3px;
}

/*================================================================================================

	mainImg【トップページメインビジュアル】 layout

================================================================================================*/

.videoWrap{
    height: 100%;
}

#mainImgTop{
	display: none;
}

.sp-mainImg {
    position: relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 480px;
    background-image:url(../../img/common/sp-mainImg.jpg);
	background-size:100% auto;
	background-position: center center;
}

.sp-mainImg .masthead-tit {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 180px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 65px 0 0 0;
    color: #fff;
}
.sp-mainImg .masthead-tit h3{
    font-size: 36px;
    line-height: 36px;
    font-weight:bold;
}

.sp-mainImg .masthead-tit h3 span{
    font-size: 24px;
    line-height: 24px;
    font-weight:bold;
}


.sp-mainImg .masthead-tit p{
	padding-top: 18px;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
}


  .main-block__scroll {
  	font-size: 9px;
    z-index: 5;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 100px;
    height: 25px;
    margin-left: -50px;
    cursor: pointer;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    -webkit-transition: all 0.6s 0.6s ease-out;
    transition: all 0.6s 0.6s ease-out; }
    .main-block__scroll-bar {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 10px;
      margin: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s 0.4s ease-out;
      transition: all 0.5s 0.4s ease-out; }
      .main-block__scroll-bar span {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 20px;
        display: block;
        background-color: #fff;
        -webkit-transition: all 0.8s 0s ease-out;
        transition: all 0.8s 0s ease-out;
        -webkit-animation: load1 1s infinite ease-in-out;
                animation: load1 1s infinite ease-in-out;
        }

@-webkit-keyframes load1 {
  0% {
    top: 0;
    bottom: auto;
    height: 0; }
  40% {
    top: 0;
    bottom: auto;
    height: 20px; }
  80% {
    top: auto;
    bottom: 0;
    height: 20px; }
  100% {
    top: auto;
    bottom: -20px;
    height: 0; } }

@keyframes load1 {
  0% {
    top: 0;
    bottom: auto;
    height: 0; }
  40% {
    top: 0;
    bottom: auto;
    height: 20px; }
  80% {
    top: auto;
    bottom: 0;
    height: 20px; }
  100% {
    top: auto;
    bottom: -20px;
    height: 0; } }
.main-block__scroll-text{
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  color: #ffffff;
  text-align: center; }

.main-block__scroll-text a{
	text-decoration: none;
	color: #ffffff;
}

/*================================================================================================

    トップページ各セクション layout

================================================================================================*/

.sec01_01{
    background: #f0f0f0;
    padding: 50px 4% 50px;
}

.sec01_02{
    padding: 50px 4% 50px;
}

.sec01_03{
    padding: 50px 4% 50px;
}

.sec01_04{
    padding: 0px 4% 50px;
}


.sec01_02Li{
    width: 100%;
    margin: 40px auto 0;
}

.sec01_02Li li{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
}

.sec01_02Li li:last-child{
    padding-bottom: 10px;

}

.sec01_02Li_img{
    width: 100px;
    margin: 0 auto;
}

.sec01_02Li_img img{
    width: 100%;
}

.sec01_02Li_tit{
    font-size: 16px;
    line-height: 18px;
    font-weight:bold;
    text-align: center;
    margin: 12px 0 0 0;
}

.sec01_02Li_cap{
    color:#c6af8a;
    font-size: 12px;
    line-height: 13px;
    margin: 7px 0 0 0;
    text-align: center;
}

.sec01_02Li_txt{
    color: #555555;
    margin: 15px 0 0 0;
}


/*================================================================================================

	about layout

================================================================================================*/


.companyTbl{
    margin: 50px auto 0;
    width: 100%;
    border-top:1px solid #dddddd;

}

.companyTbl th,
.companyTbl td{
    font-weight: 400;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    font-size: 12px;
    line-height: 28px;
    border-bottom:1px solid #dddddd;
    vertical-align: top;
    text-align: left;
    color:#333333;
}


.companyTbl th{
    width: 7em;
}


/*================================================================================================

    service layout

================================================================================================*/

.serviceLi01{
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.serviceLi01 li{
    width: 100%;
    height: auto;
    padding: 30px 0 30px;
}

.serviceLi01-head .serviceLi01-head-img{
    width: 20%;
    height: auto;
    float: left;
}

.serviceLi01-head .serviceLi01-head-img img{
    width: 100%;
}

.serviceLi01-head .serviceLi01-head-tit{
    width: 75%;
    height: auto;
    float: left;
    padding: 1% 0 0 5%;
}

.serviceLi01-head .serviceLi01-head-tit h3{
    font-size: 20px;
    line-height: 24px
}

.serviceLi01-head .serviceLi01-head-tit p{
    color:#c6af8a;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 0 0;
}

.serviceLi01-txt{
    font-size: 14px;
    line-height: 28px;
    color:#555555;
    padding: 10px 0 0 0;
}

.serviceLi02{
    width: 100%;
    height: auto;
    margin: 0px auto 0;
}

.serviceLi02 li{
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    background: #ffffff;
}

.serviceLi02-img{
    width: 100%;
    height: auto;
    background: #cccccc;
}

.serviceLi02-img img{
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.serviceLi02-box{
    padding: 20px;
    height: 150px;
    overflow: hidden;
}

.serviceLi02-box h3{
    font-size: 16px;
    font-weight: 700;
}

.serviceLi02-box table{
    width: 100%;
    margin: 10px 0 0 0;
}

.serviceLi02-box table th,
.serviceLi02-box table td{
    font-weight: 400;
    padding-top:7px;
    padding-left:0px;
    padding-right:0px;
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
    text-align: left;
}

.serviceLi02-box table th{
    color:#c6af8a;
    width: 5.4em;
    font-weight: bold;
}

.serviceLi02-box table td{
    color:#333333;
    font-weight: bold;
}

/*================================================================================================

    Works layout

================================================================================================*/
.worksWrap{
    padding: 50px 4% 50px;
}

.worksComming{
    width: 100%;
    border: 1px solid #c6af8a;
    padding: 80px 0;
    text-align: center;
    margin: 30px auto 0;
}

.worksComming h3{
    font-size: 20px;
    line-height: 22px;
    color:#c6af8a;
    text-align: center;
}

.worksComming p{
    color:#555555;
    text-align: center;
    margin: 15px 0 0 0;
}


.worksLi{
    width: 100%;
    margin: 30px auto 0;
}

.worksLi li{
    width: 100%;
    border-bottom:1px solid #dddddd;
}

.worksLi li:nth-child(1){
    border-top:1px solid #dddddd;
}

.worksLi li a{
    text-decoration:none;
    display: block;
    color:#000000;
    padding: 15px 0 15px;
}

.worksLi li a .worksLi_img{
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
}

.worksLi li a .worksLi_img img{
    width: 100%;
    height: auto;
}

.worksLi li a .worksLi_box{
    width: 66%;
    padding-left: 4%;
    float: left;
}

.worksLi li a .worksLi_tit{
    padding: 10px 0px 0;
    font-size: 12px;
    line-height: 20px;
    height: 3em;
    overflow: hidden;
}

.worksLi_cap{
    width: 98%;
    padding: 10px 0 0 0;
}

.worksLi_cap span{
    color: #777777;
    font-size: 10px;
    line-height: 13px;
    display: block;
}
.worksLi_cap_day{
    float: left;
}

.worksLi_cap_cat{
    float: right;
}


/*================================================================================================

	wordpress用CSS【ブログ】 layout

================================================================================================*/
.worksWrap_wp{
    width: 92%;
    padding: 30px 4% 50px;
}

#postPage{
	height: auto;
	margin: 0 auto;
	padding: 0 0 40px;
}

.catTit{
    padding:0 0;
    text-align: left;
}

.catTit h1, .catTit h2{
	font-size: 20px !important;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
}

.category-description{
    font-size: 12px;
    font-size: 12px !important;
    line-height: 28px;
    border: 1px solid #c6af8a;
    padding: 20px 20px;
    text-align: center;
    margin: 20px auto 40px;
    color: #555555;
}

.postCassette{
	padding: 0px 0 40px;
    margin: 0 0 40px;
	border-bottom:1px dashed #bbbbbb;
}

.postCassette a{
	display: block;
	text-decoration: none;
	color:#000000;
}

.postTit{
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}

.postDay{
    font-size: 12px;
    line-height: 16px;
    color:#777777;
    padding-top: 5px;
}

.postDay span{
    display: inline-block;
    padding: 0 3px 0 0;
}

.postThumb{
	margin-top: 10px;
	width: 100%;
}

.postThumb img{
	display: block;
	width: 100%;
	height: auto;
}

.postRead{
	font-size: 14px;
	line-height: 30px;
	margin-top:12px;
}

.postMoreBtn{
	font-size: 14px;
	line-height: 30px;
	margin-top:10px;
	text-align: right;
	text-decoration: underline;
}

.postPager li{
	font-size: 16px;
	line-height: 32px;
	margin-top:50px;
}
.postPager li a{
	text-decoration: underline;
	color:#000000;
}

.postPager li:first-child{
	float: left;
}

.postPager li:last-child{
	float: right;
}

.postPager li a:hover{
	text-decoration: none;
}

.postBlandlist{
	margin-top: 40px;
	padding-bottom: 20px;
}

.postBlandlist h2{
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
}

.postBlandlistLink{
	border:1px solid #000000;
	padding: 20px 5% 15px;
	margin-top:3px;
}

.postBlandlistLink a{
	color:#000000;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.postBlandlistLink a:last-child{
	padding-right:0;
	margin-right:0;
	border-right:none;
}

ul.page-numbers{
	width: 100%;
    margin-top: 40px;
    text-align: center;
}

ul.page-numbers li{
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #000000;
	padding: 5px 10px;
	margin-bottom: 5px;
}

ul.page-numbers li span{
	color:#cccccc;
}

ul.page-numbers li a{
	color:#333333;
}



#postSub{
    width: 100%;
}

.relationPost-side{
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.relationPost-side h4{
    background: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color:#ffffff;
    padding: 15px 4%;
    text-align: left
}

.relationPost-list li{
    height:auto;
    float: left;
    margin: 0 0 0;
    padding: 15px 0px 15px;
    border-bottom:1px solid #dddddd;
}

.relationPost-list li:last-child{
    border-bottom:none;
}

.news-post-index{
    width: 100%;
    margin: 0px 0 0 0;
}

.news-post-index a{
  position: relative;
  display: block;
  z-index: 2;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1f1f1f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-post-index a:before {
    content: "→";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-post-index a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.news-post-index a:hover {
    color: #fff;
}
.news-post-index a:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.news-post-index a:hover::after {
  width: 100%;
  opacity: 1;
}



.relationPost-list li a{
    display: block;
}

.relationPost-list li a:hover{
    opacity: 0.80;
}

.relationPost-list li a .post-relation-thumb{
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
}

.relationPost-list li a .post-relation-thumb img{
    width: 100%;
    height:auto;
}

.relationPost-list .post-relation{
    width: 66%;
    padding-left: 4%;
    float: left;
    color:#000000;
    font-size: 14px;
    line-height: 24px;
}


.sectionComRightNav{
    height: auto;
    margin-bottom: 40px;
}

.sectionComRightNav dt{
    background: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color:#ffffff;
    padding: 15px 4%;
    text-align: left;
}

.sectionComRightNav dd{
    margin: 0 auto;
    border-bottom:1px solid #dddddd;
    padding: 15px 4%;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

.sectionComRightNav dd a{
    color: #000000;
    text-decoration: none;
}

.sectionComRightNav dd a:hover{
    color:#000000;
    text-decoration: underline;
}



/*================================================================================================

	wordpress用CSS【ブログ】 layout

================================================================================================*/
.postSnsBlk{
	width: 100%;
	/*background: #000;*/
	margin: 40px 0 0;
}

.postSnsBlk .post-fb{
	width: 80px;
	height: 25px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}

.postSnsBlk .post-twt{
	width: 80px;
	height: 25px;
	float: left;
	padding-top: 6px;
	padding-left: 5px;
}

.comming-soon{
	font-size: 16px;
	line-height: 24px;
	padding: 80px 0 80px;
	text-align: center;
}

/*================================================================================================

	POST --- wordpress ---【wordpressエディタ出力】 layout

================================================================================================*/
.infoPostBody{
	margin: 1em 0 0 0;
}

.infoPostBody iframe{
	width: 100%;
	height: auto;
    margin-bottom: 10px;
}

.infoPostBody img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
    margin-bottom: 10px;
}

.infoPostBody p,
.infoPostBody div{
    display: block;
	text-align: left;
    padding: 0 0 0;
    font-size: 14px;
    line-height: 30px;
}

.infoPostBody h1,
.infoPostBody h2{
	font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    background: #eeeeee;
    border-radius: 6px;
    padding: 20px 15px 15px;
    margin-bottom: 1em;
}

.infoPostBody h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	padding: 15px 0 10px;
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
    margin-bottom: 1em;
}

.infoPostBody h4{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	border-left: 4px solid #2e9fbf;
    margin-bottom: 1em;
    padding-left: 10px;
}

.infoPostBody h5{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1em;
    font-weight: bold;
}

.infoPostBody h6{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1em;
    font-weight: normal;
}

.infoPostBody b{font-weight: bold;}
.infoPostBody blockquote {
	font-size: 12px;
	line-height: 20px;
    background: #eee;
    padding: 1em;
    padding-top: 25px;
    margin-bottom:1em;
}

.infoPostBody pre {
	font-size: 12px;
	line-height: 20px;
    margin-bottom: 1em;
    padding: 1em;
    border:1px solid #eeeeee;
    overflow: auto;
    max-width: 100%;
}

.infoPostBody address{
	font-size: 12px;
	line-height: 18px;
	margin: -1em 0 0 0;
	padding: 0;
}

.infoPostBody hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom:1em;
}

.infoPostBody ul, .infoPostBody ul li{
    list-style-type: disc;
    list-style-type: disc !important;
}

.infoPostBody ol, .infoPostBody ol li{
    list-style-type: decimal;
    list-style-type: decimal !important;
}

.infoPostBody ul, .infoPostBody ol {
	font-size: 13px;
	line-height: 24px;
    margin: 0 0 1em 1em;
}

.infoPostBody li {
    margin: 0 0 1em 0;
}

dfn, cite, em, i {
	font-size: 12px;
	line-height: 20px;
    font-style: italic;
}

.infoPostBody a img:hover{
     filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}


.skippr-arrow,
.skippr-nav-container{
display: none !important;
display: none;
}

.infoPostBody table{
    width: 100%;
    border-top:1px solid #aaaaaa;
    border-bottom:1px solid #aaaaaa;
    margin: 40px auto 0;
}

.infoPostBody table{
    width: 100%;
}

.infoPostBody table th,
.infoPostBody table td{
    font-weight: 400;
    padding-top:10px;
    padding-left:0px;
    padding-right:0px;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
    text-align: left;
}

.infoPostBody table th{
    width: 8em;
}
.infoPostBody table tr:first-child th,
.infoPostBody table tr:first-child td{
    padding-top: 20px;
}

.infoPostBody table tr:last-child th,
.infoPostBody table tr:last-child td{
    padding-bottom: 20px;
}

/*================================================================================================

    contact用CSS【お問い合わせフォーム】 layout

================================================================================================*/

.formWrap{
    padding: 0px 4% 0px;
    margin: 0 auto 0px;
}


.formWrapInner{
    width:100%;
    padding: 30px 0px 60px;
}


.otoiawaseFmTbl{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.taikenLiFst{
    margin:40px auto 0 !important;
}

.otoiawaseFmTbl .td01{
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}

.otoiawaseFmTbl .td02{
    text-align:left;
    float: left;
    padding-bottom: 8px;
    padding-left: 5px;

}
.otoiawaseFmTbl .td01 span{
    display: inline-block;
    font-size: 12px;
    padding-left: 3px;
}

.otoiawaseFmTbl .td02 .hissu{
    width: 35px;
    border: 1px solid #ff5b81;
    color: #ff5b81;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
 }

.otoiawaseFmTbl .td02 .nini{
    width: 35px;
    border: 1px solid #aaaaaa;
    background:#aaaaaa;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
 }

.otoiawaseFmTbl .td03{
    width: 100%;
    float: none;
    display: block;
    clear: both;
    font-size: 12px;
}
.otoiawaseFmTbl .td03 .nameInpt{
    padding-bottom: 10px;
}

.taikenFmBtn01{
    width: 94%;
    margin: 40px auto 0;
}

.otoiawaseFmTbl .td03 input[type="text"],
.otoiawaseFmTbl .td03 textarea {
    width: 85%;
    font-size: 16px;
    scale(0.6);
}

.otoiawaseFmTbl .td03 textarea {
    height: 5em;
}

.otoiawaseFmTbl .td03 select{
    font-size: 14px;
    scale(0.6);
    width: 100%;
    height: 4em;
}


.boxer { border: none; }
.inline_content { width: 100% !important; height: 10000px !important; overflow: scroll; padding: 20px 0; }
.inline_content h2 {font-size: 14px; margin: 0; border-bottom: 1px solid #333333; padding: 15px 10px 0px; }
.inline_content p {font-size: 12px; margin: 0; padding: 10px 10px 0px; }
.inline_content span {font-size: 10px; margin: 0; padding: 5px 10px 0px; }
.inline_content .inline_content_img{width: 80%; padding-top: 5px; margin: 0 auto;}


#boxer.mobile.inline .boxer-content { background: #fff; }

#boxer.mobile.inline .inline_content { height: 10000px; overflow: scroll; padding: 10px 0px; width: 100%; }
.boxer-close{
    position: absolute !important;
    top:60px !important;
    z-index: 99999 !important;
}

.fmBtn01{
    width: 100%;
    margin: 30px auto 0;
}

.fmBtn01 button[type="submit"].parts__btn,
.confirmBtnRight a.parts__btn
{
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #ffffff;
  background: #0b94e3;
  border: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.confirmBtnLeft a.parts__btn{
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #ffffff;
  background: #aaaaaa;
  border: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fmBtn01 button[type="submit"].parts__btn:before,
.confirmBtnRight a.parts__btn:before,
.confirmBtnLeft a.parts__btn:before
{
    content: "→";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fmBtn01 button[type="submit"].parts__btn:after,
.confirmBtnRight a.parts__btn:after,
.confirmBtnLeft a.parts__btn:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 50%;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.fmBtn01 button[type="submit"].parts__btn:hover ,
.confirmBtnRight a.parts__btn:hover ,
.confirmBtnLeft a.parts__btn:hover {
    color: #fff;
}
.fmBtn01 button[type="submit"].parts__btn:hover::before ,
.confirmBtnRight a.parts__btn:hover::before ,
.confirmBtnLeft a.parts__btn:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.fmBtn01 button[type="submit"].parts__btn:hover::after ,
.confirmBtnRight a.parts__btn:hover::after ,
.confirmBtnLeft a.parts__btn:hover::after {
  width: 100%;
  opacity: 1;
}

.errFont{
    font-size:12px;
    padding-top:3px;
    color:#ff5b81;
    display: block;
}

.errMsg{
    font-size:14px;
    color:#ff5b81;
    text-align: center;
}

/*================================================================================================

	introduction  layout

================================================================================================*/

#introduction {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.introWhite {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.introLogo {
    position: absolute;
    width: 280px;
    height: 40px;
    left: 50%;
    top: 50%;
    fill: #fff;
    stroke: #333;
    stroke-width: .5;
    transform: translate(-50%, -50%);
}

/*================================================================================================

	▼ End CSS ▼

================================================================================================*/
}


