@charset "UTF-8";

/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {
div.panel{
	display:block;
	width: 1024px;
	margin: 0 auto;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: -25px;
	display: block;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: block;
    color: #e8bf00;
	line-height: 45px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav ul li {
	color: #252525;
	font-size: 15px;
	text-align: center;
}
#mainNav ul li a:hover {
    color: #252525 !important;
}
#mainNav ul li a:hover span {
    color: #fff;
}
#mainNav ul li:hover a {
	color: #252525;
	background: #e8bf00;
}
#mainNav ul li:hover span span {
	color: #fff;
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #252525;
	margin-left: -5px;
	top:60px;
}
#mainNav ul li ul li:hover:after {
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
    border-right: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
}
#mainNav .has-sub ul li {
    border-top: none;
}
#mainNav .has-sub ul li a{
	background: #252525;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 15px 4px 15px 10px;
	color: #fff;
	width: 146px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px dotted rgba(232,191,0,0.30);
	height: 47px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav .has-sub ul li.blank a {
    font-size: 12px;
    border-top: 2px solid #e8bf00;
}
#mainNav .has-sub ul li.blank2 a {
    font-size: 12px;
}
#mainNav .fa-clone {
    float: right;
	color: #fff;
    font-size: 10px;
    margin-top: 12px;
	margin-right: 3px;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub ul li a:hover {
    color: #252525;
	background: #e8bf00;
	border-top: none;
	height: 47px;
}
#mainNav .has-sub ul li :last-child a {
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: red;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #475f00;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}

/*-------- メニュースクロール --------*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	border-top: none;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: rgba(29,80,162,0.95);
	border-bottom: none;
}
.is-show {
	transform: translateY(0);
	height: 60px;
}
.fixed ul li a {
	color: #fff;
    font-size: 90%;
    height: 60px;
	border-left: 1px dotted rgba(232,191,0,0.30) !important;
}
.fixed ul li:last-child a {
	border-right: 1px dotted rgba(232,191,0,0.30) !important;
}
.fixed ul li li a, .fixed ul li li:last-child a, .fixed ul li:last-child li a{
    border-right: none !important;
    border-left: none !important;
}
.fixed .pullMain li span span{
	color: rgba(255,255,255,0.80) !important;
}
.fixed ul li {
	border-top: none !important;
}
.fixed ul li:hover {
	border-top: none;
}
.fixed .has-sub ul li {
	border-top: none !important;
}
.fixed .has-sub ul li:hover {
	border-top: none !important;
}
.fixed ul li:hover:after {
	content: '';
    top:55px !important;
}

}



/* メインメニュー　Mobile用
----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
#mainNav, .mean-container .mean-bar:nth-child(2) {
	display: none !important;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	background: #000;
}
.mean-container .mean-bar:before{
	content: "MENU";
	font-size: 130%;
	color: #fff;
	margin: 8px 45px -40px 15px !important;
	float: right;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li span span{
	display: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 12px 5% 13px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
	text-transform: uppercase;
    background: #000;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #e8bf00;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 26px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(0,0,0,0.2);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.3) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255,255,255,0.3);
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
.mean-nav .fa-clone {
    float: left;
	color: #fff;
    font-size: 10px;
    margin-top: -17px;
	margin-left: 155px;
}
}




/* max-width: 519px
----------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 519px) {

/*-------- ベースレイアウト --------*/
.inner {
	width: 100%;
    min-width: 100%;
}
#toppage article, #content, #sidebar, #footer {
	width: 100%;
	padding: 20px 7% 50px;
	margin-bottom: -30px;
}
.flex-box .item2, .flex-box .item3, .flex-box .item4 {
	flex-basis: 100%;
}
.flex-box .item5, .flex-box .item6 {
	flex-basis: 48%;
}
.head-title .head-box, .crumb, .owl-carousel, #workslider .owl-carousel2 {
    min-width: 100%;
}
.content:first-child{
    padding: 50px 20px 1px;
    margin-top: 20px;
}
.wide .content:first-child{
    width: 90%;
    padding: 50px 20px 1px;
}
.content {
    width: 90%;
    padding: 50px 20px 1px;
	margin: 0 5% 60px;
}
.item2, .item3, .item4, .item5 {
    margin-bottom: 10px;
}

/*-------- スクロール --------*/   
.sLeft {
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    transform: none;
}
.sLeft.pActive {
    -webkit-transform: none;
    transform: none;
}
.sRight {
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    transform: none;
}
.sRight.pActive {
    -webkit-transform: none;
    transform: none;
}
.customM > div {
  opacity: 1;
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.customM > div:nth-child(odd) {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.customM .pActive,
.customM .pActive:nth-child(odd) {
  -webkit-transform: none;
  transform: none;
}


/*-------- イメージ --------*/
img {
	max-width: 100%;
	height: auto;
}
.aligncenter, .alignnone {
	max-width: 100%;
	height: auto;
}
.alignright, .alignright {
	width: 100%;
	height: auto;
}

/*-------- ヘッダ --------*/
header .inner{
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	padding: 0 3%;
}
.header-copy {
	font-size: 90%;
	padding-top: 5px;
}
.header-sns {
	display: none;
}
header .logo a {
	margin: 25px auto 10px;
}
header .logo a.header-banner{
	width: 70%;
	margin: 10px auto 5px;
}
.head-title {
	background-position: left;
}
.head-title h1 {
	width: 100%;
}
#breadcrumb {
	margin-bottom: 40px;
}
#breadcrumb ul {
	width: 100%;
}
.sb-search-input {
    width: 100%;
}
.crumb{
    bottom: 20px;
	padding: 10px 15px 12px;
}
#breadcrumb li{
	line-height: 1.4em;
}
.head-title .head-box{
    height: 20px
}

/*-------- ホーム --------*/
.top-title {
	font-size: 170%;
}
.sub-title{
	line-height: 1em;
}
.title-box{
    padding-top: 110px;
    margin-top: -30px;
    background: url(images/title.png) no-repeat center top !important;
}
#toppage h2 {
	margin-bottom: 20px;
}
#toppage .price .item{
    width: calc(100% + 14%);
    font-size: 90%;
    padding: 10px 15px 220px;
    margin: 0 -7% 40px;
}
.price img.back{
    display: none;
}
#toppage .price img.back{
    display: block;
    right: 15px;
    width: 220px;
}
.price li:nth-of-type(9){
    display: block;
}
.anker {
    display: block;
    margin-bottom: 80px;
}
.anker li {
    margin: 0 10px 10px;
}
#toppage .point {
    padding: 30px 20px 30px 20px;
}
#toppage .point img{
    top: -20px;
    left: -30px;
    width: 150px;
    height: auto;
}
#toppage .point h3{
    margin-left: 70px;
}
.text-scroll{
    display: none;
}
.service-box{
    width: calc(100% + 14%);
    padding: 50px 0 40px;
    margin-left: -7%;
    margin-bottom: 200px;
}
.service-box .copy {
    font-size: 100%;
    margin: 0 10px;
}
.service-box img{
    top: 550px;
}
.single-post .service-box{
    width: 100%;
    margin-left: 0;
}
.balloon{
    display: block;
}
.balloon li{
	font-size: 130%;
	width: 100%;
    height: auto;
	padding: 45px 20px 5px;
    margin: 0 auto 10px;
	border-radius: 10px;
	line-height: 1.6em;
}
.balloon li:nth-last-child(1), .balloon li:nth-last-child(4){
	margin-top: 0;	
}
.balloon-comment{
    margin-top: 10px;
}
.balloon-comment a{
    width: 100%;
}
#toppage .mb100, #toppage .mb120, #toppage .mb140 {
    margin-bottom: 80px;
}
#workslider{
    margin-top: 0;
}
.balloon-comment .comment{
	width: 100%;
    margin-top: 0;
}
.slider-box{
	margin: 0 5% 30px;
}
.contact .answer {
    padding: 20px 0;
}
.contact .answer li {
    padding: 3px;
}
.step-box { 
	padding: 0px 20px 10px; 
} 
.step-box .box { 
    padding: 1px 1px 5px;
}
.step-box .box .title { 
    padding: 5px 10px;
    color: #FFF;
    margin-right: 20px;
} 
.pay {
    width: 80%;
}

/*-------- 固定ページ --------*/
div.mb80{
	margin-bottom: 50px !important;
}
.step-box .box .title { 
    display: block;
    width: 100%;
    color: #FFF;
    margin-right: 20px;
}
.copy{
	line-height: 1.8em;
	margin-bottom: 30px;
}
.copy span{
    font-size: 110%;
	line-height: 1.9em;
}
.web-list{
    width: 90%;
    margin: 50px 5%;
}
.staff .item3 {
    margin-bottom: 50px;
}
.table1 {
    margin: 0;
}
.table1 tr th{
    color: #0078f2;
    margin-bottom: -15px;
}
.table1 th, .table1 td {
    width: 100%;
    display: block;
    border-top: none;
}
.table1 tr:first-child th {
    border-top: 1px solid #ddd;
}
.example a {
    padding: 5px;
}
.single-page .answer {
    padding: 20px 0;
}

/*-------- 投稿ページ --------*/
h1.post-title, h2.post-title, p.post-title {
	font-size: 180%;
}
h2.post-title, p.post-title {
	font-size: 150%;
}
.single-post h3 {
	font-size: 120%;
}
.work h2 {
    font-size: 110%;
    padding: 8px 5px;
}
.work h2 .fa-caret-square-right{
    font-size: 30px;
    margin: -3px 10px 0 3px;
}
.single-post .item1{
    width: 300px;
	height: 385px;
    margin-bottom: 0px;
    background: none;
    border: 1px solid #ccc;
}
.bxslider_web li{
	width: 300px;
	height: 402px;
    margin: 0 0 -30px;
	background-size: 350px;
}
.prev a{
	padding: 6px 5px 5px;
}
.next a{
	padding: 6px 5px 5px;
}
.gallery-top a{
	padding: 6px 5px 5px;
}
.result {
    padding: 50px 30px 50px;
}
.result .item2:first-child{
    flex-basis: 100%;
    margin-bottom: 15px;
}
.result .item2 p{
    float: left;
    font-size: 100%;
    margin-bottom: 20px;
}
.single-result .plan{
    display: block;
}
.single-result .plan li:first-child{
    margin-bottom: 30px;
}
.post-header .image{
	height: 200px;
}
.single-post .copy {
	font-size: 105%;
	margin-bottom: 40px;
	padding: 0 10px 5px;
}
.single-post .list{
    font-size: 105%;
	padding: 120px 10px 10px;
	margin-bottom: 20px;
}
#prev_next #prev, #prev_next #next{
	width: 40%;
}
#prev_next #list{
	width: 17%;
}
#prev_next #prev p, #prev_next #next p{
	display: none;
}
.single-post .service-box {
	padding: 30px 10px 40px;
}
.single-post .service-box h3 {
    width: 100%;
    font-size: 120%;
    padding: 10px 5px 7px;
}
.single-post .service {
    display: block;
    padding: 10px;
}
.single-post .service .photo {
    width: 100%;
    margin: 0 20px 10px 0;
}
.single-post .service a {
    position: static;
    display: block;
    width: 100%;
}  
p.post-title span{
	display: block;
    margin: 10px 0 20px;
}
    
/*-------- 投稿一覧 --------*/
.item-h2 {
    height: 250px !important;
}
.post-list{
    display: block;
	margin-bottom: 20px;
	padding-bottom: 0;
}
h2.post-list-title a{
	font-size: 120%;
}
.image-orver, .image-orver a .cover {
	height: 120px;
	width: 100%;
}
div.blog-info{
    width: 100%;
    padding-bottom: 60px;
}
.result .image{
    width: 100%;
    height: 260px;
}
.result .image a .cover {
	width: 100%;
    height: 260px;
}

/*-------- フッダ --------*/
#footer{
	padding-top: 50px;
}
#footer div[class^="item"] {
	margin-bottom: 50px;
}
#footer div[class^="item"]:last-child {
	margin-bottom: 20px;
}
.footer-under {
	padding: 12px 0 5px;
}
.footer-under .inner {
	display: block;
	line-height: 1.2em;
	padding: 0px 10px;
}
.footer-menu{
	display: none;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
#page-top{
    right:10px;
    bottom:30px;
	width: 35px;
	height: 35px;
}
#page-top a{
	width: 35px;
	height: 35px;
}
#page-top a:before{
	margin-left: 5px;
	font: 160%/1.3em FontAwesome;
}
#toppage .answer, #page .answer, #page .answer {
    width: 100%;
}
#toppage .answer ul, #page .answer ul, #page .answer ul {
    display: block;
}
.contact a:first-of-type {
    border: none;
    background: none;
    margin-bottom: 5px;
}
#workslider .slider-orver, #workslider .slider-orver .cover{
	height: 300px;
}
.slider-box li h4, .slider-box li .text{
    margin: 100px 40px 100px;
}
.slider-box li .text{
    margin: 180px 40px 100px;
}

/*-------- その他 --------*/


}



/* min-width: 520px／max-width: 1023px
----------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 520px) and (max-width: 1023px) {
	
/*-------- ベースレイアウト --------*/
.inner {
	width: 100%;
    min-width: 100%;
}
#toppage article, #content, #sidebar, #footer {
	width: 100%;
	padding: 20px 5% 50px;
	margin-bottom: -30px;
}
.flex-box .item2, .flex-box .item3, .flex-box .item4 {
	flex-basis: 48%;
}
.flex-box .item5, .flex-box .item6 {
	flex-basis: 31%;
}
.head-title .head-box, .crumb, .owl-carousel, #workslider .owl-carousel2 {
    min-width: 100%;
}
.content:first-child{
    padding: 50px 20px 1px;
    margin-top: 20px;
}
.wide .content:first-child{
    width: 90%;
    padding: 50px 20px 1px;
}
.content {
    width: 90%;
    padding: 50px 20px 1px;
	margin: 0 5% 60px;
}
.item2, .item3, .item4, .item5 {
    margin-bottom: 10px;
}

/*-------- スクロール --------*/   
.sLeft {
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    transform: none;
}
.sLeft.pActive {
    -webkit-transform: none;
    transform: none;
}
.sRight {
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    transform: none;
}
.sRight.pActive {
    -webkit-transform: none;
    transform: none;
}
.customM > div {
  opacity: 1;
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.customM > div:nth-child(odd) {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.customM .pActive,
.customM .pActive:nth-child(odd) {
  -webkit-transform: none;
  transform: none;
}

/*-------- イメージ --------*/


/*-------- ヘッダ --------*/
header .inner{
	width: 100%;
	padding: 0 3%;
	text-align: center;
}
.head-title {
    padding-top: 30px;
	background-position: left;
}
.head-title h1 {
	width: 100%;
}
.header-banner{
	float: none;
	width: 50%;
	display: block;
	margin: 5px 25%;
}
#breadcrumb {
	margin-bottom: 40px;
}
#breadcrumb ul {
	width: 100%;
}
.sb-search-input {
    width: 100%;
}
.head-title .head-box{
    height: 20px
}
.crumb{
    bottom: 20px;
}

/*-------- ホーム --------*/
.copy{
	font-size: 115%;
}
.title-box{
    padding-top: 110px;
    margin-top: -30px;
    background: url(images/title.png) no-repeat center top !important;
}
.text-scroll{
    display: none;
}
.service-box{
    width: calc(100% + 10%);
    height: 450px;
    padding: 50px 0 40px;
    margin-left: -5%;
    margin-bottom: 260px;
}
.service-box .copy {
    font-size: 110%;
    margin: 0 10px;
}
.service-box img{
    top: 580px;
    width: 400px;
} 
.single-post .service-box{
    width: 100%;
    padding: 30px 20px 40px;
    margin-left: 0;
}
.single-post .service a {
    position: initial;
    width: 100%;
}
.single-post .service .photo {
    width: 150px;
    height: 150px;
}
.balloon li{
	font-size: 90%;
	width: 100%;
    height: auto;
	padding: 45px 5px 5px;
    margin: 0 1px 10px;
	border-radius: 20px;
	line-height: 1.5em;
}
.balloon li:nth-last-child(1), .balloon li:nth-last-child(4){
    margin-top: 0;	
}
.balloon-comment{
    margin-top: 10px;
}
.balloon-comment a{
    width: 100%;
}
#toppage .price .flex-box {
    display: block;
}
#toppage .price .item{
   width: calc(100% + 10%);
    padding: 10px 7% 20px;
    margin: 0 -5% 40px;
}
.price img.back{
    top: 180px;
    right: 20px;
    width: 200px;
}
.anker {
    margin-bottom: 80px;
}
.anker li {
    margin: 0 5px;
}
@media screen and (min-width: 520px) and (max-width: 609px) {
.price .item{
    font-size: 85%;
}
}
#toppage .point img{
    top: -20px;
    left: -30px;
    width: 270px;
    height: auto;
}
#toppage .point {
    padding: 20px 30px 30px 200px;
}
#toppage .mb100, #toppage .mb120, #toppage .mb140 {
    margin-bottom: 80px;
}
#workslider{
    margin-top: 0;
}
.top-slider-box {
	padding-left: 5%;
	padding-right: 5%;
}
.balloon-comment .comment{
    margin-top: 0;
}
.pay {
    width: 80%;
}

/*-------- 固定ページ --------*/
.copy span{
    font-size: 120%;
	line-height: 1.9em;
}
.web-list{
    width: 90%;
    margin: 50px 5%;
}
.staff .item3 {
    margin-bottom: 50px;
}
.anker li {
    flex-basis: 25%;
    
}

/*-------- 投稿ページ --------*/
h2.post-title, p.post-title {
	font-size: 160%;
}
.single-post h3 {
	font-size: 130%;
}
.result .item2:first-child{
    margin-right: 15px;
    margin-bottom: 15px;
}
#prev_next #prev, #prev_next #next{
	width: 44%;
}
#prev_next #list{
	width: 9%;
}
#prev_next #prev p, #prev_next #next p{
	display: none;
}
.single-post .service-box {
    height: auto;
}
.single-post .service {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    margin-top: 20px;
    background: #fff;
}
p.post-title span{
	display: block;
    margin: 10px 0 20px;
}
.work .price span{
	display: block;
    width: 100%;
}
    
/*-------- 投稿一覧 --------*/
.item-h2 {
    height: 250px !important;
}
.post-list{
    display: block;
	margin-bottom: 20px;
	padding-bottom: 0;
}
h2.post-list-title a{
	font-size: 120%;
}
.image-orver, .image-orver a .cover {
	height: 120px;
	width: 100%;
}
div.blog-info{
    width: 100%;
    height: 250px;
}
.result .image{
    width: 100%;
    height: 260px;
}
.result .image a .cover {
	width: 100%;
    height: 260px;
}
h3.post-list-title a{
	font-size: 80%;
}

/*-------- サイドバー --------*/


/*-------- フッダ --------*/
#footer{
	padding-top: 50px;
}
#footer div[class^="item"]:last-child {
	margin-bottom: 20px;
}
.footer-under {
	padding: 12px 0 5px;
}
.footer-under .inner {
	display: block;
	line-height: 1.2em;
	padding: 0px 10px;
}
.footer-menu{
	display: none;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
#page-top{
    right:10px;
    bottom:30px;
	width: 35px;
	height: 35px;
}
#page-top a{
	width: 35px;
	height: 35px;
}
#page-top a:before{
	margin-left: 5px;
	font: 160%/1.3em FontAwesome;
}
.contact a:first-of-type {
    display: block;
    width: 100%;
    border: none;
    background: none;
    margin-bottom: 5px;
}
#toppage .answer, .contact .answer, #page .answer {
    width: 100%;
}
#toppage .answer ul, .contact .answer ul, #page .answer ul {
    display: block;
}
.contact a:first-of-type {
    border: none;
    background: none;
    margin-bottom: 5px;
}
#workslider .slider-orver, #workslider .slider-orver .cover{
	height: 300px;
}
.slider-box li h4, .slider-box li .text{
    margin: 100px 40px 100px;
}
.slider-box li .text{
    margin: 180px 40px 100px;
}

/*-------- その他 --------*/


}


@media screen and (min-width: 520px) and (max-width: 799px) {
#footer div[class^="item"] {
	flex-basis: 100%;
	margin-bottom: 50px;
}
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
#footer div[class^="item"] {
	flex-basis: 48%;
	margin-bottom: 50px;
}
#footer div[class^="item"]:nth-child(3) {
	flex-basis: 100%;
	margin-bottom: 50px;
}
#sidebar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sidebar .widget, #tab-widget-box{
	width: 48%;
	margin-bottom: 40px;
}
}

@media only screen and (max-width: 519px) {
.single-post .item1{
    width: 300px;
	height: 385px;
    margin: 0px auto;
    background: none;
    border: 1px solid #ccc;
}
.bxslider_web li{
	width: 300px;
	height: 402px;
    margin: 0 0 -30px;
	background-size: 350px;
}
}
@media screen and (min-width: 370px) and (max-width: 560px) {
.single-post .item1{
    width: 300px;
	height: 385px;
    margin: 0px auto;
    background: none;
    border: 1px solid #ccc;
}
.bxslider_web li{
	width: 300px;
	height: 402px;
    margin: 0 0 -30px;
	background-size: 350px;
}
}
@media screen and (min-width: 561px) and (max-width: 850px) {
.single-post .item1{
    width: 500px;
	height: 385px;
    margin: 0px auto;
    background: none;
    border: 1px solid #ccc;
}
.bxslider_web li{
	width: 500px;
	height: 402px;
    margin: 0 0 -30px;
	background-size: 500px;
}
}
@media only screen and (max-width: 366px) {
#prev_next #prev img, #prev_next #next img {
	display: none;
}
}