@charset "utf-8";
/* ================================================================ */
/* 見出し */
/* ================================================================ */
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* レンタルバイク紹介 */
/* ================================================================ */
#RentalLineup {
    padding: 6em 0 0;
}
#RentalLineup .headline001 {
    color: #4B4948;
    margin-bottom: 4em;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* レンタルバイク一覧 */
.rentalBikesWrap {
    background: rgba(255, 255, 255, .75);
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding: 4em 5%;
    position: relative;
}
.rentalBikesWrap::before,
.rentalBikesWrap::after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
}
.rentalBikesWrap::before {
    right: 0;
    bottom: 0;
    border-right: 1px solid #00AFCC;
    border-bottom: 1px solid #00AFCC;
}
.rentalBikesWrap::after {
    top: 0;
    left: 0;
    border-top: 1px solid #00AFCC;
    border-left: 1px solid #00AFCC;
}
.rentalProducts {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.rentalProduct {
    width: 23%;
    margin: 2em 1%;
    margin-bottom: 3rem;
}
.rentalProduct_img {
    border: 0.5px solid #f3f3f3;
    box-shadow: 0 10px 25px 0 rgb(200 200 200 / 15%);
    background:#fff;
}
.rentalProduct_text {
    margin: 1.5rem auto 0;
    width: 95%;
    min-height:50px;
}
.rentalProduct_text > h3 {
    min-height:50px;
    line-height: 1.25;
    font-weight: bold;
}
.rentalProduct_text_viewBtn {
    background: #00AFCC;
    color: #fff;
    font-style: italic;
    border-radius: 25px;
    padding: 0.35em 0.2em;
    text-align: center;
    display: block;
    transition: all .4s ease;
}
.rentalProduct > a:hover .rentalProduct_text_viewBtn {
    background-color: #005261;
}
@media screen and (max-width:1024px) {
    .rentalProduct {
        width: 31.3333%;
    }
}
@media screen and (max-width:840px) {
    .rentalProduct {
        width: 48%;
    }
}
@media screen and (max-width:640px) {
    .rentalProduct {
        width: 98%;
    }
}
/* ホイール系 */
.rentalBikesWheelsWrap {
    margin-top: 6em;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* サドル系 */
.rentalBikesSaddlesWrap {
    margin-top: 6em;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
}
/* ================================================================ */
/* プラン */
/* ================================================================ */
#Plan {
    padding: 6em 0 0;
	background: #fff;
}
#Plan .headline001 {
    color: #4B4948;
    margin-bottom: 4em;
}
#Plan > .inner {
	width:1200px;
	max-width:90%;
	margin: 0 auto;
}
.plan_headline {
	padding: 1.5rem 0;
	background: #00AFCC;
	color:#fff;
}
.plan_headline > h3 {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.5rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing:1px;
	font-weight:bold;
}
.plan {
	background:#F6F6F6;
	margin-bottom:5rem;
	background-image: url(./library/images/productsbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.plan_content_abstract{
	text-align:center;
	padding:2rem 2rem 0;
}
.plan_content_points{
	padding:2rem;
}
.plan_content_points li{
	position:relative;
	margin-bottom:1.5rem;
	padding:1rem;
	background: rgba(255,255,255,0.4);
}
.plan_content_points li::before,
.plan_content_points li::after {
	content:"";
	position:absolute;
	width:3rem;
	height:3rem;
}
.plan_content_points li::before {
	right:0;
	bottom:0;
	border-right:1px solid #00AFCC;
	border-bottom:1px solid #00AFCC;
}
.plan_content_points li::after {
	top:0;
	left:0;
	border-top:1px solid #00AFCC;
	border-left:1px solid #00AFCC;
}
.plan_content_points li h4{
	position:relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.1rem;
	font-weight:500;
	letter-spacing:1px;
	margin:0 auto 0.5rem;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
    #Plan {
        padding: 4em 0 0;
    }
    #Plan .headline001 {
        margin-bottom: 2em;
    }
    .plan_content_abstract{
        padding:2rem 1rem 0;
    }
    .plan_content_points{
        padding:2rem 1em;
    }
}
/* ================================================================ */
/* レンタル料金表 */
/* ================================================================ */
#Flow{
	padding: 9rem 0;
	background:#fff;
}
#Flow .headline001 {
    color: #4B4948;
}
#Flow > .inner {
	width:1400px;
	max-width:90%;
	margin:0 auto;
}
.flowChart {
	display: flex;
	flex-flow: row wrap;
	width:1024px;
	max-width:100%;
	margin: 4em auto;
}
.flowChart li {
	width:23%;
	background-color:#CCC;
	margin:0 auto;
	padding:1rem 0.5rem;
	text-align:center;
    opacity: 0;
    transform: translateX(-4em);
    transition: all .6s ease;
}
.flowChart.on li {
    opacity: 1;
    transform: translateX(0);
}
.flowChart.on li:nth-child(1) {
    transition-delay: 0;
}
.flowChart.on li:nth-child(2) {
    transition-delay: .3s;
}
.flowChart.on li:nth-child(3) {
    transition-delay: .6s;
}
.flowChart.on li:nth-child(4) {
    transition-delay: .9s;
}
.flowChart li img {
	display:block;
	margin:0 auto 1rem;
	width:80px;
	max-width:100%;
}
.flowChart li strong {
	font-size: 2rem;
	line-height:2.5rem;
	color: #000;
}
.flowChart li strong span {
	display:inline-block;
	color:#fff;
	padding: 0.5rem 0.8rem 0;
	font-size: 3rem;
	line-height:3rem;
    vertical-align: bottom;
    font-style: italic;
		position:relative;
}
.flowChart li strong span::before {
	background: #00AFCC;
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
.flowChart li strong span::after{
	background: #00AFCC;
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    top: 0%;
    bottom: 0px;
    left: 0px;
}
.flowDescription {
    width: 1000px;
	max-width:100%;
	margin:3rem auto 0;
    padding:0;
}
.flowDescription li {
	position:relative;
	padding:0 0 0 1.5rem;
    margin-bottom:0.5rem;
    letter-spacing: 0.02em;
}
.flowDescription li::before {
    content:"";
    position:absolute;
    top:0.5rem;
    left:0;
    width:15px;
    height:15px;
    border-radius:50%;
    background-color:#00AFCC;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
    .flowChart li strong span {
        display: block;
    }
    .flowChart li strong span::before {
        width: 75%;
    }
}
@media screen and (max-width:640px) {
    #Flow{
        padding: 6rem 0 4em;
    }
    .flowChart {
        margin-top: 1em;
    }
    .flowChart li {
        width: calc(50% - 2em);
        margin: 1em auto;
    }
}
/* ================================================================ */
/* レンタル料金表 */
/* ================================================================ */
#Price {
    padding: 6em 0 0;
}
#Price .headline001 {
    color: #4B4948;
}
.priceContent {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 3em auto 0;
}
.priceContent_text {
    background: #E1E1E1;
    display: block;
    margin-top: 2em;
    padding: 1em 10%;
}
.priceContent_text p + p {
    margin-top: 1em;
}
.priceContent_text span {
    display: inline-block;
}
.priceTbl {
    min-width: 1024px;
}
.priceTbl > thead > tr > th {
    background: rgba(17, 148, 170, .85);
    color: #ffffff;
    padding: .5em;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.priceTbl tr > :first-child {
    background: #575757;
    color: #ffffff;
    font-size: 1.1m;
    font-weight: 600;
}
.priceTbl > tbody > tr {
    background: rgba(240, 240, 240, .85);
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
    #Price {
        padding: 4em 0 0;
    }
    .priceContent {
        margin: 1em auto 0;
    }
    .priceContent_text {
        padding: 1em;
    }
}
/* ================================================================ */
/* 安心の保険・補償 */
/* ================================================================ */
#Insurance {
    padding: 6em 0 0;
}
#Insurance .headline001 {
    color: #4B4948;
}
.insuranceContent {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 3em auto 0;
}
.insuranceContent > dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 1.5em 0 0;
}
.insuranceContent > dl > div {
    border: 1px solid #4B4948;
    width: calc(25% - 1em);
    opacity: 0;
    position: relative;
    right: 4em;
    transition: all .6s ease;
}
.insuranceContent.on > dl > div {
    right: 0;
    opacity: 1;
}
.insuranceContent.on > dl > div:nth-child(1) {
    transition-delay: 0;
}
.insuranceContent.on > dl > div:nth-child(2) {
    transition-delay: .2s;
}
.insuranceContent.on > dl > div:nth-child(3) {
    transition-delay: .4s;
}
.insuranceContent.on > dl > div:nth-child(4) {
    transition-delay: .6s;
}
.insuranceContent > dl > div > dt {
    background: #4B4948;
    color: #ffffff;
    font-weight: bold;
    padding: 1em .25em;
    text-align: center;
    line-height: 1;
    font-size: 1.5em;
}
.insuranceContent > dl > div > dd {
    padding: .5em 1em;
}
.insuranceContent > dl > div > dd > strong {
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    display: block;
    margin: 1em 0;
    color: #00AFCC;
}
@media screen and (max-width:1024px) {
    .insuranceContent > dl > div > dt {
        font-size: 1.25em;
    }
}
@media screen and (max-width:840px) {
    .insuranceContent > dl > div {
        width: calc(50% - 2em);
        margin: 1em;
    }
}
@media screen and (max-width:640px) {
    #Insurance {
        padding: 4em 0;
    }
    .insuranceContent {
        margin: 0 auto;
    }
    .insuranceContent > dl > div {
        width: 100%;
    }
}
/* ================================================================ */
/* 車両保険 */
/* ================================================================ */
#BikeInsurance {
    padding: 6em 0;
}
#BikeInsurance .headline001 {
    color: #4B4948;
}
.bikeInsuranceContent {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 3em auto 0;
}
.bikeInsuranceContent span {
    display: inline-block;
}
.bikeInsuranceContent_read {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 1;
    width: 100%;
    font-size: 1.5em;
    margin: 1em 0 .75em;
}
.bikeInsuranceContent_read > span {
    color: #00AFCC;
}
.bikeInsuranceContent_read > span > small {
    font-size: 0.75em;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
    #BikeInsurance {
        padding: 4em 0;
    }
    .bikeInsuranceContent {
        margin: 1em auto 0;
    }
    .bikeInsuranceContent_read > span {
        display: block;
        padding: .25em 0 0 1em;
    }
}
/* ================================================================ */
/* お問い合わせ */
/* ================================================================ */
#Contact {
    background: #ffffff;
    padding: 6em 0;
    position: relative;
}
#Contact::before {
    background: left 20%/cover no-repeat url(./../../img/contact_bg_001.jpg);
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#Contact::after {
    background: linear-gradient(90deg, transparent 0%, transparent 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#Contact > .inner {
    color: #4B4948;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: bolder;
    padding-left: 50%;
    position: relative;
    z-index: 20;
    opacity: 0;
    transition: .8s ease;
    transition-delay: .4s;
}
#Contact.on > .inner {
    opacity: 1;
}
#Contact > .inner > a {
    display: block;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
    padding-bottom: 4px;
    position: relative;
    text-align: center;
    width: 300px;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto;
}
#Contact > .inner > a::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    clip-path: polygon(0 13px, calc(100% - 3px) 13px, calc(100% - 3px) 0, 100% 0, 100% 100%, 0 100%);
    content: '';
    display: block;
    height: 16px;
    width: 0;
    transform: skew(40deg);
    position: absolute;
    bottom: 0;
    left: -10%;
    transition: .6s ease;
    transition-delay: .8s;
    opacity: 0;
    z-index: 0;
}
#Contact.on > .inner > a::before {
    width: 105%;
    opacity: 1;
}
#Contact > .inner > a > span {
    position: relative;
    z-index: 1;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
    #Contact > .inner {
        padding-left: 40%;
    }
    #Contact > .inner > a {
        font-size: 2em;
    }
}
/* ================================================================ */
/* よくある質問 */
/* ================================================================ */
#Faq > .inner {
    padding: 6em 0;
}
#Faq > .inner > .headline001 {
    color: #4B4948;
    text-align: center;
}
#Faq > .inner > .headline001::before {
    left: calc(50% - 2em);
}
.questions {
    border-top: 1px solid #707070;
    width: 1024px;
    max-width: 100%;
    margin: 4em auto 0;
}
.question {
    border-bottom: 1px solid #707070;
    padding: 1em 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.question_label {
    display: block;
    padding: 0 0 0 5em;
    position: relative;
}
.question_label::before {
    background: #000000;
    color: #ffffff;
    content: 'Q';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.75em;
    font-style: italic;
    height: 1.5em;
    width: 1.5em;
    line-height: 1;
    font-weight: 600;
    padding: 0.35em 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}
.question_label_text {
    font-style: normal;
    font-size: 1.1em;
    letter-spacing:0px;
    font-weight: bolder;
    position: relative;
    display: block;
    padding: 1em 3.5em 1em 0px;
    cursor: pointer;
    color: #000;
}
.question_label_text::before, .question_label_text::after {
    background: #4B4948;
    content: '';
    display: block;
    height: 2px;
    width: 1.5em;
    position: absolute;
    top: calc(50% - 1px);
    right: 1em;
    transition: transform .5s ease;
}
.question_label_text::before {
    transform: rotate(540deg);
}
.question_label_text::after {
    transform: rotate(810deg);
}
.__open .question_label_text::before, .__open .question_label_text::after {
    transform: rotate(0deg);

}
.question_answer {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s;
    color: #000;
    padding: 0 0 0 5em;
}
.__open > .question_answer {
    max-height: 500px;
}
.question_answer::before {
    background: #00AAC6;
    color: #ffffff;
    content: 'A';
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.75em;
    font-style: italic;
    height: 1.5em;
    width: 1.5em;
    line-height: 1;
    font-weight: 600;
    padding: 0.35em 0 0;
    text-align: center;
    position: absolute;
    top: 1.4em;
    left: 0;
    transform: translate(0%, -50%);
}
.question_answer_inner {
    padding: 1em 2.5em 1em 0px;
}
/* Icon */
#faq01 .innerbox .qanda_box .cp_actab label::before {
    content: '';
    line-height: 3;
    position: absolute;
    top: 50%;
    right: 21px;
    display: block;
    width: 20px;
    height: 2px;
    text-align: center;
    background-color:#000;
    transition:all ease 0.4s;
    transform: translate(50%, -50%) rotate(-180deg);
}
#faq01 .innerbox .qanda_box .cp_actab input[type=checkbox]:checked + label::before {
    transform: translate(50%, -50%) rotate(45deg);
}
#faq01 .innerbox .qanda_box .cp_actab label::after {
    content: '';
    line-height: 3;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 2px;
    height: 20px;
    transition:all ease 0.4s;
    text-align: center;
    background-color:#000;
    transform: translate(0%, -50%) rotate(180deg);
}
#faq01 .innerbox .qanda_box .cp_actab input[type=checkbox]:checked + label::after {
    transform: translate(0%, -50%) rotate(45deg);
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:840px) {
}
@media screen and (max-width:640px) {
    #Faq > .inner {
        padding: 4em 0;
    }
}
