@charset "UTF-8";

/*pink:e750c9; yellow:ffea90*/

#av_area {
	width: 100%;
	background:#eee;
}
#av_contents {
	max-width: 1000px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",san-serif;
	margin:0 auto;
	background:#fff;
	padding:40px;
}
p {
	line-height: 1.8;
}
h1 {
	display: block;
    font-size: 12px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0;
}
.h1_sub {
	font-size:24px;
	margin-bottom:10px;
	display: block;
}
h2 {
	display:block;
	text-align: left;
	padding: 20px 0 5px;
	font-size:24px!important;
	color:#333;
	letter-spacing: 0.1em;
	border-bottom: 2px double #000;
	margin-bottom: 2em;
}
h3 {
	font-size:16px;
	line-height: 1.8;
	color:#000;
	font-weight: normal;
	margin:20px 0;
	padding: 5px 10px;
	background: #e9cdc5;
	/*border-bottom:1px solid #e750c9;*/
}
h4 {
	font-size:1.4em;
	color:#e750c9;

}
.leadcopy {
	font-size: 18px;
	line-height: 1.8;
	padding: 0.75em 0;
}



section {
	margin:50px 0;
}
section span {
	font-size:1.1em;
}
section div {
	padding: 0 1em;
}
.period {
	font-size:20px;
	padding:20px;
	margin:0 0 30px;
	background:#c5e9e0;
	text-align: center;
}
.btn {
	    padding: 10px 20px!important;
    border: 1px solid #000;
    display: inline-block;
    font-weight: bold;
    color: #000;
    background: #fff;
    min-width: 115px;
}
ul {
	padding-left: 20px!important;
	padding-top:20px;
}
.li-caution li {
	padding-left: 1em;
 	position: relative;
 	margin-top:5px;
}
.li-caution li:before {
	display: block;
	content: "※";
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.av_gray_base {
	background:#eee;
	border-radius: 10px;
	border:none;
	padding:25px;
	display: block;
	margin:0 auto;
}
.av_gray_base p {
	font-size:15px;
}
.br-sp {
	display: none;
}
span.ib {
	display: inline-block;
}
#youkou {
	padding-top: 100px;
	margin-top: -50px;
}


/* == cstm_eventmenu_unit == */
.cstm_eventmenu_unit {
	width: 100%;
}
.cstm_eventmenu_unit + .cstm_eventmenu_unit { margin-top: 3em; }
.cstm_eventmenu_unit dt {
	color: #ffffff;
	font-size: 1.15em;
	padding: 0.5em 1em;
}
.cstm_eventmenu_unit dt strong { display: block; font-size: 1.25em; }
.cstm_eventmenu_unit:nth-child(odd) dt { background-color: #ff0000; }
.cstm_eventmenu_unit:nth-child(even) dt { background-color: #00cc00; }
.cstm_eventmenu_unit dd {
	font-size: 1.15em;
	padding: 1em 0;
	display: flex;
}
.cstm_eventmenu_unit dd p { flex: 2; }
.cstm_eventmenu_unit dd p.cstm_eventmenu_pct {
	flex: 1;
	padding-left: 1em;
}

.cstm_eventmenu_unit.cstm_eventmenu_unit2 dd p.cstm_eventmenu_pct { flex: 2; }

@media screen and (max-width: 450px){
	.br-sp {display: block;}
}
@media screen and (max-width: 700px){
	.h1_sub { font-size:18px; }
    h2 {
    	font-size:20px!important;
    	padding:10px 0;
    }
    .leadcopy { font-size:16px; }
    .period { font-size:16px; }
    #av_contents { padding: 20px; }

	/* == cstm_eventmenu_unit == */
	.cstm_eventmenu_unit dd {
		flex-direction: column-reverse;
	}
	.cstm_eventmenu_unit dd p.cstm_eventmenu_pct {
		padding: 1em;
		text-align: center;
	}
	.cstm_eventmenu_unit dd p.cstm_eventmenu_pct img {
		max-width: 70%;
	}
	.cstm_eventmenu_unit .btn {
		display: block;
		text-align: center;
	}

}

