
/*メディアクエリ（サンプル最後に取る）*/

/*sp（なくても良い）*/
@media screen and (min-width: 480px) {
}

/*tablet 768px以上*/
@media screen and (min-width: 768px) {
}

/*pc 1000px以上*/
@media screen and (min-width: 1000px) {
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
}
.main_bg {
	background: url(../images/header_bg.png) no-repeat center center;
	background-size: cover;
	margin-top: 110px;
}
#main img {
	margin-top: 20px;
	margin-bottom: -2px;
}

@media screen and (min-width: 768px) {
#main img {
	margin-top: 110px;
	margin-bottom: -2px;
}
}
/*イベント情報*/
ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul a {
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}
li {
	margin-bottom: 15px;
	line-height: 25px;
}
.li_l {
	width: 20%;
}
.li_r {
	width: 80%;
}

@media screen and (min-width: 768px) {
.li_l {
	width: 15%;
}
.li_r {
	width: 85%;
}
}
h1 {
	font-size: 28px;
	color: #fff;
	margin-top: 60px;
}
.br {
	display: inline-block;
}
.font_b {
	font-weight: bold;
}
.txt_w {
	color: #fff;
}
.more {
	margin: 0 auto;
	width: 160px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	color: #2964af;
	font-weight: bold;
	margin-top: 50px;
}
.more a {
	display: block;
	color: #2964af;
	text-decoration: none;
}
#event_bg {
	border-top: solid 10px;
	background-image: url(../images/event_bg.png);
}
#event_bg .mar-style {
	padding-bottom: 100px;
}

.title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.title img {
	max-width: 100%;
	width: auto;
}
#event_wrap {
	transform: skewY(2deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.event_txt {
	margin-top: -60px;
	background-color: #fff;
	border-top: solid 15px;
	border-bottom: solid 40px;
	border-left: solid 10px;
	border-right: solid 10px;
	padding: 0 10px;
}

@media screen and (min-width: 768px) {
.event_txt {
	margin-top: -150px;
}
}
.event_txt ul {
	transform: skewY(-2deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.event_txt img {
	transform: skewY(-2deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
/*商品情報*/
.com {
	font-size: 35px;
	color: #787878;
	font-weight: bold;
	margin-top: 100px;
}

@media screen and (min-width: 768px) {
.com {
	margin-top: 200px;
}
}
.item_txt {
	padding: 20px auto;
}

@media screen and (min-width: 768px) {
.event_txt {
	padding: 0 80px;
}
.item_txt {
	padding: 0 80px;
}
}
#item_bg {
	border-top: solid 10px;
	background-image: url(../images/item_bg.png);
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
#item_bg {
	border-top: solid 10px;
	background-image: url(../images/item_bg.png);
	padding-bottom: 80px;
}
}
/*CD情報*/
.cd_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

@media screen and (min-width: 768px) {
.cd_wrap {
	flex-direction: row;
}
}
.cd_txt {
	color: #fff;
}
.cd_txt a {
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}
.cd_midashi {
	font-size: 24px;
	margin-bottom: 15px;
}
.cd_wrap img {
	max-width: 100%;
	width: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
.cd_wrap img {
	max-width: 100%;
	width: auto;
	margin-top: 50px;
	margin-bottom: 10px;
}
}
.cd_wrap a {
	color: #fff;
}

@media screen and (min-width: 768px) {
.cd_wrap img {
	max-width: 100%;
	width: auto;
}
}
#cd_bg {
	border-top: solid 10px;
	background-color: #5ab48d;
	background-image: url(../images/cd_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
#cd_bg {
	padding-bottom: 200px;
}
}
/*会場について*/
#info_bg {
	border-top: solid 10px;
	background-image: url(../images/info_bg.png);
	padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
#info_bg {
	padding-bottom: 50px;
}
}
.table {
	border-bottom: 1px solid #dbc3b1;
	margin-bottom: 49px;
	border-left: 1px solid #dbc3b1;
	border-right: 1px solid #dbc3b1
}
.table dt {
	text-align: center;
	font-size: 1.5em;
	border-top: 1px solid #dbc3b1;
	border-bottom: 1px solid #dbc3b1;
	font-weight: bold;
	padding: 25px 20px 25px 20px;
	box-sizing: border-box;
	background-color: #f9efdb;
}
.table dd {
	background-color: #fff;
	padding: 20px 20px 15px 20px;
	box-sizing: border-box;
	line-height: 33px
}
#info_bg li {
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
}
/*footer*/
.footer_wrap {
	max-width: 1140px;
	width: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	align-content: space-around;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
.footer_wrap {
	flex-direction: row;
}
}
.footer_wrap p {
	margin-top: 30px;
	line-height: 20px;
	padding: 0 15px;
}
.footer_wrap img {
	min-width: 80%;
	width: auto;
	margin: 5px 0px 5px 0px;
}

@media screen and (min-width: 768px) {
.footer_wrap p {
	margin-top: 0 auto;
	line-height: auto;
}
.footer_wrap img {
	max-width: 100%;
	width: auto;
	margin: 20px 10px 20px 10px;
}
}
.font_c {
	font-size: 1.8em;
	vertical-align: -0.2em;
	margin-right: 5px;
}
.btn li {
	list-style: none;
	line-height: 2me;
}



.event_goods_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.event_goods_wrap img{
max-width: 100%;
max-height: 100%;
margin: auto;
}
.event_goods_info tr {
	line-height: 1.5em;
}
.event_goods_img {
	max-width: 100%;
	margin: auto;
}
.event_goods_info{
margin-top: 10px;
margin-bottom: 50px;
}
.event_goods_info tr {
	line-height: 1.5em;
}
.event_goods_info th {
	width: 100px;
	padding-top: 10px;
	padding: 0;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
.event_goods_info td {
}
.txt_br {
	display: inline-block;
}

@media screen and (min-width: 768px) {
.event_goods_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.event_goods_info tr {
	line-height: 2em;
}
}
.center{
text-align: center;
color: #ff0000;
font-size: 1.5em;
font-weight: bold;
}

.event_tokuten_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items:center;
}
@media screen and (min-width: 768px) {
.event_tokuten_wrap {
	flex-direction: row;
}
}
.event_tokuten_wrap p{
padding: 20px;
text-align: center;
margin-bottom: 10px;
}
.tokuten_info{
text-align: center;
font-weight: bold;
}


.new{
font-size: 1.2em;
font-weight: bold;
margin: 0 auto 60px;
line-height: 2;
width: 100%;
text-align: center;
}
.new ul{
	display: inline-block;
	text-align: left;
}
.new a{
	color: #E10003;
	border-bottom: none;
	}

.text_red{
	color:#E40003;
}
