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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#coupon {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#coupon img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
	margin:0px auto;
}

#coupon p{
	font-size: 1.2em!important;
	margin-top: 0!important;
}

#coupon h1,
#coupon h2,
#coupon h3,
#coupon h4,
#coupon h5{
	color: #000;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#coupon h1{
	font-size: 2.5em;
	line-height: 160%;
	margin-bottom: 20px;
	letter-spacing: 1px;
	margin: 50px auto;
    font-weight: bold;
}

#coupon h1 span{
	font-size: 0.85em;
	font-weight: normal;
    letter-spacing: 0;
}

#coupon h2{
	font-size: 1.8em;
	line-height: 180%;
	margin: 30px auto 0;
	font-weight: bold;
	border-bottom:#000 solid 2px;
	padding:0.3em;
	text-align: left;
}


#coupon h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#coupon .coupon_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#coupon .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#coupon p.main_text{
	margin: 20px auto 35px!important;
	text-align: left;
	line-height: 180%;
	display: block!important;
	font-size:1.1em!important;
}

#coupon p.main_text span.bigdate {
font-size: 1.5em;
font-weight: bold;
color: #ff1493;
background: linear-gradient(transparent 70%, lightpink 100%);
line-height:180%;
}

#coupon p.main_text span.big{
font-size: 1.5em!important;
font-weight: bold;
color: black;
background: linear-gradient(transparent 0%, #ffc8c8 0%);
border-radius: 8px;
line-height:180%;
}


#coupon p.other a {
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid white;
	background: #e63e62;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 20px auto;
}

#coupon p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid #e63e62;
	color: #e63e62;
}



#coupon section{
	width: 100%;
	margin: 10px auto 80px;
}

#coupon section img{
	margin-top: 50px;
}

/* 回遊リンク */

#coupon .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#coupon .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#coupon .Banner4 ul {
	display:inline;
}

#coupon .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

#coupon h1{
	font-size: 6.5vw;
	line-height: 110%;
    margin: 20px auto 4.5vw;
}

#coupon h1 span{
	font-size: 3.7vw;
}

#coupon h2{
	font-size: 5vw;
	margin:20px auto 0;
}
	

#coupon p.main_text span.bigdate{
	font-size: 4vw!important;
}		
	
#coupon p.main_text span.big{
	font-size: 4vw!important;
}	
	
#coupon h2 span{
	font-size: 3.5vw;
}

	
	
#coupon p.itemname{
	font-size:3.5vw!important;
}	
	

#coupon p.main_text{
	margin: 10px auto 10px!important;
	font-size:3.5vw!important;
	width:95%;
}
	
	
#coupon section{
	margin: 0vw auto 5vw;
}

#coupon section img{
	margin-top: 35px;
}	
	
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#coupon .Banner4 {
	text-align: center;
	width: 100%;
}

#coupon .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#coupon .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

#coupon section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#coupon .header{
	position: relative;
	/*height: 109vw;*/
}

#coupon .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}