@charset "utf-8";
/*
Theme Name: NB-A3.1
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 3.1
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v3.1
	 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;	
}

#rader_result label{
    font-size: 30px !important;
    color: #000 !important;
}
/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

body {
	font: 15px/1.7em "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: url(images/back01.gif);
}

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

/*-------- ベースレイアウト --------*/
*{
    -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 {
	width: 70%;
    min-width: 1024px;
	padding: 0px;
	margin: 0 auto;
}
header{
	display: inline-block;
	width: 100%;
}
.content {
    position: relative;
    display: inline-block;
	width: 100%;
    padding: 70px 80px 1px;
	margin-bottom: 60px;
    border-top: 7px solid #e8bf00;
    background: #fff;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.content:after {
	position: absolute;
	top: -7px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 7px;
	background-color: #252525;
}
.content:first-child{
    padding: 20px 80px 1px;
    border: none;
}
.content:first-child:after{
    height: 0;
    background-color: none;
}
.wide .content:first-child{
    padding: 70px 80px 1px;
    border-top: 7px solid #e8bf00;
}
.wide .content:first-child:after{
    height: 7px;
	background-color: #252525;
}
#footer{
	display: inline-block;
	width: 100%;
	padding: 60px 0 50px;
	margin-top: 30px;
}
.box{
	width: 100%;
	padding: 0px;
}
.text p, .single-post p {
	margin-bottom: 20px;
}
article {
	overflow: hidden;
}

/*-------- 画像 --------*/
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);
}



/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダトップ --------*/
header .inner{
	display: flex;
	justify-content: space-between;
}
.header-top{
	width: 100%;
	padding: 1px 0;
	border-bottom: 1px solid rgba(232,191,0,0.30);
	display: inline-block;
}
.header-copy {
	flex-shrink: 10;
	padding-top: 10px;
	color: #bbbbbb;
	text-align: left;
	line-height: 1.4em;
}
.header-sns{
	display: flex;
	margin: 0;
}
.header-sns img {
	height: 25px;
	width: 25px;
	margin: 6px 0 0 0px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*-------- ヘッダコンテンツ --------*/
header .logo a{
	width: 200px;
	height: auto;
	margin: 20px auto 5px;
	display: block;
}
header .logo a img:hover{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
header .logo a.header-banner{
	width: 250px;
	margin: 25px 0;
	display: block;
}

/*-------- ヘッダホーム画像 --------*/
#header-img {
	margin: 0px auto 80px;
	z-index: 0;
}

/*-------- ヘッダ画像 --------*/
.head-title {
    position: relative;
	width: 100%;
	height: 300px;
	padding-top: 40px;
	margin: 0;
	-moz-background-size: contain;
	background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
}
.head-title::before{
     background-color: rgba(232,191,0,0.90);
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     content: ' ';
}
.head-title .head-box{
    position: absolute;
    top: auto: ;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    min-width: 1024px;
    height: 60px;
    background: #fff;
}
.head-title h1, .head-title .title{
	font-size: 160%;
    color: #252525;
	line-height: 1.6em;
	font-weight: bold;
    text-align: center;
	letter-spacing: 0.1em;
	padding-top: 5px;
	margin: 0 auto;
}

/*-------- パンくず --------*/
.crumb{
    position: absolute;
    width: 70%;
    min-width: 1024px;
    margin: auto;
	padding: 10px 15px 12px 30px;
    background: rgba(255,255,255,0.70);top: auto;
    right: 0;
    left: 0;
    bottom: 60px;
}
#breadcrumb ul{
	display: flex;
    flex-wrap: wrap;
	color: #666;
	font-size: 80%;
	margin: 0 auto;
}
#breadcrumb li{
    flex-grow: 0;
	line-height: 2em;
    padding-top: 9px;
    margin-bottom: -8px;
}
/*-------- 検索バー --------*/
.sb-search {
    position: relative;
    margin-top: -23px;
    width: 0%;
    min-width: 35px;
    height: 35px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #e8bf00;
    width: 250px;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 17px 35px 20px 5px;
    font-family: inherit;
    font-size: 14px;
    color: #252525;
}
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.90);
}
.sb-search-input:-moz-placeholder {
    color: rgba(255,255,255,0.90);
}
.sb-search-input::-moz-placeholder {
    color: rgba(255,255,255,0.90);
}
.sb-search-input:-ms-input-placeholder {
    color: rgba(255,255,255,0.90);
}
.sb-icon-search,
.sb-search-submit  {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    color: #fff;
    background: #e8bf00;
    z-index: 90;
    font-size: 18px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-top: 2px;
}
.sb-icon-search:before {
    content: "";
}
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #252525;
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}





/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
.title-box{
	background: url(images/title.png) no-repeat right center !important;
}
.top-title {
	font: 500 240%/1.6em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 100%;
    color: #252525;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	display: inline-block;
}
top-title.big{
	font-size: 300%;
}
.sub-title{
	font: 500%/1.2em 'Teko', sans-serif;
    color: #252525;
	text-align: center;
	margin-bottom: -15px;
}
.head-title .sub-title{
    color: #fff;
}
.top-sub-title{
	font-size: 160%;
	text-align: center;
	margin-bottom: 30px;
}
.divider2 {
    width: 105px;
    height: 30px;
    margin: -30px auto 5px;
    display: block;
}
ruby{
	font-size: 140%;
}
ruby rt{
	color: #e47432;
}
strong{
	font-weight: normal;
	color: #e47432;
}
.copy{
	font-size: 120%;
	color: #444;
	text-align: center;
	line-height: 2.2em;
	margin-bottom: 30px;
}
.copy span{
	font-size: 130%;
	color: #222;
	line-height: 2em;
}
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: 140%;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 10px;
}

/*-------- テキストスクロール --------*/
.text-scroll {
    position: absolute;
    bottom: 400px;
    max-height: 50px;
    width: 100%;z-index: 1;
}
.scrolling-words {
    overflow: hidden;
    z-index: 1;
}
.text-scroll p {
    font-family: 'Crimson Text', serif;
    white-space: nowrap;
    position: relative;
    color: #2e2e2e;
    font-size:300px;
    line-height: 400px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 30px;
    -webkit-animation: move 30s linear infinite;
    -moz-animation: move 320s linear infinite;
    -o-animation: move 30s linear infinite;
    -ms-animation: move 30s linear infinite;
    animation: move 30s linear infinite;z-index: 1;
}
@-moz-keyframes move {
    0%  { transform: translate3d(100%, 0px, 0px); }
    100% { transform: translate3d(-140%, 0px, 0px); }
}
@-o-keyframes move {
    0%  { transform: translate3d(100%, 0px, 0px); }
    100% { transform: translate3d(-140%, 0px, 0px); }
}
 @-ms-keyframes move {
    0%  { transform: translate3d(100%, 0px, 0px); }
    100% { transform: translate3d(-140%, 0px, 0px); }
}
@-webkit-keyframes move {
    0%  { transform: translate3d(100%, 0px, 0px); }
    100% { transform: translate3d(-140%, 0px, 0px); }
}
@keyframes move {
    0%  { transform: translate3d(100%, 0px, 0px); }
    100% { transform: translate3d(-140%, 0px, 0px); }
}

/*-------- ホームコンテンツ --------*/
.balloon{
    display: flex;
    justify-content: space-between;
	width: 100%;
	text-align: center;
}
.balloon li{
	font-size: 140%;
	text-align: center;
	height: 256px;
	width: 256px;
	padding-top: 65px;
    margin-right: 3px;
    margin-left: 3px;
	background: #fff;
	border-radius: 50%;
	line-height: 1.8em;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.balloon li:nth-last-child(1), .balloon li:nth-last-child(4){
	margin-top: 100px;	
}
.balloon .no {
	font: 300%/1.2em 'Teko', sans-serif;
	position: relative;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto -45px;
	color: #e8bf00;
	text-align: center;
}
.balloon-comment{
    text-align: center;
    margin-top: -100px;
}
.balloon-comment .comment{
	font-size: 120%;
	float: none;
	height: auto;
	width: 80%;
	padding: 10px;
	margin: 85px auto 0px;
	display: inline-block;
	color: #e47432;
}
.balloon-comment a{
	font-size: 120%;
	float: none;
	height: auto;
	width: 40%;
	padding: 10px;
	background: #e8bf00;
	border-radius: 3px;
	margin: 10px auto 0px;
	display: inline-block;
	color: #fff;
    transition: all 0.5s;
}
.balloon-comment a:hover{
	background: #252525;
}
.fa-exclamation-triangle{
	color: #e47432;
}
.price .item{
    position: relative;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 10px 30px 10px;
    margin-bottom: 80px;
    background: rgb(58,58,58);
    background: -webkit-linear-gradient(bottom left, rgba(58,58,58,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(bottom left, rgba(58,58,58,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to top right, rgba(58,58,58,1) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=1 );
}
#toppage .price .item{
    width: 33.333%;
    padding: 10px 30px 220px;
}
.price img.back{
    position: absolute;
    top: -35px;
    right: 30px;
    width: 250px;
}
#toppage .price img.back{
    top: auto;
    bottom: -35px;
}
.price .item h3.price-title{
    color: #e8bf00;
    font-size: 160%;
    margin-bottom: 5px;
}
.price .sub{
    font: 500%/1.2em 'Teko', sans-serif;
    color: rgba(255,255,255,0.10);
    margin-bottom: 0px;
}
.price .number{
    font: 160%/1.2em 'Teko', sans-serif;
	color: #e47432;
}
.price li{
    margin-bottom: 0px;
}
.price li .name{
    color: #e8bf00;
}
.price li:nth-of-type(9){
    display: inline-block;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #e8bf00;
}
.price li:nth-of-type(9) .number{
    font-size: 200%;
}
.price li .fa-check-circle{
    color: #e8bf00;
}
.price .item4 {
    font-size: 90%;
    line-height: 1.4em;
}
.price .item4 h3{
    font-size: 120%;
    text-align: center;
}
.price .item4 img {
    margin-bottom: -10px;
}
.price .line {
    display: block;
    width: 100%;
    color: #e8bf00;
    font-size: 120%;
    text-align: center;
    border-bottom: 1px dotted #e8bf00;
}
.price .copy {
    color: #e47432;
    margin-bottom: 0;
}
.service-box{
    position: relative;
    padding: 50px 0 140px;
    margin-bottom: 620px;
    background: #252525;
}
.service-box .sub-title{
    color: #fff;
}
.service-box .sub-title, .service-box .top-sub-title, .service-box .divider2 , .service-box img{
    position: relative;
    z-index: 2;
}
#toppage .item4 h3{
    color: #fff;
    text-align: center;
    font-size: 110%;
    padding: 2px 5px;
    background: #252525;
}
.service-box img{
    position: absolute;
    top: 880px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.service-box .copy {
    position: relative;
    color: #fff;
    z-index: 2;
}
.anker {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.anker li {
    flex-basis: 20%;
    text-align: center;
    padding: 5px;
    margin: 0 10px;
    background: #222;
    border-radius: 3px;
    transition: 0.5s;
}
.anker li:hover {
    background: #e8bf00;
}
.anker li a {
    display: block;
    color: #fff;
}
#toppage .point {
    position: relative;
    padding: 20px 50px 30px 300px;
    background: #fff;
}
#toppage .point img{
    position: absolute;
    top: -50px;
    left: -50px;
}
#toppage .point h3{
    color: #e47432;
    font-size: 110%;
    margin-bottom: 10px;
}
#toppage .point span{
    color: #e47432;
}
.pay {
    display: block;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    overflow: hidden;
}
.pay table {
    margin: -15px auto 0;
}



/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 固定タイトル --------*/
h2.title{
	display: inline-block;
	width: 100%;
	font-size: 180%;
    text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
h3.title{
	display: inline-block;
	width: 100%;
	font-size: 140%;
    text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
h4.title{
	display: inline-block;
	width: 100%;
    color: #252525;
	font-size: 140%;
    text-align: center;
	margin-bottom: 20px;
	line-height: 1.4em;
}
h5.title{
    color: #252525;
    font-size: 110%;
}
h2.main-title {
	font: 500 240%/1.6em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 100%;
    color: #252525;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
	display: inline-block;
}
h3.main-title {
	font: 500 240%/1.6em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	width: 100%;
    color: #252525;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	display: inline-block;
}
h3.main-title span{
    color: #e47432;
}

/*-------- 固定画像 --------*/
.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;
}

/*-------- 検索結果 --------*/
.search-box .title {
	font-size: 160%;
	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 0px 8px;
    vertical-align: top;
}
.table1 tr td {
	padding: 10px 0px 8px;
}
.table1 tr:last-child {
     border-bottom: 0px;
}

/*-------- リスト --------*/
.list1 {
    color: #333;
}
.list1 li {
    padding: 5px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.list1 li + li {
    border-top: 1px dotted #CCC;
}
.list1 li:before {
    font-family: "FontAwesome";
    content: "\f138";
    font-size: 80%;
    margin-right: 7px;
}
.list2 {
    counter-reset: li;
    color: #333;
}
.list2 li {
    padding: 5px 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list2 li:before {
    content: counter(li, decimal) ". ";
    counter-increment: li;
}
.customer li{
    margin: 5px auto 5px;
}
.customer li:before{
	font-family: "FontAwesome";
	content: "\f138";
	color: #e8bf00;
	margin-right: 7px;
}

/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: red;
	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 {
	background-color: #e8bf00;
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}

/*-------- Q&A --------*/
.accordion-panel dt{
    padding: 15px 25px 15px 0px;
    background: url("images/toggle-bg.png") no-repeat scroll right 7px transparent;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0px;
}
dt.opened {
    background-position: right -127px;
}
.accordion-panel a{
    color: #252525;
}
.accordion-panel dd{
   padding-top: 5px;
    padding-bottom: 15px; 
    border-bottom: 1px dotted #ccc;  
}
.dropcap-q {
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    margin: -3px 8px -4px 0;
    font-size: 14px;
    float: left;
    text-align: center;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background: #8b9dd3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.dropcap-a {
    color:#fff;
    line-height: 28px;
    font-weight:bold;
    margin: -3px 8px -4px 0;
    font-size: 14px;
    float: left;
    text-align: center;
    overflow:hidden;
    width: 25px;
    height: 25px;
    background: #e47432;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
dl#accordion .opened{
    border-bottom: none;
}
.accordion-panel dt:nth-of-type(6){
    padding: 18px 0px 20px 0px;
    background: none;
    border-bottom: none;
}
a.faq-button{
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #252525;
    border-radius: 3px;
    transition: all 0.5s;
}
a.faq-button:hover{
    color: #252525;
    background: #e8bf00;
}

/*-------- ステップ --------*/
.step-box { 
	position: relative; 
	padding: 0px 35px 10px; 
	width: 100%; 
	background: #f7f7f7; 
	margin-bottom: 50px; 
	box-sizing: border-box;
	border-radius: 3px;
} 
.step-box .no {
	font: 300%/1.2em 'Teko', sans-serif;
	position: relative;
	top: -30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto -30px;
	width: 60px;
	height: 60px;
	color: #FFF;
	background: #e8bf00;
	text-align: center;
	border-radius: 50%;
	padding-top: 5px;
} 
.step-box p { 
	margin: 0px; 
	padding: 0px; 
} 
.step-title {
	font-size: 120%;
	line-height: 1.8em;
	color: #000;
}
.step-box .box { 
	width: 100%;
    padding: 5px 1px;
	margin: 10px 0;
    border: 1px solid #e8bf00;
	background: #fff;
}
.step-box .box .title { 
	background: #e8bf00;
    padding: 5px 10px;
    color: #FFF;
    margin-right: 20px;
} 

/*-------- ボックス --------*/
.flex-box .box1 {
    position: relative;
    margin-top: 50px;
    text-align: center;
    border: 2px solid #CCC;
    padding: 60px 20px 10px;
    border-radius: 8px;
}
.flex-box .box1 .icon {
    position: absolute;
    display: block;
    width: 96px;
    height: 96px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0px auto 20px;
}
.flex-box .box1 .icon i {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
    border-radius: 50%;
    z-index: 1;
    font-style: normal;
    font-size: 42px;
    line-height: 96px;
    text-align: center;
}
.flex-box .box1 .icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flex-box .box1 .icon-box:before {
	font-family: "FontAwesome";
    content: "\f004";
    color: #FFF;
}
.flex-box .box1 .icon-box {
    background-position: center center;
    background-size: 100% 100%;
}

/*-------- 固定コンテンツ --------*/
.staff-name{
	font-size: 103%;
	color: #252525;
	text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #252525;
}
.service-list .item3{
    margin-bottom: 30px;
}
.service-list .item3 img{
    margin-bottom: -10px;
}
.service-list h3{
    font-size: 120%;
    color: #fff;
    text-align: center;
    padding: 5px 3px 3px;
    background: #252525;
}
.service-list .item3 .price{
    font-size: 110%;
    color: #ff3300;
    text-align: center;
    margin-top: 15px;
}
.example .price{
	font-size: 120%;
}
.example .price li{
	color: #252525;
}
.example .price .number{
	font: 200%/1.2em 'Teko', sans-serif;
	color: #e47432;
}
.example .price .fa-check-circle-o{
	margin-right: 8px;	
}
.example a{
    display: inline-block;
	width: 49%;
	color: #fff;
	text-align: center;
    text-decoration: none !important;
	padding: 5px 10px;
    margin-top: 20px;
    margin-right: 1%;
	border-radius: 3px;
    background-color: #e8bf00;
	transition: all 0.5s;
}
.example a:hover {
	color: #fff;
	background-color: #252525;
}
.reason .item4 div, .reason .item5 div{
	font: 250% 'Libre Baskerville', serif;
	color: #e8bf00;
	margin-top: 5px;
	line-height: 1em;
	text-align: center;
}
.reason h4{
	font-size: 120%;
	color: #252525;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8bf00;
	line-height: 1.4em;
	text-align: center;
}
.case{
	font-size: 120%;
	color: #252525;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 20px 10px 5px;
	border: 2px solid #e8bf00;
	border-radius: 30px;
	position: relative;
}
.case span{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	width: 50px;
	height: 50px;
	color: #252525;
	padding-top: 14px;
	background: #e8bf00;
	border-radius: 50%;
}
.case .case-title {
    color: #252525;
    text-align: center;
    padding: 10px 8px 8px;
    margin-top: 5px;
    background: #e8bf00;
    border-radius: 20px;
}
.support li {
    color: #252525;
}
.support li .fa-check-circle {
    color: #e8bf00;
}
.page-link{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.page-link li{
    flex-basis: 24%;
    flex-shrink: 1;
    text-align: center;
    background: #252525;
}
.page-link a{
    display: block;
    color: #fff;
    padding: 3px 5px;
    transition: all 0.5s;
}
.page-link a:hover{
    color: #252525;
    background: #e8bf00;
}
.media .item5 {
    font-size: 80%;
    line-height: 1.5em;
}
.media .item5 p {
    margin: 0;
}
.media .item5 h5 {
    font-weight: normal;
    color: #252525;
    padding-bottom: 8px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #ccc;
}
.media .item5 img {
    margin: 0 10px 10px 0;
}


/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.post-header{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: none;
}
.cal-single{
	padding: 18px 10px 5px;
	width: 82px;
	height: 82px;
	text-align: center;
	margin: 0 auto 24px;
	border-radius: 3px;
}
.cal-single .year{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
}
.cal-single .day{
	color: #E9E9E9;
	margin-bottom: 0px;
}
.blog-info-single{
	display: inline-block;
	width: 100%;
	color: #666;
	font-size: 80%;
	padding: 5px 0px 4px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

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

/*-------- 投稿コンテンツ --------*/
.single-_post{
	word-wrap: break-word;
}

/*-------- 投稿ソーシャルボタン --------*/
.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) ;
}

/*-------- 投稿ページナビ --------*/
.pagenav {
	display: flex;
	justify-content: space-between;
    padding-top: 45px;
	margin: 50px 0;
    border-top: 1px solid #ccc;
}
.pagenav a{
	border-radius: 3px;
	border: 1px solid #e8bf00;
    transition: all 0.5s;
}
.prev a{
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
}
.prev a:hover, .next a:hover, .gallery-top a:hover{
    color: #e8bf00;
	border: 1px solid #252525;
    background: #252525;
}
.prev a:before {
	font-family: "FontAwesome";
	content: "\f137";
	color: #e8bf00;
	margin-right: 10px;
}
.next a{
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
}
.next a:after {
	font-family: "FontAwesome";
	content: "\f138";
	color: #e8bf00;
	margin-left: 10px;
}
.gallery-top a{
	width: 100px;
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
	border-radius: 3px;
	border: 1px solid #e8bf00;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
	position:relative;
	display:inline-block;
	color: #F60;
	border-bottom: 1px dotted #F60;
}
[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 {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	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;
}
/* コラム */
.column h3 {
    font-size: 120% !important;
    margin-bottom: 10px !important;
    border: none !important;
}
#prev_next{
	width: 100%;
	margin: 80px 0 70px;
	padding: 0;
	display: inline-block;
}
#prev_next #prev, #prev_next #next{
	width: 46%;
    color: #252525;
	padding: 0px;
	text-decoration: none;
	background-color: #f6f6f6;
	display: inline-block;
}
#prev_next #none{
	float: left;
	width: 46%;
	height: 56px;
	margin-left: 0.5%;
	display: inline-block;
}
#prev_next #prev p, #prev_next #next p{
	line-height: 56px;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: #e8bf00;
}
#prev_next #prev{
	float: left;
	margin-right: 0.5%;
}
#prev_next #prev p{
	float: left;
	margin-left: 10px;
}
#prev_next #next{
	float: right;
	margin-left: 0.5%;
}
#prev_next #next p{
	float: right;
	margin-right: 10px;
}
#prev_next a:hover{
	color: #fff !important;
}
#prev_next #prev_title{
	font-size: 90%;
	background: #e8bf00;
	text-align: center;
	color: #fff;
	float: right !important;
	height: 56px;
	width: 56px;
	line-height: 52px;
	margin-left: 10px;
}
#prev_next #next_title{
	font-size: 90%;
	background: #e8bf00;
	text-align: center;
	color: #fff;
	float: left !important;
	height: 56px;
	width: 56px;
	line-height: 52px;
	margin-right: 10px;
}
#prev_next #prev_title:hover, #prev_next #next_title:hover, #prev_next #list:hover{
	background: #252525;
}
#prev_next #list{
	float: left;
	width: 5%;
	height: 56px;
	background-color: #e8bf00;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin: 0 1%;
}
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
    padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev img{
	float: left;
	height: 56px;
}
#prev_next #next img{
	float: right;
	height: 56px;
}
.post-header [class^="cat_"]{
	font-size: 150%;
	color: #FFF;
	text-align: center;
	padding: 8px 15px;
	margin-bottom:40px;	
}
.post-header .image{
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	background-size: cover;
	margin-top: 20px;
    margin-bottom: 30px;
}
.single-post {
	overflow: auto;
}
.single-post .copy {
	color: #333;
	font-size: 100%;
	line-height: 1.8em;
    text-align: left;
    padding-bottom: 20px;
}
.single-post .writer-box {
    position: absolute;
    top: -60px;
    bottom: auto;
    right: 0;
    left: 0;
    width: auto;
    font-size: 90%;
    text-align: center;
    margin: auto;
}
.single-post .writer {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border: 2px solid #252525;
    border-radius: 50%;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.single-post .writer-box span {
    width: 100%;
    color: #252525;
    text-align: center;
	background: #e8bf00;
	padding: 4px 8px 3px;
    margin-top: 0px;
}
.single-post .list{
    position: relative;
	display: block;
    font-size: 120%;
	padding: 120px 30px 20px;
	margin: 70px 0 40px;
    background: #F0F0F0;
}
.single-post .list .title{
	font-size: 110%;
	color: #FFF;
	line-height: 2em;
    padding-left: 10px;
	margin: 20p 0 10pxx;
    border-left: 15px solid #e8bf00;
    background: #252525;
}
.single-post .list li{
	padding: 5px 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.single-post .list li span {
	color: #252525;
    margin-right: 5px;
}
.single-post .list li a{
	text-decoration: none;	
}
.single-post .service-box {
    position: relative;
    display: block;
	padding: 30px 40px 40px;
	margin: 100px 0 40px;
    background: #F0F0F0;
}
.single-post .service-box h3 {
    position: absolute;
    top: -20px;
    bottom: auto;
    right: 0;
    left: 0;
    width: 320px;
    font-size: 140%;
    color: #252525;
    text-align: center;
	background: #e8bf00;
	padding: 10px 8px 7px;
    margin: auto;
    border: none;
}
.single-post .service {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    margin-top: 20px;
    background: #fff;
}
.single-post .service div:nth-child(2) {
    flex-basis: 100%;
}
.single-post .service .photo {
    width: 200px;
    height: 200px;
    margin: 0 20px 0 0;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.single-post .service a {
    position: absolute;
    bottom: 20px;
    width: 180px;
    color: #fff;
    text-align: center;
    text-decoration: none;	
    padding: 8px 15px;
    background: #252525;
    transition: 0.5s;
}
.single-post .service a:hover {
    background: #e8bf00;
}
.hideAnchor {
   display: inline-block; 
    height:0px;
    /height:1px;
    overflow:hidden;
    text-indent:-9999px;
    margin-top:-65px;
    padding-bottom:65px;
}
.single-post strong{
    color: #252525;
	background: linear-gradient(transparent 0, #ffefa3 0);
}
.single-post h2 {
	position: relative;
	font-size: 160%;
    line-height: 1.4em;
	padding: 0.5em 1em 0.5em 1.5em;
	border: 1px solid #252525;
	margin-bottom: 30px;
}
.single-post h2:after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #e8bf00;
	border-radius: 4px;
}
.single-post h3 {
	color: #3a7cd5;
	font-size: 140%;
	border-bottom: 1px solid #3a7cd5;
	margin-bottom: 20px;
}
.single-post h4 {
	color: #3a7cd5;
	font-size: 120%;
	margin-bottom: 10px;
}
.single-post a{
	text-decoration: underline;	
}
.single-post .box1 {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px 30px 15px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.post-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.post-list p{
	margin-bottom: 0;
}
.post-list-search{
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.post-list .day{
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
	height: 65px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.6);
}

/*-------- アイキャッチ --------*/
.image-orver{
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 220px;
    padding: 0px;
}
.image-orver a .cover {
	display: inline-block;
	width: 220px;
	height: 220px;
	border-right: 1px solid #f4f4f4;
	background-color: #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-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;
}
.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);
}

/*-------- 投稿情報 --------*/
div.blog-info{
	flex-basis: 100%;
	flex-shrink: 20;
    position: relative;
    padding: 20px;
    background: #fff;
}
h3.post-list-title{
	font-size: 140%;
	padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #252525 solid;
}
h3.post-list-title a{
	display: inline-block;
    width: 100%;
    color: #252525;
}
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-button{
    position: absolute;
	color: 666;
	bottom: 20px;
	display: inline-block;
	border: 1px solid #e8bf00;
	padding: 5px 15px 3px;
	border-radius: 3px; 
    transition: all 0.5s;
}
.blog-button:before{
	font-family: "FontAwesome";
	content: "\f138";
	font-size: 80%;
	margin-right: 7px;
	vertical-align: top;
}
.blog-button:hover{
	color: #e8bf00;
	border: 1px solid #252525;
	background: #252525;
}
.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 a:hover, .blog-info-single li a:hover{
	color: red;
}
.blog-info li:before, .blog-info-single li:before{
	font-family: "FontAwesome";
	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;
	background: #e8bf00;
}
.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;
	background: red;
}
.pagination a:before{
	font-family: "FontAwesome";
	color: #e8bf00;
	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";
}

/*-------- 検索結果 --------*/
.search-list .blog-button{
    position: relative;
    margin-top: 30px;
}
	


/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
	font-size: 120%;
	margin-bottom: 10px;
	padding-bottom:7px;
}

/*-------- ブロック --------*/
.widget{
	width: 100%;
	margin-bottom: 40px;
}

/*-------- 最近の投稿（アイキャッチ） --------*/
.widget-post{
	display: flex;
	padding: 5px 0;
	margin-top: 4px;
	border-bottom: 1px dotted rgba(232,191,0,0.30);
}
.widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-post h4{
    font-size: 82%;
	line-height: 1.4em;
}
.post-date{
	font-size: 80%;
}
.post-date:before{
	font-family: "FontAwesome";
	content: "\f073";
	color: #777;
	margin-right: 7px;
}
.widget-post .cover {
	width: 50px;
	height: 50px;
	margin: 0px 13px 6px 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff;
}

/*-------- 最近の投稿（タブ） --------*/
ul.tab-widget:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul.tab-widget{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
ul.tab-widget li {
	flex: 1 1 50%;
	text-align: center;
	margin-right: 3px;
}
ul.tab-widget li:last-child {
	background: none;
}
ul.tab-widget li a {
	display: block;
    color: #fff !important;
	padding-top: 0px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 35px;
    border-top: 1px solid rgba(232,191,0,0.30);
    border-left: 1px solid rgba(232,191,0,0.30);
	border-right: 1px solid rgba(232,191,0,0.30);
}
ul.tab-widget li:last-child {
	margin-right: -4px;
}
ul.tab-widget li a:hover {
	color: #fff;
	background: #e8bf00;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover {
	color: #fff;
	background: #e8bf00;
}
#detail-widget {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 20px;
    margin-top: -1px;
	margin-bottom: 40px;
	border: 1px solid rgba(232,191,0,0.30);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.tabbox-widget {
	display: none;
}
.tabbox-widget .widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-button{
	display: inline-block;
	width: 100%;
    color: #fff !important;
	font-size: 80%;
	text-align: center;
	padding: 1px 0;
	margin-top: 5px;
	border: 1px solid rgba(232,191,0,0.30);
}
.widget-button:hover{
	background: #e8bf00;
}
.tabbox-widget .widget-post:last-child {
	border-bottom: none;
}
#tab300 a {
    font-size: 80% !important;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
	font-family: "FontAwesome";
	content: "\f07c";
	margin-right: 10px;
}

/*-------- アーカイブ --------*/
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 35px 11px 35px;
	line-height: 1.5;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid #c0c0c0;
}
.widget_archive:after{
	font-family: "FontAwesome";
	content: "\f078";
	color: #e8bf00;
	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 {
	font-family: "FontAwesome";
	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;
}
.widget_tag_cloud a:hover{
	background: red;
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 11px;
    border: none
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
#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;
}




/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
#footer .widget{
	margin-bottom: 0px;
}
#footer h3 {
    color: #fff;
	font-size: 115%;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-style: none;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #e8bf00;
}
.footer-logo {
	width: 150px;
	margin-bottom: 10px;
}
.contact {
    color: #252525;
    text-align: center;
    padding: 30px 50px;
    margin-bottom: 80px;
    background: #e8bf00;
}
.contact img {
    padding-top: 8px;
}
.contact .tel-box a,
.contact .popup-box a {
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 10px 30px 8px;
    margin-left: 5px;
    border: 1px #252525 solid;
    background: #252525;
    transition: all 0.5s;
}
.contact .tel-box a:hover,
.contact .popup-box a:hover {
    border: 1px solid rgba(255,255,255,0.50);;
    background: #e8bf00;
}
.contact .answer {
    width: 800px;
    text-align: center;
    padding: 20px;
    margin: 0 auto 5px;
    border-radius: 5px;
}
.contact .answer p {
    width: 150px;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    background: #252525;
    border-radius: 15px;
}
.contact .answer span {
    color: #252525;
    font-size: 110%;
    font-weight: bold;
}
.contact .answer ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.contact .answer li {
    text-align: center;
    padding: 3px 20px 0;
    margin-bottom: 2px;
    border: 1px solid rgba(255,255,255,0.6);
}
.single-page .answer {
    width: 800px;
    text-align: center;
    padding: 20px;
    margin: 0 auto 5px;
    border-radius: 5px;
}
.single-page .answer p {
    width: 150px;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    background: #252525;
    border-radius: 15px;
}
.single-page .answer span {
    color: #252525;
    font-size: 110%;
    font-weight: bold;
}
.single-page .answer ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.single-page .answer li {
    text-align: center;
    padding: 3px 20px 0;
    margin-bottom: 2px;
    border: 1px solid #ccc;
}
.tel-box{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.footer-address{
    color: #888;
    width: 100%;
    text-align: center;
}
.footer-work{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-work div{
	width: 30%;
	height: 90px;
    margin-bottom: 16px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff;
    transition: all 0.5s;
}
.footer-work a{
    display: block;
	width: 100%;
	height: 90px;
}
.footer-work div:hover {
    opacity: 0.6;
}

/*-------- フッダメニュー --------*/
.footer-under {
	display: inline-block;
	width: 100%;
	padding: 25px 0 20px;
    border-top: 1px solid rgba(232,191,0,0.30);
}
.footer-under .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copyright {
	color: #FFF;
    font-size: 80%;
	margin-top: -5px;
}
.footer-menu a{
	color: #fff;
    font-size: 90%;
}
.footer-menu a:hover{
	color: #ffd200;
}
.footer-menu ul{
	display: flex;
	font-size: 80%;
}
.footer-menu ul li{
	border-left: 1px dotted rgba(255,255,255,0.30);
	border-right: 1px dotted rgba(255,255,255,0.30);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1em;
}
.footer-menu ul li + li{
	border-right:1px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}
.footer-menu ul ul li{
	border-right:0px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}

/*-------- フッダアドレス --------*/
#footer .footer-address img {
}
#footer .footer-address p {
	padding-left: 30px;
	margin-bottom: 1px;
}
#footer .time, #footer .off{
	width: 100%;
	padding-top: 3px;
	padding-left: 0px !important;
	border-top: 1px dotted #CCC;
}
.footer-address p:before { 
	font-family: "FontAwesome";
	font-size: 90%;
	color: #fff;
	margin: 0 5px 0 -30px;
}
.footer-address .address:before{
	content: "\f015";
	padding: 5px;
}
.footer-address .access:before{
	content: "\f1b9";
	padding: 3px 4px 4px 3px;
}
.footer-address .tel:before{
	content: "\f095";
	padding: 5px 6px;
}
.footer-address .fax:before{
	content: "\f02f";
	padding: 5px;
}
.footer-address .mail:before{
	content: "\f0e0";
	padding: 5px 5px 5px 4px;
}
#footer .footer-sns-line{
	width: 100%;
    margin-top: 10px;
    padding-bottom: 30px;
	border-top: 1px dotted rgba(232,191,0,0.30);
}
.footer-address img{
    margin-top: 10px;
}
.footer-banner{
    position: relative;
    display: block;
    color: #666;
    font-size: 85%;
    line-height: 1.6em;
    padding: 10px 140px 10px 10px;
    margin-bottom: 13px;
    border: 1px solid rgba(232,191,0,0.30);
}
.footer-banner:nth-of-type(1){
    background: url(images/footer-banner01.jpg) no-repeat right -15px;
}
.footer-banner:nth-of-type(2){
    background: url(images/footer-banner02.jpg) no-repeat right -15px;
}
.footer-banner:nth-of-type(3){
    background: url(images/footer-banner03.jpg) no-repeat right -15px;
}
.footer-banner h4{
    color: #eee;
    font-size: 110%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #252525;
}
.footer-banner a{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff !important;
    line-height: 1em;
    padding: 5px 7px 4px;
    background: #252525;
}
.footer-banner a:hover{
    background: #e8bf00;
}

/*-------- ページスクロール --------*/
#page-top{
	z-index: 100;
    position:fixed;
    right:20px;
    bottom:50px;
    display: none;
	width: 50px;
	height: 50px;
	border-radius: 5px; 
	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
	background-color:#e8bf00;
}
#page-top a{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#page-top a:before{
	content: "\f077";
	color: #fff;
	margin-left: 10px;
	font: 200%/1.5em FontAwesome;
}
#page-top:hover{
    border-radius: 25px; 
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム（Contact Form 7）
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
form.wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	width: 100%;
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	width: 100%;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel] {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.4em;
	box-sizing: border-box;
	height: 40px;
	font-size: 100%;
}
textarea {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.6em;
	box-sizing: border-box;
	font-size: 100%;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -moz-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -o-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=submit]:hover,
input[type=reset]:hover { border-color: #f90 }
.dual {
	width: 47.5%;
}
.full {
	width: 100%;
}
.wpcf7 p{
	color: #000;
	margin-bottom: 15px;
}
input[type=submit]{
	width: 100%;
	color: #fff;
	font-size: 120%;
	text-align: center;
	padding: 12px 30px;
    margin-top: 20px;
	background-color: #e8bf00;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background-image: none;
	border-radius: 3px;
    transition: all 0.5s;
}
input[type=submit]:hover {
	color: #fff;
	background-color: #252525;
}
.star:before{
	font-family: "FontAwesome";
	content: "\f005";
	color: #f33;
	font-size: 60%;
	padding-left: 5px;
}
.star2:before{
	font-family: "FontAwesome";
	content: "\f005";
	color: #f33;
	padding-left: 5px;
}

/*-------- reCAPTCHA --------*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 100%;
    color: #444 !important;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0;
}
.recaptcha_policy a {
    color: #111 !important;
    font-size: 11px !important;
}



/*-------------------------------------------------------------------------------------------*/
/* 　スライダー
/*-------------------------------------------------------------------------------------------*/

/*-------- owl-carousel（トップ） --------*/
.top-slider-box {
	width: 100%;
	overflow: hidden;
	background: url(images/slider-back.jpg) no-repeat fixed center bottom;
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	-moz-background-size: cover;
	background-size: cover;
}
#workslider {
    display: block;
    margin-top: 50px;
}
#workslider .top-slider-box {
    padding-top: 0;
}
/*ナビゲーション*/
.owl-carousel .owl-next{
	position: absolute;
	right:-40px;
	top:45%;
	background: url(images/slider_arrow2.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-carousel .owl-prev{
	position: absolute;	
	left:-40px;
	top:45%;
	background: url(images/slider_arrow1.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-carousel .owl-next:hover{
	background: url(images/slider_arrow2.png) no-repeat 0px -43px;
}
.owl-carousel .owl-prev:hover{
	background: url(images/slider_arrow1.png) no-repeat 0px -43px;
}
/*ページネーション*/
.owl-dots {
	width:100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #869791
}
/*ベース*/
.owl-carousel{
	width: 70%;
    min-width: 1024px;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.slider-box{
	display: block;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.data{
	color: #FFF;
	text-align: center;
	height: 70px;
	width: 70px;
	position: absolute;
	border-radius: 50%;
	top: 160px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
    z-index: 100;
    border: 5px #fff solid;
}
.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;
}
.owl-carousel h4{
	margin: 2px 15px;
	display: block;
	text-align: center;
    padding-top: 8px;
}
.owl-carousel .text{
	margin: 2px 15px 10px;
	height: 55px;
}
.slider-orver{
	overflow: hidden;
	margin-bottom: 35px;
	width: 100%;
	height: 170px;
    background-color: #f4f4f4;
	-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 {
	margin-bottom: -10px;
	bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .owl-carousel {
    width: 90%;
  }
  .owl-next, .owl-prev{
	display: none;	  
  }
}

/*-------- 制作実績スライダー --------*/
#workslider .top-slider-box {
	background: none;
}
#workslider .owl-item{
    position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#workslider .top-slider-box::before{
	display: none;
}
#workslider .owl-carousel2{
	width: 100%;
    min-width: 1024px;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
#workslider .slider-orver, #workslider .slider-orver .cover{
	height: 400px;
}
.slider-box .cover{
    position: relative;
}
#workslider .slider-orver:hover .cover::before{
     background-color: rgba(0,0,0,0.70);
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     content: ' ';
}
.slider-box li h4, .slider-box li .text{
    position: absolute;
    z-index: 20;
    opacity: 0;
    color: #fff;
    font-size: 120%;
    margin: 180px 100px 100px;
    transition:all 0.8s ease-in-out;
}
.slider-box li .text{
    font-size: 100%;
    margin: 240px 100px 100px;
    transition:all 1.4s ease-in-out;
}
.slider-box li .text .button{
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    margin-top: 10px;
    background: #e8bf00;
}
.slider-box li .text .button:hover{
    color: #fff;
    background: #252525;
}
.slider-box:hover li h4, .slider-box:hover li .text{
    opacity: 1;
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}
#workslider .slider-box{
	padding: 0;
    box-shadow: none;
}
/*ナビゲーション*/
.owl-carousel2 .owl-next{
	position: absolute;
	right:20px;
	margin-top:180px;
	background: url(images/slider_arrow2.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-carousel2 .owl-prev{
	position: absolute;	
	left:20px;
	margin-top:180px;
	background: url(images/slider_arrow1.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-carousel2 .owl-next:hover{
	background: url(images/slider_arrow2.png) no-repeat 0px -43px;
}
.owl-carousel2 .owl-prev:hover{
	background: url(images/slider_arrow1.png) no-repeat 0px -43px;
}


/*-------------------------------------------------------------------------------------------*/
/* 　スクロールエフェクト
/*-------------------------------------------------------------------------------------------*/
/*-------- 左からスクロール（単体） --------*/
.sLeft {
    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 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*-------- 右からスクロール（単体） --------*/
.sRight {
    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 {
    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,
.customM .pActive:nth-child(odd) {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}






/*-------------------------------------------------------------------------------------------*/
/* 制作実績一覧
/*-------------------------------------------------------------------------------------------*/
.zo-masonry_box {
	width: 100%;
	margin-bottom: 100px;
}
.zo-masonry{
	margin-top: 20px !important;
}
.item-h2{
    position: fixed;
    height: 400px !important;
    padding-bottom: 5px;
    overflow: hidden;
}
.zo-masonry-inner {
	background-size: cover;
	width: 100%;
	height: 100%;
    margin-bottom: 20px;
    background-color: #fff;
	background-position: center center;
	-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;
}
.zo-masonry-item .zo-masonry-inner:hover{
	opacity: 1;
}
.web-list a:hover .zo-masonry-inner{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.pageload-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background: rgba(0,0,0,0.6) url('images/loading.gif') no-repeat center center;
}
.zo-masonry-overlay .zo-masonry-overlay-inner, .zo-masonry-overlay .zo-masonry-overlay-inner2 {
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-khtml-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.zo-masonry-inner {
	background-position: top;
	-webkit-transition: all 3s;
	-khtml-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
.zo-masonry-inner:hover {
	background-position: bottom;
	-webkit-transition: all 3s;
	-khtml-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
/*-------- 装飾 --------*/
.zo-masonry-filter ul {
	text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.zo-masonry-filter ul li {
	margin-bottom: 20px !important;
	padding: 0px 25px;
	list-style: none;
	display: inline-block;	
}
.zo-masonry-filter ul li a {
	width: 180px;
	color: #fff !important;
	border: 0 !important;
	padding: 7px 5px 5px !important;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 16px !important;
	text-decoration: none;
	float: left;
	margin-right: -15px;
	margin-left: -15px;
	background: #252525;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    transition: all 0.3s;
}
.zo-masonry-filter.neta ul li a {
	width: 140px !important;
}
.zo-masonry-filter ul li a.active,
.zo-masonry-filter ul li a:hover {
    color: #fff !important;
	background: #e8bf00 !important;
}
.item-w1{
	padding-right: 2px !important;
}
/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #e8bf00;
	overflow: hidden;
	margin-top: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
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: #e8bf00;
}
a.zo-masonry-button .face-primary {
	background-color: #e8bf00;
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}
.zo-masonry-inner .fa-external-link-alt{
	opacity: 0;
	font-size: 10px;
	color: #FFF;
	background: #e8bf00;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.zo-masonry-inner:hover .fa-external-link-alt{
	opacity: 1;
}
.zo-masonry-inner .fa-external-link-alt:hover{
	background: #252525;
}
a:hover .zo-masonry-inner{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.zo-masonry-item .box{
	overflow: hidden;
	height: 100%;
	width: 100%;
}
a.zo-masonry-button.box_column {
	border: 1px solid #2ac4bb;
}
a.zo-masonry-button.box_column .face-primary {
	background-color: #2ac4bb;
}
a.zo-masonry-button.box_web {
	border: 1px solid #2ec1f1;
}
a.zo-masonry-button.box_web .face-primary {
	background-color: #2ec1f1;
}
a.zo-masonry-button.box_access {
	border: 1px solid #fbbd4a;
}
a.zo-masonry-button.box_access .face-primary {
	background-color: #fbbd4a;
}
a.zo-masonry-button.box_get {
	border: 1px solid #6966ea;
}
a.zo-masonry-button.box_get .face-primary {
	background-color: #6966ea;
}
a.zo-masonry-button.box_recall {
	border: 1px solid #eb633f;
}
a.zo-masonry-button.box_recall .face-primary {
	background-color: #eb633f;
}



/*-------------------------------------------------------------------------------------------*/
/* 12. 制作実績（詳細）
/*-------------------------------------------------------------------------------------------*/
.work_cat{
	float: left;
	color: #fff;
	padding: 3px 15px 1px;
	text-align: center;
	margin-right: 24px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ico-cool{
	background: #3c9fd8;
}
.ico-chic{
	background: #bb4e23;
}
.ico-tenderly{
	background: #ce79c1;
}
.ico-pretty{
	background: #e69913;
}
.ico-pop{
	background: #d83c3c;
}
.ico-full{
	background: #ce79c1;
}
.ico-customize{
	background: #e69913;
}
.ico-basic{
	background: #d83c3c;
}
.work_title_list li{
	font-size: 110%;
	float: left;
    margin-right: 10px;
    margin-bottom: 2px;
}
.work_title_list li span{
	color: #e8bf00;
	font-size: 90%;
	text-align: center;
	padding: 2px 3px 0px;
	width: 90px;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #e8bf00;
}
.bxslider li img{
	width: 100%;
}
.bx-wrapper, .bx-viewport{
	width: 642px;
    margin: 0 auto;
}
.bxslider li{
	background: no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
	background-size: 100%;
}
.single-post .item1{
    display: block;
	width: 100%;
	height: 507px;
    margin-bottom: 20px;
    background: url(images/macbook.jpg)no-repeat center center;
}
.bxslider_web li{
	width: 642px;
	height: 402px;
    margin:37px auto 50px;
	background: no-repeat center top;
	-moz-background-size: cover;
	background-size: cover;
	background-size: 642px;
}
.bxslider_web li {
	background-position: top;
    -webkit-transition: all 3s;
	-khtml-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
.bxslider_web li:hover {
	background-position: bottom;
	-webkit-transition: all 3s;
	-khtml-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
#bx-pager {
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin: 20px auto 50px !important;
    float: left;
}
#bx-pager div{
	height: 150px;
	background: center top;
	-moz-background-size:cover;
    background-size:cover;
}
#bx-pager a{
	width: 22.7%;
	margin-right: 3%;
	padding: 3px;
	line-height: 0px;
    margin-top: 20px;
    border: 2px solid #fff;
}
#bx-pager a div{
    border: 1px solid #ddd;
}
#bx-pager a:last-child {
	margin-right: 0%;
}
#bx-pager a.active{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
    border: 2px solid #e43;
}
.comment_box h4, .work_box h4{
	color: #FFF;
    font-size: 90%;
	background: #252525;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}
.comment_box, .work_box{
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.work_box li{
	float: left;
	font-size: 80%;
	margin: 8px 8px 0 0;
	text-align: center;
	padding: 1px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e8bf00;
}
.work_box .fa-check{
	color: #e8bf00;
}
.button-box{
    display: flex;
	justify-content: space-between;
    width: 100%;
}
.button-box .work_button{
    width: 45%;
}
.work_button, .results-button{
    display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
    text-decoration: none !important;
	padding: 10px;
    margin-top: 20px;
	border-radius: 3px;
    background-color: #e8bf00;
	transition: all 0.5s;
}
.work_button:hover, .results-button:hover {
	color: #fff;
	background-color: #252525;
}
.results-button{
    display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
    text-decoration: none !important;
	padding: 10px;
    margin-top: 20px;
	border-radius: 3px;
    background-color: #252525;
	transition: all 0.5s;
}
.results-button:hover {
	color: #252525;
	background-color: #e8bf00;
}
.url_box{
	float: left;
	width: 100%;
	text-align: center;
	padding: 1px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e43;
	color: #e43 !important;
	text-decoration: none !important;
}
.url_box:hover{
	color: #fff !important;
	background: #e43;
}
.work .price{
	float: left;
	width: 100%;
	color: #e43;
    text-align: center;
	border-radius: 3px;
	border: 1px solid #e43;
	margin-bottom: 20px;
}
.work .price span{
    float: left;
	font-size: 90%;
	color: #FFF;
	background: #e43;
	text-align: center;
	width: 80px;
	margin-right: 5px;
	display: inline-block;
	line-height: 2em;
}
.price2{
	font-size: 130% !important;
	color: #990000 !important;
	font-weight: bold;
	display: inline-block;
}
ul.bxslider {
	padding: 0 !important;   /* スライド画像ズレ防止 */
	margin: 0 0 0 -1px !important;
}
.work .page-title{
	position: relative;
	top: 0px;
	margin-bottom: 30px;
}
.work p.post-title {
	text-align: left;
}
p.post-title span{
	font-size: 50%;
	line-height: 1.3em;
	color: #000;
	margin: -4px 0 15px 20px;
	text-align: center;
	padding: 5px 15px 3px;
	border: 1px solid #999;
	font-weight: normal;
	display: inline-table;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.work h2 {
    color: #fff;
    font-size: 120%;
    padding: 15px 5px;
    margin-bottom: 1px;
    background: #252525;
}
.work h2 .fa-caret-square-right{
    float: left;
    font-size: 40px;
    color: #e8bf00;
    margin: -8px 15px 0 5px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　制作効果
/*-------------------------------------------------------------------------------------------*/
/*-------- 一覧 --------*/
.result {
    position: relative;
    display: inline-block;
	width: 100%;
    padding: 50px 50px 50px;
	margin-bottom: 60px;
    background: #fff;
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.result:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 10px;
	background-color: #252525;
}
.result .item2:first-child{
    flex-grow: 1;
    flex-basis: 40%;
}
.result .item2:nth-of-type(2){
    flex-grow: 1;
    flex-basis: 50%;
}
.result .image{
    width: 390px;
    height: 400px;
    overflow: hidden;
}
.result .image a .cover {
	display: inline-block;
	width: 390px;
    height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-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;
}
.result .image a:hover .cover{
	transform: scale(1.10,1.10);
	-webkit-transform:scale(1.10,1.105);
	-moz-transform:scale(1.10,1.10);
	-ms-transform:scale(1.10,1.105);
	-o-transform:scale(1.10,1.10);
}
.result .item2 p{
    float: right;
    font-size: 110%;
    margin-bottom: 10px;
}
.result .item2 h4{
    clear: both;
    color: #252525;
    margin: 8px auto 3px;
    border-bottom: 1px #ccc dotted;
}
.result ul.list2 li{
    font-size: 95%;
    line-height: 1.3em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.result ul.work{
    display: flex;
	flex-wrap: wrap;
}
.result ul.work li{
    font-size: 80%;
    padding: 1px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px #ccc solid;
}
.result ul.work .fa-check{
    color: #e8bf00;
    font-size: 90%;
}
.result a.button {
    position: absolute;
    display: inline-block;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 150px;
    color: #fff;
    text-align: center;
    padding: 10px;
	background-color: #e8bf00;
    transition: all 0.5s;
}
.result a.button:hover {
    background-color: #252525;
}

/*-------- 詳細 --------*/
.single-result h3.title{
    color: #777;
    border: none;
    padding: 0;
    background: none;
}
.single-result h3{
    width: 100%;
    text-align: center;
    color: #252525;
    font-size: 130%;
    padding: 8px 10px;
    margin-bottom: 25px;
    background: #f3f3f3;
    border-bottom: 1px #888 solid;
}
.single-result .plan{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.single-result .plan span{
    color: #252525;
    text-align: center;
    padding: 3px 20px 1px;
    margin-right: 10px;
    border: 1px #252525 solid;
}
.single-result .plan li:first-child{
    color: #252525;
}
.single-result .plan a{
    color: #fff;
    text-align: center;
    padding: 12px 30px;
    background: #e8bf00;
    transition: all 0.5s;
}
.single-result .plan a:hover{
    background: #252525;
}
.single-result .page .zo-masonry-inner{
    width: 100%;
    height: 300px;
}
.single-result .zo-masonry-inner {
    border: 1px #e6e6e6 solid;
    box-shadow: none;
}
#chartTest{
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}
.single-result ul.work{
    display: flex;
	flex-wrap: wrap;
}
.single-result ul.work li{
    border: 1px #ccc solid;
    padding: 3px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.single-result ul.work .fa-check{
    color: #e8bf00;
    font-size: 90%;
}
.single-result .list2{
    margin-bottom: 15px;
}


/*-------------------------------------------------------------------------------------------*/
/* 営業カレンダー
/*-------------------------------------------------------------------------------------------*/
.popup-box {
    position: relative;
}
.openBtn {
    display: block;
    width: 170px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 20px;
    margin: 0 auto !important;
    border-radius: 3px;
    background: #e47432;
    transition: all linear 0.15s;
    z-index: 0;
}
td .openBtn {
    display: inline-block;
}
.openBtn:hover {
    color: #fff;
    opacity: 0.75;
}
.obscure {
    position: absolute;
    content: '';
    display: none;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 660px;
    padding: 30px 30px 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 1000;
}
.popup .closeBtn {
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    background: none;
    border: none;
}
.popup .closeBtn:hover {
    background: none;
    border: none;
}
.popup .fa-circle {
    color: #f30;
    font-size: 40px;
}
.popup .fa-times:hover {
    opacity: 0.8;
}
.animationOpen, .animationClose {
    display: block;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}
.animationOpen {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.animationClose {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
}
.popup p {
    color: #f30;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
@media screen and (max-width: 700px ) {
.popup{
    width: 80%;
    padding: 10px 5%;
}
}
