@charset "UTF-8";
a{
  color: #000000;
  text-decoration: underline;
} 

*{
  margin: 0;
  padding: 0;
}

.nopc{
  display: none;
}

body{
  background: #f0f4f3;
  margin: 0 auto;
}

li{
  list-style: none;
}

#top {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  border-top: 2px solid #FE7F00;
  font-size: 14px;
  height: 46px;
  line-height: 1.6;
  min-width: 980px;
}

.top_inner{
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 980px;
}

body {
  margin: 0 auto;
  font-family: Verdana, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #444;
}

#main{
  box-shadow: 0 0 5px #a5a5a5;
  padding: 10px;
  width: 940px;
  margin: 10px auto;
  background-color: #fff;
}

.main{
  box-shadow: 0 0 5px #a5a5a5;
  padding: 10px;
  width: 940px;
  margin: 10px auto;
  background-color: #fff;
}

.clear {
  clear: both;
  overflow: hidden;
}

table td {
  word-break : break-all;
}

table td,table th{
  padding: 3px;
}

.copylight{
  text-align: center;
  margin-top: 50px;
  color: #808080;
}

.coupon_list li{
  list-style: none;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  padding: 10px 10px 10px 30px;
}

h2{
  margin: 10px auto 10px;
  background-color: #ffed84;
  padding: 10px;
}

h6{
  font-weight: normal;
  font-size: 16px;
}

.list_contents, .coupon_list img{
  float: left;
}



/*storelist*/
.saving{
  color: #ffb2f2;
}

.storelist_top{
  margin-top: 25px;
}

.storelist_top h6{
  color: #808080;
}

.storelist_top a{
  text-decoration: none;
}

.storelist_top h4{
  font-size: 25px;
}

.storelist_top h5{
  font-size: 18px;
  padding: 5px 0 5px 25px;;
  border-radius: 8px 8px 0 0;
  background-color: #FE7F00;
  color: #fff;
}

.storelist_top h6 {
  color: #252525;
  height: 35px;
  line-height: 35px;
}

.list_genre{
  box-shadow: 0 0 2px #a5a5a5;
  border-radius: 8px;
  margin-top: 10px;
}

#topgenre{
  margin-top: 0;
}

.list_genre li{
  margin: 0 10px;
  list-style: none;
  border-bottom: 1px solid #c7c7c7;
}

.list_genre li:last-child{
  border-bottom: none;
}



.coupon_list td img{
  height: 40px;
}

.listimg{
  margin-right: 40px;
  width: 80px;
}

.discount_per{
  color: #ff0000;
  font-weight: bold;
}

#username{
  text-align: right;
  flex-grow: 1;
}

#genrelist{
  margin-top: 20px;
}

#genrelist a{
  color: #000000 !important;
  text-decoration: none;
}

#genrelist img{
  width: 70px;
}

#genrelist ul{
  width: 750px;
  margin: 10px 0 0 10px;
}

#genrelist li{
  margin: 5px 5px 0 5px;
}

.covinience_list{
  text-align: center;
  font-size: 17px;
  background-color: #009708;
  color: #ffffff;
  text-decoration: underline;
}

.famires_list{
  text-align: center;
  font-size: 17px;
  background-color: #0d0577;
  color: #ffffff;
  text-decoration: underline;
  margin-top: 25px;
}


.ingenre th{
  background-color: #ebe9ff;
  width: 100px;
  height: 40px;
  text-decoration: none;
}


.genre{
  margin-top: 60px;
}

.thtop{
  min-width: 100px;
}

.tdtop{
  min-width: 20px;
  padding-right: 10px;
  max-width: 160px;
}

th{
  font-weight: normal;
  font-size: 12px;
}

#top_explain{
  padding: 15px;
}

.list_contents span{
  font-size: 12px;
}

#top_img{
  margin-top: 5px;
  flex-grow: 1;
}

#top_img img{
  height: 35px;
}

#head_ul{
  display: table;
}

#head_ul li{
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#head_ul_login{
  list-style: none;
}

#head_ul li a{
  align-items: center;
  color: #929292;
  display: flex;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}

.material-icons-outlined{
  color: #FE7F00;
  margin-right: 5px;
}





/*マイページ*/

#logout_a{
  text-decoration: none;
}

#mypage_main{
  width: 500px;
  padding: 0;
}

#mypage_main h3{
  background-color: #252525;
  color: #ffffff;
  padding: 3px 0 3px 10px;
}

#mypage_main li{
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 20px;
}

#mypage_main li:last-child{
  border-bottom: none;
}

#mypage_main li a{
  display: block;
  text-decoration: none;
  color: #575757;
}

#logout_out{
  box-shadow: 0 0 5px #a5a5a5;
  max-width: 200px;
  margin: 10px auto;
  text-align: center;
  background-color: #fff;
  color: grey;
  padding: 5px;
}



/*ログインページ*/
#loginmain{
  margin: 10px auto;
  width: 460px;
}

#loginmain h1{
  color: #444;
  font-size: 20px;
  padding-top: 16px;
  text-align: center;
}

.login_form{
  margin-bottom: 10px;
}

.login_form h4{
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 3px;
}

.login_form input{
  zoom: 1;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 8px 6px;
  vertical-align: middle;
  width: 446px;
}

#login_button{
  align-items: center;
  background-color:#FE7F00;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

#new_regi h2{
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  margin: 40px 0 0 0;
  text-align: center;
  background-color: unset;
  padding: 0;
}

#new_regi_button{
  border-radius: 2px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 7px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #FE7F00;
  color: #FE7F00;
  margin-top: 8px;
  text-decoration: none;
  width: 100%;
}

#new_regi_button:hover {
  background-color: #FE7F00;
  color: #fff;
}


/*新規登録ページ*/
.register_form{
  margin-bottom: 20px;
}

.register_page{
  background-color: #fff;
}

.register_page #main{
  box-shadow: none;
  width: 460px;
}

.register_page h3{
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 20px;
  text-align: center;
}

#user_regi input{
  font-weight: 600;
  padding: 15px 0 15px 15px;
  color: #444;
  zoom: 1;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  margin: 7px 0 0 0;
  vertical-align: middle;
  width: 445px;
  text-align: left;
}

#user_regi input::placeholder{
  color: #a3a3a3;
}

#buttom_d button{
  align-items: center;
  background-color:#FE7F00;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}




/*Search*/
.search_page input{
  zoom: 1;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 10px 6px;
  vertical-align: middle;
  width: 800px;
}

.search_page button{
  align-items: center;
  background-color:#FE7F00;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 80px;
  cursor: pointer;
}





/*new contents*/
button { 
  padding: 5px 10px; 
}


.store-img { 
  max-height: 100px; 
  margin-bottom: 10px; 
}

.payment-list, .point-list {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-item, .point-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.store-block { 
  border: 1px solid #ccc; 
  padding: 15px; 
  margin-bottom: 20px; 
}

h4 { 
  margin-bottom: 5px; 
}

.pay-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 20px;
}

.point-list, .payment-list {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.point-list > h4,
.payment-list > h4 {
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}

.point-items, .payment-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.point-item, .payment-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.point-item img, .payment-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.discount-rate {
  font-weight: bold;
  color: red;
  margin-left: 4px;
  white-space: nowrap;
  min-width: 40px;
  text-align: right;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.highest-rate {
  margin-left: auto;
  font-weight: bold;
  color: red;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.point_td{
  min-width: 50px;
  text-align: center;
}

.list_contents th{
  text-align: center;
}