@charset "utf-8";
/* CSS Document */

body {
    height: 100%;
    width: 100%;
    font-family: Catamaran, sans-serif;
    background-color: white;
    position: relative;
    margin: 0;
}

.div_logo {
    height: 18vh;
    width: 100%;
    position: relative;
}

.img_logo {
    left: 4vw;
    top: 1vh;
    float: left;
    height: 18vh;
    width: 27vw;
    position: relative;
    object-fit: contain;
}

.div_menu {
    height: 10vh;
    width: 100%;
    top: 20vh;
    position: relative;
}

#menu {
    margin-top: 1vh;
    background-color: white;
}

#menu > li {
    float: right;
}

li a:hover {
    color: #EF7967;
}

ul {
    float: right;
    width: 100%;
    list-style: none;
}

li a {
    display: block;
    color: #0F4881;
    float: right;
    text-decoration: none;
    text-align: center;
    font-size: 1.35vw;
    width: 100%;
    padding: 1vh 4vw;
    font-family: Catamaran, sans-serif;
    font-weight: bold;
}

#div_price {
    background-color: #0F4881;
    height: 43vh;
    width: 100%;
    position: relative;
    top: 10vh;
}

#div_img_talk {
    width: 100%;
    position: relative;
    top: 15vh;
}

#img_talk {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    object-fit: fill;
}

table.price_list_table {
    width: 70%;
    height: 15%;
    text-align: center;
    horiz-align: center;
    margin: auto;
}

#header {
    color: #EF7967;
    font-weight: bold;
    font-size: 1.1vw;
}

.inside_table {
    color: white;
    font-size: 0.85vw;
}

.service {
    text-align: left;
}

input{
    display: none;
}

span{
    display: none;
}