@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;
	background-color: #e6f8ff;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #cceaff 0, #cceaff 1px, #e6f8ff 0, #e6f8ff 50%);
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 5px;
}
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 60px;
	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: 180px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	margin-left: 20px;
}
.summary dd {
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 26px;
	margin-right: 20px;
}

.summary dd p{margin:0 0 10px 0;}


.photo{
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	margin:20px 0 0 0;
}

.photo img{
	width: 500px;
}

.note{
	width: 860px;
	height: auto;
	clear: none;
	float: left;
	margin:30px 50px 50px 50px;
	padding: 50px 0 0px 0;
	font-size:25px;
	text-align: center;
	border-top: 1px solid #CCC;
}

.note p{
	font-size: 17px;
}


.note  a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.note  a:visited {
	color: #C30;/*リンクの色*/
}

.note  a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}


.app_bn{
	width: 800px;
	height: auto;
	margin:20px 0px 30px 0px;
	border-radius:15px;
}

.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: 26px;

}
h2 {
	font-weight: 700;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 21px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 10px;
	color:#1895cd;
}


.midashi_pc{
	font-size: 19px;
	line-height: 35px;
	font-weight: 600;
	margin: 0px 0 50px 55px;
	color:#C30;
}

.midashi_sp{
	display:none;
}

/*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: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* form link option*/

.form {
	clear: none;
	float: left;
	width: 840px;
	text-align: center;
	margin: 20px 60px 100px 60px;
}

.form a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff71a3;
  border: 1px solid #ff71a3;
  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: #ff71a3;
}
.form a.btn:hover:before {
  border-top: 2px solid #ff71a3;
  border-right: 2px solid #ff71a3;
}


/* youtube area */
.movie {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 60px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}




.movie {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 60px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#movie_area {
	clear: none;
	float: left;
	height: auto;
	width: 800px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;

}

#movie_area .hrz{
	clear: none;
	float: left;
	height: auto;
	width: 800px;
	margin:40px 0 50px 0;
	border-bottom: 2px solid ;
	border-image: linear-gradient(to right, #31d3ff, #3697ff) 1;
}


#youtubeplay {
	clear: none;
	float: left;
	height: 450px;
	width: 800px;
	background-color: #CCC;
}

