@charset "UTF-8";
#d_day {
	width: 100%;
	background-color: #FFCF00;
}
#d_day img {
	width: 100%;
	vertical-align: bottom;
}
.conts_in {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.conts_in {
		max-width: none;
	}
}
.main_kv {
	background-image: url("../images/main_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}
@media screen and (max-width: 767px) {
	.main_kv {
		background-image: none;
	}
}
.ld_area .conts_in {
	padding: 50px 30px 70px; 
}
.ld_txt {
	text-align: left;
	font-size: 28px;
	line-height: 1.8;
}
.app_btn {
	text-align: center;
	font-size: 36px;
	margin-top: 70px;
	line-height: 3.2;
	font-weight: 500;
}
.app_btn a {
	color: #fff;
	display: block;
	background-color: #00B900;
	border-radius: 2em;
	box-shadow: 6px 12px 0 0 #000;
	position: relative;
}
.app_btn a.ev_close {
	background-color: #888;
}
.app_btn a.ev_close:hover {
	opacity: 1;
	cursor: default;
}
.app_btn a::after {
	content: '';
	width: .5em;
	height: .5em;
	transform: rotate(45deg);
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	position: absolute;
	right: 1.4em;
	top: 1.4em;
}
@media screen and (max-width: 767px) {
	.ld_area .conts_in {
		padding: 7vw 4% 10vw; 
	}
	.ld_txt {
		font-size: 3.73vw;
	}
	.app_btn {
		font-size: 4.8vw;
		margin-top: 9vw;
	}
	.app_btn a {
		box-shadow: .2em .3em 0 0 #000;
	}
	.app_btn a::after {
		content: '';
		width: .6em;
		height: .6em;
		transform: rotate(45deg);
		border-right: 3px solid #fff;
		border-top: 3px solid #fff;
		position: absolute;
		right: 1.4em;
		top: 1.4em;
	}
}

.anc_area {
	background-color: #ffeb99;
}
.anc_area .conts_in {
	padding: 60px 30px 70px;
}
#d_day h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0.02em;
}
#d_day h2 span {
	display: block;
	font-size: 26px;
	font-weight: 400;
	margin-top: .5em;
}
#d_day h2.sep {
	margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
	.anc_area .conts_in {
		padding: 8.8vw 3.7% 9.9vw;
	}
	#d_day h2 {
		font-size: 5.8vw;
	}
	#d_day h2 span {
		font-size: 3.4vw;
	}
}
.anc_list {
	width: 100%;
}
.anc_list li {
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 3.9;
	margin-top: 25px;
	 font-weight: bold;
}
.anc_list li a {
	display: block;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 #fecf02;
	background-image: url("../images/anc_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.anc_list li a::after {
	content: '';
	width: .4em;
	height: .4em;
	transform: rotate(135deg);
	border-right: 4px solid #000;
	border-top: 4px solid #000;
	position: absolute;
	right: 1.0em;
	top: 1.8em;
}
.anc_list.btm li {
	font-size: 32px;
	font-weight: 600;
}
.anc_list.btm li a {
	background-image: none;
	line-height: 3.125;
	box-shadow: none;
}
.anc_list.btm li a::after {
	top: 1.4em;
}
@media screen and (max-width: 767px) {
	.anc_list li {
		font-size: 4.8vw;
		margin-top: 4vw;
	}
	.anc_list li a {
		box-shadow: 3px 3px 0 0 #fecf02;
	}
	.anc_list li a::after {
		border-right: 2px solid #000;
		border-top: 2px solid #000;
	}
	.anc_list.btm li {
		font-size: 4.3vw;
	}
}

#d_day .rep_area {
	background-color: #ffcf00;
}
#d_day .rep_area .conts_in {
	padding: 105px 30px 90px;
}
#d_day h2.bb {
	position: relative;
}
#d_day h2.bb span {
	font-size: 32px;
	font-weight: 600;
	background-color: #ffcf00;
	width: 14em;
	margin: 0 auto;
	position: relative;
}
#d_day h2.bb::before {
	content: '';
	position: absolute;
	top: .3em;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#d_day .rep_area .conts_in {
		padding: 14vw 3.7% 8.8vw;
	}	
	#d_day h2.bb span {
		font-size: 4.3vw;
	}
}

#d_day .rep_list {
	width: 100%;
	margin-top: 40px;
}
#d_day .rep_list li {
	width: 100%;
	margin-bottom: 20px;
}
#d_day .rep_list li a {
	background-color: #fff;
	display: table;
	position: relative;
}
#d_day .rep_list li a::after {
	font-size: 32px;
	content: '';
	width: .4em;
	height: .4em;
	transform: rotate(45deg);
	border-right: 4px solid #000;
	border-top: 4px solid #000;
	position: absolute;
	right: 4%;
	top: 50%;
}
@media screen and (max-width: 767px) {
	#d_day .rep_list {
		margin-top: 4.8vw;
	}	
	#d_day .rep_list li {
		margin-bottom: 2.6vw;
	}
	#d_day .rep_list li a::after {
		font-size: 8vw;
		border-right: 3px solid #000;
		border-top: 3px solid #000;
	}
}


#d_day .rep_img {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.rep_info {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
#d_day .rep_info h3 {
	font-size: 28px;
	line-height: 1.2;
}
#d_day .rep_info p {
	font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
	letter-spacing: normal;
	line-height: 2;
	background-color: #EFEFEF;
	width: 53%;
	margin: 1em auto 0;
	border-radius: 1em;
}
@media screen and (max-width: 767px) {
	#d_day .rep_info h3 {
		font-size: 3.7vw;
	}
	#d_day .rep_info p {
		font-size: 3.4vw;
	}	
}

#d_day .pick_area {
	background-color: #ffeb99;
	background-image: url("../images/sum_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 792px auto;
}
#d_day .pick_area .conts_in {
	padding: 110px 30px 40px;
}
#d_day h2.undl span {
	font-size: 50px;
	font-weight: bold;
	padding: 0 .5em;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 1;
}
#d_day h2.undl span::before {
	content: '';
	width: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: .5em;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	#d_day .pick_area .conts_in {
		padding: 15.2vw 3.7% 5.6vw;
	}
	#d_day .pick_area {
		background-size: 106% auto;
	}
	#d_day h2.undl span {
		font-size: 6.6vw;
	}	
}
#d_day .pick_list {
	width: 100%;
	margin-top: 40px;
}
#d_day .pick_list li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
	border: 4px solid #fecf02;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url("../images/pick_n1.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 201px auto;
	margin-bottom: 20px;
}
#d_day .pick_list li:nth-child(2) {
	background-image: url("../images/pick_n2.png");
}
#d_day .pick_list li:nth-child(3) {
	background-image: url("../images/pick_n3.png");
}
#d_day .pick_list li:nth-child(4) {
	background-image: url("../images/pick_n4.png");
}
#d_day .pick_img {
	width: 43%;
	padding: 22px 0 45px;
	box-sizing: border-box;
}
#d_day .pick_img.btmt {
	padding-bottom: 0;
}
#d_day .pick_info {
	width: 57%;
	text-align: left;
	font-size: 32px;
	line-height: 1.6;
	padding-right: 1em;
}
#d_day .pick_info strong {
	font-weight: bold;
}
#d_day .pick_s {
	width: 100%;
	text-align: left;
	font-size: 24px;
	padding: 1em 1em 2em;
	letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
	#d_day .pick_list li {
		background-size: 25% auto;
		margin-bottom: 2.6vw;
	}	
	#d_day .pick_info {
		font-size: 4.2vw;
		padding-right: .8em;
	}
	#d_day .pick_s {
		font-size: 3.2vw;
	}
}
#d_day .lineup_area {
	background-color: #ffcf00;
	background-image: url("../images/sum_bg2.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 792px auto;
}
#d_day .lineup_area .conts_in {
	padding: 110px 30px 40px;
}
#d_day .special_area {
	background-color: #ffcf00;
	background-image: url("../images/sum_bg2.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 792px auto;
}
#d_day .special_area .conts_in {
	padding: 110px 30px 40px;
}
#d_day .w_in {
	width: 100%;
	background-color: #fff;
	margin-top: 60px;
}
#d_day .w_in.cs {
	text-align: center;
	padding: 120px 0 100px;
}
#d_day .cs_h {
	font-size: 52px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
#d_day .cs_h + p {
	font-size: 28px;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	#d_day .lineup_area .conts_in {
		padding: 15.2vw 3.7% 13vw;
	}
	#d_day .lineup_area {
		background-size: 106% auto;
	}
	#d_day .w_in {
		margin-top: 8.2vw;
	}
	#d_day .w_in.cs {
		padding: 16vw 0 13vw;
	}
	#d_day .cs_h {
		font-size: 6.9vw;
	}
	#d_day .cs_h + p {
		font-size: 3.7vw;
	}
}

#d_day .event_area {
	background-color: #ffeb99;
	background-image: url("../images/sum_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 792px auto;
}
#d_day .event_area .conts_in {
	padding: 110px 30px 40px;
}
@media screen and (max-width: 767px) {
	#d_day .event_area .conts_in {
		padding: 15.2vw 3.7% 5.6vw;
	}
	#d_day .event_area {
		background-size: 106% auto;
	}
	#d_day .special_area .conts_in {
        padding: 15.2vw 3.7% 5.6vw;
    }
	#d_day .special_area {
		background-size: 106% auto;
	}
}
#d_day .event_list {
	width: 100%;
	margin-top: 70px;
}
#d_day .event_list li {
	width: 100%;
	background-color: #fff;
	border: 4px solid #fecf02;
	box-sizing: border-box;
	padding: 40px 4.7% 50px;
	margin-bottom: 40px;
}
#d_day .event_list h3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}
#d_day .ev_cl {
	width: 180px;
	height: 180px;
	text-align: center;
	background-color: #FECF02;
	font-weight: bold;
	border-radius: 90px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
#d_day .ev_clh {
	width: 100%;
	display: block;
	font-size: 24px;
}
#d_day .ev_cs {
	font-size: 34px;
}
#d_day .ev_cn {
	font-size: 94px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
	letter-spacing: normal;
}
#d_day .h3_t {
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -0.01em;
	margin-left: .8em;
	line-height: 1.6;
}
#d_day .event_img {
	width: 100%;
}
#d_day .event_t {
	text-align: left;
	font-size: 28px;
	line-height: 1.4;
	margin-top: 1.0em;
}
@media screen and (max-width: 767px) {
	#d_day .event_list {
		margin-top: 8vw;
	}
	#d_day .event_list li {
		padding: 5.3vw 4.7% 7.4vw;
		margin-bottom: 5.3vw;
	}
	#d_day .ev_cl {
		width: 24vw;
		height: 24vw;
		border-radius: 12vw;
	}
	#d_day .ev_clh {
		font-size: 3.2vw;
	}
	#d_day .ev_cs {
		font-size: 4.5vw;
	}
	#d_day .ev_cn {
		font-size: 12vw;
	}	
	#d_day .h3_t {
		font-size: 4.2vw;
	}	
	#d_day .event_t {
		font-size: 3.7vw;
	}	
}

#d_day .info_area {
	background-color: #ffcf00;
}
#d_day .info_area .conts_in {
	padding: 100px 30px 0;
}
#d_day .info_area .w_in {
	margin-top: 0;
	padding: 80px 30px 45px;
}
#d_day .info_area h2.undl span::before {
	background-color: #FECF02;
}
@media screen and (max-width: 767px) {
	#d_day .info_area .conts_in {
		padding: 14vw 3.7% 0;
	}
	#d_day .info_area .w_in {
		padding: 9.8vw 3.7% 5vw;
	}	
}
#d_day .floor_img {
	width: 100%;
	margin-top: 40px;
}
#d_day .floor_list {
	width: 100%;
	padding-left: 35px;
	box-sizing: border-box;
	margin-top: 40px;
	font-weight: bold;
	font-size: 30px;
}
#d_day .floor_list li {
	width: 100%;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}
#d_day .floor_list .num {
	margin-right: .3em;
	font-size: 26px;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #000;
	background-color: #FECF02;
	line-height: 1;
	width: 1.3em;
	height: 1.3em;
	border-radius: 2em;
}
#d_day .floor_list .num span {
	margin-bottom: .2em;
}
#d_day .floor_list .f_t {
	width: 90%;
}
#d_day .floor_list .nt {
	text-align: left;
	font-size: 26px;
	margin-top: 1em;
	letter-spacing: -0.05em;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	#d_day .floor_img {
		margin-top: 5.3vw;
	}	
	#d_day .floor_list {
		padding-left: 4.4%;
		margin-top: 5.3vw;
		font-size: 4vw;
	}
	#d_day .floor_list .num {
		font-size: 3.46vw;
	}
	#d_day .floor_list li {
		margin-bottom: .5em;
	}
	#d_day .floor_list .nt {
		font-size: 3.46vw;
	}
}
#d_day .w_in.btm {
	margin-top: 60px;
}
#d_day .info_area p.map_ld {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-top: 1em;
	line-height: 1.2;
}
#d_day .g_map {
	margin: 50px 0 50px;
	width: 100%;
	position: relative;
}
#d_day .g_map::before {
	content: '';
	display: block;
	padding-top: calc(450/600*100%);
}
#d_day .g_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	#d_day .info_area p.map_ld {
		font-size: 5.3vw;
	}	
	#d_day .g_map {
		margin: 6.4vw 0 6.4vw;
	}
}
#d_day .info_area h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
#d_day .info_area p {
	font-size: 28px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.01em;
}
#d_day .info_area p a {
	color: #00B1FF;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#d_day .info_area h3 {
		font-size: 3.7vw;
	}
	#d_day .info_area p {
		font-size: 3.7vw;
	}
}
#d_day h2.undl.sml span {
	font-size: 44px;
	display: block;
}
#d_day h3.spp {
	margin-top: 1em;
}
#d_day .txt_area h4 {
	text-align: left;
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
}
#d_day .txt_area p {
	text-align: left;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.tx_red {
	color: #FF0000;
	font-weight: bold;
}
#d_day .txt_area p.kk {
	padding-left: 1em;
	text-indent: -1em;
}
#d_day .mt01 {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	#d_day .w_in.btm {
		margin-top: 9.3vw;
	}	
	#d_day h2.undl.sml span {
		font-size: 5.8vw;
	}
	#d_day .txt_area p {
		font-size: 3.7vw;
	}
	#d_day .txt_area h4 {
		font-size: 3.7vw;
	}
}
.btn_area .conts_in {
	padding: 0 30px;
}
.btn_area .app_btn {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.btn_area .conts_in {
		padding: 0 3.7%;
	}
	.btn_area .app_btn {
		margin-top: 9vw;
	}	
}
.txt_area li {
	margin-bottom: .1em;
}
.mailto {
	display: inline;
}

#d_day #spth.w_in {
	background-color: #ffeb99;
}
#d_day #spth h2.undl span {
	font-size: 44px;
}
#d_day .info_area #spth h2.undl span::before {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	#d_day #spth h2.undl span {
		font-size: 5.8vw;
	}
}

.sp_list {
	width: 100%;
	margin-top: 60px;
}
.sp_list li {
	width: 100%;
	margin-bottom: 40px;
}
.sp_list span {
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-top: .5em;
}
@media screen and (max-width: 767px) {
	.sp_list {
		margin-top: 8vw;
	}
	.sp_list li {
		margin-bottom: 5.8vw;
	}
	.sp_list span {
		font-size: 3.7vw;
	}	
}

.info_area.btm {
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.info_area.btm {
		padding-bottom: 18vw;
	}
}
