@charset "UTF-8";
/*
Theme Name:
Theme URI:
Description:
Author:PLUSIDEA
Author URI:http://plusidea.co.jp/
Version:7.7
*/

.top-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #0071C5;
    display: flex;
    z-index: 99999;
}

.breadcrumbs {
    background-color: #E6E6E6;
    position: relative;
}

.bcs-flex {
    margin-left: 150px;
    padding: 10px 0;
}

.bcs-flex ul {
    display: flex;
}

.bcs-flex ul li {
    /*font-family: Yu Mincho;*/
    font-size: 14px;
    font-weight: bold;
}

section#divID {
    background-image: url(../img/locations/locations-bg.png);
    background-size: contain;
    background-repeat: repeat;
}

.bcs-flex ul li a {
    font-weight: bold;
    padding: 0 5px;
    /*font-family: sans-serif;*/
}

.bcs-flex ul li:last-child {
    position: relative;
    margin-left: 45px;
}

.bcs-flex ul li:last-child::before {
    content: "＞";
    position: absolute;
    left: -30px !important;
}


/* ----- tent-articlee ----- */

.bcs-flex ul li:nth-child(2) {
    position: relative;
    margin-left: 45px;
}

.bcs-flex ul li:nth-child(2)::before {
    content: "＞";
    position: absolute;
    left: -30px !important;
}

.t-w-article-area {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 0;
}

.t-w-article-area>div {
    border: 1px solid #333;
    padding: 30px;
}

.t-w-top-flex {
    display: flex;
    justify-content: space-between;
}

.t-w-top-flex span {
    font-size: 16px;
    padding: 5px;
    display: block;
}

.t-w-top-flex h2 {
    font-size: 22px;
    padding: 5px;
    font-weight: bold;
}

.t-w-top-flex p {
    padding: 5px;
    font-size: 18px;
}

.t-w-contents {
    border: 1px solid #333;
    margin-top: 30px;
    padding: 15px;
}

.t-w-contents h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.t-w-contents ol {
    padding: 15px 0;
}

.t-w-contents li {
    font-size: 20px;
}

.t-w-article-text {
    padding: 20px 0;
}

.t-w-article-text h2 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-top: 1.5em;
    margin-bottom: 16px;
}

.t-w-article-text h3 {
    font-size: 1.1em;
    margin: 16px 0;
}

.t-w-article-text p {
    font-size: 16px;
    margin: 1em 0;
}

.t-w-article-text figure.wp-block-image {
    margin: 1em 0;
}

.article-table {
    margin: 30px auto;
    width: 100%;
}

.article-table tr {
    border: 1px solid #FFF;
}

.article-table table {
    table-layout: fixed;
    width: 100%;
}

.article-table th {
    background-color: #0071c5;
    color: #FFF;
    font-size: 18px;
    border-right: 1px solid #FFF;
    padding: 1px 10px;
}

.article-table td {
    font-size: 18px;
    padding: 1px 10px;
}

.article-table td {
    font-size: 18px;
    padding: 1px 10px;
    border-right: 1px solid #FFF;
    background-color: #f0f0f0;
}

/*.article-table tr:nth-child(even) {
  background-color: #c5def2;
}

.article-table tr:nth-child(odd) {
  background-color: #f0f0f0;
}*/

td.t-center {
    text-align: center;
}

.article-table td span {
    font-size: 14px;
}

.twa p {
    display: none;
}

.t-w-top-flex img {
    max-width: 333px;
    width: 100%;
    object-fit: contain;
}

/* ----------------- */

.tablepress {
    table-layout: fixed !important;
    width: 100%;
    margin: 30px auto;
}

.tablepress thead {
    table-layout: fixed !important;
    width: 100% !important;
}

.tablepress tbody tr:nth-child(odd) {
    background-color: #c5def2 !important;
}

.tablepress tbody tr:nth-child(even) {
    background-color: #f0f0f0 !important;
}

.tablepress thead th {
    background-color: #0071c5 !important;
    color: #FFF;
    font-size: 17px;
    border-right: 1px solid #FFF !important;
    padding: 1px 10px !important;
    font-weight: normal !important;
}

.tablepress tr {
    border: 1px solid #FFF !important;
}

.tablepress td {
    font-size: 18px !important;
    padding: 1px 10px !important;
    border-right: 1px solid #FFF !important;
}

.tablepress tbody tr:nth-child(1) td:nth-child(2) {
    text-align: center;
}

.tablepress tbody tr:nth-child(3) td:nth-child(2) {
    text-align: center;
}

.tablepress tbody tr:nth-child(4) td:nth-child(2) {
    text-align: center;
}

.tablepress td span {
    font-size: 14px;
}

@media screen and (max-width: 1280px) {
    .top-wrapper {
        height: 10.938vw;
    }
}

@media screen and (max-width: 1024px) {
    .bcs-flex {
        margin-left: 10.648vw;
    }

    /* ----- tent-articlee ----- */

}

@media screen and (max-width: 768px) {

    .top-wrapper {
        display: none;
    }

    .bcs-flex {
        margin-left: 3.648vw;
    }

    /* ----- tent-articlee ----- */



}

@media screen and (max-width: 767px) {

    .rental-area h2 {
        font-size: 26px;
    }

    .rental-area h2 span {
        font-size: 16px;
        margin-left: 5px;
    }

    .rental-area h2 span::before {
        font-size: 25px;
    }

    .rental-area p {
        font-size: 18px;
    }

    .rental-img-wrapper p {
        font-size: 14px;
        padding-bottom: 100px;
    }

    .t-w-top-flex {
        display: block;
    }

    .article-table {
        overflow-x: scroll;
    }

    .twa p {
        font-size: 14px;
        padding: 0;
        margin-bottom: -25px;
        display: block;
    }

}

@media screen and (max-width: 480px) {

    .bcs-flex {
        margin-left: 4.167vw;
    }

    .article-table table {
        overflow-x: scroll;
        width: 530px;
    }

}

@media screen and (max-width: 420px) {
    .bcs-flex ul li {
        font-size: 12px;
    }

    .bcs-flex ul li:nth-child(2) {
        margin-left: 15px;
    }

    .bcs-flex ul li:nth-child(2)::before {
        left: -15px !important;
    }

    .bcs-flex ul li:last-child {
        margin-left: 25px;
    }

    .bcs-flex ul li:last-child::before {
        left: -20px !important;
    }
}

/*---------------------------
岡戸追加 20250227
---------------------------*/


figure.article_table2 {
    margin: 30px auto;
}

figure.article_table2 table {
    table-layout: fixed;
    width: 100%;
}

figure.article_table2 table tr td {
    font-size: 18px;
    padding: 1px 10px;
    border: 1px solid #FFF;
    background-color: #f0f0f0;
    padding: 1px 10px;
    box-sizing: border-box;
}

figure.article_table2 table tr td:first-child,
figure.article_table2 table tr:first-child td {
    background-color: #0071c5;
    color: #FFF;
}

p.article_table2_p {
    font-size: 14px;
    padding: 0;
    margin-bottom: -25px;
    display: none;
}

@media screen and (max-width: 767px) {
    figure.article_table2 {
        overflow-x: scroll;
        padding-bottom: 5px;
    }

    figure.article_table2 table {
        width: max-content !important;
    }

    figure.article_table2 table tr td {
        font-size: 1em;
    }

    p.article_table2_p {
        display: block;
    }
}

@media screen and (max-width: 415px) {
    p.article_table2_p {
        font-size: 13px;
    }
}
