@charset "UTF-8";
/*============================================================
	Author and Copyright
		Author    :  prosysta Inc, (http://prosysta.co.jp/)
		Created   :  2018.09
		Modified  :  2018.09
============================================================*/

/*--------------------------------------------

 === service


/*---------------------------------------------
 KV
--------------------------------------------- */
/*布団*/
.bed-kv:after {
	background-image: url(../images/lower-kv/bed-kv.jpg);
	background-position: bottom;
}
/*単品*/
.tanpin-kv:after {
	background-image: url(../images/lower-kv/tanpin-kv.jpg);
	background-position: bottom;
}
/*詰め放題*/
.tsumeho-kv:after {
	background-image: url(../images/lower-kv/tsumeho-kv.jpg);
	background-position: top;
	background-size: 130% auto;
}


.lower-kv-text {
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.page-sub-text {
	text-align: center;
	font-weight: bold;
	padding: 1em .5em;
	font-size: 2.2rem;
}
.page-sub-text small {
	font-weight: normal;
	font-size: 1.2rem;
	display: block;
	margin-top: .5rem;
}
.min-arrow-02 {
	display:inline-block;
	padding-right: 1.4em!important;
	margin-right: .5em;
}


@media (min-width:768px) { /* forPC */
/*詰め放題*/
.tsumeho-kv:after {
	background-size: 80% auto;
}
}


/*---------------------------------------------
 bed 布団ページ
--------------------------------------------- */


/* 布団の汚れを徹底的になくそう
--------------------------------------------- */
.story-blk {
	text-align: center;
	min-height: 830px;
}
.text-not-store ,
.text-remove-stains {
	max-width: 400px;
	width: 90%;
	margin: auto;
}
.story-box {
	position: relative;
	text-align: left;
}
.story-box--img ,
.story-box--text {
	position: absolute;
}
.story-box--text {
	line-height: 1.8;
	font-size: 1.4rem;
	z-index: 2;
}
.story-01 .story-box--img ,
.story-03 .story-box--img {
	right: 0;
}
.story-02 .story-box--img ,
.story-04 .story-box--img {
	left: 0;
}
.story-01 .story-box--text {
	top: 20px;
}
.story-01 .story-box--img {
	max-width: 160px;
	top: 60px;
}
.story-02 .story-box--text {
	max-width: 320px;
	width: 50%;
	top: 210px;
	right: 0;
}
.story-02 .story-box--img {
	max-width: 170px;
	top: 150px;
}
.story-03 .story-box--text {
	top: 360px;
}
.story-03 .story-box--img {
	max-width: 150px;
	top: 300px;
}
.story-04 .story-box--text {
	width: 50%;
	top: 500px;
	right: 0;
}
.story-04 .story-box--img {
	max-width: 190px;
	top: 450px;
}
.story-box--text.last {
	width: 100%;
	top: 630px;
	left: 0;
}




/* クリーニング工程のご紹介
--------------------------------------------- */
.bed-cleaning-box--num {
	font-size: 7.5rem;
	font-weight: bold;
	display: block;
	color: #6dcade;
}
.bed-cleaning-box h3 ,
.bed-cleaning-box--img {
	max-width: 	50%;
	display: inline-block;
	vertical-align: middle;
}
.bed-cleaning-box h3 {
	text-align: center;
	position: relative;
}
.bed-cleaning-box h3:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 40px;
	top: 35px;
}
.bed-cleaning-box article:nth-child(odd) h3:before {
	background: url(../images/common/ico-ornament-01.png) no-repeat center;
	background-size: 100%;
	right: -20px;
}
.bed-cleaning-box article:nth-child(even) h3:before {
	background: url(../images/common/ico-ornament-02.png) no-repeat center;
	background-size: 100%;
	left: -20px;
}
.bed-cleaning-box article:nth-child(even) h3.text-2lines:before {
	top: 65px;
}
.bed-cleaning-box article:nth-child(odd) h3 {
	padding-right: 40px;
}
.bed-cleaning-box article:nth-child(even) h3 {
	padding-left: 40px;
}
.bed-cleaning-box--text {
	margin-top: 1em;
	line-height: 1.6;
}


/* 商品の種類
--------------------------------------------- */
.bed-type-blk .circle-list {
	float: left;
	margin-top: 1em;
}
.bed-type-blk .circle-list li {
	font-size: 2rem;
}
.bed-type-blk .fig {
	max-width: 120px;
	float: right
}
.bed-type-blk small {
	clear: both;
	display: block;
	margin-top: .5em;
}
.bed-count-box .c-pk {
	font-size: 1.8rem;
}



/*点数の数え方 タブ切り替え*/
.tab-menu {
	text-align: center;
	margin: 2em 0;
}
input[name="tab-item"] {
	display: none;
}
.tab-menu input:checked + .tab-item {
	background: #109be0;
	border-top: 6px solid #109be0;
	color: #FFF;
}
.tab-item {
	display: inline-block;
	width: 32%;
	padding: .5em;
	background: #ededf1;
	border-top: 6px solid #FFF;
	color: #686868;
	text-align: center;
	font-size: 1.8rem;
	font-weight: normal;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.2s ease;
	margin: 0;
}
.tab-content {
	border: 1px solid #109be0;
	padding: 1em;
}
.tab-content .tab-content--list {
	text-align: left;
}
.tab-content .tab-content--list li + li {
	margin-top: .5em;
}

.tab-menu .caution-text {
	text-align: left;
	margin-top: 1em;
	font-size: 1.4rem;
}






/* 料金設定
--------------------------------------------- */

.bed-price-blk .wrap-two {
	text-align: center;
	margin-top: 1.5em;
	margin-left: -2.5%;
	margin-right: -2.5%;
	display: flex;
  justify-content: center;
}
.bed-price-blk .wrap-two--box {
	display: inline-block;
	width: 44%;
	max-width: 300px;
	margin: 0 2%;
	border: 1px solid #686868;
	border-radius: 5px;
}
.bed-price--pack {
	padding: 1em 0;
}
.bed-price--pack + .bed-price--pack {
	position: relative;
}
.bed-price--pack + .bed-price--pack:before {
	content: "";
	position: absolute;
	width: 4em;
	height: 1px;
	border: .5px solid #686868;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bed-price--pack p {
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
}
.bed-price-box h4{
	padding: 1em .5em;
	font-size: 1.5rem;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.sv-color ,
.bed-price--sv h4 {
	background: #d9d9d9;
}
.g-color ,
.bed-price--g h4 {
	background: #feb91c;
}
.bed-price-blk .pc-half--box small {
	text-align: center;
	display: block;
	margin-top: .5em;
}
.bed-price-blk .caution-text {
	margin-top: 2em;
}
.case-num em {
	display: block;
	font-style: normal;
}




/*点数換算の例*/
.bed-service-page .pd + .pd.case-points {
	text-align: center;
	padding-top: 1.5em;
}
.case-box .case-box--tit {
	display: flex;
	align-items: center;
	color: #6dcade;
	font-weight: bold;
}
.case-box .case-box--tit .case-num {
	line-height: 1;
	font-size: 1.8rem;
	text-align: center;
	margin-right: 1em;
}
.case-box .case-box--tit h4 {
	font-size: 1.9rem;
	font-weight: bold;
}
.balloon {
	position: relative;
	line-height: 1;
	text-align: center;
}
.balloon:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url(../images/common/ico-balloon-01.png) no-repeat center;
	background-size: 100%;
	left: 0;
  top: 10px;
}
.case-box--img {
	margin-top: 1.6em;
	display: flex;
}
.case-box--img ,
.case-box--tatal {
	text-align: center;
}
.case-box--img .one-3 span {
	font-size: 1.3rem;
}
.case-box--tatal.trigone-balloon::after {
	border-top: 15px solid #f7f7f7;
}


.case-box--tatal--num {
	color: #686868;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 20px;
}
.case-box--tatal--detail {
	margin: .4em 0;
}
.case-box--tatal--price em {
	font-size: 2rem;
	font-weight: bold;
	font-style: normal;
	padding-right: .5em;
	color: #686868;
}
.case-box--tatal--price span {
	color: #f24b8c;
	font-size: 2.5rem;
	font-weight: bold;
}
.case-box .text-indent {
	text-align: left;
	font-size: 1.4rem;
	margin-top: 1em;
}

/* オプション
--------------------------------------------- */
.bed-option-blk .fig + h3 {
	margin: .5em 0;
}
.option-price {
	text-align: center;
	padding: .5em 0;
	margin: .5em 0;
	border-top: 1px dashed #686868;
	border-bottom: 1px dashed #686868;
}
.option-price b {
	color: #f24b8c;
	font-size: 3rem;
}
.bed-option-blk .t-center {
	margin-top: .5em;
	font-size: 2rem;
}
.bed-option-blk .inner + .inner {
	padding-top: 0;
}
.inner + .inner .rl-line-tit {
	margin-top: 2em;
}


/* その他サービス
--------------------------------------------- */
.attitem-tble {
	position: relative;
	max-width: 430px;
	margin: auto;
}
.attitem-tble > .t-right {
	position: absolute;
	top: -1.7em;
	right: .5em;
}
.board-tbl {
	border: 2px solid #6dcade;
	border-radius: 10px;
	border-collapse: separate;
	padding: 0 1.5em;
	font-size: 1.5rem;
	margin: 5em 0 1em;
	position: relative;
	background: #FFF;
}
.board-tbl::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 130px;
	height: 80px;
	background: url(../images/common/board-tbl-before.png) no-repeat top;
	background-size: 100%;
	left: 50%;
	transform: translateX(-50%);
  top: -64px;
}
.board-tbl th ,
.board-tbl td {
	padding: .8em .4em;
	border-bottom: 1px dashed #6dcade;
}
.board-tbl th {
	font-weight: bold;
	min-width: 8em;
}
.board-tbl td {
	text-align: center;
}
.board-tbl tr:last-child th ,
.board-tbl tr:last-child td {
	border-bottom: 0;
}
.text-g {
	color: #feb91c;
}
.other-service-blk .text {
	line-height: 1.8;
}
.bed-service-page .other-service-hokan-box p {
	margin-top: 1em;
}
.other-service-blk .in-box {
	margin: 0 auto 2em;
}



/* ご注文の流れ
--------------------------------------------- */

.flow-box {
	border: 1px solid #109be0;
}
.flow-box > dt ,
.flow-box > span {
	display: block!important;
}
.flow-box .detail {
	display: none;
}
.flow-box b {
	border-bottom: 2px dashed #6dcade;
	padding: 0 .5em .1em;
}
.flow-box em {
	font-style: normal;
}
.flow-box dl {
	border-bottom: 1px dashed #6dcade;
	padding: 0 1em 1em;
	margin-bottom: 0;
}
.flow-box dl + dl {
	margin-top: 1em;
}
.flow-box dl:first-child {
	padding-top: 1em;
}
.flow-box .num {
	font-size: 3rem;
	color: #6dcade;
	display: inline-block;
}
.flow-box .num ,
.assembly-tel {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.flow-box dl h3 {
	padding-left: 1em;
	font-size: 1.8rem;
	display: inline-block;
	width: 90%;
	font-weight: bold;
}
.flow-box dl .flow-detail-btn h3 {
	padding-right: 1.4em;
}
.step5-2 h3 {
	margin-left: 1em;
	padding-left: .5em;
	border-left: 2px solid #6dcade;
}
.flow-box .num ,
.flow-box h3 {
	vertical-align: middle;
}
.flow-box h3 small{
	display: block;
	margin-top: .5em;
}
.flow-box .detail {
	clear: both;
	margin-top: 1em;
}
.flow-box .detail ,
.flow-box article p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.flow-box .detail figure {
	margin: 1em auto;
}
.flow-box .timing {
	text-align: center;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	background: #f2f2f2;
	padding: .5em;
	margin-top: 1em;
}
.contact-means h4 {
	text-align: center;
	margin-top: 1.5em;
}

/*集荷依頼*/
.assembly {
	border: 1px solid #109be0;
	padding: 1em;
	margin-top: 1em;
	text-align: center;
}
.assembly .tag {
	display: block;
	font-weight: bold;
	border-bottom: 1px dashed #109be0;
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-size: 1.6rem;
}
.assembly-tel {
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: #109be0;
}
.finishing-blk .assembly-tel {
	font-size: 2rem;
}
.assembly em {
	color: #808080;
}
.assembly .sub {
	display: block;
	font-size: 1.2rem;
}
.assembly .sub.mobile {
	margin-top: 1em;
}

/*お布団の宅配クリーニング仕上がりまでのお時間の目安*/
.flow-box article h3 {
	font-size: 2rem;
	padding: .8em;
	text-align:center;
	font-weight: bold;
	color: #6dcade;
}
.flow-box article p {
	padding: 0 1em 2em;
}
.flow-box article b {
	font-size: 1.8rem;
}


/* ご注意事項
--------------------------------------------- */
.cleaning-caution-blk .pd + .pd {
	padding-top: 0;
}
.cleaning-caution-box {
	border: 2px solid #ccc;
	padding: 1em;
	line-height: 1.8;
	display: none;
}

.cleaning-caution-box article {
	font-size: 1.5rem;
}
.cleaning-caution-box article + article {
	margin-top: 2em;
}
.cleaning-caution-box h3 {
	margin: 0 0 .2em;
	color: #109be0;
	font-size: 1.8rem;
}
.cleaning-caution-box h4 {
	margin: 1em 0 0;
	font-size: 1.6rem;
}


/*20190510*/
	.tsumehoplan-tit-blk-02{
	  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 1rem;
		margin-bottom: 3rem;
		border-bottom: 6px double #ffc300;
    font-size: 1.9rem;
	}
	.tsumehoplan-tit-blk .sub-tit {
		border-bottom: 6px double #ffc300;
		padding: 0 0 .6rem 0;
		display: inline-block;
		font-size: 1.9rem;
	}
	.items-grid-new .ico-tit.font-m {
		font-size: 1.8rem;
	}
	.items-grid-new .ico-tit .font-ichirei {
		font-size: 1.3rem;
	}
	.items-grid-new .ico-tit {
		margin: 3rem 0 1.5rem;
    font-weight: bold;
		margin-top: .5rem;
    font-size: 2.5rem;
	}
	.image-illust img {
    padding-bottom: 2rem;
	}

	.items-grid-new ul li {
		display: table-cell;
	}
	.items-grid-new .list-top {
		width: 90%;
		padding: 0 2rem;
		margin: auto;
	}
	.base-frame-blk-inner table{
		width: 105%;
		border-collapse: collapse;
		border-spacing: 0;
		margin:3rem 0;
	}
	.base-frame-blk-inner table tr{
		height:3.3rem;
	}
	.base-frame-blk-inner table .table-price{
		text-align: right;
	}
	.base-frame-blk-inner table .pink-bold{
		font-weight:900;
		color:#f74b91;
	}
	.base-frame-blk-inner table th,
	.base-frame-blk-inner table td{
		font-size: 1.5rem;
		font-weight: normal;
		color: #808080;
		padding: 0 0.6rem;
	}
	.base-frame-blk-inner table th{
		text-align: center;
	}
	.base-frame-blk-inner table tr:nth-child(even){
		background-color: #f3f8f9;
	}
	.tanpin-img-center{
		text-align: center;
	}
	.items-grid .tsume10-img{
		text-align: center;
		max-width: 250px;
	}



/*=============================================

 PC

============================================= */

@media (min-width:768px) { /* forPC */

.page-tit {
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.page-tit:before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	border: 1px solid #000;
	top: -8px;
	left: 0;
}
.ac-sp-only-btn.large ,
.detail-btn.large {
	font-size: 2rem;
}

/*---------------------------------------------
 bed 布団ページ
--------------------------------------------- */
.lower-kv-text {
	width: 470px;
	top: 210px;
}
.page-sub-text {
	font-size: 3rem;
}


/* 布団の汚れを徹底的になくそう
--------------------------------------------- */
.story-blk {
	min-height: 1060px;
}
.story-box {
	max-width: 560px;
	margin: auto;
}
.story-01 {
	margin-top: 1em;
}
.story-box--text {
	font-size: 1.6rem;
}
.story-01 .story-box--img {
	max-width: 260px;
	right: 30px;
}
.story-02 .story-box--text {
	top: 300px
}
.story-02 .story-box--img {
	max-width: 260px;
	top: 140px;
}
.story-03 .story-box--text {
	top: 420px;
}
.story-03 .story-box--img {
	max-width: 200px;
	top: 380px;
}
.story-04 .story-box--text {
	top: 620px;
}
.story-04 .story-box--img {
	max-width: 260px;
	top: 540px;
}
.story-box--text.last {
	top: 790px;
	text-align: center;
}


/* クリーニング工程のご紹介
--------------------------------------------- */
.bed-cleaning-box article:nth-of-type(1) {
	margin-top: 3em;
}
.bed-cleaning-box article {
	padding: 2em;
	border-bottom: 1px dashed #ccc;
}
.bed-cleaning-box .box ,
.bed-cleaning-box--text {
	display: inline-block;
	vertical-align: middle;
}
.bed-cleaning-box .box {
	width: 52%;
}
.bed-cleaning-box--text {
	width: 45%;
}


/* 商品の種類
--------------------------------------------- */
.bed-type-box {
	max-width: 500px;
	margin: auto;
}
.bed-type-blk .circle-list {
	margin-top: 3em;
}
.bed-type-blk .circle-list li {
	font-size: 2.5rem;
}
.bed-type-blk .fig {
	max-width: 230px;
	margin-bottom: 1em;
}

/* 点数の数え方
--------------------------------------------- */
.tab-menu input + .tab-item {
	background: #109be0;
	border-top: 6px solid #109be0;
	color: #FFF;
	font-weight: normal;
	cursor: default;
}
.tab-item ,
.tab-content {
	width: 30%;
	margin: 0 1%;
}
.tab-content {
	display: inline-block;
	vertical-align: top;
	min-height: 14em;
}
.bed-count-box .caution-text {
	margin: 2em 0;
}


/*料金設定
--------------------------------------------- */
.bed-price-blk .pc-half {
	margin-left: -1.5em;
	margin-right: -1.5em;
}
.bed-price-blk .pc-half--box {
	padding: 0 1.5em;
}
.case-box .case-box--tit {
	text-align: left;
	min-height: 44px;
}
.case-points h4 {
	font-size: 1.7rem;
}
.case-box {
	padding: 0 1em;
}


/*その他サービス
--------------------------------------------- */
.board-tbl {
	max-width: 430px;
	margin: 4.5em auto 1.5em;
}
.other-service-blk .inner {
	text-align: center;
}
.other-service-blk .fig ,
.other-service-hokan-box .fig {
	max-width: 430px;
	height: 250px;
	overflow: hidden;
	margin:auto;
}
.other-service-blk .in-box {
	text-align: left;
	max-width: 620px;
}
.other-service-blk .word {
	margin: 0 0 1.5em;
}



/*オプション
--------------------------------------------- */
.bed-option-blk .t-center {
	font-size: 2.4rem;
}
.bed-option-blk .fig-box {
	max-width: 500px;
	margin-right: 2em;
}



/*ご注文の流れ
--------------------------------------------- */
.flow-box dl {
	padding: 0 3em 2em;
}
.flow-box .num {
	font-size: 5.4rem;
}
.flow-box dl h3 ,
.contact-means h4 {
	font-size: 2.4rem;
}
.flow-box .timing {
	font-size: 1.7rem;
}
.flow-box .detail, .flow-box article p {
	font-size: 1.6rem;
}
.flow-box .in-b {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.step2 .in-b {
	margin-top: .8em;
}
.flow-box .detail figure {
	width: auto;
}
.step5-2 h3 {
	margin-left: 1.2em;
}
.step2 .detail-cnt ,
.contact-means {
	width: 90%;
	margin: auto;
}
.assembly.sentaku-call ,
.assembly.yamato-call {
	min-height: 15em;
}
.flow-box .in-b + .in-b {
	margin-left: 3%;
}
.assembly .tag{
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.assembly.sentaku-call .tag {
	padding: .7em 0 1.2em;
}
.assembly .sub {
	font-size: 1.4rem;
	margin-top: 1em;
}
.assembly .sub.mobile {
	margin-top: .5em;
}
.flow-box article {
	text-align: center;
}
.flow-box article h3 {
	font-size: 2.6rem;
}
.flow-box article b {
	font-size: 2.4rem;
}



/* ご注意事項
--------------------------------------------- */
.cleaning-caution-box {
	padding: 1em 2em 2em;
}
.cleaning-caution-box h3 {
	font-size: 2.4rem;
}
.cleaning-caution-box h4 {
	font-size: 1.8rem;
}




/*---------------------------------------------
注文導線（フォーム+電話番号）
--------------------------------------------- */

.order-area-blk .order-area-mail .btn {
	font-size: 2.6rem;
}

.order-area-mail .btn strong {
	font-size: 1.6rem;
}

/* 単品ページ送料注意書き追加_20190626
--------------------------------------------- */
.tanpin-postage .t-caution  {
    padding-top: 2em;
	  color: #df0101;
}


/* forPC -----------------------*/ }



/*=============================================

 SP

============================================= */

@media (max-width:767px) { /* forSP */


/*---------------------------------------------
 bed 布団ページ
--------------------------------------------- */

/* 布団の汚れを徹底的になくそう
--------------------------------------------- */

/* クリーニング工程のご紹介
--------------------------------------------- */


.ac-sp-only--cnt {
	display: none;
}
.bed-cleaning-box .box {
	margin-top: 2em;
}
.bed-cleaning-box article:nth-child(odd) .box{
	text-align: right;
}


/* 点数の数え方
--------------------------------------------- */
/* 選択されているタブのコンテンツのみを表示 */
#tab01:checked ~ #tab01-content ,
#tab02:checked ~ #tab02-content ,
#tab03:checked ~ #tab03-content {
	display: block;
}
.tab-content {
	display: none;
}


/* 料金設定
--------------------------------------------- */
.bed-price-blk .pc-half--box + .pc-half--box {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px dashed #686868;
}
.case-box + .case-box {
	border: none;
	border-top: 2px dashed #dcdcdc;
	padding-top: 2em;
	margin-top: 2em;
}
.case-points h4 {
	text-align: left;
}
.case-box--img .row > span {
	font-size: 1.4rem;
}




/*ご注文の流れ
--------------------------------------------- */
.flow-box .detail figure {
	text-align: center;
}





/* forSP -----------------------*/ }



@media (max-width:320px) { /* foriPhone5 */

/*---------------------------------------------
 bed 布団ページ
--------------------------------------------- */
/* 布団の汚れを徹底的になくそう
--------------------------------------------- */
.story-blk {
	min-height: 930px;
}
.story-01 .story-box--img {
	top: 90px;
}
.story-02 .story-box--text {
	top: 235px;
}
.story-02 .story-box--img {
	top: 200px;
}
.story-03 .story-box--text {
	top: 460px;
}
.story-03 .story-box--img {
	top: 340px;
}
.story-04 .story-box--img {
	top: 580px;
}
.story-04 .story-box--text {
	top: 570px;
}
.story-box--text.last {
	top: 770px;
}
.bed-cleaning-blk .detail-btn.large {
	padding-right: 84px;
}

/* 商品の種類
--------------------------------------------- */
.bed-type-blk .fig {
	max-width: 100px;
}

/* 点数の数え方
--------------------------------------------- */
.tab-item {
	width: 31%;
	font-size: 1.4rem;
}
.case-box--img .one-3 span {
	font-size: 1.1rem;
}


/* 料金設定
--------------------------------------------- */
.case-box--img .row > span {
	font-size: 1.2rem;
}
.case-box--tatal--detail {
	font-size: 1.3rem;
}


/* その他のサービス
--------------------------------------------- */
.board-tbl {
	padding: 0 .5em;
	font-size: 1.3rem;
}
.bed-other-service-blk .rl-line-tit {
	font-size: 1.8rem;
}

/* オプション
--------------------------------------------- */
.bed-option-blk .fig + h3 {
	font-size: 2rem;
}



 /* foriPhone5 -----------------------*/ }


@media screen and (min-width: 375px) and (max-width: 413px) { /* iPhone6 */

/*foriPhone6 -----------------------*/ }


@media screen and (min-width: 414px) and (max-width: 500px){ /* iPhone Plus */


/* foriPhone Plus -----------------------*/ }





/*---------------------------------------------
 tanpin 単品ページ
--------------------------------------------- */

/* キャンペーン
--------------------------------------------- */
.cp {
	padding: 1em .5em;
}
.campaign-bnr {
	max-width: 260px;
	margin: 1em auto;
}
.campaign-bnr a {
	display: block;
}
.campaign-bnr-detail {
	border: 4px solid #000;
	padding: 2em;
	background: #FFF;
}

#cboxOverlay {
	overflow: auto!important;
	height: 100%!important;
}
#cboxContent {
	background: none!important;
}
#cboxLoadedContent {
	background: none!important;
	height: auto!important;
	box-sizing: border-box;
}

/* 他にも洗える！
--------------------------------------------- */
.page section + section.other-cleaning-blk {
	border-top: 2px dotted #686868;
	border-bottom: 2px dotted #686868;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 4em;
	margin-top: -2em;
}
.tanpin-service-page .other-cleaning-blk [class*="wrap-"] {
	margin: .5em 0;
}


/* クリーニング料金
--------------------------------------------- */
.item-price-blk h2 + small {
	text-align: center;
	display: block;
	margin-top: .5em;
}
.tanpin-service-page .item-price-box {
	margin: 0 0 1.5em;
}
.item-price-box {
	text-align: center;
}
.items-name {
	font-weight: bold;
	font-size: 1.6rem;
}
.tanpin-service-page .items-name {
	margin-bottom: .5em;
}
.items-price .member-type {
	margin: 0 20px;
}
.items-price .member-type + .member-type {
	position: relative;
	/* font-size: 2rem; */
}
.items-price .member-type + .member-type::before {
	content: "→";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: -.7em;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -2px;
}
/* .items-price .member-type + .member-type .price {
	color: #f24b8c;
} */


/* 送料
--------------------------------------------- */
.tanpin-postage .in-box {
	padding: 1em;
	color: #686868;
}
.tanpin-postage h4 {
	text-align: center;
	padding: .8em;
	font-weight: bold;
	font-size: 2rem;
	color: #686868;
	margin: 0;
}
.postage-blk .in-box b {
	font-weight: normal;
	font-size: 1.6rem;
}
.tanpin-postage [class*="postage--"] {
	border: 2px solid #D9D9D9;
}
.tanpin-postage [class*="postage--"] + [class*="postage--"] {
	margin-top: 2em;
}
.tanpin-postage [class*="postage--"] li + li {
	margin-top: 1.5em;
}




/* オプション
--------------------------------------------- */
.img.op-dx {
	max-width: 260px;
	margin: auto;
	padding: 2em 0;
}
.op-dx-text {
	text-align: center;
	border-bottom: 6px solid #ECECEC;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 1.7rem;
}
.op-dx-text .c-gd  {
	font-weight: bold;
	font-size: 2.5rem;
}

/* その他サービス
--------------------------------------------- */
.other-service-blk .word span {
	background: #FFF;
	color: #5e87c3;
	font-size: 1.6rem;
	font-weight: bold;
	padding: .6em 2.5em;
	border-radius: 30px;
	display: inline-block;
}
.closet-plan ,
.hokan-schedule {
	max-width: 600px;
}
.hokan-schedule {
	max-width: 600px;
	margin: 2em auto 0;
	border-top: 4px solid #109BE0;
	border-bottom: 4px solid #109BE0;
}


/*クローゼットプラン
--------------------------------------------- */
.closet-plan {
	background: #FFF;
	border-radius: 10px;
	margin: 2em auto 0;
	text-align: left;
	padding: 1em 2em 2em;
}
.closet-plan ul {
	margin: 1em 0;
}
.closet-plan-price {
	border-top: 1px solid #6dc8dc;
	border-bottom: 1px solid #6dc8dc;
	padding: 1em 0;
	margin-top: 2em;
	align-items: center;
	justify-content: space-between;
}
.img.ico-closet {
	width: 110px;
	margin: 0;
}



@media (min-width:768px) { /* forPC */

/* キャンペーン
--------------------------------------------- */
.campaign-bnr {
	max-width: 600px;
}

/* 特急料金
--------------------------------------------- */
.tanpin-service-page .option-ex-blk .pc-flex {
	margin: 3em 0;
	align-items: center;
}
.tanpin-service-page .bnr-ex-rates {
	max-width: 520px;
}
.tanpin-service-page .bnr-ex-rates + p {
	padding-left: 3em;
}


/* 他にも洗える！
--------------------------------------------- */
.page section + section.other-cleaning-blk {
	margin-top: -4em;
}


/* クリーニング料金
--------------------------------------------- */
.item-price-blk h2 + small {
	text-align: right;
}
.items-price ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.items-name {
	font-size: 1.7rem;
}
.items-price .member-type .price {
	display: block;
}
.items-price .member-type + .member-type::before {
	left: -1.5em;
}
.tanpin-price .control-wrap {
	margin: 2em 0;
}
.tanpin-price .icon-calculator {
	margin-left: 3em;
}

/* 送料
--------------------------------------------- */
.tanpin-postage .in-box {
	padding: 3em 4em;
}
.postage-blk .in-box b {
	font-size: 1.8rem;
}
.tanpin-postage .postage--g ul {
	padding-left: 1em;
}

/* オプション
--------------------------------------------- */
.img.op-dx {
	max-width: 300px;
}
.op-dx-text {
	font-size: 1.8rem;
}

/* その他サービス
--------------------------------------------- */
.hokan-schedule {
	background: #FFF;
	padding: 0 2em;
}

/*クローゼットプラン
--------------------------------------------- */

.img.text-closet-plan {
	max-width: 356px;
	margin-left: 0;
}



}




@media (max-width:767px) { /* forSP */

/*---------------------------------------------
 tanpin 単品ページ
--------------------------------------------- */

/* キャンペーン
--------------------------------------------- */
.campaign-bnr-detail p {
	font-size: 1.6rem;
}



/* 特急料金
--------------------------------------------- */
.tanpin-service-page .bnr-ex-rates {
	max-width: 100%;
	margin: 2em auto;
}
.tanpin-service-page .option-ex-blk .caution-text {
	margin: 2em 0 2.5em;
}


/* クリーニング料金
--------------------------------------------- */
.tanpin-price .container small {
	font-size: 1.2rem;
	margin-bottom: .5em;
	display: inline-block;
}
.tanpin-price .pc-cols-3 > .item-price-box:nth-child(1)  {
  width: 100%;
	padding: 0 25%;
}
.items-price .member-type + .member-type {
	margin-top: .2em;
}
.other-cleaning-blk .t-center {
	font-size: 1.8rem;
}
.tanpin-service-page .item-price-box small {
	margin-left: -42%;
	margin-right: -42%;
	display: inline-block;
	margin-top: .5em;
}



/* 送料
--------------------------------------------- */
.tanpin-postage .postage--g ul {
    padding-top: 1.5em;
}

/* その他サービス
--------------------------------------------- */
.other-service-hokan-box .hokan-schedule {
	margin-left: -20px;
	margin-right: -20px;
}
.main--column .tanpin-service-page .base-frame-blk.box-onaoshi {
	margin-left: -20px;
	margin-right: -20px;
}



/* ご注文の流れ
--------------------------------------------- */
.tanpin-order-flow-blk .page-tit {
	margin-top: 0;
}



}



@media (max-width:320px) { /* foriPhone5 */

.click-modal h2 {
	font-size: 2.2rem;
}
.tanpin-service-page .items-name {
	font-size: 1.5rem;
}
.tanpin-service-page .t-center small {
	font-size: 1.2rem;
}
.tanpin-service-page .bnr-ex-rates + p {
	font-size: 1.5rem;
}
.price-list-wrap .price-list dl {
	padding: .8em .5em;
}
.items-price .member-type {
	margin: 0 10px;
}
.items-price .member-type + .member-type {
	font-size: 1.8rem;
}
.other-service-blk .word span {
	padding: .6em 1em;
}
.other-cleaning-blk .t-center {
	font-size: 1.6rem;
}

}



@media all and (-ms-high-contrast: none){ /* IE */

.tanpin-service-page .bnr-ex-rates {
	width: 520px;
}
.tanpin-postage .in-box > .img {
	width: 470px;
}
.other-cleaning-blk .wrap-four--box a {
	position: relative;
}
[class*='pos-b']::before {
	position: absolute;
	left: 0;
}
.bed-price-blk .case-box {
	width: 50%;
}
.bed-option-blk .fig-box .fig {
	width: 430px;
}




}





/*---------------------------------------------
 tsumeho 詰め放題ページ
--------------------------------------------- */
.main--column .tsumeho-service-page .order-area-blk {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.tsumeho-service-page .page-sub-text {
	border-top: 10px solid #eaeaee;
	border-bottom: 10px solid #eaeaee;
}
.tsumehoplan-tit-blk {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 125px auto;
	margin-bottom: 2rem;
}
.tsumehoplan-tit-blk {
	border-bottom: solid 4px #f0f0f0;
	margin: 0 0 1.5rem;
	padding: 0 0 1rem;
}
.tsumehoplan-tit-blk .sub-tit {
	border-bottom: 6px double #ffc300;
	padding: 0 0 .6rem 0;
	display: inline-block;
	font-size: 1.9rem;
}
.tsumeho-plan20-blk .tsumehoplan-tit-blk-02 .sub-tit::before {
	content: "";
	position: relative;
	display: inline-block;
	background-image: url(../images/common/ico-crown.png);
	background-size: 30px auto;
	width: 30px;
	height: 30px;
}
.base-frame-blk-inner .pc-flex-between h3,
.base-frame-blk-inner .tsumehoplan-tit-blk-02 h3{
	font-size: 3.8rem;
	font-weight: bold;
	text-align: left;
}
.base-frame-blk-inner .pc-flex-between h3{
	margin-bottom:2rem;
}
.base-frame-blk-inner .pc-flex-between h3 .font-max,
.base-frame-blk-inner .tsumehoplan-tit-blk-02 h3 .font-max{
	font-size: 2rem;
}
.text-blk01 {
	padding: 2rem 1rem;
	background-color: #f8f8f8;
	border-radius: 8px;
}
.text-blk01-wh {
	margin-bottom: 2rem;
}
.text-blk01 .text-blk01-tit {
	font-size: 1.8rem;
	color: #feb91c;
	display: block;
	margin-bottom: 1.5rem;
}
.tsumeho-bag-img {
	max-width: 170px;
}
.font-caution {
	margin-top: 1.6rem;
	color: #f74b91;
  font-size: 1.3rem;
}
.plan-dx .tit ,
.g-color.g-tit {
	color: #FFF;
	padding: .3rem .3rem;
	font-size: 1.4rem;
	border-radius: 3px;
}
.tsumeho-bag-info {
	padding: 1rem;
}
.base-price-blk .price-box {
	font-size: 3rem;
	font-weight: bold;
	color: #686868;
	line-height: 1.3;
}
.base-price-blk .price span {
	font-weight: normal;
	font-size: 1.5rem;
}
.base-price-blk .price-box small {
	font-weight: normal;
}
.plan20-otoku {
	margin: 0 auto;
	text-align: center;
}


.ico-shirt {
	border-top: 2px solid #f0f0f0;
	padding-top: .5rem;
	margin-top: .5rem;
	font-weight: bold;
	font-size: 1.8rem;
}
.ico-shirt::before {
	content: "";
	display: inline-block;
	position: relative;
	background: url(../images/common/ico-tshirt.png) no-repeat;
	background-position: 0 0;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	top: 5px;
	left: -5px;
}
.ico-tit {
	position: relative;
	padding-left: 30px;
}
.ico-tit::before {
	content: "";
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/**20190510*/
.items-grid-new .ico-tit {
	font-weight: bold;
	font-size: 1.8rem;
}
.items-grid-new .ico-tit::before {
	background-image: url(../images/common/ico-arrow-01.png);
	background-position: 0 0;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
}

.main--column .base-frame-blk {
	background-color: #d6e9ec;
	padding: 20px 14px;
}
.base-frame-blk-inner {
	background-color: #FFF;
	padding: 20px 14px;
}
.items-grid ul {
	justify-content: center;
	border-left: 2px solid #d6e9ec;
	border-top: 2px solid #d6e9ec;
}
.items-grid li {
	width : calc(100% / 3);
	text-align: center;
	border-right: 2px solid #d6e9ec;
	border-bottom: 2px solid #d6e9ec;
}
.items-grid .item-img  {
	position: relative;
	padding: 100px 0 0;
}
.items-grid .item-img::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/service/tsumeho/tsumeho-min-items.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100px auto;
	width: 100px;
	height: 100px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.items-grid .item-img01::after {
	background-position: 0 0;
}
.items-grid .item-img02::after {
	background-position: 0 -100px;
}
.items-grid .item-img03::after {
	background-position: 0 -200px;
}
.items-grid .item-img04::after {
	background-position: 0 -300px;
}
.items-grid .item-img05::after {
	background-position: 0 -400px;
}
.items-grid .item-img06::after {
	background-position: 0 -500px;
}
.items-grid .item-img07::after {
	background-position: 0 -600px;
}
.items-grid .item-img08::after {
	background-position: 0 -700px;
}
.items-grid .item-img09::after {
	background-position: 0 -800px;
}
.items-grid .item-img10::after {
	background-position: 0 -900px;
}
.items-grid .item-img11::after {
	background-position: 0 -1000px;
}
.items-grid .item-img12::after {
	background-position: 0 -1100px;
}
.items-grid .item-img13::after {
	background-position: 0 -1200px;
}
.items-grid .item-img14::after {
	background-position: 0 -1300px;
}
.items-grid .name {
	font-size: 1rem;
}
.items-grid li span {
	display: block;
	padding: .2rem 0;
	margin-top: .5rem;
	border-top: 2px solid #d6e9ec;
	color: #109be0;
	font-weight: bold;
	font-size: 1.5rem;
}
.tsumeho-bag-info {
	background-color: #FFF;
	margin-bottom: 2rem;
}
.tsumeho-more .text-more {
	margin: 1rem auto 2.5rem;
}
.tsumeho-more .text p {
	font-size: 1.6rem;
}
.tsumeho-more .text strong {
	color: #6dc2d6;
	font-size: 1.8rem;
	display: inline-block;
	margin: 1rem 0;
}
.tsumeho-more .items-line-up {
	margin: 1rem auto 2rem;
}
.box-header {
	background-color: #109be0;
	color: #FFF;
	margin-top: 8rem;
	text-align: center;
	padding: 4rem .5rem;
}
.box-header-title {
	font-size: 2.5rem;
}
.box-header .en {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1rem;
	letter-spacing: 1.5px;
}
.frame-blk-tit {
	background-color: #d6e9ec;
	border-radius: 10px;
	color: #378fd9;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 2rem .5rem;
	margin-bottom: 2rem;
	line-height: 1.3;
}
.frame-blk-tit-m {
	border-top: 2px solid #d6e9ec;
	border-bottom: 2px solid #d6e9ec;
	padding: 1.4rem .5rem;
	margin: 4rem 0 2rem;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
.tsumeho-service-page .box-hokan .border-br {
	font-size: 1.5rem;
}
.dx-option .border-aqua {
	margin-bottom: 2rem;
}
.border-aqua .plan-dx {
	display: flex;
	align-items: center;
}
.plan-dx .tit ,
.plan-hokan .g-color.g-tit {
	display: inline-block;
}
.plan-dx .tit {
	background-color: #6dc2d6;
	flex: 0 0 11rem;
	margin-right: 1rem;
}
.plan-dx .price span ,
.plan-hokan .price span {
	font-size: 1.4rem;
}
.plan-dx .price strong ,
.plan-hokan .price strong {
	font-size: 2.7rem;
	line-height: 1;
	display: inline-block;
}
.plan-dx .price strong small ,
.plan-hokan .price strong small {
	display: inline-block;
}
.dx-img01 {
	max-width: 350px;
	margin: auto;
}



.option-list-click {
	margin: 4rem 0 0;
	background-color: #efefef;
	padding: 1.5rem 1.5rem 0;
}
.option-list-click .pc-flex {
	margin-left: 0;
	margin-right: 0;
	flex-wrap: wrap;
}
.option-list-click .pc-flex li {
	width : calc(100% / 8) ;
	border: 1px solid #efefef;
	position: relative;
	border-bottom: 4px solid transparent;
}
.option-list-click li.active {
	border-bottom: 4px solid #2d75b8;
}
.option-list-click li .option-icon {
	background-color: #FFF;
	width: 100%;
	border: 2px solid #efefef;
	cursor: pointer;
	padding: 50px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	height: 100%;
	font-size: 1.4rem;
}
.option-list-click li.option-06 .option-icon {
	letter-spacing: -0.45px;
}
.option-list-click .option-icon::before {
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	background-size: 40px;
	width: 40px;
	height: 40px;
}
.option-list-click strong {
	font-size: 1.8rem;
	color: #1D1D1D;
	font-weight: normal;
}
.option-list-click .price {
	display: block;
	width: 100px;
	font-size: 1.4rem;
	color: #2d75b8;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
}


.option-list-box {
	background-color: #efefef;
	padding: 1rem 1.5rem;
}
.switch-box {
	background-color: #FFF;
}
.switch-box + .switch-box {
	margin-top: .4rem;
}
.switch-box h4 {
	height: 50px;
	padding: .5rem;
}
.switch-inner {
	padding: 1.5rem 1rem;
}
.switch-box h4 {
	color: #686868;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-right: 3.5rem;
	/*padding-left: 45px;*/
}
.switch-box h4::after {
	position: absolute;
}
.option-icon {
	position: relative;
	line-height: 1.35;
}
.option-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
	background-position: center;
	background-repeat: no-repeat;
  background-size: 100% auto;
	left: 0;
	margin-top: -4px;
}
.option-01 .option-icon::before {
  background-image: url(../images/common/ico-option-01.svg);
}
.option-02 .option-icon::before {
  background-image: url(../images/common/ico-option-02.svg);
}
.option-03 .option-icon::before {
  background-image: url(../images/common/ico-option-03.svg);
}
.option-04 .option-icon::before {
  background-image: url(../images/common/ico-option-04.svg);
}
.option-05 .option-icon::before {
  background-image: url(../images/common/ico-option-05.svg);
}
.option-06 .option-icon::before {
  background-image: url(../images/common/ico-option-06.svg);
}
.option-07 .option-icon::before {
  background-image: url(../images/common/ico-option-07.svg);
}
.option-08 .option-icon::before {
  background-image: url(../images/common/ico-option-08.svg);
}
.option-09 .option-icon::before {
  background-image: url(../images/common/ico-option-09.svg);
}

.switch-box h4.active {
	color: #2d75b8;
}
.option-arrow::after {
	z-index:2;
	position: absolute;
	content: "";
	vertical-align: middle;

	width: 8px;
	height: 8px;
	border-top: 2px solid #109be0;
	border-right: 2px solid #109be0;

	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate( 135deg );
}
.option-list-click .option-arrow::after {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
}
.option-list-box .option-arrow::after {
	top: 40%;
	right:1rem;
}
.option-arrow.active::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.switch-box h4 .price {
	font-size: 1.3rem;
	font-weight: normal;
}
.switch-inner {
	line-height: 1.8;
	font-size: 1.4rem;
	display: none;
}
.option-list-box .circle-list {
	line-height: 1.5;
	margin-top: 1rem;
}
.items-repair {
	margin: 2rem auto;
}
.fig.onaoshi {
 margin: 3rem auto 0;
 max-width: 450px;
}
.fig.onaoshi img {
	border-radius: 10px;
}
.finishing-blk .text {
	line-height: 1.6;
}
.finishing-blk .rl-line-tit {
	margin-top: 4rem;
}
.plus {
	font-size: 2.3rem;
	font-weight: normal;
	font-style: normal;
	margin-left: .5rem;
	margin-right: .5rem;
	line-height: 1;
}
.plan-dx .plus {
	margin-left: 0;
}

@media (min-width:768px) { /* forPC */
	.tsumeho-service-page .page-sub-text span {
		font-size: 4rem;
	}
	.tsumeho-service-page .page-sub-text .font-max{
	font-size: 2rem;
	}
	.main--column .tsumeho-service-page .order-area-blk {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.main--column .base-frame-blk {
		padding: 20px;
	}
	.base-frame-blk-inner {
		padding: 40px;
	}
	.tsumeho-plan20-blk .base-frame-blk-inner ,
	.tsumeho-plan10-blk .base-frame-blk-inner {
		padding: 20px 40px;
	}
	.frame-blk-tit {
		font-size: 2.4rem;
	}
	.tsumehoplan-tit-blk {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 4rem;
	}
	.tsumehoplan-tit-blk h3 {
    font-size: 4rem;
	}
	.tsumehoplan-tit-blk h3 .font-max {
    font-size: 3rem;
	}
	.tsumeho-service-page .text-blk01 {
		flex: 1 1 auto;
		padding: 2rem;
	}
	.text-blk01 .text-blk01-tit {
		font-size: 2.4rem;
	}
	.tsumeho-bag-info {
		padding: 2rem;
	}
	.tsumeho-bag-img {
		max-width: 285px;
	}
	.tsume10-img .tsumeho-bag-img {
		max-width: 250px;
	}
	.ico-shirt {
		font-size: 2rem;
	}
	.tsumeho-service-page .text-blk01 + .items-grid {
		flex: 0 0 400px;
		padding-left: 9rem;
	}
	.items-grid .name {
		font-size: 1.3rem;
	}
	.items-grid .ico-tit {
		margin-top: .5rem;
		font-size: 2.5rem;
	}
	.items-grid .ico-tit .font-max {
		font-size: 1.5rem;
	}

	.base-price-blk .price-box small {
		font-size: 1.5rem;
	}
	.tsumeho-more .text strong {
		font-size: 2.4rem;
	}

	/*option*/
	.plan-dx .tit {
		flex: 0 0 7.9em;
	}
	.option-list-click li.active strong {
		color: #2d75b8;
	}
	.switch-box:NOT(.option-01) {
		display: none;
	}

	.border-aqua hr.dot {
		display: none;
	}
	.border-aqua hr.dot {
		display: none;
	}
	.border-aqua .tsumeho20 {
		border-right: 4px dotted #5e80bb;
	}
	.border-aqua .tsumeho20 ,
	.border-aqua .tsumeho10 {
		width: 50%;
	}
	.border-aqua .tsumeho20 {
		padding-right: 1rem;
	}
	.border-aqua .tsumeho10 {
		padding-left: 1rem;
	}
	.text-more {
		max-width: 400px;
		margin: auto;
	}
	.items-line-up {
		max-width: 400px;
	}
	.switch-box .option-icon {
		padding-left: 5rem;
		font-size: 2rem;
	}
	.switch-box .option-icon::before {
		margin-top: 0;
		left: 1rem;
	}
	.switch-box h4 {
		padding: 1rem;

	}
	.switch-box h4::after {
		content: none;
	}
	.switch-box h4 .price {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.switch-inner {
		display: block;
	}
	.items-repair {
		max-width: 420px;
		margin: 3rem auto;
	}
	.frame-blk-tit-m {
		font-size: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.box-onaoshi .pc-flex {
		align-items: center;
	}
	.fig.onaoshi {
		margin-top: 0;
		margin-left: 2rem;
	}

	.yamato {
		background-image: url(../images/service/yamato.png);
		width: 100%;
		height: 250px;
		margin-bottom: 0;
	}
	.yamato p {
		bottom: 80px;
	}

	/*20190510*/
	.items-grid-new{
		flex: 0 0 400px;
    padding-left: 4rem;
	}
	.items-grid-new .tsume10-img{
		text-align:center;
    padding: 50px 50px 0 50px;
	}
	.tsume10-img.flex{
		flex-wrap:wrap;
	}
	.order-01{
		order:1;
	}
	.order-02{
		order:2;
	}
}

@media (max-width:767px) { /* forSP */
	.tsumehoplan-tit-blk {
		text-align: center;
	}
	.tsumeho-bag-img ,
	.image-illust {
		flex: 1;
	}
	.tsumeho-bag-img {
		margin-bottom: -1.5rem;
	}
	.image-illust {
		padding-left: 1rem;
	}
	.image-illust img {
		max-height: 130px;
	}
	.option-icon {
		padding-left: 3.5rem;
	}
	.tsumeho-service-page .page-sub-text .font-max,
	.tsumehoplan-tit-blk h3 .font-max,
	.items-grid .ico-tit .font-max {
		font-size: 1.5rem;
		vertical-align: none;
	}
	.switch-box h4 {
		cursor: pointer;
	}

	.switch-inner {
		border-top: 1px solid #2d75b8;
	}


	.yamato img {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}

	/*20190510*/
	.base-frame-blk-inner table th,
	.base-frame-blk-inner table td{
		font-size: 1rem;
	}
	.items-grid-new .ico-tit::before {
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		text-align: center;
		position: static;
		transform: initial;
		vertical-align: top;
		margin-right: .5rem;
	}
	.ico-tit {
		padding-left: 0px;
	}

	.items-grid-new .ico-tit.font-m {
		font-size: 1.3rem;
	}
	.items-grid-new .ico-tit .font-ichirei {
		font-size: 1rem;
	}
	.base-frame-blk-inner .pc-flex-between h3,
	.base-frame-blk-inner .tsumehoplan-tit-blk-02 h3{
		display: inline-block;
		width:100%;
		text-align: center;
		line-height: 1;
	}
	.tsumehoplan-tit-blk-02 {
    margin-bottom: 2rem;
    justify-content: center;
	}
	.base-frame-blk-inner table{
		margin:1rem 0;
	}
	.sp-flex {
	display: -webkit-flex;
	display: flex;
	}
	.page-sub-text {
		font-size: 2.1rem;
	}

}

/* 単品ページ送料注意書き追加_20190626
--------------------------------------------- */
.tanpin-postage .t-caution  {
	  color: #df0101;
}


@media (max-width:320px) { /* forSP iPhone5 */
	.tsumeho-service-page .page-sub-text strong ,
	.tsumeho-service-page .page-sub-text span {
		vertical-align: middle;
	}
	.tsumeho-service-page .page-sub-text {
		padding: .8rem .5rem;
	}
	.tsumeho-service-page .page-sub-text strong {
		font-size: 1.5rem;
	}
	.page-sub-text small {
		margin-top: .5rem;
	}
	.text-blk01 .text-blk01-tit {
		font-size: 1.7rem;
	}
	.items-grid .name {
    letter-spacing: -.5px;
	}
	.tsumeho-service-page .page-sub-text .font-max,
	.tsumehoplan-tit-blk h3 .font-max,
	.items-grid .ico-tit .font-max {
		font-size: 1.5rem;
		vertical-align: none;
	}
	.plan-dx .tit {/*20190520*/
		flex: 0 0 8rem;
	}


} /* END forSP iPhone5 */

@media (min-width:374px) { /* forSP iPhone6 */
} /* END forSP iPhone6/7 */

@media (min-width:413px) { /* forSP iPhone6puls */



} /* END forSP iPhone6puls */

@media all and (-ms-high-contrast: none){ /* IE */
	.tsumeho-bag-img {
		width: 200px;
	}
	.base-price-blk .price-box small {
		font-size: 1.3rem;
	}
	.text-blk01 .text-blk01-tit {
		font-size: 2rem;
	}
	.items-grid ul {
		width: 430px;
	}
	.items-grid li {
		width: 142px;
	}
	.switch-box .option-icon {
		margin-top: 1.5rem;
	}
	.switch-box .option-icon::before {
		margin-top: -.5rem;
	}

	.fig.onaoshi {
		width: 450px;
	}
}


@media (min-width:768px) and (max-width:1024px) { /* for < 1024 */
	.items-grid-new {
		 flex: 0 0 317px;
		 padding-left: 2rem;
	}
	.base-frame-blk-inner table th,
	.base-frame-blk-inner table td{
		font-size: 1.1rem;
	}
} /* END for < 1024 */

@media (max-width:767px) { /* forSP 20190716*/
	.base-frame-blk-inner table{
		width: 100%;
	}
}

/* 20200326-単品 */
.tanpin-service-page .caution {
  font-size: 1.3rem;
  color: #808080;
  margin: -2rem 0 6rem;
}

/*---------------------------------------------
 キャンペーンエリア
--------------------------------------------- */
.main--column .tanpin-service-page .campaign_area {
  background-color: #f1f3f3;
  width: 100%;
  margin: 0 auto 5rem;
}
.tanpin-service-page .campaign_area .fluid-box-inner {
  padding: 3rem 0;
  margin-top: 2rem;
}
.tanpin-service-page .campaign_area h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  display: block;
}
.tanpin-service-page .campaign_area h2 em {
  font-size: 50px;
  color: #f73b73;
  font-style: normal;
}
.tanpin-service-page .campaign_area h2:before,
.tanpin-service-page .campaign_area h2:after {
  content: '';
  position: absolute;
  top: 55%;
  width: 44px;
  height: 3px;
  background-color: #333;
}
.tanpin-service-page .campaign_area h2:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 5rem;
}
.tanpin-service-page .campaign_area h2:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 5rem;
}
.tanpin-service-page .campaign_area .wrap-four--box {
	padding: 0 20px;
	margin: 2rem 0;
	vertical-align: top;
  float: left;
}
.tanpin-service-page .campaign_area .pict {
	margin: 0 0 1rem 0;
}
.tanpin-service-page .campaign_area em {
  font-style: normal;
}
.tanpin-service-page .campaign_area .text em{
  font-size: 22px;
}
.tanpin-service-page .campaign_area .arrow {
  width: 20px;
  height: 20px;
  border-top: 3px solid #f73b73;
  border-right: 3px solid #f73b73;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
}
.tanpin-service-page .campaign_area .price {
  font-size: 28px;
  font-weight: bold;
  color: #f73b73;
}
.tanpin-service-page .campaign_area .price em {
  font-size: 34px;
}

@media (max-width:767px) { /* forSP */
  .main--column .tanpin-service-page .campaign_area {
    margin: -2rem 0 5rem;
  }
  .tanpin-service-page .caution {
    margin: -2rem 1rem 3rem;
  }
  .tanpin-service-page .campaign_area .fluid-box-inner {
    padding: 2rem;
  }
  .tanpin-service-page .campaign_area h2 {
    font-size: 24px;
  }
  .tanpin-service-page .campaign_area h2 em {
    font-size: 32px;
  }
  .tanpin-service-page .campaign_area h2:before,
  .tanpin-service-page .campaign_area h2:after{
    top: 44%;
    width: 70px;
    height: 2px;
  }
  .tanpin-service-page .campaign_area h2:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .tanpin-service-page .campaign_area h2:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .tanpin-service-page .campaign_area h2:before {
    left: -1rem;
  }
  .tanpin-service-page .campaign_area h2:after {
    right: -1rem;
  }
  .tanpin-service-page .campaign_area .wrap-four--box {
    width: 50%;
    padding: 0 ;
    margin: 2rem 0 1rem 0;
  }
  .tanpin-service-page .campaign_area .price em {
    font-size: 30px;
  }
}



/* 20200331-詰め放題 */

/*---------------------------------------------
 キャンペーンエリア
--------------------------------------------- */
.main--column .tsumeho-service-page .campaign_area,
.main--column .tsumeho-service-page .campaign_area-02 {
  background-color: #f1f3f3;
  width: 100%;
  margin: 5rem auto;
}
.main--column .tsumeho-service-page .campaign_area-02 {
  background-color: #fffee0;
}
.tsumeho-service-page .campaign_area .fluid-box-inner {
  padding: 5rem 0 0 0;
}
.tsumeho-service-page .campaign_area-02 .fluid-box-inner {
  padding: 5rem;
}

.tsumeho-service-page .campaign_area h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  display: block;
}
.tsumeho-service-page .campaign_area h2 em {
  font-size: 50px;
  color: #f73b73;
  font-style: normal;
}
.tsumeho-service-page .campaign_area h2:before,
.tsumeho-service-page .campaign_area h2:after {
  content: '';
  position: absolute;
  top: 55%;
  width: 44px;
  height: 3px;
  background-color: #333;
}
.tsumeho-service-page .campaign_area h2:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 8rem;
}
.tsumeho-service-page .campaign_area h2:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 8rem;
}

.tsumeho-service-page .campaign_area .wrap-four--box,
.tsumeho-service-page .campaign_area .wrap-two--box {
	padding: 0 20px;
	margin: 2rem 0;
	vertical-align: top;
  float: left;
  text-align: center;
}
.tsumeho-service-page .campaign_area .pict {
	margin: 0 0 1rem 0;
}
.tsumeho-service-page .campaign_area em {
  font-style: normal;
}
.tsumeho-service-page .campaign_area .text {
  font-size: 22px;
}
.tsumeho-service-page .campaign_area .arrow {
  width: 20px;
  height: 20px;
  border-top: 3px solid #f73b73;
  border-right: 3px solid #f73b73;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
}
.tsumeho-service-page .campaign_area .price {
  font-size: 28px;
  font-weight: bold;
  color: #f73b73;
}
.tsumeho-service-page .campaign_area .text em {
  font-size: 30px;
}
.tsumeho-service-page .campaign_area .price em {
  font-size: 40px;
}
.tsumeho-service-page .wrap-two--box .pict img {
  width: 70%;
}
.tsumeho-service-page .campaign_area .caution {
  font-size: 1.4rem;
}
.tsumeho-service-page .campaign_area small {
  text-align: right;
  display: block;
}
.tsumeho-service-page .campaign_area .campaign_btn {
  position: relative;
  display: block;
  padding: 15px 40px;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  transition: .4s;
  margin: 5rem auto 3rem;
}
.tsumeho-service-page .campaign_area .campaign_btn {
  width: 60%;
}
.tsumeho-service-page .campaign_area .campaign_btn {
  background: -moz-linear-gradient(left, #ef646a 40%, #ff8763);
  background: -webkit-linear-gradient(left, #ef646a 40%, #ff8763);
  background: -ms-linear-gradient(left, #ef646a 40%, #ff8763);
  line-height: 1;
}
.tsumeho-service-page .campaign_area .campaign_btn:hover {
  background: -moz-linear-gradient(left, #ff8763, #ff8763);
  background: -webkit-linear-gradient(left, #ff8763, #ff8763);
  background: -ms-linear-gradient(left, #ff8763, #ff8763);
}
.tsumeho-service-page .campaign_area .campaign_btn:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 35%;
  right: 5%;
}

.tsumeho-service-page .acd-label-02 img {
  width: 45%;
}
.tsumeho-service-page .acd-check-02 {
  display: none;
}
.tsumeho-service-page .acd-label-02 {
  padding: 20px;
  width: 100%;
  transition: .4s;
  text-align: center;
}
.tsumeho-service-page .acd-label-02:hover {
  cursor: pointer;
}
.tsumeho-service-page .acd-content-02 {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .4s;
  visibility: hidden;
  color: #686868;
  margin: 5px 0;
}
.tsumeho-service-page .acd-check-02:checked + .acd-label-02 + .acd-content-02 {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.tsumeho-service-page .campaign_area-02 h4.howto-title {
  display: inline-block;
  background: -webkit-linear-gradient(left, #447fbf 40%, #2f96d2);
  background: -moz-linear-gradient(left, #447fbf 40%, #2f96d2);
  background: -ms-linear-gradient(left, #447fbf 40%, #2f96d2);
  color: #fff;
  width: 30%;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  margin-right: 0.6rem;
}
.tsumeho-service-page .campaign_area-02 h4.howto-title.limit {
  background: -webkit-linear-gradient(left, #e65f72 40%, #ea757b);
  background: -moz-linear-gradient(left, #e65f72 40%, #ea757b);
  background: -ms-linear-gradient(left, #e65f72 40%, #ea757b);
}
.tsumeho-service-page .campaign_area-02 h4.caution-title {
  text-align: center;
  padding: 3rem 0 1rem;
  font-size: 2rem;
  border-bottom:1px solid #686868;
}
.tsumeho-service-page .campaign_area-02 ul {
  font-size: 1.4rem;
  color: #808080;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.5rem;
}
.tsumeho-service-page .campaign_area-02 .howto-contents:first-of-type {
  padding-top: 3rem;
}
.tsumeho-service-page .campaign_area-02 .howto-contents {
  padding-bottom: 1rem;
}
.tsumeho-service-page .howto-contents .em {
  font-size: 2.4rem;
}

@media (max-width:767px) { /* forSP */
/*---------------------------------------------
   キャンペーンエリア
  --------------------------------------------- */
  .main--column section.tsumeho-detail {
    padding: 0;
  }
  .main--column .tsumeho-service-page .campaign_area {
    margin: 0 auto;
  }
  .tsumeho-service-page .campaign_area .fluid-box-inner {
    padding: 2rem 2rem 0;
  }
  .tsumeho-service-page .campaign_area-02 .fluid-box-inner {
    padding: 3rem 1rem;
  }
  .tsumeho-service-page .campaign_area h2 {
    font-size: 24px;
  }
  .tsumeho-service-page .campaign_area h2 em {
    font-size: 32px;
  }
  .tsumeho-service-page .campaign_area h2:before,
  .tsumeho-service-page .campaign_area h2:after{
    top: 44%;
    width: 70px;
    height: 2px;
  }
  .tsumeho-service-page .campaign_area h2:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: -1rem;
  }
  .tsumeho-service-page .campaign_area h2:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    right: -1rem;
  }
  .tsumeho-service-page .campaign_area .text {
    font-size: 16px;
  }
  .tsumeho-service-page .campaign_area .text em {
    font-size: 24px;
  }
  .tsumeho-service-page .campaign_area .price {
    font-size: 22px;
  }
  .tsumeho-service-page .campaign_area .wrap-four--box {
    width: 50%;
    padding: 0 ;
    margin: 2rem 0 1rem 0;
  }
  .tsumeho-service-page .campaign_area .wrap-two--box {
    padding: 0 5px;
  }
  .tsumeho-service-page .campaign_area small {
    text-align: left;
  }
  .tsumeho-service-page .campaign_area .text em {
    font-size: 24px;
  }
  .tsumeho-service-page .wrap-two--box .pict img {
    width: 100%;
  }
  .tsumeho-service-page .campaign_area .campaign_btn {
    padding: 10px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
    margin: 3rem 0 1rem;
  }
  .tsumeho-service-page .campaign_area .campaign_btn {
    width: 100%;
    line-height: 1.2;
  }
  .tsumeho-service-page .campaign_area .campaign_btn:after {
    top: 2.8rem;
    right: 1.8rem;
  }
  .tsumeho-service-page .campaign_area .campaign_btn:after {
    top: 5rem;
  }
  .tsumeho-service-page .campaign_area .price em {
    font-size: 28px;
  }
  .tsumeho-service-page .campaign_area .arrow {
    margin: auto auto 0.7rem;
  }
  .tsumeho-service-page .acd-label-02 img {
    width: 100%;
  }
  .tsumeho-service-page .howto-contents .em {
    display: block;
    text-align: center;
  }
  .tsumeho-service-page .campaign_area-02 h4.howto-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .tsumeho-service-page .campaign_area-02 h4.caution-title {
    padding: 2rem 0 1rem;
  }
}
/* 2021_0308_詰め放題・布団ページ_価格変更 */
.g_price_fukidashi{
	font-size: 0.8em;
	margin-bottom: 10px;
	text-align: center;
	color: #feb91c;
}

/* 2021_0510_詰め放題ページ　バッグサイズ変更バナー */
.bag-sizeup-banner {
	margin: 40px auto;
	text-align: center;
	display: block;
	cursor: pointer;
}
.sizeup-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
.sizeup-popup .popup-content {
	padding: 50px 0 0;
	max-width: 50%;
	overflow: auto;
	position: relative;
	margin: 90px auto 0;
}
.sizeup-popup .close-btn {
	position: absolute;
	top: -7px;
	right: 0;
	cursor: pointer;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
@media (max-width:767px) { /* forSP */
	.bag-sizeup-banner {
		margin: 20px auto;
	}
	.sizeup-popup .popup-content {
		max-width: 90%;
		max-height: 90%;
		margin: 130px auto 0;
		padding: 50px 0 0;
	}
	.sizeup-popup .close-btn {
		font-size: 35px;
		top: -8px;
		right: 0;
	}
}

/* 2024_0606 布団ページ　キャンペーン告知 */

.cp-info-block {
	background-color: #EBF8FF;
	padding: 30px;
	width: 800px;
	margin: 40px auto 20px;
}
.cp-info-block .cp-item {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.cp-info-block .cp-item span {
	background-color: #2E3192;
	padding: 0 25px;
	border-radius: 50px;
	color: #fff;
	margin-right: 10px;
}
.cp-info-block .cp-title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 25px;
}
.cp-info-block .cp-date {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.cp-info-block .cp-date .color {
	color: #0071BC;
}
.cp-info-block .cp-date .small {
	font-size: 16px;
}
.cp-info-block .cp-about-link {
	font-size: 18px;
	text-align: center;
}
.cp-info-block .cp-about-link a {
	color: #0071BC;
	text-decoration: underline !important;
	font-weight: bold;

}
@media (max-width:767px) { /* forSP */
	.cp-info-block {
		width: 90%;
		padding: 20px;
	}
	.cp-info-block .cp-title {
		font-size: 23px;
		margin: 0 auto 25px;
	}
	.cp-info-block .cp-item span {
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
	}
	.cp-info-block .cp-date {
		font-size: 20px;
	}
}
.cp-info-block .cp-accordion {
	margin: 20px 0 30px;
}
.cp-info-block .cp-accordion-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0071BC;
	border: solid 1px #0071BC;
	padding: 3px 0;
	text-align: center;
}
.cp-info-block .cp-accordion-text {
	width: 85%;
	margin-left: 10%;
	font-weight: bold;
}
.cp-info-block .cp-accordion-button span {
	margin-left: 10px;
	font-size: 24px;
	line-height: 1;
	width: 10%;
}
.cp-info-block .cp-accordion-content {
	display: none;
	padding: 0 0 20px;
	margin-top: 20px;
}
.cp-info-block .active .cp-accordion-content {
	display: block;
}
.cp-info-block .active .cp-accordion-button span {
	content: "-";
}
.cp-info-block .cp-attentionlist li  +li {
	margin-top: 10px;
}
.cp-info-block .cp-attentionlist .link {
	text-decoration: underline !important;
}
@media (min-width:768px) { /* forPC */
	.cp-info-block .cp-accordion {
		margin: 20px auto 30px;
		width: 60%;
	}
}
.bed-price-blk .wrap-two--box.bed-price--sv {
	width: 40%;
	margin: auto 2% 0;
}
.bed-price-blk .wrap-two--box.bed-price--g {
	width: 49%;
}
.bed-price-box .bed-price--sv h4 {
	font-size: 1.2rem;
}
.bed-price-box .bed-price--sv .bed-price--pack p {
	font-size: 1.9rem;
}
.bed-price-box .bed-price--sv .bed-price--pack span {
	font-size: 1.3rem;
}
@media (min-width:768px) { /* forPC */
	.bed-price-blk .wrap-two--box.bed-price--sv {
		width: 38%;
	}
	.bed-price-blk .wrap-two--box.bed-price--g {
		width: 51%;
	}
}

/* 240617 詰め放題ページ改修 */
.text-blk01-wh.-tsumeho2024 {
	width: 100%;
}
.items-grid-new.-sizel .item-pic-list p {
	font-size: 10px;
}
.items-grid-new.-sizel .list-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 0;
}
.items-grid-new.-sizel .item-pic-list img {
	width: 60px;
}
.items-grid-new.-sizel .ico-tit.font-m {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
table.member-t-price-table {
	width: 100%;
	margin: 3rem auto 1rem;
}
table.member-t-price-table th,
table.member-t-price-table td {
	border: solid 1px #808080;
	text-align: center;
}
table.member-t-price-table td {
	background-color: #fff;
	padding: 10px 0;
	font-size: 2rem;
}
.member-t-price-table .member-s {
	width: 50%;
	background-color: #999999;
	color: #fff;
	font-size: 1.3rem;
}
.member-t-price-table th.member-g {
	width: 50%;
	background-color: #feb91c;
	color: #fff;
	font-size: 1.3rem;
}
.member-t-price-table td.member-g {
	color: #f74b91;
	font-weight: bold;
}
.base-frame-blk .bag-pic-flex {
	display: flex;
  justify-content: center;
	align-items: center;
}
.base-frame-blk.-tsumeho2024 {
	background-color: #f8f8f8;
	margin-bottom: 3rem;
}
.base-frame-blk.-tsumeho2024 .text-blk01-tit {
	color: #feb91c;
	font-size: 1.4rem;
	display: block;
}
.base-frame-blk.-tsumeho2024 .tsumeho-bag-img {
	margin-left: 1rem;
	max-width: 150px;
}
.base-frame-blk.-tsumeho2024.bag-m .tsumeho-bag-img {
	margin-left: 0;
}
.base-frame-blk.-tsumeho2024 .image-illust {
	margin-left: 0;
}
.base-frame-blk.-tsumeho2024 .image-illust img {
	padding-bottom: 0;
	max-height: 100px;
	margin-top: 1rem;
}
.base-frame-blk.-tsumeho2024 .notice {
	font-size: 1.1rem;
	text-align: left;
}
.items-grid-new.-sizel .item-pic-list {
	margin-bottom: 2rem;
}
.about-t-price-box .box-price {
	padding: 15px 0;
}
.about-t-price-box .box-price .text {
	color: #686868;
}
.about-t-price-box .box-price .price-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-t-price-box .box-price .total {
	color: #686868;
	margin-right: 1rem;
}
.about-t-price-box .box-price .price {
	font-size: 2.2rem;
	font-weight: bold;
	color: #686868;
}
.about-t-price-box .box-price .price span {
	font-size: 1.4rem;
}
.box-price-otoku {
	border: solid 2px #d6e9ec;
	padding: 10px;
}
.box-price-otoku .text-otoku {
	font-size: 1.4rem;
}
.box-price-otoku .text-otoku span{
	font-size: 2.7rem;
	color: #f74b91;
	font-weight: bold;
}
.about-t-price-box .icon-down-gray {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #888;
	margin: 5px 0;
}
.items-grid-new.-sizel .list-next {
	display: flex;
	justify-content: space-between;
}
.base-frame-blk.-tsumeho2024.bag-m {
	margin-bottom: 2rem;
}
.ico-shirt.bag-m {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
@media (min-width:768px) { /* forPC */
	.items-grid-new.-sizel {
		display: flex;
		padding: 0;
		align-items: center;
		justify-content: space-between;
	}
	.items-grid-new.-sizel table {
		width: 50%;
	}
	.items-grid-new.-sizel .item-pic-group {
		width: 45%;
	}
	.base-frame-blk.-tsumeho2024 .text-blk01-tit {
		font-size: 2rem;
	}
	.base-frame-blk.-tsumeho2024 .text-blk01-tit {
		margin-bottom: 1rem;
	}
	.base-frame-blk.-tsumeho2024 {
		margin-bottom: 0;
	}
	.member-t-price-table .member-s {
		width: 35%;
		font-size: 1.3rem;
	}
	.member-t-price-table th.member-g {
		width: 65%;
		font-size: 1.3rem;
	}
	.base-frame-blk.-tsumeho2024 .tsumeho-bag-img {
		margin-left: 3rem;
		max-width: 250px;
	}
	.about-t-price-box {
		display: flex;
		justify-content: center;
		align-items: center;
		border: solid 2px #d6e9ec;
		padding: 10px;
	}
	.box-price-otoku {
		border: none;
	}
	.box-price-otoku .text-otoku {
		font-size: 2rem;
	}
	.box-price-otoku .text-otoku span {
		font-size: 3.5rem;
	}
	.about-t-price-box .icon-down-gray {
		transform: rotate(-90deg);
		margin: 0 2rem;
	}
	.about-t-price-box .box-price .price {
		font-size: 3rem;
	}
	.about-t-price-box .box-price .total,
	.about-t-price-box .box-price .text {
		font-size: 1.8rem;
	}
	.base-frame-blk.-tsumeho2024 .image-illust img {
		padding-bottom: 0;
		max-height: 120px;
		margin-top: 0;
	}
}

/* 240621 単品バナー　モーダル */
.tanpin-list-modal {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

.tanpin-list-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  width: 600px;
  position: relative;
}

.tanpin-list-close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 0;
}

.tanpin-list-close:hover,
.tanpin-list-close:focus {
  cursor: pointer;
}
.tanpin-mv-area {
	position: relative;
	display: block;
	max-width: 1180px;
	margin: auto;
	height: 100%;
}
.modal-link:focus {
  outline: none;
}
.modal-link:hover {
	opacity: 1;
}
@media (max-width:767px) { /* forSP */
  .tanpin-list-content {
    width: 350px;
    padding: 10px;
  }
}

.items-price .member-type.-large {
	font-size: 2rem;
}
.items-price .member-type.-large .price {
	color: #f24b8c;
}

/* 250317 保管文言削除 */

.options.-hokan-info {
	position: relative;
}
.hokan-delete-box {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(235,235,235,0.8);
	text-align: center;
	z-index: 100;
	font-size: 22px;
	font-weight: bold;
	line-height: 3;
}
.options.-hokan-info .hokan-delete-box {
	top: 180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	padding: 130px 20px 730px;
}
@media (max-width:767px) { /* forSP */
  .hokan-delete-box  {
    font-size: 15px;
		line-height: 2;
  }
	.options.-hokan-info .hokan-delete-box {
		padding: 100px 10px 770px;
	}
}
.flow-box .detail.-hokan-info {
	position: relative;
}
.flow-box .detail.-hokan-info .hokan-delete-box {
	font-size: 17px;
	line-height: 2;
	top: 35px;
	padding: 20px 0;
}
@media (max-width:767px) { /* forSP */
  .flow-box .detail.-hokan-info .hokan-delete-box {
		font-size: 13px;
		line-height: 2;
		padding: 10px 20px;
		top: 60px;
	}
}

.other-service-blk.-hokan-info {
	position: relative;
}
.other-service-blk.-hokan-info.-ktop .hokan-delete-box {
	top: 140px;
	width: 90%;
	padding: 150px 20px 1500px;
}
@media (max-width:767px) { /* forSP */
  .other-service-blk.-hokan-info.-ktop .hokan-delete-box {
		padding: 50px 20px 1650px;
		top: 100px;
		width: 90%;
	}
}

.other-service-hokan-box.-hokan-info {
	position: relative;
}
.other-service-hokan-box.-hokan-info.-btop .hokan-delete-box {
	top: 40px;
	width: 90%;
	padding: 150px 20px 1020px;
}
@media (max-width:767px) { /* forSP */
	.other-service-hokan-box.-hokan-info.-btop .hokan-delete-box {
		padding: 50px 20px 1100px;
		top: 20px;
		width: 90%;
	}
}