@charset "utf-8";

/*
alohashirt
オーダーメイドの流れ
*/

#SecOtherProducts ul li:nth-child(1),
#SecOtherProducts ul li:nth-child(2),
#SecOtherProducts ul li:nth-child(4){
	display: none;
}


/* #Sec01
-----------------------------------------------------------------*/
.alohashirt #Sec01{
	margin-top: 40px;
	padding: 0 80px;
}
.alohashirt #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.alohashirt #Sec01 .under_ttl{
	margin-top: 50px;
}
.alohashirt #Sec01 .txt span{
	font-weight: 700;
}
.alohashirt #Sec01 .part{
	margin-top: 60px;
}

.alohashirt #Sec01 .box_01{
}
.alohashirt #Sec01 .box_01 ul.shirt_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.alohashirt #Sec01 .box_01 ul.shirt_list li{
	width: 24%;
	margin-top: 15px;
}
.alohashirt #Sec01 .box_01 ul.shirt_list li img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .box_01 ul.shirt_list li .cap{
	text-align: center;
	line-height: 2.4rem;
}

.alohashirt #Sec01 .box_02{
}
.alohashirt #Sec01 .box_02 .flex{
	display: flex;
	justify-content: space-between;

}
.alohashirt #Sec01 .box_02 .flex .txt{
	width: 60%;
}
.alohashirt #Sec01 .box_02 .flex .img_box{
	width: 35%;
}
.alohashirt #Sec01 .box_02 .flex .img_box img{
	width: 100%;
	height: auto;
}

.alohashirt #Sec01 .box_03{
}
.alohashirt #Sec01 .box_03 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.alohashirt #Sec01 .box_03 ul li{
	margin-top: 20px;
}
.alohashirt #Sec01 .box_03 ul li{
	padding-right: 40px;
	background: url(../images/common/arrow_r_bl.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: right 12px center;
}
.alohashirt #Sec01 .box_03 ul li:last-child{
	padding-right: 0;
	background: none;
}
.alohashirt #Sec01 .box_03 ul li p{
	background: #000033;
	color: #ffffff;
	text-align: center;
	display: flex;
	height: 105px;
	width: 160px;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}

.alohashirt #Sec01 .box_04{
	padding-bottom: 80px;
}
.alohashirt #Sec01 .box_04 .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.alohashirt #Sec01 .box_04 .flex .box{
	width: 47%;
	text-align: center;
}
.alohashirt #Sec01 .box_04 .flex .box img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .link_btn{
	margin-top: 30px;
}

.alohashirt #Sec01 .box_05{
}
.alohashirt #Sec01 .box_05 .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.alohashirt #Sec01 .box_05 .table_slide{
	width: 70%;
}

.alohashirt #Sec01 .box_05 .img_box{
	width: 28%;
	text-align: center;
	margin-top: 50px;
}
.alohashirt #Sec01 .box_05 .img_box .img img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .box_05 .img_box .cap{
	margin-top: 20px;
}

.alohashirt #Sec01 .box_05 .box_sec01{
	margin-top: 50px;
}
.box_sec_ttl{
	width: 250px;
	text-align: center;
	padding: 8px 0;
	color: #ffffff;
	background: #7F7F98;
}
.alohashirt #Sec01 .box_05 .box_sec01 .box_sec_flex{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.alohashirt #Sec01 .box_05 .box_sec01 .box_sec_flex .img_box{
	width: 40%;
	margin: 0 15px;
}
.alohashirt #Sec01 .box_05 .box_sec01 .box_sec_flex .img_box .cap{
	margin-top: 10px;
}

.alohashirt #Sec01 .box_05 .box_sec02{
	margin-top: 50px;
}
.alohashirt #Sec01 .box_05 .box_sec02 .sub_txt{
	padding-left: 30px;
	margin-top: 5px;
}
.alohashirt #Sec01 .box_05 .box_sec02 .s_size,
.alohashirt #Sec01 .box_05 .box_sec02 .m_size,
.alohashirt #Sec01 .box_05 .box_sec02 .l_size{
	margin-top: 30px;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 30px;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li .icon{
	width: 28%;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li .icon img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li .txt_box{
	width: 65%;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li .txt_box .fukidashi{
	background-color: #E0E0E0;
	padding: 10px 14px;
	border-radius: 8px;
	position: relative;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li .txt_box .fukidashi:after{
	content: "";
	width: 43px;
	height: 35px;
	background: url(../images/alohashirt/fukidashi.png);
	background-size: 43px 35px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	left: 55%;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li .txt_box .info{
	margin-top: 10px;
}

.alohashirt #Sec01 .box_06{
}
.alohashirt #Sec01 .box_06 .flex{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.alohashirt #Sec01 .box_06 .flex .box{
	width: 40%;
  margin: 0 15px;
   text-align: center;
}
.alohashirt #Sec01 .box_06 .flex .box img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .box_06 .flex .box .cap{
	margin-top: 10px;
}

.alohashirt #Sec01 .box_07{
}
.alohashirt #Sec01 .box_07 .flex{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.alohashirt #Sec01 .box_07 .flex .box{
	width: 40%;
  margin: 0 15px;
  text-align: center;
}
.alohashirt #Sec01 .box_07 .flex .box img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .box_07 .flex .box .cap{
	margin-top: 10px;
}

.alohashirt #Sec01 .box_12{
}
.alohashirt #Sec01 .box_12 .table_box{
	margin-top: 20px;
}
.alohashirt #Sec01 .box_12 .table_box table{
	margin-top: 10px;
}
.alohashirt #Sec01 .box_12 .table_box table.temp_02 tr th{
	min-width: 80px;
}

#SecContactBox{
	margin-top: 80px;
}

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


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

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

/* #Sec01
-----------------------------------------------------------------*/
.alohashirt #Sec01{
	margin-top: 40px;
	padding: 0 50px;
}

.alohashirt #Sec01 .box_01{
}
.alohashirt #Sec01 .box_01 ul.shirt_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.alohashirt #Sec01 .box_01 ul.shirt_list li{
	width: 49%;
}
.alohashirt #Sec01 .box_01 ul.shirt_list li .cap{
	font-size: 1.2rem;
}
.alohashirt #Sec01 .box_02{
}
.alohashirt #Sec01 .box_02 .flex{
	display: block;
}
.alohashirt #Sec01 .box_02 .flex .txt{
	width: 100%;
}
.alohashirt #Sec01 .box_02 .flex .img_box{
	width: 100%;
	margin-top: 30px;
}

.alohashirt #Sec01 .box_03{
}
.alohashirt #Sec01 .box_03 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.alohashirt #Sec01 .box_03 ul li{
	padding-right: 20px;
	background-size: 10px auto;
	background-position: right 5px center;
}
.alohashirt #Sec01 .box_03 ul li p{
	height: 90px;
	width: 115px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.alohashirt #Sec01 .box_04{
	padding-bottom: 0;
}
.alohashirt #Sec01 .box_04 .flex{
	display: block;
	justify-content: space-between;
	margin-top: 0;
}
.alohashirt #Sec01 .box_04 .flex .box{
	width: 100%;
	margin-top: 20px;
}


.alohashirt #Sec01 .box_05{
}
.alohashirt #Sec01 .box_05 .flex{
	display: block;
}

.alohashirt #Sec01 .box_05 .img_box{
	width: 70%;
	text-align: center;
	margin: 30px auto 0;
}
.alohashirt #Sec01 .box_05 .img_box .img img{
	width: 100%;
	height: auto;
}
.alohashirt #Sec01 .box_05 .img_box .cap{
	margin-top: 10px;
}

.alohashirt #Sec01 .box_05 .box_sec01 .box_sec_flex{
	display: block;
	justify-content: center;
	margin-top: 10px;
}
.alohashirt #Sec01 .box_05 .box_sec01 .box_sec_flex .img_box{
	width: 100%;
	margin: 20px 0 0;
}
.alohashirt #Sec01 .box_05 .box_sec01 .box_sec_flex .img_box .cap{
	margin-top: 10px;
}

.alohashirt #Sec01 .box_05 .box_sec02 .s_size,
.alohashirt #Sec01 .box_05 .box_sec02 .m_size,
.alohashirt #Sec01 .box_05 .box_sec02 .l_size{
	margin-top: 30px;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box{
	padding: 0;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul{
	display: block;
}
.alohashirt #Sec01 .box_05 .box_sec02 .voice_box ul li{
	width: 100%;
	margin-top: 30px;
}

.alohashirt #Sec01 .box_06 .flex{
	display: block;
	margin-top: 0;
}
.alohashirt #Sec01 .box_06 .flex .box{
	width: 100%;
  margin: 20px 0 0;
}

.alohashirt #Sec01 .box_07 .flex{
	display: block;
}
.alohashirt #Sec01 .box_07 .flex .box{
	width: 100%;
  margin: 20px 0 0;
}

.alohashirt #Sec01 .box_12{
}
.alohashirt #Sec01 .box_12 .table_box{
	margin-top: 20px;
}
.alohashirt #Sec01 .box_12 .table_box table{
	margin-top: 10px;
}

#SecContactBox{
	margin-top: 80px;
}


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

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


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