@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f5f6f7;
	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;
	margin-top: 0px;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin:60px 50px 20px 50px;
	text-align: center;
}
.text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin:50px 30px 20px 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: 180px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	letter-spacing: 0.1em;
}
.summary dd {
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	font-size: 14px;
	line-height: 28px;
	margin-right: 20px;
}
.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	clear:both;

}


h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 40px;
	padding:70px 0 50px 0;
	letter-spacing: 0.1em;

}
h2 {
	font-weight: 600;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 18px;
	letter-spacing: 0.2em;
	color:#6699cc;
	margin:0 0 50px 0;
	padding:0 0 10px 0;
}

/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

.marker {
	background: linear-gradient(transparent 70%, #ffcede 50%);
	font-weight:600;
}

.summary .s_link{
	width: 100%;
	height: auto;
	padding:20px 0 0px 10px;
	font-size: 16px;
	font-weight:600;

}


/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.link_area {
	clear: none;
	float: left;
	height: auto;
	width: 500px;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 50px;
	padding-bottom: 5px;
}

.link_box2 {
	width: 500px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	float: left;
	clear: none;
	padding-left: 20px;
}

.link_box2 a.cp_btn {
	position: relative;
	display: block;
	width: 550px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #009966;
	border: 1px solid #fff;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 0.9em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
}

.link_box2 a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -530px;
	height: 100%;	
	width: 550px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
.link_box2 a.cp_btn:hover:before {
	left:0;
}


/* form link option*/

.form {
	clear: none;
	float: left;
	width: 700px;
	text-align: center;
	margin: 20px 130px 80px 130px;
	font-weight:600;
}

.form a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	background: #ff6f8a;
	border: 1px solid #ff6f8a;
	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: #ff6f8a;
}

.form a.btn:hover:before {
	border-top: 2px solid #ff6f8a;
	border-right: 2px solid #ff6f8a;
}

