@charset "UTF-8";
/* ----------------------------------------------------------------------
  Common
---------------------------------------------------------------------- */
body > br {
  display: none
}
body > table[width="19"][height="19"] {
  display: none
}

div#pagebody > table {
  border-collapse: collapse;
  padding: 0
}

/* ---- 余白 ---- */
.bk_20{
	height: 20px;
}
/* ----------------------------------------------------------------------
  header
---------------------------------------------------------------------- */
/* ---- ヘッダー ---- */
#header.rms_header {
  width: calc(100vw - 18px); /* 18px:スクロールバー分の調整 */
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 50px;
  top: -20px;  
}

.hdr_iframe {
  /* ヘッダー部の高さ*/
  height: 1407px;
}

@media screen and (max-width:1049px) {
  #header.rms_header {
    left: -20px; 
    margin-left: 0;
  }

  #footer.rms_footer {
    left: -20px; 
    margin-left: 0;
  }
}  

@media screen and (max-width:767px) {
  .hdr_iframe {
    /* ヘッダー部の高さ*/
    height: 1698px;
  }  
}  
/* ----------------------------------------------------------------------
  Main
---------------------------------------------------------------------- */
/* ---- メイン ---- */
#rms_main table {
  border-spacing: 0;
  border-collapse:collapse;
}
/* ----------------------------------------------------------------------
  Footer
---------------------------------------------------------------------- */
/* ---- フッター ---- */
#footer.rms_footer {
	width: calc(100vw - 18px); /* 18px:スクロールバー分の調整 */
	position: relative;
	left: 50%; /* 左右中央揃え */
	margin-left: -50vw; /* 左右中央揃え */
  top: 20px; /* rms仕様分の調整 */
}

@media screen and (max-width:1049px) {
  #footer.rms_footer {
    left: -20px; 
    margin-left: 0;
  }
}  
/* ----------------------------------------------------------------------
  共通説明文
---------------------------------------------------------------------- */
#rms_cmnexp {
  position: relative;
  top: -10px;
  width: 744px;
}

/* ---- おすすめ返礼品 ---- */
#rms_rmnd, #rms_rmnd * {
  box-sizing: border-box;  
}

#rms_rmnd h3 {
  line-height: 0;
  margin: 0 0 10px;
}

#rms_rmnd img {
  width: 100%;
}

#rms_rmnd .rms_rmnd_wrap {
  background: #038A3B;
  padding: 10px 5px 5px;
}

#rms_rmnd ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
#rms_rmnd li {
  max-width: 20%;
  flex-basis: 20%;
  padding: 0 3px 5px;
}

#rms_rmnd a {
  background: #fff;
  display: block;
  padding: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

#rms_rmnd span {
  display: block;
  text-align: center;
}

#rms_rmnd span.rms_rmnd_img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

#rms_rmnd span.rms_rmnd_img img{
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#rms_rmnd span.rms_rmnd_txt {
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}

/* ---- バナー(小) ---- */
#bnrs {
  margin-bottom: 0;  
  display: flex;
  justify-content: space-between;     
}

#bnrs a{
  /* 縦2列(50%) - 余白 */
  flex-basis: calc(50% - 7px);
  max-width: calc(50% - 7px);
}

#bnrs img{
  width: 100%; 
}

/* ---- バナー(大) ---- */
#bnrl {
  margin-top: 0;   
  margin-bottom: 0;  
}

#bnrl img{
  width: 100%; 
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------
  商品説明文
---------------------------------------------------------------------- */
/* 商品説明 > 背景 */
span.item_desc {
  display: block;
  background: #fff;
  padding: 25px 0 0;
  width: 524px;
}

span.item_desc,
span.item_desc *,
span.item_desc:after,
span.item_desc:before {
    box-sizing: border-box
}

/* 商品説明 > 文章 */
span.item_desc p {
  color: #333;
  font-size: 15px;
  line-height: 1.45;
  padding: 0 15px 15px;
  margin: 0;
  font-weight: 400;
}

/* 商品説明 > 文章 > 太字テキスト */
.rms_txt_b {
  font-weight: 500;    
}

/* 商品説明 > 文章 > 赤字 */
.rms_txt_r {
  color: #ff0000;
}

/* 商品説明 > 文章 > 黄色マーカー */
.rms_txt_ym {
  background-color: #FFFF00;    
}

/* 商品説明 > 表 */
.rms_item_table {
  margin-bottom: 15px;
  width: 100%;
}

/* 商品説明 > 表 > 枠線 */
.rms_item_table tbody {
  border: 1px solid #038A3B;
}

.rms_item_table td,
.rms_item_table th {
  border: 1px dotted #038A3B;
}

/* 商品説明 > 表 > タイトル */
.rms_item_table th.item_table_ttl{
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  background-color: #038A3B;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.rms_item_table th{
  width: 30%;
  text-indent: 0;
  text-align: center;
  font-weight: 500;
  color: #333;
  background-color: #F1F2DF;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.rms_item_table td{
  text-indent: 0;
  text-align: left;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}
/* ----------------------------------------------------------------------
  販売説明文
---------------------------------------------------------------------- */
.sale_desc img {
  width: 100%;
  margin-bottom: 20px;
}

.sale_desc img.nospace {
  margin-bottom: 0;
}
