@charset "utf-8";

h2.pagetitle{
  background-image:url("../../event/img/h2_event.jpg");
}

/* EVENT & CAMPAIGN */
#campaign{
  padding:10px;
  background:#000000;
}
#campaign .post_anc{
  display:block;
  padding-top:60px;
  margin-top:-60px;
}
#campaign .event_item{
  background:#ffffff;
  margin-bottom:10px;
  padding:15px;
  text-align:left;
}
#campaign h3{
  font-size:2rem;
  line-height:120%;
  font-weight:400;
  margin-bottom:10px;
}
#campaign .thumb{
  text-align:center;
  margin-bottom:10px;
  cursor:pointer;
}
#campaign .thumb img{
  max-width:200px;
}
#campaign .event_text p{
  line-height:150%;
}

/* モーダルウインドウ */
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 1999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}

/* 実施ホテル */
#campaign .store{
  margin-top:20px;
  border-top:1px solid #646464;
  padding-top:20px;
}
#campaign .store h4{
  font-weight:400;
  font-size:1.8rem;
  margin-bottom:10px;
}
#campaign .store ul li{
  font-size:1.4rem;
  display:inline-block;
  line-height:150%;
}
#campaign .store ul li::after{
  display:inline-block;
  content:'/';
  margin:0 0.5em;
}
#campaign .store ul li:last-child::after{
  display:none;
  margin:0;
}



/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 667px) {

  /* EVENT & CAMPAIGN */
  #campaign{
    padding:20px;
  }
  #campaign .event_item{
    padding:20px;
  }
  #campaign h3{
    margin-bottom:15px;
  }
  #campaign .event_wrap{
    display:flex;
  }
  #campaign .thumb{
    width:30%;
  }
  #campaign .thumb img{
    max-width:100%;
  }
  #campaign .event_text{
    padding-left:15px;
    width:70%;
    box-sizing:border-box;
  }
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {

  /* EVENT & CAMPAIGN */
  #campaign{
    padding:30px;
  }
  #campaign .post_anc{
    padding-top:85px;
    margin-top:-85px;
  }
  #campaign .event_item{
    max-width:1000px;
    margin:0 auto 20px auto;
    padding:30px;
  }
  #campaign h3{
    font-size:3rem;
  }
  #campaign .event_text{
    padding-left:20px;
  }
}