@charset "utf-8";
/*
Theme Name: Seepa-C2.2
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド　シーパ［買取］
Version: 2.2
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v2.2
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/

/*-------------------------------------------------------------------------------------------*/
/* 　リセット
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
div#watch-time  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
}
html {
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, table th{
	font-weight: normal;	
}



/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/
body {
	font: 15px/1.8em "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #666;
	-webkit-text-size-adjust: none;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background: #fff;
}

/*-------- リンク設定 --------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
    transition: 0.3s;
}
a:hover, a:active {
	outline: none;
}

/*-------- ベースレイアウト --------*/
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	display: block;
	width: 1024px;
	margin: 0 auto;
}
header{
	display: inline-block;
	width: 100%;
}
#background {
    display: inline-block;
    width: 100%;
    background: #fff;
}
#container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
    margin: 50px auto 70px;
    background: #fff;
    border-radius: 5px;
}
#container section:last-child .mb80,
#container section:last-child .mb30 {
    margin-bottom: 40px !important;
}
#toppage #container{
	display: block;
}
#content {
	width: 720px;
	margin-bottom: 20px;
}
#content-full {
	width: 1024px;
	margin-bottom: 20px;
}
#sidebar {position: relative;
	width: 270px;
	margin-bottom: 20px;
}
#footer {
	display: inline-block;
	width: 100%;
	padding: 60px 0 50px;
    border-top: 30px solid #fff;
	background-color: #f5f5f5;
}
.text p, .single-post p {
	margin-bottom: 20px;
}
.text:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.text{
    display: inline-block;
}
.text {
    display: block;
} 
:before,
:after {
    font-family: "FontAwesome";
}

/*-------- 画像 --------*/
img {
	max-width: 100%;
	height: auto;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}


/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/
/*-------- ヘッダトップ --------*/
.follow {
    color: #fff;
    font-size: 80%;
    text-align: center;
    background: #f00;
}
.follow:before {
    content: '現在サイト作成中（完成後「基本設定／検索表示」切替でこのバーは非表示）';
}
header .flex {
	display: flex;
	justify-content: space-between;
}
.header-top {
	width: 100%;
    height: 46px;
	padding: 5px 0;
	display: inline-block;
    background: #ccc;
}
.header-top a {
	height: 32px;
}
.header-copy {
	flex-shrink: 10;
	padding: 8px 0;
	color: #fff;
	text-align: left;
	line-height: 1.4em;
}
.header-sns {
	display: flex;
	margin: 0;
}
.header-sns .fa-facebook-f, .footer-address .fa-facebook-f,
.header-sns .fa-twitter, .footer-address .fa-twitter,
.header-sns .fa-google-plus-g, .footer-address .fa-google-plus-g,
.header-sns .fa-rss, .footer-address .fa-rss {
	width: 25px;
    height: 25px;
    color: #fff;
	margin: 6px 0 0 4px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.50);
}
.fa-facebook-f {
    background: #305097;
}
.fa-twitter {
    background: #00aced;
}
.fa-google-plus-g {
    background: #db4a39;
}
.fa-skype {
    background: #00aff0;
}
.fa-rss {
    background: #f90;
}
.fa-hatena {
    background: #008fde;
}
.fa-line {
    background: #00c300;
}
.fa-pocket {
    background: #f03e51;
}
.fa-feedly {
    background: #6cc655;
}
.header-sns p {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 160%;
    margin-top: 5px;
}

/*-------- ヘッダコンテンツ --------*/
header .logo p {
    font-size: 160%;
    margin-top: 10px;
    margin-bottom: 30px;
}
header .logo img {
    margin: 20px 0 25px -30px;
}
header .logo a img:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*-------- ヘッダホーム画像 --------*/
#header-img {
    position: relative;
	margin: 0 auto 80px;
    border-bottom: 30px solid #fff;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
}
#header-img p {
    position: absolute;
    top: 20%;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.6em;
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
    animation: rotation1 2s ease 0s 1 alternate none running;
    transition-delay: 800ms;
    transition-duration: 1000ms;
}
#header-img p span {
    display: inline-block;
    font-size: 80%;
    line-height: 1.4em;
    margin-top: 20px;
    animation: rotation1 2s ease 0s 1 alternate none running;
}
@keyframes rotation1 {
  0% {
      transform: translateX(-300px);
      filter: blur(1rem);
      opacity: 0;
  }
  100% {
      transform: translateX(0px);
      filter: blur(0);
      opacity: 1;
  }
}
#header-img-box {
    position: relative;
    width: 1024px;
	margin: 30px auto 20px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    border-radius: 5px;
	z-index: 0;
}
#header-img-box p {
    position: absolute;
    top: 20%;
    font-size: 200%;
    font-weight: bold;
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
    animation: rotation3 2s ease 0s 1 alternate none running;
    transition-delay: 800ms;
    transition-duration: 1000ms;
}
#header-img-box p span {
    display: inline-block;
    font-size: 80%;
    line-height: 1.4em;
    margin-top: 15px;
    animation: rotation3 2s ease 0s 1 alternate none running;
}
@keyframes rotation3 {
  0% {
      transform: translateY(-100px);
      filter: blur(1rem);
      opacity: 0;
  }
  100% {
      transform: translateY(0px);
      filter: blur(0);
      opacity: 1;
  }
}
#header-img video, #header-img-box video {
    min-width:100%;
    min-height:100%;
    z-index:-100;
    position: relative;
    top: 50%;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 5px;
    transform: translateY(-50%);
}


/*-------- ヘッダ画像 --------*/
.head-title {
	width: 100%;
	height: 150px;
	padding-top: 40px;
	margin: 0;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.head-title.small {
	width: 1024px;
    border-radius: 5px;
	margin: 20px auto 0;
}
.head-title h1{
	width: 1024px;
	font-size: 200%;
	line-height: 1.6em;
	font-weight: bold;
    text-align: center;
	letter-spacing: 0.1em;
	padding-top: 15px;
	margin: 0 auto;
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
    animation: rotation2 2s ease 0s 1 alternate none running;
}
@keyframes rotation2 {
  0% {
      filter: blur(0.5rem);
      opacity: 0;
  }
  100% {
      filter: blur(0);
      opacity: 1;
  }
}

/*-------- パンくず --------*/
#breadcrumb {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 0px;
    background: #f8f8f8;
}
#breadcrumb ul {
	display: flex;
    flex-wrap: wrap;
	width: 1024px;
	color: #777;
	font-size: 80%;
	margin: 0 auto;
}
#breadcrumb li {
    flex-grow: 0;
	line-height: 2em;
}
.breadcrumb-small {
    width: 1024px;
	margin: 20px auto -30px;
}
.breadcrumb-small #breadcrumb {
    border-radius: 5px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダホームスライダー
/*-------------------------------------------------------------------------------------------*/
#header-img,
#header-img-box {
	position:relative;
	overflow: hidden;
}
#header-img ul,
#header-img-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header-img ul li,
#header-img-box ul li {
    position:absolute;
    top:0;
	left:0;
	width:100%;
    background-size:cover;
    background-position: center;
	animation-iteration-count:infinite;
	animation-duration:24s;
}
#header-img ul li .slider-copy,
#header-img-box ul li .slider-copy {
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 1024px;
    height: 30px;
}
#header-img-box ul li .slider-copy {
    left: 30px;
}
#header-img ul.zoom li .slider-copy,
#header-img-box ul.zoom li .slider-copy {
    left: 80px;
}
#header-img ul.right li .slider-copy,
#header-img-box ul.right li .slider-copy {
    left: 130px;
}
#header-img ul.down li .slider-copy,
#header-img-box ul.down li .slider-copy {
    top: 40%;
}
/*- ズーム -*/
#header-img ul.zoom li:nth-child(1),
#header-img-box ul.zoom li:nth-child(1) {
	animation-name:slider-zoom;
	animation-delay:-3s;
}
#header-img ul.zoom li:nth-child(2),
#header-img-box ul.zoom li:nth-child(2) {
	animation-name:slider-zoom;
	animation-delay:5s;
	opacity:0;
}
#header-img ul.zoom li:nth-child(3),
#header-img-box ul.zoom li:nth-child(3) {
	animation-name:slider-zoom;
	animation-delay:13s;
	opacity:0;
}
#header-img ul.zoom li:nth-child(4),
#header-img-box ul.zoom li:nth-child(4) {
	animation-name:slider-zoom;
	animation-delay:18s;
	opacity:0;
}
@keyframes slider-zoom {
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
        -webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
        transform: scale(1.2);
	}	
}
/*- 上から下 -*/
#header-img ul.down li,
#header-img-box ul.down li {
	top: -30%;
	left: 0;
}
#header-img ul.down li:nth-child(1),
#header-img-box ul.down li:nth-child(1) {
	animation-name:slider-down;
	animation-delay:-3s;
}
#header-img ul.down li:nth-child(2),
#header-img-box ul.down li:nth-child(2) {
	animation-name:slider-down;
	animation-delay:5s;
	opacity:0;
}
#header-img ul.down li:nth-child(3),
#header-img-box ul.down li:nth-child(3) {
	animation-name:slider-down;
	animation-delay:13s;
	opacity:0;
}
#header-img ul.down li:nth-child(4),
#header-img-box ul.down li:nth-child(4) {
	animation-name:slider-down;
	animation-delay:18s;
	opacity:0;
}
@keyframes slider-down {
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
        transform: translate(0px, 180px);
		-webkit-transform: translate(0px, 180px);
		-moz-transform: translate(0px, 180px);
		-o-transform: translate(0px, 180px);
		-ms-transform: translate(0px, 180px);
	}	
}
/*- 下から上 -*/
#header-img ul.up li:nth-child(1),
#header-img-box ul.up li:nth-child(1) {
	animation-name:slider-up;
	animation-delay:-3s;
}
#header-img ul.up li:nth-child(2),
#header-img-box ul.up li:nth-child(2) {
	animation-name:slider-up;
	animation-delay:5s;
	opacity:0;
}
#header-img ul.up li:nth-child(3),
#header-img-box ul.up li:nth-child(3) {
	animation-name:slider-up;
	animation-delay:13s;
	opacity:0;
}
#header-img ul.up li:nth-child(4),
#header-img-box ul.up li:nth-child(4) {
	animation-name:slider-up;
	animation-delay:18s;
	opacity:0;
}
@keyframes slider-up {
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
        transform: translate(0px, -180px);
		-webkit-transform: translate(0px, -180px);
		-moz-transform: translate(0px, -180px);
		-o-transform: translate(0px, -180px);
		-ms-transform: translate(0px, -180px);
	}	
}
/*- 右から左 -*/
#header-img ul.right li:nth-child(1),
#header-img-box ul.right li:nth-child(1) {
	animation-name:slider-right;
	animation-delay:-3s;
}
#header-img ul.right li:nth-child(2),
#header-img-box ul.right li:nth-child(2) {
	animation-name:slider-right;
	animation-delay:5s;
	opacity:0;
}
#header-img ul.right li:nth-child(3),
#header-img-box ul.right li:nth-child(3) {
	animation-name:slider-right;
	animation-delay:13s;
	opacity:0;
}
#header-img ul.right li:nth-child(4),
#header-img-box ul.right li:nth-child(4) {
	animation-name:slider-right;
	animation-delay:18s;
	opacity:0;
}
@keyframes slider-right {
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
        transform: translate(-180px, 0px);
		-webkit-transform: translate(-180px, 0px);
		-moz-transform: translate(-180px, 0px);
		-o-transform: translate(-180px, 0px);
		-ms-transform: translate(-180px, 0px);
	}	
}
#header-img .movie-copy {
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 1024px;
    height: 30px;
}
#header-img-box .movie-copy {
    top: 30%;
    left: 50px;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 1024px;
    height: 30px;
}


/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/
/*-------- ホームタイトル --------*/
h1.top-title, h2.top-title {
	width: 100%;
	font-size: 180%;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 20px;
}
h3.top-title {
	width: 100%;
	font-size: 160%;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 10px;
}
h4.top-title {
	display: block;
    font-size: 110%;
    text-align: center;
    margin-bottom: 5px;
	line-height: 1.4em;
}
#toppage h3.title {
    font-size: 160%;
    text-align: center;
    padding-left: 0;
}
#toppage h3.title:before{
	display: none;
}

/*-------- ホームコンテンツ --------*/
#toppage .w25 div {
    width: 100%;
    height: 200px;
    margin-bottom: 8px;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.announce {
    display: inline-block;
    width: calc(100% - 50px);
    padding: 30px 50px;
    margin: 20px 25px 80px;
    overflow: hidden;
}
.announce h3 {
    font-size: 160%;
    margin-bottom: 15px;
}
.announce .day {
    font-size: 120%;
    text-align: center;
    margin-bottom: 15px;
}
.announce .day span {
    font-family: 'Barlow', sans-serif;
    font-size: 130%;
    text-align: center;
}
.announce-img {
    width: 340px;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.contact-box {
    padding: 20px 50px;
    margin-bottom: 100px;
    border-radius: 10px;
}
.contact-box div {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}
.contact-box h3 {
    font-family: 'Barlow', sans-serif;
    width: 100% !important;
    font-size: 250% !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.contact-box .comment {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.contact-box .tel {
    font-family: 'Barlow', sans-serif;
    font-size: 200%;
}
.contact-box .tel:before{
	content: "\f098";
	margin-right: 10px;
}
.contact-box a {
    width: 30%;
    color: #fff;
    font-size: 110%;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
}
.contact-box a:hover {
    color: #fff;
}
.top-content {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.top-content-title {
    margin-top: -50px;
}
.top-content .flex-box {
    margin-top: 100px;
}
.top-content .w25 {
    position: relative;
    padding: 100px 15px 50px;
    margin-bottom: 120px;
    border-radius: 5px;
}
.top-content .img {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    background: #f6f6f6;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.top-content a {
    position: absolute;
    bottom: 15px;
    display: block;
    width: calc(100% - 30px);
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.top-content a:hover {
    color: #fff;
}



/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/
/*-------- 固定タイトル --------*/
h2.title {
    display: block;
    font-size: 180%;
    line-height: 1.4em;
    padding: 18px 15px 18px 40px;
	margin-bottom: 20px;
    background: #f8f8f8;
	border: 1px solid #ededed;
    border-radius: 3px;
}
h2.title:before{
	content: "\f142";
    margin-left: -16px;
	margin-right: 10px;
}
h3.title{
	display: inline-block;
    width: 100%;
    font-size: 140%;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 25px;
	line-height: 1.4em;
}
h3.title:before{
	content: "\f192";
    margin-left: -25px;
	margin-right: 7px;
}
h4.title{
	display: block;
    font-size: 120%;
    padding-left: 19px;
    margin-bottom: 10px;
	line-height: 1.4em;
}
h4.title:before{
	content: "\f111";
    font-size: 40%;
    vertical-align: top;
    margin-left: -14px;
	margin-right: 7px;
}
h5.title{
	display: block;
	width: 100%;
	font-size: 110%;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.service h3 {
    display: block;
    font-size: 130%;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
hr.big {
    margin-bottom: 50px;
    border: none;
}
hr.middle {
    margin-bottom: 30px;
    border: none;
}
hr.small {
    margin-bottom: 10px;
    border: none;
}

/*-------- 固定画像 --------*/
.alignnone, .aligncenter, .alignleft, .alignright {
	display: block;
	position: relative;
}
.aligncenter {
	margin: 0px auto 15px;
}
.alignleft {
	float: left;
	margin: 0px 35px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 35px;
}
.alignleft-img {
	float: left;
    width: 340px;
	margin: 0px 35px 15px 0px;
}
.alignright-img {
	float: right;
    width: 340px;
	margin: 0px 0px 15px 35px;
}
.aligncenter-s {
    display: block;
    width: 340px;
    margin: 0px auto 15px;
}
.aligncenter-l {
    text-align: center;
    margin: 0px auto 30px;
}
.img-box a, .img-box2 a {
    position: relative;
    display: block;
    border-radius: 3px;
    background: #f6f6f6;
}
.img-box img, .img-box2 img {
    vertical-align:bottom;
    border-radius: 3px;
}
.img-box .fa-search-plus, .img-box2 .fa-search-plus, .slider2 .fa-search-plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}
.img-box a:hover .fa-search-plus, .img-box2 a:hover .fa-search-plus, .slider2 li:hover .fa-search-plus {
    opacity: 1;
}

/*-------- 検索結果 --------*/
.search-box .title {
	font-size: 120%;
	color: #f30;
	margin-bottom: 20px;
	display: inline-block;
}
.search-box p {
	margin: 20px 0;
}

/*-------- テーブル --------*/
.table1 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table1 tr {
	border-bottom: 1px dotted #ccc;
}
.table1 tr th {
	padding: 10px 15px 8px 0;
}
.table1 tr td {
	padding: 10px 0px 8px;
}
.table1 tr:last-child {
     border-bottom: 0px;
}

/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
a.zo-masonry-button .icon {
	margin-right: 4px;
}
a.zo-masonry-button .face-primary,
a.zo-masonry-button .face-secondary {
	display: block;
	padding: 0 10px;
	line-height: 34px;
	transition: margin .4s;
	color: #fff;
}
a.zo-masonry-button .face-primary {
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}

/*-------- PDF --------*/
.pdf {
    margin-bottom: 80px;
    margin-bottom: 80px;
}
.pdf h4 {
    margin-top: 30px;
}
.pdf li {
    position: relative;
}
.pdf .fa-file-pdf {
    margin-right: 7px;
}
.pdf .fa-clone {
    position: absolute;
    right: 15px;
    bottom: 13px;
    color: #ccc;
}
.pdf a {
    display: block;
    width: 100%;
    padding: 5px 15px 3px;
    margin-bottom: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.pdf a:hover {
    background: #f5f5f5;
}

/*-------- ご挨拶 --------*/
.rectangle {display: inline-block;
    width: 50px;
    height: 50px;
}

/*-------- サービス --------*/
.slider-box2 {
    float: right;
    width: 340px;
    margin: 0 0 0 35px;
}
.slider1 li {
    position: relative;
    height: 270px;
    margin-bottom: 10px;
}
.slider1 li span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 90%;
    line-height: 1.3em;
    padding: 5px 8px;
    border-radius: 0 0 3px 3px;
    background: rgba(0,0,0,0.60);
}
.slider1 .cover {
    width: 340px !important;
    height: 270px !important;
    border-radius: 3px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*-------- 商品 --------*/
.item-box {
    position: relative;
    padding: 5%;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
}
.item-box:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.item-box p:last-child {
    margin-bottom: 0;
}
.item h4 {
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
}
.item .price {
    font-size: 110%;
    color: #f30;
    margin-top: 10px;
}
.item .icon {
    position: absolute;
    top: -6px;
    right: 10px;
    padding: 5px 0 0;
    z-index: 2;
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #fa8383;
    border-radius: 2px 0 0 0;
}
.item .icon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 7px solid #fa8383;
}

/*-------- 料金 --------*/
.price-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.price-table tr {
	border-bottom: 1px dotted #ccc;
}
.price-table tr th {
	padding: 10px 15px 8px 0;
}
.price-table tr td {
	padding: 10px 0px 8px 0;
}
.price-table tr:last-child {
     border-bottom: 0px;
}
.price-table td {
    vertical-align: middle;
}
.price-table td a {
    display: inline-block;
    width: 70px;
	height: 70px;
    margin-right: 10px;
    overflow: hidden;
}
.price-table .cover {
    display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.25s ease-in-out;
}
.price-table a:hover .cover{
	transform: scale(1.15,1.15);
}
.price h5 {
    font-size: 130%;
    line-height: 1.6em;
}
.price-table td:nth-child(1) {
    width: 85px;
    height: 70px;
}
.price-table td:nth-child(2) {
    font-size: 80%;
    line-height: 1.6em;
}
.price-table td:nth-child(3) {
    text-align: right;
    padding-left: 10px;
    white-space: nowrap;
}
.price .img-box3 {
    width: 70px;
    height: 70px;
    background: url(images/icon01.jpg) no-repeat;
}
.price .img-box3 a {
    float: none;
    width: 70px;
    margin: 0;
} 
.price .img-box3 .fa-search-plus {
    width: 30px;
    height: 30px;
}
.tax {
    margin-bottom: 20px;
}
.tax span, .price-table .price {
    color: #f30;
}

/*-------- Q&A --------*/
.accordion-panel dt{
    position: relative;
    font-size: 110%;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 18px 40px 18px 35px;
    cursor: pointer;
    margin: 0px;
    border-bottom: 1px dotted #ccc;
}
.accordion-panel dt .plus {
	position: absolute;
    top: 18px;
    right: 0;
}
.accordion-panel dt .plus:after {
	content: "\f067";
    font-size: 24px;
    padding: 21px 5px;
}
dt.opened .plus:after {
    content: "\f068";
    font-size: 24px;
    padding: 21px 5px;
}
.accordion-panel dt a{
    color: #222;
    cursor: pointer;
}
.accordion-panel dd{
    padding: 5px 40px 10px 35px;
    border-bottom: 1px dotted #ccc;  
}
.dropcap-q {
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    margin: -3px 8px -4px -35px;
    font-size: 14px;
    float: left;
    text-align: center;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.dropcap-a {
    color:#fff;
    line-height: 28px;
    font-weight:bold;
    margin: 0px 8px -4px -35px;
    font-size: 14px;
    float: left;
    text-align: center;
    overflow:hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
dl#accordion .opened{
	border-bottom: none;
}

/*-------- スタッフ --------*/
.staff div {
    position: relative;
    min-height: 205px;
    padding: 20px 20px 20px 110px;
    margin: 0 0 20px 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.staff .photo {
    position: absolute;
    top: 20px;
    left: -80px;
    width: 160px;
    height: 160px;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    border-radius: 50%;
}
.staff div .name {
    font: 500 130%/1.4em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #222;
    letter-spacing: 0.15em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

/*-------- 会社概要 --------*/
.acf-map {
     width: 100%;
     height: 400px;
     margin: 0;
}
.acf-map img {
   max-width: inherit !important;
}
.table-company {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 80px;
}
.table-company tr {
	border-bottom: 1px dotted #ccc;
}
.table-company th {
	padding: 10px 15px 8px 0;
}
.table-company td {
	padding: 10px 0px 8px;
}
.table-company tr:last-child {
     border-bottom: 0px;
}
.table-time {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table-time tr th {
    text-align: center;
	padding: 5px 15px 0;
    border: 1px dotted #ccc;
    background: #f8f8f8;
}
.table-time tr td {
	padding: 5px 10px 3px;
    border: 1px dotted #ccc;
}

/*-------- 関連リンク --------*/
.link-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.link-table tr {
	border-bottom: 1px dotted #ccc;
}
.link-table tr th {
	padding: 10px 15px 8px 0;
}
.link-table tr td {
	padding: 10px 0px 8px;
    vertical-align: middle;
}
.link-table tr td .fa-link {
    margin-right: 3px;
}
.link-table tr td:nth-last-of-type(odd) {
    float: right;
    padding-top: 18px;
    padding-left: 10px;
}
.link-table tr:last-child {
     border-bottom: 0px;
}
.link-table a {
    display: block;
    width: 80px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
    border-radius: 3px;
    transition: 0.3s;
}
.link-table a:hover {
    color: #fff;
}
.link h5 {
    font-size: 110%;
}
.link h5 .fa-link {
    color: #fff;
    border-radius: 50%;
}

/*-------- 求人情報 --------*/
h3.job-copy {
    color: #fff;
    font-size: 140%;
    padding: 10px 15px 6px;
    border-radius: 5px 5px 0 0;
}
.job-box {
    position: relative;
    padding: 3% 5%;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}
.job-box p:last-child {
    margin-bottom: 0;
}
.job-table {
	width: 100%;
	border-collapse: collapse;
}
.job-table tr {
	border-bottom: 1px dotted #ccc;
}
.job-table tr th {
    width: 20%;
	padding: 10px 15px 8px 0;
}
.job-table tr td {
	padding: 10px 0px 8px;
    vertical-align: middle;
}
.job-table tr:last-child {
     border-bottom: 0px;
}
.job-table td span {
    display: inline-block;
    font-size: 80%;
    text-align: center;
    line-height: 1em;
    padding: 4px 5px 3px;
    margin-right: 2px;
    border-radius: 2px;
}
.job-box .photo {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}

/*-------- キャンペーン --------*/
h3.com-title {
    color: #fff;
    font-size: 140%;
    padding: 10px 15px 6px;
    border-radius: 5px 5px 0 0;
}
.com-box {
    position: relative;
    padding: 5%;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}
.com-box.text:last-child {
    
}
.com-box .day {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.com-box .day span {
    font-family: 'Barlow', sans-serif;
    font-size: 190%;
}

/*-------- ギャラリー --------*/
.gallery {
    column-count: 3;
    column-width: 7em;
    column-gap: 25px;
}
.gallery .box {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.gallery .box a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.gallery .box img {
    margin-bottom: -10px;
    border-radius: 3px;
}
.gallery .box img:hover {
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transform: initial;
	transform: initial;
}
.gallery h3 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 90%;
    line-height: 1.3em;
    padding: 8px 8px;
}
.gallery .box p {
    display: block;
    font-size: 90%;
    line-height: 1.6;
    padding-top: 10px;
    margin: 0;
}
.gallery .box .fa-search-plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}
.gallery .box a:hover .fa-search-plus {
    opacity: 1;
}

/*-------- お問合わせ --------*/
input[type=text],
textarea {
	border: solid 1px #ccc;
	padding: 7px 10px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 3px;
	line-height: 1.4em;
	box-sizing: border-box;
	font-size: 100%;
}
textarea {
	height: auto;
}
input[type=submit]{
	width: 100%;
	color: #fff;
	font-size: 110%;
	text-align: center;
	padding: 12px 30px;
	box-shadow: none;
	border: none;
	border-radius: 3px;
    transition: 0.3s;
}
input[type=submit]:hover {
	color: #fff;
}
.star:before{
	content: "\f005";
	color: #f30;
	font-size: 60%;
	padding-left: 5px;
}
.star2:before{
	content: "\f005";
	color: #f30;
	padding-left: 5px;
}
.contact-table {
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.contact-table tr {
    border-bottom: 1px dotted #ccc;
}
.contact-table th {
    vertical-align: middle;
    padding: 10px 15px 10px 0;
}
.contact-table td {
    padding: 10px 0;
}
.contact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
    font-size: 95%;
	margin: 0;
	padding: 8px 15px;
	line-height: 1.5;
	background-color: #ffffff;
	border: 1px solid #ccc;
}

/*-------- カレンダー --------*/
iframe .bubble {
    width: 100% !important;
    background: #000 !important;
}
/* Google カレンダー レスポンシブ */
.googleCalendar {
    width: 100%;
}


/*-------- 固定コンテンツ --------*/
/*- ボックス -*/
.box-set {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box-set div, .box-1 {
    width: 31.3334%;
    flex-grow: 1;
    padding: 3% 3% 5px;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.box-set div:last-child {
    margin-right: 0 !important;
}
.box-set div h4 {
    font-size: 110%;
}
.box-set .list {
    margin-bottom: 0;
}
.box-1 {
    display: block;
    width: 100%;
    clear: both;
}

/*- 区切り線 -*/
.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
    text-align: center;
}
.divider:after, .divider:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE;
}
.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}
.divider:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
    visibility: inherit;
}
.divider:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
    visibility: inherit;
}
.divider .icon-1:before {
	font-family: "FontAwesome";
	content: "\f006";
	color: #ccc;
	font-style: normal;
}

/*- リスト -*/
.list {
    position: relative;
    margin-bottom: 30px;
    z-index: -1;
}
.list li {
    color: #333;
    font-size: 110%;
    padding: 10px 0 8px;
    text-indent: -1em;
    padding-left: 1em;
}
.list li + li {
    border-top: 1px dotted #CCC;
}
.list li:before {
    content: "\f138";
    font-size: 70%;
    vertical-align: top;
    margin-right: 7px;
}
.list2 {
    margin-bottom: 30px;
}
.list2 li {
    color: #333;
    font-size: 110%;
    padding: 3px 0;
    text-indent: -1em;
    padding-left: 1em;
}
.list2 li:before {
    content: "\f138";
    font-size: 70%;
    vertical-align: top;
    margin-right: 7px;
}
.list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 10px);
    margin-bottom: 30px;
}
.list3 li {
    flex-grow: 1;
    color: #333;
    padding: 5px 15px 3px;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid #e6e6e6;
    border-radius: 0 3px 3px 0;
}

/*- タブ -*/
ul.tab:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul.tab{
	display: flex;
	justify-content: space-between;
    width: 100%;
	padding: 0;
}
ul.tab li {
	flex: 1 1 33%;
	text-align: center;
	margin-right: 3px;
    background: #f8f8f8;
}
ul.tab li a {
	display: block;
	padding: 10px;
	letter-spacing: 1px;
	text-align: center;
}
ul.tab li:last-child {
	margin-right: -4px;
}
ul.tab li a:hover {
	color: #fff;
}
ul.tab li.active,
ul.tab li.active:hover {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: -2px;
}
#tab-detail {
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 3%;
	margin-bottom: 30px;
	border: 1px solid #ccc;
    box-sizing: border-box;
}
.tabbox {
	display: none;
}

/*- ムービー -*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    clear: both;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}



/*-------------------------------------------------------------------------------------------*/
/* 　テーブル編集
/*-------------------------------------------------------------------------------------------*/
h4.table-title {
    font-size: 120%;
    margin-bottom: 5px;
    clear: both;
}
.table-set {
	width: 100%;
    line-height: 1.6;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table-set tr th {
    text-align: center;
    vertical-align: middle;
	padding: 7px 15px 2px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
}
.table-set tr td {
    font-size: 90%;
    vertical-align: middle;
	padding: 6px 10px 4px;
    border: 1px solid #e0e0e0;
}
.table-set + br {
	display: none;
}
.attention {
    display: none;
    color: #f00;
    font-size: 85%;
    line-height: 1.4;
}




/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/
/*-------- 投稿ヘッダ --------*/
.post-header{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: none;
}
.blog-info-single{
	display: inline-block;
	width: 100%;
	color: #666;
	font-size: 80%;
	padding: 5px 0px 4px;
}

/*-------- 投稿タイトル --------*/
h2.post-title {
	color: #222;
	font-size: 200%;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 13px;
}

/*-------- 投稿コンテンツ --------*/
.single-_post {
	word-wrap: break-word;
}
.single-post .main-photo {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul{
	display: flex;
	justify-content: center;
}
.social-sharing li{
    margin: 0px 5px 0px 0px;
}
.social-sharing li:last-child{
    margin-right: 0px;
}
.social-sharing li img:hover{
    transform: scale(1, 1) ;
    -webkit-transform: scale(1, 1) ;
    -moz-transform: scale(1, 1) ;
    -ms-transform: scale(1, 1) ;
    -o-transform: scale(1, 1) ;
}
.fa-facebook-f:before,
.fa-twitter:before,
.fa-rss:before {
    display: none;
}
.fa-facebook-f a:before {
    content: "\f09a";
}
.fa-twitter a:before {
    content: "\f099";
}
.fa-google-plus-g a:before {
    content: "\f0d5";
}
.fa-skype a:before {
    content: "\f099";
}
.fa-rss a:before {
    content: "\f09e";
}
.fa-pocket a:before {
    content: "\f265";
}
.fa-hatena a {
    padding-top: -2px !important;
    background: url(images/hatena.png);
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.fa-line a {
    padding-top: -2px !important;
    background: url(images/line.png);
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.fa-feedly a {
    padding-top: -2px !important;
    background: url(images/feedly.png);
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.social-sharing [class^="fa-"] {
	width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 2px;
    text-align: center;
	margin: 6px 0 0 4px;
    border-radius: 2px;
    transition: 0.3s;
}
.social-sharing [class^="fa-"] a {
    display: block;
	width: 30px;
    height: 30px;
    color: #fff;
}
.social-sharing [class^="fa-"]:hover {
   background: #d6d6d6;
}

/*-------- 投稿ページナビ --------*/
.pagenav {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.pagenav a {
	border-radius: 3px;
}
.prev a{
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
}
.prev a:hover, .next a:hover{
	color: #FFF;
}
.prev a:before {
	content: "\f137";
    font-size: 90%;
	margin-right: 10px;
}
.next a{
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
}
.next a:after {
	content: "\f138";
    font-size: 90%;
	margin-left: 10px;
}
.prev a:hover:before, .next a:hover:after {
    color: #FFF;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
	position:relative;
	display:inline-block;
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
	border-radius: 4px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.tooltip-top.tooltip-movable:before, .tooltip-top.tooltip-movable:after {
	transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
	margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
	margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before, .tooltip-top.tooltip-movable:hover:after {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.tooltip-top:before, .tooltip-top:after {
	left: 30%;
}
.tooltip-top:after {
	margin-left: -120px;
	height: auto;
	width: 150px;
	padding: 11px;
	line-height: 19px;
	white-space: normal;
	text-align: left;
}
.tooltip-top:after {
	margin-bottom: 7px;
}
[data-tooltip].tooltip-top:before {
}
[data-tooltip].tooltip-top:after {
	color: #ecf0f1;
}
.tooltip-top:before, .tooltip-top:after {
	bottom: 100%;
}
.tooltip-top:before {
	margin-bottom: -5px;
}
/* ソーシャルアイコンツールチップ */
[data-tooltip].social {
	border-bottom: none;
}
[data-tooltip].social:after {
	text-align: center;
	width: 120px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/
/*-------- 投稿一覧リスト --------*/
.post-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.post-list p {
	margin-bottom: 0;
}
.post-list-search{
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.search .post-list {
    display: block;
}
h2.post-list-title {
	font-size: 120%;
	margin-bottom: 10px;
}

/*-------- アイキャッチ --------*/
.image-orver{
	margin-right: 25px;
	padding: 0px;
    border-radius: 5px;
}
.image-orver{
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 190px;
	display: inline-block;
    background: url(images/thumbnail.jpg) ;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-orver a .cover {
	display: inline-block;
	width: 190px;
	height: 190px;
	border: 1px solid #f4f4f4;
    border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.25s ease-in-out;
}
.image-orver a:hover .cover{
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.image-orver .cate {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 80%;
    line-height: 1.6em;
    padding: 4px 5px;
    margin-right: 5px;
    border-radius: 3px;
    z-index: 100;
}

/*-------- 投稿情報 --------*/
div.blog-info{
	flex-basis: 100%;
	flex-shrink: 20;
}
h3.post-list-title a{
	color: #222;
	font-size: 140%;
	padding-bottom: 5px;
}
div.blog-info ul{
	display: flex;
	flex-wrap: wrap;
	color: #666;
	font-size: 80%;
	padding: 8px 0px 4px;
    margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.blog-comment {
	font-size: 85%;
	overflow: hidden;
	display: block;
}
.blog-comment br {
	display: none;
}
.blog-comment p {
	
}
.blog-button{
	margin-top: 7px;
	display: inline-block;
	padding: 5px 15px 3px;
	border-radius: 3px; 
}
.blog-button:before{
	content: "\f138";
	font-size: 90%;
	margin-right: 7px;
	vertical-align: top;
}
.blog-button:hover{
	color: #FFF;
}
.blog-button:hover:before {
    color: #FFF;
}
.blog-info-single ul{
	display: flex;
	justify-content: center;
}
.blog-info li, .blog-info-single li{
	margin:0 15px 0 5px;
	justify-content: center;
}
.blog-info li a, .blog-info-single li a{
	color: #666
}
.blog-info li:before, .blog-info-single li:before{
	margin-right: 7px;
}
.blog-info li.cal:before, .blog-info-single li.cal:before{
	content: "\f073";
}
.blog-info li.aut:before, .blog-info-single li.aut:before{
	content: "\f007";
}
.blog-info li.cat:before, .blog-info-single li.cat:before{
	content: "\f07c";
}
.blog-info li.tag:before, .blog-info-single li.tag:before{
	content: "\f02c";
}

/*-------- ページナビゲーション --------*/
.pagination {
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	border-radius: 25px;
}
.pagination .current{
	margin: 0 2px;
	width: 30px;
	height: 30px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
	border-radius: 15px;
}
.pagination a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.pagination a:hover{
	color: #fff;
	border-radius: 15px;
}
.pagination a:before{
	font-size: 140%;
}
.pagination a:hover:before{
	color: #fff;
}
.previous-button a:before{
	content: "\f104";
}
.first-button a:before{
	content: "\f100";
}
.next-button a:before{
	content: "\f105";
}
.last-button a:before{
	content: "\f101";
}




/*-------------------------------------------------------------------------------------------*/
/* 　事例
/*-------------------------------------------------------------------------------------------*/
/*-------- 事例スライダー --------*/
.slider2 li a {
    position: relative;
    display: block;
}
.slider2 li img {
    position: relative;
    width: 100%;
    height: 450px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.slider2 li p {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 120%;
    padding: 5px 10px;
    background: rgba(0,0,0,0.50);
    z-index: 10;
}
.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    margin-bottom: -3px;
    border-radius:0px !important;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-top: 3px solid #f90;
}

/*-------- 事例テーブル --------*/
.table-case {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 8px;
}
.table-case th,
.table-case td {
    padding: 10px;
}
.table-case th {
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
}
.table-case th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
.table-case th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #295890 10px solid;
    margin-top: -10px;
}
}
.table-case td {
    background: #f5f5f5;
    width: 360px;
    padding-left: 20px;
    vertical-align: middle;
}

/*-------- 事例一覧 --------*/
.case-set {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-set .w33 {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}
.case-set .w33:nth-child(3n) {
    margin-right: 0;
}
.case-set img {
    width: 100%;
    height: 230px;
    border-radius: 5px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.case-set .w33 h4 {
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
}
.case-set p {
    margin: 10px 0;
}
.case-set .blog-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.case-set .w33 p {
    margin-bottom: 40px;
}
.case-set .w33 {
    flex-grow: 0;
}

/*-------- 事例詳細 --------*/
h3.case-title {
    font-size: 140%;
    text-align: center;
    margin-bottom: 15px;
}

/*-------- 事例サイドバー --------*/
#sidebar .case {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
}
#sidebar .case a {
    width: 32.66666%;
    height: 75px;
    margin-right: 1%;
    margin-bottom: 3px;
}
#sidebar .case a:nth-child(3n) {
    margin-right: 0;
}
#sidebar .case img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
#sidebar .case img.thumbnail {
    border: 1px solid #ddd;
}



/*-------------------------------------------------------------------------------------------*/
/* 　客様の声
/*-------------------------------------------------------------------------------------------*/
/*-------- 客様の声一覧 --------*/
.customer {
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.customer .w33 {
    text-align: center;
    background: #f6f6f6;
    border-radius: 10px 0 0 10px;
}
.customer .w33 img {
    width: 100%;
    height: 220px;
    vertical-align: bottom;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.customer .w66 {
    position: relative;
    padding: 3% 20px 3% 3%;
}
.customer .w66 a {
    position: absolute;
    right: 20px;
    bottom: 0px;
    padding: 5px 30px;
    border-radius: 2rem;
    transition: 0.5s;
}
.customer .w66 a:hover {
    color: #fff;
}
.customer .w66 li {
    float: left;
    padding: 3px 10px;
    margin: 10px 5px 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.customer h4 {
    color: #333;
    font-size: 160%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.customer .fa-male {
    color: #2c68c3;
}
.customer .fa-female {
    color: #c32c88;
}

/*-------- 客様の声詳細 --------*/
.customer-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 30px 20px;
    margin-top: 100px;
    border: 2px solid #ddd;
    border-radius: 15px;
}
.customer-main-photo {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    background: #f6f6f6;
}
.customer-main-photo img {
    width: 100%;
    max-height: 480px;
    vertical-align: bottom;
    border-radius: 15px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.customer-copy {
    font-size: 160%;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}
.customer-list {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    text-align: center;
}
.customer-list .sex img {
    width: 150px;
}
.customer-list .age {
    display: inline;
    color: #fff;
    font-size: 120%;
    padding: 3px 20px;
    border-radius: 25px;
}
.slider-box3 .slider1 .cover {
    width: 100% !important;
    height: 270px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

	


/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
	font-size: 110%;font-family: 'Barlow', sans-serif;
	margin-bottom: 10px;
	padding-bottom:7px;
}

/*-------- ブロック --------*/
.widget {
	width: 100%;
    padding: 20px 15px;
	margin-bottom: 20px;
    background: #f8f8f8;
	border: 1px solid #ededed;
    border-radius: 3px;
}

/*-------- 検索 --------*/
#searchform {
	width: 100%;
	display: block;
	height: 34px;
	position: relative;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #e3e3e3 inset;
}
#s {
	width: 100%;
	position: absolute;
	top: 6px;
	left: 5px;
	right: 5px;
	outline: 0;
	background: none;
	line-height: 14px;
	font-size: 14px;
	padding-top: 0px;
	padding-top: 15px\9 !important;
	z-index: 10;
} 
#searchsubmit { 
    position: absolute;
	right: 0px;
	z-index: 90;
	height: 34px;
	width: 34px;
    background: #ccc;
	border-radius: 0 5px 5px 0;
    transition: 0.5s;
} 
#search input {
	border: none;
}

/*-------- 最近の投稿（アイキャッチ） --------*/
.widget-post{
	display: flex;
	padding: 7px 0;
	margin-top: 7px;
	border-bottom: 1px dotted #ccc;
}
.widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-post .cate {
    display: table-cell;
    font-size: 70%;
    color: #fff;
    line-height: 1em;
    padding: 3px 3px 2px;
    margin-top: -7px;
    border-radius: 2px;
}
.widget-post h4{
    font-size: 95%;
	line-height: 1.4em;
}
.post-date{
    color: #999;
	font-size: 70%;
}
.post-date:before{
	content: "\f073";
	color: #999;
	margin-right: 7px;
}
.widget-post .cover {
	width: 52px;
	height: 52px;
	margin: 0px 13px 6px 2px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}
.widget-button a {
    display: block;
    width: 100%;
    color: #555;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    background: #e6e6e6;
}
.widget-button:hover a {
    color: #fff !important;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
    position: relative;
	display: block;
    color: #555;
    font-size: 90%;
    vertical-align: middle;
	padding: 5px 0 0 1em;
	border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
    position: absolute;
	content: "\f192";
    font-size: 60%;
	left: 0;
}

/*-------- アーカイブ --------*/
label.screen-reader-text {
	display: none;
} 
.widget_archive select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 15px 11px 35px;
	line-height: 1.5;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
}
.widget_archive:after {
	content: "\f078";
	font-size: 90%;
	padding-left: 5px;
	z-index: 2;
	position: absolute;
	margin-top: -32px;
	margin-left: 10px;
 }

/*-------- 固定ページ --------*/
.widget_pages li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_pages li a:before {
	content: "\f15b";
	margin-right: 10px;
}

/*-------- タグ --------*/
.tagcloud{
	display: flex;
	flex-wrap: wrap;
}
.widget_tag_cloud a{
	color: #fff;
	font-size: 80% !important;
	text-align: center;
	line-height: 1.2em;
	margin: 5px 3px 0 0;
	padding: 4px 10px;
	border-radius: 3px;
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 11px;
    border: none;
    margin-bottom: -10px;
}
#wp-calendar caption {
	font-size: 120%;
    margin-bottom: 0;
}
#wp-calendar thead {
    font-size: 11px
}
#wp-calendar thead th {
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
#wp-calendar tfoot, #wp-calendar tfoot td {
    background: none;
    border: none;
    font-size: 13px;
    text-align: left;
    padding: 0;
}
#wp-calendar tfoot tr {
    border: none;
}
#wp-calendar td:first-child {
    font-weight: normal;
}
#wp-calendar tbody td {
    background: #eee;
    font-size: 11px;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}

/*-------- バナー --------*/
#banners {
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 20px;
}

/*-------- サマリー --------*/
#sidebar .sumally {
    color: #fff;
    font-size: 90%;
    background: #ccc;
}
#sidebar .sumally h3 {
	color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
#sidebar .sumally li {
    padding-left: 40px;
}
#sidebar .sumally li:first-child {
    padding-left: 0;
}
#sidebar .sumally span {
    display: inline-block;
    width: 35px;
    color: #fff;
    font-size: 80%;
    text-align: center;
    line-height: 1em;
    padding: 3px 3px 1px;
    margin-left: -40px;
    margin-right: 5px;
    border: 1px solid rgba(255,255,255,0.40);
    border-radius: 2px;
}
#sidebar .sumally a {
    display: inline-block;
    color: #fff;
    padding: 0 2px;
    margin-top: 5px;
    border-radius: 3px;
}
#sidebar .sumally .forme-link {
    display: block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    border-radius: 3px;
}
#sidebar .sumally a .fa-envelope {
    float: right;
    font-size: 120%;
    margin-top: 5px;
}
#sidebar .sumally a.time-other {
    display: initial;
    padding: initial;
    margin-top:initial;
    border-radius: initial;
    background: none;
}



/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/
/*-------- フッダインフォメーション --------*/
#footer-top {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 88%;
    padding: 60px 0 40px;
    border-top: 5px solid #fff;
}
#footer-top .fa-info-circle {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 450%;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff;
}
#footer-top .inner {
    position: relative;
    padding: 40px 20px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.20);
}
#footer-top h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 160%;
    text-align: center;
    padding: 10px 20px;
}
#footer-top .w50 {
    width: 42%;
    margin: 0 4%;
}
#footer-top .w50:last-child {
    margin-right: 4% !important;
}
#footer-top ul {
    display: inline-block;
    width: 100%;
}
#footer-top li {
    line-height: 1.4;
    padding: 8px 0 6px;
    text-indent: -1em;
    padding-left: 1em;
}
#footer-top li + li {
    border-top: 1px dotted rgba(255,255,255,0.20);
}
#footer-top li:before {
    content: "\f138";
    font-size: 70%;
    vertical-align: top;
    margin-right: 7px;
}

/*-------- フッダコンテンツ --------*/
#footer .widget{
	margin-bottom: 0px;
}
#footer h3 {
	font-size: 115%;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-style: none;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
	height: auto;
    margin-bottom: 15px;
}
.footer-logo .name {
    font-size: 200%;
    margin-top: 5px;
    margin-bottom: 25px;
}
.footer-logo .tel {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-size: 200%;
    vertical-align:middle;
    margin-top: 5px;
    margin-right: 5px;
}
.footer-logo .link a {
    display: inline-block;
    width: 200px;
    color: #fff;
    vertical-align:middle;
    padding: 3px 15px;
    margin-top: 5px;
    border-radius: 3px;
}
.footer-logo .link a:hover {
    color: #fff;
}
.footer-logo .link a .fa-envelope {
    float: right;
    font-size: 120%;
    margin-top: 3px;
}
.footer-comment {
    margin: 20px 0 0;
}

/*-------- フッダメニュー --------*/
.footer-under {
	display: inline-block;
	width: 100%;
	padding: 25px 0 20px;
    background: #ccc;
}
.footer-under .inner{
	font-size: 80%;
	color: #FFF;
    text-align: center;
	margin-top: -5px;
}
.footer-under .inner br {
    display: none;
} 

/*-------- フッダアドレス --------*/
.footer-address {
	margin-top: 15px;
}
.footer-under a {
    color: #FFF;
}

/*-------- ページスクロール --------*/
#page-top{
	z-index: 100;
    position:fixed;
    right:20px;
    bottom:50px;
}
#page-top .fa-angle-up {
    width: 50px;
    height: 50px;
    color: #fff;
	cursor: pointer;
    border-radius: 50%; 
    transition:all 0.3s;
}
#page-top .fa-angle-up:hover{
	border-radius: 5px; 
}




/*-------------------------------------------------------------------------------------------*/
/* 　スライダー
/*-------------------------------------------------------------------------------------------*/
/*-------- lightslider（トップ） --------*/
.top-slider-box {
    position: relative;
    display: inline-block;
	width: 100%;
	background: #e6e6e6;
	padding: 80px 0 60px;
    margin-top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
.top-slider-box h2.top-title span {
  background: #eee;
}

/*ナビゲーション*/
.lSPrev:before {
	content: "\f104";
    font-size: 24px;
    padding: 20px 5px;
}
.lSNext:before {
	content: "\f105";
    font-size: 24px;
    padding: 20px 5px;
}
.lSAction>a {
    background-image: none !important;
    color: #fff;
    opacity: 0.8 !important;
}
.lSAction>.lSPrev {
    left: 0 !important;
}
.lSAction>.lSNext {
    right: -14px !important;
}

/*ベース*/
.slider-box{
    position: relative;
	display: block;
	padding: 0;
	margin-bottom: 10px;
	background: #FFF;
}
.slider-box .cate {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    line-height: 1.6em;
    padding: 4px 5px;
    margin-right: 5px;
    border-radius: 3px;
    z-index: 100;
}
.data{
	color: #FFF;
	text-align: center;
	height: 60px;
	width: 60px;
	position: absolute;
	border-radius: 50%;
	top: 140px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
}
.data .year{
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	margin-top: 17px;
	margin-bottom: 4px;
}
.data .day{
	color: #FFF;
	font-size: 80%;
	line-height: 1em;
}
.slider-box h4{
	margin: 5px 15px;
	display: block;
	text-align: center;
}
.slider-box .text{
	margin: 2px 15px 0;
	min-height: 95px;
}
.slider-box .text p{
	margin: 0;
}
#post-slider {
    height: auto !important;
}
.slider-orver{
	overflow: hidden;
	margin-bottom: 35px;
	width: 100%;
	height: 170px;
    background: url(images/thumbnail.jpg) ;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition:all 0s ease-in-out;
	-moz-transition:all 0s ease-in-out;
	-o-transition:all 0s ease-in-out;
	-ms-transition:all 0s ease-in-out;
	transition:all 0s ease-in-out;
}
.slider-orver .cover{
	float: left;
	z-index: 4;
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.slider-orver:hover .cover{
	opacity: 1;
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.slider-box a.zo-masonry-button {
    position: absolute;
	bottom: 0;
}


/*-------------------------------------------------------------------------------------------*/
/* 　スクロールエフェクト
/*-------------------------------------------------------------------------------------------*/
.pSimple1,
.pMultiple1 > p,
.pMultiple1 > li,
.pMultiple1 > dt,
.pMultiple1 > section,
.pMultiple1 > div,
.img-box.aligncenter-s,
.img-box2.aligncenter-s,
.img-box.aligncenter-l,
.img-box2.aligncenter-l,
.gallery .box,
.post-list,
.link-table tr,
.staff div,
.accordion-panel dt,
.price-table tr,
.box-set div,
.box-set-single div,
.flex-box .w25,
.list li,
.slider-box2,
.img-box2,
.item-box,
.com-box,
.box-1 {
  opacity: 0;
  -webkit-transform: translate3d(0,80px,0);
  transform: translate3d(0,80px,0);
  transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
}
.pSimple1.pActive,
.pMultiple1 .pActive,
.img-box.aligncenter-s.pActive,
.img-box2.aligncenter-s.pActive,
.img-box.aligncenter-l.pActive,
.img-box2.aligncenter-l.pActive,
.gallery .box.pActive,
.post-list.pActive,
.link-table tr.pActive,
.staff div.pActive,
.accordion-panel dt.pActive,
.price-table tr.pActive,
.box-set div.pActive,
.box-set-single div.pActive,
.customM .pActive:nth-child(odd),
.list li.pActive,
.slider-box2.pActive,
.img-box2.pActive,
.item-box.pActive,
.com-box.pActive,
.box-1.pActive {
  opacity: 1;
  --webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.pSimple2,
.pMultiple2 > li,
.pMultiple2 > div {
  opacity: 0;
  transition: all 2s cubic-bezier(.4, 0, .2, 1);
}
.pSimple2.pActive,
.pMultiple2 .pActive {
  opacity: 1;
}

/*-------- 左からスクロール（単体） --------*/
.sLeft,
.pagenav .prev,
.box-set div:first-child {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}
.sLeft.pActive,
.pagenav .prev.pActive,
.box-set div:first-child.pActive {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*-------- 右からスクロール（単体） --------*/
.sRight,
.pagenav .next,
.box-set div:last-child {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(500px,0,0);
    transform: translate3d(500px,0,0);
}
.sRight.pActive,
.pagenav .next.pActive,
.box-set div:last-child.pActive {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-------- 上からスクロール（単体） --------*/
.sTop {
    opacity: 0;
    transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}
.sTop.pActive {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-------- 左右からスクロール --------*/
.customM > div {
  opacity: 0;
  transition: all 1.2s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: translate3d(500px,0,0);
  transform: translate3d(500px,0,0);
}
.customM > div:nth-child(odd) {
  opacity: 0;
  -webkit-transform: translate3d(-500px,0,0);
  transform: translate3d(-500px,0,0);
}
.customM .pActive,
.flex-box .w25.pActive {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
