/*
Theme Name: bden02
Version: 1.3.1
*/


/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Content Styles
	=Navigation
	=Hero
	=Services
	=Portfolio
	=Project
	=Team
	=Subscribe
	=Testimonials
	=Footer
	=Blog
	=Slider
	=Video
	=Media
*/


/* =Common Styles
-------------------------------------------------------------- */

body { 
	background: #fff;
	color: #fff;
	font: normal 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

section { overflow: hidden; }
::selection { background: #060606; color: #fff; }
::-moz-selection { background: #060606; color: #fff; }
#loading { display: none; }


/* =Typography
-------------------------------------------------------------- */

p { color: #fff;
    font-size: 14px;
	line-height: 170%;
	margin: 0 0 20px;
}

em { font-style: italic; }
strong { font-weight: 400; }
small { font-size: 0.8em; }

.post-body ul, .unordered-list { margin-bottom: 20px; }
.post-body ul li, .unordered-list li { margin-bottom: 5px; }
.post-body ul li:before, .unordered-list li:before {
	content: "∙";
	margin-right: 5px;
}

blockquote {
	background: #f9f9f9;
	padding: 15px 0px 15px 30px;
	border-left: 2px solid #e9e9e9;
	font-style: italic;
	margin-bottom: 20px;
}

code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 10px 20px 20px 20px;
	white-space: pre;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	font: 12px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-style: normal;
	font-weight: 300;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h1 {
	font-size: 3.46666666667em;
	text-transform: none;
	letter-spacing: 0.10em;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

h2 {
	font-size: 2.4em;
	text-transform: none;
	letter-spacing: normal;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

h5 {
	font-size: 1em;
	font-weight: 400;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 400;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

/* Typography for dark backgrounds */

.dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #fff; }
.dark a { color: #fff!important; }

/* Links */
a, a:visited { font-weight: 400; text-decoration: none; }


/* =Buttons
-------------------------------------------------------------- */

.button {
	display: inline-block;
	padding: 15px 55px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}

.dark .button { border: 1px solid #fff!important; }
.dark .button:hover { background: rgba(255, 255, 255, .1); filter: alpha(opacity=50); }

.button.no-border { border: none!important; padding: 20px 0px; }

.button.no-border:hover {
	border: none!important;
	background: transparent;
	opacity: .7;
    filter: alpha(opacity=70);
}

.button .icon {
	display: inline-block;
	margin-left: 17px;
	margin-bottom: -6px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/icons/right.png) no-repeat center center;
}


/* =Content Styles
-------------------------------------------------------------- */

.content { padding-top: 100px; text-align: center; }
.content.padded { padding-bottom: 100px; }

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

/* Parallax Fix */
@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }

.parallax.black { background-color: #060606; }

.parallax.no-parallax { background-size: cover!important; background-attachment: scroll!important; background-position: center!important; }

.parallax-bg1 { background-image: url(../images/hero.jpg); }
.parallax-bg2 { background-image: url(../images/services.jpg); }
.parallax-bg3 { background-image: url(../images/clients.jpg); }

.title { text-align: center; }

.sub-heading { margin: 48px auto; max-width: 100%; }

/*.border {
	display: block;
	width: 100px;
	height: 2px;
	background: #ffa500;
	margin: 0 auto;
}*/

.dark .border { background: #fff; }


/* =Navigation
-------------------------------------------------------------- */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	border-bottom:2px solid #932B2B;
	padding: 18px 0px 12px;
	z-index: 999;
}

.logo { 
	width: 20%;
	margin-left: 3%;
	float: left;
}

.navigation { display: none; }

.desktop.navigation {
	display: block!important;
	width: 74%;
	margin-right: 3%;
	float: left;
}

.desktop.navigation .nav-content { float: right; }

.desktop.navigation .nav-content li {
	float: left;
	margin-right: 30px;
	line-height: 40px; /* Set to the height of your own logo to center the text */
}

.desktop.navigation .nav-content a {
	color: #000;
	text-transform: uppercase;
	font-size: 1.0em;
	opacity: .9;
    filter: alpha(opacity=90);
}

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active  { opacity: 1; filter: alpha(opacity=100); }

.desktop.navigation .nav-content li:last-of-type { margin-right: 0px; }

/* Mobile Navigation */

.mobile.navigation {
	display: none;
	width: 90%;
	margin: 0 5%;
	float: left;
}

.mobile.navigation .nav-content {
	float: left;
	width: 100%;
}

.mobile.navigation .nav-content li {
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #aaa;
}

.mobile.navigation .nav-content li:first-of-type { border-top: none; }

.mobile.navigation .nav-content a {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 1.0em;

}

.nav-button {
	display: none;
	width: 26px;
	height: 30px;
	background: transparent;
	padding: 0;
	margin-right: 5%;
	float: right;
	border: none;
	cursor: pointer;
}

/* Navigation Icon */
.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #932B2B;
}


/* =Hero
-------------------------------------------------------------- */

.hero { text-align: center; background-size: cover; }
.hero .content { padding-top: 0px; }

.ticker {
	overflow: hidden;
	height: 90px;
	vertical-align: baseline;
}

.ticker h1 {
	margin-bottom: 0px;
	height: 90px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}

.call-to-action { padding-top: 20px; }
.call-to-action li {  display: inline-block; margin-right: 55px; }
.call-to-action li:last-of-type { margin-right: 0px;}


/* =Services
-------------------------------------------------------------- */

.icons .overview {
	position: relative;
	float: left;
	width: 16.6666666667%;
	text-align: center;
	overflow: visible;
}

.icon {
	display: inline-block;
	width: 64px;
	height: 64px;
	cursor: help;
	margin-bottom: 20px;
}

.icon.ux { background: url(../images/icons/ux.png) no-repeat top; background-size: 64px 128px; }
.icon.design { background: url(../images/icons/design.png) no-repeat top; background-size: 64px 128px; }
.icon.seo { background: url(../images/icons/seo.png) no-repeat top; background-size: 64px 128px; }
.icon.social { background: url(../images/icons/social.png) no-repeat top; background-size: 64px 128px; }
.icon.tech { background: url(../images/icons/tech.png) no-repeat top; background-size: 64px 128px; }
.icon.commerce { background: url(../images/icons/commerce.png) no-repeat top; background-size: 64px 128px; }
.icon.config { background: url(../images/icons/config.png) no-repeat top; background-size: 64px 128px; }
.icon.heart { background: url(../images/icons/heart.png) no-repeat top; background-size: 64px 128px; }
.icon.coffee { background: url(../images/icons/coffee.png) no-repeat top; background-size: 64px 128px; }
.icon.plane { background: url(../images/icons/plane.png) no-repeat top; background-size: 64px 128px; }
.icon.calculator { background: url(../images/icons/calculator.png) no-repeat top; background-size: 64px 128px; }
.icon.portfolio { background: url(../images/icons/portfolio.png) no-repeat top; background-size: 64px 128px; }
.icon:hover { background-position: bottom; }


.tooltip {
	display: none;
	position: absolute;
	width: 260px;
	background: #060606;
	background: rgba(6, 6, 6, .85);
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}

.feature-list {
	font-style: italic;
	font-weight: 300;
	font-size: 0.9333333333333em;
	color: #fff;
	color: rgba(255, 255, 255, .90)!important;
	text-align: left;
	color: #fff;
}

.list-dot {
	display: inline-block;
	margin-right: 15px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
}

.feature-list li { padding-bottom: 10px; }

.arrow-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0; 
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(6, 6, 6, .85); 
}

.visible { display: block; }


/* =Portfolio
-------------------------------------------------------------- */

.portfolio { width: 100%; }
.projectlist { margin-top: 50px; background: transparent; }
.projectlist li { width: 25%; float: left; }
.projectlist a { display: block; padding-bottom: 85px; position: relative; }

.projectlist a:hover { 
/*	cursor: url('../images/cursors/more.cur'), crosshair;
	cursor: url('../images/cursors/more.png') 40 40, crosshair;*/
}

.projectlist a img { width: 100%; }
.projectinfo { position: absolute; width: 100%; height: 100%; top: 0; z-index: 100; }
.meta { position: absolute; bottom: 0; margin-bottom: 25px; width: 100%; text-align: center; }
.meta h4, .project-title h4 { margin-bottom: 6px; }
.meta h6, .project-title h6 { margin-bottom: 0px; }
.meta em, .project-title em { font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; font-style: italic; text-transform: lowercase; color: #424242; }
.projectlist a:hover .meta h4, .projectlist a:hover .meta em { color: #fff!important; }

/* Filtering */
.projectlist .mix { opacity: 0; display: none; }
.filtering { margin-top: 50px; }
.filtering li { margin-right: 10px; }
.filtering li:after {
	content: "/";
	color: #898989;
	padding-left: 15px;
}
.filtering li:last-of-type:after { content: ""; }
.filter { font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; font-style: italic; text-transform: lowercase; color: #424242; cursor: pointer; display: inline-block; }


/* =Project
-------------------------------------------------------------- */

.ajax-section { position: relative; }
.loader { display: none; background: #fff url(../images/loading.gif) no-repeat center 250px; width: 100%; height: 100%; position: absolute; z-index: 200; }
.project-hero { position: relative; }
.closeProject { position: absolute; bottom: 0px; left: 50%; margin-left: -20px; z-index: 200; }
.nextProject { position: absolute; top: 67%; right: -100px; z-index: 200; }
.prevProject { position: absolute; top: 67%; left: -100px; z-index: 200; }
#ajaxpage { padding-top: 50px; padding-bottom: 50px; }

.nextProject a, .prevProject a { 
	display: block; 
	width: 20px; 
	height: 48px; 
	opacity: .4;
    filter: alpha(opacity=40);
}

.nextProject a:hover, .prevProject a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.nextProject a { background: url(../images/icons/project-next.png) no-repeat center center; }
.prevProject a { background: url(../images/icons/project-prev.png) no-repeat center center; }

.nextProject a.disabled, .prevProject a.disabled { display: none; }

.slider img { width: 100%; }

.slider-pager {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.small-border {
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 1px;
	background: #e9e9e9;
}

.bx-pager-item { display: inline-block; }
.bx-pager-link {
	display: inline-block;
	text-indent: -999em; 
	width: 12px; 
	height: 12px;
	margin: 0 5px;
	background: url(../images/projects/pager.png) no-repeat top center;
	background-size: 12px 24px; 
}

.bx-pager-link.active { background: url(../images/projects/pager-active.png) no-repeat top center; background-size: 12px 12px; }
.bx-pager-link:hover { background-position: bottom; }	

.project-title { text-align: center; padding: 25px 0px 50px; }
.project-info {  border-bottom: 1px solid #E9E9E9; }
.project-info h6 { border-bottom: 1px solid #E9E9E9; padding-bottom: 10px; margin-bottom: 20px;  }

i.icon-remove { 
	display: block; 
	width: 26px; 
	height: 26px;
	background: url(../images/icons/close.png) no-repeat;
	background-size: 26px 26px;
	filter: alpha(opacity=50);
	opacity: .5;
}

i.icon-remove:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.project-gallery-next .bx-next, .project-gallery-prev .bx-prev { 
	position: absolute; 
	top: 45%; 
	opacity: .5; 
	filter: alpha(opacity=50); 
	right: auto;
	left: auto;
	text-indent: -999em;
	width: 34px;
	height: 36px;
	margin-top: -18px;
}

.project-gallery-next .bx-next  { 
	background: #fff url('../images/icons/project-gallery-next.png') no-repeat center center; 
	background-size: 22px 22px; 
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-topleft: 3px;
	   -moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
}

.project-gallery-prev .bx-prev  { 
	background: #fff url('../images/icons/project-gallery-prev.png') no-repeat center center; 
	background-size: 22px 22px; 
	left: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-radius-topright: 3px;
	   -moz-border-radius-bottomright: 3px;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px; 
}


/* =Team
-------------------------------------------------------------- */

.team-list { text-align: center; padding: 50px 0px 30px; float: left; }

.name { width: 100%; }
.name h4 { margin-bottom: 6px; }
.name h6 { margin-bottom: 20px; }
.name em { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; font-style: italic; text-transform: lowercase; color: #424242; }

.social-list li { display: inline-block; }

.social-icon.small {
	display: inline-block;
	width: 26px;
	height: 26px;
    filter: alpha(opacity=50);
	opacity: .5;
}

.social-icon.small:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.social-icon.small.facebook { background: url(../images/icons/facebook-small.png) no-repeat center center; background-size: 26px 26px; }
.social-icon.small.twitter { background: url(../images/icons/twitter-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.google { background: url(../images/icons/google-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.behance { background: url(../images/icons/behance-small.png) no-repeat center center; background-size: 26px 26px;}
.social-icon.small.linkedin { background: url(../images/icons/linkedin-small.png) no-repeat center center; background-size: 26px 26px;}


/* =Subscribe
-------------------------------------------------------------- */

.value {
	display: block;
	color: #fff;
	font-size: 52px;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 50px;
}

.subscribe { padding-top: 30px; }

/* =Testimonials
-------------------------------------------------------------- */

.id-bx-pager { margin-top: 50px; }
.id-bx-pager li { width: 20%; float: left; text-align: center;}
.id-bx-pager a img {
	opacity: .4;
    filter: alpha(opacity=40); 
}

.id-bx-pager a:hover img, .id-bx-pager a.active img {
	opacity: 1;
    filter: alpha(opacity=100);
}

.bxslider { text-align: center; padding-top: 35px; }
.bxslider h3 { line-height: 1.6em; }
.bxslider h6 { margin-bottom: 35px; color: #8f8f8f; }

.bx-next, .bx-prev {
	position: absolute;
	display: block;
	text-indent: -999em;
	top: 60%;
	width: 20px;
	height: 48px;
	cursor: pointer;
	opacity: .5;
    filter: alpha(opacity=50);
}

.bx-next:hover, .bx-prev:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.bx-next {
	right: -100px;
	background: url(../images/icons/next.png) no-repeat center center;
}

.bx-prev {
	left: -100px;
	background: url(../images/icons/prev.png) no-repeat center center;
}


/* =Footer
-------------------------------------------------------------- */

footer { width: 100%; background: #932B2B;}
.contact { text-align: center; }

.contact ::selection {
	background: #fff;
	color: #060606; 
}

.contact ::-moz-selection { 
	background: #fff;
	color: #060606; 
}

.contact li img { margin-bottom: 15px; }

.contact li:nth-child(1) {
	font-size: 0.9333333333333em; 
	opacity: 1;
    filter: alpha(opacity=100); 
}

.contact a {
	display: block;
	font-size: 0.9333333333333em;
	font-weight: 300;
	margin-bottom: 20px;
	opacity: 0.5;
    filter: alpha(opacity=50); 
}

.contact a:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}

.contact-heading { margin-top: 30px; }


#contact-form {
	position: relative;
	display: none;
	text-align: center;
	width: 100%;
	background: #060606;
	padding: 20px 0px 50px 0px;
	margin-top: 20px;
}

/* FORMS */
.form-field label {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
}

.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 0 10px;
	width: 100%;
	height: 35px;
	background: #1e1e1e;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #949494;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.form-field span input:focus, .form-field span textarea:focus {
	background: #fff;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.form-field span textarea {
	overflow: auto;
	height: 180px;
	padding: 18px;
}

.form-click input {
	margin-top: 50px;
	border: none;
	display: block;
	width: 100%;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-appearance: none;
	font-size: 1em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 400;
	text-transform: uppercase;
	color: #060606!important;
	background: #949494;
	line-height: 100%;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-click input:hover { text-decoration: none; color: #060606!important; background: #fff; }

.subscribe input.text {
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	width: 340px;
	padding: 20px 0px 20px 15px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 1em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #fff;
	margin-bottom: 20px;
}

.subscribe input.submit {
	border: none;
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: transparent url(../images/icons/more.png) no-repeat top right;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-decoration: none;
	-webkit-appearance: none;
	font: 1em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin-left: 10px;
	padding: 20px 55px;
	margin-bottom: 20px;
	letter-spacing: 0.20em;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}

.subscribe input.text::-ms-clear {
    display: none;
}

.subscribe input.submit:hover {
	background: rgba(255,255,255,.1);
}

/* END FORMS */

.loader { margin-top: 15px; }

#alert {
	display: none;
	margin-top: 30px;
}

.notification {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.subscribe .notification {
	display: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.notification p {
	line-height: 26px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: 45px;
}

.notification.success { 
	border: 1px solid #fff;
	background: rgba(255,255,255,.05);
}

.notification.success p { 
	background: url(../images/icons/tick.png) no-repeat;
	background-size: 26px 26px;
	color: #fff; 
}

.notification.error { 
	border: 1px solid #fff;
	background: rgba(255,255,255,.05); 
}

.notification.error p {
	background: url(../images/icons/cross.png) no-repeat;
	background-size: 26px 26px; 
	color: #fff;  
}

.social-links {
	text-align: center;
	margin-top: 50px;
}

.social-links li {
	display: inline-block;
	margin-right: 15px;
}

.social-links li:last-of-type { margin-right: 0px; }
.social-links a { display: block; }

.social-links a:hover {
	opacity: .5;
    filter: alpha(opacity=50); 
}

.copyright { margin-top: 50px; margin-bottom: 10px; text-align: center; }
.copyright h6 { color: #ffffff; }
.copyright a { color: #ffffff; }
.copyright a:hover { color: #ff0000; }


/* =Blog
-------------------------------------------------------------- */

#blog { margin-top: 30px; }

/* Post Styles */
.post { 
	position: relative;
	text-align: left;
	margin-top: 50px;
	padding: 0px 0px 30px 70px;
	border-bottom: 1px solid #e9e9e9;
}

.post-media { position: relative; }

.post-media img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post .date {
	position: absolute;
	text-align: center;
	width: 40px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	line-height: 0.8em;
	border-bottom: 1px solid #e9e9e9;
}

.post .date small { font-size: 0.5833333333333333em; }

.post-title h2 {
	padding-top: 20px;
	text-transform: none;
	letter-spacing: normal;
}

.post.quote .post-title h2, .post.link .post-title h2 {
	font-size: 1em!important;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	padding: 0;
}

.post-title a { color: #060606!important; }
.post-meta h6, .post-meta a { color: #a4a4a3!important; }

.gallery-next, .gallery-prev { position: absolute; z-index: 100; display: block; bottom: 10px; }
.gallery-next { right: 10px; }
.gallery-prev { right: 37px; }
.gallery-next .bx-next, .gallery-prev .bx-prev { 
	position: static; 
	width: auto; 
	height: auto; 
	top: auto; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	right: auto;
	left: auto;
	text-indent: -999em;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gallery-next .bx-next  { background: #060606 url('../images/blog/next.png') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev  { background: #060606 url('../images/blog/prev.png') no-repeat; background-size: 22px 22px;}

/* Sidebar styles */

.widget {
	text-align: left;
	margin-top: 50px;
}

.widget_search form > .search {
	border: none;
	float: left;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 80%;
	height: 40px;
	background: #fff;
	color: #aaaaaa;
	border-bottom: 2px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	-webkit-appearance: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.search-submit {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	outline: none;
	cursor: pointer;
	width: 20%;
	height: 40px;
	text-indent: -999em;
	background: #fff url(../images/blog/search.png) no-repeat center center;
	background-size: 16px 16px;
	text-decoration: none;
	-webkit-appearance: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


.textwidget {
	font-size: 0.8666666666667em;
	line-height: 1.6em;
}

.cat-item, .recentcomments {
	font-size: 0.8666666666667em;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}


.cat-item a, .recentcomments a { color: #060606!important; font-weight: 400; }

.tagcloud a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget-archive a, .widget-recent-entries a {
	color: #060606!important; 
	font-weight: 400;
	font-size: 0.8666666666667em;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

/* Comments */

#comments { text-align: left; padding-top: 50px; }
#comments-title { margin-left: 70px; border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }

.comment { float: left; }
.comment-body { position: relative; margin-left: 70px; border-top: 1px solid #e9e9e9; padding-top: 30px; }
.comment-author { position: absolute; top: 30px; left: -70px;}
.comment-author img { 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment .children { margin-left: 70px; }

.fn { display: block; margin-bottom: 10px; }
.comment-meta, .comment-meta a { color: #a4a4a3!important; }

#respond { margin-left: 70px; margin-top: 50px; }
#reply-title { border-bottom: 2px solid #e9e9e9; padding-bottom: 30px; margin-bottom: 5px; }

.comment-reply-form { border-top: 1px solid #e9e9e9; }

.comment-notes { margin-top: 10px; color: #a4a4a3; }

.control-group label, .control-group .controls { display: inline-block; }
.control-group label { margin-left: 10px; font-weight: 400; }
.control-group .controls input { 
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 

}

.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.controls button {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	background: #fff;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	padding: 10px 20px;
	color: #a4a4a3;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
}

.controls button:hover {
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}


/* =Slider
-------------------------------------------------------------- */
.slider-cover {width: 100%;/* background: #1B1A15; */background-image: url(/wp-content/uploads/2018/10/background11.jpg);}


#vegas-next, #vegas-prev {
	position: absolute;
	display: block;
	text-indent: -999em;
	width: 20px;
	height: 48px;
	cursor: pointer;
	top: 50%;
	margin-top: -24px;
}

#vegas-next:hover, #vegas-prev:hover {
	opacity: .5;
    filter: alpha(opacity=50);
}

#vegas-next {
	right: -100px;
	background: url(../images/icons/next.png) no-repeat center center;
}

#vegas-prev {
	left: -100px;
	background: url(../images/icons/prev.png) no-repeat center center;
}

.vegas-loading {
	display: none;
}

.vegas-overlay {
	background: transparent url(../images/slider/overlays/01.png);
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* =media screen
-------------------------------------------------------------- */

@media screen and (max-width: 468px){ 
#home{
padding-top:100px;
height:263px!important;
}
}

@media screen and (max-width: 468px){ 
.vegas-background{width:468px!important;height:263px!important;left:-30px!important;}
}




@media screen and (max-width: 480px){
  .greeting-sp {
      display: block !important;
  }  
  .greeting {
    display: none;
  }
}
 
.greeting-sp{
  display: none;
}

@media screen and (max-width: 480px){
  .menu_sp {
      display: block !important;
  }  
  .menu {
    display: none;
  }
}
 
.menu_sp{
  display: none;
}

@media screen and (max-width: 480px){
  .access-sp {
      display: block !important;
  }  
  .access {
    display: none;
  }
}
 
.access-sp{
  display: none;
}

@media screen and (max-width: 480px){
  .news-sp {
      display: block !important;
  }  
  .news-pc {
    display: none;
  }
}
 
.news-sp{
  display: none;
}

@media screen and (max-width: 640px){
section#bg01,#bg05,#bg04{display:none;}}

/* =concept
-------------------------------------------------------------- */

.concept {
    box-shadow: 2px 2px 4px;
}

/* =greeting
-------------------------------------------------------------- */

.greeting ul {
    overflow:  hidden;
}

.greeting ul li {
    float:  right;
}

.greeting ul li:nth-child(1) {
    width: 25%;
	padding: 10px;
}

.greeting ul li:nth-child(2) {
    width: 25%;
	padding: 10px;

}

.greeting ul li:nth-child(3) {
    width:  50%;
  
}

/* =background-color
-------------------------------------------------------------- */

section#bg01,#bg02,#bg04,#bg05 {
    /*background: #ffffff;*/
}

/* =menu
-------------------------------------------------------------- */

.menu-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {}

.menu-list-box div.block {
    width: -webkit-calc(90% / 4);
    width: calc(90% / 4);
	margin-bottom: 45px;
}

.menu-list-box div.block h4 {
    font-size: 16px;
    background: #fff;
    padding: 1em;
    text-align: center;
    font-weight: 900;
	margin-bottom: 20px;
}

.menu-list-box div.block p.images {
    width: 100%;
    height: auto;
}

.menu-list-box div.block p.images a img {
    width: 100%;
    height: 280px;
    object-fit: cover;
	box-shadow: 0 0 7px;
}

.block span {
    color: red;
}

@media screen and (max-width: 468px){
	.menu-list-box div.block {
	    width: auto;
	    text-align: center;
}
}

@media screen and (max-width: 468px){
	.menu-list-box div.block p.images a img {
		  width: auto;
	    height: auto;
	    text-align: center!important;
}
}

/* =Video
-------------------------------------------------------------- */

#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0; z-index: -2;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:20px;padding: 0 20px;width:100%;
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}


/* =Switcher / DEMO ONLY
-------------------------------------------------------------- */
#customizer { position: fixed; top: 64px; right: 0; z-index: 9999; height: 100%; }
.corner { display: block; cursor: pointer; width: 50px; height: 50px; background: url('../images/icons/switcher/corner.png') no-repeat; position: absolute; top: 0; right: 0; }
.cog { display: block; width: 24px; height: 24px; position: absolute; top: 5px; left: 24px; background: url('../images/icons/switcher/switcher.gif') no-repeat; }

#options {
	display: none;
	width: 250px;
	background: #fff;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 30px 25px 10px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.heading { border-bottom: 1px solid #e9e9e9; padding-bottom: 15px; margin-bottom: 20px; }
#options h6 { color: #5c5c5c; margin-bottom: 10px; }
.options-segment { margin-bottom: 20px; }

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c!important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
}

.customize-button:hover { background: #fff; }
.customize-button:last-of-type { margin-right: 0px;}

.color-scheme li { float: left; }

.color-scheme a {
	display: block;
	height: 20px;
	width: 31px;
	margin: 0px 8px 10px 0px;
}

.red a { background: #ee3b16;}
.green a { background: #48cfad;}
.blue a { background: #4fc1e9;}
.pink a { background: #ec87c0;}
.yellow a { background: #ffce54;}
.jeans a { background: #5d9cec;}
.grape a { background: #ed5565;}
.grass a { background: #a0d468;}
.lavander a { background: #ac92ec;}
.gray a { background: #656d78;}


/* =Media
-------------------------------------------------------------- */

/* Large screens */
@media only screen and (min-width : 1680px) {
	.bx-next { right: -250px; }
	.bx-prev { left: -250px; }
	#nextProject { right: -250px; }
	#prevProject { left: -250px; }

}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	.id-bx-prev, .id-bx-next { display: none; }
	#nextProject, #prevProject { display: none!important; }
	.projectlist a:hover .projectinfo { background: transparent; }
	.hero-video { background-size: cover; background-position: top center;}

	#customizer { display: none; } /* DEMO ONLY */
}

/* Smaller than 960px */
@media only screen and (max-width: 959px) {
	.nav-button { display: block; }
	.navigation { display: none; }
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.content { padding-top: 50px; } 
	.content.padded { padding-bottom: 50px; }
	.icons .overview { width: 33.3333333333%; margin-bottom: 30px; }
	.icon { cursor: pointer; }
	.projectlist li { width: 50%; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	.id-bx-prev, .id-bx-next { display: none; }
	.id-bx-pager { margin-top: 20px; }
	.id-bx-pager li { width: 50%; margin-top: 20px; }
	.social-links { margin-top: 30px; }
	#nextProject, #prevProject { display: none!important; }
	#respond { margin-left: 0px; }
	#vegas-prev, #vegas-next { display: none; }
	.tooltip { cursor: pointer; }
	.hero-video { background: url(../video/visia-video-poster.jpg) no-repeat; background-size: cover; background-position: top center;}

	#customizer { display: none; } /* DEMO ONLY */
}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.icons .overview { width: 50%; }
	.team-list { padding: 30px 0px 0px; }
	.team-member { padding-bottom: 25px; }
	#respond { padding-bottom: 50px; border-bottom: 2px solid #e9e9e9; }
	.filtering li { margin-bottom: 20px; }
	.value { padding-top: 35px; }
	.subscribe input.submit, .subscribe input.text { width: 100%; margin-left: 0;}
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.project-info { border-bottom: none; }
	.tooltip { width: 150%; left: 5%; margin-left: 0; }
	.pull-left .tooltip { left: -55%;}
}


/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	.call-to-action li { margin-right: 0px; width: 100%; }
	.projectlist li { width: 100%; }
	.id-bx-pager li { width: 100%; }
	.project-info { border-bottom: none; }
	.tooltip { width: 180%; left: 5%; margin-left: 0; }
	.pull-left .tooltip { left: -85%;}
}


/* Targets Retina Enabled Devices */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
	.icon.right { background: url(../images/icons/right@2x.png) no-repeat center center; background-size: 26px 26px; }
	.icon.ux { background: url(../images/icons/ux@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.design { background: url(../images/icons/design@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.seo { background: url(../images/icons/seo@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.social { background: url(../images/icons/social@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.tech { background: url(../images/icons/tech@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.commerce { background: url(../images/icons/commerce@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.config { background: url(../images/icons/config@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.heart { background: url(../images/icons/heart@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.coffee { background: url(../images/icons/coffee@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.portfolio { background: url(../images/icons/portfolio@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.plane { background: url(../images/icons/plane@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.calculator { background: url(../images/icons/calculator@2x.png) no-repeat top; background-size: 64px 128px; }
	.social-icon.small.facebook { background: url(../images/icons/facebook-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.twitter { background: url(../images/icons/twitter-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.google { background: url(../images/icons/google-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.behance { background: url(../images/icons/behance-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.linkedin { background: url(../images/icons/linkedin-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	i.icon-remove { background: url(../images/icons/close@2x.png) no-repeat center center; background-size: 26px 26px;}
	.bx-pager-link { background: url(../images/projects/pager@2x.png) no-repeat top center; background-size: 12px 24px; }
	.bx-pager-link.active { background: url(../images/projects/pager-active@2x.png) no-repeat top center; background-size: 12px 12px; }
	.gallery-next .bx-next  { background: #060606 url('../images/blog/next@2x.png') no-repeat; background-size: 22px 22px;}
	.gallery-prev .bx-prev  { background: #060606 url('../images/blog/prev@2x.png') no-repeat; background-size: 22px 22px;}
	.search-submit { 	background: #fff url(../images/blog/search@2x.png) no-repeat center center; background-size: 16px 16px;}
	.notification.success p  { background: url(../images/icons/tick@2x.png) no-repeat; background-size: 26px 26px;}
	.notification.error p  { background: url(../images/icons/cross@2x.png) no-repeat; background-size: 26px 26px;}
	.project-gallery-next .bx-next  {  background: #fff url('../images/icons/project-gallery-next@2x.png') no-repeat center center; background-size: 22px 22px; }
	.project-gallery-prev .bx-prev  {  background: #fff url('../images/icons/project-gallery-prev@2x.png') no-repeat center center; background-size: 22px 22px; }

}

@media only screen and (max-width: 980px) {
	.logo { 
		width	: 200px;
	}
}

.clear{
	clear: both;
}



/* 追加フォームエラー時色 */

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
	color: #ff0000;
    background: #ffffff;
	border: 1px solid #ff0000;
}
.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 {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #ff0000;

}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}

.wpcf7 .wpcf7c-conf {
	/* formの背景色 */ 
    border: solid 1px #ddd;
    background-color: #fff;
}

.mobile .textarea{width: 100% !important;}
.mobile .textarea2{width: 100% !important;}

/* FORM */
.textarea
{
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #666;
        margin-top: 5px;
        padding: 7px;
        width: 100%;
        border-radius: 5px;
	border: solid 1px #ddd;  
/* CSS3草案 */  
    -webkit-border-radius: 5px;  
/* Safari,Google Chrome用 */
    -moz-border-radius: 5px; 
/* Firefox用 */  
}

.textarea2
{
	background-color: #fff;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	padding: 7px;
	width: 100%;
	border-radius: 5px;
        border: solid 1px #ddd;
	/* CSS3草案 */  
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;
	/* Firefox用 */  
}

.submit
{
background-color: #fff;
font-weight: 400;
font-size: 16px;
color: #333;
padding: 10px 40px;
margin-left: 10px;
border-radius: 5px;
text-align: center;  
/* CSS3草案 */  
-webkit-border-radius: 5px;  
/* Safari,Google Chrome用 */  
-moz-border-radius: 5px; 
/* Firefox用 */
}

.wpcf7 .txt_l{
	text-align: left;
}

.wpcf7 i{
	line-height: 150%;
	color: #996c33;
	width: 20px;
}	

.wpcf7 .bden_femail{
	text-align: left;
    margin-top: 15px;
	line-height: 170%;
}

.wpcf7 .bden_fnf{
	text-align: left;
	margin-bottom: 0px;
	line-height: 170%;
}

.wpcf7 .bden_fn{
	text-align: left;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: 170%;
}

.wpcf7 .bden_center{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:hover img{
opacity: 0.7;
}

.mobile #profile img{
	width: 100%;
	height: auto;
}

.ab_stit{
display: inline-block;
font-size: 120%;
font-weight: normal;
width: 100%;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";	
color: #e0e0e0;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
text-decoration: none;
padding: 15px 15px;
margin-bottom: 0px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4a4a4a), color-stop(1.00, #131313));
background: -webkit-linear-gradient(#4a4a4a, #131313);
background: -moz-linear-gradient(#4a4a4a, #131313);
background: -o-linear-gradient(#4a4a4a, #131313);
background: -ms-linear-gradient(#4a4a4a, #131313);
background: linear-gradient(#4a4a4a, #131313);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#about i{
	color: #c50018;
	padding-right: 10px;
}

#about p a{
	color: #969cf2;
	text-decoration: underline;
}

#about p a:hover{
	color: #AFB4FF;
	text-decoration: none;
}

.mobile .t_box img{
	width: 100%;
	height: auto;
}

.ab_box10{
	padding: 0px 10px 20px;
}

.mobile .ab_box10{
	padding: 0;
}

.ab_box11{
	padding: 0px 10px 20px;
}

.mobile .ab_box11{
	padding: 0;
	background: none;
}

.big_font{
	font-size: 150%;
	line-height: 150%;
}

.ab_li{
	/* border: #AFB4FF 1px solid;
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 0px; */
	margin-top: 30px;
	margin-bottom: 20px;
}

.ab_li li{
	list-style: disc;
        padding-bottom: 10px;
	margin-left: 18px;
	font-weight: 400;
}

#accordion1 h5{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.ab_st{
	padding-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 15px;
}

.ab_st2{
    margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 15px;
}

.ab_st i{
	font-size: 150%;
}

.br_l{
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 15px 5px;
	display: inline-block;
	margin-bottom: 30px;
}

.in_box_b{
	padding-top: 20px;
	font-size: 120%;
	line-height: 170%;
}

.mobile .in_box_b{
	padding-top: 0px;
}

.t_box{
	font-size: 95%;
	font-weight: 600;
	text-align: center;
}

#course i{
	color: #c50018;
	padding-right: 10px;
}


#profile i{
	color: #c50018;
	padding-right: 10px;
}

.mobile #profile img{
	width: 100%;
	height: auto;
}

#pricelist .t20{
	margin-top: 20px;
}

#pricelist i{
	color: #c50018;
	padding-right: 10px;
}

#pricelist .t_box3{
	padding-top: 20px;
}

/* form table */

#contact-us table   { width: 100%; }
#contact-us th, #contact-us td  { padding: 10px; border: 1px solid #ddd; }
#contact-us th  { background: #f4f4f4; }


/* table 01 */

#pricelist table   { width: 100%; }
#pricelist th, #pricelist td  { padding: 10px; border: 1px solid #ddd; }
#pricelist th  { background: #f4f4f4; }


/*----------------------------------------------------
    .p01
----------------------------------------------------*/
.p01{ margin-top: 20px; margin-bottom: 20px;}
.p01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .p01 { margin: 20px 0 30px; }
    .p01 th,
    .p01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .p01 tr:first-child th   { border-top: 1px solid #ddd; }
}

/* MAP sma対応 */

.google-maps {
	position	: relative;
	padding-bottom	: 56.25%;
	padding-top	: 30px;
	height	: 0;
	overflow	: hidden;
}
.google-maps iframe {
	position	: absolute;
	top	: 0;
	left	: 0;
	width	: 100%;
	height	: 100%;
}

#access h4{
        line-height: 170%;
}

#contact-us{
        margin-top: 30px;
}

#contact-us i{
	color: #c50018;
	padding-right: 10px;
}

#contact-us .fu_box{
        margin-top: 20px;
}

#contact-us h3{
	background: #000;
	padding: 7px 10px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#contact-us .t_lesson{
	border: #eee 2px solid;
	color: #333;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bdenbana{
	background: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 15px 15px;
	margin: 30px auto;
	width: 100%;
	text-align: center;
}

.bdenbana .bana_txt01{
	color: #fff;
	font-size: 110%;
	text-align: left;
	padding-top: 10px;
}

.mobile .bdenbana .bana_txt01{
	margin-top: 0px;
}

.bdenbana .bana_txt02{
	color: #fff;
	text-align: left;
}

.bdenbana .bden_bt a{
	text-align: center;
	background: #6679ba;
	padding: 10px 50px 10px 50px;
	border: #222 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: inline-block;
}

.bdenbana .bden_bt a:hover{
	background: #DF0003;
	color: #fff;
}

#voice_movie h2{
display: none;
}

#voice_movie .border{
display: none;
}

/*contents-12*/
.title {
    text-align: center;
}

.title h2 {
    font-size: 2.4em;
   /* text-transform: uppercase;*/
    letter-spacing: 0.20em;
	color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: 1.17em;
    margin: 0 0 20px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 35px!important;
}

@media screen and (min-width: 640px){
.grid-full {
    width: 96.969696969697%;
}
}
@media screen and (min-width: 480px){
.grid-full {
    float: left;
    width: 96.969696969697%;
    margin: 0 1.515151515152%;
}
}
.clearfix {
    zoom: 1;
}

.shortcode {
    margin-top: 50px;
    text-align: left;
}


.shortcode .txt_s {
    width: 100%;
    background: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-bottom: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.txt_s i {
    font-size: 24px;
    color: #fff;
    margin-right: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.example-open-box .block:first-child, article .example-close-box .block:first-child {
    padding-top: 0;
    background: none;
    min-height: 87px;
}
.example-open-box .block, article .example-close-box .block {
    margin-left: 15px;
    position: relative;
    padding-top: 73px;
    padding-bottom: 30px;
    min-height: 160px;
    background: transparent url(/wp-content/uploads/2020/01/line-flow.png) no-repeat center top;
}

.example-open-box .block h4 {
    color: #000000;
}
.example-open-box .block h4, article .example-close-box .block h4 {
    font-size: 1.2em;
    margin: 0 0 1em;
}

.example-open-box .block:first-child p.images, article .example-close-box .block:first-child p.images {
    top: 0;
}
.example-open-box .block p.images, article .example-close-box .block p.images {
    position: absolute;
    top: 73px;
    left: 0;
    margin: 0;
}
.example-open-box .block p, article .example-close-box .block p {
    margin-bottom: 0px;
}
.example-open-box .block h4, .example-open-box .block p, article .example-close-box .block h4, article .example-close-box .block p {
    margin-left: 105px;
}

/* =p.greet
-------------------------------------------------------------- */

p.greet {
    color: #fff;
    line-height: 2.0em;
    margin: 140px 0 20px;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
}

p.greet-sp{
    color: #fff;
    line-height: 2.0em;
    margin: 100px 0 35px;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
}

/* =dl.topics dd
-------------------------------------------------------------- */

dl.topics dd {
	/*margin-left: 100px;*/
	padding-bottom: 20px;
	border-bottom: 1px #fff dashed;
	margin-bottom: 15px;
}


/* =headline__secondary
-------------------------------------------------------------- */

p.headline__secondary {
    font-family: 'Allura', cursive;
    font-size: 100px;
    text-align: center;
    color: #c59d5f;
}

/* =headline__primary
-------------------------------------------------------------- */

p.headline__primary {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 35px;
    text-align: center;
    margin: -88px;
}

/* =headline__secondary__sp
-------------------------------------------------------------- */

p.headline__secondary__sp {
    font-family: 'Allura', cursive;
    font-size: 60px;
    text-align: center;
    color: #c59d5f;
}

/* =headline__primary__sp
-------------------------------------------------------------- */

p.headline__primary__sp {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 28px;
    text-align: center;
    margin: -65px;
}

/* =headline__secondary__map
-------------------------------------------------------------- */

p.headline__secondary__map {
    font-family: 'Allura', cursive;
    font-size: 100px;
    color: #c59d5f;
}

/* =headline__primary__map
-------------------------------------------------------------- */

p.headline__primary__map {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 35px;
	margin-top: -88px;
    
}

/* =headline__secondary__map-sp
-------------------------------------------------------------- */

p.headline__secondary__map-sp {
    font-family: 'Allura', cursive;
    font-size: 60px;
    color: #c59d5f;
}

/* =headline__primary__map-sp
-------------------------------------------------------------- */

p.headline__primary__map-sp {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 28px;
	margin-top: -68px;
    
}

/* =menu_title_sp
-------------------------------------------------------------- */

.menu_title {
    margin-bottom: 100px;
}

/* =access
-------------------------------------------------------------- */
.access {
    text-align: left;
    margin-bottom: 60px;
    margin-top: -100px;
}

/* =news-en
-------------------------------------------------------------- */

p.news-en {
    font-family: 'Allura', cursive;
    font-size: 100px;
    color: #c59d5f;
}

/* =news-jp
-------------------------------------------------------------- */

p.news-jp {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 35px;
	margin-top: -140px;
    
}

/* =news-en-sp
-------------------------------------------------------------- */

p.news-en-sp {
    font-family: 'Allura', cursive;
    font-size: 68px;
    color: #c59d5f;
}

/* =news-jp-sp
-------------------------------------------------------------- */

p.news-jp-sp {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 28px;
	margin-top: -115px;
    
}

/* =greeting-sp
-------------------------------------------------------------- */
.greeting-sp li:nth-child(2) {
    width: 50%;
    float: left;
    padding: 10px;
}

.greeting-sp li:nth-child(3) {
    width: 50%;
    float: right;
    padding: 10px;
}


/* =menu
-------------------------------------------------------------- */

.menu ul li {
	    float:  left;
		width:  48%;
		padding: 10px;
}

.menu ul li:nth-child(2n+1){
	clear: both;
} 

.menu_sp ul li {
	    float:  left;
		width:  50%;
		padding: 10px;
}

.menu_sp ul li:nth-child(2n+1){
	clear: both;
} 

/*contents-13
 -------------------------------------------------------------* /

@media screen and (max-width: 1024px)
#schedule .multiple {
    overflow-y: scroll;
}

#schedule h4 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 10px;
    background: #000000;
    color: #fff;
    margin-bottom: 10px;
}

#schedule .multiple table {
    width: 990px;
    margin-bottom: 40px;
}
#schedule table {
    margin-bottom: 30px;
}
table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#schedule table td.tbc {
    font-weight: 600;
    background: #d4e8ff;
}
#schedule table td {
    border: #ccc 1px solid;
    padding: 10px;
    vertical-align: middle;
    line-height: 150%;
    text-align: center;
}

#schedule ul {
    font-size: 95%;
}

#schedule ul li {
    padding-bottom: 5px;
}

/*contents-14*/
#recruit h3 {
    border-left: #000000 5px solid;
    padding-left: 10px;
    line-height: 30px;
    font-size: 120%;
}

#recruit h4.rec_c {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 10px;
    background: #731D40;
    color: #fff;
    margin-bottom: 10px;
}

.r_01 {
    margin-bottom: 50px;
}

.r_01 th {
    width: 25%;
}
th {
    background: #fffff0;
}
th, #recruit td {
    padding: 10px;
    border: 1px solid #ffdaa8;
}

/*contents-15*/

#flow .s_tit {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 5px;
    background: #000000;
    color: #fff;
    font-weight: 600;
    width: 300px;
    margin: 0px auto 15px;
}

#flow h3 {
    font-size: 130%;
    padding-bottom: 10px;
    border-bottom: #ddd 1px solid;
}

#flow h3:before {
    font-family: "FontAwesome";
    content: "\f0ea";
    color: #000000;
    font-size: 120%;
    margin-right: 9px;
    margin-left: 10px;
}

.point_d {
    margin: 50px auto 0px;
    width: 0;
    height: 0;
    border: 80px solid transparent;
    border-top: 40px solid #ddd;
}

/*contents-16*/

#price h3 {
    font-size: 130%;
    padding-bottom: 10px;
    border-bottom: #ddd 1px solid;
}

#price h3:before {
    font-family: "FontAwesome";
    content: "\f0ea";
    color: #000000;
    font-size: 120%;
    margin-right: 9px;
    margin-left: 10px;
}

#price dl {
    margin-bottom: 50px;
}

#price dl dt {
    float: left;
    font-weight: 600;
    width: 100%;
    padding-left: 5px;
}

#price dl dd {
    text-align: right;
    width: 100%;
    border-bottom: #aaa 1px dashed;
    padding-bottom: 10px;
    padding-right: 5px;
    margin-bottom: 15px;
}

/*contents-17*/

#staff th, td {
    padding: 10px;
    border: 1px solid #ffdaa8;
}

#staff .sub-heading {
    margin: 48px auto;
    max-width: 630px;
}

#staff .wc-shortcodes-row {
    margin-bottom: 30px;
}
.wc-shortcodes-row {
    display: block;
    width: 100%;
}
.wc-shortcodes-clearfix {
    zoom: 1;
}

.wc-shortcodes-one-half {
    width: 48%;
}

.wc-shortcodes-column-first {
    margin-left: 0!important;
    clear: left;
}


/*contents-18*/

#voice div.v_contbox {
    margin-bottom: 50px;
}

#voice div.imgbox {
    margin-bottom: 20px;
}

#voice img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#voice .wc-shortcodes-row {
    margin-bottom: 20px;
	
}
.wc-shortcodes-item {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#voice .wc-shortcodes-one-half, .wc-shortcodes-one-third, .wc-shortcodes-two-third, .wc-shortcodes-three-fourth, .wc-shortcodes-one-fourth, .wc-shortcodes-one-fifth, .wc-shortcodes-two-fifth, .wc-shortcodes-three-fifth, .wc-shortcodes-four-fifth, .wc-shortcodes-one-sixth, .wc-shortcodes-five-sixth {
    position: relative;
    margin-left: 4%;
    margin-bottom: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#voice dl.l_img {
    overflow: hidden;
    margin-bottom: 20px;
}

#voice dl.l_img dt {
    float: left;
    width: 200px;
    clear: left;
}

#voice dl.l_img dd {
    padding-left: 15px;
    margin-left: 215px;
}

#voice dl.l_img dd h3.sub_tit {
    font-size: 110%;
    font-weight: 600;
}

#voice dl.l_img dd h3:before {
    content: "\f130";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 120%;
    color: #000000;
}

#voice dl.l_img dd ul li.q_txt {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f9f0e0;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#voice dl.l_img dd ul li.q_txt i {
    margin-right: 5px;
    font-size: 120%;
    color: #836d42;
}

.fa-user:before {
    content: "\f007";
}

#voice dl.l_img dd ul li.int_txt {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

#voice dl.l_img dd ul li.int_txt i {
    margin-right: 5px;
    font-size: 120%;
    color: #3A5800;
}

.fa-comment:before {
    content: "\f075";
}

#voice dl.r_img dt {
    float: right;
    width: 200px;
    clear: right;
}

#voice dl.r_img dd h3.sub_tit {
    font-size: 110%;
    font-weight: 600;
}

#voice dl.r_img dd h3:before {
    content: "\f015";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 120%;
    color: #000000;
}

#voice dl.r_img dd ul li.first {
    border-top: #000000 1px dashed;
    border-bottom: #000000 1px dashed;
    width: 765px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
}

#voice dl.r_img dd ul li {
    border-bottom: #000000 1px dashed;
    width: 765px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
}

/*contents-19*/

#services div.main-img {
	width:770px;
	margin:0 auto;
}

#services div.main-img img {
	text-align:center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
}

#services p.come_box {
    font-size: 120%;
    margin-bottom: 30px;
    margin: 0 10px 30px;
}

#services h3.sub_tit {
    color: #fff;
    background: #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 15px;
    font-size: 150%;
    margin-bottom: 15px;
}

#services ul.thr_p {
    margin-top: 5px;
    width: 50%;
    overflow: hidden;
}

#services ul.thr_p li {
    float: left;
    margin-left: 2%;
    width: 48%;
}

#services h4:before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #000000;
    font-size: 150%;
}


#services .jiyu {
    margin-bottom: 5px;
}

#services p.n_box {
    text-align: center;
    font-size: 120%;
}

.wc-shortcodes-one-third {
    width: 30.66%;
}

/*contents-20*/

#greeting h3:before {
    font-family: "FontAwesome";
    content: "\f06c";
    color: #000000;
    margin-right: 7px;
    font-size: 130%;
}

#greeting h3 {
    font-size: 120%;
    font-weight: 600;
}

#greeting ul {
    margin-left: 15px;
}

#greeting ul li {
    list-style-type: disc;
    font-weight: 600;
    margin-bottom: 10px;
}

#greeting .txtbox2 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 15px;
    background: #e6f1e0;
    line-height: 180%;
}

/*contents-21*/

#hairdesign .txt_box {
    padding-bottom: 30px;
}

#hairdesign .wc-shortcodes-row {
    margin-bottom: 50px;
}

#hairdesign h3.hair_tit {
    font-size: 105%;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: #000000 1px dotted;
    margin-bottom: 10px;
}

#hairdesign h3.hair_tit i {
    margin-right: 5px;
    color: #000000;
}

.fa-gg:before {
    content: "\f260";
}

#hairdesign .s_txt_box {
    font-size: 90%;
}

#hairdesign .title2 {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

#hairdesign h3.hair_tit2 {
    font-size: 105%;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: #000000 1px dotted;
    margin-bottom: 10px;
}

#hairdesign h3.hair_tit2 i {
    margin-right: 5px;
    color: #000000;
}

#hairdesign .p_comm {
    text-align: right;
    margin-bottom: 20px;
}

#hairdesign #price {
    border-bottom: #000000 1px dotted;
    padding-bottom: 7px;
    margin-bottom: 7px;
    clear: both;
}

#hairdesign .red {
    font-size: 80%;
    color: #e60012;
}

#hairdesign #price dt{
float: left;
width: 70%;
}

#hairdesign #price dd{
padding-left: 10px;
text-align: right;
}

#hairdesign .sub_tit,strong{
font-weight: 600;
margin-bottom: 10px;
}

#hairdesign .sub_tit i{
margin-right: 5px;
color: #000000;
}

#hairdesign #price2{
border-bottom: #000000 1px dotted;
padding-bottom: 7px;
margin-bottom: 7px;
clear: both;
}

#hairdesign #price2 dt{
float: left;
width: 80%;
}

#hairdesign #price2 dd{
padding-left: 10px;
text-align: right;
}

#hairdesign #price3{
border-bottom: #000000 1px dotted;
padding-bottom: 7px;
margin-bottom: 7px;
clear: both;
}

#hairdesign #price3 dt{
float: left;
width: 50%;
}

#hairdesign #price3 dd{
padding-left: 10px;
text-align: right;
}

.mobile #hairdesign #price dt{
float: none;
width: 100%;
font-weight: 600;
padding-bottom: 10px;
}

.mobile #hairdesign #price dd{
padding-left: 0px;
}

.mobile #hairdesign #price2 dt{
float: none;
width: 100%;
font-weight: 600;
padding-bottom: 10px;
}

.mobile #hairdesign #price2 dd{
padding-left: 0px;
}

.mobile #hairdesign #price3 dt{
float: none;
width: 100%;
font-weight: 600;
padding-bottom: 10px;
}

.mobile #hairdesign #price3 dd{
padding-left: 0px;
}

/*contents-22*/

#staff2  h3.hair_tit{
font-size: 105%;
font-weight: 600;
padding-bottom: 10px;
border-bottom: #000000 1px dotted;
margin-bottom: 10px;
}

#staff2 h3.hair_tit i{
margin-right: 5px;
color: #000000;
}

#staff2 .s_txt_box{
font-size: 90%;
}

/*contents-23*/

#reco img.obt {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#reco h3{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #211613;
color: #fff;
padding: 7px 10px;
text-align: left;
font-size: 130%;
}

#reco h3.ore_b{
background: #000000;
text-align: center;
color: #ffffff;
font-weight: 600;
}

#reco div.cont_box{
margin-bottom: 50px;
}

#reco .bf_come_box{
font-size: 120%;
}

#reco h4{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #e9e4dd;
color: #211613;
padding: 7px 10px;
text-align: left;
}

#reco h4:before{
content: "\f058";
font-family: FontAwesome;
margin-right: 5px;
font-size: 120%;
color: #000000;
}

/*contents-24*/

#three h3{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #211613;
color: #fff;
padding: 7px 10px;
text-align: left;
}

#three h3:before{
content: "\f058";
font-family: FontAwesome;
margin-right: 5px;
font-size: 120%;
color: #ffffff;
}

#three .img_box{
margin-bottom: 30px;
}

#three .come_box{
}

#three .wc-shortcodes-row{
margin-bottom: 30px;
}

/*contents-26*/

#products img{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#products .c_rbox{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px #ddd solid;
padding: 8px 10px 0;
}

#products .c_rbox dl{
overflow: hidden;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px #ccc dashed;
}

#products .c_rbox dl dt{
width: 100px;
float: left;
}

#products .c_rbox dl dd{
padding-left: 10px;
margin-left: 110px;
line-height: 100px;
font-size: 120%;
color: #000000;
}

#products .c_rbox .come_box{
margin-bottom: 10px;
}

/*contents-27*/

#equipment img{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#equipment h3.s_tit{
font-size: 120%;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 1px #ccc dashed;
color: #000000;
text-align: left;
}

#equipment .r_box{
overflow: hidden;
margin-bottom: 30px;
}

#equipment .r_box .r_img{
float: right;
margin-left: 15px;
width: 200px;
}

#equipment .r_box .lr_img{
float: right;
margin-left: 15px;
width: 200px;
}

@media screen and (max-width: 480px) {
#equipment .r_box .r_img{
float: none;
margin-left: 0px;
margin-bottom: 20px;
width: 100%;
}

#equipment .r_box .lr_img{
float: none;
margin-left: 0px;
margin-bottom: 20px;
width: 100%;
}
}

#equipment h3:before {
    content: "\f085";
    font-family: FontAwesome;
    margin-right: 5px;
    padding-left: 5px;
    font-size: 120%;
    color: #000000;
}

/*contents-28*/

#staff3 .b_bold{
color: #000000;
font-weight: 600;
}

#staff3 .g_bold{
color: #000000;
font-weight: 600;
}

#staff3 .s_tit{
	width:630px;
	margin:0 auto;
margin-bottom: 40px;
}

#staff3 .wc-shortcodes-row{
margin-bottom: 35px;
padding-bottom: 20px;
border-bottom: #000000 2px dotted;
}

#staf3f dl{
border-bottom: #aaa 1px dotted;
padding-bottom: 10px;
margin-bottom: 10px;
overflow: hidden;
text-align: left;
}

#staf3f dt{
font-weight: 600;
margin-bottom: 5px;
}

#staff3 dd{
margin-left: 10px;
}

/*contents-29*/

#s-service strong{
font-weight: 600;
}

#s-service h2{
color: #060606;
font-weight: 300;
}

#s-service .dark .border{
background: #000000;
}

#s-service .s_img_l{
text-align: center;
margin-bottom:50px;
}

#s-service ol#ssl{
list-style-type: decimal;
font-size: 150%;
font-weight: bold;
text-align: left;
color:#333;
margin-bottom: 80px;
}

.mobile #s-service ol#ssl{
font-size: 110%;
}

#s-service ol#ssl li{
margin-left: 30px;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: #333 1px dotted;
}

#s-service h2{
text-align: center;
}

#s-service .cont_box{
text-align: left;
margin-top: 80px;
}

#s-service h3.s_tit{
font-weight: 600;
font-size: 120%;
border-bottom: #ccc 1px dashed;
padding-bottom: 5px; 
}

#s-service i{
color: #000000;
margin-right: 5px;
}

#s-service .s_box{
padding-bottom: 10px;
}

#s-service dl{
margin-bottom: 40px;
}

#s-service dl dt{
margin-bottom: 10px;
font-weight: 600;
}

#s-service dl dd{
margin-bottom: 20px;
margin-left: 20px;
padding: 10px;
border-left: #ccc 1px solid;
background: #eee;
}

#s-service .wc-shortcodes-pricing .wc-shortcodes-pricing-cost{
font-size: 110%;
}

#s-service table{
margin-bottom: 10px;
}

#s-service .multiple0 table{
width: 990px;
margin-bottom: 40px;
}

#s-service .multiple table{
width: 732px;
}

@media screen and (max-width: 1024px) {
#s-service .multiple0,#s-service .multiple{
overflow-y: scroll;
}
}

#s-service table td{
border: #ccc 1px solid;
padding: 10px;
vertical-align: middle;
line-height: 150%;
font-size: 90%;
}

#s-service table td.rihgt_t{
text-align: right;
}

#s-service table td.center_t{
text-align: center;
}

#s-service table td.center_t_cb{
background: #eee;
text-align: center;
font-weight: 600;
}

#s-service h4{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 8px 10px;
background: #000000;
color: #fff;
font-weight: 600;
}

/*contents-30*/

#flow2{
}

#flow2 img{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#flow2 h3{
background: #000000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 8px 15px;
color: #fff;
}

#flow2 i{
color: #000000;
margin-right: 5px;
}

#flow2 dl{
overflow: hidden;
margin-bottom: 30px;
}

#flow2 dl dt{
float: left;
width: 120px;
}

#flow2 dl dd{
padding-left: 15px;
margin-left: 135px;
padding-top: 5px;
}

#flow2 dl dd h4{
font-size: 120%;
margin-bottom: 10px;
}

#flow2 dl dd h5{
font-size: 110%;
margin-bottom: 10px;
color: #000000;
padding-bottom: 10px;
border-bottom: 1px #8fc31f dashed;
font-weight: 600;
}

#flow2 dl dd h5 i{
font-size: 120%;
font-weight: 600;
}

#flow2 .wc-shortcodes-row{
margin-bottom: 50px;
}

#flow2 dl dd h4.tit2{
font-size: 110%;
margin-bottom: 10px;
color: #000000;
padding-bottom: 10px;
border-bottom: 1px #8fc31f dashed;
font-weight: 600;
}


#flow2 dl dd h4.tit2 i{
font-weight: 600;
}

#flow2 dl dd ul{
margin-left: 15px;
}

#flow2 dl dd ul li{
list-style: disc;
margin-bottom: 5px;
}

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

#flow2 dl dt{
float: left;
width: 85px;
}

#flow2 dl dd{
padding-left: 5px;
margin-left: 90px;
padding-top: 5px;
}

#flow2 dl{
overflow: hidden;
margin-bottom: 30px;
padding-bottom: 25px;
border-bottom: 2px #000000 dashed;
}
}

