@charset "UTF-8";
/* CSS Document */



/*-
	導入部分
------------------------------------------------- */

/*- 見出し -*/
#introduction {}
#introduction h3 {
	text-align: center;
	line-height: 1.8em;
}
#introduction h3::before {
	content: initial;
}
#introduction h3 + p {
	margin-bottom: 50px;
}





/*- メリット -*/
#introduction h4 {
	background-color: #f4a000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#introduction ul {
	background-color: #fff9ea;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
#introduction ul li {
	background-color: #FFF;
	border-radius: 20px;
}

#introduction .campaign-t {
	position: relative;
}
#introduction .campaign-t h5 {
	font-weight: bold;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 0;
}
#introduction .campaign-t h5::after {
	position: absolute;
	content: '';
	background-color: #fffdd3;
	width: 100%;
	left: 0;
	z-index: -1;
}
#introduction .ets {
	text-align: left;
 font-size: 14px;
}
#introduction .message {
 margin: 30px auto 10px;
}
#introduction .message span{
 font-size: 24px;
 font-weight: bold;
 color: #d94624;
 margin-bottom: 10px;
}

/*- 1 -*/
#introduction ul li:first-of-type {}
/*- 2 -*/
#introduction ul li:last-of-type .message {
	text-align: left;
	margin: 30px auto;
}
#introduction ul li:last-of-type .ets {
	text-align: center;
}


/*- リボン：キャンペーン -*/
.ribbon_c {
	display: inline-block;
	position: relative;
	height: 45px;
	text-align: center;
	box-sizing: border-box;
	top: -240px;
	left: calc(50% - 120px);
	z-index: 0;
}
.ribbon_c:before {/*左側のリボン端*/
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	left: -35px;
	z-index: -2;
	border: 20px solid #ff704f;;
	border-left-color: transparent;/*山形に切り抜き*/
}
.ribbon_c:after {/*右側のリボン端*/
	content: '';
	position: absolute;
	width: 10px;
	bottom: -10px;
	right: -35px;
	z-index: -2;
	border: 20px solid #ff704f;;
	border-right-color: transparent;/*山形に切り抜き*/
}
.ribbon_c p {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 20px;
	line-height: 45px;
	font-size: 18px;
	color: #FFF;
	background: #ec694b;/*真ん中の背景色*/
	font-weight: bold;
	font-size: 20px;
}
.ribbon_c p:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px #ff704f;;
	border-right: solid 15px #bf543b;/*左の折り返し部分*/
}
.ribbon_c p:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px #ff704f;;
	border-left: solid 15px #bf543b;/*右の折り返し部分*/
}

/*- リボン：縦 -*/
.ribbon_b {
	display: inline-block;
	position: absolute;
	top: 0;
	margin: 0;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	color: white;
	background: #f4a000;
}
.ribbon_b:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
}

/*- 資料請求 -*/
.info h4 {
	font-weight: bold;
	text-align: center;
	margin: 0 auto 70px;
	position: relative;
}
.info h4::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background-image: linear-gradient(-45deg, #fff 25%, #F8C666 25%, #F8C666 50%, #fff 50%, #fff 75%, #F8C666 75%, #F8C666);
	background-size: 10px 10px;
	z-index: -1;
}
.info dl {}
.info dl dt {
	color: #FFF;
	font-weight: bold;
	background-color: #d94624;
	padding: 10px;
	text-align: center;
	border: solid 5px #d94624;
	border-bottom: transparent;
}
.info dl dd {
	padding: 10px 30px 20px;
	text-align: center;
	border: solid 5px #d94624;
	border-top: transparent;
}
.info dl dd .tel {
	font-weight: bold;
}
.info dl dd .time {}


/*- 店舗での決済方法 -*/
#settlement {
	background-color: #fff9ea;
	padding: 50px 0;
	margin-left: 0;
	margin-right: 0;
}
#settlement ul {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	counter-reset: my-counter;
}
#settlement ul li {
	background-color: #FFF;
	height: 400px;
	box-sizing: border-box;
	margin: 20px;
	padding: 20px;
	/*padding-left: 50px;*/
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 82%;
	background-position: center bottom 25px;
}

	#settlement ul li:nth-of-type(1){ background-image: url("../../images/pay2-1.png"); }
	#settlement ul li:nth-of-type(2){ background-image: url("../../images/pay2-2.png"); }
	#settlement ul li:nth-of-type(3){ background-image: url("../../images/pay2-3.png"); }
	#settlement ul li:nth-of-type(4){ background-image: url("../../images/pay2-4.png"); }
 
 
 #settlement_sc ul li:nth-of-type(1){ background-image: url("../../images/pay3-1.png"); }
 #settlement_sc ul li:nth-of-type(2){ background-image: url("../../images/pay3-2.png"); }
 
/*
#settlement ul li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #f4a000;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
*/
	#settlement ul li p{
		display: table;
		width: 100%;
		min-height: 50px;
		padding-left: 65px;
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: left top;
	}
	
	#settlement ul li:nth-of-type(1) p{ background-image: url("../img/settlement1.png"); }
	#settlement ul li:nth-of-type(2) p{ background-image: url("../img/settlement2.png"); }
	#settlement ul li:nth-of-type(3) p{ background-image: url("../img/settlement3.png"); }
	#settlement ul li:nth-of-type(4) p{ background-image: url("../img/settlement4.png"); }
	
	#settlement ul li p > span{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		font-weight: bold;
	}


/*- リンク -*/
#link div {
}
#link div a {
	display: block;
	width: 20em;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #f4a000;
	position: relative;
	font-weight: bold;
	border: solid 2px #f4a000;
	border-radius: 10px;
	background-image: url("../img/link_arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 13px;
}


/*- フォームボタン -*/
.btn_form{
	margin: 20px auto 40px;
}
.btn_form a {
	display: block;
	width: 20em;
	margin: 50px auto 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	position: relative;
	font-weight: bold;
	border: solid 2px #e9472d;
	border-radius: 10px;
	background-image: url("../../images/link_arrow-w.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 13px;
	background-color: #e9472d;
}



/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{

	#topImage{
		margin: 0;
	}
	#topImage h2{
		margin-bottom: 50px;
	}
	#topImage p{
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	#topImage p.image1{
		background-image: url("../img/message_top1.png");
		padding-top: 75px;
		margin-bottom: 45px;
	}
	#topImage p.image2{
		background-image: url("../img/message_top2.png");
		padding-top: 350px;
		margin-bottom: 20px;
	}
	#topImage p.image3{
		background-image: url("../img/message_top3.png");
		padding-top: 270px;
		margin-bottom: 5px;
	}
	
	#topImage p.sign{
		display: block;
		text-align: center;
		font-size: 14px;
	}
	
	/*- 見出し -*/
	#introduction h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	#introduction h3 + p {
		font-size: 20px;
	}

	/*- メリット -*/
	#introduction h4 {
		font-size: 26px;
	}
	#introduction ul li {
		width: 800px;
		margin: 50px auto;
		padding: 40px 100px;
	}

	#introduction .campaign-t h5 {
		font-size: 56px;
		width: 600px;
	}
	#introduction .campaign-t h5::after {
		height: 30px;
		bottom: 0;
	}
	#introduction .message {
		text-align: center;
		font-size: 20px;
	}

	/*- 1 -*/
	#introduction ul li:first-of-type {
		height: 230px;
	}
	/*- 2 -*/
	#introduction ul li:last-of-type{
		background-image: url(../img/img.png);
		background-repeat: no-repeat;
		background-position: bottom 40px center;
		background-size: 50%;
		height: 550px;
	}
	#introduction ul li:last-of-type .message {
		/*width: 500px;*/
		width: 550px;
	}
	#introduction ul li:last-of-type .ets {
		text-align: center;
	}
	
	/*- 備考 -*/
	#introduction .bikou {
		text-align: center;
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	/*- リボン：キャンペーン -*/
	.ribbon_c {
		top: -250px;
	}
	/*- リボン：縦 -*/
	.ribbon_b {
		width: 60px;
		padding: 10px 0;
		font-size: 30px;
		left: -30px;
	}
	.ribbon_b:after {
		border-left: 30px solid #f4a000;
		border-right: 30px solid #f4a000;
		border-bottom: 15px solid transparent;
	}
	
	
	/*- 資料請求 -*/
	.info dl {
	  width: 720px;
	  margin: 0 auto;
	}
	.info h4 {
		font-size: 40px;
		width: 15em;
	}
	.info h4::after {
		bottom: 8px;
		height: 10px;
	}
	.info dl dt {
		font-size: 30px;
		border-radius: 30px 30px 0px 0px;
	}
	.info dl dd {
		border-radius: 0px 0px 30px 30px;
	}
	.info dl dd .tel {
		font-size: 60px;
	}
	.info dl dd .time {
		font-size: 18px;
	}


/*- ご利用までの流れ -*/
#use {
	background-color: #f5fbdb;
	padding: 50px 0;
	margin-left: 0;
	margin-right: 0;
}

#use ul {
	display: flex;
	width: 980px;
	margin: auto;
}
#use ul li {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
#use ul li::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid #f4a000;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin-left: 20px;
}
#use ul li:last-of-type::after {
	content: none;
}
#use ul li div {
	width: 200px;
	padding-top: 200px;
	height: calc(200px + 7em);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 93%;
}

#use ul li:nth-of-type(1) div { background-image: url("../img/01.png");}
#use ul li:nth-of-type(2) div { background-image: url("../img/02.png");}
#use ul li:nth-of-type(3) div { background-image: url("../img/03.png");}
#use ul li:nth-of-type(4) div { background-image: url("../img/04.png");}
	
#use ul li h4 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}


/*- 精算に関するポイント -*/
#point {}
#point #area {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: auto;
}
#point #area dl {
	width: 420px;
	margin: 0px;
	padding: 50px 0 50px 150px;
	background-repeat: no-repeat;
	background-position: left top 35px;
	background-size: 120px;
}

#point #area dl:nth-of-type(1) { background-image: url("../img/message_point1.png");}
#point #area dl:nth-of-type(2) { background-image: url("../img/message_point2.png");}

#point #area dl dt h4 {
	font-size: 20px;
	font-weight: bold;
	color: #f4a000;
}
#point #area dl dd {
	height: 100px;
}




	/*- 店舗での決済方法 -*/
	#settlement {}
	#settlement ul {
		width: 980px;
	}
	#settlement ul li {
		width: 450px;
	}

	.btn_form a {
	    width: 30em;
		font-size: 24px;
	}
}
/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {

	#topImage{
		margin: 0;
	}
	#topImage p{
		display: block;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
	#topImage p.image1{
		width: 80%;
		background-image: url("../img/message_top1.png");
		padding-top: 15vw;
		margin-bottom: 5vw;
	}
	#topImage p.image2{
		width: 90%;
		background-image: url("../img/message_top2.png");
		padding-top: 42vw;
		margin-bottom: 3vw;
	}
	#topImage p.image3{
		width: 75%;
		background-image: url("../img/message_top3.png");
		padding-top: 47vw;
		margin-bottom: 0.5vw;
	}
	
	#topImage p.sign{
		display: block;
		text-align: center;
		font-size: 13.5px;
	}
	
	/*- 見出し -*/
	#introduction h3{
		line-height: 1.4;
	}
	#introduction h3 + p {
		font-size: 18px;
	}

	/*- メリット -*/
	#introduction h4 {
		font-size: 20px;
	}
	#introduction ul li {
		width: 100%;
		margin: 40px auto 20px;
		padding: 20px;
	}

	#introduction .campaign-t h5 {
		font-size: 22px;
		width: 100%;
	}
	#introduction .campaign-t h5::after {
		height: 20px;
		bottom: -5px;
	}
	#introduction .ets {
		font-size: 14px;
  text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
	#introduction .message {
		font-size: 16px;
  text-align: center;
	}

	/*- 1 -*/
	#introduction ul li:first-of-type {
		position: relative;
		/*height: calc(100% - 120px);*/
	}
	/*- 2 -*/
	#introduction ul li:last-of-type .ets {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}

	/*- 2 -*/
	#introduction ul li:last-of-type .image{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
		max-height: 280px;
    	background-image: url(../img/img.png);
    	background-repeat: no-repeat;
    	background-position: center bottom;
    	background-size: contain;
    	height: 43vw;
	}

/*- 備考 -*/
#introduction .bikou {
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}

	/*- リボン：キャンペーン -*/
	.ribbon_c {
		position: absolute;
		top: -45px;
	}
	/*- リボン：縦 -*/
	.ribbon_b {
		width: 36px;
		padding: 0;
		font-size: 24px;
		left: 0px;
	}
	.ribbon_b:after {
		border-left: 18px solid #f4a000;
		border-right: 18px solid #f4a000;
		border-bottom: 10px solid transparent;
	}
	
/*- ご利用までの流れ -*/
#use {
	background-color: #f5fbdb;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

	#use ul.slide{
		width: 270px;
		margin: 0 auto;
		padding-bottom: 10px;
		margin-bottom: 50px;
	}
	#use ul.slide li{
	}
	#use ul.slide li::after{
		display: none;
	}
	
#use ul li div {
	display: block;
	margin: 0 auto;
	width: 200px;
	padding-top: 200px;
	height: calc(200px + 7em);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 93%;
}

#use ul li:nth-of-type(1) div { background-image: url("../img/01.png");}
#use ul li:nth-of-type(2) div { background-image: url("../img/02.png");}
#use ul li:nth-of-type(3) div { background-image: url("../img/03.png");}
#use ul li:nth-of-type(4) div { background-image: url("../img/04.png");}
	
#use ul li h4 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
	
	  /*-----------slick矢印----------*/
	.slick-prev{ left: calc(-7vw) !important; }
	.slick-next{ right: -7vw !important; }
	.slick-prev:before{
		background: url("../img/slick_arrow-l.png") !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	 
	}
	.slick-next:before{
		background: url("../img/slick_arrow-r.png") !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
	}
	.slick-arrow{
		z-index: 2 !important;
		width: 25px !important;
		height: 25px !important;
	}
	.slick-arrow:before{
		content: "" !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1 !important;
	}
	button.slick-disabled{
		display: none !important;
	}
	
  /*-----------slickドットナビ----------*/
	.slick-dots li button::before {
		font-size: 16px !important;
	}
	.slick-dots li.slick-active button:before {
		color: #EA9A00 !important;
	}
	


/*- 精算に関するポイント -*/
#point {
	margin: 0;
	}
#point #area {
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: 0 auto;
}
#point #area dl {
	margin: 0px;
	padding: 20px 0 20px 120px;
	background-repeat: no-repeat;
	background-position: left top 10px;
	background-size: 100px;
}

#point #area dl:nth-of-type(1) { background-image: url("../img/message_point1.png");}
#point #area dl:nth-of-type(2) { background-image: url("../img/message_point2.png");}

#point #area dl dt h4 {
	font-size: 20px;
	font-weight: bold;
	color: #f4a000;
}
#point #area dl dd {
	height: 100px;
}


	
	/*- 資料請求 -*/
	.info h4 {
		font-size: 24px;
		width: 100%;
	}
	.info h4::after {
		bottom: 5px;
		height: 5px;
	}
	.info dl dt {
		font-size: 18px;
		border-radius: 15px 15px 0px 0px;
	}
	.info dl dd {
		border-radius: 0px 0px 15px 15px;
	}
	.info dl dd .tel {
		font-size: 40px;
	}
	.info dl dd .time {
		font-size: 14px;
	}
	
	
	/*- 店舗での決済方法 -*/
	#settlement {
		padding-top: 20px;
	}
	#settlement ul {
		width: 100%;
	}
	#settlement ul li {
		width: 100%;
		height: calc(125px + 50vw);
	}
	
#link div a{
	max-width: 92%;
}
	
	
	
	
}



