@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------

フルカラー手ぬぐい　color

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

.main-cont .omakase-cont {
	background: #f6f6f6;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 0px rgba(22, 22, 22, 0.18);
	padding: 5rem;
	border: 1px solid #d1d1d1;
	margin-bottom: 8rem;
}

.main-cont .omakase-cont .h-type4 {
	background-size: 100%;
}

.main-cont .omakase-cont img {
	margin: -2rem auto 2rem;
}

@media screen and (max-width: 786px) {
	.main-cont .omakase-cont {
		padding: 4rem;
	}
}

@media screen and (max-width: 480px) {
	.main-cont .omakase-cont {
		width: calc(100% + 40px);
		box-sizing: border-box;
		margin: 0 -20px 7rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 4rem 3rem;
	}
}


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

select-type

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

/*----製作方法を選ぶ----*/
.print-cont .select-type {
	margin-bottom: 8rem;
	row-gap: 30px;
}

.print-cont .select-type > section {
	margin-bottom: 0;
}

.select-type .type-about {
	width: 350px;
	margin-top: 70px;
	padding: 10px 20px 40px;
	box-sizing: border-box;
}

.select-type .type-about .h-type {
	width: 90%;
	border: 5px solid;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	background: #FFF;
	margin: -80px auto 2.5rem;
	font-weight: 900;
	text-align: center;
	box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.2);
}
.select-type .type-about .h-type:before {
    content: "";
    position: absolute;
    inset: 5px;
    background: #FFF;
    z-index: -1;
    border: 1px solid;
}

.select-type .type-about .h-type .back {
	margin: -5px -5px 0;
	padding: 15px 20px;
	font-size: 2rem;
	color: #FFF;
	display: block;
}

.select-type .type-about .h-type em {
	padding: 2rem 4rem 3rem;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.1;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.select-type .type-about .h-type em span {
	font-size: 2.4rem;
	display: block;
	margin-top: 5px;
}


/*----ps-text----*/
.select-type .type-about .ps-text {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	letter-spacing: .1em;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
	line-height: 1.5;
}

.select-type .type-about img {
	border-radius: 5px;
}


/*----inner----*/
.select-type .type-about .inner {
	padding: 10px 2rem 0;
}

/*----table----*/
.select-type .type-about table {
	margin-bottom: 1rem;
	font-weight: bold;
	border-collapse: separate;
	border-spacing: 0 7px;
}

.select-type .type-about table {
	width: 100%;
}

.select-type .type-about table tr {
	font-size: 1.6rem;
}

.select-type .type-about table th {
	width: 40%;
	border-right: 1px solid;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	text-align: center;
}

.select-type .type-about table td {
	width: 60%;
	color: #5c5251;
	padding-left: 15px;
}

.select-type .type-about table td small {
	color: #969696;
	font-size: 13px;
	display: block;
	margin-top: 3px;
}

.select-type .type-about .inner p {
	font-size: 12px;
}


/*------------カラー------------*/

/*----pink----*/
.select-type .type-about.pink {
	background: #fbece8;
}

.select-type .type-about.pink .h-type .back {
	background: #e23711;
}

.select-type .type-about.pink .h-type,
.select-type .type-about.pink .h-type:before,
.select-type .type-about.pink table th {
	border-color: #e23711;
}

.select-type .type-about.pink .h-type em,
.select-type .type-about.pink .ps-text,
.select-type .type-about.pink table th {
	color: #e23711;
}

/*----green----*/
.select-type .type-about.green {
	background: #e5f1ed;
}

.select-type .type-about.green .h-type .back {
	background: #31c291;
}

.select-type .type-about.green .h-type,
.select-type .type-about.green .h-type:before,
.select-type .type-about.green table th {
	border-color: #31c291;
}

.select-type .type-about.green .h-type em,
.select-type .type-about.green .ps-text,
.select-type .type-about.green table th {
	color: #31c291;
}

@media screen and (max-width: 786px) {
	.select-type > section {
		width: 48%;
	}
	
	.select-type .type-about {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.select-type > section {
		width: 100%;
	}
	
	.select-type .type-about .h-type .back {
		padding: 10px 15px;
		font-size: 1.7rem;
	}
	.select-type .type-about .h-type .back br {
		display: none;
	}
	
	.select-type .type-about .h-type em {
		padding: 2rem 3rem 2.5rem;
		font-size: 2.5rem;
	}
	.select-type .type-about .h-type em span {
		font-size: 1.8rem;
	}
	
	.select-type .type-about .inner {
		padding: 10px 1rem 0;
	}
}


/*----メリット・デメリット----*/
.print-cont .point-cont {
	row-gap: 10px;
	margin-bottom: 5rem;
}
.print-cont .point-cont dl {
	width: 49%;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}

.print-cont .point-cont dl:before {
  content: "";
  position: absolute;
  inset: 10px;
  background: #FFF;
  z-index: -1;
  border-radius: 10px;
}
	
.print-cont .point-cont dl dt {
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 1.7rem;
	margin: 40px 20px 15px;
}

.print-cont .point-cont dl dt span {
	position: relative;
	z-index: 2;
	letter-spacing: .05em;
	line-height: 1;
}


.print-cont .point-cont dl dt em {
	font-weight: 900;
	font-size: 2.7rem;
	margin: 0 5px;
	display: block;
}

.print-cont .point-cont dl dd {
	padding: 0 40px 40px;
}

.print-cont .point-cont dl dd li:not(:last-child) {
	margin-bottom: 5px;
}

.print-cont .point-cont dl dd p {
	padding-left: 25px;
	font-size: 15px;
	color: #686868;
	font-weight: bold;
	letter-spacing: .06em;
	line-height: 1.4;
	position: relative;
}
.print-cont .point-cont dl dd p:before {
	content: "";
	-webkit-mask-image: var(--icon-arrow);
	mask-image: var(--icon-arrow);
	mask-repeat: no-repeat;
	mask-position: center;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5rem;
	background: #b97a00;
}


.print-cont .point-cont p small {
	color: #939393;
	font-size: 13px;
	display: block;
	margin-top: 5px;
}


/*----color----*/
.print-cont .point-cont dl.pink { background: #f86b67; }
.print-cont .point-cont dl.pink dt { color: #f86b67; }

.print-cont .point-cont dl.blue { background: #7fb4d0; }
.print-cont .point-cont dl.blue dt { color: #7fb4d0; }


@media screen and (max-width: 480px) {
	
	.print-cont .point-cont {
		margin-bottom: 40px;
	}
	
	.print-cont .point-cont dl {
		width: 100%;
	}
}



/*----★----*/
/*----★----*/
/*----★----*/
/*----★----*/



