@charset 'UTF-8';

main * { box-sizing: border-box;}
/*-----------------------------------------------
	メイン画像
------------------------------------------------*/
.main_img{
	margin: 0 auto 25px auto;
}
.main_img > h2{
	margin-bottom: 25px;
	text-align: center;
}
.main_img > p{
	width: 1000px;
	margin: auto;
}


/*-----------------------------------------------
ユニフォームモールにお任せ下さい
------------------------------------------------*/
.omakase {
	width: 100%;
	margin: 0 auto 45px auto;
	text-align: center;
	background: #fff8e4;
	padding-bottom: 40px;
}
.omakase h3 {
	background: url(../../../../_images/type/yshirt/_common/omakase_h_back.gif) top repeat-x;
}
.omakase .omakase_li {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}


/*-----------------------------------------------
ボタン
------------------------------------------------*/
/*--青いボタン--*/
.blue_btn{
	background-image: none;
	width: 80%;
	min-width: 700px;
	max-width: 800px;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
	overflow: hidden;
}
.blue_btn a{
	display: block;
	background-color: #53c3de;
	background-image: linear-gradient(to bottom, #65cae1 0%, #3dafd4 100%);
	color: #FFF;
	height: 100px;
	margin: auto;
	padding: 0 95px 0 25px;
	font-weight: 700;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	letter-spacing: .07em;
	border-radius: 10px;
	box-shadow: 0 10px 0 #297b95;
    transition: all  0.3s ease;
	position: relative;
}
.blue_btn a:after{
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blue_btn:hover{
	opacity: 1;
}
.blue_btn a:hover{
	opacity: 0.6;
}

/*矢印→*/
.blue_btn.next a:after{
	background-image: url(../../../../_images/type/_common/blue-arrow-next.gif);
}
/*矢印↓*/
.blue_btn.under a:after{
	background-image: url(../../../../_images/type/_common/blue-arrow-under.gif);
}


/*-----------------------------------------------
お問い合わせはこちら
------------------------------------------------*/
.use_contact {
	width: 1000px;
	margin: 0 auto 60px auto;
	position: relative;
}
.use_contact_btn {
	position: absolute;
	top: 355px;
	left: 90px;
}



/*-----------------------------------------------
	手書き原稿対応いたします。
------------------------------------------------*/
.tegaki_design {
	margin-top: 60px;
	padding: 4px;
	text-align: center;
	border: 3px solid #211a1a;
	position: relative;
}
.tegaki_design_cont {
	padding-top: 50px;
	border: 1px solid #211a1a;
}
.tegaki_design_cont h3  {
	width: 473px;
	height: 64px;
	background: url(../../../../_images/making/design/h_tegaki.png) no-repeat;
	font-size: 22px;
	font-weight: 700;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: -40px;
	left: 50%;
}
.tegaki_design_cont h3 span {
	display: block;
	color: #fc391f;
	margin-bottom: 15px;
	font-size: 30px;
}

/*--デザインデータをお持ちでない方必見です--*/
.tegaki_design_cont dl {
	margin-top: 35px;
}
.tegaki_design_cont dl dt {
	width: 100%;
	height: 50px;
	background: #fc391f;
	color: #FFF;
	margin-bottom: 40px;
	font-size: 19px;
	font-weight: 700;
	line-height: 50px;
	position: relative;
}
.tegaki_design_cont dl dt:before {
	content: url(../../../../_images/making/design/medal.png);
	display: block;
	position: absolute;
	left: 75px;
	top: -8px;
}
.tegaki_design_cont dl dd {
	padding: 0 45px 35px 45px;
	text-align: left;	
}
.tegaki_design_cont .ps {
	font-size: 13px;
}

/*-----------------------------------------------
	デザイン例
------------------------------------------------*/
.design_sample .sample_h4 {
	margin-bottom: 25px;
	text-align: center;
}
.design_sample .description {
	background: url(../../../../_images/type/_common/design_sample_back.gif) repeat;
	padding: 10px 20px;
	font-weight: 700;
}
.design_text {
	margin-top: 20px;
}

/*---- 実績画像 ----*/
.design_sample #production {
	position: relative;
}
.design_sample #ProductionArea {
	width: 100%;
	height: 195px;
	background: #faf6e9;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 25px 28px;
	overflow: hidden;
	position: relative;
}
.design_sample #ProductionArea .frameBox{
	width: 684px;
	height: 145px;
	margin: 0 auto;
}
.design_sample #ProductionArea .bx-prev {
	background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	position: absolute;
	left: -35px;
	width: 47px;
	height: 46px;
}
.design_sample #production .bx-prev {
	display: block;
    width: 60px;
    height: 60px;
    background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
    position: absolute;
    left: -30px;
	top: 47px;
}
.design_sample #production .bx-next {
	display: block;
    background: url(../../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
    width: 60px;
    height: 60px;
	text-indent: 100%;
	overflow: hidden;
    position: absolute;
    right: -30px;
	top: 47px;
}

/*----詳細はこちら----*/
.remodal *{
	box-sizing: border-box;
}
.remodal .item_link {
	background: #01b25d;
	color: #FFF;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	border-radius: 80px;
	position: relative;
}
.remodal a.item_link {
    display: block;
	width: 100%;
    color: #FFF;
	padding: 17px 60px 17px 20px;
}
.remodal a.item_link:after {
    content: url(../../../../_images/type/_common/arrow.png);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 35px;
}
.remodal .item_link:hover {
	background: #366a51;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.remodal a.item_link:hover:after {
	right: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.remodal .l-close {
    width: 630px;
    height: 60px;
    background: #fcfa32;
    margin-top: 25px;
    color: #161513;
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .06em;
    border-bottom: 4px solid #c0be24;
    border-radius: 5px;
}

#ProductionArea .bx-viewport li {
	width: 330px !important;
	cursor: pointer;
}




/*-----------------------------------------------
納品までの流れ
------------------------------------------------*/
.flow_cont img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	font-weight: 700;
	text-align: center;
	border: 5px solid #005e89;
	border-radius: 10px;
	position: relative;
}

.flow_cont .flow_day:before{
	content: "";
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
	position: absolute;
	top: -38px;
	left: 50%;
 	z-index: 2;
}

.flow_cont .flow_day:after{
	content: "";
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
	position: absolute;
	top: -45px;
	left: 50%;
 	z-index: 1;
}


.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	color: #005e89;
	background: linear-gradient(transparent 50%, #fff25c 0%);
	padding: 0 5px;
	font-weight: 700;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	padding-top: 5px;
	font-size: 13px;
}

/*-----------------------------------------------
他のアイテムをチェックする
------------------------------------------------*/
.other_item .other_item_h,
.use_item .use_item_h{
	color: #a3389d;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .1em;
	padding: 30px 0 20px 0;
	background: #fef1fe url(../../../../_images/type/_common/other_line.gif) repeat-x top;
	margin-bottom: 30px;
	border-bottom: 7px solid #fffb00;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	line-height: 27px;
}
.other_item .other_item_h:before,
.use_item .use_item_h:before {
    content: "";
	background: url(../../../../_images/type/_common/other_icon.gif) no-repeat;
	display: inline-block;
	margin-right: 20px;
	width: 26px;
	height: 27px;
	vertical-align: middle;
}
.other_item .other_item_h:after,
.use_item .use_item_h:after{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fffb00;
    border-left: 25px solid transparent;
}

/*--------形状で探す--------*/
.other_item {
	margin-bottom: 45px;
}
.other_item ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 25px;
}
.other_item ul > li {
	width: 230px;
    transition: all  0.3s ease;
	position: relative;
}

.other_item ul > li:after {
	content: "";
	background: #777;
	width: 50%;
	max-width:300px;
	box-shadow: 0 15px 10px #777;
	transform: rotate(3deg);
	position: absolute;
	bottom: 15px;
	right: 10px;
	left: auto;
	top: 80%;
	z-index: -1;
}
.other_item ul > li:hover {
	opacity: 0.7;
}


/*--------用途で探す--------*/
.use_item {
	margin-bottom: 45px;
}
.use_item ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.use_item li {
	width: 350px;
	box-shadow: 3px 3px #ffb7ff;
}
.use_item li img{
	width: 100%;
	height: auto;
}


