@charset "UTF-8";


/*
* レイアウト
*/
.member_page_title {
  font-family: "yu-gothic-bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 5rem;
  padding-left: 3rem;
  border-top: 1px solid #F38D48;
  border-bottom: 1px solid #F38D48;
  margin-bottom: 20px;
}
.header_explanation {
  font-size: 1.4rem;
}
.error_message {
  color: #FF0000;
  font-size: 1.4rem;
}



/*
* フォーム
*/

/* 顧客フォーム */
.customer_form,
.customer_form th,
.customer_form td {
  border: none !important;
}
.customer_form {
  width: 100%;
  margin: 1rem auto 2rem auto;
  background-color: #FFFFFF;
  border-collapse:separate;
  border-spacing: 0;
  border-right: #CCCCCC 1px solid !important;
  border-bottom: #CCCCCC 1px solid !important;
}
.customer_form th,
.customer_form td {
  margin: 0;
  padding: 1rem;
  text-align: left;
  border-top: #CCCCCC 1px solid !important;
  border-left: #CCCCCC 1px solid !important;
}
.customer_form th {
  width: 16em !important;
  min-width: 25% !important;
  text-align: left !important;
  color: #FFFFFF !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  background-color: #F38D48 !important;
}
.customer_form td {
  display: flex;
  padding: 1rem 2rem !important;
  color: #000000 !important;
  border-top: #CCCCCC 1px solid !important;
  border-left: #CCCCCC 1px solid !important;
}
.customer_form td input[type='text'],
.customer_form td input[type='number'],
.customer_form td input[type='tel'],
.customer_form td input[type='email'],
.customer_form td input[type='password'],
.customer_form td input[type='file'],
.customer_form td input[type='checkbox'],
.customer_form td select,
.customer_form td textarea {
  flex: 1;
	margin: 0 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	background-color: #F2F2F2;
	border: none;
	border-radius: 0.6rem;
}
.customer_form td label {
  display: inline-block;
  margin: 0 1rem;
  vertical-align: baseline;
  line-height: 1;
}
.customer_form td input[type='radio'] {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.5rem;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
.customer_form input#name1,
.customer_form input#name2,
.customer_form input#name3,
.customer_form input#name4,
.customer_form input#zipcode {
  flex: none;
  width: 10em;
}
.customer_form select#member_pref {
  flex: none;
  width: 10em;
}

/*
* ボタン
*/
.send {
  display: flex;
  align-items: center;
  justify-content: center;
}
.send input,
.send a {
    font-family: "yu-gothic-bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    width: 260px;
    height: 60px;
    font-size: 1.5rem;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    padding-right: 0;
    transition: 500ms;
    border: 1px solid #E8E8E8;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 0 5px;
}


/*
* 新規入会
*/
#newMemberWrap {
  margin: 0 auto 4rem auto;
  padding: 0;
  text-align: center;
}
#newMemberWrap .header_explanation ul {
  padding-inline-start: 0px !important;
  text-align: left;
}


/*
* マイページ
*/
#memberinfo {

}
#memberinfo table.infoData {
  margin-bottom: 1rem;
  font-size: 1.4rem !important;
}
#memberinfo table.infoData th {
  padding: 1rem !important;
  color: #FFFFFF !important;
  font-size: 1.4rem !important;
  background-color: #F38D48 !important;
}
#memberinfo table.infoData td {
  padding: 1rem !important;
  background-color: #FFFFFF;
}
#memberinfo table.infoData td[rowspan='3'] {
  background-color: transparent;
  border: none;
}
#memberinfo h3 {
  background-color: #669999;
  border: 0;
}

#memberinfo .customer_form {
  margin-bottom: 4rem !important;
}
#memberinfo .customer_form th em {
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-style: normal;
}
#memberinfo .customer_form input#password1,
#memberinfo .customer_form input#password2 {
  width: auto !important;
}
#memberinfo #retail_table_1008 td.thumbnail { width: 10% !important; }
#memberinfo #retail_table_1008 td.thumbnail img {
  display: block;
  width: 100% !important;
}
/* 購入履歴 */
#memberinfo .history-area {
  height: auto !important;
  max-height: 700px;
  margin-bottom: 4rem;
}
#memberinfo #history_head:not(:first-child) {
  margin-top: 2rem !important;
}
#memberinfo .history-area th {
  padding: 1rem !important;
  color: #FFFFFF !important;
  font-size: 1.4rem !important;
  background-color: #946d54 !important;
}
#memberinfo .history-area td {
  padding: 1rem !important;
  font-size: 1.4rem !important;
  background-color: #FFFFFF;
}
/* 購入商品 */
.retail {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.retail, .retail th, .retail td { border: none !important; }
.retail {
  width: 100%;
  margin: 1rem auto 2rem auto;
  background-color: #FFFFFF;
  border-collapse:separate;
  border-spacing: 0;
  border-right: #CCCCCC 1px solid !important;
  border-bottom: #CCCCCC 1px solid !important;
}
.retail th, .retail td {
  border-top: #CCCCCC 1px solid !important;
  border-left: #CCCCCC 1px solid !important;
}
.retail th {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #333333;
}
.retail td.thumbnail { width: 10% !important; }
.retail td.thumbnail img {
  object-fit: cover;
  width: 100% !important;
}



/*
* ログイン
*/
#memberpages .loginbox {
  width: auto !important;
  margin: 0 !important;
  padding: 0 10vw !important;
  text-align: center !important;
  border: none !important;
  background-color: #FFFFFF !important;
}
#memberpages ul {
  margin: 0;
  padding: 0;
}
#memberpages li {
  margin: 0;
  padding: 0 0 2rem 0;
}
#memberpages .loginbox label {
  display: block;
  margin: 0 0 1rem 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  line-height: 180% !important;
}
#memberpages .loginbox input[type='text'],
#memberpages .loginbox input[type='password'] {
  width: 90%;
  max-width: 30rem;
	margin: 0 !important;
	padding: 1rem 2rem !important;
	font-size: 1.6rem !important;
	background-color: #F2F2F2 !important;
	border: none !important;
	border-radius: 0.6rem !important;
}
#memberpages .loginbox .forgetmenot input[type='checkbox'] {
  display: inline-block !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  vertical-align: middle !important;
  line-height: 1 !important;
}
#memberpages .loginbox .forgetmenot label {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  line-height: 1 !important;
}


/*
* パスワード再発行
*/
#lostWrap {

}
#lostWrap .loginbox {
  width: auto !important;
  margin: 0 !important;
  padding: 8rem 4rem !important;
  text-align: center !important;
  border: none !important;
  background-color: #FFFFFF !important;
}
#lostWrap ul {
  margin: 0;
  padding: 0;
}
#lostWrap li {
  margin: 0;
  padding: 0 0 2rem 0;
}
#lostWrap .loginbox label {
  display: block;
  margin: 0 0 1rem 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  line-height: 180% !important;
}
#lostWrap .loginbox input[type='text'],
#lostWrap .loginbox input[type='password'] {
  width: 90%;
  max-width: 30rem;
	margin: 0 !important;
	padding: 1rem 2rem !important;
	font-size: 1.6rem !important;
	background-color: #F2F2F2 !important;
	border: none !important;
	border-radius: 0.6rem !important;
}
#lostWrap .text {
  margin: 0 0 2rem 0;
  text-align: center;
}
#lostWrap .buttonWrap {
  margin-bottom: 2rem;
}
#lostWrap .buttonWrap a.loginButton {
  width: 80%;
  max-width: 30rem;
}















/*
* スマホ用 **********************************************************************
*/


@media screen and (max-width:992px){


  /*
  * レイアウト
  */
  #memberWrap {
    padding: 0;
  }
  #memberWrap .whitebox {
    width: auto !important;
    margin: 0 !important;
    padding: 4rem 2rem !important;
    text-align: center !important;
    border: none !important;
    background-color: #FFFFFF !important;
  }



  /* 顧客フォーム */
  .customer_form,
  .customer_form th,
  .customer_form td {
    display: block;
    border: none !important;
  }
  .customer_form {
    width: 100%;
    margin: 1rem auto 2rem auto;
    background-color: #FFFFFF;
    border-collapse:separate;
    border-spacing: 0;
    border-right: #CCCCCC 1px solid !important;
    border-bottom: #CCCCCC 1px solid !important;
  }
  .customer_form tbody {
    display: block;
    width: 100%;
  }
  .customer_form tr {
    display: block;
    width: 100%;
  }
  .customer_form th {
    width: 100% !important;
    text-align: left;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #333333;
    border-top: #CCCCCC 1px solid !important;
    border-left: #CCCCCC 1px solid !important;
  }
  .customer_form td {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1.5rem 1rem !important;
    text-align: left;
    border-top: #CCCCCC 1px solid !important;
    border-left: #CCCCCC 1px solid !important;
  }
  .customer_form td.thumbnail {
    width: 10% !important;
  }
  .customer_form td.thumbnail img {
    width: 100% !important;
  }
  .customer_form input,
  .customer_form select {
    width: auto !important;
    margin: 0 1rem !important;
  }


  /*
  * 新規入会
  */
  #newMemberWrap .header_explanation ul {
    padding-inline-start: 0px !important;
    text-align: left;
  }


  /*
  * マイページ
  */
  #memberinfo {

  }
  #memberinfo table.infoData {
    margin-bottom: 1rem;
  }
  #memberinfo table.infoData th {
    display: block !important;
    padding: 1rem !important;
    color: #FFFFFF !important;
    font-size: 1.4rem !important;
    background-color: #946d54 !important;
  }
  #memberinfo table.infoData td {
    display: block !important;
    padding: 1rem !important;
    background-color: #FFFFFF;
  }
  #memberinfo table.infoData td[rowspan='3'] {
    background-color: transparent;
    border: none;
  }
  #memberinfo table.infoData .blank {
    display: none !important;
  }
  #memberinfo h3 {
    height: auto !important;
    margin: 0 0 2rem 0 !important;
    padding: 0 1rem !important;
    color: #FFFFFF !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: inherit !important;
    background-color: #946d54;
    border: none !important;
    text-indent: 0 !important;
    float: none !important;
  }
  #memberinfo .history-area {
    height: auto !important;
    max-height: 700px;
    margin-bottom: 4rem;
    overflow: scroll;
  }
  #memberinfo .customer_form {
    margin-bottom: 4rem !important;
  }
  #memberinfo .customer_form input#password1,
  #memberinfo .customer_form input#password2 {
    width: 100% !important;
  }
  #memberinfo .history-area {
    overflow-x: scroll;
  }
  #memberinfo #history_head,
  #memberinfo #retail_table_1008 {
    width: 960px;
  }
  #memberinfo #retail_table_1008 td.thumbnail { width: 10% !important; }
  #memberinfo #retail_table_1008 td.thumbnail img { width: 100% !important; }


  /*
  * ログイン
  */
  #memberpages div.loginbox {
    width: auto;
    margin: 0;
    padding: 0 10vw;
    text-align: center;
    border: none;
    background-color: #FFFFFF;
  }
  #memberpages .loginbox label {
    width: 100%;
    font-size: 1.4rem;
    line-height: 180%;
  }

  #newMemberWrap {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
  }

  #memberinfo {
    margin: 4rem auto;
    padding: 0;
  }












}
