/* Google Fotns */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
/* # =================================================================
   # 共通
   # ================================================================= */
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
html{
   font-size: 0.625em;
   height: 100%;
}
body{
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 1.4em;   
   height: 100%;
   margin: 0;
}
img{
   max-width: 100%;
}
h1{
  text-align: center;
  font-size: 2.4rem;
}
a{
  text-decoration: none;
}
.fa{
  font-family: serif;
}
.login_ico{
  display: inline-block;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper_all{
  width: 100%;
  position: relative;
  min-height: 100vh;
  padding-bottom: 270px;
  box-sizing: border-box;
}
.wrapper-content {
    padding: 100px 0;
    width: 96%;
    height: 100%;
    margin: 0 auto;
 }
.title{
    position: relative;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
 }
.material-icons{
  color: #fff;
  display: inline-flex;
  vertical-align: middle;
}

.search_container img{
  height: 40px;
}
/* テーブル */
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
  margin-top: 30px;
  font-size: 1.6rem;
}

.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
}

.row-head th {
  background: #f9fafc;
  padding: 10px;
}
.row-head td p{
  display: inline-block;
  padding: 10px;
}
.row-head label {
  line-height: 34px;
  margin: 0;
}
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid #dbe1e8;
    margin-bottom: 60px;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:first-child{
    background: #ebebe0;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding: 8px;
    white-space: nowrap;
    width: 30%;
    font-weight: 500;
  }
  .row-head td:nth-child(n+2)::before{
    background: #f8f6ee;
  }
  .subsc_w .row-head td.no_sc::before{
    background: #ffffd4;
  }
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.selecr_radio{
    padding-right: 10px;
  }
  .row-head td.bt-area a {
    background: #b4b4b4;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    height: 40px;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
  }
  .row-head td.bt-area span{
    display: inline-flex;
    vertical-align: middle;
  }
  .row-head td.bt-area span.material-icons{
    font-size: 3rem;
  }
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
  .total_container{
    background: #f6f3e7;
    padding: 10px;
  }
  .total_inner{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    font-weight: 600;
  }
  .total_container p{
    display: block;
    font-size: 1.5rem;
  }
  .price{
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    color: #107e22;
    padding-right: 10px;
    letter-spacing: 0.1rem;
  }
  .announce{
    padding-top: 20px;
    font-weight: 400;
    font-size: 1.4rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
  .en{
    font-size: 2rem;
    font-weight: 500;
  }
  .btn_area{
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
  }
  .back_btn, .info_btn{
    display: block;
    border-radius: 4px;
    padding: 10px 0px;
    text-align: center;
    font-size: 1.8rem;
  } 
  .back_btn{
    width: 42%;
    border: 2px solid #572c00;
    color: #572c00;
  }
  .info_btn{
    background: #572c00;
    color: #ffffff;
    width: 48%;
  }
  .hitword {
    text-align: center !important;
    padding: 8px;
    width: 100% !important;
  }
  .hitword::before {
    content: none !important;
  }

 /* # =================================================================
 # モバイルファースト
 # ================================================================= */
 .sp{display: block;}
 .pc{display: none;}
 .br-sp{display: block;}
 .pc-only{display: none;}
 i.pc{display: none;}
 i.sp{display: inline-block;}



  /* # =================================================================
   # 【タブレット縦 /スマートフォン横】
   # ================================================================= */
@media screen and (min-width: 481px){
    .sp{display: none;}
    .pc{display: block;}
    .br-sp{display: none;}
    i.pc{display: inline-block}
    i.sp{display: none;}
    /* カートの確認 */
    .announce{
      text-align: center;
    }
    .total_inner{
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
    }
    .price{
      font-size: 2.6rem;
      padding-left: 30px;
    }
}

/* # =================================================================
   # 【デスクトップ/タブレット横】
   # ================================================================= */
   @media screen and (min-width: 769px){
    /* 共通 */
    .pc-only{display: block;}
    .wrapper_all{
      min-height: 1000px;
    }
    .wrapper-content{
        width: 1000px;
        margin: 0 auto;
        padding-top: 130px;
        padding-bottom: 60px;
     }
   .menu-trigger{
      display: none;
   }
   h1{
     font-size: 3.2rem;
   }
/* テーブル */
    .row-head.header-check td:first-child::before {
      display: table-cell;
    }
    .row-head{
      border-collapse: collapse;
      font-size: 1.8rem;
      margin-top: 60px;
    }
    .row-head td.bt-area span.br-sp{
      display: none;
    }
    .row-head thead {
      display: table-header-group;
      vertical-align: middle;
      border-color: inherit;
    }
    .row-head tr{
      display: table-row;
    }
    .row-head td {
      display: table-cell;
      width: auto;
      padding-right: 10px;
    }
    .row-head th{
      text-align: center;
      background: #dedec0;
      font-weight: 500;
    }
    /*
    .row-head th:nth-child(5){
      width: 30%;
    }
    */
    .row-head th,.row-head td{
      vertical-align: inherit;
      border: 1px solid #cfc5a2;
    }
    .row-head td.selecr_radio, .row-head td.no{
      padding-right: 0;
      text-align: center;
      background: #ffffff;
    }
    .row-head td.item{
      text-align: left;
      padding-left: 10px;
      padding-right: 0;
    }
    .row-head td:last-child{
      padding-right: 0;
    }
    .row-head td::before{
      display: none;
    }
    .row-head td:last-child{
      border-bottom: 1px solid #cfc5a2;
    }
    .row-head.header-check tr{
      position: static;
    }
    .row-head td p{
      display: inline-flex;
      padding: 0;
      vertical-align: middle;
    }
    .row-head td.bt-area a{
      padding: 10px 40px;
    }
    .row-head td.bt-area {
      text-align: center;
    }
    .total_container{
      padding: 30px;
    }
    .total_inner p{
      font-size: 1.8rem;
    }
    .price{
      font-size: 3rem;
      padding-left: 70px;
    }
    .en{
      font-size: 2.2rem;
    }
    .btn_area{
      max-width: 600px;
      margin: 65px auto;
    }
    .back_btn, .info_btn{
      width: 212px;
    }
    .search_container img{
      height: 60px;
      display: flex;
      vertical-align:middle
    }
}


/* # =================================================================
   # スタイル
   # ================================================================= */
   .mgr10{margin-right:10px}
   .mgr20{margin-right:20px}
   .mgr30{margin-right:30px}
   .mgr40{margin-right:40px}
   .mgr50{margin-right:50px}
   .mgb10{margin-bottom:10px}
   .mgb20{margin-bottom:20px}
   .mgb30{margin-bottom:30px}
   .mgb40{margin-bottom:40px}
   .mgb50{margin-bottom:50px}
   
   .c_container{
     padding-bottom:10px;
   }
   .note{
     color:#c00
   }
   .text_c,
   .row-head td.text_c{
     text-align:center;
   }
   
   .row-head td.info-area{
     padding:0;
     float:none;
   }
   
   .cart_s_title{
     border-left:5px solid #572c00;
     padding-left:10px;
     margin-top:50px;
     font-size:2.2rem;
   }
   .cart_info_table{
     margin-top:20px;
   }
   
   
   .subsc_w .cart_s_title{
     border-color:#c30;
   }
   .subsc_w .cart_info_table td{
     background:#ffffd4;
   }
   .subsc_w .info_btn{
     background:#c30;
   }
   
   /* # =================================================================
      # 内容確認
      # ================================================================= */
   .subsc_w_c{
     width:96%;
     margin:0 auto 50px;
   }
   .subsc_w_c td{
     padding:10px;
   }
   .subsc_w_c td p{
     margin-left:0;
     font-size:1.8rem;
   }
   
   .subsc_w_c .total_p_table td{
     padding:0 10px;
     text-align:right;
   }
   
   .subsc_w_c .total_p_table td .price{
     padding-left:0;
   }
   
   .t_black{
     color:#333;
   }
   
   @media screen and (max-width: 769px){
     .subsc_w_c td{
       padding:0px;
     }
   
     .subsc_w_c .total_p_table{
       width:100%;
     }
   }

   /* # =================================================================
   # radio check BTN
   # ================================================================= */
.check_w input[type="radio"],
.check_w input[type="checkbox"]{
	display:none;
}
.check_w{
	max-width:800px;
}
.check_w .checkbox_l{
	margin-right:0;
	width:140px;
	font-size:1.5rem;
	display:inline-block;
	box-sizing:border-box;
}
.check_w .checkbox_l.w_50p{
	width:49%;
}
.check_w .checkbox_l.w_50p:first-child{
	margin-right:2%;
}
.check_w .checkbox_l div{
	box-sizing:border-box;
	line-height:30px;
	padding:10px 20px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	background:#e3e3e3;
}
.checkbox_l div span,
.checkbox_l div strong{
	color:#a3a3a3;
	vertical-align:middle;
}
.checkbox_l div strong{
	display:inline-block;
	margin:-5px 0 0 5px;
	font-size:1.8rem;
	vertical-align:middle;
}

.checkbox_l div span:nth-of-type(1){
	color:#999;
}
.checkbox_l div span:nth-of-type(2){
	display:none;
}

.checkbox_l input:checked + div{
	background:#f90;
}
.checkbox_l input:checked + div span:nth-of-type(1){
	display:none;
}
.checkbox_l input:checked + div span:nth-of-type(2){
	display:inline;
	color:#fff;
}
.checkbox_l input:checked + div strong{
	color:#fff;
}
.checkbox_l input:disabled + div{
	opacity:.4;
}
.info_btn:disabled{
	opacity:.4;
}

@media screen and (max-width: 769px){
	.check_w .checkbox_l.w_50p{
		width:100%;
	}
	.check_w .checkbox_l div{
		text-align:left;
	}
}