html {
    height: 100%;
    width: 100%;
    font-size: 100%;
}

body {
	font-family: "M PLUS 1p";
}

h2 {
    background: #8770A5;
    color: #ffffff;
    padding: 5px 5px 5px 10px;
}

.jumbotron {
	background-image: url("../img/main-visual.jpg");
	background-size: cover;
	background-position: center center;
}

.header-logo-type {
    margin-top: 40px;
    width: 70%;
}

.header-message {
    width: 100%;
}
.header-message th, .header-message td {
    padding: 10px;
}
.header-message th {
    color: #fff;
    background-color: #F07D7D;
    text-align: center;
    font-size: 3vw;
    white-space: nowrap;
}
.header-message td {
    background-color: #fff;
    opacity: 0.7;
}
.header-tel {
    font-weight: 700;
    font-size: 1.6em;
}

.profile {
    padding: 20px;
}
.profile .photo {
    border-radius: 50%;
    margin-bottom: 20px;
}

.table-schedule th, .table-schedule td {
    text-align: center;
}
.table-schedule th {
    background: #e6e6e6;
}
.table-schedule .hol {
    background: #fafafa;
}
.tel-number {
    width: 60%;
    font-size: 5vw;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    background: #8770A5;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 30px;
}

#footer {
	background: #D2C2E7;
	padding: 40px 0 10px 0;
}

#footer .map {
    width: 100%;
    margin-top: 20px;
}
#footer .copyright {
	font-size: 0.8em;
	margin-top:20px;
	color: #666;
}