@charset "shift_jis";


/*PC・SMP共通設定*/
#sheep_mattress{
	padding: 0;
}
/* #sheep_mattress ul, #sheep_mattress li, #sheep_mattress dl, #sheep_mattress dd, #sheep_mattress dt{
	box-sizing: border-box;
} */

/*画像ふわふわアニメーション*/
#sheep_mattress .animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
#sheep_mattress .keyframe1{
	animation-name: anim_v;
}
@keyframes anim_v {
	0% {
		transform: translate(0, 0px);
	}
	100% {
	  transform: translate(0, 20px);
	}
}

/*smp*/
@media screen and (max-width: 640px){
	
	#sheep_mattress .smp_none{
		display: none !important;
	}
	
	/*コンテンツ大枠*/
	#sheep_mattress{
		max-width: 100%;
		margin: 0 auto 5vw;
		padding: 2vw 0 0;
		background-color: #1c1f21;
		padding-bottom: 1%;
	}

	/*見出し*/
	#sheep_mattress h1,#sheep_mattress h2,#sheep_mattress h3{
		color: #bcaa80;
		font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
	}

	#sheep_mattress > h1{
		font-family: 'Great Vibes', cursive;
		font-size: 10vw;
		background: -webkit-linear-gradient(0deg, #fff5de, #bcaa80);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.5vw;
	}
	#sheep_mattress > h2{
		margin: 2vw auto 0.5vw;
		font-size: 4vw;
		font-weight: normal;
		text-align: center;
		display: block;
	}

	/*切り替えタブ*/
	#sheep_mattress .tab-area {
		display: flex;
		border: 2px solid;
		cursor: pointer;
		width: 98%;
		margin: 0 auto;
	}
	#sheep_mattress .tab_sheep {
		width: calc(100%/3);
		padding: 2% 0%;
		text-align: center;
		color: #fff;
		background-color: #455158;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		opacity: 0.5;
	}
	#sheep_mattress .tab_sheep h3{
		margin: 0 auto 1vw;
		font-size: 3.5vw;
		font-weight: bold;
		width: 100%;
	}
	#sheep_mattress .tab_sheep p{
		color: #fff;
		font-size: 3vw;
		width: 95%;
		margin: 0 auto;
		font-weight: normal;
		line-height: 4vw;
	}
	#sheep_mattress .tab_sheep:nth-child(n+2) {
		border-left: solid #1c1f21 1px;
	}
	#sheep_mattress .tab_sheep.active_sheep {
		/* background-color: #374046; */
		opacity: 1.0;
		transition: all 1.0s ease;
	}
	#sheep_mattress .tab_sheep:active{
		opacity: 1.0;
		transition: all 1.0s ease;
	}

	/*タブ中身*/
	#sheep_mattress .panel_sheep {
		display: none;
		text-align: center;
		width: 98%;
		margin: 1% auto 0;
		box-sizing: border-box;
		border: 1px solid #6e6652;
		padding: 2% 0;
	}
	#sheep_mattress .panel_sheep.active_sheep {
		display: block;
	}

	/*常時表示（2カラム表示）*/
	#sheep_mattress .panel_sheep .item_box{
		width: 100%;
		margin: 0 auto;
	}
	#sheep_mattress .panel_sheep .item_box > ul{
		width: 95%;
		margin: 0 auto;
		/* display: flex;
		justify-content: flex-start;
		align-items: flex-end; */
	}
	/**画像**/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(1){
		width: 75%;
		margin: 0 auto;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(1) img{
		max-width: 100%;
	}
	/**商品情報**/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2){
		width: 90%;
		margin: 4vw auto 0;
		color: #bcaa80;
	}
	/***型番・厚さ***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dl > div{
		border-bottom: 1px solid #bcaa80;
		/* padding-bottom: 5px; */
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dt.name{
		font-size: 4vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.thickness{
		font-size: 4vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.thickness span{
		font-size: 5vw;
	}

	/***訴求アイコン***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon{
		margin-top: 2vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul{
		display: flex;
		flex-wrap: wrap;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li{
		padding: 1% 2%;
		border: 1px solid;
		font-size: 3vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li.coil{
		width: 20%;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li.coil span{
		/* display: block; */
		margin-right: 3%;
		font-weight: bold;
		font-size: 3.5vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li:nth-child(n+2){
		margin-left: 1.5%;
		width: 17%;
		background-color: #3c464c;
		font-size: 2.5vw;
		text-align: center;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/***販売価格***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.price{
		color: #ba460d;
		margin: 2vw 0 1vw;
	}
	#sheep_mattress .buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice{
		display: none;
	}
	#sheep_mattress .intax{
		display: none;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.price li.price{
		font-size: 7vw;
		display: inline-block;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.price li.price::after{
		content: "〜";
		font-weight: normal;
		margin-left: 1px;
	}

	/***サイズ改修ボタン***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn{
		margin-bottom: 2vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li{
		width: calc(95%/3);
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a{
		display: block;
		text-align: center;
		box-sizing: border-box;
		background-color: #bcaa80;
		color: #1c1f21;
		border-radius: 5px;
		position: relative;
		padding: 3vw 0 2vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a:active{		
		background-color: #86795b;
		color: #1c1f21 !important;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a::after{
		content: "chevron_right";
		font-family: 'Material Icons';
		font-size: 1.5em;
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a:active:after{		
		right: -2.5%;
		transition: all 0.3s ease;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a p:nth-child(1){
		font-weight: bold;
		line-height: 7vw;
		font-size: 6vw;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a p:nth-child(2){
		font-size: 3vw;
	}



	/*▼▼▼ もっと見る一覧 ▼▼▼*/
	/**アコーディオン**/
	#sheep_mattress .accordion {
		margin: 5vw auto 2vw;
		max-width: 95%;
		position: relative;
		width: 100%;
	}
	#sheep_mattress .accordion-title {
		color: #fff;
		cursor: pointer;
		font-size: 16px;
		padding: 10px 0;
	}
	#sheep_mattress .accordion-content {
		display: none;
		padding: 3vw 0 5vw;
	}
	#sheep_mattress .accordion-content p {
		font-size: 13px;
		line-height: 1.5;
	}
	/***タイトルの背景色***/
	#sheep_mattress .accordion-item:nth-of-type(1) .accordion-title {
		background-color: #455158;
		color: #fff;
		font-size: 3.5vw;
	}
	/***コンテンツボックスの枠線***/
	#sheep_mattress .accordion-item:nth-of-type(1) .accordion-content {
		overflow: auto;
	}
	/***矢印***/
	#sheep_mattress .accordion-title {
		position: relative;
	}
	#sheep_mattress .accordion-title::after {
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		content: "";
		display: block;
		height: 1.5vw;
		position: absolute;
		right: 4vw;
		top: 4vw;
		transform: rotate(135deg);
		transition: transform .3s ease-in-out, top .3s ease-in-out;
		width: 1.5vw;
	}
	#sheep_mattress .accordion-title.open::after {
		top: 45%;
		transform: rotate(-45deg);
	}
	#sheep_mattress .accordion-content > ul{		
		color: #bcaa80;
		width: 500px;
		white-space: nowrap;
		/* display: flex; */
		/* justify-content: space-between; */
		/* overflow: auto; */		
		/* white-space: nowrap; */
	}
	#sheep_mattress .accordion-content > ul > li{
		width: 35%;
		margin-right: 5vw;
		display: inline-block;
		/* white-space: nowrap; */
	}

	/***画像***/
	#sheep_mattress .accordion-content .img_box{
		width: 100%;
		margin: 0 auto;
	}
	#sheep_mattress .accordion-content .img_box img{
		max-width: 100%;
	}

	/***型番・厚さ***/
	#sheep_mattress .accordion-content .info_box > div{
		border-bottom: 1px solid #bcaa80;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	#sheep_mattress .accordion-content .info_box .name{
		font-size: 3.5vw;
	}
	#sheep_mattress .accordion-content .info_box .thickness{
		font-size: 3.5vw;
	}
	#sheep_mattress .accordion-content .info_box .thickness span{
		font-size: 5vw;
	}

	/***訴求アイコン***/
	#sheep_mattress .accordion-content .info_box dd.icon{
		margin-top: 2%;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul{
		display: flex;
		flex-wrap: wrap;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li{
		padding: 1% 2%;
		border: 1px solid;
		font-size: 0.6em;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li.coil{
		width: 30%;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li.coil span{
		/* display: block; */
		margin-right: 3%;
		font-weight: bold;
		font-size: 3.5vw;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li:nth-child(n+2){
		margin-left: 1%;
		width: 27%;
		background-color: #3c464c;
		font-size: 2vw;
		text-align: center;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 4vw;
	}

	/*スクロールヒント*/

	/*横スクロールバー設定*/
	/* #sheep_mattress .accordion-item:nth-of-type(1) .accordion-content::-webkit-scrollbar {
		height: 4vw;
	}
	#sheep_mattress .accordion-item:nth-of-type(1) .accordion-content::-webkit-scrollbar-thumb {
		background: #ba460d;
		border-radius: 8px;
	}
	#sheep_mattress .accordion-item:nth-of-type(1) .accordion-content::-webkit-scrollbar-track {
		background: #3c464c;
		border-radius: 8px;
	} */
	

	/***販売価格***/
	#sheep_mattress .accordion-content .info_box dd.price{
		color: #ba460d;
		margin: 2% 0 1.5%;
	}	
	#sheep_mattress .accordion-content .info_box dd.price li.price{
		font-size: 6vw;
		display: inline-block;
	}
	#sheep_mattress .accordion-content .info_box dd.price li.price::after{
		content: "〜";
		font-weight: bold;
		margin-left: 1px;
	}

	/***サイズ改修ボタン***/
	#sheep_mattress .accordion-content .info_box dd.link_btn ul{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li{
		width: calc(95%/3);
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a{
		display: block;
		text-align: center;
		box-sizing: border-box;
		background-color: #bcaa80;
		color: #1c1f21;
		border-radius: 5px;
		position: relative;
		padding: 3vw 0;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a:active{		
		background-color: #86795b;
		color: #1c1f21 !important;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a::after{
		content: "chevron_right";
		font-family: 'Material Icons';
		font-size: 4vw;
		position: absolute;
		top: 53%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a:active:after{		
		right: -5%;
		transition: all 0.3s ease;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a p:nth-child(1){
		font-weight: bold;
		line-height: 1.3em;
		font-size: 5vw;
		text-align: left;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li:nth-child(odd) a p:nth-child(1){
		padding-left: 5vw;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li:nth-child(even) a p:nth-child(1){
		padding-left: 3vw;
	}

	/*コイル数　注釈コメント*/
	#sheep_mattress #comment{
		width: calc( 100% - 10px );
		margin: 3vw auto 2vw;
		text-align: right;
	}
	#sheep_mattress #comment p{
		color: #86795b;
		font-size: 3vw;
		line-height: 100%;
	}
	
}/*smp-end*/


/*PC*/
@media screen and (min-width: 640px){
	
	#wrap a:hover img{ opacity:0.8;}
	#wrap .pc_none{
		display: none !important;
	}
	
	/*コンテンツ大枠*/
	#sheep_mattress{
		max-width: 750px;
		margin: 0 auto 20px;
	    padding: 10px 0 0;
		background-color: #1c1f21;
		padding-bottom: 1%;
	}

	/*見出し*/
	#sheep_mattress h1,#sheep_mattress h2,#sheep_mattress h3{
		color: #bcaa80;
		font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
	}

	#sheep_mattress > h1{
		font-family: 'Great Vibes', cursive;
		font-size: 4em;
		background: -webkit-linear-gradient(0deg, #fff5de, #bcaa80);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		font-weight: normal;
	}
	#sheep_mattress > h2{
		margin: 1% auto 0;
		font-size: 1.4em;
		font-weight: normal;
		text-align: center;
		display: block;
	}

	/*切り替えタブ*/
	#sheep_mattress .tab-area {
		display: flex;
		border: 2px solid;
		cursor: pointer;
		width: 98%;
		margin: 0 auto;
	}
	#sheep_mattress .tab_sheep {
		width: calc(100%/3);
		padding: 2% 0% 3%;
		text-align: center;
		color: #fff;
		background-color: #455158;
		cursor: pointer;
		opacity: 0.5;
		
	}
	#sheep_mattress .tab_sheep h3{
		margin: 0.5em;
	}
	#sheep_mattress .tab_sheep p{
		color: #fff;
		font-size: 1em;
		font-weight: normal;
	}
	#sheep_mattress .tab_sheep:nth-child(n+2) {
		border-left: solid #1c1f21 1px;
	}
	#sheep_mattress .tab_sheep.active_sheep {
		/* background-color: #374046; */
		opacity: 1.0;
		transition: all 1.0s ease;
	}
	#sheep_mattress .tab_sheep:hover{
		opacity: 1.0;
		transition: all 1.0s ease;
	}

	/*タブ中身*/
	#sheep_mattress .panel_sheep {
		display: none;
		text-align: center;
		width: 98%;
		margin: 1% auto 0;
		box-sizing: border-box;
		border: 1px solid #6e6652;
		padding: 2% 0;
	}
	#sheep_mattress .panel_sheep.active_sheep {
		display: block;
	}

	/*常時表示（2カラム表示）*/
	#sheep_mattress .panel_sheep .item_box{
		width: 100%;
		margin: 0 auto;
	}
	#sheep_mattress .panel_sheep .item_box > ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	/**画像**/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(1){
		width: 47%;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(1) img{
		max-width: 100%;
	}
	/**商品情報**/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2){
		width: 50%;
		color: #bcaa80;
	}
	/***型番・厚さ***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dl > div{
		border-bottom: 1px solid #bcaa80;
		/* padding-bottom: 5px; */
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dt.name{
		font-size: 20px;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.thickness{
		font-size: 20px;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.thickness span{
		font-size: 27px;
	}

	/***訴求アイコン***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon{
		margin-top: 2%;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul{
		display: flex;
		flex-wrap: wrap;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li{
		padding: 1% 2%;
		border: 1px solid;
		font-size: 0.6em;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li.coil{
		width: 20%;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li.coil span{
		/* display: block; */
		margin-right: 3%;
		font-weight: bold;
		font-size: 15px;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.icon ul li:nth-child(n+2){
		margin-left: 1.5%;
		width: 15%;
		background-color: #3c464c;
		font-size: 0.6em;
		text-align: center;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/***販売価格***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.price{
		color: #ba460d;
		margin: 5% 0 1.5%;
	}
	#sheep_mattress .buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice{
		display: none;
	}
	#sheep_mattress .intax{
		display: none;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.price li.price{
		font-size: 1.8em;
		display: inline-block;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.price li.price::after{
		content: "〜";
		font-weight: normal;
		margin-left: 1px;
	}

	/***サイズ改修ボタン***/
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li{
		width: calc(95%/3);
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a{
		display: block;
		text-align: center;
		box-sizing: border-box;
		/* border: 1px solid; */
		background-color: #bcaa80;
		color: #1c1f21;
		border-radius: 5px;
		position: relative;
		padding: 1.5% 0 0;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a:hover{		
		background-color: #86795b;
		color: #1c1f21 !important;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a::after{
		content: "chevron_right";
		font-family: 'Material Icons';
		font-size: 1.5em;
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a:hover:after{		
		right: -2.5%;
		transition: all 0.3s ease;
	}
	#sheep_mattress .panel_sheep .item_box > ul > li:nth-child(2) dd.link_btn ul li a p:nth-child(1){
		font-weight: bold;
		line-height: 1.3em;
		font-size: 17px;
	}



	/*▼▼▼ もっと見る一覧 ▼▼▼*/
	/**アコーディオン**/
	#sheep_mattress .accordion {
		margin-left: auto;
		margin-right: auto;
		margin-top: 7%;
		max-width: 95%;
		position: relative;
		width: 100%;
	}
	#sheep_mattress .accordion-title {
		color: #fff;
		cursor: pointer;
		font-size: 16px;
		padding: 10px 0;
	}
	#sheep_mattress .accordion-content {
		display: none;
		padding: 10px 0;
	}
	#sheep_mattress .accordion-content p {
		font-size: 13px;
		line-height: 1.5;
	}
	/***タイトルの背景色***/
	#sheep_mattress .accordion-item:nth-of-type(1) .accordion-title {
		/* color: #bcaa80;
		border: 1px solid; */
		background-color: #455158;
		color: #fff;
		font-size: large;
	}
	/***コンテンツボックスの枠線***/
	#sheep_mattress .accordion-item:nth-of-type(1) .accordion-content {
		/* border-bottom: 2px solid #7f7fff;
		border-left: 2px solid #7f7fff;
		border-right: 2px solid #7f7fff; */
	}
	/***矢印***/
	#sheep_mattress .accordion-title {
		position: relative;
	}
	#sheep_mattress .accordion-title::after {
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 25px;
		top: 38%;
		transform: rotate(135deg);
		transition: transform .3s ease-in-out, top .3s ease-in-out;
		width: 8px;
	}
	#sheep_mattress .accordion-title.open::after {
		top: 45%;
		transform: rotate(-45deg);
	}
	#sheep_mattress .accordion-content > ul{
		display: flex;
		color: #bcaa80;
		justify-content: space-between;
	}
	#sheep_mattress .accordion-content > ul > li{
		width: calc(95%/3);
	}

	/***画像***/
	#sheep_mattress .accordion-content .img_box{
		width: 100%;
		margin: 0 auto;
	}
	#sheep_mattress .accordion-content .img_box img{
		max-width: 100%;
	}

	/***型番・厚さ***/
	#sheep_mattress .accordion-content .info_box > div{
		border-bottom: 1px solid #bcaa80;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	/* #sheep_mattress .accordion-content .info_box .name{
		font-size: 20px;
	}
	#sheep_mattress .accordion-content .info_box .thickness{
		font-size: 20px;
	} */
	#sheep_mattress .accordion-content .info_box .thickness span{
		font-size: 22px;
	}

	/***訴求アイコン***/
	#sheep_mattress .accordion-content .info_box dd.icon{
		margin-top: 2%;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul{
		display: flex;
		flex-wrap: wrap;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li{
		padding: 1% 2%;
		border: 1px solid;
		font-size: 0.6em;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li.coil{
		width: 30%;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li.coil span{
		/* display: block; */
		margin-right: 3%;
		font-weight: bold;
		font-size: 1.6em;
	}
	#sheep_mattress .accordion-content .info_box dd.icon ul li:nth-child(n+2){
		margin-left: 2%;
		width: 25%;
		background-color: #3c464c;
		font-size: 0.5em;
		text-align: center;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/***販売価格***/
	#sheep_mattress .accordion-content .info_box dd.price{
		color: #ba460d;
		margin: 2% 0 1.5%;
	}	
	#sheep_mattress .accordion-content .info_box dd.price li.price{
		font-size: 1.5em;
		display: inline-block;
	}
	#sheep_mattress .accordion-content .info_box dd.price li.price::after{
		content: "〜";
		font-weight: bold;
		margin-left: 1px;
	}

	/***サイズ改修ボタン***/
	#sheep_mattress .accordion-content .info_box dd.link_btn ul{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li{
		width: calc(95%/3);
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a{
		display: block;
		text-align: center;
		box-sizing: border-box;
		background-color: #bcaa80;
		color: #1c1f21;
		border-radius: 5px;
		position: relative;
		padding: 15% 0;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a:hover{		
		background-color: #86795b;
		color: #1c1f21 !important;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a::after{
		content: "chevron_right";
		font-family: 'Material Icons';
		font-size: 1.5em;
		position: absolute;
		top: 55%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a:hover:after{		
		right: -2%;
		transition: all 0.3s ease;
	}
	#sheep_mattress .accordion-content .info_box dd.link_btn ul li a p:nth-child(1){
		font-weight: bold;
		line-height: 1.3em;
		font-size: 17px;
	}

	/*コイル数　注釈コメント*/
	#sheep_mattress #comment{
		width: calc( 100% - 15px );
		margin: 10px auto 3px;
		text-align: right;
	}
	#sheep_mattress #comment p{
		color: #86795b;
		font-size: 0.8em;
		line-height: 100%;
	}

}/*PC_end*/


