/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.text-primary {
    color: #fed136;
}

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

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.timeline h5{
	border: 5px solid gray;
    display: block;
margin: 0 auto;
    padding: 15px;
    text-align: center;
	width: 300px;
	-moz-border-radius: 10px;/*Firefox*/
-webkit-border-radius: 10px;/*Safari, Chrome*/
border-radius: 10px;
	font-size: 20px;
	position: relative;
	top: 80px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

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

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
	font: 400 11px Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-nav > li > a {
    padding: 15px 8px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}





@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.1em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.1em;
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/top-main-img/gokuraku_top-img1.1.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

header .intro-text {
	bottom: 15%;
    height: 200px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    /*top: 0;*/
    width: auto;
}
#mov-screen-cover{
	background: url(./img/overlay.png) repeat;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
     text-shadow: 0 0 12px black;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
     text-shadow: 0 0 12px black;
}
.intro-heading{

}

.intro-heading-sub{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

@media(min-width:768px) {
    header .intro-text {

    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 1em;
        	text-shadow: black 0 0 12px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 1em;
	text-shadow: black 0 0 12px;
}
}

section {
    padding: 100px 0;
}

section h2.section-heading {

    margin-bottom: 15px;
    font-size: 65px;
    font-family: Roboto, sans-serif;
    font-weight: 100;

}
.bg-light-gray h2.section-heading {
	margin-top: 50px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
}







@media(min-width:768px) {
    section {
        padding: 150px 0;
    }

body.entry section {
        padding: 200px 0;
    }

        section#about-sec, section#about-thi{
        padding: 150px 0 0;
    }
    section#portfolio, section#portfolio-v,section#portfolio-ec{
	        padding: 0 0 150px;
}
section#portfolio .container,
section#portfolio-v .container,
,section#portfolio-ec .container{
	padding-top: 50px;
}

section#about-for{
	padding-bottom: 0;
}
}


.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-size: 1.2em;
}
.services-img{
	width: 100%;
	-moz-border-radius: 5px;/*Firefox*/
-webkit-border-radius: 5px;/*Safari, Chrome*/
border-radius: 5px;
overflow: hidden;
}
.services-img img{
	width: 100%;
}

#portfolio .portfolio-item,
#portfolio-v .portfolio-item,
#portfolio-ec .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link,
#portfolio-v .portfolio-item .portfolio-link,
#portfolio-ec .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover,
#portfolio-v .portfolio-item .portfolio-link .portfolio-hover,
#portfolio-ec .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover,
#portfolio-v .portfolio-item .portfolio-link .portfolio-hover:hover,
#portfolio-ec .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content,
#portfolio-v .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content,
#portfolio-ec .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i,
#portfolio-v .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i,
#portfolio-ec .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i   {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4,
#portfolio-v .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio-v .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4,
#portfolio-ec .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio-ec .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4  {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption,
#portfolio-v .portfolio-item .portfolio-caption,
#portfolio-ec .portfolio-item .portfolio-caption {
    margin: 0 auto;
padding: 25px 15px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4,
#portfolio-v .portfolio-item .portfolio-caption h4,
#portfolio-ec .portfolio-item .portfolio-caption h4  {
    margin: 0;
    text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption h4,
#portfolio-v .portfolio-item .portfolio-caption h4,
#portfolio-ec .portfolio-item .portfolio-caption h4{
	margin-bottom: 10px;
	font-size: 16px;
}

#portfolio .portfolio-item .portfolio-caption p,
#portfolio-v .portfolio-item .portfolio-caption p,
#portfolio-ec .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style:normal;
	text-align: left;
}

#portfolio .portfolio-item .portfolio-caption h4{
	    line-height: 1.5em;
	    min-height: 3em;
}
#portfolio .portfolio-item .portfolio-caption p{
    line-height: 1.5em;
    min-height: 10.5em;
}


#portfolio *,
#portfolio-v *,
#portfolio-ec *  {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item,
    #portfolio-v .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 140px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 120px;
    height: 120px;
    margin-left: 0;
    /*
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    */
    text-align: center;
    color: #fff;
    /*background-color: #fed136;*/
}

.timeline>li .timeline-image h4 {
 font-size: 11px;
    line-height: 16px;
    margin-top: 26px;
	color: black;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 140px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
	line-height: 1.5em;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}


.timeline>li .timeline-image.flow-txt{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: inherit;
    position: relative;
    height: 100%;


}



/*WORKS*/
.works-cont{
	width: 33.333%;
	float: left;
}
.works-cont-thumb{
  padding: 15px;
    overflow: hidden;
    position: relative;
}
.works-cont-thumb-txt{
	   color: black;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
}

body.works .works-cont{
	width: 20%;
}


body.works .works-cont-thumb{
	   float: left;
    width: 70%;
}

body.works .works-cont-thumb iframe{
	width: 100%;
	height: 443px;
}
body.works .works-cont-thumb img{
	/*margin-bottom: 10px;*/
}

body.works .grid{

}
body.works .grid .works-cont-thumb{
	float: none;
	width: 100%;
}

body.works .asset-body,
body.works .asset-more,
body.works .btn-sns{
	float: right;
	width: 30%;
	text-align: left;
		    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding-left: 15px;
}


body.works .entry-asset{
	   clear: both;
    margin-bottom: 150px;
    overflow: hidden;
}

body.works .asset-more{

}
body.works .btn-sns{
	margin-top: 30px;
}
body.works .btn-sns .fb_iframe_widget{
 width: 60px;
}

.cont-inner{

}

.works-cont-thumb .cont-inner{
  position: relative;
overflow: hidden;
}
.works-cont-thumb .cont-inner::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.works-cont-thumb .cont-inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.entry-asset.asset.hentry .works-cont-thumb .cont-inner::before{
  display: none;
}
.entry-asset.asset.hentry .works-cont-thumb .cont-inner img{
  position: static;
}

.works-cont-txt{

}
.works-cont-thumb img{
	width: 100%;
}

.hover-txt{
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	display: none;
		transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.hover-txt h4{
	margin-top: 25%;
	color: white;
}

body.works .hover-txt h4{
	font-size: 13px;
}

.works-cont-thumb:hover .hover-txt{
	display: block;
	background-color: rgba(0,0,0,0.65);
		transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.filter-button-group{
	clear: both;
	overflow: hidden;
}

button.button{
	text-transform: uppercase;
    border: medium none;
    float: left;
    margin: 0.5%;
    padding: 30px 0;
    width: 32.333%;
	background-color: #ebebeb;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	color: gray;
-moz-border-radius: 3px;/*Firefox*/
-webkit-border-radius: 3px;/*Safari, Chrome*/
border-radius: 3px;
}
button.button:hover{
	background-color: #fed136;
}
button.button.is-checked{
	background-color: #fed136;
	color: black;
}

body.works button.button{
	width: 15.666%;
	font-size: 11px;
}

button.button.is-checked.all,
button.button.all{
  clear: both;
    font-size: 11px;
    padding: 13px 0;
    width: 99%;
}



/*wechat*/
#wechat{

}
section#wechat h3.section-subheading,
section#weibo h3.section-subheading,
section#inbound h3.section-subheading,
section#movie h3.section-subheading,
section#curation h3.section-subheading{
	margin-bottom: 15px;
}
#wechat .inner-banner,
#weibo .inner-banner,
#inbound .inner-banner,
#movie .inner-banner,
#curation .inner-banner{
position: relative;
}
#wechat .inner-banner img,
#weibo .inner-banner img,
#inbound .inner-banner img,
#movie .inner-banner img,
#curation .inner-banner img{
width: 100%;
}
#wechat h4,
#weibo h4,
#inbound h4,
#movie h4,
#curation h4{
   font-family: inherit;
    font-weight: 300;
	line-height: 1.7em;
}

a.button{
	text-transform: uppercase;
    border: medium none;
    float: left;
    margin: 0.5%;
    padding: 30px 0;

	background-color: #fed136;
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	color: gray;
-moz-border-radius: 3px;/*Firefox*/
-webkit-border-radius: 3px;/*Safari, Chrome*/
border-radius: 3px;
display: block;
}
a.button:hover{
	background-color: #ebebeb;
	text-decoration: none;
	color: #fed136;
}
a.button.is-checked{
	background-color: #fed136;
	color: black;
}


#wechat a.button,
#weibo a.button,
#inbound a.button,
#movie a.button,
#curation a.button{
	float: none;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 40%;
}

#wechat a.button,
#weibo a.button,
#inbound a.button,
#movie a.button,
#curation a.button{
	color: #000;
}
section#inbound h2.section-heading{
	   font-size: 50px;
    font-weight: normal;
}


/*wechat*/



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

.works-cont{
	width: 50%;
}
button.button{
	width: 49%;
}


 body.works .works-cont-thumb{
	 float: none;
    width: 100%;
}
body.works .btn-sns,
body.works .asset-body,
body.works .asset-more{
	float: none;
	width: 100%;
}
body.works button.button{
	 width: 49%;
}

body.works .works-cont{
	width: 50%;
}
section#works{

}
section#contact{
	margin-top: 200px;
}
section h2.section-heading{
	font-size: 60px;
}
.intro-heading-sub{
	  display: block;
    font-size: 23px;
    line-height: 1.25em;
    margin: auto;
    width: 90%;
}

#wechat h4, #weibo h4, #inbound h4, #movie h4, #curation h4{
	text-align: left;
	font-size: 17px;
	line-height: 1.9em;

}
#wechat a.button, #weibo a.button, #inbound a.button, #movie a.button, #curation a.button{
	 width: 90%;
}
}



/*WORKS*/

@media only screen and (min-device-width: 320px)
 and (max-device-width: 667px)
 and (orientation : portrait) {





 .timeline>li .timeline-image.flow-txt{
	margin-left: -1%;
}
#service-sns .timeline-panel.service-sns,
#service-amb .timeline-panel.service-sns{
	    float: none;
    width: 100%;
    text-align: left;
}
.timeline-panel.service-sns .timeline-body{
	padding-right: 0px;
	width: 100%;
}

#service-sns .timeline-image.service-sns,
#service-amb .timeline-image.service-sns{
	width: 100%;
}
#service-sns .timeline-image.service-sns img{
	width: 100%;
}


#agent-sns .timeline-panel.service-sns{
	    float: none;
    width: 100%;
}
#agent-sns .timeline-panel.service-sns .timeline-body{
	padding-left: 15px;

}
#agent-sns .timeline-image.service-sns{
	width: 100%;
}

.sns-container{
	width: 100%;
	float: none;
clear: both;
}
.fb_iframe_widget{
	width: 100%;
}
.fb_iframe_widget span{
		width: 100% !important;
}
.fb_iframe_widget iframe{
	width: 100% !important;
}


#sns-block iframe.twitter-timeline{
	width: 100% !important;
}





}



@media only screen and (min-device-width: 414px)
 and (max-device-width: 736px)
 and (orientation : portrait) {
 .timeline>li .timeline-image.flow-txt{
	margin-left: -1%;
}





}




.timeline>li .timeline-image.flow-txt h4{
	background: none repeat scroll 0 0 white;
    padding: 15px 0;

}
.timeline>li .timeline-image.flow-txt .flow-txt-cont{
	 background: none repeat scroll 0 0 white;
    border: 5px solid gray;
    color: black;
    margin-bottom: 10px;
    padding: 8px 5px;
    	-moz-border-radius: 10px;/*Firefox*/
-webkit-border-radius: 10px;/*Safari, Chrome*/
border-radius: 10px;
	font-weight: bold;
}


@media(min-width:768px) {

    .timeline:before {
        left: 50%;
    }

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

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        /*text-align: right;*/
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
  font-size: 14px;
    line-height: 18px;
    margin-top: 38px;
	color: black;
}

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 50px;
        text-align: left;
    }




}

@media(min-width:992px) {




    .timeline>li {
        min-height: 300px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
height: 300px;
    margin-left: 0px;
    overflow: hidden;
    width: 55%;
    }
.timeline>li.timeline-inverted .timeline-image{
	left: 0;
}
    .timeline>li .timeline-image h4 {
        margin-top: 36px;
 font-size: 30px;
    line-height: 35px;
	color: black;
}

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }


    .timeline>li .timeline-image.flow-txt{
	   margin-left: -28%;
}
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 400px;
    }

    .timeline>li .timeline-panel {
         padding: 0 70px 20px 0;
    }

    .timeline>li .timeline-image {
height: 400px;
    margin-left: -150px;
    overflow: hidden;
    width: 62%;
    }

    .timeline>li.timeline-inverted .timeline-image {
	   left: 0;
    margin-left: 0;
}


    .timeline>li .timeline-image.flow-txt{
	   margin-left: -32%;
}


    .timeline>li .timeline-image h4 {
        margin-top: 90px;
	color: black;
}

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 0 20px 70px;
    }



}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
	margin-bottom: 60px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
	font: 11px/40px Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

#portfolio h5,
#portfolio-v h5,
#portfolio-ec h5{
	border: 5px solid gray;
    display: block;
margin-left:auto;
margin-right:auto;
    padding: 15px;
    text-align: center;
	width: 340px;
	-moz-border-radius: 10px;/*Firefox*/
-webkit-border-radius: 10px;/*Safari, Chrome*/
border-radius: 10px;
	font-size: 20px;
	position: relative;
}
#portfolio h5 span,
#portfolio-v h5 span,
#portfolio-ec h5 span{
 background: none repeat scroll 0 0 white;
    border: 5px solid #fed136;
    bottom: -70px;
    font-size: 11px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
    -moz-border-radius: 80px;/*Firefox*/
-webkit-border-radius: 80px;/*Safari, Chrome*/
border-radius: 80px;
}
#portfolio h5 span a,
#portfolio-v h5 span a,
#portfolio-ec h5 span a{
	display: block;
    margin-top: 25px;
}

.price{
	background: none repeat scroll 0 0 white;
    color: gray;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -15px;
    width: 100px;

}
.bg-light-gray .price{
	background: #f7f7f7;

}
.bg-light-gray h5{
	margin-bottom: 5px;
}
.fb-like.fb_iframe_widget{
	 bottom: -30px;
    position: absolute;
    left:15%;
    -moz-transform: rotate(0deg) scale(1.3, 1.3) skewX(0deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
-webkit-transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
-o-transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
-ms-transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0px, 0px);/* IE 9 */
transform: rotate(0deg) scale(1.3, 1.3) skew(0deg, 0deg) translate(0px, 0px);
}


.navbar-header{
	text-align: center;
	float: none;
}
.navbar-brand{
	float: none;
	line-height: 50px;
}
.navbar-nav{
	float: none;
}
.navbar-right{
	float: none !important;
	margin-right: 0;
	text-align: center;
}
.navbar-nav > li{
	float: none;
	display: inline-block;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left: 0;
}

section#team table{
	width: 100%;
}

section#team table tr{

}

section#team table td{
	 border: 1px solid silver;
    color: gray;
    padding: 10px;
    text-align: left;
}
section#team table td.title{
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

section#intro h3.section-subheading{
	line-height: 2em;
	font-size: 20px;
}
section#intro h3.section-subheading img{

}









#service-sns{
	margin-top: 50px;
	width: 100%;
}
.timeline-panel.service-sns{
	    float: left;
    width: 50%;
    text-align: left;
}
.timeline-panel.service-sns .timeline-body{
	padding-right: 15px;

}
.timeline-image.service-sns{
	width: 50%;
}

.timeline-image.service-sns img.img-responsive{

}


#agent-sns{
		margin-top: 50px;
	width: 100%;
}
#agent-sns .timeline-panel.service-sns{
	float: right;
}
#agent-sns .timeline-panel.service-sns .timeline-body{
	padding-left: 15px;

}
#agent-sns .timeline-heading{
	padding-left: 15px;
}

#service-amb{
			margin-top: 50px;
	width: 100%;
}

#service-amb-btn{
	background-color: #fed136;
	-moz-border-radius: 3px;/*Firefox*/
-webkit-border-radius: 3px;/*Safari, Chrome*/
border-radius: 3px;
	display: inline-block;
	padding: 10px 15px;
}
#service-amb-btn a{
	color: white;
}


#sns-block{

}
.sns-container{
	width: 50%;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.fb_iframe_widget{
	width: 100%;
}
.fb_iframe_widget span{
		width: 100% !important;
}
.fb_iframe_widget iframe{
	width: 100% !important;
}


#sns-block iframe.twitter-timeline{
	width: 100% !important;
}



section#intro{

}
.timeline-image.gthumb{
	margin-top: 20px;
}
.timeline-image.gthumb img{
	width: 100%;
}

h5.g-subheading{
	    font-size: 20px;
    font-weight: 100;
}
h4.g-heading{
	font-size: 30px;
	font-weight: 100;
}
.gtxt{
	text-align: left;
	margin-top: 20px;
}

.blog-post #alpha{

}
.blog-post #alpha-inner{
	overflow: visible;
}


#alliance table{
	width: 100%;
}
#alliance table tr{

}
#alliance table tr td{
	    padding: 10px 65px;
    vertical-align: top;
    width: 50%;
}
#alliance h3.section-subheading{

}
#g-translate{
 background: #eee none repeat scroll 0 0;
    bottom: 0px;
    padding: 15px 20px 5px 30px;
    position: fixed;
    right: 0;
    -moz-border-radius: 10px 0px 0px;/*Firefox*/
-webkit-border-radius: 10px 0px 0px;/*Safari, Chrome*/
border-radius: 10px 0px 0px;
}


/*ふきだし2（枠線付き）*/
.baloon2{
	padding:4px 24px;
	display:inline-block;
	background: #eee;
	border:1px solid #ddd;
	color:#111;
	border-radius:4px;
	position:relative;
}
.baloon2:before,
.baloon2:after{
	content:"";
	display:block;
	height:8px;
	border:4px solid transparent;
	position:absolute;
	left:50%;
	margin-left:-4px;
}
.baloon2:before{
	border-top:8px solid #ddd;
	bottom:-20px;
}
.baloon2:after{
	border-top:8px solid #fff;
	bottom:-19px;
}

.double{
	width:100%;
	text-align:center;
}
.double .title{
	position:relative;
	display:inline-block;
}
.double .title:before, .double .title:after{
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	position:absolute;
	top:50%;
	margin-top:-2px;
}
.double .title:before{left:-224px;}
.double .title:after{right:-224px;}






@media only screen and (min-device-width: 320px)
 and (max-device-width: 667px)
 and (orientation : portrait) {
	.sns-container{
	width: 100%;
	float: none;
	clear: both;
}

#alliance table tr td{
display: block;
width: 100%;
}

section h2.section-heading{
	font-size: 2.5em!important;
}

section h3.section-subheading{
	line-height: 1.75em;
}




	}
