@charset "utf-8";
@import url(./style.css);

main iframe {
    width: 100%;
}
h2 {
    margin: 10 auto;
    margin-bottom: 10px;
    font-family: "基本フォント";
    writing-mode: vertical-rl;
    padding: 20px 10px;
    width: 100%;
    height: 400px;
    text-align: center;
    font-weight:bold;
    font-size:40px;
    display: flex;
    flex-direction: row;
    color: #fff;
    background-image: url("../images/contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
}
h2 span{
    display: block;
    width: fit-content;
    margin: 5px auto;
    text-shadow: 2px 2px #000;
    opacity: 1;
}
h2::before {
    content:"";
    display: block;
    background-image: url("../images/mark_white.png");
    padding: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}