@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: 0 auto 60px;
}
sup {
    font-size: smaller;
}
.pb30 {
    padding-bottom: 30px;
}
.pane-main a {
    text-decoration: none;
}
h1 {
    margin: 50px 0;
    padding: 0;
    border: none;
}
/*--------------------------------------------
  イベント概要
---------------------------------------------*/
.EventOverview {
	margin: 50px auto;
	text-align: left;
	letter-spacing: 0;
}
.EventOverview__head {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 30px;
    /* line-height: 1.5em; */
    text-align: left;
    border: none;
    padding: 0;
}
.EventOverview__body {
	text-align: left;
	line-height: 1.8;
	margin: 0 auto 30px;
}
.EventOverview__foot {
    background: #f4f4f4;
    padding: 15px;
}

/*--------------------------------------------
  メイン
---------------------------------------------*/
.MainWrap__ttl {
	font-size: 25px;
	font-weight: bold;
}
.MainWrap__ttl:before {
    content: '1';
    background: #000;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}
.MainWrap__ttl--2:before {
    content: '2';
}
.Area {
    font-size: 16px;
    font-weight: bold;
}
.Area__li {
    margin: 30px 10px 0 0;
}
.Area__a:link {
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 1;
	padding: 15px 25px 15px 25px;
	border-radius: 2px;
}
.Area__a span {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 10px;
}
.Section {
	overflow: hidden;
	margin: 50px auto;
    padding: 50px 0;
    border-top: 2px solid #EEE;
    justify-content: space-between;
    align-items: center;
}
.Section:last-child {
    border-top: 2px solid #EEE;
}
.Section__inner {
    align-items: center;
    justify-content: space-between;
    width: 1100px;
}
.Section__img {
    flex: 0 1 50%;
    margin: 0;
}
.Section__note {
    font-size: 12px;
    margin: 15px auto 0;
    width: 480px;
    position: relative;
}
.Section__note::before {
    content: '＊';
    position: absolute;
    left: -1.2em;
}
.Section__color {
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: center;
}
.Section__body {
    flex: 0 1 45%;
}
.Section__size {
    margin-bottom: 15px;
    table-layout: fixed;
    flex: 0 0 auto;
}

.Section__size th,
.Section__size td {/* width: 300px; *//*     min-width: 100px; */max-width: 100px;padding: 0 15px;height: 30px;border: 1px #F6F6F6 solid;border-radius: 2px;vertical-align: middle;text-align: center;/* table-layout: auto; */}

.Section__size th,
.Section__size td:first-child {
    background: #F6F6F6;
}
.Detail__head {
    font-weight: bold;
	margin: 0 auto 30px;
}
.Detail__ttlSub {
    font-size: 14px;
    line-height: 1em;
    color: #999;
}
.Detail__ttl {
    font-size: 25px;
    font-weight: bold;
}
.Detail__ttlPl {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #000;
    padding: 8px 10px;
    margin: 0 0 5px;;
    display: inline-block;
    line-height: 1;
}
.Detail__txt {
    margin: 20px auto 0;
    font-size: 12px;
}
.Detail__body {
    margin: 0 auto 30px;
    font-size: 12px;;
}
.Item__dt , 
.Lineup__dt {
    font-weight: bold;
}
.Item__dd:not(:last-child) , 
.Lineup__dd:not(:last-child) {
    margin: 0 0 15px;
}
.ShopInfo {
    margin: 0 0 20px;
}
.Lineup {
    background: #f4f4f4;
    padding: 20px;
}
.Detail__foot {
    
}
/*--------------------------------------------
  パーツ
---------------------------------------------*/
.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;
}