@charset "UTF-8";

/*** 商品ページ用スタイル ***/
/* コンテンツ幅 */
.main-contents {
	width: 800px;
}

/* 商品詳細 テーブル　スタイル */
table.goods-details {
	border-top: 1px solid #ddd;
  width: 100%;
  margin-bottom: 40px;
  border-collapse:collapse;
}
table.goods-details td {
	padding: 8px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.goods-details th {
  text-align: center;
  background: #efefef;
  border: 1px solid #ddd;
  font-weight: normal;
	padding: 8px;
	width: 100px;
}

/* 購入ボタン付近のスタイル */
.floating-cart-options-table {
	padding: 16px;
    border: 1px solid;
    background: #fff;
}
.floating-cart-options-table select.skuSelDrop {
	width: 100%;
}

#rakutenLimitedId_aroundCart input[value="寄付を申込む"] {
  background: #bf0000;
  color: #fff;
  width: 83%;
  height: 60px;
	text-indent: 0;
  font-size: 1.5em;
	border-radius: 10px;
	margin: 16px 0;
	font-size: 24px;
	border-radius: 12px;
	margin: 12px 0;
	border-color: #bf0000;
}
.floating-cart-options-table::before {
	display: block;
  padding-bottom: 10px;
  content: "寄付を申し込む前に必ずご確認ください";
  text-align: center;
  color: #b2292c;
  font-weight: bold;
  font-size: 16px;
}

#rakutenLimitedId_cart tr:first-child > td:nth-child(2) {
	text-align: right;
}

#rakutenLimitedId_cart span.price2 {
	color: #da1111;
	font-size: 59px;
}

.dsf-disclaimer-text {
	margin-bottom: 8px;
}

.rakutenLimitedId_ImageMain1-3 img {
	width: 300px;
	height: 300px;
  object-fit: cover;
  margin-right: 20px;
}

/* ボタン background image */
/* お問い合わせ */
#rakutenLimitedId_aroundCart input[value="商品についての問い合わせ"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin: 10px 0;
  font-size: 0;
  border: none;
  background: url("https://www.rakuten.ne.jp/gold/f043419-marumori/image/common/btn_contact.png") no-repeat;
  background-size: 100%;
  cursor: hand;
}

#rakutenLimitedId_aroundCart input[value="商品についての問い合わせ"]:hover,
#rakutenLimitedId_aroundCart #serviceTableSml .review a.see:hover {
  opacity: 0.9;
}
 
/* お気に入り商品・ショップ */
#rakutenLimitedId_aroundCart #serviceTableSml td.favorite {
  width: 480px !important;
  margin-bottom: 16px;
}

#rakutenLimitedId_aroundCart div.bkm {
  width: 237px;
  height: 59px;
}
.bookmarkArea .bkm a.addBkm span.bkmStar {
  width: 237px!important;
  height: 59px!important;
  background: url("https://www.rakuten.ne.jp/gold/f043419-marumori/image/common/btn_goods.png") no-repeat !important;
  background-size: 237px 59px!important;
}

#rakutenLimitedId_aroundCart div.shopBkm {
  width: 237px;
  height: 59px;
}
.shopBookmarkArea .shopBkm a.addShopBkm span.shopBkmStar {
  width: 237px!important;
  height: 59px!important;
  background: url("https://www.rakuten.ne.jp/gold/f043419-marumori/image/common/btn_shop.png") no-repeat !important;
  background-size: 237px 59px!important;
}

/* レビューボタン */
#rakutenLimitedId_aroundCart #serviceTableSml .review a.see {
  font-size: 0 !important;
  background: url("https://www.rakuten.ne.jp/gold/f043419-marumori/image/common/btn_review.png") no-repeat !important;
  padding: 0!important;
  margin: 16px 0 !important;
  width: 480px!important;
  height: 72px!important;
  background-size: 100% !important;
  display: block;
}

/********************* 商品テンプレート用スタイル *********************/
.main_ttl, h2 {
  font-weight: bold;
  color: #004F7E;
  margin-bottom: 16px;
  display: inline-block;
}

.image-full,
.image-right,
.image-left,
.images2,
.images3,
.images-round {
  margin-bottom: 60px;
}

.image-full > img {
	width: 100%;
	/*height: 500px;
  object-fit: cover;*/
  margin-bottom: 0px;
}

.image-right,
.image-left {
  display: flex;
  justify-content: space-between;
}

.image-right > img,
.image-left > img {
  width: 49%;
  height: auto;
  object-fit: cover;
}

.image-right > img {
  margin-left: 16px;
}

.image-left > img {
  margin-right: 16px;
}

.image-right h2,
.image-left h2 {
  margin-bottom: 16px;
}

.images2 > div:first-child, 
.images3 > div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.images2 img ,
.images3 img {
	height: 260px;
	object-fit: cover;
}

.images2 img {
	width: 49.5%;
}

.images2 img:first-child {
  margin-right: 1%;
}

.images3 img {
	width: 32.7%;
	margin-right: 1%;
}

.images3 img:last-child {
	margin-right: 0;
}

.images2 h2 , 
.images3 h2 {
  margin-top: 16px;
}


.images-round {
  display: flex;
}

.images-round img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

/******************* 商品名・ハッシュタグ的なとこ *******************/
.right-contents span.catch_copy {
	font-size: 100%;
	color: #004F7E;
	display: block;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.right-contents span.item_name {
	font-size: 160%;
	line-height: 1.4em;
}

/********************* 回遊導線 *********************/

h2.kaiyutitle{
  width: 100%;
  padding: 12px 0;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.3em;
  background-color: #004f7e;
  text-align: center;
  margin-bottom: 16px;
}

ul.kaiyu{
  display: flex;
  width: 100%;
  margin: 0 auto 60px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  background-color: #fdf9f8;
}

ul.kaiyu li{
  width: 32%;
  margin-bottom: 16px;
  line-height: 1.2em;
}

ul.kaiyu p{
    font-weight: 600;
    text-decoration-line: none;!important
}

ul.kaiyu span.price{
   color: #b2292c;
}
