/*All*/

.member_sign_box input {
  border: none;
  border-bottom: 1px solid #e2e8f0;
}

.member_sign_box select {
  border: none;
  border-bottom: 1px solid #e2e8f0;
}

.top_space {
  margin-top: 50px;
}

.down_space {
  margin-bottom: 50px;
}

.logout_box01 {
  width: 95%;
  display: flex;
  margin:0 auto;
  margin-bottom: 10px;
}

.logout_box01 a {
  width: 99%;
  max-width: 1420px;
  margin: 0 auto;
  color: #34b0fd;  
}

.ii_btn {
  padding: 10px 40px;
  margin: 50px auto 30px auto;
  background-color: var(--webmainho);
  color: white;
  border-radius: 3px;
  width:fit-content;
}

/*sign in*/

.member_sign_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  max-width: 450px;
  margin: 0 auto;
  box-sizing:border-box;
}

.member_sign_box2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  width: 100%;
  max-width: 450px;
}

.member_sign_title01 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.member_sign_ipt01 {
  width: 100%;
  margin-bottom: 30px;
  padding: 6px 25px 6px 0px;
  max-width: 450px;
}

.member_sign_ipt02 {
  width: 100%;
  padding: 6px 25px 6px 0px;
  max-width: 450px;
}

.member_sign_a01 {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.member_login_btn {
  width: 100%;
  padding: 10px 0px;
  background-color: var(--webmainho);
  color: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.member_eyes {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.member_social_word {
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.member_social_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.member_social_link {
  font-size: 40px;
  margin: 0 5px;
}

.not_member_word {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.go_register_btn {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid var(--webmainho);
  color: var(--webmainho);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 600;
}

/*reg*/

.member_check_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}

.member_check_box a {
  text-decoration: underline;
  font-weight: 600;
}

.member_check_box span {
  font-size: 13px;
}

.member_birth_word {
  font-size: 13px;
  color: #828482;
  letter-spacing: 0px;
}

.member_birth_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.member_reg_sel01 {
  width: 100%;
  padding: 6px 25px 6px 0px;
  max-width: 450px;
  z-index:1;
  background-color:transparent;
}

.member_reg_btn {
  width: 100%;
  padding: 10px 0px;
  background-color: var(--webmainho);
  color: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.had_member_word {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.go_signin_btn {
  width: 100%;
  padding: 10px 0px;
  border: 1px solid var(--webmainho);
  color: var(--webmainho);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 600;
}

.discount_word {
  font-size: 13px;
  margin-bottom: 30px;
}

.member_down_arrow {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index:0;
}

.member_reg_box1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  width: 32%;
  max-width: 450px;
}

/*password*/

.member_ps_a01 {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #34b0fd;
}

/*ii*/

.mii_allbox {
  width: 95%;
  max-width: 1420px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #8d8d8d;
}

.mii_navbox {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.mii_content_box {
  width: 100%;
  min-height: 500px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mii_member_info_box {
  width: 100%;
  max-width: 680px;
  height: 100%;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  box-sizing: border-box;
}

.mii_navbox a {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  border-bottom: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  background-color: #fcfcfc;
}

.mii_navbox a:last-child {
  border-right: none;
}

.mii_navbox .active {
  background-color: white;
  border-bottom: none;
}

.mii_sort_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.mii_sort_box2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}


.mii_sort_box:last-child {
  margin-bottom: 0px;
}

.mii_i01 {
  margin-right: 5px;
  font-size: 20px;
  display: inline-flex;
  padding-top: 2px;
}

.mii_span01 {
  width: 20%;
  font-size: 14px;
}

.mii_sort_box input {
  flex: 1;
  padding: 8px 0px;
  border: 1px solid #d8d8d8;
  text-indent: 10px;
}
.mii_sort_box select {
  flex: 1;
  padding: 8px 0px;
  border: 1px solid #d8d8d8;
  text-indent: 10px;
}

.mii_changebox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  padding: 0 30px 30px 0px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 15px;
}

.mii_changebox a:nth-child(1) {
  margin: 0 5px;
  padding: 5px 15px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}

.mii_changebox a:nth-child(2) {
  margin: 0 5px;
  padding: 5px 15px;
  background-color: var(--webmainho);
  color: white;
  border-radius: 3px;
}

/*point*/

.ii_pointbox01 {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.ii_pointbox02 {
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

.ii_point_i {
  margin-right: 15px;
  font-size: 20px;
  color: #e2e2e2;
}

.ii_point_i2 {
  font-size: 30px;
  color: #d3d3d3;
  margin-right: 70px;
}

.ii_pointbox03 {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.ii_pointbox_04 {
  display: flex;
  flex-direction: column;
}

.ii_pointbox_04 span:nth-child(1) {
  line-height: 1;
}

.ii_pointbox_04 span:nth-child(2) {
  font-weight: 800;
  font-size: 28px;
}

.no_point_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}

.no_point_box span {
  font-size: 30px;
  font-weight: 600;
}

.ii_pointnav_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
  font-weight: 600;
}

.ii_pointnav_box span {
  width: 15%;
  text-align: left;
}

.ii_pointnav_box span:nth-child(1) {
  width: 20%;
}

.ii_pointnav_box span:nth-child(2) {
  width: 35%;
}

.ii_point_detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}

.ii_point_detail span {
  width: 15%;
  text-align: left;
  display:flex;
  align-items:center;
}

.ii_point_detail span:nth-child(1) {
  width: 20%;
}

.ii_point_detail span:nth-child(2) {
  width: 35%;
}

.mob_point_box01 {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0px;
}

.mob_point_box01:last-child {
  margin-bottom: 0px;
}

.mob_point_sortbox {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  margin-bottom: 5px;
}

.mob_point_sortbox2 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  margin-bottom: 5px;
}

.mob_point_sortbox2:last-child {
  margin-bottom: 0px;
}

.mob_point_sortbox2 span:nth-child(1) {
  width: 30%;
}

.mob_point_sortbox2 span:nth-child(2) {
  width: 70%;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: right;
}

.mob_point_title01 {
  width: 80%;
  font-weight: 600;
}

.mob_point_title02 {
  width: 80%;
}

.mob_point_word01 {
  width: 20%;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mob_point_waybox {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
  align-items: center;
  margin-bottom:20px;
}

.mob_point_waybox a {
  padding: 5px 15px;
  border: 1px solid var(--webmainho);
  color: var(--webmainho);
  margin-right: 10px;
  border-radius: 3px;
}

.mob_point_waybox a:last-child {
  margin-right: 0px;
}

.mob_point_waybox a.active {
  background-color: var(--webmainho);
  color: white;
  border: none;
}

@media (max-width:768px)
{
  .ii_pointnav_box {
    display:none;
}
  .ii_point_detail {
    display:none;
}
  .mob_point_box01{
    display:flex;
  }
}

/*order_history*/

.ii_hisnav_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
  font-weight: 600;
}

.ii_hisnav_box span {
  width: 25%;
  text-align: left;
}

.ii_his_detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px;
}

.ii_his_detail span {
  width: 25%;
  text-align: left;
  display:flex;
  align:center
}

.mob_his_box01 {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0px;
}

.mob_his_box01:last-child {
  margin-bottom: 0px;
}

.mob_his_sortbox {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  margin-bottom: 5px;
}

.mob_his_sortbox2 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  margin-bottom: 5px;
}

.mob_his_sortbox2:last-child {
  margin-bottom: 0px;
}

.mob_his_sortbox2 span:nth-child(1) {
  width: 30%;
}

.mob_his_sortbox2 span:nth-child(2) {
  width: 70%;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: right;
}

.mob_his_title01 {
  font-weight: 600;
}

.no_order_word {
  padding: 10px 40px;
  margin-top: 30px;
  background-color: var(--webmainho);
  color: white;
  border-radius: 3px;
}

@media (max-width:768px)
{
  .ii_hisnav_box {
    display:none;
}
  .ii_his_detail {
    display:none;
}
  .mob_his_box01{
    display:flex;
  }
}

@media (max-width:520px)
{
  .mii_sort_box {    
    flex-direction: column;
    align-items: normal;    
}
.mii_span01 {
    width:100%;
    margin-bottom:5px;
}
}