@charset "utf-8";
/* CSS Document */
.headerlogo {
    position: absolute;
    top: 20px;
    width: 182px;
    left: 20px;
}
.header-g-nav-list {
    margin: 20px 0px 60px;
}

/*------contact-top-------------*/
/* .contact-top h3 {
    font-size: 24px;
}
.section-rogo {
    display: block;
    margin: 0 auto;
    width: 231px;
} */
/*---address-----*/
.contact {
    padding: 45px 20px 80px;
}
.contact ._whiteinner {
    max-width: 1000px;
    margin: 0 auto 100px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 60px 85px 64px;
}
.form-item {
    display: flex;
    flex-wrap: wrap;
}
.form-list {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 15px;
    text-align: left;
}
/*
.form-list input {
  background-color: #fff;
  border: solid 1px #edd1de;
  border-radius: 18px;
  width: 240px;
  height: 36px;
  margin:10px 0px;
  padding: 10px;
}
*/
.form-list input {
    background-color: #fff;
    border: solid 1px #edd1de;
    border-radius: 18px;
    height: 36px;
    width: 500px;
    margin: 10px 0px;
    padding: 10px;
}
input:focus {
    outline: none;
}
.form-item span {
    color: #fff;
    background-color: #ba8de9;
    font-size: 11px;
    margin-left: 10px;
    padding: 5px 18px;
}
.form-list textarea {
    background-color: #fff;
    border: solid 1px #edd1de;
    margin-top: 10px;
    height: 200px;
    width: 500px;
    border-radius: 18px;
    padding: 10px;
}
textarea:focus {
    outline: none;
}
.form-list ._inputarea {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}

/*--ラジオボタン--*/

.radiobutton-area label input[type="radio"] {
    opacity: 0;
    appearance: none;
    position: absolute;
}
.radiobutton-area {
    display: block;
}

.radiobutton-area label ._text {
    display: inline-block;
}

.radiobutton-area ._text {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    line-height: 2.2;
    font-size: 13px;
}
.radiobutton-area ._text::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #edd1de;
    background: #fff;
    content: "";
    border-radius: 50%;
}
.radiobutton-area label ._text::after {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #cf136b;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}
/*.radiobutton-area label input:focus + span::before {
  box-shadow: 0 0 4px #edd1de;
}*/
.radiobutton-area label input:checked + span::after {
    opacity: 1;
}


/* フォームのリセットCSS */
.form_text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d78ecc;
    border-radius: 18px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
    height: 36px;
}
.form_text.half {
    width: 48%;
}
.form_text:focus {
	border: 2px solid #c356b3;
	box-shadow: none;
	outline: none;
}
.form_textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d78ecc;
	border-radius: 20px;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.8em;
	width: 100%;
    height: 200px;
}
.form_textarea:focus {
	border: 2px solid #c356b3;
	box-shadow: none;
	outline: none;
}
.form_radio_text {
    display: inline-block;
    font-size: 14px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
}
.form_radio {
    opacity: 0;
    position: absolute;
}
.form_radio + .form_radio_text::before {
    content: "";
    border: 1px solid #d78ecc;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: 0;
}
.form_radio + .form_radio_text::after {
    content: "";
    background: #cf136b;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: all .3s;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 5px;
    z-index: 1;
}
.form_radio:focus + .form_radio_text::before {
    border: 2px solid #c356b3;
}
.form_radio:checked + .form_radio_text::after {
    opacity: 1;
}

/* フォームページ共通 */
.form-top {
    margin-bottom: 45px;
}
.form-top h1 {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-top: 10px;
}
.from-wrapper {
    background-color: #fff9;
    border-radius: 20px;
    padding: 69px 0 75px;
    max-width: 1000px;
    margin: 0 auto 69px;
}
.form-top-text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}
.form-inner {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}
.form-content {
    margin-bottom: 29px;
}
.form-content label {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.form-content label .required {
    font-size: 11px;
    color: #fff;
    background: #ba8de9;
    padding: 3px 13px 4px;
    margin-left: 10px;
}
.form-half-wrapper {
    display: flex;
    justify-content: space-between;
}
.form-content .label-radio {
    margin-bottom: 15px;
}
.error-message {
    color: #cf136b;
    font-size: 14px;
    font-weight: bold;
}
.form-btn {
    text-align: center;
}
.form-btn input {
    width: 280px;
    height: 54px;
}
.form-btn input:focus:not(:fous-visible) {
	outline: none; /* マウスクリック時 */
}
.form-btn input:focus-visible {
	outline: 2px solid #c356b3; /* タブ移動時 */
}
.form-btn.confirm,
.form-btn.complete {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.form-btn .btn-confirm,
.form-btn .btn-top {
    /* buttonのCSS初期化 */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-family: "02UtsukushiMincho", "EB Garamond", "游明朝", "Yu Mincho",
        "YuMincho, Georgia", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ",
        "Meiryo", serif;
    width: 280px;
    height: 54px;
    position: relative;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    z-index: 0;
    display: block;
    text-decoration: none;
}
.form-btn .btn-confirm img,
.form-btn .btn-top img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .form-top {
        margin-bottom: 28px;
    }
    .from-wrapper {
        padding: 45px 10px;
        margin: 0px 10px 69px;
    }
    .form-top h1 {
        font-size: 20px;
    }
    .form-top-text {
        font-size: 14px;
    }
    .form-content label {
        font-size: 14px;
    }
    .form-btn.confirm {
        display: block;
    }
    .form-btn .btn-confirm {
        margin-left: auto;
        margin-right: auto;
    }
    .form-btn .btn-confirm:first-of-type {
        margin-bottom: 20px;
    }
}