#item__detail textarea {
  resize: vertical;
}
#item__detail input[type=submit],
#item__detail input[type=button],
#item__detail label,
#item__detail button,
#item__detail select {
  cursor: pointer;
}
#item__detail select::-ms-expand {
  display: none;
}
#item__detail dl, #item__detail ol, #item__detail ul {
  margin-bottom: 0rem;
}
#item__detail .h1, #item__detail .h2, #item__detail .h3, #item__detail .h4, #item__detail .h5, #item__detail .h6, #item__detail h1, #item__detail h2, #item__detail h3, #item__detail h4, #item__detail h5, #item__detail h6 {
  margin-bottom: 0;
  line-height: 1.3em;
  font-family: "Noto Sans JP";
  font-weight: normal;
}
#item__detail ::-moz-placeholder {
  font-family: "Noto Sans JP";
}
#item__detail p, #item__detail li, #item__detail a, #item__detail h1, #item__detail h2, #item__detail h3, #item__detail h4, #item__detail h5, #item__detail h6, #item__detail ::placeholder {
  font-family: "Noto Sans JP";
}
#item__detail a {
  font-size: 1em;
  color: #333;
}
#item__detail a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#item__detail a.disabled {
  pointer-events: none;
  opacity: 0.4;
}
#item__detail li {
  list-style-type: none;
}
#item__detail * {
  margin: 0;
  padding: 0;
}
#item__detail img {
  width: 100%;
}
#item__detail .mt1 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #item__detail .mt1 {
    margin-top: 4%;
  }
}
#item__detail .mt2 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #item__detail .mt2 {
    margin-top: 2%;
  }
}
#item__detail .wrapper {
  position: relative;
  padding-top: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #item__detail .wrapper {
    padding-top: 60px;
  }
}
#item__detail .inner {
  margin: auto;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 768px) {
  #item__detail .inner {
    width: 90%;
  }
}
#item__detail .flex-cont {
  display: flex;
  flex-wrap: wrap;
}
#item__detail .text_right {
  text-align: right;
}
#item__detail .text_center {
  text-align: center;

}/*# sourceMappingURL=item__detail.css.map */


	
	
/* 梅津編集 */
#item__detail table  {
	border: 1px solid #666666;
	margin-top: 20px;
}
.item__detail .item__detail__inner {
	margin: 0 auto!important;
}
#item__detail td {
	border: 1px solid #666666;
	padding: 2px;
}
#item__detail .service, #item__detail .kin {
	display: none;
}

#item__detail .item_text {
	margin: 12px 0;
}

/* ********************************
     作り込みA
******************************** */


#item__detail .item_mainimg, 
#item__detail .item_subimg {
  width: 100%;
  margin-bottom: 15px;
}
#item__detail .item_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#item__detail .thumb {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#item__detail .thumb_img {
  width: 24.25%;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  margin-right: 1%;
}
#item__detail .thumb_img:nth-child(4n){
  margin-right:0;
}
#item__detail .thumb_img img {
  width: 100%;
}
#item__detail div.thumb_img:after {
  content: "クリックして拡大";
}
#item__detail .thumb_img a:hover {
  opacity: 0.8;
}
#item__detail img[src$="https://www.rakuten.ne.jp/gold/asr/top/point2.gif"] , 
#item__detail img[src$="https://image.rakuten.co.jp/asr/cabinet/cam/n-select4-cam-1.jpg"] , 
#item__detail img[src$="https://image.rakuten.co.jp/asr/cabinet/cam/n-select2-cam-1.jpg"] {
	display: none;
}
#item__detail img[src$="https://image.rakuten.co.jp/asr/cabinet/zaiko/n-gift.gif"] ,
#item__detail img[src$="https://image.rakuten.co.jp/asr/cabinet/zaiko/n-adjustment.gif"] {
	width: 90px;
	height: 90px;
}
/* ********************************
画像2列スタイル
******************************** */
    #item__detail .flex_box1 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
   #item__detail .flex_box1Inn {
        width: 48%;
	   margin-bottom: 2vh;
	   margin-right: 0;
    }
    .flex_box1Inn img {
        width: 100%;
    }
    #item__detail .text_box1 {
        width: 1160px;
        margin: 0 auto;
        font-size: 1.0rem;
    }
    #item__detail .flex_box1Inn:nth-child(even) {
		margin-right: 2%;
}
/* ********************************
スマートウオッチ用
******************************** */
#item__detail .item_img_sw1 {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
#item__detail .item_img_sw1 img {
    margin: 0 auto;
}



@media screen and (max-width: 768px) {
#item__detail .thumb_img {
  width: 49.5%;
  margin-right:1%;
}
	#item__detail .thumb_img:nth-child(2n){
  margin-right:0;
}
}
