@charset "UTF-8";

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

home css

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

/* -------------------------------------------------
  mv
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
.mv .ftLato{
	font-weight: 700;
  font-family: 'Lato', sans-serif;
}
.mv .txtBox{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg-top-sp.png);
	background-size: 436px auto;
	padding-top: 88px;
}
.mv .txtBox .ttl{
	text-align: center;
	font-weight: bold;
	width: 335px;
	margin: 0 auto;
}
.mv .txtBox .ttl p{
	color: #fff;
	height: 28px;
	border-radius: 200px;
	background: #000;
	position: relative;
}
.mv .txtBox .ttl p span{
	font-size: 13px;
	display: block;
	height: 28px;
	line-height: 28px;
	border-radius: 200px;
	background: #F47B45;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	letter-spacing: 0;
}
.mv .txtBox .ttl p::after,
.mv .txtBox .ttl p span::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	transform:rotate(180deg);
}
.mv .txtBox .ttl p::after{
	border-color: transparent transparent #000 transparent;
	z-index: 1;
}
.mv .txtBox .ttl p span::after{
	border-color: transparent transparent #F47B45 transparent;
	z-index: 2;
}
.mv .txtBox .ttl h1{
	font-size: 30px;
	font-weight: 900;
	padding-top: 18px;
	padding-bottom: 22px;
}
.mv .txtBox .ttl h1 span{
	color: #F47B45;
	display: block;
	padding-bottom: 14px;
}
.mv .priceBox{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg-bottom-sp.png);
	background-size: 520px auto;
	height: 144px;
	overflow: hidden;
}
.mv .priceBox .wrap{
	margin: 0 auto;
	width: 346px;
}
.mv .priceBox ul{
	float: left;
	padding-top: 80px;
}
.mv .priceBox ul li{
	display: inline-block;
	background: #fff;
	text-align: center;
	vertical-align: top;
	margin-right: 2px;
	width: 48px;
	height:50px;
	border-radius: 6px;
	border: 1px solid #F47B45;
	font-weight: bold;
}
.mv .priceBox ul li .lead{
	font-size:10px;
	position: relative;
	letter-spacing: 0;
	line-height: 1;
	padding: 5px 0;
}
.mv .priceBox ul li .lead::after{
	content: "";
	position: absolute;
	display: block;
	background: #F47B45;
	height: 1px;
	width: 30px;
	right: 0;
	left: 0;
	bottom: 0px;
	margin: auto;
}
.mv .priceBox ul li .num{
	color: #F47B45;
	font-size: 10px;
	padding-top: 2px;
}
.mv .priceBox ul li .num span{
	font-size: 26px;
}
.mv .priceBox .inner{
	float: left;
	padding-left: 6px;
	padding-top: 34px;
}
.mv .priceBox .inner .leadTxt{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding-left: 10px;
}
.mv .priceBox .inner .price{
	overflow: hidden;
	padding-top: 8px;
}
.mv .priceBox .inner .price .txt{
	float: left;
	width: 39px;
	height: 39px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 3px;
	letter-spacing: 0;
}
.mv .priceBox .inner .price .numBox{
	float: left;
	color: #fff;
	font-weight: 700;
	padding-top: 5px;
	padding-left: 3px;
}
.mv .priceBox .inner .price .numBox .num{
	font-size: 40px;
	letter-spacing: -1px;
}
.mv .priceBox .inner .price .numBox .yen{
	font-size: 13px;
	position: relative;
	padding-left: 2px;
}
.mv .priceBox .inner .price .numBox .yen span{
	position: absolute;
	font-size: 10px;
	left: 2px;
	top: -16px;
}
.mv .contactBox{
	text-align: center;
	padding: 15px 0 20px;
}
.mv .contactBox dl{
	display: inline-block;
	vertical-align: top;
}
.mv .contactBox dl dt{
	font-size: 15px;
	padding-bottom: 7px;
}
.mv .contactBox dl dd a{
	display: block;
	height: 100%;
	text-decoration: none;
}
.mv .contactBox dl.tel{
	padding-right: 18px;
}
.mv .contactBox dl.tel dt span{
	display: none;
}
.mv .contactBox dl.tel dd span{
	display: none;
}
.mv .contactBox dl.tel dd img{
	width: 60px;
}
.mv .contactBox dl.mail dd a{
	background: #F47B45;
	border-radius: 200px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	width: 226px;
	position: relative;
	letter-spacing: 2px;
}
.mv .contactBox dl.mail dd a::before,
.mv .contactBox dl.mail dd a::after{
	position: absolute;
	content:"";
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}
.mv .contactBox dl.mail dd a::before{
	background: #Fff;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	z-index: 1;
	right: 18px;
}
.mv .contactBox dl.mail dd a::after{
	right: 26px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform:rotate(45deg);
	z-index: 2;
}

@media print, screen and (max-width: 320px){
	.mv .txtBox .ttl{
		width: 100%;
	}
	.mv .priceBox .inner .leadTxt{
		font-size: 12px;
	}
	.mv .priceBox .inner .price .txt{
		font-size: 10px;
		width: 32px;
    height: 32px;
	}
	.mv .priceBox .inner .price .numBox{
		padding-left: 1px;
	}
	.mv .priceBox .inner .price .numBox .num{
		font-size: 34px;
	}
}
@media print, screen and (min-width: 768px){
	.mv{
		margin-bottom: 40px;
	}
	.mv .txtBox{
		background-image: url(../img/bg-top-tab.png);
		background-size: 960px auto;
		padding-top: 130px;
		display: flex;
		justify-content: center;
		height: 323px;
	}
	.mv .priceBox{
		background: none;
	}
	.mv .txtBox .ttl{
		width: 376px;
		margin: 0;
	}
	.mv .txtBox .ttl p{
		height: 34px;
	}
	.mv .txtBox .ttl p span{
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
	.mv .txtBox .ttl h1{
		font-size: 37px;
		padding-top: 22px;
	}
	.mv .txtBox .ttl h1 span{
		padding-bottom: 28px;
	}
	.mv .priceBox{
		height: auto;
	}
	.mv .priceBox .wrap{
		width: auto;
	}
	.mv .priceBox ul{
		float: none;
		padding-top: 15px;
		text-align: center;
	}
	.mv .priceBox ul li{
		width: 59px;
		height: 60px;
	}
	.mv .priceBox ul li .num{
		font-size: 15px;
		padding-top: 6px;
	}
	.mv .priceBox ul li .num span{
		font-size: 34px;
	}
	.mv .priceBox .inner{
		float: none;
		padding-top: 10px;
		padding-left: 0;
	}
	.mv .priceBox .inner .leadTxt{
		font-size: 13px;
		padding-left: 15px;
	}
	.mv .priceBox .inner .leadTxt strong br{
		display: none;
	}
	.mv .priceBox .inner .price .txt{
		width: 50px;
		height: 50px;
		font-size: 15px;
		padding-top: 6px;
	}
	.mv .priceBox .inner .price .numBox{
		padding-top: 10px;
	}
	.mv .priceBox .inner .price .numBox .num{
		font-size: 59px;
	}
	.mv .contactBox{
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../img/contact-bg-tab.png);
		background-size: 810px auto;
		padding: 0;
		height: 101px;
		padding-top: 3px;
	}
	.mv .contactBox dl dt{
		padding-top: 2px;
	}
	.mv .contactBox dl.tel dd span{
		display: inline;
		color: #fff;
		font-weight: 700;
	}
	.mv .contactBox dl.tel dd .imgSp{
		display: none;
	}
	.mv .contactBox dl.tel dd a{
		background-color: #F47B45;
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-image: url(../img/tel-tab.svg);
		background-size: 36px auto;
		width: 272px;
		line-height: 56px;
		border-radius: 200px;
		font-size: 27px;
		padding-left: 30px;
	}
	.mv .contactBox dl.mail dd a{
		width: 272px;
		line-height: 56px;
	}
}
@media print, screen and (min-width: 960px){
	.mv .txtBox{
		background-image: url(../img/bg-top-pc.png);
		background-size: 1130px auto;
		padding-top: 0px;
		height: 418px;
		display: block;
		position: relative;
	}
	.mv .txtBox .ttl{
		width: auto;
		position: absolute;
		top: 170px;
		left: 50%;
		margin-left: -479px;
	}
	.mv .txtBox .ttl p {
		width: 484px;
		height: 42px;
		margin: 0 auto;
	}
	.mv .txtBox .ttl p span{
		line-height: 42px;
		height: 42px;
		font-size: 19px;
	}
	.mv .txtBox .ttl p::after, 
	.mv .txtBox .ttl p span::after{
		border-width: 0 8px 12px 8px;
		bottom: -11px;
	}
	.mv .txtBox .ttl h1{
		font-size: 55px;
		padding-top: 35px;
	}
	.mv .txtBox .ttl h1 span {
    padding-bottom: 47px;
	}
	.mv .priceBox {
		position: absolute;
		top: 180px;
		right: 50%;
		margin-right: -466px;
	}
	.mv .priceBox ul{
		padding-left: 103px;
	}
	.mv .priceBox ul li {
    width: 74px;
    height: 77px;
	}
	.mv .priceBox ul li .lead{
		font-size: 13px;
	}
	.mv .priceBox ul li .lead::after{
		width: 50px;
		bottom: -1px;
	}
	.mv .priceBox ul li .num{
		font-size: 20px;
		padding-top: 13px;
	}
	.mv .priceBox ul li .num span{
		font-size: 51px;
	}
	.mv .priceBox .inner{
		padding-top: 15px;
	}
	.mv .priceBox .inner .leadTxt{
		font-size: 17px;
		padding-left: 69px;
	}
	.mv .priceBox .inner .price{
		padding-top: 10px;
	}
	.mv .priceBox .inner .price .txt{
		width: 63px;
		height: 63px;
		font-size: 19px;
	}
	.mv .priceBox .inner .price .numBox{
		padding-top: 16px;
	}
	.mv .priceBox .inner .price .numBox .num{
		font-size: 74px;
	}
	.mv .priceBox .inner .price .numBox .yen{
		font-size: 26px;
	}
	.mv .priceBox .inner .price .numBox .yen span {
    left: 4px;
    top: -12px;
	}

	.mv .contactBox{
		background-image: url(../img/contact-bg-pc.png);
		background-size: 1130px auto;
		height: 150px;
		padding-top: 30px;
	}
	.mv .contactBox dl dt{
		font-size: 17px;
	}
	.mv .contactBox dl.tel dt span{
		display: inline;
	}
	.mv .contactBox dl.tel dd a{
		background: none;
		background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 36px auto;
		background-image: url(../img/tel-pc.svg);
		font-size: 46px;
		width: 397px;
		line-height: 48px;
	}
	.mv .contactBox dl.tel dd span{
		color: #000;
		line-height: 1;
	}
	.mv .contactBox dl.mail dd a{
		width: 398px;
		line-height: 48px;
		font-size: 24px;
		border: 3px solid #F47B45;
	}
	.mv .contactBox dl.mail dd a:hover{
		background: #fff;
		color: #F47B45;
	}
	.mv .contactBox dl.mail dd a::before{
		width: 22px;
    height: 22px;
		border: 1px solid #F47B45;
	}
	.mv .contactBox dl.mail dd a::after{
		right: 27px;
    width: 6px;
    height: 6px;
	}
}




/* -------------------------------------------------
  parts
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
.contentsTTL {
	margin:0 0 20px;
	font-size:3.2rem;
	font-weight:700;
	letter-spacing:0.05em;
	text-align:center;
}
/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	.contentsTTL {
		margin:0 0 25px;
		font-size:3.6rem;
	}
}



/* -------------------------------------------------
  car
------------------------------------------------- */

#contents_car .inner {
	width:100%;
	padding:50px 10px;
}
.carlistWrap {
	padding:25px 0;
}
/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	#contents_car .inner {
		padding:80px 0 ;
	}
	.carlistWrap {
		max-width:100%;
		padding:25px 50px;
		position:relative;
	}
	.carlistWrap .slick-prev{
		position: absolute; 
		z-index: 1; 
		padding: 0; 
		display: block; 
		border: none; 
		width: 70px; 
		height: 70px; 
		top: 0;
		bottom: 0;
		left:0;
		margin:auto 0; 
		background:url(/shops/yonabaru/common/img/icon/right-arrow_wht.svg) no-repeat 50% 50% #F47B45;
		background-size:22px auto;
		transform: scale(-1, 1);
		text-indent: -9999px; 
		overflow: hidden;
		outline:none;
		cursor: pointer;
		transition:all 0.5s ease;
	}
	.carlistWrap .slick-next{ 
		position: absolute; 
		z-index: 1; 
		padding: 0;
		display: block; 
		border: none; 
		width: 70px; 
		height: 70px; 
		top: 0;
		bottom: 0;
		right: 0; 
		margin:auto 0; 
		background:url(/shops/yonabaru/common/img/icon/right-arrow_wht.svg) no-repeat 50% 50% #F47B45;
		background-size:22px auto;
		text-indent: -9999px; 
		overflow: hidden;
		outline:none;
		cursor: pointer;
		transition:all 0.5s ease;
	}
	.carlistWrap .slick-prev:hover {
		background-color:#FFB695;
		background-position:60% 50%;
	}
	.carlistWrap .slick-next:hover { 
		background-color:#FFB695;
		background-position:60% 50%;
	}
	.carlistWrap li{
		width:330px;
		margin:15px;
		padding:30px 0 0;
	}
}


/* -------------------------------------------------
  entry
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
#contents_entry .inner {
	width:100%;
	padding:50px 20px;
}
#contents_entry .entryList {
	width:100%;
	max-width:730px;
	margin:0 auto;
}
#contents_entry .entryList ul {
	position: relative;
	margin: -220px 0 155px;
	top: 230px;
}
#contents_entry .entryList ul .box {
	width:48%;
	margin-top:15px;
	background:#ffffff;
	border:1px solid #DEDAC8;
	border-radius:10px;
	position:relative;
}
#contents_entry .entryList ul .box > a,
#contents_entry .entryList ul .box > div{
	display:block;
	padding:5px 15px 15px;
	color:#0A0E1F;
	text-align:center;
	text-decoration:none;
}
#contents_entry .entryList ul .box.shop a{
	display: block;
	height: 100%;
}
#contents_entry .entryList ul .box .icon {
	width:100%;
	height:65px;
	position:relative;
}
#contents_entry .entryList ul .box .icon::after {
	content:"";
	display:none;
	width:14px;
	height:20px;
	margin:auto 0;
	background:url(/shops/yonabaru/common/img/icon/right-arrow_org.svg) no-repeat 50% 50%;
	background-size:10px auto;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:2;
}
#contents_entry .entryList ul .box .icon img {
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#contents_entry .entryList ul .icon img {
	width:53px;
}
#contents_entry .entryList ul .box .cateTxt{
	width:80px;
	margin:0 auto;
	padding:10px 0 0;
	border-top:1px solid #0A0E1F;
	position:relative;
}
#contents_entry .entryList ul .box .cateTxt span{
	display:block;
	width:50px;
	margin:0 auto;
	padding:0 5px;
	font-size: 0.6rem;
	line-height:16px;
	color: #0A0E1F;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	background:#ffffff;
	position:absolute;
	top:-8px;
	left:0;
	right:0;
}
_:-ms-lang(x), #contents_entry .entryList ul .box .cateTxt span {
	font-size:1.0rem;
}
#contents_entry .entryList ul .box .ttl-s {
	font-size:1.4rem;
}
#contents_entry .entryList ul .box p {
	font-size:1.2rem;
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	#contents_entry .inner {
		padding:80px 30px 0;
	}
	#contents_entry .entryList ul {
		position: relative;
		margin: -65px 0 65px;
		top: 75px;
	}
	#contents_entry .entryList ul .box > a,
	#contents_entry .entryList ul .box > div {
		padding:20px 20px 40px;
		transition:all 0.5s ease;
	}
	#contents_entry .entryList ul .box.shop a{
		color: #0A0E1F;
		text-decoration: none;
	}
	#contents_entry .entryList ul .box.shop a:hover{
		opacity: 0.6;
	}
	#contents_entry .entryList ul .box .icon {
		height:180px;
		transition: all 0.5s ease;
	}
/*
	#contents_entry .entryList ul .box a:hover{
		opacity:0.4;
	}
	#contents_entry .entryList ul .box a:hover .icon{
		transform: scale(1.1,1.1);
	}
	#contents_entry .entryList ul .box .icon::after {
		display:block;
		width:14px;
		height:20px;
		background:url(/shops/yonabaru/common/img/icon/right-arrow_org.svg) no-repeat 50% 50%;
		background-size:14px auto;
		right:30px;
	}
*/
	#contents_entry .entryList ul .icon img {
		width:114px;
	}
	#contents_entry .entryList ul .box .cateTxt{
		width:110px;
		padding:15px 0 0;
	}
	#contents_entry .entryList ul .box .cateTxt span{
		width:70px;
		font-size: 1.6rem;
	}
	#contents_entry .entryList ul .box .ttl-s {
		margin-bottom:15px;
		font-size:2.6rem;
	}
	#contents_entry .entryList ul .box p {
		font-size:1.4rem;
	}
}



/* -------------------------------------------------
  faq
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
#contents_faq {
	border-top:1px solid #F2F0E6;
}
#contents_faq .inner {
	width:100%;
	padding:40px 20px;
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	#contents_faq .inner {
		padding:80px 20px;
	}

}

/* ----------------------------------
  年末年始
---------------------------------- */
.nenmatsu{
	padding: 30px 10px 30px;
}
.nenmatsu dl{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #DEDAC8;
}
.nenmatsu dl dt{
	text-align: center;
	position: relative;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #F47B45;
	font-size: 18px;
}
.nenmatsu dl dt::before,
.nenmatsu dl dt::after{
	position: absolute;
	content: "";
	display: block;
	background: #F47B45;
	height: 1px;
	width: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nenmatsu dl dt::before{
	left: 50%;
	margin-left: -110px;
}
.nenmatsu dl dt::after{
	right: 50%;
	margin-right: -110px;
}
.nenmatsu dl dd{
	line-height: 1.7;
}
.nenmatsu dl dd span{
	font-weight: 600;
	display: block;
}
.nenmatsu dl dd span.txtSpace{
	display: none;
}
@media print, screen and (min-width: 768px){
	.nenmatsu{
		padding: 30px ;
	}
	.nenmatsu dl{
		padding: 50px;
	}
}
@media print, screen and (min-width: 960px){
	.nenmatsu{
		padding: 40px 0px 70px;
	}
	.nenmatsu dl{
		padding: 50px 60px;
		width: 960px;
		margin: 0 auto;
	}
	.nenmatsu dl dt{
		font-size: 21px;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}
	.nenmatsu dl dt::before{
		margin-left: -130px;
	}
	.nenmatsu dl dt::after{
		margin-right: -130px;
	}
	.nenmatsu dl dd{
		letter-spacing: 1px;
		line-height: 2;
	}
	.nenmatsu dl dd span{
		display: inline-block;
	}
	.nenmatsu dl dd span.txtSpace{
		display: inline-block;
	}
}


/* -------------------------------------------------
  MV下 納期遅れ非表示
------------------------------------------------- */
.deadlineNotes,
.service-appeal{
	display: none;
}
@media print, screen and (min-width: 960px){
	.yonabaruHead{
		padding-top: 50px;
		padding-bottom: 40px;
	}
}
