
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url("agency.min.css");

body{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #000000;
	font-size: 16px;
}

a {
	color: #000000;
}

.container img {
	width: 100%;
}

.navbar-brand {
	width:184px !important;
	height:37px !important;
	display: block;
	background-image:url(../img/common/logo.png);
	background-repeat:no-repeat;
	margin: 10px;
	background-size:cover;
}

@media (max-width: 768px) {
	#logo .navbar-brand {
		position: absolute;
		left: 50%;
		top: 0%;
		-webkit-transform: translateY(-0%) translateX(-50%);
		transform: translateY(-0%) translateX(-50%);
		padding: 0;
		margin: 15px 0 0 0;
	}
}

.navbar-custom .navbar-brand {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

header {
	background: linear-gradient(to top, rgba(0,0,0, 0.2) , rgba(66,33,11,0.2)),url(../img/common/key.jpg);
	background-size:cover;
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center;
}

.intro-heading,
.nav>li>a {
	text-shadow: 1px 1px 1px #333;
}

@media (min-width: 1280px) {
	header .intro-text {
    padding-top:25%;
    padding-bottom: 25%;
	}
	header .intro-text .intro-heading {
		font-size: 28px;
		line-height: 1.5;
		font-weight: bold;
	}
}
@media (max-width: 1279px) {
	header .intro-text {
    padding-top:25%;
    padding-bottom: 25%;
	}
	header .intro-text .intro-heading {
		font-size: 28px;
		line-height: 1.5;
		font-weight: bold;
	}
	.intro-heading br {
		display: block;
	}
	.nav>li>a {
		    padding: 10px 5px 10px 5px;
	}
}


@media (max-width: 480px) {
	header .intro-text {
    padding-top:150px;
    padding-bottom: 150px;
	}
	header .intro-text .intro-heading {
		font-size: 18px;
		line-height: 1.5;
		font-weight: bold;
	}
	.intro-heading br {
		display: block;
	}
	header {
	background: linear-gradient(to top, rgba(0,0,0, 0.2) , rgba(66,33,11,0.2)),url(../img/common/key.jpg);
		background-size:cover;
		background-position: center;
	}
	h3 {
		font-size: 16px !important;
	}
}

section h2.section-heading {
	font-size: 32px;
	font-weight: bold;
	text-transform: none;
	color: #42210b;
}

	
.container {
	transform: skewY(0) !important;
}

header .intro-text .intro-heading {
}

.btn-xl {
	letter-spacing: 0.1em;	
	border-radius: 30px;
    background:#42210b;
	border-color: #ffffff !important;
    font-size: 20px;
    padding: 10px 40px;
	font-weight: normal;
}

.navbar-custom .navbar-nav>.active>a  {
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	color:#ffffff !important;
}

.navbar-custom.affix .navbar-nav> li a:hover,
.navbar-custom.affix .navbar-nav> li a:focus,
.navbar-custom.affix .navbar-nav> li a {
	color: #ffffff !important;
}

.section-heading {
	font-weight: normal;
}

#portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading  {
	font-style: normal;
	letter-spacing: 1px;
    text-transform: uppercase;
	color: #42210b;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.service-heading  {
	font-style: normal;
	letter-spacing: 1px;
    text-transform:none;
	color: #42210b;
	font-weight:bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
}

section {
    padding: 60px 0;
}



.bg_white {
	background: #ffffff;
}

h5 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
}

.pd20 {
	padding:0 20px 20px 20px;
}
.pdb80 {
	padding-bottom: 80px;
}

.timeline>li .timeline-image {
	border: 0;
}

.timeline>li {
    min-height: 0px;
	margin-bottom: 70px;
}

.timeline-last {
	height: 0;
}

.h3, h3 {
    font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
}

.h4 {
	font-size:120%;
	font-weight: bold;
	margin: 30px 0 20px 0;
	line-height: 1.5;
}

p {
	font-size: 14px;
	line-height: 1.4;
}


section#about {
	background: linear-gradient(to top, rgba(0,0,0, 0.7) , rgba(66,33,11,0.7)),url(../img/common/about.jpg);
	background-size: cover;	
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff !important;
}

.map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
	margin-bottom: 30px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.copyright {
	font-size: 12px;
}


.company {
	margin: 0 auto;
	display: block;
	font-size: 14px;
}

.company dt {
	padding:0;
	margin:0;
	float:left;
	width: 100px;
}
.company dd {
	padding:0 0 10px 0;
	margin:0 0 0 100px;
}

@media(max-width: 767px){
	#map_canvas {
	height:300px;
	}
	.company {
	margin: 0 auto;
	display: block;
	width: 100%;
	}
	.company dt {
	width:100%;
	margin: 0;
	padding: 10px 0 3px 0;
		font-weight: bold;
	}
	.company dd {
	width:100%;
	margin: 0;
	padding: 0;
	}
	.company br {
		display: block;
	}
	br {
		display: none;
	}
	.mrb80 {
		margin-bottom: 80px;
	}
	h5,.timeline-panel h3 {
		font-size: 24px;
	}
	section h2.section-heading {
		font-size: 28px;
	}
	section {
		padding: 30px 0;
	}
	.map {
		padding-bottom: 100%;
	}
}

.mrb80 {
		margin-bottom: 80px;
}
.mrb30 {
		margin-bottom: 30px;
}
.mrb60 {
	margin-bottom: 60px;
}
.mrt30 {
	margin-top: 30px;
}
.mr0 {
	margin: 0 !important;
	padding: 0 !important;
}

.career {
	padding: 0;
	margin: 0;
}
.career li {
	list-style: none;
}

.ceo {
	font-weight: normal;
	font-size:140%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.form-control {
	border-radius: 10px;
	color: #000000;
	opacity: 0.8;
}

.timeline:before {
	background-color:#dcdcdc;
}

.morebtn {
	margin: 0 0 20px 0;
    padding:15px;
	border: 1px solid #333;
	cursor: pointer;
	display: block;
}
.morebtn a {
    color: #333 !important;
}

.wrong li {
	margin-bottom: 8px;
	list-style:none;
}
.wrong > li:before {
  font-family: FontAwesome;
  content: '\f046'; /* アイコンのunicode */
  position: relative;
  margin-left: -25px;
	margin-right: 7px;
  font-size: 120%; /* フォントの大きさ */
}

.white {
	color: #ffffff !important;
}

.beige {
	background:#f4f0eb;
}

.tel {
	font-size:360%;
	font-weight: bold;
}
.tel a {
	color: #ffffff !important;
}

hr {
    border-top: 1px solid #000000;
}
.hrwhite {
    border-top: 1px solid #FFFFFF;
}


.width30 {
	width: 30%;
	float: right;
}

.whitebox {
    padding:20px;
	background: #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	margin: 15px 15px 45px 15px;
}

.pc_only {
}
.sp_only {
	display: none;
}

ul li {
	font-size: 14px;
}

.circle{
 width:40px;
 height:40px;
 background:#42210b;
 border-radius: 40px;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 text-align:center;
 margin:0 auto;
 font-size:24px;
 color:#FFF;
}

h2{
position: relative;
display: inline-block;
padding: 0 55px;
	margin-bottom: 30px !important;
}

h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px #42210b;
border-bottom: solid 1px #42210b;
}

.white h2:before , .white h2:after {
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

h2:before {left:0;}
h2:after {right: 0;}

.social {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	background:#42210b;
}
.social li {
	float: left;
	list-style: none;
	width:25%;
	text-align: center;
	font-size: 70%;
}
.social .fa {
	font-size:230%;
	margin: 5px auto;
	display: block;
}
.social  a  {
	color: #ffffff !important;
	text-decoration: none;
}

.pc_only .social li {
	font-size: 120%;
}
.pc_only .social  a  {
	color: #42210b !important;
}

.menu {
	display: block;
	margin: 30px 0 60px 0;
}
.menu .col-sm-2,
.menu .col-xs-4 {
	margin: 0 !important;
	padding: 0 !important;
}

.menu img {
	width: 100%;
	height: auto;
}

footer {
	background:#42210b;
	color: #ffffff;
	padding: 0 5px;
}

table tr th {
	background:#42210b;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
}
table tr td {
	padding: 8px 0;
}

.mt60 {
    margin-top: 60px;
}

.lang a {
    padding-left:5px !important;
    padding-right:5px !important;
    margin: 0 !important;
    float: left;
}

@media (max-width: 480px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		background:#42210b;
		width: 100%;
		height: 60px;
	}
}
