@charset "UTF-8";

@font-face {
  font-family: "ITCAvantGardeStd-Bold";
  src: url("../fonts/ITCAvantGardeStd-Bold.woff2"), url("../fonts/ITCAvantGardeStd-Bold.woff");
}
.avantB{
	font-family: "ITCAvantGardeStd-Bold","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}


.Main_Stage {
	width: 100%;
	background: url("../images/main_sp.jpg") no-repeat center center;
	text-indent: -9999px;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-bottom: 57%;
	background-size: contain;
}

.Main_Contents{
	width: 100%;
	margin: 0 auto;
	background-color: #fdede7;
	text-align: center;
}


.Main_Visual{
	width: 100%;
	background: url("../images/image_top_sp.png") no-repeat center center ;
	text-indent: -9999px;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-bottom: 42%;
	margin: 0;
	background-size: contain;
}

.Main_Visual img{
	width: 100%;
}

.coupon_area{
	background: url("../images/image_bg.jpg") repeat center center;
	/*padding: 30px 0;*/
	padding: 20px 0;
	text-align: center;
}

.coupon_text{
	width: calc(100% - 30px);
	display: inline-block;
	background-color: rgba(255,255,255,0.85);
	/*padding: 15px 0;
	margin-bottom: 40px;*/
	padding: 7px 0 10px 0;
	margin-bottom: 20px;
}
.coupon_text1 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 5px;
}
	@media all and (max-width:374px) {
		.coupon_text1 {
			font-size: 13.5px;
		}
	}
.coupon_text2 {
	font-size: 14px;
	margin: 0;
}
	@media all and (max-width:374px) {
		.coupon_text2 {
			font-size: 12px;
		}
	}

.coupon_area ul{
	overflow: hidden;
	width: calc(100% - 30px);
	max-width: 350px;
	margin: 0 auto;
	padding: 0;
}
.coupon_area ul li{
	list-style-type: none;
}


.coupon01, .coupon02, .coupon03{
	display: inline-block;
	width: 100%;
	background-image: url('../images/image_coupon-sp.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 25px;
}

.coupon01 > div:first-child,
.coupon02 > div:first-child,
.coupon03 > div:first-child{
	padding-left: 10px;
	box-sizing: border-box;
}
.coupon01 > div:first-child img.top,
.coupon02 > div:first-child img.top,
.coupon03 > div:first-child img.top{
	display: inline-block;
	width: 177px;
	height: auto;
	margin-top: 25px;
	margin-bottom: 10px;
	pointer-events: none;
}
	@media all and (max-width:374px) {
		.coupon01 > div:first-child img.top,
		.coupon02 > div:first-child img.top,
		.coupon03 > div:first-child img.top{
			width: 160px;
			height: auto;
			margin-top: 20px;
			margin-bottom: 5px;
			pointer-events: none;
		}
	}
.coupon01 > div:first-child p.middle,
.coupon02 > div:first-child p.middle,
.coupon03 > div:first-child p.middle{
	color: #0074BF;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
	@media all and (max-width:374px) {
		.coupon01 > div:first-child p.middle,
		.coupon02 > div:first-child p.middle,
		.coupon03 > div:first-child p.middle{
			color: #0074BF;
			font-size: 18px;
			font-weight: 600;
			margin: 0;
		}
		.coupon01 > div:first-child p.middle span,
		.coupon02 > div:first-child p.middle span,
		.coupon03 > div:first-child p.middle span{
			color: #0074BF;
			font-size: 20px;
			font-weight: 600;
			margin: 0;
		}
	}
.coupon01 > div:first-child p.bottom,
.coupon02 > div:first-child p.bottom,
.coupon03 > div:first-child p.bottom{
	color: #0074BF;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}
	@media all and (max-width:374px) {
		.coupon01 > div:first-child p.bottom,
		.coupon02 > div:first-child p.bottom,
		.coupon03 > div:first-child p.bottom{
			font-size: 25px;
		}
	}
.coupon01 > div:first-child p.bottom span,
.coupon02 > div:first-child p.bottom span,
.coupon03 > div:first-child p.bottom span{
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -1px;
}
	@media all and (max-width:374px) {
		.coupon01 > div:first-child p.bottom span,
		.coupon02 > div:first-child p.bottom span,
		.coupon03 > div:first-child p.bottom span{
			font-size: 40px;
		}
	}
.coupon01 > div:last-child,
.coupon02 > div:last-child,
.coupon03 > div:last-child{
	margin-top: 30px;
	margin-bottom: 5px;
}
.coupon01 > div:last-child p,
.coupon02 > div:last-child p,
.coupon03 > div:last-child p{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.coupon01 > div:last-child p span,
.coupon02 > div:last-child p span,
.coupon03 > div:last-child p span{
	font-size: 23px;
	letter-spacing: 1px;
}

ul.bt_block li{
	display: inline-block;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	margin: 0;
}
ul.bt_block li:first-child{
	/*margin-bottom: 25px;*/
	margin-bottom: 15px;
}

ul.bt_block li img{
	width: 100%;
}


.detail_area{
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	/*padding: 40px 10px;*/
	padding: 25px 10px;
	background: url("../images/detail_bg.jpg") no-repeat center;
	background-size: cover;
}

.detail_block{
	margin: 0;
	background-color: #fff;
	/*padding: 30px 15px;*/
	padding: 20px 15px 5px;
}

.detail_block h2{
	display: inline-block;
	width: 220px;
	height: 40px;
	padding: 0 20px;
	border-radius: 40px;
	background-color: #FF740D;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
  margin: auto;
}

.detail_block dl{
	font-size: 1.4em;
	text-align: left;
	color: #000;
	line-height: 1.6;
	overflow: hidden;
	margin-top: 10px;

}

.detail_block dt{
	display: block;
	width: 100%;
	color: #FF740D;
	/*font-size: 18px;*/
	font-size: 17px;
	font-weight: 700;
}
.detail_block dt:before{
	content: "■ ";
}

.detail_block dd{
	/*font-size: 16px;*/
	font-size: 15px;
	font-weight: normal;
	margin-left: 0;
	display: block;
	width: 100%;
	/*margin-bottom: 20px;*/
	margin-bottom: 15px;
}
.detail_block dl dd:last-child{
	margin-bottom: 0;
}
.detail_block dd small{
	font-size: 15px;
}

.detail_block dd ul{
	margin: 0;
	padding: 0;
}
.detail_block dd ul li{
	list-style-type: none;
	margin-left: 18px;
	margin-bottom: 10px;
}
.detail_block dd ul li:before{
	content: "・";
	margin-left: -22px;
}

.Banner_Contents{
	width: 100%;
	/*margin: 50px auto;*/
	margin: 30px auto;
}
.Banner_Contents a,
.Banner_Contents img{
	width: 100%;
}


.Banner_Contents p{
	margin-top: 20px;
}


/* KNT用追加*/
.pc_only {
display: none!important;
}

.logo {
    line-height: 1.6!important;
}

#wrapper {
	font-family: "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
}

#wrapper p, h1, h2, ul, dl, ol{
	line-height: 1.5!important;
}


.DP_area h2  {
text-align: left;
}

.box02 dl dd {
    padding: 10px 0;
  }

.DP_area ul.box01 {
    margin: 10px 5px 0!important;
  }

#Emergency {
    border: #ff9000 4px solid;
	background-color: #fcf2e3;
	margin: 10px 15px 20px;
	padding:15px 5px!important;
	border-radius: 10px;
	line-height:1;
 }

#Emergency h2 {
	font-size: 24px;
	color: #ef4125!important;
	text-align: center!important;
 }
