/*
Theme Name: horichou
Template: xeory_extension
*/

/* header*/

body.color03 #header, body.color03 #gnav {
	background: #fff;
}

#header #logo {
	padding: 0;
}

#header-right {
	margin-top: 7px;
}

body.color03 #gnav ul li a {
	color: #27343c;
    background: #fff;
}


/* front content */
body.home #content {
	padding: 0;
}

body.home.color03 #main_visual {
	background-image: url(http://horichou.mixh.jp/test/wp-content/uploads/2017/09/horichoutop.jpg);
    background-size: cover;
    background-position: center;
}

body.home.color03 .front-main-cont .front-cont-header {
	background: #27343c;
}

body.home.color03 .front-main-cont .tri-border span {
	border-top: 18px solid #27343c;
}

body.home #front-contents h4 {
	font-size: 20px;
}

.c_title {
	margin-top: 30px;
}


/* nav */

ul.sub-menu {
	display: block;
}

/* body */

#art_wrap {
	background: #aaa;
	width: 100%;
	height: 400px;
}

#art_wrap ul {
	display: flex;
	-webkit-display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	height: 400px;	
	width: 80%;
	margin: 0 auto;
}

#art_wrap li.work img {
	width: 250px;
	height: 250px;
}

/* slideshow */

#carouselwrap {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
div.bx-wrapper {
	margin: 10px auto;

}
.bx-wrapper img {
	height: 300px;
	width: 200px;
	margin: 0 auto;
}

.bxslider {
	height: 300px;
}

div.bx-wrapper .bx-controls-direction a {
	z-index: 0;
}

@media screen and (max-width: 768px) {
	#carouselwrap {
		height: 300px;
	}

	.bxslider, .bx-wrapper img {
		height: 200px;
	}

}

/*archive関連*/

.jp_link, .ot_link, .at_link {
	margin: 20px auto 50px;
	padding: 0 30px;
	width: 100%;
}

.works_links .w_title {
	font-weight: bold;
}

.works_links .w_btn {
	text-align: center;
}

.works_links .w_btn .btn {
	background: #ca6666;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	padding: 5px;
	border-radius: 4px;
}

.works_links .w_btn .btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.main-inner.taxonomy-main {
	margin-right: 0;
}

div.post-loop-wrap {
	overflow: hidden;
}

article.works {
	float: left;
	width: 220px;
	padding: 0 10px;
	margin-bottom: 25px;
}

img.images {
	height: 200px;
}

/*ライボ*/
div.vbox-close {
	top: 20px;
	right: 5px;
}

@media screen and (max-width: 462px) {
	article.works {
		width: 50%;
		text-align: center;
		padding: 0 5px;
	}
}

/*ライボここまで*/

/*archive関連ここまで*/

/* news */
.notice {
	margin-top: 10px;
}

.bold {
	font-weight: bold;
}

/* newsここまで */


/*サービス画像*/
#front-service-1:first-child {
	background-position: center;
	background-size: cover;
	background-image: url(http://horichou.mixh.jp/test/wp-content/uploads/2017/09/JapaneseTattoos.jpg);
}

#front-service-1:nth-child(2) {
	background-size: cover;
	background-position: center;
	background-image: url(http://horichou.mixh.jp/test/wp-content/uploads/2017/09/OtherTattoos.jpg);
}

#front-service-1:nth-child(3) {
	background-size: cover;
	background-position: center;
	background-image: url(http://horichou.mixh.jp/test/wp-content/uploads/2017/09/art.jpg);
}

#front-service-1:nth-child(4) {
	background-size: cover;
	background-position: center;
	background-image: url(http://horichou.mixh.jp/test/wp-content/uploads/2017/09/goods.jpg);
}


body.home.color03 #front-service .front-service-inner h3 {
	color: #fff;
}

body.home.color03 #front-service .front-service-inner .c_english {
	color: #fff;
}

body.home #front-service .front-service-inner h4 {
	color: #fff;
}


/* footer */

body.color03 .footer-01 {
    background: #27343c;
}

body.color03 #footer {
	border-top: 8px solid #27343c;
}

body.color03 #footer-brand-area {
	border-bottom: 1px solid #27343c;
}

body.color03 .footer-02 {
	background: #27343c;
}

footer#footer ul {
	margin-left: 10px;
}

#footer-content-area #footer-cont-content li {
	width: 150px;
}


footer#footer ul {
	margin-left: 10px;
}

/*コンタクトフォーム*/
form p {
	font-weight: 600;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

@media (max-width:991px) {
	nav#gnav-sp #header-cont-content li {
		float: none;
	}
}

/* タブレット以下 */
@media screen and (max-width: 991px) {
#gnav-sp #header-cont-content li {
	float: none;
}

article.page .post-content {
	padding: 10px;
}

.post-content h2 {
	padding: 10px;
	font-size: 20px;
}

body.color03 #header a {
	color: #27343c;
}

#header #logo {
    width: 230px;
    padding: 10px;
}

#header .wrap {
	padding: 0;
    margin: 0px 0 0 12px;
}

body.home #front-service .front-service-inner .c_box {
	padding-bottom: 50px;
	padding-top: 40px;
}

body.home #front-contents h4 {
	font-size: 18px;
}

}
