@charset "UTF-8";

.page-title {
    padding: 88px 0 48px;
    background: url(../img/intro_bg.png) no-repeat center bottom / contain;
}

.page-title .en-title {
    color: var(--pink);
}

/*============================
共通
============================*/
.section-wrap {
    padding-top: 32px;
    padding-bottom: 0;
    background: #faf8ed;
}

.privacy {
    padding: 0 0 80px;
    background: #faf8ed;
}

.section-wrap .inner {
    width: 100%;
    margin: auto;
}

.section-wrap .unit {
    margin-top: 40px;
    padding: 40px;
    border-radius: 64px;
    background-color: #fff;
    position: relative;
}

.section-wrap .unit .text {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 2;
}

.section-wrap .intro_bg {
    width: 1440px;
    margin: 40px 0 -40px;
    background-color: #fff;
    text-align: center;
}

.section-wrap .intro_bg img {
    width: 1440px;
    max-width: none;
    margin: auto;
    transform: scale(1, -1);
}

/*============================
.privacy
============================*/
.privacy .privacy_img01 {
    display: none;
}

.privacy .privacy_img02 {
    width: calc(214px / 1.5);
    position: absolute;
    top: -455px;
    right: -45px;
}

.privacy .privacy_img03 {
    width: calc(275px / 1.5);
    position: absolute;
    bottom: -148px;
    left: -116px;
    z-index: 2;
}

.privacy .privacy_img04 {
    width: calc(215px / 1.5);
    position: absolute;
    right: -51px;
    bottom: -112px;
    z-index: 2;
}

/*------------------------

イントロ

------------------------*/
.section-text {
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.section-wrap .section-text {
    font-weight: 700;
}

.section-wrap .section-info {
    margin-top: 16px;
    font-weight: 700;
    color: #e44606;
    text-align: center;
}

.section-wrap .section-info .form-tag {
    position: relative;
    right: 2px;
    bottom: 2px;
}

/*------------------------

ステップ

------------------------*/

/*------------------------

ボタン

------------------------*/
.privacy .btn-area {
    width: 100%;
    margin-top: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.privacy .btn-area .back-btn {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: .05em;
    transition: .2s;
}

.privacy .btn-area .back-btn svg {
    margin-right: 4px;
    margin-bottom: 4px;
}

.privacy .btn-area .submit-btn-wrap {
    width: 100%;
}

.privacy .btn-area .submit-btn {
    width: 100%;
    height: 64px;
    margin-top: 0;
    padding: 16px 16px 18px;
    border: 1px solid #ee5252;
    border-radius: 100px;
    background-color: #ee5252;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: .3s;
}

.privacy .btn-area .submit-btn:disabled {
    border: 1px solid #dad2c7;
    background-color: #e7e7e7;
    color: #b1b1b1;
}

/*------------------------

入力フォーム

------------------------*/
.section_register-form {
    margin-top: 0;
}

.register-table {
    width: 100%;
    margin: 0;
    font-size: 16px;
}

.register-table {
    width: 100%;
    border-top: dotted 1px #dad2c7;
    line-height: 2;
}

.register-table>tbody>tr {
    display: flex;
    flex-wrap: wrap;
}

.register-table>tbody>tr>th {
    width: 100%;
    padding: 16px 64px 0 0;
    border-top: 0;
    border-bottom: 0;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
}

.register-table>tbody>tr>td {
    width: 100%;
    padding: 10px 0 16px;
    border-top: 0;
    border-bottom: dotted 1px #dad2c7;
    border-left: 0;
    font-size: 13px;
}

.form-tag {
    width: 50px;
    height: 20px;
    border-radius: 16px;
    background: #e7ded2;
    position: absolute;
    right: 0;
    bottom: 4px;
    display: inline-block;
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #1b0b01;
    text-align: center;
}

.form-tag.-required {
    background-color: #ee5252;
    color: #fff;
}

/*-----------
form
------------*/
.register-table select,
.register-table input,
.register-table textarea,
.register-table option {
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

.register-table input,
.register-table textarea {
    width: 100%;
    margin: 0 0 1px;
    padding: 8px;
    border: 1px solid #dad2c7;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all .5s;
}

.register-table input:focus,
.register-table textarea:focus {
    border: 1px solid #dad2c7;
    outline: 0;
    background: #fff;
}

.select-wrap {
    width: 100%;
    border-radius: 5px;
    background: #e7e7e7;
    position: relative;
    overflow: hidden;
}

.select-wrap::before {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 0;
    border-right: solid 2px #1b0b01;
    border-bottom: solid 2px #1b0b01;
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
}

.select-wrap select {
    width: 100%;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #dad2c7;
    border-radius: 4px;
    outline: none;
    background: #fff;
    background-image: none;
    box-shadow: none;
    font-size: 16px;
    color: rgba(17, 17, 19, .8);
    text-indent: .01px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    transition: all .5s;
}

.select-wrap select::-ms-expand {
    display: none;
}

.form-item label {
    width: 100%;
}

/*------------
radio
------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    width: 1px;
    padding: 0;
    /*
    requiredが正しく表示されないので下記は使用しないこと
    width: 0;
    display: none;
    visibility: hidden;
    */
    opacity: 0;
    border: 0;
    position: absolute;
    z-index: -1;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    width: 100%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    cursor: pointer;
    border: 1px solid #dad2c7;
    border-radius: 4px;
    background: #fff;
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #1b0b01;
}

[type="radio"]:checked+label {
    background-color: rgba(218, 210, 199, 0.5);
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #dad2c7;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 100%;
    background: #ee5252;
    position: absolute;
    content: "";
    top: 4px;
    bottom: 4px;
    left: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*------------
checkbox
------------*/
.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
    display: none;
    visibility: hidden;
}

.checkbox [type="checkbox"]+label {
    margin: 0;
    padding: 16px 16px 16px 48px;
    cursor: pointer;
    border: 1px solid #dad2c7;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #1b0b01;
}

.checkbox [type="checkbox"]:checked+label {
    background-color: rgba(218, 210, 199, 0.5);
}

.checkbox [type="checkbox"]:checked+label:before,
.checkbox [type="checkbox"]:not(:checked)+label:before {
    width: 18px;
    height: 18px;
    margin: auto;
    border: 1px solid #dad2c7;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.checkbox [type="checkbox"]:checked+label:after,
.checkbox [type="checkbox"]:not(:checked)+label:after {
    width: 20px;
    height: 20px;
    margin: auto;
    background: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\"><path fill=\"%23ff6732\" stroke=\"%23ff6732\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z\"/></svg>") no-repeat center center/contain;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.checkbox [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:checked+label {
    background-color: #e7e7e7;
}

.datetime [type="radio"]:not(:checked)+label:before {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 16px;
}

.datetime [type="radio"]:not(:checked)+label:after {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px;
}

.register-table .note {
    font-size: 12px;
    color: rgba(11, 11, 11, 0.6);
}

.section-wrap .unit .text {
    width: 100%;
}

.register-table .container,
.register-table .container .form-item {
    display: flex;
    align-items: center;
}

.register-table ul {
    margin: 0;
    list-style: none;
}

.register-table ul li {
    width: 100%;
}

.event-date .container {
    flex-wrap: wrap;
}

.event-date .form-item {
    margin-right: 4px;
}

.event-date .date .form-item input {
    width: 64px;
    margin-right: 4px;
}

.event-date .time {
    margin-top: 16px;
}

.event-date .time .form-item input {
    width: 44px;
    margin-right: 4px;
}

.event-date .time .text02 {
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.event-date .form-item label {
    width: auto;
}

.register-table .purpose .container {
    flex-wrap: wrap;
}

.register-table .purpose .container li {
    width: 100%;
}

.register-table .purpose .container li:last-child label {
    border: 0;
}

.register-table .purpose .container li+li {
    margin-top: 8px;
}

.register-table .purpose .container li .checkbox [type="checkbox"]+label {
    width: 100%;
}

.register-table .guests .input {
    width: 100px;
    margin-right: 8px;
}

.register-table .purpose .container {
    flex-wrap: wrap;
}

.register-table .purpose ul li {
    width: 50%;
}

.register-table .purpose ul li:last-child {
    width: 100%;
}

.register-table .purpose ul li .checkbox [type="checkbox"]+label {
    width: 100%;
}

.register-table .style .container {
    margin-top: 16px;
    padding-top: 16px;
    align-items: start;
}

.register-table .style .container+.container {
    border-top: dotted 1px #dad2c7;
}

.register-table .style .container .left {
    width: 30%;
}

.register-table .style .container .right {
    width: 70%;
}

.register-table .style ul li {
    width: 100%;
}

.register-table .style ul li .checkbox [type="checkbox"]+label {
    width: 100%;
}

.register-table .style .container:last-child li:last-child .checkbox [type="checkbox"]+label {
    border: 0;
}

.register-table .style .form-checkboxes,
.register-table .conference-room .form-checkboxes,
.register-table .banquet .form-checkboxes,
.register-table .budget .form-checkboxes {
    margin-left: -8px;
    display: flex;
}

.register-table .style .form-checkboxes li,
.register-table .conference-room .form-checkboxes li,
.register-table .banquet .form-checkboxes li,
.register-table .budget .form-checkboxes li {
    width: calc(50% - 8px);
    margin-left: 8px;
}

.register-table .budget .container {
    margin-top: 8px;
}

.register-table .budget .container .input {
    width: 100px;
    margin-right: 4px;
}

.register-table .budget .container .text {
    text-align: center;
}

.register-table .option .container {
    flex-wrap: wrap;
}

.register-table .option ul li {
    width: 100%;
}

.register-table .option ul li+li {
    margin-top: 8px;
}

.register-table .option ul li .checkbox [type="checkbox"]+label {
    width: 100%;
}

.register-table .contact .container {
    flex-wrap: wrap;
}

.register-table .contact ul li {
    width: 100%;
}

.register-table .contact ul li+li {
    margin-top: 8px;
}

.register-table .contact ul li .checkbox [type="checkbox"]+label {
    width: 100%;
}

.register-table .address .container {
    flex-wrap: wrap;
}

.register-table .address .form-item {
    width: 100%;
}

.register-table .address .form-item+.form-item {
    margin-top: 8px;
}

.register-table .address .form-item label {
    width: 100px;
}

.register-table .address .street {
    margin-top: 8px;
}

.privacy-policy {
    margin-top: 24px;
}

.privacy-policy__text {
    font-size: 12px;
    line-height: 2;
}

.privacy-policy__text a {
    text-decoration: underline;
}

.privacy-policy__text a:hover {
    text-decoration: none;
}

.privacy-policy .checkbox {
    margin-top: 16px;
    font-weight: 700;
}

.privacy-policy .checkbox [type="checkbox"]+label {
    width: 100%;
    font-size: 14px;
}

.privacy-policy .form-tag {
    position: relative;
    top: 8px;
    right: 0;
    bottom: 0;
}