/*
 * 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 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
.c_b{
	clear: both;
}
 body {
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
.english_sub{
	font-weight: 800;
	margin: 10px 0;
  	font-family: inherit;
  	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
	font-size: 17.5px;
}
.english_sub02{
	font-weight: 800;
	margin: 50px 0;
  	font-family: inherit;
  	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
	font-size: 30px;
}
.title h2 {
    color: #333;
}
h1 {
    margin: 0 0 10px;
    height: 14px;
	font-weight:500;
}
p {
    padding: 10px;
	font-size:14px;
    font-weight: 300;
    color: #000;
}
.navbar {
    background: #fff;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width: 180px;
    height: 60px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:18px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #000;
    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: 1px solid #9f5069;
    color: #fff;
    background-color: #181A1C;
    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:#9f5069;
    color: #000;
}
.border_01{
	border:1px solid #461326;
}
/******
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;
    border: 3px solid #fff;
}
.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 #fff;
    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: ;
}
.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: #181A1C;
    margin-top: 10px;
    font-size: 30px;
}
.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;
    line-height: 300px;
    font-size: 65px;
    font-weight: 700;
	color: #509F58;
}
.thumbnail:hover .mask {
    top:0;
}

/***********************************************************************/

 .thumbnail02 {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: ;
}
.thumbnail02 .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;
}
.thumbnail02: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;
}
.thumbnail02 h3, 
.thumbnail02 p {
    margin:0;
    padding:20px;
    position:relative;
    z-index:4;
}
.thumbnail02 h3 {
    color: #181A1C;
    margin-top: 10px;
    font-size: 30px;
}
.thumbnail02 > p {
    padding-bottom:20px;
}
.thumbnail02 .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;
    font-size: 65px;
    font-weight: 700;
	color: #509F58;
}
.thumbnail02: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-family:'Porta';
    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: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: 800;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
}
.primary-section {
    background:#fff;
}
.primary-section .triangle {
    border-top: 40px solid #F6CAC9;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #471527;
}
.primary-section h1 {
    color:#000;
}
.secondary-section {
    background:#F6CAC9;
}
.secondary-section .container {
    height: 1100px;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #FECE1A;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
.space-section{
	background:#F6CAC9;
}

/*******
3.1 Services  
***************************************/
.service{
   
}
 .service, .service h2 {
    
}
.service p {
    padding: 0px 50px;
    height: 60px;
    font-weight: 400;
    text-align: left;
}
.service img {
    width:150px;
    height:150px;
}

/*
3.2 理念
***************************************/
.principle_warp {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.principle {
    background-image: url(../images/go3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 59px;
    height: 258px;
}

.principle_tit {
    font-weight: 800;
    margin:10px 10px 30px;
    padding: 0;
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-22deg);
    text-align: left;
    max-width: 300px;
    position: relative;
    top: -14px;
    left: 124px;
    color: #000;
}
.principle_txt {
    margin: 70px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 800;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.guideline {
    border: 1px solid #9B9B9B; 
    width: 70%;
    margin: 0px auto 100px;
    padding: 2%;
	background-color: #fff;
    background-image: url(../images/guideline.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.guideline_tit{
	font-size:24px;
	font-weight:800;
	color:#000;
	margin:10px auto;
}
.guideline ul {
    width: 52%;
    margin: 40px auto;
}
.guideline ul li {
    list-style-type: none;
    text-align: left;
    margin: 20px 0;
	font-weight:700;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.guideline ul li:before {
    content: '\e826';
    font-family: "porta";
    margin: 0 10px 0 0;
}
.principle_bg {
    background: #fff;
    background-image: url(../images/climb.png);
    background-repeat: no-repeat;
    background-position: top;
}
/*
3.2 事業内容＠Web制作・運用　紹介
***************************************/
.business_warp h2 {
    color: #000;
}
.single-project {
    margin-bottom: 30px;
    background:;
    float: right;
    width: 100%;
    margin: 5% 0 0 0;
}
.single-project img {
    width:65%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #181A1C;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
	font-size: 36px !important;
}


.project-info_tit:before {
    font-size: 30px;
    vertical-align: -3.5px;
}
.project-info span:before {
    font-size: 12px;
    vertical-align: 2.5px;
	color:#005580;
}
.project-info_tit:before,.project-info span:before{
	 content: '\e826';
    font-family: "porta";
    margin: 0 10px 0 0;
}


.project-title .close {
    color: #471527;
    margin-top:10px;
}
.project-title h3 {
    color: #471527;
}
.project-info span{
	color: #005580;	
}
.project-info {
    font-weight:300;
    padding:10px 0;
}
.project-info_tit{
	font-size:20px;
	font-weight:600;
	color:#461326;
}
.project-info span {
    width: 100%;
    display: inline-block;
}


.project-info div {
    margin-bottom: 20px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
.pjt-sub_tit{
	font-size:12px;
}
.ok_list {
    margin-bottom: 4px !important;
	font-weight:700;
}
.icon-cancel:before {
    font-size: 50px;
    color: #000;
}
.close {
    opacity: 1;
}

/*
3.3 名刺・ロゴデザイン
******************************************************************/
.logo_bcard{
	width:80% !important;
	margin:0 auto !important;
}
 .logo_bcard .thumbnail02 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.logo_bcard .thumbnail02:hover .social {
    z-index: 5;
}
.logo_bcard .thumbnail02:hover .social a {
    color:#fff;
}
.logo_bcard .thumbnail02 .mask {
    background: #005580;
}
.logo_bcard .thumbnail02 .mask h2 {
    margin-top:20%;
}
.logo_bcard .thumbnail02 .mask, .logo_bcard .thumbnail02 .mask h3, .logo_bcard .thumbnail02 .mask p, .logo_bcard .thumbnail02:hover h3, .logo_bcard .thumbnail02:hover .social a:hover {
    color:#fff;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.logo_bcard_txt{
	text-align:left;
	font-size:18px;
}
.design_bg{
    background-image: url(../images/climb02.png);
    background-repeat: no-repeat;
    background-position: top;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .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:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color: #181A1C;
    background: #F6CAC9;
    padding: 15px;
    margin: 0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #F6CAC9;
    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;
    
}
.lecturer_img {
    float: left;
    max-width: 251px;
    margin: 0px 60px auto;
    margin-top: 40px;
}
.testimonial-text {
    float: right;
    display: block;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    margin-top: 47px;
    width: 66%;
    line-height: 1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
.contact-section{
	background:#F6CAC9;
}
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.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 {
    margin-top:10px;
    margin-bottom:10px;
}
.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;
}
.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:#838589;
    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:center;
    font-size:22px;
}
.info-mail {
    border-bottom:1.5px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
.sns_list{
}

/*
3.7 Contact ORG
********************************************************************/
.contact_section{
	background:#F6CAC9;
	overflow: hidden;
}
.c_title {
    text-align: center;
    padding: 40px;
    background: #fff;
}
.form_dscp{
	text-align:center;
	margin: 20px 0;
}
#formWrap {
	width:60%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
}
table.formTable th{
width: 70%;
    font-weight: normal;
    text-align: left;
    margin: 0 auto;
    display: block;
}
table.formTable td{
	text-align:center;
}
.c_select{
	width: 72%;
    margin: 0 auto;
    display: block;
	 background-color: #F6D9D8 !important;
}
.c_input{
	width: 70%;
    margin: 0 auto !important;
	background-color: #F6D9D8 !important;
}
.c_textarea{
	width: 70%;
    margin: 0 auto !important;
	background-color: #F6D9D8 !important;
}
.c_subtit:before {
    content: '\e826';
    font-family: "porta";
    margin: 0 10px 0 0;
}

.c_button {
    position: relative;
    z-index: 2;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    width: 20% !important;
    background: #fff url(../images/c_button01.png) no-repeat center center;
    background-size: cover;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 24px;
    font-weight: 800;
}
.c_back{
	position: relative;
    z-index: 2;
	border: 0px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    width: 20% !important;
	background: url(../images/c_back01.png) no-repeat center center;
	background-size:cover;
}
.c_button:hover {
	color: #000;
	background-color: #F6D9D8;
}
.c_button_r {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 25px;
	overflow: hidden;
}
.c_back_r {
	 width: 58px;
	position: relative;
	z-index: 2;
	border: 0px solid #333;
	line-height: 25px;
	overflow: hidden;
	background: url(../images/) no-repeat center;
}
.c_button_r:hover {
	color: #000;
	background-color: #F6D9D8;
}
.c_button_warp{
	margin-top: 35px;
	margin-bottom:0;
	padding:0;
}
.c_back_warp{
	padding:0;
	margin:0 ;
}
form{
	margin-bottom:0;
}

.outline {
    text-align: center;
    margin-bottom: 37px;
}


/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.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: #FECE1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    .thumbnail02 .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }	
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .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;
    }
    .thumbnail02 .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail02:hover .more {
        margin-top:-20px;
    }	
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}


/******　円運動　************************/


.circle {
    width: 600px;
    height: 600px;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
    left: -155%;
    top: 130px;
}

.content {
  width: 50%; 
  height: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  border: 1px solid #333;
}



/******   top   ************************/
.top { 
  animation: rotate_top 15s linear infinite;
}

@keyframes rotate_top { 
  0% { 
   transform: rotate(0deg) translateY(-100%) rotate(0deg);
  }
  100% {  
    transform: rotate(360deg) translateY(-100%) rotate(-360deg);
  }
}

/* right */
.right { 
  animation: rotate_right 15s linear infinite;
}
@keyframes rotate_right { 
  0% { 
   transform: rotate(0deg) translateX(100%) rotate(0deg);
  }
  100% {  
    transform: rotate(360deg) translateX(100%) rotate(-360deg);
  }
}

/* bottom */
.bottom { 
  animation: rotate_bottom 15s linear infinite;
}
@keyframes rotate_bottom { 
  0% { 
   transform: rotate(0deg) translateY(100%) rotate(0deg);
  }
  100% {  
    transform: rotate(360deg) translateY(100%) rotate(-360deg);
  }
}

/* left */
.left { 
  animation: rotate_left 15s linear infinite;
}
@keyframes rotate_left { 
  0% { 
   transform: rotate(0deg) translateX(-100%) rotate(0deg);
  }
  100% {  
    transform: rotate(360deg) translateX(-100%) rotate(-360deg);
  }
 }
 
 .pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
  
 div#single-project {
    width: 48%;
    float: right;
}
 
 video#bgvid {
  position: absolute;
  top: -50px;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%;
  height: auto; 
  z-index: -100;
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}






@media screen and (min-width: 1535px) {
}

@media screen and (min-width: 1151px) and (max-width: 1534px) {
.height_a {
    height: 1150px;
}

}

@media screen and (min-width: 961px) and (max-width: 1150px) {
.guideline ul {
    width: 75%;
    margin: 40px auto;
}	
.circle {
    width: 500px;
    height: 500px;
}
.thumbnail .mask {
    line-height: 250px;
}
.thumbnail p {
    font-size: 12px !important;
}
.project-title h3 {
    font-size: 32px !important;
}
.lecturer_img {
    margin: 0px 15px auto;
    margin-top: 40px;
}
#formWrap {
    width: 80%;
}
}

@media screen and (min-width: 753px) and (max-width: 960px) {
.navbar {
    margin-bottom: 0;
    min-height: 50px;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 16px;
}
.da-img img {
    max-width: 70%;
}
video#bgvid {
    top: -5px;
}
.service h3{ 
   font-size:16px;
}
.service p {
    padding: 0px 35px;
    height: 60px;
    font-weight: 400;
    text-align: left;
}
.circle {
    width: 400px;
    height: 400px;
}
.thumbnail .mask {
    line-height: 200px;
    font-size: 50px;
}
single-project {
    margin-bottom: 30px;
    margin: 0% 0 0 0;
}
.project-info_text {
    font-size: 14px;
}
.logo_bcard_txt {
    font-size: 12px;
}
.logo_bcard .thumbnail02 .mask h2 {
    margin-top: 10%;
}
.lecturer_img {
    float: none;
    margin: 0 auto;
}
.testimonial-text {
    float: none;
	width:95%;
}
#formWrap {
    width: 100%;
}
}

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

h2{
	font-size:28px;
}
h3{
	font-size:22px;
}
.navbar {
    background: #fff;
    margin-bottom: 0;
    min-height: 50px;
}
.navbar .brand img {
    width: 120px;
    height: 40px;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 12px;
}
.triangle {
    border-top: 0px solid #fff;    
}

video#bgvid {
    top: -5px;
}
.section {
    padding-left: 0px; 
    padding-right: 0px; 
}
.secondary-section .container {
    height: auto;
}
.principle {
    background-image: url(../images/go3_s.png);
    background-repeat: no-repeat;	
    background-position: left bottom;
    background-size: contain;
    padding: 20px;
    height: 258px;
}
.principle_tit {
    font-weight: 800;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-22deg);
    text-align: left;
    max-width: 300px;
    position: relative;
    /* margin: 0 0 0 120px; */
    top: -18px;
    left: -5px;
    font-size: 29px;
}
.principle_txt {
    margin: 0px;
    margin-top: 40px;
	font-size: 14px;
}
.guideline {
    width: 94%;
    margin: 0px auto 100px;
    padding: 2%;
    background-color: #fff;

}
.guideline ul {
    width: 95%;
    margin: 40px auto;
}
.guideline ul li {
    font-size: 15px;
}

#portfolio .container .title h1 {
    font-size: 24px;
}
#portfolio .container .title p {
    font-size: 16px;
}
div#single-project {
    width: 100%;
    float: none;
}
.single-project {
    margin-bottom: 30px;
    background: ;
    float: right;
    width: 100%;
    margin: 300px 0 0 0;
}
.circle {
    width: 240px;
    height: 240px;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
    left: 0; 
    top: 0; 
    margin: 80px auto;
}
.thumbnail h3 {
    color: #181A1C;
    margin-top: -14px;
    font-size: 14px;
}
.icon-cancel:before {
    content: '\e80b';
    font-size: 60px;
    color: #000;
}
.close {
    opacity: 1;
}
.thumbnail02 h3 {
    color: #181A1C;
    margin-top: 40px;
    font-size: 20px;
}
.about-text {
    margin-top: 30px;
    width: 90%;
}
.testimonial-text {
	float: none; 
    display: block;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    margin-top: 47px;
    width: 90%;
    line-height: 1.3em;
}
.english_sub02 {
    font-weight: 800;
    margin: 33px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 30px;
}
.logo_bcard_txt {
    font-size: 12px;
}
.seminar_conts{
	width: 90%;
	margin: 0 auto ;
}
.title_subtxt{
	font-size:16px !important;
	text-align:left;
}
.lecturer_img {
    float: none;
    max-width: 251px;
    margin: 0px 60px auto;
    margin-top: 40px;
}
#formWrap {
    width: 100%;
}
.c_button {
    width: 40% !important;
}


}








