@charset "utf-8";

/*
ordermade_some
オーダーメイド 染について
*/

/* #Sec01
-----------------------------------------------------------------*/
.ordermade_some #Sec01{
}
.ordermade_some .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 80px;
}

.ordermade_some h2.under_ttl{
	color: #000;
	margin-top: 40px;
}

#Main.ordermade_some .art_ttl{
	color: #000;
	margin-top: 50px;
}

.ordermade_some .btn_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 40px;
}
.ordermade_some .btn_box .link_btn{
	width: 48%;
	margin-top: 0;
}

.ordermade_some .table{
	min-width: 960px;
}

.ordermade_some table.temp02 th{
	background: #000033;
	color: #fff;
	width: 193px;
	height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

.ordermade_some table.temp02 tr:first-child th{
	background-image: linear-gradient(15deg, /*角度*/ transparent 49%, white 49%, /*斜線の色*/ white 50%, /*斜線の色*/ transparent 50%, transparent);
	position: relative;
}

.ordermade_some table.temp02 tr:first-child th .left{
	position: absolute;
	left: 15px;
	bottom: 2px;
}

.ordermade_some table.temp02 tr:first-child th .right{
	position: absolute;
	right: 15px;
	top: 2px;
}

.ordermade_some table.temp02 td{
	width: 200px;
	margin-left: 50px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	border-bottom: 1px dashed #000033;
	font-size: 1.6rem;
}

.ordermade_some table.temp02 th.small{
	font-size: 1.4rem;
	line-height: 20px;
}

.ordermade_some table.temp02 tr:first-child td{
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
}

.ordermade_some table.temp03 th{
	background: #000033;
	color: #fff;
	width: 193px;
	height: auto;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}


.ordermade_some table.temp03 tr td{
	border-bottom: 1px dashed #000033;
}

.ordermade_some table.temp03 tr td .link_box{
	display: flex;
	justify-content: space-around;
	font-size: 1.4rem;
	height: 270px;
	position: relative;
}

.ordermade_some table.temp03 tr td .link_box img{
}

.ordermade_some table.temp03 tr td .link_box .btn{
	width: 208px;
	position: absolute;
	bottom: 0;
}

.ordermade_some table.temp03 tr:first-child td{
	border-top: 1px solid #000033;
}

.ordermade_some table.temp03 tr td{
	margin-left: 50px;
	width: 677px;
	display: inline-block;
	padding: 20px;
}

.ordermade_some table.temp03 tr td .img_box{
	display: flex;
	text-align: center;
	justify-content: space-around;
	margin-top: 30px;
}

.ordermade_some .link_btn{
	margin-top: 30px;
}

.ordermade_some #SecContactBox .txt{
	margin-bottom: 30px;
}

.ordermade_some .contact_box .tel{
	display: flex;
	font-weight: bold;
	line-height: 32px;
}

.ordermade_some .contact_box .tel h4{
	margin-right: 20px;
}

.ordermade_some .contact_box .tel .num{
	font-size: 3.2rem;
}

.ordermade_some .contact_box .tel .time{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
}

.ordermade_some .btn{
    background: #000033;
    width: 460px;
    height: 48px;
	line-height: 48px;
    text-align: center;
    border-radius: 5px;
}

.ordermade_some .btn a{
	color: #fff;
}

.ordermade_some .some{
	display: flex;
	margin-top: 50px;
}

.ordermade_some .some .ttl{
	background: #7F7F98;
	color: #fff;
	text-align: center;
	display: inline-block;
	min-width: 178px;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	margin-right: 50px;
}

.ordermade_some .some .detail .img_box{
	display: flex;
	margin-top: 30px;
}

.ordermade_some .some .detail .img_box .center{
	text-align: center;
}

.ordermade_some .some .detail .img_box .img{
	margin-right: 40px;
	width: 210px;
}

.ordermade_some .some .detail .img_box .img img{
	margin-bottom: 10px;
}

.ordermade_some .some .detail .img_box .img:last-child{
	margin-right: 0px;
}

.ordermade_some .about_box .img_box{
	display: flex;
	justify-content: center;
}

.ordermade_some .about_box .img_box .img{
	width: 210px;
	margin: 0 20px;
}

@media screen and (max-width: 1100px) {
/* 1020pxまでの幅の場合に適応される */

.ordermade_some .btn_box{
	display: block;
	margin-bottom: 40px;
	text-align: center;
}

.ordermade_some .btn_box p{
	margin: 10px auto;
}

.ordermade_some table.temp02 td{
	margin-left: 10px;
}

/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 987px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.ordermade_some #Sec01{
}
.ordermade_some .btn_box{
	display: block;
}

.ordermade_some .btn_box .btn{
	margin-bottom: 10px;
}
.ordermade_some .btn_box .link_btn{
	width: 100%;
}
.ordermade_some .table{
	overflow-x: scroll;
	min-width: auto;
}

.ordermade_some table.temp02{
	width: 960px;
}

.ordermade_some table.temp02 th{
	height: 60px;
}

.ordermade_some table.temp02 td{
	width: 200px;
}

.ordermade_some .some .detail .img_box{
	display: block;
	margin: 0 auto;
}

.ordermade_some .some .detail .img_box .img,
.ordermade_some .some .detail .img_box .img:last-child{
	margin: 0 auto;
	margin-top: 20px;
}

/*.ordermade_some .sp{
	display: block !important;
}
*/
/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.ordermade_some #Sec01 .inner{
	max-width: 100%;
	padding: 0 50px;
}

.ordermade_some .some{
	display: block;
}

.ordermade_some .some .ttl{
	width: 100%;
	margin-bottom: 10px;
}

.ordermade_some .about_box .img_box{
	display: block;
}

.ordermade_some .about_box .img_box .img{
	margin: 0 auto;
	width: 100%;
}
.ordermade_some .about_box .img_box .img img{
	width: 100%;
	height: auto;
}
.ordermade_some .some .detail .img_box .img{
	width: 100%;
}
.ordermade_some .some .detail .img_box .img img{
	width: 100%;
	height: auto;
}


/* 640pxまでの幅の場合に適応される */
}