@charset "UTF-8";
/*
Theme Name: circles2021
Theme URI: https://www.circles-jp.com
Description: A theme by <a href="https://www.circles-jp.com">circles</a>.
Version: 2
Author: monjya
Author URI: https://www.circles-jp.com
*/


/* 基本設定 */

    
	html,
	body {
  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
        line-height: 1.6em;
		background: #f4f3ef;
	}

	body {
		margin-top: 91px;
        color: #210b00;
		}

		.wp-block-embed__wrapper {
    position: static !important;
    }


a {
color: #0A4288;
text-decoration: none;
}
a:hover {color: #148DDD;}
a:hover.a-nodeco {text-decoration: none;}
.a-nodeco {text-decoration: none;}
.a-gray {color:#333;}

a.bigger {
transition: all 0.1s ease;
display: block;
}
a.bigger:hover {
	text-decoration: none;
	transform: scale( 1.04 );
}

/* テキスト等 */
.font80{font-size: 80%;}
.font90{font-size: 90%;}
.font120{font-size: 120%;}
.font180{font-size: 180%;}
.font200 {font-size: 200%;}
.font220 {font-size: 220%;}
.font250 {font-size: 250%;}
.opacity50 {opacity: 0.5;}
.linknomal a {color: #333;text-decoration: none;}
.linknomal a:hover {color: #148DDD;}
.text-white {color: white;}
.text-white:hover{color: white;text-decoration: none}
.py-50 {padding-top: 5rem;padding-bottom: 5rem;}
.bg-lightbrown {background: #eae8e0;}

/* タブの色変更 */
.nav-pills .nav-link.active{
  background-color: black;
}

/* タブの文字色変更 */
.nav-pills .nav-link{
  color: black;
}

.home h2 {
  font-family: "Barlow Condensed", sans-serif;
    font-size: 4rem;
    color: #210b00;
    line-height: 1em;
  font-weight: 600;
  font-style: italic;
}

/* Bootstrap的メディア */
.media img {
	width: 64px;
}



/* もっと見るボタン */
.more-btn {
background: rgba(217, 46, 38, 1);
    padding: 15px;
    text-align: center;
border-radius: 5px;
color: #fff;
}
a.more-btn:hover {
background: rgba(217, 46, 38, 0.7);
color: #fff;
text-decoration: none;
}

/* テーブルのストライプ */
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {background-color: #e8e0cf;}
.table-striped td {border-top: 0px solid #DDD; background-color: #f1ece5;}


/* ナビゲーション */
.navbar {
    background-color: #c10016 !important;
    color: #fff;
    z-index: 101;
    justify-content: start;
}
.navbar-toggler {
    padding: .1rem .4rem;
    }
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #af1b10;
}
.navbar-brand {
    padding-bottom: .2rem;
}
a.nav-link {
    color: #fff;
    font-weight: bold;
}
.nav-webshop-link {
    width: 200px;
    position: absolute;
    right: 0;
    top:0;
    padding: .4rem 1rem;
    background-color: #c10016;
}



/* カード */
.card,
.card-img-top {
	border-radius: .1rem;
}
.card-img-top {
box-shadow: 0px 0 19px -7px rgba(0, 0, 0, 0.2);
}
.card-block {
    padding: 1rem;
    background: #fff;
}
.top-pickup .card-block {
    background: #c10216;
    color: white;
}
h4.card-title {
    margin-bottom: .6rem;
}


/* 問合せページ */
.screen-reader-response {
    color: red;
}
.wpcf7-mail-sent-ok {
    border: 3px solid #009688;
    padding: 5px;
    background: #eee;
    font-weight: bold;
    font-size: 1.3rem;
}


/* ページナビ */

.pagination ul {box-shadow: none;}

a.page-numbers, .pagination .current {
padding: 8px 20px;
border-radius: 3px;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.pagination .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold;
}

.pagination .next, .pagination .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


/* SNS */
.sns {clear: both;margin: 0 auto;}

div.sharedaddy h3.sd-title:before {
    border-top: 0px solid #ddd !important;}

.sns-btn .btn-danger {
    color:#3A1502;
    background-color: #eae8e0;
    border-color: #795548;
}
.sns-btn .btn-danger:hover {
    color: #fff;
    background-color: #ca241e;
    border-color: #a21914;
}

/* 投稿者名 */
.author-name {
font-size: .6rem;opacity: .8
}
@media (max-width: 768px) { 
.author-name {
font-size: .6rem;
}
}





/* トップページ */

.slide-box img {
    width: 100%;
    max-height: 810px;
    object-fit: cover;
}
.slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(255,255,255,0));
    width: 100%;
    padding: 0 5%;
    height: 20%;
    top: 80%;
    }
.slide-title center {
    text-align: left;
    display: inline;
}
.post-red-tag {
background: #c10016;
    display: inline-block;
    padding: 0 5px;
    font-size: .7rem;
    letter-spacing: .1em;
    color: #fff;
        z-index: 100;
}
@media (max-width: 992px) { 
.slide-title h1 {
    font-size: 2rem;
}
}
@media (max-width: 768px) { 
.slide-title h1 {
    font-size: 1.1rem;
}
}



/* トップページ wp-shopify */

section.webshopmix .row {
    padding: 4rem 2rem;
}
@media (max-width: 992px) {
section.webshopmix .row {
    padding: 4rem 0;
}
    }

.blog-text h2.wps-products-title {
    width: 100%;
    font-size: 1rem !important;
}

section.wps-items-wrapper{
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
@media (max-width: 992px) {
section.wps-items-wrapper{
    padding: 0 !important;
}
}
.wpshopify [data-wpshopify-component] {
    max-width: 1775px !important;
    margin: 0 auto;
}
.webshopmix section.wps-items.wps-items-list {
    max-width: 1500px !important;
}
.css-1mr7gqm-PaginationItemsCSS {
    margin:0 auto;
}
@media (max-width: 992px) {
section.wps-items.wps-items-list {
    grid-template-columns: repeat(3, 1fr) !important;
}
}
@media (max-width: 576px) {
section.wps-items.wps-items-list {
    grid-template-columns: repeat(2, 1fr) !important;
}
}
.sp-product-list {
    padding: 2rem;
}
@media (max-width: 800px) {
.sp-product-list {
    padding: 1rem;
}
}
.wpshopify .components-notice.is-warning{
    height: auto;
    font-weight: normal;
    position: relative;
    display: inline-block;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 100%;
    white-space: normal;
    font-size: 18px !important;
    border-radius: 7px;
    padding: 10px 0px 10px !important;
    margin: 0 auto!important;
    text-align: center;
    transition: background 180ms ease 0s;
    text-decoration: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: rgb(69, 84, 99, 0.5) !important;
    border:none !important;
}
.wpshopify .components-notice__content {
    margin: 4px auto 4px !important;
}
.wps-component-products-buy-button p {
    margin-bottom: -3px;
}

.blog-text .sp-product-list .wp-block-button.btn-shop {
    margin: 3rem auto 0;
}

.blog-text section.wps-items.wps-items-list {
	max-width: fit-content;
}



/* トップページ latest */
.latest a {color: #3A1502; text-decoration: none;}
.latest .card {border: none;}
.latest h4.card-title {
    font-size: 1em;
    font-weight: bold;
}
.latest a .card-block p {
    font-size: 80%;
    line-height: 1.2em;
    letter-spacing: .08em;
    opacity: .85;
    margin-bottom: .5rem;
}
.latest .post-red-tag {
    position: absolute;
}


/* トップページ box_recommend */
section.recommend {background-color: #FCEFEF;}

.box_recommend h2.title_text {
    background: url(img/webshop_icon00.png) left center no-repeat;
    background-size: 45px;
    font-size: 2.5rem;
    padding-left: 3.5rem;
    padding-top: .5rem;
}
@media (max-width: 768px) { 
.box_recommend h2.title_text {
    font-size: 1.8rem;
    padding-left: 2.6rem;
    padding-top: .5rem;
    padding-right: 0;
}
}
@media (min-width: 768px) {
.recommend-img {
    max-width: 70%;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
}
}
.title-jinriki {
    padding-left: 3.2rem;
}
.title-jinriki * {
    vertical-align: middle;
}
.box_recommend .title_description {
    font-size: 1rem;
    border-left: 4px solid;
    padding-left: 1.4rem;
    margin-left: 1.2rem;
    line-height: 1.2rem;
    padding-top: .4rem;
}
@media (max-width: 768px) { 
.box_recommend .title_description {
    font-size: .75rem;
    border-left: 0;
    padding-left: 0;
    padding-top: 0;
}
}
@media (max-width: 576px) { 
.box_recommend .title_description {
    padding-left: 2.2rem;
}
}
.selectby {
    opacity: .8;
    font-size: .9rem;
    margin-bottom: 1rem;
    line-height: 1rem;
}




/* トップページ withBicycle */

.withbicycle .with {
  font: 100 12px 'Satisfy', cursive;
  color: #c10016;
}
.withbicycle h6 {
    font: bold 12px 'Satisfy', cursive;
    margin: 13px auto 0;
    padding: 0;
    line-height: 1em;
    color: #646464;
}
.with-sub h5 {
	font-size: .9rem;
}
.withbicycle .with-sub a {
color: #3A1502;
text-decoration: none;  
}
@media (max-width: 768px) { 
.withbicycle article.latest-withbicycle {
padding: 0;
}
}

/* トップページ whatsup */
img.family-logo {
    width: 90px;
    height: auto;
    left: calc(50% - 45px);
    top: calc(50% - 50px);
}
h5.group-name {
    top: 80%;
    color: #fff;
    font-size: 1rem;
}
@media (max-width: 768px) { 
img.family-logo {
    width: 60px;
    height: auto;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}
h5.group-name {
    font-size: .8rem;
}
.group-link-url a {
    font-size: .6rem;
}
.oval-top {
    margin-bottom: -1px;
}
}
.card.tailored {
    background: #AF252A;
}
.card.simworks {
    background: #000000;
}
.card.earlybirds {
    background: #00234D;
}
.card.ral {
    background: #788F60;
}
.card.pfm {
    background: #F1CC2F;
}
.card.kyutai {
    background: #0CA29A;
}
.card.cwd {
    background: #1D3700;
}
.group-latest h4.card-title {
    height: 3.5rem;
    overflow: hidden;
}



/* トップページ eventlist */
.eventlist .container-fluid {
	background-color: #f1ebeb;
    padding-top: 6rem;
    padding-bottom: 7rem;
}
.eventlist h2.title_text {
    background: url(img/icon_cal.png) left center no-repeat;
    background-size: contain;
    font-size: 2.5rem;
    padding-left: 4rem;
    padding-top: .5rem;
}
.eventlist .title_description {
    position: absolute;
    left: 15em;
    top: .75em;
    font-size: 1rem;
    border-left: 2px solid;
    padding-left: 1.4em;
}
@media (max-width: 768px) { 
	.eventlist .title_description {
		display: none;
		}
	}
.eventlist .event-cell {
    background: white;
    padding-left: 0;
    box-shadow: inset 0 0 0 1px #f1ebeb;
}
.eventlist .media {
    padding: 2px;
}
.eventlist h5 {
    font-size: 1.1rem;
    font-weight: bold;
    opacity: .85;
}
.event-day,
.event-place {
    line-height: 1.2em;
}

@media (max-width: 768px) { 
.eventlist .media {
		display: block;
		}
.eventlist .media img {
	width: 100%;
}
		}
@media (min-width:768px) and (max-width: 992px) { 
	.event-cell:nth-child(16){
	display: none;
}
}


/* about */

.about-photo {
margin-top: 30px;
}

.about-photo img{
float: left;
width: 50%;
}

.about-info {
background: #F5F5F5;
padding: 30px 40px 40px;
clear: both;
margin: 0 1%;
}

.about-text {
background: #F5F5F5;
padding: 30px;
clear: both;
}
.about-text p {
font-size: 120%;
letter-spacing: 0.1em;
line-height: 1.5em;
}

.about-text h2 {
border-left: 5px solid #F00;
padding-left: 10px;
}


.pagination a {
background: #C7B299;
color: #754C24;
padding: 8px 30px;
margin: 0 3px;
font-weight: bold;
border: none;
border-radius: 6px;
}



/* RIDE LIFE */
.ridelife .wp-block-table table {
    background: #e5e5e5;
}


/* for dialogue */

.wp-block-columns.dialogue-section {
    max-width: 40rem;
    margin: 2.5rem auto 0;
}
.wp-block-columns .wp-block-column{
    padding: 0;
}
.dialogue-section .wp-block-column p{
    width: 100%;
}
.dialogue-section img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.dialogue-section figcaption {
    font-size: .7em;
    padding: 0;
    margin-bottom: 0 !important;
    width: 80px;
    text-align: center;
}
.dialogue-section .wp-block-image {
    margin-top: 0rem !important;
}
@media (max-width: 782px) { 
    .wp-block-columns.dialogue-section {
    max-width: 30rem;
    margin-top: 2.5rem;
}
.dialogue-section .wp-block-image {
    margin: 0 0 -1rem 0 !important;
    text-align: left;
}
}
@media (max-width: 550px) { 
    .wp-block-columns.dialogue-section {
    max-width: 90%;
}
}



/* footer */

footer .container-fluid {
	background: #C7B299;
	    padding-top: 7rem;
}

.footer_text dd,
.footer_text dt{
line-height: 1.5em;
}
.footer_index {
height: 45px;
font-size: 140%;
line-height: 45px;
background: #E4DACE;
border-left: 4px solid #c10016;
overflow: hidden;
}

.footer_text {background: #F2EDE7;}

.shopinfo address,
.shopinfo .shopinfo2 {
line-height: 1.3em;}


footer h5 {
    font-size: .9rem;
    font-weight: bold;
        color: #3a1502;
}
footer h5 div {
    margin-left: .7rem;
    padding-top: .3rem;
    opacity: .9;
}
.footer-shop-link {
    background: url(img/webshop_icon00.png) left center no-repeat;
    background-size: contain;
    padding-left: 2rem;
    font-weight: bold;
}
@media (max-width: 768px) { 
	.footer-shop-link {
		font-size: 1.1rem;
		}
		}
ul.contents-link li:after {
  content: " ／";
  opacity: .7;
    font-size: .5rem;
}
.circles-sns .bi {
	font-size: 2.2rem;
}

/* スタッフリンク */
.author-thumbanil {
    display: block;
}
img.avatar.avatar-300.photo {
    border-radius: 50%;
    width: 60px;
}


/* 旧jetpackのタイルギャラリー修正  */
.blog-text {
    width: 100%;
}
.tiled-gallery {
    width: 100%;
}
.tiled-gallery .gallery-row {
    width: 100% !important;
    height: auto !important;
    margin: 0;
}

/* 横線 */

hr {
    border-top: 5px solid;
    width: 10rem;
    margin: 3rem auto;
}

/* WEBSHOPリンクボタン */
.btn-shop,
a.btn-shop {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  border: none;
}
.btn-shop a:before {
display: inline-block;
    content: '';
    background: url(img/icon-webshop-white.png) no-repeat;
    background-size: 28px;
    width: 34px;
    height: 32px;
    margin-bottom: -8px;
    margin-top: -5px;
}

.btn-shop:active {
  top: 3px;
}

/* 旧WEBSHOPリンクボタン */
.o-btn-shop {
    color: #fff;
    background: #dc3545 url(img/icon-webshop-white.png) no-repeat 1rem 48%;
    background-size: 15px;
    border-color: #dc3545;
    padding-left: 2.6rem;
    position: relative;
    -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #9e1b28;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin: 1rem 0;
}
.o-btn-shop::before,
.o-btn-shop::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.o-btn-shop:hover {
  background-color: #dc3545;
  box-shadow: 0 3px 0 #9e1b28;
}
.o-btn-shop:active {
  top: 3px;
  box-shadow: none;
  background: #dc3545 url(img/icon-webshop-white.png) no-repeat 1rem 48% !important;
  background-size: 15px !important;
}
a.o-btn-shop{
    color: #fff;
    border: none;
    text-decoration: none;
}


/*============================
bike archive page
============================*/
@media (max-width: 768px) { 
    .bikearchives h4 {
    font-size: 1rem;
}
    img.obi-bikeoftheweek {
    width: 80px;
}
}

/*============================
brands page
============================*/
.brands .blog-text h2 {
    border: none;
    padding-left: 0rem;
    font-size: 4rem;
}

.brands .blog-text h3 {
    font-size: 3.5rem;
}



.shoplink-box {
height: 50px;
max-width: 800px;
background: rgba(114, 103, 89, 0.34);
text-align: center;
line-height: 50px;
margin: 30px 0;
font-size: 150%;
color: #FFF;
}
.shoplink-box a {color: white; border-bottom: none !important;}
.shoplink-box a:hover {text-decoration: none;border-bottom: none;}
.shoplink-box .icon-arrow-right {margin-top: 5px;}



/*============================
記事
============================*/
.blog-post {
    color: #210b00;
    overflow: hidden;
}
.post-head .post-category a {
    color: #210b00;
    padding: .4rem 2rem;
    background: #eae8e0;
    border-radius: 3px;
    text-decoration: none;
    opacity: 1;
}
.post-head .post-category ul.post-categories li {
    display: inline-block;
}
img.avatar {
    border-radius: 50%;
}
.blog-post img.avatar {
    border-radius: 50%;
    width: 55px;
    margin: 0;
}
/* Blog - Left colm */
.blog_author {line-height: 1em;}
.blog_author a {border: none; color: #210b00; text-decoration: none; font-weight: bold;}
.blog_author_photo img{border-radius: 50%;}
.blog_author_name{line-height: 1em;}
.blog-date a {
    font-size: 80%;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    line-height: 0;
}
.blog_related_box a {
    color: #210b00;
}
img.jp-relatedposts-post-img {
    border-radius: 2px;
    margin-bottom: .5rem;
        background-image: url(img/circles_shop_photo.jpg);
    background-size: cover;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    width: 400px !important;
}
.blog_related_box {
    padding-left: .5rem!important;
}
@media (max-width: 640px) { 
.blog_related_box {
    padding-left: 2.5rem!important;
}

}
.keyword-btn {
    background: #c10016;
    display: inline-block;
    padding: .8rem 2rem;
    color: #fff;
    font-weight: bold;
    border-radius: 1px;
    font-size: 1.2rem;
}
#blog-main .profile {
    background: #eee;
}




/*============================
snap
============================*/

.snap-image-box{
	position: relative;
}
.snap-logo {
	position: absolute;
top: 30px;
left: 30px;
width: 150px;
}
@media (max-width: 768px) { 
.snap-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
}
}
img.snap-image {width: 100%;}
.snap-text {
border-left: 5px solid #ddd;
padding: 10px 0 10px 20px;
margin: 0 10px 80px 20px;
}
.snap h1 {
font: 100 21px sans-serif;
margin: 10px 0 5px;
}
.snap .with {
font: 100 18px 'Satisfy', cursive;
color: #c10016;
}
.snap-prof {
	font-size: 90%;
	margin: 0 0 2em 0.1em;
    line-height: 1.2rem;
}
.snap h2 {
font: bold 12px 'Satisfy', cursive;
margin: 13px auto 0;
padding: 0;
line-height: 1em;
color: #646464;
}
.snap-parts,
.snap-wear,
.snap-info {
	letter-spacing: 0.08em;
	font-size: 90%;
}
.withbicycle article a{
    color: #210b00;
}



/* gorilla */
.gorilla .item-box {
    margin-bottom: 1em;
}
.gorilla h1, .gorilla h2{
	background: url(img/header-gorillaspun-h2.png) 0 0 no-repeat;
	background-size: contain;
	padding-left: 60px;
	    margin-top: 2em;
    margin-bottom: .5em;
}
.gorilla h1{
	padding-left: 80px;
}
.gorilla h1 .small,.gorilla h2 .small {
    font-size: 50%;
    padding-left: 5px;
}
.gorilla article {
	padding-left: 60px;
}
.gorilla h3 {
    font-size: 1rem;
    border-left: 3px solid #ddd;
    padding-left: .5em;
    margin-top: 1.5em;
}
.gorilla dt {
    font-size: .85em;
    opacity: .6;
}


/* new-gorilla */

.new-gorilla .blog-base {
    background: #357c3b;
}

.new-gorilla .blog-post {
    color: #002303;
    }

.new-gorilla h2 {
    font-size: 9vw !important;
    border: none;
    width: auto;
    color: #ffffff;
}

.new-gorilla h3 {
    background: url(img/title-head.png) no-repeat;
    background-size: contain;
    padding-left: 105px;
}

.new-gorilla .blog-text p {
    max-width: 62rem;
    width: 100%;
}
.new-gorilla .blog-text h1, .new-gorilla .blog-text h3, .new-gorilla .blog-text h4, .new-gorilla .blog-text h5, .new-gorilla .blog-text h6 {
    width: 62rem;
}

.new-gorilla p.gori-top-p {
    font-size: 1.8rem;
    letter-spacing: .15rem;
    line-height: 2rem;
    max-width: 62rem;
    font-weight: bold;
    color: #fff;
}

.new-gorilla .wp-container-7 {
    gap: 0em;
    }

.blog-text .gorilla-list ul li {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}

.new-gorilla label {
    display: block;
}

.gorilla-top-logo {
    margin-top: -150px !important;
}


@media (max-width: 992px){
.new-gorilla .blog-text h1, .new-gorilla .blog-text h2, .new-gorilla .blog-text h3, .new-gorilla .blog-text h4, .new-gorilla .blog-text h5, .new-gorilla .blog-text h6, .new-gorilla .blog-text ul, .new-gorilla .blog-text ol {
    max-width: 84%;
}
.new-gorilla h3 {
    padding-left: 120px;
}
.new-gorilla p.gori-top-p {
    font-size: 1.4rem;
    max-width: 90%;
}

.new-gorilla .blog-text p {
    max-width: 84%;
    }
}




/*============================
イベント用
============================*/
div.event-box {
background: url('https://circles-jp.com/wp-content/uploads/ride-alive-bg02.jpg');
height: 60px;
position: relative;
padding: 10px;
line-height: 60px;
overflow: hidden;
border-bottom: 3px solid #DEDFD6;
}

.event-box strong{font-size: 200%;}
.event-box a{color: #333;}



/* Ridealive2015 */
		.ridealive-outline, .ridealive-action, .ridealive-insta,.ridealive-entry  {  line-height: 20px;color: #2A1600;font-size: 18px;}
		.ridealive h1 {margin: 80px auto 30px; font-size: 60px; font-family: 'Amatic SC', cursive; font-weight: normal;color: #2A1600;}
		.ridealive h2 {font-size:25px ;margin: 35px auto 25px; font-size: 60px; font-family: 'Amatic SC', cursive; font-weight: normal;color: #2A1600;}
		.ridealive h3 {font-size: 16px; font-weight: normal;color: #2A1600;}
		.ridealive .row {padding-bottom: 0px;}
		.ridealive-logo {background: url(img/ridealive2015-bg-head.png) no-repeat 50% 50%;}
		.ridealive-outline {background: url(img/ridealive2015-bg-top.png) repeat 50% -5%;}
		.ridealive-outline .top-text{margin: 50px auto 20px;}
		.ridealive-action {background: #F2EFE4; padding: 50px;clear: both;}
		.action-items {width: 80%;margin: 0 auto;padding-top: 40px;margin-bottom: 100px;}
		.act-box {width: 25%;float: left;}
		.act-box a {padding: 10px;  display: block;}
		.ridealive-insta {background:#C2B59B url(img/ridealive2015-bg-insta.png) no-repeat 50% -10%;background-size: contain;}
		.ridealive-action {background:#C2B59B url(img/ridealive2015-bg-act2.png) repeat}
		.ridealive-insta .instagram-placeholder {float: left;width: 25%;}
		.ridealive-entry {background: url(img/ridealive2015-bg-under.png) repeat 50% -5%;padding-bottom: 100px;}
		.video-container {position: relative;padding-bottom: 56.25%;padding-top: 0px;height: 0;overflow: hidden;}
		.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
		.ridealive .font300 {font-size: 300%;}
		.ridealive-entry img{border-radius: 5px;margin-top: 5px;}
		.ridealive-communication {background:#F2EFE4; }
		.ridealive-under {background: #C2B59B}
		.ridealive .logo li {display: block;float: left;width: 16%;height: 100px;line-height: 100px; padding:0 1%;}
		.ridealive .logo2 li {display: block;float: left;width: 20%;height: 100px;line-height: 100px; padding:0 1%;}



/* Ridealive */
.ride-alive p {font-size: 120%;letter-spacing: 0.1em;line-height: 1.4em;margin-bottom: 1.5em;}
.ride-alive-date{font-size:200%;padding:20px 0 10px 20px}
.ride-alive-h3-01 {font-size: 18px;line-height: 1.7em;margin-top:60px;}
.ride-alive-textbox {margin: 20px;}
.ride-alive-text {margin-left:20px;font-size:150%;line-height:1.5em;}
 #content .ride-alive .wpcf7 input.btn {color: white;}



/* フッターロゴエリア */
.circles-basic-logomarks a{
    opacity: .3;
    }
    
.circles-basic-logomarks a:hover {
    opacity: .9;
    }






/* Large desktop */
@media (min-width: 1200px) { 
.dasy img {width: 4%;margin: 0 20px 0 0;display: inline;}
 }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) {
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 
.navbar-fixed-top {margin-bottom: 0px;}
body {padding-right: 0px;padding-left: 0px;margin-top: 75px;}
.title_text {margin-bottom: 10px;border: none;}
.title_description {margin-left: 13px;}
.live-photo {height: 345px;float: none;text-align: center;}
.instagram {height: 345px;width: 100%;}
#box_live {max-height: 600px;}
#live_news {height: 330px;}
.readmorenews {top: 569px;}
.nav-collapse, .nav-collapse.collapse {padding: 0 15px;}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin-right: 0px;margin-left: 0px;}
.nav-collapse .nav>li {border-left: none !important;}
#box_white_cell {padding:0 20px;}
.about-photo {background: #F5F5F5;}
.about-info {margin: 0;    padding: 30px 10px;}
#box_recommend .col-sm-3 {padding: 0 40px;}
#box_recommend .col-sm-1 {min-height: 10px !important;}
.rec_back_title {margin: 20px auto;float: none;width: 100%;text-align: center;}
.media {float: left;}
.media .pull-left{float: none; margin-right: 0px;}
.pickup_hover_wrap {width: 50%;}
.media.reco-author {
    text-align: left;
    padding: 0px 5px 15px;
    margin: 0;
}
.row.webshop-link a{font-size: 25px;margin: 30px 0 0px;display: block;}
.row.webshop-link img{width: 35px;margin-top: 0px;}
#box_footer {padding: 20px 40px 0px;}
#box_footer .shopinfo {margin-top: 30px;}
.shopinfo address {padding-top: 30px;}
.blog-post {
    padding: 0;
}
.related-post h2 {
  font-size: .8rem;}
.col-sm-10.profile {margin-top: 0px;margin: 10px 40px;width: auto;padding: 20px;}
.profile_photo_wrap {float: left;margin-right: 20px;width: 210px;padding: 20px 0 0px 0px;}
.col-sm-6.profile_text {clear: both}
#box_staff .profile_name {border-bottom:none;}
.profile_bikesbox {width: 32%; }
input.col-sm-2 {width: 100%;margin: 0 auto;}

.nav-collapse .navbar-search {float: none;position: relative;margin: 0 0 20px;}
.navbar .navbar-search .search-query {margin: 0;padding: 5px 0 5px 30px;}
.navbar .nav-collapse .navbar-form, .navbar .nav-collapse .navbar-search {
border-top: 0 solid #DD4814;
border-bottom: 0 solid #DD4814;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
float: left;
width: 100%;
margin: 0 0 20px;
padding: 0;
}
.navbar-search .icon-search {top: 8px;}

.navbar .navbar-search .search-query {margin-bottom: 0}
.navbar-search {
position: relative;
}

.navbar .btn-navbar {
color: #FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ffffff !important;
background-image: none;
background-repeat: repeat-x;
border-color: #C64012 #C64012 #7F2A0C;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
box-shadow: none;
}

#box_contact {padding: 0;}
#box_contact h1{font-size: 180%;text-align: center}
#box_contact .col-sm-8 p {margin: 0 30px 10px;}
#box_contact .col-sm-8 .wpcf7 p {margin:0px auto;}
div.wpcf7 {margin: 0 20px 30px; padding: 30px 0 30px 15px;}
.wpcf7 input[type=text], .wpcf7 input[type=email],.wpcf7 textarea {width: 90%;margin-top: 5px;float: none;margin-bottom: 20px;}
#box_contact .btn-large {padding: 11px 70px;margin: 20px 20px 0;}
.dasy img {width: 90px;margin: 0 20px;float: left;}


/* 以下ridealive */
.ride-alive p {font-size: 110%;margin: 0 1em 1.4em;}
.ride-alive-h3-01 {margin-left: 10px;}
.ride-alive-date{font-size:150%;padding:20px 0 5px 10px}


/* ムービー */
		.top-movie-slide {float: none;width: 100%;}
		.movies .carousel-control {display: none;}


/* フッターロゴエリア */
.circles-basic-logomarks a{width: 23%;}


.pagination a {
    padding: 8px 9px;
    font-size: 90%;
}

}
 
 
 
 


@media (max-width: 576px) { 

#box_recommend .font220 {font-size: 150%;}
.pickup_shoplink {width: 35px;height: 39px;}
.rec_back_title {margin-right: 2%;margin-top: 20px;}
.blog_item {width: 49%;}
#box_blog_cell {padding: 0px 0 20px;}
.col-md-8.blog-post {padding: 20px;margin-bottom: 20px;border-left: none}
.blog-posttag hr {clear: both;border-top: 1px dashed rgba(114, 103, 89, 0.34);}
.blog-posttag dl {padding: 0 20px;}
.blog-posttag .dl-horizontal dt {float: left;}
.col-sm-10.profile {margin-top: 0px;margin: 0 20px;width: auto;padding: 20px;}
.profile_photo_wrap {float: none;margin-right: 0px;width: 100%;padding: 0;}
#box_staff .profile_name {border-bottom: 1px dashed #333;}
.profile_bikesbox {width: 49%; }
table.bikespec {font-size: 80%;table-layout:fixed;word-break:break-all;word-wrap:break-word;}

.dasy img {width: 70%;display: block;margin: 0 auto 20px; float: none}


/* topline */
.topline .four-one-container img{width: 90%;}

#snap .webshoptitle {
    padding: 0 0 0px;
    text-align: center;
}




}