/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Pick Up!
 3.5 Contact
 3.6 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
	line-height:1.2em;
	font-size:14px;
	font-family: 'Noto Sans Japanese';
	line-height:20px;
	border-top: 8px solid #f0332e;
}
a {
	color:#181A1C;
	text-decoration: none;
}
a:hover {
	color: #FECE1A;
	text-decoration:none;
}
.f_red {
	color:#F00 !important;
}
.bg_red {
	background-color:#ffe2e1 !important;
}
.navbar {
	background: transparent;
	margin-bottom: 0;
	min-height: 70px;
	position: absolute;
	top: 20px;
	z-index: 1000;
}
.navbar-fixed-top {
}
.navbar-inner {
	background: transparent;
	border-radius:0;
	filter: none;
	border: none;
	box-shadow: none;
}
.navbar .brand {
	display: block;
	float: left;
	padding: 0px 20px 10px;
	margin-left: -20px;
}
.navbar .brand img {
	width:100%;
	height:100%;
}
.navbar .nav > li > a {
	text-transform:uppercase;
	line-height: auto;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border:0;
	box-shadow: none;
	font-size:14px;
	text-shadow: none;
	color: #a9a9a9;
	transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	border: 0;
	color: #000;
	background-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: border-color 1s ease;
}
.nav-pills {
	margin-bottom: 30px;
}
.nav-pills > li > a {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right:5px;
	padding-left:25px;
	padding-right:25px;
	border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #181A1C;
	color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
	border-radius:0;
	background:#FECE1A;
	color: #000;
}
.da-dots {
	display:none !important;
}
.font_colerRed {
	color:#F00;
}
.boder_bottom_colerRed {
	border-bottom:2px solid #F00;
}
.margin_top01{
	margin-top:30px;
}

.foot-link {
    width: 505px;
    padding: 35px 0 0 0;
    float: right;
}
.foot-link li {
    list-style: none;
    float: left;
    margin-bottom: 10px;
    padding: 0 11px 0 12px;
}

/******
2. Layout
**********************************************************************/
.centered {
	margin-left:auto;
	margin-right:auto;
	float: none;
	text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
	float: none !important;
	margin: 0 auto !important;
	text-align: center;
}
.highlighted-box {
	background:#F4F8F9;
	padding:20px 30px;
}
.highlighted-box h1 {
	margin:0px;
}
.large-text {
	line-height:1.2em;
	font-size: 30px;
	color: #181A1C;
	padding:20px;
	margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
	color: #181A1C !important;
}
.circle-border {
	display: inline-block;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	-khtml-border-radius: 500px;
}
.left-align {
	text-align:left;
}
.right-align {
	text-align:left;
}
.error {
	color: #CF0000;
	display: none;
}
.invisible {
	display:none;
	visibility:visible;
}
.triangle {
	margin: 0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border-top: 30px solid #181A1C;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.zoom-in:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button, .button:visited, .button:focus {
	display:inline-block;
	border:1px solid #181A1C;
	color:#181A1C;
	background-color:transparent;
	padding:15px 30px;
	font-size:17px;
	line-height:auto;
}
.button:hover, .button:active {
	background-color:#181A1C;
	color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
	border:none;
	background-color:#FECE1A;
	color:#181A1C;
}
.button-sp:hover, .button-sp:active {
	background-color:#181A1C;
	color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
	border:none;
	background-color:#181A1C;
	color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
	background-color:#FECE1A;
	color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
	width:100%;
	height:100%;
	padding:0;
	overflow: hidden;
	position: relative;
	border:0;
	border-radius:0;
	box-shadow:none;
	text-align:center;
	background: #191a1c;
}
.thumbnail .more {
	display:block;
	z-index:4;
	position:absolute;
	top:-100px;
	left:50%;
	margin:0 auto;
	margin-left:-41px;
	width:80px;
	height:80px;
	font-size:40px;
	color:#fff;
	text-decoration:none;
	line-height: 70px;
	text-align: center;
}
.thumbnail:hover .more {
	top:40%;
	margin-top:-40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3 s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.thumbnail h3, .thumbnail p {
	margin:0;
	padding:0;
	position:relative;
	z-index:4;
}
.thumbnail h3 {
	color: #FECE1A;
	margin-top:10px;
	font-size:20px;
}
.thumbnail > p {
	padding-bottom:20px;
}
.thumbnail .mask {
	opacity:0.85;
	filter: alpha(opacity=85);
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background:#181A1C;
	position:absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2 s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
	top:0;
}
/*
2.4 Socail icons
************/
 .social {
	list-style: none;
	float: none;
	position:relative;
	margin:5px;
auto;
}
.social li {
	display:inline-block;
	line-height: 32px;
	font-size: 32px;
	padding:0 5px;
}
.social li a {
	margin:0;
	padding:0;
	width:32px;
	height:32px;
	color: #FECE1A;
}
.social li a:hover {
	color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
	padding-bottom: 10px;
}
.section .container {
	padding-top:50px;
}
.section .title {
	text-align: center;
}
.section .title > p {
	font-size: 15px;
}
.primary-section {
	background:#fff;
}
.primary-section, .primary-section .title p, .primary-section h3 {
	color: #000;
}
.primary-section h1 {
	color:#000;
}
.section-reason01 {
}
.section-reason02 {
	background: url(../img/circle.png) no-repeat;
	width: 460px;
	height: 460px;
	float: left;
	margin-left: -330px;
	margin-top: -100px;
}
.secondary-section .title {
	border-bottom: 1px solid #f0332e;
	margin: 10px 20px 50px 20px;
}
.secondary-section h1, .secondary-section .title p {
	color: #f0332e;
}
/* Third section use bacground image */
.third-section .title {
	color: #f0332e;
}
.third-section {
	color:#000000;
}
/* ４th section use bacground image */
.fourth-section {
	padding-bottom: 70px;
	background:url(../img/brand-bg.jpg) no-repeat center;
	border-top:6px solid #f0332e;
	background-size: cover;
}
.fourth-section .container {
	padding-top:20px;
	position:relative;
}
.fourth-section .title {
	color: #fff;
}
.sub-section {
	margin-top:30px;
}
.sub-section .title {
	padding:0;
}
.contact-section .title {
	border-bottom: 1px solid #fff;
	margin: 10px 20px 50px 20px;
}
/*******
3.1 Services  
***************************************/
#service {
	margin: 0;
	background-image: url(../img/background1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
.service {
	margin-top:20px;
}
.service, .service h2 {
	padding-top:15px;
}
.service p {
	padding:0px;
	height:60px;
	font-size:14px;
	text-align:left;
	text-align: justify;
}
/*
3.2 Portfolio
***************************************/
.readmore01 {
	background-color:#ff9439;
}
.readmore02 {
	background-color:#f0332e;
}
.readmore03 {
	background-color:#a53f3a;
}
.readmore01 a, .readmore02 a, .readmore03 a {
	color:#fff !important;
	font-size:12px;
}
.single-project {
	margin-bottom:30px;
	background:#181A1C;
}
.single-project img {
	width:100%;
}
.project-description {
	padding-right:20px;
}
.project-description p {
	padding-left:0;
}
.project-title {
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #FECE1A;
}
.project-title h3 {
	float:left;
	margin-top:0;
	padding:0;
	width:80%;
}
.project-title .close {
	color: #FECE1A;
	margin-top:10px;
}
.project-info span, .project-title h3 {
	color:#FECE1A;
}
.project-info {
	font-weight:100;
	padding:10px 0;
}
.project-info span {
	width: 80px;
	display: inline-block;
}
.project-info div {
	margin-bottom:5px;
}
.close {
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
}
#portfolio-grid .mix {
	opacity: 0;
	display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	border: 1px solid #fff;
}
.team .thumbnail:hover .social {
	z-index: 5;
}
.team .thumbnail:hover .social a {
	color:#fff;
}
.team .thumbnail .mask {
	background: #FECE1A;
}
.team .thumbnail .mask h2 {
	margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
	color:#181A17;
}
.about-text {
	margin-top:30px;
}
.about-text p {
	padding:0;
	font-size:16px;
}
.tit_circle {
	margin: 0 20px 0 -40px;
}
.text_wrapper {
	text-align: center;
	height:250px;
}
.text01 {
	display: inline-block;
	list-style:none;
	line-height:20px;
	font-size: 14px;
	margin-top: 25px;
}
.text01 li {
	margin-bottom:15px;
}
/*
3.4 Pick Up!
**********************************************************************/
 .client-slider img {
	border:1px solid white;
}
.client-slider img:hover {
	background-color:#FECE1A;
}
.client-nav {
	list-style:none;
	margin-top:10px;
}
.client-nav li {
	float:left;
	display:block;
	margin-left:10px;
}
.client-nav li a {
	display:inherit;
	padding:5px;
	background:#F0332E;
	border-radius:3px;
	width:20px;
	height:20px;
}
.client-nav li a:hover {
	background:#181A1C;
}
.testimonial p {
	color:#181A1C;
	background:#FECE1A;
	padding:15px;
	margin:0;
}
.testimonial .arrow {
	margin-left:10px;
	width:0;
	border-top:10px solid #FECE1A;
	border-left: 20px outset transparent;
	border-right: 20px outset transparent;
}
.testimonial .whopic {
	display:inline-block;
}
.testimonial .whopic img {
	margin-top:10px;
	width:50px;
	height:50px;
	float:left;
}
.testimonial .whopic strong {
	float:left;
	margin-top:10px;
	padding-left:10px;
}
.testimonial .whopic small {
	display:block;
	font-size:12px;
}
.testimonial-text {
	display:block;
	font-size:22px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	width:70%;
	line-height:1.3em;
}
/*
3.5 Contact
********************************************************************/
 .contact {
	background: #f0332e;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
	color: #fff;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
	padding: 10px;
	line-height: 20px;
	height: auto;
}
.contact textarea {
	height: 120px;
}
.contacts, .contact .social {
	color: #fff;
	list-style: none;
	margin-left: 10px;
}
.contacts > li {
	margin-top: 15px;
}
.contacts > li > a {
	color: #fff;
}
.contact-info p {
	font-weight:normal;
}
.contact-info .icon {
	margin:10px auto;
	font-size:30px;
}
.map-wrapper {
	position:relative;
	height:500px;
}
.map-canvas {
	position:absolute;
	margin-bottom:20px;
	width:100%;
	height:500px;
	color: #29383F;
	position:absolute;
	left:0;
	top:0;
	right:0;
}
.map-canvas02 {
	position: absolute;
	margin-bottom: 20px;
	width: 100%;
	height: 450px;
	color: #29383F;
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
}
.contact .social {
	display: inline-block;
	margin-left:0;
}
.contact .social li {
	line-height: 32px;
	padding:10px 10px;
	font-family:'Porta';
	font-size: 50px;
	transition: margin 0.4s;
	-webkit-transition: margin 0.4s;
}
.contact .social li a {
	color:#fff;
}
.contact .social li a:hover {
	color:#181A1C;
}
.contact-form {
	background:#fff;
	background: rgba(255, 255, 255, 0.9);
	z-index:110;
	position:relative;
	margin-top:-25px;
	padding:20px;
}
.contact-form h3 {
	color:#f0332e;
	padding-bottom:20px;
}
.message-btn {
	border:1px solid #747C89;
	color:#747C89;
	background-color:transparent;
	padding:15px 30px;
	font-size:17px;
}
.message-btn:hover {
	background-color:#FECE1A;
}
.contact-info {
	text-align:left;
	font-size:22px;
}
.info-mail {
	border:1px solid white;
	width:60%;
	margin:0 auto;
	padding:15px;
	color:#181A1C;
}
.black {
	color:#181A1C;
}
/*
3.6 Footer
********************************************************************/
 .footer {
	background: #F0332E;
	text-align: center;
	height: 30%;
}
.footer a {
	color:#fff;
}
.footer a:hover, .footer a:focus {
	text-decoration: underline;
}
.footer_inner {
	display: inline-block;
}
.footer_logo {
	float:left;
}
.footnav {
	float: right;
}
.footnav li {
	list-style:none;
	float: left;
	margin-bottom: 10px;
	padding: 0 11px 0 12px;
	border-right: 1px solid #fff;
}
.scrollup {
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	width:39px;
	height:39px;
	border-radius:5px;
	font-size:20px;
	position:fixed;
	bottom:30px;
	right:20px;
	border:1px solid #fff;
	display:none;
	background: #f0332e;
}
.scrollup > a {
	position:relative;
	top:7px;
	color:#fff;
}
.copyright {
	color:#fff;
	margin-top:50px;
	font-size:12px;
}
.foot_address {
	text-align: right;
	display: block;
	width: 550px;
	height: 60px;
	float: right;
	margin-top: 10px;
	color:#fff;
	font-weight:300 !important;
	letter-spacing: 2px;
}
/********************
  outline.html
************************************************************************************************************************************/
.outline_slid {
	background: transparent url(../img/outline/img_2588.jpg) no-repeat center;
	background-size: 100% auto;
}
.outline_section01 {
	padding-top:80px;
	line-height:30px;
	background:url(../img/outline/img_2595.jpg) right bottom no-repeat;
}
.outline_section02 {
	padding-top:120px;
	line-height:30px;
	text-align:right;
	background:url(../img/outline/img_2596.jpg) left bottom no-repeat;
}
.outline_section03 {
	margin-top:120px;
	margin-bottom:100px;
	line-height:30px;
	background:url(../img/outline/img_2597.jpg) right bottom no-repeat;
}
.outline_text {
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,  #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.outline_section01 h1 {
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.outline_section02 h1 {
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.outline_section03 h1 {
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
/********************
  service.html
************************************************************************************************************************************/
.border4 {
	padding:0px 5px 2px 5px;
	margin: 0 12px 0 0;
	border:solid 1px #666;
}
.service_slid {
	background: transparent url(../img/service/img_2589.jpg) no-repeat center;
	background-size: 100% auto;
}
p.service_text {
	width: 93%;
}
.service_section01 {
	margin-top:50px;
	padding-left:180px;
	background:url(../img/service/main_service01.png) left center no-repeat;
}
.service_section02 {
	margin-top:100px;
	padding-left:180px;
	background:url(../img/service/main_service02.png) left center no-repeat;
}
.service_section03 {
	background:url(../img/service/main_service03.png) left center no-repeat;
}
.service_section04 {
	background:url(../img/service/main_service04.png) left center no-repeat;
}
.service_section03, .service_section04 {
	margin-top:70px;
	padding-left:180px;
}
.service_section01 h1:first-letter, .service_section02 h1:first-letter, .service_section03 h1:first-letter, .service_section04 h1:first-letter {
	color: #f0332e;
}
.service_section05, .service_section06 {
	width:98%;
	height:auto;
	margin:80px auto 0 auto;
	clear:both;
	overflow: hidden;
}
.service_section06 {
	margin:50px auto 80px auto;
}
.s_s05_wrapper {
	width: 30%;
	height: 190px;
	float: left;
	margin: 0 1.5% 0 1.7%;
}
.s_s05_tit {
	font-size:20px;
	line-height:68px;
	height:68px;
}
.s_s05_tit:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:40px;
	height:40px;
	background:url( ../img/circle03.png);
	background-size:contain;
	vertical-align:middle;
}
.s_s05_img {
	float:right;
}
.s_s05_txt {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.service_section07 {
	margin:30px auto;
	overflow:hidden;
	clear:both;
}
.service_section08 {
	margin:100px auto;
	overflow:hidden;
	clear:both;
}
.service_section09 {
	margin:30px auto;
	overflow:hidden;
	clear:both;
}
.service_section07 ul {
	list-style:none;
}
.service_section08 ul li {
	text-indent:-1em;
	list-style-type:none;
	line-height: 25px;
	margin-bottom: 15px;
}
.service_section09 ul li {
	text-indent:-1em;
	list-style-type:none;
	line-height: 15px;
	margin-bottom: 10px;
}
.s_s07_tit {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 2px solid #444;
}
.s_s07_subtit {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
}
.s_s07_subtit:before {
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/arrows-4.png);
	background-size: contain;
	vertical-align: middle;
}
.s_s07_tit:before {
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/circle03.png);
	background-size: contain;
	vertical-align: middle;
}
.s_s07_table, .s_s08_table, .s_s09_table {
	width:100%;
	text-align:center;
	margin:0 auto 15px 0;
}
.s_s07_table th, .s_s08_table th, .s_s09_table th {
	background-color:#FFF;
}
.s_s07_table th, .s_s07_table td, .s_s08_table th, .s_s08_table td, .s_s09_table th, .s_s09_table td {
	border-bottom:solid #ccc 1px;
	padding:5px;
}
.s_s07_wrapper, .s_s08_wrapper, .s_s09_wrapper {
	width:49%;
	float:left;
}
.s_s07_wrapper2, .s_s08_wrapper2, .s_s09_wrapper2 {
	width:49%;
	float:right;
}
.ttop_line {
	border-top:solid 1px #ccc;
}
.txt_algn_l {
	text-align:left;
}

.readmore04 {
    position: relative;
    float: left;
    width: 80%;
    height: 23px;
    padding: 10px;
    margin: 0 0 0 20px;
    text-align: center;
    border-radius: 30px;
}
.readmore04 {
    background-color: #ff9439;
}
.readmore04 a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 43px;
}
.readmore04 a {
    color: #fff;
    font-size: 18px;
}


/********************
  access.html
************************************************************************************************************************************/
.access_slid {
	background: transparent url(../img/access/img_2590.jpg) no-repeat center;
	background-size: 100% auto;
}
.access_section01 {
	padding-top:80px;
	line-height:30px;
}
.acsess_article01 {
	display:block;
	float:left;
	margin:0 55px 0 0;
}
.acsess_article02 {
	float:left;
}
.acsess_article02 iframe {
	width:100%;
	height:275px;
}
.acs_ul01 {
	list-style:none;
}
.acs_ul01 img {
    width: 350px;
}
.acs_entrance{
	text-align: center;
}
.acs_ul02 {
	list-style:none;
}
.acs_ul02 li {
	float:left;
}
.acs_tit {
	padding:10px 0;
	font-size:20px;
	font-weight:700;
}
.acs_tit:before {
	margin:0 5px 0 0;
	content:" ";
	display:inline-block;
	width:40px;
	height:40px;
	background:url( ../img/circle03.png);
	background-size:contain;
	vertical-align:middle;
}
.acs_txt01 {
	margin-left:30px;
}
.line01 {
	height: 25px;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
	padding-bottom:10px;
}
.line02 {
	height: 65px;
	border-bottom:1px dotted #000;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.line01 .acs_ul02 li:nth-child(2), .line02 .acs_ul02 li:nth-child(2) {
	font-weight:700;
}
.line02 .acs_ul02 li:nth-child(2), .line02 .acs_ul02 li:last-child {
	margin-top:20px;
}
.parking_tit {
	padding:10px 0 0 0;
	margin:0;
	font-size:18px;
	font-weight:600;
}
.parking_tit:before {
	margin:0 5px 0 -30px;
	content:" ";
	display:inline-block;
	width:40px;
	height:40px;
	background:url( ../img/circle03.png);
	background-size:contain;
	vertical-align:middle;
}
.parking_txt {
	margin:0 0 5px 10px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	clear:both;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mapList {
	margin:0;
	padding:0;
	font-size:0.9em;
}
#mapList li {
	border:1px solid #ccc;
	border-left:none;
	cursor:pointer;
	float:left;
	list-style-type:none;
	padding:0.9em 1.2em;
	margin:0;
	background:#fff;
}
#mapList li:first-child {
	border-left:1px solid #ccc;
}
#map_canvas {
	width:960px;
	height:400px;
	clear:both;
}
/********************
  startup.html
************************************************************************************************************************************/
.startup_da-slider {
    background: transparent url(../img/startup/img_2591.jpg) no-repeat center;
    background-size: 100% auto;
}

.startup_section01 {
	padding-top:20px;
	line-height:30px;
	background:url(../img/outline/.jpg) right bottom no-repeat;
	margin:0 0 70px 0;
	font-size:16px;
}
.startup_h1 {
    margin-top: 25px;
    font-size: 35px;
    font-weight: 700;
    color: #f0332e;
}
.startup_h2 {
	border-bottom:2px solid #272728;
}
.startup_ul01 li {
	line-height: 25px;
	margin:10px 0;
	padding-left: 1em; 
	text-indent: -1em; 
}
.startup_ul02 li {
	line-height: 32px;
	margin:10px 0;
}
.listnone {
	list-style:none;
}
.borderbox {
	width:75%;
	text-align:center;
	border:1px solid #000;
	margin-bottom: -24px;
}

.borderbox02 {
    width: 170px;
    border-bottom: 1px solid #F00;
    margin-bottom: -24px;
}

/********************
  finalreturn.html
************************************************************************************************************************************/
.finalreturn_da-slider {
    background: transparent url(../img/finalreturn/84.jpg) no-repeat center;
    background-size: 100% auto;
}
.firstletter_r:first-letter{
    color: #f0332e;
    font-size: 45px;
}


.finalreturn_h6 {
    margin: 30px 0 0 0;
    font-size: 20px;
}
.finalreturn_ul {
    width: 70%;
	list-style:none;
}
.finalreturn_section01 {
    margin-top: 80px;
    line-height: 18px;
    background: url(../img/finalreturn/55.jpg) right center no-repeat;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
    font-size: 16px;
    font-weight: 500;
}
.finalreturn_txt_footer{
	margin:30px auto;
}
.finalreturn_text {
    text-align: left;
    width: 95%;
    margin-right: 5%;
}

.finalreturn_section02 {
	padding: 100px 0 40px;
	line-height:18px;
	text-align:right;
	background:url(../img/finalreturn/45.jpg) left bottom no-repeat;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;	
	font-size: 16px;
    font-weight: 500;
}
.finalreturn_h6_02 {
	text-align:right;
    margin: 30px 0 0 0;
    font-size: 20px;
}
.finalreturn_ul02 {
    width: 70%;
    margin: 0 0 0 30%;
	list-style:none;
}
.finalreturn_ul02 li{
	text-align:left;
}
.finalreturn_h6:before , .finalreturn_h6_02:before {
    margin: 0 5px 0 0;
    content: " ";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/circle03.png);
    background-size: contain;
    vertical-align: middle;
}
.finalreturn_text02 {
    text-align: left;
    width: 95%;
    margin-left: 5%;
}

.finalreturn_section03{
	margin:50px auto;
}
.finalreturn_text03 {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    margin: 50px auto;
}
.finalreturn_table{
    width: 90%;
    text-align: center;
    margin: 80px auto;
    font-size: 18px;
}
.finalreturn_table th{
    border-bottom: solid #ccc 1px;
    padding: 25px 0;
	width: 30%;	
}
.finalreturn_table td {
    border-bottom: solid #ccc 1px;
    padding: 25px 0;
}
.finalreturn_price{
	width:15%;
}
.finalreturn_description {
	width: 55%;
}






/*
4 Responsible
********************************************************************/
/* Media Queries - PC */
@media print, screen and (min-width: 1024px) {
.page_tit_wapper {
	border-bottom:2px solid #fff;
	padding:0 0 10px 0;
}
.page_tit01 {
	float:left;
	font-size:38px;
	font-weight:900;
	padding-top:230px;
	margin-left:30px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.page_tit02 {
	font-size:25px;
	font-weight:300;
	padding-top:242px;
	margin-left:260px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.page_tit03 {
	font-size:25px;
	font-weight:300;
	padding-top:242px;
	margin-left:290px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.page_tit04 {
	font-size:25px;
	font-weight:300;
	padding-top:242px;
	margin-left:220px;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#home {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.inner {
	width:960px;
	margin:0 auto;
}
.thumbnail .more {
	margin-left:-41px;
	width:80px;
	height:80px;
	border-radius:40px;
	line-height: 80px;
}
.gnav_text {
	overflow: hidden;
	text-indent: 100%;
	display: none;
}
.navbar-fixed-top .navbar-inner .container .brand img {
	margin-top:20px;
}
.nav01 {
	background-image:url(../img/nav01.png);
	background-size:contain;
}
.nav02 {
	background-image:url(../img/nav02.png);
	background-size:contain;
}
.nav03 {
	background-image:url(../img/nav03.png);
	background-size:contain;
}
.nav04 {
	background-image:url(../img/nav04.png);
	background-size:contain;
}
.nav05 {
	background-image:url(../img/nav05.png);
	background-size:contain;
}
.nav01, .nav02, .nav03, .nav04, .nav05, .navbar .nav > li > a {
	width:90px;
	height:90px;
	margin:0 10px 0 0;
}
.nav-collapse.collapse {
	margin:10px 0 0 0;
}
#service {
	padding:0;
}
.service img {
	width:180px;
	height:180px;
}
.primary_description {
	width: 70%;
	height: 60px;
	display: table;
	margin: 40px 15% 0 15%;
}
.primary_p_left {
	display: table-cell;
	text-align: justify;
	　　　text-justify: inter-ideograph;
	vertical-align: middle;
	width: 30%;
	padding-right: 15px;
}
.primary_p_right {
	display: table-cell;
	text-align: justify;
	　　　text-justify: inter-ideograph;
	vertical-align: middle;
	width: 30%;
	padding-left: 15px;
}
.reason01, .reason02, .reason03 {
	width:75%;
	height:42px;
	padding:25px 20px 25px 200px;
}
.reason01 {
	background:url(../img/reason_no1.png) no-repeat;
	background-position:left 120px top 0px;
}
.reason02 {
	background:url(../img/reason_no2.png) no-repeat;
	background-position:left 120px top 0px;
}
.reason03 {
	background:url(../img/reason_no3.png) no-repeat;
	background-position:left 120px top 0px;
}
.secondary-section h5 {
	width:200px;
	font-size:28px;
	font-weight:900 !important;
	display:block;
	float:left;
	border-radius: 3px;
	ackground: skyblue;
	color: #333;
	text-shadow: 0px 2px 0px #B8B8B8, 0px 5px 10px rgba(0,0,0,0.15), 0px 10px 2px rgba(0,0,0,0.1), 0px 15px 30px rgba(0,0,0,0.1);
}
.reason01 p, .reason02 p, .reason03 p {
	width:288px;
	display:block;
	float:left;
	width:40%;
	color:#444444;
	margin: -10px 10px 0 10px;
}
.readmore01, .readmore02, .readmore03 {
	float: left;
	width: 100px;
	height: 23px;
	padding: 10px;
	margin: 0 0 0 20px;
	text-align: center;
	border-radius: 30px;        /* CSS3草案 */
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
}
.container02 {
	width:100%;
	margin:0;
	background-image:url(../img/arrow01.png);
	background-repeat:no-repeat;
	background-position: top -20px center;
}
.footer_inner {
	width:960px;
}
.footnav {
	width: 505px;
	padding: 35px 0 0 0;
}
.borderbox br {
	display:none;

}  
}
/* Media Queries - Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
 body {
 padding-left:0;
 padding-right:0;
}

 .thumbnail .more {
 margin-left:-21px;
 width:40px;
 height:40px;
 border-radius:30px;
 line-height: 40px;
}
 .thumbnail:hover .more {
 margin-top:-20px;
}
 .newsletter form {
 text-align:center;
}
 .service img {
 width:150px;
 height:150px;
}

}
@media (max-width: 767px) {
body {
	padding-left:0;
	padding-right:0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed !important;
}
.navbar .nav > li > a {
	line-height: 20px;
	vertical-align: middle;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	margin-left: 0px;
	margin-right: 0px;
}
.nav-collapse {
	clear: both;
}
.nav-collapse .nav {
	float: none;
	margin: 0 0 10px;
}
.nav-collapse .nav > li {
	float: none;
}
.nav-collapse, .nav-collapse.collapse {
	width: 100%;
	display: inherit;
}
.thumbnail .more {
	margin-left:-21px;
	width:40px;
	height:40px;
	border-radius:30px;
	line-height: 40px;
}
.thumbnail:hover .more {
	margin-top:-20px;
}
.newsletter form {
	text-align:center;
}
.info-mail {
	width:90%;
	padding:15px 0px;
}
.project-description {
	padding-left:20px;
}
.price-column, .testimonial {
	margin-top:30px;
}
.service img {
	width:150px;
	height:150px;
}

}

/* Media Queries - Smartphone */
@media all and (max-width: 480px) {
.service img {
	width:10px;
	height:10px;
}
.navbar-fixed-top .navbar-inner .container .brand img {
	margin-top:10px;
}
.readmore04 {
    position: relative;
    float: left;
    width: 90%;
    height: 23px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}

/********************
  finalreturn.html
************************************************************************************************************************************/
.finalreturn_section01 {
    margin-top: 80px;
    line-height: 18px;
    background: url(none) ;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
    font-size: 16px;
    font-weight: 500;
}
.finalreturn_section02 {
    padding: 100px 0 40px;
    line-height: 18px;
    text-align: right;
    background: url(none) ;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
    font-size: 16px;
    font-weight: 500;
}

.firstletter_r{
	text-align:center;
}
.finalreturn_text {
    text-align: left;
    width: 100%;
    /* margin-right: 5%; */
}
.finalreturn_ul {
    width: 100%;
    list-style: none;
    margin: 0 auto;
}
.finalreturn_h6 {
    margin: 30px 0 0 0;
    font-size: 15px;
}
.finalreturn_ul02 {
    width: 100%;
    margin: 0 0 0 0;
    list-style: none;
}
.finalreturn_text02 {
    text-align: left;
    width: 98%;
    margin: 0 auto;
}
.finalreturn_h6_02 {
    text-align: left;
    margin: 30px 0 0 0;
    font-size: 20px;
}
.finalreturn_table {
    width: 98%;
    text-align: center;
    margin: 80px auto;
    font-size: 15px;
}
.firstletter_r:first-letter{
    color: #f0332e;
    font-size: 28px;
}
.finalreturn_text03 {
    font-size: 16px;
    font-weight: 500;
    width: 95%;
    margin: 50px auto;
}

}
