@charset "UTF-8";
/*
Theme Name: Kreis
Theme URI: 
Description: This is our original theme.
Author: atinterface
Author URI:
Version:1.0
*/


@import url("css/bootstrap.min.css");
@import url("css/reset.css");
@import url("css/slider-pro.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("css/bootstrap_print.css");
@import url("css/animate.css");
@import url("css/lity.min.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Galada");

/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {}
body * {
	font-size: 14px;
	line-height: 1.5;
}

a, a:hover {
	text-decoration: none;
}
a img {	
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

strong, .strong { font-weight: bold; }

/*スマフォの画面右隙間削除*/
#wrapper { overflow: hidden; }

/*reset.cssのカスタマイズ*/
.fl-l {
	margin-right: 10px;
	margin-bottom: 10px;
}
.fl-r {
	margin-left: 10px;
	margin-bottom: 10px;
}
.fl-r {
	float: right
	margin-left: 10px;
	margin-bottom: 10px;
}

/*デフォルト・スタイル*/
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*基本スタイル*/
.fz12 { font-size: 12px; }
.fz13 { font-size: 13px !important; }
.br05 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.w100 { width: 100%; }
.btn-base { background-color: #eee; }
.btn-base:hover { background-color: #ccc; }
.bgc_eee {
	/*
	background-color: #eee;
	*/
	background: transparent url(img/bp_01.gif) repeat scroll center top;
 }
.bd10-e {
	/*
	border: 10px solid #eee;
	*/
	padding: 10px;
	background: transparent url(img/bp_01.gif) repeat scroll center top;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ヘッダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {
	color:#fff;
	background-color: rgba(0,0,0,1);
	position: absolute;
	z-index: 100;
	width: 100%;
}
.home header {
	background-color: rgba(0,0,0,0.4);
}
@media screen and (max-width: 991px) {
	.home header { background-color: rgba(0,0,0,1); }
}
.description {
	padding: 3px 0px;
	font-size: 11px;
	overflow: auto;
}
.description span {
	display: inline-block;
	float: right;
	padding-right: 17px;
}
.description span i {
	font-size: 24px;
	color: #ccc;
}

#header h1 {
	color: #fff;
	font-size: 30px;
	text-align: left;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	header { position: relative; }
	.description { margin-right: 40px; }
	#header h1 img { margin-left: auto; margin-right: auto;}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.menu-global-container {
	margin-top: 15px;
	margin-bottom: 10px;
}
#menu-global {
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#menu-global li {
	float: left;
	text-align: center;
	width: 16.666%;
}
#menu-global li:first-child {
	display: none;
}
#menu-global li a {
	display: block;
	padding: 8px 10px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#menu-global li:first-child a {
	margin-left: 0px;
}
#menu-global li a span {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
}
#menu-global li a:hover {
	background-color: rgba(0,110,176,0.6);
}

/*調整*/
@media screen and (max-width: 991px) {
	#menu-global li { width: 16.666%; }
}


/*スマホ用メニュー　*/
/*ハンバーガーボタン*/
.menu-icon-wrapper {
	display: none;
	position: fixed;
	z-index: 1000;
	right: 10px;
	top: 0px;
	width: 38px;
	height: 36px;
	background-color: #999;
	padding: 2px;
	overflow: auto;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
}
.menu-icon-wrapper:hover {
	background-color: #aaa;
}
 
.menu-icon {
	display: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: fixed;
	z-index: 1000;
	right: 14px;
	top: 8px;
}
.menu-icon span {
  display: block;
  width: 30px;
  height: 4px;
  background: #333;
  margin-bottom: 2px;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.menu-icon span.bar1 {
  margin-top: 2px;
}
.menu-icon:hover span {
  margin-bottom: 4px;
}
.menu-icon:hover span.bar1 {
  margin-top: 0px;
}
.menu-icon.active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-icon.active:hover span {
  margin-top: 2px;
  margin-bottom: 2px;
}
.menu-icon.active .bar1 {
  -webkit-transform: rotate(0deg) translateY(6px);
  -moz-transform: rotate(0deg) translateY(6px);
  -ms-transform: rotate(0deg) translateY(6px);
  -o-transform: rotate(0deg) translateY(6px);
  transform: rotate(0deg) translateY(6px);
}
.menu-icon.active .bar2 {
  opacity: 0;
}
.menu-icon.active .bar3 {
  -webkit-transform: rotate(-90deg) translateX(5px);
  -moz-transform: rotate(-90deg) translateX(5px);
  -ms-transform: rotate(-90deg) translateX(5px);
  -o-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
}

button.btn:hover {
	color: #fff;
}


@media screen and (max-width: 767px) {
	.menu-icon, .menu-icon-wrapper { display: block; }
	.menu-global-container {
		position: fixed;
		background-color: rgba(0,0,0,0.9);
		width: 350px;
		height: 150%;
		top: 0px;
		left: -350px;
		overflow: scroll;
		padding-top: 30px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#menu-global {
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#menu-global li {
		float: none;
		text-align: center;
		width: 100%;
	}
	#menu-global li:first-child { display: block; }
	#menu-global li a {
		display: block;
		padding: 10px 0px;
		font-size: 15px;
		text-decoration: none;
		color: #fff;
		margin: 0px;
		border: 0px;
		background-color: transparent;
		border-bottom: 1px dotted #ccc;
		text-align: right;
		padding: 15px 10px;
	}
	#menu-global li a span {
		display: none;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
キービジュアル背景画像、スライダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.sp-slides-container {
	background-color: #000;
}

.wappen {
	position: absolute;
	top: 300px;
	left: 60%;
	width: 240px;
	height: 240px;

	display: none;
}
@media screen and (max-width: 767px) {
	.wappen { display: none; }
}

<!--
.kv{
	height: 500px;
	padding-top: 110px;
	text-align: center;
	margin-top: 100px;
}
.kv_01 {
	background: transparent url("img/main_01.jpg") center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.kv div.cover {
	background-color: rgba(0,0,0,0.7);
}
.kv h1 {
	padding: 20px 0px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
	.kv { margin-top: 0px; padding-top: 90px; height: 400px; }
	.kv_01 h1 { font-size: 24px; }
}
@media screen and (max-width: 767px) {
	.kv_01 { background-attachment: scroll; }
	.kv_01 h1 { font-size: 20px; }
	.kv { padding-top: 100px; }
}
@media screen and (max-width: 600px) {
	.kv { padding-top: 70px; }
}
-->

/*::::::::::::::::::::::::::::::::::::::::::::::::::
トップページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.top_navi {
	margin-top: 50px;
}
.top_navi a {
}
.top_navi a h3, .top_title {
	font-family: 'Galada', cursive;
	color: #000;
	font-size: 30px;
	margin-bottom: 0;
}
.top_navi a h3 {
	background-color: #eee;
	padding: 10px 0px 0px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	background: transparent url(img/bp_01.gif) repeat scroll center top;
}
@media screen and (max-width: 767px) {
	.top_navi { margin-top: 20px; }
}

.top_company {
	background-color: #fff;
	padding: 10px;
}
.top_company * {
	font-size: 16px;
	line-height: 1.6;
/*
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
}

#top_news {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
#top_news li {
	border-bottom: 1px dotted #333;
	padding: 10px 5px;
	clear: both;
	overflow: auto;
}
#top_news li:last-child { border-bottom: 0px; }
#top_news li img {
	width: 120px;
	overflow: hidden;
}

.topics_ul li {
	margin-bottom: 10px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページ共通
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents {
	margin-top: 150px;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	#contents { margin-top: 20px;　}
}

h2.h2title_01 {
	font-size: 20px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
h2.h2title_01 span {
	margin-top: 3px;
}
h3.h3title_01 {
	border-bottom: 2px solid #333;
	font-size: 16px;
	font-weight: bold;
}
h3.h3title_02 {
	color: #A0272D;
	font-size: 36px;
	font-weight: bold;
	border-left: 7px solid #B3B3B3;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	h3.h3title_02 {
		font-size: 20px;
	}
}


.tab-pane h3 {
	margin-bottom: 20px;
	border-bottom: 2px dotted #ccc;
	padding: 0px;
	font-size: 23px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pagetop {
	margin-top: 30px;
	text-align: right;
}


/*ページナビ*/
.page_menu li {
	display: inline;
}

.ul_style_01 {
	list-style: disc;
	margin-left: 20px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
会社概要
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.company_p { margin-left: 20px; }
.company_table { margin-left: 20px; }
@media screen and (max-width: 767px) {
	.company_table { margin-left: 0px; }
	.company_p { margin-left: 0px; }
}

.company_table tr {
	border-bottom: 1px dotted #808080;
}
.company_table th {
	width: 120px;
	padding: 10px;
	vertical-align: top;
}
.company_table th span {
	width: 100%;
	border-right: 2px solid #b3b3b3;
	display: inline-block;
}
.company_table td {
	padding: 10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
カスタム
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.custom_main {
	position: relative;
}
.custom_main h1 {
	position: absolute;
	top: 15%;
	left: 0;
	padding: 30px 30px 30px 120px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	font-size: 40px;
	line-height: 1.2;
}
@media screen and (max-width: 991px) {
	.custom_main h1 {
		font-size: 24px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 600px) {
	.custom_main h1 {
		position: relative;
		padding: 5px;
		font-size: 16px;
		background-color: #000;
		line-height: 1.5;
	}
	.custom_main h1 br {
		display: none;
	}
}

.custom_p {
	background-color: #eee;
	padding: 10px;
	font-weight: bold;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
板金
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.repair_main {
	position: relative;
}
.repair_main h1 {
	position: absolute;
	top: 30%;
	left: 0;
	padding: 30px 30px 30px 50px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	font-size: 40px;
	line-height: 1.2;
	text-align: right;
}
@media screen and (max-width: 991px) {
	.repair_main h1 {
		font-size: 24px;
	}
}
@media screen and (max-width: 600px) {
	.repair_main h1 {
		position: relative;
		padding: 5px;
		font-size: 16px;
		background-color: #000;
		text-align: left;
		line-height: 1.5;
	}
	.repair_main h1 br {
		display: none;
	}
}

.repair_h4 {
	color: #fff;
	background-color: #000;
	padding: 5px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.repair_p {
	color: #fff;
	background-color: #A0272D;
	text-align: center;
	padding: 10px;
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	.repair_p {
		font-size: 20px;
		font-weight: bold;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
車検代行
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.daikou_main {
	position: relative;
}
.daikou_main h1 {
	position: absolute;
	top: 30%;
	right: 0;
	padding: 30px 50px 30px 30px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	font-size: 40px;
	line-height: 1.2;
	text-align: left;
}
@media screen and (max-width: 991px) {
	.daikou_main h1 {
		font-size: 24px;
	}
}
@media screen and (max-width: 600px) {
	.daikou_main h1 {
		position: relative;
		padding: 5px;
		font-size: 16px;
		background-color: #000;
		text-align: right;
		line-height: 1.5;
	}
	.daikou_main h1 br {
		display: none;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿アーカイブページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_ul {
	margin:20px;
}
.archive_ul li {
	padding: 10px;
	margin-left: 20px;
	border-bottom: 1px dotted #ccc;
}
.archive_ul li:before {
	content: '● ';
}
.archive_ul li a:hover {
	background-color: #ccc;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
お問い合わせ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.tel {
	font-size: 30px;
	color: #fff;
	background-color: #333;
	padding: 10px 10px 20px;
	margin: 0 auto;
	width: 70%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.tel a {
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.tel { width: 100%; }
}
/*フォーム*/
.form_width { max-width: 100%; }

.form_dl { overflow: auto; }
.form_dl dt {
	float:left;
	width:30%;
	text-align:right;
	margin-bottom:20px;
	clear:both;
	padding:5px 10px;
	background-color:#fafafa;
}
.form_dl dd {
	float:right;
	margin-bottom:20px;
	width:65%;
}
.form_dl dd input {
	width:100%;
	padding:5px;
	box-shadow:none;
}
.form_dl dd textarea {
	width:100%;
	padding:5px;
	box-shadow:none;
	border-color:#ccc;
}


@media screen and (max-width: 767px) {
	.form_dl dt, .form_dl dd {
		float: none;
		display: block;
		width: 100%;
	}
	.form_dl dt { text-align:center; }
}


/*送信ボタン*/
.wpcf7-submit {
	font-size: 16px;
	padding: 3px 25px;
	background: #e9e9e9; 
	color: #363B3F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
.wpcf7-submit:hover {
	background-color: #dcdcdc;
}



.screen-reader-response {
	display:none;
}
.wpcf7-not-valid-tip {
	background-color:#eee;
	padding:5px;
	width:100%;
	display:block;
}
/*送信エラー*/
.wpcf7-validation-errors {
	font-weight:bold;
	background-color:#ffa500;
	color:#fff;
	padding:20px 10px !important;
	border:none !important;
}
/*送信完了*/
.wpcf7-mail-sent-ok {
	font-weight:bold;
	background-color:#228b22;
	color:#fff;
	padding:20px 10px !important;
	border:none !important;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
サイド
::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
	background-color: #222;
	padding: 30px 0px;
}
#footer * {
	color: #fff;
}
#footer a:hover,
#footer a:hover i {
	color: #ffd700;
}
#footer h2 {
	font-size: 15px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.copy{
	clear: both;
	color: #fff;
	background-color: #000;
	margin-top: 0px;
	text-align: center;
	padding: 5px;
}

.sns a i { color: #666; font-size: 42px; }

.footer_ul { margin-left: 30px; }
.footer_ul li {
	list-style: disc;
}
@media screen and (max-width: 767px) {
	.footer_ul { margin-left: 0px; }
	.footer_ul li {
		list-style: none;
		margin-left: 0px;
		text-align: center;
	}
	.footer_ul li a {
		display: block;
		background-color: #333;
		padding: 15px 10px;
		margin-bottom: 5px;
	}
	.footer_ul li a:hover {
		color: #fff;
		background-color: #666;
	}
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
メディアクエリ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 991px) {}
@media screen and (max-width: 600px) {}


.row-vm {
	font-size: 0;
}
 
.row-vm > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}


/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;
}
.row-0 > div{
        padding-right:0px;
        padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
}
.row-10 > div{
        padding-right:5px;
        padding-left:5px;
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
 }
 .row-20 > div{
        padding-right:10px;
        padding-left:10px;
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
 }
.row-30 > div{
        padding-right:15px;
        padding-left:15px;
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
 }
.row-40	> div{
        padding-right:20px;
        padding-left:20px;
}
