*{
    margin:0;
    padding:0;
}
body{
    font-size:16px;
    overflow-x:hidden;
    background-color:#FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
    color:#000;
}
a{
    color:#000;
    text-decoration:none;
}
a:hover{opacity:0.6;}
img{
    width:100%;
    display:inline-block;
    vertical-align:bottom;
}
.contents{
    display: flex;
    width:100%;
    max-width:1000px;
    margin:auto;
    padding: 60px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}
.tina{
    width: 310px;
    height: 50px;
}
h1{
    font-size: 27px;
    font-weight:600;
    line-height:normal;
}
p{
    font-size: 15px;
    font-weight: 500;
    line-height:30px;
}
strong{
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}
.tel-link{
    font-size:20px;
    font-weight:700;
    line-height: 30px;
    display:inline-block;
    margin:0px 0px 0px 5px;
}
.ceremony{
    display: block;
    margin:40px auto 0px auto;
    width:310px;
    height: 130px;
    aspect-ratio: 31/13;
}
@media screen and (max-width: 768px){
    .contents{
        width:calc(100% - 30px);
    }
    .tina{
        width: 200px;
        height: 32.041px;
    }
    h1{
        font-size:18px;
        font-weight:600;
        line-height:normal;
    }
    p{
        font-size:14px;
        font-weight: 500;
        line-height: 27px;
    }
    strong{
        font-size: 12px;
        font-weight: 600;
        line-height: 27px;
    }
    .tel-link{
        font-size:18px;
        font-weight: 600;
        line-height: 27px;
    }
    .ceremony{
        width:200px;
        height: 83.871px;
    }
}