@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.flex_content {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.flex_content2 {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.flex_content3 {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}


body {
    max-width: 2560px;
    margin: 0 auto;
}

.mainContentWrapper01 {
    margin-top: 80px;
    display: flex;
}

.mainContentWrapper02 {
    display: flex;
}

.mainContentWrapper03 {
    display: flex;
}

.photo_sakai {
    margin-top: 90px;
    margin-right: 25%;
}

.photo_tokyo {
    margin-top: 90px;
    margin-right: 25%;
}

.mainContentWrapper01 table{
    width: 100%;
}

.mainContentWrapper02 table{
    width: 100%;
}

.mainContentWrapper03 table{
    width: 100%;
}



.mainContentWrapper01 a{
    text-decoration: underline;
    color: blue;
}

.mainContentWrapper01 th{
    /* width: 120px; */
    text-align: right;
    color: #00559A;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.mainContentWrapper01 td{
    text-align: left;
    padding: 10px 15px;
    background-color: #eff8ff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
    font-size: 16px;
}


.mainContentWrapper01 tr{
    margin-bottom: 10px;
}

.mainContentWrapper02 th{
    text-align: right;
    color: #00559A;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.mainContentWrapper02 td{
    text-align: left;
    padding: 10px 15px;
    background-color: #eff8ff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.mainContentWrapper02 tr{
    margin-bottom: 10px;
}

.mainContentWrapper02 a{
    color: #00559A;
    text-decoration: underline;
}

.mainContentWrapper03 th{
    text-align: right;
    color: #00559A;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.mainContentWrapper03 td{
    text-align: left;
    padding: 10px 15px;
    background-color: #eff8ff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.mainContentWrapper03 tr{
    margin-bottom: 10px;
}

.mainContentWrapper03 a{
    color: #00559A;
    text-decoration: underline;
}

.mainContentWrapper04 th{
    text-align: right;
    color: #00559A;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.mainContentWrapper04 td{
    text-align: left;
    padding: 10px 15px;
    background-color: #eff8ff;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.mainContentWrapper04 tr{
    margin-bottom: 10px;
}

.mainContentWrapper04 a{
    color: #00559A;
    text-decoration: underline;
}


.left_content a {
    color: #00559A;
    text-decoration: underline;
}

.outline {
    width: 100%;
    text-align: left;
    margin: 0 auto 50px auto;
    justify-items: center;
}

.title {
    background-color: #00559A;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin: 80px auto 30px auto;
    border-radius: 25px;
    padding: 0;
}

.title2 {
    background-color: #00559A;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 200px;
    margin: 40px auto 30px auto;
    font-weight: 600;
    border-radius: 25px;
}

table {
    width: 60%;
    margin: 0 20% 0 auto;
}

caption {
    color: #00559A;
    font-size: 20px;
    font-weight: 600;
}

.footer_flex a{
    color: #FFF;
}

body {
    max-width: 2560px;
    margin: 0 auto;
}

.photo2 img{
    width: 450px;
    height: auto;
    margin-top: 0;
}

.photo2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


iframe{
    width: 700px;
    height: 450px;
    text-align: center;
    justify-items: center;
}
.photo_bil {
    margin-right: 10%;
}
.map {
    text-align: center;    
    margin-bottom: 100px;
}

#tokyoten_map {
    margin-bottom: 120px;
}

/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1100px){

    .title {
        background-color: #00559A;
        color: #fff;
        text-align: center;
        width: 200px;
        margin: 80px auto 30px auto;
        padding: 7px;
        border-radius: 25px;
        font-size: 18px;
    }

    .title2 {
        background-color: #00559A;
        color: #fff;
        text-align: center;
        width: 200px;
        margin: 80px auto 30px auto;
        padding: 7px;
        border-radius: 25px;
        font-size: 18px;
    }

    p{
        padding: 0;
    }

    body {
        margin: 0 auto;
    }

    .photo2 img{
        max-width: 450px;
        height: auto;
        margin-top: 0;
    }

    .mainContentWrapper01 {
        margin-top: 80px;
        display: block;
    }

    .mainContentWrapper02 {
        display: block;
    }

    .mainContentWrapper03 {
        display: block;
    }

    .photo_sakai {
        margin-top: 10px;
        margin-right: 25%;
    }
    
    .photo_tokyo {
        margin-top: 10px;
        margin-right: 25%;
    }


    .mainContentWrapper01 table{
        width: 83%;
        margin-right: 15%;
        }

    .mainContentWrapper02 table{
        width: 83%;
        margin-right: 15%;
        }
    
    .mainContentWrapper03 table{
        width: 83%;
        margin-right: 15%;
        }
        
        
    
    .right_content {
        margin-right: 0;
    }
    

    .flex_content {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .flex_content2 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    
    .flex_content3 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    

    .right_content img {
        display: block;
        text-align: center;
    }

    .photo2 img{
        width: 620px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .photo2 img{
        width: 620px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }


    .mainContentWrapper01 table{
        width: 80%;
    }
    
    .mainContentWrapper02 table{
        width: 80%;
    }
    
    .mainContentWrapper03 table{
        width: 80%;
    }
    

    table {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .outline {
        text-align: left;
        margin: 0 auto 30px auto;

    }
    
    #tokyoten_map {
        margin: 0 auto;
        text-align: center;
    }
    iframe{
        width: 600px;
        height: 450px;
        text-align: center;
        justify-items: center;
    }
    
    .mainContentWrapper01 th{
        font-size: 14px;
    }
    .mainContentWrapper01 td{
        font-size: 15px;
    }

    .mainContentWrapper02 th{
        font-size: 15px;
    }
    .mainContentWrapper02 td{
        font-size: 15px;
    }

    .mainContentWrapper03 th{
        font-size: 15px;
    }
    .mainContentWrapper03 td{
        font-size: 15px;
    }

    .mainContentWrapper04 th{
        font-size: 15px;
    }
    .mainContentWrapper04 td{
        font-size: 15px;
    }


    .map {
        margin-bottom: 80px;
    }

    .outline {
        width: 100%;
        text-align: left;
        margin: 0 auto 30px auto;
    }
    
}

/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){



    p{
        padding: 0;
    }

    caption {
        font-size: 16px;
    }

    .flex_content {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .photo2 {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .photo2 img{
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .title {
        background-color: #00559A;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 150px;
        margin: 30px auto 20px auto;
        padding: 5px;
        border-radius: 25px;

    }

    .title2 {
        background-color: #00559A;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 150px;
        margin: 30px auto 20px auto;
        padding: 5px;
        border-radius: 25px;
    }

    .map {
        margin-bottom: 20px;
    }

    #tokyoten_map {
        margin-bottom: 80px;
    }


    table {
        width: 100%;
        margin: 0 auto;
    }

    iframe{
        width: 90%;
        height: 300px;
        text-align: center;
        justify-items: center;
        margin: 0 auto;
    }

    .outline {
        width: 100%;
        text-align: left;
        margin: 0 auto 30px auto;
    }

    .right_content{
        width: 100%;
    }

    th, td {
        display: block;
        box-sizing: border-box;
        text-align: left;
        margin-bottom: 0px;
    }

    .mainContentWrapper01 table{
        width: 100%;
    }
    .mainContentWrapper02 table{
        width: 100%;
    }
    .mainContentWrapper03 table{
        width: 100%;
    }
    

    .mainContentWrapper01 th{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        color: #00559A;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 0;
        font-size: 14px;
    }
    
    .mainContentWrapper01 td{
        width: 90%;
        margin: 0 auto 10px auto;
        text-align: left;
        padding: 8px 10px;
        /* background-color: #eff8ff; */
        border-radius: 5px;
        font-weight: 600;
        font-size: 13px;
        color: #555;
    }

    .mainContentWrapper02 th{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        color: #00559A;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 0;
        font-size: 14px;
    }
    
    .mainContentWrapper02 td{
        width: 90%;
        margin: 0 auto 10px auto;
        text-align: left;
        padding: 8px 10px;
        /* background-color: #eff8ff; */
        border-radius: 5px;
        font-weight: 600;
        font-size: 13px;
        color: #555;
    }

    .mainContentWrapper03 th{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        color: #00559A;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 0;
        font-size: 14px;
    }

    .mainContentWrapper03 td{
        width: 90%;
        margin: 0 auto 10px auto;
        text-align: left;
        padding: 8px 10px;
        /* background-color: #eff8ff; */
        border-radius: 5px;
        font-weight: 600;
        font-size: 13px;
        color: #555;
    }

    .mainContentWrapper04 th{
        width: 90%;
        margin: 0 auto;
        text-align: left;
        color: #00559A;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 0;
        font-size: 14px;
    }
    
    .mainContentWrapper04 td{
        width: 90%;
        margin: 0 auto 10px auto;
        text-align: left;
        padding: 8px 10px;
        /* background-color: #eff8ff; */
        border-radius: 5px;
        font-weight: 600;
        font-size: 13px;
        color: #555;
    }
    
    
    table {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
}




