body{
    background-color: ghostwhite
}


.pink_circle{
    position: absolute;
    left: 50vw;
    opacity: 0.3;
    z-index: -1;
}
.box_blue{
    position: relative;
    top: -10vw;
    right: 20vw;
    opacity: 0.3;
    z-index: 0;
}

.message_title{
    margin-top: 3vw;
    margin-left: 5vw;
    font-size: 3vw;
    font-weight: 600;
    width: 40vw;
    padding-bottom: 6px;
    border-bottom: solid 2px #0074e8;
}

.company_head{
    color: black;
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
}
.company_head.active{
    color: white;
}
.home_head{
    border-bottom: none;
}
/* /////////メニューバーアニメーション///////// */
.call_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}

.access_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
.home_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
.work_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}


/* /////////////////////////メッセージボックス設定///////////////////////////////// */
.gaiyou_table{
    width: 80vw;
    margin-top: 10vw;
    margin-left: 10vw;
    margin-bottom: 0vh;
    padding-bottom: 5vw;
    background-color: white;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
}
.gaiyou_table hr{
    width: 20vw;
    color: rgb(210, 210, 210);
    margin-top: 1.5vw;
}
.table_title span{
    color: #0074e8;
    font-size: 2.5vw;
    font-weight: 600;
}

/* /////////////////////////住所/////////////////////////// */
.table_title{
    display: flex;
    justify-content: center;
    padding-top: 5vw;
    font-size: 2.5vw;
    font-weight: 600;
}
.table_access_title h1{
    font-size: 2.5vw;
    font-weight: 600;
    width: 40vw;
    margin-top: 5vw;
    margin-left: 8vw;
    border-bottom: solid 2px #0074e8;
}
.table_inner{
    padding: 10vw 10vw 0vw 10vw;
    margin-top: -5vw;
}

/* /////////////////////テーブル内容の設定////////////////////// */
.public_num{
    margin-top: 10vw;
    display: block;
    text-align: end;
}
.public_num h1{
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.public_num h1::before{
    content: "ー　";
}
.public_num h1::after{
    content: "　ー";
}

.public_num h2{
    font-size: 2vw;
    font-weight: 600;
}

.table_address{
    display: flex;
    font-size: 2.5vw;
    font-weight: 600;  
    gap: 0vw 2vw;
}
.table_address h2{
    color: #0074e8;
}
.table_address_content{
    margin-top: 2vw;
    font-size: 2vw;
}

/* /////////////////////////アクセスの設定///////////////// */
.table_access{
    display: flex;
    font-size: 2.5vw;
    font-weight: 600;
    gap: 0vw 2vw;
    margin-top: 5vw;
    margin-bottom: 2vw;
}
.table_access h2{
    color: #0074e8;
}
.access_content_flex{
    display: flex;
    gap: 0vw 5vw;
}
.access_content_flex h2{
    font-size: 1.8vw;
    font-weight: 600;
    margin-top: 2vw;
    margin-bottom: 1vw;
}
.table_map_content iframe{
    width: 35vw;
    height: 30vw;
}
.table_access_sub_title h1{
    font-size: 2.5vw;
    font-weight: 600;
    border-bottom: solid 2px #0074e8;
}
.table_access_train_content p{
    font-size: 1.5vw;
}

.coming{
    margin-top: 5vw;
    margin-bottom: 5vw;
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
}




/* /////////////////////////////サイトマップ設定//////////////////////////////// */

.sitemap_content{
   position: relative;
   left: -33vw;
   top: 7vw;
   padding-bottom: 5vw;
}
.mes_footer{
    position:relative;
    width: 102vw;
    left: -10vw;
    bottom: -20vh;
    background-color: #2E3642;
}
.mes_footer h1{
    text-align: center;
    padding: 1vw;
    color: white;
    font-size: 1.5vw;
}

.sitemap_mes_450{
    display: none;
}



@media screen and (max-width:1100px) {
    .mes_footer{
        bottom: -15vh;
    }
    .message_title{
        margin-top: 5vw;
    }
}
@media screen and (max-width:790px) {
    .message_full_content{
        margin-top: 20vw;
        margin-left: 10vw;
    }
    .message_title{
        margin-top: 15vw;
        margin-left: 10vw;
    }
    .mes_footer{
        bottom: -12vh;
    }
}
@media screen and (max-width:700px) {
    .mes_footer{
        bottom: -10vh;
    }
}
@media screen and (max-width:600px) {
    .mes_footer{
        bottom: -8vh;
    }
}
@media screen and (max-width:450px) {
    .message_full_content{
        margin-top: 25vw;
    }
    .message_title{
        margin-top: 25vw;
    }
    .sitemap_mes_450{
        display: block;
    }
}