@charset "utf-8";
/* CSS Document */

/*top*/
.top{
    margin: 0px 7vw;
    height: 100vh;
    background-image: url("../images/example/top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 30px;
}
.top div{
    position: absolute;
    top: 280px;
    left: 200px;
}
.top p{
    font-size: 3rem;
    text-align: left;
    color: black;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;    line-height: 4.6rem;
    font-weight: 600;
    text-shadow:0 0 7px #ffffff;
}
@media (max-width: 960px){
    .top{
        margin: 0px 4vw;
    }
    .top div{
        left: 10vw;
    }
}
@media (max-width: 500px){
    .top{
        margin: 0px;
        border-radius: 0px;
        background-position: center;
    }
    .top div{
        top: 250px;
        right: 20px;
    }
    .top p{
        font-size: 2rem;
        text-align: right;
    }
}

/*装飾*/
.message_box{
    position: relative;
    width: 100vw;
    top: -120px;
    z-index: 10;
}
.message_bg{
    position: relative;
    z-index: 100;
    height: 200px;
    width: 100%;
    background-image: url(../images/message/bg1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.message_bg img{
    width: 100%;
}
@media (max-width: 960px){
    .message_box {
        top: -90px;
    }
}
@media (max-width: 500px){
    .message_box {
        top: -40px;
    }
}
/*content*/
.content{
    width: 100vw;
    margin-bottom: 100px;
}
.content ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content li{
    background-color: #ffffff;
    margin: 30px;
    border-radius: 30px;
}
.content li img{
    width: min(25vw, 450px);
    border-radius: 30px 30px 0px 0px;
}
.content li p{
    margin: 30px 0px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: min(2vw, 3rem);
    font-weight: 600;
}
@media (max-width: 960px){
    .content li p {
        margin: 20px 0px;
    }
}
@media (max-width: 500px){
    .content {
        position: relative;
        top: -100px;
    }
    .content li img {
        width: 300px;
    }
    .content li p {
        font-size: 2rem;
    }
}




/*contact*/
.contact{
    width: 100vw;
    position: relative;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    background-image: url(../images/contact/bg.png);
    background-position: center top;
    background-size: cover;
    height: 850px;
}
.contact_tonkati{
    height: 200px;
    position: absolute;
    top: 80px;
    left: 100px;
    z-index: 10;
}
.contact_text{
    position: relative;
    font-weight: 600;
    top: 60%;
}
.contact_p1{
    font-size: min(2.8vw, 3rem);
    margin-bottom: 30px;
}
.contact_p2{
    font-size: min(5.4vw, 6rem);
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 0.5rem;
}
.contact_p3{
    font-size: min(1.8vw, 2rem);
}
.contact_freedial{
    height: 45px;
    margin-right: 10px;
}
@media (max-width: 500px){
    .contact{
        height: 600px;
    }
    .contact_tonkati {
        height: 100px;
        top: 50px;
        left: 30px;
    }
    .contact_p1 {
        font-size: 1.4rem;
    }
    .contact_p2{
        font-size: 3rem;
    }
    .contact_p2 a{
        text-decoration: none;
        color: #333333;
    }
    .contact_freedial {
        height: 22px;
        margin-right: 5px;
    }
    .contact_p3 {
        font-size: 1.2rem;
    }
}

/*footer*/
footer{
    background-image: url(../images/common/bg\ blue.jpg);
    background-size: cover;
    position: relative;
    padding: 0px 10vw;
    color: #ffffff;
    height: 500px;
}
.footer_box{
    text-align: left;
    margin-bottom: 20px;
}
.footer_logo{
    height: 70px;
    margin-right: 10px;
}
.footer_name{
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;    text-align: left;
    line-height: 5rem;
    margin-top: 100px;
}
.footer_name span{
    margin-left: 10px;
    font-weight: 500;
}
.footer_address{
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 100px;
    line-height: 3rem;
    font-style: normal;
}
.footer_spana{
    position: absolute;
    right: 10%;
    bottom: 50px;
    height: 150px;
}
.footer_copy{
    display: block;
    margin-bottom: 100px;
}
@media (max-width: 500px){
    footer {
        padding: 0px 30px;
    }
    .footer_logo {
        margin-top: 80px;
        height: 50px;
    }
    .footer_name {
        font-size: min(4.8vw, 2rem);
        line-height: 3rem;
        margin: 0px 0px 50px 0px;
    }
    .footer_address {
        font-size: 1.3rem;
        margin-bottom: 170px;
    }
    .footer_address a{
        text-decoration: none;
        color: #ffffff;
    }
    .footer_spana {
        right: 30px;
        bottom: 100px;
        height: 90px;
    }
    .footer_copy {
        margin-bottom: 0px;
        font-size: 1rem;
    }
    .footer_box {
    margin-bottom: 0px;
    }
}