@charset "utf-8";
/* CSS Document */

/*
* WRAP
******************************************************/
.member__wrapper {
	width: 100%;
}
.member-heading__wrapper {
	width: auto;
	max-width: 800px;
	margin: auto;
	padding: 100px 0 0 0;
	overflow: hidden;
}
.member-section {
	width: auto;
	max-width: 800px;
	margin: auto;
	padding: 60px 0px;
	overflow: hidden;
}
.memberconfirm-section {
	width: auto;
	max-width: 640px;
	margin: auto;
	padding: 60px 0px;
	overflow: hidden;
}
.memberconfirm {
	width: auto;
	max-width: 800px;
	margin: auto;
	padding: 60px 0px;
	overflow: hidden;
}
.member__contents {
	width:100%;
	display: table;
}
.member__content-innerL {
	width: 680px;
	margin-right:40px;
	display: table-cell;
	vertical-align:top;
	overflow:hidden;
	background:#FFFFFF;
	padding-top: 3px;
}
.member__content-innerR {
	width:370px;
	display: table-cell;
	vertical-align:top;
	overflow:hidden;
	background:#FFFFFF;
	padding:3px;
}
@media (max-width: 768px) {
	.member-heading__wrapper {
		padding: 50px 0 0 0;
	}
	.member-section {
		padding: 40px 0px;
	}
	.memberconfirm-section {
		padding: 20px;
	}
	.memberconfirm {
		padding: 0px;
	}
	.member__contents {
		display: block;
	}
	.member__content-innerL {
		width:100%;
		margin-right:0px;
		display: block;
	}
	.member__content-innerR {
		width:100%;
		max-width:inherit;
		display: block;
		padding:0;
	}
}
@media screen and (max-width: 320px) {
	.member__wrapper {
    width: auto;
	}
}

/*
* TITLE
******************************************************/
.member_heading {
	width:100%;
	margin:auto;
	text-align: center;
	padding-top:50px;
}
.member_heading img {
	width:100%;
	max-width:640px;
}
.step-pc {

}
.step-sp {
	display:none;
}
.member-title {

}

@media (max-width: 768px) {
	.member_heading {
		width:auto;
		padding:20px;
	}
	.member-title {
		margin: 0;
	}
	.step-pc {
		display:none;
	}
	.step-sp {
		display:block;
	}
}


/*
* FORM
******************************************************/
.form-content {

}
.form-content-title {
	padding: 0 20px 20px 20px;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:400;
}
.form-content ul {

}
.form-content li {
	border-bottom:1px dotted #ACACAC;
	padding:40px 0;
	width: 100%;
	display: table;
}
.form-content li.border-none {
	border-bottom:none;
}
.form-item__inner {
	padding-bottom:30px;
}
.form-title {
	width:22.5%;
	max-width:180px;
	padding-left: 20px;
	font-size:1.6rem;
	display: table-cell;
	vertical-align:middle;
}
.form-title-top {
	width:22.5%;
	max-width:180px;
	padding-left: 20px;
	padding-top: 10px;
	font-size:1.6rem;
	display: table-cell;
	vertical-align:top;
}
.form-title span,
.form-title-top span {
	display:block;
}
.input-title {
	margin-left:20px;
	padding-bottom:15px;
}

.icon-area {
	width:11.25%;
	max-width:90px;
	display: table-cell;
	vertical-align:middle;
}
.icon-area-top {
	width:11.25%;
	max-width:90px;
	padding-top: 10px;
	display: table-cell;
	vertical-align:top;
}
	.ico-require {
		color:#ffffff;
		font-size:1.2rem;
		background:#AC1905;
		padding:3px;
		border-radius: 2px;
	}
	.ico-optional {
		color:#ffffff;
		font-size:1.2rem;
		background:#777777;
		padding:3px;
		border-radius: 2px;
	}
.form-item {
	width:63.75%;
	max-width:510px;
	display: table-cell;
	vertical-align:middle;
}
.input-notice {
	margin: 20px 20px 0 15px;
	width:450px;
	line-height: 2.4rem;
	font-size:1.4rem;
	text-indent: -1em;
	padding-left: 20px;
}
.form-note {
	margin-left:20px;
}

@media (max-width: 768px) {
	.form-content-title {
		padding:20px 20px 0 20px;
		line-height:2.4rem;
	}
	.form-content li {
		display: block;
		width: auto;
		padding:20px;
	}
	.form-content p {
		display:inline-block;
		padding-bottom:15px;
	}
	.form-title,
	.form-title-top {
		width:auto;
		max-width:inherit;
		padding-left: 0px;
		font-size:1.6rem;
	}
	.form-title span,
	.form-title-top span {
		display:inline-block;
	}
	.icon-area,
	.icon-area-top {
		width:auto;
		max-width:inherit;
		margin-left:10px;
	}
	.form-item {
		width:100%;
		max-width:510px;
		display: block;
	}
	.form-item__inner {
		margin: 0 -20px;
	}
	.form-item__inner p {
		display:block;
	}
	.input-notice {
		width:auto;
	}
	.form-note {
		margin-left:0px;
		font-size:1.4rem;
	}
}
@media screen and (max-width: 320px) {
	.form-content li {
	    padding: 10px;
	}
}
/*
* FORM PARTS
******************************************************/
/* WIDTH 100% */
.ge_textfield-1col {
	color:#3d3025;
}
.ge_textfield-1col input {
	width:100%;
	max-width:450px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif!important;
	font-weight:400;
}
@media (max-width: 768px) {
	.ge_textfield-1col input {
		max-width: 85vw;
	}
}
@media (max-width: 320px) {
	.ge_textfield-1col input {
		max-width: 83vw;
	}
}

.ge_textfield-1col-left {
	color:#3d3025;
}
.ge_textfield-1col-left input {
	width:100%;
	max-width:410px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif!important;
	font-weight:400;
}
@media (max-width: 768px) {
	.ge_textfield-1col-left input {
		max-width: 280px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 320px) {
	.ge_textfield-1col input {
	    max-width: 280px;
	}
}

/* WIDTH 2col */
.ge_textfield-2col {
	color:#3d3025;
}
.ge_textfield-2col input {
	width:100%;
	max-width:140px;
	margin-left:20px;
	margin-right: 10px;
	padding:10px;
	border:1px solid #DDDDDD;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif!important;
	font-weight:400;
}
.ge_textfield-2col span {
	max-width:215px;
	margin-left:20px;
}
@media (max-width: 768px) {
	.ge_textfield-2col input {
		width:100%;
		max-width: 80px;
		margin-left: 4px;
		margin-right: 4px;
		padding: 10px;
		border:1px solid #DDDDDD;
	}
	.ge_textfield-2col span {
		max-width:150px;
		margin-left:0px;
		margin-right: 3px;
	}
}

/* WIDTH 30% */
.ge_textfield-3col {
	color:#3d3025;
}
.ge_textfield-3col input {
	width:100%;
	max-width:60px;
	padding:10px;
	border:1px solid #DDDDDD;
	margin-right:10px;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif!important;
	font-weight:400;
}
.ge_textfield-3col input:first-child {
	margin-left:20px;
}
.ge_textfield-3col input:not(:first-child){
	margin-left:10px;
}
.ge_textfield-3col span {
}
@media (max-width: 768px) {
	.ge_textfield-3col input:first-child {
		margin-left:0px;
	}
}
@media screen and (max-width: 320px) {
	.ge_textfield-3col input {
		max-width:50px;
		padding:10px;
		margin-right:5px;
	}
}

/* ZIPCODE */
.ge_textfield-zipcode {
	color:#3d3025;
}
.ge_textfield-zipcode input:first-child {
	width:100%;
	max-width:100px;
	padding:10px;
	border:1px solid #DDDDDD;
	margin-right:10px;
	margin-left:20px;
}
.ge_textfield-zipcode input:not(:first-child){
	width:100%;
	max-width:120px;
	padding:10px;
	border:1px solid #DDDDDD;
	margin-right:10px;
	margin-left:10px;
}
.ge_textfield-zipcode span {
	margin-left:20px;
}
.ge_textfield-zipcode button {
	width:115px;
	height:40px;
	background:#FFFFFF;
	line-height:40px;
	border:1px solid #dddddd;
}
@media (max-width: 768px) {
	.ge_textfield-zipcode input:first-child {
		width:100%;
		max-width:50px;
		padding:10px;
		border:1px solid #DDDDDD;
		margin-right:10px;
		margin-left:10px;
	}
	.ge_textfield-zipcode input:not(:first-child){
		width:100%;
		max-width:60px;
		padding:10px;
		border:1px solid #DDDDDD;
		margin-right:10px;
		margin-left:10px;
	}
}
@media screen and (max-width: 320px) {
	.ge_textfield-zipcode input:first-child {
	    max-width: 40px;
	    padding: 10px 5px;
	    margin-right: 0;
	    margin-left: 0;
	}
	.ge_textfield-zipcode input:not(:first-child){
		max-width:50px;
		padding:10px 5px;
		margin-right: 5px;
		margin-left: 0;
	}
}

/* FAMILY */
.ge_textfield-family p {
}
.form-name {
	width:200px;
	display: inline-block;
	padding-bottom:10px;
}
.form-parts {
}
.ge_textfield-family {
	color:#3d3025;
}
.ge_textfield-family input {
	width:100%;
	max-width:160px;
	padding:10px;
	margin-right: 10px;
	border:1px solid #DDDDDD;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif!important;
	font-weight:400;
}
.ge_textfield-family span {
	max-width:215px;
	margin-left:20px;
}
@media (max-width: 768px) {
	.ge_textfield-family input {
		width:100%;
		max-width: 100px;
		margin-right: 10px;
		padding: 10px;
		border:1px solid #DDDDDD;
	}
	.ge_textfield-family span {
		max-width:150px;
		margin-left:0px;
		margin-right: 3px;
	}
}

/* textarea */
.comment-area {
	width:auto;
	padding: 30px 20px 0 20px;
}
.comment-area p {
	padding-bottom: 30px;
}
.ge_textfield textarea {
	width:100%;
	height:180px;
	border:1px solid #DDDDDD;
}

/* MEMBER LOGIN */
.ge_textfield-member {
	color:#3d3025;
	padding:20px 0;
	margin:auto;
	text-align: center;
}
.ge_textfield-member input {
	width:100%;
	max-width:300px;
	padding:10px;
	border:1px solid #DDDDDD;
}

/* SELECTBOX 1col */
.ge_selectbox {
	color:#3d3025;
}
.ge_selectbox select {
	width:100%;
	max-width:460px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/cart/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 96%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 768px) {
	.ge_selectbox select {
		width:100%;
		max-width:335px;
		height:50px;
		margin-left:0px;
		padding:10px;
		box-sizing: border-box;
		background-image: url('/cart/public/pages/img/common/ico-arrow-bottom.png');
		background-size: 16px;
		background-position-y: 50%;
		background-position-x: 96%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

/* SELECTBOX 2col */
.ge_selectbox-2col select {
	width:100%;
	max-width:120px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/cart/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 85%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 768px) {
	.ge_selectbox-2col select {
		margin-left:0;
	}
}

/* SELECTBOX time */
.ge_selectbox-time select {
	width:100%;
	max-width:110px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/cart/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 85%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 768px) {
	.ge_selectbox-time select {
		margin-left:0;
	}
}

/* SELECTBOX50 */
.ge_selectbox25 {
	color:#3d3025;
}
.ge_selectbox25 select {
	width:100%;
	max-width:80px;
	margin-left:20px;
	padding:8px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
}

.ge_selectbox50 {
	color:#3d3025;
}
.ge_selectbox50 select {
	width:100%;
	max-width:240px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/cart/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 96%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* RADIOBUTTON */
.contact-radiobtn {
	display: flex;
	flex-direction: row;
}
.contact-radiobtn-item {
	padding-left: 20px;
}
.contact-radiobtn-item:last-child {
	padding-left: 80px;
}
.contact-radio-input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.contact-radio-label {
    position: relative;
    display: block;
    padding: 0 0 0 40px;
}
.contact-radio-label::after, .contact-radio-label::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}
.contact-radio-label::before {
    margin-top: -8px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #f1efee;
}
.contact-radio-label::after {
    margin-top: -2px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #763f49;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.contact-checkbox-input:checked + .contact-checkbox-label::after,
.contact-radio-input:checked + .contact-radio-label::after {
    opacity: 1;
}
@media (max-width: 768px) {
	.contact-radiobtn-item {
		padding-left: 10px;
	}
	.contact-radiobtn-item:last-child {
		padding-left: 40px;
	}
}

/* BUTTON */
.orderform-button {
	padding-top:40px;
	max-width: 320px;
}
@media (max-width: 768px) {
	.orderform-button {
		width:auto;
		padding:40px 20px;
	}
}


/*
* LOGIN
******************************************************/
.member-form__wrapper {
	width:100%;
	margin:auto;
	padding-bottom: 60px;
}
.member-form {
	max-width: 330px;
	margin:auto;
}
.member-form-title {
	text-align:center;
	padding: 30px;
}
.member-form-button {
	max-width: 330px;
	margin-bottom: 15px;
}
.ico-login-btn {
	cursor: pointer;
  display: border;
  background-image: url(/memberv2/public/pages/img/common/ico-login-btn.png);
	background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95px 50%;
}
.login-btn-text {
	padding: 16px 0 0 128px;
	display: block;
	text-align: left;
}
.ico-registration-btn {
	cursor: pointer;
  display: border;
  background-image: url(/memberv2/public/pages/img/common/ico-registration-btn.png);
	background-repeat: no-repeat;
  background-size: 21px;
  background-position: 75px 50%;
}
.ico-registration-btn a,
.ico-registration-btn a:hover {
	color:#FFFFFF;
}
.registration-btn-text {
	padding: 16px 0 0 103px;
	display: block;
	text-align: left;
}

@media (max-width: 320px) {
	.ico-login-btn {
    background-position: 85px 50%;
		padding-right: 0;
	}
	.login-btn-text {
    padding: 16px 0 0 108px;
	}
	.member-form,
	.member-form-button  {
    max-width: 280px;
	}
	.ico-registration-btn {
	  background-position: 55px 50%;
	}
	.registration-btn-text {
		padding: 16px 0 0 83px;
	}
}
/*
* CONFIRM
******************************************************/
.confirm-content {

}
.confirm-content table {
	width:100%;
	max-width:640px;
	margin: auto;
}
.confirm-content tr {
}
.confirm-content th {
	width: 30%;
	text-align: left;
	padding:15px 15px 15px 0;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
}
.confirm-content td {
	width:70%;
	padding:15px 0;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
	font-weight:400;
}
.confirm-content p {
	width:100%;
	max-width:640px;
	margin: auto;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
	font-weight:400;
}
.text-right {
	float: right;
	clear: right;
	font-weight: bold;
}
.member-submit-button {
    max-width: 320px;
    padding: 15px 0 20px 0;
}
@media (max-width: 768px) {
	.confirm-content {
		width:auto;
		padding:20px;
	}
	.confirm-content table {
		width:100%;
		max-width:300px;
		margin: auto;
	}
	.confirm-content p {
		width:100%;
		max-width:300px;
		margin: auto;
	}
	.cart-total-button {
		max-width:inherit;
	}
}

/*
* THANKS
******************************************************/
.thanks-content {
	width:100%;
	max-width:640px;
	margin: auto;
}
.thanks-content p {
	padding-bottom:15px;
	line-height: 2.4rem;
	font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
	font-weight:400;
}
.thanks-step {

}
.thanks-step__inner {
	border: 1px solid #dddddd;
	padding: 15px;
	position: relative;
	margin-bottom:80px;
}
.thanks-step__inner::after {
	position: absolute;
	content: "";
	background: url('/cart/public/pages/img/common/thanks-arrow.png');
	left: 48%;
	bottom: -50px;
	width: 35px;
	height: 18px;
}
.thanks-step-title {
	font-size:1.7rem;
	font-weight: bold;
}
.thanks-step-text {
	font-size:1.6rem;
	padding-top:15px;
}
.thanks-step-complete {
	font-size: 2rem;
	font-weight: bold;
	text-align:center;
	padding-bottom: 30px;
}
.thanks-button__wrapper {
	border-top: 1px dotted #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 80px 0;
}
.thanks-button {
	height:55px;
	margin: auto;
	text-align: center;
}
.thanks-button a {
	line-height:55px;
	height:55px;
	display: block;
}
@media (max-width: 768px) {
	.thanks-content {
		width:auto;
		padding:20px;
	}
}

.ge_alert {
	color: darkred;
	margin-left: 1em;
	margin-top: .5em;
}
