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

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

================================================================================================*/
/* ▼ PC CSS Start ▼ */
@media(min-width:769px){
/*================================================================================================

	基本設定【各コンテンツ共通】

================================================================================================*/
*{font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body{
	font-size:80%;
	line-height:160%;
	color:#000000;
    letter-spacing:0.05em;
}
html>/**/body {font-size:14px; line-height:180%;}

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

div#all{
	position: relative;
    z-index: 0;
	min-height:100%;
	/* height:auto; */
    /* height:auto !important; */
	height:100%;
	margin:0 auto;
	width:100%;
	min-width: 1040px;
	opacity: 0;
}


/* web font */
.mplus_sans{
    font-family: 'Mplus 1p' !important;
    font-family: 'Mplus 1p', sans-serif;
}


/* 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%;
    min-width: 1040px;
	height:auto;
    position: relative;
}

.header-pc{
    width: 100%;
    min-width: 1040px;
    height:auto;
    position: fixed;
    z-index: 95;
    background: #ffffff;
    border-bottom:1px solid #dddddd;
}

.header-inner{
    width: 1000px;
    margin: 0 auto;
    padding: 18px 0 10px;
}

.header-inner .logo{
    width: 250px;
    float: left;
}

.header-inner .logo a img{
    width: 100%;
    height: auto;
}

.header-inner .nav-group{
    width: 750px;
    float: left;
    padding-top: 3px;
}

.header-inner .nav-group__item {
    float: right;
    list-style: none;
    margin: 0 0 0 35px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 2px 0;
    line-height: 24px;
}
.header-inner .nav-group__item a {
    color: #000000;
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 40px;
    z-index: 98;
}

.header-inner .nav-group__item a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #d5bc96;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.header-inner .nav-group__item a:hover::after {
    bottom: 7px;
    opacity: 1;
    visibility: visible;
}

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

    スマホヘッダー（PCでは非表示） layout フッター

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

.header-mobile{
    display: none !important;
    display: none;
}

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

	footer layout【各コンテンツ共通】フッター

================================================================================================*/
#footerWrap{
	width: 100%;
    min-width: 1040px;
	padding: 20px 0 0px;
	margin:0 auto 0;
    background: #fefefe;
}

.addressLogo{
    text-align: center;
}

.addressLogo img{
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto;
}

.addressInfo h1{
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 12px auto 0;
    font-weight: 500;
}


.footerLink {
	width: 1000px;
	margin:15px auto 0;
	text-align: center;
}

.footerLink li{
	display: inline-block;
	font-size: 16px;
	line-height: 17px;
	height: 19px;
	font-weight: 500;
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid #333333;
}

.footerLink li:last-child{
    border-right:none;
}

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

.footerLink li.googleMapPrev{
    display: none;
}

.copyright{
	font-size: 10px;
    line-height: 11px;
    padding: 6px 0 7px;
	margin:15px auto 0;
	text-align: center;
	color:#ffffff;
    background: #bca177;
}

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

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

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

#contact{
    padding: 130px 0 130px;
    min-width: 1040px;
    background: #000000;
}

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

    カスタムgooglemap【各コンテンツ共通】  layout

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

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

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

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

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

.secTitWht{
    color: #ffffff;
}

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

.secTit span,
.secTitWht span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    position: relative;
    padding: 15px 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: 50px auto 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}

.secReadTxt01{
    color:#333333;
    font-weight: 400;
}


.secReadTxt02{
    color:#ffffff;
    font-weight: 400;
}

.btn01{
    width: 320px;
    margin: 60px auto 0;
}

a.parts__btn {
  position: relative;
  display: block;
  z-index: 2;
  width: 320px;
  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;
}

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: 320px;
    margin: 50px auto 0;
}

.btn02 a.parts__btn {
  position: relative;
  display: block;
  z-index: 2;
  width: 320px;
  height: 38px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  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;
}

.sp_br{
    display: none;
}

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

.breadcrumbTit{
    width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    padding: 9px 0 7px;
    line-height: 21px;
}

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

.breadcrumbTit h1{
    display: inline-block;
    font-size:14px;
    font-weight: 400;
}

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

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

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

.videoWrap{
    height: 100%;
}

.mainImgTop{
	width: 100%;
    min-width: 1040px;
    margin: 0 auto;
    height: 100%;
    background: #000000;
}

.masthead {
    position: relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
}
.masthead-video {
    z-index: 0;
    display: block;
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
}
.masthead-overlay {
    background:url(../../img/common/layer_black_white.png);
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.masthead .masthead-tit {
    position: absolute;
    width: 100%;
    min-width: 1040px;
    font-weight: 700;
    text-align: center;
    height: 130px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 65px 0 0 0;
    color: #fff;
}
.masthead .masthead-tit h1{
    font-size: 70px;
    line-height: 84px;
}

.masthead .masthead-tit p{
	padding-top: 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

  .main-block__scroll {
    z-index: 5;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 100px;
    height: 40px;
    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: 20px;
      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;
}

.sp-mainImg{
    display: none;
}

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

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

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

.sec01_01{
    background: #f0f0f0;
    width: 100%;
    padding: 150px 0 150px;
}

.sec01_02{
    width: 100%;
    padding: 150px 0 0px;
}

.sec01_03{
    width: 100%;
    padding: 150px 0 150px;
}

.sec01_04{
    width: 100%;
    padding: 0px 0 150px;
}


.sec01_02Li{
    width: 1000px;
    margin: 60px auto 0;
}

.sec01_02Li li{
    width: 300px;
    padding-right: 50px;
    float: left;
}

.sec01_02Li li:nth-child(3n){
    padding-right: 0px;
}

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

.sec01_02Li_img img{
    width: 100%;
}

.sec01_02Li_tit{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 0 0;
}

.sec01_02Li_cap{
    color:#c6af8a;
    font-weight: 400;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: center;
}

.sec01_02Li_txt{
    color: #555555;
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 30px;
}


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

    about layout

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


.companyTbl{
    margin: 60px auto 0;
    width: 800px;
    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: 14px;
    line-height: 32px;
    border-bottom:1px solid #dddddd;
    vertical-align: top;
    text-align: left;
    color:#333333;
}


.companyTbl th{
    width: 15em;
}


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

    service layout

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

.serviceLi01{
    width: 1000px;
    height: auto;
    margin: 0px auto 0;
    padding-top: 20px;
}

.serviceLi01 li{
    width: 480px;
    height: auto;
    float: left;
    margin: 50px 40px 0 0;
}

.serviceLi01 li:nth-child(even){
    margin: 50px 0px 0 0;
}

.serviceLi01-head .serviceLi01-head-img{
    width: 80px;
    height: auto;
    float: left;
}

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

.serviceLi01-head .serviceLi01-head-tit{
    width: 380px;
    height: auto;
    float: left;
    padding: 15px 0 0 20px;
}

.serviceLi01-head .serviceLi01-head-tit h3{
    font-size: 30px;
    line-height: 38px
}

.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: 1000px;
    height: auto;
    margin: 50px auto 0;
}

.serviceLi02 li{
    width: 320px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
    background: #ffffff;
}

.serviceLi02 li:nth-child(3n){
    margin: 0 0 0 0;
}

.serviceLi02-img{
    width: 320px;
    height: auto;
}

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

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

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

.serviceLi02-box table{
    width: 280px;
    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: 500;

}

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

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

    Works layout

================================================================================================*/
.worksWrap{
    width: 100%;
    padding: 150px 0 150px;
}

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

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

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


.worksLi{
    width: 1000px;
    margin: 60px auto 0;
}

.worksLi li{
    width: 320px;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
}

.worksLi li:nth-child(3n){
    margin-right:0px;
}

.worksLi li a{
    text-decoration:none;
    display: block;
    color:#000000;
    background: #efefef;
    width: 320px;
    height: 330px;
    position: relative;
}

.worksLi li a .worksLi_img{
    position: relative;
    width: 320px;
    height: 240px;
    overflow: hidden;
}

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

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

.worksLi_cap{
    width: 280px;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

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

.worksLi_cap_cat{
    float: right;
}


.worksLi_img:before {
    opacity: 0;
    z-index: 1;
    content: "MORE";
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    margin-top: -20px;
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    background: transparent url(../../img/common/arrow-right-short-wht.svg) no-repeat center 30px;
    background-size: 20px 20px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.worksLi_img:after {
    content: "";
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.worksLi li a:hover .worksLi_img:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
}
.worksLi li a:hover .worksLi_img:after {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}



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

    wordpress用CSS【ブログ】 layout

================================================================================================*/
.worksWrap_wp{
    width: 1000px;
    margin: 0 auto 0;
    padding: 60px 0 150px;
}

#postPage{
	width: 700px;
    height: auto;
    min-height: 500px;
	margin: 0 0 0;
	padding:0 0 0;
    float: left;
}

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

.catTit h1, .catTit h2{
	font-size: 30px !important;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color:#000000;
}

.category-description{
	font-size: 14px;
	font-size: 14px !important;
	line-height: 32px;
    border: 1px solid #c6af8a;
    padding: 50px 50px;
    text-align: center;
    margin: 0px auto 60px;
    color: #555555;
}

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

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

.postCassette a:hover{
	opacity: 0.9;
}

.postTit{
	font-size: 28px;
	line-height: 44px;
	text-align: center;
}

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

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

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

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

.postRead{
	font-size: 16px;
	line-height: 32px;
	margin-top:15px;
}

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

.postMoreBtn:hover{
	text-decoration: none;
}

.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: 60px;
	padding-bottom: 40px;
}

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

.postBlandlistLink{
	border:1px solid #000000;
	padding: 40px 50px 25px;
	margin-top:3px;
}

.postBlandlistLink a{
	color:#000000;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000000;
	font-size: 16px;
	line-height: 17px;
	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;
	margin-bottom: 5px;
}

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

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


#postSub{
    width: 260px;
    float: left;
    margin-left: 40px;
}

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

.relationPost-side h4{
    background: #000000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color:#ffffff;
    padding: 15px 20px;
    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: 260px;
    margin: 0px 0 0 0;
}

.news-post-index a{
  position: relative;
  display: block;
  z-index: 2;
  width: 258px;
  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: 80px;
    height:60px;
    overflow: hidden;
    float: left;
}

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

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


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

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

.sectionComRightNav dd{
    margin: 0 auto;
    border-bottom:1px solid #dddddd;
    padding: 15px 20px;
    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: 60px 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: 18px;
	line-height: 24px;
	margin-top: 80px;
	text-align: center;
}

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

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

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

.infoPostBody iframe{
	max-width: 100%;
}

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

.infoPostBody p{
    display: block;
	text-align: left;
    padding: 0 0 0;
    font-size: 16px;
    line-height: 36px;
}

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

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

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

.infoPostBody h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.infoPostBody h6{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5em;
    font-weight: normal;
}

.infoPostBody b{font-weight: bold;}

.infoPostBody blockquote {
    background: #eee;
    padding: 1.5em;
    padding-top: 25px;
    margin-bottom:1.5em;
}

.infoPostBody pre {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border:1px solid #eeeeee;
    overflow: auto;
    max-width: 100%;
}

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

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

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

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

.infoPostBody ul, .infoPostBody ol {
    margin: 0 0 1.5em 1.5em;
}

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

dfn, cite, em, i {
    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{
    width: 100%;
    padding: 1px 0 80px;
    margin: 0 auto 0px;
    background: #f0f0f0;
}


.formWrapInner{
    width:900px;
    margin: 30px auto 0;
    background: #ffffff;
    padding: 60px 50px;
}

.otoiawaseFmTbl{
    width: 900px;
    margin: 0 auto;
    border-bottom:1px solid #eeeeee;
    padding-bottom: 30px;
    padding-top: 30px;
}

.otoiawaseFmTbl .td01{
    width:250px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

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

.otoiawaseFmTbl .td02{
    width: 90px;
    float: left;
    text-align: center;
}

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

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

.tdMid{
    padding-top: 15px;
}

.otoiawaseFmTbl .td03{
    width: 560px;
    float: left;
}
.otoiawaseFmTbl .td03 .nameInpt{
    padding-bottom: 10px;
}

.boxer { border: none; }
.inline_content { width: 600px !important; overflow: hidden; padding: 0 20px; }
.inline_content h2 {font-size: 16px; margin: 0; border-bottom: 1px solid #333333; padding: 15px 0px 0px; }
.inline_content p {font-size: 14px; margin: 0; padding: 15px 0px 0px; }
.inline_content span {font-size: 14px; margin: 0; padding: 5px 0px 0px; }

.inline_content .inline_content_img{width: 80%; padding-top: 10px;}
.inline_content .inline_content_img img{width: 100%;}


#boxer.mobile.inline .boxer-content { background: #fff; }
#boxer.mobile.inline .inline_content { height: 10000px; overflow: scroll; padding: 30px 50px; width: 100%; }


.otoiawaseFmTbl .td03 input[type="text"]{
    width:520px;
}

.otoiawaseFmTbl .td03 textarea{
    width:520px;
    height: 6em;
}

.fmBtn01{
    width: 320px;
    margin: 60px auto 0;
}

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

.fmBtn01 button[type="submit"].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 {
    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 {
    color: #fff;
}
.fmBtn01 button[type="submit"].parts__btn:hover::before {
  right: 8px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.fmBtn01 button[type="submit"].parts__btn:hover::after {
  width: 100%;
  opacity: 1;
}

.confirmBtn{
    width: 680px;
    margin: 0px auto 0;
}

.confirmBtnLeft{
    float: left;
}

.confirmBtnRight{
    float: right;
}


.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: 340px;
    height: 50px;
    left: 50%;
    top: 50%;
    fill: #fff;
    stroke: #333;
    stroke-width: .5;
    transform: translate(-50%, -50%);
}

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

	▼ End CSS ▼

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