@charset "utf-8";
body{
	background-color: #EB6D84;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}
img{
	width: 100%;
}
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000000;
}
.sp{
	display: none;
}
.subline{
	max-width: 1000px;
	margin: 0 auto;
}
header{
	background-image: url('../images/top_image.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}
/*header .header_image_area{
  width: 1000px;
  height: 1096px;
  background-image: url(../images/top_image.png);
  margin: 0 auto;
  background-position: center;
}*/
header .header_image_sp{
	display: none;
}
.intro_area h1{
	margin: 60px auto;
	text-align: center;
}
.intro_area h1 img{
	width: 50%;
}
.point_area{
	margin: 60px auto;
	overflow: hidden;
}
.point_area img{
	border-bottom: #FFFFFF 2px solid;
	padding-bottom: 2vw;
}
.point_area img:nth-child(2n-1){
	float: left;
}
.point_area img:nth-child(2n){
	float: right;
}
.point_area img:nth-child(1){
	width: 50%;
	margin-bottom: 90px;
}
.point_area img:nth-child(2){
	width: 43%;
	margin-bottom: 90px;
}
.point_area img:nth-child(3){
	width: 54%;
}
.point_area img:nth-child(4){
	width: 38%;
	padding-bottom: 2.9vw;
}
.coupon_area{
  margin: 60px auto;
  background-image: url('../images/flame.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 100px;
}
.mall_here_button{
	text-align: center;
	margin: 50px auto;
}
.mall_here{
  width: 50%;
}
.mall_here:hover{
	opacity: 0.8;
}
.mall_here.second{
	margin: 60px auto;
}
.bluetooth_area{
	margin-top: 30px;
}
.coupon_code_area .yellow{
	text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  color: #FFFF00;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  margin: 20px 0 15px;
}
.coupon_code_area .code_number{
  width: 60%;
  margin: 10px auto 40px;
  background-color: #FFFFFF;
  border-radius: 60px;
  font-size: 2.8em;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
.coupon_code_area .code_copy{
	width: 60%;
  margin: 0 auto 40px;
  display: inherit;
  cursor: pointer;
}
.coupon_code_area .code_copy:hover{
	opacity: 0.8;
}
.coupon_code_area .code_copy.done{
	opacity: 1;
	cursor: inherit;
}
.flow_area{
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 70px 50px 35px;
}
.flow_area h2{
	font-size: 1.8em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #896D47;
	border: 1px solid #896D47;
	padding: 15px;
}
.flow_area .img_area{
	margin: 50px 0 25px;
	position: relative;
}
.flow_area .img_area img{
	display: inline-block;
  width: calc(calc(100% / 3) - 73px);
  vertical-align: top;
  padding: 0px 40px;
}
.flow_area .img_area img:nth-child(1),
.flow_area .img_area img:nth-child(3){
  border-right: 1px solid #896D47;
}
.flow_area .img_area img:nth-child(5){
  padding-right: 0;
}
.flow_area .img_area .arrow{
	position: absolute;
	width: 30px;
	padding: 0;
	top: 30px;
}
.flow_area .img_area .arrow.first{
	left: 32.7%;
}
.flow_area .img_area .arrow.second{
	left: 67.4%;
}
.flow_area .text_area{
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.flow_area ul{
	margin-top: 30px;
	line-height: 1.8em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
footer{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .banner_area{
	text-align: center;
}
footer .banner_area img{
	height: 100px;
	width: auto;
}
footer .banner_area a:first-child img{
	width: 184px;
	height: auto;
	-webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
footer .banner_area a:first-child img:hover{
	opacity: 0.8;
}
footer .banner_area a:nth-child(2) img{
	width: 134.5px;
	height: auto;
	-webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
footer .banner_area a:nth-child(2) img:hover{
	opacity: 0.8;
}
footer ul{
	text-align: center;
	margin: 30px 0 20px;
}
footer ul li{
	display: inline-block;
	font-size: 0.7em;
}
footer ul li::after{
	content: "/";
	padding: 0 6px;
}
footer ul li:last-child::after{
	content: "";
}
footer ul li a{
	text-decoration: none;
	color: #000000;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer p{
	display: flex;
	justify-content: space-between;
}
footer p small{
	font-size: 0.7em;
	padding-top: 25px;
}
footer p img{
	vertical-align: middle;
	width: 140px;
	-webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
footer p img:hover{
	opacity: 0.8;
}

@media screen and (max-width:1000px){
	header .header_image_area{
		display: none;
	}
	header .header_image_sp{
		display: block;
	}
}

@media screen and (max-width:768px){
  a[href^="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
    color: #0000FF;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	main{
		padding: 0 20px;
	}
	.intro_area h1{
		margin: 30px auto;
	}
	.intro_area h1 img{
		width: 78%;
	}
	.mall_here{
		width: 76%;
		margin: 0 auto;
	}
	.coupon_area{
		margin-top: 40px;
		padding: 15px 10px;
		background-image: url('../images/flame_sp.png');
		height: 67vw;
		margin-bottom: 20px
	}
	.coupon_code_area .code_number{
		font-size: 5vw;
		width: 63%;
		padding: 1.3vw 0;
		margin: 4vw auto;
	}
	.coupon_code_area .code_copy{
		width: 63%;
	}
	.mall_here_button{
		margin: 20px auto;
	}
	.mall_here.second{
		margin: 35px auto;
	}
	footer .banner_area a:first-child img{
		width: 29.46667vw;
	}
	footer .banner_area a:nth-child(2) img{
		width: 21.6vw
	}
	footer ul{
		font-size: 0;
	}
	footer ul li{
		font-size: 3.1vw;
		line-height: 2.636;
	}
	footer ul li::after{
		padding: 0 2px;
	}
	footer ul li:nth-child(2)::after,
	footer ul li:nth-child(3)::after{
		content: '';
	}
	footer small{
		text-align: center;
    font-size: 3vw;
    padding: 0 40px;
    line-height: 1.8em;
	}
	footer .banner_mitsuifudousan{
		width: 62.4%;
		display: inherit;
		margin: 0 auto 2.8vw;
	}
}