@charset "utf-8";
#detailOne .ChangesByVariation .productSellInfo{
	margin-bottom:0;
}
.block{
	display:block;
}
.txt_b{
	font-weight:bold;
}
.indent1em{
	text-indent: -1em;
    margin-left: 1em;
}
#page_top {
    position: fixed;
    right: 25px;
    bottom: 20px;
    background: #000;
    opacity: .6;
    border-radius: 50%;
    z-index: 9999999
}

#page_top,#page_top a {
    width: 50px;
    height: 50px
}

#page_top a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center
}

#page_top a:before {
    font-family: Font Awesome\ 5 Free;
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto
}
#dvProductDetailArea .description.firstBlock{
	padding-top:0;
}
.desc_detail2 .size_table ul li{
	margin-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}
.descDetail .descDetail-inner{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;	
} 
.deliveryDate{
	border:3px double #c7adb6;
	box-sizing:border-box;
	padding:1em;
	display:inline-block;
	min-width: 340px;
	font-size:17px;
	margin:1em 0 0;
}
.deliveryDate .fa-truck{
	transform: rotateY(180deg);
	display: inline-block;
}
.deliveryDate span.deliveryDate__text{
	display:inline-block;
	vertical-align:top;
}
	.VariationPanel
	{
		width:100px;
		border:1px;
		padding:10px 5px 5px 5px;
		margin-right: 15px;
		margin-bottom: 10px;
		border-style:solid;
		border-color: #adb0b0;
		background-color: #f5f7f7;
		float:left
	}
	.VariationPanelSelected
	{
		width:100px;
		border:1px;
		border-style:solid;
		padding:10px 5px 5px 5px;
		margin-right: 15px;
		margin-bottom: 10px;
		background-color: #dbdfdf;
		float:left
	}
	input[type="checkbox"] {
		-webkit-appearance: auto;
	}
.siteUserGuideArea{
	background-color:#f3f3f4;
	font-family: 'TsukuMinPr6-R', 'FOT-筑紫明朝 Pr6 R', serif;
	box-sizing:border-box;
	padding:3em;
	margin-top:7em;
}
.siteUserGuideArea__title{
	color:#735A63;
	letter-spacing:2px;
}
.siteUserGuide{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.siteUserGuide .siteUserGuide-ListWrap__ListInner{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
align-items: center;
position: relative;
    padding: 10px 0;
    cursor: pointer;
border-bottom: 1px solid #707070;
}
.siteUserGuide .siteUserGuide-ListWrap__ListInner:after, .siteUserGuide .siteUserGuide-ListWrap__ListInner:before{
	content: '';
    display: block;
    width: 13px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 49%;
    right: 7px;
    transition: transform .4s;
    vertical-align: middle;
}
.siteUserGuide .siteUserGuide-ListWrap__ListInner:after{
	transform: rotate(90deg);
}
.siteUserGuide-ListWrap__ListInner.active:after, .siteUserGuide-ListWrap__ListInner.active:before{
	transform: rotate(360deg);
    transition: transform .4s;
}
.siteUserGuide .siteUserGuide-ListWrap__ListIcon{
	width:15%;
}
.siteUserGuide .siteUserGuide-ListWrap__ListTitle{
	width:70%;
}
.siteUserGuide .siteUserGuide-ListWrap__ListTitle p{
	padding-left:1em;
	line-height:1.8;
	letter-spacing:1px;
	font-weight:bold;
}
.siteUserGuide .siteUserGuide-ListWrap__ListText{
	display:none;
}
.siteUserGuide .siteUserGuide-ListWrap__ListText p{
	color:#525252;
	line-height:1.8;
	padding-top:1em;
}
.siteUserGuide .siteUserGuide-ListWrap{
width: 32.33333%;
margin-bottom:1em;
}

#dvProductDetailArea .item_inquiry {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom:30px;
    margin-top:30px;
}
#dvProductDetailArea .item_inquiry .fukidashiTxt{
	  display: flex;
      justify-content: center;
      align-items: center;
      gap:.5em;
}
#dvProductDetailArea .item_inquiry .fukidashiTxt::before {
      content: "";
      width:3em;
      height: 1px;
      transform: rotate(70deg);
      box-sizing: border-box;
      background-color: #333333;
    }
#dvProductDetailArea .item_inquiry .fukidashiTxt::after {
      content: "";
      width:3em;
      height: 1px;
      transform: rotate(-70deg);
      box-sizing: border-box;
      background-color: #333333;
    }
#dvProductDetailArea .item_inquiry .fukidashiTxt p{
	line-height:1.8;
    }
#dvProductDetailArea .item_inquiry .item_inquiry_box{
    width: 48%;
	background:#eeeeee;
	text-align:center;
	font-size:18px;
	letter-spacing: 2px;
}
#dvProductDetailArea .item_inquiry .item_inquiry_box a{
	display:block;
	padding:10px 0;
	color:#555555;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-weight: bold;
}
#dvProductDetailArea .item_inquiry p{
	margin-bottom:10px;
}
#dvProductDetailArea .item_inquiry .item_inquiry_box img{
	height:35px;
	margin-right: 10px;
}
/*サイズ詳細*/
.descDetail .accordion {
  margin: 0 auto;
}
.accordion__summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-weight:bold;
  transition: color 0.3s;
  user-select: none;
background:#eee;
}
.accordion__summary::after {
  content: '+';
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0.5em;
  transition: transform 0.4s ease, color 0.3s, content 0.3s;
}
.accordion.is-open .accordion__summary::after {
  content: '−';
  transform: rotate(180deg);
}
.accordion__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s ease-in-out;
}
.accordion.is-open .accordion__content {
  opacity: 1;
}

.accordion.is-animating .accordion__summary {
  pointer-events: none;
  opacity: 0.6;
}
/*商品詳細1　項目表*/
#guideDetail tr th{
		border:1px solid #c8c8c8;
		width:10em;
		padding:.5em;
		text-align:center;
		background-color: #f0f0f0;
		font-weight:normal;
	}
	#guideDetail tr td{
		border:1px solid #c8c8c8;
		width:calc(100% - 10em);
		padding:.5em;
	}
	.desc_detail3 .notice{
		background:#f0f0f0;
		padding:2em;
		box-sizing:border-box;
	}
	ul.guideArea3List li{
		text-indent:-1em;
		margin-left:1em;
	}
/* レンタル約款 */
.consent_form #sizeGuideBtn {
  /*padding: 15px 0;*/
  margin-top: 22px;
}
.consent_form #sizeGuideBtn a {
  display: inline-block;
  position: relative;
  border: 1px solid #b3b3b3;
  padding:1em 2em;
  text-indent: 15px;
}
.consent_form #sizeGuideBtn a:before {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  content: '';
  left: 30px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.cartSize p, .cartSize ul li{
		line-height:1.8;
	}
.cartSize .size_table{
		max-width:100%;
	}
.cartSize ul{
		text-indent:-2em;
		text-align:left;
	}
.cartSize ul li{
		margin-left:2em;
	}
/* 閲覧履歴 */
	#dvProductDetailArea #dvCheckList	{
		display:flex;
		flex-wrap:wrap;
		gap:0 3px;
		margin:18px 0 30px;
	}
	#dvProductDetailArea #dvCheckList .productCheckList{
		max-width:150px;
		flex: 1 1 150px;
		margin:0;
		float:none;
	}
	#dvProductDetailArea #dvCheckList .productCheckList ul li.thumnail img{
		width:100%;
		height:auto;
	}
#dvProductDetailArea #dvCheckList .productCheckList ul li{
	margin-top: 16px;
	line-height: 1.66;
    font-size: 12px;
}
	#dvProductDetailArea #dvCheckList .productCheckList ul li p strike{
		color:#000;
	}
		#dvProductDetailArea #dvCheckList .productCheckList ul li p .special{
		color:#f00;
	}
.productSellInfo div:nth-child(2) input[type="text"]{
	border: 1px solid #ccc;
	line-height: 20px;
}
#detailOne .ChangesByVariation .productSellInfo p{
	line-height:1.8;
}
.productSellInfo select[name*="ProductOptionValueSetting"]{
	border:1px solid #ccc;
}
.desc_detail1 #guideDetail{
	width:100%;
}
@media only screen and (min-width:1025px) {

}
@media screen and (min-width:441px) and (max-width:1024px) {

}
@media only screen and (max-width:440px) {

}
