@charset "UTF-8";

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

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

/*============================
共通
============================*/
.section-wrap {
    padding-bottom: 80px;
}

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

.section-wrap .inner {
    width: 960px;
    margin: auto;
}

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

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

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

.section-wrap .intro_bg {
    background-color: #fff;
}

.section-wrap .intro_bg img {
    transform: scale(1, -1);
}

/*============================
.privacy
============================*/
.privacy {
    margin-top: -40px;
}

.privacy .privacy_img01 {
    position: absolute;
    top: -74px;
    left: -279px;
}

.privacy .privacy_img02 {
    position: absolute;
    top: -96px;
    right: -141px;
}

.privacy .privacy_img03 {
    position: absolute;
    bottom: -32px;
    left: -324px;
}

.privacy .privacy_img04 {
    position: absolute;
    right: -111px;
    bottom: 54px;
}

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

イントロ

------------------------*/
.section-text {
    line-height: 2;
    text-align: center;
}

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

ステップ

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

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

ボタン

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

.privacy .btn-area .back-btn {
    width: auto;
    margin: 0 40px 0 0;
    padding: 0 0 4px;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: 0.2s;
}

.privacy .btn-area .back-btn svg {
    margin: 0 4px 2px 0;
}

.privacy .btn-area .back-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    border-color: #fff;
}

.privacy .btn-area .submit-btn {
    width: 350px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #e44606;
    border-radius: 39px;
    background-color: #e44606;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: 0.3s;
}

.privacy .btn-area .submit-btn:hover {
    cursor: pointer;
    border: 1px solid #1b0b01;
    background-color: #1b0b01;
}

.privacy .btn-area .submit-btn:disabled {
    border: 1px solid #fff;
    background-color: #fff;
    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>th {
    width: 240px;
    padding: 28px 0 28px 28px;
    border-bottom: dotted 1px #dad2c7;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.register-table>tbody>tr>td {
    width: calc(100% - 240px);
    padding: 28px 0 28px 28px;
    border-bottom: dotted 1px #dad2c7;
    position: relative;
    font-size: 14px;
}

.register-table>tbody>tr>td ul {
    margin: 0;
    list-style: none;
}

.register-table .form-tag {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.form-tag {
    width: 50px;
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 12px;
    background: #e7ded2;
    display: inline-block;
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    color: #1b0b01;
    text-align: center;
}

.form-tag.-required {
    background-color: #e44606;
    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;
}

.register-table input,
.register-table textarea {
    margin: 0;
    padding: 12px;
    border: 1px solid #dad2c7;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all 0.5s;
}

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

.register-table textarea {
    width: 100%;
}

.select-wrap {
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: #fff;
    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%;
    height: 54px;
    padding: 0 16px;
    cursor: pointer;
    border: 1px solid #dad2c7;
    border-radius: 4px;
    outline: none;
    background: #fff;
    background-image: none;
    box-shadow: none;
    font-size: 14px;
    color: rgba(17, 17, 19, 0.8);
    text-indent: 0.01px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.5s;
}

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

.register-table .w30 {
    width: 30%;
}

/*------------
radio
------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    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 {
    margin-bottom: 0;
    padding-left: 28px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #1b0b01;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #dad2c7;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -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;
    border-radius: 100%;
    background: #e44606;
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.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"]:checked+label,
.checkbox [type="checkbox"]:not(:checked)+label {
    padding-left: 28px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 20px;
    color: #1b0b01;
}

.checkbox [type="checkbox"]:checked+label:before,
.checkbox [type="checkbox"]:not(:checked)+label:before {
    width: 18px;
    height: 18px;
    border: 1px solid #dad2c7;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -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;
    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="%23e44606" stroke="%23e44606" 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;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.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);
}

.datetime [type="radio"]:not(:checked)+label {
    height: 40px;
    padding-left: 48px;
    line-height: 40px;
}

.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 .container,
.register-table .container .form-item {
    display: flex;
    align-items: center;
}

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

.register-table ul {
    flex-wrap: wrap;
}

.register-table ul li {
    width: calc(100% / 2 - 20px);
    margin: 0 20px 0 0;
}

.register-table ul li:nth-child(n + 3) {
    margin: 8px 20px 0 0;
}

.register-table .event-date .container {
    margin-left: -16px;
}

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

.register-table .event-date .container .form-item {
    margin-left: 8px;
}

.register-table .event-date .container.date .input {
    width: 100px;
}

.register-table .event-date .container.time .input {
    width: 80px;
}

.register-table .event-date label {
    margin-left: 8px;
}

.register-table .event-date .text02 {
    margin-left: 8px;
}

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

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

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

.register-table .purpose .input {
    width: 430px;
    margin: 0 0 0 8px;
}

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

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

.register-table .style .container {
    flex-wrap: wrap;
    align-items: start;
}

.register-table .style .container+.container {
    margin-top: 16px;
}

.register-table .style .form-checkboxes,
.register-table .conference-room .form-checkboxes,
.register-table .banquet .form-checkboxes {
    display: flex;
    flex-wrap: wrap;
}

.register-table .style .form-checkboxes .form-checkboxes__item,
.register-table .conference-room .form-checkboxes .form-checkboxes__item,
.register-table .banquet .form-checkboxes .form-checkboxes__item {
    width: auto;
}

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

.register-table .style .container:last-child ul li:last-child {
    width: 100%;
    margin: 8px 0 0 0;
}

.register-table .style .input {
    width: 280px;
    margin-left: 16px;
}

.register-table .budget .form-checkboxes {
    display: flex;
}

.register-table .budget .form-checkboxes .form-checkboxes__item {
    width: auto;
}

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

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

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

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

.register-table .contact ul li:last-child {
    margin: 0;
}

.register-table .e-mail .input,
.register-table .company-name .input {
    width: 80%;
}

.register-table .name .input,
.register-table .kana .input,
.register-table .tel .input,
.register-table .fax .input {
    width: 50%;
}

.register-table .address .container {
    margin: 0 0 0 -20px;
}

.register-table .address .container .form-item {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.register-table .address .container .prefecture {
    width: calc(30% - 20px);
    margin-left: 20px;
}

.register-table .address .container .city {
    width: calc(70% - 20px);
    margin-left: 20px;
}

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

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

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

.privacy-policy__text {
    font-size: 14px;
}

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

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

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