.eventLink {
	color: #333;
	display: block;
	margin-bottom: 0.5em;
}

/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	
.contact_top{
	max-width: 1165px;
	margin: 0 auto;
	margin-right: 100px;
	padding: 50px 0;
	border-bottom: solid 1px #959595;
}

.contact_top h2{
	font-size: 1.7em;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.contact_top span{
	font-size: 1.2em;
}

.lower_contactArea{
	
}

.lower_contactArea .txt{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2em;
}

.lower_contactArea .txt p{
	margin-bottom: 15px;
}

.lower_contactArea .txt span{
	display: block;
	font-size: 0.8em;
}

.lower_contactArea .customerArea{
	margin-bottom: 50px;
	text-align:center; 
}

.lower_contactArea .customerArea li{
	display: inline-block;
	margin: auto 20px;
	width: 270px;
	
}

.lower_contactArea .customerArea li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #F2D0CB;
	background-color: #fff;
	color: #F2D0CB;
	text-align: center;
	transition: .5s;
	font-size: 1em;
}

.lower_contactArea .customerArea li a:hover{
	background-color: #F2D0CB;
	color: #fff;
}


.gray{
	display: block;
	font-size: 0.9em;
	margin-top: 50px;
	margin-bottom: 15px;
}	

.txt_ttl{
	font-size: 1.6em;
	margin-bottom: 50px;
}


.calendarArea .txt{
	margin-bottom: 50px;
	text-align: left;
}

.calendarArea .txt p{
	margin-bottom: 15px;
}

.calendarArea .txt span{
	font-size: 0.8em;
	position: relative;
	display: inline;
}

.calendarArea .txt span::after{
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background-color: #F2D0CB;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

.formArea .resform_txt{
	margin-bottom: 50px;
}

.formArea .resform_txt p{
	font-size: 1.15em;
	line-height: 1.75em;
	margin-bottom: 10px;
}

.formArea .resform_txt span{
	font-size: 0.8em;
}

.formArea{
	
}


.formArea .mailform{
	
}

.formArea .mailform dt{
    width: 160px;
    float: left;
    clear: left;
    font-size: 1em;
    padding-top: 7px;
}

.formArea .mailform dt .must{
	
}

.formArea .mailform dd{
	margin-left: 170px;
	width: 700px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.formArea .mailform dd input{
	font-size: 100%;
	padding: 5px 5px;
	width: 100%;
}

.formArea .mailform dd select{
	font-size: 100%;
	padding: 5px 5px;
	width: 100%;
}

.formArea .mailform dd textarea{
	width: 100%;
	height: 475px;
	font-size: 100%;
	padding: 5px 5px;
}

.formArea .buttons{
	text-align: center;
}

.formArea .buttons .submitBtn{
	display: block;
	width: 270px;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #F2D0CB;
	text-align: center;
	transition: .5s;
	font-size: 1em;
	margin: 0 auto;
	cursor: pointer;
	background-color: #F2D0CB;
	color: #fff;
}

.formArea .buttons .submitBtn:hover{
	background-color: #fff;
	color: #F2D0CB;
}

.confirmArea .mailform{
	border-top: solid 1px #B3B3B3;
}

.confirmArea .mailform dt{
	
}

.confirmArea .mailform .row{
	border-bottom: solid 1px #B3B3B3;
}

.confirmArea .mailform dt{
	padding: 30px 0 0;
}
.confirmArea .mailform dd{
	padding: 25px 0 0;
	line-height: 2em;
}

.confirmArea .buttons{
	margin-top: 50px;
}

.confirmArea .buttons button{
	display: inline-block;
	margin: auto 20px;
}

.formArea .buttons .submitBtn{
	display: inline-block;
	margin-left: 20px;
	}

.confirmArea .buttons .resetBtn{
	display: inline-block;
	width: 270px;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #959595;
	background-color: #fff;
	color: #959595;
	text-align: center;
	transition: .5s;
	font-size: 1em;
	margin: 0 auto;
	margin-right: 20px;
}

.confirmArea .buttons .resetBtn:hover{
	background-color: #959595;
	color: #fff;
}

.thanks_ttl{
	font-size: 1.5em;
	margin-bottom: 15px;
}
.eventLink {
	background: #f5f5f5;
	padding: 0.1em;
	border-radius: 4px;
	border: #e5e5e5 1px solid;
	margin-bottom: 2px;
	white-space: nowrap;
}
.eventLink span {
	margin-bottom: 0.3em;
}

}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {

.contact_top{
	width: 90%;
	margin: 50px auto;
	padding: 50px 0;
	border-bottom: solid 1px #959595;
}

.contact_top h2{
	font-size: 1.5em;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.contact_top span{
	font-size: 1em;
}

.lower_contactArea{
	
}

.lower_contactArea .txt{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2em;
}

.lower_contactArea .txt p{
	margin-bottom: 15px;
}

.lower_contactArea .txt span{
	display: block;
	font-size: 0.8em;
}

.lower_contactArea .customerArea{
	margin-bottom: 50px;
	text-align:center; 
}

.lower_contactArea .customerArea li{
	display: inline-block;
	margin: auto 2%;
	width: 45%;
	
}

.lower_contactArea .customerArea li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #eabebe;
	background-color: #fff;
	color: #eabebe;
	text-align: center;
	transition: .5s;
	font-size: 1em;
}

.lower_contactArea .customerArea li a:hover{
	background-color: #eabebe;
	color: #fff;
}

.formArea{
	
}


.formArea .mailform{
	
}

.formArea .mailform dt{
    font-size: 1em;
    padding: 5px 0;
}

.formArea .mailform dt .must{
	
}

.formArea .mailform dd{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.formArea .mailform dd input{
	font-size: 100%;
	padding: 5px 5px;
	width: 100%;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.formArea .mailform dd select{
	font-size: 100%;
	padding: 5px 5px;
	width: 100%;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.formArea .mailform dd textarea{
	width: 100%;
	height: 475px;
	font-size: 100%;
	padding: 5px 5px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.formArea .buttons{
	text-align: center;
}

.formArea .buttons .submitBtn{
	display: block;
	width: 90%;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #eabebe;
	background-color: #eabebe;
	color: #fff;
	text-align: center;
	transition: .5s;
	font-size: 1em;
	margin: 0 auto;
	cursor: pointer;
}

.formArea .buttons .submitBtn:hover{
	background-color: #fff;
	color: #eabebe;
}

.confirmArea .mailform{
	border-top: solid 1px #B3B3B3;
}

.confirmArea .mailform dt{
	
}

.confirmArea .mailform .row{
	border-bottom: solid 1px #B3B3B3;
	padding: 15px 0 0;
}

.confirmArea .mailform dt{
	margin-bottom: 20px;
	
}
.confirmArea .mailform dd{
	line-height: 2em;
}

.confirmArea .buttons{
	margin-top: 50px;
}

.confirmArea .buttons button{
	display: inline-block;
	margin: auto 20px;
}

.formArea .buttons .submitBtn{
	display: inline-block;
	width: 45%;
	margin-left: 4%;
	}

.confirmArea .buttons .resetBtn{
	display: inline-block;
	width: 45%;
	height: 100%;
	padding: 15px 0;
	border: solid 1px #959595;
	background-color: #fff;
	color: #959595;
	text-align: center;
	transition: .5s;
	font-size: 1em;
	margin: 0 auto;
	margin-right: 4%;
}

.thanks_ttl{
	font-size: 1.5em;
	margin-bottom: 15px;
}
.eventLink {
	background: #f5f5f5;
	padding: 0.1em;
	border-radius: 2px;
	border: #e5e5e5 1px solid;
	margin-bottom: 2px;
}
.eventLink span {
	display: block;
	margin-bottom: 0.3em;
}





}