@charset "UTF-8";

/* カルーセル共通
-------------------------------------------------------------------------*/
#index .carouselWrap .slick-prev.slick-arrow {
	width: 46px;
	height: 46px;
	background: url(../y_img/common/prev.png) no-repeat;
}

#index .carouselWrap .slick-next.slick-arrow {
	width: 46px;
	height: 46px;
	background: url(../y_img/common/next.png) no-repeat;
}

@media screen and (max-width: 736px) {
	#index .carouselWrap .slick-prev.slick-arrow {
		width: 20px;
		height: 20px;
		background: url(../y_img/common/prev.png) no-repeat;
		background-size: 20px 20px;
	}

	#index .carouselWrap .slick-next.slick-arrow {
		width: 20px;
		height: 20px;
		background: url(../y_img/common/next.png) no-repeat;
		background-size: 20px 20px;
	}
}

/* メインビジュアル（カルーセル）
-------------------------------------------------------------------------*/
#index #carousel_main {
	max-width: 1660px;
}

/* NEWS
-------------------------------------------------------------------------*/
#carousel_news {
	max-width: 1000px;
}

#newsWrap {
	padding: 10px;
	margin-top: 50px;
	background-color: #E8F9FB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#newsWrap h2 {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}

#newsWrap h2 img {
	display: block;
	margin: 0 auto;
}

#newsWrap .text {
	margin-left: 150px;
	font-weight: bold;
}

#newsWrap .text p {
	margin: 0.3em 0;
}

@media screen and (max-width: 500px) {
	#newsWrap {
		margin-top: 20px;
	}

	#newsWrap h2 {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto 10px !important;
		padding: 0;
	}

	#newsWrap .text {
		margin: 0;
	}
}

/* サービスパック
-------------------------------------------------------------------------*/
#serviceWrap {
	max-width: 100%;
	background-image: url("../y_img/common/bk_left.gif"), url("../y_img/common/bk_right.gif");
	background-repeat: no-repeat;
	background-position: 5% 60%, 95% 60%;
}

#serviceWrap h2 {
	margin-top: 50px;
	text-align: center;
}

#serviceWrap .service {
	float: left;
	width: 23%;
	margin: 1%;
}

#serviceWrap .service img {
	display: block;
	margin: 0 auto;
}

#serviceWrap .service h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: #42546A;
	text-align: center;
	padding: 0;
	margin: 0.5em 0 0;
}

#serviceWrap .service p {
	font-size: 0.9em;
	padding: 0;
	margin-top: 0;
}

#serviceWrap .service p.btn_detail,
#serviceWrap .service p.btn_order {
	width: 180px;
	margin: 0 auto 10px;
}

#serviceWrap .service p a {
	display: block;
	padding: 8px 20px 8px 30px;
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#serviceWrap .service p.btn_detail a {
	background: url(../y_img/common/icon_arrow_blue.gif) no-repeat 160px center;
	border: solid thin #3972B7;
	color: #3972B7;
}

#serviceWrap .service p.btn_order a {
	background: #FF8484 url(../y_img/common/icon_arrow_white.png) no-repeat 160px center;
	color: #FFF;
}

#serviceWrap .service p.btn_order span {
	background: url(../y_img/common/icon_order_white.png) no-repeat 15px center;
	padding-left: 50px;
}

#serviceWrap .bnr_business {
	margin-top: 50px;
}

@media screen and (max-width: 800px) {
	#serviceWrap {
		background-image: none;
	}

	#serviceWrap .service {
		width: 47%;
		margin: 0 1.5% 1.5%;
	}
}

@media screen and (max-width: 736px) {
	#serviceWrap h2 {
		margin-top: 0;
		padding-top: 20px;
	}

	#serviceWrap h2 img {
		max-width: 100%;
	}

	#serviceWrap .bnr_business {
		margin-top: 30px;
	}
}

@media screen and (max-width: 500px) {

	#serviceWrap .service p.btn_detail,
	#serviceWrap .service p.btn_order {
		width: 130px;
	}

	#serviceWrap .service p a {
		padding: 5px 10px;
	}

	#serviceWrap .service p.btn_detail a,
	#serviceWrap .service p.btn_order a,
	#serviceWrap .service p.btn_order span {
		background-image: none;
		padding-left: 0;
		text-align: center;
	}
}

/* VOICE
-------------------------------------------------------------------------*/
#voiceWrap {
	width: 100%;
	background-image: url("../y_img/home/bk_shirt.png"), url("../y_img/common/bk_stripe1.gif");
	background-repeat: no-repeat, repeat;
	background-position: right 60%, top left;
	padding: 0;
	margin: 30px 0 0;
}

#voiceWrap #voiceBk {
	width: 100%;
	background: url("../y_img/common/bk_wave_white_top.png"), url("../y_img/common/bk_wave_stripe2_bottom.png");
	background-repeat: repeat-x;
	background-position: left top, left bottom;
	padding: 40px 0;
}

#voiceWrap h2 {
	background: url(../y_img/home/voice_title_bk_pc.png) no-repeat center bottom;
}

#voiceWrap h2 img {
	margin: auto;
}

#voiceWrap #carousel_voice {
	padding: 20px 40px 0;
}

#voiceWrap #carousel_voice .voice {
	width: 49.4%;
	background: url(../y_img/common/voice_carousel_bk.gif) repeat left top;
	margin: 0 0.3%;
	text-align: left;
	font-size: 0.95em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#voiceWrap #carousel_voice .textWrap {
	padding: 10px 20px;
	margin: 0 1% 1% 0;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#voiceWrap #carousel_voice .textWrap p {
	margin: 0;
}

#voiceWrap .btn_y a {
	background: url(../y_img/common/icon_arrow_blue.gif) no-repeat 90% center;
	display: block;
	width: 300px;
	text-align: center;
	background-color: #FFF;
	padding: 10px 0;
	margin: auto;
	color: #156FC8;
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#voiceWrap #mediaWrap {
	margin: 20px 0;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#voiceWrap #mediaWrap h3 {
	background: url(../y_img/home/media_bk.png) no-repeat center right;
	-moz-background-size: cover;
	background-size: cover;
	float: left;
	width: 15%;
	text-align: center;
	margin: 0;
	padding: 3.5% 0.5% 0;
	font-weight: bold;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#voiceWrap #mediaWrap .mediaImage {
	float: right;
	width: 80%;
	padding: 15px 2%;
}

@media screen and (max-width: 1160px) {
	#voiceWrap #mediaWrap h3 {
		width: 20%;
		padding: 5% 0.5% 0;
	}

	#voiceWrap #mediaWrap .mediaImage {
		width: 75%;
	}
}

@media screen and (max-width: 736px) {
	#voiceWrap {
		background: url(../y_img/common/bk_stripe1.gif) repeat left top;
	}

	#voiceWrap #voiceBk {
		padding: 40px 0 10px;
	}

	#voiceWrap h2 {
		background: url(../y_img/home/voice_title_bk_sp.png) no-repeat center bottom;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}

	#voiceWrap #carousel_voice {
		padding: 20px 10px 0;
	}

	#voiceWrap #mediaWrap {
		margin-bottom: 40px;
	}

	#voiceWrap #mediaWrap h3 {
		background-image: none;
		background-color: #FFBF00;
	}
}

@media screen and (max-width: 560px) {

	#voiceWrap #mediaWrap h3,
	#voiceWrap #mediaWrap .mediaImage {
		text-align: center;
		float: none;
		width: 96%;
		padding: 2%;
	}
}

/* ABOUT
-------------------------------------------------------------------------*/
#aboutWrap {
	width: 100%;
	background-image: linear-gradient(45deg, #54D5E7 25%, #5ED7E8 25%, #5ED7E8 50%, #54D5E7 50%, #54D5E7 75%, #5ED7E8 75%, #5ED7E8);
	background-size: 35px 35px;
	padding: 0.5em 0;
	margin: 0;
}

#aboutWrap #aboutBk {
	width: 100%;
	background: url(../y_img/home/bk_car.png) no-repeat left 60%;
	padding-bottom: 30px;
}

#aboutWrap h2 img {
	max-width: 100%;
	margin: auto;
}

#aboutWrap .text {
	color: #FFF;
	font-weight: bold;
}

#aboutWrap #aboutMenu {
	width: 90%;
	margin: 50px auto 0;
	background-color: #FFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#aboutWrap #aboutMenu li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	border-right: dotted 2px #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#aboutWrap #aboutMenu li.menu4 {
	border-right: none;
}

#aboutWrap #aboutMenu li a {
	display: block;
	padding: 10px 0 5px;
}

#aboutWrap #aboutMenu li .comment {
	position: absolute;
	top: -30px;
	right: -30px;
}

#menu1,
#menu2,
#menu3,
#menu4 {
	padding-top: 200px;
	margin-top: -200px;
}

@media screen and (max-width: 736px) {
	#aboutWrap #aboutBk {
		background-image: none;
	}

	#aboutWrap h2 {
		padding: 0 10px !important;
		margin: 0 !important;
	}

	#aboutWrap #aboutMenu {
		width: 100%;
		margin: 20px auto 0;
	}

	#aboutWrap #aboutMenu li .comment {
		display: none;
	}

	#aboutWrap #aboutMenu li a {
		padding: 15px 5px 2px;
	}

	#menu1,
	#menu2,
	#menu3,
	#menu4 {
		padding-top: 80px;
		margin-top: -80px;
	}
}

/* お悩み
-------------------------------------------------------------------------*/
#problemWrap {
	width: 100%;
	background: url(../y_img/common/bk_stripe1.gif) repeat left top;
	padding: 20px 0 5px;
}

/* FEATURE
-------------------------------------------------------------------------*/
#featureWrap {
	background: url(../y_img/home/problem_bk.gif) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 40px;
}

#featureWrap .feature {
	margin: 20px 0;
}

#featureWrap .left,
#featureWrap .right {
	width: 49%;
	padding: 0.5%;
}

#featureWrap .left {
	float: left;
}

#featureWrap .right {
	float: right;
}

#featureWrap h4 {
	color: #42546A;
	font-size: 1.6em;
}

#featureWrap .btn_y a {
	width: 220px;
	background: url(../y_img/common/icon_arrow_white.png) no-repeat 90% center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #FF8484;
	padding: 8px 20px 8px 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#featureWrap #carousel_feature .pack {
	width: 49%;
	margin: 0 0.5%;
	text-align: center;
}

#featureWrap #carousel_feature .pack img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#featureWrap .box3 .right {
	background: url(../y_img/home/feature3_store.jpg) no-repeat right bottom;
}

#featureWrap .box4 .value {
	float: left;
	width: 18%;
	padding: 0 1%;
	text-align: center;
}

#featureWrap .box4 .value h5 {
	color: #3972B7;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

#featureWrap .box4 .value p {
	text-align: left;
	font-size: 0.9em;
	padding: 0 0.5em;
	margin: 0.5em 0 0;
}

@media screen and (max-width: 1200px) {
	#featureWrap .box3 .right {
		background: url(../y_img/home/feature3_store.jpg) no-repeat right 85%;
	}

	#featureWrap .box3 .right .btn_y {
		margin-top: 100px;
	}
}

@media screen and (max-width: 950px) {
	#featureWrap .box3 .right .btn_y {
		margin-top: 130px;
	}
}

@media screen and (max-width: 736px) {

	#featureWrap .left,
	#featureWrap .right {
		float: none;
		width: 100%;
		padding: 0;
	}

	#featureWrap h3,
	#featureWrap h4 {
		text-align: center;
		margin: 0 0 0.5em;
		font-size: 1.3em;
	}

	#featureWrap h4 br {
		display: none;
	}

	#featureWrap .btn_y a {
		margin: auto;
	}

	#featureWrap #carousel_feature .slick-dots li.slick-active button:before {
		background: #156FC8;
	}

	#featureWrap .box3 .right {
		background: url(../y_img/home/feature3_store.jpg) no-repeat right 80%;
	}

	#featureWrap .box3 .right .btn_y {
		margin-top: 100px;
	}

	#featureWrap .box4 .value {
		float: none;
		width: 100%;
		padding: 0 0 15px;
		margin-bottom: 15px;
		border-bottom: solid thin #DDD;
	}

	#featureWrap .box4 .value img {
		float: left;
		width: 43%;
		max-width: 204px;
	}

	#featureWrap .box4 .value .text {
		text-align: left;
		padding-top: 1em;
		margin-left: 45%;
	}

	#featureWrap .box4 .value p {
		font-size: 1em;
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	#featureWrap .box3 .right {
		background: url(../y_img/home/feature3_store.jpg) no-repeat right 80%;
		-moz-background-size: 50% auto;
		background-size: 50% auto;
	}

	#featureWrap .box3 .right .btn_y {
		margin-top: 50px;
	}
}

/* せんたく便のこだわり
-------------------------------------------------------------------------*/
#qualityWrap {
	width: 100%;
	background: url(../y_kodawari/y_img/main_bk.jpg) no-repeat center bottom;
	-moz-background-size: cover;
	background-size: cover;
}

#qualityBk {
	width: 100%;
	background-image: url("../y_img/common/bk_wave_white_top.png"), url("../y_img/common/bk_wave_white_bottom.png");
	background-repeat: repeat-x;
	background-position: left top, left bottom;
	padding: 50px 0;
}

#qualityWrap .qualityBox1 .img,
#qualityWrap .boxWrap {
	float: left;
	position: relative;
	background-color: #FFF;
}

#qualityWrap .photoImage {
	width: 100%;
}

#qualityWrap .qualityBox1 .img .icon,
#qualityWrap .boxWrap .icon {
	position: absolute;
	top: -10px;
	left: -10px;
}

#qualityWrap .qualityBox1 .img img {
	display: block;
}

#qualityWrap h3 a {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #333;
	text-decoration: none;
}

#qualityWrap .qualityBox1 {
	width: 96.99%;
	margin: auto;
	background-color: #FFF;
}

#qualityWrap .qualityBox1 .img {
	width: 50%;
}

#qualityWrap .qualityBox1 .text {
	float: right;
	width: 45%;
	padding: 30px 2.5% 0;
}

#qualityWrap .boxWrap {
	float: left;
	width: 30.33%;
	margin: 40px 1.5% 0;
}

#qualityWrap .qualityBox1 h3 {
	font-size: 1.6em;
}

#qualityWrap .qualityBox2 h3 {
	font-size: 1.3em;
	margin: 1em;
}

#qualityWrap .btn_y {
	margin-top: 30px;
}

#qualityWrap .btn_y a {
	max-width: 280px;
	background: url(../y_img/common/icon_arrow_blue.gif) no-repeat 90% center;
	text-decoration: none;
	color: #146EC7;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #FFF;
	padding: 10px 20px 10px 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

@media screen and (max-width: 736px) {
	#qualityBk {
		padding: 30px 0;
	}

	#qualityWrap .qualityBox1 {
		width: 98%;
		margin: 20px auto;
	}

	#qualityWrap .qualityBox1 .img {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#qualityWrap .qualityBox1 .text {
		float: none;
		width: 94%;
		margin: 0;
		padding: 0 3%;
	}

	#qualityWrap .boxWrap {
		width: 48%;
		margin: 30px 1% 0;
	}

	#qualityWrap .qualityBox2 h3 {
		margin: 0.5em;
	}

	#qualityWrap .qualityBox1 .img .icon {
		width: 20%;
	}

	#qualityWrap .boxWrap .icon {
		width: 25%;
	}

	#qualityWrap .qualityBox1 .img .icon,
	#qualityWrap .boxWrap .icon {
		max-width: 89px;
		top: -5px;
		left: -5px;
	}
}

/* こだわりオプションメニュー
-------------------------------------------------------------------------*/
#optionWrap h2 {
	padding-top: 50px;
	margin: 0;
}

#optionWrap .option {
	float: left;
	width: 23%;
	margin: 1%;
	padding: 0;
}

#optionWrap .option h3 {
	color: #FF7272;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
}

#optionWrap .option p {
	font-size: 0.95em;
	text-align: left;
}

@media screen and (max-width: 736px) {
	#optionWrap h2 {
		padding-top: 30px;
	}

	#optionWrap .option {
		width: 47%;
		margin: 0 1.5% 1%;
	}
}

/* ご利用の流れ
-------------------------------------------------------------------------*/
#flowWrap {
	width: 100%;
	background-image: url("../y_img/common/bk_wave_white_top.png"), url("../y_img/common/bk_dot.gif");
	background-repeat: repeat-x, repeat;
	background-position: left top;
	padding: 50px 0 30px;
}

#flowWrap .flowbox {
	float: left;
	width: 23%;
	margin: 0 1%;
	font-size: 0.95em;
}

#flowWrap .flowbox .step img {
	max-width: 100px;
}

#flowWrap .flowbox .img img {
	display: block;
	margin: 5px auto 0;
}

#flowWrap .flowbox h3 {
	font-size: 1.4em;
	margin-bottom: 0 !important;
}

#flowWrap .flowbox .text {
	margin-top: 0.5em !important;
}

#flowWrap .btn_y a {
	max-width: 500px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 15px 20px 15px 15px;
	margin: 0.5em auto 20px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#flowWrap .order a {
	background: #FF5A5A url(../y_img/common/icon_arrow_white.png) no-repeat 90% center;
	box-shadow: 0px 2px 0px 1px #CC4848;
	-webkit-box-shadow: 0px 2px 0px 1px #CC4848;
	-moz-box-shadow: 0px 2px 0px 1px #CC4848;
}

#flowWrap .order span {
	background: url(../y_img/common/icon_order_white.png) no-repeat left center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	padding-left: 30px;
}

#flowWrap .download a {
	background: #FFA500 url(../y_img/common/icon_arrow_white.png) no-repeat 90% center;
	box-shadow: 0px 2px 0px 1px #CC8400;
	-webkit-box-shadow: 0px 2px 0px 1px #CC8400;
	-moz-box-shadow: 0px 2px 0px 1px #CC8400;
}

@media screen and (max-width: 736px) {
	#flowWrap {
		padding: 30px 0;
	}

	#flowWrap .flowbox {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		font-size: 1em;
	}

	#flowWrap .flowbox .step img {
		max-width: 100%;
		padding: 20px 20px 0;
	}

	#flowWrap .flowbox .text {
		padding: 0 1em;
	}
}