@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300&family=Open+Sans+Condensed:wght@300&family=Quicksand:wght@300&family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

#Gothic {
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

#Mincho {
    font-family: 'Sawarabi Mincho', sans-serif;
}

#numbers {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Quicksand', sans-serif;
}

#Noto {
    font-family: 'Noto Sans JP', sans-serif;
}

#YuGothic {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.breadcrumb {
    height: 30px;
    width: 74%;
    color: #323232;
    margin: 0 auto;
    padding: 24px 0;
}

.list, .slash {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Quicksand', sans-serif;
    line-height: 30px;
    font-size: 12px;
}

.list:link, .list:visited, .list:active {
    color: #323232;
    text-decoration: none;
}

.slash {
    margin: 0 6px;
}

.company {
    color: #323232;
}

.company1-header {
    height: 120px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../image/IMG_1485.jpg");
    background-position: 100% 0%;
    background-size: cover;
}

.company1-header-titlebox {
    height: auto;
    width: 74%;
    box-sizing: border-box;
    margin: 0 auto;
}

span.company1-header-title {
    line-height: 120px;
    font-size: 24px;
    text-align: left;
    color: rgba(0,0,0,0.8);
}

.company2 {
    height: 480px;
    width: 74%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

img[src$="image/IMG_1615.jpg"] {
    height: 480px;
    width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: 100% 50%;
}

table {
    width: 66%;
    table-layout: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

th {
    width: 30%;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    padding: 10px 60px;
}

td {
    width: 70%;
    text-align: justify;
    font-size: 18px;
    font-weight: 100;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    padding: 30px;
}

th, td {
    border-bottom: 2px solid #e6e6e6;
}

.parent {
    display: flex;
}

.location {
    font-weight: bold;
    width: 80px;
}

.address {
    margin-left: 24px;
}


/* 大きいディスプレイに対応 */
@media screen and (min-width: 1680px)  {

    .company2 {
        height: 700px;
    }

    img[src$="image/IMG_1615.jpg"] {
        height: 700px;
        width: 100%;
        box-sizing: border-box;
        object-fit: cover;
        object-position: 100% 50%;
    }
}


/* スマートフォン */
@media screen and (max-width: 600px) {

    .breadcrumb {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .list, .slash {
        font-size: 10px;
    }

    .company1-header {
        height: 36px;
        margin-top: 16px;
    }

    .company1-header-titlebox {
        height: 36px;
        width: 92%;
        margin: 0 auto;
    }

    span.company1-header-title {
        font-size: 11px;
        line-height: 36px;
    }

    .company2 {
        height: 180px;
        width: 90%;
        margin-top: 36px;
    }
    
    img[src$="image/IMG_1615.jpg"] {
        height: 180px;
        width: 100%;
        box-sizing: border-box;
        object-fit: cover;
        object-position: 100% 50%;
    }

    img[src$="image/IMG_1993.jpg"] {
        height: 180px;
        width: 92%;
    }

    table {
        width: 90%;
        margin-top: 36px;
        margin-bottom: 36px;
    }

    th, td {
        font-size: 11px;
        padding: 10px 20px;
    }
}


/* タブレット */
@media screen and (min-width: 601px) and (max-width: 1024px)  {
        
    .breadcrumb {
        width: 84%;
    }

    .content-header1 {
        background-position: 100% 10%;
    }
    
    .company1-header {
        height: 68px;
    }
    
    .company1-header-titlebox {
        height: 68px;
        width: 84%;
    }
    
    span.company1-header-title {
        font-size: 18px;
        line-height: 68px;
    }
    
    .company2 {
        height: 360px;
        width: 84%;
    }
    
    img[src$="image/IMG_1615.jpg"] {
        height: 360px;
        width: 100%;
        box-sizing: border-box;
        object-fit: cover;
        object-position: 100% 50%;
    }
    
    table {
        width: 84%;
    }

    th {
        padding: 10px 30px;
    }

    td {
        width: 74%;
    }
}
