@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: 'Plus Jakarta Sans';
}

body {
    line-height: 1.6;
}



header {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    transform: translate(50px,0);
    /* padding: 10px 20px; */
}

h1 {
    font-size: 37px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding-left: 50px;
    transform: translate(-15px,0);
}

header h1 a{
    text-decoration: none;
    color: #333;
}

h2{
    font-size: 39px;
    font-weight: 100;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding-right: 150px;
}

nav ul li {
    margin-left: 80px;
}



nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: underline;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    transform: translate(25px,40px);
    font-size: larger;
}

.hamburger-menu span {
    height: 3px;
    width: 25px;
    background: #333;
    margin-bottom: 5px;
    border-radius: 5px;
}


.color-blocks {
    display: flex;
}

.color-blocks .block {
    width: 100px;
    height: 110px;
    padding: 0;
    margin: 0;
}

.color-blocks .beige {
    background-color: #d7c3a7;
}

.color-blocks .light-gray {
    background-color: #9B9B9B;
}

main {
    max-width: 70%;
    margin: auto;
}

h2,p,li{
    margin: 40px;
    
}

ol li{
    transform: translate(30px,0);
}

.li2{
    transform: translate(25px,0);
}

.form-group.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


footer{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* 最大幅1024pxに対するメディアクエリ */
@media (max-width: 1024px) {
    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    header .container h1 {
        margin-bottom: 10px;
        padding-left: 20px;
    }

    header nav ul {
        flex-direction: row;
        flex-wrap: wrap;
        padding-right: 20px;
    }

    header nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .division, .gallery, .cafe {
        flex-direction: column;
        align-items: center;
    }

    .division .text, .gallery .text, .cafe .text {
        width: 80%;
        transform: none;
        text-align: center;
    }

    .division img, .gallery img, .cafe img {
        width: 100%;
    }

    .extra .extreme-sports, .extra .investment {
        width: 100%;
        margin-bottom: 20px;
    }

    .extreme-sports, .investment {
        transform: none;
    }

    .extreme-sports h2, .investment h2 {
        transform: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .extra .extreme-sports .text, .extra .investment .text {
        text-align: center;
    }

    .company-profile table {
        width: 80%;
        transform: none;
    }

    .contact {
        width: 90%;
    }

    .contact .form-group.full-width {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }
}

.investment{
    transform: translate(-39px,0);
}

.container ul li {
    margin-left: 40px;
}

.company-profile .tab{
    transform: translate(160px,0);
}

/* スマホのレスポンシブ */

@media (max-width: 768px) {
      .hamburger-menu {
        display: flex;
        padding-left: 10px;
    }

    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    header h1 {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    header nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f0f0f0;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        justify-content: center!important
    }

    header nav ul li {
        width: 100%;
        margin: 0;
        text-align: center!important;

    }

    header nav ul li a {
        display: block;
        padding: 10px 0;

    }

    header nav ul.show {
        display: flex;
    }


    .divi{
        transform: translate(-39px,0)

    }     

    main{
        max-width: 90%;
    }

    

    .company-profile .tab{
        transform: translate(70px,0)!important;
        /* max-width: 100%; */
        font-size: 7px!important;
    }

    /* .company-profile .tab td{
        font-size: 12px;
        padding-right: 10px;
        transform: translate(-10px,0);
    } */


    .investment{
        transform: translate(-39px,0);
    }

    .container .inf, .com, .con{
        transform: translate(-40px);
    }

    

}        

@media (max-width: 375px) {
    .hamburger-menu {
        display: flex;
        padding-left: 10px;
    }

    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    header h1 {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    header nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f0f0f0;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        justify-content: center!important

    }

    header nav ul li {
        width: 100%;
        margin: 0;
        text-align: center!important;

    }

    header nav ul li a {
        display: block;
        padding: 10px 0;
    }

    .divi{
        transform: translate(-39px,0)

    }

    header nav ul.show {
        display: flex;
    }



    

    .company-profile .tab tr td{
        transform: translate(-100px,0)!important;
        max-width: 100%;
        font-size: 8px!important;
    }

    /* .company-profile .tab td{
        font-size: 12px;
        padding-right: 10px;
        transform: translate(-10px,0);
    } */


    .investment{
        transform: translate(-39px,0);
    }

    .container .inf, .com, .con{
        transform: translate(-40px);
    }

}