@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #232323;
}
@media (min-width: 769px) {
    body {
        font-size: 20px;
    }
}
#lower_main2{
    background: url("../image/aaa.jpg");
    background-attachment: fixed;
}
/*basic*/
/*#main {
    background: url("../image/aaa.jpg");
    background-attachment: fixed;
}*/
li, th, td, h1, h2, a, h3, p, h4 {
    line-height: 1;
}
h2 {
    padding-left: 5%;
    font-size: 28px;
}
h3 {
    padding: 5px;
    font-size: 28px;
}
h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 3%;
}
@media (min-width: 769px) {
    h4 {
        text-align: center;
        font-size: 28px;
    }
}
section {
    padding-top: 5%;
}
.aaa {
    padding-top: 0;
}
.more {
    position: relative;
    text-align: right;
    padding-right: 50px;
    font-size: 20px;
    padding-bottom: 5%;
}
.more::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 20px;
    margin-top: -9px;
}
.more::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 13px;
    right: 27px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.all {
    position: relative;
    text-align: right;
    padding-right: 30px;
    font-size: 20px;

   
}
.all::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 0px;
    margin-top: -9px;
}
.all::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 13px;
    right: 7px;
    margin-top: -4px;
    transform: rotate(45deg);
}@media (min-width: 769px) {
    .sp {
        display: none;
        width: 100%;
    }
    .more {
        position: relative;
        text-align: right;
        padding-right: 200px;
        font-size: 30px;
        padding-bottom: 5%;
    }
    .more::before {
        content: '';
        width: 26px;
        height: 26px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        top: 13px;
        right: 150px;
        margin-top: -9px;
    }
    .more::after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 16px;
        right: 160px;
        margin-top: -4px;
        transform: rotate(45deg);
    }
}
.pc {
    display: none;
}
@media (min-width: 769px) {
    .pc {
        display: block;
width: 100%;
    }
    .size {
        height: 100vh;
    }
}
/*header*/
.abo {
    position: relative;
}
.logo {
    position: absolute;
    z-index: 80;
    top: 0;
    right: 0;
    display: flex;
padding: 5%;
    justify-content: right;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-right: 10%;
}
.lower_logo {
    z-index: 80;
    top: 0;
    right: 0;
    padding: 5%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-right: 10%;
}

.header_logo {
    width: 80px;
    height: auto;
    padding-left: 5px;
}
.headerP {
    position: absolute;
    top: 30%;
    left: 0;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.9);
    width: 80%;
    padding: 2% 0 1% 1%;
    border-bottom: solid 5px #232323;
}
.headerP2 {
    position: absolute;
    top: 55%;
    right: 1%;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
    width: 200px;
    border-radius: 10px;
}
.headerP2 > ul > li {
    padding: 4%;
}
@media (min-width: 769px) {
.logo {
    position: absolute;
    z-index: 80;
    top: 0;
    right: 0;
    display: flex;
padding: 2%;
    justify-content: right;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-right: 10%;
}
.lower_logo {
    z-index: 80;
    top: 0;
    right: 0;
    padding: 2%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-right: 10%;
}
    .header_logo {
        width: 150px;
        height: auto;
        padding-left: 10px;
    }
    .logo > p {
        font-size: 35px;
        margin-top: 60px;
    }
    .lower_logo > p {
        font-size: 35px;
        margin-top: 60px;
    }
    .headerP {
        top: 30%;
        left: 0;
        font-size: 28px;
        background: rgba(255, 255, 255, 0.9);
        width: 50%;
    }
    .headerP2 {
        width: 350px;
        font-size: 18px;
        top: 55%;
        right: 5%;
    }
}
/*nav*/
/*ハンバーガーメニュー*/
.hamburger-menu {
    width: 30px;
    height: 20px;
    position: fixed;
    top: 30px;
    left: 20px;
    cursor: pointer;
    z-index: 101;
}
.line {
    background-color: black;
    height: 3px;
    width: 100%;
    position: absolute;
    transition: all 0.3s;
}
.line:nth-of-type(1) {
    top: 0;
}
.line:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.line:nth-of-type(3) {
    bottom: 0;
}
.hamburger-menu.active > .line:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: #232323;
}
.hamburger-menu.active > .line:nth-of-type(2) {
    display: none;
}
.hamburger-menu.active > .line:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    background-color: #232323;
}
.nav-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: left;
    justify-content: center;
    padding: 8px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    border: 1px solid #ccc;
    opacity: 0;
    z-index: 100;
}
.nav-menu.active {
    display: flex;
    animation: fadeIn 0.5s forwards;
}
.nav-menu a {
    text-decoration: none;
    color: black;
}
@keyframes fadeIn {
    0% {
        top: 0%;
        opacity: 1;
    }
    100% {
        top: 50%;
        opacity: 1;
    }
}
.nextMenu {
    width: 100%;
    text-align: center;
    margin-top: 5%;
}
.nav-menu ul li {
    font-size: 24px;
    width: 100%;
    padding: 10px;
}
.droplists {
    margin-left: 10%;
}
@media (min-width: 769px) {
    .nav-menu ul li {
        padding: 1% 5%;
    }
    .hamburger-menu {
        width: 50px;
        height: 30px;
        top: 50px;
        left: 50px;
    }
    .line {
        height: 5px;
    }
}
.nav-ul {
    padding-left: 50px;
}
@media (min-width: 769px) {
    .nav-ul {
        padding-left: 0;
    }
}
/*news*/
.news_container {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 5%;
}
.slider {
    width: 80% !important;
    margin: 5% auto !important;
}
.news_th, .news_td {
    padding-top: 30px;
    font-size: 16px;
}
.news_th {
    padding-right: 20px;
}
.news_td {
    border-bottom: 1px solid #000;
}
.news_last_th{
 padding-top: 30px;

    width: 100%;
}
.news_last_th>a>p{
    text-align: right;
} 
.news_big_container {
    margin: 5% auto 0;
}
@media (min-width: 769px) {
    .news_big_container {
        display: flex;
        width: 80%;
    }
    .slider {
        width: 50% !important;
        margin: 0 0 0 5% !important;
    }
}
/*new model*/
/*bycycle*/
.roadbike {
    background: url("../image/bikebg.png") bottom center no-repeat;
    background-size: cover;
}
#roadbike {
    background: url("../image/bikebg.png")  bottom center no-repeat;
    background-size: cover;
    z-index: 100;
}
.crossbike {
    background: url("../image/bikebg.png")  bottom center no-repeat;
    background-size: cover;
}
.mountainbike {
    background: url("../image/bikebg.png")  bottom center no-repeat;
    background-size: cover;
}
.e-bike {
    background: url("../image/bikebg.png")  bottom center no-repeat;
    background-size: cover;
}
.bike_image {
    filter: saturate(40%);
}
.bike_p {
    text-align: center;
    font-size: 24px;
    padding: 5% 0;
    font-weight: bold;
}
.sp_bike_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bike_ph {
    width: 45%;
    margin: 5% auto 0;
}
.bike_container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.ffff {
    background: #fff;
}
@media (min-width: 769px) {
    .bike_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .bike_ph {
        width: 30%;
    }
    .bike_ph2 {
        border: solid 2px #232323;
        background: #c0c0c0;
    }
    .bike_ph2 > p {
        padding: 2%;
    }
    .bike_p {
font-size: 30px;
    padding: 2% 0;

}
}
/*parts*/
.parts_section {
    background: url("../image/aaa.jpg");
       background-attachment: fixed;
}
.parts_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .parts_container {
        width: 40%;
    }
}
.parts_contents {
    width: 30%;
    margin: 5% 0;
    border: #232323 solid 2px;
    background: #c0c0c0;
}
.parts_contents > p {
    padding: 2%;
}
@media (min-width: 769px) {
    .parts_big_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
}
.parts_contents > p > span:nth-child(1) {
    color: #f00;
}
.parts_contents > p > span:nth-child(2) {
    color: #fff;
}
.parts_contents > p > span:nth-child(3) {
    color: #000;
}
.parts_contents > p > span:nth-child(4) {
    color: #00f;
}
/*link*/
.link_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .link_container {
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        margin-top: 5%;
    }
}
.link_contents {
    width: 100%;
    margin: 10px 0;
    background: url("../image/t2.jpg") left top no-repeat;
    transition: 2s;
}
.link_contents:hover {
    background: url("../image/t2.jpg") center top no-repeat;
}
@media (min-width: 769px) {
    .link_contents {
        width: 30%;
    }
}
.link_anker {
    padding: 20px 0;

    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
@media (min-width: 769px) {
    .link_anker {
        padding: 50px 0;
    }
    .lower_link_container {
        padding-bottom: 40px;
    }
}

/*access*/
iframe {
    width: 100%;
    height: 60vh;
    margin-top: 2%;
}
/*footer*/
#footer {
    width: 100%;
    background: url("../image/footer.jpg") center center no-repeat;
    background-size: cover;
}
.footer_info {
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .footer_info {
        width: 50%;
        padding: 5% 0;
    }
}
.footer_info > p {
    padding: 15px 0;
    color: #fff;
}
.name {
    font-size: 28px;
}
.copyright {
    background: white;
    text-align: center;
    font-size: 10px;
}
.copyright2 {
    background: red;
    text-align: center;
    font-size: 10px;
}
.minimini {
    width: 100%;
}
.deka {
    position: relative;
}
.iti {
    position: absolute;
    bottom: 75%;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 10px;
}
.ni {
    position: absolute;
    bottom: 15%;
    left: 30%;
    background: #fff;
    width: 30%;
}
.san {
    position: absolute;
    bottom: 15%;
    left: 65%;
    background: #fff;
    width: 30%;
}
.yon {
    position: absolute;
    bottom: 15%;
    left: 55%;
    background: #fff;
    width: 40%;
}
.iti > p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.ni > a > p {
    font-size: 16px;
}
.san > a > p {
    font-size: 16px;
}
.yon > a > p {
    font-size: 16px;
}
@media (min-width: 769px) {
    .iti {
        left: 10%;
        padding: 10px 100px;
    }
    .iti > p {
        font-size: 24px;
    }
    .ni > a > p {
        font-size: 24px;
    }
    .san > a > p {
        font-size: 24px;
    }
    .yon > a > p {
        font-size: 24px;
    }
    .san {
        position: absolute;
        bottom: 15%;
        left: 75%;
        background: #fff;
        width: 20%;
    }
    .san:hover {
        background: #000;
        color: #fff;
    }
    .ni:hover {
        background: #000;
        color: #fff;
    }
    .yon:hover {
        background: #000;
        color: #fff;
    }
    .ni {
        position: absolute;
        bottom: 15%;
        left: 50%;
        background: #fff;
        width: 20%;
    }
}
.btnP {
    padding: 5% 0;
    text-align: center;
}
.about {
    display: flex;
    justify-content: right;
    padding-right: 10%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.aboutimg {
    width: 20%;
}
.aboutP {
    margin-top: 10%;
    font-size: 24px;
}
.logoimg {
    width: 40%
}
@media (min-width: 769px) {
    .logoimg {
        width: 15%
    }
    .aboutimg {
        width: 10%;
    }
    .aboutP {
        margin-top: 5%;
        font-size: 30px;
    }
}
/*lowerheader*/
#lower_header {
    background: url("../image/sky2.jpg");
}
/*lowerpagebasic*/
h1 {
    text-align: center;
    font-size: 34px;
    padding-top: 5%;
    padding-bottom: 5%;
}
/*bike*/
.attention {
    width: 100%;
}
.attention > p {
    padding: 10px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
.attention > p:last-child {
    background: url("../image/aaa.jpg");
    padding-bottom: 5%;
    background-attachment: fixed;
}
.r {
    background: url("../image/aaa.jpg");
      background-attachment: fixed;
}
.link {
    color: #00f;
}
.fff {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fff > a {
    width: 20%;
    padding: 0 0;
}
.slick {
    width: 80%;
    margin: 0 auto;
}
.slider_ph {
    width: 100%;
}
.abababa {
    padding-bottom: 5%;
}
body#column .link_contents:nth-child(1) > a > .link_anker {
    background: url("../image/dff2.jpg") left top no-repeat;
    color: rgba(0, 0, 0, 0.00);
}
body#event .link_contents:nth-child(2) > a > .link_anker {
    background: url("../image/dff2.jpg") left top no-repeat;
    color: rgba(0, 0, 0, 0.00);
}
body#recruit .link_contents:nth-child(3) > a > .link_anker {
    background: url("../image/dff2.jpg") left top no-repeat;
    color: rgba(0, 0, 0, 0.00);
}
@media (min-width: 769px) {
    .slick {
        width: 40%;
    }

}

.slick {
    margin-top: 5%;
}
.nmul_container {
    position: relative;
}
.nmul {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #000;
    bottom: 0;
    width: 100%;
    display: flex;
}
.nmul > li {
    text-align: center;
    color: white;
    width: 50%;
}
.nmul > li > a {
    padding: 10%;
    display: block;
}
.nmul > li:nth-child(2):hover {
    background: rgba(255, 255, 255, 0.5);
    color: #232323;
}
.brand {
    display: flex;
}
.acd-check {
    display: none;
}
.acd-label {
    cursor: pointer;
    display: block;
}
.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.j {
    padding-top: 10%;
}
.acd-content > a > p {
    margin: 2% 0;
}
.acd-check:checked + .acd-label + .acd-content {
    height: 4%;
    opacity: 1;
    visibility: visible;
}
@media (min-width: 769px) {
    .acd-check:checked + .acd-label + .acd-content {
        height: 4%;
    }
}
.z {
    padding-top: 10%;
}
@media (min-width: 769px) {
    .z {
        padding-top: 2%;
    }
}
.acd-content > a > p {
    margin: 10px 0;
}
.dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    border: 0.3em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 51;
}
.calendar-wrap {
    margin: 0 auto;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
@media (max-width: 767.98px) {
    .calendar-wrap {
        display: flex;
        flex-direction: column;
    }
}
.calendar {
    width: 100%;
    border-collapse: collapse;
}
.calendar th, .calendar td {
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
.calendar th {
    padding: 6px 10px;
}
.calendar td {}
@media (max-width: 767.98px) {
    .calendar th, .calendar td {
        padding: 6px;
        font-size: 12px;
    }
    .calendar th {
        padding: 3px 6px;
    }
}
.calendar .sun {
    color: #e17f7e;
    background-color: #f8e4e2;
}
.calendar .sat {
    color: #7ab6f3;
    background-color: #e7f6fd;
}
.calendar .mute {
    color: #aaa;
}
.calendar .on {
    background-color: #7d7d7d;
}
.calendar .today {
    background-color: yellow;
}
.calendar .off {
    background-color: #fadcdb;
}
.acd-label::after {
    content: "＋";
    margin-left: 3%;
}
.lrb {
    position: sticky;
    top: 0;
    z-index: 50;
}

.ema {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.fro {
    width: 25%;
    margin: 0 auto;
    padding: 5% 0;
    height: auto;
}
@media (min-width: 769px) {
    .fro {
        width: 20%;
    }

}
.nmul_container img {
    height: auto;
    opacity: .3;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
}
/* 中央のスライド */
.slick2 .slick-center img {
    opacity: 1;
    transform: scale(1);
}
.lower_bike_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.lower_bike_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 30%;
    margin: 2% 0;
}
.lower_bike_ph {
    width: 100%;
}
.lower_sp_container {
    width: 90%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .lower_sp_container {
        display: none;
    }
}
.wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 2%;
}
.lower_sp_contents {
    width: 49%;
    margin-bottom: 2%;
}
.lower_sp_ph {
    width: 100%;
}
.maker {
    display: flex;
    justify-content: space-around;
    margin: 5% 0;
}
.maker_ph {
    width: 25%;
    height: auto;
}
.maker_ph > p {
    text-align: center
}
#giant {
    width: 40%;
    margin: 10% auto;
    height: auto;
}
#bianch {
    width: 40%;
    margin: 10% auto;
    height: auto;
}
#trek {
    width: 40%;
    margin: 10% auto;
    height: auto;
}
@media (min-width: 769px) {
    #giant {
        width: 20%;
        margin: 10% auto 0;
    }
    #bianch {
        width: 20%;
        margin: 10% auto 0;
    }
    #trek {
        width: 20%;
        margin: 10% auto 0;
    }
}
.lower_sp_contents {}
.lower_sp_contents > p {
    padding: 5%;
    font-size: 14px;
}
.ffff > p {
    padding: 5% 5% 0;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 769px) {
    .ffff > p {
        padding: 10% 20% 0;
        font-size: 22px;
    }
}
.maker > a > p {
    padding: 1% 5%;
    background: #fff;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .5);
    border-radius: 20px;
    border-bottom: 1px solid #232323;
}
@media (min-width: 769px) {
    .maker > a > p {
        padding: 1% 5%;
        background: #fff;
        box-shadow: 0px 15px 5px 0 rgba(0, 0, 0, .5);
        border-radius: 20px;
    }
    .maker > a > p:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    }
}
.lower_bike_flex_p {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 2%;
    line-height: 1.5;
}
@media (min-width: 769px) {
    .lower_bike_flex_p > p {
        line-height: 1.5;
    }
}
.purchase_contents {
    display: flex;
    justify-content: left;
    margin: 10% auto;
    width: 90%;
}
.purchase_ph {
    width: 20%;
    margin-right: 5%;
    height: 20%;
    border-radius: 20px;
}
.purchase_contents > p {
    line-height: 1.5;
}
@media (min-width: 769px) {
    .purchase_contents {
        margin: 5% auto;
        width: 60%;
    }
    .purchase_contents > p {
        padding-top: 2%;
    }
}
.calendar_color {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
    margin-top: 5%;
}
.calendar_color_contents {
    margin: 0 2%;
}
.calendar_color_contents > p {
    display: inline-block;
}
.bike_background {
    background: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
}
.red {
    color: yellow;
}
.gray {
    color: #fadcdb;
}
.yellow {
    color: #7d7d7d;
}
.black {
    color: black;
    margin: 0 5px;
}
.white2 {
    color: white;
    margin: 0 5px;
}
.blue {
    color: blue;
    margin: 0 5px;
}
.green {
    color: #004d00;
    margin: 0 5px;
}
.column_contents {
    width: 90%;
    margin: 0 auto;
        line-height: 1.5;
}
.column_contents > p {

    line-height: 1.5;
}
@media (min-width: 769px) {
    .column_contents {
        width: 50%;
        margin: 0 auto;
    }
}
.parts_nav {
position: absolute;
    right: 75%;
    top: 20%;

}
    .parts_nav > li {
    margin: 20% 0;
}
.lower_parts_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 30%;
        padding-top: -250px;
}
.lower_parts_contents {
    width: 45%;
    border: 2px solid #232323;
    margin-bottom: 5%;
        background: #c0c0c0;

}
.lower_parts_contents > p {
    padding: 2%;
}
@media (min-width: 769px) {

  .parts_nav {
position: absolute;
    right: 80%;
    top: 40%;
      font-size: 24px;
}


    .lower_parts_container {
        width: 70%;
        margin-left: 30%;
    }
    .lower_parts_contents {
        width: 26%;
    }
}
body#parts .parts_nav > li:nth-child(1) {
    border-bottom: #232323 3px solid;
}
body#parts2 .parts_nav > li:nth-child(2) {
    border-bottom: #232323 3px solid;
}
.torepear {
    text-align: center;
}
.return {
    width: 80%;
    margin: 5% auto;
}
.return > a {
    text-align: right;
}
    #repear {
        width: 90%;
        margin: 0 auto;
    }
  #repear>h2{
        margin-bottom: 5%;
    }
 .repear_money {
        display: flex;
        justify-content: space-between;
     flex-wrap: wrap;
     margin-bottom: 5%;
    }
.repear_tr{
    width: 90%;
}
    .repear_th,.repear_td{
        padding: 5px;
    }
@media (min-width: 769px) {
    #repear>h2{
        margin-bottom: 5%;
    }
    #repear {
        width: 60%;
        margin: 0 auto;
    }
    .repear_money {
        display: flex;
        
    }
    .repear_tr{
    width: 45%;
    
}
    .repear_th,.repear_td{
        padding: 10px;
    }
}
.event_table{
    margin: 5% auto 0;
    width: 60%;
}
.event_td,.event_td{
    padding: 2%;
}
.bggray{
    background: #dadada;
    padding: 2%;
    border-radius: 20px;
    margin-top: 2%;
}
p img {
  cursor: pointer;
}
.modal-window-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: pointer;
  z-index: 200;
}
.modal-window-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
}
