/* CSS Document */
* {
    margin: 0;
    padding: 0;
    line-height: 1;
}

*,
::after,
::before {
    box-sizing: inherit;
}

html {
    overflow-x: hidden;
    font-size: 10px;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

body {
    margin: 0;
    padding: 0;
    font-family:
        "Osaka",
        "YuGothic",
        "Yu Gothic",
        "Hiragino Sans",
        "メイリオ",
        sans-serif;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
dl,
dt,
dd,
img {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity .2s, color .2s;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 1.6rem;
}

button {
    background-color: transparent;
    border: none;
    font-family: inherit;
    outline: none;
    padding: 0;
    appearance: none;
    transition: 0.4s;
    cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="email"],
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ccc;
}

input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #E75A78;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid transparent;
}

address {
    font-style: normal;
}

.br-sp {
    display: none;
}


/* reserveページ */
.reserve {
    max-width: 825px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}


/* フォーム用 */
.reserve .form {
    max-width: 570px;
    width: 100%;
    margin: 70px auto 0;
    font-size: 1.6rem;
}

.reserve .form__container {
    padding: 0 20px;
}

.reserve .form input[type=text],
.reserve .form input[type=email] {
    height: 38px;
}

.reserve .form input[type="radio"] {
    margin-right: 7px;
    border: 1px solid #ccc;
}

.reserve .form input[type=text],
.reserve .form input[type=email],
.reserve .form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

.reserve .form__box {
    width: 100%;
    margin-top: 30px;
}

.reserve .form__box:first-child {
    margin-top: 0;
}

.reserve .form__box.-small {
    max-width: 380px;
}

.reserve .form__title {
    font-size: 1.6rem;
}

.reserve .form__input {
    position: relative;
    margin-top: 10px;
}

.reserve .form__input .hankaku {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translate(100%, -50%);
    font-size: 1.4rem;
}

.reserve .form__note {
    margin-top: 6px;
    font-size: 1.4rem;
}

.reserve .form .radio {
    margin-right: 30px;
}

.reserve .form .radio:nth-child(2) {
    margin-right: 0;
}


/* 送信＋リセットボタン */
.reserve .submit {
    margin-top: 60px;
}

.reserve .submit__text {
    font-size: 1.5rem;
    text-align: center;
}

.reserve .submit__btn {
    position: relative;
    max-width: 358px;
    width: 100%;
    margin: 40px auto 0;
    transition: opacity .2s;
}

.reserve .submit__btn.-confirm::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 11px;
    height: 22px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.reserve .submit__btn.-reset {
    max-width: 250px;
    margin-top: 38px;
}

.reserve .submit__btn.-back {
    max-width: 250px;
    margin-top: 60px;
}

.reserve .submit__btn.-back::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
    width: 11px;
    height: 22px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.reserve .submit__btn>.confirm,
.reserve .submit__btn>.reset,
.reserve .submit__btn>.back {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: center;
}

.reserve .submit__btn>.confirm {
    padding: 26px 0;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 2.1rem;
}

.reserve .submit__btn>.reset {
    background-color: #4d4d4d;
    padding: 20px 0;
    border: 1px solid #4d4d4d;
    color: #fff;
}

.reserve .submit__btn>.back {
    display: block;
    padding: 20px 0;
    border: 1px solid #000;
    background-color: #fff;
}


.reserve .submit__btn:hover {
    opacity: .6;
}

.backBtn {
    max-width: 250px;
    width: 100%;
    margin: 38px auto 0;
}

.backBtn>a {
    display: block;
    padding: 26px 0;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 2.1rem;
}


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

    .br-sp {
        display: block;
    }

    .reserve .form__input .hankaku {
        position: static;
        top: auto;
        right: auto;
        transform: translate(0, 0);
        display: block;
        margin-top: 6px;
    }

    .reserve .submit__text {
        line-height: 1.5;
    }
}