@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-challenge a {
	color: #ffc600!important;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead .wrapper {
  position: relative;
  padding-top: 60px;
}
.lead .wrapper .tit-cmn03,.lead .wrapper .tit-cmn06 {
  position: relative;
  z-index: 100;
}
.lead p {
  position: relative;
  z-index: 100;
}
.lead .deco {
  position: absolute;
  top: 0;
  left: 10%;
}

.ticket {
	display: flex;
	align-items: center;
}
.ticket .img {
	width: 200px;
}
.ticket .txt {
	padding-left: 30px;
}

.menu-box {
	overflow: hidden;
	margin-bottom: 60px;
}
.menu-box .txt {
	width: 40%;
}
.menu-box .txt dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: dashed 1px;
	padding: 5px 0;
	margin-bottom: 10px;
}
.menu-box .txt dl dt {
	display: table-cell;
	width: 150px;
	text-align: center;
	background-color: #ffc600;
	padding: 15px;
}
.menu-box .txt dl dd {
	display: table-cell;
	font-weight: bold;
	padding: 15px;
}
.menu-box .img {
	width: 50%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

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

}

/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.lead .wrapper {
  padding-top: 50px;
}

.menu-box .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.menu-box .img {
	float: none;
	width: 100%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.lead .wrapper {
  padding-top: 40px;
}
.ticket {
	display: block;
}
.ticket .img {
	width: 200px;
	margin-bottom: 30px;
}
.ticket .txt {
	padding-left: 0;
}

.menu-box {
	margin-bottom: 40px;
}
.menu-box .txt dl dt {
	width: 100px;
	padding: 10px;
}
.menu-box .txt dl dd {
	padding: 10px;
}

}

