@charset "utf-8";
/* ================================================================ */
/* 共通部品 */
/* ================================================================ */
/*thce*/
#thce {
    position: relative;
    padding: 200px 0;
    background-image: url("./thce_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#thce::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
}
#thce .inner {
    position: relative;
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 1;
}
#thce .inner .textbox {
    width: 50%;
    padding: 0 2.5% 0 0;
}
#thce .inner .textbox h2 {
    margin: 0 auto 70px;
    font-weight: 600;
}
#thce .inner .textbox h2 .en_text,
#thce .inner .textbox h2 .jp_text {
    display: block;
}
#thce .inner .textbox h2 .en_text {
    color: #005261;
    font-size: 14px;
    letter-spacing: 0.5em;
    margin: 0 auto 10px;
}
#thce .inner .textbox h2 .jp_text {
    color: #00AFCC;
    font-size: 48px;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
#thce .inner .textbox p {
    color: #005261;
}
#thce .inner .textbox p:not(:last-child) {
    margin-bottom: 1em;
}
#thce .inner .phobox {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1300px) {
    #thce .inner .textbox h2 .jp_text {
        font-size: 40px;
    }
}
@media screen and (max-width:1200px) {
    #thce .inner .textbox h2 .jp_text {
        font-size: 34px;
    }
}
@media screen and (max-width:1024px) {
    #thce {
        padding: 100px 0;
        background-attachment: inherit;
    }
    #thce .inner .textbox {
        width: 100%;
        padding: 0;
        order: 2;
    }
    #thce .inner .phobox {
        width: 100%;
        order: 1;
        margin: 0 auto 30px;
    }
    #thce .inner .phobox span {}
    #thce .inner .phobox span img {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    #thce {
        padding: 60px 0;
    }
    #thce .inner .textbox h2 {
        margin: 0 auto 30px;
    }
    #thce .inner .textbox h2 .en_text {
        font-size: 12px;
        margin: 0 auto 6px;
    }
    #thce .inner .textbox h2 .jp_text {
        font-size: 26px;
    }
}
/* READコンテンツ */
.maintenanceContent {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 3em auto 0;
    padding: 3em 5% 2em;
    position: relative;
}
.maintenanceContent::before {
    background: #ffffff;
    ;
    content: '';
    display: block;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.maintenanceContent + .maintenanceContent {
    margin-top: 4em;
}
.maintenanceContent_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.maintenanceContent_item_headline {
    margin-top: 0.5em;
    width: 80%;
}
.maintenanceContent_item_headline_eng {
    color: #00AFCC;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.5em;
    line-height: 1.25;
    padding-left: .35em;
    margin-bottom: 0.25em;
}
.maintenanceContent_item_headline_jpn {
    color: #000000;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.25;
}
.maintenanceContent_item_headline_jpn > span {
    display: inline-block;
}
.maintenanceContent_item_price {
    margin: 1em 0 0;
    width: 80%;
}
.maintenanceContent_item_price > span {
    background: linear-gradient(90deg, #005261, #00AFCC);
    color: #ffffff;
    display: inline-block;
    font-size: 0.85em;
    font-weight: bolder;
    padding: .5em 1.25em .4em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.maintenanceContent_item_price > span > small {
    margin-left: .75em;
    font-size: 0.85em;
}
.maintenanceContent_item_tags {
    margin: 1em 0 0;
    width: 80%;
}
.maintenanceContent_item_tags > span {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-size: 0.85em;
    font-weight: bolder;
    padding: .5em 1.25em;
    margin-right: 1em;
}
.maintenanceContent_item_main {
    margin-top: 2em;
    width: 50%;
}
.maintenanceContent_item_main_read {
    font-size: 1.05em;
    font-weight: bolder;
}
.maintenanceContent_item_main_pointsContainer {
    margin-top: 2em;
}
.maintenanceContent_item_main_pointsHeadline {
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1;
    position: relative;
}
.maintenanceContent_item_main_pointsHeadline::before {
    background: left center/contain no-repeat url(./../../img/icon_spanner_001.png);
    content: '';
    display: inline-block;
    height: 2em;
    width: 2em;
    position: relative;
}
.maintenanceContent_item_main_points {
    color: #000000;
    margin-top: 0.5em;
    font-size: 0.9em;
    position: relative;
}
.maintenanceContent_item_main_points::after {
    background: #DDDDDD;
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: .5em;
}
.maintenanceContent_item_main_point {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: .5em .5em .5em 2.5em;
    position: relative;
}
.maintenanceContent_item_main_point::after {
    background: #DDDDDD;
    content: '';
    display: block;
    height: 1px;
    width: 1em;
    position: absolute;
    bottom: 0;
    left: .5em;
}
.maintenanceContent_item_main_point > span:nth-child(1) {
    color: #00AFCC;
    font-weight: bold;
    padding-right: 1em;
}
.maintenanceContent_item_main_remarks {
    margin-top: 2em;
    color: #666666;
    font-size: 0.8em;
}
.maintenanceContent_item_img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}
.maintenanceContent_item_img > div {
    background: center/cover no-repeat;
    display: block;
    width: 90%;
    padding-top: 60%;
    position: relative;
    opacity: 0;
    right: 6em;
    filter: grayscale(1);
    transition: all .6s ease;
    transition-delay: .3s;
}
.maintenanceContent.on > .maintenanceContent_item > .maintenanceContent_item_img > div {
    filter: grayscale(0);
    opacity: 1;
    right: 0;
}
@media screen and (max-width:1024px) {
    .maintenanceContent::before {
        width: 100%;
    }
    .maintenanceContent_item_headline,
    .maintenanceContent_item_price,
    .maintenanceContent_item_tags {
        width: 100%;
    }
    .maintenanceContent_item_price > span,
    .maintenanceContent_item_tags > span {
        margin: 0.25em 1em 0.25em 0;
    }
    .maintenanceContent_item_main {
        width: 100%;
    }
    .maintenanceContent_item_img {
        width: 100%;
        padding: 0;
        margin: 2rem auto 0;
    }
    .maintenanceContent_item_img > div {
        width: 100%;
    }
}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .maintenanceContent_item_main_point {
        padding: .5em .5em .5em 2.0em;
    }
    .maintenanceContent_item_main_point > span:nth-child(1) {
        padding-right: 0.5em;
    }
    .maintenanceContent_item_headline_eng {
        font-size: 0.85rem;
        letter-spacing: 1px;
        margin: 0 auto 0.5rem;
    }
    .maintenanceContent_item_headline_jpn {
        font-size: 1.0rem;
        letter-spacing: 0px;
    }
    .maintenanceContent_item_price > span,
    .maintenanceContent_item_tags > span {
        margin: 0.2em 0.5em 0.2em 0;
        padding: 0.5rem 0.5rem;
        font-size: 0.7rem;
        line-height: 1.3;
    }
}
/* ================================================================ */
/* 見出し */
/* ================================================================ */
.fvMenu {
    background: #00AFCC;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 20;
}
.fvMenu > li > a {
    color: #ffffff;
    display: block;
    font-style: italic;
    font-weight: normal;
    line-height: 1.25;
    padding: .85em 1em .5em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* メンテナンス */
/* ================================================================ */
#Maintenance {
    background: rgba(0, 0, 0, .7);
    padding: 6em 0;
    position: relative;
    overflow: hidden;
}
#Maintenance::before {
    background: center/cover no-repeat url(./maintenance_bg_001.jpg);
    background-attachment: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 50vh;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1) brightness(30%);
    z-index: 0;
    transition: all .8s ease;
    transition-delay: .4s;
}
#Maintenance.on::before {
    filter: grayscale(0) brightness(40%);
}
#Maintenance > .inner {
    position: relative;
    z-index: 10;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* コーティング */
/* ================================================================ */
#Coating {
    background: rgba(0, 0, 0, .92);
    padding: 6em 0;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* カスタム */
/* ================================================================ */
#Custom {
    background: rgba(0, 0, 0, .7);
    padding: 6em 0;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {}
/* ================================================================ */
/* その他 */
/* ================================================================ */
#Other {
    background: center/cover no-repeat url(./others_bg_001.jpg);
    padding: 6em 0;
}
#Other .headline001 {
    color: #4B4948;
}
.otherContents {
    background: #ffffff;
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 3em auto 0;
    padding: 0 2.5%;
}
.otherContent {
    display: block;
    width: 100%;
    padding: 3em 2.5%;
}
.otherContent + .otherContent {
    border-top: 1px solid #707070;
}
.otherContent_headline {
    margin-top: 0.5em;
}
.otherContent_headline_eng {
    color: #00AFCC;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.5em;
    line-height: 1.25;
    padding-left: .35em;
    margin-bottom: 0.25em;
}
.otherContent_headline_jpn {
    color: #000000;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.25;
}
.otherContent_headline_jpn > span {
    display: inline-block;
}
.otherContent_price {
    padding: 1em 0;
}
.otherContent_price > span {
    background: linear-gradient(90deg, #005261, #00AFCC);
    color: #ffffff;
    font-size: 0.85em;
    font-weight: bolder;
    padding: .5em 1.25em .4em;
}
.otherContent_price > span > small {
    margin-left: .75em;
    font-size: 0.85em;
    position: relative;
    /*top: -.25em;*/
}
.otherContent_main {
    margin-top: 1em;
}
.otherContent_main_read {
    font-size: 1.05em;
    font-weight: bolder;
}
.otherContent_main_remarks {
    margin-top: 0.5em;
    color: #666666;
    font-size: 0.8em;
}
.otherContent_main_read {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}
.otherContent_main_read p {
    width: min(600px, 55%);
}
.otherContent_main_read img {
    width: min(420px, 43%);
    object-fit: cover;
}
.otherContent_main_flow {
    margin-top: 2.5rem;
    font-size: 1.05em;
    font-weight: bolder;
}
.mid_bicycle {
    display: flex;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    width: fit-content;
}
.mid_bicycle::before {
    content: '';
    display: block;
    width: 50px;
    height: 27px;
    background-image: url(./mid_bicycle_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 12px;
}
.mid_bicycle::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #00AFCC, #005463);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.otherContent_main_flow_ol {
    margin-top: 2rem;
}
.otherContent_main_flow_ol > li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.otherContent_main_flow_ol_num {
    background-color: #fff;
    color: #00AFCC;
    font-size: 42px;
    font-family: 'Josefin Sans';
    font-weight: bold;
    font-style: italic;
    width: 60px;
    text-align: center;
    position: relative;
}
.otherContent_main_flow_ol_num::before {
    content: '';
    display: block;
    width: 1px;
    height: 110%;
    background-color: #00AFCC;
    position: absolute;
    top: 20px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.otherContent_main_flow_ol li:last-child .otherContent_main_flow_ol_num::before {
    content: none;
}
.otherContent_main_flow_ol_num span {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.otherContent_main_flow_ol_num::first-letter {
    font-size: 0.75em;
}
.otherContent_main_flow_ol_det {
    width: calc(100% - 60px);
    padding-left: 3vw;
    padding-top: 1.3rem;
}
.otherContent_main_flow_ol_det > p > span {
    color: #00AFCC;
    letter-spacing: 0.04rem;
    font-weight: 500;
    font-size: 14px;
}
.otherContent_main_flow_wrapper {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    row-gap: 30px;
    column-gap: 30px;
    margin-top: 1.5rem;
}
.otherContent_main_flow_wrapper_list {
    width: calc(100% / 3 - 20px);
    background-color: #F6F6F6;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.16);
}
.otherContent_main_flow_wrapper_list h3 {
    text-align: center;
    padding: 0.4rem;
    background-color: #4B4948;
    color: #fff;
    font-size: 18px;
}
.otherContent_main_flow_wrapper_list_child {
    padding: clamp(16px, 2.5vw, 30px);
}
.otherContent_main_flow_wrapper_list_child > li {
    display: flex;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 14px;
}
.otherContent_main_flow_wrapper_list_child > li:not(:last-child) {
    margin-bottom: 5px;
}
.otherContent_main_flow_cou {
    padding: 0 6px 6px 0;
    position: relative;
    margin-top: 3.5rem;
}
.otherContent_main_flow_cou::before {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: solid 1px #00AFCC;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.otherContent_main_flow_cou > P {
    background-color: #00AFCC;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: clamp(16px, 2.5vw, 30px);
    letter-spacing: 0.1rem;
}
.otherContent_main_flow_cou > P > span {
    text-align: right;
    display: block;
    margin-top: 1em;
}
.otherContent_main_flow_cou > P > span > em {
    font-style: normal;
    display: inline-block;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:840px) {}
@media screen and (max-width:640px) {
    .otherContent_headline_eng {
        font-size: 0.85rem;
        letter-spacing: 1px;
        margin: 0 auto 0.5rem;
    }
    .otherContent_headline_jpn {
        font-size: 1.0rem;
        letter-spacing: 0px;
    }
    .otherContent_price > span {
        padding: 0.5rem 0.5rem;
        font-size: 0.7rem;
        line-height: 1;
    }
    .otherContent_price > span > small {
        top: auto;
    }
}
/* ================================================================ */
/* リペア工賃表 */
/* ================================================================ */
#Repair {
    padding: 6em 0;
}
#Repair .headline001 {
    color: #4B4948;
}
.repairContent {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 3em auto 0;
}
.repairTbl {
    min-width: 840px;
}
.repairTbl > tbody > tr > td:nth-child(1) {
    width: 30%;
}
.repairTbl > tbody > tr > td:nth-child(3) {
    width: 20%;
}
.repairContent_text {
    background: #E1E1E1;
    display: block;
    padding: 1em 10%;
}
.repairContent_text span {
    display: inline-block;
}
@media screen and (max-width:1024px) {
    .otherContent_main_flow_ol_num {
        font-size: 35px;
        width: 40px;
    }
    .otherContent_main_flow_ol_det {
        width: calc(100% - 40px);
        padding-top: 0.9rem;
    }
    .otherContent_main_read p {
        width: 100%;
    }
    .otherContent_main_read img {
        width: 100%;
        aspect-ratio: 5 / 2;
        object-position: bottom;
        margin-top: 1rem;
    }
}
@media screen and (max-width:840px) {
    .otherContent_main_flow_wrapper {
        row-gap: 15px;
        column-gap: 15px;
    }
    .otherContent_main_flow_wrapper_list {
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    .repairTbl {
        min-width: 530px;
    }
    .table001 > caption {
        padding: .25em;
        font-size: 1.0em;
    }
    .table001 > tbody > tr > td {
        padding: .25em;
        font-size: 0.8em;
    }
    .repairTbl > tbody > tr > td:nth-child(1) {
        width: 35%;
    }
    .repairTbl > tbody > tr > td:nth-child(3) {
        width: 15%;
    }
    .otherContent_main_flow_ol_num {
        font-size: 27px;
        width: 30px;
    }
    .otherContent_main_flow_ol_det {
        width: calc(100% - 30px);
        padding-top: 0.5rem;
    }
    .otherContent_main_flow_ol_det > p > span {
        letter-spacing: unset;
        line-height: 1.5rem;
        display: block;
        margin-top: 0.7rem;
    }
    .otherContent_main_flow_cou {
        margin-top: 1rem;
    }
    .otherContent_main_flow_ol > li {
        margin-bottom: 1.5rem;
    }
}
/* ================================================================ */
/* お問い合わせ */
/* ================================================================ */
#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) {}