/*
 Theme Name:   tgct-cycling
 Description:  One Pirate is a beautiful one-page WordPress theme, with a colorful and playful design, nice animations, full-screen layout, and elegant parallax effect. The theme comes with a full-width header and with catchy icons. Overall, One Pirate has a modern and interactive look, and a smooth transition from a section to another.
 Author:       Themeisle
 Author URI:   https://themeisle.com
 Template:     zerif-lite
 Version:      1.0.3
 License:      GNU General Public License version 3
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  one-pirate
 Tags:         black, gray, red, white, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------
General
--------------------------------------------------------------*/


h2 {
    text-align: center;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #262626;
    font-weight: normal;
    line-height: 25px;
}

a {
	color: #265887;
}
a:visited {
	color: #2A658F;
}
a:hover,
a:focus,
a:active {
	color: #2A658F;
}



a {
	color: #265887;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}

.border01{
    background-color: #ddd;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 30px;
	margin-bottom: 25px;
	font-weight: bold;
}

.border02{
    background-color: #66cc00;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 30px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #fff;
}

.border07{
    border-top: 1px solid #ddd;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.border08{
    border-top: 2px solid #ddd;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: bold;
}

.btn-nomargin {
	text-align: center;
}

.btn-primary{color:#000;background-color:#428bca;border-color:#357ebd;}




.pinkred-btn {
	background: #2A658F;
}

.pinkred-btn:hover {
	color: #FFF;
	background: #66cc00;
}

.learnmore-btn {
	background: #666666;
}

.learnmore-btn:hover {
	color: #FFF;
	background: #66cc00;
}

.red-btn,.green-btn,.blue-btn,.yellow-btn,.pinkred-btn,.learnmore-btn {
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.access-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 5px;
	border: none;
}

.widget .widget-title:before{
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #66cc00;
	bottom: -9px;
	left: 0;
}

.widget .widget-title {
	color: #404040;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
	position: relative;
	text-align: left;
	margin-top: 5px;
	padding-bottom: 5px;
	float: none;
}


.entry-title:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #66cc00;
	bottom: -9px;
}

.navbar-inverse .navbar-nav ul.sub-menu li a {
	color:#272727;
}

ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #fff;
	bottom: 0px;
	left: 12.5%;
	display: block;
}

.navbar-brand {
	height: 76px;
	position: relative;
	line-height: 70px;
	padding: 7px 5px;
	display: inline-block;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 30px;
	padding-top: 2px;
}

#site-navigation {
 	height: 1px;
	float: right;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;

}


.zerif-copyright-box {
	width: 100%;
    color: #666;
	display:none;
}


.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
        padding-top: 50px;
        padding-bottom: 60px;
    }


.program a:hover img{
    opacity: 0.8 ;
}


.program {
	width:		100%;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
}
.program img {
	width:		100%;
}

.text {
	width:		100%;
	font-size:	180%;
	line-height: 100%;
	font-family:'Montserrat';
	text-align:	center;
	bottom:		0;
	margin:		0;
	padding:	12px;
	color:		#fff;
	background:	rgba(0,0,0,0.5); /* 帯の透明度 */
	position:	absolute; /* 絶対位置指定 */
}



.about-us p {
	text-align: left;
	color: #939393;
	font-size: 18px;
	line-height: 25px;
}

.about-us .col-md-12.zerif-rtl-big-title .big-intro,
.about-us .col-md-12.zerif_about_us_center p {
	text-align: left;
}


.title01{
    font-weight:bold;
	text-align: left;
	font-size:20px;
	margin-top: 5px;
	margin-bottom: 8px;
}
---------------


table th, table td {
    padding: 10px;
    border: 1px solid #999;
}

td.access {
  background-color: #eee;
  text-align: center;
   border: 1px solid #999;
  width: 8%;
}

table th {
  background-color: #eee;
  text-align: center;
   border: 1px solid #999;
  width: 40%;
}



td.purple{
background-color: #806EA7;
color: #fff;
font: bold
}

td.blue{
background-color: #039BE5;
color: #fff;
font: bold;}

td.red{
background-color: #D32F2F;
color: #fff;
font: bold;}

td.grey{
background-color: #9E9E9E;
color: #fff;
font: bold;}

td.orange{
background-color: #FFA000;
color: #fff;
font: bold;}



---------------


.widget-area {
	float: left;
	width: 100%;
	margin-top: -95px;
	margin-bottom: 100px;
}

.widget li:before{
	content: '';
	width: 4px;
	height: 4px;
	background: none;
	float: left;
	position: absolute;
	margin-top: 11px;
	left: 0;
}

.textwidget {
	text-align: left;
}

.sidebar-wrap {
	border-left: none;
}


.latest-news {
	padding-bottom: 66px;
	padding-top: 50px;
	background: #F9F9F9;
}

.pirate_forms .pirate-forms-submit-button:hover {
	color: #FFF;
	background: #D82803;
}

.headerimg{
	margin-left: 15px;
	margin-right: 20px;
}

.navbar-toggle.active{
    background-color: #e96656 !important;
}

.navbar-toggle {
	border: 0;
	background-color: #808080;
	margin-top: 15px;
}


.team-member .details {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	padding: 15px;
	top: -200px;
	left: 0;
	width: 100%;
	height: 190px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}


.navbar {
	background: #66cc00;
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	opacity:0.95;
}

.content-left-wrap {
    padding-top: 20px;
}





/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
	font-family:'Montserrat';
	font-size: 18px;
	font-weight: bold;

}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    outline: medium none;
    border-bottom: #fff;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.header-content-wrap {
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 285px 0 380px;
}

.section-header {
	text-align: center;
	padding-bottom: 50px;
}



/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.red-btn {
    background: rgb(252, 96, 65) none repeat scroll 0% 0%;
}

.red-btn:hover {
    color: #FFF;
    background: #d8472a none repeat scroll 0% 0%;
}

.green-btn {
    background: #f7cb00 none repeat scroll 0% 0%;
}

.green-btn:hover {
    color: #FFF;
    background: #a78900 none repeat scroll 0% 0%;
}

.focus-box .service-icon .pixeden {
    border-radius: 50%;
    background-color: #FEFEFE !important;
}

.focus {
    padding-bottom: 100px;
    overflow: hidden;
    background-color: #fff;
}

.about-us {
    color: #FFF;
    padding-bottom: 50px;
    background: #D1EDFB none repeat scroll 0% 0%;
}

.about-us * .section-header h2 {
    padding-bottom: 10px;
    color: #FFF !important;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
}

.about-us * .white-text{
    color: #34c5f2 !important;
}

.about-us * p{
    color: #7E7E7E !important;
}

.dark-text{
    color: #412a22 !important;
}

.testimonial {
    padding-bottom: 90px;
    background: rgba(200, 200, 200, 0.3) none repeat scroll 0% 0% !important;
}


.contact-us {
    background: #ddd none repeat scroll 0% 0%;
    padding-bottom: 95px;
}

.red-border-bottom::before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #FFB000 none repeat scroll 0% 0% !important;
    bottom: -9px;
    left: 12.5%;
}

.our-team * h6{
    color: #44B0CE !important;
}

.our-team {
	padding-bottom: 50px;
	padding-top: 50px;
	background: #eee;
}


.ctUp-ads:nth-child(4n+2) .service-icon:hover, .focus-box:nth-child(4n+1) .service-icon:hover {
    border: 10px solid #1A3A57;
}

.ctUp-ads:nth-child(4n+2) .service-icon:hover, .focus-box:nth-child(4n+2) .service-icon:hover {
    border: 10px solid #1A3A57;
}
.ctUp-ads:nth-child(4n+2) .service-icon:hover, .focus-box:nth-child(4n+3) .service-icon:hover {
    border: 10px solid #1A3A57;
}

.ctUp-ads:nth-child(4n+2) .service-icon:hover, .focus-box:nth-child(4n+4) .service-icon:hover {
    border: 10px solid #1A3A57;
}

.ctUp-ads:nth-child(4n+1) .red-border-bottom::before, .focus-box:nth-child(4n+1) .red-border-bottom:hover {
    background: none repeat scroll 0% 0%;
}

.ctUp-ads:nth-child(4n+2) .red-border-bottom::before, .focus-box:nth-child(4n+2) .red-border-bottom:hover {
    background: none repeat scroll 0% 0%;
}

.ctUp-ads:nth-child(4n+3) .red-border-bottom::before, .focus-box:nth-child(4n+3) .red-border-bottom:hover {
    background: none repeat scroll 0% 0%;
}

.ctUp-ads:nth-child(4n+4) .red-border-bottom::before, .focus-box:nth-child(4n+4) .red-border-bottom:hover {
    background: none repeat scroll 0% 0%;
}



#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+1) .latestnews-title a::before {
    background: #1A3A57 none repeat scroll 0% 0% !important;
}

#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+2) .latestnews-title a::before {
    background: #ccbe0a none repeat scroll 0% 0% !important;
}

#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+3) .latestnews-title a::before {
    background: #6fd0f7 none repeat scroll 0% 0% !important;
}

#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+4) .latestnews-title a::before {
    background: #f7cb00 none repeat scroll 0% 0% !important;
}

.latesnews-content > p{
    font-size: 15px;
}

.team-member:hover .details {
    top: 0px;
    background: #66cc00 none repeat scroll 0% 0% !important;
    color: #FFF;
    opacity: 1;
}

/*    BLOG    */

#primary{
    margin-top: -110px;
}

.site-content {
    background: #F5F5F5 none repeat scroll 0% 0%;
}

article.hentry {
    border: 1px solid rgb(219, 219, 219);
    padding: 15px;
    border-radius: 3px;
    background-color: white;
}    

.entry-content p {
    text-align: justify;
    font-size: 15px;
}

.listpost-content-wrap .entry-title a::after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    height: 2px;
    background: #FFB000 none repeat scroll 0% 0%;
    bottom: -9px;
    left: 0px;
    width: 50px;
}

.listpost-content-wrap-full .entry-footer > span, .listpost-content-wrap .entry-footer > span {
    padding-right: 15px;
    font-size: 15px;
}

.entry-footer {
    background: transparent none repeat scroll 0% 0%;
    font-size: 15px;
}

.entry-footer a {
    color: #BDBDBD;
    font-style: italic;
    font-size: 14px;
}

.nav-previous{
    margin-left: 45px;
}

.nav-next{
    margin-right: 45px;
}

/*--------------------------------------------------------------
Booking form
--------------------------------------------------------------*/
ul li {
list-style: none;
margin: 10px 0 0 0;
padding:0 ;
}

.booking_label{
    display: inline-block;
    font-weight:bold;
	text-align: left;
        border-bottom: solid 3px #ddd;
	font-size:20px;
	margin-top: 10px;
}

input{ width: 90%; }
select{ width: 90%; }


.bg_gray{
   background-color: #ddd;
   width: 100%;
   padding: 2px;
   margin-bottom: 10px;}

#left{
width:50px;
margin-right: auto;    
text-align: left;}


.wpcf7-submit {
font-size: 2em;
font-weight:bold;
padding: 5px 30px;
background-color: #248;
color: #fff;
border-style: none;
}
 
.wpcf7-submit:hover:enabled {
background-color: #24d;
color: #fff;
}

.sent .booking{
display: none;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer {
    background: #272727 none repeat scroll 0% 0%;
}

.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #272727 none repeat scroll 0% 0%;
}

.footer-widget-wrap {
	background: #272727;
}


.footer-widget-wrap .widget {
	color: #fff;
	padding-bottom: 10px;
}

.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
}


.company-details {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 67px;
}

.company-details a {
	color:#fff;
	text-decoration:none;
}

.social li a {
    color: #fff;
    font-size: 18px;
}

.company-details a:hover {
	color: #265887;
}

@media screen and (max-width:1023px) {
    .home-header-slider {
     padding-top: 111px;
    }


    }
	

@media screen and (min-width:768px) and (max-width:768px) {

	.menu-align-center .responsive-logo > a {
		float: center;
		width: 83%;

	}
	
.header-content-wrap {
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 250px 0 150px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 2px !important;
}

.widget-area {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 100px;
}

#primary{
    margin-top: -150px !important;
}


    }

@media screen and (min-width:800px) and (max-width:800px) {

	.menu-align-center .responsive-logo > a {
		float: center;
		width: 83%;

	}
	
.header-content-wrap {
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 250px 0 150px;
}

.widget-area {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 100px;
}

#primary{
    margin-top: -200px !important;
}


    }



@media screen and (max-width:767px) {

#primary{
    margin-top: -150px !important;
}

.content-left-wrap{
	margin-bottom: 50px;
	padding-top: 1px;
}

#parallax_move .layer {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: top center;
	background-repeat: no-repeat;
}

.header-content-wrap {
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 10px 0 30px;
}


.intro-text{
        font-size: 30px;
        line-height: 40px;
		padding-top: 30px;
    }

.buttons {
	text-align: center;
	margin-top: 40px;
}


    .home-header-slider {
     padding-top: 0px;
    }

	.menu-align-center .responsive-logo > a {
		float: left;
		width: 83%;

	}

.navbar-brand {
	height: 76px;
	position: relative;
	line-height: 70px;
	padding: 7px 5px;
	display: inline-block;
}

img {
   margin-bottom: 10px;
}

.btn-nomargin {
   margin-top: 20px;
}

ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: none;
	bottom: 0px;
	left: 12.5%;
	display: block;
}





.latest-news {
	padding-top: 20px;
}

.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
        padding-top: 20px;
        padding-bottom: 60px;
    }

.section-header {
	text-align: center;
	padding-bottom: 20px;
}


.focus {
    padding-left: 15px;
    padding-right: 15px;
}


.our-team {
	padding-bottom: 50px;
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}




.navbar-toggle{
	position:relative;
	float:right;
	margin-right:10px;
	padding:9px 8px;
	margin-top:19px;
	margin-bottom:5px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}


article.hentry {
    margin-top: 0;
} 

.headerimg{
 	margin-left: 0;
	margin-right: 0;
}

.widget-area {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 100px;
}

.sidebar-wrap{
	margin-top: 60px;
	padding-top: 0;
	margin-bottom: 50px;
}

.navbar-inverse .navbar-nav ul.sub-menu li a {
	color:#fff;
}

.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

}


@media screen and (min-width:1024px) {
    .home-header-slider {
     padding-top: 76px;
    }
}

@media screen and (min-width:768px) {
    .row {
        float: none !important;
    }
}
/*--------------------------------------------------------------
Custom
--------------------------------------------------------------*/
.sp {
    display: none;
}
#site-navigation {
    padding-top: 4px;
}

/* Nav */
.navbar {
    opacity: 1;
}
.site-title > a > img {
    width: 390px;
}
.site-description {
    display: none;
}

/* Top */
.header-content-wrap {
    background: url("https://www.tokyocycling.jp/wordpress/wp-content/uploads/2019/04/top-image-3-4500.jpg") no-repeat center center; /* Mainvisual */
    background-size: cover;
    height: 700px;
}
.header-content-wrap::before{
    background-color: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.header-content-wrap > .container {
    position: relative;
    z-index: 99;
}

/* Tours */
a.btn-emphasized:visited {
    color: #ffffff !important;
}
.btn-emphasized {
    color: #fff !important;
    width: 230px !important;
    border-bottom: solid 4px #961111 !important;
    background-color: #dd3333 !important;
}
.cta-microcopy {
    margin: 35px auto 0 !important;
    text-align: center !important;
    color: #dd3333 !important;
}
.highlights__list li {
    list-style: disc;
    font-size: 15px;
}
.mt0 {
    margin-top: 0 !important;
}
.price-emphasized {
    font-size: 22px;
    color: #5db902;
    /* text-decoration: underline; */
}
.required {
    color: red;
    font-wight:bold;
}

/* Form */
.formError .formErrorContent {
    background: #fff!important;
    color: red!important;
    font-size: 1em!important;
}
.cancel-note {
    font-size: 0.8em!important;
    margin-bottom: 12px!important;
}
.staff { 
    margin-bottom: 16px;
}
/* Blog */
.postid-1411 .entry-title, .postid-1492 .entry-title{
    font-size: 32px;
    line-height: 1.3em;
}
.blog__wrapper h2 {
    margin-top: 60px!important;
    text-align: left!important;
    font-size: 24px!important;
}
.postid-1411 .blog__wrapper h2 {
    font-size: 28px!important;
}
.blog__wrapper p {
    line-height: 1.6em;
}
.blog__wrapper img {
    width: 100%;
}
.blog__wrapper h3 {
    font-weight: bold;
    margin:60px 0 8px;
}
.anchor-point {
    margin-top:-140px!important;
    padding-top: 140px!important;
    display: block!important;
    font-size: 28px;
    line-height: 1.1em;
}
.blog__wrapper h4 {
font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.aboutus--blog {
    border-bottom: 3px solid #f5f5f5;
    border-top: 3px solid #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.aboutus--blog p {
    margin-bottom: 0;
}
.bold {
    font-weight: bold;
}
.table-of-contents {
    background: #fbfbfb;
    padding: 30px;
    border: solid 3px #f5f5f5;
}
.table-of-contents ol, .table-of-contents ul {
    margin-left: 30px;
}
.table-of-contents li {
    padding-bottom: 8px;
    margin: 0;
}
ul li {
    list-style: disc;
}

@media screen and (max-width: 767px) {
    .header-content-wrap {
        height: 330px;
    }
    .header-content-wrap::before{
        background-color: rgba(0,0,0,0.15);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
    }
    .header-content-wrap > .container {
        position: absolute;
        z-index: 99;
    }
    .header-content-wrap {
        padding: 15px 0 310px;
    }
    .cancel-note {
        margin-bottom: 0!important;
    }
    .table-of-contents {
        padding: 16px;
    }
    .anchor-point {
        font-size: 24px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}