@charset "UTF-8";

/* CSS Document */

@import url("common_sp.css");

#header {
    width: 100vw;
    height: 100vw;
    max-height: 90vh;
    margin: 0 auto;
    background: url(../images/index_back/1.jpg) center center no-repeat;
    background-size: cover;
}

#top_link{
    display: block;
    width: 62.5%;
    background: url(../images/index.png)center center no-repeat ;
    background-size: contain;
    height: 100vw;
    max-height: 90vh;
    margin: auto;
    overflow: hidden;
}

.calendar_back iframe.googlecalendar_sp{
    display: block;
    width: 80vw;
    height: 90vw;
    margin: 10vw auto;
}

.schedule_email {
    width: 80vw;
    background: #990000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    margin: 0 auto 10vw;
}
.schedule_email h3{
    color: #FFFEEE;
    font-size:123.1%;
    text-align: center;
    margin: 25px auto;
}
.schedule_email p{
    padding: 50px 10px;
    display: block;
    background: #fff;
    color: #333;
    font-size: 100%;
    text-align: center;
    margin: 1px;
    border-radius: 0px 0px 10px 10px;
}