/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);


/*---------------------------------------------------------*/
img{
    height: auto;
    max-width: 100% ;
	vertical-align: bottom;
}

.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }

.pc-dnon{display: none;}

/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.m100b-s { margin-bottom: 100px !important; }
.m20l-s{margin-left:20px !important}
.p01-s { padding: 10px !important; }
.p20a-s{ padding: 20px !important; }

.hstyle01{
	font-size:300%;
	background: url("../images/hstyle01.png") no-repeat center bottom;
	padding-bottom: 30px;
}
.hstyle02{
	font-size:300%;
	background: url("../images/hstyle02.png") no-repeat center bottom;
	padding-bottom: 30px;
}
#sub .hstyle01,#sub .hstyle02{
	font-size:160%;
}
#sub header{
	min-height: 30%;
}
#sub header .header-content{
	margin-top:0px;
}
#two {
	padding: 0 !important;
	min-height: inherit !important;
}
#two ul{
	padding: 0;
	margin: 0;
	display: flex;
}
#two ul li{
	width: 33.3%;
	position: relative;
	color: #fff;
	list-style: none;
}
#two ul li h3{
	position: absolute;
	top:10px;
	left: 3%;
	width: 94%;
}
#two ul li p{
	position: absolute;
	bottom:0px;
	left: 3%;
	width: 94%;
}
#three{
	background: #ce5903;
}
.servicebox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("../images/hr.png") no-repeat center bottom;
	padding:40px 20px;
}
.servicebox:last-of-type{
	background: none;
	padding-bottom: 0;
}
.servicebox.rev{
	flex-direction: row-reverse;
}

.servicebox .s-left{
	width: 68%;
	margin: 1%;
}
.servicebox .s-left h3{
	margin-bottom: 20px;
}
.servicebox .s-right{
	width: 28%;
}
#four{
	background: url("../images/flowbg.jpg") no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	color: #333;
}
#four h2{
	margin-bottom: 100px;
}
#four .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#four .inner ul{
	width: 90%;
	margin:0;
	padding: 0;
	display: flex;
}
#four .inner ul li{
	width: 23%;
	margin: 1%;
	background: url("../images/flow_bg.png") no-repeat center center;
	background-size:cover;
	position: relative;
	padding: 20px;
	padding-top: 80px;
	list-style: none;
}
#four .inner .start{
	width: 10%;
}
#four .inner ul li .icon{
	position: absolute;
	top:-50px;
	left: 0;
	text-align: center;
	width: 92%;
}
#four .inner ul li h3{
	text-align: center;
	color: #b93819;
	font-size:130%;
	margin-bottom: 20px;
	width: 92%;
}
#four .inner ul li p{
	font-size:100%;
}
.copy{
	margin-top: 20px;
	text-align: center;
	font-size:90%;
}
table{
	width:100%;
	max-width: 700px;
	margin: 0 auto;
}
table th{
	text-align: center;
	width:20%;
	background: #eee;
}
table td{
	width:80%;
}
table th,table td{
	padding:20px;
	border:solid 1px #ccc;
	
}
table ol{
	margin-left: 0;
	padding-left: 0;
}
table ol li{
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
}
#company{
	background: #fff;
	color: #333;
	padding:30px 10px;
}
textarea.form-control{
	min-height:100px;
}
.contactus{
	width: 280px;
	margin: 50px auto;
}
.formTable th{
	color: #333;
}
.contactbtn{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding: 10px;
}
.resetb,.submitb{
	padding: 10px;
}
.form-box{
	padding: 50px;
	text-align: center;
	min-height: 400px;
}
.form-btn{
	width: 180px;
	 background-color: transparent;
    border: 1px solid #f0f0f0;
   padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
	    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}
.form-btn:hover{
    border:solid 1px #fff;
}

.form-box{
	padding: 50px;
	text-align: center;
	min-height: 400px;
}


@media(max-width:768px) {
	.sp-dnon {display: none;}
	.pc-dnon{display:  block;}
	header .header-content .inner h1{
		font-size:5.5vw;
	}
	#one{
		padding:30px 10px;
	}
	#two ul{
		display: block;
		padding-top: 10px;
	}
	#two ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	#two ul li p{
		font-size:95%;
	}
	#three{
		padding: 30px 10px;
	}
	.servicebox,.servicebox.rev{
		flex-direction: column-reverse;
		padding: 20px 10px;
	}
	.servicebox .s-right,.servicebox .s-left{
		width: 100%;
	}
	.servicebox .s-right{
		text-align: center;
	}
	.servicebox .s-left h3{
		text-align: center;
	}
	.servicebox .s-left p{
		margin-bottom: 0;
	}
	#four {
		padding: 30px 10px;
	}
	#four .inner{
		display: block;
	}
	#four .inner ul,#four .inner .start{
		width: 100%;
	}
	#four h2{
		margin-bottom: 30px;
	}
	#four .inner ul{
		flex-wrap: wrap;
	}
	#four .inner ul li{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 30px;
		background: #fff;
		padding:5px 15px;

	}
	#four .inner ul li h3,#four .inner ul li p{
		width: 100%;
		margin-left:0%;
	}
	#four .inner ul li h3{
		text-align: left;
		padding-left: 60px;
	}
	#four .inner ul li .icon img{
		width: 100px;
	}
	#four .inner ul li .icon{
		position: absolute;
		top:0;
		left:-5px;
		margin-top: -25px;
		width: 80px;
		
	}
	#four .inner .start{
		margin-top: 10px;
		text-align: center;
	}
	#four .inner .start img.pc-dnon{
		display: inline;
	}
	footer .col-xs-6{
		width: 100%;
	}
	footer h2{
		text-align: center;
	}
	footer .col-sm-3{
		width: 50%;
	}
	#company{
	padding: 20px 10px;
}
	table th, table td{
		width: 100%;
		display:block;
		padding: 10px;
	}
	#one p{
		text-align: left;
	}
		.form-box{
	min-height: inherit;
}
	.form-btn{
		width:140px;
	}

}
/*---------------------------------------------------------*/


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #282828;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #ce5903;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #b93819;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color:#ffedcc;
	color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #333333;
}
.text-white {
    color: #ffffff;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #9c27b0;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #b93819;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #ce5903 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #222;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #b93819;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #b93819;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url("../images/mainimage.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height: 50%;
}

header .header-content {
    width: 100%;
    padding:15px;
    text-align: center;
    z-index: 2;
	position: absolute;
	top:50%;
	margin-top: -55px;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
	line-height: 1.8;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

footer {
    background-color:#2d2d2d;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size:250%;
		line-height: 1.8;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 600px;
        padding: 100px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}
