@charset "utf-8";
/*リンクカラー*/
a:link {
color: #555555;
text-decoration: none;
}
a:visited {
color: #555555;
text-decoration: none;
}
a:hover{
color:#981b20;
text-decoration: none;
}
a:active{
color:#981b20;
text-decoration:underline;
}

/*ベース見出し*/
.mds_base {
position: relative;
margin: 0 0 .5em;
padding: 0.75em 0 0.75em 1.5em;
color:#fff;
font-size: 18px;
font-weight: bold;
background:#9D8C83;
text-align:left;
}
.mds_base:before {
content: "";
position: absolute;
background: #fff;
top: 50%;
left: 0.5em;
margin-top: -15px;
height: 30px;
width: 8px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

/****************商品詳細ページ****************/

/*商品説明*/
.dtitem-description{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
width:100%;	
margin:0 0 20px 0;
padding:0;
}
.dtitem-desc_text{
font-size:14px !important;
text-align:left;	
margin:5px 0 20px 0;	
}
.dtitem-description dl{
width:100%;	
font-size:14px !important;
line-height:200%;
margin:0 0 10px 0;
}
.dtitem-description dt{
    color: #911d22;
    width: 60px;
    padding: 6px 0 5px 4px;
    box-sizing: border-box;
    float: left;
    line-height: 1.4;
    font-weight: bold;
}
.dtitem-description dd{
    line-height: 1.4;
    padding: 6px 0 8px 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin: 0;
}


/*サイズ表*/
.dtitem-size_mds {
	width:750px;
	height:auto;
	margin-top:50px;
}
.dtitem-size_mds h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding-left: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    color: #9d8c83;
}
.dtitem-size_mds h3:before {
    content: '\f553';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    padding: 0 5px;
	font-weight: 900;
}
.dtitem-size_mds h3 span {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: .2em;
	margin-left:10px;
	color: #aaa;
	font-weight:300;
	font-size:15px;
}
.dtitem-size{
  width: 100%;
  margin:50px 0 30px 0;
  font-size:14px;
  line-height:150%; 
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dtitem-size tr {
  text-align:center;
  padding:3px 0;
  font-size:14px;
}

.dtitem-size th {
	height: 25px;
	background-color:#f0edec;
	color:#000000;
	text-align:center;
	border-collapse:collapse;
}

.dtitem-size td {
	color:#000000;
	text-align:center;
	border-collapse:collapse;
}

.dtitem-sizelist {
	border:solid 1px #ccc;
	width:100%;
	margin:5px 0;
}
.dtitem-sizelist th,
.dtitem-sizelist td{
	border:solid 1px #ccc;
	padding:4px 0;
	font-size:13px;
}
.dtitem-sizelist th {
    white-space: nowrap;
    width: 100px;
}


/*商品名*/
.dtitem-title {
    position: relative;
    margin: 0 0 .5em;
    padding: 0.75em 0 0.75em 1.5em;
    border: 2px solid #beb1aa;
    font-size: 18px;
    font-weight: bold;
}
.dtitem-title:before {
    content: "";
    position: absolute;
    background: #beb1aa;
    top: 50%;
    left: 0.5em;
    margin-top: -15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/*商品を購入する*/
.dtitem-title_buy {
    position: relative;
    padding: .75em;
    background: #981b20;
    color: white;
    font-size: 20px;
    left: -20px;
    width: 770px;
    font-weight: bold;
    margin-bottom: 15px;
}

.dtitem-title_buy:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0px;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #4e1b1d;
}
/*見出し*/
.dtitem-mds {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 60px 0 20px 0;
    color: #565455;
    font-size: 28px;
    display: -webkit-box;
    display: -moz-box;
    font-weight: bold;
}
.dtitem-mds:before {
    content: "\f150";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    color: #911d22;
    font-size: 25px;
    margin: 0 10px;
}
.dtitem-mds span {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: .2em;
	margin-left:10px;
	color: #aaa;
	font-weight:300;
	font-size:15px;
}
