@charset "UTF-8";

body {
    /* letter-spacing: .03em; */
    box-sizing: border-box;
}
.img-max {
  width: 100%;
}
.l-row {
    display: flex;
}
#main h2 {
    padding: 0;
    border-bottom: none;
}
.NewsContainer {
	font-size: 14px;
    padding: 52px 0 20px 0;
}
.HeadArea {
  margin: 50px auto;
  width: 720px;
}
.HeadArea__ttl {
  margin: 0 0 30px;
  width: 500px;
}
sup {
    font-size: smaller;
}
.pb30 {
    padding-bottom: 30px;
}
.pane-main a {
    text-decoration: none;
}
h1 {
    margin: 50px 0 0;
    padding: 0;
    border: none;
    width: 589px;
}
/*--------------------------------------------
  イベント概要
---------------------------------------------*/
.EventOverview {
	margin: 0 auto 50px;
	text-align: left;
	letter-spacing: 0;
}
.EventOverview__body {
	text-align: left;
	line-height: 1.8;
	margin: 0 auto 30px;
}
.EventOverview__foot {
    background: #f4f4f4;
    padding: 15px;
    display: inline-block;
}


.Select {
	overflow: hidden;
	margin: 50px auto 80px;
	width: 720px;
}
.Select__ttl {
    font-size: 35px;
    font-weight: normal;
    margin: 20px 0 50px 0;
}
.Select__wrap {
    display: flex;
    flex-wrap: wrap;
}
.Select__block {
    width: 320px;
    flex: 0 0 320px;
    margin: 0 50px 0 0;
}
.Select__block:last-child {
	margin: 0;
}
.Select__figure {
    background: #232323;
    border-radius: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}
.Select__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.Select__icon {
    width: 150px;
    margin: 0 auto 20px;
}
.Select__desc {
    color: white;
    font-size: 25px;
}
.Select__descSub {
    color: #2997FF;
    font-size: 18px;
}
.Select__note {
    font-size: 12px;
    background: #f7f7f7;
    padding: 10px;
}
.Select__atn {
    font-weight: bold;
    border-bottom: 2px solid;
    margin: 0 0 10px;
    display: inline-block;
}

/*--------------------------------------------
  パーツ
---------------------------------------------*/
mark {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}
.linkBtn:link {
    display: inline-block;
    background: #2492c8;
    color: #fff;
    line-height: 1em;
    padding: 15px 30px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
}
.linkBtn:hover {
	text-decoration: none;
	background: #0071a8;
}
.linkBtn:visited {
	color: #fff;
}
.redText {
	color: #ff0000;
	font-weight: bold;
}
.fontSmall {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	/* display: block; */
}
.Notes {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0;
}
.Notes li {
	list-style: disc;
	line-height: 150%;
	margin: 0 0 15px 1em;
	font-size: 12px;
}
.Attention__ttl {
	font-size: 20px;
	display: flex;
    align-items: center;
    line-height: 150%;
}
.Attention__ttl:before {
	content:'1';
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height:25px;
	border-radius: 50px;
	text-align: center;
	margin-right: 5px;
	margin-top: 2px;
	flex: 0 0 25px;
}
.Attention__ttl:nth-of-type(2):before{	content:'2';}
.Attention__ttl:nth-of-type(3):before{	content:'3';}
.Attention__ttl:nth-of-type(4):before{	content:'4';}
.Attention__ttl:nth-of-type(5):before{	content:'5';}
.Attention__ttl:nth-of-type(6):before{	content:'6';}
.Attention__ttl:nth-of-type(7):before{	content:'7';}
.Attention__ttl:nth-of-type(8):before{	content:'8';}
.Attention__ttl:nth-of-type(9):before{	content:'9';}
.Attention__ttl:nth-of-type(10):before{	content:'10';}
.Attention__ttl:nth-of-type(10){
    align-items:flex-start;
}
.Attention__ttl:not(:first-of-type) {
	margin-top: 40px
}
.Attention__items {
	font-size: 14px;
}
.Attention__sentence {
	margin-top: 10px;
}
.Attention__sentence:not(:first-of-type) {
	margin-top: 20px;
}
.Release {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 2px solid;
}
.Release:first-of-type {
	border-top: 2px solid;
	margin-top: 20px;
}
.Release__ttl {
	background: #222;
	display: inline-block;
	color: #fff;
	padding: 6px 10px;
	line-height: 1em;
	margin-bottom: 10px;
}
.Mail {
	line-height: 1.5em;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding-bottom:15px;
	margin-top: 15px;
}
.Mail__ttl{
	font-size: 14px;
	margin-top: 15px;
}
.Settle__wrap {
  border-collapse:separate;
  border-spacing: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
  font-size: 12px;
}
.Settle__wrap th{
	background: #333;
	color: #fff;
}
.Settle__shopName {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  line-height: 1.2;
  background: #eee;
}
.Settle__detail {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 20px;
}

/*--------------------------------------------
  お問い合わせ
---------------------------------------------*/
.Contact {
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.Contact__head {
	width: 100%;
	flex: 0 0 100%;
	background: #2C2E30;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	padding: 10px 0;
	margin: 0 auto 30px;
}
.Contact__head img {
	margin: 0 5px 0 0;
}
.Contact__body {
	margin: 30px auto;
	text-align: center;
	width: 50%;
	flex: 0 0 50%;
}
.Contact__shop {
	width: 270px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
}
.Contact__shop:after {
	content: '';
	display: block;
	height: 1px;
	background: #2C2E30;
	margin: 10px auto 10px;
}
.Contact__tel {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Contact__tel img {
	width: 18px;
	margin-right: 5px;
}
.Contact__time {
	margin: 0 0 0 5px;
	font-size: 12px;
}
.sentaku {
    background: #ddd;
    color: #000;
    line-height: 2em;
    height: 2em;
    display: inline-block;
    padding: 0 20px;
}