@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f5f6f7;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
	
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	
}


.text {
	clear: none;
	float: left;
	width: 820px;
	margin-top: 60px;
	margin-right: 70px;
	margin-bottom: 20px;
	margin-left: 70px;
}
.text p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 40px;

}
.invitation{
		font-size: 24px;
		clear: none;
		text-align: center;
		margin:0 0px 20px 0px;
		padding:10px 0 0 0 ;
		border-bottom: solid 1px #d2d2d2;
		color: #f77;
	}

.point{
	font-size: 22px;
	float: left;
	text-align: center;
	padding:10px 8px 0 8px ;
}



.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary dl:last-child {
	border-bottom: none;
}

.summary dt {
	width: 200px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	margin-left: 20px;
	color: #666666;
}
.summary dd {
	width: 640px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 30px;
	margin-right: 20px;
}
.map {
    clear: none;
    float: left;
    /*height: 620px;*/
    height:auto;
    width: 960px;
    background-color: #fff;
    margin:20px 0 0 0;
}
#foot {
	clear:both;

}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	/*background-color: #add700;*/
	text-align: center;
	color: #FFF;
	font-size: 24px;

}
h2 {
	color:#00b943;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin:30px 0 50px 0;
	padding-bottom: 5px;
}

/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #ff6666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


.t2 {
	color: #00b4bd;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* form link option*/

.form {
	clear: none;
	float: left;
	width: 600px;
	text-align: center;
	margin: 5px 180px 30px 180px;
}

.form a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-weight:600;
	position: relative;
	background: #1ebfb0;
	border: 1px solid #1ebfb0;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

.form a.btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}

.form a.btn:hover {
	background: #fff;
	color: #1ebfb0;
}

.form a.btn:hover:before {
	border-top: 2px solid #1ebfb0;
	border-right: 2px solid #1ebfb0;
}


.ca{margin:0 8px 0 0;}