.sp {
    display: none;
}

.title {
    padding: 100px 0 50px;
    border-radius: 50% 50% 0 0;
    background-color: #fff;
}

.title h3 {
    font-size: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    letter-spacing: 5%;
}

.title h4 {
    font-size: 24px;
    letter-spacing: 6%;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    margin-bottom: 50px;
}

.title p {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

#contact .inner {
    background-color: #fff;
    padding-bottom: 100px;
}

table {
    margin: auto;
}

.inner table th {
    font-size: 18px;
    text-align: right;
    padding-right: 30px;
    vertical-align: top;
}

table td {
    text-align: left;
    padding: 10px 0;
}

table input,
table #message {
    background-color: #F4F4F4;
    border: none;
    width: 460px;
    border-radius: 10px;
    padding: 10px;

}

table input {
    height: 35px;
}

#message {
    height: 350px;
}

#contact label.note::after {
    content: "必須";
    color: #fff;
    background-color: #BB5548;
    font-size: 12px;
    margin-left: 8px;
    padding: 3px 10px;
    border-radius: 50px;
}

.btn #submit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    border: 2px solid #2b2b2b;
    background-color: #2b2b2b;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    width: 200px;
    font-size: 15px;
    margin: 50px auto;
    letter-spacing: 6%;
}


.btn #submit:hover {
    color: #2b2b2b;
    opacity: unset;
    background-color: #fff;
}

table span {
    color: #BB5548;
    font-size: 13px;
    font-weight: 600;
}


@media screen and (max-width: 769px) {

    table input, table #message {
        width: 300px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
        line-height: normal;
    }

    table th {
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    .title {
        padding: 0px;
        border-radius: 50% 50% 0 0;
    }

    .title h3 {
        padding-top: 50px;
    }

    .title h4 {
        margin-bottom: 20px;
    }

    .title .sp {
        font-weight: 500;
        margin: 0;
        font-size: 14px;
    }

    #contact table tbody {
        width: 100%;
        padding: 50px 0;
        margin: auto;
        display: block;
    }

    .inner table tr, .inner table th, .inner table td {
        text-align: left;
        margin: auto;
        display: block;
        border-collapse: collapse;
    }

    .inner table th {
        font-size: 14px;
        text-align: left;
    }

    table input, table #message {
        width: 300px;
    }
}

/*confirm page*/

.confirm .group {
    background-color: #fff;
    padding-bottom: 100px;
}

.confirm .title p {
    font-weight: 500;
    line-height: normal;
    padding-top: 30px;
}

table p {
    background-color: #F4F4F4;
    border: none;
    width: 460px;
    border-radius: 10px;
    padding: 10px;
}

table th {
    font-size: 18px;
    text-align: right;
    padding-right: 30px;
    vertical-align: center;
}

.btn_blk {
    padding-top: 50px;
}

.btn_blk .button_b {
    font-family: "Zen Kaku Gothic New", sans-serif;
    background-color: #dcdcdc;
    padding: 10px 20px;
    letter-spacing: 6%;
    border: #dcdcdc solid 1px;
    color: #2b2b2b;
    border-radius: 0%;
}

.btn_blk .button_s {
    font-family: "Zen Kaku Gothic New", sans-serif;
    background-color: #2b2b2b;
    padding: 10px 20px;
    letter-spacing: 6%;
    border: #2b2b2b solid 1px;
    color: #fff;
}

.btn_blk .button_b:hover,
.btn_blk .button_s:hover {
    opacity: 0.8;
}

@media screen and (max-width: 769px) {
    table p {
        width: 300px;
    }
}

@media screen and (max-width: 550px) {

    .confirm .title {
        padding: 0px;
        border-radius: 50% 50% 0 0;
    }

    .confirm .title h3 {
        padding-top: 50px;
    }

    table tbody {
        width: 100%;
        padding: 50px 0;
        margin: auto;
        display: block;
    }

    table tr, table th, table td {
        text-align: left;
        margin: auto;
        display: block;
        border-collapse: collapse;
    }

    table th {
        font-size: 14px;
        text-align: left;
    }

    .confirm .title p {
        font-size: 14px;
    }
}

/*thanks page*/

.thanks .title {
    background-color: unset;
    padding-bottom: 30px;
}

.thanks .group {
    padding-bottom: 100px;
}

.thanks .group p {
    text-align: center;
    font-weight: 500;
}

.thanks .btn_blk a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    border: 2px solid #2b2b2b;
    background-color: #2b2b2b;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    width: 200px;
    font-size: 15px;
    margin: 50px auto;
    letter-spacing: 6%;
}

.thanks .btn_blk a:hover {
    color: #2b2b2b;
    opacity: unset;
    background-color: #fff;
}

@media screen and (max-width: 550px) {
    .thanks .title {
        padding-bottom: 10px;
    }

    .thanks .title h3 {
        font-size: 24px;
    }

    .thanks .group p {
        padding: 0 20px;
        font-size: 14px;
    }
}